:root {
  --ink: #171313;
  --paper: #f2eee6;
  --cream: #fff9ec;
  --red: #ad2535;
  --red-dark: #781521;
  --line: rgba(23, 19, 19, 0.18);
  --max: 1180px;
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: var(--cream); color: var(--ink); border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(23, 19, 19, .96); box-shadow: 0 10px 35px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-transform: uppercase; }
.brand img { width: 46px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; border: 2px solid var(--cream); }
.brand-copy { display: grid; line-height: .9; }
.brand-copy strong { font-family: var(--display); font-size: 1.45rem; letter-spacing: .06em; }
.brand-copy small { font-size: .875rem; letter-spacing: .16em; margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .875rem; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--cream); transition: right .2s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 13px 18px; color: var(--ink); background: var(--cream); border-radius: 2px; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); background: transparent; padding: 12px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--cream); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 700px; overflow: hidden; color: var(--cream); background: var(--red); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -170px; top: 120px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; min-height: 700px; padding-top: 115px; padding-bottom: 60px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; font-size: .875rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .about-copy h2, .cta-inner h2 { margin: 0; font-family: var(--display); font-weight: 900; line-height: .86; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 { max-width: 650px; font-size: clamp(4rem, 6vw, 6.1rem); }
em { color: inherit; font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; letter-spacing: -.06em; }
.hero h1 em { display: block; color: #161313; font-size: .68em; line-height: 1.02; }
.hero-slogan { width: fit-content; margin: 24px 0 0; padding: 15px 20px; display: grid; gap: 2px; border-left: 4px solid var(--cream); font-family: var(--display); font-size: 1.05rem; font-style: normal; letter-spacing: .02em; line-height: 1.15; text-transform: uppercase; background: rgba(23,19,19,.1); }
.hero-slogan strong { color: var(--ink); font-size: 1.3rem; }
.hero-intro { max-width: 500px; margin: 28px 0 0; font-size: 1.05rem; line-height: 1.65; color: rgba(255,249,236,.82); }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-size: .875rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--cream); }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.hero-visual { display: grid; place-items: center; }
.hero-shop-card { width: 286px; margin: 0; padding: 40px 40px 22px; color: var(--ink); background: var(--cream); box-shadow: 24px 24px 0 rgba(87,13,23,.38); }
.hero-shop-card img { width: 206px; aspect-ratio: 1; object-fit: cover; }
.hero-shop-card figcaption { margin-top: 16px; display: grid; gap: 5px; }
.hero-shop-card figcaption strong { font-family: var(--display); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-shop-card figcaption span { color: rgba(23,19,19,.62); font-size: .875rem; line-height: 1.35; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .about-copy h2 { font-size: clamp(3.7rem, 6.5vw, 6.5rem); }
.section-heading h2 em, .about-copy h2 em { color: var(--red); }
.section-heading > p { max-width: 430px; margin: 0 0 5px; line-height: 1.7; color: rgba(23,19,19,.66); }
.eyebrow-dark { color: var(--red); }
.price-layout { display: grid; grid-template-columns: 1fr; align-items: start; }
.price-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.price-list li { display: grid; grid-template-columns: 54px 1fr auto; gap: 22px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.price-list li:hover { padding-inline: 12px; background: rgba(255,255,255,.35); }
.service-number { align-self: start; margin-top: 28px; color: var(--red); font-family: Georgia, serif; font-size: .875rem; font-style: italic; }
.price-list h3 { margin: 0; font-family: var(--display); font-size: clamp(1.45rem, 2.5vw, 2.1rem); line-height: 1; text-transform: uppercase; }
.price-list p { margin: 8px 0 0; color: rgba(23,19,19,.64); font-size: .95rem; }
.price-list strong { color: var(--red); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem); white-space: nowrap; }
.look-card { position: relative; padding: 0; overflow: visible; border: 0; background: transparent; cursor: zoom-in; text-align: left; }

.booking-section { overflow: hidden; color: var(--cream); background: var(--red); }
.booking-heading h2 em { color: var(--ink); }
.booking-heading > p { color: rgba(255,249,236,.78); }
.booking-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.booking-info h3 { margin: 0 0 30px; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }
.booking-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.26); }
.booking-steps li { min-height: 104px; padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.26); }
.booking-steps li > span { color: rgba(255,249,236,.7); font-family: Georgia, serif; font-size: .875rem; font-style: italic; }
.booking-steps strong { display: block; font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }
.booking-steps p { margin: 7px 0 0; color: rgba(255,249,236,.74); font-size: .95rem; line-height: 1.55; }
.booking-facts { margin-top: 28px; display: grid; gap: 12px; }
.booking-facts > div { padding-left: 16px; display: grid; gap: 5px; border-left: 3px solid var(--cream); }
.booking-facts small { color: rgba(255,249,236,.68); font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-facts strong { font-size: 1rem; line-height: 1.45; }
.booking-hours-list { margin-top: 3px; display: grid; gap: 5px; }
.booking-hours-list span { display: grid; grid-template-columns: 62px 1fr; gap: 12px; }
.booking-hours-list b { font-family: var(--display); text-transform: uppercase; }
.booking-hours-list i { font-style: normal; font-weight: 650; }
.booking-card { min-width: 0; padding: 34px; color: var(--ink); background: var(--cream); box-shadow: 20px 20px 0 rgba(87,13,23,.45); }
.booking-card-head { margin: -34px -34px 32px; padding: 18px 24px; display: flex; justify-content: space-between; gap: 18px; color: var(--cream); background: var(--ink); font-size: .875rem; letter-spacing: .08em; text-transform: uppercase; }
.booking-card-head b { color: #ed6271; }
.booking-form { display: grid; gap: 26px; }
.booking-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label:not(.booking-consent):not(.booking-honeypot) { display: grid; gap: 9px; }
.booking-form label > span, .booking-times legend { font-size: .875rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.booking-form label > span small { color: rgba(23,19,19,.55); font-size: inherit; font-weight: 650; text-transform: none; }
.booking-form input:not([type="checkbox"]):not([type="radio"]), .booking-form select { width: 100%; min-height: 54px; padding: 0 14px; border: 1px solid rgba(23,19,19,.23); border-radius: 0; color: var(--ink); background: var(--paper); font: inherit; font-size: 1rem; }
.booking-form input:focus, .booking-form select:focus { outline: 3px solid rgba(173,37,53,.22); border-color: var(--red); }
.booking-times { min-width: 0; margin: 0; padding: 0; border: 0; }
.booking-times legend { margin-bottom: 12px; }
.booking-slot-list { min-height: 60px; display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-start; }
.booking-slot { position: relative; cursor: pointer; }
.booking-slot input { position: absolute; opacity: 0; pointer-events: none; }
.booking-slot span { min-width: 72px; min-height: 44px; padding: 0 12px; display: grid; place-items: center; border: 1px solid rgba(23,19,19,.25); background: var(--paper); font-size: .95rem; font-weight: 800; transition: color .15s, background .15s, border-color .15s; }
.booking-slot:hover span, .booking-slot input:focus-visible + span { border-color: var(--red); }
.booking-slot input:checked + span { color: var(--cream); border-color: var(--red); background: var(--red); }
.booking-slot-hint { width: 100%; margin: 0; padding: 16px; color: rgba(23,19,19,.65); background: var(--paper); font-size: .95rem; line-height: 1.5; }
.booking-slot-hint.is-error { color: var(--red-dark); border-left: 4px solid var(--red); }
.booking-full-field { grid-column: 1 / -1; }
.booking-consent { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; cursor: pointer; }
.booking-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--red); }
.booking-consent span { font-size: .9rem; font-weight: 500; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.booking-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.booking-submit { width: 100%; border: 0; cursor: pointer; }
.booking-submit:disabled { cursor: wait; opacity: .6; }
.booking-status { min-height: 24px; margin: -12px 0 0; color: rgba(23,19,19,.68); font-size: .95rem; line-height: 1.5; }
.booking-status.is-error { color: var(--red-dark); font-weight: 700; }
.booking-result, .booking-cancellation { padding: 30px; border: 2px solid var(--red); background: var(--paper); }
.booking-result h3, .booking-cancellation h3 { margin: 0 0 14px; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.booking-result p, .booking-cancellation > p:not(.eyebrow) { margin: 10px 0; font-size: 1rem; line-height: 1.6; }
.booking-result strong { color: var(--red); }
.booking-result a:not(.button) { word-break: break-word; color: var(--red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.booking-result .button, .booking-cancellation .button { margin-top: 14px; }
.booking-preview { padding: 14px 16px; border-left: 4px solid var(--red); color: var(--red-dark); background: #f4dfd9; font-size: .95rem; line-height: 1.5; }

.gallery { overflow: hidden; color: var(--cream); background: var(--ink); }
.section-heading-light h2 em { color: #d94a59; }
.section-heading-light > p { color: rgba(255,249,236,.6); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, 206px); grid-auto-rows: 286px; justify-content: center; gap: 26px 20px; }
.look-card--feature { grid-column: auto; grid-row: auto; }
.look-card--tall, .gallery-quote { grid-row: auto; }
.look-card { height: 286px; display: flex; flex-direction: column; }
.look-card img { width: 206px; height: 206px; flex: 0 0 206px; object-fit: cover; transition: transform .5s; }
.look-card:hover img { transform: scale(1.045); }
.look-caption { position: static; min-height: 80px; padding: 14px 2px 0; display: grid; align-content: start; gap: 6px; color: var(--cream); background: none; }
.look-caption b { display: block; font-family: var(--display); font-size: 1.05rem; line-height: 1; text-transform: uppercase; }
.look-caption small { font-size: .875rem; letter-spacing: .05em; color: rgba(255,255,255,.72); }
.look-card--feature .look-caption { padding: 14px 2px 0; }
.look-card--feature .look-caption b { font-size: 1.05rem; }
.gallery-quote { position: relative; overflow: hidden; padding: 30px 24px; color: var(--cream); background: var(--red); }
.quote-mark { position: absolute; top: 8px; right: 18px; color: rgba(255,255,255,.16); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.gallery-quote blockquote { position: relative; z-index: 1; margin: 48px 0 0; font-family: var(--display); font-size: 1.75rem; font-weight: 900; line-height: .97; text-transform: uppercase; }
.gallery-quote em { color: var(--ink); }
.mini-pole { position: absolute; left: 20px; bottom: 22px; width: 90px; height: 7px; background: repeating-linear-gradient(90deg, var(--cream) 0 16px, #243c5b 16px 32px, var(--cream) 32px 48px, var(--ink) 48px 64px); }

.shop-section { background: var(--paper); }
.shop-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 34px 24px; }
.shop-card { width: 206px; margin: 0; }
.shop-photo { width: 206px; height: 206px; padding: 0; overflow: hidden; border: 6px solid var(--cream); background: var(--cream); box-shadow: 9px 9px 0 rgba(173,37,53,.2); cursor: zoom-in; }
.shop-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.shop-photo:hover img { transform: scale(1.05); }
.shop-photo:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.shop-card figcaption { margin-top: 16px; display: grid; gap: 5px; }
.shop-card figcaption strong { font-family: var(--display); font-size: 1.05rem; line-height: 1; text-transform: uppercase; }
.shop-card figcaption span { color: rgba(23,19,19,.64); font-size: .875rem; line-height: 1.45; }

.team-section { overflow: hidden; color: var(--cream); background: var(--red); }
.team-section .section-heading-light h2 em { color: var(--ink); }
.team-section .section-heading-light > p { color: rgba(255,249,236,.76); }
.team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.team-card { width: 206px; height: 206px; padding: 6px; overflow: hidden; border: 0; background: var(--cream); box-shadow: 11px 11px 0 rgba(87,13,23,.48); cursor: zoom-in; }
.team-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.team-card:hover img { transform: scale(1.05); }
.team-card:focus-visible { outline: 3px solid var(--cream); outline-offset: 5px; }

.sport-section { overflow: hidden; color: var(--cream); background: var(--ink); }
.sport-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 28px; }
.sport-card { width: 206px; padding: 6px; overflow: hidden; border: 0; background: var(--cream); box-shadow: 11px 11px 0 var(--red); cursor: zoom-in; line-height: 0; }
.sport-card img { display: block; width: 100%; height: auto; transition: transform .45s ease; }
.sport-card:hover img { transform: scale(1.04); }
.sport-card:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.sport-statement { margin-top: 72px; padding: 24px 0; display: flex; justify-content: center; align-items: center; gap: 24px; border-block: 1px solid rgba(255,255,255,.2); font-family: var(--display); font-size: clamp(1.8rem, 3.3vw, 3rem); font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.sport-statement i { color: var(--red); font-family: Georgia, serif; font-style: normal; font-weight: 400; }

.about { background: #e6dfd3; }
.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: center; }
.about-logo-card { width: min(100%, 390px); aspect-ratio: 1; margin-inline: auto; padding: 28px; display: grid; place-items: center; background: var(--cream); box-shadow: 20px 20px 0 var(--red), 0 30px 70px rgba(63,32,26,.2); transform: rotate(-2deg); }
.about-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.large-copy { max-width: 720px; margin: 32px 0 0; font-size: 1.12rem; line-height: 1.8; color: rgba(23,19,19,.67); }
.about-points { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.about-points > div { padding-top: 15px; border-top: 1px solid rgba(23,19,19,.25); }
.about-points span { color: var(--red); font-family: Georgia, serif; font-size: .875rem; font-style: italic; }
.about-points p { margin: 10px 0 0; font-size: .9rem; line-height: 1.55; color: rgba(23,19,19,.64); }
.about-points strong { display: block; margin-bottom: 4px; color: var(--ink); font-family: var(--display); font-size: 1rem; text-transform: uppercase; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.contact-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.7rem, 6vw, 6rem); font-weight: 900; line-height: .86; letter-spacing: -.045em; text-transform: uppercase; }
.contact-copy h2 em { color: var(--red); }
.contact-copy > p:last-child { max-width: 470px; margin: 30px 0 0; color: rgba(23,19,19,.64); line-height: 1.75; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { min-height: 108px; padding: 20px 24px; display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; border: 1px solid rgba(23,19,19,.15); background: var(--paper); transition: transform .2s, border-color .2s, box-shadow .2s; }
.contact-card:hover { z-index: 1; transform: translateX(-6px); border-color: var(--red); box-shadow: 10px 10px 0 rgba(173,37,53,.16); }
.contact-index { color: var(--red); font-family: Georgia, serif; font-size: .875rem; font-style: italic; }
.contact-details { display: grid; gap: 4px; min-width: 0; }
.contact-details small { font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(23,19,19,.58); }
.contact-details strong { font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1; text-transform: uppercase; }
.contact-details em { font-family: var(--body); font-size: .875rem; font-style: normal; letter-spacing: .04em; color: rgba(23,19,19,.64); }
.contact-card > b { font-size: 1.25rem; }
.contact-card-hours { min-height: 166px; }
.contact-hours-list { margin-top: 6px; display: grid; gap: 7px; }
.contact-hours-list > span { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: baseline; }
.contact-hours-list b { font-family: var(--display); font-size: 1rem; text-transform: uppercase; }
.contact-hours-list i { color: rgba(23,19,19,.7); font-size: .95rem; font-style: normal; font-weight: 650; }
.contact-card-social { color: var(--cream); border-color: var(--red); background: var(--red); }
.contact-card-social .contact-index, .contact-card-social .contact-details small { color: rgba(255,249,236,.72); }

.cta-section { padding: 85px 0; color: var(--cream); background: var(--red); }
.cta-inner { position: relative; overflow: hidden; padding: 70px; background: var(--red-dark); box-shadow: 22px 22px 0 var(--ink); }
.cta-inner > p { margin: 0 0 20px; font-size: .875rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.cta-inner h2 { position: relative; z-index: 1; max-width: 800px; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.cta-inner h2 em { color: #ed6271; }
.cta-inner .button { position: absolute; z-index: 2; right: 70px; bottom: 70px; }
.cta-watermark { position: absolute; right: 30px; top: -45px; color: rgba(255,255,255,.04); font-family: Georgia, serif; font-size: 22rem; font-style: italic; line-height: 1; }

footer { padding: 44px 0; color: var(--cream); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand-footer img { width: 42px; }
.footer-grid > p { margin: 0; font-size: .875rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid > p a:hover { color: #ed6271; }
.footer-grid > p:last-child { justify-self: end; color: rgba(255,255,255,.55); }

.lightbox { max-width: min(92vw, 850px); max-height: 92vh; padding: 0; border: 0; color: var(--cream); background: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(12,10,10,.88); backdrop-filter: blur(7px); }
.lightbox img { max-width: min(86vw, 800px); max-height: 86vh; object-fit: contain; }
.lightbox-close { position: fixed; top: 22px; right: 28px; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(0,0,0,.55); cursor: pointer; font-size: 2rem; line-height: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 320px; gap: 35px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 5.4rem); }
  .price-layout { gap: 35px; }
  .gallery-grid { grid-template-columns: repeat(auto-fit, 206px); grid-auto-rows: 286px; }
  .look-card--feature { grid-column: auto; grid-row: auto; }
  .look-card--tall, .gallery-quote { grid-row: span 1; }
  .about-grid { gap: 60px; }
  .about-logo-card { width: 320px; }
  .about-points { grid-template-columns: 1fr; gap: 18px; }
  .booking-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .cta-inner .button { position: relative; right: auto; bottom: auto; margin-top: 32px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { height: 72px; }
  .brand img { width: 40px; }
  .brand-copy strong { font-size: 1.2rem; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 110px 28px 35px; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); transform: translateX(100%); transition: transform .3s ease, visibility 0s .3s; }
  .main-nav.open { visibility: visible; transform: translateX(0); transition-delay: 0s; }
  .main-nav > a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--display); font-size: 2rem; }
  .main-nav .nav-cta { margin-top: auto; padding: 17px; text-align: center; font-family: var(--body); font-size: .875rem; }
  .hero { min-height: auto; }
  .hero::before { width: 360px; height: 360px; right: -230px; top: 390px; }
  .hero-grid { min-height: auto; padding-top: 125px; padding-bottom: 80px; grid-template-columns: 1fr; gap: 55px; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 4.2rem); }
  .hero-intro { font-size: .97rem; }
  .hero-slogan { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-visual { margin-inline: auto; }
  .section { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .section-heading h2, .about-copy h2 { font-size: clamp(2.9rem, 12vw, 4.4rem); }
  .price-layout { grid-template-columns: 1fr; }
  .price-list li { grid-template-columns: 35px 1fr auto; gap: 12px; min-height: 112px; }
  .price-list p { display: none; }
  .price-list h3 { font-size: 1.35rem; }
  .price-list strong { font-size: 1.65rem; }
  .booking-card { padding: 26px 18px; box-shadow: 12px 14px 0 rgba(87,13,23,.45); }
  .booking-card-head { margin: -26px -18px 26px; padding: 17px 18px; flex-direction: column; gap: 5px; }
  .booking-form-grid { grid-template-columns: 1fr; }
  .booking-full-field { grid-column: auto; }
  .booking-slot-list { gap: 7px; }
  .booking-slot span { min-width: 68px; }
  .booking-result, .booking-cancellation { padding: 22px 18px; }
  .gallery-grid { grid-template-columns: 206px; grid-auto-rows: 286px; }
  .look-card--feature { grid-column: auto; grid-row: auto; }
  .look-card--tall, .gallery-quote { grid-row: auto; }
  .gallery-quote { order: 10; }
  .gallery-quote blockquote { margin-top: 48px; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 70px; }
  .about-copy { min-width: 0; }
  .about-logo-card { width: min(78vw, 320px); }
  .about-points { margin-top: 30px; }
  .sport-statement { gap: 12px; font-size: 1.45rem; flex-wrap: wrap; }
  .contact-copy h2 { font-size: clamp(2.9rem, 12vw, 4.4rem); }
  .contact-card { padding: 18px 16px; grid-template-columns: 30px 1fr auto; gap: 10px; }
  .contact-details strong { font-size: 1.18rem; }
  .cta-section { padding: 70px 0 90px; }
  .cta-inner { padding: 46px 26px; box-shadow: 12px 14px 0 var(--ink); }
  .cta-inner h2 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid > p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
