
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --night: #061522;
      --night-2: #0B2130;
      --ink: #171715;
      --cream: #F6F1E8;
      --paper: #FFFDF8;
      --stone: #70695D;
      --muted: #A69F91;
      --gold:   #C8A24A;
      --gold-dark: #A97C25;
      --line: rgba(166, 159, 145, 0.28);
      --deep:   #061522;
      --forest: #0B2130;
      --serif: "Cormorant Garamond", Georgia, serif;
      --sans: "DM Sans", system-ui, sans-serif;
      --r: 10px;
      --shadow: 0 24px 80px rgba(6, 21, 34, 0.18);
    }

    html { scroll-behavior: smooth; }
    body {
      min-height: 100vh;
      font-family: var(--sans);
      color: var(--ink);
      background: var(--cream);
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .site-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      padding: 1.25rem clamp(1rem, 3vw, 3rem);
    }
    .nav {
      max-width: 1240px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: var(--cream);
      min-width: max-content;
    }
    .brand-mark {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(200, 162, 74, 0.55);
      border-radius: 50%;
      background: rgba(6, 21, 34, 0.34);
    }
    .brand-mark img { width: 48px; height: 48px; object-fit: contain; }
    .brand-name {
      display: flex;
      flex-direction: column;
      line-height: 1;
    }
    .brand-name strong {
      font-family: var(--serif);
      font-size: 2.05rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .brand-name span {
      margin-top: 0.2rem;
      color: var(--gold);
      font-size: 0.6rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .nav-links {
      display: flex;
      align-items: center;
      margin-left: auto;
      gap: clamp(1rem, 2.5vw, 2.4rem);
      color: rgba(246, 241, 232, 0.86);
      font-size: 0.86rem;
      font-weight: 600;
    }
    .nav-actions {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      color: var(--cream);
      font-size: 0.86rem;
      font-weight: 700;
    }
    .nav-login { color: var(--gold); }
    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 1.45rem;
      border-radius: 5px;
      color: var(--night);
      font-family: var(--serif);
      font-size: 1.08rem;
      font-style: italic;
      font-weight: 500;
      letter-spacing: 0.03em;
      background: linear-gradient(135deg, #D6AF5B, #B98832);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

    .hero {
      position: relative;
      min-height: 680px;
      display: grid;
      align-items: center;
      overflow: hidden;
      color: var(--ink);
      background:
        radial-gradient(circle at 86% 18%, rgba(216, 175, 91, 0.2), transparent 25rem),
        linear-gradient(180deg, #fffaf0 0%, var(--cream) 64%, #fffdf8 100%);
    }
    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      z-index: 0;
      transition: opacity 1.2s ease;
    }
    .hero-video.is-loaded {
      opacity: 0.24;
    }
    .sacred-canvas {
      position: absolute;
      inset: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      pointer-events: none;
      mix-blend-mode: screen;
      opacity: 0.72;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(200, 162, 74, 0.08) 0 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(180deg, rgba(255, 253, 248, 0.74), rgba(255, 253, 248, 0));
      opacity: 0.78;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 74% 24%, rgba(216, 175, 91, 0.22), transparent 24rem),
        radial-gradient(circle at 18% 18%, rgba(200, 162, 74, 0.16), transparent 21rem);
      pointer-events: none;
    }
    .hero-candlelight {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }
    .hero-candlelight::before,
    .hero-candlelight::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(34px);
      transform-origin: center;
      animation: candle-flicker 5.8s ease-in-out infinite;
    }
    .hero-candlelight::before {
      right: clamp(1rem, 10vw, 8rem);
      bottom: 8%;
      width: clamp(220px, 34vw, 440px);
      height: clamp(260px, 42vw, 540px);
      background: radial-gradient(circle, rgba(216, 175, 91, 0.3), rgba(169, 124, 37, 0.12) 42%, transparent 70%);
      opacity: 0.82;
    }
    .hero-candlelight::after {
      right: clamp(6rem, 22vw, 18rem);
      top: 18%;
      width: clamp(120px, 20vw, 260px);
      height: clamp(140px, 24vw, 320px);
      background: radial-gradient(circle, rgba(246, 241, 232, 0.18), rgba(200, 162, 74, 0.1) 44%, transparent 72%);
      animation-delay: -2.2s;
      opacity: 0.66;
    }
    @keyframes candle-flicker {
      0%, 100% {
        opacity: 0.72;
        transform: scale(1) translate3d(0, 0, 0);
      }
      28% {
        opacity: 0.9;
        transform: scale(1.035) translate3d(-8px, 4px, 0);
      }
      55% {
        opacity: 0.62;
        transform: scale(0.985) translate3d(7px, -5px, 0);
      }
      76% {
        opacity: 0.84;
        transform: scale(1.025) translate3d(3px, 5px, 0);
      }
    }
    .hero-inner {
      position: relative;
      z-index: 3;
      max-width: 1240px;
      margin: 0 auto;
      width: 100%;
      padding: 7.5rem clamp(1.25rem, 5vw, 4.5rem) 3.2rem;
    }
    .hero-main {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.92fr);
      gap: clamp(2rem, 5vw, 4.4rem);
      align-items: center;
      margin-bottom: 2.2rem;
    }
    .hero-copy { max-width: 580px; }
    .hero h1 {
      font-family: var(--serif);
      font-size: clamp(3.2rem, 7vw, 6.6rem);
      line-height: 1.02;
      font-weight: 500;
      letter-spacing: -0.01em;
      margin-bottom: 2rem;
    }
    .hero h1 span {
      display: block;
      color: var(--gold);
      font-style: italic;
    }
    .hero-rule {
      width: 66px;
      height: 2px;
      background: var(--gold);
      margin-bottom: 1.65rem;
    }
    .hero p {
      max-width: 480px;
      color: #4c463b;
      font-size: 1.08rem;
      line-height: 1.78;
      margin-bottom: 2.1rem;
    }
    .hero-actions {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 2.2rem;
    }
    .hero-note {
      max-width: 520px;
      display: flex;
      align-items: center;
      gap: 0.8rem;
      margin-top: 0;
      margin-bottom: 0;
      color: #70685b;
      font-size: 0.82rem;
      line-height: 1.45;
    }
    .hero-note::before {
      content: "";
      width: 42px;
      height: 1px;
      flex: 0 0 42px;
      background: rgba(200, 162, 74, 0.72);
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      min-height: 52px;
      padding: 0 1.6rem;
      border-radius: 5px;
      border: 1px solid transparent;
      font-family: var(--serif);
      font-size: 1.08rem;
      font-style: italic;
      font-weight: 500;
      letter-spacing: 0.03em;
      transition: transform 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-gold { background: linear-gradient(135deg, #D9B461, #B78630); color: var(--night); }
    .btn-outline { color: var(--night); border-color: rgba(169, 124, 37, 0.62); background: rgba(255, 253, 248, 0.64); }
    .hero-visual {
      position: relative;
      min-height: clamp(360px, 48vw, 620px);
      overflow: visible;
      border-radius: 28px;
      background:
        radial-gradient(ellipse at 54% 55%, rgba(255, 253, 248, 0.96) 0 28%, rgba(246, 241, 232, 0.66) 48%, transparent 72%),
        radial-gradient(ellipse at 72% 76%, rgba(216, 175, 91, 0.2), transparent 42%);
      isolation: isolate;
    }
    .hero-visual::before {
      content: "";
      position: absolute;
      inset: 5% 2% 1%;
      z-index: -1;
      border: 1px solid rgba(200, 162, 74, 0.24);
      border-radius: 42% 42% 24px 24px / 16% 16% 24px 24px;
      background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.42), rgba(246, 241, 232, 0.08)),
        linear-gradient(90deg, rgba(200, 162, 74, 0.05) 0 1px, transparent 1px) 0 0 / 42px 42px;
      box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.82);
      opacity: 0.9;
    }
    .hero-visual::after {
      content: "";
      position: absolute;
      left: 8%;
      right: 8%;
      bottom: 1.5%;
      z-index: -1;
      height: 18%;
      background:
        radial-gradient(ellipse at center, rgba(6, 21, 34, 0.22), rgba(6, 21, 34, 0.08) 42%, transparent 74%);
      filter: blur(12px);
      pointer-events: none;
    }
    .hero-visual img {
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: cover;
      object-position: center;
      border-radius: 24px;
      box-shadow: 0 24px 76px rgba(6, 21, 34, 0.18);
      -webkit-mask-image: radial-gradient(ellipse at 52% 52%, #000 0 58%, rgba(0, 0, 0, 0.9) 72%, transparent 100%);
      mask-image: radial-gradient(ellipse at 52% 52%, #000 0 58%, rgba(0, 0, 0, 0.9) 72%, transparent 100%);
    }
    .hero-trust {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.35rem;
      max-width: none;
    }
    .hero-trust-item {
      display: flex;
      gap: 0.8rem;
      align-items: flex-start;
      padding: 0.75rem;
      border: 1px solid transparent;
      border-radius: var(--r);
      color: #3e392f;
      font-size: 0.82rem;
      line-height: 1.45;
      cursor: default;
      transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
    }
    .hero-trust-item:hover,
    .hero-trust-item:focus-within,
    .hero-trust-item.is-active {
      transform: translateY(-2px);
      border-color: rgba(200, 162, 74, 0.38);
      background: rgba(255, 253, 248, 0.72);
    }
    .hero-trust-item svg {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      stroke: var(--gold);
      fill: none;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .hero-focus {
      max-width: 620px;
      margin-top: 1.35rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(200, 162, 74, 0.34);
      color: #625c52;
      font-size: 0.9rem;
      line-height: 1.6;
      transition: opacity 0.18s ease;
    }
    .hero-focus strong {
      color: var(--gold);
      font-weight: 600;
    }
    @keyframes rise-in {
      from { transform: scaleY(0.32); opacity: 0.35; }
      to { transform: scaleY(1); opacity: 1; }
    }

    .section {
      padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4.5rem);
    }
    .interactive {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 86% 18%, rgba(200, 162, 74, 0.16), transparent 20rem),
        var(--paper);
    }
    .interactive::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.08), transparent),
        repeating-linear-gradient(90deg, transparent 0 88px, rgba(6, 21, 34, 0.035) 88px 89px);
      opacity: 0.55;
    }
    .interactive-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
      gap: clamp(2rem, 6vw, 5rem);
      align-items: center;
    }
    .interactive-copy p {
      margin-top: 1.1rem;
      max-width: 560px;
    }
    .amount-playground {
      position: relative;
      border: 1px solid var(--line);
      border-radius: var(--r);
      background: linear-gradient(180deg, var(--paper), rgba(246, 241, 232, 0.74));
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .amount-playground::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.44), transparent 34%, rgba(200, 162, 74, 0.12));
      opacity: 0.72;
    }
    .playground-head,
    .amount-grid,
    .playground-slider,
    .playground-result {
      position: relative;
      z-index: 1;
    }
    .playground-head {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      padding: 1.15rem;
      border-bottom: 1px solid var(--line);
    }
    .playground-head span {
      color: var(--stone);
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .playground-head strong {
      display: block;
      margin-top: 0.18rem;
      font-family: var(--serif);
      font-size: 1.55rem;
      font-weight: 500;
    }
    .amount-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.55rem;
      padding: 1.15rem 1.15rem 0;
    }
    .amount-button {
      min-height: 48px;
      border: 1px solid var(--line);
      border-radius: 6px;
      color: var(--night);
      background: rgba(255, 253, 248, 0.72);
      cursor: pointer;
      font-weight: 600;
      transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    }
    .amount-button:hover {
      transform: translateY(-1px);
      border-color: rgba(169, 124, 37, 0.42);
    }
    .amount-button[aria-pressed="true"] {
      background: linear-gradient(135deg, #D9B461, #B78630);
      border-color: rgba(169, 124, 37, 0.6);
    }
    .playground-slider {
      display: grid;
      gap: 0.75rem;
      padding: 1.2rem 1.15rem;
    }
    .playground-slider label {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      color: var(--stone);
      font-size: 0.85rem;
      font-weight: 600;
    }
    .playground-slider input {
      width: 100%;
      accent-color: var(--gold);
    }
    .playground-result {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
      padding: 0 1.15rem 1.15rem;
    }
    .result-card {
      min-height: 104px;
      padding: 0.95rem;
      border: 1px solid var(--line);
      border-radius: 7px;
      background: rgba(255, 253, 248, 0.74);
    }
    .result-card span {
      display: block;
      margin-bottom: 0.4rem;
      color: var(--stone);
      font-size: 0.7rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .result-card strong {
      display: block;
      font-family: var(--serif);
      font-size: clamp(1.45rem, 3vw, 2.05rem);
      font-weight: 500;
      line-height: 1;
    }
    .problem,
    .solution,
    .trust-band,
    .mission-band,
    .join {
      content-visibility: auto;
      contain-intrinsic-size: 1px 760px;
    }
    .section-inner {
      max-width: 1180px;
      margin: 0 auto;
    }
    .eyebrow {
      color: var(--gold-dark);
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 1rem;
    }
    h2 {
      font-family: var(--serif);
      font-size: clamp(2rem, 3.5vw, 3.35rem);
      line-height: 1.12;
      font-weight: 500;
      letter-spacing: -0.01em;
    }
    .lead {
      color: var(--stone);
      line-height: 1.75;
      font-size: 1rem;
    }

    .problem {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at -5% 45%, rgba(200, 162, 74, 0.14), transparent 17rem),
        var(--cream);
    }
    .problem::before {
      content: "";
      position: absolute;
      width: 320px;
      height: 320px;
      left: -70px;
      top: 50%;
      transform: translateY(-50%);
      background: url("/mark.png") center / contain no-repeat;
      opacity: 0.08;
    }
    .problem-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
      gap: clamp(2rem, 7vw, 7rem);
      align-items: center;
    }
    .problem-copy p { max-width: 570px; margin-top: 1.25rem; }
    .problem-copy strong {
      display: block;
      margin-top: 1.25rem;
      color: var(--night);
    }
    .problem-list {
      display: grid;
      gap: 1.35rem;
    }
    .problem-item {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 1rem;
      align-items: start;
    }
    .icon-ring {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(169, 124, 37, 0.42);
      border-radius: 50%;
      color: var(--gold-dark);
      background: rgba(255, 255, 255, 0.42);
    }
    .icon-ring svg {
      width: 29px;
      height: 29px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .problem-item h3 {
      font-size: 1rem;
      margin-bottom: 0.35rem;
    }
    .problem-item p {
      color: var(--stone);
      font-size: 0.9rem;
      line-height: 1.55;
    }

    .solution {
      color: var(--cream);
      background:
        radial-gradient(circle at 50% 48%, rgba(200, 162, 74, 0.16), transparent 19rem),
        linear-gradient(180deg, #071927, #061522);
      overflow: hidden;
    }
    .solution .section-inner {
      position: relative;
    }
    .solution-aura {
      position: absolute;
      inset: 10rem auto auto 50%;
      width: min(620px, 72vw);
      height: min(620px, 72vw);
      transform: translateX(-50%);
      border-radius: 50%;
      background:
        radial-gradient(circle, rgba(216, 175, 91, 0.18), transparent 56%),
        conic-gradient(from 0deg, transparent, rgba(200, 162, 74, 0.18), transparent, rgba(246, 241, 232, 0.08), transparent);
      opacity: 0.58;
      filter: blur(0.2px);
      animation: solution-aura-spin 28s linear infinite;
      pointer-events: none;
    }
    @keyframes solution-aura-spin {
      to { transform: translateX(-50%) rotate(360deg); }
    }
    .solution-head {
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 720px;
      margin: 0 auto 2.4rem;
    }
    .solution-head h2 { color: var(--cream); }
    .solution-head p {
      margin-top: 1rem;
      color: rgba(246, 241, 232, 0.8);
      line-height: 1.72;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
    }
    .solution .section-inner { max-width: 1240px; }
    .ecosystem {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(330px, 1.2fr) minmax(205px, 0.62fr) minmax(330px, 1.2fr);
      gap: clamp(2.8rem, 6vw, 5.4rem);
      align-items: center;
      min-height: 350px;
      overflow: visible;
    }
    .ecosystem::before {
      content: "";
      position: absolute;
      inset: 50% auto auto 50%;
      width: min(450px, 44vw);
      height: min(450px, 44vw);
      transform: translate(-50%, -50%);
      border: 1px solid rgba(200, 162, 74, 0.2);
      border-radius: 50%;
      box-shadow:
        0 0 0 42px rgba(200, 162, 74, 0.025),
        0 0 90px rgba(200, 162, 74, 0.11);
      pointer-events: none;
    }
    .ecosystem-side {
      position: relative;
      z-index: 2;
      display: grid;
      gap: 1.3rem;
      overflow: visible;
      align-content: center;
    }
    .ecosystem-item {
      position: relative;
      display: grid;
      grid-template-columns: 58px 1fr;
      gap: 0.95rem;
      align-items: center;
      min-height: 86px;
      overflow: visible;
      padding: 0.65rem;
      border: 1px solid transparent;
      border-radius: var(--r);
      cursor: default;
      transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    }
    .ecosystem-item:hover,
    .ecosystem-item:focus-within,
    .ecosystem-item.is-active {
      transform: translateY(-3px);
      border-color: rgba(200, 162, 74, 0.28);
      background: rgba(246, 241, 232, 0.045);
    }
    .ecosystem-item.right {
      grid-template-columns: 1fr 58px;
      text-align: right;
    }
    .ecosystem-item .icon-ring {
      width: 58px;
      height: 58px;
      color: var(--cream);
      border-color: rgba(200, 162, 74, 0.62);
      background: rgba(246, 241, 232, 0.03);
    }
    .ecosystem-item .icon-ring svg {
      width: 24px;
      height: 24px;
    }
    .ecosystem-item h3 {
      color: var(--cream);
      font-size: 0.88rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 0.35rem;
    }
    .ecosystem-item p {
      color: rgba(246, 241, 232, 0.72);
      font-size: 0.9rem;
      line-height: 1.55;
    }
    .spoke-canvas {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
    }
    .spoke-canvas svg {
      width: 100%;
      height: 100%;
      display: block;
      overflow: visible;
    }
    .spoke-main,
    .spoke-angled {
      fill: none;
      stroke: rgba(200, 162, 74, 0.78);
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
      vector-effect: non-scaling-stroke;
      transition: stroke 0.22s ease, stroke-width 0.22s ease, opacity 0.22s ease;
    }
    .ecosystem[data-active="parishes"] .spoke-parishes,
    .ecosystem[data-active="monasteries"] .spoke-monasteries,
    .ecosystem[data-active="donors"] .spoke-donors,
    .ecosystem[data-active="commemorations"] .spoke-commemorations {
      stroke: rgba(246, 241, 232, 0.9);
      stroke-width: 2.4;
      opacity: 1;
    }
    .spoke-dot {
      fill: rgba(216, 175, 91, 0.98);
    }
    .ecosystem-center {
      position: relative;
      z-index: 3;
      min-height: 230px;
      display: grid;
      place-items: center;
    }
    .center-medallion {
      width: 184px;
      height: 184px;
      display: grid;
      place-items: center;
      text-align: center;
      border-radius: 50%;
      border: 1px solid rgba(200, 162, 74, 0.78);
      background: rgba(6, 21, 34, 0.82);
      box-shadow: 0 0 80px rgba(200, 162, 74, 0.18), inset 0 0 34px rgba(200, 162, 74, 0.05);
      position: relative;
      z-index: 2;
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }
    .center-medallion::before,
    .center-medallion::after {
      content: "";
      position: absolute;
      inset: -18px;
      border: 1px solid rgba(200, 162, 74, 0.34);
      border-radius: 50%;
      animation: medallion-pulse 4.8s ease-in-out infinite;
      pointer-events: none;
    }
    .center-medallion::after {
      inset: -34px;
      opacity: 0.38;
      animation-delay: -2.2s;
    }
    .ecosystem:has(.ecosystem-item:hover) .center-medallion,
    .ecosystem:has(.ecosystem-item:focus-within) .center-medallion,
    .ecosystem.has-active .center-medallion {
      transform: scale(1.035);
      box-shadow: 0 0 100px rgba(200, 162, 74, 0.25), inset 0 0 34px rgba(200, 162, 74, 0.08);
    }
    @keyframes medallion-pulse {
      0%, 100% {
        opacity: 0.18;
        transform: scale(0.98);
      }
      50% {
        opacity: 0.46;
        transform: scale(1.04);
      }
    }
    .center-medallion img {
      width: 76px;
      height: 76px;
      object-fit: contain;
      margin: 0 auto 0.35rem;
    }
    .center-medallion span {
      display: block;
      font-family: var(--serif);
      font-size: 1.7rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .solution-foot {
      position: relative;
      z-index: 2;
      margin-top: 3rem;
      text-align: center;
      color: rgba(246, 241, 232, 0.78);
    }
    .solution-focus {
      position: relative;
      z-index: 2;
      max-width: 680px;
      min-height: 72px;
      margin: 2.4rem auto 0;
      padding: 1rem 1.2rem;
      border: 1px solid rgba(200, 162, 74, 0.2);
      border-radius: var(--r);
      text-align: center;
      color: rgba(246, 241, 232, 0.74);
      background: rgba(6, 21, 34, 0.38);
    }
    .solution-focus strong {
      display: block;
      margin-bottom: 0.25rem;
      color: var(--gold);
      font-family: var(--serif);
      font-size: 1.45rem;
      font-weight: 500;
    }

    .trust-band {
      background: var(--paper);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding: 3.6rem clamp(1.25rem, 5vw, 4.5rem);
    }
    .trust-grid {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(130px, 0.72fr));
      align-items: center;
      gap: 1.5rem;
    }
    .trust-copy h2 { font-size: clamp(1.8rem, 2.7vw, 2.7rem); }
    .trust-copy p { margin-top: 0.75rem; max-width: 390px; }
    .trust-badge {
      min-height: 130px;
      display: grid;
      place-items: center;
      text-align: center;
      gap: 0.7rem;
      padding: 1rem;
      border-left: 1px solid var(--line);
      color: var(--night);
      font-size: 0.86rem;
      line-height: 1.35;
    }
    .trust-badge svg {
      width: 34px;
      height: 34px;
      stroke: var(--gold-dark);
      fill: none;
      stroke-width: 1.6;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .mission-band {
      display: grid;
      grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
      min-height: 430px;
      background: var(--cream);
      color: var(--ink);
      border-top: 1px solid var(--line);
    }
    .mission-copy {
      padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem);
      display: flex;
      flex-direction: column;
      justify-content: center;
      background:
        radial-gradient(circle at 18% 20%, rgba(200, 162, 74, 0.1), transparent 18rem),
        var(--cream);
    }
    .mission-copy h2 { color: var(--night); max-width: 720px; }
    .mission-copy p {
      margin-top: 1.25rem;
      max-width: 760px;
      color: var(--stone);
      line-height: 1.75;
    }
    .mission-copy a {
      margin-top: 1.6rem;
      color: var(--gold-dark);
      font-family: var(--serif);
      font-size: 1.08rem;
      font-style: italic;
      font-weight: 500;
      letter-spacing: 0.03em;
    }
    .mission-image {
      position: relative;
      min-height: 360px;
      background:
        linear-gradient(90deg, rgba(6, 21, 34, 0.38), rgba(6, 21, 34, 0.04)),
        url("/images/home/censor-mission.webp") center / cover no-repeat;
      filter: saturate(0.92) contrast(1.04);
      overflow: hidden;
      isolation: isolate;
    }
    .mission-smoke {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      mix-blend-mode: screen;
      opacity: 0.72;
    }
    .smoke-wisp {
      position: absolute;
      bottom: -12%;
      width: clamp(90px, 13vw, 170px);
      height: clamp(260px, 34vw, 470px);
      border-radius: 50%;
      background:
        radial-gradient(ellipse at 50% 72%, rgba(246, 241, 232, 0.2), transparent 58%),
        radial-gradient(ellipse at 44% 42%, rgba(246, 241, 232, 0.15), transparent 62%),
        radial-gradient(ellipse at 56% 18%, rgba(200, 162, 74, 0.1), transparent 64%);
      filter: blur(20px);
      transform: translate3d(0, 0, 0) rotate(0deg);
      animation: incense-rise 9s ease-in-out infinite;
    }
    .smoke-wisp:nth-child(1) {
      left: 28%;
      animation-duration: 10.5s;
    }
    .smoke-wisp:nth-child(2) {
      left: 42%;
      width: clamp(70px, 10vw, 130px);
      animation-delay: -3.4s;
      animation-duration: 12s;
      opacity: 0.68;
    }
    .smoke-wisp:nth-child(3) {
      left: 55%;
      width: clamp(80px, 11vw, 145px);
      animation-delay: -6.2s;
      animation-duration: 11.2s;
      opacity: 0.58;
    }
    .smoke-wisp:nth-child(4) {
      left: 36%;
      width: clamp(120px, 17vw, 220px);
      animation-delay: -8s;
      animation-duration: 14s;
      opacity: 0.42;
    }
    @keyframes incense-rise {
      0% {
        opacity: 0;
        transform: translate3d(-12px, 36px, 0) scale(0.72) rotate(-8deg);
      }
      18% {
        opacity: 0.62;
      }
      48% {
        transform: translate3d(18px, -90px, 0) scale(1.02) rotate(8deg);
      }
      78% {
        opacity: 0.38;
      }
      100% {
        opacity: 0;
        transform: translate3d(-22px, -220px, 0) scale(1.36) rotate(-12deg);
      }
    }

    .join {
      color: var(--cream);
      border-top: 1px solid rgba(200, 162, 74, 0.28);
      background:
        linear-gradient(90deg, rgba(6, 21, 34, 0.98), rgba(6, 21, 34, 0.88)),
        radial-gradient(circle at 0 50%, rgba(200, 162, 74, 0.12), transparent 24rem),
        var(--night);
      padding-bottom: 0;
    }
    .join-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: clamp(2rem, 6vw, 5rem);
      align-items: start;
    }
    .join h2 { color: var(--cream); }
    .join p {
      color: rgba(246, 241, 232, 0.78);
      line-height: 1.72;
      margin-top: 1rem;
      max-width: 510px;
    }
    .join-actions {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-top: 1.8rem;
    }
    .join-features {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.5rem;
    }
    .join-feature {
      display: grid;
      grid-template-columns: 62px 1fr;
      gap: 1rem;
      align-items: start;
    }
    .join-feature .icon-ring {
      width: 62px;
      height: 62px;
      border-color: rgba(216, 175, 91, 0.82);
      background: rgba(6, 21, 34, 0.58);
      color: rgba(232, 196, 110, 0.98);
      box-shadow: inset 0 0 0 1px rgba(216, 175, 91, 0.22), 0 0 18px rgba(216, 175, 91, 0.14);
    }
    .join-feature .icon-ring svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
    }
    .join-feature h3 {
      font-size: 0.92rem;
      margin-bottom: 0.35rem;
    }
    .join-feature p {
      margin: 0;
      font-size: 0.9rem;
    }
    footer {
      margin-top: 4.5rem;
      border-top: 1px solid rgba(200, 162, 74, 0.16);
      padding: 1.35rem 0;
      color: rgba(246, 241, 232, 0.45);
      font-size: 0.82rem;
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
    }
    footer a { color: rgba(246, 241, 232, 0.68); margin-left: 1rem; }

    .mobile-menu-button { display: none; }

    @media (max-width: 980px) {
      .nav-links { display: none; }
      .hero { min-height: auto; }
      .hero-main { grid-template-columns: 1fr; gap: 1.6rem; }
      .hero-visual { min-height: 520px; }
      .hero-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; }
      .hero-trust, 
      .problem-grid,
      .interactive-grid,
      .ecosystem,
      .trust-grid,
      .mission-band,
      .join-grid {
        grid-template-columns: 1fr;
      }
      .hero-console {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -1.4rem auto 3rem;
        width: min(620px, calc(100% - 2.5rem));
      }
      .ecosystem {
        gap: 1rem;
      }
      .ecosystem-center {
        order: -1;
        min-height: auto;
        margin-bottom: 0.75rem;
      }
      .spoke-canvas {
        display: none;
      }
      .solution-aura,
      .ecosystem::before {
        display: none;
      }
      .center-medallion {
        width: 150px;
        height: 150px;
      }
      .center-medallion img {
        width: 62px;
        height: 62px;
      }
      .center-medallion span {
        font-size: 1.5rem;
      }
      .ecosystem-side {
        gap: 0.85rem;
      }
      .ecosystem-item,
      .ecosystem-item.right {
        grid-template-columns: 58px 1fr;
        text-align: left;
        padding: 0.85rem;
        border: 1px solid rgba(200, 162, 74, 0.16);
        border-radius: var(--r);
        background: rgba(246, 241, 232, 0.035);
      }
      .ecosystem-item.right .icon-ring { order: -1; }
      .ecosystem-item .icon-ring {
        width: 58px;
        height: 58px;
      }
      .ecosystem-item .icon-ring svg {
        width: 24px;
        height: 24px;
      }
      .trust-badge {
        border-left: 0;
        border-top: 1px solid var(--line);
        min-height: 110px;
      }
    }

    @media (max-width: 720px) {
      .site-header { position: absolute; padding-top: 1rem; }
      .brand-name strong { font-size: 1.75rem; letter-spacing: 0.07em; }
      .brand-name span { display: none; }
      .nav-actions .nav-login { display: none; }
      .nav-cta { min-height: 42px; padding-inline: 1rem; }
      .hero::before {
        background:
          linear-gradient(90deg, rgba(200, 162, 74, 0.08) 0 1px, transparent 1px) 0 0 / 48px 48px,
          linear-gradient(180deg, rgba(255, 253, 248, 0.86), rgba(255, 253, 248, 0));
      }
      .hero-inner { padding-top: 7.5rem; }
      .hero h1 { font-size: clamp(3rem, 13vw, 4.9rem); }
      .hero-actions .btn { width: 100%; }
      .hero-note {
        margin-top: 0;
        margin-bottom: 0;
      }
      .sacred-canvas {
        opacity: 0.48;
      }
      .hero-trust { grid-template-columns: 1fr; gap: 1rem; }
      .hero-visual { min-height: 430px; }
      .console-metrics,
      .playground-result {
        grid-template-columns: 1fr;
      }
      .amount-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .section { padding-block: 4rem; }
      .problem::before { opacity: 0.05; }
      .join-features { grid-template-columns: 1fr; }
      footer a:first-child { margin-left: 0; }
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-candlelight::before,
      .hero-candlelight::after,
      .solution-aura,
      .center-medallion::before,
      .center-medallion::after,
      .smoke-wisp {
        animation: none;
      }
      .mission-smoke {
        opacity: 0.38;
      }
    }
  
