/* ==========================================================================
   Rated Promo Videos — design system v2
   Warm paper + ink editorial layout, night bands for cinematic media.
   ========================================================================== */

/* Self-hosted fonts (SIL Open Font Licence). Fallback faces are size-matched
   so text doesn't jump when the web fonts arrive. */
@font-face {
  font-family: "Instrument Serif";
  src: url(/assets/fonts/instrument-serif-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url(/assets/fonts/instrument-serif-italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url(/assets/fonts/inter-tight-variable.woff2) format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight Fallback";
  src: local("Arial"), local("Liberation Sans"), local("Roboto");
  size-adjust: 94.9%;
  ascent-override: 102%;
  descent-override: 25.4%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Instrument Serif Fallback";
  src: local("Times New Roman"), local("Liberation Serif"), local("Noto Serif");
  size-adjust: 77.9%;
  ascent-override: 127.1%;
  descent-override: 39.8%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Instrument Serif Fallback";
  font-style: italic;
  src: local("Times New Roman Italic"), local("Liberation Serif Italic"), local("Noto Serif Italic");
  size-adjust: 82.8%;
  ascent-override: 119.6%;
  descent-override: 37.5%;
  line-gap-override: 0%;
}

:root {
  --paper: #f4f1eb;
  --paper-2: #ebe6dd;
  --card: #fbf9f5;
  --ink: #161412;
  --ink-2: #45413b;
  --muted: #69645b;
  --line: rgba(22, 20, 18, 0.12);
  --line-2: rgba(22, 20, 18, 0.22);

  --night: #11100e;
  --night-2: #1b1a17;
  --night-3: #252320;
  --ivory: #efeae2;
  --ivory-2: #b8b1a5;
  --night-line: rgba(239, 234, 226, 0.13);

  --red: #c8322a;
  --red-bright: #e0463c;

  --serif: "Instrument Serif", "Instrument Serif Fallback", Georgia, serif;
  --sans: "Inter Tight", "Inter Tight Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1320px;
  --gutter: clamp(20px, 4.2vw, 56px);
  --space: clamp(88px, 11vw, 168px);
  --radius-s: 10px;
  --radius: 18px;
  --radius-l: 28px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 76px;
  --bleed: max(var(--gutter), calc((100vw - var(--container)) / 2));
}

/* ---------- Base ---------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

::selection {
  background: var(--ink);
  color: var(--paper);
}

:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 300;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 500;
}

.skip-link:focus {
  top: 12px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: var(--space);
}

.section--tight {
  padding-block: calc(var(--space) * 0.62);
}

.band-paper-2 {
  background: var(--paper-2);
}

.band-night {
  overflow-x: clip;
  background: var(--night);
  color: var(--ivory);
  --line: var(--night-line);
  --line-2: rgba(239, 234, 226, 0.26);
  --muted: var(--ivory-2);
  --ink-2: #d6d0c6;
}

.band-night ::selection {
  background: var(--ivory);
  color: var(--night);
}

.band-night :focus-visible {
  outline-color: var(--red-bright);
}

/* ---------- Typography ---------- */

.serif {
  font-family: var(--serif);
  font-weight: 400;
}

.display-xl,
.display-l,
.display-m,
.display-s {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.015em;
}

.display-xl {
  font-size: clamp(54px, 8.8vw, 142px);
  line-height: 0.93;
}

.display-l {
  font-size: clamp(46px, 6.4vw, 100px);
  line-height: 0.96;
}

.display-m {
  font-size: clamp(38px, 4.6vw, 70px);
  line-height: 1;
}

.display-s {
  font-size: clamp(28px, 2.9vw, 42px);
  line-height: 1.12;
}

.display-xl em,
.display-l em,
.display-m em,
.display-s em,
.serif em {
  font-style: italic;
}

.lead {
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 44ch;
}

.lead,
.cta p,
.footer-brand p,
.head p,
.split__copy p,
.service__copy p {
  text-wrap: pretty;
}

.buybox__note span {
  white-space: nowrap;
}

@media (min-width: 360px) {
  .nowrap {
    white-space: nowrap;
  }
}

.body-muted {
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}

.band-night .eyebrow::before {
  background: var(--red-bright);
}

.index {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

/* ---------- Buttons & links ---------- */

.btn {
  --btn-bg: var(--ink);
  --btn-fg: var(--paper);
  --btn-bd: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid var(--btn-bd);
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.005em;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease);
}


.btn .arrow {
  display: inline-block;
  transition: transform 0.35s var(--ease);
}



.btn--line {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  --btn-bd: var(--line-2);
}


.btn--light {
  --btn-bg: var(--ivory);
  --btn-fg: var(--night);
  --btn-bd: var(--ivory);
}


.btn--line-light {
  --btn-bg: transparent;
  --btn-fg: var(--ivory);
  --btn-bd: rgba(239, 234, 226, 0.32);
}


.btn--red {
  --btn-bg: var(--red);
  --btn-fg: #fff;
  --btn-bd: var(--red);
}


.btn--block {
  width: 100%;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  border-bottom: 1px solid var(--line-2);
  padding-bottom: 4px;
  transition: border-color 0.3s var(--ease), gap 0.3s var(--ease);
}



/* ---------- Logo ---------- */

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.logo__mark {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.logo__mark path {
  stroke: currentColor;
}

.logo__mark circle {
  fill: var(--red);
}

.band-night .logo__mark circle,
.site-footer .logo__mark circle,
.menu .logo__mark circle {
  fill: var(--red-bright);
}

.logo__word {
  display: flex;
  flex-direction: column;
}

.logo__word b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 29px;
  letter-spacing: -0.01em;
  line-height: 0.9;
}

.logo__word i {
  font-style: normal;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 5px;
  opacity: 0.72;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244, 241, 235, 0.86);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 40px);
}

.nav-links {
  display: flex;
  gap: clamp(18px, 2.2vw, 34px);
}

.nav-links a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-2);
  padding: 8px 0;
  transition: color 0.25s;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  border-radius: 50%;
  background: var(--red);
  transform: scale(0);
  transition: transform 0.35s var(--ease);
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-links a[aria-current="page"]::after {
  transform: scale(1);
}

.nav .btn {
  min-height: 46px;
  padding: 0 20px;
  font-size: 15px;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.menu-toggle__lines {
  position: relative;
  width: 18px;
  height: 10px;
}

.menu-toggle__lines::before,
.menu-toggle__lines::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5px;
  background: currentColor;
}

.menu-toggle__lines::before {
  top: 0;
}

.menu-toggle__lines::after {
  bottom: 0;
}

/* Full-screen mobile / tablet menu */
.menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 0 var(--gutter) max(28px, env(safe-area-inset-bottom));
  background: var(--night);
  color: var(--ivory);
  --line: var(--night-line);
  --line-2: rgba(239, 234, 226, 0.26);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
  overflow-y: auto;
}

.menu.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s var(--ease), visibility 0s;
}

/* Without JavaScript the toggle is a #menu link, so :target opens it */
html:not(.has-menu-js) .menu:target {
  opacity: 1;
  visibility: visible;
}

html:not(.has-menu-js) .menu:target .menu__links a {
  opacity: 1;
  transform: none;
}

.menu__contact {
  display: grid;
  gap: 4px;
}

.menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  flex-shrink: 0;
}

.menu__close {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 18px;
  border: 1px solid var(--night-line);
  border-radius: 999px;
  background: transparent;
  color: var(--ivory);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.menu > nav {
  margin-block: auto;
}

.menu__links {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-block: 32px;
}

.menu__links a {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-family: var(--serif);
  font-size: clamp(42px, 9vw, 72px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  transform: translateY(16px);
  opacity: 0;
  transition: transform 0.6s var(--ease), opacity 0.6s var(--ease), color 0.3s;
}

.menu.is-open .menu__links a {
  transform: none;
  opacity: 1;
}

.menu.is-open .menu__links li:nth-child(2) a { transition-delay: 0.04s; }
.menu.is-open .menu__links li:nth-child(3) a { transition-delay: 0.08s; }
.menu.is-open .menu__links li:nth-child(4) a { transition-delay: 0.12s; }
.menu.is-open .menu__links li:nth-child(5) a { transition-delay: 0.16s; }

.menu__links a span {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ivory-2);
}

.menu__links a[aria-current="page"] {
  font-style: italic;
}

.menu__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--night-line);
  color: var(--ivory-2);
  font-size: 15px;
}


body.menu-open {
  overflow: hidden;
}

/* ---------- Media tiles ---------- */

.tile {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--night-2);
  cursor: pointer;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}

.tile video,
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 1.2s var(--ease), filter 0.6s var(--ease);
}

.tile--contain video,
.tile--contain img {
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .tile:hover video,
  .tile:hover img {
    transform: scale(1.035);
  }

  .tile:hover .tile__play:not(.tile__play--icon) {
    background: var(--red);
  }

  .btn:hover {
    --btn-bg: var(--red);
    --btn-bd: var(--red);
    --btn-fg: #fff;
  }

  .btn--line:hover {
    --btn-bg: var(--ink);
    --btn-bd: var(--ink);
    --btn-fg: var(--paper);
  }

  .btn--light:hover,
  .plan--featured .btn:hover {
    --btn-bg: var(--red-bright);
    --btn-bd: var(--red-bright);
    --btn-fg: #fff;
  }

  .btn--line-light:hover {
    --btn-bg: var(--ivory);
    --btn-bd: var(--ivory);
    --btn-fg: var(--night);
  }

  .band-night .plan--featured .btn:hover {
    --btn-bg: var(--red);
    --btn-bd: var(--red);
    --btn-fg: #fff;
  }

  .nav-links a:hover {
    color: var(--ink);
  }

  .rail-nav button:hover:not(:disabled) {
    border-color: currentColor;
  }

  .social a:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--paper);
  }

  .band-night .social a:hover,
  .site-footer .social a:hover,
  .menu .social a:hover {
    background: var(--ivory);
    border-color: var(--ivory);
    color: var(--night);
  }

  .footer-col a:hover,
  .footer-legal a:hover,
  .menu__foot a:hover {
    color: #fff;
  }

  .lightbox__close:hover,
  .lightbox__nav button:hover:not(:disabled) {
    border-color: var(--ivory);
  }

  /* Icon-only play badges stay out of the artwork until hover */
  .tile__play--icon {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), background 0.35s var(--ease);
  }

  .tile:hover .tile__play--icon,
  .tile:focus-visible .tile__play--icon {
    opacity: 1;
    transform: none;
  }

  .tile:hover .tile__play--icon {
    background: var(--red);
  }

  .service:hover .service__media video,
  .service:hover .service__media img {
    transform: scale(1.03);
  }

  .btn:hover .arrow {
    transform: translateX(4px);
  }

  .text-link:hover {
    border-color: currentColor;
    gap: 14px;
  }

  a.contact-row:hover .contact-row__arrow {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--paper);
    transform: rotate(45deg);
  }
}

/* Poster image sits under the loop until the video actually plays */
.tile__poster {
  position: absolute;
  inset: 0;
}

.tile video,
.service__media video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s var(--ease), transform 1.2s var(--ease);
}

.tile video.is-playing,
.service__media video.is-playing {
  opacity: 1;
}

.service__media {
  position: relative;
}

.service__media .tile__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile--portrait { aspect-ratio: 9 / 16; }
.tile--wide { aspect-ratio: 16 / 10; }
.tile--cinema { aspect-ratio: 16 / 9; }
.tile--poster { aspect-ratio: 1644 / 1080; }
.tile--photo { aspect-ratio: 4 / 5; }

.tile__play {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 16px 0 6px;
  border-radius: 999px;
  background: rgba(17, 16, 14, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: background 0.35s var(--ease);
}

.tile__play i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

.tile__play svg {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  fill: var(--night);
}



.tile__play--icon {
  left: auto;
  right: 12px;
  top: 12px;
  bottom: auto;
  padding: 0 5px;
  height: 38px;
  background: rgba(17, 16, 14, 0.5);
}

.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 14px;
  margin-top: 14px;
}

.caption strong {
  font-weight: 500;
  font-size: 16px;
}

.caption span {
  font-size: 14.5px;
  color: var(--muted);
}

/* ---------- Home: hero ---------- */

.hero {
  padding-top: clamp(40px, 6vw, 88px);
  padding-bottom: clamp(56px, 7vw, 104px);
}

.hero__title {
  max-width: 15em;
}

.display-xl,
.display-l,
.display-m {
  text-wrap: balance;
}

.hero__title em {
  color: var(--red);
}

.hero__row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px 64px;
  align-items: end;
  margin-top: clamp(28px, 3.6vw, 48px);
}

.hero__side {
  display: grid;
  gap: 22px;
  justify-items: end;
  text-align: right;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
  font-size: 14.5px;
  color: var(--muted);
}

.hero__meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero__meta li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.reel {
  position: relative;
  margin-top: clamp(40px, 5vw, 72px);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--night);
  aspect-ratio: 2 / 1;
}

.reel video,
.reel__poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel video {
  opacity: 0;
  transition: opacity 0.6s var(--ease);
}

.reel video.is-playing {
  opacity: 1;
}

.reel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 9, 8, 0.72), rgba(10, 9, 8, 0.38) 20%, transparent 45%);
  pointer-events: none;
}

.reel__bar {
  position: absolute;
  left: clamp(16px, 2.4vw, 32px);
  right: clamp(16px, 2.4vw, 32px);
  bottom: clamp(16px, 2.4vw, 30px);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}

.reel__label {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}

.rec {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 0 0 rgba(224, 70, 60, 0.6);
  animation: rec 2s infinite;
}

.reel__now {
  opacity: 0.72;
}

.reel__title {
  transition: opacity 0.3s var(--ease);
}

.reel__title.is-changing {
  opacity: 0;
}

@keyframes rec {
  0% { box-shadow: 0 0 0 0 rgba(224, 70, 60, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(224, 70, 60, 0); }
  100% { box-shadow: 0 0 0 0 rgba(224, 70, 60, 0); }
}

.reel .btn {
  min-height: 46px;
  font-size: 14.5px;
}

/* ---------- Sectors ("Made for") ---------- */

.sectors {
  border-block: 1px solid var(--line);
}

.sectors__row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
  align-items: center;
  gap: 16px 48px;
}

.sectors__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sectors__list li {
  border-left: 1px solid var(--line);
}

@media (min-width: 1024px) {
  .sectors__list li:first-child {
    border-left: 0;
  }

  .sectors__list li:first-child a {
    padding-left: 0;
  }
}

.sectors__list a {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: clamp(26px, 2.8vw, 38px) clamp(18px, 2vw, 32px);
  height: 100%;
}

.sectors__name {
  font-family: var(--serif);
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  transition: color 0.3s var(--ease);
}

.sectors__desc {
  font-size: 14.5px;
  color: var(--muted);
}

@media (hover: hover) and (pointer: fine) {
  .sectors__list a:hover .sectors__name {
    color: var(--red);
    font-style: italic;
  }
}

@media (max-width: 1023px) {
  .sectors__row {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 28px;
  }

  .sectors__list li:nth-child(odd) {
    border-left: 0;
  }

  .sectors__list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .sectors__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sectors__list li:nth-child(odd) a {
    padding-left: 0;
  }
}

/* Keyframes shared by the poster wall */
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---------- Intro statement ---------- */

.intro {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  gap: 32px 48px;
  align-items: start;
}

.intro > .eyebrow {
  margin-top: 14px;
}

.intro__body {
  display: grid;
  gap: clamp(28px, 3vw, 40px);
}

.intro__body > p:not(.display-s) {
  max-width: 58ch;
  color: var(--ink-2);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  margin-top: 8px;
}

.stat {
  padding: 26px 24px 0 0;
}

.stat + .stat {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.stat dt {
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.01em;
}

.stat dd {
  margin-top: 10px;
  font-size: 15px;
  color: var(--muted);
}

/* ---------- Section heads ---------- */

.head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px 48px;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.head__title {
  display: grid;
  gap: 18px;
}

.head p {
  max-width: 44ch;
  color: var(--ink-2);
}

.head--center {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

/* ---------- Services list ---------- */

.services {
  border-top: 1px solid var(--line);
}

.service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px clamp(32px, 5vw, 96px);
  align-items: center;
  padding-block: clamp(32px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.service__copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.service__copy p {
  color: var(--ink-2);
  max-width: 46ch;
}

.service__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
  margin-top: 8px;
}

.price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.price small {
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--muted);
}

.service__media {
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--night-2);
  aspect-ratio: 4 / 3;
}

@media (min-width: 768px) {
  .service:nth-child(even) .service__media {
    order: -1;
  }
}

.service__media video,
.service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.service:nth-child(3) .service__media img {
  object-position: 22% 50%;
}



/* ---------- Work ---------- */

.feature {
  display: grid;
  gap: 22px;
}

.feature__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 24px;
}

.feature__meta p {
  color: var(--muted);
}

.feature .tile {
  border-radius: var(--radius-l);
}

.feature .tile__play {
  left: auto;
  right: clamp(16px, 2.2vw, 28px);
  bottom: clamp(16px, 2.2vw, 28px);
  height: 48px;
  font-size: 14.5px;
  padding-right: 20px;
}

.feature .tile__play i {
  width: 36px;
  height: 36px;
}

.rail-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(72px, 8vw, 120px) 0 32px;
}

.rail-nav {
  display: flex;
  gap: 10px;
}

.rail-nav button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, opacity 0.3s;
}


.rail-nav button:disabled {
  opacity: 0.35;
  cursor: default;
}

.rail-nav svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.rail {
  --rail-gap: clamp(14px, 1.6vw, 22px);
  --rail-visible: 4;
  display: grid;
  grid-auto-flow: column;
  /* Whole cards only, inside the content column, so both edges line up with the grid */
  grid-auto-columns: calc((100% - (var(--rail-visible) - 1) * var(--rail-gap)) / var(--rail-visible));
  gap: var(--rail-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-top: 6px;
  margin-top: -6px;
  padding-bottom: 8px;
  scrollbar-width: none;
}

/* The container clips at its edges, so draw the focus ring inside the card */
.rail .tile:focus-visible {
  outline-offset: -4px;
}

@media (max-width: 1023px) {
  .rail {
    --rail-visible: 3;
  }
}

.rail::-webkit-scrollbar {
  display: none;
}

.rail > figure {
  scroll-snap-align: start;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 44px) clamp(14px, 1.6vw, 22px);
}

.work-wide {
  margin-top: clamp(40px, 5vw, 64px);
}

/* Stacked captions in grids: long poster taglines wrap cleanly */
.grid-3 .caption {
  display: grid;
  gap: 4px;
}

/* ---------- Split (posters teaser / hero splits) ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 48px clamp(40px, 6vw, 112px);
  align-items: center;
}

.split__copy {
  display: grid;
  gap: 24px;
  justify-items: start;
}

.split__copy p {
  color: var(--ink-2);
  max-width: 46ch;
}

.section > .split .split__copy .display-l {
  font-size: clamp(46px, 4.8vw, 76px);
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
}

.mosaic > :nth-child(2n) {
  transform: translateY(clamp(24px, 4vw, 56px));
}

/* ---------- Process ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 48px);
}

.step {
  display: grid;
  gap: 16px;
  align-content: start;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
}

.step__n {
  font-family: var(--serif);
  font-size: clamp(56px, 6vw, 88px);
  line-height: 0.9;
  font-style: italic;
  color: var(--red);
}

.band-night .step__n {
  color: var(--red-bright);
}

.step h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.step p {
  color: var(--ink-2);
}

/* ---------- About ---------- */

.about {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 48px clamp(40px, 6vw, 112px);
  align-items: start;
}

.quote {
  display: grid;
  gap: 28px;
}

.quote blockquote {
  font-family: var(--serif);
  font-size: clamp(34px, 3.9vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.quote blockquote::before {
  content: "\201C";
  display: block;
  height: 0.5em;
  margin-bottom: 8px;
  font-size: 1.6em;
  line-height: 1;
  color: var(--red);
}

.quote figcaption {
  display: grid;
  gap: 2px;
  font-size: 15px;
}

.quote figcaption span {
  color: var(--muted);
}

.about__body {
  display: grid;
  gap: 22px;
  color: var(--ink-2);
}

.creds {
  border-top: 1px solid var(--line);
  margin-top: 8px;
}

.creds li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 500;
}

.creds li span {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
}

/* ---------- Pricing ---------- */

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.plans--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1040px;
  margin-inline: auto;
}

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--card);
}

.band-night .plan {
  background: var(--night-2);
}

.plan--featured {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  --line: rgba(244, 241, 235, 0.14);
  --muted: #b6afa4;
  --ink-2: #ded8ce;
}

.band-night .plan--featured {
  background: var(--ivory);
  color: var(--night);
  border-color: var(--ivory);
  --line: rgba(17, 16, 14, 0.14);
  --muted: #5f5a52;
  --ink-2: #3f3b35;
}

.plan__top {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plan__name {
  font-size: 15px;
  font-weight: 500;
}

.badge {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.plan__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--serif);
  font-size: clamp(56px, 5.4vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.plan__price small {
  font-family: var(--sans);
  font-size: 14.5px;
  letter-spacing: 0;
  color: var(--muted);
}

.plan__desc {
  color: var(--ink-2);
}

.checks {
  display: grid;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  flex: 1;
  align-content: start;
}

.checks li {
  position: relative;
  padding-left: 28px;
  font-size: 15.5px;
  line-height: 1.45;
}

.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 9px;
  border-left: 1.5px solid var(--red);
  border-bottom: 1.5px solid var(--red);
  transform: rotate(-45deg) scale(0.75);
  transform-origin: 30% 60%;
}

.plan--featured .checks li::before,
.band-night .checks li::before {
  border-color: var(--red-bright);
}

.band-night .plan--featured .checks li::before {
  border-color: var(--red);
}

.plan .btn {
  margin-top: 6px;
}

.plan--featured .btn {
  --btn-bg: var(--paper);
  --btn-fg: var(--ink);
  --btn-bd: var(--paper);
}

.band-night .plan--featured .btn {
  --btn-bg: var(--night);
  --btn-fg: var(--ivory);
  --btn-bd: var(--night);
}

.plan__link {
  margin-top: auto;
}

/* ---------- CTA ---------- */

.cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta .container {
  display: grid;
  justify-items: center;
  gap: 32px;
}

.cta h2 {
  max-width: 14ch;
}

.cta h2 em {
  color: var(--red-bright);
}

.cta p {
  max-width: 48ch;
  color: var(--ivory-2);
  font-size: 18px;
}

.cta .actions {
  justify-content: center;
}

/* ---------- Page hero (inner pages) ---------- */

.page-hero {
  padding-top: clamp(40px, 6vw, 96px);
  padding-bottom: clamp(64px, 8vw, 128px);
}

.page-hero .split {
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}

.page-hero__copy {
  display: grid;
  gap: 26px;
  justify-items: start;
}

.page-hero__copy .lead {
  max-width: 40ch;
}

.buybox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 32px;
  width: 100%;
  max-width: 560px;
  margin-top: 8px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--card);
}

.buybox .plan__price {
  font-size: clamp(52px, 5vw, 68px);
}

.buybox__action {
  display: grid;
  gap: 10px;
  flex: 1;
  min-width: 210px;
}

.buybox__note {
  font-size: 13.5px;
  color: var(--muted);
}

.phone {
  position: relative;
  width: min(100%, 380px);
  margin-inline: auto;
  padding: 12px;
  border-radius: 46px;
  background: var(--ink);
  box-shadow: 0 40px 80px -40px rgba(22, 20, 18, 0.55);
}

.phone .tile {
  border-radius: 36px;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.feat {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px 26px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.feat svg {
  width: 30px;
  height: 30px;
  stroke: var(--red);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feat h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.feat p {
  font-size: 15.5px;
  color: var(--ink-2);
}

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: 32px 64px;
}

.faq > .head__title {
  align-self: start;
  align-content: start;
}

@media (min-width: 1024px) {
  .faq > .head__title {
    position: sticky;
    top: calc(var(--header-h) + 40px);
  }
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  font-size: clamp(19px, 1.7vw, 23px);
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary i {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.faq summary i::before,
.faq summary i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.35s var(--ease);
}

.faq summary i::after {
  transform: rotate(90deg);
}

.faq details[open] summary i::after {
  transform: rotate(0deg);
}

.faq details p {
  padding: 0 48px 28px 0;
  color: var(--ink-2);
  max-width: 62ch;
}

/* Poster wall (movie posters hero) */
.poster-wall {
  display: grid;
  gap: clamp(12px, 1.4vw, 20px);
  margin-top: clamp(48px, 6vw, 88px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.poster-wall__row {
  display: flex;
  width: max-content;
  gap: clamp(12px, 1.4vw, 20px);
  animation: marquee 70s linear infinite;
}

.poster-wall__row--reverse {
  animation-direction: reverse;
}

.poster-wall img {
  width: clamp(240px, 26vw, 380px);
  aspect-ratio: 1644 / 1080;
  object-fit: cover;
  border-radius: var(--radius);
}

/* Image gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.gallery .tile--photo {
  aspect-ratio: 8 / 11;
}

.gallery .gallery__wide {
  grid-column: 1 / -1;
  aspect-ratio: 1344 / 768;
}

.photo-stack {
  position: relative;
  aspect-ratio: 1 / 1.05;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}

.photo-stack .tile {
  position: absolute;
  width: 62%;
  aspect-ratio: 8 / 11;
  box-shadow: 0 40px 80px -40px rgba(22, 20, 18, 0.5);
}

.photo-stack .tile:nth-child(1) {
  left: 0;
  top: 0;
}

.photo-stack .tile:nth-child(2) {
  right: 0;
  bottom: 0;
}

/* Contact */
.contact-list {
  border-top: 1px solid var(--line);
}

.contact-row {
  display: grid;
  grid-template-columns: 22% minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 32px;
  padding-block: clamp(26px, 3vw, 40px);
  border-bottom: 1px solid var(--line);
  transition: padding 0.4s var(--ease);
}

.contact-row__label {
  font-size: 14px;
  color: var(--muted);
}

.contact-row__value {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 1;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.contact-row__arrow {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease);
}

.contact-row__arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}



.enquiry-note {
  display: none;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 16px 22px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line);
}

.enquiry-note.is-visible {
  display: flex;
}

.enquiry-note {
  align-items: flex-start;
}

.enquiry-note .rec {
  flex-shrink: 0;
  margin-top: 9px;
}

.brief {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 40px clamp(40px, 6vw, 112px);
}

.brief .checks {
  border-top: 0;
  padding-top: 0;
  gap: 0;
}

.brief .checks li {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}

.brief .checks li::before {
  top: 25px;
}

.brief .checks li:first-child {
  border-top: 1px solid var(--line);
}

/* ---------- Social ---------- */

.social {
  display: flex;
  gap: 10px;
}

.social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}


.social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--night-line);
  background: var(--night);
  color: var(--ivory);
  padding: clamp(64px, 8vw, 112px) 0 32px;
  --line: var(--night-line);
  --line-2: rgba(239, 234, 226, 0.26);
  --muted: var(--ivory-2);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr));
  gap: 48px 32px;
  padding-bottom: clamp(48px, 6vw, 88px);
}

.footer-brand {
  display: grid;
  gap: 22px;
  justify-items: start;
  align-content: start;
}

.footer-brand p {
  max-width: 34ch;
  color: var(--ivory-2);
  font-size: 15.5px;
}

.footer-col h2 {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory-2);
}

.footer-col ul {
  display: grid;
  gap: 10px;
}

.footer-col li {
  font-size: 15.5px;
}

.footer-col a {
  transition: color 0.25s;
}


.footer-sign {
  font-family: var(--serif);
  font-size: clamp(88px, 24vw, 212px);
  line-height: 0.8;
  letter-spacing: -0.03em;
  color: var(--ivory);
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 0.08em;
}

.footer-sign em {
  color: var(--red-bright);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--night-line);
  font-size: 14px;
  color: var(--ivory-2);
}

/* ---------- Lightbox ---------- */

html:has(.lightbox[open]) {
  overflow: hidden;
}

.lightbox {
  width: fit-content;
  max-width: min(1180px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ivory);
  overflow: visible;
}

.lightbox::backdrop {
  background: rgba(10, 9, 8, 0.97);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.lightbox__stage {
  display: grid;
  place-items: center;
}

.lightbox__stage video,
.lightbox__stage img {
  max-width: min(1180px, calc(100vw - 32px));
  max-height: calc(100dvh - 120px);
  width: auto;
  border-radius: var(--radius);
  background: #000;
}

.lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.lightbox__title {
  font-family: var(--serif);
  font-size: 26px;
}

.lightbox__close {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 20px;
  border: 1px solid var(--night-line);
  border-radius: 999px;
  background: transparent;
  color: var(--ivory);
  font-size: 15px;
  cursor: pointer;
}


/* ---------- Reveal ---------- */

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

.js .reveal.is-in,
.js .reveal:focus-within {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .poster-wall__row,
  .rec {
    animation: none;
  }

  .tile video,
  .tile img,
  .service__media video,
  .service__media img,
  .menu__links a {
    transition: none;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Small laptops / iPad landscape */
@media (max-width: 1180px) {
  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* Tablets (iPad portrait) — menu replaces the inline nav */
@media (max-width: 1023px) {
  :root {
    --header-h: 68px;
  }

  .nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero__row,
  .intro,
  .split,
  .page-hero .split,
  .about,
  .faq,
  .brief {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__side {
    justify-items: start;
    text-align: left;
  }

  .hero__meta {
    justify-content: flex-start;
  }

  .reel {
    aspect-ratio: 16 / 10;
  }

  .service {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px 36px;
  }

  .plans {
    grid-template-columns: minmax(0, 1fr);
  }

  .plans--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .head {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-hero .phone {
    width: min(100%, 340px);
  }

  .photo-stack {
    max-width: 460px;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .contact-row__label {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-3 > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

/* Phones */
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .hero__title {
    max-width: none;
  }

  .reel {
    aspect-ratio: 4 / 5;
    border-radius: var(--radius);
  }

  .reel .btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }

  .actions .btn {
    flex: 1 1 100%;
  }

  .hero__side,
  .hero__side .actions {
    justify-items: stretch;
    width: 100%;
  }

  .stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .stat,
  .stat + .stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat dd {
    margin-top: 0;
    text-align: right;
  }

  .service {
    grid-template-columns: minmax(0, 1fr);
  }

  .service__media {
    order: -1;
    aspect-ratio: 16 / 11;
    border-radius: var(--radius);
  }

  .steps,
  .features {
    grid-template-columns: minmax(0, 1fr);
  }

  .step {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 16px;
  }

  .step__n {
    grid-row: span 2;
    font-size: 56px;
  }

  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .plans--two {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Phones: swipe row runs to the screen edge, next card peeking in */
  .rail {
    grid-auto-columns: 62vw;
    scroll-padding-inline: var(--gutter);
    padding-inline: var(--gutter);
    margin-inline: calc(var(--gutter) * -1);
  }

  .rail-nav {
    display: none;
  }

  .mosaic > :nth-child(2n) {
    transform: none;
  }

  .feature .tile__play {
    height: 42px;
    font-size: 14px;
  }

  .feature .tile__play i {
    width: 30px;
    height: 30px;
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
  }

  .contact-row__arrow {
    width: 48px;
    height: 48px;
  }

  .buybox {
    padding: 22px;
  }

  .faq details p {
    padding-right: 0;
  }
}

@media (max-width: 420px) {
  .logo__word b {
    font-size: 26px;
  }

  .logo__mark {
    width: 32px;
    height: 32px;
  }

  .menu-toggle {
    padding: 0 14px;
  }

  .tile__play {
    left: 12px;
    bottom: 12px;
  }
}

/* ---------- Additions ---------- */

.arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tile--tall {
  aspect-ratio: 2 / 3;
}

.service__media {
  display: block;
}

.work {
  margin: 0;
}

.contact-row .social {
  justify-self: end;
}

/* ---------- Touch targets ---------- */

.footer-col a,
.menu__foot a,
.text-link {
  position: relative;
}

.footer-col a::before,
.menu__foot a::before,
.text-link::before {
  content: "";
  position: absolute;
  inset: -12px -4px;
}

.nav-links a {
  display: inline-block;
  padding: 10px 0;
}

.nav-links a::after {
  bottom: 2px;
}

.site-header .logo,
.menu .logo {
  min-height: 44px;
}

@media (max-width: 767px) {
  .reel .btn {
    min-height: 44px;
  }

  .contact-row {
    column-gap: 16px;
  }

  .contact-row__value {
    font-size: clamp(28px, 8.6vw, 34px);
    overflow-wrap: normal;
  }

  .contact-row:not(a) {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-row .social {
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .stat dt {
    font-size: 32px;
    white-space: nowrap;
  }

  .stat dd {
    font-size: 14px;
  }
}

/* ==========================================================================
   Production polish (v3)
   ========================================================================== */

/* ---------- Utilities (replace inline styles so the CSP needs no unsafe-inline) ---------- */

.hero__title {
  margin-top: 22px;
}

.pt-half {
  padding-top: calc(var(--space) * 0.5);
}

.mb-0 {
  margin-bottom: 0;
}

.justify-center {
  justify-content: center;
}

.text-ivory-2 {
  color: var(--ivory-2);
}

.min-h-60 {
  min-height: 60vh;
}

.btn:active,
.rail-nav button:active,
.chip:active span {
  transform: scale(0.98);
}

.btn:focus-visible {
  outline-offset: 4px;
}

.band-night .btn:focus-visible,
.plan--featured .btn:focus-visible {
  outline-color: var(--red-bright);
}

/* Wide work row uses the posters' native ratio so titles aren't cropped */
.work-wide .tile--wide {
  aspect-ratio: 1644 / 1080;
}

/* ---------- Header over dark bands ---------- */

.site-header {
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.3s var(--ease);
}

.site-header.is-dark {
  background: rgba(17, 16, 14, 0.82);
  color: var(--ivory);
  border-bottom-color: var(--night-line);
}

.site-header.is-dark .nav-links a {
  color: var(--ivory-2);
}

.site-header.is-dark .nav-links a[aria-current="page"] {
  color: var(--ivory);
}

.site-header.is-dark .nav-links a::after,
.site-header.is-dark .logo__mark circle {
  background: var(--red-bright);
  fill: var(--red-bright);
}

.site-header.is-dark .nav .btn {
  --btn-bg: var(--ivory);
  --btn-fg: var(--night);
  --btn-bd: var(--ivory);
}

.site-header.is-dark .menu-toggle {
  border-color: rgba(239, 234, 226, 0.26);
}

@media (hover: hover) and (pointer: fine) {
  .site-header.is-dark .nav-links a:hover {
    color: var(--ivory);
  }

  .site-header.is-dark .nav .btn:hover {
    --btn-bg: var(--red-bright);
    --btn-bd: var(--red-bright);
    --btn-fg: #fff;
  }
}

/* ---------- Menu call to action ---------- */

.menu__foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.menu__cta {
  grid-column: 1 / -1;
  margin-bottom: 6px;
}

/* ---------- Footer legal row ---------- */

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.footer-legal a {
  position: relative;
  transition: color 0.25s;
}

.footer-legal a::before {
  content: "";
  position: absolute;
  inset: -12px -6px;
}

/* ---------- About / founder ---------- */

.about--v3 {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: start;
}

.about__media {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: clamp(12px, 1.4vw, 20px);
  align-items: end;
}

.about__portrait {
  margin: 0;
}

.about__portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-l);
  filter: grayscale(1) contrast(1.04);
}

.about__variety {
  aspect-ratio: 943 / 797;
  border-radius: var(--radius);
}

.about__media figcaption {
  grid-column: 1 / -1;
  font-size: 14px;
  color: var(--muted);
}

.about__statement {
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.about__statement em {
  font-style: italic;
  color: var(--red);
}

/* ---------- Pricing details ---------- */

.checks__lead {
  padding-left: 0 !important;
  font-weight: 500;
}

.checks__lead::before {
  display: none;
}

.plan__unit {
  margin-top: -12px;
  font-size: 14.5px;
  color: var(--muted);
}

/* ---------- Enquiry form ---------- */

.enquiry {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 48px clamp(40px, 6vw, 112px);
  align-items: start;
}

.enquiry__aside {
  display: grid;
  gap: clamp(32px, 4vw, 48px);
}

.enquiry__aside .contact-list {
  margin-top: 0;
}

.enquiry__aside .contact-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  padding-block: 22px;
}

.enquiry__aside .contact-row__label {
  grid-column: 1 / -1;
}

.enquiry__aside .contact-row__value {
  font-size: clamp(26px, 2.6vw, 36px);
}

.enquiry__aside .contact-row__arrow {
  width: 48px;
  height: 48px;
}

.next-steps {
  display: grid;
  gap: 14px;
  counter-reset: next;
}

.next-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  color: var(--ink-2);
  counter-increment: next;
}

.next-steps li::before {
  content: counter(next);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}

.form {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3.4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--card);
}

.form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.form__field {
  display: grid;
  gap: 8px;
  align-content: start;
}

.form__label,
.form fieldset > legend {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
}

.form__optional {
  font-weight: 400;
  color: var(--muted);
}

.form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.form fieldset > legend {
  margin-bottom: 10px;
  padding: 0;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius-s);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.5;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #8d877d;
}

.form input:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(22, 20, 18, 0.1);
}

.form [aria-invalid="true"] {
  border-color: var(--red);
}

.form__error {
  font-size: 14px;
  color: var(--red);
}

.form__error:empty {
  display: none;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  position: relative;
  cursor: pointer;
}

.chip input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}

.chip span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  line-height: 1.3;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.chip small {
  font-size: 13.5px;
  color: var(--muted);
  transition: color 0.25s var(--ease);
}

.chip input:checked + span {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.chip input:checked + span small {
  color: #cfc8bc;
}

.chip input:focus-visible + span {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .chip:hover span {
    border-color: var(--ink);
  }
}

.form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.form__privacy {
  max-width: 40ch;
  font-size: 14px;
  color: var(--muted);
}

.form__privacy a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form .btn[aria-busy="true"] {
  opacity: 0.7;
  pointer-events: none;
}

.form__status {
  display: none;
  gap: 8px;
  padding: 18px 20px;
  border-radius: var(--radius);
  font-size: 15.5px;
}

.form__status.is-error {
  display: grid;
  background: rgba(200, 50, 42, 0.08);
  color: #8e241e;
}

.form-success {
  display: grid;
  gap: 18px;
  justify-items: start;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--card);
}

.form-success[hidden] {
  display: none;
}

.form-success__mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
}

.form-success__mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-success p {
  color: var(--ink-2);
  max-width: 46ch;
}

/* ---------- Legal / prose pages ---------- */

.prose {
  display: grid;
  gap: 18px;
  max-width: 70ch;
}

.prose h2 {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.1;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p,
.prose li {
  color: var(--ink-2);
}

.prose ul {
  display: grid;
  gap: 8px;
  padding-left: 1.2em;
  list-style: disc;
}

.prose a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose__meta {
  font-size: 14.5px;
  color: var(--muted);
}

/* ---------- 404 helpful links ---------- */

.lost-links {
  margin-top: clamp(36px, 5vw, 64px);
  max-width: 760px;
}

.lost-links .contact-row {
  grid-template-columns: minmax(0, 1fr) auto;
  padding-block: 20px;
}

.lost-links .contact-row__value {
  font-size: clamp(28px, 3vw, 40px);
}

.lost-note {
  margin-top: 28px;
  color: var(--ink-2);
}

/* ---------- Lightbox: loading, set navigation ---------- */

.lightbox__stage {
  position: relative;
  min-height: 120px;
}

.lightbox__spinner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(239, 234, 226, 0.2);
  border-top-color: var(--ivory);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  animation: spin 0.9s linear infinite;
}

.lightbox.is-loading .lightbox__spinner {
  opacity: 1;
}

@keyframes spin {
  to { transform: rotate(1turn); }
}

.lightbox__meta {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}

.lightbox__count {
  font-size: 13px;
  color: var(--ivory-2);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.lightbox__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lightbox__nav {
  display: flex;
  gap: 8px;
}

.lightbox__nav[hidden] {
  display: none;
}

.lightbox__nav button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--night-line);
  border-radius: 50%;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
}

.lightbox__nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

/* ---------- Responsive for v3 components ---------- */

@media (max-width: 1023px) {
  .about--v3,
  .enquiry {
    grid-template-columns: minmax(0, 1fr);
  }

  .about__media {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .form__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .form__foot .btn {
    width: 100%;
  }

  .lightbox__bar {
    flex-wrap: wrap;
  }

  .lightbox__title {
    font-size: 22px;
  }

  .footer-bottom {
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lightbox__spinner {
    animation-duration: 2.4s;
  }

  .site-header {
    transition: none;
  }
}

.page-hero--compact {
  padding-bottom: clamp(16px, 3vw, 40px);
}

@media (max-width: 1023px) {
  .enquiry__form {
    order: -1;
  }
}
