@font-face {
  font-family: Anton;
  src: url("/generator/fonts/anton.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/generator/fonts/instrument-sans.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/generator/fonts/instrument-sans-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* Match the regular face's x-height and vertical metrics while fonts load. */
@font-face {
  font-family: "Instrument Sans Fallback";
  src: local("Arial");
  size-adjust: 98.35%;
  ascent-override: 98.63%;
  descent-override: 25.42%;
  line-gap-override: 0%;
}
:root {
  --paper: #ede9df;
  --ink: #252721;
  --orange: #bd371b;
  --line: #252721;
  --body: "Instrument Sans", "Instrument Sans Fallback", sans-serif;
  --display: Anton, Impact, "Arial Narrow", sans-serif;
  --text-caption: 0.75rem;
  --text-secondary: 0.875rem;
  --text-body: 1rem;
  --text-lead: 1.25rem;
  --text-subheading: 1.5625rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--text-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
::selection {
  background: var(--ink);
  color: var(--paper);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2,
.shoot-grid h3,
.offer-top h3 {
  font-family: var(--display);
}
img {
  max-width: 100%;
  display: block;
}
.sheet {
  max-width: 1500px;
  margin: auto;
  border-inline: 1px solid var(--line);
}
.masthead,
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
}
.masthead {
  flex-wrap: wrap;
  border-bottom: 2px solid;
}
.wordmark {
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: -0.035em;
  font-size: 1.375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cross {
  font-size: 2.1875rem;
  line-height: 1;
  color: var(--orange);
}
.edition {
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: right;
}
.hero {
  padding: 28px 24px 32px;
}
.eyebrow {
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.hero .eyebrow {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  font-size: var(--text-caption);
}
.dot {
  width: 7px;
  height: 7px;
  background: var(--orange);
  flex-shrink: 0;
  border-radius: 50%;
}
h1 {
  font-size: clamp(3.625rem, 17.5vw, 7rem);
  line-height: 1.02;
  letter-spacing: -0.018em;
}
h1 > span {
  color: var(--orange);
}
.hero-copy {
  font-size: var(--text-lead);
  line-height: 1.45;
  letter-spacing: -0.015em;
  text-wrap: pretty;
  max-width: 28ch;
  margin: 24px 0 20px;
}
.hero-copy strong {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: var(--ink);
  color: var(--paper);
  min-height: 60px;
  padding: 15px 20px;
  text-decoration: none;
  font-size: var(--text-body);
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 2px solid var(--ink);
  transition:
    background 0.15s,
    color 0.15s;
}
.button > span[aria-hidden] {
  font-size: 1.8125rem;
  line-height: 1;
}
.button:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--paper);
}
.hero-detail {
  font-size: var(--text-secondary);
  margin: 9px 0 17px;
}
.text-link {
  font-size: var(--text-secondary);
  text-underline-offset: 4px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 36px;
}
.frame-note {
  display: none;
}
.section {
  border-top: 2px solid var(--line);
}
.section-head {
  padding: 24px;
}
.section-head h2 {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-top: 8px;
}
.shoot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid;
}
.shoot-grid article {
  position: relative;
  padding: 20px 20px 24px;
  min-width: 0;
}
.shoot-grid article:nth-child(odd) {
  border-right: 1px solid;
}
.shoot-grid article:nth-child(-n + 2) {
  border-bottom: 1px solid;
}
.index {
  font-size: var(--text-caption);
}
.sketch {
  display: block;
  width: 83px;
  height: 52px;
  stroke: var(--orange);
  stroke-width: 2;
  fill: none;
  margin: 10px 0 15px;
}
.shoot-grid h3 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 8px;
}
.shoot-grid p {
  font-size: var(--text-body);
  line-height: 1.5;
}
.pilot {
  line-height: 1.55;
  background: var(--orange);
  color: var(--paper);
}
.pilot-intro {
  padding: 28px 24px;
  border-bottom: 1px solid var(--paper);
}
.pilot-intro h2 {
  font-size: 3.5rem;
  line-height: 1.04;
  position: relative;
  margin: 18px 0 15px;
}
.pilot-intro h2 > span {
  position: absolute;
  right: 3px;
  top: 0;
  font-family: var(--body);
  font-size: 5.625rem;
  line-height: 1;
}
.pilot-intro > p:not(.eyebrow) {
  font-size: var(--text-body);
}
.pilot-spec {
  padding: 26px 24px;
}
.pilot a:focus-visible {
  outline-color: var(--paper);
}
.proof-grid {
  display: grid;
  gap: 24px;
  padding: 0 24px 28px;
}
.work-image {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink);
}
.work-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform 0.25s;
}
.work-image:hover img {
  transform: scale(1.025);
}
.work-action {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 11px 13px;
}
.work-caption {
  margin-top: 10px;
}
.work-caption h3 {
  line-height: 1.3;
  text-wrap: balance;
  font-size: var(--text-body);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.work-caption p {
  font-size: var(--text-caption);
  margin-top: 3px;
}
.booking {
  padding: 28px 24px 20px;
}
.booking h2 {
  font-size: clamp(2.25rem, 10.5vw, 3.5rem);
  line-height: 1.1;
  margin-top: 17px;
}
.booking-action > p:first-child {
  font-size: var(--text-body);
  margin: 24px 0 20px;
}
.booking-note {
  font-size: var(--text-secondary);
  margin: 10px 0 20px;
}
.email-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.email-row a {
  font-size: var(--text-body);
  text-underline-offset: 4px;
}
.copy {
  border: 0;
  background: none;
  padding: 12px 0 12px 10px;
  font-size: var(--text-caption);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.copy-status {
  font-size: var(--text-caption);
  min-height: 20px;
  margin-top: 5px;
}
footer {
  border-top: 1px solid;
  padding-block: 18px;
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: 0.03em;
}
footer a {
  text-underline-offset: 4px;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.skip {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 10;
  background: var(--ink);
  color: var(--paper);
  padding: 12px;
}
.skip:focus {
  top: 12px;
}
@media (min-width: 700px) {
  :root {
    --text-lead: var(--text-subheading);
  }
  .masthead,
  footer {
    padding-inline: 40px;
  }
  .masthead {
    padding-block: 22px;
  }
  .wordmark {
    font-size: 1.75rem;
  }
  .edition {
    font-size: var(--text-caption);
  }
  .hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    padding: 36px 40px 42px;
    align-items: end;
  }
  h1 {
    font-size: clamp(5.5rem, 11vw, 9.8125rem);
  }
  .hero .eyebrow {
    font-size: var(--text-caption);
    white-space: normal;
  }
  .hero-offer {
    padding-bottom: 4px;
  }
  .frame-note {
    display: block;
    max-width: 240px;
    margin-bottom: 20px;
  }
  .frame-note span {
    font-size: var(--text-caption);
    letter-spacing: 0.09em;
    font-weight: 700;
  }
  .frame-note svg {
    width: 100%;
    stroke: var(--orange);
    stroke-width: 3;
    display: block;
    margin: 10px 0;
  }
  .hero-copy {
    font-size: var(--text-lead);
    margin-top: 20px;
  }
  .hero-detail {
    font-size: var(--text-secondary);
  }
  .section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 25px;
    padding: 25px 40px;
  }
  .section-head h2 {
    margin: 0;
    font-size: 2.125rem;
  }
  .shoot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .shoot-grid article {
    padding: 24px;
  }
  .shoot-grid article:nth-child(-n + 2) {
    border-bottom: 0;
  }
  .shoot-grid article:not(:last-child) {
    border-right: 1px solid;
  }
  .shoot-grid h3 {
    font-size: 1.875rem;
  }
  .shoot-grid p {
    font-size: var(--text-body);
  }
  .pilot {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
  }
  .pilot-intro {
    padding: 34px 40px;
    border-bottom: 0;
    border-right: 1px solid var(--paper);
  }
  .pilot-intro h2 {
    font-size: 4rem;
    margin-block: 24px;
  }
  .pilot-intro h2 > span {
    right: 0;
    font-size: min(4.375rem, 9.2vw);
  }
  .pilot-spec {
    padding: 34px 40px;
  }
  .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 0 40px 36px;
  }
  .work-image img {
    aspect-ratio: 4/3;
  }
  .work-video .work-image img {
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .work-caption p {
    font-size: var(--text-caption);
  }
  .booking {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    padding: 40px 40px 25px;
  }
  .booking h2 {
    font-size: clamp(2.625rem, 5.1vw, 4.25rem);
  }
  .booking-action > p:first-child {
    margin-top: 0;
  }
  .booking .button {
    max-width: 440px;
  }
  .email-row {
    max-width: 440px;
  }
}
@media (min-width: 1100px) {
  .proof-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hero {
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    padding-block: 42px 52px;
  }
  .hero-offer {
    max-width: 410px;
    width: 100%;
    justify-self: end;
  }
  .frame-note {
    margin-bottom: 30px;
  }
  .hero-copy {
    font-size: var(--text-lead);
  }
  .hero .eyebrow {
    margin-bottom: 28px;
  }
  .pilot {
    grid-template-columns: 1fr 1fr;
  }
  .pilot-intro h2 {
    font-size: 4.875rem;
  }
  .pilot-intro h2 > span {
    font-size: min(6.875rem, 7.64vw);
    right: 30px;
  }
  .shoot-grid article {
    padding: 28px 40px;
  }
  .shoot-grid h3 {
    font-size: 2.125rem;
  }
  .shoot-grid p {
    font-size: var(--text-body);
  }
  .section-head h2 {
    font-size: 2.5rem;
  }
  .section-head {
    padding-block: 30px;
  }
  .booking {
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
  }
  .booking-action {
    max-width: 410px;
    width: 100%;
    justify-self: end;
  }
  .booking h2 {
    font-size: 4.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .sheet {
    border: 0;
  }
  .button,
  .copy,
  .text-link,
  footer,
  .frame-note {
    display: none;
  }
  body {
    font-size: var(--text-body);
  }
  .hero {
    padding: 15px;
  }
  .hero-copy {
    font-size: var(--text-lead);
  }
  h1 {
    font-size: 3.5rem;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pilot,
  .booking,
  .work {
    break-inside: avoid;
  }
  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 699px) {
  .pilot-intro h2 {
    font-size: 2.25rem;
    margin: 12px 0;
  }
  .pilot-intro h2 br {
    display: none;
  }
  .pilot-intro h2 br::after {
    content: " ";
  }
  .pilot-intro h2 > span {
    font-size: min(2.8125rem, 12vw);
    right: 0;
  }
  .pilot-intro h2 {
    max-width: 360px;
  }
  .pilot-intro h2::first-line {
    line-height: 1.2;
  }
  .pilot-intro {
    padding-block: 24px;
  }
  .pilot-intro > p:not(.eyebrow) br {
    display: none;
  }
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .work:not(.work-video) .work-image img {
    aspect-ratio: 4/3;
  }
  .work-caption h3 {
    font-size: var(--text-body);
  }
  .work-caption p {
    font-size: var(--text-caption);
  }
  .work-action {
    font-size: var(--text-caption);
    padding: 9px;
  }
  .work-video .work-action {
    font-size: var(--text-caption);
  }
  .work-video .work-image img {
    aspect-ratio: 16/9;
    object-fit: contain;
  }
}

/* Short measures should wrap by meaning, without forced line breaks. */
.shoot-grid p,
.pilot-intro > p:not(.eyebrow),
.pilot-spec > p,
.booking-action > p,
.hero-detail,
.work-caption p {
  text-wrap: pretty;
}
.pilot-spec > p {
  max-width: 48ch;
}
.hours,
.index {
  font-variant-numeric: tabular-nums;
}
.text-link,
.copy,
footer a {
  min-height: 2.75rem;
}
.hero-title,
.hero-offer,
.pilot-intro,
.pilot-spec,
.booking > div,
.work {
  min-width: 0;
}

/* The existing pilot panel grows by offer rows, without a fixed card count. */
.offer { padding-block: 18px; border-bottom: 1px solid currentColor; }
.offer-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; }
.offer-heading h3 { font-family: var(--display); font-size: 1.75rem; line-height: 1.2; }
.offer-price { font-weight: 700; font-size: 1.25rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.offer-price span { font-size: var(--text-caption); letter-spacing: .04em; }
.offer-purpose { font-weight: 700; margin-block: 7px; font-size: var(--text-secondary); }
.offer ul { list-style: none; margin: 0; padding: 0; font-size: var(--text-body); line-height: 1.55; }
.offer-scope { font-size: var(--text-body); text-wrap: pretty; }
.pilot-spec .unusual { margin-top: 16px; font-size: var(--text-secondary); }
.unusual a { text-underline-offset: 4px; }
.hero-copy strong { white-space: nowrap; }
/* Paper Grain: warm moving pigment behind a protected text area. */
.button { position: relative; overflow: hidden; isolation: isolate; }
.button > span:not(.button-surface) { position: relative; z-index: 2; }
.button .button-surface { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: #79301c; }
.button::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgb(20 20 15 / 67%), rgb(20 20 15 / 60%) 46%, rgb(20 20 15 / 20%) 75%, rgb(20 20 15 / 42%)); }
.button:hover::after { background: linear-gradient(90deg, rgb(20 20 15 / 67%), rgb(20 20 15 / 60%) 46%, rgb(20 20 15 / 12%) 75%, rgb(20 20 15 / 42%)); }
.motion-toggle { border: 0; padding: 8px; min-height: 44px; color: inherit; background: none; font-size: var(--text-caption); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.work-image { width: 100%; padding: 0; cursor: pointer; color: inherit; text-align: left; }
.film-dialog { width: min(1100px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 24px); padding: 0; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); }
.film-dialog::backdrop { background: rgb(15 17 14 / 85%); }
.film-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 16px; }
.film-head h2 { font-family: var(--body); font-size: var(--text-body); font-weight: 700; }
.film-head button { background: transparent; color: inherit; border: 0; min-height: 44px; cursor: pointer; font-size: var(--text-caption); font-weight: 700; white-space: nowrap; }
.film-player { background: #111; aspect-ratio: 16/9; }
.film-player iframe { width: 100%; height: 100%; border: 0; display: block; }
.schedule { grid-column: 1 / -1; min-width: 0; border-top: 1px solid var(--ink); margin-top: 20px; }
.schedule summary { display: flex; justify-content: space-between; align-items: center; min-height: 56px; cursor: pointer; font-weight: 700; font-size: var(--text-secondary); list-style: none; }
.schedule summary::-webkit-details-marker { display: none; }
.schedule summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.schedule summary span { font-size: 1.75rem; }
.schedule[open] summary span { transform: rotate(45deg); }
.schedule iframe { display: block; width: 100%; height: 760px; border: 0; background: white; }
.schedule-fallback { font-size: var(--text-caption); padding-block: 12px; }
@media (max-width: 379px) {
  .schedule { margin-inline: -24px; }
  .schedule summary, .schedule-fallback { padding-inline: 16px; }
}

/* Key art gives the offer a physical subject and anchors its left column. */
.pilot-intro { display: flex; flex-direction: column; }
.pilot-key-art { margin: 28px -24px -28px; }
.pilot-key-art img { width: 100%; height: auto; border-top: 1px solid var(--ink); }
@media (max-width: 699px) { .pilot-key-art { margin-bottom: -24px; } }
@media (min-width: 700px) {
  .pilot-key-art { margin: auto -40px -34px; padding-top: 28px; }
}

/* Isolated white-background print art blends directly into the paper. */
.frame-art { position: relative; }
.frame-art img, .finished-object { mix-blend-mode: multiply; }
.frame-note .frame-art svg { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; stroke: var(--orange); stroke-width: 2; pointer-events: none; }
.frame-note { display: grid; grid-template-columns: 1fr 1.5fr; align-items: center; gap: 6px 12px; margin-top: 20px; }
.frame-note > span { font-size: var(--text-caption); font-weight: 700; letter-spacing: .05em; }
.frame-note .frame-art { grid-column: 2; grid-row: 1 / 3; }
.frame-note .frame-art img { width: 100%; height: auto; }
.finished-object { width: min(100%, 300px); height: auto; margin-top: 16px; }
@media (min-width: 700px) {
  .frame-note { display: block; max-width: 320px; margin-top: 0; margin-bottom: 24px; }
  .frame-art { margin-block: 10px; }
  .finished-object { width: min(80%, 300px); margin-top: 20px; }
  .booking-action { align-self: center; }
}
@media (max-width: 699px) {
  .finished-object { width: 180px; margin: 10px 0 0; }
  footer { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
  footer > span { grid-column: 1 / -1; }
  .motion-toggle { justify-self: start; padding-left: 0; }
  footer > a { justify-self: end; }
}
@media print { .frame-note, .motion-toggle { display: none; } }

/* Original orange menu, with restrained black typographic accents. */
:root { --space-tight: .5rem; --space-related: 1rem; --space-group: 1.5rem; --space-section: 2rem; }
.offer-price, .offer-purpose { color: #10110e; }

/* A manual film strip, with larger frames and a visible next-card cue. */
.proof-controls { display: flex; justify-content: space-between; align-items: center; margin: 0 24px 16px; }
.proof-controls[hidden] { display: none; }
.proof-position { font-size: var(--text-caption); font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.proof-arrows { display: flex; gap: var(--space-tight); }
.proof-arrows button { width: 44px; height: 44px; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: 1.5rem; cursor: pointer; }
.proof-arrows button:hover:not(:disabled) { background: var(--ink); color: var(--paper); }
.proof-arrows button:disabled { opacity: .3; cursor: default; }
.proof-grid { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 24px; padding: 0 24px 24px; scrollbar-width: thin; scrollbar-color: var(--ink) transparent; }
.proof-grid:focus-visible { outline: 2px solid var(--orange); outline-offset: -2px; }
.proof-grid .work { flex: 0 0 84%; scroll-snap-align: start; }
.proof-grid .work:last-child { scroll-snap-align: end; }
.proof-grid .work-video .work-image img { aspect-ratio: 16 / 9; object-fit: contain; }
.proof-grid .work-caption h3 { text-wrap: pretty; }
@media (min-width: 700px) {
  .proof-controls { margin-inline: 40px; }
  .proof-grid { gap: 24px; scroll-padding-inline: 40px; padding-inline: 40px; padding-bottom: 32px; }
  .proof-grid .work { flex-basis: 45%; }
}
@media (min-width: 1100px) { .proof-grid .work { flex-basis: 31%; } }

/* One compact invitation and one dominant booking action. */
.booking { gap: var(--space-group) var(--space-section); }
.booking-intro { display: grid; grid-template-columns: minmax(0, 1fr) 112px; gap: var(--space-related); align-items: center; }
.booking-intro > .eyebrow, .booking-intro > h2 { grid-column: 1 / -1; }
.booking-intro h2 { margin: 0; }
.booking-invitation { font-size: var(--text-body); line-height: 1.5; max-width: 32ch; text-wrap: pretty; }
.booking .finished-object { width: 100%; height: auto; margin: 0; }
.booking .booking-action { align-self: center; max-width: none; }
.booking .booking-action .button { max-width: none; }
.booking-action > .booking-note { margin: var(--space-tight) 0 var(--space-group); font-size: var(--text-secondary); }
.booking-action .email-row { justify-content: flex-start; column-gap: var(--space-related); }
.booking .copy { padding: 8px 0; }
.copy-status:empty { display: none; }
.schedule-enhanced:not([open]) { display: none; }
.booking .schedule[open] { margin-top: 0; }
@media (max-width: 699px) { .booking-action { margin-top: var(--space-group); } }
@media (min-width: 700px) {
  .booking { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); padding-block: var(--space-section); }
  .booking-intro { grid-template-columns: minmax(0, 1fr) 144px; }
  .booking h2 { font-size: clamp(2.625rem, 4.7vw, 4.25rem); }
}
@media (min-width: 1100px) { .booking { column-gap: 64px; } }
@media print { .proof-grid { flex-wrap: wrap; overflow: visible; } .proof-controls { display: none; } }

/* Vimeo supplied a black poster; use an explicit typographic film cover. */
.work-title-card { display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 16 / 9; padding: 6% 7%; background: var(--ink); color: var(--paper); }
.work-title-card > span { font-size: var(--text-caption); font-weight: 700; letter-spacing: .08em; }
.work-title-card strong { font-family: var(--display); font-weight: 400; font-size: clamp(2.5rem, 5.5vw, 4.25rem); line-height: .98; color: var(--paper); }
