:root {
      --ivory: #f5f0e8;
      --ivory-2: #efe7dc;
      --stone: #ddd1c3;
      --ink: #171512;
      --muted: #625b53;
      --bronze: #9a7448;
      --bronze-dark: #765532;
      --line: rgba(23, 21, 18, 0.16);
      --white: #fff;
      --max: 1180px;
      --radius: 0px;
      --shadow: 0 18px 60px rgba(36, 27, 18, 0.10);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--ivory);
      font-family: "DM Sans", Arial, sans-serif;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img { display: block; width: 100%; height: auto; }
    a { color: inherit; }
    button, input { font: inherit; }

    .page { overflow: hidden; }
    .container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
    .eyebrow {
      margin: 0 0 16px;
      color: var(--bronze-dark);
      font-size: .77rem;
      font-weight: 600;
      letter-spacing: .23em;
      text-transform: uppercase;
    }
    .display {
      font-family: "Playfair Display", Georgia, serif;
      font-weight: 500;
      letter-spacing: -.035em;
      line-height: .94;
      margin: 0;
    }
    .accent { color: var(--bronze); }
    .rule { width: 48px; height: 1px; background: var(--bronze); margin: 24px 0; }

    /* HERO */
    .hero {
      min-height: 92vh;
      display: grid;
      align-items: stretch;
      background: linear-gradient(90deg, #f6f1e9 0%, #efe7dc 54%, #d8c5ae 100%);
    }
    .hero-grid {
      width: min(1320px, 100%);
      margin-inline: auto;
      display: grid;
      grid-template-columns: .96fr 1.04fr;
      min-height: 92vh;
    }
    .hero-copy {
      padding: 76px clamp(32px, 6vw, 92px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 2;
    }
    .hero h1 { font-size: clamp(4rem, 8vw, 8.5rem); max-width: 720px; }
    .hero-lede {
      font-size: clamp(1.08rem, 1.45vw, 1.35rem);
      max-width: 560px;
      margin: 24px 0 0;
    }
    .roles {
      margin-top: 28px;
      color: var(--bronze-dark);
      font-size: .79rem;
      font-weight: 600;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    .scroll-link {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin-top: 42px;
      width: max-content;
      text-decoration: none;
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .scroll-link span { font-size: 1.45rem; color: var(--bronze); transform: translateY(-1px); }
    .hero-image { min-height: 92vh; position: relative; background: #d8c5ae; display: flex; align-items: center; justify-content: center; overflow: hidden; }
    .hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center center; }
    .hero-image::after {
      content: "";
      position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(245,240,232,.20), rgba(0,0,0,0) 32%);
      pointer-events: none;
    }

    /* INTRO */
    .intro { padding: 0; background: #f7f2ea; }
    .intro-grid { display: grid; grid-template-columns: 1fr 1.08fr; min-height: 740px; }
    .intro-copy {
      padding: clamp(72px, 8vw, 120px) max(28px, calc((100vw - var(--max))/2));
      padding-right: clamp(42px, 6vw, 84px);
      display: flex; flex-direction: column; justify-content: center;
    }
    .intro-copy h2 { font-size: clamp(2.8rem, 5vw, 5.7rem); max-width: 600px; }
    .intro-copy p { max-width: 650px; color: #38342f; }
    .intro-copy p + p { margin-top: 13px; }
    .intro-image { min-height: 740px; background: #c8b5a0; }
    .intro-image img { height: 100%; object-fit: cover; object-position: center 30%; }

    /* CREDITS */
    .credits { background: #fbf8f2; border-block: 1px solid var(--line); padding: 36px 0; }
    .credits-title { text-align: center; margin-bottom: 23px; }
    .credits-row {
      display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
      gap: 16px 27px; color: #28241f; font-weight: 500; letter-spacing: .02em;
    }
    .credits-row .sep { width: 1px; height: 20px; background: var(--line); }
    .network { font-weight: 700; font-size: 1.08rem; }

    /* TRANSITION */
    .transition {
      background: #eee3d6;
      position: relative;
      min-height: 570px;
      border-bottom: 1px solid var(--line);
    }
    .transition-grid { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 570px; }
    .transition-copy {
      padding: clamp(72px, 8vw, 118px) 6vw;
      display: flex; flex-direction: column; justify-content: center;
      background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,.72), transparent 38%),
        linear-gradient(120deg, #efe5da, #e4d6c7);
    }
    .transition-copy h2 { font-size: clamp(2.9rem, 5.6vw, 6rem); line-height: 1.02; max-width: 880px; }
    .transition-image { min-height: 570px; }
    .transition-image img { height: 100%; object-fit: cover; object-position: 42% center; }

    /* MUSIC */
    .music { padding: clamp(72px, 8vw, 118px) 0; background: #f8f3eb; }
    .music-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 7vw, 96px); align-items: start; }
    .music-copy { position: sticky; top: 24px; }
    .music-copy h2 { font-size: clamp(2.5rem, 4.4vw, 4.6rem); line-height: 1.03; }
    .music-copy p { color: #454039; max-width: 430px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 16px;
      min-height: 52px; padding: 0 24px; margin-top: 26px;
      border: 1px solid var(--bronze); background: transparent; color: var(--bronze-dark);
      text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .77rem; font-weight: 600;
      transition: .2s ease;
    }
    .btn:hover { background: var(--bronze); color: white; }

    .playlist-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 14px; }
    .playlist-head h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; font-weight: 500; }
    .playlist-note { color: var(--bronze-dark); font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
    .track {
      display: grid; grid-template-columns: 68px 52px 1fr auto 40px;
      gap: 15px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line);
    }
    .track:last-child { border-bottom: 1px solid var(--line); }
    .track-art { width: 68px; height: 54px; background: #d9c9b6 url("assets/images/my-miracle-season.webp") center center / cover no-repeat; }
    .play {
      width: 40px; height: 40px; border-radius: 50%; border: 0;
      background: var(--bronze); color: white; cursor: pointer; display: grid; place-items: center;
    }
    .play:hover { background: var(--bronze-dark); }
    .track-title { font-weight: 600; font-size: .93rem; text-transform: uppercase; letter-spacing: .035em; }
    .track-meta { color: var(--muted); font-size: .79rem; }
    .track-time { color: var(--muted); font-size: .82rem; }
    .download { text-decoration: none; color: var(--bronze-dark); font-size: 1.1rem; }
    .now-playing { margin-top: 22px; padding: 18px; background: #eee4d7; border: 1px solid rgba(154,116,72,.24); display: none; }
    .now-playing.visible { display: block; }
    .now-title { font-weight: 600; margin-bottom: 8px; }
    audio { width: 100%; }

    /* SYNC */
    .sync { background: #f2ebe2; border-top: 1px solid var(--line); }
    .sync-grid { display: grid; grid-template-columns: .72fr .9fr 1.18fr; min-height: 560px; }
    .sync-list, .sync-cta { padding: clamp(64px, 7vw, 100px) clamp(28px, 4vw, 64px); display: flex; flex-direction: column; justify-content: center; }
    .sync-list { border-right: 1px solid var(--line); }
    .sync-item { display: grid; grid-template-columns: 28px 1fr; gap: 14px; margin: 12px 0; color: #3f3a34; }
    .sync-icon { color: var(--bronze); font-size: 1.2rem; }
    .sync-cta h2 { font-size: clamp(2.7rem, 4.7vw, 5rem); line-height: 1.02; }
    .sync-photo { min-height: 560px; }
    .sync-photo img { height: 100%; object-fit: cover; object-position: 38% center; }

    footer { background: #efe7dd; border-top: 1px solid var(--line); padding: 26px 0; }
    .footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap; color: #6a6259; font-size: .78rem; }
    .social { display: flex; gap: 18px; }
    .social a { text-decoration: none; font-weight: 600; }

    /* Responsive */
    @media (max-width: 900px) {
      .hero-grid, .intro-grid, .transition-grid, .music-grid, .sync-grid { grid-template-columns: 1fr; }
      .hero-grid, .hero { min-height: auto; }
      .hero-copy { padding: 70px 28px 56px; }
      .hero-image { min-height: 62vh; order: -1; }
      .hero h1 { font-size: clamp(4rem, 19vw, 7rem); }
      .intro-copy { padding: 72px 28px; }
      .intro-image { min-height: 560px; }
      .transition-copy { padding: 72px 28px; }
      .transition-image { min-height: 500px; }
      .music-grid { gap: 50px; }
      .music-copy { position: static; }
      .sync-list { border-right: 0; border-bottom: 1px solid var(--line); }
      .sync-photo { min-height: 520px; }
    }

    @media (max-width: 600px) {
      .container { width: min(100% - 30px, var(--max)); }
      .hero-copy { padding-inline: 20px; }
      .track { grid-template-columns: 54px 42px 1fr 34px; gap: 10px; }
      .track-art { width: 54px; height: 48px; }
      .track-time { display: none; }
      .play { width: 35px; height: 35px; }
      .credits-row { gap: 13px 15px; font-size: .84rem; }
      .credits-row .sep { display: none; }
      .footer-row { align-items: flex-start; flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      * { transition: none !important; }
    }
