/* Self-hosted Cormorant Garamond (Medusa design) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-ext-300-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-ext-300-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-ext-500-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-ext-600-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ═══════════════════════════════════════
   TOKENS
═══════════════════════════════════════ */
:root {
  /* Light (gate) palette */
  --l-bg:        #f5f0e8;
  --l-surface:   #faf7f0;
  --l-ink:       #0a0a0a;
  --l-ink-2:     #2a2a2a;
  --l-ink-3:     #5a5a5a;
  --l-gold:      #A9884F;
  --l-gold-lt:   #C4A06A;
  --l-border:    rgba(158,127,74,0.28);
  --l-border-2:  rgba(158,127,74,0.50);
  --l-rule:      #d8ceb8;
  --l-accent:    #A9884F; 

  /* Dark (fund interior) palette */
  --d-bg:        #0B0A09;
  --d-surface:   #14110D;
  --d-ink:       #E6DECF;
  --d-ink-2:     #C8BFAE;
  --d-ink-3:     #A89F8F;
  --d-gold:      #C4A06A;
  --d-gold-lt:   #D8BC84;
  --d-border:    rgba(196,160,106,0.18);
  --d-border-2:  rgba(196,160,106,0.38);

  /* Shared typography */
  --serif:  'Cormorant Garamond', 'Times New Roman', serif;
  --sans:   Arial, 'Helvetica Neue', Helvetica, sans-serif;
  --nav-h:  70px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-weight: 400; background: var(--l-bg); color: var(--l-ink-2); }

/* Inline content links — plain <a> only; every component class
   (.btn-*, .doc-status, .notice-*, nav, footer) overrides this. */
a { color: var(--l-accent); }

/* Language visibility */
[data-lang] { display: none; }
[data-lang].vis { display: block; }
span[data-lang].vis { display: inline; }

/* ═══════════════════════════════════════
   PAGE SHELLS
═══════════════════════════════════════ */
.page { display: none; }
.page.active { display: block; }

/* ═══════════════════════════════════════
   ① GATE — LIGHT MUSEUM STYLE
═══════════════════════════════════════ */
#gate {
  background: var(--l-bg);
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

/* Gate nav bar */
.gate-nav {
  background: var(--l-surface);
  border-bottom: 1px solid var(--l-rule);
  padding: 0 4rem;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.gate-nav-logo { display: flex; align-items: center; gap: 0.9rem; }
.gate-nav-logo img { height: 34px; }
.gate-nav-sep { width: 1px; height: 24px; background: var(--l-rule); }
.gate-nav-text {
  font-family: var(--sans); font-size: 17px; font-weight: 500;
  color: var(--l-ink); letter-spacing: 0.02em; white-space: nowrap;
}
.gate-nav-sub {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--l-ink-3); display: block; margin-top: 1px; white-space: nowrap;
}
.lang-row { display: flex; gap: 3px; }
.lang-btn {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 9px; border: 1px solid var(--l-border-2);
  background: transparent; color: var(--l-ink-3); cursor: pointer;
  transition: all 0.18s;
}
.lang-btn:hover { color: var(--l-gold); border-color: var(--l-gold); }
.lang-btn.on { background: var(--l-ink); color: var(--l-surface); border-color: var(--l-ink); }

/* Gate body grid */
.gate-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 4rem;
  gap: 6rem;
  align-items: start;
}

/* Gate left — art + context */
.gate-art-panel {
  position: sticky; top: 0px;
}
.gate-art-frame {
  border: 1px solid var(--l-rule);
  background: var(--l-surface);
  overflow: hidden;
}
.gate-art-img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; object-position: top;
  display: block;
 }
.gate-art-strip {
  display: grid; grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--l-rule); height: 100px;
}
.gate-art-tile {
  background-size: cover; background-position: top;
  border-right: 1px solid var(--l-rule);
}
.gate-art-tile:last-child { border-right: none; }
.gate-art-caption {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--l-rule);
  background: var(--l-surface);
}
.gate-art-caption-title {
  font-family: var(--sans); font-size: 13px; font-style: italic;
  font-weight: 400; color: var(--l-ink-2);
}
.gate-art-caption-sub {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--l-ink-3); margin-top: 3px;
}

.gate-context { margin-top: 2.5rem; }
.gate-context-eyebrow {
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--l-gold); margin-bottom: 0.8rem; font-weight: 500;
}
.gate-context-title {
  font-family: var(--sans); font-size: 32px; font-weight: 500;
  color: var(--l-ink); line-height: 1.15; margin-bottom: 1rem;
}
.gate-context-title em { font-style: italic; color: var(--l-gold); }
.gate-context-text {
  font-size: 14px; font-weight: 400; line-height: 1.85;
  color: var(--l-ink-2);
}
.gate-rule { width: 48px; height: 2px; background: var(--l-gold); margin: 1.5rem 0; }

/* Founder mini card */
.founder-card {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 2rem; padding: 1.25rem 1.5rem;
  background: var(--l-surface); border: 1px solid var(--l-rule);
}
.founder-photo {
  width: 52px; height: 52px; border-radius: 50%;
  object-fit: cover; object-position: center top;
  border: 2px solid var(--l-border-2); flex-shrink: 0;
}
.founder-name {
  font-family: var(--sans); font-size: 16px; font-weight: 500;
  color: var(--l-ink);
}
.founder-role {
  font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--l-ink-3); margin-top: 2px;
}
.founder-quote {
  font-family: var(--sans); font-size: 12px; font-style: italic;
  font-weight: 400; color: var(--l-ink-2); margin-top: 5px; line-height: 1.5;
}

/* Gate right — form */
.gate-form-panel {}
.gate-form-heading {
  font-family: var(--sans); font-size: 26px; font-weight: 500;
  color: var(--l-ink); margin-bottom: 0.4rem; line-height: 1.2;
}
.gate-form-sub {
  font-size: 13px; font-weight: 400; color: var(--l-ink-2);
  line-height: 1.75; margin-bottom: 2rem;
}
.gate-form-sub strong { font-weight: 600; color: var(--l-ink); }

.field-label {
  display: block; font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--l-ink-2); margin-bottom: 6px;
}
.field-select {
  width: 100%; padding: 0.8rem 2.5rem 0.8rem 1rem;
  background: var(--l-surface); border: 1px solid var(--l-border-2);
  color: var(--l-ink); font-family: var(--sans); font-size: 14px;
  font-weight: 400; appearance: none; cursor: pointer; margin-bottom: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23A9884F' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  transition: border-color 0.2s;
}
.field-select:focus { outline: none; border-color: var(--l-gold); }
.field-select option { background: #faf7f0; }

.checks-wrap { margin-bottom: 1.75rem; display: flex; flex-direction: column; gap: 1rem; }
.check-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.check-item input {
  width: 15px; height: 15px; margin-top: 2px; flex-shrink: 0;
  accent-color: var(--l-gold); cursor: pointer;
}
.check-item label {
  font-size: 13px; font-weight: 400; line-height: 1.8;
  color: var(--l-ink-2); cursor: pointer;
}
.check-item label strong { font-weight: 600; color: var(--l-ink); }

.gate-submit-btn {
  width: 100%; padding: 1rem;
  background: var(--l-ink); color: var(--l-surface);
  border: none; font-family: var(--sans); font-size: 16px;
  font-weight: 500; letter-spacing: 0.05em; cursor: pointer;
  transition: background 0.22s;
}
.gate-submit-btn:hover:not(:disabled) { background: var(--l-gold); }
.gate-submit-btn:disabled {
  background: var(--l-rule); color: var(--l-ink-3); cursor: not-allowed;
}

.gate-notice {
  display: none; margin-top: 1.25rem;
  padding: 1.1rem 1.4rem;
  background: #fdf6ec; border-left: 3px solid var(--l-gold);
  font-size: 13px; font-weight: 400; line-height: 1.75; color: var(--l-ink-2);
}
.gate-notice strong { color: var(--l-gold); font-weight: 600; }
.gate-notice-contact-btn {
  display: inline-block; margin-top: 0.75rem;
  padding: 0.55rem 1.2rem;
  border: 1px solid var(--l-border-2); background: transparent;
  color: var(--l-gold); font-family: var(--sans); font-size: 13px;
  font-weight: 500; cursor: pointer; transition: all 0.2s;
}
.gate-notice-contact-btn:hover { background: var(--l-gold); color: #0B0A09; }

/* Gate footer */
.gate-footer {
  border-top: 1px solid var(--l-rule);
  padding: 1.5rem 4rem;
  background: var(--l-surface);
}
.gate-footer p {
  font-size: 10px; font-weight: 400; line-height: 1.8;
  color: var(--l-ink-3); max-width: 1100px; margin: 0 auto;
}

/* ═══════════════════════════════════════
   ② NOT ELIGIBLE PAGE — still light
═══════════════════════════════════════ */
#not-eligible {
  background: var(--l-bg); min-height: 100vh;
  display: flex; flex-direction: column;
}
.ne-body {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 4rem 2rem;
}
.ne-card {
  max-width: 580px; width: 100%;
  background: var(--l-surface); border: 1px solid var(--l-rule);
  padding: 3.5rem 3rem;
}
.ne-rule { width: 1px; height: 48px; background: var(--l-gold); margin: 0 auto 2rem; }
.ne-eyebrow {
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--l-gold); text-align: center; margin-bottom: 1rem; font-weight: 500;
}
.ne-title {
  font-family: var(--sans); font-size: 34px; font-weight: 500;
  color: var(--l-ink); text-align: center; line-height: 1.2; margin-bottom: 1.25rem;
}
.ne-text {
  font-size: 14px; font-weight: 400; line-height: 1.85;
  color: var(--l-ink-2); text-align: center; margin-bottom: 2rem;
}
.ne-doc-box {
  border: 1px solid var(--l-rule); padding: 1.25rem 1.5rem;
  margin-bottom: 2rem; background: var(--l-bg);
}
.ne-doc-box-label {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--l-gold); font-weight: 500; margin-bottom: 0.6rem;
}
.ne-doc-box p {
  font-size: 12px; font-weight: 400; line-height: 1.8; color: var(--l-ink-3);
}
.ne-doc-box strong { color: var(--l-ink-2); font-weight: 500; }
.ne-btns { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.ne-btn-primary {
  padding: 0.85rem 2rem; background: var(--l-ink); color: var(--l-surface);
  border: none; font-family: var(--sans); font-size: 14px;
  font-weight: 500; cursor: pointer; transition: background 0.2s;
}
.ne-btn-primary:hover { background: var(--l-gold); }
.ne-btn-ghost {
  padding: 0.85rem 2rem; background: transparent;
  border: 1px solid var(--l-border-2); color: var(--l-ink-2);
  font-family: var(--sans); font-size: 14px;
  font-weight: 400; cursor: pointer; transition: all 0.2s;
}
.ne-btn-ghost:hover { border-color: var(--l-gold); color: var(--l-gold); }

/* ═══════════════════════════════════════
   ③ MAIN FUND SITE — DARK INTERIOR
═══════════════════════════════════════ */
#fund-site { background: linear-gradient(160deg, #0B0A09 0%, #191510 60%, #100D0A 100%); color: var(--d-ink); }

/* STICKY NAV */
.fund-nav {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(20,18,16,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--d-border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 4rem;
}
.fund-nav-logo { display: flex; align-items: center; gap: 0.9rem; cursor: pointer; }
.fund-nav-logo img { height: 36px; }
.fund-nav-sep { width: 1px; height: 26px; background: var(--d-border-2); }
.fund-nav-name {
  font-family: var(--sans); font-size: 17px; font-weight: 500;
  color: var(--d-ink); letter-spacing: 0.02em;
}
.fund-nav-sub {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--d-ink-2); display: block; margin-top: 1px;
}
.fund-nav-links { display: flex; gap: 2.2rem; list-style: none; }
.fund-nav-links a {
  font-size: 11px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--d-ink); text-decoration: none; cursor: pointer;
  transition: color 0.18s; padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.fund-nav-links a:hover { color: var(--d-gold); border-bottom-color: var(--d-gold); }
.fund-nav-right { display: flex; align-items: center; gap: 1rem; }
.fund-nav-badge {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--d-gold); border: 1px solid var(--d-border-2);
  padding: 4px 10px; font-weight: 500;
}
.fund-lang-row { display: flex; gap: 3px; }
.fund-lang-btn {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 8px; border: 1px solid var(--d-border);
  background: transparent; color: var(--d-ink-2); cursor: pointer;
  transition: all 0.18s;
}
.fund-lang-btn:hover { color: var(--d-gold); border-color: var(--d-gold); }
.fund-lang-btn.on { background: var(--d-gold); color: var(--d-bg); border-color: var(--d-gold); }

/* ─── SECTION COMMON ─── */
.sec {
  max-width: 1160px; margin: 0 auto;
  padding: 6rem 4rem;
}
.sec-bg-alt { background: var(--d-surface); }

.eyebrow {
  font-size: 10px; font-weight: 500; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--d-gold); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.eyebrow::before {
  content: ''; display: block; width: 28px; height: 1px;
  background: var(--d-gold);
}
.sec-h {
  font-family: var(--sans); font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 500; color: var(--d-ink); line-height: 1.08;
  margin-bottom: 1.25rem; letter-spacing: 0.01em;
}
.sec-h em { font-style: italic; color: var(--d-gold); font-weight: 400; }
.sec-lead {
  font-size: 16px; font-weight: 400; line-height: 1.85;
  color: var(--d-ink); max-width: 580px;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--d-border-2) 25%, var(--d-border-2) 75%, transparent);
}

/* ─── HERO ─── */
#hero {
  padding-top: var(--nav-h);
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 30% 0%, rgba(196,160,106,0.10) 0%, transparent 60%);
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 4rem 5rem 4rem;
  position: relative; z-index: 2;
}
.hero-left::after {
  content: ''; position: absolute; right: 0; top: 12%; bottom: 12%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--d-border-2) 30%, var(--d-border-2) 70%, transparent);
}
.hero-eyebrow {
  font-size: 10px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--d-gold); margin-bottom: 2rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--d-gold); flex-shrink: 0; }

.hero-title {
  font-family: var(--sans);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500; line-height: 1.04;
  color: var(--d-ink); margin-bottom: 1.5rem; letter-spacing: 0.01em;
}
.hero-title em { font-style: italic; color: var(--d-gold); font-weight: 400; }
.hero-sub {
  font-size: 17px; font-weight: 400; font-family: var(--sans);
  font-style: italic; color: var(--d-ink-2); line-height: 1.6;
  margin-bottom: 3.5rem; max-width: 440px;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(2,1fr);
  border: 1px solid var(--d-border); margin-bottom: 3.5rem;
}
.h-stat {
  padding: 1.3rem 1.5rem;
  border-right: 1px solid var(--d-border);
  border-bottom: 1px solid var(--d-border);
}
.h-stat:nth-child(2n) { border-right: none; }
.h-stat:nth-last-child(-n+2) { border-bottom: none; }
.h-stat-n {
  font-family: var(--sans); font-size: 26px; font-weight: 500;
  color: var(--d-gold-lt); line-height: 1; margin-bottom: 4px;
}
.h-stat-l {
  font-size: 10px; font-weight: 400; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--d-ink-3);
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-d-primary {
  padding: 0.9rem 2.2rem; background: var(--d-gold); color: var(--d-bg);
  border: 1px solid var(--d-gold); font-family: var(--sans);
  font-size: 15px; font-weight: 500; letter-spacing: 0.04em;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: all 0.22s;
}
.btn-d-primary:hover { background: var(--d-gold-lt); border-color: var(--d-gold-lt); }
.btn-d-outline {
  padding: 0.9rem 2.2rem; background: transparent;
  border: 1px solid var(--d-border-2); color: var(--d-ink);
  font-family: var(--sans); font-size: 15px; font-weight: 400;
  letter-spacing: 0.04em; cursor: pointer; text-decoration: none; display: inline-block;
  transition: all 0.22s;
}
.btn-d-outline:hover { border-color: var(--d-gold); color: var(--d-gold); }

/* Hero right — art panel */
.hero-right {
  position: relative; overflow: hidden;
  background: var(--d-surface);
}
.hero-art-main {
  position: absolute; inset: 0 0 200px 0;
  background: url('../art_images/medusa-caravaggio.jpg') center/cover no-repeat;
}
.hero-art-main::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20,18,16,0) 40%, rgba(20,18,16,0.5) 75%, var(--d-surface) 100%);
}
.hero-art-caption {
  position: absolute; bottom: 200px; left: 0; right: 0;
  padding: 1.25rem 1.75rem;
  background: rgba(20,18,16,0.82);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--d-border);
  z-index: 2;
}
.hero-art-title {
  font-family: var(--sans); font-size: 13px; font-style: italic;
  font-weight: 400; color: var(--d-ink-2);
}
.hero-art-sub {
  font-size: 9px; font-weight: 400; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--d-ink-3); margin-top: 3px;
}
.hero-art-strip {
  position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--d-border);
}
.hero-art-tile {
  background-size: cover; background-position: center;
  border-right: 1px solid var(--d-border);
  position: relative; overflow: hidden;
}
.hero-art-tile:last-child { border-right: none; }
.hero-art-tile::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(20,18,16,0.25); transition: background 0.3s;
}
.hero-art-tile:hover::after { background: rgba(20,18,16,0); }
.hero-art-tile-label {
  position: absolute; bottom: 0.75rem; left: 0.75rem; right: 0.75rem;
  font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(235,235,235,0.7); z-index: 2;
}

/* ─── OVERVIEW ─── */
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 4rem; }
.overview-body p {
  font-size: 15px; font-weight: 400; line-height: 1.88; color: var(--d-ink-2);
  margin-bottom: 1.4rem;
}
.overview-body p:last-child { margin-bottom: 0; }
.overview-quote {
  border-left: 2px solid var(--d-gold); padding: 1.4rem 1.6rem; margin: 2.2rem 0;
  background: rgba(196,160,106,0.07);
}
.overview-quote p {
  font-family: var(--sans); font-size: 19px; font-weight: 400;
  font-style: italic; color: var(--d-ink) !important; line-height: 1.5; margin: 0 !important;
}
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--d-border); margin-top: 2rem; }
.fact-item {
  padding: 1.4rem 1.3rem;
  border-right: 1px solid var(--d-border);
  border-bottom: 1px solid var(--d-border);
}
.fact-item:nth-child(2n) { border-right: none; }
.fact-item:nth-last-child(-n+2) { border-bottom: none; }
.fact-val {
  font-family: var(--sans); font-size: 22px; font-weight: 500;
  color: var(--d-gold-lt); margin-bottom: 4px;
}
.fact-key {
  font-size: 10px; font-weight: 400; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--d-ink-3);
}

/* ─── STRATEGY ─── */
.strat-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--d-border); margin-top: 4rem; }
.strat-col { padding: 2.5rem 2.2rem; border-right: 1px solid var(--d-border); }
.strat-col:last-child { border-right: none; }
.strat-num {
  font-family: var(--sans); font-size: 52px; font-weight: 400;
  color: rgba(196,160,106,0.25); line-height: 1; margin-bottom: 1.5rem;
}
.strat-title {
  font-family: var(--sans); font-size: 20px; font-weight: 500;
  color: var(--d-ink); margin-bottom: 0.8rem;
}
.strat-text { font-size: 14px; font-weight: 400; line-height: 1.85; color: var(--d-ink-2); }
.strat-badge {
  display: inline-block; margin-top: 1.25rem;
  font-size: 9px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--d-gold); border: 1px solid var(--d-border-2); padding: 4px 10px;
}

.alloc-table { width: 100%; border-collapse: collapse; margin-top: 3.5rem; }
.alloc-table th {
  text-align: left; padding: 0.7rem 1.4rem;
  font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--d-ink-2); border-bottom: 1px solid var(--d-border-2);
}
.alloc-table td { padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--d-border); vertical-align: top; }
.alloc-table tr:last-child td { border-bottom: none; }
.alloc-table tr:hover td { background: rgba(196,160,106,0.07); }
.alloc-cat { font-family: var(--sans); font-size: 16px; font-weight: 500; color: var(--d-ink); }
.alloc-desc { font-size: 13px; font-weight: 400; color: var(--d-ink-2); line-height: 1.7; }
.alloc-pct-wrap { display: flex; align-items: center; gap: 0.75rem; }
.alloc-bar { height: 2px; width: 100px; background: var(--d-border); position: relative; }
.alloc-fill { position: absolute; left:0; top:0; bottom:0; background: var(--d-gold); }
.alloc-risk { font-size: 12px; font-weight: 400; }

/* ─── EDGE ─── */
.edge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--d-border); margin-top: 4rem; }
.edge-item {
  padding: 2.5rem 2.2rem; border-right: 1px solid var(--d-border);
  border-bottom: 1px solid var(--d-border); position: relative; overflow: hidden;
  transition: background 0.25s;
}
.edge-item:nth-child(2n) { border-right: none; }
.edge-item:nth-last-child(-n+2) { border-bottom: none; }
.edge-item:hover { background: rgba(196,160,106,0.07); }
.edge-item-full { grid-column: 1/-1; border-right: none; }
.edge-n {
  font-family: var(--sans); font-size: 54px; font-weight: 400;
  color: rgba(196,160,106,0.22); position: absolute; top: 1.5rem; right: 2rem;
}
.edge-check {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--d-border-2);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--d-gold); margin-bottom: 1.2rem; flex-shrink: 0;
}
.edge-title { font-family: var(--sans); font-size: 19px; font-weight: 500; color: var(--d-ink); margin-bottom: 0.75rem; }
.edge-text { font-size: 14px; font-weight: 400; line-height: 1.85; color: var(--d-ink-2); }
.edge-hl { font-family: var(--sans); font-size: 15px; font-style: italic; font-weight: 400; color: var(--d-gold-lt); margin-top: 1rem; display: block; }

/* ─── FUND TERMS ─── */
.terms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 4rem; }
.terms-block { border: 1px solid var(--d-border); padding: 2.2rem; }
.terms-block-head {
  font-size: 9px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--d-gold); margin-bottom: 1.5rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--d-border);
}
.t-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid var(--d-border); }
.t-row:last-child { border-bottom: none; padding-bottom: 0; }
.t-key { font-size: 13px; font-weight: 400; color: var(--d-ink-2); flex-shrink: 0; }
.t-val { font-size: 13px; font-weight: 400; color: var(--d-ink); text-align: right; }
.t-val strong { color: var(--d-gold-lt); font-weight: 500; }

.fee-box { margin-top: 2rem; border: 1px solid var(--d-border); padding: 2.2rem; }
.fee-box-head {
  font-size: 9px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--d-gold); margin-bottom: 1.5rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--d-border);
}
.fee-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid var(--d-border); gap: 1.5rem; }
.fee-row:last-child { border-bottom: none; padding-bottom: 0; }
.fee-label { font-size: 14px; font-weight: 400; color: var(--d-ink-2); }
.fee-note { font-size: 11px; font-weight: 400; color: var(--d-ink-2); margin-top: 3px; }
.fee-val { font-family: var(--sans); font-size: 20px; font-weight: 500; color: var(--d-gold-lt); white-space: nowrap; }

/* ─── TEAM ─── */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 4rem; }
.team-card { border: 1px solid var(--d-border); padding: 2.2rem; transition: border-color 0.25s; }
.team-card:hover { border-color: var(--d-border-2); }
.team-photo {
  width: 64px; height: 64px; border-radius: 50%;
  object-fit: cover; object-position: center top;
  border: 1px solid var(--d-border-2); margin-bottom: 1.4rem;
}
.team-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  border: 1px solid var(--d-border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-size: 18px; font-weight: 500;
  color: var(--d-gold); margin-bottom: 1.4rem;
}
.team-name { font-family: var(--sans); font-size: 22px; font-weight: 500; color: var(--d-ink); margin-bottom: 4px; }
.team-role {
  font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--d-gold); margin-bottom: 1.1rem;
}
.team-bio { font-size: 14px; font-weight: 400; line-height: 1.85; color: var(--d-ink-2); }
.team-tag {
  display: inline-block; margin-top: 1rem; margin-right: 4px;
  font-size: 9px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--d-ink-2); border: 1px solid var(--d-border-2); padding: 3px 8px;
}

/* ─── DOCS ─── */
.docs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--d-border); margin-top: 4rem; }
.doc-item {
  padding: 2rem 1.8rem; border-right: 1px solid var(--d-border);
  cursor: pointer; transition: background 0.2s; position: relative;
}
.doc-item:last-child { border-right: none; }
.doc-item:hover { background: rgba(196,160,106,0.07); }
.doc-icon {
  width: 36px; height: 44px; border: 1px solid var(--d-gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 700; letter-spacing: 0.12em;
  color: var(--d-gold); margin-bottom: 1.1rem;
}
.doc-name { font-family: var(--sans); font-size: 16px; font-weight: 700; color: #ffffff; margin-bottom: 0.5rem; }
.doc-desc { font-size: 13px; font-weight: 400; line-height: 1.75; color: #c8c8c8; }
.doc-status { display: inline-block; margin-top: 0.75rem; font-size: 9px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; padding: 3px 8px; }
.doc-avail { color: #ffffff; background: var(--d-gold); border: 1px solid var(--d-gold); font-weight: 600; }
.doc-pend { color: #c8c8c8; border: 1px solid rgba(200,200,200,0.3); }

/* ─── CONTACT ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 4rem; }
.contact-detail { margin-bottom: 2.2rem; }
.contact-label { font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--d-gold); margin-bottom: 5px; }
.contact-val { font-family: var(--sans); font-size: 17px; font-weight: 400; color: var(--d-ink-2); }
.reverse-note { border-left: 2px solid var(--d-border-2); padding: 1rem 1.3rem; margin-top: 2.5rem; }
.reverse-note-head { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--d-gold); margin-bottom: 0.5rem; }
.reverse-note p { font-size: 12px; font-weight: 400; line-height: 1.8; color: var(--d-ink-2); }

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%; padding: 0.8rem 1rem;
  background: #14110D; border: 1px solid var(--d-border);
  color: var(--d-ink); font-family: var(--sans); font-size: 14px;
  font-weight: 400; margin-bottom: 0.9rem; outline: none;
  appearance: none; -webkit-appearance: none;
  transition: border-color 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--d-border-2); }
.contact-form textarea { min-height: 110px; resize: none; }
.contact-form ::placeholder { color: var(--d-ink-2); opacity: 0.6; font-size: 13px; }
.contact-form select option { background: #17130E; color: var(--d-ink); }
.contact-form-label { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--d-gold); margin-bottom: 1.2rem; display: block; }

.disclaimer-block { border: 1px solid var(--d-border); padding: 2rem 2.5rem; margin-top: 4rem; }
.disclaimer-head { font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--d-gold); margin-bottom: 1.2rem; }
.disclaimer-block p { font-size: 11px; font-weight: 400; line-height: 1.82; color: var(--d-ink-2); margin-bottom: 0.75rem; }
.disclaimer-block p:last-child { margin-bottom: 0; }

/* Fund footer */
.fund-footer {
  border-top: 1px solid var(--d-border); padding: 2.5rem 4rem;
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.fund-footer-l { font-family: var(--sans); font-size: 14px; font-weight: 400; color: var(--d-ink-2); }
.fund-footer-r { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--d-ink-2); }

/* ─── SCROLL ANIMATION ─── */
.fade { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade.in { opacity: 1; transform: none; }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .gate-body { grid-template-columns: 1fr; gap: 3rem; padding: 2.5rem; }
  .gate-art-panel { position: static; }
  .gate-nav { padding: 0 1.5rem; }
  .gate-footer { padding: 1.5rem 1.5rem; }
  #hero { grid-template-columns: 1fr; }
  .hero-left { padding: 4rem 2rem; }
  .hero-left::after { display: none; }
  .hero-right { height: 360px; min-height: unset; }
  .fund-nav { padding: 0 1.5rem; }
  .fund-nav-links { display: none; }
  .sec { padding: 4rem 1.5rem; }
  .overview-grid, .terms-grid, .contact-grid, .team-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .strat-cols { grid-template-columns: 1fr; }
  .strat-col { border-right: none; border-bottom: 1px solid var(--d-border); }
  .edge-grid { grid-template-columns: 1fr; }
  .edge-item { border-right: none; grid-column: unset !important; }
  .docs-grid { grid-template-columns: 1fr; }
  .doc-item { border-right: none; border-bottom: 1px solid var(--d-border); }
  .fund-footer { flex-direction: column; gap: 0.75rem; text-align: center; padding: 2rem 1.5rem; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .ne-card { padding: 2.5rem 1.75rem; }
}

/* ══ Gate check (custom checkbox label) ══════════════ */
.gate-check-wrap {
  margin-bottom: 1.5rem;
}
.gate-check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 12px;
  color: var(--l-ink-2);
  line-height: 1.7;
  cursor: pointer;
}
.gate-check-label input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  accent-color: var(--l-accent);
  cursor: pointer;
}
.gate-check-label strong { color: var(--l-ink); font-weight: 600; }

/* ══ Gate legal notice (bottom of form) ══════════════ */
.gate-legal {
  font-size: 10px;
  color: var(--l-ink-3);
  line-height: 1.7;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--l-rule);
}

/* ══ g-notice: access notice inline ════════════════ */
#g-notice {
  display: none;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--l-rule);
  background: var(--l-surface);
  font-size: 12px;
  color: var(--l-ink-2);
  line-height: 1.7;
}
#g-notice strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--l-ink);
  display: block;
  margin-bottom: 0.25rem;
}
#g-notice a {
  color: var(--l-accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

/* ══ GDPR bar ════════════════════════════════════════ */
#gdpr-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(26,26,26,0.96);
  border-top: 1px solid var(--l-border-2);
  padding: 0.9rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  z-index: 9999;
  backdrop-filter: blur(6px);
}
#gdpr-bar p {
  font-size: 12px;
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}
#gdpr-bar a { color: var(--l-gold); }
#gdpr-bar button {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0.45rem 1.1rem;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
  white-space: nowrap;
  transition: background 0.18s, border-color 0.18s;
}
#gdpr-bar button:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

/* ══ Body: no scroll, viewport-fitted ═══════════════ */
html, body {
  height: 100%;
  overflow: hidden;
}
.gate-body {
  height: calc(100vh - var(--nav-h));
  overflow: hidden;
}
.gate-form-panel {
  overflow-y: auto;
  scrollbar-width: thin;
}
/* ══ Access Notice page ════════════════════════════════ */
.notice-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}
.notice-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--l-accent);
  text-decoration: none;
  margin-bottom: 2rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.18s;
}
.notice-back:hover { border-bottom-color: var(--l-accent); }
.notice-eyebrow {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--l-accent);
  margin-bottom: 0.6rem;
}
.notice-title {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 500;
  color: var(--l-ink);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.notice-divider {
  width: 40px;
  height: 2px;
  background: var(--l-accent);
  margin: 0.75rem 0;
}
.notice-body {
  font-size: 14px;
  color: var(--l-ink-2);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.notice-body strong { color: var(--l-ink); }
.notice-info-box {
  border: 1px solid var(--l-rule);
  background: var(--l-surface);
  padding: 1.25rem 1.5rem;
  margin: 1rem 0;
}
.notice-info-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--l-ink-3);
  margin-bottom: 0.4rem;
}
.notice-info-value {
  font-size: 14px;
  color: var(--l-ink);
  line-height: 1.6;
}
.notice-info-value a {
  color: var(--l-accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.notice-cta {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.8rem 2rem;
  background: var(--l-ink);
  color: var(--l-surface);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--l-ink);
  transition: background 0.18s, border-color 0.18s;
}
.notice-cta:hover {
  background: var(--l-accent);
  border-color: var(--l-accent);
  color: #0B0A09;
}
.notice-legal {
  font-size: 10px;
  color: var(--l-ink-3);
  line-height: 1.7;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--l-rule);
}
/* access-notice: allow scrolling */
.notice-wrap ~ * { }
body:has(.notice-wrap) {
  overflow: auto !important;
  height: auto !important;
}

/* ── Mobile: allow gate to scroll ─────────────────── */
@media (max-width: 960px) {
  html, body {
    height: auto;
    overflow: auto;
  }
  .gate-body {
    height: auto;
    overflow: visible;
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 2rem;
  }
  .gate-art-panel {
    position: static;
  }
  .gate-art-frame {
    display: block;
  }
  .gate-art-img { max-height: 30vh !important; padding: 0.75rem 0 !important; }
  .gate-art-strip { height: 62px; }
  .gate-art-caption { padding: 0.8rem 1rem; }
  .gate-form-panel {
    overflow-y: visible;
  }
  .gate-nav {
    padding: 0 1.25rem;
  }
  .gate-nav-sub { display: none; }
  .gate-nav-text { font-size: 14px; }
  .gate-nav-logo img { height: 26px; }
  .gate-nav-logo { gap: 0.6rem; }
  .gate-nav-sep { display: none; }
  .lang-btn { padding: 4px 6px; letter-spacing: 0.06em; }
  .gate-form-heading {
    font-size: 22px;
  }
  .gate-form-sub { font-size: 12.5px; }
  .gate-check-label { font-size: 11.5px; }
  .field-select, .gate-submit-btn { font-size: 15px; }
  #gdpr-bar {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
  }
}

/* ═══════════════════════════════════════
   MEDUSA DESIGN — serif display & signature elements
═══════════════════════════════════════ */
.sec-h, .hero-title, .gate-form-heading, .gate-context-title, .ne-title, .notice-title,
.h-stat-n, .fact-val, .fee-val, .strat-title, .edge-title, .team-name, .alloc-cat,
.overview-quote p, .hero-sub, .edge-hl, .hero-art-title, .gate-art-caption-title,
.founder-quote, .strat-num, .edge-n, .contact-val, .gate-nav-text, .fund-nav-name {
  font-family: var(--serif);
}
.sec-h, .hero-title { font-weight: 500; letter-spacing: 0.005em; }
.sec-h em, .hero-title em { font-weight: 300; }
.h-stat-n, .fact-val, .fee-val { font-weight: 500; }
.strat-num, .edge-n { font-weight: 300; }

/* Numbered letterspaced eyebrow — deck style: 0 4 · A R T M A R K E T */
.eyebrow-num {
  font-family: var(--sans);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--d-gold); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.eyebrow-num::before {
  content: ''; display: block; width: 28px; height: 1px;
  background: var(--d-gold); flex-shrink: 0;
}

/* MARKETING COMMUNICATION tag */
.mkt-tag {
  font-size: 8px; font-weight: 500; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--d-ink-3);
  white-space: nowrap;
}

/* Artwork compliance caption */
.art-compliance {
  font-size: 9px; font-weight: 400; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--d-ink-3);
}

/* Footnote / source line under sections */
.sec-footnote {
  font-size: 10px; font-weight: 400; line-height: 1.7;
  color: var(--d-ink-3); margin-top: 2rem;
  padding-top: 1rem; border-top: 1px solid var(--d-border);
}
