    :root {
      --ink: #132c2d;
      --ink-2: #1c3b3b;
      --cream: #f6f1e7;
      --paper: #fffdf8;
      --gold: #c99a4a;
      --gold-light: #e8cf9f;
      --sage: #aec7b6;
      --line: rgba(19, 44, 45, .14);
      --muted: #687474;
      --white: #fff;
      --shadow: 0 20px 50px rgba(24, 50, 48, .10);
      --radius: 22px;
      --serif: Georgia, 'Times New Roman', serif;
      --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      font-family: var(--sans);
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open { overflow: hidden; }
    a { color: inherit; text-decoration: none; }
    button, input, select { font: inherit; }
    button { color: inherit; }
    img { display: block; width: 100%; }
    .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 18px;
      color: var(--gold-light);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .18em;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; }

    .site-header {
      position: absolute;
      inset: 0 0 auto;
      z-index: 50;
      color: var(--white);
      border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .nav {
      min-height: 108px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
    }
    .brand { display: inline-flex; align-items: center; padding: 10px 4px; }
    .brand-logo {
      display: block;
      width: 150px;
      aspect-ratio: 336 / 185;
      background: url("assets/rebirth-mission-logo.png") center / contain no-repeat;
    }
    .nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
    .nav-links > a:not(.nav-cta) { opacity: .82; }
    .nav-links > a:hover { opacity: 1; }
    .nav-cta {
      padding: 12px 19px;
      border: 1px solid rgba(255,255,255,.55);
      border-radius: 99px;
    }
    .menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
    .menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; }

    .hero {
      position: relative;
      min-height: 830px;
      display: grid;
      align-items: center;
      overflow: hidden;
      color: var(--white);
      background:
        radial-gradient(circle at 76% 30%, rgba(211, 169, 93, .22), transparent 22%),
        radial-gradient(circle at 86% 76%, rgba(129, 178, 159, .18), transparent 29%),
        linear-gradient(120deg, #0c2526 0%, #143737 55%, #1b3f3d 100%);
    }
    .hero::before {
      content: '';
      position: absolute;
      width: 620px;
      height: 620px;
      right: -100px;
      top: 120px;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 50%;
      box-shadow: 0 0 0 95px rgba(255,255,255,.025), 0 0 0 190px rgba(255,255,255,.018);
    }
    .hero::after {
      content: '✦';
      position: absolute;
      right: 15%;
      top: 31%;
      color: var(--gold-light);
      font-size: 58px;
      opacity: .85;
      filter: drop-shadow(0 0 30px rgba(232,207,159,.4));
    }
    .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: center; padding: 150px 0 95px; }
    .hero h1 {
      max-width: 750px;
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(62px, 8.6vw, 118px);
      font-weight: 400;
      line-height: .88;
      letter-spacing: -.055em;
    }
    .hero h1 em { color: var(--gold-light); font-weight: 400; }
    .hero-copy { max-width: 610px; margin: 31px 0 36px; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.75; }
    .button-row { display: flex; flex-wrap: wrap; gap: 13px; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      min-height: 52px;
      padding: 0 24px;
      border: 1px solid transparent;
      border-radius: 99px;
      font-size: 14px;
      font-weight: 800;
      transition: transform .2s ease, background .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { background: var(--gold-light); color: var(--ink); }
    .btn-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
    .hero-verse {
      align-self: end;
      margin-bottom: 36px;
      padding: 27px 0 0 28px;
      border-left: 1px solid var(--gold-light);
    }
    .hero-verse blockquote { margin: 0 0 16px; font-family: var(--serif); font-size: 26px; line-height: 1.38; }
    .hero-verse cite { font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); }
    .hero-bottom {
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 0;
      right: 0;
      border-top: 1px solid rgba(255,255,255,.15);
    }
    .hero-meta { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
    .live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #e7b85e; box-shadow: 0 0 0 5px rgba(231,184,94,.12); }

    .intro { padding: 110px 0; background: var(--cream); }
    .intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
    .section-number { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
    .intro h2, .library-head h2, .paths h2, .gather h2 {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(43px, 5.6vw, 72px);
      font-weight: 400;
      line-height: 1.02;
      letter-spacing: -.045em;
    }
    .intro-copy > p { max-width: 720px; margin: 0 0 45px; font-family: var(--serif); font-size: clamp(27px, 3.3vw, 43px); line-height: 1.25; letter-spacing: -.025em; }
    .values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
    .value { padding: 25px 22px 0 0; }
    .value strong { display: block; margin-bottom: 9px; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
    .value span { color: var(--muted); font-size: 13px; line-height: 1.55; }

    .paths { padding: 105px 0; }
    .section-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
    .section-top p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.7; }
    .path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .path-card {
      min-height: 310px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      padding: 25px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #f8f3e9;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .25s ease;
    }
    .path-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
    .path-card:nth-child(2) { background: #dce8df; }
    .path-card:nth-child(3) { background: #ead9c2; }
    .path-card:nth-child(4) { background: var(--ink); color: var(--white); }
    .path-card::after { content: ''; position: absolute; width: 180px; height: 180px; right: -65px; bottom: -65px; border: 1px solid currentColor; border-radius: 50%; opacity: .13; box-shadow: 0 0 0 30px currentColor; }
    .path-icon { position: relative; z-index: 1; font-family: var(--serif); font-size: 42px; color: var(--gold); }
    .path-card h3 { position: relative; z-index: 1; margin: 0 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
    .path-card p { position: relative; z-index: 1; margin: 0; font-size: 13px; line-height: 1.55; opacity: .7; }

    .library { padding: 105px 0 120px; background: #f1ecdf; }
    .library-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: end; margin-bottom: 46px; }
    .library-head p { max-width: 600px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
    .search-panel {
      position: sticky;
      top: 12px;
      z-index: 20;
      margin-bottom: 31px;
      padding: 17px;
      border: 1px solid rgba(19,44,45,.12);
      border-radius: 20px;
      background: rgba(255,253,248,.92);
      box-shadow: 0 12px 35px rgba(24,50,48,.08);
      backdrop-filter: blur(16px);
    }
    .search-row { display: grid; grid-template-columns: 1fr 220px; gap: 12px; }
    .search-box { position: relative; }
    .search-box svg { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: var(--muted); }
    .search-box input, .sort-select {
      width: 100%;
      height: 54px;
      border: 1px solid var(--line);
      border-radius: 13px;
      background: var(--white);
      color: var(--ink);
      outline: none;
    }
    .search-box input { padding: 0 18px 0 49px; }
    .search-box input:focus, .sort-select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,154,74,.13); }
    .sort-select { padding: 0 15px; cursor: pointer; }
    .chips { display: flex; gap: 8px; overflow-x: auto; padding: 13px 0 1px; scrollbar-width: none; }
    .chips::-webkit-scrollbar { display: none; }
    .chip { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 99px; background: transparent; padding: 9px 14px; font-size: 12px; font-weight: 750; cursor: pointer; }
    .chip:hover, .chip.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
    .results-meta { display: flex; justify-content: space-between; align-items: center; margin: 0 0 19px; color: var(--muted); font-size: 13px; }
    .results-meta strong { color: var(--ink); }
    .video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
    .video-card { overflow: hidden; border: 1px solid rgba(19,44,45,.1); border-radius: 18px; background: var(--paper); box-shadow: 0 9px 30px rgba(24,50,48,.05); transition: transform .22s ease, box-shadow .22s ease; }
    .video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .video-open {
      display: block;
      width: 100%;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      text-align: left;
      cursor: pointer;
    }
    .video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--ink-2); }
    .video-thumb img { height: 100%; object-fit: contain; background: #081c1d; transition: transform .4s ease; }
    .video-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(6,19,19,.7)); }
    .play {
      position: absolute;
      z-index: 2;
      left: 18px;
      bottom: 16px;
      width: 43px;
      height: 43px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--gold-light);
      color: var(--ink);
      box-shadow: 0 8px 20px rgba(0,0,0,.2);
    }
    .play span { transform: translateX(1px); font-size: 14px; }
    .duration { position: absolute; z-index: 2; right: 12px; bottom: 13px; padding: 5px 7px; border-radius: 5px; background: rgba(6,19,19,.78); color: #fff; font-size: 10px; font-weight: 800; }
    .video-body { padding: 19px 19px 20px; }
    .video-topic { display: inline-block; margin-bottom: 10px; color: #9b6b20; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .video-card h3 { min-height: 54px; margin: 0 0 13px; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.28; }
    .video-tags { display: flex; flex-wrap: wrap; gap: 6px; min-height: 25px; margin-bottom: 16px; }
    .video-tags span { padding: 5px 8px; border-radius: 99px; background: #efeadf; color: #586564; font-size: 10px; }
    .video-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
    .watch-link { color: var(--ink); font-weight: 850; }
    .no-results { display: none; padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 20px; }
    .no-results h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
    .no-results p { margin: 0; color: var(--muted); }
    .load-more-wrap { display: flex; justify-content: center; padding-top: 36px; }
    .btn-dark { border: 0; background: var(--ink); color: var(--white); cursor: pointer; }

    .music {
      position: relative;
      overflow: hidden;
      padding: 110px 0 120px;
      background:
        radial-gradient(circle at 88% 12%, rgba(232,207,159,.24), transparent 25%),
        linear-gradient(145deg, #e2dccf 0%, #f8f4eb 54%, #dbe7df 100%);
    }
    .music::before {
      content: '';
      position: absolute;
      width: 480px;
      height: 480px;
      right: -170px;
      top: -150px;
      border: 1px solid rgba(19,44,45,.10);
      border-radius: 50%;
      box-shadow: 0 0 0 70px rgba(19,44,45,.025), 0 0 0 140px rgba(19,44,45,.018);
    }
    .music-head {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 70px;
      align-items: end;
      margin-bottom: 42px;
    }
    .music h2 {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(48px, 6vw, 78px);
      font-weight: 400;
      line-height: .98;
      letter-spacing: -.05em;
    }
    .music-intro p { max-width: 590px; margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.7; }
    .playlist-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; font-weight: 850; }
    .music-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .music-card { overflow: hidden; border: 1px solid rgba(19,44,45,.10); border-radius: 18px; background: rgba(255,253,248,.84); box-shadow: 0 10px 32px rgba(24,50,48,.06); transition: transform .22s ease, box-shadow .22s ease; }
    .music-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .music-art { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--ink); }
    .music-art img { height: 100%; object-fit: contain; background: #081c1d; transition: transform .4s ease; }
    .music-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,20,20,.72)); }
    .music-play { position: absolute; z-index: 2; right: 15px; bottom: 15px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-light); color: var(--ink); box-shadow: 0 10px 25px rgba(0,0,0,.24); }
    .music-body { padding: 17px 17px 19px; }
    .music-type { display: block; margin-bottom: 8px; color: #9b6b20; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
    .music-card h3 { min-height: 46px; margin: 0 0 12px; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.24; }
    .music-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }

    .lightbox {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(3,15,16,.92);
      backdrop-filter: blur(12px);
    }
    .lightbox.open { display: flex; }
    .lightbox-dialog { width: min(1050px, 100%); }
    .lightbox-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; color: #fff; }
    .lightbox-title { min-width: 0; margin: 0; overflow: hidden; font-family: var(--serif); font-size: clamp(20px, 3vw, 30px); font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
    .lightbox-close { flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 24px; line-height: 1; cursor: pointer; }
    .lightbox-frame { overflow: hidden; aspect-ratio: 16/9; border-radius: 18px; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
    .lightbox-frame iframe { width: 100%; height: 100%; border: 0; }
    .lightbox-actions { display: flex; justify-content: flex-end; margin-top: 13px; }
    .lightbox-youtube { color: rgba(255,255,255,.74); font-size: 12px; font-weight: 750; }

    .gather { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: var(--ink); }
    .gather::after { content: ''; position: absolute; width: 540px; height: 540px; right: -160px; top: -170px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025); }
    .gather-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
    .gather h2 { color: var(--white); }
    .schedule { border-top: 1px solid rgba(255,255,255,.16); }
    .schedule-row { display: grid; grid-template-columns: 130px 1fr auto; gap: 25px; align-items: center; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .schedule-row span { color: var(--gold-light); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
    .schedule-row strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
    .schedule-row a { font-size: 12px; font-weight: 800; }

    .footer { padding: 70px 0 28px; background: #0b2021; color: rgba(255,255,255,.68); }
    .footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 70px; padding-bottom: 58px; }
    .footer .brand { color: #fff; margin-bottom: 24px; padding: 10px 0; }
    .footer .brand-logo { width: 180px; }
    .footer-intro { max-width: 430px; margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
    .footer h4 { margin: 0 0 18px; color: var(--gold-light); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
    .footer-links { display: grid; gap: 12px; font-size: 13px; }
    .footer-links a:hover { color: #fff; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

    @media (max-width: 980px) {
      .hero { min-height: 790px; }
      .hero-grid, .intro-grid, .library-head, .gather-grid { grid-template-columns: 1fr; gap: 45px; }
      .hero-grid { padding-top: 170px; }
      .hero-verse { display: none; }
      .path-grid { grid-template-columns: repeat(2, 1fr); }
      .video-grid { grid-template-columns: repeat(2, 1fr); }
      .music-grid { grid-template-columns: repeat(2, 1fr); }
      .intro-copy { max-width: 780px; }
    }
    @media (max-width: 760px) {
      .container { width: min(100% - 28px, 1180px); }
      .site-header { position: absolute; }
      .nav { min-height: 92px; }
      .brand { padding: 8px 2px; }
      .brand-logo { width: 132px; }
      .menu-toggle { display: block; }
      .nav-links {
        position: fixed;
        inset: 0;
        display: none;
        flex-direction: column;
        justify-content: center;
        background: #0b2425;
        font-size: 22px;
      }
      .nav-links.open { display: flex; }
      .menu-toggle { position: relative; z-index: 2; }
      .hero { min-height: 760px; }
      .hero::before { width: 390px; height: 390px; top: 210px; right: -180px; }
      .hero::after { top: 25%; right: 10%; font-size: 35px; }
      .hero-grid { padding: 145px 0 105px; }
      .hero h1 { font-size: clamp(58px, 19vw, 84px); }
      .hero-copy { font-size: 16px; line-height: 1.6; }
      .hero-meta { justify-content: center; text-align: center; font-size: 10px; }
      .hero-meta span:last-child { display: none; }
      .intro, .paths, .library, .music, .gather { padding: 78px 0; }
      .values, .path-grid, .video-grid, .footer-grid { grid-template-columns: 1fr; }
      .values { gap: 20px; }
      .value { padding-top: 20px; }
      .section-top { display: block; }
      .section-top p { margin-top: 24px; }
      .path-card { min-height: 240px; }
      .search-row { grid-template-columns: 1fr; }
      .search-panel { top: 5px; }
      .video-card h3 { min-height: auto; }
      .music-head { grid-template-columns: 1fr; gap: 28px; }
      .music-grid { grid-template-columns: repeat(2, 1fr); }
      .music-card h3 { min-height: auto; }
      .lightbox { padding: 14px; }
      .schedule-row { grid-template-columns: 1fr auto; gap: 8px; }
      .schedule-row span { grid-column: 1 / -1; }
      .footer-grid { gap: 42px; }
      .footer-bottom { display: block; line-height: 1.7; }
    }
    @media (max-width: 520px) {
      .music-grid { grid-template-columns: 1fr; }
      .music-art { aspect-ratio: 16/9; }
    }
