@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --paper: rgb(253,245,231);
  --navy: rgb(16,16,37);
  --ink: var(--navy);
  --cream-soft: rgba(253,245,231,.74);
  --cream-faint: rgba(253,245,231,.26);
  --ink-soft: rgba(16,16,37,.78);
  --section-pad: clamp(4.75rem, 8vw, 8.25rem);
  --side-pad: min(7vw, 6rem);
  --ease: cubic-bezier(.22,.7,.12,1);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--paper);
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.gmf-scroll-locked {
  overflow-y: scroll;
}

html.gmf-scroll-locked body {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

a { color: inherit; }

.gmf-dark-section,
.gmf-light-section { position: relative; overflow: hidden; }

/* HERO */

.gmf-hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 56px 22px 80px;
  background:
    radial-gradient(ellipse at 52% 38%, rgba(253,245,231,.045) 0%, rgba(16,16,37,.98) 46%, var(--navy) 100%);
  isolation: isolate;
}

.gmf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 0 50%, rgba(0,0,0,0.18) 100%);
}

.gmf-paper-grain {
  position: absolute;
  inset: -50%;
  z-index: 1;
  opacity: 0;
  background-image: none;
  animation: none;
}

.gmf-logo-lockup {
  position: relative;
  z-index: 4;
  width: min(890px, 80vw);
  transform-origin: 50% 50%;
  opacity: 0;
  transform: translateY(10px) scale(.992);
  animation: logoSequence 4.45s cubic-bezier(.28,.02,.16,1) forwards .04s;
}

.gmf-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.08));
}

.gmf-hero-copy {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: calc(50% + 22px);
  width: min(900px, calc(100vw - 44px));
  transform: translateX(-50%);
  text-align: center;
  color: var(--paper);
}

.gmf-line,
.gmf-scroll,
.gmf-page-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 900ms var(--ease),
    transform 900ms var(--ease),
    filter 900ms var(--ease);
  will-change: opacity, transform;
}

.gmf-scroll { transform: translateX(-50%) translateY(18px); }

.gmf-page-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

body.gmf-logo-ready .gmf-scroll-auto {
  opacity: .75;
  transform: translateX(-50%) translateY(0);
}

.gmf-hero-line {
  opacity: 0;
  transform: translateY(28px) scale(.992);
  filter: blur(2px);
}

.gmf-hero-line:nth-child(1) { animation: heroLineSequence 2.75s cubic-bezier(.28,.02,.16,1) forwards 3.35s; }
.gmf-hero-line:nth-child(2) { animation: heroLineSequence 2.75s cubic-bezier(.28,.02,.16,1) forwards 4.35s; }
.gmf-hero-line:nth-child(3) { animation: heroLineSequence 2.75s cubic-bezier(.28,.02,.16,1) forwards 5.35s; }

.gmf-eyebrow,
.gmf-section-label {
  margin: 0 0 1.1rem;
  font-size: clamp(1.05rem, 1.7vw, 1.42rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(16,16,37,.52);
  font-weight: 550;
}

.gmf-eyebrow {
  font-size: clamp(1.05rem, 1.7vw, 1.42rem);
  color: var(--cream-soft);
}

.gmf-section-label-dark { color: rgba(253,245,231,.58); }

.gmf-headline,
.gmf-statement h2,
.gmf-service h2,
.gmf-help h2 {
  margin: 0 auto;
  font-size: clamp(2rem, 3.75vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.gmf-headline { max-width: 1060px; color: var(--paper); }
.gmf-headline span { display: block; }

.gmf-sub {
  margin: 1.15rem 0 0;
  font-size: clamp(1.05rem, 1.72vw, 1.38rem);
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: var(--cream-soft);
  font-weight: 400;
}

.gmf-scroll {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 28px;
  width: 28px;
  height: 46px;
  border-radius: 99px;
  border: 1px solid var(--cream-faint);
  opacity: 0;
}

.gmf-scroll span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 99px;
  background: rgba(253,245,231,0.72);
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease-in-out infinite;
}

/* DISSOLVE */

.gmf-dissolve {
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(14rem, 24vw, 22rem);
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}

.gmf-dissolve-top {
  top: 0;
  transform: translateY(-60%);
  background: linear-gradient(to bottom,
      rgba(16,16,37,1) 0%,
      rgba(16,16,37,.72) 34%,
      rgba(16,16,37,.22) 70%,
      rgba(16,16,37,0) 100%);
}

.gmf-dissolve-dark {
  background: linear-gradient(to bottom,
      rgba(253,245,231,1) 0%,
      rgba(253,245,231,.68) 36%,
      rgba(253,245,231,.18) 72%,
      rgba(253,245,231,0) 100%);
}

/* STATEMENT SECTION */

.gmf-statement {
  background: var(--paper);
  color: var(--navy);
  padding: var(--section-pad) var(--side-pad);
}

.gmf-statement-inner,
.gmf-services-inner,
.gmf-help-inner {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.gmf-statement h2 { max-width: 1050px; }

.gmf-statement p:not(.gmf-section-label),
.gmf-service p,
.gmf-help-card p {
  margin: clamp(1.15rem, 2.2vw, 1.6rem) auto 0;
  font-size: clamp(1.02rem, 1.35vw, 1.3rem);
  line-height: 1.82;
  color: var(--ink-soft);
  font-weight: 400;
}

.gmf-statement p:not(.gmf-section-label) { max-width: 820px; margin-top: clamp(2rem, 4vw, 3rem); }

/* PROOF / STATS SECTION */

.gmf-proof {
  background: var(--navy);
  color: var(--paper);
  padding: var(--section-pad) var(--side-pad);
}

.gmf-proof-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.45rem, 2.5vh, 2.2rem);
  text-align: center;
}

.gmf-stat {
  opacity: 0;
  transform: translateY(34px) scale(.98);
  transition:
    opacity 900ms var(--ease),
    transform 900ms var(--ease),
    filter 900ms var(--ease);
  will-change: opacity, transform;
}

.gmf-stat.is-revealed {
  opacity: 1;
  transform: translateY(0) scale(1.025);
}

.gmf-stat.is-final {
  transform: translateY(0) scale(.93);
  filter: opacity(.76);
}

.gmf-stat-number {
  font-size: clamp(2.05rem, 4.7vw, 4.95rem);
  line-height: .92;
  letter-spacing: -0.065em;
  font-weight: 700;
}

.gmf-stat-line {
  margin-top: .55rem;
  font-size: clamp(.94rem, 1.18vw, 1.12rem);
  line-height: 1.5;
  letter-spacing: .04em;
  color: rgba(253,245,231,.68);
  font-weight: 400;
}

.gmf-stat.is-current .gmf-stat-line { color: rgba(253,245,231,.78); }

/* SERVICES SECTION */

.gmf-services {
  background: var(--paper);
  color: var(--navy);
  padding: var(--section-pad) var(--side-pad);
}

.gmf-service-list {
  display: grid;
  gap: clamp(2.6rem, 4.6vw, 4.75rem);
}

.gmf-service {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.gmf-service h2 { max-width: 900px; }
.gmf-service p { max-width: 760px; }

/* HOW CAN I HELP */

.gmf-help {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(253,245,231,.055), rgba(16,16,37,0) 44%),
    var(--navy);
  color: var(--paper);
  padding: var(--section-pad) var(--side-pad) clamp(5.5rem, 9vw, 9.5rem);
  isolation: isolate;
}

.gmf-help-grain { opacity: .045; }

.gmf-help h2 {
  max-width: 1030px;
  color: var(--paper);
}

.gmf-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  margin-top: clamp(2.4rem, 5vw, 4.4rem);
}

.gmf-help-card {
  min-height: 100%;
  padding: clamp(1.4rem, 2.2vw, 2rem);
  border: 1px solid rgba(253,245,231,.16);
  border-radius: 1.15rem;
  background: rgba(253,245,231,.045);
  text-align: left;
  backdrop-filter: blur(10px);
}

.gmf-help-card h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.24;
  letter-spacing: -0.032em;
  font-weight: 650;
}

.gmf-help-card p {
  color: rgba(253,245,231,.68);
  font-size: clamp(.93rem, 1.05vw, 1.03rem);
  line-height: 1.7;
}

.gmf-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: clamp(2.2rem, 4vw, 3.5rem);
  padding: .9rem 1.35rem;
  border: 1px solid rgba(253,245,231,.34);
  border-radius: 999px;
  color: var(--paper);
  text-decoration: none;
  font-size: .86rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(253,245,231,.055);
  transition: transform 280ms ease, background-color 280ms ease, border-color 280ms ease;
}

.gmf-cta:hover,
.gmf-cta:focus-visible {
  transform: translateY(-2px);
  background: rgba(253,245,231,.10);
  border-color: rgba(253,245,231,.55);
}

/* ANIMATION */

@keyframes logoSequence {
  0% { opacity: 0; transform: translateY(34px) scale(.94); filter: blur(1.4px); }
  42% { opacity: 1; transform: translateY(4px) scale(.995); filter: blur(.15px); }
  100% { opacity: 1; transform: translateY(clamp(-150px, -16vh, -112px)) scale(.82); filter: blur(0); }
}

@keyframes heroLineSequence {
  0% { opacity: 0; transform: translateY(34px) scale(.992); filter: blur(2.4px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes scrollDot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  28% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 17px); }
}

@keyframes grainDrift {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(4%,2%,0); }
}

/* MOBILE */

@media (max-width: 900px) {
  .gmf-help-grid { grid-template-columns: 1fr; }
  .gmf-help-card { text-align: center; }
}

@media (max-width: 760px) {
  :root {
    --section-pad: clamp(4rem, 12vw, 5.4rem);
    --side-pad: 22px;
  }

  .gmf-hero { padding: 42px 18px 76px; }

  .gmf-logo-lockup {
    width: min(760px, 94vw);
    animation: logoSequenceMobile 4.45s cubic-bezier(.28,.02,.16,1) forwards .04s;
  }

  .gmf-hero-copy {
    top: calc(50% + 30px);
    width: min(620px, calc(100vw - 34px));
  }

  .gmf-eyebrow {
    font-size: clamp(0.84rem, 3.1vw, 1.02rem);
    letter-spacing: 0.16em;
  }

  .gmf-headline,
  .gmf-statement h2,
  .gmf-service h2,
  .gmf-help h2 {
    font-size: clamp(1.75rem, 7.5vw, 3.15rem);
    line-height: 1.08;
  }

  .gmf-stat.is-revealed { transform: translateY(0) scale(1.015); }
  .gmf-stat.is-final { transform: translateY(0) scale(.92); }
}

@keyframes logoSequenceMobile {
  0% { opacity: 0; transform: translateY(28px) scale(.95); filter: blur(1.4px); }
  42% { opacity: 1; transform: translateY(4px) scale(.995); filter: blur(.15px); }
  100% { opacity: 1; transform: translateY(-18vh) scale(.9); filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .gmf-logo-lockup,
  .gmf-hero-line,
  .gmf-line,
  .gmf-scroll,
  .gmf-page-reveal,
  .gmf-stat {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .gmf-scroll { transform: translateX(-50%) !important; }
}

/* v4.1 CINEMATIC HELP + SELECTED WORK */

.gmf-selected h2,
.gmf-help-card-cinematic h2 {
  margin: 0 auto;
  font-size: clamp(2rem, 3.75vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.gmf-help {
  min-height: 520svh;
  padding: 0 var(--side-pad);
  background: var(--navy);
}

.gmf-help-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  z-index: 3;
}

.gmf-help-cinematic {
  width: 100%;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 20svh 1fr 20svh;
  align-items: center;
  perspective: 1200px;
}

.gmf-help-cinematic .gmf-section-label {
  align-self: end;
  margin-bottom: clamp(1.75rem, 3vh, 2.5rem);
}

.gmf-card-stack {
  position: relative;
  width: min(940px, 100%);
  height: clamp(360px, 44svh, 470px);
  margin: 0 auto;
}

.gmf-help-card-cinematic {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  text-align: center;
  padding: clamp(2.1rem, 5vw, 5rem);
  border: 1px solid rgba(253,245,231,.17);
  border-radius: clamp(1.25rem, 2.2vw, 2rem);
  background:
    linear-gradient(135deg, rgba(253,245,231,.105), rgba(253,245,231,.035)),
    rgba(16,16,37,.34);
  box-shadow: 0 34px 120px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
  transform-origin: 50% 20%;
  opacity: 0;
  transform: translate3d(0, 74px, 0) scale(.98);
  filter: blur(0);
  will-change: opacity, transform, filter;
}

.gmf-help-card-cinematic h2 { color: var(--paper); max-width: 780px; }

.gmf-help-card-cinematic p {
  max-width: 720px;
  margin: clamp(1.15rem, 2.4vw, 1.8rem) auto 0;
  color: rgba(253,245,231,.72);
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  line-height: 1.78;
}

.gmf-cta-dark {
  color: var(--navy);
  border-color: rgba(16,16,37,.24);
  background: rgba(16,16,37,.045);
}

.gmf-cta-dark:hover,
.gmf-cta-dark:focus-visible {
  background: rgba(16,16,37,.075);
  border-color: rgba(16,16,37,.42);
}

@media (max-width: 760px) {
  .gmf-help { min-height: 500svh; }
  .gmf-help-cinematic { grid-template-rows: 16svh 1fr 12svh; }
  .gmf-card-stack { height: min(56svh, 520px); }
  .gmf-help-card-cinematic { padding: clamp(1.45rem, 7vw, 2.4rem); }
  .gmf-help-card-cinematic h2 {
    font-size: clamp(1.75rem, 7.5vw, 3.15rem);
    line-height: 1.08;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gmf-help { min-height: auto; padding: var(--section-pad) var(--side-pad); }
  .gmf-help-sticky { position: relative; min-height: auto; display: block; }
  .gmf-help-cinematic { min-height: auto; display: block; }
  .gmf-card-stack { height: auto; display: grid; gap: 1rem; }
  .gmf-help-card-cinematic { position: relative; opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* v4.1.5: Chapter 4 reliability rebuild.
   The pinned cinematic version was failing in real browser review, so this
   release uses normal document flow: one clear card after another, all visible. */
.gmf-help {
  min-height: auto !important;
  padding: clamp(6rem, 10vw, 9rem) var(--side-pad) clamp(6rem, 10vw, 9rem) !important;
  background: var(--navy) !important;
}

.gmf-help-sticky {
  position: relative !important;
  top: auto !important;
  min-height: auto !important;
  display: block !important;
}

.gmf-help-cinematic {
  min-height: auto !important;
  display: block !important;
  perspective: none !important;
}

.gmf-help-cinematic .gmf-section-label {
  margin-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

.gmf-card-stack {
  position: relative !important;
  width: min(940px, 100%) !important;
  height: auto !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: clamp(1.25rem, 2.5vw, 2rem) !important;
}

.gmf-help-card-cinematic {
  position: relative !important;
  inset: auto !important;
  min-height: clamp(260px, 32svh, 360px) !important;
  opacity: 0;
  transform: translateY(22px) scale(1) !important;
  filter: none !important;
  text-align: center !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

.gmf-help-card-cinematic.is-revealed {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: none !important;
}

@media (max-width: 760px) {
  .gmf-help { padding: clamp(4.5rem, 14vw, 6rem) var(--side-pad) !important; }
  .gmf-help-card-cinematic { min-height: auto !important; }
}

/* v4.3.1: Selected Work proof of concept  -  normal-flow build, single scrollbar only */
html,
body {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

.gmf-selected {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(38,116,155,.18), rgba(16,16,37,0) 38%),
    var(--navy) !important;
  color: var(--paper) !important;
  padding: 0 var(--side-pad) clamp(6rem, 10vw, 9rem) !important;
  overflow: hidden !important;
  isolation: isolate;
}

.gmf-selected-grain { opacity: .025; }

.gmf-selected-title {
  position: relative;
  z-index: 3;
  min-height: 82svh;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}

.gmf-selected-title h2 {
  max-width: 980px;
  margin: 0;
  color: var(--paper) !important;
  font-size: clamp(2.15rem, 4.2vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 650;
}

.gmf-featured-work {
  position: relative;
  z-index: 3;
  min-height: 106svh;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(320px, 1fr);
  gap: clamp(2.4rem, 6vw, 7rem);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.gmf-featured-work::before {
  content: "";
  position: absolute;
  inset: 8% -8%;
  z-index: -1;
  pointer-events: none;
  opacity: .68;
  filter: blur(34px);
  background: radial-gradient(ellipse at 32% 50%, rgba(38,116,155,.22), rgba(16,16,37,0) 62%);
}

.gmf-featured-fire::before {
  background: radial-gradient(ellipse at 32% 50%, rgba(38,116,155,.28), rgba(16,16,37,0) 62%);
}

.gmf-featured-water::before {
  background: radial-gradient(ellipse at 32% 50%, rgba(29,130,168,.22), rgba(6,51,82,.14) 34%, rgba(16,16,37,0) 68%);
}

.gmf-featured-art {
  justify-self: end;
  width: min(390px, 38vw);
  margin: 0;
  opacity: 0;
  transform: translateY(42px) scale(1.045);
  filter: blur(3px);
  transition:
    opacity 1550ms var(--ease),
    transform 1850ms var(--ease),
    filter 1550ms var(--ease);
  will-change: opacity, transform, filter;
}

.gmf-featured-art.is-revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.gmf-featured-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: clamp(.9rem, 1.6vw, 1.35rem);
  box-shadow:
    0 36px 100px rgba(0,0,0,.48),
    0 1px 0 rgba(253,245,231,.16) inset;
  background: rgba(253,245,231,.04);
}

.gmf-featured-copy {
  max-width: 680px;
  text-align: left;
}

.gmf-featured-kicker {
  margin: 0 0 1.2rem;
  font-size: .78rem;
  line-height: 1.2;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(253,245,231,.52);
  font-weight: 650;
}

.gmf-featured-copy h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(2.4rem, 5.6vw, 6.4rem);
  line-height: .93;
  letter-spacing: -0.075em;
  font-weight: 700;
}

.gmf-featured-copy h3 span {
  display: block;
  color: rgba(253,245,231,.72);
}

.gmf-featured-roles {
  display: grid;
  gap: .62rem;
  margin-top: clamp(1.7rem, 3vw, 2.55rem);
}

.gmf-featured-roles span {
  display: block;
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  line-height: 1.35;
  letter-spacing: .04em;
  color: rgba(253,245,231,.72);
}

.gmf-featured-copy .gmf-page-reveal,
.gmf-featured-roles .gmf-page-reveal {
  transition-duration: 1200ms;
}

.gmf-selected-contact {
  position: relative;
  z-index: 3;
  min-height: 46svh;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.gmf-selected-contact .gmf-cta { margin-top: 1.1rem; }

@media (max-width: 900px) {
  .gmf-featured-work {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 7vw, 3.5rem);
    padding: clamp(4.5rem, 13vw, 7rem) 0;
    text-align: center;
  }

  .gmf-featured-art {
    justify-self: center;
    width: min(360px, 74vw);
  }

  .gmf-featured-copy {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
  }

  .gmf-featured-copy h3 {
    font-size: clamp(2.25rem, 11vw, 4.6rem);
  }
}

@media (max-width: 560px) {
  .gmf-selected-title { min-height: 72svh; }
  .gmf-featured-art { width: min(320px, 82vw); }
}


/* v4.3.2: Selected Work spacing refinement */
.gmf-selected {
  padding-top: 0 !important;
}

.gmf-selected-title {
  min-height: auto !important;
  align-content: start !important;
  padding: clamp(5rem, 8vw, 7.5rem) 0 clamp(2.25rem, 4vw, 4rem) !important;
}

.gmf-selected-title .gmf-section-label {
  margin-bottom: 1.05rem !important;
}

.gmf-selected-title h2 {
  max-width: 880px !important;
}

.gmf-featured-work {
  min-height: auto !important;
  padding: clamp(2.75rem, 5.5vw, 5.25rem) 0 !important;
  gap: clamp(2rem, 4.6vw, 5.2rem) !important;
}

.gmf-featured-work:first-of-type {
  padding-top: clamp(1rem, 2vw, 2.25rem) !important;
}

.gmf-featured-contact,
.gmf-selected-contact {
  min-height: auto !important;
  padding: clamp(4rem, 7vw, 6rem) 0 0 !important;
}

@media (max-width: 900px) {
  .gmf-selected-title {
    padding: clamp(4.25rem, 13vw, 6rem) 0 clamp(2rem, 7vw, 3rem) !important;
  }

  .gmf-featured-work {
    padding: clamp(3rem, 10vw, 5rem) 0 !important;
    gap: clamp(1.6rem, 6vw, 2.8rem) !important;
  }

  .gmf-featured-work:first-of-type {
    padding-top: clamp(.75rem, 4vw, 1.5rem) !important;
  }
}

/* v4.4: Expanded featured works sequence */
.gmf-featured-support {
  min-height: auto !important;
  padding: clamp(2.35rem, 4.7vw, 4.65rem) 0 !important;
  grid-template-columns: minmax(230px, .62fr) minmax(320px, 1fr);
}

.gmf-featured-support .gmf-featured-art {
  width: min(335px, 31vw);
}

.gmf-featured-support .gmf-featured-copy h3 {
  font-size: clamp(2.25rem, 4.7vw, 5.4rem);
}

.gmf-featured-aion::before {
  background: radial-gradient(ellipse at 32% 50%, rgba(97,136,197,.24), rgba(20,32,68,.12) 34%, rgba(16,16,37,0) 68%);
}

.gmf-featured-brahmastra::before {
  background: radial-gradient(ellipse at 32% 50%, rgba(232,110,45,.24), rgba(116,45,25,.12) 34%, rgba(16,16,37,0) 68%);
}

.gmf-featured-notredame::before {
  background: radial-gradient(ellipse at 32% 50%, rgba(206,91,50,.20), rgba(72,36,32,.14) 34%, rgba(16,16,37,0) 68%);
}

.gmf-selected-contact .gmf-section-label {
  text-transform: none;
  letter-spacing: .08em;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  color: rgba(253,245,231,.62);
}

@media (max-width: 900px) {
  .gmf-featured-support {
    grid-template-columns: 1fr;
    padding: clamp(3rem, 10vw, 5rem) 0 !important;
  }

  .gmf-featured-support .gmf-featured-art {
    width: min(320px, 70vw);
  }
}

/* v5.3: Emblem flies into header */
.gmf-emblem-lockup {
  width: min(360px, 42vw) !important;
  animation: emblemSequence 4.15s linear forwards .04s !important;
  transform-origin: center center;
}

@keyframes emblemSequence {
  0% { opacity: 0; transform: translateY(28px) scale(.92); filter: blur(1.4px); }
  22% { opacity: 1; transform: translateY(10px) scale(1.06); filter: blur(.4px); }
  62% { opacity: 1; transform: translateY(-6px) scale(1.26); filter: blur(0); }
  96% { opacity: 1; transform: translate(calc(-50vw + var(--side-pad) + 54px), calc(-50vh + 56px)) scale(.30); filter: blur(0); }
  100% { opacity: 0; transform: translate(calc(-50vw + var(--side-pad) + 54px), calc(-50vh + 56px)) scale(.30); filter: blur(0); }
}

.gmf-work-bridge {
  background: var(--paper);
  color: var(--navy);
  padding: clamp(6rem, 10vw, 9rem) var(--side-pad) clamp(6.5rem, 11vw, 10rem);
}

.gmf-work-bridge-inner {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.gmf-work-bridge h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--navy);
  font-size: clamp(2rem, 3.9vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.gmf-work-bridge .gmf-cta {
  margin-top: clamp(2.15rem, 4vw, 3.4rem);
}

.gmf-footer {
  display: grid;
  place-items: center;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  padding: clamp(3.2rem, 6vw, 5.25rem) var(--side-pad);
  background: var(--navy);
  color: var(--paper);
  text-align: center;
}

.gmf-footer-emblem {
  width: clamp(74px, 8vw, 118px);
  height: auto;
  display: block;
  opacity: .86;
}

.gmf-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .85rem clamp(1.15rem, 2.5vw, 2.1rem);
}

.gmf-footer-nav a {
  color: rgba(253,245,231,.66);
  text-decoration: none;
  font-size: .76rem;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 240ms ease, transform 240ms ease;
}

.gmf-footer-nav a:hover,
.gmf-footer-nav a:focus-visible {
  color: var(--paper);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .gmf-emblem-lockup {
    width: min(230px, 54vw) !important;
    animation: emblemSequenceMobile 4.45s cubic-bezier(.28,.02,.16,1) forwards .04s !important;
  }

  @keyframes emblemSequenceMobile {
    0% { opacity: 0; transform: translateY(24px) scale(.94); filter: blur(1.4px); }
    42% { opacity: 1; transform: translateY(4px) scale(1); filter: blur(.15px); }
    100% { opacity: 1; transform: translateY(-20vh) scale(.66); filter: blur(0); }
  }

  .gmf-work-bridge {
    padding: clamp(4.75rem, 14vw, 6.75rem) var(--side-pad) clamp(5rem, 15vw, 7rem);
  }

  .gmf-footer-nav {
    gap: .95rem 1.1rem;
  }
}
/* ==========================================================
   Site Header
========================================================== */

.gmf-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    z-index: 9999;
    padding: 0 var(--side-pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    overflow: hidden;
    background: var(--ink);
    border-bottom: 1px solid rgba(247, 243, 232, .12);
}

.gmf-header-delayed {
    opacity: 0;
    transform: translateY(-8px);
    animation: gmfHeaderReveal 720ms ease forwards 4.35s;
}

.gmf-header-home,
.gmf-header-nav {
    pointer-events: auto;
}

.gmf-header-home {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.gmf-header-emblem {
    width: clamp(78px, 6.8vw, 110px);
    height: auto;
    display: block;
    opacity: 0;
    animation: gmfHeaderEmblemReveal 1ms linear forwards 4.12s;
    transition: transform 240ms ease, opacity 240ms ease;
}

.gmf-header-home:hover .gmf-header-emblem,
.gmf-header-home:focus-visible .gmf-header-emblem {
    transform: translateY(-1px) scale(1.025);
}

.gmf-header-nav {
    display: flex;
    align-items: center;
    gap: clamp(1.1rem, 2.4vw, 2.4rem);
    opacity: 0;
    transform: translateY(-4px);
    animation: gmfHeaderNavReveal 640ms ease forwards 4.75s;
}

.gmf-header-nav a {
    color: var(--paper);
    text-decoration: none;
    font-size: clamp(.72rem, .82vw, .86rem);
    font-weight: 700;
    letter-spacing: .095em;
    text-transform: uppercase;
    line-height: 1;
    transition: opacity 220ms ease, transform 220ms ease;
}

.gmf-header-nav a:hover,
.gmf-header-nav a:focus-visible {
    opacity: .72;
    transform: translateY(-1px);
}

@keyframes gmfHeaderReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gmfHeaderNavReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gmfHeaderEmblemReveal {
    to {
        opacity: 1;
    }
}
@media (max-width: 760px) {
    .gmf-site-header {
        height: 96px;
        align-items: center;
    }

    .gmf-header-emblem {
        width: 68px;
    }

    .gmf-header-nav {
        gap: .7rem;
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 70vw;
    }

    .gmf-header-nav a {
        font-size: .64rem;
        letter-spacing: .075em;
    }
}
.gmf-hero-copy {
  top: calc(50% - 78px) !important;
}
/* ==========================================================
   Mobile Navigation
========================================================== */

.gmf-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    pointer-events: auto;
    z-index: 10001;
}

.gmf-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: var(--paper);
    border-radius: 2px;
    transition: all .28s ease;
}

@media (max-width: 760px) {

    .gmf-menu-toggle {
        display: block;
    }

    .gmf-header-nav {
        position: fixed;
        top: 96px;
        left: 0;
        right: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 1.6rem;

        padding: 2.5rem;

        background: rgba(12,12,34,.97);
        backdrop-filter: blur(16px);

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transform: translateY(-12px);
        transition:
            opacity .28s ease,
            transform .28s ease,
            visibility .28s;
    }

    .gmf-header-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .gmf-header-nav a {
        font-size: 1rem;
        letter-spacing: .12em;
    }

    .gmf-menu-toggle.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .gmf-menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .gmf-menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}
@media (max-width: 760px) {
    .gmf-site-header {
        overflow: visible !important;
    }

    .gmf-header-nav {
        position: fixed !important;
        top: 96px !important;
        left: 0 !important;
        right: 0 !important;
        max-width: none !important;
        z-index: 2147483647 !important;
        animation: none !important;
    }

    .gmf-header-nav.is-open {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }
}


/* ==========================================================
   Static Inner Pages
========================================================== */

body.gmf-inner-page {
  background: var(--paper);
  color: var(--navy);
}

body.gmf-inner-page .gmf-site-header,
body.gmf-inner-page .gmf-header-emblem,
body.gmf-inner-page .gmf-header-nav {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.gmf-inner-page .gmf-header-nav a.is-active {
  opacity: .74;
}

.gmf-page {
  padding-top: 112px;
}

.gmf-page-hero {
  min-height: clamp(520px, 66vh, 760px);
  display: grid;
  place-items: center;
  padding: clamp(5rem, 9vw, 8rem) var(--side-pad);
  text-align: center;
}

.gmf-page-hero.gmf-dark-section {
  background: var(--navy);
  color: var(--paper);
}

.gmf-page-hero.gmf-light-section {
  background: var(--paper);
  color: var(--navy);
}

.gmf-page-hero-inner {
  max-width: 1050px;
  margin: 0 auto;
}

.gmf-page-hero h1 {
  margin: 0 auto;
  font-size: clamp(3.2rem, 7.8vw, 7.8rem);
  line-height: .98;
  letter-spacing: -0.065em;
  font-weight: 700;
}

.gmf-page-hero h2 {
  margin: clamp(1.5rem, 3vw, 2.2rem) auto 0;
  max-width: 900px;
  font-size: clamp(1.55rem, 2.6vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
  font-weight: 650;
}

.gmf-page-hero p:not(.gmf-section-label) {
  max-width: 930px;
  margin: clamp(1.65rem, 3vw, 2.5rem) auto 0;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  line-height: 1.65;
  letter-spacing: .01em;
}

.gmf-image-band {
  background: var(--paper);
  padding: clamp(2.5rem, 5vw, 5rem) var(--side-pad) 0;
}

.gmf-wide-image {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(16,16,37,.16);
}

.gmf-wide-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gmf-editorial {
  padding: var(--section-pad) var(--side-pad);
}

.gmf-editorial.gmf-dark-section {
  background: var(--navy);
  color: var(--paper);
}

.gmf-editorial.gmf-light-section {
  background: var(--paper);
  color: var(--navy);
}

.gmf-editorial-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.gmf-editorial h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.gmf-editorial-copy p {
  margin: 0 0 1.3rem;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.72;
}

.gmf-editorial.gmf-light-section .gmf-editorial-copy p { color: var(--ink-soft); }
.gmf-editorial.gmf-dark-section .gmf-editorial-copy p { color: rgba(253,245,231,.72); }

.gmf-inner-services {
  padding-top: var(--section-pad);
}

.gmf-cta-section {
  padding: clamp(5rem, 9vw, 8rem) var(--side-pad);
  text-align: center;
}

.gmf-cta-section.gmf-dark-section { background: var(--navy); color: var(--paper); }
.gmf-cta-section.gmf-light-section { background: var(--paper); color: var(--navy); }

.gmf-cta-section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.gmf-cta-section h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.6vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.gmf-work-list {
  background: var(--paper);
  color: var(--navy);
  padding: 0 var(--side-pad) var(--section-pad);
}

.gmf-work-list-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: clamp(5rem, 9vw, 8rem);
}

.gmf-work-item {
  display: grid;
  grid-template-columns: minmax(240px, 390px) minmax(320px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.gmf-work-poster {
  margin: 0;
}

.gmf-work-poster img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(16,16,37,.18);
}

.gmf-work-copy h2 {
  margin: 0 0 .85rem;
  font-size: clamp(2.5rem, 5.4vw, 5.8rem);
  line-height: .98;
  letter-spacing: -0.065em;
  font-weight: 700;
  border-bottom: 2px solid rgba(16,16,37,.82);
  padding-bottom: .35rem;
}

.gmf-work-meta {
  margin: 1.3rem 0 clamp(2rem, 4vw, 3.25rem);
  color: rgba(16,16,37,.58);
  font-size: clamp(.95rem, 1.3vw, 1.2rem);
  line-height: 1.65;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

.gmf-work-roles {
  display: grid;
  gap: 1.1rem;
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.35;
}

@media (max-width: 760px) {
  .gmf-page { padding-top: 96px; }
  .gmf-page-hero { min-height: auto; padding: clamp(4.5rem, 18vw, 7rem) 1.55rem; }
  .gmf-page-hero h1 { font-size: clamp(3.1rem, 14vw, 5.8rem); }
  .gmf-page-hero p:not(.gmf-section-label) { font-size: clamp(1.2rem, 5.2vw, 1.7rem); }
  .gmf-editorial-grid,
  .gmf-work-item { grid-template-columns: 1fr; }
  .gmf-editorial { padding: clamp(4rem, 16vw, 6.5rem) 1.55rem; }
  .gmf-work-list { padding: 0 1.55rem clamp(5rem, 18vw, 7rem); }
  .gmf-work-poster { max-width: 300px; margin: 0 auto; }
  .gmf-work-copy h2 { font-size: clamp(2.9rem, 11vw, 5.2rem); }
  .gmf-work-meta { font-size: 1rem; }
}


/* ==========================================================
   Biography  -  production page
========================================================== */
.gmf-bio-production {
  background: var(--paper);
  color: var(--ink);
}

.gmf-bio-hero {
  position: relative;
  min-height: clamp(560px, 68svh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
}

.gmf-bio-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gmf-bio-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16,16,37,.68), rgba(16,16,37,.14) 58%, rgba(16,16,37,.34)),
    linear-gradient(0deg, rgba(16,16,37,.42), rgba(16,16,37,.06) 48%, rgba(16,16,37,.26));
}

.gmf-bio-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - (var(--side-pad) * 2)));
  margin: 0 auto;
  padding: clamp(5rem, 7vw, 7rem) 0 clamp(8rem, 12vw, 11.5rem);
  color: var(--paper);
}

.gmf-bio-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4.05vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 700;
}

.gmf-bio-hero h1 span {
  display: block;
}

.gmf-bio-chapter {
  /* v1.3: consistent editorial rhythm. Text belongs to the image below it,
     so the space after prose is intentionally more generous than the
     space after imagery. */
  padding: clamp(4.9rem, 6.4vw, 6.4rem) var(--side-pad) clamp(6.8rem, 8.5vw, 8.6rem);
  background: var(--paper);
}

.gmf-bio-prose {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
}

.gmf-bio-prose-opening {
  width: min(760px, 100%);
}

.gmf-bio-prose h2 {
  margin: 0 auto clamp(1.55rem, 2.5vw, 2.2rem);
  font-size: clamp(2.15rem, 3.25vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -0.058em;
  font-weight: 700;
  color: var(--ink);
}

.gmf-bio-prose p {
  margin: 0 auto 1.7rem;
  color: var(--ink-soft);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  line-height: 1.68;
  letter-spacing: -0.004em;
}

.gmf-bio-prose p:last-child {
  margin-bottom: 0;
}

.gmf-bio-prose-collaboration {
  width: min(820px, 100%);
}

.gmf-bio-prose-collaboration::before {
  content: "";
  display: block;
  width: min(520px, 56vw);
  height: 1px;
  margin: 0 auto clamp(3rem, 4.5vw, 4.25rem);
  background: rgba(16,16,37,.22);
}

.gmf-bio-prose-collaboration h2 {
  max-width: 680px;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.058em;
  margin-bottom: clamp(1.65rem, 2.8vw, 2.35rem);
}

.gmf-bio-image {
  margin: 0;
  padding: 0 var(--side-pad) clamp(4.25rem, 5.5vw, 5.75rem);
  background: var(--paper);
}

.gmf-bio-image img {
  display: block;
  width: min(1040px, 100%);
  margin: 0 auto;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 22px 64px rgba(16,16,37,.13);
}

.gmf-bio-image-score img,
.gmf-bio-image-studio img {
  aspect-ratio: 16 / 9;
}

.gmf-bio-image-choir img {
  width: min(1040px, 100%);
  aspect-ratio: 16 / 9;
  object-position: center center;
}

.gmf-bio-closing {
  padding: clamp(4.75rem, 6.5vw, 6.75rem) var(--side-pad) clamp(5.25rem, 7.4vw, 7.25rem);
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}

.gmf-bio-closing-inner {
  width: min(820px, 100%);
  margin: 0 auto;
  padding-top: clamp(3.75rem, 5.6vw, 5rem);
  border-top: 1px solid rgba(16,16,37,.22);
}

.gmf-bio-closing p {
  margin: 0 auto clamp(1.65rem, 2.6vw, 2.35rem);
  color: rgba(16,16,37,.78);
  font-size: clamp(1.3rem, 2.05vw, 2.05rem);
  line-height: 1.38;
  letter-spacing: -0.025em;
}

.gmf-bio-closing p span {
  display: block;
}

@media (max-width: 760px) {
  .gmf-bio-hero {
    min-height: 540px;
  }

  .gmf-bio-hero img {
    object-position: 56% center;
  }

  .gmf-bio-hero-inner {
    width: calc(100% - 3.1rem);
    padding: clamp(4.8rem, 16vw, 6.5rem) 0 clamp(6.25rem, 20vw, 8.5rem);
  }

  .gmf-bio-hero h1 {
    max-width: 11.5ch;
    font-size: clamp(2.35rem, 10vw, 4.05rem);
  }

  .gmf-bio-chapter {
    padding: clamp(4rem, 12vw, 5.2rem) 1.55rem clamp(5.25rem, 16vw, 7rem);
  }

  .gmf-bio-prose {
    width: min(100%, 34rem);
  }

  .gmf-bio-prose h2 {
    font-size: clamp(2.15rem, 9vw, 3.35rem);
  }

  .gmf-bio-prose-collaboration::before {
    width: min(260px, 62vw);
    margin-bottom: clamp(2.5rem, 9vw, 3.5rem);
  }

  .gmf-bio-prose-collaboration h2 {
    font-size: clamp(2rem, 8.5vw, 3.1rem);
  }

  .gmf-bio-prose p {
    font-size: clamp(1.1rem, 4.6vw, 1.28rem);
    line-height: 1.64;
  }

  .gmf-bio-image {
    padding: 0 1.2rem clamp(3.7rem, 11.5vw, 5.1rem);
  }

  .gmf-bio-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(16,16,37,.12);
  }

  .gmf-bio-closing {
    padding: clamp(4.25rem, 14vw, 6rem) 1.55rem clamp(4.75rem, 15vw, 6.5rem);
  }

  .gmf-bio-closing-inner {
    padding-top: clamp(3.25rem, 11vw, 4.5rem);
  }

  .gmf-bio-closing p span {
    display: inline;
  }
}


/* ==========================================================
   Biography v1.4  -  premium interaction and final typography
   Shared values intended for subpage rollout
========================================================== */
.gmf-bio-hero {
  min-height: clamp(560px, 66svh, 760px);
  isolation: isolate;
}

.gmf-bio-hero img {
  transform: translate3d(0, var(--gmf-parallax-y, 0px), 0) scale(1.035);
  transition: transform 120ms linear;
  will-change: transform;
}

.gmf-bio-hero-shade {
  background:
    linear-gradient(90deg, rgba(16,16,37,.74) 0%, rgba(16,16,37,.52) 33%, rgba(16,16,37,.24) 64%, rgba(16,16,37,.36) 100%),
    linear-gradient(0deg, rgba(16,16,37,.38), rgba(16,16,37,.05) 52%, rgba(16,16,37,.23));
}

.gmf-bio-hero-inner {
  padding: clamp(4.5rem, 6vw, 6.25rem) 0 clamp(7.25rem, 9vw, 9.25rem);
}

.gmf-bio-hero h1 {
  max-width: 760px;
  font-size: clamp(2.4rem, 4.12vw, 4.72rem);
  letter-spacing: -0.06em;
}

.gmf-bio-prose {
  width: min(740px, 100%);
}

.gmf-bio-prose-opening {
  width: min(720px, 100%);
}

.gmf-bio-prose-collaboration {
  width: min(760px, 100%);
}

.gmf-bio-prose p {
  font-size: clamp(1.28rem, 1.6vw, 1.56rem);
  line-height: 1.74;
  color: rgba(16,16,37,.78);
}

.gmf-bio-prose-collaboration h2 {
  max-width: 660px;
  font-size: clamp(2.05rem, 3vw, 3.15rem);
}

.gmf-bio-prose-collaboration::before {
  width: min(420px, 50vw);
  background: rgba(16,16,37,.18);
}

.gmf-bio-image img {
  box-shadow: 0 24px 72px rgba(16,16,37,.10);
  overflow: hidden;
  transition:
    transform 720ms cubic-bezier(.22,.7,.12,1),
    box-shadow 720ms cubic-bezier(.22,.7,.12,1),
    opacity 900ms cubic-bezier(.22,.7,.12,1);
}

@media (hover: hover) and (pointer: fine) {
  .gmf-bio-image img:hover {
    transform: scale(1.012);
    box-shadow: 0 30px 84px rgba(16,16,37,.13);
  }
}

.gmf-bio-closing-inner {
  width: min(760px, 100%);
  border-top-color: rgba(16,16,37,.16);
}

.gmf-bio-closing p {
  color: rgba(16,16,37,.8);
}

/* Refined navigation hover for production pages */
.gmf-header-nav a,
.gmf-footer-nav a {
  position: relative;
  transition: opacity 250ms ease, color 250ms ease;
}

.gmf-header-nav a::after,
.gmf-footer-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -0.45rem;
  height: 1px;
  background: currentColor;
  opacity: .72;
  transition: left 250ms ease, right 250ms ease, opacity 250ms ease;
}

.gmf-header-nav a:hover::after,
.gmf-footer-nav a:hover::after,
.gmf-header-nav a.is-active::after {
  left: 0;
  right: 0;
}

@media (prefers-reduced-motion: reduce) {
  .gmf-bio-hero img {
    transform: none !important;
  }
  .gmf-bio-image img,
  .gmf-header-nav a::after,
  .gmf-footer-nav a::after {
    transition: none !important;
  }
}

@media (max-width: 760px) {
  .gmf-bio-hero {
    min-height: 540px;
  }

  .gmf-bio-hero img {
    transform: translate3d(0, var(--gmf-parallax-y, 0px), 0) scale(1.055);
  }

  .gmf-bio-hero-inner {
    padding: clamp(4.5rem, 15vw, 6rem) 0 clamp(5.75rem, 18vw, 7.5rem);
  }

  .gmf-bio-prose,
  .gmf-bio-prose-opening,
  .gmf-bio-prose-collaboration {
    width: min(100%, 34rem);
  }

  .gmf-bio-prose p {
    font-size: clamp(1.14rem, 4.8vw, 1.34rem);
    line-height: 1.68;
  }

  .gmf-bio-prose-collaboration::before {
    width: min(220px, 50vw);
  }
}


/* ==========================================================
   How I Can Help  -  production page
   Uses Biography rhythm with chapter-opening imagery and
   testimonial evidence woven into the narrative.
========================================================== */
.gmf-help-production {
  background: var(--paper);
  color: var(--ink);
}

.gmf-help-hero {
  position: relative;
  min-height: clamp(560px, 66svh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
}

.gmf-help-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.025);
}

.gmf-help-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16,16,37,.74) 0%, rgba(16,16,37,.54) 34%, rgba(16,16,37,.25) 66%, rgba(16,16,37,.38) 100%),
    linear-gradient(0deg, rgba(16,16,37,.42), rgba(16,16,37,.06) 52%, rgba(16,16,37,.24));
}

.gmf-help-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - (var(--side-pad) * 2)));
  margin: 0 auto;
  padding: clamp(4.5rem, 6vw, 6.25rem) 0 clamp(7.25rem, 9vw, 9.25rem);
  color: var(--paper);
}

.gmf-help-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.35rem, 4.05vw, 4.75rem);
  line-height: .98;
  letter-spacing: -0.065em;
  font-weight: 700;
}

.gmf-help-hero h1 span {
  display: block;
  white-space: nowrap;
}

.gmf-help-intro {
  padding: clamp(5rem, 6.6vw, 7rem) var(--side-pad) clamp(6.8rem, 8.4vw, 8.6rem);
  background: var(--paper);
}

.gmf-help-prose {
  width: min(740px, 100%);
  margin: 0 auto;
  text-align: center;
}

.gmf-help-prose h2 {
  margin: 0 auto clamp(1.65rem, 2.7vw, 2.35rem);
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.058em;
  font-weight: 700;
}

.gmf-help-prose p {
  margin: 0 auto 1.7rem;
  color: rgba(16,16,37,.78);
  font-size: clamp(1.28rem, 1.6vw, 1.56rem);
  line-height: 1.74;
  letter-spacing: -0.004em;
}

.gmf-help-prose p:last-child {
  margin-bottom: 0;
}

.gmf-help-image {
  margin: 0;
  padding: 0 var(--side-pad) clamp(5rem, 6.4vw, 6.7rem);
  background: var(--paper);
}

.gmf-help-image img {
  display: block;
  width: min(1040px, 100%);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 14px;
  box-shadow: 0 24px 72px rgba(16,16,37,.10);
  transition:
    transform 720ms cubic-bezier(.22,.7,.12,1),
    box-shadow 720ms cubic-bezier(.22,.7,.12,1),
    opacity 900ms cubic-bezier(.22,.7,.12,1);
}

.gmf-help-image-score img {
  object-position: center center;
}

.gmf-help-image-conducting img,
.gmf-help-image-conducting-orchestra img {
  object-position: center center;
}

.gmf-help-image-conducting-orchestra img {
  object-position: 46% 50%;
}

.gmf-help-image-rehearsal img {
  object-position: center center;
}

@media (hover: hover) and (pointer: fine) {
  .gmf-help-image img:hover,
  .gmf-testimonial:hover {
    transform: scale(1.012) translateY(-2px);
    box-shadow: 0 30px 84px rgba(16,16,37,.13);
  }
}

.gmf-help-chapter {
  padding: clamp(4.4rem, 5.7vw, 5.8rem) var(--side-pad) clamp(6.8rem, 8.5vw, 8.6rem);
  background: var(--paper);
}

.gmf-help-chapter-final {
  padding-bottom: clamp(5rem, 7vw, 7rem);
}

.gmf-testimonial {
  position: relative;
  width: min(690px, 100%);
  margin: clamp(3.2rem, 5vw, 4.8rem) auto 0;
  padding: clamp(2.15rem, 3.3vw, 3rem);
  text-align: center;
  color: var(--ink);
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(16,16,37,.08);
  border-radius: 16px;
  box-shadow: 0 22px 62px rgba(16,16,37,.08);
  overflow: hidden;
  transition:
    transform 720ms cubic-bezier(.22,.7,.12,1),
    box-shadow 720ms cubic-bezier(.22,.7,.12,1);
}

.gmf-testimonial::before {
  content: "“";
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(16,16,37,.07);
  font-size: clamp(6rem, 10vw, 9rem);
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}

.gmf-testimonial p {
  position: relative;
  margin: 0 auto clamp(1.8rem, 2.6vw, 2.35rem);
  max-width: 580px;
  color: rgba(16,16,37,.82);
  font-size: clamp(1.18rem, 1.35vw, 1.36rem);
  line-height: 1.65;
  letter-spacing: -0.006em;
}

.gmf-testimonial footer {
  position: relative;
  display: grid;
  gap: .32rem;
  justify-items: center;
}

.gmf-testimonial strong {
  color: var(--ink);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gmf-testimonial span {
  color: rgba(16,16,37,.62);
  font-size: .95rem;
  font-weight: 500;
}

.gmf-testimonial small {
  max-width: 520px;
  color: rgba(16,16,37,.48);
  font-size: .78rem;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gmf-help-closing {
  padding-top: clamp(4.25rem, 6vw, 6rem);
}

@media (max-width: 760px) {
  .gmf-help-hero {
    min-height: 540px;
  }

  .gmf-help-hero img {
    object-position: 54% center;
    transform: scale(1.04);
  }

  .gmf-help-hero-inner {
    width: calc(100% - 3.1rem);
    padding: clamp(4.5rem, 15vw, 6rem) 0 clamp(5.75rem, 18vw, 7.5rem);
  }

  .gmf-help-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.15rem, 9.4vw, 3.85rem);
  }

  .gmf-help-hero h1 span {
    white-space: normal;
  }

  .gmf-help-intro,
  .gmf-help-chapter {
    padding-left: 1.55rem;
    padding-right: 1.55rem;
  }

  .gmf-help-intro {
    padding-top: clamp(4rem, 12vw, 5.2rem);
    padding-bottom: clamp(5.25rem, 16vw, 7rem);
  }

  .gmf-help-chapter {
    padding-top: clamp(4rem, 12vw, 5.2rem);
    padding-bottom: clamp(5.25rem, 16vw, 7rem);
  }

  .gmf-help-prose {
    width: min(100%, 34rem);
  }

  .gmf-help-prose h2 {
    font-size: clamp(2rem, 8.5vw, 3.1rem);
  }

  .gmf-help-prose p {
    font-size: clamp(1.14rem, 4.8vw, 1.34rem);
    line-height: 1.68;
  }

  .gmf-help-image {
    padding: 0 1.2rem clamp(3.9rem, 12vw, 5.25rem);
  }

  .gmf-help-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(16,16,37,.12);
  }

  .gmf-testimonial {
    margin-top: clamp(2.7rem, 9vw, 4rem);
    padding: clamp(1.75rem, 7vw, 2.35rem) 1.45rem;
    border-radius: 14px;
  }

  .gmf-testimonial p {
    font-size: clamp(1.04rem, 4.5vw, 1.22rem);
    line-height: 1.6;
  }

  .gmf-testimonial small {
    font-size: .68rem;
  }
}


/* How I Can Help v1.3 targeted hero lock */
.gmf-help-hero-title {
  max-width: none;
}

.gmf-help-hero-title span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .gmf-help-hero-title span {
    white-space: normal;
  }
}



/* SELECTED WORK */

.gmf-selected-work-page {
  background: var(--paper);
  color: var(--ink);
}

.gmf-selected-hero {
  min-height: clamp(440px, 54svh, 640px);
  display: grid;
  align-items: end;
  padding: clamp(8rem, 11vw, 12rem) var(--side-pad) clamp(5.5rem, 8vw, 8rem);
  background:
    radial-gradient(circle at 50% 20%, rgba(253,245,231,.08), transparent 36%),
    linear-gradient(180deg, rgba(16,16,37,1) 0%, rgba(16,16,37,.96) 100%);
  color: var(--paper);
}

.gmf-selected-hero-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.gmf-selected-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.55rem, 4.6vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 700;
}

.gmf-featured-work {
  padding: clamp(5rem, 7vw, 7rem) var(--side-pad) clamp(2.5rem, 4vw, 4rem);
  background: var(--paper);
}

.gmf-featured-work-inner {
  width: min(1380px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(4.75rem, 6.5vw, 7rem);
}

/* Flex is used deliberately here to guarantee clean mirrored placement. */
.gmf-work-feature,
.gmf-work-feature:nth-child(odd),
.gmf-work-feature:nth-child(even) {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4rem, 6vw, 6.5rem);
  width: 100%;
  min-width: 0;
}

.gmf-work-feature:nth-child(odd) {
  flex-direction: row;
}

.gmf-work-feature:nth-child(even) {
  flex-direction: row-reverse;
}

.gmf-work-poster,
.gmf-work-feature:nth-child(odd) .gmf-work-poster,
.gmf-work-feature:nth-child(even) .gmf-work-poster {
  flex: 0 0 470px;
  width: 470px;
  max-width: 470px;
  margin: 0;
  order: initial !important;
  justify-self: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  grid-area: auto !important;
}

/* Normalise all five posters to the same visible dimensions. */
.gmf-work-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  box-shadow: 0 30px 86px rgba(16,16,37,.18);
  transition:
    transform 720ms cubic-bezier(.22,.7,.12,1),
    box-shadow 720ms cubic-bezier(.22,.7,.12,1);
}

@media (hover:hover) and (pointer:fine) {
  .gmf-work-poster img:hover {
    transform: scale(1.012) translateY(-3px);
    box-shadow: 0 36px 96px rgba(16,16,37,.22);
  }
}

.gmf-work-details,
.gmf-work-feature:nth-child(odd) .gmf-work-details,
.gmf-work-feature:nth-child(even) .gmf-work-details {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  display: grid;
  justify-items: start;
  text-align: left;
  order: initial !important;
  grid-column: auto !important;
  grid-row: auto !important;
  grid-area: auto !important;
}

.gmf-work-details h2 {
  margin: 0;
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(2.15rem, 3vw, 3.7rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 700;
  white-space: nowrap;
}

.gmf-work-meta {
  margin: clamp(1rem, 1.7vw, 1.45rem) 0 0;
  max-width: 100%;
  color: rgba(16,16,37,.54);
  font-size: clamp(.76rem, .84vw, .9rem);
  line-height: 1.5;
  letter-spacing: .115em;
  text-transform: uppercase;
  font-weight: 650;
  white-space: nowrap;
}

.gmf-role-list,
.gmf-credit-roles {
  display: flex;
  flex-wrap: wrap;
  gap: .68rem;
  margin-top: clamp(1.5rem, 2.3vw, 2rem);
}

.gmf-role-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: .55rem .88rem;
  border: 1px solid rgba(16,16,37,.14);
  border-radius: 999px;
  color: rgba(16,16,37,.78);
  background: rgba(255,255,255,.42);
  font-size: .74rem;
  line-height: 1;
  letter-spacing: .085em;
  text-transform: uppercase;
  font-weight: 650;
  white-space: nowrap;
}

.gmf-further-credits {
  padding: clamp(2rem, 3vw, 3rem) var(--side-pad) clamp(5rem, 8vw, 8rem);
  background: var(--paper);
}

.gmf-further-divider {
  width: min(420px, 48vw);
  height: 1px;
  margin: 0 auto clamp(4.5rem, 7vw, 7rem);
  background: rgba(16,16,37,.16);
}

.gmf-further-intro {
  width: min(820px, 100%);
  margin: 0 auto clamp(3.25rem, 4.5vw, 4.5rem);
  text-align: center;
}

.gmf-further-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 4.2vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 700;
}

.gmf-further-intro p {
  margin: clamp(1.15rem, 2vw, 1.8rem) auto 0;
  color: rgba(16,16,37,.68);
  font-size: clamp(1.12rem, 1.4vw, 1.35rem);
  line-height: 1.72;
}

.gmf-credit-group {
  width: min(1120px, 100%);
  margin: 0 auto clamp(5rem, 8vw, 8rem);
}

.gmf-credit-group:last-child {
  margin-bottom: clamp(2.75rem, 4vw, 4rem);
}

.gmf-credit-group h3 {
  margin: 0 0 clamp(2.25rem, 3.4vw, 3.4rem);
  color: var(--ink);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 700;
}

.gmf-credit-list {
  display: grid;
  gap: 0;
  background: transparent;
  border: 0;
}

.gmf-credit-year {
  padding: clamp(2.5rem, 4vw, 3.6rem) 0 clamp(1.15rem, 2vw, 1.5rem);
  background: var(--paper);
  border-top: 1px solid rgba(16,16,37,.13);
}

.gmf-credit-year span {
  display: inline-block;
  color: rgba(16,16,37,.68);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 750;
}

.gmf-credit-item {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,auto);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.65rem, 2.8vw, 2.5rem) 0;
  background: var(--paper);
  border: 0;
  border-bottom: 1px solid rgba(16,16,37,.07);
}

.gmf-credit-item h4 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.45vw, 1.5rem);
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 650;
}

.gmf-credit-item p {
  margin: .42rem 0 0;
  color: rgba(16,16,37,.56);
  font-size: clamp(.96rem, 1.05vw, 1.06rem);
  line-height: 1.45;
  font-style: italic;
}

.gmf-credit-roles {
  justify-content: flex-end;
  align-items: baseline;
  gap: .4rem;
  margin-top: 0;
}

/* Further Credits read as an editorial index; featured-project roles keep
   their pill treatment above. */
.gmf-credit-roles .gmf-role-chip {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(16,16,37,.62);
  font-size: clamp(.7rem, .82vw, .8rem);
  line-height: 1.5;
  letter-spacing: .11em;
}

.gmf-credit-roles .gmf-role-chip:not(:last-child)::after {
  content: "\00b7";
  margin-left: .4rem;
  color: rgba(16,16,37,.3);
  font-weight: 400;
}

.gmf-selected-closing {
  padding-top: clamp(2.75rem, 4vw, 4rem);
}

.gmf-selected-closing .gmf-bio-closing-inner {
  padding-top: clamp(3.25rem, 4.8vw, 4.5rem);
  border-top: 1px solid rgba(16,16,37,.22);
}

.gmf-work-feature.gmf-page-reveal {
  background: transparent;
}

@media (max-width: 1180px) {
  .gmf-work-feature,
  .gmf-work-feature:nth-child(odd),
  .gmf-work-feature:nth-child(even) {
    gap: clamp(2.75rem, 4.5vw, 4.5rem);
  }

  .gmf-work-poster,
  .gmf-work-feature:nth-child(odd) .gmf-work-poster,
  .gmf-work-feature:nth-child(even) .gmf-work-poster {
    flex-basis: 390px;
    width: 390px;
    max-width: 390px;
  }

  .gmf-work-details h2 {
    font-size: clamp(1.95rem, 2.7vw, 3.15rem);
  }

  .gmf-work-meta {
    font-size: .7rem;
  }
}

@media (max-width: 860px) {
  .gmf-work-feature,
  .gmf-work-feature:nth-child(odd),
  .gmf-work-feature:nth-child(even) {
    flex-direction: column;
    gap: clamp(2.4rem, 8vw, 3.5rem);
  }

  .gmf-work-poster,
  .gmf-work-feature:nth-child(odd) .gmf-work-poster,
  .gmf-work-feature:nth-child(even) .gmf-work-poster {
    flex: 0 0 auto;
    width: min(78vw, 410px);
    max-width: 410px;
  }

  .gmf-work-details,
  .gmf-work-feature:nth-child(odd) .gmf-work-details,
  .gmf-work-feature:nth-child(even) .gmf-work-details {
    width: 100%;
    text-align: center;
    justify-items: center;
  }

  .gmf-work-details h2,
  .gmf-work-meta {
    white-space: normal;
    text-align: center;
  }

  .gmf-role-list {
    justify-content: center;
  }

  .gmf-credit-item {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .gmf-credit-roles {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .gmf-featured-work {
    padding-top: clamp(4.25rem, 15vw, 5.5rem);
  }

  .gmf-featured-work-inner {
    gap: clamp(4.5rem, 17vw, 6rem);
  }

  .gmf-role-chip {
    min-height: 2.2rem;
    padding: .5rem .76rem;
    font-size: .66rem;
    letter-spacing: .07em;
  }

  .gmf-credit-group h3,
  .gmf-further-intro h2,
  .gmf-credit-year,
  .gmf-credit-item {
    text-align: center;
  }

  .gmf-credit-roles {
    justify-content: center;
  }
}


/* SELECTED WORK v1.5  -  explicit source-order poster placement */
.gmf-work-feature,
.gmf-work-feature:nth-child(odd),
.gmf-work-feature:nth-child(even) {
  flex-direction: row !important;
}

.gmf-work-feature--poster-right .gmf-work-details {
  order: 1 !important;
}

.gmf-work-feature--poster-right .gmf-work-poster {
  order: 2 !important;
  margin-left: auto;
  margin-right: 0;
}

.gmf-work-feature:not(.gmf-work-feature--poster-right) .gmf-work-poster {
  order: 1 !important;
  margin-left: 0;
  margin-right: 0;
}

.gmf-work-feature:not(.gmf-work-feature--poster-right) .gmf-work-details {
  order: 2 !important;
}

@media (max-width: 860px) {
  .gmf-work-feature,
  .gmf-work-feature:nth-child(odd),
  .gmf-work-feature:nth-child(even),
  .gmf-work-feature--poster-right {
    flex-direction: column !important;
  }

  .gmf-work-feature--poster-right .gmf-work-poster,
  .gmf-work-feature--poster-right .gmf-work-details,
  .gmf-work-feature:not(.gmf-work-feature--poster-right) .gmf-work-poster,
  .gmf-work-feature:not(.gmf-work-feature--poster-right) .gmf-work-details {
    order: initial !important;
    margin-left: auto;
    margin-right: auto;
  }
}


/* SELECTED WORK v1.6  -  all featured posters aligned left */

.gmf-work-feature,
.gmf-work-feature:nth-child(odd),
.gmf-work-feature:nth-child(even) {
  display: grid !important;
  grid-template-columns: minmax(320px, 470px) minmax(0, 1fr) !important;
  grid-template-areas: "poster details" !important;
  align-items: center;
  justify-content: initial;
  gap: clamp(4rem, 6vw, 6.5rem);
  width: 100%;
  min-width: 0;
  flex-direction: initial !important;
}

.gmf-work-feature .gmf-work-poster,
.gmf-work-feature:nth-child(odd) .gmf-work-poster,
.gmf-work-feature:nth-child(even) .gmf-work-poster {
  grid-area: poster !important;
  justify-self: start !important;
  align-self: center;
  width: 470px;
  max-width: 100%;
  margin: 0;
  order: initial !important;
  flex: initial !important;
}

.gmf-work-feature .gmf-work-details,
.gmf-work-feature:nth-child(odd) .gmf-work-details,
.gmf-work-feature:nth-child(even) .gmf-work-details {
  grid-area: details !important;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  text-align: left;
  justify-items: start;
  order: initial !important;
  flex: initial !important;
}

.gmf-work-details h2,
.gmf-work-meta {
  text-align: left;
}

.gmf-role-list {
  justify-content: flex-start;
}

@media (max-width: 1180px) {
  .gmf-work-feature,
  .gmf-work-feature:nth-child(odd),
  .gmf-work-feature:nth-child(even) {
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr) !important;
    gap: clamp(2.75rem, 4.5vw, 4.5rem);
  }

  .gmf-work-feature .gmf-work-poster,
  .gmf-work-feature:nth-child(odd) .gmf-work-poster,
  .gmf-work-feature:nth-child(even) .gmf-work-poster {
    width: 390px;
  }
}

@media (max-width: 860px) {
  .gmf-work-feature,
  .gmf-work-feature:nth-child(odd),
  .gmf-work-feature:nth-child(even) {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "poster"
      "details" !important;
    row-gap: clamp(2.4rem, 8vw, 3.5rem);
  }

  .gmf-work-feature .gmf-work-poster,
  .gmf-work-feature:nth-child(odd) .gmf-work-poster,
  .gmf-work-feature:nth-child(even) .gmf-work-poster {
    justify-self: center !important;
    width: min(78vw, 410px);
  }

  .gmf-work-feature .gmf-work-details,
  .gmf-work-feature:nth-child(odd) .gmf-work-details,
  .gmf-work-feature:nth-child(even) .gmf-work-details {
    text-align: center;
    justify-items: center;
  }

  .gmf-work-details h2,
  .gmf-work-meta {
    text-align: center;
    white-space: normal;
  }

  .gmf-role-list {
    justify-content: center;
  }
}

/* Keep the three Notre-Dame roles together without clipping narrow screens. */
.gmf-role-list-notre-dame {
  flex-wrap: nowrap;
  gap: .45rem;
  width: max-content;
  max-width: none;
}

.gmf-role-list-notre-dame .gmf-role-chip {
  padding-inline: .75rem;
}

@media (max-width: 520px) {
  .gmf-role-list-notre-dame {
    width: 100%;
    max-width: 100%;
    gap: .25rem;
  }

  .gmf-role-list-notre-dame .gmf-role-chip {
    min-height: 2rem;
    padding-inline: clamp(.38rem, 1.8vw, .55rem);
    font-size: clamp(.5rem, 2.2vw, .6rem);
    letter-spacing: .04em;
  }
}


/* ==========================================================
   UNIFIED HEROES v1.0
   Homepage retains its cinematic image reveal.
   Interior pages use one shared navy, text-only hero system.
   ========================================================== */

/* Homepage: navy emblem intro first, photograph fades in only after retreat. */
.gmf-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.gmf-home-hero-image,
.gmf-home-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gmf-home-hero-image {
  z-index: 0;
  opacity: 0;
  transform: scale(1.035);
  animation: gmfHomeHeroImageReveal 1.45s cubic-bezier(.22,.7,.12,1) forwards 4.05s;
}

.gmf-home-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gmf-home-hero-overlay {
  z-index: 1;
  opacity: 0;
  background:
    linear-gradient(90deg, rgba(16,16,37,.74) 0%, rgba(16,16,37,.54) 43%, rgba(16,16,37,.42) 100%),
    linear-gradient(0deg, rgba(16,16,37,.48) 0%, rgba(16,16,37,.12) 52%, rgba(16,16,37,.35) 100%);
  animation: gmfHomeHeroOverlayReveal 1.45s ease forwards 4.05s;
}

.gmf-hero .gmf-paper-grain {
  z-index: 2;
}

.gmf-hero .gmf-logo-lockup {
  z-index: 4;
}

.gmf-hero .gmf-hero-copy {
  z-index: 5;
}

.gmf-hero::after {
  z-index: 6;
}

/* Retimed so the image settles after the emblem retreats, then copy arrives. */
.gmf-hero-line:nth-child(1) {
  animation-delay: 4.85s;
}

.gmf-hero-line:nth-child(2) {
  animation-delay: 5.7s;
}

.gmf-hero-line:nth-child(3) {
  animation-delay: 6.55s;
}

@keyframes gmfHomeHeroImageReveal {
  from {
    opacity: 0;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gmfHomeHeroOverlayReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Shared interior-page hero geometry. */
.gmf-subpage-hero {
  position: relative;
  min-height: clamp(440px, 54svh, 640px);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(8rem, 11vw, 12rem) var(--side-pad) clamp(5.5rem, 8vw, 8rem);
  background:
    radial-gradient(circle at 50% 20%, rgba(253,245,231,.08), transparent 36%),
    linear-gradient(180deg, rgba(16,16,37,1) 0%, rgba(16,16,37,.96) 100%);
  color: var(--paper);
}

.gmf-subpage-hero-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.gmf-subpage-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(2.55rem, 4.6vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 700;
}

.gmf-subpage-hero h1 span {
  display: block;
  white-space: nowrap;
}

/* Neutralise the former photographic-hero rules on the two converted pages. */
.gmf-bio-hero.gmf-subpage-hero,
.gmf-help-hero.gmf-subpage-hero,
.gmf-selected-hero.gmf-subpage-hero {
  min-height: clamp(440px, 54svh, 640px);
  display: grid;
  align-items: end;
  padding: clamp(8rem, 11vw, 12rem) var(--side-pad) clamp(5.5rem, 8vw, 8rem);
  background:
    radial-gradient(circle at 50% 20%, rgba(253,245,231,.08), transparent 36%),
    linear-gradient(180deg, rgba(16,16,37,1) 0%, rgba(16,16,37,.96) 100%);
}

.gmf-bio-hero.gmf-subpage-hero h1,
.gmf-help-hero.gmf-subpage-hero h1,
.gmf-selected-hero.gmf-subpage-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.55rem, 4.6vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 700;
}

@media (max-width: 760px) {
  .gmf-home-hero-image img {
    object-position: 56% center;
  }

  .gmf-subpage-hero,
  .gmf-bio-hero.gmf-subpage-hero,
  .gmf-help-hero.gmf-subpage-hero,
  .gmf-selected-hero.gmf-subpage-hero {
    min-height: 520px;
    padding: clamp(7.25rem, 18vw, 10rem) var(--side-pad) clamp(5rem, 16vw, 7rem);
  }

  .gmf-subpage-hero h1,
  .gmf-bio-hero.gmf-subpage-hero h1,
  .gmf-help-hero.gmf-subpage-hero h1,
  .gmf-selected-hero.gmf-subpage-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.35rem, 10vw, 4.2rem);
  }

  .gmf-subpage-hero h1 span {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gmf-home-hero-image,
  .gmf-home-hero-overlay {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}


/* ==========================================================
   UNIFIED HEROES v1.1
   Lock all interior-page heroes to exactly the same geometry.
   ========================================================== */

.gmf-subpage-hero,
.gmf-bio-hero.gmf-subpage-hero,
.gmf-help-hero.gmf-subpage-hero,
.gmf-selected-hero.gmf-subpage-hero {
  box-sizing: border-box;
  width: 100%;
  height: clamp(440px, 54svh, 640px);
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: clamp(8rem, 11vw, 12rem) var(--side-pad) clamp(5.5rem, 8vw, 8rem);
  display: grid;
  align-items: end;
}

.gmf-subpage-hero-inner,
.gmf-bio-hero.gmf-subpage-hero .gmf-subpage-hero-inner,
.gmf-help-hero.gmf-subpage-hero .gmf-subpage-hero-inner,
.gmf-selected-hero.gmf-subpage-hero .gmf-subpage-hero-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 760px) {
  .gmf-subpage-hero,
  .gmf-bio-hero.gmf-subpage-hero,
  .gmf-help-hero.gmf-subpage-hero,
  .gmf-selected-hero.gmf-subpage-hero {
    height: 520px;
    min-height: 0;
    padding: clamp(7.25rem, 18vw, 10rem) var(--side-pad) clamp(5rem, 16vw, 7rem);
  }
}


/* ==========================================================
   UNIFIED HEROES v1.2
   Biography was inheriting the legacy .gmf-page top padding.
   Remove it so all interior heroes begin immediately below
   the shared fixed header and therefore have identical height.
   ========================================================== */

.gmf-biography-page.gmf-page {
  padding-top: 0 !important;
}


/* ==========================================================
   CONTACT v1.0
   ========================================================== */

.gmf-contact-page {
  background: var(--paper);
  color: var(--ink);
}

.gmf-contact-hero {
  background:
    radial-gradient(circle at 50% 20%, rgba(253,245,231,.08), transparent 36%),
    linear-gradient(180deg, rgba(16,16,37,1) 0%, rgba(16,16,37,.96) 100%);
}

.gmf-contact-main {
  position: relative;
  min-height: clamp(440px, 56svh, 620px);
  display: grid;
  place-items: center;
  padding: clamp(7rem, 10vw, 10rem) var(--side-pad) clamp(7.5rem, 11vw, 11rem);
  overflow: hidden;
  background: var(--paper);
}

.gmf-contact-dissolve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(9rem, 18vw, 15rem);
  transform: translateY(-1px);
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(16,16,37,1) 0%,
    rgba(16,16,37,.72) 20%,
    rgba(16,16,37,.28) 50%,
    rgba(16,16,37,0) 100%
  );
}

.gmf-contact-inner {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.gmf-contact-inner p {
  margin: 0 auto clamp(2.5rem, 4.2vw, 3.75rem);
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -.055em;
  font-weight: 700;
}

.gmf-contact-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  padding: .95rem clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid rgba(16,16,37,.14);
  border-radius: 999px;
  background: var(--navy);
  color: var(--paper);
  text-decoration: none;
  font-size: clamp(.98rem, 1.25vw, 1.18rem);
  line-height: 1;
  letter-spacing: .035em;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(16,16,37,.14);
  transition:
    transform 260ms var(--ease),
    box-shadow 260ms var(--ease),
    background-color 260ms ease;
}

.gmf-contact-email:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(16,16,37,.19);
}

.gmf-contact-email:focus-visible {
  outline: 3px solid rgba(16,16,37,.28);
  outline-offset: 5px;
}

@media (max-width: 760px) {
  .gmf-contact-main {
    min-height: 460px;
    padding: clamp(6rem, 20vw, 8rem) 1.55rem clamp(6.5rem, 20vw, 8.5rem);
  }

  .gmf-contact-inner p {
    max-width: 16ch;
    font-size: clamp(2rem, 9vw, 3.35rem);
  }

  .gmf-contact-email {
    width: min(100%, 29rem);
    min-height: 3.5rem;
    padding: .95rem 1.15rem;
    font-size: clamp(.85rem, 3.8vw, 1rem);
    letter-spacing: .02em;
  }
}


/* ==========================================================
   CONTACT v1.1
   Match the shared page transition, refine the statement,
   and keep the email action clearly visible.
   ========================================================== */

.gmf-contact-main {
  min-height: clamp(380px, 48svh, 540px);
  padding: clamp(5.5rem, 8vw, 7.5rem) var(--side-pad) clamp(6rem, 8vw, 8rem);
  background: var(--paper);
  overflow: visible;
}

.gmf-contact-dissolve {
  display: none !important;
}

.gmf-contact-inner {
  width: min(860px, 100%);
}

.gmf-contact-inner p {
  max-width: 760px;
  margin: 0 auto clamp(2.2rem, 3.4vw, 3.1rem);
  color: rgba(16,16,37,.82);
  font-size: clamp(1.65rem, 2.7vw, 3rem);
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 550;
}

.gmf-contact-email {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none;
  min-height: 3.55rem;
  padding: .95rem clamp(1.45rem, 2.8vw, 2.3rem);
  background: var(--navy);
  color: var(--paper);
  border: 1px solid rgba(16,16,37,.12);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(16,16,37,.13);
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  letter-spacing: .03em;
  font-weight: 700;
}

.gmf-contact-email:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(16,16,37,.18);
}

@media (max-width: 760px) {
  .gmf-contact-main {
    min-height: 420px;
    padding: clamp(5rem, 16vw, 6.5rem) 1.55rem clamp(5.5rem, 18vw, 7rem);
  }

  .gmf-contact-inner p {
    max-width: 18ch;
    font-size: clamp(1.65rem, 7vw, 2.55rem);
  }

  .gmf-contact-email {
    width: min(100%, 28rem);
    font-size: clamp(.84rem, 3.6vw, .98rem);
  }
}


/* ==========================================================
   CONTACT v1.2
   Reliable vertical layout and clickable mailto action.
   ========================================================== */

.gmf-contact-main {
  position: relative;
  min-height: clamp(380px, 48svh, 540px);
  display: grid;
  place-items: center;
  padding: clamp(5.5rem, 8vw, 7.5rem) var(--side-pad) clamp(6rem, 8vw, 8rem);
  overflow: visible;
  background: var(--paper);
}

.gmf-contact-inner {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
  pointer-events: auto;
}

.gmf-contact-inner p {
  position: static;
  margin: 0;
  max-width: 760px;
  color: rgba(16,16,37,.82);
  font-size: clamp(1.65rem, 2.7vw, 3rem);
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 550;
}

.gmf-contact-email,
.gmf-contact-inner .gmf-contact-email {
  position: relative !important;
  inset: auto !important;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 3.55rem;
  margin: 0;
  padding: .95rem clamp(1.45rem, 2.8vw, 2.3rem);
  border: 1px solid rgba(16,16,37,.12);
  border-radius: 999px;
  background: var(--navy);
  color: var(--paper);
  text-decoration: none;
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  line-height: 1;
  letter-spacing: .03em;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(16,16,37,.13);
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer;
  transform: none;
  transition:
    transform 260ms var(--ease),
    box-shadow 260ms var(--ease),
    background-color 260ms ease;
}

.gmf-contact-email:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(16,16,37,.18);
}

.gmf-contact-email:focus-visible {
  outline: 3px solid rgba(16,16,37,.28);
  outline-offset: 5px;
}

@media (max-width: 760px) {
  .gmf-contact-main {
    min-height: 420px;
    padding: clamp(5rem, 16vw, 6.5rem) 1.55rem clamp(5.5rem, 18vw, 7rem);
  }

  .gmf-contact-inner {
    gap: 2.4rem;
  }

  .gmf-contact-inner p {
    max-width: 18ch;
    font-size: clamp(1.65rem, 7vw, 2.55rem);
  }

  .gmf-contact-email,
  .gmf-contact-inner .gmf-contact-email {
    width: min(100%, 28rem);
    font-size: clamp(.84rem, 3.6vw, .98rem);
  }
}


/* ==========================================================
   CONTACT v1.3
   Final alignment and spacing correction.
   ========================================================== */

.gmf-contact-main {
  min-height: clamp(460px, 56svh, 620px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(7rem, 10vw, 9rem) var(--side-pad) clamp(8rem, 11vw, 10rem);
}

.gmf-contact-inner,
.gmf-contact-main .gmf-contact-inner {
  position: relative !important;
  inset: auto !important;
  width: min(900px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  align-items: center !important;
  row-gap: clamp(3.75rem, 5.5vw, 5.25rem) !important;
  text-align: center !important;
  transform: none;
}

.gmf-contact-inner p,
.gmf-contact-main .gmf-contact-inner p {
  position: static !important;
  inset: auto !important;
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.gmf-contact-email,
.gmf-contact-main .gmf-contact-email,
.gmf-contact-inner .gmf-contact-email {
  position: static !important;
  inset: auto !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 auto !important;
  transform: none;
}

.gmf-contact-email:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 760px) {
  .gmf-contact-main {
    min-height: 480px;
    padding: clamp(6rem, 18vw, 7rem) 1.55rem clamp(7rem, 20vw, 8rem);
  }

  .gmf-contact-inner,
  .gmf-contact-main .gmf-contact-inner {
    row-gap: 3rem !important;
  }

  .gmf-contact-inner p,
  .gmf-contact-main .gmf-contact-inner p {
    width: min(18ch, 100%) !important;
  }
}


/* ==========================================================
   CONTACT v1.4
   Dedicated full-width action row for exact horizontal centring.
   ========================================================== */

.gmf-contact-inner,
.gmf-contact-main .gmf-contact-inner {
  width: min(900px, 100%) !important;
  justify-items: stretch !important;
}

.gmf-contact-inner p,
.gmf-contact-main .gmf-contact-inner p {
  justify-self: center !important;
}

.gmf-contact-action {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gmf-contact-action .gmf-contact-email {
  position: static !important;
  margin: 0 !important;
  align-self: auto !important;
  justify-self: auto !important;
}


/* ==========================================================
   CONTACT v1.5
   Remove the legacy individual translate property that was
   shifting the email action 50% to the left.
   ========================================================== */

.gmf-contact-email,
.gmf-contact-main .gmf-contact-email,
.gmf-contact-inner .gmf-contact-email,
.gmf-contact-action .gmf-contact-email {
  translate: none !important;
}


/* ==========================================================
   SIGNATURE PORTRAIT SEQUENCE v1.0
   Portrait-led homepage reveal and cinematic Biography close.
   Existing hero animation timings remain unchanged.
   ========================================================== */

.gmf-signature-hero {
  background:
    radial-gradient(ellipse at 23% 44%, rgba(253,245,231,.055) 0%, rgba(16,16,37,.97) 42%, var(--navy) 76%);
}

.gmf-signature-hero .gmf-home-hero-image {
  inset: 112px 0 0 auto;
  width: min(66vw, 1040px);
  overflow: hidden;
}

.gmf-signature-hero .gmf-home-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16,16,37,1) 0%, rgba(16,16,37,.88) 10%, rgba(16,16,37,.22) 34%, rgba(16,16,37,.02) 66%),
    linear-gradient(0deg, rgba(16,16,37,.82) 0%, rgba(16,16,37,.22) 30%, rgba(16,16,37,.08) 66%, rgba(16,16,37,.24) 100%);
  pointer-events: none;
}

.gmf-signature-hero .gmf-home-hero-image img {
  object-position: center top;
  filter: saturate(.86) contrast(1.035) brightness(.96);
}

.gmf-signature-hero .gmf-home-hero-overlay {
  background:
    linear-gradient(90deg, rgba(16,16,37,.98) 0%, rgba(16,16,37,.93) 27%, rgba(16,16,37,.5) 49%, rgba(16,16,37,.06) 100%),
    linear-gradient(0deg, rgba(16,16,37,.58) 0%, rgba(16,16,37,.06) 50%, rgba(16,16,37,.3) 100%);
}

.gmf-signature-hero .gmf-hero-copy {
  left: var(--side-pad);
  right: auto;
  top: 55% !important;
  width: min(570px, 45vw);
  transform: translateY(-50%);
  text-align: left;
}

.gmf-signature-hero .gmf-eyebrow,
.gmf-signature-hero .gmf-headline,
.gmf-signature-hero .gmf-sub {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gmf-signature-hero .gmf-headline {
  font-size: clamp(2.15rem, 3.65vw, 4.1rem);
}

.gmf-bio-closing-cinematic {
  position: relative;
  min-height: clamp(620px, 78svh, 860px);
  display: flex;
  align-items: center;
  padding: clamp(7.5rem, 10vw, 10rem) var(--side-pad);
  overflow: hidden;
  background: var(--navy);
  color: var(--paper);
  text-align: left;
  isolation: isolate;
}

.gmf-bio-closing-image,
.gmf-bio-closing-shade {
  position: absolute;
  inset: 0;
}

.gmf-bio-closing-image {
  z-index: 0;
}

.gmf-bio-closing-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.9) contrast(1.035) brightness(.88);
  transform: scale(1.01);
}

.gmf-bio-closing-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16,16,37,.95) 0%, rgba(16,16,37,.87) 34%, rgba(16,16,37,.5) 62%, rgba(16,16,37,.22) 100%),
    linear-gradient(0deg, rgba(16,16,37,.66) 0%, rgba(16,16,37,.1) 55%, rgba(16,16,37,.34) 100%);
}

.gmf-bio-closing-cinematic .gmf-bio-closing-inner {
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.gmf-bio-closing-cinematic p {
  width: min(680px, 58vw);
  margin: 0 0 clamp(2rem, 3vw, 2.8rem);
  color: var(--paper);
  font-size: clamp(2rem, 3.8vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -.048em;
  font-weight: 600;
  text-wrap: balance;
}

.gmf-bio-closing-cinematic .gmf-cta {
  margin-top: 0;
}

@media (max-width: 900px) {
  .gmf-signature-hero .gmf-home-hero-image {
    width: 72vw;
  }

  .gmf-signature-hero .gmf-hero-copy {
    width: min(500px, 48vw);
  }
}

@media (max-width: 760px) {
  .gmf-signature-hero .gmf-logo-lockup {
    animation: logoSequencePortraitMobile 4.45s cubic-bezier(.28,.02,.16,1) forwards .04s !important;
  }

  .gmf-signature-hero .gmf-home-hero-image {
    inset: 96px 0 0;
    width: 100%;
  }

  .gmf-signature-hero .gmf-home-hero-image::after {
    background:
      linear-gradient(0deg, rgba(16,16,37,.96) 0%, rgba(16,16,37,.8) 23%, rgba(16,16,37,.22) 52%, rgba(16,16,37,.24) 100%),
      linear-gradient(90deg, rgba(16,16,37,.42), rgba(16,16,37,.08) 52%, rgba(16,16,37,.3));
  }

  .gmf-signature-hero .gmf-home-hero-image img {
    object-position: 50% top;
    filter: saturate(.86) contrast(1.025) brightness(.87);
    transform: scale(1.14);
    transform-origin: 50% 28%;
  }

  .gmf-signature-hero .gmf-home-hero-overlay {
    background:
      linear-gradient(0deg, rgba(16,16,37,.92) 0%, rgba(16,16,37,.72) 28%, rgba(16,16,37,.1) 58%, rgba(16,16,37,.3) 100%);
  }

  .gmf-signature-hero .gmf-hero-copy {
    left: 22px;
    right: 22px;
    top: auto !important;
    bottom: clamp(5.8rem, 14svh, 8.5rem);
    width: auto;
    transform: none;
    text-align: left;
  }

  .gmf-signature-hero .gmf-headline {
    max-width: 13ch;
    font-size: clamp(1.85rem, 8vw, 3rem);
  }

  .gmf-bio-closing-cinematic {
    min-height: max(680px, 84svh);
    align-items: end;
    padding: clamp(7rem, 21vw, 9rem) 1.55rem clamp(5.25rem, 16vw, 7rem);
  }

  .gmf-bio-closing-image img {
    object-position: 68% center;
  }

  .gmf-bio-closing-shade {
    background:
      linear-gradient(0deg, rgba(16,16,37,.98) 0%, rgba(16,16,37,.88) 34%, rgba(16,16,37,.36) 68%, rgba(16,16,37,.3) 100%),
      linear-gradient(90deg, rgba(16,16,37,.38), rgba(16,16,37,.08) 62%, rgba(16,16,37,.28));
  }

  .gmf-bio-closing-cinematic .gmf-bio-closing-inner {
    width: 100%;
  }

  .gmf-bio-closing-cinematic p {
    width: min(100%, 19ch);
    margin-bottom: 1.9rem;
    font-size: clamp(1.9rem, 8.2vw, 3rem);
    line-height: 1.1;
  }

  .gmf-bio-closing-cinematic p span {
    display: inline;
  }
}

@keyframes logoSequencePortraitMobile {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(.95);
    filter: blur(1.4px);
  }
  42% {
    opacity: 1;
    transform: translateY(4px) scale(.995);
    filter: blur(.15px);
  }
  100% {
    opacity: 0;
    transform: translateY(-32vh) scale(.72);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gmf-signature-hero .gmf-logo-lockup {
    opacity: 0 !important;
  }

  .gmf-bio-closing-image img {
    transform: none;
  }
}
