:root {
  --ink: #08090b;
  --paper: #f0ece4;
  --soft: #d6d0c7;
  --red: #a71d36;
  --blue: #161f38;
  --line: rgba(240,236,228,.23);
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 3vw;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { width: 168px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; text-transform: uppercase; }
.brand span { font-weight: 800; font-size: 18px; letter-spacing: -.06em; }
.brand i { height: 1px; background: currentColor; opacity: .72; }
.brand em { font: italic 16px Georgia, serif; text-transform: none; }
.site-header nav { display: flex; gap: 44px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.site-header nav a, .header-book, .text-link, .about-links a, .booking-socials a, .footer-links a { transition: opacity .2s ease; }
.site-header nav a:hover, .header-book:hover, .text-link:hover, .about-links a:hover, .booking-socials a:hover, .footer-links a:hover { opacity: .62; }
.header-book { justify-self: end; display: flex; gap: 18px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }

.hero { position: relative; min-height: 1260px; height: calc(100svh + 300px); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% 37%; filter: saturate(.9) contrast(1.04); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,10,.88) 0%, rgba(4,6,10,.34) 41%, rgba(4,6,10,.12) 64%, rgba(4,6,10,.64) 100%), linear-gradient(0deg, rgba(4,6,10,.82), transparent 44%); }
.hero-rail { position: absolute; z-index: 2; right: 3vw; top: 142px; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .28em; opacity: .65; }
.hero-kicker { position: absolute; z-index: 2; left: 3.2vw; top: 150px; margin: 0; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; }
.hero h1 { position: absolute; z-index: 2; left: 2.6vw; top: calc(max(45svh, 432px) + 600px); transform: translateY(-50%); margin: 0; display: grid; font-family: Didot, "Bodoni MT", Georgia, serif; font-weight: 400; font-size: clamp(118px, 17vw, 285px); line-height: .58; letter-spacing: -.08em; }
.hero h1 span { text-transform: uppercase; }
.hero h1 em { justify-self: end; margin-right: -.08em; font-size: .63em; font-weight: 400; }
.hero-bottom { position: absolute; z-index: 2; left: 3.2vw; bottom: 70px; display: flex; align-items: flex-end; gap: 72px; }
.hero-bottom > p { margin: 0; max-width: 330px; font: 18px/1.55 Georgia, serif; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; gap: 34px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-light { color: var(--ink); background: var(--paper); }
.text-link { padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; right: 3vw; bottom: 66px; display: flex; align-items: center; gap: 14px; font-size: 8px; letter-spacing: .22em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue i { width: 46px; height: 1px; background: currentColor; }

.discipline-strip { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--red); }
.discipline-strip div { min-width: max-content; min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 32px; padding: 0 28px; font: italic 25px Georgia, serif; }
.discipline-strip i { font-size: 10px; font-style: normal; }

.manifesto { min-height: 720px; display: grid; grid-template-columns: 22% 1fr; background: var(--paper); color: var(--ink); }
.section-index { padding: 84px 3vw; border-right: 1px solid rgba(8,9,11,.17); }
.section-index span { font: italic 42px Georgia, serif; }
.section-index p { margin-top: 26px; font-size: 8px; letter-spacing: .21em; text-transform: uppercase; }
.manifesto-copy { padding: 88px 6vw 92px; }
.eyebrow { margin: 0 0 68px; font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.manifesto h2, .section-heading h2, .portfolio-title h2, .motion-intro h2, .about-copy h2, .booking-copy h2 { margin: 0; font-family: Didot, "Bodoni MT", Georgia, serif; font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.manifesto h2 { max-width: 1100px; font-size: clamp(62px, 8vw, 138px); }
.manifesto h2 em, .section-heading h2 em, .portfolio-title h2 em, .motion-intro h2 em, .about-copy h2 em, .booking-copy h2 em { color: var(--red); font-weight: 400; }
.manifesto-notes { max-width: 760px; margin: 74px 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; font: 16px/1.75 Georgia, serif; }
.manifesto-notes p { margin: 0; }

.disciplines { padding: 118px 3vw 136px; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 30% 1fr; align-items: end; margin-bottom: 100px; }
.section-heading > p, .motion-intro > p:first-child, .booking-copy > p:first-child { align-self: start; margin: 8px 0 0; font-size: 8px; letter-spacing: .23em; text-transform: uppercase; }
.section-heading > p span, .motion-intro > p:first-child span, .booking-copy > p:first-child span { margin-right: 24px; color: #b3ada4; font: italic 26px Georgia, serif; letter-spacing: 0; }
.section-heading h2 { font-size: clamp(64px, 8vw, 132px); }
.discipline-list { border-top: 1px solid var(--line); }
.discipline-list article { display: grid; grid-template-columns: 8% 28% 1fr auto; align-items: center; gap: 24px; min-height: 170px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.discipline-list article:hover { padding: 0 22px; background: rgba(255,255,255,.04); }
.discipline-list article > span { color: #8d8982; font: italic 18px Georgia, serif; }
.discipline-list h3 { margin: 0; font: 400 clamp(34px, 4vw, 65px)/1 Didot, Georgia, serif; }
.discipline-list p { max-width: 590px; margin: 0; color: #aaa59c; font: 15px/1.65 Georgia, serif; }
.discipline-list a { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }

.portfolio { position: relative; padding: 120px 3vw 130px; background: #d8d2c8; color: var(--ink); overflow: hidden; }
.portfolio::before { content: "MODE"; position: absolute; left: -1vw; top: 34%; color: rgba(8,9,11,.045); font: 400 26vw/.7 Didot, Georgia, serif; letter-spacing: -.09em; }
.portfolio-title { position: relative; z-index: 1; display: grid; grid-template-columns: 30% 1fr; align-items: start; }
.portfolio-title > p { margin: 10px 0 0; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.portfolio-title > p span { display: block; margin-top: 16px; color: #77716a; }
.portfolio-title h2 { font-size: clamp(66px, 8vw, 128px); }
.portfolio-track { position: relative; z-index: 1; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(420px, 44vw); gap: 28px; margin-top: 80px; padding: 30px 14vw 44px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--red) rgba(8,9,11,.15); scrollbar-width: thin; }
.portfolio-track::-webkit-scrollbar { height: 6px; }
.portfolio-track::-webkit-scrollbar-track { background: rgba(8,9,11,.15); }
.portfolio-track::-webkit-scrollbar-thumb { background: var(--red); }
.portfolio-track:focus-visible { outline: 1px solid var(--red); outline-offset: 8px; }
.portfolio figure { position: relative; z-index: 1; margin: 0; scroll-snap-align: start; }
.portfolio figure img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-card { aspect-ratio: 4/5.25; }
.portfolio-card:nth-child(3n + 2) { margin-top: 10vw !important; aspect-ratio: 4/5; }
.portfolio-card:nth-child(3n) { margin-top: 4vw !important; aspect-ratio: 3/4.2; }
.portfolio figcaption { display: flex; justify-content: space-between; margin-top: 14px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.portfolio figcaption i { font: italic 12px Georgia, serif; letter-spacing: 0; text-transform: none; }

.motion { padding: 130px 3vw 150px; background: var(--blue); }
.motion-intro { display: grid; grid-template-columns: 24% 1fr; align-items: end; margin-bottom: 90px; }
.motion-intro h2 { font-size: clamp(68px, 9vw, 145px); }
.motion-description { grid-column: 2; max-width: 520px; margin: 38px 0 0; color: #aaaeba; font: 15px/1.75 Georgia, serif; }
.video-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 75px 24px; }
.video-card { min-width: 0; }
.video-card-feature { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(300px, .7fr) 1fr; gap: 7vw; align-items: end; padding-bottom: 82px; border-bottom: 1px solid var(--line); }
.video-card-feature .video-frame { max-width: 430px; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #050608; }
.video-frame.vertical { aspect-ratio: 9/16; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-meta { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.video-meta span { color: #9195a2; font: italic 16px Georgia, serif; }
.video-meta h3 { margin: 0; font: 400 clamp(23px, 2.4vw, 38px) Didot, Georgia, serif; }
.video-meta i { font-size: 8px; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }
.video-card-feature .video-meta { align-self: end; border-top: 0; padding: 0; }
.video-card-feature .video-meta h3 { font-size: clamp(48px, 6vw, 96px); line-height: .88; }

.about { min-height: 920px; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--paper); color: var(--ink); }
.about-image { min-height: 920px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px 8vw; }
.about-copy .eyebrow { margin-bottom: 56px; }
.about-copy h2 { font-size: clamp(58px, 6.6vw, 108px); }
.about-lead { margin: 60px 0 28px; color: var(--ink) !important; font: 22px/1.55 Georgia, serif !important; }
.about-copy > p { color: #57534d; font: 15px/1.8 Georgia, serif; }
.about-links { display: flex; gap: 36px; margin-top: 44px; }
.about-links a { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }

.shop-callout { min-height: 520px; padding: 100px 4vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--red); }
.shop-callout > p:first-child { margin: 0 0 36px; font-size: 8px; letter-spacing: .24em; text-transform: uppercase; }
.shop-callout h2 { margin: 0; font: 400 clamp(88px, 14vw, 225px)/.8 Didot, Georgia, serif; letter-spacing: -.08em; }
.shop-callout h2 i { font-weight: 400; }
.shop-callout > p:nth-of-type(2) { max-width: 520px; margin: 50px 0 30px; font: 15px/1.7 Georgia, serif; }
.shop-callout a { padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }

.booking { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 930px; background: var(--ink); }
.booking-copy { padding: 120px 5vw; border-right: 1px solid var(--line); }
.booking-copy h2 { margin-top: 72px; font-size: clamp(64px, 8vw, 126px); }
.booking-copy > p:nth-of-type(2) { max-width: 480px; margin: 50px 0 0; color: #a7a39d; font: 16px/1.75 Georgia, serif; }
.booking-socials { display: grid; gap: 18px; margin-top: 52px; }
.booking-socials a { width: max-content; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.booking-form { align-self: center; margin: 80px 7vw; }
.form-note { margin: 0 0 48px; color: #98938b; font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.booking-form label { display: grid; gap: 12px; margin-bottom: 28px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.booking-form input, .booking-form textarea, .booking-form select { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(240,236,228,.34); border-radius: 0; outline: 0; color: var(--paper); background: transparent; font: 15px Georgia, serif; text-transform: none; letter-spacing: 0; }
.booking-form textarea { resize: vertical; }
.booking-form select { color: #a9a59e; }
.booking-form option { color: var(--ink); }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #77736d; }
.form-button { min-height: 58px; margin-top: 12px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--paper); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; transition: background .2s ease; }
.form-button:hover { background: white; }
.integration-note { max-width: 510px; margin: 18px 0 0; color: #75716c; font: italic 12px/1.55 Georgia, serif; }

footer { min-height: 340px; padding: 70px 3vw 34px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 24px; color: var(--ink); background: var(--paper); }
.footer-brand { display: grid; width: max-content; font-family: Didot, Georgia, serif; font-size: clamp(64px, 9vw, 142px); line-height: .68; letter-spacing: -.08em; }
.footer-brand em { justify-self: end; color: var(--red); font-size: .55em; font-weight: 400; }
footer > p { justify-self: end; margin: 10px 0 0; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { align-self: end; display: flex; gap: 30px; }
.footer-links a { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.copyright { align-self: end; margin: 0 !important; color: #77716a; }

@media (max-width: 900px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .site-header nav { display: none; }
  .brand { width: 138px; }
  .hero { min-height: 1080px; height: calc(100svh + 300px); }
  .hero-image { object-position: 58% 42%; }
  .hero-kicker { left: 22px; top: 108px; }
  .hero h1 { left: 18px; top: calc(max(42svh, 327.6px) + 450px); font-size: clamp(86px, 25vw, 140px); line-height: .65; }
  .hero-bottom { left: 22px; right: 22px; bottom: 42px; display: block; }
  .hero-bottom > p { font-size: 15px; }
  .hero-actions { justify-content: space-between; margin-top: 24px; }
  .scroll-cue, .hero-rail { display: none; }
  .discipline-strip div { min-height: 56px; gap: 22px; font-size: 19px; }

  .manifesto { display: block; min-height: auto; }
  .section-index { display: flex; gap: 22px; align-items: baseline; padding: 34px 22px; border-right: 0; border-bottom: 1px solid rgba(8,9,11,.17); }
  .section-index span { font-size: 28px; }
  .section-index p { margin: 0; }
  .manifesto-copy { padding: 64px 22px 78px; }
  .eyebrow { margin-bottom: 42px; }
  .manifesto h2 { font-size: clamp(51px, 15vw, 80px); }
  .manifesto-notes { margin-top: 48px; grid-template-columns: 1fr; gap: 20px; font-size: 15px; }

  .disciplines { padding: 78px 22px 88px; }
  .section-heading { display: block; margin-bottom: 58px; }
  .section-heading h2 { margin-top: 42px; font-size: clamp(54px, 16vw, 84px); }
  .discipline-list article { grid-template-columns: 36px 1fr; gap: 16px; padding: 28px 0; }
  .discipline-list article:hover { padding: 28px 0; background: transparent; }
  .discipline-list h3 { font-size: 38px; }
  .discipline-list p { grid-column: 2; }
  .discipline-list a { grid-column: 2; justify-self: start; }

  .portfolio { padding: 78px 22px 100px; }
  .portfolio-title { display: block; margin-bottom: 56px; }
  .portfolio-title h2 { margin-top: 38px; font-size: clamp(54px, 16vw, 82px); }
  .portfolio-track { grid-auto-columns: 84vw; gap: 18px; margin-top: 0; margin-right: -22px; padding: 0 22px 30px 0; }
  .portfolio figure { width: 100%; margin: 0 !important; aspect-ratio: 4/5.2; }

  .motion { padding: 82px 22px 100px; }
  .motion-intro { display: block; margin-bottom: 58px; }
  .motion-intro h2 { margin-top: 38px; font-size: clamp(56px, 17vw, 90px); }
  .motion-description { margin-top: 30px; }
  .video-gallery { grid-template-columns: 1fr; gap: 54px; }
  .video-card-feature { grid-column: auto; display: block; padding-bottom: 54px; }
  .video-card-feature .video-frame { max-width: 290px; margin: 0 auto; }
  .video-card-feature .video-meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
  .video-card-feature .video-meta h3 { font-size: 30px; }

  .about { display: block; min-height: auto; }
  .about-image { min-height: 560px; height: 70vh; }
  .about-copy { padding: 78px 22px 88px; }
  .about-copy h2 { font-size: clamp(54px, 15vw, 82px); }
  .about-lead { margin-top: 46px; font-size: 19px !important; }
  .about-links { flex-wrap: wrap; }

  .shop-callout { min-height: 470px; padding: 74px 22px; }
  .shop-callout h2 { font-size: clamp(74px, 23vw, 120px); }

  .booking { display: block; min-height: auto; }
  .booking-copy { padding: 82px 22px 72px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-copy h2 { margin-top: 50px; font-size: clamp(58px, 17vw, 88px); }
  .booking-form { margin: 0; padding: 70px 22px 82px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  footer { min-height: 330px; padding: 56px 22px 28px; display: block; }
  footer > p { justify-self: auto; margin-top: 34px; }
  .footer-links { margin-top: 70px; }
  .copyright { margin-top: 28px !important; }
}

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

/* WPForms 1117 is rendered natively inside the cinematic booking panel. */
.booking-form .wpforms-container { margin: 0; }
.booking-form .wpforms-container .wpforms-field { padding: 0 0 28px; }
.booking-form .wpforms-container .wpforms-field-label,
.booking-form .wpforms-container .wpforms-field-label-inline,
.booking-form .wpforms-container .wpforms-field-description {
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.booking-form .wpforms-container .wpforms-field-description {
  margin-top: 10px;
  color: #77736d;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}
.booking-form .wpforms-container input[type="text"],
.booking-form .wpforms-container input[type="email"],
.booking-form .wpforms-container input[type="number"],
.booking-form .wpforms-container textarea {
  width: 100%;
  max-width: none;
  min-height: 52px;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(240,236,228,.34);
  border-radius: 0;
  color: var(--paper);
  background: transparent;
  box-shadow: none;
  font: 15px Georgia, serif;
}
.booking-form .wpforms-container textarea { min-height: 130px; resize: vertical; }
.booking-form .wpforms-container input::placeholder,
.booking-form .wpforms-container textarea::placeholder { color: #77736d; opacity: 1; }
.booking-form .wpforms-container ul { margin: 14px 0 0; padding: 0; list-style: none; }
.booking-form .wpforms-container li { display: inline-flex; align-items: center; gap: 8px; margin: 0 24px 10px 0 !important; }
.booking-form .wpforms-container input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--red); }
.booking-form .wpforms-container .wpforms-submit-container { padding-top: 4px; }
.booking-form .wpforms-container button[type="submit"] {
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease;
}
.booking-form .wpforms-container button[type="submit"]:hover { color: var(--ink); background: white; }
.booking-form .wpforms-container .wpforms-error { color: #ff9bac; }
.booking-form .wpforms-container .wpforms-confirmation-container-full { border: 1px solid rgba(240,236,228,.28); color: var(--paper); background: rgba(255,255,255,.05); }
.form-fallback { padding: 24px; border: 1px solid rgba(240,236,228,.25); color: #aaa59c; font: 15px/1.6 Georgia, serif; }
