:root {
  --ink: #17110d;
  --paper: #f1eadc;
  --paper-deep: #ded3bf;
  --orange: #ff5a1f;
  --yellow: #f5c842;
  --blue: #9dc9d1;
  --white: #fffaf0;
  --muted: #72665c;
  --line: rgba(23, 17, 13, .18);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
  margin: 0;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { background: var(--white); left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.nav {
  background: rgba(23, 17, 13, .94);
  color: var(--white);
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav-inner {
  align-items: center;
  display: flex;
  height: 4.5rem;
  justify-content: space-between;
  margin: auto;
  max-width: var(--max);
  padding: 0 1.25rem;
}
.logo { font: 2rem/1 "Bebas Neue", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.logo span { color: var(--orange); }
.links { align-items: center; display: flex; gap: 1.5rem; }
.links a { color: rgba(255,250,240,.76); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.links a:hover { color: var(--white); }
.links .language { border-left: 1px solid rgba(255,255,255,.25); padding-left: 1.5rem; }
.links .nav-cta { background: var(--orange); border-radius: 999px; color: var(--ink); padding: .65rem 1rem; }
.nav-toggle { background: transparent; border: 0; display: none; padding: .6rem; }
.nav-toggle span { background: var(--white); display: block; height: 2px; margin: 4px 0; transition: .2s; width: 24px; }

.hero { color: var(--white); min-height: min(900px, 100svh); position: relative; }
.hero-image, .hero-shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-image { object-fit: cover; object-position: 62% center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(15,10,7,.93) 0%, rgba(15,10,7,.7) 45%, rgba(15,10,7,.12) 76%),
    linear-gradient(0deg, rgba(15,10,7,.7), transparent 45%);
}
.hero-content { margin: auto; max-width: var(--max); padding: clamp(9rem, 18vh, 13rem) 1.25rem 3rem; position: relative; }
.eyebrow { color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .2em; margin: 0 0 1rem; text-transform: uppercase; }
h1, h2 { font-family: "Bebas Neue", sans-serif; font-weight: 400; letter-spacing: .015em; line-height: .92; margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(4rem, 9vw, 8.2rem); max-width: 10ch; }
h1 em { color: var(--yellow); font-style: normal; }
h2 { font-size: clamp(3rem, 6vw, 5.8rem); max-width: 11ch; }
h3 { font-size: 1.3rem; line-height: 1.15; margin: 0; }
.lede { color: rgba(255,250,240,.82); font-size: clamp(1rem, 1.7vw, 1.25rem); margin: 1.7rem 0 0; max-width: 55ch; }
.cta-row { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.btn {
  align-items: center;
  background: var(--orange);
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  padding: .9rem 1.25rem;
  transition: transform .2s, background .2s;
}
.btn:hover { background: var(--yellow); transform: translateY(-2px); }
.btn span { font-size: 1.2em; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; padding: .55rem 0; }
.proof-strip { border-top: 1px solid rgba(255,255,255,.25); display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; margin-top: clamp(3rem, 10vh, 7rem); padding-top: 1.25rem; }
.proof-strip span { color: rgba(255,250,240,.72); font-size: .78rem; font-weight: 700; text-transform: uppercase; }

.marquee { background: var(--orange); font: 1.55rem/1 "Bebas Neue", sans-serif; letter-spacing: .08em; overflow: hidden; padding: .9rem 0; white-space: nowrap; }
.marquee div { animation: crawl 25s linear infinite; width: max-content; }
@keyframes crawl { to { transform: translateX(-50%); } }
.section { margin: auto; max-width: var(--max); padding: clamp(5rem, 10vw, 9rem) 1.25rem; }
.intro { display: grid; gap: 3rem; grid-template-columns: 1fr 1fr; }
.intro-copy { font-size: clamp(1.1rem, 1.8vw, 1.35rem); max-width: 31em; }
.intro-copy > p { margin: 0 0 2rem; }
.pullquote { border-left: 5px solid var(--orange); font-weight: 700; padding-left: 1.25rem; }

.full-bleed-photo { height: min(72vw, 760px); min-height: 430px; overflow: hidden; position: relative; }
.full-bleed-photo::after { background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 60%); content: ""; inset: 0; position: absolute; }
.full-bleed-photo img { height: 100%; object-fit: cover; width: 100%; }
.full-bleed-photo p { bottom: 6%; color: var(--white); font: clamp(2.3rem, 6vw, 6rem)/.95 "Bebas Neue", sans-serif; left: max(1.25rem, calc((100vw - var(--max))/2)); margin: 0; position: absolute; text-transform: uppercase; z-index: 1; }

.watch { background: var(--ink); color: var(--white); max-width: none; padding-left: max(1.25rem, calc((100vw - var(--max))/2)); padding-right: max(1.25rem, calc((100vw - var(--max))/2)); }
.section-heading { align-items: end; display: grid; gap: 2rem; grid-template-columns: 1.4fr .6fr; }
.section-heading > p { color: rgba(255,250,240,.65); margin: 0; }
.video-grid { display: grid; gap: 1rem; grid-template-columns: 1.6fr .7fr; margin-top: 3rem; }
.video-feature { background: #090705; }
.embed-frame { aspect-ratio: 16/9; }
.embed-frame iframe { border: 0; height: 100%; width: 100%; }
.video-feature > div:last-child { display: flex; flex-direction: column; padding: 1.2rem; }
.video-feature span, .image-link small { color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.video-feature strong { font-size: 1.05rem; margin-top: .25rem; }
.video-side { display: grid; gap: 1rem; }
.image-link { min-height: 0; overflow: hidden; position: relative; }
.image-link::after { background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 72%); content: ""; inset: 0; position: absolute; }
.image-link img { height: 100%; object-fit: cover; transition: transform .4s; width: 100%; }
.image-link:hover img { transform: scale(1.04); }
.image-link > div { bottom: 1rem; display: flex; flex-direction: column; left: 1rem; position: absolute; z-index: 2; }
.play { align-items: center; background: var(--orange); border-radius: 50%; color: var(--ink); display: flex; height: 2.8rem; justify-content: center; left: 1rem; position: absolute; top: 1rem; width: 2.8rem; z-index: 2; }
.media-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.5rem; }
.media-links a { border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: .3rem; }

.formats-wrap { background: var(--blue); }
.formats .section-heading > p { color: rgba(23,17,13,.7); }
.format-grid { border-left: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; }
.format-grid article { border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 340px; padding: 1.5rem; }
.format-grid article > span { color: rgba(23,17,13,.45); font-family: "Bebas Neue"; }
.format-grid h3 { font: 2rem/1 "Bebas Neue"; margin-top: 2rem; text-transform: uppercase; }
.format-grid p { color: rgba(23,17,13,.7); }
.format-grid small { border-top: 1px solid var(--line); font-weight: 700; margin-top: auto; padding-top: 1rem; }

.story { align-items: center; display: grid; gap: clamp(3rem, 8vw, 7rem); grid-template-columns: 1fr 1fr; }
.story-collage { padding: 0 2rem 3rem 0; position: relative; }
.story-main { aspect-ratio: 4/5; object-fit: cover; width: 88%; }
.story-small { aspect-ratio: 1; border: .65rem solid var(--paper); bottom: 0; object-fit: cover; position: absolute; right: 0; width: 42%; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.story-copy h2 { margin-bottom: 2rem; }
.press-note { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 1.25rem; }
.press-note span { color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.press-note p { font-weight: 700; }
.press-note a { text-decoration: underline; text-underline-offset: .2rem; }

.gallery .section-heading > p { color: var(--muted); }
.gallery-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.gallery-grid img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.gallery-more { border-bottom-color: var(--line); color: var(--ink); display: inline-block; margin-top: 2rem; }

.lightbox { align-items: center; background: rgba(10,7,5,.94); display: none; inset: 0; justify-content: center; position: fixed; z-index: 200; }
.lightbox.open { display: flex; }
.lightbox img { max-height: 88vh; max-width: 88vw; object-fit: contain; }
.lightbox button { background: transparent; border: 0; color: var(--white); cursor: pointer; font-size: 2rem; line-height: 1; padding: 1rem; position: absolute; }
.lightbox-close { right: .5rem; top: .5rem; }
.lightbox-prev { left: .5rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: .5rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 560px) {
  .lightbox-prev, .lightbox-next { font-size: 1.5rem; padding: .6rem; }
}

.inquiry-wrap { background: var(--yellow); }
.inquiry { display: grid; gap: clamp(3rem, 8vw, 7rem); grid-template-columns: .8fr 1.2fr; }
.inquiry-copy h2 { margin-bottom: 1.5rem; }
.inquiry-copy > p:not(.eyebrow) { max-width: 34em; }
.direct-links { display: flex; flex-direction: column; gap: .4rem; margin-top: 2rem; }
.direct-links a { font-weight: 700; text-decoration: underline; text-underline-offset: .25rem; }
.trust-note { margin: 1rem 0 0; }
.trust-note a { border-bottom: 1px solid rgba(23,17,13,.35); font-size: .82rem; font-weight: 700; padding-bottom: .2rem; }
.booking-form { background: var(--white); box-shadow: 12px 12px 0 var(--ink); padding: clamp(1.25rem, 4vw, 2.5rem); }
.field-row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.booking-form label { display: flex; flex-direction: column; font-size: .75rem; font-weight: 700; gap: .4rem; margin-bottom: 1rem; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { background: transparent; border: 1px solid rgba(23,17,13,.3); border-radius: 0; color: var(--ink); min-width: 0; padding: .8rem; text-transform: none; width: 100%; }
.booking-form textarea { resize: vertical; }
.booking-form .btn { margin-top: .5rem; }
.form-note { color: var(--muted); font-size: .72rem; margin: 1rem 0 0; }

.booking-confirm { background: var(--white); box-shadow: 12px 12px 0 var(--ink); padding: clamp(1.25rem, 4vw, 2.5rem); }
.booking-confirm h3 { font: 1.8rem/1 "Bebas Neue", sans-serif; margin: .25rem 0 .75rem; text-transform: uppercase; }
.confirm-note { color: var(--muted); margin: 0 0 1.5rem; }
.confirm-back { display: inline-block; margin-top: 1.25rem; }

.tool-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.tool-button {
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 700;
  padding: .6rem .9rem;
}
.tool-button:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }

footer { align-items: center; background: var(--ink); color: var(--white); display: grid; gap: 1.5rem; grid-template-columns: auto 1fr auto auto; padding: 2.5rem max(1.25rem, calc((100vw - var(--max))/2)); }
footer p, footer small { color: rgba(255,250,240,.58); margin: 0; }
footer > div { display: flex; flex-wrap: wrap; gap: 1rem; }
footer > div a { font-size: .78rem; font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .links { background: var(--ink); display: none; flex-direction: column; inset: 4.5rem 0 auto; padding: 1.5rem; position: fixed; }
  .nav.open .links { display: flex; }
  .links .language { border-left: 0; padding-left: 0; }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 800px; }
  .hero-image { object-position: 85% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,10,7,.94), rgba(15,10,7,.15) 80%); }
  .hero-content { padding-top: 26rem; }
  .intro, .section-heading, .story, .inquiry { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .video-side { grid-template-columns: 1fr 1fr; }
  .image-link { aspect-ratio: 16/10; }
  .format-grid { grid-template-columns: 1fr 1fr; }
  .format-grid article { border-bottom: 1px solid var(--line); min-height: 290px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > div { flex-wrap: wrap; justify-content: center; }
  .nav.compact-nav .links {
    background: transparent;
    display: flex;
    flex-direction: row;
    gap: .65rem;
    inset: auto;
    padding: 0;
    position: static;
    width: auto;
  }
  .nav.compact-nav .links a:not(.nav-cta) { display: none; }
  .nav.compact-nav .logo {
    color: var(--white);
    display: block;
    flex: 0 0 auto;
  }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 20rem; }
  .proof-strip { gap: .7rem 1rem; }
  .intro { gap: 2rem; }
  .full-bleed-photo { min-height: 500px; }
  .video-side, .format-grid, .field-row, .gallery-grid { grid-template-columns: 1fr; }
  .format-grid article { min-height: 250px; }
  .story-collage { padding-right: 1.25rem; }
  .booking-form, .booking-confirm { box-shadow: 7px 7px 0 var(--ink); }
  .cta-row { align-items: flex-start; flex-direction: column; }
}
