:root {
    --paper: #f2efe7;
    --ink: #11110f;
    --dark: #090908;
    --muted: #6d6c66;
    --line: rgba(17, 17, 15, .16);
    --white: #fff;
    --acid: #d9ff43;
    --shell: min(92vw, 1600px);
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--dark); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(7rem, 13vw, 14rem); }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .8rem 1rem; translate: 0 -150%; background: var(--white); color: var(--ink); }
.skip-link:focus { translate: 0; }
.eyebrow { margin: 0; font-size: .68rem; font-weight: 700; letter-spacing: .18em; line-height: 1.4; }
.display { margin: 1.8rem 0 0; font-size: clamp(4rem, 9.2vw, 10.8rem); font-weight: 800; letter-spacing: -.075em; line-height: .79; text-wrap: balance; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.3rem; padding: .9rem 1.15rem; border: 1px solid currentColor; font-size: .7rem; font-weight: 700; letter-spacing: .12em; transition: background .35s ease, color .35s ease, border-color .35s ease; }
.button span, .text-link span { transition: transform .35s var(--ease); }
.button:hover span, .text-link:hover span { transform: translate(4px, -4px); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { border-color: var(--acid); background: var(--acid); }
.button-outline { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.button.is-disabled { opacity: .42; cursor: not-allowed; }
.text-link { display: inline-flex; align-items: center; gap: 1.5rem; padding-block: .5rem; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; letter-spacing: .13em; }
.text-link-light { color: var(--white); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 4vw; color: var(--white); transition: min-height .4s ease, padding .4s ease, background .4s ease, backdrop-filter .4s ease; }
.site-header.is-scrolled { min-height: 70px; padding-block: .75rem; background: rgba(9,9,8,.76); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.wordmark { position: relative; z-index: 3; display: inline-flex; flex-direction: column; line-height: .82; }
.wordmark span { font-size: 1.28rem; font-weight: 900; letter-spacing: -.06em; }
.wordmark small { margin-top: .35rem; font-size: .54rem; font-weight: 700; letter-spacing: .3em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.4rem, 2.5vw, 3rem); font-size: .62rem; font-weight: 700; letter-spacing: .13em; }
.desktop-nav > a:not(.nav-cta) { position: relative; padding-block: .5rem; }
.desktop-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.desktop-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { min-width: 114px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: .6rem .9rem; background: var(--white); color: var(--ink); }
.nav-cta:hover { background: var(--acid); }
.nav-cta.is-disabled { opacity: .55; cursor: not-allowed; }
.menu-toggle { position: relative; z-index: 3; width: 48px; height: 48px; display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; width: 26px; height: 1px; display: block; background: var(--white); transition: transform .35s ease, top .35s ease; }
.menu-toggle span:first-child { top: 19px; }
.menu-toggle span:last-child { top: 28px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 24px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 24px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 90; inset: 0; display: grid; align-content: center; padding: 7rem 6vw 3rem; visibility: hidden; background: var(--dark); color: var(--white); opacity: 0; transition: opacity .4s ease, visibility .4s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding-block: .4rem; font-size: clamp(2.7rem, 12vw, 5rem); font-weight: 800; letter-spacing: -.06em; line-height: .95; }
.mobile-menu p { align-self: end; margin-top: 3rem; font-size: .65rem; letter-spacing: .16em; }

.hero { position: relative; min-height: max(720px, 100svh); overflow: hidden; background: #1a1a17; color: var(--white); isolation: isolate; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; animation: hero-arrive 1.7s var(--ease) both; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.08) 62%), linear-gradient(0deg, rgba(0,0,0,.7) 0%, transparent 45%, rgba(0,0,0,.18) 100%); }
.hero-content { position: relative; z-index: 2; min-height: max(720px, 100svh); display: flex; flex-direction: column; justify-content: center; padding-top: 7rem; padding-bottom: 6rem; }
.hero-location { margin-bottom: 1.5rem; }
.hero h1 { max-width: 1080px; margin: 0; font-size: clamp(4.6rem, 10.5vw, 12rem); font-weight: 800; letter-spacing: -.085em; line-height: .73; }
.hero-foot { max-width: 1100px; display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-top: 2.2rem; }
.hero-foot > p { max-width: 520px; margin: 0; font-size: clamp(.95rem, 1.3vw, 1.2rem); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.launch-note { position: absolute; z-index: 2; right: 4vw; top: 30%; width: 190px; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.55); }
.launch-note span { font-size: .56rem; font-weight: 700; letter-spacing: .15em; line-height: 1.55; }
.launch-note p { margin: 1rem 0 0; color: rgba(255,255,255,.75); font-size: .68rem; line-height: 1.5; }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 2.1rem; font-size: .54rem; letter-spacing: .18em; writing-mode: vertical-rl; }
@keyframes hero-arrive { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1); } }

.intro { position: relative; min-height: 90vh; }
.intro-copy { width: min(640px, 48vw); margin: clamp(4rem, 8vw, 8rem) 0 0 auto; }
.intro-copy p { margin: 0; font-size: clamp(1.45rem, 2.3vw, 2.5rem); letter-spacing: -.035em; line-height: 1.28; }
.intro-copy span { display: block; margin-top: 2.4rem; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .16em; }
.services-lead { padding-top: 3rem; border-top: 1px solid var(--line); }
.services-lead .display { max-width: 1250px; }
.lead-copy { width: min(560px, 48vw); margin: 4rem 0 0 auto; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.4rem); line-height: 1.55; }
.lead-copy strong { color: var(--ink); }

.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 78px; gap: clamp(.8rem, 1.4vw, 1.5rem); padding-bottom: clamp(8rem, 14vw, 15rem); }
.service-card { position: relative; min-height: 420px; overflow: hidden; background: #2a2a26; color: var(--white); isolation: isolate; }
.service-card img, .card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-card img { object-fit: cover; transition: transform .7s var(--ease); }
.service-card:hover img { transform: scale(1.035); }
.card-shade { z-index: 1; background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.02) 65%); transition: background .6s ease; }
.service-card:hover .card-shade { background: linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,.14) 70%); }
.card-copy { position: absolute; z-index: 2; right: clamp(1.4rem, 2.5vw, 2.8rem); bottom: clamp(1.5rem, 3vw, 3rem); left: clamp(1.4rem, 2.5vw, 2.8rem); transition: transform .6s var(--ease); }
.service-card:hover .card-copy { transform: translateY(-6px); }
.card-copy > span { font-size: .62rem; font-weight: 700; letter-spacing: .17em; }
.card-copy h3 { margin: .5rem 0 .8rem; font-size: clamp(2.5rem, 5.2vw, 6rem); font-weight: 800; letter-spacing: -.075em; line-height: .82; }
.card-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: .75rem; letter-spacing: .05em; }
.service-card--seven { grid-column: 1 / span 8; grid-row: span 9; }
.service-card--arena { grid-column: 9 / span 4; grid-row: span 7; margin-top: 5rem; }
.service-card--dali { grid-column: 1 / span 5; grid-row: span 8; margin-top: 1rem; }
.service-card--eat { grid-column: 6 / span 7; grid-row: span 7; margin-top: 5rem; }
.service-card--pub { grid-column: 1 / span 7; grid-row: span 7; margin-top: 1rem; }
.service-card--gymnastics { grid-column: 8 / span 5; grid-row: span 8; margin-top: -2rem; }
.service-card--arena .card-copy h3, .service-card--dali .card-copy h3, .service-card--gymnastics .card-copy h3 { font-size: clamp(2.7rem, 4.4vw, 5rem); }

.media-feature { position: relative; min-height: max(760px, 100svh); overflow: hidden; background: #161713; color: var(--white); }
.media-feature > img, .media-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.media-feature > img { object-fit: cover; }
.media-overlay { background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.05)), linear-gradient(0deg, rgba(0,0,0,.5), transparent 60%); }
.feature-copy { position: relative; z-index: 1; min-height: max(760px, 100svh); display: flex; flex-direction: column; justify-content: center; padding-block: 8rem 5rem; }
.feature-copy h2 { margin: 1.5rem 0 2.5rem; font-size: clamp(6rem, 14vw, 15rem); font-weight: 800; letter-spacing: -.09em; line-height: .7; }
.feature-bottom { max-width: 720px; display: flex; align-items: end; justify-content: space-between; gap: 4rem; margin-bottom: 2.5rem; }
.feature-bottom p { max-width: 480px; margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.6rem); line-height: 1.4; }
.feature-bottom span { font-size: .62rem; font-weight: 700; letter-spacing: .15em; line-height: 1.5; }
.feature-copy > .button { align-self: flex-start; }

.duo { display: grid; grid-template-columns: 1.08fr .92fr; align-items: start; gap: clamp(1.5rem, 4vw, 5rem); }
.duo article { position: relative; }
.duo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.duo-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 3vw, 3.5rem); background: linear-gradient(0deg, rgba(0,0,0,.68), transparent 55%); color: var(--white); }
.duo-copy p, .duo-dali-head p { margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .16em; line-height: 1.4; }
.duo small { font-size: .55rem; font-weight: 400; }
.duo h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 6.5rem); font-weight: 800; letter-spacing: -.075em; line-height: .82; }
.duo-dali { margin-top: 11rem; }
.duo-dali-head { display: grid; grid-template-columns: 1fr 2fr; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.duo-dali-head h2 { font-size: clamp(2.6rem, 4.6vw, 5.5rem); }
.duo-dali img { aspect-ratio: 3 / 4; }

.stay { background: var(--dark); color: var(--white); }
.stay .display { max-width: 900px; }
.stay-copy { max-width: 540px; margin: 4rem 0 8rem auto; color: rgba(255,255,255,.68); font-size: clamp(1.1rem, 1.8vw, 1.55rem); line-height: 1.55; }
.social-pair { display: grid; grid-template-columns: 1.1fr .9fr; align-items: start; gap: clamp(1.2rem, 3vw, 3rem); }
.social-pair figure { margin: 0; }
.social-pair figure:nth-child(2) { margin-top: 9rem; }
.social-pair img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.social-pair figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; font-size: .62rem; letter-spacing: .1em; }
.social-pair figcaption span { color: rgba(255,255,255,.52); }

.aquawave { display: grid; grid-template-columns: 1.55fr .45fr; align-items: end; gap: 4rem; }
.aquawave > * { min-width: 0; }
.aquawave-copy { padding-bottom: .5rem; }
.aquawave-copy p { margin: 0 0 2.5rem; font-size: clamp(1.1rem, 1.6vw, 1.5rem); line-height: 1.5; }
.seo-copy { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; padding-block: 4rem 8rem; border-top: 1px solid var(--line); }
.seo-copy h2 { margin: 0; font-size: .72rem; letter-spacing: .08em; }
.seo-copy p { max-width: 900px; margin: 0; color: #55544f; font-size: clamp(.95rem, 1.15vw, 1.12rem); line-height: 1.75; }

.visit { padding-bottom: 5rem; background: var(--dark); color: var(--white); }
.visit-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 5rem; }
.visit-details { align-self: end; padding-bottom: 1rem; }
.district { margin: 0 0 2.5rem; font-size: clamp(2.5rem, 4.5vw, 5rem); font-weight: 800; letter-spacing: -.055em; line-height: .88; }
.district span { color: rgba(255,255,255,.55); font-size: .32em; letter-spacing: .05em; }
.visit address, .footer address { max-width: 400px; margin: 0 0 2rem; color: rgba(255,255,255,.7); font-size: 1rem; font-style: normal; line-height: 1.6; }
.visit dl { margin: 0 0 2.5rem; }
.visit dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding-block: .65rem; border-top: 1px solid rgba(255,255,255,.16); }
.visit dt { color: rgba(255,255,255,.5); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.visit dd { margin: 0; font-size: .8rem; }
.visit-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.map-preview { min-height: 300px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 2rem; margin-top: 9rem; padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid rgba(255,255,255,.22); background: radial-gradient(circle at 24% 30%, rgba(217,255,67,.16), transparent 25%), linear-gradient(135deg, #171814, #0c0c0b); transition: border-color .35s ease; }
.map-preview:hover { border-color: var(--acid); }
.map-preview span { color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .12em; line-height: 1.5; }
.map-preview strong { font-size: clamp(2.3rem, 4vw, 4.8rem); letter-spacing: -.06em; line-height: .85; }
.map-preview i { color: var(--acid); font-size: 2rem; font-style: normal; }

.instagram { overflow: hidden; }
.instagram-handle { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-top: 5rem; padding-block: 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(1.7rem, 4vw, 4.5rem); font-weight: 700; letter-spacing: -.05em; }
.instagram-handle span { font-size: .63rem; letter-spacing: .13em; }

.footer { padding-top: 7rem; background: var(--dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr .75fr .75fr; gap: 5rem; padding-bottom: 7rem; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-size: clamp(4.8rem, 9.5vw, 11rem); font-weight: 800; letter-spacing: -.085em; line-height: .72; }
.footer-brand span { margin-top: 1.2rem; font-size: clamp(1rem, 1.8vw, 2rem); font-weight: 700; letter-spacing: .35em; }
.footer-label { margin: 0 0 2rem; color: rgba(255,255,255,.4); font-size: .57rem; font-weight: 700; letter-spacing: .17em; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer li, .footer-grid > div:nth-child(n+2) > p:not(.footer-label), .footer-grid > div:nth-child(n+2) > a { display: block; margin-bottom: .9rem; font-size: .68rem; font-weight: 700; letter-spacing: .06em; line-height: 1.4; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: .55rem; letter-spacing: .13em; }
.mobile-contact { position: fixed; z-index: 80; right: .75rem; bottom: max(.75rem, env(safe-area-inset-bottom)); left: .75rem; display: none; grid-template-columns: 1fr 1fr; padding: .35rem; border: 1px solid rgba(255,255,255,.18); background: rgba(9,9,8,.88); color: var(--white); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.mobile-contact a { min-height: 48px; display: grid; place-items: center; font-size: .64rem; font-weight: 700; letter-spacing: .14em; }
.mobile-contact a + a { background: var(--white); color: var(--ink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .launch-note { display: none; }
    .service-grid { grid-auto-rows: 64px; }
    .aquawave { grid-template-columns: 1.35fr .65fr; }
    .visit-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.5fr .75fr .75fr; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100vw - 2rem); }
    .section { padding-block: 7rem; }
    .display { font-size: clamp(3.2rem, 16vw, 5rem); line-height: .82; }
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .site-header { min-height: 74px; padding: .85rem 1rem; }
    .site-header.is-scrolled { min-height: 64px; padding: .55rem 1rem; }
    .hero, .hero-content { min-height: 100svh; }
    .hero-content { justify-content: flex-end; padding-top: 7rem; padding-bottom: 6.5rem; }
    .hero h1 { font-size: clamp(3.4rem, 18vw, 5.3rem); line-height: .75; }
    .hero-location { margin-bottom: 1rem; }
    .hero-foot { display: block; margin-top: 2rem; }
    .hero-foot > p { font-size: .9rem; }
    .hero-actions { flex-wrap: wrap; gap: 1.2rem; margin-top: 1.7rem; }
    .scroll-cue { right: 1rem; bottom: 1.1rem; }
    .intro { min-height: auto; }
    .intro-copy, .lead-copy { width: 100%; margin-top: 3.5rem; }
    .intro-copy p { font-size: 1.4rem; }
    .services-lead { padding-top: 1.5rem; }
    .service-grid { display: flex; flex-direction: column; gap: 1rem; padding-bottom: 8rem; }
    .service-card { min-height: 0; aspect-ratio: 4 / 5; margin: 0; }
    .service-card--seven { aspect-ratio: 4 / 5.4; }
    .card-copy h3, .service-card--arena .card-copy h3, .service-card--dali .card-copy h3, .service-card--gymnastics .card-copy h3 { font-size: clamp(3.2rem, 16vw, 5rem); }
    .media-feature, .feature-copy { min-height: 88svh; }
    .feature-copy { justify-content: flex-end; padding-bottom: 4rem; }
    .feature-copy h2 { font-size: 26vw; }
    .feature-bottom { align-items: start; gap: 2rem; }
    .feature-bottom p { font-size: 1rem; }
    .duo { display: block; }
    .duo-dali { margin-top: 5rem; }
    .duo-dali-head { grid-template-columns: 1fr; }
    .duo h2 { font-size: 12vw; }
    .social-pair { grid-template-columns: 1fr; }
    .social-pair figure:nth-child(2) { margin-top: 2.5rem; }
    .social-pair figcaption { align-items: end; }
    .stay-copy { margin: 3rem 0 5rem; }
    .aquawave, .seo-copy, .visit-grid { grid-template-columns: 1fr; }
    .aquawave { gap: 3rem; }
    .aquawave .display { font-size: clamp(3rem, 14.5vw, 5rem); }
    .seo-copy { gap: 2rem; padding-block: 4rem 6rem; }
    .visit-grid { gap: 5rem; }
    .visit-actions { grid-template-columns: 1fr; }
    .map-preview { min-height: 250px; grid-template-columns: 1fr auto; margin-top: 6rem; }
    .map-preview strong { grid-column: 1; }
    .map-preview i { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
    .instagram-handle { display: block; overflow-wrap: anywhere; }
    .instagram-handle span { display: block; margin-top: 2rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 4rem; }
    .footer-brand strong { font-size: 20vw; }
    .footer-bottom { flex-direction: column; }
    .mobile-contact { display: grid; }
    body:has(.mobile-contact) .footer { padding-bottom: 5rem; }
}

@media (max-width: 390px) {
    .hero h1 { font-size: 17vw; }
    .hero-actions .button { gap: 1.2rem; }
    .hero-actions .text-link { gap: .8rem; }
    .card-copy h3, .service-card--arena .card-copy h3, .service-card--dali .card-copy h3, .service-card--gymnastics .card-copy h3 { font-size: 15vw; }
    .social-pair figcaption { display: block; }
    .social-pair figcaption span { display: block; margin-top: .5rem; }
}

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