/* Supporting pages — the approved black, chalk and red interview identity. */
.story-page {
  --story-body: #d2d2cc;
  --story-heading: #f3f3ee;
  --story-accent: #ed493d;
  --story-rule: #73736d;
  --story-inset: #242422;
  --story-gutter: 72px;
}
.story-page [hidden],
.story-page .package-tabs[hidden],
.story-page .package-panel[hidden] { display: none !important; }
.story-page .story-shell {
  width: min(calc(100% - var(--story-gutter) * 2), 1296px);
  margin-inline: auto;
}
.story-page :is(.story-hero, .story-section, .story-close) { scroll-margin-top: 24px; }
.story-page :is(.story-hero-grid, .story-two-col, .story-contact-grid, .story-feature-grid, .story-service-links, .story-close-grid) > * { min-width: 0; }
.story-page :is(h1, h2, h3, p, li, figcaption, a) { overflow-wrap: break-word; }
.story-page .story-kicker {
  margin: 0 0 18px;
  color: var(--story-accent);
  font: 650 12px/1.65 "DM Sans", Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.story-page .story-lede {
  color: var(--story-body);
  font-size: 20px;
  line-height: 1.65;
  max-width: 650px;
  text-wrap: pretty;
}
.story-page .story-paper {
  --story-body: #484846;
  --story-heading: #171717;
  --story-accent: #bb2d22;
  --story-rule: #b4b4ae;
  --story-inset: #e8e8e2;
  background: var(--film-paper);
  color: var(--film-ink);
}
.story-page .story-dark {
  --story-body: #d2d2cc;
  --story-heading: #f3f3ee;
  --story-accent: #ed493d;
  --story-rule: #73736d;
  --story-inset: #242422;
  background: var(--film-ink);
  color: var(--film-paper);
}
.story-page .ylf-nav > a[aria-current="page"]:not(.ylf-nav-cta) {
  color: var(--film-paper);
  border-bottom-color: var(--film-bright);
}
.story-page .story-section .interview-link { color: var(--story-accent); }
.story-page .story-section .interview-link:hover { color: inherit; }
.story-page :is(.story-copy, .story-note, .story-field, .story-legal) a:not(.interview-button):not(.interview-link) {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.story-page :is(.story-copy, .story-note, .story-field, .story-legal) a:not(.interview-button):hover {
  text-decoration-color: var(--story-accent);
  text-decoration-thickness: 2px;
}

/* A readable introduction and a recognizably at-home interview scene. */
.story-page .story-hero { padding: 60px 0 64px; background: var(--film-ink); }
.story-page .story-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 64px;
}
.story-page .story-hero-copy { padding-block: 8px; }
.story-page .story-hero h1 {
  font-size: clamp(48px, 4.65vw, 70px);
  line-height: 1.09;
  letter-spacing: -.025em;
  max-width: 720px;
  text-wrap: pretty;
}
.story-page .story-hero h1::after {
  content: "";
  display: block;
  width: 64px;
  border-bottom: 4px solid var(--film-bright);
  margin-top: 23px;
}
.story-page .story-hero .story-lede { margin-top: 23px; }
.story-page .story-hero .interview-actions { gap: 16px 24px; margin-top: 27px; }
.story-page .story-hero .interview-link { font-size: 16px; }
.story-page .story-hero-media { margin: 0; }
.story-page .story-hero-media :is(picture, a) { display: block; }
.story-page .story-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3;
  object-fit: cover;
  object-position: center 43%;
}
.story-page :is(.story-hero-media, .story-image) figcaption {
  margin-top: 11px;
  color: var(--story-body);
  font-size: 11px;
  line-height: 1.6;
}
.story-page .story-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 13px; padding-block: 14px; color: var(--story-body); font-size: 12px; }
.story-page .story-breadcrumbs :is(ol, ul) {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.story-page .story-breadcrumbs a { display: inline-flex; align-items: center; min-height: 32px; text-underline-offset: 4px; }

/* Editorial sections and practical guidance. */
.story-page .story-section { padding-block: 72px; }
.story-page .story-section-heading { max-width: 800px; margin-bottom: 40px; }
.story-page .story-section-heading.is-centered { margin-inline: auto; text-align: center; }
.story-page .story-section-heading h2,
.story-page .story-copy > h2 {
  font-size: clamp(38px, 3.65vw, 54px);
  line-height: 1.13;
}
.story-page .story-section-heading > p:not(.story-kicker) {
  color: var(--story-body);
  font-size: 19px;
  line-height: 1.65;
  margin-top: 19px;
  max-width: 760px;
}
.story-page .story-section-heading.is-centered > p { margin-inline: auto; }
.story-page .story-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
.story-page .story-copy { max-width: 760px; }
.story-page .story-copy > h2 { margin-bottom: 22px; }
.story-page .story-copy h3 { font-size: 29px; line-height: 1.2; margin: 30px 0 13px; }
.story-page .story-copy > :is(p, ul, ol) {
  color: var(--story-body);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.story-page .story-copy > .story-kicker { color: var(--story-accent); font-size: 12px; line-height: 1.65; margin-bottom: 18px; }
.story-page .story-copy > :is(ul, ol):not(.story-numbered) { padding-left: 23px; }
.story-page .story-copy > :is(ul, ol):not(.story-numbered) li { padding-left: 4px; margin-block: 8px; }
.story-page .story-copy > :last-child { margin-bottom: 0; }
.story-page .story-image { margin: 0; }
.story-page .story-image img { width: 100%; height: auto; }
.story-page .story-image + .story-copy { align-self: center; }
.story-page .story-note {
  margin-block: 32px;
  padding: 23px 26px;
  border-left: 3px solid var(--story-accent);
  background: var(--story-inset);
  max-width: 950px;
}
.story-page .story-note :is(h2, h3) { margin: 0 0 11px; font-size: 28px; line-height: 1.2; }
.story-page .story-note p { color: var(--story-body); font-size: 16px; line-height: 1.7; }
.story-page .story-note p + p { margin-top: 13px; }
.story-page .story-note > :last-child { margin-bottom: 0; }
.story-page .story-numbered { list-style: none; padding: 0; margin: 0; }
.story-page .story-numbered > li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 23px;
  padding-block: 27px;
  border-top: 1px solid var(--story-rule);
}
.story-page .story-numbered > li > span {
  font: 400 42px/1.12 var(--display);
  color: var(--story-accent);
  padding-top: 1px;
}
.story-page .story-numbered h3 { margin: 0 0 10px; color: var(--story-heading); font-size: 28px; line-height: 1.2; }
.story-page .story-numbered p { font-size: 17px; line-height: 1.65; color: var(--story-body); }
.story-page .story-numbered p + p { margin-top: 12px; }
.story-page .story-numbered > li > div { min-width: 0; }
.story-page .story-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.story-page .story-feature-grid > * { border-top: 1px solid var(--story-rule); padding-top: 24px; }
.story-page .story-feature-number { display: block; color: var(--story-accent); font: 400 34px/1.15 var(--display); margin-bottom: 18px; }
.story-page .story-feature-grid h3 { font-size: 29px; line-height: 1.2; margin: 0 0 13px; }
.story-page .story-feature-grid p { color: var(--story-body); font-size: 17px; line-height: 1.65; }
.story-page .story-feature-grid .story-kicker { color: var(--story-accent); font-size: 11px; line-height: 1.65; margin: 0 0 16px; }
.story-page .story-feature-grid p + p { margin-top: 13px; }
.story-page .story-feature-grid .interview-link { margin-top: 14px; }
.story-page .story-feature-grid .ylf-icon { width: 32px; height: 32px; color: var(--story-accent); margin-bottom: 18px; }
.story-page .story-feature-grid + :is(.story-note, .interview-actions) { margin-top: 36px; }
.story-page .story-faq-list { border-bottom: 1px solid var(--story-rule); }
.story-page .story-faq-list details { border-top: 1px solid var(--story-rule); }
.story-page .story-faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding-block: 22px;
  cursor: pointer;
  list-style: none;
  font: 400 27px/1.25 var(--display);
}
.story-page .story-faq-list summary::-webkit-details-marker { display: none; }
.story-page .story-faq-list summary .ylf-icon { width: 23px; height: 23px; flex: none; }
.story-page .story-faq-list details[open] summary .ylf-icon { transform: rotate(45deg); }
.story-page .story-faq-list details[open] summary { padding-bottom: 14px; }
.story-page .story-faq-list details > :is(p, div) { color: var(--story-body); font-size: 18px; line-height: 1.7; max-width: 950px; padding: 0 48px 25px 0; }
.story-page .story-faq-list details > p + p { padding-top: 0; margin-top: -10px; }
.story-page .story-service-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; }
.story-page .story-service-links > article { padding: 27px 0 29px; border-top: 1px solid var(--story-rule); }
.story-page .story-service-links h3 { font-size: 29px; line-height: 1.25; }
.story-page .story-service-links h3 a { display: flex; justify-content: space-between; align-items: center; gap: 22px; min-height: 44px; text-decoration: none; }
.story-page .story-service-links h3 a:hover { text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--story-accent); text-decoration-thickness: 1px; }
.story-page .story-service-links .ylf-icon { color: var(--story-accent); width: 24px; height: 24px; }
.story-page .story-service-links p { color: var(--story-body); font-size: 17px; line-height: 1.65; max-width: 550px; margin-top: 11px; }
.story-page :is(.story-area-links, .story-inline-links) { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 26px; list-style: none; padding: 0; margin: 22px 0 0; }
.story-page :is(.story-area-links, .story-inline-links) a { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; line-height: 1.5; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.story-page :is(.story-area-links, .story-inline-links) a:hover { text-decoration-color: var(--story-accent); text-decoration-thickness: 2px; }
.story-page .story-area-links > span { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; }

/* Centered package choices, with the complete details available without JS. */
.story-page .story-package-grid { margin-top: 6px; }
.story-page .story-package-grid h3 { font-size: 33px; }
.story-page .story-package-grid .interview-price { margin-top: 18px; }
.story-page .package-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-block: 1px solid var(--story-rule); margin-bottom: 44px; }
.story-page .package-tabs button {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  justify-items: center;
  align-content: start;
  gap: 7px;
  min-width: 0;
  min-height: 240px;
  padding: 25px 20px 28px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: var(--film-ink);
  text-align: center;
  transition: background .18s ease, border-color .18s ease;
}
.story-page .package-tabs button + button { border-left: 1px solid var(--story-rule); }
.story-page .package-tabs button:hover { background: #e8e8e2; }
.story-page .package-tabs button[aria-selected="true"] { background: #e5e5df; border-bottom-color: var(--film-red); }
.story-page .package-tabs button > span { font-size: 12px; letter-spacing: .1em; color: #595952; }
.story-page .package-tabs strong { font: 400 31px/1.2 var(--display); align-self: center; }
.story-page .package-tabs em { font: 400 43px/1.15 var(--display); margin-top: 7px; }
.story-page .package-tabs small { color: #484846; font-size: 15px; line-height: 1.5; }
.story-page .package-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; padding-block: 14px 20px; scroll-margin-top: 24px; }
.story-page .package-panel + .package-panel { border-top: 1px solid var(--story-rule); padding-top: 48px; margin-top: 32px; }
.story-page .package-panel[hidden] + .package-panel:not([hidden]) { border-top: 0; padding-top: 14px; margin-top: 0; }
.story-page .package-panel > div { min-width: 0; }
.story-page .package-panel__story { text-align: center; }
.story-page .package-panel__number { font-size: 12px; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; color: var(--story-accent); margin-bottom: 18px; }
.story-page .package-panel__story h2 { font-size: clamp(38px, 3.6vw, 52px); line-height: 1.15; }
.story-page .package-panel__story .story-lede { font-size: 18px; line-height: 1.65; max-width: 530px; margin: 19px auto 29px; }
.story-page .package-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-block: 1px solid var(--story-rule); padding-block: 20px; }
.story-page .package-facts p { display: flex; flex-direction: column; justify-content: flex-start; gap: 8px; padding-inline: 10px; min-width: 0; }
.story-page .package-facts p + p { border-left: 1px solid var(--story-rule); }
.story-page .package-facts span { color: var(--story-body); font-size: 12px; line-height: 1.5; }
.story-page .package-facts strong { font: 400 clamp(21px, 2vw, 30px)/1.3 var(--display); }
.story-page .package-panel__details h3 { font-size: 30px; line-height: 1.2; margin-bottom: 18px; }
.story-page .cut-inclusions { list-style: none; padding: 0; margin: 0 0 25px; }
.story-page .cut-inclusions li { position: relative; padding: 10px 0 10px 23px; border-bottom: 1px solid #cecec7; color: var(--story-body); font-size: 16px; line-height: 1.6; }
.story-page .cut-inclusions li::before { content: ""; position: absolute; left: 1px; top: 20px; width: 7px; height: 7px; background: var(--story-accent); }
.story-page .add-on-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 48px; }
.story-page .add-on { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 22px; row-gap: 11px; border-top: 1px solid var(--story-rule); padding-top: 25px; align-content: start; }
.story-page .add-on > span { grid-row: span 2; color: var(--story-accent); font: 400 31px/1.2 var(--display); }
.story-page .add-on > strong { font: 400 27px/1.25 var(--display); }
.story-page .add-on p { color: var(--story-body); font-size: 17px; line-height: 1.65; }
.story-page .add-on-grid + .story-note { margin-top: 42px; max-width: none; }

/* The inquiry is a comfortable, native form with visible labels and errors. */
.story-page .story-contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.story-page .story-form { padding: 34px; border: 1px solid var(--story-rule); background: #fafaf6; color: var(--film-ink); }
.story-page .story-form > h2 { font-size: 38px; line-height: 1.18; margin-bottom: 17px; }
.story-page .story-form > p:not(.story-kicker) { color: var(--story-body); font-size: 16px; line-height: 1.65; margin-bottom: 25px; }
.story-page .story-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.story-page :is(.field-full, .story-field-full) { grid-column: 1 / -1; }
.story-page .story-field { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.story-page .story-field > label { display: block; color: var(--film-ink); font-size: 14px; font-weight: 600; line-height: 1.55; }
.story-page .story-field > label > span { font-weight: 400; }
.story-page .story-field :is(input:not([type="checkbox"]):not([type="hidden"]), select, textarea) {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 13px;
  border: 1px solid #85857e;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font: 400 16px/1.5 "DM Sans", Arial, sans-serif;
  box-shadow: none;
}
.story-page .story-field select { padding-right: 26px; }
.story-page .story-field textarea { min-height: 160px; resize: vertical; }
.story-page .story-field input[type="date"] { color-scheme: light; }
.story-page .story-field :is(input, textarea)::placeholder { color: #6c6c66; opacity: 1; }
.story-page .story-field :is(input, select, textarea):focus-visible { outline: 3px solid var(--film-red); outline-offset: 3px; border-color: var(--film-ink); }
.story-page .story-field :is(input, select, textarea)[aria-invalid="true"] { border: 2px solid #a92118; }
.story-page .story-field p { color: #595952; font-size: 13px; line-height: 1.65; margin: 0; }
.story-page .story-field .story-field-error { color: #a92118; font-size: 14px; font-weight: 500; }
.story-page .story-field > .story-check, .story-page .story-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 44px;
  padding-block: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}
.story-page .story-check input[type="checkbox"] { width: 21px; height: 21px; flex: none; margin: 2px 0 0; accent-color: var(--film-red); }
.story-page .story-form-message { margin: 26px 0; padding: 21px 23px; border: 1px solid #7d7d76; border-left-width: 4px; background: #eeeeea; }
.story-page .story-form-message :is(h3, strong) { display: block; font-size: 24px; font-family: var(--display); font-weight: 400; line-height: 1.2; margin-bottom: 10px; }
.story-page .story-form-message p, .story-page .story-form-message li { font-size: 15px; line-height: 1.65; }
.story-page .story-form-message ul { padding-left: 19px; margin: 0; }
.story-page .story-form-message li + li { margin-top: 6px; }
.story-page .story-form-message a { text-underline-offset: 3px; }
.story-page .story-form-message.error { border-color: #a92118; background: #f9ede9; color: #681b15; }
.story-page .story-form-message.success { border-color: #4b6750; background: #eaf0e8; color: #253b28; }
.story-page .honeypot { display: none !important; }

/* Legal text stays legible and restrained. */
.story-page .story-legal { max-width: none; }
.story-page .story-legal > .story-shell, .story-page .story-legal.story-copy { max-width: 850px; }
.story-page .story-legal h1 { font-size: clamp(43px, 5vw, 68px); line-height: 1.12; margin-bottom: 25px; }
.story-page .story-legal h2 { font-size: 33px; line-height: 1.2; margin: 38px 0 17px; }
.story-page .story-legal h3 { font-size: 26px; line-height: 1.25; margin: 25px 0 12px; }
.story-page .story-legal :is(p, ul, ol, address) { color: var(--story-body); font-size: 18px; line-height: 1.75; margin: 0 0 20px; font-style: normal; }
.story-page .story-legal :is(ul, ol) { padding-left: 24px; }
.story-page .story-legal li { margin-block: 9px; }
.story-page .story-legal .story-kicker { color: var(--story-accent); font-size: 12px; line-height: 1.65; }
.story-page .story-legal > :first-child { margin-top: 0; }
.story-page .story-legal > :last-child { margin-bottom: 0; }

/* The director's chair closes the page in the same visual language as home. */
.story-page .story-close { background: var(--film-ink); color: var(--film-paper); border-top: 1px solid #494945; }
.story-page .story-close-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: 50px; }
.story-page .story-close-copy { padding-block: 52px; align-self: center; }
.story-page .story-close h2 { font-size: clamp(37px, 3.8vw, 55px); line-height: 1.14; max-width: 640px; }
.story-page .story-close-copy > p:not(.story-kicker) { font-size: 18px; line-height: 1.65; color: var(--story-body); margin: 20px 0 25px; max-width: 580px; }
.story-page .story-close-media { margin: 0; min-width: 0; min-height: 360px; }
.story-page .story-close-media picture { display: block; height: 100%; }
.story-page .story-close-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }

@media (max-width: 1200px) {
  .story-page { --story-gutter: 40px; }
  .story-page :is(.story-hero-grid, .story-two-col, .story-contact-grid, .package-panel) { gap: 40px; }
  .story-page .story-hero { padding-block: 46px 52px; }
  .story-page .story-hero h1 { font-size: clamp(46px, 5.4vw, 62px); }
  .story-page .story-hero .story-lede { font-size: 18px; }
  .story-page .story-hero-media img { aspect-ratio: 1.17; }
  .story-page .story-section { padding-block: 60px; }
  .story-page .story-form { padding: 27px; }
  .story-page .story-contact-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .story-page .story-package-grid h3 { font-size: 29px; }
  .story-page .package-tabs strong { font-size: 29px; }
  .story-page .package-tabs em { font-size: 39px; }
  .story-page .package-facts p { padding-inline: 8px; }
}
@media (max-width: 960px) {
  .story-page :is(.story-hero-grid, .story-two-col) { gap: 32px; }
  .story-page .story-hero h1 { font-size: clamp(42px, 5.7vw, 54px); }
  .story-page .story-hero .story-kicker { font-size: 11px; letter-spacing: .09em; }
  .story-page .story-hero .interview-actions { gap: 10px; align-items: flex-start; flex-direction: column; }
  .story-page .story-hero-media img { aspect-ratio: 1; }
  .story-page .story-section-heading { margin-bottom: 32px; }
  .story-page .story-section-heading h2, .story-page .story-copy > h2 { font-size: 40px; }
  .story-page .story-section-heading > p:not(.story-kicker), .story-page .story-copy > :is(p, ul, ol) { font-size: 17px; }
  .story-page .story-copy > .story-kicker { font-size: 12px; }
  .story-page .story-feature-grid { gap: 24px; }
  .story-page .story-feature-grid h3 { font-size: 25px; }
  .story-page .story-feature-grid p { font-size: 16px; }
  .story-page .story-numbered > li { grid-template-columns: 43px minmax(0, 1fr); gap: 18px; padding-block: 23px; }
  .story-page .story-numbered > li > span { font-size: 36px; }
  .story-page .story-numbered h3 { font-size: 25px; }
  .story-page .story-numbered p { font-size: 16px; }
  .story-page .story-service-links { column-gap: 32px; }
  .story-page .story-service-links h3 { font-size: 26px; }
  .story-page .story-contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .story-page .story-contact-grid > .story-copy { max-width: none; }
  .story-page .story-form { padding: 32px; }
  .story-page .story-form-grid { column-gap: 24px; }
  .story-page .package-tabs button { min-height: 232px; padding-inline: 14px; }
  .story-page .package-tabs strong { font-size: 26px; }
  .story-page .package-tabs small { font-size: 14px; }
  .story-page .package-panel { grid-template-columns: 1fr; gap: 35px; }
  .story-page .package-panel__story { max-width: 760px; width: 100%; margin-inline: auto; }
  .story-page .package-facts strong { font-size: 29px; }
  .story-page .package-panel__details { max-width: 760px; width: 100%; margin-inline: auto; }
  .story-page .package-panel__details > h3 { text-align: center; }
  .story-page .cut-inclusions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; }
  .story-page .package-panel__details > .interview-button { display: flex; width: fit-content; margin-inline: auto; }
  .story-page .add-on-grid { gap: 28px; }
  .story-page .add-on { column-gap: 14px; grid-template-columns: 32px minmax(0, 1fr); }
  .story-page .add-on > strong { font-size: 24px; }
  .story-page .story-close-grid { gap: 28px; }
  .story-page .story-close-copy { padding-block: 40px; }
  .story-page .story-close h2 { font-size: 39px; }
  .story-page .story-close-copy > p:not(.story-kicker) { font-size: 17px; }
}
@media (max-width: 700px) {
  .story-page { --story-gutter: 20px; }
  .story-page .story-hero { padding: 30px 0 0; }
  .story-page .story-hero-grid { display: flex; flex-direction: column; gap: 28px; }
  .story-page .story-hero-copy { width: 100%; padding: 0; }
  .story-page .story-hero .story-kicker { font-size: 11px; letter-spacing: .1em; margin-bottom: 16px; }
  .story-page .story-hero h1 { font-size: clamp(39px, 9.7vw, 58px); line-height: 1.13; letter-spacing: -.02em; }
  .story-page .story-hero h1::after { width: 54px; margin-top: 21px; }
  .story-page .story-hero .story-lede { font-size: 18px; line-height: 1.65; margin-top: 20px; }
  .story-page .story-hero .interview-actions { flex-direction: row; align-items: center; gap: 12px 22px; margin-top: 24px; }
  .story-page .story-hero .interview-link { font-size: 15px; }
  .story-page .story-hero-media { width: calc(100% + 40px); max-width: none; }
  .story-page .story-hero-media img { aspect-ratio: 1.4; object-position: center 43%; }
  .story-page .story-hero-media figcaption { padding: 0 20px 15px; margin-top: 9px; font-size: 10px; }
  .story-page.city-page .story-hero-copy { text-align: center; }
  .story-page.city-page .story-hero :is(.story-kicker, h1, .story-lede) { margin-inline: auto; }
  .story-page.city-page .story-hero h1::after { margin-inline: auto; }
  .story-page.city-page .story-hero .interview-actions { justify-content: center; }
  .story-page .story-section { padding-block: 43px; }
  .story-page .story-section-heading { margin-bottom: 29px; }
  .story-page .story-section-heading h2, .story-page .story-copy > h2 { font-size: clamp(34px, 8.4vw, 43px); line-height: 1.17; }
  .story-page .story-section-heading > p:not(.story-kicker) { font-size: 17px; margin-top: 18px; }
  .story-page .story-two-col { grid-template-columns: 1fr; gap: 30px; }
  .story-page .story-copy { max-width: none; }
  .story-page .story-copy > h2 { margin-bottom: 19px; }
  .story-page .story-copy h3 { font-size: 28px; }
  .story-page .story-copy > :is(p, ul, ol) { font-size: 17px; }
  .story-page .story-copy > .story-kicker { font-size: 11px; }
  .story-page .story-note { margin-block: 27px; padding: 21px 20px; }
  .story-page .story-note :is(h2, h3) { font-size: 26px; }
  .story-page .story-note p { font-size: 16px; }
  .story-page .story-numbered > li { grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding-block: 24px; }
  .story-page .story-numbered h3 { font-size: 27px; margin-top: 0; }
  .story-page .story-numbered p { font-size: 17px; }
  .story-page .story-feature-grid { grid-template-columns: 1fr; gap: 25px; }
  .story-page .story-feature-grid > * { padding-top: 22px; }
  .story-page .story-feature-grid h3 { font-size: 29px; }
  .story-page .story-feature-grid p { font-size: 17px; }
  .story-page .story-feature-number { margin-bottom: 13px; font-size: 32px; }
  .story-page .story-faq-list summary { font-size: 25px; line-height: 1.3; min-height: 74px; gap: 17px; padding-block: 21px; }
  .story-page .story-faq-list summary .ylf-icon { width: 21px; height: 21px; }
  .story-page .story-faq-list details > :is(p, div) { padding: 0 0 24px; font-size: 17px; line-height: 1.7; }
  .story-page .story-service-links { grid-template-columns: 1fr; }
  .story-page .story-service-links > article { padding: 23px 0 25px; }
  .story-page .story-service-links h3 { font-size: 28px; }
  .story-page .story-service-links p { font-size: 17px; }
  .story-page :is(.story-area-links, .story-inline-links) { gap: 5px 22px; }
  .story-page :is(.story-area-links, .story-inline-links) a { font-size: 16px; }
  .story-page .story-package-grid article { padding-bottom: 27px; }
  .story-page .story-package-grid h3 { font-size: 32px; }
  .story-page .package-tabs { grid-template-columns: 1fr; gap: 0; margin-bottom: 31px; border-bottom: 0; }
  .story-page .package-tabs button { grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: center; gap: 5px 14px; min-height: 103px; padding: 18px 16px; border-bottom: 1px solid var(--story-rule); border-left: 4px solid transparent; justify-items: start; text-align: left; }
  .story-page .package-tabs button + button { border-left: 4px solid transparent; }
  .story-page .package-tabs button[aria-selected="true"] { border-left-color: var(--film-red); border-bottom-color: var(--story-rule); }
  .story-page .package-tabs button > span { display: none; }
  .story-page .package-tabs strong { font-size: 25px; grid-column: 1; grid-row: 1; }
  .story-page .package-tabs em { font-size: 30px; grid-column: 2; grid-row: 1 / span 2; justify-self: center; margin: 0; }
  .story-page .package-tabs small { grid-column: 1; grid-row: 2; font-size: 14px; }
  .story-page .package-panel { gap: 31px; padding-block: 6px 0; }
  .story-page .package-panel__number { font-size: 10px; margin-bottom: 14px; }
  .story-page .package-panel__story h2 { font-size: 40px; }
  .story-page .package-panel__story .story-lede { font-size: 17px; margin-block: 18px 25px; }
  .story-page .package-facts { padding-block: 17px; }
  .story-page .package-facts p { padding-inline: 6px; gap: 8px; }
  .story-page .package-facts span { font-size: 11px; }
  .story-page .package-facts strong { font-size: clamp(21px, 5.9vw, 30px); }
  .story-page .package-panel__details h3 { font-size: 29px; margin-bottom: 14px; }
  .story-page .cut-inclusions { display: block; }
  .story-page .cut-inclusions li { font-size: 16px; padding-block: 12px; }
  .story-page .cut-inclusions li::before { top: 22px; }
  .story-page .package-panel__details > .interview-button { width: 100%; }
  .story-page .add-on-grid { grid-template-columns: 1fr; gap: 28px; }
  .story-page .add-on { grid-template-columns: 36px minmax(0, 1fr); gap: 12px 18px; }
  .story-page .add-on > strong { font-size: 27px; }
  .story-page .add-on-grid + .story-note { margin-top: 32px; }
  .story-page .story-contact-grid { gap: 33px; }
  .story-page .story-form { padding: 25px 20px; }
  .story-page .story-form > h2 { font-size: 34px; }
  .story-page .story-form-grid { grid-template-columns: 1fr; gap: 21px; }
  .story-page .story-field > label { font-size: 14px; }
  .story-page .story-field :is(input:not([type="checkbox"]):not([type="hidden"]), select, textarea) { font-size: 16px; }
  .story-page .story-field > .story-check { font-size: 14px; }
  .story-page .story-form-message { padding: 20px 18px; }
  .story-page .story-form .interview-button { width: 100%; }
  .story-page .story-legal :is(p, ul, ol, address) { font-size: 17px; }
  .story-page .story-legal h2 { font-size: 31px; margin-top: 32px; }
  .story-page .story-legal h3 { font-size: 25px; }
  .story-page .story-legal .story-kicker { font-size: 11px; }
  .story-page .story-close-grid { grid-template-columns: 1fr; gap: 0; }
  .story-page .story-close-copy { padding-block: 35px 30px; }
  .story-page .story-close h2 { font-size: clamp(35px, 8.7vw, 46px); }
  .story-page .story-close-copy > p:not(.story-kicker) { margin-block: 18px 23px; font-size: 17px; }
  .story-page .story-close-media { min-height: 0; width: calc(100% + 40px); margin-left: -20px; }
  .story-page .story-close-media img { height: auto; aspect-ratio: 1.55; object-position: 62% center; }
}
@media (max-width: 370px) {
  .story-page .story-hero h1 { font-size: 37px; }
  .story-page .story-hero .story-lede { font-size: 17px; }
  .story-page .package-tabs button { padding-inline: 12px; gap: 5px 10px; }
  .story-page .package-tabs strong { font-size: 23px; }
  .story-page .package-tabs em { font-size: 27px; }
  .story-page .package-facts p { padding-inline: 4px; }
  .story-page .package-facts strong { font-size: 21px; }
  .story-page .story-form { padding-inline: 16px; }
}
/* Shared centered composition for every service, city and core page. */
.story-page :is(.story-hero-copy, .story-section-heading, .story-copy, .story-note, .story-close-copy) { text-align: center; }
.story-page :is(.story-section-heading, .story-copy, .story-note, .story-lede) { margin-inline: auto; }
.story-page :is(.story-hero-copy, .story-section-heading, .story-close-copy) > :is(h1, h2, p) { margin-inline: auto; }
.story-page .story-hero h1::after { margin-inline: auto; }
.story-page :is(.story-breadcrumbs, .story-breadcrumbs ol, .story-breadcrumbs ul, .story-area-links, .story-inline-links, .interview-actions) { justify-content: center; }
.story-page .story-hero .interview-actions { align-items: center; }
.story-page :is(.story-feature-grid, .story-service-links, .story-numbered, .add-on-grid) p { max-width: 68ch; margin-inline: auto; }
.story-page .story-feature-grid .ylf-icon { margin-inline: auto; }
.story-page .story-note { border-left: 0; border-top: 3px solid var(--story-accent); }
.story-page .story-numbered > li { grid-template-columns: minmax(0, 1fr); gap: 13px; text-align: center; }
.story-page .story-numbered > li > span { padding: 0; }
.story-page .story-faq-list summary {
  display: block;
  position: relative;
  padding-inline: 36px;
  text-align: center;
}
.story-page .story-faq-list summary .ylf-icon { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.story-page .story-faq-list details[open] summary .ylf-icon { transform: translateY(-50%) rotate(45deg); }
.story-page .story-faq-list details > :is(p, div) { max-width: 72ch; margin-inline: auto; padding-inline: 0; text-align: center; }
.story-page .story-service-links h3 a { display: block; position: relative; padding-inline: 36px; }
.story-page .story-service-links h3 a .ylf-icon { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.story-page .package-panel__details { text-align: center; }
.story-page .add-on { grid-template-columns: minmax(0, 1fr); text-align: center; }
.story-page .add-on > span { grid-row: auto; }
.story-page .story-form { text-align: center; }
.story-page .story-form .interview-actions { justify-content: center; }
/* Field labels and itemized details keep a consistent reading edge. */
.story-page :is(.story-field, .story-form-message ul, .cut-inclusions) { text-align: left; }
.story-page .story-copy > :is(ul, ol):not(.story-numbered),
.story-page .story-legal :is(ul, ol) { text-align: left; width: fit-content; max-width: 100%; margin-inline: auto; }
@media (max-width: 960px) {
  .story-page :is(.story-hero-grid, .story-two-col, .story-close-grid) { grid-template-columns: minmax(0, 1fr); }
  .story-page .story-hero-copy { width: 100%; }
  .story-page .story-hero h1 { max-width: 760px; font-size: clamp(42px, 6.3vw, 60px); }
  .story-page .story-hero .interview-actions { flex-direction: row; gap: 14px 24px; }
  .story-page .story-hero-media { width: 100%; max-width: 760px; margin-inline: auto; }
  .story-page .story-hero-media img { aspect-ratio: 1.7; }
  .story-page .story-two-col > :is(.story-copy, .story-section-heading, .story-image) { width: 100%; max-width: 760px; margin-inline: auto; }
  .story-page .story-copy > p { max-width: 65ch; margin-inline: auto; }
  .story-page .story-contact-grid > .story-copy { max-width: 760px; }
  .story-page .story-close-grid { gap: 0; }
  .story-page .story-close-copy { width: 100%; }
  .story-page .story-close-media { min-height: 0; }
  .story-page .story-close-media img { height: auto; aspect-ratio: 1.9; }
}
@media (max-width: 700px) {
  .story-page .story-hero h1 { font-size: clamp(39px, 9.7vw, 58px); }
  .story-page .story-hero-media { width: calc(100% + 40px); max-width: none; margin-inline: -20px; }
  .story-page .story-hero-media img { aspect-ratio: 1.4; }
  .story-page .package-tabs button { text-align: center; justify-items: center; }
}
@media (max-width: 370px) {
  .story-page .story-hero h1 { font-size: 37px; }
}
@media (prefers-reduced-motion: reduce) {
  .story-page *, .story-page *::before, .story-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .story-page .package-tabs button[aria-selected="true"] { border: 3px solid Highlight; }
  .story-page :is(.story-note, .story-form, .story-form-message, .story-field input, .story-field select, .story-field textarea) { border-color: CanvasText; }
  .story-page .cut-inclusions li::before { background: CanvasText; }
}
@media print {
  .story-page { background: #fff; color: #111; --story-body: #111; --story-accent: #111; --story-gutter: 0px; }
  .story-page :is(.story-paper, .story-dark, .story-hero, .story-close) { background: #fff; color: #111; --story-body: #111; --story-accent: #111; }
  .story-page .story-section { padding-block: 24px; }
  .story-page :is(.story-hero-grid, .story-two-col, .story-contact-grid, .package-panel, .story-close-grid) { display: block; }
  .story-page .package-panel[hidden] { display: block !important; }
  .story-page :is(.package-tabs, .story-form, .story-close-media, .story-hero-media, .interview-actions, .interview-button) { display: none !important; }
  .story-page :is(h2, h3) { break-after: avoid; }
  .story-page :is(.story-feature-grid > *, .package-facts, .story-note) { break-inside: avoid; }
  .story-page .story-hero { padding-block: 10px 25px; }
  .story-page .story-hero h1 { font-size: 38px; }
}

/* Put the inquiry first when space is limited, while preserving the detailed consultation explanation below it. */
@media (max-width: 960px) {
  .story-page .story-contact-grid { display: flex; flex-direction: column; }
  .story-page .story-contact-grid > .story-form { order: -1; width: 100%; }
}

/* City compositions: shared identity, different editorial pacing. */
.city-page .city-section-nav { display:flex; justify-content:center; flex-wrap:wrap; gap:8px 28px; padding-block:18px; border-top:1px solid #73736d; }
.city-page .city-section-nav a { min-height:44px; display:inline-flex; align-items:center; font-size:15px; text-underline-offset:5px; }
.city-page .story-kicker { font-size:14px; }
.city-page :is(.story-hero-media,.story-image) figcaption { font-size:13px; }
.city-page .city-hero h1 { font-size:clamp(42px,4.4vw,68px); }
.city-page .city-intro .story-two-col { align-items:center; }
.city-page .city-chapters article { padding:28px 20px; }
.city-page .city-chapters h3 { text-wrap:balance; }
.city-page .city-planning .story-image img { display:block; aspect-ratio:1.5; object-fit:cover; }
.city-design-panorama .city-hero .story-hero-grid,
.city-design-journal .city-hero .story-hero-grid,
.city-design-conversation .city-hero .story-hero-grid { grid-template-columns:minmax(0,1fr); gap:38px; }
.city-design-panorama .city-hero .story-hero-copy,
.city-design-conversation .city-hero .story-hero-copy { max-width:940px; margin-inline:auto; }
.city-design-panorama .city-hero h1,
.city-design-conversation .city-hero h1 { max-width:940px; font-size:clamp(42px,5.7vw,82px); }
.city-design-panorama .city-hero .story-lede,
.city-design-conversation .city-hero .story-lede { max-width:780px; }
.city-design-panorama .city-hero .story-hero-media img { aspect-ratio:2.4; }
.city-design-panorama .city-chapters .story-feature-grid { grid-template-columns:minmax(0,1fr); gap:0; max-width:1000px; margin-inline:auto; }
.city-design-panorama .city-chapters article { display:grid; grid-template-columns:64px minmax(0,.8fr) minmax(0,1.2fr); align-items:start; gap:26px; text-align:left; }
.city-design-panorama .city-chapters .story-feature-number { margin:0; }
.city-design-panorama .city-chapters p { margin:0; }
.city-design-editorial .city-hero .story-hero-media { order:-1; }
.city-design-editorial .city-hero .story-hero-media img { aspect-ratio:1; }
.city-design-editorial .city-intro .story-two-col,
.city-design-portrait .city-intro .story-two-col { grid-template-columns:minmax(0,1fr); gap:0; max-width:850px; }
.city-design-editorial .city-chapters article { border:1px solid var(--story-rule); }
.city-design-editorial .city-chapters article:nth-child(2) { background:#30302c; }
.city-design-portrait .city-hero .story-hero-grid { grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); }
.city-design-portrait .city-hero .story-hero-media { border:1px solid #73736d; padding:14px; }
.city-design-portrait .city-hero .story-hero-media img { aspect-ratio:1.05; }
.city-design-portrait .city-chapters .story-feature-grid { grid-template-columns:minmax(0,1fr); max-width:850px; margin-inline:auto; gap:0; }
.city-design-portrait .city-chapters article { padding:32px 24px; }
.city-design-portrait .city-chapters .story-feature-number { display:inline-block; padding-bottom:10px; border-bottom:3px solid var(--story-accent); }
.city-design-journal .city-hero { background:#f3f3ee; color:#171717; --story-body:#484846; --story-accent:#bb2d22; }
.city-design-journal .city-hero .interview-link { color:#171717; }
.city-design-journal .city-hero .story-hero-copy { max-width:1000px; margin-inline:auto; }
.city-design-journal .city-hero h1 { max-width:1000px; font-size:clamp(42px,5.5vw,80px); }
.city-design-journal .city-hero .story-lede { max-width:780px; }
.city-design-journal .city-hero .story-hero-media { max-width:1100px; margin-inline:auto; }
.city-design-journal .city-hero .story-hero-media img { aspect-ratio:2.1; }
.city-design-journal .city-planning .story-image { order:2; }
.city-design-journal .city-chapters .story-feature-grid { gap:0; }
.city-design-journal .city-chapters article + article { border-left:1px solid var(--story-rule); }
.city-design-conversation .city-hero .story-hero-media img { aspect-ratio:2.4; }
.city-design-conversation .city-hero .story-hero-media { padding:18px; background:#30302c; }
.city-design-conversation .city-intro .story-two-col { grid-template-columns:minmax(0,1fr); max-width:850px; gap:0; }
.city-design-conversation .city-chapters .story-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.city-design-conversation .city-chapters article:first-child { grid-column:1/-1; max-width:850px; justify-self:center; }
.city-design-production .city-hero .story-hero-grid { align-items:center; gap:40px; }
.city-design-production .city-hero .story-hero-media { border-bottom:5px solid var(--film-red); padding-bottom:14px; }
.city-design-production .city-planning { border-top:5px solid var(--film-red); }
.city-design-production .city-chapters .story-feature-grid { grid-template-columns:minmax(0,1fr); max-width:900px; margin-inline:auto; gap:0; }
.city-design-production .city-chapters article { display:grid; grid-template-columns:60px minmax(0,1fr); gap:0 24px; }
.city-design-production .city-chapters article p { grid-column:2; }
.city-design-production .city-chapters .story-feature-number { grid-row:span 2; }
@media(max-width:960px) {
 .city-page .city-hero .story-hero-grid { grid-template-columns:minmax(0,1fr); gap:32px; }
 .city-page .city-hero .story-hero-copy { order:-1; }
 .city-page .city-hero .story-hero-media { width:100%; margin-inline:auto; }
 .city-page .city-hero h1 { font-size:clamp(40px,6.4vw,62px); }
 .city-page .city-hero .story-hero-media img { aspect-ratio:1.6; }
 .city-page .city-planning .story-image { order:0; }
 .city-design-panorama .city-chapters article { grid-template-columns:minmax(0,1fr); gap:12px; text-align:center; }
 .city-design-panorama .city-chapters .story-feature-number { margin-inline:auto; }
 .city-design-journal .city-chapters .story-feature-grid { grid-template-columns:minmax(0,1fr); }
 .city-design-journal .city-chapters article + article { border-left:0; }
 .city-design-portrait .city-hero .story-hero-media { max-width:620px; }
 .city-design-production .city-chapters article { grid-template-columns:minmax(0,1fr); }
 .city-design-production .city-chapters article p { grid-column:auto; }
 .city-design-production .city-chapters .story-feature-number { grid-row:auto; }
}
@media(max-width:600px) {
 .city-page .city-hero h1 { font-size:clamp(36px,9.5vw,52px); }
 .city-page .city-hero .story-lede { font-size:18px; }
 .city-page .city-section-nav { gap:4px 18px; }
 .city-page .city-section-nav a { font-size:14px; }
 .city-design-conversation .city-chapters .story-feature-grid { grid-template-columns:minmax(0,1fr); }
 .city-design-conversation .city-chapters article:first-child { grid-column:auto; }
 .city-page .city-chapters article { padding-inline:8px; }
 .city-design-conversation .city-hero .story-hero-media { padding:8px; }
}
