:root {
  --bg: #0a0a0a;
  --fg: #ffffff;
  --mute: rgba(255, 255, 255, 0.5);
  --roll: 38rem;
  --gap: 0.42rem;
  --gap-block: 2.25rem;
  --cta-shine-loop: 2.85s;
  /* Slower “thinking” shimmer on credit / passion CTAs */
  --film-cta-shine-loop: 4.6s;
  --cta-grey: #9ea0a8;
  /* Apple Watch Ultra action-button territory */
  --cta-orange: #ff6828;
  --ease-cta-glow: cubic-bezier(0.22, 1, 0.32, 1);
  --ease-cta-line: cubic-bezier(0.33, 1, 0.32, 1);
}

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

html {
  scroll-behavior: smooth;
}

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

  .film-credit__link {
    animation: none !important;
    background: none !important;
    background-size: auto !important;
    color: var(--cta-grey) !important;
    -webkit-text-fill-color: var(--cta-grey) !important;
    text-decoration: none;
  }

  .quiet-link {
    animation: none !important;
    background: none !important;
    background-size: auto !important;
    text-decoration: none;
  }

  .quiet-link__label {
    animation: none !important;
    background: none !important;
    background-size: auto !important;
    color: var(--cta-orange) !important;
    -webkit-text-fill-color: var(--cta-orange) !important;
  }

  .quiet-link:hover .quiet-link__label,
  .quiet-link:focus-visible .quiet-link__label {
    color: var(--fg) !important;
    -webkit-text-fill-color: var(--fg) !important;
  }

  .quiet-link,
  .film-credit__link {
    filter: none !important;
    transition: none !important;
  }

  .quiet-link::after,
  .film-credit__link::after {
    transition: none !important;
    transform: scaleX(0) !important;
  }

  .touch-modal__scrim,
  .touch-modal__sheet,
  .copy-toast {
    transition-duration: 0.01ms !important;
  }

  .construction-slate {
    animation: none !important;
    text-shadow: 0 0 6px rgba(255, 60, 50, 0.95), 0 0 16px rgba(255, 40, 35, 0.65), 0 0 32px rgba(200, 25, 15, 0.32) !important;
    opacity: 1 !important;
  }

  .construction-avail {
    animation: none !important;
    text-shadow: 0 0 6px rgba(150, 220, 255, 0.9), 0 0 14px rgba(100, 190, 255, 0.55), 0 0 26px rgba(70, 160, 255, 0.28) !important;
    opacity: 1 !important;
  }

  .touch-modal__credits > * {
    opacity: 1 !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }

  .touch-modal__type {
    width: auto !important;
    max-width: none !important;
    animation: none !important;
  }
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--fg);
  font-family: "IBM Plex Mono", ui-monospace, "Cascadia Code", "SF Mono", Menlo,
    monospace;
  font-weight: 400;
  font-size: clamp(0.95rem, 2.4vw, 1.05rem);
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  padding: 0.35rem 0.6rem;
  background: var(--fg);
  color: var(--bg);
  font-size: 0.8rem;
  text-decoration: none;
  transform: translateY(-200%);
  z-index: 2;
}

.skip:focus {
  transform: translateY(0);
  outline: 2px solid var(--fg);
}

@keyframes construction-slate-glow {
  from {
    text-shadow: 0 0 5px rgba(255, 55, 45, 0.95), 0 0 14px rgba(255, 35, 30, 0.65), 0 0 28px rgba(200, 20, 15, 0.35);
    opacity: 0.92;
  }
  to {
    text-shadow: 0 0 9px rgba(255, 85, 70, 1), 0 0 24px rgba(255, 45, 38, 0.85), 0 0 48px rgba(255, 30, 22, 0.5);
    opacity: 1;
  }
}

@keyframes construction-avail-glow {
  from {
    text-shadow: 0 0 5px rgba(160, 230, 255, 0.85), 0 0 14px rgba(110, 200, 255, 0.5), 0 0 26px rgba(70, 170, 255, 0.28);
    opacity: 0.9;
  }
  to {
    text-shadow: 0 0 9px rgba(190, 245, 255, 1), 0 0 22px rgba(130, 215, 255, 0.72), 0 0 40px rgba(90, 185, 255, 0.42);
    opacity: 1;
  }
}

.construction-strip {
  position: relative;
  z-index: 4;
}

.construction-slate {
  margin: 0;
  padding: 0.48rem clamp(0.65rem, 2.5vw, 1.1rem);
  text-align: center;
  font-size: clamp(0.56rem, 1.42vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
  color: #ff2a24;
  background: #030303;
  border-bottom: 1px solid rgba(255, 45, 40, 0.35);
  text-shadow: 0 0 7px rgba(255, 65, 55, 0.95), 0 0 18px rgba(255, 40, 32, 0.7), 0 0 36px rgba(210, 25, 18, 0.38);
  animation: construction-slate-glow 2.1s ease-in-out infinite alternate;
}

.construction-avail {
  margin: 0;
  padding: 0.42rem clamp(0.65rem, 2.5vw, 1.1rem);
  text-align: center;
  font-size: clamp(0.54rem, 1.35vw, 0.66rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
  color: #c8f0ff;
  background: #030303;
  border-bottom: 1px solid rgba(120, 200, 255, 0.38);
  text-shadow: 0 0 6px rgba(170, 235, 255, 0.9), 0 0 16px rgba(120, 205, 255, 0.55), 0 0 30px rgba(80, 175, 255, 0.3);
  animation: construction-avail-glow 2.35s ease-in-out infinite alternate;
}

.roll {
  max-width: var(--roll);
  margin: 0 auto;
  padding: clamp(3rem, 12vh, 5rem) 1.25rem 4rem;
}

.open {
  text-align: center;
  margin-bottom: calc(var(--gap-block) * 1.1);
  min-height: min(78vh, 40rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.25rem, 3vh, 2rem);
  padding-block: clamp(2rem, 6vh, 4rem);
}

.hero-intro {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding-inline: clamp(0.15rem, 2vw, 0.35rem);
}

/* Two-column crawl: left toward centre (right-aligned), right from centre (left-aligned). */
.hero-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(0.45rem, 2vw, 0.95rem);
  row-gap: clamp(1.35rem, 3.8vh, 2.1rem);
  align-items: start;
  width: 100%;
  max-width: min(40rem, 100%);
  margin-inline: auto;
}

.footer-grid {
  row-gap: 0;
}

.hero-lbl,
.footer-lbl {
  margin: 0;
  grid-column: 1;
  justify-self: stretch;
  min-width: 0;
  text-align: right;
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.45;
  text-transform: lowercase;
  color: var(--fg);
  overflow-wrap: break-word;
}

.hero-name,
.hero-stack,
.footer-val {
  grid-column: 2;
  justify-self: stretch;
  min-width: 0;
  text-align: left;
  font-weight: 500;
  font-size: clamp(0.76rem, 2.05vw, 0.94rem);
  line-height: 1.38;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fg);
  overflow-wrap: break-word;
}

.hero-name,
.footer-val {
  margin: 0;
}

.contact-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.12em;
  border: 0;
  background: transparent;
  color: var(--fg);
  cursor: pointer;
  line-height: 0;
  opacity: 0.88;
  border-radius: 2px;
}

.contact-copy:hover {
  color: var(--cta-orange);
  opacity: 1;
}

.contact-copy:focus-visible {
  color: var(--cta-orange);
  opacity: 1;
  outline: 1px solid var(--cta-orange);
  outline-offset: 2px;
}

.contact-copy__icon {
  display: block;
  width: 0.82em;
  height: 0.82em;
}

.contact-external {
  display: inline-block;
  line-height: 0;
  vertical-align: -0.08em;
  opacity: 0.88;
}

.contact-external__icon {
  display: block;
  width: 0.82em;
  height: 0.82em;
}

/* Hero CTA opens contact modal — do not set color here: button+two classes beats .quiet-link and broke gradient text */
button.quiet-link {
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.2em;
  background: none;
  cursor: pointer;
  appearance: none;
}

.touch-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2rem);
  pointer-events: none;
}

.touch-modal.is-open {
  pointer-events: auto;
}

.touch-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  opacity: 0;
  transition: opacity 0.44s var(--ease-cta-glow);
}

.touch-modal.is-open .touch-modal__scrim {
  opacity: 1;
}

.touch-modal__sheet {
  position: relative;
  z-index: 1;
  width: min(26rem, calc(100vw - 2.5rem));
  max-height: min(88vh, 36rem);
  overflow: auto;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1rem, 4vw, 1.5rem) clamp(1.5rem, 4vw, 2rem);
  margin-inline: auto;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 0.4s var(--ease-cta-glow),
    transform 0.48s var(--ease-cta-line);
  pointer-events: none;
}

.touch-modal.is-open .touch-modal__sheet {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.touch-modal__close {
  align-self: center;
  margin: 0;
  margin-top: clamp(0.35rem, 1.2vw, 0.65rem);
  padding: 0.35em 0.5em;
  border: none;
  font: inherit;
  font-size: clamp(0.68rem, 1.75vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  background: transparent;
  cursor: pointer;
  transition: color 0.28s var(--ease-cta-glow);
}

.touch-modal__close:hover,
.touch-modal__close:focus-visible {
  color: var(--cta-orange);
}

.touch-modal__close:focus-visible {
  outline: 1px solid var(--cta-orange);
  outline-offset: 3px;
}

.touch-modal__credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.35rem, 3.5vh, 2rem);
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
}

/* Staggered top-to-bottom reveal when modal opens */
.touch-modal__credits > * {
  opacity: 0;
  transform: translateY(calc(-0.35em - 10px));
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition:
    opacity 0.58s cubic-bezier(0.18, 1, 0.32, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.32, 1),
    clip-path 0.78s cubic-bezier(0.22, 1, 0.32, 1);
  transition-delay: 0s;
  will-change: clip-path, opacity, transform;
}

.touch-modal.is-open .touch-modal__credits > * {
  opacity: 1;
  transform: translateY(0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.touch-modal.is-open .touch-modal__credits > :nth-child(1) {
  transition-delay: 0.06s;
}

.touch-modal.is-open .touch-modal__credits > :nth-child(2) {
  transition-delay: 0.16s;
}

.touch-modal.is-open .touch-modal__credits > :nth-child(3) {
  transition-delay: 0.27s;
}

.touch-modal.is-open .touch-modal__credits > :nth-child(4) {
  transition-delay: 0.38s;
}

.touch-modal__credits > .touch-modal__close {
  transition:
    color 0.3s var(--ease-cta-glow),
    opacity 0.58s cubic-bezier(0.18, 1, 0.32, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.32, 1),
    clip-path 0.78s cubic-bezier(0.22, 1, 0.32, 1);
}

.touch-modal__heading.credit-heading {
  margin: 0;
}

@keyframes touch-modal-type-on {
  from {
    max-width: 0;
  }
  to {
    max-width: var(--type-target-width, 40ch);
  }
}

.touch-modal__type {
  display: inline-block;
  width: auto;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  padding-right: 0.2ch;
  --type-target-width: calc(var(--type-len, 1) * 1ch + var(--type-len, 1) * 0.16em + 3.2ch);
}

.touch-modal.is-open .touch-modal__type {
  animation-name: touch-modal-type-on;
  animation-duration: calc(var(--type-len, 1) * 0.028s + 0.16s);
  animation-delay: calc(0.06s + var(--type-order, 0) * 0.075s);
  animation-timing-function: steps(var(--type-len, 1), end);
  animation-fill-mode: forwards;
}

.touch-modal__block {
  width: 100%;
}

.touch-modal__lbl {
  margin: 0 0 0.4rem;
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.52);
}

.touch-modal__line {
  margin: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  font-family: inherit;
  font-size: clamp(0.76rem, 2.05vw, 0.94rem);
  line-height: 1.38;
}

.touch-modal__val {
  margin: 0;
  font-size: inherit;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--fg);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.touch-modal__val:hover,
.touch-modal__val:focus-visible {
  color: var(--cta-orange);
}

.touch-modal__copy {
  flex-shrink: 0;
  font: inherit;
  font-size: inherit;
  padding: 0.15em;
}

.touch-modal__line .contact-copy__icon,
.touch-modal__line .contact-external__icon {
  width: 1em;
  height: 1em;
}

.touch-modal__external {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  vertical-align: middle;
}

.copy-toast {
  position: fixed;
  z-index: 300;
  left: 50%;
  bottom: clamp(1rem, 4vh, 1.75rem);
  max-width: min(calc(100vw - 2rem), 22rem);
  padding: 0.58em 1.05em;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(16, 16, 16, 0.97);
  color: var(--fg);
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translate(-50%, 160%);
  transition:
    opacity 0.34s var(--ease-cta-glow),
    transform 0.42s var(--ease-cta-line);
  pointer-events: none;
}

.copy-toast.copy-toast--visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hero-stack {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-stack li + li {
  margin-top: 0.22em;
}

.hero-cta {
  margin: 0;
  flex-shrink: 0;
  font-size: clamp(0.72rem, 1.9vw, 0.84rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-cta .quiet-link {
  font-weight: 500;
}

.line {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.88em;
}

.line.center {
  text-align: center;
}

.mute {
  color: var(--mute);
}

.credit-section {
  margin-top: calc(var(--gap-block) * 1.25);
}

.credit-heading {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  text-align: center;
  color: var(--mute);
}

.film-stack {
  display: grid;
  grid-template-columns: minmax(0, 28rem);
  justify-content: center;
  justify-items: center;
  gap: clamp(2rem, 6vw, 2.85rem);
  max-width: 28rem;
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 42rem) {
  .credit-section--latest .film-stack,
  .credit-section--passion .film-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    align-items: start;
    column-gap: clamp(2.5rem, 10vw, 5.5rem);
    row-gap: clamp(2rem, 5vw, 2.75rem);
    max-width: min(100%, 58rem);
  }
}

.film-credit {
  --film-meta: rgba(255, 255, 255, 0.52);
  text-align: center;
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
}

.film-credit__head {
  margin: 0;
  line-height: 1.12;
}

.film-credit__title {
  display: inline;
  margin: 0;
  font-size: clamp(0.76rem, 2.05vw, 0.94rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--fg);
}

.film-credit__title::before {
  content: "\201C";
}

.film-credit__title::after {
  content: "\201D";
}

.film-credit__meta {
  margin: 0.35rem 0 0;
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--film-meta);
}

.film-credit__director {
  margin: 0.32rem 0 0;
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--film-meta);
}

.film-credit__roles {
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0;
}

.film-credit__roles li {
  font-size: clamp(0.76rem, 2.05vw, 0.94rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.38;
  text-transform: uppercase;
  color: var(--fg);
}

.film-credit__roles li + li {
  margin-top: 0.22em;
}

.film-credit__unreleased {
  margin: 0.5rem 0 0;
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--film-meta);
}

/* Hero “GET IN TOUCH”: orange + text shimmer + glow pulse; hover / focus white + same shimmer + white pulse. */
@keyframes hero-quietlink-pulse-orange {
  0%,
  100% {
    filter: drop-shadow(0 0 3px rgba(255, 130, 72, 0.85)) drop-shadow(0 0 14px rgba(255, 104, 40, 0.55))
      drop-shadow(0 0 30px rgba(255, 92, 32, 0.38)) drop-shadow(0 0 52px rgba(255, 78, 24, 0.2));
  }
  50% {
    filter: drop-shadow(0 0 8px rgba(255, 150, 90, 1)) drop-shadow(0 0 24px rgba(255, 112, 48, 0.78))
      drop-shadow(0 0 48px rgba(255, 92, 32, 0.58)) drop-shadow(0 0 80px rgba(255, 72, 20, 0.38));
  }
}

@keyframes hero-quietlink-pulse-white {
  0%,
  100% {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.42)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.26))
      drop-shadow(0 0 22px rgba(255, 255, 255, 0.12));
  }
  50% {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.88)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.5))
      drop-shadow(0 0 36px rgba(255, 255, 255, 0.28));
  }
}

/* Two clipped layers: solid base fills glyphs; bright band sweeps across in one direction (linear loop). */
@keyframes cta-text-shine {
  0% {
    background-position: 0 0, 160% center;
  }
  100% {
    background-position: 0 0, -160% center;
  }
}

.film-credit__cta {
  margin: 0.5rem 0 0;
}

.film-credit__cta:last-child {
  margin-bottom: 0;
}

.film-credit__link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  filter: none;
  transition: filter 0.78s var(--ease-cta-glow);
  /* Same dual-layer clip trick as .quiet-link: grey base + sweeping highlight */
  background-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)),
    linear-gradient(
      92deg,
      rgba(255, 255, 255, 0) 22%,
      rgba(255, 255, 255, 0.42) 42%,
      #ffffff 50%,
      rgba(255, 255, 255, 0.42) 58%,
      rgba(255, 255, 255, 0) 78%
    );
  background-size: 100% 100%, 260% 100%;
  background-position: 0 0, 0% center;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-clip: text, text;
  background-clip: text, text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: cta-text-shine var(--film-cta-shine-loop) linear infinite;
  will-change: background-position;
}

.film-credit__link:hover,
.film-credit__link:focus-visible {
  background-image: linear-gradient(var(--cta-orange), var(--cta-orange)),
    linear-gradient(
      92deg,
      rgba(255, 255, 255, 0) 22%,
      rgba(255, 255, 255, 0.42) 42%,
      #ffffff 50%,
      rgba(255, 255, 255, 0.42) 58%,
      rgba(255, 255, 255, 0) 78%
    );
  background-size: 100% 100%, 260% 100%;
  background-position: 0 0, 0% center;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-clip: text, text;
  background-clip: text, text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: cta-text-shine var(--film-cta-shine-loop) linear infinite;
  filter: drop-shadow(0 0 5px rgba(255, 130, 72, 0.95)) drop-shadow(0 0 18px rgba(255, 104, 40, 0.68))
    drop-shadow(0 0 40px rgba(255, 92, 32, 0.5)) drop-shadow(0 0 72px rgba(255, 78, 24, 0.32));
}

.film-credit__link:focus-visible {
  outline: 1px solid var(--cta-orange);
  outline-offset: 4px;
}

/* Glow on the control; clipped shimmer on inner span (clip on <button> is unreliable). */
.quiet-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
  text-decoration: none;
  transition: filter 0.55s var(--ease-cta-glow);
  background: none;
  animation: hero-quietlink-pulse-orange 2.35s ease-in-out infinite;
  will-change: filter;
}

.quiet-link__label {
  display: inline-block;
  background-image: linear-gradient(var(--cta-orange), var(--cta-orange)),
    linear-gradient(
      92deg,
      rgba(255, 255, 255, 0) 5%,
      rgba(255, 255, 255, 0.38) 24%,
      rgba(255, 255, 255, 0.92) 38%,
      #ffffff 50%,
      rgba(255, 255, 255, 0.92) 62%,
      rgba(255, 255, 255, 0.38) 76%,
      rgba(255, 255, 255, 0) 95%
    );
  background-size: 100% 100%, 320% 100%;
  background-position: 0 0, 0% center;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-clip: text, text;
  background-clip: text, text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: cta-text-shine var(--cta-shine-loop) linear infinite;
  will-change: background-position;
}

/* Underline draws in with easing (separate from text clip) */
.quiet-link::after,
.film-credit__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--cta-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.62s var(--ease-cta-line);
  pointer-events: none;
}

.quiet-link:focus-visible {
  outline: 1px solid var(--cta-orange);
  outline-offset: 4px;
}

.quiet-link:hover:focus-visible {
  outline-color: rgba(255, 255, 255, 0.72);
}

.quiet-link:hover,
.quiet-link:focus-visible {
  animation: hero-quietlink-pulse-white 1.75s ease-in-out infinite;
}

.quiet-link:hover .quiet-link__label,
.quiet-link:focus-visible .quiet-link__label {
  background-image: linear-gradient(var(--fg), var(--fg)),
    linear-gradient(
      92deg,
      rgba(255, 255, 255, 0) 5%,
      rgba(255, 255, 255, 0.38) 24%,
      rgba(255, 255, 255, 0.92) 38%,
      #ffffff 50%,
      rgba(255, 255, 255, 0.92) 62%,
      rgba(255, 255, 255, 0.38) 76%,
      rgba(255, 255, 255, 0) 95%
    );
  background-size: 100% 100%, 320% 100%;
  background-position: 0 0, 0% center;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-clip: text, text;
  background-clip: text, text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: cta-text-shine var(--cta-shine-loop) linear infinite;
}

.film-credit__link:hover::after,
.film-credit__link:focus-visible::after,
.quiet-link:hover::after,
.quiet-link:focus-visible::after {
  transform: scaleX(1);
}

.quiet-link:hover::after,
.quiet-link:focus-visible::after {
  background: rgba(255, 255, 255, 0.92);
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .film-credit__link {
    animation: none;
    background: none;
    color: var(--cta-grey);
    -webkit-text-fill-color: var(--cta-grey);
  }

  .quiet-link {
    animation: hero-quietlink-pulse-orange 2.35s ease-in-out infinite;
    background: none;
  }

  .quiet-link__label {
    background: none;
    color: var(--cta-orange);
    -webkit-text-fill-color: var(--cta-orange);
  }

  .quiet-link:hover,
  .quiet-link:focus-visible {
    animation: hero-quietlink-pulse-white 1.75s ease-in-out infinite;
    background: none;
  }

  .quiet-link:hover .quiet-link__label,
  .quiet-link:focus-visible .quiet-link__label {
    background: none;
    color: var(--fg);
    -webkit-text-fill-color: var(--fg);
  }
}

.passion-card__title {
  display: inline;
  margin: 0;
  font-size: clamp(0.76rem, 2.05vw, 0.94rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--fg);
}

.passion-card__title::before {
  content: "\201C";
}

.passion-card__title::after {
  content: "\201D";
}

.passion-card__desc {
  margin: 0.35rem 0 0;
  font-size: clamp(0.72rem, 1.85vw, 0.84rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: lowercase;
  color: var(--fg);
}

.passion-card__ctas {
  margin: 0.45rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0.65rem;
}

.passion-card__ctas .film-credit__cta {
  margin: 0;
}

.closing {
  margin-top: 3rem;
  width: 100%;
  padding-inline: clamp(0.15rem, 2vw, 0.35rem);
}

