:root {
  --black: #080808;
  --black-soft: #0d0d0d;
  --black-raised: #121212;
  --ivory: #f2efe7;
  --ivory-muted: rgba(255, 255, 255, 0.78);
  --copy-strong: rgba(255, 255, 255, 0.9);
  --copy-soft: rgba(255, 255, 255, 0.76);
  --gold: #ad9258;
  --gold-rule: rgba(173, 146, 88, 0.42);
  --ochre-deep: #9b7134;
  --military: #20251d;
  --military-light: #2a3026;
  --stone: #a9a397;
  --warm-black: #12100d;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", Arial, sans-serif;
  --gutter: clamp(1.25rem, 5vw, 5.5rem);
  --section-space: clamp(7.5rem, 13vw, 13rem);
  --content-width: 82rem;
  --film-width: 68.75rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(1.5rem, 3vw, 3rem);
  background: var(--black);
}

#stable-lives,
#films,
#contact {
  scroll-margin-top: clamp(1.5rem, 3vw, 3rem);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: -35%;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.055;
  pointer-events: none;
  transform: rotate(0.01deg);
}

body,
a {
  color: var(--ivory);
}

::selection {
  background: var(--gold);
  color: var(--black);
}

a {
  text-decoration: none;
}

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

.skip-link {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 200;
  padding: 0.75rem 1rem;
  background: var(--ivory);
  color: var(--black);
  transform: translate(-50%, -120%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem var(--gutter);
}

.wordmark {
  font-family: var(--serif);
  font-size: clamp(0.94rem, 1.2vw, 1.14rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav,
.site-footer__links {
  display: flex;
  gap: clamp(1.5rem, 4vw, 4.25rem);
}

.site-nav a,
.site-footer__links a {
  position: relative;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-footer__links [data-contact="email"] {
  letter-spacing: 0.08em;
  text-transform: none;
}

.site-nav a::after,
.site-footer__links a::after,
.video-fallback a::after {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 280ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-footer__links a:hover::after,
.site-footer__links a:focus-visible::after,
.video-fallback a:hover::after,
.video-fallback a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-items: start;
  isolation: isolate;
  overflow: hidden;
  padding: 9rem var(--gutter) 7rem;
  text-align: center;
}

.hero__media,
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background-color: #191919;
  background-image: url("../assets/images/hero-sea-approved-bw.png");
  background-position: center;
  background-size: cover;
  filter: none;
  scale: 1.015;
  animation: hero-settle 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__veil {
  z-index: -1;
  background: rgba(0, 0, 0, 0.67);
}

.hero__content {
  justify-self: start;
  width: min(64vw, 64rem);
  max-width: 64rem;
  margin-left: clamp(1.5rem, 5vw, 5rem);
  padding-right: 0;
  text-align: center;
  animation: fade-rise 1.1s 180ms ease-out both;
}

.hero__content .fine-rule,
.hero__intro {
  margin-right: 0;
  margin-left: 0;
}

.hero__content .eyebrow,
.hero__tagline {
  text-align: center;
}

.hero__content .eyebrow {
  margin-bottom: clamp(0.65rem, 1vw, 0.9rem);
}

.hero__content .fine-rule {
  margin-right: auto;
  margin-left: auto;
}

.eyebrow {
  margin: 0 0 1.8rem;
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 500;
  letter-spacing: 0.27em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.film-project h3,
.site-footer__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(3.85rem, 6.65vw, 7.15rem);
  letter-spacing: 0.055em;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero h1 span {
  white-space: nowrap;
}

.hero__tagline {
  margin: clamp(0.65rem, 1vw, 0.9rem) 0 0;
  color: var(--gold);
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.75;
  text-transform: uppercase;
}

.fine-rule {
  display: block;
  width: 3.5rem;
  height: 1px;
  margin: clamp(2.5rem, 4vw, 3.6rem) auto 1.8rem;
  background: var(--gold);
}

.hero__intro {
  max-width: 32rem;
  margin: 0 auto;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-style: italic;
  line-height: 1.5;
  text-wrap: pretty;
}

.scroll-cue {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: var(--ivory-muted);
  font-size: 0.48rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue__line {
  width: 1px;
  height: 3.5rem;
  background: var(--gold);
  transform-origin: top;
  animation: line-pulse 2.8s ease-in-out infinite;
}

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

.feature {
  background: var(--black-soft);
}

.section-heading,
.films__heading {
  max-width: var(--content-width);
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.05rem, 1.55vw, 1.5rem);
  letter-spacing: 0.22em;
  line-height: 1.45;
  text-transform: uppercase;
}

.film-frame {
  position: relative;
  width: min(100%, var(--film-width));
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(242, 239, 231, 0.46);
  background: #050505;
  isolation: isolate;
}

.feature-video,
.feature-video-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) saturate(0) contrast(1.07) brightness(0.8);
}

.feature-video {
  z-index: 1;
  opacity: 0;
  transition: opacity 360ms ease;
}

.feature-video-poster {
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.film-frame.is-video-playing .feature-video {
  opacity: 1;
}

.film-frame.is-video-playing .feature-video-poster {
  opacity: 0;
}

.video-fallback {
  margin: 1.25rem auto 0;
  color: var(--copy-soft);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.video-fallback a {
  position: relative;
  color: var(--ivory-muted);
}

.text-button {
  position: relative;
  display: inline-block;
  margin-top: 0.65rem;
  color: var(--ivory);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.text-button::after {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 280ms ease;
}

.text-button:hover::after,
.text-button:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.about {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(20rem, 0.85fr);
  gap: clamp(3rem, 7.5vw, 8.25rem);
  align-items: start;
  background: var(--black);
  padding-top: clamp(6.5rem, 11vw, 11.25rem);
  padding-bottom: clamp(6.5rem, 11vw, 11.25rem);
}

.about__heading h2 {
  max-width: 10ch;
  font-size: clamp(3.1rem, 5.35vw, 5.4rem);
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.about__copy {
  padding-top: clamp(0rem, 5vw, 5rem);
}

.about__copy p {
  max-width: 31rem;
  margin: 0 0 2rem;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.6vw, 1.42rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.about__copy .about__lead {
  margin-bottom: 3rem;
  color: var(--ivory);
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  line-height: 1.25;
}

.founder {
  background: var(--black);
}

.founder__inner {
  display: grid;
  max-width: 94rem;
  margin: 0 auto;
  grid-template-columns: minmax(24rem, 1.42fr) minmax(19rem, 0.86fr);
  gap: clamp(5rem, 9vw, 10rem);
  align-items: start;
}

.founder__portrait {
  position: sticky;
  top: 4rem;
  aspect-ratio: 1537 / 1023;
  margin: 0;
  padding: 0.3rem;
  overflow: hidden;
  border: 1px solid rgba(196, 151, 79, 0.38);
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(238, 212, 164, 0.07);
}

.founder__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) saturate(0) contrast(1.07) brightness(0.82);
}

.founder__heading {
  margin-bottom: clamp(1.1rem, 2vw, 2rem);
}

.founder__heading .eyebrow {
  margin-bottom: 1.25rem;
}

.founder__heading h2 {
  max-width: 12ch;
  color: var(--ivory);
  font-size: clamp(1.45rem, 2.55vw, 2.65rem);
  letter-spacing: 0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.founder__copy {
  max-width: 36rem;
}

.founder__copy p {
  margin: 0 0 1.55rem;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.45vw, 1.32rem);
  line-height: 1.62;
  text-wrap: pretty;
}

.founder__copy p:first-child {
  color: var(--ivory);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  line-height: 1.36;
}

.founder__quote {
  max-width: 36rem;
  margin: clamp(4.25rem, 6.8vw, 7rem) 0 0;
  padding-top: clamp(2rem, 3vw, 3rem);
  border-top: 1px solid var(--gold-rule);
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.25vw, 3.25rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.stable-lives {
  border-top: 1px solid var(--gold-rule);
  background: var(--black-soft);
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}

.stable-lives__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.stable-lives__intro {
  max-width: 50rem;
  margin-bottom: clamp(3.75rem, 6vw, 6rem);
}

.stable-lives__intro h2,
.next-chapters h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4.5vw, 4.65rem);
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.stable-lives__line {
  max-width: 34rem;
  margin: clamp(1.65rem, 2.5vw, 2.4rem) 0 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.75vw, 1.6rem);
  line-height: 1.45;
  text-wrap: pretty;
}

.stable-lives__editorial {
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(25rem, 1.18fr);
  gap: clamp(3rem, 5.6vw, 5.75rem);
  align-items: start;
}

.stable-lives__visual {
  position: sticky;
  top: clamp(4.5rem, 8vw, 7rem);
}

.stable-lives__visual-frame {
  display: flex;
  min-height: clamp(25rem, 62vh, 36rem);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.75rem, 3vw, 3rem);
  border: 1px solid rgba(242, 239, 231, 0.2);
  background:
    linear-gradient(180deg, rgba(242, 239, 231, 0.035), transparent 42%),
    #060606;
}

.stable-lives__visual-title {
  max-width: 18rem;
  margin: auto 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.85vw, 2.85rem);
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.stable-lives__visual-caption {
  max-width: 18rem;
  margin: 0;
  color: var(--copy-soft);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-transform: uppercase;
}

.stable-lives__chapters {
  display: grid;
  min-width: 0;
  gap: clamp(1.45rem, 2.4vw, 2.35rem);
}

.stable-lives__chapter {
  padding: clamp(1.8rem, 3.1vw, 3.25rem) 0 clamp(1.95rem, 3.2vw, 3.45rem);
  border-top: 1px solid var(--gold-rule);
}

.stable-lives__chapter:last-child {
  border-bottom: 1px solid var(--gold-rule);
}

.stable-lives__statement,
.stable-lives__chapter {
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.42vw, 1.28rem);
  line-height: 1.58;
}

.stable-lives__statement p,
.stable-lives__chapter p,
.stable-lives__note p,
.chapter-item p {
  margin: 0 0 1.05rem;
  text-wrap: pretty;
}

.stable-lives__chapter p:last-child,
.stable-lives__chapter ul:last-child {
  margin-bottom: 0;
}

.stable-lives__chapter-number {
  margin: 0 0 1.15rem;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.stable-lives__core {
  color: var(--ivory);
  font-size: clamp(1.75rem, 2.72vw, 2.65rem);
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-wrap: balance;
}

.stable-lives__chapter h3,
.chapter-item h3 {
  margin: 0 0 1.05rem;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.58rem, 2.25vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.08;
  text-transform: uppercase;
}

.stable-lives__chapter .eyebrow {
  margin-bottom: 1rem;
}

.stable-lives__document-list,
.stable-lives__included {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stable-lives__document-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 3vw, 3rem);
}

.stable-lives__document-list li,
.stable-lives__included li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
}

.stable-lives__included li {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.22);
}

.stable-lives__document-list li::before,
.stable-lives__included li::before {
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 0.35rem;
  height: 1px;
  background: var(--gold);
  content: "";
}

.stable-lives__offer {
  color: var(--copy-strong);
}

.stable-lives__offer .eyebrow {
  margin-bottom: 1.25rem;
}

.stable-lives__offer-lead {
  color: var(--ivory);
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  line-height: 1.42;
}

.stable-lives__session-line {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.stable-lives__included {
  margin-top: clamp(1.6rem, 2.6vw, 2.5rem);
  padding-top: clamp(1.4rem, 2.2vw, 2rem);
  border-top: 1px solid rgba(173, 146, 88, 0.24);
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  line-height: 1.55;
  opacity: 0.82;
}

.stable-lives__note {
  color: var(--ivory);
}

.emilio-signature {
  width: min(100%, 22rem);
  margin-top: clamp(1.15rem, 2vw, 1.75rem);
}

.emilio-signature img,
.founder__name-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.emilio-signature img {
  max-width: 9.75rem;
  margin: -2.8rem 0 -3.2rem;
  transform: translate(-0.4rem, 0.4rem);
}

.emilio-signature p {
  margin: 0;
}

.founder__name-logo {
  max-width: clamp(9rem, 12vw, 11rem);
  margin: clamp(-2.8rem, -3vw, -2.15rem) 0 clamp(-2.55rem, -2.7vw, -1.95rem);
  opacity: 0.88;
}

.films {
  background: var(--black-soft);
}

.films__heading {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.films__heading::after {
  width: 100%;
  height: 1px;
  background: rgba(173, 146, 88, 0.34);
  content: "";
}

.films__heading h2 {
  flex: 0 0 auto;
  font-size: 1.08rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.film-list {
  max-width: min(100%, 90.5rem);
  margin: 0 auto;
}

.film-project + .film-project {
  margin-top: 11rem;
}

.film-project {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--film-rule);
  background: var(--film-frame);
  box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.42);
}

.film-project::before,
.film-project::after {
  position: absolute;
  inset: 0.75rem;
  content: "";
  pointer-events: none;
}

.film-project::before {
  z-index: 4;
  border: 1px solid var(--film-inner-rule);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.film-project::after {
  z-index: 1;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.25);
}

.film-project__still {
  position: absolute;
  inset: 0.75rem;
  width: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
}

.film-project__still img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-project__meta {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: 3.5rem;
  left: 4rem;
  display: grid;
  width: min(44rem, calc(100% - 8rem));
  min-height: 0;
  align-content: end;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.film-project__identity,
.film-project__details {
  min-width: 0;
}

.film-project__label,
.film-project__tagline {
  margin: 0;
  font-family: var(--sans);
  text-transform: uppercase;
}

.film-project__label {
  display: inline-flex;
  width: max-content;
  padding: 0.32rem 0.55rem;
  border: 1px solid var(--film-label-rule);
  background: var(--film-label-bg);
  color: var(--film-accent);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.film-project__tagline {
  max-width: 32rem;
  margin-top: 1.7rem;
  color: var(--film-tagline);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.film-project h3 {
  margin-top: 0.8rem;
  color: var(--ivory);
  letter-spacing: 0;
  text-align: left;
}

.film-project__description {
  max-width: 34rem;
  margin: 0;
  color: var(--copy-strong);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55;
  text-align: left;
  text-wrap: pretty;
}

.film-project__secondary {
  margin: 0 0 1rem;
  color: var(--film-secondary);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.55;
}

.film-project--parkfield {
  --film-accent: #bd7543;
  --film-tagline: #d77a36;
  --film-secondary: rgba(241, 214, 193, 0.82);
  --film-rule: rgba(189, 117, 67, 0.62);
  --film-inner-rule: rgba(215, 141, 86, 0.34);
  --film-panel-rule: rgba(215, 122, 54, 0.28);
  --film-label-rule: rgba(215, 122, 54, 0.5);
  --film-label-bg: rgba(22, 12, 7, 0.58);
  --film-frame: #160d08;
}

.film-project--parkfield .film-project__still::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.5), rgba(5, 4, 3, 0.12) 58%, transparent 82%),
    linear-gradient(0deg, rgba(5, 4, 3, 0.78), rgba(5, 4, 3, 0.24) 54%, transparent 80%);
  content: "";
  pointer-events: none;
}

.film-project--parkfield .film-project__still img {
  object-position: 48% center;
  filter: brightness(1.14) contrast(1.01) saturate(0.94);
}

.film-project--parkfield .film-project__meta {
  max-width: 42rem;
}

.film-project--parkfield h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.82;
  text-shadow: 0 0.22rem 1.6rem rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
}

.film-project__title-main,
.film-project__title-sub {
  display: block;
}

.film-project--parkfield .film-project__title-main {
  font-size: 6.35rem;
  letter-spacing: 0.035em;
}

.film-project--parkfield .film-project__title-sub {
  margin-top: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1;
}

.film-project--parkfield .film-project__tagline {
  max-width: 30rem;
  margin-top: 1.55rem;
  font-family: "Barlow Condensed", var(--sans);
  font-size: 1.48rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.16;
  text-shadow: 0 0.15rem 1rem rgba(0, 0, 0, 0.34);
}

.film-project--parkfield .film-project__details {
  max-width: 34rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(215, 122, 54, 0.34);
}

.film-project--parkfield .film-project__secondary {
  color: rgba(241, 214, 193, 0.88);
}

.film-project--parkfield .film-project__description {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--serif);
  font-size: 1.03rem;
  font-style: italic;
  line-height: 1.5;
}

.film-project--three-greys {
  --film-accent: #9fa58e;
  --film-tagline: #e0ddcf;
  --film-secondary: rgba(222, 224, 214, 0.8);
  --film-rule: rgba(205, 204, 184, 0.62);
  --film-inner-rule: rgba(228, 223, 199, 0.34);
  --film-panel-rule: rgba(228, 223, 199, 0.28);
  --film-label-rule: rgba(205, 204, 184, 0.48);
  --film-label-bg: rgba(27, 31, 23, 0.52);
  --film-frame: #20231c;
}

.film-project--three-greys .film-project__still::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 46%, transparent 20%, rgba(4, 7, 5, 0.24) 100%),
    linear-gradient(108deg, rgba(5, 8, 6, 0.62), rgba(7, 10, 8, 0.24) 46%, transparent 72%),
    linear-gradient(180deg, rgba(7, 10, 8, 0.28), transparent 45%, rgba(3, 5, 4, 0.48));
  content: "";
  pointer-events: none;
}

.film-project--three-greys::after {
  box-shadow: inset 0 0 8rem rgba(0, 0, 0, 0.42);
}

.film-project--three-greys .film-project__still img {
  object-position: center 76%;
  filter: brightness(0.94) contrast(1.18) saturate(0.78) sepia(0.05);
  transform: scale(1.14);
  transform-origin: center 70%;
}

.film-project--three-greys .film-project__meta {
  top: 3.5rem;
  bottom: auto;
  left: 4.5rem;
  width: min(34rem, calc(100% - 9rem));
  max-width: none;
  gap: 1.05rem;
}

.film-project--three-greys h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0.25rem 1.7rem rgba(0, 0, 0, 0.46);
  text-transform: uppercase;
}

.film-project__three-title-line {
  display: block;
  font-size: 5.25rem;
  letter-spacing: 0.055em;
  line-height: 0.9;
}

.film-project__three-title-line--second {
  margin-top: -0.2rem;
  margin-left: 0;
  font-size: 6.35rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.84;
}

.film-project--three-greys .film-project__tagline {
  max-width: 25rem;
  margin-top: 1.15rem;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0.15rem 1rem rgba(0, 0, 0, 0.34);
}

.film-project--three-greys .film-project__tagline span {
  display: block;
}

.film-project--three-greys .film-project__tagline span:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.045em;
}

.film-project--three-greys .film-project__tagline span:last-child {
  margin-top: 0.22rem;
  color: rgba(239, 234, 219, 0.98);
  font-size: 1.55rem;
  font-style: italic;
  letter-spacing: 0.015em;
}

.film-project--three-greys .film-project__details {
  max-width: 25rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(224, 221, 207, 0.28);
}

.film-project--three-greys .film-project__description {
  max-width: 24rem;
  color: rgba(244, 240, 228, 0.92);
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
}

@media (min-width: 961px) and (max-width: 1280px) {
  .film-project--parkfield .film-project__still img {
    object-position: 50% center;
  }

  .film-project--three-greys .film-project__still img {
    object-position: 52% 76%;
    transform: scale(1.1);
    transform-origin: center 70%;
  }
}

.funding-model {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--gold-rule);
  background:
    linear-gradient(120deg, rgba(155, 113, 52, 0.08), transparent 42%),
    var(--warm-black);
}

.funding-model::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.funding-model__inner,
.collection__inner,
.services__inner,
.blues-section__inner,
.support__inner {
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
  margin: 0 auto;
}

.funding-model__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
  column-gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.funding-model__heading .eyebrow,
.funding-model__heading h2 {
  grid-column: 1;
}

.funding-model__heading h2,
.collection__heading h2,
.services__heading h2,
.blues-section__copy h2,
.support__heading h2,
.story-house__heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.1vw, 5.2rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.funding-model__heading > p:not(.eyebrow) {
  grid-column: 2;
  margin: 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.funding-model__heading .funding-model__lead {
  margin-bottom: 1.5rem;
  color: var(--ivory);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.3;
}

.funding-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--gold-rule);
  border-left: 1px solid var(--gold-rule);
}

.funding-pillar {
  min-height: 19rem;
  padding: clamp(2.2rem, 4.5vw, 4rem);
  border-right: 1px solid var(--gold-rule);
  border-bottom: 1px solid var(--gold-rule);
}

.funding-pillar__number {
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.funding-pillar h3,
.collection-piece h3,
.services__list,
.support-option h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.funding-pillar h3 {
  max-width: 18ch;
  font-size: clamp(1.7rem, 2.6vw, 2.65rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.funding-pillar > p:not(.funding-pillar__number) {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.62;
}

.funding-pillar__link {
  display: inline-block;
  margin-top: 1.8rem;
  color: var(--gold);
  font-size: 0.56rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.funding-model__closing {
  max-width: 41rem;
  margin: clamp(4rem, 7vw, 6rem) 0 0 auto;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.45vw, 2.3rem);
  line-height: 1.35;
  text-align: right;
  text-wrap: balance;
}

.collection {
  border-top: 1px solid rgba(242, 239, 231, 0.1);
  background:
    linear-gradient(145deg, rgba(169, 163, 151, 0.07), transparent 42%),
    #181510;
}

.collection__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.48fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

.collection__heading .eyebrow,
.collection__heading h2 {
  grid-column: 1;
}

.collection__heading > p:not(.eyebrow) {
  grid-column: 2;
  margin: 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.45;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.5vw, 2.5rem);
}

.collection-piece {
  min-width: 0;
}

.collection-piece__visual {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #11100d;
}

.collection-piece__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 9, 7, 0.22), transparent 28%);
  content: "";
  pointer-events: none;
}

.collection-piece__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collection-piece__copy {
  padding-top: clamp(1.6rem, 2.8vw, 2.5rem);
}

.collection-piece__copy .eyebrow {
  margin-bottom: 1rem;
}

.collection-piece h3 {
  font-size: clamp(1.65rem, 2.45vw, 2.5rem);
  line-height: 1.06;
  text-transform: uppercase;
}

.collection-piece__copy > p:last-child {
  margin: 1.25rem 0 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.55;
}

.collection__details {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 2rem;
  margin-top: clamp(4rem, 7vw, 6.5rem);
  padding: clamp(1.5rem, 2.7vw, 2.4rem) 0;
  border-top: 1px solid var(--gold-rule);
  border-bottom: 1px solid var(--gold-rule);
}

.collection__details p {
  margin: 0;
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.collection__details ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2.5rem;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  list-style: none;
}

.collection__action {
  display: flex;
  gap: 2rem;
  align-items: baseline;
  justify-content: space-between;
  margin-top: clamp(3rem, 5vw, 4.5rem);
}

.collection__action p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.9vw, 2.8rem);
  line-height: 1.1;
}

.story-house {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7rem) var(--gutter);
  overflow: hidden;
  background:
    linear-gradient(rgba(196, 151, 79, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 151, 79, 0.025) 1px, transparent 1px),
    var(--warm-black);
  background-size: 100% 5rem, 5rem 100%, auto;
}

.story-house__inner {
  display: grid;
  grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 6vw, 7rem);
  width: 100%;
  max-width: 92rem;
  margin-inline: auto;
  align-items: start;
}

.story-house__visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  padding: 0.3rem;
  border: 1px solid rgba(196, 151, 79, 0.38);
  background: #080806;
  box-shadow: inset 0 0 0 1px rgba(238, 212, 164, 0.07);
}

.story-house__visual::after,
.story-house__support-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(45, 28, 10, 0.12), rgba(8, 6, 3, 0.34)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.24), transparent 34%);
  content: "";
  pointer-events: none;
}

.story-house__image {
  display: block;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.86) saturate(0.5) contrast(1.08) brightness(0.68);
}

.story-house__support-visual {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0.3rem;
  border: 1px solid rgba(196, 151, 79, 0.38);
  background: #0b0906;
  box-shadow: inset 0 0 0 1px rgba(238, 212, 164, 0.07);
}

.story-house__support-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.86) saturate(0.5) contrast(1.08) brightness(0.68);
}

.story-house__intro {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
  padding: clamp(0.5rem, 1.5vw, 1.5rem) 0 clamp(2.5rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(196, 151, 79, 0.24);
}

.story-house__premise {
  padding-bottom: 0.35rem;
}

.story-house__lead {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  max-width: 38rem;
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  line-height: 1.35;
}

.story-house__editorial {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.8fr);
  gap: clamp(2rem, 4vw, 4rem);
  padding: clamp(2.5rem, 4vw, 4rem) 0 0;
}

.story-house__copy {
  max-width: 46rem;
}

.story-house__copy > p:not(.story-house__closing) {
  margin: 0 0 1.35rem;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.68;
}

.story-house__highlights {
  align-self: start;
  padding: 0.2rem 0 0 clamp(1.25rem, 2vw, 2rem);
  border-left: 1px solid rgba(196, 151, 79, 0.5);
}

.story-house__highlights h3 {
  margin: 0 0 1.25rem;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.story-house__highlights ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-house__highlights li {
  padding: 0.62rem 0;
  border-bottom: 1px solid rgba(242, 239, 231, 0.14);
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.35;
}

.story-house__closing {
  max-width: 42rem;
  margin: clamp(2.6rem, 5vw, 4.5rem) 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.8vw, 2.8rem);
  line-height: 1.15;
}

.services {
  background:
    linear-gradient(120deg, rgba(173, 146, 88, 0.055), transparent 38%),
    var(--black);
}

.services__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 0.65fr);
  gap: clamp(4rem, 9vw, 9rem);
}

.services__heading {
  grid-column: 1;
}

.services__body {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-top: 3.7rem;
}

.services__lead {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.35;
}

.services__body > p:not(.services__lead) {
  margin: 1.5rem 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  line-height: 1.65;
}

.services__list {
  grid-column: 1;
  margin: clamp(4rem, 7vw, 6rem) 0 0;
  padding: 0;
  border-top: 1px solid var(--gold-rule);
  list-style: none;
}

.services__list li {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--gold-rule);
  color: var(--copy-strong);
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
}

.services__list span {
  align-self: center;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.5rem;
  letter-spacing: 0.15em;
}

.blues-section {
  background: var(--warm-black);
}

.blues-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.65fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.blues-section__image {
  margin: 0;
  overflow: hidden;
}

.blues-section__image img {
  width: 100%;
  height: auto;
  filter: saturate(0.8) contrast(1.03) brightness(0.85);
}

.blues-section__copy p:not(.eyebrow) {
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
  line-height: 1.62;
}

.blues-section__copy h2 {
  margin-bottom: 2rem;
}

.support {
  background:
    linear-gradient(135deg, rgba(173, 146, 88, 0.07), transparent 46%),
    var(--military);
}

.support__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.58fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(4rem, 7vw, 6.5rem);
}

.support__heading .eyebrow,
.support__heading h2 {
  grid-column: 1;
}

.support__heading > p:not(.eyebrow) {
  grid-column: 2;
  margin: 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  line-height: 1.6;
}

.support__heading .support__lead {
  margin-bottom: 1.35rem;
  color: var(--ivory);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.38;
}

.support-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(242, 239, 231, 0.22);
}

.support-option {
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  border-right: 1px solid rgba(242, 239, 231, 0.22);
  border-bottom: 1px solid rgba(242, 239, 231, 0.22);
}

.support-option:last-child {
  border-right: 0;
}

.support-option h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  line-height: 1.1;
}

.support-option p {
  margin: 1rem 0 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.5;
}

.support__closing {
  max-width: 51rem;
  margin: clamp(4rem, 7vw, 6rem) auto 0;
  text-align: center;
}

.support__closing p:first-child {
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.support__closing p:nth-child(2) {
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.6;
}

.next-chapters {
  background: var(--black);
}

.next-chapters .section-heading h2 {
  font-size: clamp(1.85rem, 3.2vw, 3.3rem);
  letter-spacing: 0.1em;
}

.chapter-list {
  max-width: var(--content-width);
  margin: 0 auto;
  border-top: 1px solid var(--gold-rule);
}

.chapter-item {
  display: grid;
  grid-template-columns: minmax(3rem, 0.22fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 5.8vw, 5.75rem) 0;
  border-bottom: 1px solid var(--gold-rule);
}

.chapter-item__number,
.chapter-item__status {
  margin: 0;
  color: var(--ivory-muted);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.chapter-item__copy {
  max-width: 50rem;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.42vw, 1.28rem);
  line-height: 1.6;
}

.chapter-item__lead {
  color: var(--ivory);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.42;
}

.chapter-item__status {
  margin-bottom: 1.1rem;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.6rem;
}

.closing-quote {
  display: grid;
  min-height: min(88vh, 62rem);
  place-items: center;
  border-top: 1px solid var(--gold-rule);
  border-bottom: 1px solid var(--gold-rule);
  background: var(--black);
  text-align: center;
}

.closing-quote__inner {
  max-width: 78rem;
  margin: 0 auto;
}

.closing-quote h2 {
  font-size: clamp(2.75rem, 5.35vw, 5.5rem);
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.closing-quote h2 span {
  color: var(--gold);
  font-style: italic;
}

.selected-frames {
  padding: var(--section-space) var(--gutter);
  padding-bottom: clamp(4.5rem, 7vw, 7rem);
  border-bottom: 1px solid var(--gold-rule);
  background: var(--black-soft);
}

.selected-frames__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.58fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
  align-items: end;
}

.selected-frames__heading h2 {
  position: relative;
  padding-left: clamp(1rem, 1.8vw, 1.6rem);
  color: rgba(242, 238, 229, 0.92);
  font-size: clamp(2.15rem, 3.45vw, 3.65rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 0.96;
  text-transform: uppercase;
}

.selected-frames__heading h2::before {
  position: absolute;
  top: 0.12em;
  bottom: 0.08em;
  left: 0;
  width: 1px;
  background: var(--gold-rule);
  content: "";
}

.selected-frames__heading h2 span {
  display: block;
  width: max-content;
}

.selected-frames__heading h2 span:last-child {
  letter-spacing: 0.198em;
}

.selected-frames__heading p {
  max-width: 30rem;
  margin: 0;
  color: var(--copy-soft);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.45;
}

.selected-frames__collage {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  column-gap: clamp(1rem, 1.5vw, 1.75rem);
  row-gap: clamp(2.5rem, 5vw, 5.5rem);
  width: 100%;
  max-width: 92rem;
  margin: clamp(4.5rem, 8vw, 8rem) auto 0;
  align-items: start;
}

.selected-frames__image {
  margin: 0;
  background: transparent;
}

.selected-frames__image img {
  display: block;
  width: 100%;
  height: auto;
  background: #090909;
}

.selected-frames__work-title {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.2vw, 1.25rem);
  margin-top: clamp(0.9rem, 1.3vw, 1.3rem);
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: clamp(0.68rem, 0.82vw, 0.8rem);
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.selected-frames__work-title::before {
  width: clamp(2rem, 3.2vw, 3.5rem);
  height: 1px;
  background: var(--gold-rule);
  content: "";
  flex: 0 0 auto;
}

.selected-frames__image--desert-title {
  grid-column: 1 / span 15;
  grid-row: 1;
}

.selected-frames__image--stable {
  grid-column: 18 / span 7;
  grid-row: 1;
  margin-top: clamp(8rem, 13vw, 13.5rem);
}

.selected-frames__image--polo {
  grid-column: 8 / span 17;
  grid-row: 2;
}

.selected-frames__image--desert-intimate {
  grid-column: 1 / span 6;
  grid-row: 2;
  margin-top: clamp(8rem, 13vw, 13rem);
}

.selected-frames__image--gaucho {
  grid-column: 2 / span 14;
  grid-row: 3;
}

.site-footer {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  padding: 9rem var(--gutter) 7rem;
  overflow: hidden;
  background: var(--black-soft);
  text-align: center;
}

.site-footer::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.67);
  content: "";
  pointer-events: none;
}

.site-footer__production-mark,
.site-footer__identity,
.site-footer__copyright {
  position: relative;
  z-index: 2;
}

.site-footer__identity {
  position: absolute;
  top: 24%;
  left: calc(var(--gutter) + clamp(1.5rem, 5vw, 5rem));
  width: min(53vw, 48rem);
  text-align: center;
  transform: translateY(-50%);
}

.site-footer__identity > p {
  margin: 0;
}

.site-footer__eyebrow {
  margin-bottom: clamp(0.65rem, 1vw, 0.9rem) !important;
  text-align: center;
}

.site-footer__title {
  font-size: clamp(3.65rem, 5.15vw, 5.45rem);
  letter-spacing: 0.055em;
  line-height: 0.94;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer__title span {
  white-space: nowrap;
}

.site-footer__tagline {
  margin-top: clamp(0.65rem, 1vw, 0.9rem) !important;
  color: var(--gold);
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.75;
  text-align: center;
  text-transform: uppercase;
}

.site-footer__rule {
  display: block;
  width: 3.5rem;
  height: 1px;
  margin: clamp(2.5rem, 4vw, 3.6rem) auto 1.8rem;
  background: var(--gold);
}

.site-footer__intro {
  max-width: 32rem;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-style: italic;
  line-height: 1.5;
  text-wrap: pretty;
}

.site-footer__panorama {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #080808;
}

.site-footer__panorama img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  scale: 1.015;
}

.site-footer__links {
  align-self: end;
  justify-content: flex-end;
  padding-bottom: 0.3rem;
}

.site-footer__production-mark {
  position: absolute;
  right: clamp(2.5rem, 5.5vw, 6rem);
  bottom: clamp(6rem, 10.5vh, 7.75rem);
  width: clamp(8.75rem, 11vw, 11.5rem);
  margin: 0;
  z-index: 3;
}

.site-footer__production-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0.72) saturate(0.72);
  opacity: 0.88;
}

.site-footer__copyright {
  position: absolute;
  right: var(--gutter);
  bottom: 1.8rem;
  left: var(--gutter);
  margin: 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gold-rule);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.55rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.1rem);
  transition:
    opacity 800ms ease,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fade-rise {
  from {
    opacity: 0;
    transform: translateY(0.8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-settle {
  from {
    opacity: 0;
    scale: 1.04;
  }
  to {
    opacity: 1;
    scale: 1.015;
  }
}

@keyframes line-pulse {
  0%,
  100% {
    opacity: 0.32;
    transform: scaleY(0.45);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (max-width: 960px) {
  .hero__content {
    width: min(64vw, 38rem);
    margin-left: clamp(0.75rem, 3vw, 1.75rem);
  }

  .hero h1 span,
  .site-footer__title span {
    display: block;
  }

  .hero h1,
  .site-footer__title {
    font-size: clamp(4rem, 10vw, 5.8rem);
    line-height: 0.88;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

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

  .about__copy {
    padding-top: 0;
  }

  .founder__inner {
    grid-template-columns: 1fr;
    gap: clamp(4.5rem, 9vw, 6rem);
  }

  .founder__portrait {
    position: static;
    aspect-ratio: 1537 / 1023;
  }

  .founder__heading h2 {
    max-width: 14ch;
    font-size: clamp(1.55rem, 5.1vw, 2.65rem);
  }

  .stable-lives__editorial {
    grid-template-columns: 1fr;
    gap: clamp(2.75rem, 6vw, 4.5rem);
  }

  .stable-lives__visual {
    position: static;
  }

  .stable-lives__visual-frame {
    min-height: auto;
    gap: clamp(3rem, 8vw, 5rem);
  }

  .stable-lives__intro h2,
  .next-chapters h2 {
    font-size: clamp(2.35rem, 7vw, 4rem);
  }

  .film-project {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .film-project--parkfield .film-project__still img {
    object-position: 51% center;
  }

  .film-project--three-greys .film-project__still img {
    object-position: 52% 76%;
    transform: scale(1.06);
    transform-origin: center 70%;
  }

  .film-project__meta {
    bottom: 2.75rem;
    left: 3rem;
    width: min(40rem, calc(100% - 6rem));
    padding: 0;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: 5.15rem;
  }

  .film-project--parkfield .film-project__tagline {
    font-size: 1.4rem;
  }

  .film-project__three-title-line {
    font-size: 4.35rem;
  }

  .film-project__three-title-line--second {
    font-size: 5.25rem;
  }

  .funding-model__heading,
  .collection__heading,
  .support__heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .funding-model__heading > p:not(.eyebrow),
  .collection__heading > p:not(.eyebrow),
  .support__heading > p:not(.eyebrow) {
    grid-column: 1;
    max-width: 40rem;
  }

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

  .collection-piece:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 0.75rem);
  }

  .story-house__intro,
  .story-house__editorial {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .story-house__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .story-house__visual {
    grid-column: 1;
    grid-row: 1;
    width: min(82%, 42rem);
    justify-self: center;
  }

  .story-house__intro {
    grid-column: 1;
    grid-row: 2;
    padding-top: clamp(2.75rem, 5vw, 4rem);
  }

  .story-house__editorial {
    grid-column: 1;
    grid-row: 4;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.72fr);
  }

  .story-house__support-visual {
    grid-column: 1;
    grid-row: 3;
    width: min(82%, 42rem);
    min-height: 0;
    margin-top: clamp(2.5rem, 6vw, 4rem);
    justify-self: center;
  }

  .story-house__premise,
  .story-house__copy {
    max-width: 42rem;
  }

  .story-house__highlights {
    max-width: 42rem;
  }

  .services__inner,
  .blues-section__inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .services__body {
    grid-column: 1;
    grid-row: auto;
    max-width: 42rem;
    padding-top: 0;
  }

  .services__list {
    grid-column: 1;
    margin-top: 1rem;
  }

  .blues-section__copy {
    max-width: 40rem;
  }

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

  .support-option:nth-child(2n) {
    border-right: 0;
  }

  .support-option:last-child {
    grid-column: 1 / -1;
  }

  .selected-frames__heading {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .selected-frames__heading p {
    max-width: 36rem;
  }

  .selected-frames__collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(0.9rem, 2vw, 1.4rem);
    row-gap: clamp(2rem, 5vw, 4rem);
  }

  .selected-frames__image--desert-title {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 88%;
    margin-top: 0;
    justify-self: start;
  }

  .selected-frames__image--stable {
    grid-column: 2;
    grid-row: 2;
    width: 90%;
    margin-top: 0;
    justify-self: end;
  }

  .selected-frames__image--polo {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 90%;
    margin-top: 0;
    justify-self: end;
  }

  .selected-frames__image--desert-intimate {
    grid-column: 1;
    grid-row: 4;
    width: 90%;
    margin-top: 0;
  }

  .selected-frames__image--gaucho {
    grid-column: 1 / -1;
    grid-row: 5;
    width: 82%;
    margin-top: 0;
    justify-self: start;
  }

  .site-footer {
    min-height: max(100svh, 48rem);
  }

  .site-footer__identity {
    left: calc(var(--gutter) + clamp(0.75rem, 3vw, 1.75rem));
    width: min(64vw, 38rem);
    max-width: none;
    padding-bottom: 0;
  }

  .site-footer__panorama {
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .site-footer__links {
    justify-content: flex-start;
    padding-top: 2.5rem;
  }

  .site-footer__production-mark {
    right: clamp(2rem, 7vw, 4rem);
    width: clamp(9rem, 20vw, 11rem);
  }

}

@media (min-width: 961px) and (max-height: 780px) {
  .site-footer__identity {
    top: 21%;
    bottom: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    padding-top: 1.5rem;
  }

  .wordmark {
    max-width: 6.5rem;
    line-height: 1.35;
  }

  .site-nav {
    gap: 0.58rem;
  }

  .site-nav a {
    font-size: 0.44rem;
    letter-spacing: 0.08em;
  }

  .hero {
    padding: 8rem var(--gutter) 5rem;
  }

  .hero__media {
    background-position: 67% center;
  }

  .hero__content {
    width: 58%;
    max-width: 13.5rem;
    margin-left: 0;
    padding: 0;
  }

  .hero__content .eyebrow,
  .hero__tagline {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .hero__intro {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero h1,
  .site-footer__title {
    font-size: clamp(2.9rem, 13vw, 3.8rem);
    letter-spacing: 0.025em;
  }

  .hero__tagline {
    max-width: 21rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.56rem;
    letter-spacing: 0.14em;
  }

  .hero__intro {
    max-width: 19rem;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading h2 {
    font-size: clamp(0.95rem, 4.2vw, 1.25rem);
  }

  .film-frame {
    width: calc(100% + (var(--gutter) * 2));
    margin-left: calc(var(--gutter) * -1);
    border-right: 0;
    border-left: 0;
  }

  .about__heading h2 {
    font-size: clamp(2.65rem, 11.5vw, 3.85rem);
  }

  .about__copy .about__lead {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .founder__portrait {
    width: 100%;
    margin-left: 0;
  }

  .founder__heading h2 {
    font-size: clamp(1.3rem, 6.1vw, 2.15rem);
    letter-spacing: 0.018em;
    line-height: 0.96;
  }

  .founder__copy p:first-child {
    font-size: clamp(1.45rem, 6.1vw, 1.9rem);
  }

  .founder__quote {
    font-size: clamp(1.95rem, 8.2vw, 2.9rem);
  }

  .stable-lives__intro {
    margin-bottom: 3.25rem;
  }

  .stable-lives__intro h2,
  .next-chapters h2 {
    font-size: clamp(2.15rem, 10vw, 3.45rem);
    letter-spacing: 0.035em;
  }

  .stable-lives__line {
    font-size: clamp(1.18rem, 5.6vw, 1.5rem);
  }

  .stable-lives__core {
    font-size: clamp(1.75rem, 8vw, 2.55rem);
  }

  .stable-lives__chapter {
    padding: 1.55rem 0 1.8rem;
  }

  .stable-lives__chapter h3,
  .chapter-item h3 {
    font-size: clamp(1.45rem, 7vw, 2.05rem);
  }

  .stable-lives__document-list {
    grid-template-columns: 1fr;
  }

  .stable-lives__session-line {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .stable-lives__included {
    margin-top: 1.4rem;
    padding-top: 1.25rem;
  }

  .film-project + .film-project {
    margin-top: 6rem;
  }

  .films__heading {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .films__heading h2 {
    font-size: 0.9rem;
  }

  .film-project {
    min-height: 0;
    aspect-ratio: 4 / 5;
    padding: 0.45rem;
  }

  .film-project::before,
  .film-project::after {
    inset: 0.45rem;
  }

  .film-project__still {
    position: absolute;
    inset: 0.45rem;
    width: auto;
    height: auto;
    margin: 0;
  }

  .film-project__meta {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1.75rem;
    left: 1.6rem;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 1rem;
    width: calc(100% - 3.2rem);
    min-height: 0;
    padding: 0;
    box-shadow: none;
    text-align: left;
  }

  .film-project--parkfield .film-project__meta,
  .film-project--three-greys .film-project__meta {
    max-width: none;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .film-project--three-greys .film-project__meta {
    top: 1.75rem;
    bottom: auto;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    gap: 0.8rem;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: 3.2rem;
  }

  .film-project--parkfield .film-project__title-sub {
    margin-top: 0.8rem;
    font-size: 0.92rem;
    letter-spacing: 0.2em;
  }

  .film-project--parkfield .film-project__tagline {
    max-width: 21rem;
    margin-top: 1.25rem;
    font-size: 1.22rem;
  }

  .film-project--parkfield .film-project__description {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.43;
  }

  .film-project__three-title-line {
    font-size: 2.7rem;
  }

  .film-project__three-title-line--second {
    margin-top: -0.15rem;
    margin-left: 0;
    font-size: 3.35rem;
  }

  .film-project--three-greys .film-project__tagline {
    max-width: 17rem;
    margin-top: 0.85rem;
  }

  .film-project--three-greys .film-project__tagline span:first-child {
    font-size: 0.88rem;
  }

  .film-project--three-greys .film-project__tagline span:last-child {
    margin-top: 0.18rem;
    font-size: 1.18rem;
  }

  .film-project--three-greys .film-project__still img {
    object-position: 52% 78%;
    transform: scale(1.36);
    transform-origin: center 80%;
  }

  .film-project--parkfield .film-project__still img {
    object-position: 48% center;
  }

  .film-project--three-greys .film-project__description {
    max-width: 17rem;
    font-size: 1rem;
    line-height: 1.32;
  }

  .film-project__description {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .film-project__secondary {
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
  }

  .funding-model__heading h2,
  .collection__heading h2,
  .services__heading h2,
  .blues-section__copy h2,
  .support__heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
    line-height: 1;
  }

  .funding-pillars,
  .collection-grid,
  .support-options {
    grid-template-columns: 1fr;
  }

  .funding-pillar {
    min-height: 0;
  }

  .funding-pillar__number {
    margin-bottom: 2rem;
  }

  .funding-model__closing {
    margin-left: 0;
    text-align: left;
  }

  .collection-piece:last-child {
    grid-column: auto;
    width: 100%;
  }

  .collection__details {
    grid-template-columns: 1fr;
  }

  .collection__details ul {
    display: grid;
    justify-content: start;
  }

  .collection__action {
    display: grid;
    gap: 1.5rem;
  }

  .story-house {
    padding: clamp(4rem, 12vw, 6rem) var(--gutter);
  }

  .story-house__visual {
    width: min(74%, 24rem);
  }

  .story-house__support-visual {
    display: none;
  }

  .story-house__editorial {
    grid-row: 3;
  }

  .story-house__intro,
  .story-house__editorial {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .story-house__editorial {
    gap: 2rem;
    padding-top: 2.25rem;
  }

  .story-house__copy > p:not(.story-house__closing) {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .story-house__highlights {
    padding-left: 1.1rem;
  }

  .story-house__highlights h3 {
    margin-bottom: 0.9rem;
  }

  .story-house__highlights ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .story-house__highlights li {
    padding: 0.55rem 0;
    font-size: 0.85rem;
    line-height: 1.35;
  }

  .story-house__highlights {
    padding-left: 1.5rem;
  }

  .story-house__heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .blues-section__image {
    width: calc(100% + (var(--gutter) * 2));
    margin-left: calc(var(--gutter) * -1);
  }

  .support-option,
  .support-option:nth-child(2n) {
    grid-column: auto;
    border-right: 0;
  }

  .chapter-item {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .chapter-item__number {
    color: var(--gold);
  }

  .text-button {
    max-width: 100%;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .closing-quote {
    min-height: 78vh;
  }

  .closing-quote h2 {
    font-size: clamp(2.5rem, 10.6vw, 3.7rem);
    line-height: 1.08;
  }

  .closing-quote h2 br {
    display: none;
  }

  .selected-frames__heading h2 {
    font-size: clamp(2.65rem, 12.5vw, 4rem);
  }

  .selected-frames__heading p {
    font-size: clamp(1.08rem, 5vw, 1.35rem);
  }

  .selected-frames__collage {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.75rem;
    margin-top: 3.5rem;
  }

  .selected-frames__image--desert-title,
  .selected-frames__image--stable,
  .selected-frames__image--polo,
  .selected-frames__image--desert-intimate,
  .selected-frames__image--gaucho {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    margin-top: 0;
    justify-self: stretch;
  }

  .selected-frames__image--stable,
  .selected-frames__image--desert-intimate {
    width: 84%;
  }

  .selected-frames__image--stable {
    justify-self: end;
  }

  .selected-frames__image--desert-intimate {
    justify-self: start;
  }

  .site-footer {
    min-height: max(100svh, 56rem);
    padding: 8rem var(--gutter) 14rem;
  }

  .site-footer__panorama img {
    object-position: 71% center;
  }

  .site-footer__identity {
    top: 7%;
    left: 1rem;
    width: 38%;
    transform: none;
  }

  .site-footer__eyebrow {
    margin-bottom: 0.55rem !important;
    font-size: 0.44rem;
    letter-spacing: 0.16em;
    text-align: center;
  }

  .site-footer__title {
    font-size: clamp(2.15rem, 10.4vw, 2.7rem);
    line-height: 0.92;
    white-space: normal;
  }

  .site-footer__tagline {
    margin-top: 0.55rem !important;
    font-size: 0.43rem;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .site-footer__rule {
    width: 2rem;
    margin: 1.5rem auto 1rem;
  }

  .site-footer__intro {
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .site-footer__links {
    gap: 2rem;
  }

  .site-footer__production-mark {
    right: 1.15rem;
    bottom: 4.25rem;
    width: min(7.75rem, 33vw);
  }
}

@media (max-width: 380px) {
  .site-nav {
    gap: 0.42rem;
  }

  .site-nav a {
    font-size: 0.4rem;
    letter-spacing: 0.05em;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 15vw, 3.55rem);
  }

  .site-footer__title {
    font-size: clamp(2rem, 9.9vw, 2.5rem);
  }

  .founder__heading h2 {
    font-size: clamp(1.2rem, 5.8vw, 1.75rem);
    letter-spacing: 0.01em;
  }

  .founder__quote {
    font-size: clamp(1.75rem, 7.6vw, 2.5rem);
  }

  .film-project__meta,
  .film-project--parkfield .film-project__meta {
    padding: 0;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: 2.95rem;
  }

  .film-project__three-title-line {
    font-size: 2.45rem;
  }

  .film-project__three-title-line--second {
    font-size: 3.05rem;
  }
}

/* Mobile composition: a dedicated cinematic layout for narrow screens. */
@media (max-width: 640px) {
  :root {
    --gutter: 1.25rem;
    --section-space: 5rem;
  }

  html {
    scroll-padding-top: 1rem;
  }

  #stable-lives,
  #films,
  #contact {
    scroll-margin-top: 0;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: max(1.15rem, env(safe-area-inset-top)) var(--gutter) 0;
  }

  .wordmark {
    max-width: none;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }

  .site-nav a {
    font-size: 0.42rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
    white-space: nowrap;
  }

  .hero {
    min-height: max(100svh, 46rem);
    align-items: start;
    padding: 10.25rem var(--gutter) 4rem;
  }

  .hero__media {
    background-position: 72% center;
    scale: 1;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.33) 62%, rgba(0, 0, 0, 0.2) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.48));
  }

  .hero__content {
    width: 58%;
    max-width: 13.5rem;
    margin: 0;
    text-align: left;
  }

  .hero__content .eyebrow,
  .hero__tagline,
  .hero__intro {
    text-align: left;
  }

  .hero__content .eyebrow {
    margin-bottom: 0.95rem;
    font-size: 0.48rem;
    letter-spacing: 0.15em;
    line-height: 1.65;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13.2vw, 3.35rem);
    letter-spacing: 0.015em;
    line-height: 0.91;
  }

  .hero__tagline {
    max-width: 13rem;
    margin: 1.15rem 0 0;
    font-size: 0.49rem;
    letter-spacing: 0.13em;
    line-height: 1.7;
  }

  .hero__content .fine-rule {
    width: 2.25rem;
    margin: 1.8rem 0 1.3rem;
  }

  .hero__intro {
    max-width: 11.5rem;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.42;
  }

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

  .section-heading,
  .films__heading {
    margin-bottom: 2.5rem;
  }

  .section-heading h2 {
    font-size: 1rem;
  }

  .stable-lives {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .stable-lives__intro {
    margin-bottom: 2.75rem;
  }

  .stable-lives__intro h2,
  .next-chapters h2 {
    font-size: 2.55rem;
    line-height: 0.98;
  }

  .stable-lives__line {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .stable-lives__editorial {
    gap: 2.5rem;
  }

  .stable-lives__visual-frame {
    min-height: 22rem;
    gap: 2.5rem;
    padding: 1.5rem;
  }

  .stable-lives__visual-title {
    font-size: 2rem;
  }

  .stable-lives__statement,
  .stable-lives__chapter {
    font-size: 1rem;
    line-height: 1.6;
  }

  .stable-lives__core {
    font-size: 1.9rem;
    line-height: 1.13;
  }

  .stable-lives__chapter h3,
  .chapter-item h3 {
    font-size: 1.65rem;
    line-height: 1.08;
  }

  .films__heading h2 {
    font-size: 0.92rem;
  }

  .film-project + .film-project {
    margin-top: 5.25rem;
  }

  .film-project {
    display: grid;
    grid-template-rows: auto auto;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0.42rem;
    overflow: hidden;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.38);
  }

  .film-project::before,
  .film-project::after {
    inset: 0.42rem;
  }

  .film-project__still {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .film-project__still img {
    transform: none;
  }

  .film-project__meta,
  .film-project--parkfield .film-project__meta,
  .film-project--three-greys .film-project__meta {
    position: relative;
    inset: auto;
    display: grid;
    width: 100%;
    max-width: none;
    gap: 1.2rem;
    padding: 1.65rem 1.35rem 1.85rem;
    border: 0;
    box-shadow: none;
    text-align: left;
  }

  .film-project--parkfield .film-project__meta {
    background:
      linear-gradient(180deg, rgba(24, 15, 10, 0.99), rgba(12, 9, 7, 1)),
      var(--film-frame);
  }

  .film-project--three-greys .film-project__meta {
    background:
      linear-gradient(180deg, rgba(27, 29, 24, 0.99), rgba(12, 14, 11, 1)),
      var(--film-frame);
  }

  .film-project__label {
    padding: 0.28rem 0.48rem;
    font-size: 0.52rem;
  }

  .film-project--parkfield .film-project__still img {
    object-position: 49% 45%;
  }

  .film-project--three-greys .film-project__still img {
    object-position: 50% 68%;
    transform: none;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: clamp(2.65rem, 12.1vw, 3.05rem);
    line-height: 0.9;
  }

  .film-project--parkfield .film-project__title-sub {
    margin-top: 0.72rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .film-project--parkfield .film-project__tagline {
    max-width: 15rem;
    margin-top: 1.05rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .film-project--parkfield .film-project__details {
    padding-top: 1rem;
  }

  .film-project__secondary {
    margin-bottom: 0.75rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .film-project--parkfield .film-project__description {
    font-size: 0.91rem;
    line-height: 1.48;
  }

  .film-project__three-title-line {
    font-size: 2.55rem;
  }

  .film-project__three-title-line--second {
    margin-top: -0.06rem;
    font-size: 3.05rem;
  }

  .film-project--three-greys .film-project__tagline {
    max-width: 19rem;
    margin-top: 0.75rem;
  }

  .film-project--three-greys .film-project__tagline span:first-child {
    font-size: 0.82rem;
  }

  .film-project--three-greys .film-project__tagline span:last-child {
    margin-top: 0.2rem;
    font-size: 1.08rem;
  }

  .film-project--three-greys .film-project__description {
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .founder__inner {
    gap: 2.75rem;
  }

  .founder__portrait {
    aspect-ratio: 3 / 2;
  }

  .founder__heading {
    margin-bottom: 1.25rem;
  }

  .founder__name-logo {
    max-width: 8.5rem;
    margin: -2.25rem 0 -2rem;
  }

  .founder__copy p,
  .founder__copy p:first-child {
    font-size: 1.08rem;
    line-height: 1.58;
  }

  .founder__quote {
    margin-top: 3rem;
    font-size: 2rem;
  }

  .story-house {
    padding: 5.5rem var(--gutter);
  }

  .story-house__visual,
  .story-house__support-visual {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .story-house__intro {
    padding-top: 2.5rem;
  }

  .story-house__support-visual {
    grid-row: 3;
    margin-top: 2.5rem;
  }

  .story-house__editorial {
    grid-row: 4;
  }

  .story-house__heading h2 {
    font-size: 2.55rem;
    line-height: 0.98;
  }

  .story-house__highlights ul {
    grid-template-columns: 1fr;
  }

  .selected-frames__heading h2 {
    font-size: 2.45rem;
  }

  .selected-frames__heading p {
    font-size: 1.12rem;
  }

  .selected-frames__collage {
    gap: 2.25rem;
    margin-top: 3rem;
  }

  .site-footer {
    min-height: max(100svh, 46rem);
    padding: 8rem var(--gutter) 8rem;
  }

  .site-footer__panorama img {
    object-position: 68% center;
    scale: 1;
  }

  .site-footer::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 62%, rgba(0, 0, 0, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.56));
  }

  .site-footer__identity {
    top: 13%;
    left: var(--gutter);
    width: 49%;
    text-align: left;
  }

  .site-footer__eyebrow,
  .site-footer__tagline {
    text-align: left;
  }

  .site-footer__title {
    font-size: 2.38rem;
    line-height: 0.92;
    text-align: left;
  }

  .site-footer__rule {
    margin-right: 0;
    margin-left: 0;
  }

  .site-footer__intro {
    max-width: 9.75rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 0.8rem;
    line-height: 1.42;
    text-align: left;
  }

  .site-footer__production-mark {
    right: 1.1rem;
    bottom: 3.6rem;
    width: min(7.6rem, 31vw);
  }
}

@media (min-width: 641px) and (max-width: 960px) and (orientation: portrait) {
  html {
    scroll-padding-top: 1.25rem;
  }

  #stable-lives,
  #films,
  #contact {
    scroll-margin-top: 0;
  }

  .film-project {
    display: grid;
    grid-template-rows: auto auto;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0.55rem;
    overflow: hidden;
  }

  .film-project::before,
  .film-project::after {
    inset: 0.55rem;
  }

  .film-project__still {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .film-project__still img,
  .film-project--three-greys .film-project__still img {
    transform: none;
  }

  .film-project__meta,
  .film-project--parkfield .film-project__meta,
  .film-project--three-greys .film-project__meta {
    position: relative;
    inset: auto;
    display: grid;
    width: 100%;
    max-width: none;
    gap: 1.15rem;
    padding: 2rem 2.1rem 2.25rem;
    border: 0;
    box-shadow: none;
    text-align: left;
  }

  .film-project--parkfield .film-project__meta {
    background: linear-gradient(180deg, rgba(24, 15, 10, 0.99), rgba(12, 9, 7, 1));
  }

  .film-project--three-greys .film-project__meta {
    background: linear-gradient(180deg, rgba(27, 29, 24, 0.99), rgba(12, 14, 11, 1));
  }

  .film-project--parkfield .film-project__still img {
    object-position: 50% 46%;
  }

  .film-project--three-greys .film-project__still img {
    object-position: 50% 67%;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: clamp(4rem, 10vw, 5rem);
  }

  .film-project__three-title-line {
    font-size: clamp(3.5rem, 9vw, 4.4rem);
  }

  .film-project__three-title-line--second {
    font-size: clamp(4.15rem, 10.5vw, 5.1rem);
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 2.72rem;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: 2.5rem;
  }

  .site-footer__title {
    font-size: 2.18rem;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .site-header {
    gap: 1.25rem;
    padding: 1.25rem 2rem;
  }

  .wordmark {
    flex: 0 0 auto;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .site-nav {
    gap: 1.35rem;
    min-width: 0;
  }

  .site-nav a {
    font-size: 0.47rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .hero {
    min-height: 35rem;
    padding: 7rem 2rem 4rem;
  }

  .hero__content {
    width: 62%;
    max-width: 32rem;
    margin-left: 1rem;
  }

  .hero h1 {
    font-size: 4.25rem;
  }

  .hero__content .eyebrow {
    margin-bottom: 0.65rem;
  }

  .hero__tagline {
    margin-top: 0.65rem;
  }

  .hero__content .fine-rule {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .hero__intro {
    font-size: 1rem;
  }

  .film-project {
    display: flex;
    min-height: 0;
    flex-direction: column;
    aspect-ratio: auto;
    padding: 0.55rem;
  }

  .film-project::before,
  .film-project::after {
    inset: 0.55rem;
  }

  .film-project__still {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .film-project__still img,
  .film-project--three-greys .film-project__still img {
    transform: none;
  }

  .film-project__meta,
  .film-project--parkfield .film-project__meta,
  .film-project--three-greys .film-project__meta {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    gap: 1rem;
    padding: 1.6rem 1.75rem 1.8rem;
  }

  .film-project--parkfield .film-project__meta {
    background: linear-gradient(180deg, rgba(29, 15, 8, 0.98), rgba(15, 9, 6, 0.99));
  }

  .film-project--three-greys .film-project__meta {
    background: linear-gradient(180deg, rgba(29, 32, 25, 0.98), rgba(15, 17, 13, 0.99));
  }

  .film-project--parkfield .film-project__still img {
    object-position: 50% 47%;
  }

  .film-project--three-greys .film-project__still img {
    object-position: 50% 62%;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: 4.5rem;
  }

  .film-project__three-title-line {
    font-size: 3.8rem;
  }

  .film-project__three-title-line--second {
    font-size: 4.55rem;
  }
}

/* Final mobile footer framing: keep both figures visible and all copy clear. */
@media (max-width: 640px) and (orientation: portrait) {
  .closing-quote {
    position: relative;
    border-top: 0;
  }

  .closing-quote::before {
    position: absolute;
    top: 4.5rem;
    right: 0;
    left: 0;
    height: 1px;
    background: var(--gold-rule);
    content: "";
  }

  .site-footer__panorama {
    bottom: auto;
    height: 78%;
  }

  .site-footer__panorama img {
    object-position: 76% center;
  }

  .site-footer__identity {
    top: 1rem;
    left: var(--gutter);
    width: 43%;
  }

  .site-footer__eyebrow {
    margin-bottom: 0.35rem !important;
  }

  .site-footer__tagline {
    margin-top: 0.35rem !important;
  }

  .site-footer__rule {
    margin-top: 0.85rem;
    margin-bottom: 0.65rem;
  }

  .site-footer__production-mark {
    right: 1rem;
    bottom: 6rem;
  }
}

/* Keep Parkfield's key portrait unobstructed on desktop and laptop screens. */
@media (min-width: 961px) {
  .film-project--parkfield .film-project__meta {
    bottom: clamp(2.25rem, 3.4vw, 3.5rem);
    left: clamp(2.75rem, 3.8vw, 4rem);
    width: min(21rem, 34%);
    max-width: 21rem;
    gap: 0.7rem;
  }

  .film-project--parkfield .film-project__title-main {
    font-size: clamp(3.05rem, 4.3vw, 4.25rem);
    letter-spacing: 0.025em;
  }

  .film-project--parkfield .film-project__title-sub {
    margin-top: 0.85rem;
    font-size: 0.82rem;
    letter-spacing: 0.2em;
  }

  .film-project--parkfield .film-project__tagline {
    max-width: 19rem;
    margin-top: 1rem;
    font-size: 1.12rem;
    line-height: 1.18;
  }

  .film-project--parkfield .film-project__details {
    max-width: 20rem;
    padding-top: 0.8rem;
  }

  .film-project--parkfield .film-project__secondary {
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .film-project--parkfield .film-project__description {
    max-width: 20rem;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .film-project--parkfield .film-project__still::after {
    background:
      linear-gradient(90deg, rgba(5, 4, 3, 0.62), rgba(5, 4, 3, 0.24) 34%, transparent 48%),
      linear-gradient(0deg, rgba(5, 4, 3, 0.7), rgba(5, 4, 3, 0.18) 46%, transparent 72%);
  }
}

/* Keep Three Greys' riders and the closing portrait unobstructed. */
@media (min-width: 961px) {
  .film-project--three-greys .film-project__meta {
    top: clamp(2rem, 2.8vw, 2.75rem);
    left: clamp(2.75rem, 4vw, 4rem);
    width: min(20rem, 29%);
    gap: 0.42rem;
  }

  .film-project--three-greys .film-project__three-title-line {
    font-size: clamp(3.15rem, 4.1vw, 4rem);
    line-height: 0.86;
  }

  .film-project--three-greys .film-project__three-title-line--second {
    margin-top: -0.08rem;
    font-size: clamp(3.65rem, 4.75vw, 4.65rem);
    line-height: 0.82;
  }

  .film-project--three-greys .film-project__tagline {
    max-width: 18rem;
    margin-top: 0.48rem;
  }

  .film-project--three-greys .film-project__tagline span:first-child {
    font-size: 0.84rem;
  }

  .film-project--three-greys .film-project__tagline span:last-child {
    font-size: 1.05rem;
  }

  .film-project--three-greys .film-project__details {
    max-width: 18rem;
    padding-top: 0.5rem;
  }

  .film-project--three-greys .film-project__description {
    max-width: 17.5rem;
    font-size: 0.9rem;
    line-height: 1.28;
  }

  .site-footer__production-mark {
    right: clamp(2.5rem, 5.5vw, 6rem);
    bottom: 4rem;
    width: clamp(6.75rem, 7.8vw, 7.75rem);
  }
}

@media (max-width: 640px) and (orientation: portrait) {
  .site-footer__production-mark {
    right: 0.85rem;
    bottom: 4.5rem;
  }
}

/* Contact directory, deliberately separate from the closing film image. */
.contact-directory {
  position: relative;
  padding: clamp(3.75rem, 6vw, 6rem) var(--gutter);
  border-top: 1px solid var(--gold-rule);
  background: #070707;
}

.contact-directory__inner {
  display: grid;
  width: min(100%, 78rem);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(17rem, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.contact-directory__brand {
  display: block;
}

.contact-directory__eyebrow,
.contact-directory__company,
.contact-directory__label,
.contact-directory__person h3,
.contact-directory__details {
  margin: 0;
}

.contact-directory__eyebrow,
.contact-directory__label,
.contact-directory__details span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.contact-directory__brand h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.4vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-directory__company {
  margin-top: 0.5rem;
  color: var(--copy-soft);
  font-size: 0.68rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact-directory__person h3 {
  max-width: none;
  margin-top: 0;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 400;
  line-height: 1.12;
  text-wrap: balance;
  white-space: nowrap;
}

.contact-directory__person .contact-directory__label {
  margin-top: 0.7rem;
}

.contact-directory__details {
  display: grid;
  gap: 1rem;
  padding-left: clamp(1.4rem, 2.5vw, 2.2rem);
  border-left: 1px solid var(--gold-rule);
  font-style: normal;
}

.contact-directory__details div {
  display: grid;
  gap: 0.2rem;
}

.contact-directory__details a {
  width: fit-content;
  color: var(--copy-strong);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.35;
}

.contact-directory__details a:hover,
.contact-directory__details a:focus-visible {
  color: var(--gold);
}

@media (min-width: 641px) and (max-width: 960px) {
  .contact-directory__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-directory__details {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2rem 0 0;
    border-top: 1px solid var(--gold-rule);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .site-footer__panorama img {
    object-position: 71% center;
  }

  .contact-directory {
    padding: 3.5rem var(--gutter) 4rem;
  }

  .contact-directory__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
  }

  .contact-directory__brand h2 {
    font-size: 2rem;
  }

  .contact-directory__person,
  .contact-directory__details {
    padding-top: 1.75rem;
    border-top: 1px solid var(--gold-rule);
  }

  .contact-directory__details {
    padding-left: 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
