
  :root {
    --paper: #f5f0e8;
    --paper-deep: #e9dfcf;
    --ink: #171411;
    --muted: #746b61;
    --soft: rgba(23, 20, 17, 0.62);
    --faint: rgba(23, 20, 17, 0.14);
    --night: #100e0c;
    --bronze: #9b8054;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  }

  * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
    background: var(--paper);
    color: var(--ink);
  }

  body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--sans);
    color: var(--ink);
    background:
      linear-gradient(180deg, rgba(255, 252, 246, 0.74), rgba(235, 227, 214, 0.74)),
      var(--paper);
  }

  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    opacity: 0.11;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23g)' opacity='0.28'/%3E%3C/svg%3E");
  }

  a {
    color: inherit;
    text-decoration: none;
  }

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

  figure {
    margin: 0;
  }

  button,
  input,
  textarea {
    font: inherit;
  }

  .site {
    position: relative;
    min-height: 100vh;
  }

  .shell {
    width: min(1180px, calc(100% - 42px));
    margin: 0 auto;
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 8;
    width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(18px, 2.2vw, 30px);
    align-items: center;
    margin: 0;
    padding: 22px max(21px, calc((100% - 1180px) / 2)) 16px;
    background: rgba(245, 240, 232, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(23, 20, 17, 0.08);
  }

  .wordmark,
  h1,
  h2,
  h3,
  .story-name,
  .footer strong {
    font-family: var(--serif);
    font-weight: 500;
    letter-spacing: 0;
  }

  .wordmark {
    position: relative;
    justify-self: start;
    display: inline-block;
    font-size: clamp(1.18rem, 1.7vw, 1.58rem);
    line-height: 0.9;
    white-space: nowrap;
  }

  .registered-mark {
    position: absolute;
    top: -0.34em;
    right: -0.52em;
    font-family: var(--sans);
    font-size: 0.26em;
    font-weight: 700;
  }

  .nav {
    display: flex;
    justify-content: flex-end;
    gap: clamp(10px, 1.45vw, 22px);
    color: rgba(23, 20, 17, 0.68);
    font-size: clamp(0.66rem, 0.72vw, 0.72rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .nav a,
  .text-link,
  .quiet-button {
    transition: color 220ms ease, border-color 220ms ease, background-color 220ms ease;
  }

  .nav a {
    white-space: nowrap;
  }

  .nav a:hover,
  .text-link:hover {
    color: var(--ink);
  }

  main {
    display: grid;
    gap: clamp(94px, 13vw, 176px);
    padding: 0 0 66px;
  }

  section {
    scroll-margin-top: 96px;
  }

  .hero {
    display: grid;
    gap: clamp(26px, 4vw, 46px);
  }

  .home-hero {
    position: relative;
    min-height: calc(100svh - 73px);
    align-items: end;
    overflow: hidden;
    color: var(--paper);
    background: var(--night);
  }

  .home-hero .hero-copy {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 42px));
    margin: 0 auto;
    padding: clamp(120px, 18vh, 220px) 0 clamp(56px, 9vw, 96px);
  }

  .home-hero h1,
  .home-hero .lede {
    max-width: 820px;
  }

  .home-hero .lede {
    color: rgba(245, 240, 232, 0.78);
  }

  .home-hero .quiet-button {
    color: var(--paper);
    border-color: rgba(245, 240, 232, 0.5);
    background: rgba(14, 13, 11, 0.26);
  }

  .home-hero .quiet-button:hover {
    border-color: rgba(245, 240, 232, 0.78);
    background: rgba(14, 13, 11, 0.36);
  }

  .home-hero .hero-image {
    position: absolute;
    inset: 0;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .home-hero .hero-image img {
    min-height: 100%;
    filter: brightness(1.9) saturate(1.12) contrast(0.96);
  }

  .home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(7, 6, 5, 0.14), rgba(7, 6, 5, 0.02) 56%, rgba(7, 6, 5, 0.08)),
      linear-gradient(180deg, rgba(7, 6, 5, 0), rgba(7, 6, 5, 0.34));
  }

  .hero-copy {
    width: min(780px, 100%);
    margin-left: clamp(0px, 5vw, 54px);
  }

  .page-hero {
    position: relative;
    min-height: calc(100svh - 73px);
    align-items: end;
    overflow: hidden;
    color: var(--paper);
    background: var(--night);
  }

  .page-hero .hero-copy,
  .page-hero .watch-copy,
  .page-hero .member-layout {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 42px));
    margin: 0 auto;
    padding: clamp(120px, 18vh, 220px) 0 clamp(56px, 9vw, 96px);
  }

  .page-hero .hero-copy {
    max-width: none;
  }

  .hero-eyebrow {
    margin: 0 0 18px;
    color: rgba(245, 240, 232, 0.72);
    font-size: clamp(0.72rem, 0.9vw, 0.84rem);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .page-hero .copy-stack p,
  .page-hero .lede,
  .page-hero .section-kicker {
    color: rgba(245, 240, 232, 0.78);
  }

  .page-hero > .hero-image {
    position: absolute;
    inset: 0;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .page-hero > .hero-image img {
    min-height: 100%;
    filter: brightness(1.55) saturate(1.04) contrast(0.96);
  }

  .page-hero > .watch-hero-image img {
    object-position: center 34%;
  }

  .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(7, 6, 5, 0.34), rgba(7, 6, 5, 0.06) 56%, rgba(7, 6, 5, 0.16)),
      linear-gradient(180deg, rgba(7, 6, 5, 0), rgba(7, 6, 5, 0.38));
  }

  h1 {
    margin: 0 0 18px;
    font-size: clamp(4.3rem, 11vw, 9.8rem);
    line-height: 0.84;
  }

  .page-hero h1 {
    font-size: clamp(3.7rem, 8vw, 7.8rem);
  }

  h2 {
    margin: 0 0 18px;
    font-size: clamp(2.8rem, 6vw, 6.2rem);
    line-height: 0.9;
  }

  h3 {
    margin: 0;
    font-size: clamp(2.05rem, 3.8vw, 4.1rem);
    line-height: 0.96;
  }

  .lede,
  .section-copy p,
  .story-body,
  .form-note,
  .footer {
    color: var(--muted);
    font-size: clamp(1.02rem, 1.45vw, 1.2rem);
    line-height: 1.72;
  }

  .lede {
    max-width: 590px;
    margin: 0;
  }

  .hero-actions,
  .module-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .quiet-button,
  .text-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 43px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .quiet-button {
    justify-content: center;
    padding: 12px 19px;
    border: 1px solid rgba(23, 20, 17, 0.2);
    border-radius: 999px;
    color: var(--ink);
    background: rgba(255, 252, 246, 0.42);
    cursor: pointer;
  }

  .quiet-button:hover {
    border-color: rgba(23, 20, 17, 0.42);
    background: rgba(255, 252, 246, 0.68);
  }

  .quiet-button.dark {
    color: var(--paper);
    border-color: rgba(245, 240, 232, 0.45);
    background: rgba(14, 13, 11, 0.22);
  }

  .quiet-button.dark:hover {
    border-color: rgba(245, 240, 232, 0.72);
  }

  .text-link {
    color: rgba(23, 20, 17, 0.62);
    border-bottom: 1px solid rgba(23, 20, 17, 0.2);
  }

  .quiet-button:focus-visible,
  .text-link:focus-visible,
  .nav a:focus-visible,
  input:focus-visible,
  textarea:focus-visible {
    outline: 2px solid var(--bronze);
    outline-offset: 4px;
  }

  .cinematic-image {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    background: var(--night);
  }

  .cinematic-image img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
  }

  .cinematic-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(16, 14, 12, 0.06), rgba(16, 14, 12, 0.18)),
      radial-gradient(circle at 50% 10%, transparent 0, rgba(16, 14, 12, 0.18) 78%);
    pointer-events: none;
  }

  .hero-image {
    aspect-ratio: 16 / 9;
  }

  .section-kicker {
    margin: 0 0 14px;
    color: rgba(23, 20, 17, 0.46);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .home-modules {
    display: grid;
    gap: clamp(44px, 7vw, 84px);
  }

  .home-index {
    width: 100%;
    margin-top: calc(clamp(94px, 13vw, 176px) * -1);
    background: #020202;
    color: var(--paper);
    border-top: 1px solid rgba(245, 240, 232, 0.78);
    border-bottom: 1px solid rgba(245, 240, 232, 0.78);
  }

  .home-index-row {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.42fr);
    gap: clamp(26px, 7vw, 92px);
    align-items: center;
    min-height: clamp(168px, 24vw, 242px);
    padding: clamp(34px, 5vw, 58px) 0;
    border-top: 1px solid rgba(245, 240, 232, 0.78);
  }

  .home-index-row:first-child {
    border-top: 0;
  }

  .home-index h2 {
    margin-bottom: 10px;
    color: var(--paper);
    font-size: clamp(2.55rem, 5.5vw, 5.35rem);
  }

  .home-index p {
    max-width: 520px;
    margin: 0;
    color: rgba(245, 240, 232, 0.7);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    line-height: 1.7;
  }

  .home-index .text-link {
    justify-self: start;
    color: rgba(245, 240, 232, 0.72);
    border-color: rgba(245, 240, 232, 0.34);
  }

  .home-index .text-link:hover {
    color: var(--paper);
    border-color: rgba(245, 240, 232, 0.68);
  }

  .editorial-module {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
    gap: clamp(30px, 7vw, 96px);
    align-items: center;
    padding-top: clamp(28px, 4vw, 46px);
    border-top: 1px solid var(--faint);
  }

  .editorial-module.offset {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr);
  }

  .editorial-module.offset .section-copy {
    grid-column: 2;
  }

  .editorial-module.offset .module-media {
    grid-column: 1;
    grid-row: 1;
  }

  .section-copy p {
    max-width: 560px;
    margin: 0;
  }

  .module-media {
    min-height: 340px;
  }

  .black-card-module {
    grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.2fr);
    align-items: center;
  }

  .black-card-module .section-copy {
    max-width: 520px;
  }

  .black-card-module h2 {
    font-size: clamp(2.7rem, 4.8vw, 5.1rem);
  }

  .black-card-module .module-media {
    min-height: 0;
  }

  @media (min-width: 1280px) {
    .black-card-module .module-media {
      transform: translateX(clamp(42px, 5vw, 86px));
    }
  }

  .black-card-photo {
    aspect-ratio: 16 / 9;
    min-height: clamp(360px, 34vw, 560px);
  }

  .black-card-photo img {
    min-height: 100%;
    object-position: center center;
  }

  .portrait-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    align-items: end;
  }

  .portrait-strip img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    filter: saturate(0.88) contrast(0.96);
  }

  .portrait-strip img:nth-child(2),
  .portrait-strip img:nth-child(5) {
    transform: translateY(24px);
  }

  .portrait-strip img:nth-child(3) {
    transform: translateY(-12px);
  }

  .dark-panel {
    color: var(--paper);
    background: var(--night);
    padding: clamp(36px, 6vw, 70px);
  }

  .dark-panel .section-kicker,
  .dark-panel .section-copy p,
  .dark-panel .lede,
  .dark-panel .story-body {
    color: rgba(245, 240, 232, 0.68);
  }

  .watch-copy {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
    gap: clamp(30px, 7vw, 92px);
    align-items: end;
  }

  .interior-main > section.shell {
    width: 100%;
  }

  .interior-main > section.shell > :not(.page-hero) {
    width: min(1180px, calc(100% - 42px));
    margin-left: auto;
    margin-right: auto;
  }

  #watch.dark-panel {
    padding: 0 0 clamp(36px, 6vw, 70px);
  }

  #watch.dark-panel > .shell {
    width: 100%;
  }

  #watch .film-grid,
  #watch #rules {
    width: min(1180px, calc(100% - 42px));
    margin-left: auto;
    margin-right: auto;
  }

  .film-grid {
    display: grid;
    gap: clamp(34px, 5vw, 58px);
    margin-top: clamp(46px, 7vw, 78px);
  }

  .rules-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    place-items: center;
    padding: 21px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .rules-modal.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .rules-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(8, 7, 6, 0.78);
    backdrop-filter: blur(10px);
    cursor: pointer;
  }

  .rules-panel {
    position: relative;
    width: min(720px, 100%);
    max-height: calc(100svh - 42px);
    overflow: auto;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(245, 240, 232, 0.16);
    background:
      linear-gradient(180deg, rgba(245, 240, 232, 0.065), rgba(245, 240, 232, 0.025)),
      rgba(15, 13, 11, 0.96);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    color: var(--paper);
  }

  .rules-panel h2 {
    max-width: 520px;
    margin-bottom: clamp(20px, 4vw, 34px);
    font-size: clamp(3rem, 8vw, 6.2rem);
  }

  .rules-panel .section-kicker {
    color: rgba(245, 240, 232, 0.48);
  }

  .rules-close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 0;
    color: rgba(245, 240, 232, 0.58);
    background: transparent;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .rules-body {
    display: grid;
    gap: 18px;
    color: rgba(245, 240, 232, 0.74);
    font-size: clamp(1rem, 1.7vw, 1.16rem);
    line-height: 1.72;
  }

  .rules-body p {
    margin: 0;
  }

  .rules-label {
    margin-bottom: 4px;
    color: rgba(245, 240, 232, 0.9);
    font-weight: 700;
  }

  .rules-body ul {
    display: grid;
    gap: 8px;
    margin: 6px 0 0;
    padding-left: 1.2em;
  }

  .film-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: clamp(22px, 5vw, 62px);
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(245, 240, 232, 0.14);
  }

  .film-meta p {
    max-width: 370px;
    margin: 12px 0 0;
    color: rgba(245, 240, 232, 0.62);
    line-height: 1.7;
  }

  .video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #090807;
  }

  .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .member-layout,
  .nominate-layout,
  .founder-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.72fr);
    gap: clamp(36px, 7vw, 94px);
    align-items: start;
  }

  .copy-stack {
    display: grid;
    gap: 22px;
  }

  .copy-stack p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.03rem, 1.45vw, 1.2rem);
    line-height: 1.74;
  }

  .signup-box,
  .nomination-form {
    padding: clamp(24px, 4vw, 42px);
    background: rgba(255, 252, 246, 0.46);
    border: 1px solid rgba(23, 20, 17, 0.12);
  }

  .signup-intro {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
  }

  .signup-intro p {
    margin: 0;
    color: rgba(245, 240, 232, 0.78);
    font-size: clamp(1rem, 1.28vw, 1.12rem);
    line-height: 1.58;
  }

  .member-email-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0;
    width: 100%;
  }

  .member-email-form .email-field {
    display: grid;
    gap: 8px;
  }

  .member-email-form .email-field span {
    color: rgba(245, 240, 232, 0.52);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .member-email-form input[type="email"] {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(245, 240, 232, 0.34);
    border-right: 0;
    border-radius: 0;
    padding: 0 16px;
    background: rgba(255, 252, 246, 0.88);
    color: var(--ink);
    font-size: 0.98rem;
  }

  .member-email-form input[type="email"]::placeholder {
    color: rgba(23, 20, 17, 0.42);
  }

  .member-email-form button {
    min-height: 50px;
    align-self: end;
    border: 1px solid rgba(245, 240, 232, 0.34);
    border-radius: 0;
    padding: 0 22px;
    background: rgba(16, 14, 12, 0.92);
    color: var(--paper);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .member-email-form button:hover {
    background: rgba(16, 14, 12, 1);
  }

  .form-status {
    display: none;
    grid-column: 1 / -1;
    margin: 12px 0 0;
    color: rgba(245, 240, 232, 0.68);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .member-email-form.is-submitted .form-status {
    display: block;
  }

  .form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  @media (max-width: 560px) {
    .member-email-form {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .member-email-form input[type="email"] {
      border-right: 1px solid rgba(245, 240, 232, 0.34);
    }

    .member-email-form button {
      width: 100%;
    }
  }

  .form-row {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
  }

  label {
    color: rgba(23, 20, 17, 0.54);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  input,
  textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(23, 20, 17, 0.26);
    border-radius: 0;
    padding: 11px 0 12px;
    color: var(--ink);
    background: transparent;
  }

  textarea {
    min-height: 142px;
    resize: vertical;
  }

  .form-note {
    margin: 0 0 24px;
    font-size: 0.95rem;
  }

  .feature-pair {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(12px, 2vw, 22px);
    align-items: center;
  }

  .feature-pair .cinematic-image:first-child {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .feature-pair .cinematic-image:last-child {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .feature-pair .cinematic-image img {
    min-height: 0;
  }

  .nominate-stories {
    padding: clamp(28px, 5vw, 54px) 0;
    border-top: 1px solid var(--faint);
    border-bottom: 1px solid var(--faint);
  }

  .nominate-stories p {
    max-width: 680px;
    margin: 0 0 16px;
    color: var(--muted);
    font-size: clamp(1.08rem, 1.7vw, 1.36rem);
    line-height: 1.76;
  }

  .meet-dads-section {
    padding-top: clamp(70px, 10vw, 126px);
    border-top: 1px solid var(--faint);
  }

  .meet-intro {
    width: min(700px, 100%);
    margin-left: clamp(0px, 8vw, 96px);
  }

  .stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 4vw, 42px);
    margin-top: clamp(42px, 7vw, 78px);
  }

  .dad-story {
    display: grid;
    gap: 18px;
    align-content: start;
  }

  .dad-story img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: saturate(0.9) contrast(0.96);
  }

  .story-page-intro {
    width: min(680px, calc(100% - 42px));
    margin: 0 auto;
  }

  .story-submission {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.9fr);
    gap: clamp(36px, 8vw, 112px);
    align-items: start;
  }

  .partner-toggle {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin: 24px 0;
  }

  .partner-toggle input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: var(--ink);
  }

  .partner-toggle label {
    color: var(--ink);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
  }

  .helper-text {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.62;
    text-transform: none;
    letter-spacing: 0;
  }

  .sponsored-story {
    margin-top: clamp(76px, 10vw, 136px);
    padding-top: clamp(34px, 5vw, 58px);
    border-top: 1px solid var(--faint);
  }

  .sponsored-story-heading {
    width: min(720px, 100%);
    margin-bottom: clamp(34px, 5vw, 58px);
  }

  .sponsored-story-heading h2 {
    margin: 0 0 18px;
    font-size: clamp(2.8rem, 7vw, 6.8rem);
    line-height: 0.9;
  }

  .sponsored-intro p,
  .sponsored-note {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.02rem, 1.35vw, 1.16rem);
    line-height: 1.7;
  }

  .sponsored-intro {
    display: grid;
    gap: 14px;
  }

  .sponsored-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.86fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: start;
  }

  .sponsored-profile {
    display: grid;
    gap: 22px;
  }

  .sponsored-profile img {
    width: min(420px, 100%);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(0.9) contrast(0.96);
  }

  .sponsored-profile-copy {
    display: grid;
    gap: 14px;
  }

  .sponsored-profile h3 {
    margin: 0;
    font-size: clamp(2.2rem, 4.2vw, 4.2rem);
    line-height: 0.9;
  }

  .sponsored-meta {
    margin: 0;
    color: rgba(23, 20, 17, 0.52);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .sponsored-profile blockquote {
    margin: 6px 0 0;
    color: rgba(23, 20, 17, 0.78);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    line-height: 1.72;
  }

  .sponsored-ad img {
    width: 100%;
    max-height: 760px;
    object-fit: contain;
    filter: saturate(0.92) contrast(0.98);
  }

  .sponsored-note {
    width: min(620px, 100%);
    margin-top: clamp(30px, 5vw, 54px);
  }

  .member-story-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(18px, 2vw, 30px);
  }

  .portrait-archive-grid {
    row-gap: clamp(34px, 4vw, 58px);
  }

  .member-story {
    grid-column: span 4;
    display: grid;
    gap: 18px;
    align-content: start;
    padding-top: 24px;
    border-top: 1px solid var(--faint);
  }

  .portrait-story {
    grid-column: span 3;
    gap: 14px;
  }

  .member-story.wide {
    grid-column: span 7;
  }

  .member-story.tall {
    grid-column: span 5;
  }

  .member-story img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    filter: saturate(0.9) contrast(0.96);
  }

  .portrait-story img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    background: var(--night);
    filter: saturate(0.86) contrast(0.96);
  }

  .member-story.tall img {
    aspect-ratio: 4 / 5;
  }

  .member-story blockquote {
    margin: 0;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(1.65rem, 2.8vw, 3.1rem);
    line-height: 1.02;
  }

  .portrait-story blockquote {
    color: rgba(23, 20, 17, 0.78);
    font-family: var(--sans);
    font-size: clamp(0.9rem, 0.96vw, 1rem);
    line-height: 1.64;
  }

  .member-story p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    line-height: 1.72;
  }

  .story-name {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.75rem, 3vw, 2.8rem);
    line-height: 0.96;
  }

  .story-place {
    margin: -6px 0 0;
    color: rgba(23, 20, 17, 0.46);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .story-body {
    margin: 0;
  }

  .meet-closing,
  .closing-line {
    width: min(760px, 100%);
    margin: clamp(54px, 8vw, 94px) auto 0;
    text-align: left;
  }

  .trust-note {
    width: min(760px, 100%);
    margin: clamp(34px, 5vw, 58px) auto 0;
    color: rgba(23, 20, 17, 0.42);
    font-size: clamp(0.72rem, 0.84vw, 0.82rem);
    line-height: 1.65;
  }

  .closing-line h2,
  .meet-closing h2 {
    margin-bottom: 24px;
  }

  .why-observation {
    position: relative;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: clamp(44px, 7vw, 104px);
    padding: clamp(52px, 7vw, 86px) 0 clamp(56px, 7.5vw, 96px);
    border-top: 1px solid rgba(23, 20, 17, 0.18);
    border-bottom: 1px solid rgba(23, 20, 17, 0.1);
  }

  .why-observation h2 {
    max-width: 850px;
    margin-bottom: 0;
    font-size: clamp(4.05rem, 7.15vw, 7.15rem);
    line-height: 0.84;
    text-wrap: balance;
  }

  .why-observation h2 span {
    display: block;
    white-space: nowrap;
  }

  .why-observation h2 span:nth-child(2) {
    margin-left: clamp(18px, 3.2vw, 46px);
  }

  .why-observation h2 span:nth-child(3) {
    margin-left: clamp(58px, 9vw, 132px);
  }

  .why-observation .copy-stack {
    gap: clamp(28px, 3.2vw, 42px);
    padding-top: 0;
  }

  .why-observation .copy-stack p {
    max-width: 480px;
    color: rgba(23, 20, 17, 0.68);
    font-size: clamp(1.05rem, 1.38vw, 1.18rem);
    line-height: 1.85;
  }

  .why-observation .copy-stack p:first-child {
    color: rgba(23, 20, 17, 0.74);
    line-height: 1.95;
  }

  .why-closing {
    margin-top: clamp(96px, 14vw, 164px);
  }

  .founder-layout {
    align-items: center;
  }

  .founder-photo {
    width: min(520px, 100%);
    margin-left: clamp(0px, 3vw, 38px);
    transform: rotate(-0.6deg);
  }

  .founder-photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(0.78) contrast(0.98);
  }

  .footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0 36px;
    border-top: 1px solid var(--faint);
  }

  .footer strong {
    color: var(--ink);
    font-size: 1.45rem;
    font-weight: 500;
  }

  @media (max-width: 1020px) {
    .header {
      grid-template-columns: 1fr;
    }

    .nav {
      grid-column: 1 / -1;
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 4px;
    }

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

  @media (max-width: 760px) {
    .shell {
      width: min(100% - 28px, 560px);
    }

    .header {
      padding-top: 18px;
    }

    main {
      gap: 94px;
      padding-top: 0;
    }

    .hero-copy,
    .meet-intro {
      margin-left: 0;
    }

    .home-hero {
      min-height: calc(100svh - 176px);
    }

    .home-hero .hero-copy {
      width: min(100% - 28px, 560px);
      padding-top: clamp(128px, 24vh, 210px);
      padding-bottom: 46px;
    }

    .page-hero .hero-copy,
    .page-hero .watch-copy,
    .page-hero .member-layout {
      width: min(100% - 28px, 560px);
      padding-top: clamp(128px, 24vh, 210px);
      padding-bottom: 46px;
    }

    .home-hero::after {
      background:
        linear-gradient(180deg, rgba(7, 6, 5, 0), rgba(7, 6, 5, 0.38)),
        linear-gradient(90deg, rgba(7, 6, 5, 0.18), rgba(7, 6, 5, 0.04));
    }

    .home-index-row {
      grid-template-columns: 1fr;
      gap: 22px;
      min-height: 185px;
      padding: 34px 0 38px;
    }

    .home-index .text-link {
      justify-self: start;
    }

    h1 {
      font-size: clamp(4rem, 19vw, 6.2rem);
    }

    .page-hero h1 {
      font-size: clamp(3.5rem, 15vw, 5.4rem);
    }

    .hero-image,
    .cinematic-image {
      min-height: 300px;
    }

    .editorial-module,
    .editorial-module.offset,
    .black-card-module,
    .watch-copy,
    .film-card,
    .member-layout,
    .nominate-layout,
    .founder-layout {
      grid-template-columns: 1fr;
    }

    .editorial-module.offset .section-copy,
    .editorial-module.offset .module-media {
      grid-column: auto;
      grid-row: auto;
    }

    .portrait-strip {
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
    }

    .portrait-strip img:nth-child(n) {
      transform: none;
    }

    .dark-panel {
      margin-left: -14px;
      margin-right: -14px;
      padding-left: 14px;
      padding-right: 14px;
    }

    #watch.dark-panel {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .feature-pair,
    .stories-grid,
    .story-submission,
    .sponsored-story-layout {
      grid-template-columns: 1fr;
    }

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

    .member-story,
    .member-story.wide,
    .member-story.tall {
      grid-column: auto;
    }

    .footer {
      display: grid;
      gap: 8px;
    }
  }


  main.interior-main {
    padding-top: 0;
  }

  main.watch-main {
    padding-top: 0;
  }

  @media (max-width: 760px) {
    .why-observation {
      gap: clamp(30px, 9vw, 42px);
      padding: clamp(44px, 12vw, 58px) 0 clamp(48px, 13vw, 66px);
    }

    .why-observation h2 {
      font-size: clamp(2.62rem, 11.2vw, 4.18rem);
      line-height: 0.88;
    }

    .why-observation .copy-stack {
      padding-top: 0;
    }

    .why-observation h2 span:nth-child(2),
    .why-observation h2 span:nth-child(3) {
      margin-left: 0;
    }
  }
