:root { --a:#ed2d43; --black:#0b0b0c; --paper:#f3f0ea; }
* { box-sizing:border-box; }
body { margin:0; font-family:Arial,Helvetica,sans-serif; background:var(--paper); color:#17171a; }
h1,h2,h3,strong { font-family:'Arial Narrow','Liberation Sans Narrow',Arial,sans-serif; text-transform:uppercase; line-height:.85; margin:0; }
h1 em { font-style:normal; }
.eyebrow { font-size:.68rem; text-transform:uppercase; letter-spacing:.15em; color:var(--a); font-weight:700; }

.selector { min-height:100vh; background:var(--black); color:#fff; padding:8vw; }
.selector main { max-width:1100px; margin:auto; }
.selector h1,.hero h1 { font-size:clamp(4.5rem,10vw,9rem); margin:1rem 0; }
.selector em { color:#fff; font-style:normal; }
.hero em { color:var(--a); font-style:normal; }
.selector p { max-width:430px; color:#ccc; }
.choices { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-top:3rem; }
.choices a { min-height:245px; padding:1.6rem 2rem; display:flex; flex-direction:column; text-decoration:none; color:#fff; border:1px solid transparent; background:transparent; transition:transform .2s; }
.choices a:hover { transform:translateY(-5px); }
.choices a:focus { outline:none; }
.choices a:focus-visible { outline:2px solid #fff; outline-offset:4px; }
.choices strong { display:block; height:125px; margin:auto 0; font-size:0!important; background-position:left center; background-repeat:no-repeat; background-size:contain; }
.choices .red strong { background-image:url('assets/logo-bodyclub.png?v=38a1b5b16e86'); }
.choices .yellow strong { background-image:url('assets/logo-bodyclub22.png?v=0856b0dd186b'); }
.choice-logo { display:block; width:clamp(170px,58%,310px); max-width:100%; height:auto; margin:auto 0; object-fit:contain; object-position:left center; }
.choices small,.choices span { font-size:.72rem; font-weight:700; }
.red,.yellow { background:transparent; color:#fff; }

.site { --a:#ed2d43; }
.yellow-site { --a:#ffca24; }
.header { height:84px; padding:0 6vw; display:flex; align-items:center; gap:2rem; background:var(--black); color:#fff; }
.brand { display:block; flex:0 0 auto; width:145px; height:58px; font-size:0!important; background:url('assets/logo-bodyclub.png?v=38a1b5b16e86') center/contain no-repeat; }
.yellow-site .brand { background-image:url('assets/logo-bodyclub22.png?v=0856b0dd186b'); }
nav { display:flex; gap:1.4rem; margin-left:auto; }
nav a,.switch { color:#fff; text-decoration:none; text-transform:uppercase; font-size:.68rem; font-weight:700; }
nav a:hover { color:var(--a); }
.switch { width:86px; height:42px; padding:0; border:1px solid #555; font-size:0!important; background:url('assets/logo-bodyclub22.png?v=0856b0dd186b') center/contain no-repeat; }
.yellow-site .switch { background-image:url('assets/logo-bodyclub.png?v=38a1b5b16e86'); }
.hero { min-height:520px; padding:clamp(4rem,10vw,9rem) 12vw; background:var(--black); color:#fff; }
.hero p { max-width:520px; color:#ccc; line-height:1.7; }
.button { display:inline-block; margin-top:1.5rem; padding:1rem 1.3rem; background:var(--a); color:#111; text-decoration:none; text-transform:uppercase; font-size:.7rem; font-weight:700; }
.site:not(.yellow-site) .button { color:#fff; }
.pagehead { padding:5vw 10vw; background:var(--black); color:#fff; }
.pagehead h1 { margin-top:.6rem; font-size:clamp(4rem,8vw,7rem); }
.pagehead em { font-style:normal; }
.content { max-width:1300px; margin:auto; padding:clamp(3rem,7vw,7rem) 10vw; }
.hours { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:center; }
.hours img { width:100%; background:#111; border-radius:22px; }
.hour-list { border-top:1px solid #bbb; }
.hour-list div { display:flex; justify-content:space-between; padding:1.2rem 0; border-bottom:1px solid #bbb; font-weight:700; }
.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.gallery figure { min-height:220px; margin:0; background:#111; }
.gallery figure:first-child { grid-column:span 2; grid-row:span 2; min-height:460px; }
.gallery img { display:block; width:100%; height:100%; object-fit:cover; }
.contact { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.card { padding:2rem; background:var(--black); color:#fff; }
.card h2,.map h2 { font-size:3.5rem; }
.card a { display:block; margin-top:1rem; color:#fff; font-weight:700; }
.map { padding:2rem; background:var(--a); }
.footer { padding:2rem 6vw; background:var(--black); color:#aaa; font-size:.75rem; }
.footer a { color:#fff; }

@media(max-width:700px) {
  .header { min-height:112px; height:auto; padding-top:.75rem; padding-bottom:.75rem; flex-wrap:wrap; }
  nav { order:3; display:flex; width:100%; margin-left:0; gap:1rem; overflow-x:auto; white-space:nowrap; padding-bottom:.15rem; }
  nav a { flex:0 0 auto; }
  .choices,.hours,.contact { grid-template-columns:1fr; }
  .gallery { grid-template-columns:1fr 1fr; }
  .gallery figure:first-child { min-height:330px; }
  .header { gap:1rem; }
  .brand { width:112px; height:48px; }
  .switch { margin-left:auto; }
}
