:root {
  --ink: #1a2022;
  --ink-soft: #596164;
  --paper: #f8f8f6;
  --white: #fff;
  --blue: #80a6b5;
  --blue-deep: #2c85a7;
  --coral: #a32323;
  --line: rgba(26, 32, 34, .16);
  --max: 1420px;
  --gutter: clamp(22px, 4vw, 68px);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.sr-only, .honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 20px; padding: 12px 15px; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 20px; }
.page-grid { width: min(100%, var(--max)); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; width: 100%; height: 82px; transition: background .35s var(--ease), height .35s var(--ease), box-shadow .35s; }
.site-header.scrolled { height: 66px; background: rgba(248,248,246,.95); box-shadow: 0 1px 0 rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.site-header:not(.scrolled) .brand img { filter: brightness(0) invert(1); }
.site-header:not(.scrolled) .main-nav a { color: rgba(255,255,255,.92); }
.site-header:not(.scrolled) .header-social a { border-color: rgba(255,255,255,.6); color: var(--white); }
.nav-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(100%, 1540px); height: 100%; margin: 0 auto; padding: 0 var(--gutter); }
.brand { display: inline-flex; align-items: center; width: 126px; }
.brand img { width: 80%; filter: brightness(0); transition: filter .35s; }
.hero + * { position: relative; }
.main-nav { display: flex; gap: clamp(16px, 1.8vw, 32px); align-items: center; }
.main-nav a { position: relative; padding: 8px 0; color: rgba(26,32,34,.92); font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.main-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-social { display: flex; justify-content: end; gap: 11px; }
.header-social a { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid rgba(26,32,34,.35); border-radius: 50%; transition: background .25s, color .25s, border .25s; }
.header-social a:hover { border-color: var(--coral); background: var(--coral); color: var(--white); }
.header-social svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-social .social-fill { fill: currentColor; stroke: none; }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; min-height: max(680px, 100svh); overflow: hidden; align-items: end; background: #192124; color: var(--white); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,17,20,.74) 0%, rgba(9,17,20,.38) 45%, rgba(9,17,20,.05) 75%), linear-gradient(0deg, rgba(7,13,15,.48), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: 100%; padding-bottom: clamp(80px, 10vh, 122px); }
.eyebrow { margin: 0 0 20px; color: var(--ink-soft); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.76); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 600; letter-spacing: -.065em; }
h1 { max-width: 820px; font-size: clamp(52px, 7.9vw, 128px); line-height: .91; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-bottom { display: flex; max-width: 860px; margin-top: clamp(34px, 5vh, 64px); align-items: end; justify-content: space-between; }
.hero-bottom p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.48; }
.round-link { display: flex; width: 92px; height: 92px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: var(--white); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .05em; line-height: 1.35; transition: background .3s, color .3s, transform .3s var(--ease); }
.round-link b { margin: 0 0 -28px 8px; font-size: 16px; font-weight: 400; }
.round-link:hover { background: var(--blue); border-color: var(--blue); color: var(--ink); transform: rotate(-8deg); }
.hero-scroll { position: absolute; z-index: 2; right: var(--gutter); bottom: 31px; display: flex; gap: 11px; align-items: center; color: rgba(255,255,255,.75); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll span { display: block; width: 35px; height: 1px; background: currentColor; }

.intro-strip { display: flex; min-height: 145px; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 64px); padding: 25px; background: var(--blue); color: var(--ink); }
.intro-strip p { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(21px, 2.6vw, 37px); font-weight: 600; letter-spacing: -.06em; }
.intro-strip i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: min(680px, 58vw); }
.split-section--reverse { background: #eef4f5; }
.split-image { position: relative; overflow: hidden; min-height: 530px; background: #6b787d; }
.split-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,20,22,.25)); content: ""; pointer-events: none; }
.split-image img { width: 100%; height: calc(100% + 13%); max-width: none; object-fit: cover; transform: translateY(-6%); will-change: transform; }
.parallax-frame { overflow: hidden; }
.parallax-frame--blue::before { position: absolute; z-index: 1; top: 0; right: 0; width: 20%; height: 10px; background: var(--blue); content: ""; }
.image-label { position: absolute; z-index: 2; right: 30px; bottom: 27px; color: var(--white); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.split-copy { position: relative; display: flex; padding: clamp(58px, 8vw, 132px) var(--gutter); flex-direction: column; justify-content: center; }
.split-copy--right { padding-right: max(var(--gutter), calc((100vw - var(--max))/2 + var(--gutter))); padding-left: clamp(45px, 8vw, 144px); }
.split-copy--left { padding-right: clamp(45px, 8vw, 144px); padding-left: max(var(--gutter), calc((100vw - var(--max))/2 + var(--gutter))); }
h2 { font-size: clamp(42px, 5.1vw, 79px); line-height: .94; }
.body-copy { max-width: 440px; margin: clamp(25px, 3vw, 38px) 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.text-link { display: inline-flex; width: max-content; gap: 35px; margin-top: clamp(28px, 4vw, 51px); align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 8px; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: color .25s, border .25s; }
.text-link span { color: var(--coral); font-size: 17px; transition: transform .25s; }
.text-link:hover { border-color: var(--coral); color: var(--coral); }
.text-link:hover span { transform: translate(4px, 3px); }
.corner-number { position: absolute; right: 30px; bottom: 28px; color: rgba(26,32,34,.32); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .12em; }
.split-copy--left .corner-number { right: auto; left: 30px; }

.food-section { position: relative; display: grid; min-height: 620px; overflow: hidden; align-items: center; color: var(--white); }
.food-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,28,32,.82), rgba(15,28,32,.24)), url("assets/food.jpg") center/cover; }
.food-copy { position: relative; width: min(100%, var(--max)); margin: 0 auto; padding: 70px var(--gutter); }
.food-copy h2 { max-width: 670px; }
.food-copy p:not(.eyebrow) { max-width: 410px; margin: 28px 0 35px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.65; }

.staff-section { overflow: hidden; padding: clamp(75px, 10vw, 144px) 0 clamp(70px, 9vw, 120px); }
.section-heading { display: grid; grid-template-columns: 1.3fr .55fr; gap: 80px; align-items: end; margin-bottom: clamp(43px, 6vw, 82px); }
.section-heading > p { max-width: 355px; margin: 0 0 4px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.staff-carousel { padding-left: max(var(--gutter), calc((100vw - var(--max))/2 + var(--gutter))); }
.staff-track { display: grid; grid-auto-columns: minmax(240px, 29vw); grid-auto-flow: column; gap: 18px; overflow-x: auto; padding-right: var(--gutter); scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; }
.staff-track::-webkit-scrollbar { display: none; }
.staff-card { position: relative; height: clamp(380px, 40vw, 560px); overflow: hidden; background: #c7d2d5; scroll-snap-align: start; }
.staff-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(11,18,20,.78)); content: ""; }
.staff-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .65s var(--ease), filter .5s; }
.staff-card:hover img { filter: saturate(1); transform: scale(1.04); }
.staff-card div { position: absolute; z-index: 1; right: 22px; bottom: 19px; left: 22px; color: var(--white); }
.staff-card p { margin: 0 0 6px; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.staff-card h3 { font-size: 31px; letter-spacing: -.06em; }
.carousel-controls { display: flex; margin-top: 25px; align-items: center; justify-content: space-between; padding-right: var(--gutter); }
.carousel-controls p { display: flex; gap: 10px; margin: 0; align-items: center; color: var(--ink-soft); font-family: "DM Mono", monospace; font-size: 10px; }
.carousel-controls i { display: block; width: 42px; height: 1px; background: var(--coral); }
.carousel-controls > div { display: flex; gap: 8px; }
.carousel-button { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); font-size: 19px; line-height: 1; transition: background .2s, color .2s; }
.carousel-button:hover { background: var(--ink); color: var(--white); }

.contact-section { position: relative; min-height: 800px; overflow: hidden; color: var(--white); }
.contact-backdrop { position: absolute; inset: 0; background: #11232b; }
.contact-backdrop img { width: 100%; height: calc(100% + 8%); max-width: none; object-fit: cover; opacity: .75; transform: translateY(-4%); }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,21,27,.88) 5%, rgba(15,45,55,.65) 50%, rgba(74,156,188,.57)); }
.contact-inner { position: relative; z-index: 1; display: grid; min-height: 800px; grid-template-columns: .9fr 1fr; gap: clamp(55px, 9vw, 160px); align-items: center; padding-top: 80px; padding-bottom: 80px; }
.contact-copy h2 { font-size: clamp(50px, 6vw, 90px); }
.contact-copy > p:not(.eyebrow) { max-width: 390px; margin: 28px 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.64; }
.contact-email { display: inline-flex; gap: 25px; border-bottom: 1px solid rgba(255,255,255,.7); padding-bottom: 8px; font-size: 13px; font-weight: 600; }
.contact-email span { color: var(--blue); }
.vanilla-form { max-width: 570px; padding: clamp(27px, 4vw, 48px); background: var(--blue); color: var(--ink); box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.form-heading { display: flex; margin-bottom: 23px; justify-content: space-between; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.form-heading span:last-child { color: rgba(26,32,34,.65); font-size: 8px; }
.form-field { position: relative; margin-top: 18px; }
.form-field label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; }
.form-field input, .form-field textarea { width: 100%; appearance: none; outline: none; border: 0; border-bottom: 1px solid rgba(26,32,34,.47); border-radius: 0; background: transparent; padding: 5px 0 9px; color: var(--ink); font-size: 15px; transition: border .2s; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--ink); border-bottom-width: 2px; }
.form-field.invalid input, .form-field.invalid textarea { border-color: #a42727; }
.field-error { display: block; min-height: 12px; margin-top: 4px; color: #892525; font-size: 10px; }
.privacy-check { display: flex; gap: 9px; margin-top: 16px; align-items: flex-start; color: rgba(26,32,34,.86); font-size: 10px; line-height: 1.42; }
.privacy-check input { margin: 1px 0 0; accent-color: var(--ink); }
.submit-button { display: flex; width: 100%; margin-top: 25px; align-items: center; justify-content: space-between; border: 0; background: var(--ink); padding: 15px 17px 15px 20px; color: var(--white); font-size: 12px; font-weight: 700; transition: background .25s, transform .25s; }
.submit-button b { color: var(--blue); font-size: 17px; font-weight: 400; }
.submit-button:hover { background: #334247; transform: translateY(-2px); }
.submit-button:disabled { cursor: wait; opacity: .75; }
.form-status { min-height: 17px; margin: 13px 0 0; font-size: 11px; font-weight: 600; line-height: 1.4; }
.form-status.error { color: #892525; }

.site-footer { background: #1d2325; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr .8fr; gap: 42px; padding-top: 65px; padding-bottom: 55px; }
.footer-brand img { width: 162px;}
.footer-brand p { margin: 22px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.55; }
.footer-label { margin: 4px 0 17px; color: var(--blue); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 0 0 8px; color: rgba(255,255,255,.76); font-size: 13px; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: var(--blue); }
.footer-contact span { color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.45; }
.footer-bottom { display: flex; min-height: 65px; border-top: 1px solid rgba(255,255,255,.14); align-items: center; justify-content: space-between; color: rgba(255,255,255,.48); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .06em; }
.footer-bottom a { color: var(--blue); }

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

@media (max-width: 960px) {
  .site-header { height: 71px; background: rgba(248,248,246,.95); box-shadow: 0 1px 0 rgba(0,0,0,.08); backdrop-filter: blur(12px); }
  .site-header:not(.scrolled) .brand img { filter: brightness(0); }
  .site-header:not(.scrolled) .main-nav a { color: var(--ink); }
  .site-header:not(.scrolled) .header-social a { border-color: rgba(26,32,34,.35); color: var(--ink); }
  .nav-shell { grid-template-columns: 1fr auto 1fr; }
  .main-nav { position: fixed; inset: 71px 0 auto; display: flex; max-height: 0; overflow: hidden; flex-direction: column; gap: 0; align-items: stretch; background: var(--paper); padding: 0 var(--gutter); transition: max-height .4s var(--ease), padding .4s var(--ease); }
  body.menu-open .main-nav { max-height: 600px; padding-top: 13px; padding-bottom: 22px; box-shadow: 0 10px 13px rgba(0,0,0,.07); }
  .main-nav a { border-bottom: 1px solid var(--line); padding: 14px 0; font-size: 15px; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: flex; width: 44px; height: 43px; flex-direction: column; gap: 6px; align-items: center; justify-content: center; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .25s; }
  body.menu-open .menu-toggle span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .header-social { gap: 7px; }
  .header-social a { width: 29px; height: 29px; }
  .intro-strip { min-height: 105px; }
  .split-section { min-height: unset; }
  .split-image { min-height: 450px; }
  .split-copy--right, .split-copy--left { padding-right: var(--gutter); padding-left: var(--gutter); }
  .section-heading { grid-template-columns: 1fr .65fr; gap: 40px; }
  .contact-inner { grid-template-columns: .8fr 1fr; gap: 50px; }
}

@media (max-width: 700px) {
  .brand { width: 113px; }
  .header-social a { width: 27px; height: 27px; }
  .header-social { gap: 5px; }
  .hero { min-height: 710px; }
  .hero-video { object-position: 63% center; }
  .hero-content { padding-bottom: 118px; }
  .hero-bottom { align-items: flex-end; }
  .hero-bottom p { max-width: 205px; font-size: 13px; }
  .round-link { width: 73px; height: 73px; font-size: 8px; }
  .round-link b { margin-bottom: -22px; font-size: 13px; }
  .hero-scroll { right: auto; bottom: 28px; left: var(--gutter); }
  .intro-strip { display: grid; grid-template-columns: 1fr auto 1fr; gap: 13px 20px; justify-items: center; padding: 23px 20px; }
  .intro-strip p { font-size: 22px; }
  .intro-strip i { width: 5px; height: 5px; }
  .intro-strip p:nth-of-type(3) { grid-column: 1/2; }
  .intro-strip p:nth-of-type(4) { grid-column: 3/4; }
  .intro-strip i:nth-of-type(3) { display: none; }
  .split-section, .split-section--reverse { display: flex; flex-direction: column; }
  .split-section--reverse .split-copy { order: 2; }
  .split-section--reverse .split-image { order: 1; }
  .split-image { min-height: 390px; }
  .split-copy { min-height: 495px; padding-top: 64px; padding-bottom: 64px; }
  .corner-number { right: var(--gutter); bottom: 23px; }
  .split-copy--left .corner-number { right: var(--gutter); left: auto; }
  .food-section { min-height: 570px; }
  .food-copy { padding-top: 60px; padding-bottom: 60px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 27px; }
  .staff-track { grid-auto-columns: 75vw; }
  .staff-card { height: 440px; }
  .contact-section, .contact-inner { min-height: auto; }
  .contact-inner { display: block; padding-top: 75px; padding-bottom: 65px; }
  .contact-copy > p:not(.eyebrow) { margin: 24px 0; }
  .vanilla-form { margin-top: 50px; padding: 28px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; padding-top: 52px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { min-height: 58px; }
}

@media (max-width: 390px) {
  .header-social a:last-child { display: none; }
  h1 { font-size: 49px; }
  .hero-bottom p { max-width: 190px; }
}

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