    :root {
      --blue:  #0076BF;
      --blum:  #0094D2;
      --bdrk:  #1766AA;
      --green: #76BC17;
      --fd: 'League Spartan', Arial, sans-serif;
      --fb: 'DM Sans', Arial, sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--fb); background: #07121f; color: #fff; overflow-x: hidden; }

    /* ─── HERO ─────────────────────────────────────────── */
    #hero {
      position: relative; width: 100%; height: 100vh;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      overflow: hidden;
    }
    #c-bg, #c-fg {
      position: absolute; inset: 0; pointer-events: none;
    }
    #c-bg { z-index: 0; }
    #c-fg { z-index: 1; }
    .hero-content {
      position: relative; z-index: 10;
      display: flex; flex-direction: column; align-items: center;
    }
    .logo-wrap { opacity: 0; animation: fadeIn .5s ease .15s forwards; }
    .logo-gif  { width: min(360px, 68vw); height: auto; display: block; }

    .hero-divider {
      width: 0; height: 2px; background: var(--green);
      border-radius: 2px; margin: 16px auto 20px;
      animation: growLine .8s cubic-bezier(.22,1,.36,1) 3.0s forwards;
    }
    .hero-eyebrow {
      font-family: var(--fd); font-size: clamp(.58rem,1.4vw,.7rem);
      font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
      color: var(--green); text-align: center;
      opacity: 0; transform: translateY(10px);
      animation: fadeUp .7s ease 3.3s forwards;
    }
    .hero-headline {
      font-family: var(--fd); font-size: clamp(1.2rem,3.5vw,1.9rem);
      font-weight: 700; letter-spacing: -.01em; color: #fff;
      text-align: center; line-height: 1.15; margin-top: 7px;
      opacity: 0; transform: translateY(10px);
      animation: fadeUp .7s ease 3.5s forwards;
    }
    .hero-sub {
      font-family: var(--fb); font-size: clamp(.8rem,1.7vw,.94rem);
      font-weight: 300; color: rgba(255,255,255,.42);
      text-align: center; margin-top: 8px;
      opacity: 0; transform: translateY(10px);
      animation: fadeUp .7s ease 3.7s forwards;
    }
    .scroll-cue {
      position: absolute; bottom: 32px; left: 50%;
      transform: translateX(-50%); z-index: 10;
      display: flex; flex-direction: column; align-items: center; gap: 6px;
      opacity: 0; animation: fadeIn 1s ease 4.2s forwards; cursor: pointer;
    }
    .scroll-cue span {
      font-family: var(--fd); font-size: .58rem; font-weight: 600;
      letter-spacing: .22em; text-transform: uppercase;
      color: rgba(255,255,255,.25);
    }
    .scroll-arrow {
      width: 20px; height: 20px;
      border-right: 2px solid var(--green);
      border-bottom: 2px solid var(--green);
      transform: rotate(45deg);
      animation: bounce 1.6s ease-in-out infinite;
    }
    .footer-bar {
      position: fixed; bottom: 0; left: 0; right: 0;
      height: 3px; background: var(--green); z-index: 100;
      transform: scaleX(0); transform-origin: left;
      animation: growBar 1s cubic-bezier(.22,1,.36,1) 4.0s forwards;
    }
    .domain {
      position: fixed; bottom: 10px; right: 16px;
      font-family: var(--fd); font-size: .62rem; font-weight: 400;
      letter-spacing: .2em; text-transform: uppercase;
      color: rgba(255,255,255,.2); z-index: 100;
      opacity: 0; animation: fadeIn 1s ease 4.4s forwards;
    }

    /* ─── VIZ SECTION ────────────────────────────────── */
    #viz-section {
      position: relative; min-height: 100vh;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      padding: 80px 20px 100px;
      background: linear-gradient(180deg,#07121f 0%,#0a1628 40%,#07121f 100%);
    }
    .viz-header {
      text-align: center; margin-bottom: 36px;
      opacity: 0; transform: translateY(24px);
      transition: opacity .8s ease, transform .8s ease;
    }
    .viz-header.vis { opacity: 1; transform: translateY(0); }
    .viz-eyebrow {
      font-family: var(--fd); font-size: .65rem; font-weight: 600;
      letter-spacing: .28em; text-transform: uppercase;
      color: var(--green); margin-bottom: 10px;
    }
    .viz-title {
      font-family: var(--fd); font-size: clamp(1.1rem,3vw,1.7rem);
      font-weight: 700; color: #fff; letter-spacing: -.01em; line-height: 1.2;
    }
    .viz-title span { color: var(--blum); }
    .viz-sub {
      font-family: var(--fb); font-size: .88rem; font-weight: 300;
      color: rgba(255,255,255,.38); margin-top: 8px;
    }
    .viz-wrap {
      width: 100%; max-width: 760px; position: relative;
      border-radius: 14px; overflow: hidden;
      box-shadow: 0 0 80px rgba(0,118,191,.18), 0 0 0 1px rgba(0,118,191,.12);
      opacity: 0; transform: translateY(32px);
      transition: opacity .9s ease .2s, transform .9s ease .2s;
    }
    .viz-wrap.vis { opacity: 1; transform: translateY(0); }
    #morph-canvas { display: block; width: 100%; }

    .scene-label {
      position: absolute; top: 14px; left: 16px;
      font-family: var(--fd); font-size: .6rem; font-weight: 700;
      letter-spacing: .22em; text-transform: uppercase;
      color: rgba(255,255,255,.35); transition: color .4s;
      pointer-events: none;
    }
    .scene-label.morphing { color: var(--green); }
    .morph-dots {
      position: absolute; bottom: 12px; left: 50%;
      transform: translateX(-50%);
      display: flex; gap: 6px; align-items: center;
    }
    .morph-dot {
      height: 6px; border-radius: 3px; border: none;
      cursor: pointer; padding: 0;
      background: rgba(255,255,255,.18);
      transition: all .3s ease;
    }
    .morph-dot.act { width: 22px !important; background: var(--green); }
    .scene-btns {
      display: flex; flex-wrap: wrap; gap: 8px;
      margin-top: 20px; justify-content: center;
      opacity: 0; transform: translateY(16px);
      transition: opacity .8s ease .4s, transform .8s ease .4s;
    }
    .scene-btns.vis { opacity: 1; transform: translateY(0); }
    .scene-btn {
      padding: 7px 16px; border-radius: 6px;
      border: 1px solid rgba(0,118,191,.25);
      background: transparent; color: rgba(255,255,255,.4);
      font-family: var(--fd); font-size: .65rem; font-weight: 600;
      letter-spacing: .08em; text-transform: uppercase;
      cursor: pointer; transition: all .22s ease;
    }
    .scene-btn:hover { border-color: var(--blue); color: #fff; }
    .scene-btn.act { border-color: var(--blue); background: rgba(0,118,191,.18); color: #fff; }

    /* ─── KEYFRAMES ──────────────────────────────────── */
    @keyframes fadeIn  { to { opacity: 1; } }
    @keyframes fadeUp  { to { opacity: 1; transform: translateY(0); } }
    @keyframes growLine { to { width: min(180px,40vw); } }
    @keyframes growBar  { to { transform: scaleX(1); } }
    @keyframes bounce {
      0%,100% { transform: rotate(45deg) translateY(0); }
      50%      { transform: rotate(45deg) translateY(5px); }
    }

    /* ─── NAV ────────────────────────────────────────── */
    .site-nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 200;
      display: flex; align-items: center; justify-content: space-between;
      padding: 14px 32px;
      background: rgba(7,18,31,.85);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-bottom: 1px solid transparent;
      background-clip: padding-box;
      transition: background .3s;
    }
    .site-nav::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, rgba(0,118,191,.18), rgba(118,188,23,.18), rgba(0,118,191,.18));
    }

    /* Logo */
    .nav-logo {
      display: flex; align-items: center; gap: 8px;
      text-decoration: none;
      transition: opacity .2s;
    }
    .nav-logo:hover { opacity: .75; }
    .nav-logo-icon     { height: 28px; width: auto; display: block; flex-shrink: 0; }
    .nav-logo-wordmark { height: 18px; width: auto; display: block; }

    /* Desktop links */
    .nav-links {
      display: flex; gap: 32px; align-items: center;
    }
    .nav-link {
      font-family: var(--fd); font-size: .68rem; font-weight: 600;
      letter-spacing: .16em; text-transform: uppercase;
      color: rgba(255,255,255,.45); text-decoration: none;
      transition: color .2s, border-color .2s, text-shadow .2s;
      padding-bottom: 3px;
      border-bottom: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-link:hover {
      color: rgba(255,255,255,.85);
      border-bottom-color: rgba(255,255,255,.2);
    }
    .nav-link.act {
      color: var(--green);
      border-bottom-color: var(--green);
      text-shadow: 0 0 14px rgba(118,188,23,.35);
    }

    /* Hamburger toggle */
    .nav-toggle {
      display: none;
      flex-direction: column; justify-content: center; gap: 5px;
      width: 36px; height: 36px;
      background: none; border: none; cursor: pointer; padding: 6px;
      border-radius: 6px;
      transition: background .2s;
    }
    .nav-toggle:hover { background: rgba(255,255,255,.06); }
    .nav-toggle span {
      display: block; height: 2px; border-radius: 2px;
      background: rgba(255,255,255,.7);
      transition: transform .28s cubic-bezier(.22,1,.36,1),
                  opacity   .2s ease,
                  width     .28s ease;
      transform-origin: center;
    }
    .nav-toggle span:nth-child(1) { width: 22px; }
    .nav-toggle span:nth-child(2) { width: 16px; }
    .nav-toggle span:nth-child(3) { width: 22px; }
    /* X state */
    .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 22px; }
    .nav-toggle.open span:nth-child(2) { opacity: 0; width: 0; }
    .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 22px; }

    /* Mobile */
    @media (max-width: 768px) {
      .site-nav { padding: 12px 20px; }

      .nav-toggle { display: flex; }

      .nav-links {
        display: none;
        flex-direction: column;
        gap: 0;
        position: absolute; top: 100%; left: 0; right: 0;
        background: rgba(7,18,31,.97);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(0,118,191,.15);
        padding: 8px 0 12px;
        animation: navSlideDown .22s cubic-bezier(.22,1,.36,1) forwards;
      }
      .nav-links.open { display: flex; }

      .nav-link {
        padding: 13px 24px; border-bottom: none;
        font-size: .7rem; letter-spacing: .14em;
        width: 100%;
        border-left: 2px solid transparent;
        transition: color .15s, background .15s, border-color .15s;
      }
      .nav-link:hover {
        color: #fff; background: rgba(0,118,191,.08);
        border-left-color: rgba(0,118,191,.4);
        border-bottom: none;
      }
      .nav-link.act {
        color: var(--green);
        border-left-color: var(--green);
        background: rgba(118,188,23,.05);
        text-shadow: none;
        border-bottom: none;
      }
    }

    @keyframes navSlideDown {
      from { opacity: 0; transform: translateY(-8px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ─── OFFERINGS SECTION ──────────────────────────── */
    #offerings {
      position: relative;
      background: linear-gradient(180deg,#07121f 0%,#060f1c 50%,#07121f 100%);
      padding: 100px 20px 120px;
    }
    .off-inner { max-width: 900px; margin: 0 auto; }
    .off-header {
      text-align: center; margin-bottom: 60px;
      opacity: 0; transform: translateY(24px);
      transition: opacity .8s ease, transform .8s ease;
    }
    .off-header.vis { opacity: 1; transform: translateY(0); }
    .off-eyebrow {
      font-family: var(--fd); font-size: .65rem; font-weight: 600;
      letter-spacing: .28em; text-transform: uppercase;
      color: var(--green); margin-bottom: 14px;
    }
    .off-title {
      font-family: var(--fd); font-size: clamp(1.2rem,3.2vw,1.9rem);
      font-weight: 700; color: #fff; letter-spacing: -.01em; line-height: 1.2;
      margin-bottom: 14px;
    }
    .off-title span { color: var(--blum); }
    .off-sub {
      font-family: var(--fb); font-size: clamp(.82rem,1.6vw,.95rem);
      font-weight: 300; color: rgba(255,255,255,.4);
      max-width: 580px; margin: 0 auto; line-height: 1.65;
    }
    .off-section-label {
      font-family: var(--fd); font-size: .6rem; font-weight: 700;
      letter-spacing: .28em; text-transform: uppercase;
      color: rgba(255,255,255,.25); margin-bottom: 18px;
      opacity: 0; transform: translateY(16px);
      transition: opacity .7s ease .1s, transform .7s ease .1s;
    }
    .off-section-label.vis { opacity: 1; transform: translateY(0); }
    .talk-cards {
      display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
      gap: 16px; margin-bottom: 48px;
      opacity: 0; transform: translateY(20px);
      transition: opacity .8s ease .2s, transform .8s ease .2s;
    }
    .talk-cards.vis { opacity: 1; transform: translateY(0); }
    .talk-card {
      padding: 28px 24px; border: 1px solid rgba(0,118,191,.22);
      border-radius: 10px; background: rgba(0,118,191,.04);
      transition: border-color .22s, background .22s, transform .22s;
    }
    .talk-card:hover {
      border-color: var(--blue); background: rgba(0,118,191,.10);
      transform: translateY(-3px);
    }
    .talk-icon { font-size: 1.2rem; color: var(--green); margin-bottom: 14px; }
    .talk-title {
      font-family: var(--fd); font-size: .95rem; font-weight: 700;
      color: #fff; letter-spacing: .01em; margin-bottom: 10px;
    }
    .talk-desc {
      font-family: var(--fb); font-size: .82rem; font-weight: 300;
      color: rgba(255,255,255,.45); line-height: 1.6;
    }
    .workshop-card {
      padding: 36px 40px; border: 1px solid rgba(0,148,210,.3); border-radius: 14px;
      background: linear-gradient(135deg,rgba(0,118,191,.08) 0%,rgba(0,148,210,.04) 100%);
      position: relative; overflow: hidden;
      opacity: 0; transform: translateY(20px);
      transition: opacity .8s ease .4s, transform .8s ease .4s, border-color .22s;
    }
    .workshop-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 2px; background: linear-gradient(90deg,var(--blue),var(--green));
    }
    .workshop-card.vis { opacity: 1; transform: translateY(0); }
    .workshop-card:hover { border-color: var(--blum); }
    .workshop-badge {
      display: inline-block;
      font-family: var(--fd); font-size: .55rem; font-weight: 700;
      letter-spacing: .22em; text-transform: uppercase;
      color: var(--green); border: 1px solid rgba(118,188,23,.3);
      border-radius: 20px; padding: 4px 10px; margin-bottom: 16px;
    }
    .workshop-title {
      font-family: var(--fd); font-size: clamp(1.1rem,2.5vw,1.5rem);
      font-weight: 700; color: #fff; margin-bottom: 14px;
    }
    .workshop-desc {
      font-family: var(--fb); font-size: clamp(.82rem,1.5vw,.92rem);
      font-weight: 300; color: rgba(255,255,255,.5);
      line-height: 1.7; max-width: 600px; margin-bottom: 24px;
    }
    .workshop-cta {
      display: inline-block;
      font-family: var(--fd); font-size: .68rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase;
      color: var(--green); text-decoration: none;
      border: 1px solid rgba(118,188,23,.35); border-radius: 6px; padding: 10px 20px;
      transition: background .22s, border-color .22s, color .22s;
    }
    .workshop-cta:hover {
      background: rgba(118,188,23,.12); border-color: var(--green); color: #fff;
    }

    /* ─── KNOWLEDGE PAGE ─────────────────────────────── */
    #know-hero {
      min-height: 40vh; display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      text-align: center; padding: 120px 20px 60px;
      background: linear-gradient(180deg,#07121f 0%,#0a1628 100%);
    }
    .know-eyebrow {
      font-family: var(--fd); font-size: .65rem; font-weight: 600;
      letter-spacing: .28em; text-transform: uppercase;
      color: var(--green); margin-bottom: 14px;
    }
    .know-title {
      font-family: var(--fd); font-size: clamp(1.8rem,5vw,3rem);
      font-weight: 800; color: #fff; letter-spacing: -.02em; margin-bottom: 14px;
    }
    .know-sub {
      font-family: var(--fb); font-size: clamp(.85rem,1.8vw,1rem);
      font-weight: 300; color: rgba(255,255,255,.38);
    }
    #topics { padding: 60px 20px 100px; background: #07121f; }
    .topic-grid {
      display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
      gap: 20px; max-width: 900px; margin: 0 auto;
    }
    .topic-card {
      padding: 32px 28px; border: 1px solid rgba(0,118,191,.22);
      border-radius: 12px; background: rgba(0,118,191,.04);
      cursor: pointer; transition: border-color .22s, background .22s, transform .22s;
      position: relative;
    }
    .topic-card:hover:not(.coming-soon) {
      border-color: var(--blue); background: rgba(0,118,191,.10);
      transform: translateY(-3px);
    }
    .topic-card.coming-soon { cursor: default; opacity: .55; }
    .topic-tag {
      font-family: var(--fd); font-size: .55rem; font-weight: 700;
      letter-spacing: .22em; text-transform: uppercase;
      color: var(--green); margin-bottom: 12px;
    }
    .topic-title {
      font-family: var(--fd); font-size: 1.1rem; font-weight: 700;
      color: #fff; margin-bottom: 10px;
    }
    .topic-desc {
      font-family: var(--fb); font-size: .82rem; font-weight: 300;
      color: rgba(255,255,255,.45); line-height: 1.6; margin-bottom: 18px;
    }
    .topic-arrow {
      font-family: var(--fd); font-size: .62rem; font-weight: 600;
      letter-spacing: .1em; color: var(--green);
    }
    .coming-badge {
      display: inline-block;
      font-family: var(--fd); font-size: .52rem; font-weight: 700;
      letter-spacing: .2em; text-transform: uppercase;
      color: rgba(255,255,255,.4);
      border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 3px 10px;
    }
    .story-section { padding: 100px 20px 120px; background: #07121f; }
    .story-section.hidden { display: none; }
    .story-inner { max-width: 680px; margin: 0 auto; }
    .story-back {
      background: none; border: none; cursor: pointer;
      font-family: var(--fd); font-size: .65rem; font-weight: 600;
      letter-spacing: .15em; text-transform: uppercase;
      color: rgba(255,255,255,.35); margin-bottom: 36px; padding: 0;
      transition: color .2s;
    }
    .story-back:hover { color: var(--green); }
    .story-tag {
      font-family: var(--fd); font-size: .6rem; font-weight: 700;
      letter-spacing: .25em; text-transform: uppercase;
      color: var(--green); margin-bottom: 12px;
    }
    .story-title {
      font-family: var(--fd); font-size: clamp(1.8rem,5vw,2.8rem);
      font-weight: 800; color: #fff; letter-spacing: -.02em;
      margin-bottom: 18px; line-height: 1.1;
    }
    .story-lead {
      font-family: var(--fb); font-size: clamp(.95rem,2vw,1.1rem);
      font-weight: 400; color: rgba(255,255,255,.55);
      line-height: 1.7; margin-bottom: 52px; padding-bottom: 32px;
      border-bottom: 1px solid rgba(0,118,191,.18);
    }
    .story-chapter { margin-bottom: 40px; }
    .story-chapter h2 {
      font-family: var(--fd); font-size: clamp(.9rem,2vw,1.05rem);
      font-weight: 700; color: var(--blum); letter-spacing: .02em; margin-bottom: 12px;
    }
    .story-chapter p {
      font-family: var(--fb); font-size: clamp(.85rem,1.6vw,.96rem);
      font-weight: 300; color: rgba(255,255,255,.7); line-height: 1.8;
    }

    .workshop-cta.disabled {
      opacity: .35; cursor: default; pointer-events: none;
      background: transparent; border-color: rgba(255,255,255,.15);
      color: rgba(255,255,255,.35);
    }

    a.topic-link { text-decoration: none; color: inherit; display: block; }

    /* ─── KNOWLEDGE SECTION (index.html) ────────────── */
    #knowledge {
      background: #07121f;
      padding: 60px 20px 100px;
      border-top: 1px solid rgba(0,118,191,.12);
    }
    #knowledge .topic-grid { margin-top: 2rem; }

    /* ─── PRODUCTS SECTION (index.html) ─────────────── */
    #products {
      background: #060f1c;
      padding: 60px 20px 100px;
      border-top: 1px solid rgba(0,118,191,.12);
    }
    .prod-inner { max-width: 900px; margin: 0 auto; }
    .prod-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px; margin-top: 2rem;
    }
    .prod-card {
      padding: 36px 32px;
      border: 1px solid rgba(0,118,191,.22);
      border-radius: 14px;
      background: rgba(0,118,191,.04);
      position: relative; overflow: hidden;
      transition: border-color .22s, background .22s, transform .22s;
    }
    .prod-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 2px; background: linear-gradient(90deg, var(--blue), var(--green));
    }
    .prod-card.coming-soon { opacity: .6; cursor: default; }
    .prod-card:not(.coming-soon):hover {
      border-color: var(--blue); background: rgba(0,118,191,.10);
      transform: translateY(-3px);
    }
    .prod-name {
      font-family: var(--fd); font-size: clamp(1.2rem,2.5vw,1.5rem);
      font-weight: 800; color: #fff; letter-spacing: -.01em; margin-bottom: 12px;
    }
    .prod-desc {
      font-family: var(--fb); font-size: clamp(.82rem,1.5vw,.92rem);
      font-weight: 300; color: rgba(255,255,255,.5);
      line-height: 1.7; margin-bottom: 24px;
    }

    /* ─── FEATURED ARTICLE (index.html) ─────────────── */
    #featured-article {
      background: #07121f;
      padding: 60px 20px 80px;
      border-top: 1px solid rgba(0,118,191,.12);
    }
    .featured-inner { max-width: 900px; margin: 0 auto; }
    .featured-label {
      font-family: var(--fd); font-size: .6rem; font-weight: 700;
      letter-spacing: .28em; text-transform: uppercase;
      color: rgba(255,255,255,.25); margin-bottom: 18px;
    }
    .featured-card {
      display: block; text-decoration: none;
      padding: 36px 40px;
      border: 1px solid rgba(0,148,210,.28); border-radius: 14px;
      background: linear-gradient(135deg, rgba(0,118,191,.07) 0%, rgba(0,148,210,.03) 100%);
      position: relative; overflow: hidden;
      transition: border-color .22s, background .22s, transform .22s;
    }
    .featured-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 2px; background: linear-gradient(90deg, var(--blue), var(--green));
    }
    .featured-card:hover {
      border-color: var(--blum);
      background: linear-gradient(135deg, rgba(0,118,191,.12) 0%, rgba(0,148,210,.06) 100%);
      transform: translateY(-3px);
    }
    .featured-tag {
      font-family: var(--fd); font-size: .55rem; font-weight: 700;
      letter-spacing: .2em; text-transform: uppercase;
      color: var(--green); margin-bottom: 12px;
    }
    .featured-title {
      font-family: var(--fd); font-size: clamp(1.2rem, 2.8vw, 1.7rem);
      font-weight: 800; color: #fff; letter-spacing: -.01em;
      margin-bottom: 12px; line-height: 1.15;
    }
    .featured-desc {
      font-family: var(--fb); font-size: clamp(.82rem, 1.5vw, .95rem);
      font-weight: 300; color: rgba(255,255,255,.48);
      max-width: 580px; line-height: 1.7; margin-bottom: 20px;
    }
    .featured-cta {
      font-family: var(--fd); font-size: .68rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase; color: var(--green);
    }
