:root {
  --ink: #172019;
  --paper: #f0ede2;
  --acid: #d7ff52;
  --clay: #bc4f32;
  --sand: #d8c5a3;
  --line: rgba(23, 32, 25, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }

.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; width: 100%; padding: 24px 30px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white;
  mix-blend-mode: difference;
}
.logo { font: 700 32px/1 "Syne", sans-serif; letter-spacing: -.08em; }
.logo span { color: var(--acid); }
.header-tagline { margin: 0; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.menu-toggle { justify-self: end; position: relative; width: 72px; height: 44px; padding: 0; border: 0; background: none; cursor: pointer; }
.menu-toggle span { position: absolute; left: 0; top: 15px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.menu-toggle i { position: absolute; right: 0; width: 22px; height: 1px; background: currentColor; transition: transform .35s, top .35s; }
.menu-toggle i:nth-of-type(1) { top: 16px; }
.menu-toggle i:nth-of-type(2) { top: 24px; }
.menu-toggle.is-open i:nth-of-type(1) { top: 20px; transform: rotate(45deg); }
.menu-toggle.is-open i:nth-of-type(2) { top: 20px; transform: rotate(-45deg); }

.menu-panel { position: fixed; z-index: 15; inset: 0; padding: 120px 7vw 42px; background: var(--clay); color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; transform: translateY(-105%); transition: transform .7s cubic-bezier(.77,0,.18,1); overflow: hidden; }
.menu-panel.is-open { transform: translateY(0); }
.menu-wash { position: absolute; width: 60vw; height: 60vw; right: -15vw; bottom: -25vw; border-radius: 50%; background: var(--acid); filter: blur(2px); opacity: .9; }
.menu-panel nav, .menu-footer { position: relative; z-index: 1; }
.menu-panel nav { display: flex; flex-direction: column; }
.menu-panel nav a { width: fit-content; display: flex; align-items: baseline; gap: 20px; font: 600 clamp(52px, 9vw, 126px)/.9 "Syne", sans-serif; letter-spacing: -.07em; transition: color .2s, transform .2s; }
.menu-panel nav a:hover { color: var(--acid); transform: translateX(12px); }
.menu-panel nav small { font: 500 11px/1 "DM Sans", sans-serif; letter-spacing: .15em; }
.menu-footer { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.35); display: flex; justify-content: space-between; align-items: end; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.menu-footer p { margin: 0; line-height: 1.6; }

.hero { min-height: 100svh; position: relative; overflow: hidden; color: white; display: flex; align-items: end; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #424b3e; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,12,7,.25), transparent 40%, rgba(5,12,7,.55)); }
.hero-copy { position: relative; z-index: 1; padding: 0 6vw 13vh; }
.eyebrow { margin: 0 0 20px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .statement h2, .team h2, footer h2 { margin: 0; font: 600 clamp(64px, 11.5vw, 170px)/.82 "Syne", sans-serif; letter-spacing: -.085em; }
em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.hero-bottom { position: absolute; z-index: 2; bottom: 24px; left: 30px; right: 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-bottom p { margin: 0; justify-self: end; line-height: 1.5; text-align: right; }
.sound-toggle { justify-self: start; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; background: rgba(0,0,0,.12); color: white; padding: 10px 14px; display: flex; align-items: center; gap: 9px; cursor: pointer; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.sound-wave { color: var(--acid); font-size: 8px; animation: sound-pulse 2.4s ease-in-out infinite; }
.sound-toggle.is-playing .sound-wave { animation-duration: .8s; }
@keyframes sound-pulse { 50% { opacity: .25; transform: scaleX(.7); } }
.scroll-cue { justify-self: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.scroll-cue b { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 16px; }

.intro, .projects, .team { padding: 110px 4vw; }
.section-label { display: flex; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { color: var(--clay); }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 6vw; padding: 70px 0 120px; }
.intro-kicker { margin: 0; font-size: 12px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.intro h2 { max-width: 1040px; margin: 0; font: 500 clamp(40px, 6.6vw, 98px)/.98 "Syne", sans-serif; letter-spacing: -.075em; }
.intro-detail { width: 50%; margin: 60px 0 0 auto; }
.intro-detail p, .section-heading > p, .team-copy p { font-size: 15px; line-height: 1.65; }
.text-link { display: flex; justify-content: space-between; margin-top: 34px; padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.marquee { margin: 0 -4vw; padding: 17px 0; background: var(--acid); display: flex; overflow: hidden; font: 600 15px/1 "Syne", sans-serif; letter-spacing: .1em; white-space: nowrap; transform: rotate(-1.2deg); }
.marquee div { animation: marquee 18s linear infinite; }
@keyframes marquee { to { transform: translateX(-100%); } }

.projects { background: var(--ink); color: var(--paper); }
.projects .section-label { border-color: rgba(255,255,255,.25); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 4vw; margin-bottom: 70px; }
.section-heading .section-label { align-self: start; }
.section-heading h2 { font-size: clamp(58px, 8vw, 118px); }
.section-heading > p { max-width: 260px; margin: 0 0 8px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.project-card { grid-column: span 2; }
.project-description { grid-column: 2; padding: 36px 0 70px; }
.project-description p { margin: 0 0 20px; max-width: 680px; font-size: clamp(17px, 2vw, 27px); line-height: 1.45; letter-spacing: -.025em; }
.project-description p:last-child { margin-bottom: 0; }
.waitlist-link { margin-top: 42px; display: flex; align-items: center; justify-content: space-between; max-width: 680px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); color: var(--acid); font: 600 12px/1 "Syne", sans-serif; letter-spacing: .18em; text-transform: uppercase; transition: padding .25s, color .25s; }
.waitlist-link:hover { padding-left: 12px; color: white; }
.waitlist-link span { font-size: 17px; }
.booking-link { margin-top: 12px; color: white; }
.project-card a { position: relative; height: min(70vh, 760px); overflow: hidden; display: block; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.project-card:hover img { transform: scale(1.035); filter: saturate(1.15); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.42), transparent 40%, rgba(0,0,0,.55)); }
.card-meta { position: absolute; top: 22px; left: 22px; right: 22px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.card-title { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: end; justify-content: space-between; }
.card-title h3 { margin: 0; max-width: 80%; font: 600 clamp(34px, 5vw, 76px)/.9 "Syne", sans-serif; letter-spacing: -.07em; }
.card-title span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid white; border-radius: 50%; }

.statement { min-height: 90vh; padding: 10vw 6vw; background: var(--sand); position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.statement h2 { position: relative; z-index: 1; font-size: clamp(76px, 13vw, 190px); }
.statement .eyebrow { position: relative; z-index: 1; }
.statement-link { position: relative; z-index: 1; width: fit-content; margin-top: 42px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; transition: color .25s, padding .25s; }
.statement-link:hover { padding-left: 10px; color: var(--clay); }
.statement-link span { margin-left: 14px; font-size: 14px; }
.orbit { position: absolute; right: -6vw; top: 50%; width: 32vw; height: 32vw; border: 1px solid rgba(23,32,25,.35); border-radius: 50%; animation: spin 16s linear infinite; }
.orbit span { position: absolute; top: -8px; left: 50%; font-size: 9px; letter-spacing: .16em; }
@keyframes spin { to { transform: rotate(360deg); } }

.team { background: var(--clay); color: var(--paper); }
.team .section-label { border-color: rgba(255,255,255,.35); }
.team-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .72fr); gap: 5vw; align-items: start; padding: 80px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.team-grid:last-child { border-bottom: 0; padding-bottom: 30px; }
.team-profile-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4vw; align-items: end; }
.team h2 { font-size: clamp(65px, 10vw, 145px); }
.team-title p { margin: 0 0 20px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.team-portrait { margin: 0; position: relative; width: clamp(150px, 15vw, 235px); height: clamp(150px, 15vw, 235px); overflow: hidden; background: var(--paper); }
.team-portrait::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); pointer-events: none; }
.team-portrait img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.04); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.team-grid:hover .team-portrait img { transform: scale(1.025); }
.team-copy p { margin: 0 0 24px; }
.team-copy p:last-child { margin-bottom: 0; }
.team-copy em { font-size: 1.04em; }
.pill-link { display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 99px; padding: 16px 18px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; transition: background .2s, color .2s; }
.pill-link:hover { background: var(--acid); color: var(--ink); }

.journey { padding: 82px 4vw 98px; background: var(--paper); }
.journey-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 8vw; align-items: end; padding-top: 55px; }
.journey-title > p { margin: 0 0 22px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.journey h2 { margin: 0; font: 600 clamp(54px, 8.25vw, 120px)/.82 "Syne", sans-serif; letter-spacing: -.085em; }
.journey h2 em { color: var(--clay); }
.journey-signup > p { margin: 0 0 34px; max-width: 480px; font-size: 15px; line-height: 1.6; }
.journey-form label { display: block; margin-bottom: 10px; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.journey-form > div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.journey-form input { min-width: 0; padding: 13px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 500 clamp(20px, 2.5vw, 34px)/1 "Syne", sans-serif; letter-spacing: -.04em; }
.journey-form input::placeholder { color: rgba(23,32,25,.38); }
.journey-form button { padding: 0; border: 0; background: transparent; color: var(--clay); cursor: pointer; font: 600 10px/1 "Syne", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.journey-form button span { margin-left: 9px; font-size: 15px; }
.journey-form small, .journey-form strong { display: block; margin-top: 11px; font-size: 8px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.journey-form strong { display: none; color: var(--clay); font-size: 11px; }
.journey-form.is-complete > div, .journey-form.is-complete small { display: none; }
.journey-form.is-complete strong { display: block; }

footer { padding: 80px 4vw 25px; background: var(--acid); }
footer > div:first-child { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 50px; }
.logo--footer { font-size: clamp(52px, 9vw, 130px); }
.logo--footer span { color: var(--clay); }
footer h2 { font-size: clamp(36px, 5.25vw, 79px); }
.footer-links { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; padding: 35px 0 80px; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.footer-bottom { padding-top: 14px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.country-toggle { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 58px; height: 58px; padding: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; cursor: pointer; box-shadow: 0 8px 25px rgba(0,0,0,.2); transition: transform .25s, background .25s, color .25s; }
.country-toggle:hover, .country-toggle[aria-expanded="true"] { transform: scale(1.06); background: var(--acid); color: var(--ink); }
.country-mark { position: relative; width: 27px; height: 19px; display: block; }
.country-mark i { position: absolute; left: 0; width: 100%; height: 6px; border: 1px solid currentColor; border-radius: 50%; }
.country-mark i:nth-child(1) { top: 0; }
.country-mark i:nth-child(2) { top: 6px; width: 19px; left: 4px; }
.country-mark i:nth-child(3) { top: 12px; width: 11px; left: 8px; }
.country-toggle-label { position: absolute; right: 67px; padding: 7px 9px; background: var(--ink); color: white; opacity: 0; transform: translateX(5px); pointer-events: none; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; transition: opacity .2s, transform .2s; }
.country-toggle:hover .country-toggle-label, .country-toggle:focus-visible .country-toggle-label { opacity: 1; transform: translateX(0); }
.country-panel { position: fixed; z-index: 29; right: 22px; bottom: 91px; width: min(390px, calc(100vw - 36px)); padding: 31px 30px 29px; background: var(--acid); color: var(--ink); transform: translateY(15px) scale(.96); transform-origin: bottom right; opacity: 0; visibility: hidden; transition: opacity .3s, transform .3s, visibility .3s; box-shadow: 0 15px 40px rgba(0,0,0,.18); }
.country-panel.is-open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.country-panel p { margin: 0; font-size: 14px; line-height: 1.65; }
.country-panel .country-label { margin-bottom: 35px; font-size: 9px; letter-spacing: .18em; line-height: 1; text-transform: uppercase; }
.country-close { position: absolute; right: 16px; top: 12px; padding: 5px; border: 0; background: transparent; font-size: 22px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s, transform .8s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
body.menu-open { overflow: hidden; }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr 1fr; padding: 18px; }
  .header-tagline { display: none; }
  .hero-copy { padding: 0 18px 20vh; }
  .hero h1 { font-size: clamp(58px, 18vw, 92px); }
  .hero-bottom { left: 18px; right: 18px; grid-template-columns: 1fr 1fr; }
  .hero-bottom p { display: none; }
  .scroll-cue { justify-self: end; }
  .menu-panel { padding: 110px 20px 28px; }
  .menu-panel nav a { font-size: clamp(52px, 17vw, 76px); }
  .menu-footer { align-items: start; flex-direction: column; gap: 20px; }
  .intro, .projects, .team, .journey { padding: 72px 18px; }
  .intro-grid, .section-heading, .team-grid, .journey-grid { grid-template-columns: 1fr; }
  .intro-grid { padding: 42px 0 80px; }
  .intro-detail { width: 100%; margin-top: 38px; }
  .section-heading { gap: 35px; }
  .section-heading > p { max-width: 100%; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { grid-column: auto; }
  .project-description { grid-column: auto; padding: 24px 0 45px; }
  .project-card a { height: 115vw; max-height: 620px; }
  .statement { min-height: 70vh; padding: 80px 18px; }
  .statement h2 { font-size: clamp(66px, 22vw, 110px); }
  .orbit { width: 70vw; height: 70vw; right: -25vw; }
  .team-profile-head { grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; }
  .team-portrait { width: clamp(105px, 30vw, 150px); height: clamp(105px, 30vw, 150px); }
  .team h2 { font-size: clamp(54px, 16vw, 88px); }
  .journey-grid { gap: 45px; padding-top: 38px; }
  .journey h2 { font-size: clamp(56px, 17vw, 86px); }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 55px; }
  footer > div:first-child { align-items: start; flex-direction: column; gap: 20px; }
  .footer-bottom { gap: 14px; flex-direction: column; }
  .country-toggle { right: 14px; bottom: 14px; width: 52px; height: 52px; }
  .country-panel { right: 14px; bottom: 77px; padding: 27px 24px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
