:root {
      --ink: #111111;
      --paper: #faf8f2;
      --paper-soft: #f2eee4;
      --warm: #fff6df;
      --lime: rgba(230, 255, 142, 0.5);
      --pink: rgba(255, 196, 222, 0.46);
      --blue: rgba(177, 219, 255, 0.38);
      --muted: rgba(17, 17, 17, 0.58);
      --line: rgba(17, 17, 17, 0.12);
      --line-strong: rgba(17, 17, 17, 0.22);
      --max: 1180px;
      --ease: cubic-bezier(.16, 1, .3, 1);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      word-break: keep-all;
      -webkit-font-smoothing: antialiased;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Pretendard', system-ui, sans-serif;
      background: var(--paper);
      color: var(--ink);
      line-height: 1.55;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    img,
    video { display: block; width: 100%; height: 100%; object-fit: cover; }

    .grain {
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .55;
      background-image:
        radial-gradient(circle at 1px 1px, rgba(17,17,17,.08) 1px, transparent 0);
      background-size: 6px 6px;
      mix-blend-mode: multiply;
      mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%);
    }

    .dday {
      position: sticky;
      top: 0;
      z-index: 80;
      display: flex;
      justify-content: center;
      gap: 7px;
      padding: 11px 16px;
      background:
        linear-gradient(180deg, rgba(255,253,248,.94) 0%, rgba(255,253,248,.66) 100%),
        linear-gradient(90deg, rgba(230,255,142,.24) 0%, rgba(177,219,255,.18) 54%, rgba(255,196,222,.18) 100%);
      border-bottom: 1px solid rgba(17,17,17,.09);
      backdrop-filter: blur(18px);
      box-shadow: 0 8px 22px rgba(17,17,17,.045);
      color: rgba(17,17,17,.88);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: -0.01em;
    }

    .dday strong { font-weight: 950; }

    .brand-row {
      display: flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin-bottom: clamp(24px, 3.6vw, 38px);
      color: rgba(17,17,17,.72);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: -.02em;
    }

    .brand-mark {
      width: 52px;
      height: auto;
      object-fit: contain;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 12px 17px;
      border: 1px solid var(--line-strong);
      border-radius: 10px;
      background: transparent;
      color: var(--ink);
      font-size: 14px;
      font-weight: 900;
      cursor: pointer;
      transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
    }

    .btn:hover { transform: translateY(-2px); }
    .btn-primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
    .btn-white { background: var(--paper); color: var(--ink); border-color: var(--paper); }

    .btn-share {
      min-width: 108px;
      border-color: rgba(17,17,17,.32);
      background: transparent;
      color: rgba(17,17,17,.76);
      font-weight: 850;
    }

    .btn-share:hover {
      border-color: rgba(17,17,17,.54);
      background: rgba(255,255,255,.26);
      color: var(--ink);
    }

    .floating-share {
      position: fixed;
      top: 58px;
      right: max(16px, env(safe-area-inset-right));
      z-index: 95;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 42px;
      padding: 9px 13px 9px 10px;
      border: 1px solid rgba(17,17,17,.15);
      border-radius: 999px;
      background:
        linear-gradient(135deg, rgba(255,246,223,.82), rgba(255,255,255,.58)),
        rgba(255,255,255,.42);
      color: rgba(17,17,17,.82);
      font: inherit;
      font-size: 13px;
      font-weight: 920;
      letter-spacing: 0;
      cursor: pointer;
      backdrop-filter: blur(18px);
      box-shadow: 0 16px 42px rgba(17,17,17,.12);
      transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
    }

    .floating-share:hover {
      transform: translateY(-2px);
      border-color: rgba(17,17,17,.28);
      background:
        linear-gradient(135deg, rgba(255,246,223,.96), rgba(255,255,255,.72)),
        rgba(255,255,255,.58);
    }

    .floating-share-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      border-radius: 999px;
      background: rgba(255,233,158,.62);
      color: rgba(17,17,17,.84);
      font-size: 11px;
      line-height: 1;
      font-weight: 950;
    }

    .floating-share-text {
      line-height: 1;
    }

    .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

    .section-label {
      display: inline-block;
      font-size: clamp(14px, 1.2vw, 17px);
      line-height: 1.2;
      font-weight: 950;
      letter-spacing: .03em;
      text-transform: uppercase;
    }

    .hero {
      position: relative;
      min-height: 100svh;
      padding: clamp(58px, 8vw, 98px) clamp(18px, 4vw, 56px) 44px;
      display: grid;
      align-items: end;
      overflow: hidden;
      background:
        radial-gradient(circle at 18% 32%, var(--lime), transparent 25%),
        radial-gradient(circle at 80% 76%, var(--pink), transparent 28%),
        radial-gradient(circle at 80% 18%, var(--blue), transparent 22%),
        linear-gradient(180deg, #fffdf8 0%, var(--paper-soft) 100%);
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(280px, .62fr);
      gap: clamp(36px, 6vw, 84px);
      align-items: end;
    }

    .hero-copy { max-width: 760px; }

    .hero-title {
      font-size: clamp(3.7rem, 10vw, 8.8rem);
      line-height: .86;
      font-weight: 950;
      letter-spacing: -0.095em;
    }

    .hero-title .en {
      display: block;
      margin-top: 18px;
      font-size: .42em;
      line-height: .96;
      letter-spacing: -0.065em;
      text-transform: uppercase;
      color: rgba(17,17,17,.72);
    }

    .hero-lead {
      max-width: 530px;
      margin-top: clamp(26px, 4vw, 44px);
      color: rgba(17,17,17,.72);
      font-size: clamp(1.05rem, 1.75vw, 1.32rem);
      line-height: 1.76;
      font-weight: 700;
    }

    .hero-facts {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      max-width: 620px;
      margin-top: 26px;
    }

    .hero-facts div {
      min-height: 92px;
      padding: 18px 19px 17px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.34);
      backdrop-filter: blur(10px);
    }

    .hero-facts dt {
      margin-bottom: 8px;
      color: rgba(17,17,17,.48);
      font-size: 15px;
      line-height: 1;
      font-weight: 850;
      letter-spacing: .06em;
      text-transform: uppercase;
    }

    .hero-facts dd {
      color: rgba(17,17,17,.82);
      font-size: 20px;
      line-height: 1.34;
      font-weight: 850;
    }

    .hero-media {
      position: relative;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: #ddd;
      box-shadow: 0 28px 80px rgba(17,17,17,.12);
    }

    .hero-media video {
      filter: saturate(.86) contrast(1.03);
      object-position: center 42%;
    }

    .hero-media::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 34%;
      background: linear-gradient(180deg, transparent, rgba(17,17,17,.32));
      pointer-events: none;
    }

    .language {
      position: relative;
      padding: clamp(92px, 12vw, 178px) clamp(18px, 4vw, 56px);
      background: var(--paper);
      overflow: hidden;
    }

    .language::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 12% 18%, rgba(230,255,142,.28), transparent 22%),
        radial-gradient(circle at 90% 70%, rgba(255,196,222,.32), transparent 28%);
      pointer-events: none;
    }

    .language-inner {
      position: relative;
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: .9fr .72fr;
      gap: clamp(38px, 7vw, 94px);
      align-items: center;
    }

    .section-title {
      margin-top: 18px;
      font-size: clamp(2.8rem, 7vw, 6.8rem);
      line-height: .94;
      font-weight: 950;
      letter-spacing: -.085em;
    }

    .body-copy {
      max-width: 650px;
      color: rgba(17,17,17,.68);
      font-size: clamp(1.05rem, 1.55vw, 1.25rem);
      line-height: 1.85;
      font-weight: 650;
    }

    .language-lines {
      display: grid;
      gap: 14px;
      max-width: 680px;
      margin-top: 30px;
      color: rgba(17,17,17,.78);
      font-size: clamp(1.15rem, 2vw, 1.7rem);
      line-height: 1.34;
      font-weight: 820;
      letter-spacing: -.04em;
    }

    .language-lines p {
      padding-bottom: 14px;
      border-bottom: 1px solid var(--line);
    }

    .language-lines p:last-child { border-bottom: 0; }

    .language-photo {
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: #ddd;
      box-shadow: 0 24px 70px rgba(17,17,17,.1);
    }

    .language-photo img {
      filter: saturate(.9) contrast(1.03);
      object-position: 48% 44%;
    }

    .journey {
      padding: clamp(88px, 12vw, 170px) clamp(18px, 4vw, 56px);
      background: var(--paper-soft);
    }

    .journey-head, .people-head, .faq-inner, .invite-inner, .archive-inner {
      max-width: var(--max);
      margin: 0 auto;
    }

    .journey-head {
      display: grid;
      grid-template-columns: 1fr .85fr;
      gap: clamp(36px, 7vw, 100px);
      align-items: end;
      margin-bottom: clamp(34px, 6vw, 72px);
    }

    .timeline {
      position: relative;
      max-width: var(--max);
      margin: 0 auto;
      padding-left: 42px;
    }

    .timeline::before {
      content: "";
      position: absolute;
      top: 8px;
      bottom: 8px;
      left: 11px;
      width: 1px;
      background: rgba(17,17,17,.22);
    }

    .timeline-item {
      position: relative;
      display: grid;
      grid-template-columns: 130px minmax(0, 1fr) minmax(220px, 380px);
      gap: clamp(22px, 5vw, 68px);
      align-items: center;
      padding: clamp(38px, 6vw, 76px) 0;
      border-bottom: 1px solid var(--line);
    }

    .timeline-item::before {
      content: "";
      position: absolute;
      top: clamp(42px, 6vw, 78px);
      left: -37px;
      width: 13px;
      height: 13px;
      border-radius: 999px;
      background: var(--ink);
      box-shadow: 0 0 0 7px var(--paper-soft);
    }

    .timeline-step {
      font-size: 12px;
      font-weight: 950;
      letter-spacing: .08em;
      color: rgba(17,17,17,.48);
    }

    .timeline-text h3 {
      margin-bottom: 12px;
      font-size: clamp(2rem, 4.7vw, 4.8rem);
      line-height: .96;
      font-weight: 950;
      letter-spacing: -.08em;
    }

    .timeline-text p {
      max-width: 610px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.76;
      font-weight: 650;
    }

    .timeline-photo {
      position: relative;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: #ddd;
      filter: saturate(.78) contrast(1.04);
    }

    .timeline-photo img {
      object-position: center 45%;
    }

    .photo-acting img {
      object-position: 42% 46%;
      transform: scale(1.16);
    }

    .archive {
      position: relative;
      padding: clamp(88px, 12vw, 180px) clamp(18px, 4vw, 56px);
      background: var(--paper);
      overflow: hidden;
    }

    .archive::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 16% 24%, rgba(255,196,222,.28), transparent 24%),
        radial-gradient(circle at 78% 74%, rgba(230,255,142,.26), transparent 24%);
    }

    .archive-inner { position: relative; }

    .archive .section-label {
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.1;
      letter-spacing: 0;
    }

    .archive-lead {
      max-width: 980px;
      margin-top: 18px;
      font-size: clamp(2.8rem, 7vw, 7.4rem);
      line-height: .96;
      font-weight: 950;
      letter-spacing: -.085em;
    }

    .archive-credit {
      margin-top: 20px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .archive-wall {
      display: grid;
      grid-template-columns: minmax(260px, .72fr) 1fr;
      gap: clamp(32px, 6vw, 78px);
      align-items: start;
      margin-top: clamp(58px, 9vw, 120px);
    }

    .archive-photo {
      position: sticky;
      top: 84px;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: #ddd;
    }

    .archive-photo img {
      filter: saturate(.9) contrast(1.03);
      object-position: center 44%;
    }

    .quote-strip {
      display: flex;
      flex-direction: column;
      border-top: 1px solid var(--line-strong);
    }

    .quote-piece {
      padding: clamp(26px, 4vw, 46px) 0;
      border-bottom: 1px solid var(--line);
    }

    .quote-piece h3 {
      font-size: clamp(1.55rem, 3.8vw, 3.8rem);
      line-height: 1.02;
      letter-spacing: -.07em;
      font-weight: 950;
    }

    .quote-piece span {
      display: block;
      margin-top: 18px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 850;
    }

    .people {
      padding: clamp(88px, 12vw, 170px) clamp(18px, 4vw, 56px);
      background: var(--paper-soft);
      color: var(--ink);
    }

    .people-head {
      display: grid;
      grid-template-columns: 1fr .82fr;
      gap: clamp(32px, 7vw, 100px);
      align-items: end;
      margin-bottom: clamp(54px, 8vw, 100px);
    }

    .people .section-label { color: var(--muted); }

    .people .body-copy { color: rgba(17,17,17,.68); }

    .maker-list {
      max-width: var(--max);
      margin: 0 auto;
      border-top: 1px solid var(--line-strong);
    }

    .maker {
      display: grid;
      grid-template-columns: 180px minmax(0, 1fr) minmax(160px, .35fr);
      gap: clamp(24px, 5vw, 58px);
      align-items: start;
      padding: clamp(34px, 5vw, 64px) 0;
      border-bottom: 1px solid var(--line);
    }

    .maker-photo {
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: rgba(255,255,255,.48);
      border: 1px solid var(--line);
      border-radius: 8px;
    }

    .maker-photo img {
      filter: saturate(.94) contrast(1.02);
      object-position: center;
    }

    .maker-photo-pearl img {
      object-position: center;
      transform: none;
    }

    .maker-role {
      display: block;
      margin-bottom: 12px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .maker-main h3 {
      font-size: clamp(2.45rem, 5.5vw, 5.4rem);
      line-height: .95;
      letter-spacing: -.08em;
      font-weight: 950;
    }

    .maker-main strong {
      display: block;
      max-width: 620px;
      margin-top: 16px;
      color: rgba(17,17,17,.82);
      font-size: clamp(1.08rem, 2vw, 1.42rem);
      line-height: 1.35;
      letter-spacing: -.035em;
      font-weight: 850;
    }

    .lecture-name {
      display: inline-flex;
      width: fit-content;
      margin-top: 16px;
      padding: 8px 11px;
      background: var(--ink);
      color: var(--paper);
      font-size: 12px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: .02em;
    }

    .maker-main p {
      max-width: 660px;
      margin-top: 14px;
      color: rgba(17,17,17,.66);
      font-size: 15px;
      line-height: 1.75;
      font-weight: 650;
    }

    .maker-meta {
      justify-self: end;
      width: fit-content;
      padding: 8px 10px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: rgba(17,17,17,.58);
      font-size: 12px;
      line-height: 1;
      font-weight: 850;
      white-space: nowrap;
    }

    .maker-logo-meta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 12px;
      background: rgba(255,255,255,.5);
    }

    .maker-logo-meta img {
      width: 54px;
      height: auto;
      object-fit: contain;
    }

    .faq {
      padding: clamp(74px, 10vw, 130px) clamp(18px, 4vw, 56px);
      background: var(--paper-soft);
    }

    .faq-inner { max-width: 880px; }

    .faq-title { margin-bottom: 42px; }

    .faq-item {
      border-top: 1px solid var(--line);
      padding: 24px 0;
    }

    .faq-item:last-child { border-bottom: 1px solid var(--line); }

    .faq-q {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      background: transparent;
      border: 0;
      color: var(--ink);
      font: inherit;
      font-size: clamp(1.05rem, 2vw, 1.36rem);
      line-height: 1.35;
      font-weight: 900;
      letter-spacing: -.035em;
      text-align: left;
      cursor: pointer;
    }

    .faq-q::after { content: "+"; }
    .faq-item.active .faq-q::after { content: "−"; }

    .faq-a {
      max-width: 680px;
      margin-top: 18px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.78;
      font-weight: 650;
    }

    .faq-a[hidden] { display: none; }

    .invite {
      position: relative;
      min-height: 100svh;
      padding: clamp(86px, 12vw, 170px) clamp(18px, 4vw, 56px);
      display: grid;
      align-items: center;
      background:
        radial-gradient(circle at 18% 24%, var(--lime), transparent 25%),
        radial-gradient(circle at 82% 76%, var(--pink), transparent 28%),
        var(--paper);
      overflow: hidden;
    }

    .invite-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr minmax(280px, 420px);
      gap: clamp(42px, 8vw, 110px);
      align-items: end;
    }

    .invite-title {
      font-size: clamp(3rem, 9vw, 8.2rem);
      line-height: .93;
      font-weight: 950;
      letter-spacing: -.09em;
    }

    .invite-desc {
      max-width: 560px;
      margin-top: 30px;
      color: var(--muted);
      font-size: clamp(1.02rem, 1.55vw, 1.18rem);
      line-height: 1.8;
      font-weight: 650;
    }

    .invite-cta {
      grid-column: 1 / -1;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      margin-top: clamp(8px, 2vw, 22px);
      padding-top: clamp(22px, 3vw, 34px);
      border-top: 1px solid var(--line);
    }

    .invite-cta .actions {
      margin-top: 0;
    }

    .official-channels {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 12px;
      color: rgba(17,17,17,.62);
      font-size: 12px;
      font-weight: 850;
    }

    .official-label {
      color: rgba(17,17,17,.52);
    }

    .channel-links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .channel-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 28px;
      color: rgba(17,17,17,.58);
      transition: transform .25s var(--ease), color .25s var(--ease);
    }

    .channel-link:hover {
      transform: translateY(-2px);
      color: var(--ink);
    }

    .instagram-outline {
      position: relative;
      width: 17px;
      height: 17px;
      flex: 0 0 17px;
      border: 1.8px solid currentColor;
      border-radius: 5px;
      opacity: .76;
    }

    .instagram-outline::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 5px;
      height: 5px;
      border: 1.6px solid currentColor;
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }

    .instagram-outline::after {
      content: "";
      position: absolute;
      right: 3px;
      top: 3px;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background: currentColor;
    }

    .channel-saengteo img {
      width: auto;
      height: 17px;
      object-fit: contain;
      opacity: .72;
    }

    .invite-photo {
      max-width: 560px;
      aspect-ratio: 16 / 10;
      margin-top: 28px;
      overflow: hidden;
      background: #ddd;
      border: 1px solid rgba(17,17,17,.1);
      box-shadow: 0 22px 64px rgba(17,17,17,.1);
    }

    .invite-photo img {
      filter: saturate(.92) contrast(1.04);
      object-position: center 48%;
      transform: scale(1.04);
    }

    .event-card {
      border: 1px solid var(--line-strong);
      background: rgba(255,255,255,.34);
      backdrop-filter: blur(18px);
    }

    .event-card-row {
      display: grid;
      grid-template-columns: 112px 1fr;
      gap: 24px;
      padding: 24px 26px;
      border-bottom: 1px solid var(--line);
    }

    .event-card-row:last-child { border-bottom: 0; }

    .event-card-row span {
      color: var(--muted);
      font-size: 20px;
      font-weight: 900;
    }

    .event-card-row strong {
      font-size: 21px;
      line-height: 1.42;
      font-weight: 950;
    }

    .mobile-sticky { display: none; }

    #toast {
      position: fixed;
      left: 50%;
      bottom: 88px;
      transform: translateX(-50%) translateY(12px);
      z-index: 100;
      background: var(--ink);
      color: var(--paper);
      padding: 13px 16px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 850;
      opacity: 0;
      pointer-events: none;
      transition: .25s var(--ease);
      box-shadow: 0 18px 48px rgba(0,0,0,.28);
    }

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

    @media (max-width: 860px) {
      body {
        padding-bottom: 84px;
      }

      .brand-row {
        gap: 10px;
        margin-bottom: 17px;
        font-size: 11px;
      }

      .brand-mark { width: 44px; }

      .floating-share {
        top: 52px;
        right: 12px;
        min-height: 38px;
        padding: 7px 10px 7px 8px;
        gap: 6px;
        font-size: 12px;
      }

      .floating-share-icon {
        width: 23px;
        height: 23px;
        font-size: 10px;
      }

      .hero {
        min-height: auto;
        padding: 28px 18px 46px;
        align-items: start;
      }

      .hero-inner,
      .language-inner,
      .journey-head,
      .archive-wall,
      .people-head,
      .invite-inner {
        grid-template-columns: 1fr;
      }

      .hero-inner {
        gap: 24px;
      }

      .hero-media {
        width: 100%;
        aspect-ratio: auto;
        margin-top: 2px;
        overflow: visible;
        background: transparent;
        box-shadow: none;
      }

      .hero-media video {
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        box-shadow: 0 18px 44px rgba(17,17,17,.11);
      }

      .hero-title {
        font-size: clamp(3.05rem, 16vw, 4.65rem);
        line-height: .92;
        letter-spacing: -.08em;
        font-weight: 880;
      }

      .hero-title .en {
        margin-top: 12px;
        font-size: .38em;
        letter-spacing: -.045em;
      }

      .hero-lead {
        margin-top: 22px;
        font-size: 1rem;
        line-height: 1.68;
        font-weight: 620;
      }

      .hero-facts {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 21px;
      }

      .hero-facts div {
        min-height: 86px;
        padding: 15px 14px;
      }

      .hero-facts dt {
        margin-bottom: 7px;
        font-size: 13px;
      }

      .hero-facts dd {
        font-size: 17px;
        line-height: 1.36;
      }

      .actions {
        margin-top: 22px;
      }

      .actions .btn { width: 100%; }

      .hero-media::after { display: none; }

      .language,
      .journey,
      .archive,
      .people {
        padding-top: 78px;
        padding-bottom: 82px;
      }

      .language-inner,
      .journey-head,
      .people-head {
        gap: 28px;
      }

      .section-title {
        font-size: clamp(2.35rem, 11vw, 3.55rem);
        line-height: 1.02;
        letter-spacing: -.065em;
        font-weight: 850;
      }

      .body-copy {
        font-size: 1rem;
        line-height: 1.78;
      }

      .language-lines {
        gap: 11px;
        margin-top: 24px;
        font-size: clamp(1.08rem, 5.4vw, 1.42rem);
        line-height: 1.34;
      }

      .language-lines p {
        padding-bottom: 12px;
      }

      .language-photo { aspect-ratio: 16 / 10; }

      .journey-head { margin-bottom: 34px; }

      .timeline {
        padding-left: 30px;
      }

      .timeline::before {
        left: 6px;
      }

      .timeline-item {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 30px 0 38px;
        align-items: start;
      }

      .timeline-item::before {
        top: 35px;
        left: -30px;
        width: 11px;
        height: 11px;
        box-shadow: 0 0 0 6px var(--paper-soft);
      }

      .timeline-step {
        font-size: 12px;
      }

      .timeline-photo {
        aspect-ratio: 16 / 10;
      }

      .timeline-text h3 {
        font-size: clamp(1.7rem, 8.5vw, 2.5rem);
        line-height: 1.08;
        letter-spacing: -.06em;
        font-weight: 850;
      }

      .timeline-text p {
        font-size: 15px;
        line-height: 1.72;
      }

      .archive-lead {
        margin-top: 24px;
        font-size: clamp(2rem, 10vw, 3.25rem);
        line-height: 1.08;
      }

      .archive-wall {
        gap: 30px;
        margin-top: 42px;
      }

      .archive-photo {
        position: relative;
        top: auto;
        aspect-ratio: 16 / 10;
      }

      .quote-piece {
        padding: 23px 0;
      }

      .quote-piece h3 {
        font-size: clamp(1.24rem, 6vw, 1.68rem);
        line-height: 1.2;
        letter-spacing: -.045em;
        font-weight: 820;
      }

      .maker {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 34px 0;
      }

      .maker-photo {
        width: min(62vw, 220px);
        aspect-ratio: 4 / 5;
      }

      .maker-badge {
        width: 116px;
        padding: 22px;
      }

      .maker-main h3 {
        font-size: clamp(2.35rem, 12vw, 4rem);
        line-height: .96;
      }

      .maker-main strong {
        margin-top: 14px;
        font-size: 1.08rem;
        line-height: 1.36;
      }

      .lecture-name {
        margin-top: 13px;
      }

      .maker-main p {
        font-size: 15px;
        line-height: 1.72;
      }

      .maker-meta {
        justify-self: start;
      }

      .maker-logo-meta img {
        width: 48px;
      }

      .event-card-row {
        grid-template-columns: 82px 1fr;
        gap: 16px;
        padding: 18px;
      }

      .event-card-row span {
        font-size: 18px;
      }

      .event-card-row strong {
        font-size: 19px;
        line-height: 1.43;
      }

      .invite-cta {
        margin-top: 4px;
        padding-top: 20px;
      }

      .invite-cta .actions,
      .official-channels,
      .channel-links {
        width: 100%;
      }

      .channel-link {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
      }

      .mobile-sticky {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: max(14px, env(safe-area-inset-bottom));
        z-index: 90;
        display: block;
      }

      .mobile-sticky a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 52px;
        border-radius: 999px;
        background: var(--ink);
        color: var(--paper);
        font-size: 15px;
        font-weight: 900;
        box-shadow: 0 18px 48px rgba(0,0,0,.28);
      }
    }
