:root {
  --border: rgba(201,168,76,.18);
  --bron-glow: rgba(205,127,50,.13);
  --bronze: #cd7f32;
  --c-close: #c9a84c;
  --c-inaug: #c9a84c;
  --c-lunch: #f97316;
  --c-quiz: #facc15;
  --c-reg: #6366f1;
  --c-s1: #14b8a6;
  --c-s2: #a78bfa;
  --c-s3: #38bdf8;
  --c-tea: #fb7185;
  --c1: #14b8a6;
  --c2: #6366f1;
  --c3: #a78bfa;
  --c4: #f97316;
  --c5: #c9a84c;
  --deep: #071428;
  --glass: rgba(13,116,158,.10);
  --gold: #c9a84c;
  --gold-c: #c9a84c;
  --gold-glow: rgba(201,168,76,.18);
  --gold-lt: #f0d080;
  --mid: #0b2048;
  --muted: #8aa0be;
  --navy: #040d1a;
  --nfsu-gold: #b8972a;
  --nfsu-navy: #1e2a5e;
  --nfsu-red: #c0272d;
  --plat-glow: rgba(226,232,240,.15);
  --platinum: #e2e8f0;
  --silv-glow: rgba(148,163,184,.13);
  --silver: #94a3b8;
  --st1: #14b8a6;
  --st2: #6366f1;
  --st3: #a78bfa;
  --st4: #f59e0b;
  --teal: #0d7a6e;
  --teal-lt: #14b8a6;
  --white: #e8eef6;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0;; }
html { scroll-behavior: smooth;; }
body { background: var(--navy); color: var(--white); font-family: 'Exo 2', sans-serif; overflow-x: hidden;; }
#bg-canvas { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .55;; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 5%; background: rgba(4,13,26,.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); transition: all .3s;; }
footer { position: relative; z-index: 1; border-top: 1px solid var(--border); padding: 2.5rem 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; background: var(--navy);; }
.about-col p { font-size: .91rem; color: var(--muted); line-height: 1.9;
      margin-bottom: 1.4rem;; }
.about-col p strong { color: var(--white); font-weight: 600;; }
.about-col p:first-of-type { color: rgba(232,238,246,.82); font-size: .95rem;; }
.about-col-title { font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 600;
      color: var(--white); line-height: 1.2; margin-bottom: 2rem;; }
.about-col-title span { color: var(--gold); font-style: italic;; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start;; }
.about-inner { max-width: 1160px; margin: 0 auto;; }
.about-overview { display: flex; gap: 2rem; align-items: flex-start;
      background: linear-gradient(135deg, rgba(30,42,94,.2), rgba(11,32,72,.5));
      border: 1px solid rgba(123,143,212,.2);
      border-radius: 16px; padding: 2.6rem 2.8rem;
      margin-bottom: 4rem; position: relative; overflow: hidden;; }
.about-overview::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--nfsu-navy), #7b8fd4, var(--gold), var(--teal-lt));
      border-radius: 16px 16px 0 0;; }
.about-section { position: relative; z-index: 1;
      background: linear-gradient(135deg, rgba(11,32,72,.55), rgba(7,20,40,.75));
      border-top: 1px solid var(--border);
      padding: 6rem 5%;; }
.aim-card { display: flex; align-items: flex-start; gap: 1rem;
      background: rgba(7,20,40,.6); border: 1px solid var(--border);
      border-radius: 12px; padding: 1.4rem 1.6rem;
      transition: all .28s; position: relative; overflow: hidden;; }
.aim-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--ac); border-radius: 3px 0 0 3px; opacity: .6; transition: opacity .28s;; }
.aim-card:hover { border-color: rgba(20,184,166,.28); transform: translateX(4px); box-shadow: 0 6px 24px rgba(0,0,0,.18);; }
.aim-card:hover::before { opacity: 1;; }
.aim-card:nth-child(even) { --ac: var(--gold);; }
.aim-card:nth-child(odd) { --ac: var(--teal-lt);; }
.aim-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--ac); opacity: .5; min-width: 28px; flex-shrink: 0; line-height: 1; margin-top: .1rem;; }
.aim-text { font-size: .84rem; color: var(--muted); line-height: 1.75;; }
.aim-text strong { color: var(--white);; }
.aims-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 3rem;; }
.aims-inner { max-width: 1160px; margin: 0 auto;; }
.aims-section { position: relative; z-index: 1;
      background: linear-gradient(135deg, rgba(11,32,72,.55), rgba(7,20,40,.75));
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      padding: 6rem 5%;; }
.ao-accent { width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
      background: rgba(30,42,94,.5); border: 1px solid rgba(123,143,212,.35);
      display: grid; place-items: center; margin-top: .2rem;; }
.ao-accent svg { width: 24px; height: 24px; stroke: #7b8fd4;; }
.ao-body { flex: 1;; }
.ao-body p { font-size: .93rem; color: var(--muted); line-height: 1.9; margin-bottom: 1.1rem;; }
.ao-body p:first-child { color: rgba(232,238,246,.85);; }
.ao-body p:last-child { margin-bottom: 0;; }
.ao-body strong { color: var(--white); font-weight: 600;; }
.attend-section { position: relative; z-index: 1; padding: 6rem 5%; max-width: 1200px; margin: 0 auto;; }
.aud-card { background: rgba(11,32,72,.45);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 2.4rem;
      position: relative; overflow: hidden;
      transition: all .35s;
      cursor: default;; }
.aud-card-header { display: flex; align-items: flex-start; gap: 1.2rem; margin-bottom: 1.6rem;; }
.aud-card.span-12 { grid-column: span 12;; }
.aud-card.span-5 { grid-column: span 5;; }
.aud-card.span-5-alt { grid-column: span 5;; }
.aud-card.span-6 { grid-column: span 6;; }
.aud-card.span-7 { grid-column: span 7;; }
.aud-card.span-7-alt { grid-column: span 7;; }
.aud-card::after { content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--cc), transparent);
      border-radius: 14px 14px 0 0;; }
.aud-card::before { content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, color-mix(in srgb, var(--cc) 5%, transparent), transparent 60%);
      pointer-events: none; transition: opacity .35s; opacity: 0;; }
.aud-card:hover { transform: translateY(-5px);
      border-color: color-mix(in srgb, var(--cc) 40%, transparent);
      box-shadow: 0 16px 48px rgba(0,0,0,.3), 0 0 0 1px color-mix(in srgb, var(--cc) 15%, transparent);; }
.aud-card:hover .aud-icon { transform: scale(1.08) rotate(-4deg);; }
.aud-card:hover .aud-num { color: color-mix(in srgb, var(--cc) 40%, transparent);; }
.aud-card:hover .role-chip { border-color: color-mix(in srgb, var(--cc) 20%, transparent);; }
.aud-card:hover::before { opacity: 1;; }
.aud-card[data-c="1"] { --cc: var(--c1);; }
.aud-card[data-c="2"] { --cc: var(--c2);; }
.aud-card[data-c="3"] { --cc: var(--c3);; }
.aud-card[data-c="4"] { --cc: var(--c4);; }
.aud-card[data-c="5"] { --cc: var(--c5);; }
.aud-category { font-family: 'JetBrains Mono', monospace; font-size: .62rem;
      letter-spacing: .18em; text-transform: uppercase;
      color: var(--cc); margin-bottom: .5rem;
      background: color-mix(in srgb, var(--cc) 10%, transparent);
      border: 1px solid color-mix(in srgb, var(--cc) 25%, transparent);
      display: inline-block; padding: .2rem .7rem; border-radius: 100px;; }
.aud-desc { font-size: .86rem; color: var(--muted); line-height: 1.8;
      margin-bottom: 1.4rem;; }
.aud-icon { width: 54px; height: 54px; border-radius: 12px; flex-shrink: 0;
      display: grid; place-items: center;
      background: color-mix(in srgb, var(--cc) 12%, transparent);
      border: 1px solid color-mix(in srgb, var(--cc) 30%, transparent);
      transition: transform .3s;; }
.aud-icon svg { width: 24px; height: 24px; stroke: var(--cc); fill: none; stroke-width: 1.5;; }
.aud-num { font-family: 'Cormorant Garamond', serif;
      font-size: 3.5rem; font-weight: 300; line-height: .85;
      color: color-mix(in srgb, var(--cc) 25%, transparent);
      letter-spacing: -.02em; transition: color .3s;
      user-select: none;; }
.aud-title { font-family: 'Cormorant Garamond', serif;
      font-size: 1.45rem; font-weight: 600; color: var(--white);
      line-height: 1.25; margin-bottom: .9rem;; }
.audience-card { grid-column: span 4;
  background: rgba(11,32,72,.45);
  border: 1px solid var(--border); border-radius: 12px;
  padding: 2.2rem 1.8rem; position: relative; overflow: hidden;
  transition: all .35s; display: flex; flex-direction: column;; }
.audience-card.col-wide { grid-column: span 6;; }
.audience-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--card-color); border-radius: 4px 0 0 4px;; }
.audience-card:hover { transform: translateY(-5px); border-color: rgba(201,168,76,.3);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);; }
.audience-desc { font-size: .83rem; color: var(--muted); line-height: 1.7;; }
.audience-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.5rem;; }
.audience-role { font-family: 'JetBrains Mono', monospace; font-size: .62rem; color: var(--card-color);
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.2rem;
  display: inline-flex; align-items: center; gap: .5rem;; }
.audience-role::before { content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--card-color); box-shadow: 0 0 6px var(--card-color);; }
.audience-title { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 600; color: var(--white); margin-bottom: .6rem;; }
.avatar-hud { position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(20,184,166,.4);
  animation: rotateHUD 20s linear infinite;; }
.benefit-card { background: rgba(11,32,72,.4); border: 1px solid var(--border);
  border-radius: 12px; padding: 2rem 1.6rem; text-align: center;
  transition: all .3s;; }
.benefit-card:hover { transform: translateY(-4px); border-color: rgba(20,184,166,.3); box-shadow: 0 12px 32px rgba(0,0,0,.25);; }
.benefit-dash { width: 18px; height: 18px; flex-shrink: 0; border-radius: 4px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); display: grid; place-items: center; margin-top: .05rem;; }
.benefit-dash::after { content: '—'; font-size: .55rem; color: rgba(255,255,255,.2);; }
.benefit-desc { font-size: .78rem; color: var(--muted); line-height: 1.6;; }
.benefit-icon { width: 44px; height: 44px; margin: 0 auto 1.2rem;
  background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.25);
  border-radius: 8px; display: grid; place-items: center;; }
.benefit-icon svg { width: 20px; height: 20px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.benefit-tick { width: 18px; height: 18px; flex-shrink: 0;
      border-radius: 4px; display: grid; place-items: center;
      background: color-mix(in srgb, var(--tc) 12%, transparent);
      border: 1px solid color-mix(in srgb, var(--tc) 28%, transparent);
      margin-top: .05rem;; }
.benefit-tick svg { width: 9px; height: 9px; stroke: var(--tc); fill: none; stroke-width: 2.5;; }
.benefit-title { font-size: .88rem; font-weight: 600; color: var(--white); margin-bottom: .4rem; letter-spacing: .02em;; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  max-width: 1200px; margin: 0 auto;; }
.benefits-section { position: relative; z-index: 1;
  background: linear-gradient(135deg, rgba(7,20,40,.9), rgba(11,32,72,.7));
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 6rem 5%;; }
.breadcrumb { display: inline-flex; align-items: center; gap: .5rem; font-family: 'JetBrains Mono', monospace; font-size: .68rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.6rem;; }
.breadcrumb a { color: var(--teal-lt); text-decoration: none;; }
.breadcrumb-sep { opacity: .4;; }
.btn-outline { background: transparent; color: var(--teal-lt); border: 1px solid rgba(20,184,166,.4); padding: .85rem 2.2rem; border-radius: 4px; font-size: .85rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: all .25s; font-family: 'Exo 2', sans-serif; text-decoration: none; display: inline-block; margin: .4rem;; }
.btn-outline:hover { background: rgba(20,184,166,.08); border-color: var(--teal-lt); transform: translateY(-2px);; }
.btn-primary { background: linear-gradient(135deg, var(--gold), #a87830); color: var(--navy); border: none; padding: .85rem 2.2rem; border-radius: 4px; font-size: .85rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: all .25s; font-family: 'Exo 2', sans-serif; text-decoration: none; display: inline-block; box-shadow: 0 4px 24px rgba(201,168,76,.25); margin: .4rem;; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,168,76,.4);; }
.btn-submit { width: 100%; background: linear-gradient(135deg, var(--gold), #a87830);
      color: var(--navy); border: none; padding: .9rem;
      border-radius: 8px; font-size: .85rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
      transition: all .25s; font-family: 'Exo 2', sans-serif;
      box-shadow: 0 4px 20px rgba(201,168,76,.25); margin-top: .5rem;; }
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,.4);; }
.c-card { background: rgba(11,32,72,.45);
      border: 1px solid var(--border);
      border-radius: 16px; padding: 2.8rem;
      position: relative; overflow: hidden;
      transition: border-color .3s, box-shadow .3s;; }
.c-card::after { content: ''; position: absolute; top: -50px; right: -30px;
      width: 160px; height: 160px; border-radius: 50%;
      background: var(--card-glow, radial-gradient(circle, rgba(201,168,76,.05), transparent 70%));
      pointer-events: none;; }
.c-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: var(--card-accent, linear-gradient(90deg, var(--teal), var(--gold)));
      border-radius: 16px 16px 0 0;; }
.c-card:hover { border-color: rgba(201,168,76,.3); box-shadow: 0 12px 40px rgba(0,0,0,.25);; }
.card-convenor { grid-column: 1 / -1;
      --card-accent: linear-gradient(90deg, var(--gold), var(--teal), var(--gold));
      --card-glow: radial-gradient(circle, rgba(201,168,76,.07), transparent 70%);
      background: linear-gradient(135deg, rgba(15,28,58,.85), rgba(8,18,40,.9));; }
.card-details { --card-accent: linear-gradient(90deg, var(--teal), transparent);
      --card-glow: radial-gradient(circle, rgba(20,184,166,.05), transparent 70%);; }
.card-icon { width: 28px; height: 28px; border-radius: 6px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.03);; }
.card-icon svg { width: 14px; height: 14px; stroke-width: 1.5; fill: none; stroke: var(--c-color, var(--teal));; }
.card-session-label { font-family: 'JetBrains Mono', monospace; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; padding: .2rem .7rem; border-radius: 100px; border: 1px solid; flex-shrink: 0; color: var(--c-color, var(--teal)); font-weight: 600;; }
.card-subtitle { font-size: .8rem; color: var(--muted); line-height: 1.5; font-style: italic; margin-bottom: 1.2rem;; }
.card-tag { font-size: .6rem; font-family: 'JetBrains Mono', monospace; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .7rem; border-radius: 100px; background: rgba(255,255,255,.03); color: var(--muted); border: 1px solid rgba(255,255,255,.06);; }
.card-tags { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: auto;; }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--white); line-height: 1.25; margin-bottom: .4rem;; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: .8rem;; }
.cd-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.25); display: grid; place-items: center; flex-shrink: 0;; }
.cd-icon svg { width: 16px; height: 16px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.cd-label { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-family: 'JetBrains Mono', monospace;; }
.cd-section-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--white); margin-bottom: 1.8rem;; }
.cd-section-title span { color: var(--gold); font-style: italic;; }
.cd-value { font-size: .86rem; color: var(--white); font-weight: 500;; }
.cell-no { color: rgba(255,255,255,.15); font-size: .9rem;; }
.cell-sub { font-size: .7rem; color: var(--muted); display: block; font-weight: 400;; }
.cell-val { font-size: .8rem; font-weight: 600;; }
.cell-val.bron { color: var(--bronze);; }
.cell-val.gold { color: var(--gold-c);; }
.cell-val.plat { color: var(--platinum);; }
.cell-val.silv { color: var(--silver);; }
.cell-yes { display: inline-flex; align-items: center; justify-content: center;
      width: 24px; height: 24px; border-radius: 6px;; }
.cell-yes svg { width: 12px; height: 12px; fill: none; stroke-width: 2.5;; }
.cell-yes.bron { background: rgba(205,127,50,.1);; }
.cell-yes.bron svg { stroke: var(--bronze);; }
.cell-yes.gold { background: rgba(201,168,76,.1);; }
.cell-yes.gold svg { stroke: var(--gold-c);; }
.cell-yes.plat { background: rgba(226,232,240,.1);; }
.cell-yes.plat svg { stroke: var(--platinum);; }
.cell-yes.silv { background: rgba(148,163,184,.1);; }
.cell-yes.silv svg { stroke: var(--silver);; }
.chief-badge { display: inline-block; background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.35); color: var(--gold); font-size: .62rem; letter-spacing: .2em; font-family: 'JetBrains Mono', monospace; text-transform: uppercase; padding: .3rem .9rem; border-radius: 100px; margin-bottom: 1.4rem;; }
.chief-card { background: linear-gradient(135deg, rgba(11,32,72,.8), rgba(7,20,40,.9)); border: 1px solid var(--gold); border-radius: 12px; padding: 2.5rem; text-align: center; position: relative; overflow: hidden; box-shadow: 0 0 40px rgba(201,168,76,.08), inset 0 1px 0 rgba(201,168,76,.15);; }
.chief-card::before { content: ''; position: absolute; top: -40%; left: -20%; right: -20%; bottom: 60%; background: radial-gradient(ellipse, rgba(201,168,76,.07) 0%, transparent 70%); pointer-events: none;; }
.chief-name { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 600; color: var(--white); margin-bottom: .4rem;; }
.chief-patron { max-width: 460px; margin: 0 auto 4rem;; }
.chief-title { font-size: .8rem; color: var(--muted); line-height: 1.5; letter-spacing: .04em;; }
.ci-icon { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
      display: grid; place-items: center; transition: transform .25s;; }
.ci-icon svg { width: 18px; height: 18px; fill: none; stroke-width: 1.5;; }
.ci-icon.gold { background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.28);; }
.ci-icon.gold svg { stroke: var(--gold);; }
.ci-icon.teal { background: rgba(20,184,166,.12); border: 1px solid rgba(20,184,166,.28);; }
.ci-icon.teal svg { stroke: var(--teal-lt);; }
.ci-icon.violet { background: rgba(99,102,241,.12); border: 1px solid rgba(99,102,241,.28);; }
.ci-icon.violet svg { stroke: #818cf8;; }
.ci-label { font-family: 'JetBrains Mono', monospace; font-size: .6rem; color: var(--muted); text-transform: uppercase; letter-spacing: .15em; margin-bottom: .3rem;; }
.ci-meta { ;; }
.ci-sub { font-size: .75rem; color: var(--muted); margin-top: .2rem;; }
.ci-value { font-size: .92rem; color: var(--white); font-weight: 500;; }
.ci-value a { color: var(--teal-lt); transition: color .2s;; }
.ci-value a:hover { color: var(--white);; }
.closing-inner { max-width: 640px; margin: 0 auto;
      background: linear-gradient(135deg, rgba(13,122,110,.08), rgba(201,168,76,.06));
      border: 1px solid var(--border); border-radius: 16px;
      padding: 3rem; position: relative; overflow: hidden;; }
.closing-inner::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--teal), transparent); border-radius: 0 0 16px 16px;; }
.closing-inner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); border-radius: 16px 16px 0 0;; }
.closing-note { position: relative; z-index: 1;
      text-align: center; padding: 4.5rem 5%;; }
.closing-quote { font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem; font-weight: 300; font-style: italic;
      color: var(--white); line-height: 1.5; margin-bottom: 1rem;; }
.closing-quote strong { font-weight: 600; font-style: normal; color: var(--gold-lt);; }
.closing-sub { font-size: .82rem; color: var(--muted); line-height: 1.7;; }
.collab-arrows { display: flex; align-items: center; justify-content: center; gap: 2rem;
      margin: 2.5rem 0;; }
.collab-badge { display: inline-flex; align-items: center; gap: .6rem; background: rgba(201,168,76,.08); border: 1px solid rgba(201,168,76,.3); border-radius: 100px; padding: .4rem 1.2rem; font-size: .72rem; font-family: 'JetBrains Mono', monospace; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp .6s .2s forwards;; }
.collab-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold);; }
.collab-band { position: relative; z-index: 1; background: linear-gradient(135deg, rgba(11,32,72,.6), rgba(7,20,40,.8)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 4.5rem 5%;; }
.collab-band-desc { font-size: .88rem; color: var(--muted); line-height: 1.8; max-width: 680px; margin: 0 auto;; }
.collab-band-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .68rem;
      color: var(--teal-lt); letter-spacing: .22em; text-transform: uppercase;
      margin-bottom: .8rem;; }
.collab-band-title { font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 400; font-style: italic;
      color: var(--white); line-height: 1.45; margin-bottom: 1.4rem;; }
.collab-band-title strong { font-style: normal; font-weight: 600; color: var(--gold-lt);; }
.collab-desc { font-size: .88rem; color: var(--muted); line-height: 1.8; max-width: 680px; margin: 0 auto 2.5rem;; }
.collab-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); opacity: .6;; }
.collab-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .68rem; color: var(--teal-lt); letter-spacing: .22em; text-transform: uppercase; margin-bottom: .8rem;; }
.collab-inner { max-width: 960px; margin: 0 auto; text-align: center;; }
.collab-label { font-size: .65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-family: 'JetBrains Mono', monospace;; }
.collab-org { display: flex; align-items: center; gap: .7rem;; }
.collab-org-name { font-size: .82rem; font-weight: 500; color: var(--white); letter-spacing: .04em;; }
.collab-pair { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap;; }
.collab-pill { display: flex; align-items: center; gap: .7rem;
      background: rgba(11,32,72,.6); border: 1px solid var(--border);
      border-radius: 100px; padding: .6rem 1.4rem;; }
.collab-pill span { font-size: .82rem; font-weight: 500; color: var(--white); letter-spacing: .04em;; }
.collab-pill-dot { width: 8px; height: 8px; border-radius: 50%;; }
.collab-pill-dot.gold { background: var(--gold); box-shadow: 0 0 8px var(--gold);; }
.collab-pill-dot.teal { background: var(--teal-lt); box-shadow: 0 0 8px var(--teal-lt);; }
.collab-sep { color: var(--border); font-size: 1.2rem;; }
.collab-strip { position: relative; z-index: 1; background: linear-gradient(90deg, rgba(13,116,110,.15), rgba(201,168,76,.08), rgba(13,116,110,.15)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.4rem 5%; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap;; }
.collab-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 400; font-style: italic; color: var(--white); line-height: 1.45; margin-bottom: 1.4rem;; }
.collab-title strong { font-style: normal; font-weight: 600; color: var(--gold-lt);; }
.collab-x { color: var(--border); font-size: 1.2rem; font-weight: 300;; }
.comp-table { width: 100%; border-collapse: collapse;; }
.comp-table tbody tr { border-bottom: 1px solid rgba(255,255,255,.04);
      transition: background .2s;; }
.comp-table tbody tr:hover { background: rgba(13,122,110,.05);; }
.comp-table tbody tr:last-child { border-bottom: none;; }
.comp-table td { padding: 1rem 1.4rem; text-align: center;
      font-size: .82rem; color: var(--muted); vertical-align: middle;; }
.comp-table td:first-child { text-align: left; color: var(--white); font-size: .84rem; font-weight: 500;
      border-right: 1px solid rgba(255,255,255,.04);; }
.comp-table th { padding: 1.1rem 1.4rem; text-align: center;
      font-size: .72rem; font-family: 'JetBrains Mono', monospace;
      letter-spacing: .12em; text-transform: uppercase;
      font-weight: 400;; }
.comp-table th:first-child { text-align: left; color: var(--muted); min-width: 240px;; }
.comp-table thead tr { background: rgba(11,32,72,.6);
      border-bottom: 2px solid var(--border);; }
.contact-card { background: linear-gradient(135deg, rgba(11,32,72,.7), rgba(7,20,40,.85));
      border: 1px solid var(--border); border-radius: 16px;
      padding: 3rem; position: relative; overflow: hidden;; }
.contact-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--white); margin-bottom: .8rem;; }
.contact-card h3 span { color: var(--gold); font-style: italic;; }
.contact-card p { font-size: .86rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.8rem;; }
.contact-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--gold)); border-radius: 16px 16px 0 0;; }
.contact-card::before { content: ''; position: absolute; top: -60px; left: -40px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.05), transparent 70%); pointer-events: none;; }
.contact-detail { display: flex; align-items: flex-start; gap: .9rem; margin-bottom: 1rem;; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: start;; }
.contact-inner { max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem;
      padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.05);
      transition: background .2s;; }
.contact-item a { text-decoration: none;; }
.contact-item:hover .ci-icon { transform: scale(1.08) rotate(-4deg);; }
.contact-item:last-child { border-bottom: none;; }
.contact-items-grid { display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;; }
.contact-items-grid .contact-item:nth-child(even) { padding-left: 2rem;; }
.contact-items-grid .contact-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.05); padding-right: 2rem;; }
.contact-items-grid .contact-item:nth-last-child(-n+2) { border-bottom: none;; }
.contact-section { position: relative; z-index: 1;
      padding: 0 5% 6rem;; }
.content-wrap { position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; padding: 0 5%;; }
.conv-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .65rem; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .6rem;; }
.conv-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.5rem;; }
.conv-header-left { ;; }
.conv-org-badge { display: flex; align-items: center; gap: .55rem;
      background: rgba(11,32,72,.6); border: 1px solid var(--border);
      border-radius: 8px; padding: .6rem 1rem;; }
.conv-org-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;; }
.conv-org-dot.gold { background: var(--gold); box-shadow: 0 0 8px var(--gold);; }
.conv-org-dot.teal { background: var(--teal-lt); box-shadow: 0 0 8px var(--teal-lt);; }
.conv-org-name { font-size: .78rem; color: var(--muted);; }
.conv-org-name strong { color: var(--white); display: block; font-weight: 600; font-size: .82rem;; }
.conv-orgs { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;; }
.conv-persons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;; }
.conv-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--white); line-height: 1.2;; }
.conv-title span { color: var(--gold); font-style: italic;; }
.conv-x { color: var(--border); font-size: 1rem;; }
.counter-item { text-align: center;; }
.counter-label { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-family: 'JetBrains Mono', monospace; margin-top: .2rem;; }
.counter-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; color: var(--gold); line-height: 1;; }
.counter-sep { width: 1px; height: 40px; background: var(--border);; }
.counter-strip { position: relative; z-index: 1; background: linear-gradient(90deg, rgba(13,122,110,.15), rgba(201,168,76,.08), rgba(13,122,110,.15)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.6rem 5%; display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap;; }
.cp-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;; }
.cp-dot.adinet { background: var(--teal-lt); box-shadow: 0 0 10px var(--teal-lt);; }
.cp-dot.nfsu { background: #7b8fd4; box-shadow: 0 0 10px #7b8fd4;; }
.cp-name { font-size: .85rem; font-weight: 600; color: var(--white);; }
.cp-org { display: flex; align-items: center; gap: .8rem;
      background: rgba(11,32,72,.5); border: 1px solid var(--border);
      border-radius: 12px; padding: .9rem 1.5rem;; }
.cp-sub { font-size: .7rem; color: var(--muted); margin-top: .1rem;; }
.cp-x { font-size: 1.4rem; color: var(--border); font-weight: 300;; }
.cta-band { position: relative; z-index: 1;
      padding: 5rem 5%; text-align: center;; }
.cta-inner { max-width: 680px; margin: 0 auto; background: rgba(11,32,72,.4); border: 1px solid var(--border); border-radius: 16px; padding: 3rem; position: relative; overflow: hidden;; }
.cta-inner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; color: var(--white); margin-bottom: 1rem;; }
.cta-inner h3 span { color: var(--gold); font-style: italic;; }
.cta-inner p { font-size: .92rem; color: var(--muted); line-height: 1.8; margin-bottom: 2.2rem;; }
.cta-inner::after { content: ''; position: absolute; top: -60px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.05), transparent 70%); pointer-events: none;; }
.cta-inner::before { content: ''; position: absolute; top: -60%; left: -20%; right: -20%; bottom: 40%; background: radial-gradient(ellipse, rgba(201,168,76,.06), transparent 70%); pointer-events: none; height: 3px; border-radius: 16px 16px 0 0;; }
.cta-section { position: relative; z-index: 1; padding: 6rem 5%; text-align: center; background: linear-gradient(180deg, transparent, rgba(4,13,26,.85)); border-top: 1px solid var(--border);; }
.date-banner { position: relative; z-index: 1;
      background: linear-gradient(90deg, rgba(13,122,110,.15), rgba(201,168,76,.08), rgba(13,122,110,.15));
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      padding: 1.2rem 5%;
      display: flex; align-items: center; justify-content: center;
      gap: 3rem; flex-wrap: wrap;; }
.date-icon { width: 32px; height: 32px; border-radius: 6px; background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.25); display: grid; place-items: center;; }
.date-icon svg { width: 14px; height: 14px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.date-item { display: flex; align-items: center; gap: .7rem;; }
.date-label { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-family: 'JetBrains Mono', monospace;; }
.date-sep { width: 1px; height: 32px; background: var(--border);; }
.date-value { font-size: .88rem; color: var(--white); font-weight: 500;; }
.delay-1 { transition-delay: .08s;; }
.delay-2 { transition-delay: .16s;; }
.delay-3 { transition-delay: .24s;; }
.delay-4 { transition-delay: .28s;; }
.delay-5 { transition-delay: .40s;; }
.eb-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(13,122,110,.18); border: 1px solid rgba(20,184,166,.22); display: grid; place-items: center; margin: 0 auto .9rem;; }
.eb-icon svg { width: 19px; height: 19px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.eb-item { text-align: center;; }
.eb-label { font-family: 'JetBrains Mono', monospace; font-size: .6rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-bottom: .35rem;; }
.eb-sub { font-size: .72rem; color: var(--muted); margin-top: .15rem;; }
.eb-value { font-size: .9rem; color: var(--white); font-weight: 500;; }
.elig-check { width: 20px; height: 20px; border-radius: 5px; flex-shrink: 0;
      background: rgba(20,184,166,.12); border: 1px solid rgba(20,184,166,.3);
      display: grid; place-items: center; margin-top: .05rem;; }
.elig-check svg { width: 10px; height: 10px; stroke: var(--teal-lt); fill: none; stroke-width: 2.5;; }
.elig-list { list-style: none;; }
.elig-list li { display: flex; align-items: flex-start; gap: .85rem;
      padding: .7rem 0; border-bottom: 1px solid rgba(201,168,76,.07);
      font-size: .85rem; color: var(--muted); line-height: 1.5;; }
.elig-list li:last-child { border-bottom: none;; }
.eligibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;; }
.eligibility-inner { max-width: 900px; margin: 0 auto;
      background: linear-gradient(135deg, rgba(11,32,72,.6), rgba(7,20,40,.8));
      border: 1px solid var(--border); border-radius: 16px;
      padding: 3.5rem; position: relative; overflow: hidden;; }
.eligibility-inner::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--teal), transparent, var(--gold), transparent, var(--teal));
      border-radius: 0 0 16px 16px;; }
.eligibility-inner::before { content: ''; position: absolute; top: -40%; left: -10%; right: -10%; bottom: 60%;
      background: radial-gradient(ellipse, rgba(201,168,76,.07), transparent 70%);
      pointer-events: none;; }
.eligibility-left { ;; }
.eligibility-left h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 600; color: var(--white); margin-bottom: .8rem;; }
.eligibility-left h3 span { color: var(--gold); font-style: italic;; }
.eligibility-left p { font-size: .87rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.6rem;; }
.eligibility-right { ;; }
.eligibility-section { position: relative; z-index: 1;
      padding: 5rem 5%;; }
.event-band { position: relative; z-index: 1;
      background: linear-gradient(135deg, rgba(11,32,72,.6), rgba(7,20,40,.8));
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      padding: 3.5rem 5%; margin-bottom: 0;; }
.event-band-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;; }
.event-meta-card { background: rgba(11,32,72,.5); border: 1px solid var(--border); border-radius: 12px; overflow: hidden;; }
.footer-left { font-size: .72rem; color: var(--muted); font-family: 'JetBrains Mono', monospace; letter-spacing: .06em;; }
.footer-right { font-size: .72rem; color: var(--muted); font-family: 'JetBrains Mono', monospace;; }
.footer-right a { color: var(--gold); text-decoration: none; transition: color .2s;; }
.footer-right a:hover { color: var(--gold-lt);; }
.form-desc { font-size: .8rem; color: var(--muted); margin-bottom: 1.8rem; line-height: 1.6;; }
.form-group { margin-bottom: 1.2rem;; }
.form-input, .form-select, .form-textarea { width: 100%; background: rgba(7,20,40,.7); border: 1px solid rgba(201,168,76,.15);
      border-radius: 8px; padding: .75rem 1rem;
      font-size: .86rem; color: var(--white); font-family: 'Exo 2', sans-serif;
      transition: border-color .25s, box-shadow .25s; outline: none;
      appearance: none;; }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(138,160,190,.4);; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: rgba(201,168,76,.45);
      box-shadow: 0 0 0 3px rgba(201,168,76,.08);; }
.form-label { display: block; font-family: 'JetBrains Mono', monospace; font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-bottom: .45rem;; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.2rem;; }
.form-select { cursor: pointer;; }
.form-select option { background: #071428; color: var(--white);; }
.form-success { display: none; text-align: center; padding: 2rem;
      background: rgba(20,184,166,.07); border: 1px solid rgba(20,184,166,.3);
      border-radius: 10px; margin-top: 1rem;; }
.form-success p { font-size: .88rem; color: var(--muted); line-height: 1.6;; }
.form-success strong { color: var(--white);; }
.form-success svg { width: 36px; height: 36px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5; margin-bottom: .8rem;; }
.form-textarea { min-height: 100px; resize: vertical;; }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--white); margin-bottom: .5rem;; }
.form-title span { color: var(--gold); font-style: italic;; }
.hb-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: .45rem;; }
.hb-dot.gold { background: var(--gold); box-shadow: 0 0 6px var(--gold);; }
.hb-dot.teal { background: var(--teal-lt); box-shadow: 0 0 6px var(--teal-lt);; }
.hb-list { list-style: none;; }
.hb-list li { display: flex; align-items: flex-start; gap: .75rem; font-size: .84rem; color: var(--muted); padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.04); line-height: 1.5;; }
.hb-list li:last-child { border-bottom: none;; }
.hb-title { font-size: .68rem; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-family: 'JetBrains Mono', monospace; margin-bottom: 1rem;; }
.hero { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 6rem 5% 4rem; overflow: hidden;; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; opacity: 0; animation: fadeUp .6s 1.25s forwards;; }
.hero-desc { max-width: 640px; margin: 0 auto; font-size: .93rem; color: var(--muted); line-height: 1.85;; }
.hero-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto 2.4rem; opacity: 0; animation: fadeUp .5s .8s forwards;; }
.hero-event-type { font-family: 'JetBrains Mono', monospace; font-size: .75rem; color: var(--muted); letter-spacing: .18em; text-transform: uppercase; margin: .9rem 0 2.4rem; opacity: 0; animation: fadeUp .6s .65s forwards;; }
.hero-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .75rem; color: var(--teal-lt); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1.2rem; opacity: 0; animation: fadeUp .6s .35s forwards;; }
.hero-meta { display: flex; align-items: center; gap: 2rem; margin: 3rem 0 3.5rem; flex-wrap: wrap; justify-content: center; opacity: 0; animation: fadeUp .6s 1.1s forwards;; }
.hero-meta-icon { width: 32px; height: 32px; border-radius: 6px; background: var(--glass); border: 1px solid var(--border); display: grid; place-items: center; flex-shrink: 0;; }
.hero-meta-icon svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.5;; }
.hero-meta-item { display: flex; align-items: center; gap: .6rem;; }
.hero-meta-label { font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-family: 'JetBrains Mono', monospace;; }
.hero-meta-sep { width: 1px; height: 36px; background: var(--border);; }
.hero-meta-value { font-size: .9rem; color: var(--white); font-weight: 500;; }
.hero-org { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 600; line-height: 1.1; color: var(--white); letter-spacing: -.01em; opacity: 0; animation: fadeUp .7s .5s forwards;; }
.hero-org span { color: var(--gold); font-style: italic;; }
.hero-rule { display: flex; align-items: center; gap: 1rem; justify-content: center; margin: 2.5rem auto 0; max-width: 300px;; }
.hero-rule-diamond { width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; box-shadow: 0 0 8px rgba(201,168,76,.5);; }
.hero-rule-line { flex: 1; height: 1px; background: var(--border);; }
.hero-theme { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem, 3.5vw, 2.1rem); font-weight: 300; font-style: italic; color: var(--white); line-height: 1.45; max-width: 780px; opacity: 0; animation: fadeUp .7s .95s forwards;; }
.hero-theme strong { font-weight: 600; font-style: normal; color: var(--teal-lt);; }
.hero-title { font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      font-weight: 600; line-height: 1.1; color: var(--white); margin-bottom: 1.4rem;; }
.hero-title span { color: var(--gold); font-style: italic;; }
.hero-watermark { position: absolute; inset: 0; pointer-events: none; overflow: hidden; opacity: .04;; }
.hero-watermark span { position: absolute; font-family: 'JetBrains Mono', monospace; font-size: clamp(1rem, 2.5vw, 1.6rem); color: var(--white); white-space: nowrap; letter-spacing: .08em; text-transform: uppercase;; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,122,110,.06) 0%, transparent 60%),
    linear-gradient(225deg, rgba(201,168,76,.06) 0%, transparent 60%); pointer-events: none;; }
.hex-center { position: relative; z-index: 1; width: 80px; height: 80px; background: linear-gradient(135deg, var(--teal), var(--mid)); border: 2px solid var(--gold); border-radius: 16px; transform: rotate(12deg); display: grid; place-items: center; box-shadow: 0 0 30px rgba(13,122,110,.4);; }
.hex-center svg { width: 36px; height: 36px; stroke: var(--gold-lt); fill: none; stroke-width: 1.5; transform: rotate(-12deg);; }
.hex-dot { position: absolute; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 10px var(--gold);; }
.hex-dot:nth-child(5) { top: 20px; left: 50%; transform: translateX(-50%);; }
.hex-dot:nth-child(6) { bottom: 20px; right: 30px; background: var(--teal-lt); box-shadow: 0 0 10px var(--teal-lt);; }
.hex-dot:nth-child(7) { top: 50%; left: 15px; transform: translateY(-50%); background: var(--teal-lt); box-shadow: 0 0 10px var(--teal-lt);; }
.hex-ring { position: absolute; border-radius: 50%; border: 1px solid; animation: rotateSlow linear infinite;; }
.hex-ring:nth-child(1) { width: 280px; height: 280px; border-color: rgba(201,168,76,.2); animation-duration: 30s;; }
.hex-ring:nth-child(2) { width: 210px; height: 210px; border-color: rgba(20,184,166,.2); animation-duration: 20s; animation-direction: reverse;; }
.hex-ring:nth-child(3) { width: 140px; height: 140px; border-color: rgba(201,168,76,.3); animation-duration: 15s;; }
.highlight-box { background: rgba(7,20,40,.7); border: 1px solid var(--border);
      border-radius: 12px; padding: 1.6rem;
      margin-top: 1rem; position: relative; overflow: hidden;; }
.highlight-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--teal), var(--gold));
      border-radius: 12px 12px 0 0;; }
.highlight-card { background: linear-gradient(135deg, rgba(11,32,72,.7), rgba(7,20,40,.8)); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; position: relative; overflow: hidden;; }
.highlight-card-title { font-family: 'JetBrains Mono', monospace; font-size: .68rem; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.2rem;; }
.highlight-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--teal), var(--gold));; }
.highlight-list { list-style: none;; }
.highlight-list li { display: flex; align-items: flex-start; gap: .8rem; font-size: .85rem; color: var(--muted); padding: .55rem 0; border-bottom: 1px solid rgba(201,168,76,.08); line-height: 1.5;; }
.highlight-list li:last-child { border-bottom: none;; }
.hl-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal-lt); flex-shrink: 0; margin-top: .4rem; box-shadow: 0 0 6px var(--teal-lt);; }
.hl-dot.gold { background: var(--gold); box-shadow: 0 0 6px var(--gold);; }
.id-pill { display: flex; align-items: center; gap: .9rem;
      background: rgba(11,32,72,.55); border: 1px solid var(--border);
      border-radius: 12px; padding: 1.1rem 1.4rem;
      transition: all .28s; position: relative; overflow: hidden;; }
.id-pill-icon { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; display: grid; place-items: center;; }
.id-pill-icon svg { width: 17px; height: 17px; fill: none; stroke-width: 1.5;; }
.id-pill-icon.gold { background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.3);; }
.id-pill-icon.gold svg { stroke: var(--gold);; }
.id-pill-icon.navy { background: rgba(30,42,94,.45); border: 1px solid rgba(123,143,212,.3);; }
.id-pill-icon.navy svg { stroke: #7b8fd4;; }
.id-pill-icon.red { background: rgba(192,39,45,.15); border: 1px solid rgba(232,112,112,.3);; }
.id-pill-icon.red  svg { stroke: #e87070;; }
.id-pill-icon.teal { background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.3);; }
.id-pill-icon.teal svg { stroke: var(--teal-lt);; }
.id-pill-label { font-size: .59rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-family: 'JetBrains Mono', monospace; display: block; margin-bottom: .22rem; line-height: 1;; }
.id-pill-value { font-size: .88rem; color: var(--white); font-weight: 500; line-height: 1.35;; }
.id-pill::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
      background: var(--pill-accent, var(--teal));
      border-radius: 3px 0 0 3px; opacity: 0; transition: opacity .28s;; }
.id-pill:hover { border-color: rgba(201,168,76,.3); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.2);; }
.id-pill:hover::before { opacity: 1;; }
.id-pill:nth-child(1) { --pill-accent: #7b8fd4;; }
.id-pill:nth-child(2) { --pill-accent: #e87070;; }
.id-pill:nth-child(3) { --pill-accent: var(--teal-lt);; }
.id-pill:nth-child(4) { --pill-accent: var(--gold);; }
.id-pill:nth-child(5) { --pill-accent: #7b8fd4;; }
.id-pill:nth-child(6) { --pill-accent: var(--teal-lt);; }
.info-block { margin-bottom: 3rem;; }
.info-block h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--gold); margin-bottom: 1.5rem;; }
.info-card { background: rgba(11,32,72,.4); border: 1px solid var(--border); border-radius: 10px; padding: 2rem; text-align: center; transition: all .3s;; }
.info-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.3); box-shadow: 0 12px 40px rgba(0,0,0,.25);; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 0 auto;; }
.info-icon { width: 48px; height: 48px; margin: 0 auto 1.2rem; background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.3); border-radius: 10px; display: grid; place-items: center;; }
.info-icon svg { width: 22px; height: 22px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.info-icon-s { width: 38px; height: 38px; border-radius: 8px; background: rgba(13,122,110,.15); border: 1px solid rgba(20,184,166,.2); display: grid; place-items: center; flex-shrink: 0;; }
.info-icon-s svg { width: 16px; height: 16px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.info-label { font-size: .75rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-family: 'JetBrains Mono', monospace;; }
.info-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: .3rem;; }
.info-row { display: flex; align-items: flex-start; gap: 1.2rem; margin-bottom: 1.5rem;; }
.info-text { font-size: .88rem; color: var(--muted); line-height: 1.7;; }
.info-text a { color: var(--teal-lt); text-decoration: none;; }
.info-text a:hover { text-decoration: underline;; }
.info-text strong { color: var(--white); font-weight: 600; display: block; font-size: .92rem; margin-bottom: .2rem;; }
.ini-block { background: linear-gradient(135deg, rgba(201,168,76,.07), rgba(11,32,72,.6));
      border: 1px solid rgba(201,168,76,.25); border-radius: 14px;
      padding: 2.2rem 2.6rem; position: relative; overflow: hidden;; }
.ini-block p { font-size: .92rem; color: var(--muted); line-height: 1.9;; }
.ini-block p strong { color: var(--white); font-weight: 600;; }
.ini-block::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, var(--gold), var(--teal)); border-radius: 4px 0 0 4px;; }
.legend-chip { display: flex; align-items: center; gap: .5rem; background: rgba(11,32,72,.5); border: 1px solid var(--border); border-radius: 100px; padding: .45rem 1rem; font-size: .65rem; font-family: 'JetBrains Mono', monospace; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: all .2s;; }
.legend-chip:hover, .legend-chip.active-filter { color: var(--white); border-color: rgba(201,168,76,.4);; }
.legend-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0;; }
.legend-strip { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem;; }
.legend-wrap { position: relative; z-index: 1;
      padding: 2.5rem 5% 0;
      display: flex; gap: .6rem; flex-wrap: wrap; justify-content: center;; }
.logo-identity-inner { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 3.5rem;; }
.logo-identity-section { position: relative; z-index: 1; background: linear-gradient(135deg, rgba(11,32,72,.6), rgba(7,20,40,.8)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 5rem 5%;; }
.main-theme-badge { display: inline-block; background: rgba(20,184,166,.12); border: 1px solid rgba(20,184,166,.3);
  color: var(--teal-lt); font-size: .62rem; font-family: 'JetBrains Mono', monospace;
  padding: .35rem 1rem; border-radius: 100px; text-transform: uppercase; letter-spacing: .15em;
  margin-bottom: 1.2rem;; }
.main-theme-body { flex: 1;; }
.main-theme-card { background: linear-gradient(135deg, rgba(11,32,72,.75), rgba(7,20,40,.9)); border: 1px solid var(--border); border-radius: 16px; padding: 3.5rem; position: relative; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,.35); display: flex; gap: 4rem; align-items: center;; }
.main-theme-card::after { content: ''; position: absolute; top: -80px; left: -60px;
      width: 350px; height: 350px; border-radius: 50%;
      background: radial-gradient(circle, rgba(201,168,76,.05), transparent 65%);
      pointer-events: none;; }
.main-theme-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: radial-gradient(circle at 10% 20%, rgba(13,122,110,.12), transparent 50%); border-radius: 20px 20px 0 0; inset: 0; pointer-events: none;; }
.main-theme-desc { font-size: .93rem; color: var(--muted); line-height: 1.9;; }
.main-theme-inner { display: grid; grid-template-columns: 1fr 420px; gap: 5rem; align-items: center;; }
.main-theme-left { ;; }
.main-theme-logo { width: 120px; height: 120px; border-radius: 20px;
  background: rgba(13,122,110,.18); border: 1.5px solid var(--gold);
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 0 30px rgba(13,122,110,.25);; }
.main-theme-logo svg { width: 56px; height: 56px; stroke: var(--gold-lt); fill: none; stroke-width: 1.5;; }
.main-theme-right { display: flex; flex-direction: column; gap: 1rem;; }
.main-theme-section { position: relative; z-index: 1; padding: 6rem 5%; max-width: 1160px; margin: 0 auto;; }
.main-theme-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 600; color: var(--white); margin-bottom: 1rem; line-height: 1.15;; }
.main-theme-title span { color: var(--gold);; }
.matrix-card { border-radius: 14px; padding: 2rem 1.6rem;
      background: rgba(7,20,40,.6);
      border: 1px solid var(--mc-border);
      position: relative; overflow: hidden;
      transition: all .35s; text-align: center;; }
.matrix-card::after { content: ''; position: absolute; bottom: -50px; right: -30px;
      width: 130px; height: 130px; border-radius: 50%;
      background: radial-gradient(circle, color-mix(in srgb, var(--mc) 8%, transparent), transparent 70%);
      pointer-events: none;; }
.matrix-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, transparent, var(--mc), transparent);; }
.matrix-card:hover { transform: translateY(-6px);
      border-color: color-mix(in srgb, var(--mc) 40%, transparent);
      box-shadow: 0 14px 44px rgba(0,0,0,.3);; }
.matrix-card:hover .mc-icon { transform: scale(1.1) rotate(-5deg);; }
.matrix-card[data-m="1"] { --mc: var(--st1); --mc-border: rgba(20,184,166,.2);; }
.matrix-card[data-m="2"] { --mc: var(--st2); --mc-border: rgba(99,102,241,.2);; }
.matrix-card[data-m="3"] { --mc: var(--st3); --mc-border: rgba(167,139,250,.2);; }
.matrix-card[data-m="4"] { --mc: var(--st4); --mc-border: rgba(245,158,11,.2);; }
.matrix-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
      margin-top: 3.5rem;; }
.matrix-inner { max-width: 1160px; margin: 0 auto;; }
.matrix-section { position: relative; z-index: 1;
      background: linear-gradient(135deg, rgba(11,32,72,.55), rgba(7,20,40,.75));
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      padding: 5rem 5%;; }
.mc-icon { width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 1.4rem;
      background: color-mix(in srgb, var(--mc) 12%, transparent);
      border: 1px solid color-mix(in srgb, var(--mc) 28%, transparent);
      display: grid; place-items: center; transition: transform .3s;; }
.mc-icon svg { width: 24px; height: 24px; stroke: var(--mc); fill: none; stroke-width: 1.5;; }
.mc-keywords { display: flex; flex-wrap: wrap; gap: .35rem; justify-content: center;; }
.mc-kw { font-size: .6rem; color: color-mix(in srgb, var(--mc) 80%, var(--muted));
      font-family: 'JetBrains Mono', monospace; letter-spacing: .06em;
      padding: .18rem .55rem; border-radius: 100px;
      background: color-mix(in srgb, var(--mc) 8%, transparent);
      border: 1px solid color-mix(in srgb, var(--mc) 18%, transparent);; }
.mc-num { font-family: 'JetBrains Mono', monospace; font-size: .6rem; color: var(--mc); letter-spacing: .18em; text-transform: uppercase; margin-bottom: .5rem; opacity: .8;; }
.mc-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--white); line-height: 1.3; margin-bottom: .8rem;; }
.meta-icon { width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0; background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.2); display: grid; place-items: center;; }
.meta-icon svg { width: 16px; height: 16px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.meta-label { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-family: 'JetBrains Mono', monospace;; }
.meta-row { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.4rem; border-bottom: 1px solid var(--border);; }
.meta-row:last-child { border-bottom: none;; }
.meta-value { font-size: .88rem; color: var(--white); font-weight: 500;; }
.mt-badge { display: inline-flex; align-items: center; gap: .55rem;
      background: rgba(201,168,76,.08); border: 1px solid rgba(201,168,76,.28);
      border-radius: 100px; padding: .3rem 1rem;
      font-family: 'JetBrains Mono', monospace; font-size: .62rem;
      color: var(--gold); letter-spacing: .18em; text-transform: uppercase;
      margin-bottom: 1.4rem;; }
.mt-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 7px var(--gold);; }
.mt-body p { font-size: .9rem; color: var(--muted); line-height: 1.9; margin-bottom: 1.2rem;; }
.mt-body p:first-child { color: rgba(232,238,246,.85);; }
.mt-body strong { color: var(--white); font-weight: 600;; }
.mt-title { font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.6rem, 3.5vw, 2.5rem);
      font-weight: 600; color: var(--white); line-height: 1.25;
      margin-bottom: 1.6rem;; }
.mt-title span { color: var(--gold); font-style: italic; display: block;; }
.nav-cta { background: linear-gradient(135deg, var(--teal), #0a5a52); color: #fff; border: 1px solid var(--teal-lt); padding: .5rem 1.4rem; border-radius: 4px; font-size: .8rem; font-weight: 600; letter-spacing: .1em; cursor: pointer; text-transform: uppercase; transition: all .25s; text-decoration: none;; }
.nav-cta:hover { background: var(--teal-lt); color: var(--navy);; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer;; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s;; }
.nav-links { display: flex; gap: 2rem;; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .82rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; position: relative;; }
.nav-links a.active,
    .nav-links a:hover { color: var(--gold-lt);; }
.nav-links a.active,
.nav-links a:hover { color: var(--gold-lt);; }
.nav-links a.active, .nav-links a:hover { color: var(--gold-lt);; }
.nav-links a.active::after,
    .nav-links a:hover::after { transform: scaleX(1);; }
.nav-links a.active::after,
.nav-links a:hover::after { transform: scaleX(1);; }
.nav-links a.active::after, .nav-links a:hover::after { transform: scaleX(1);; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s; transform-origin: left;; }
.nav-links a:hover { color: var(--gold-lt);; }
.nav-links a:hover::after { transform: scaleX(1);; }
.nav-logo { display: flex; align-items: center; gap: .75rem; text-decoration: none;; }
.nav-logo-badge { width: 40px; height: 40px; border-radius: 8px; background: linear-gradient(135deg, var(--teal), var(--mid)); border: 1px solid var(--gold); display: grid; place-items: center; font-family: 'JetBrains Mono', monospace; font-size: .65rem; color: var(--gold-lt); font-weight: 400; letter-spacing: .04em;; }
.nav-logo-sub { font-size: .65rem; color: var(--muted); font-family: 'JetBrains Mono', monospace; letter-spacing: .08em;; }
.nav-logo-text { font-size: .85rem; font-weight: 600; letter-spacing: .12em; color: var(--white); text-transform: uppercase;; }
.nfsu-about-section { position: relative; z-index: 1; padding: 6rem 5%; max-width: 1200px; margin: 0 auto;; }
.nfsu-body p { font-size: .93rem; color: var(--muted); line-height: 1.9; margin-bottom: 1.4rem;; }
.nfsu-body p:first-child { color: var(--white); font-size: .98rem;; }
.nfsu-body strong { color: var(--white); font-weight: 600;; }
.nfsu-identity-pills { width: 100%;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 1rem;; }
.nfsu-identity-text { font-size: .95rem; color: var(--muted); line-height: 1.9; text-align: center;; }
.nfsu-identity-text strong { color: var(--white); font-weight: 600;; }
.nfsu-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: start;; }
.nfsu-logo-wrap { width: 100%; max-width: 620px; background: #ffffff; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; padding: 3rem 3.5rem; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; transition: all .4s; box-shadow: 0 8px 48px rgba(0,0,0,.35);; }
.nfsu-logo-wrap img { width: 100%; max-width: 100%; height: auto; display: block;; }
.nfsu-logo-wrap::after { content: ''; position: absolute; inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(30,42,94,.04), transparent 70%);
      pointer-events: none;; }
.nfsu-logo-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, var(--nfsu-navy), var(--nfsu-red), var(--nfsu-gold));
      border-radius: 18px 18px 0 0;; }
.nfsu-logo-wrap:hover { box-shadow: 0 20px 50px rgba(0,0,0,.4), 0 0 30px rgba(30,42,94,.15); transform: translateY(-4px);; }
.node-dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--c-color, var(--teal)); background: var(--navy); margin-top: 1.95rem; flex-shrink: 0; position: relative; z-index: 2; transition: all .3s; box-shadow: 0 0 0 3px var(--navy);; }
.org-badge { background: linear-gradient(135deg, rgba(11,32,72,.9), rgba(7,20,40,.95));
      border: 1px solid var(--border); border-radius: 16px;
      padding: 2.5rem; text-align: center; margin-bottom: 1.5rem;
      position: relative; overflow: hidden;; }
.org-badge-full { font-size: .78rem; color: var(--muted); line-height: 1.6; letter-spacing: .02em;; }
.org-badge-icon { width: 64px; height: 64px; margin: 0 auto 1.4rem;
      background: linear-gradient(135deg, var(--teal), rgba(13,116,110,.5));
      border: 2px solid var(--gold); border-radius: 14px;
      display: grid; place-items: center;
      box-shadow: 0 0 24px rgba(201,168,76,.15);; }
.org-badge-icon svg { width: 30px; height: 30px; stroke: var(--gold-lt); fill: none; stroke-width: 1.5;; }
.org-badge-name { font-family: 'Cormorant Garamond', serif;
      font-size: 2rem; font-weight: 600; color: var(--white);
      margin-bottom: .4rem;; }
.org-badge::before { content: ''; position: absolute; inset: 0;
      background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201,168,76,.06) 0%, transparent 70%);
      pointer-events: none;; }
.org-body a { color: var(--teal-lt);; }
.org-body p { font-size: .93rem; color: var(--muted); line-height: 1.9;
      margin-bottom: 1.4rem;; }
.org-body p:first-child { color: var(--white); font-size: .98rem;; }
.org-body strong { color: var(--white); font-weight: 600;; }
.org-card { background: rgba(11,32,72,.5); border: 1px solid var(--border); border-radius: 12px; padding: 2.2rem 2.8rem; max-width: 360px; transition: all .3s; flex: 1; min-width: 260px;; }
.org-card-full { font-size: .78rem; color: var(--muted); line-height: 1.6;; }
.org-card-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--white); margin-bottom: .5rem;; }
.org-card-tag { font-size: .62rem; color: var(--gold); letter-spacing: .2em; font-family: 'JetBrains Mono', monospace; text-transform: uppercase; margin-bottom: .9rem;; }
.org-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.35); box-shadow: 0 16px 48px rgba(0,0,0,.3);; }
.org-cards { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 3rem;; }
.org-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;; }
.org-section { padding: 6rem 0;; }
.org-stat { background: rgba(11,32,72,.5); border: 1px solid var(--border);
      border-radius: 10px; padding: 1.2rem;
      text-align: center; transition: all .25s;; }
.org-stat-label { font-size: .65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-family: 'JetBrains Mono', monospace;; }
.org-stat-num { font-family: 'Cormorant Garamond', serif;
      font-size: 1.8rem; font-weight: 600; color: var(--gold); line-height: 1;
      margin-bottom: .25rem;; }
.org-stat:hover { border-color: rgba(201,168,76,.3); transform: translateY(-2px);; }
.org-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;; }
.org-tabs { display: flex; gap: 0; margin-bottom: 3.5rem; background: rgba(11,32,72,.4); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; width: fit-content;; }
.org-visual { position: sticky; top: 6rem;; }
.organised-section { text-align: center; padding: 5rem 5%;; }
.page-hero { position: relative; z-index: 1; padding: 9rem 5% 5rem; text-align: center; overflow: hidden; min-height: 52vh; display: flex; flex-direction: column; align-items: center; justify-content: center;; }
.page-hero-desc { max-width: 640px; margin: 0 auto; font-size: .95rem; color: var(--muted); line-height: 1.8;; }
.page-hero-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .72rem; color: var(--teal-lt); letter-spacing: .22em; text-transform: uppercase; margin-bottom: 1rem;; }
.page-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 600; line-height: 1.1; color: var(--white); margin-bottom: 1.4rem;; }
.page-hero-title span { color: var(--gold); font-style: italic;; }
.page-hero::after { content: ''; position: absolute;
      top: 30%; left: -5%; right: -5%; height: 1px;
      background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,.08) 30%, rgba(201,168,76,.15) 50%, rgba(201,168,76,.08) 70%, transparent 100%);
      transform: rotate(-2deg); pointer-events: none;; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(13,122,110,.1), transparent 70%); pointer-events: none;; }
.patron-card { background: rgba(11,32,72,.45); border: 1px solid var(--border); border-radius: 10px; padding: 1.8rem; transition: all .3s; position: relative; overflow: hidden;; }
.patron-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--teal), var(--gold)); border-radius: 3px 0 0 3px;; }
.patron-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.35); box-shadow: 0 12px 40px rgba(0,0,0,.3), 0 0 20px rgba(201,168,76,.06);; }
.patron-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--white); margin-bottom: .35rem;; }
.patron-role { font-size: .62rem; color: var(--teal-lt); letter-spacing: .2em; text-transform: uppercase; font-family: 'JetBrains Mono', monospace; margin-bottom: .7rem;; }
.patron-title { font-size: .78rem; color: var(--muted); line-height: 1.5;; }
.patrons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1000px; margin: 0 auto;; }
.person-avatar { width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
      background: linear-gradient(135deg, var(--teal), var(--mid));
      border: 2px solid rgba(201,168,76,.3);
      display: grid; place-items: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem; font-weight: 600; color: var(--gold-lt);; }
.person-card { background: rgba(7,20,40,.6);
      border: 1px solid rgba(201,168,76,.15);
      border-radius: 12px; padding: 1.8rem;
      display: flex; gap: 1.2rem; align-items: flex-start;
      transition: all .3s;
      position: relative; overflow: hidden;; }
.person-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
      background: linear-gradient(to bottom, var(--teal), var(--gold));
      border-radius: 3px 0 0 3px;; }
.person-card:hover { border-color: rgba(201,168,76,.35); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.25);; }
.person-designation { font-size: .75rem; color: var(--teal-lt); font-weight: 500; margin-bottom: .2rem;; }
.person-info { ;; }
.person-name { font-family: 'Cormorant Garamond', serif; font-size: 1.18rem; font-weight: 600; color: var(--white); margin-bottom: .25rem;; }
.person-org { font-size: .72rem; color: var(--muted); line-height: 1.5;; }
.phase-header { position: relative; z-index: 1; display: flex; align-items: center; gap: 1.5rem; margin: 3.5rem 0 2rem; opacity: 0; transform: translateY(12px); transition: opacity .5s, transform .5s; padding-left: 20px;; }
.phase-header.visible { opacity: 1; transform: none;; }
.phase-header::before { content: ''; position: absolute;
  left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; background: var(--teal-lt);
  border-radius: 50%; box-shadow: 0 0 8px var(--teal-lt);; }
.phase-label { font-family: 'JetBrains Mono', monospace; font-size: .75rem; color: var(--teal-lt); letter-spacing: .12em; text-transform: uppercase; background: rgba(201,168,76,.08); border: 1px solid rgba(201,168,76,.2); padding: .25rem .8rem; border-radius: 100px; white-space: nowrap; font-weight: 600;; }
.phase-line { flex: 1; height: 1px; background: rgba(20,184,166,.18);; }
.pillar-label { font-size: .8rem; color: var(--muted); font-weight: 500; line-height: 1.4;; }
.pillar-label strong { color: var(--white); display: block; font-size: .84rem; margin-bottom: .1rem;; }
.pillar-num { font-family: 'Cormorant Garamond', serif;
      font-size: 1.8rem; font-weight: 300; color: var(--pc);
      line-height: 1; min-width: 32px; opacity: .6;; }
.pillar-row { display: flex; align-items: center; gap: 1rem;
      padding: 1rem 1.4rem;
      background: rgba(7,20,40,.6); border: 1px solid rgba(255,255,255,.06);
      border-radius: 10px; transition: all .3s;
      position: relative; overflow: hidden;; }
.pillar-row::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
      background: var(--pc); border-radius: 3px 0 0 3px;; }
.pillar-row:hover { border-color: color-mix(in srgb, var(--pc) 30%, transparent); transform: translateX(4px);; }
.pillar-row[data-p="1"] { --pc: var(--st1);; }
.pillar-row[data-p="2"] { --pc: var(--st2);; }
.pillar-row[data-p="3"] { --pc: var(--st3);; }
.pillar-row[data-p="4"] { --pc: var(--st4);; }
.q-pill { display: flex; align-items: center; gap: .75rem; background: rgba(11,32,72,.55); border: 1px solid var(--border); border-radius: 100px; padding: .65rem 1.4rem; text-decoration: none; transition: all .25s;; }
.q-pill-icon { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;; }
.q-pill-icon svg { width: 13px; height: 13px; fill: none; stroke-width: 1.8;; }
.q-pill-icon.email { background: rgba(20,184,166,.15); border: 1px solid rgba(20,184,166,.3);; }
.q-pill-icon.email svg { stroke: var(--teal-lt);; }
.q-pill-icon.phone { background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.3);; }
.q-pill-icon.phone svg { stroke: var(--gold);; }
.q-pill-icon.web { background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.3);; }
.q-pill-icon.web svg { stroke: #818cf8;; }
.q-pill-label { font-size: .66rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-family: 'JetBrains Mono', monospace; display: block; line-height: 1; margin-bottom: .15rem;; }
.q-pill-value { font-size: .84rem; color: var(--white); font-weight: 500;; }
.q-pill:hover { border-color: rgba(201,168,76,.4); background: rgba(11,32,72,.8); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,.2);; }
.quick-pills { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 5rem;; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s, transform .65s;; }
.reveal, .reveal-left, .reveal-right { opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;; }
.reveal-left { opacity: 0; transform: translateX(-28px); transition: opacity .65s, transform .65s;; }
.reveal-left.visible { opacity: 1; transform: none;; }
.reveal-right { opacity: 0; transform: translateX(28px); transition: opacity .65s, transform .65s;; }
.reveal-right.visible { opacity: 1; transform: none;; }
.reveal.visible { opacity: 1; transform: none;; }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none;; }
.role-chip { display: flex; align-items: center; gap: .4rem;
      background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
      border-radius: 100px; padding: .28rem .75rem;
      font-size: .66rem; color: var(--muted); font-family: 'Exo 2', sans-serif;
      letter-spacing: .04em; transition: all .2s;; }
.role-chip-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--cc); flex-shrink: 0;; }
.role-chips { display: flex; flex-wrap: wrap; gap: .45rem;; }
.row-icon { width: 30px; height: 30px; border-radius: 7px; background: rgba(13,122,110,.15); border: 1px solid rgba(20,184,166,.15); display: grid; place-items: center; flex-shrink: 0;; }
.row-icon svg { width: 13px; height: 13px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.row-label { display: flex; align-items: center; gap: .75rem;; }
.sc-tag { font-size: .65rem; font-family: 'JetBrains Mono', monospace; letter-spacing: .09em;
      padding: .28rem .8rem; border-radius: 100px;
      background: rgba(20,184,166,.1); border: 1px solid rgba(20,184,166,.22); color: var(--teal-lt);; }
.schedule-wrap { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 5% 7rem;; }
.school-body p { font-size: .9rem; color: var(--muted); line-height: 1.9; margin-bottom: 1.2rem;; }
.school-body p strong { color: var(--white);; }
.school-card { background: linear-gradient(135deg, rgba(30,42,94,.2), rgba(11,32,72,.7), rgba(7,20,40,.85));
      border: 1px solid rgba(30,42,94,.5);
      border-radius: 20px; padding: 4rem;
      position: relative; overflow: hidden;
      display: grid; grid-template-columns: 1fr 380px; gap: 4rem; align-items: center;; }
.school-card::after { content: ''; position: absolute; bottom: -80px; right: -60px;
      width: 300px; height: 300px; border-radius: 50%;
      background: radial-gradient(circle, rgba(30,42,94,.15), transparent 65%);
      pointer-events: none;; }
.school-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, var(--nfsu-navy), var(--nfsu-red), var(--nfsu-gold), var(--teal-lt));
      border-radius: 20px 20px 0 0;; }
.school-emblem { width: 160px; height: 160px; border-radius: 50%;
      background: linear-gradient(135deg, rgba(30,42,94,.6), rgba(11,20,42,.8));
      border: 2px solid rgba(30,42,94,.8);
      display: grid; place-items: center;
      box-shadow: 0 0 0 12px rgba(30,42,94,.12), 0 0 0 24px rgba(30,42,94,.06);
      position: relative;; }
.school-emblem svg { width: 70px; height: 70px; stroke: #7b8fd4; fill: none; stroke-width: 1;; }
.school-emblem::before { content: ''; position: absolute; inset: -2px; border-radius: 50%;
      background: conic-gradient(from 0deg, var(--nfsu-navy), var(--nfsu-red), var(--nfsu-gold), var(--teal-lt), var(--nfsu-navy));
      z-index: -1; opacity: .5;; }
.school-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .65rem; color: var(--teal-lt); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .8rem;; }
.school-inner { max-width: 1160px; margin: 0 auto;; }
.school-motto { text-align: center; font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem; font-style: italic; color: var(--muted); line-height: 1.5;; }
.school-motto strong { color: var(--gold-lt); font-style: normal; display: block; font-size: .9rem; margin-top: .3rem; font-family: 'JetBrains Mono', monospace; font-weight: 400; letter-spacing: .1em; font-size: .65rem; text-transform: uppercase;; }
.school-section { position: relative; z-index: 1;
      padding: 6rem 5%;; }
.school-sub-stats { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; width: 100%;; }
.school-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem;; }
.school-title { font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 600; color: var(--white); line-height: 1.2; margin-bottom: 1.4rem;; }
.school-title span { color: var(--gold); font-style: italic;; }
.school-visual { display: flex; flex-direction: column; align-items: center; gap: 1.5rem;; }
.scroll-hint { position: absolute; bottom: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: .5rem; opacity: 0; animation: fadeUp .5s 1.5s forwards;; }
.scroll-hint span { font-size: .62rem; color: var(--muted); letter-spacing: .18em; text-transform: uppercase; font-family: 'JetBrains Mono', monospace;; }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 1.8s ease-in-out infinite;; }
.section { position: relative; z-index: 1; padding: 6rem 5%;; }
.section-divider { position: relative; z-index: 1; border: none; border-top: 1px solid var(--border); margin: 0;; }
.section-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .68rem; color: var(--teal-lt); letter-spacing: .22em; text-transform: uppercase; margin-bottom: .8rem;; }
.section-header { text-align: center; margin-bottom: 4rem;; }
.section-rule { width: 50px; height: 2px; background: linear-gradient(90deg, var(--teal), var(--gold)); margin: 1.2rem auto 0; border-radius: 1px;; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; color: var(--white); line-height: 1.15; margin-bottom: 1rem;; }
.section-title span { color: var(--gold); font-style: italic;; }
.seminar-body p { font-size: .93rem; color: var(--muted); line-height: 1.9; margin-bottom: 1.4rem;; }
.seminar-body p:first-child { color: var(--white); font-size: .98rem;; }
.seminar-body strong { color: var(--white); font-weight: 600;; }
.seminar-layout { display: grid; grid-template-columns: 1fr 420px; gap: 5rem; align-items: start;; }
.seminar-section { padding: 6rem 0;; }
.seminar-sidebar { ;; }
.session-card { flex: 1; margin: .6rem 0 .6rem 0; background: linear-gradient(135deg, rgba(11,32,72,.6), rgba(7,20,40,.85)); border: 1px solid var(--border); border-left: 3px solid; border-radius: 12px; padding: 1.8rem; transition: all .3s; cursor: default; position: relative; overflow: hidden; display: flex; flex-direction: column;; }
.session-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--c-color, var(--teal)); border-radius: 4px 0 0 4px;; }
.session-card::before { content: '';
      position: absolute; top: 0; right: 0;
      width: 120px; height: 100%;
      background: linear-gradient(to left, rgba(255,255,255,.015), transparent);
      pointer-events: none;; }
.session-card:hover { transform: translateY(-3px); border-color: rgba(201,168,76,.3);
  box-shadow: 0 12px 36px rgba(0,0,0,.3);; }
.session-item { display: grid; gap: 0; margin-bottom: 2rem; position: relative; opacity: 0; transform: translateX(-20px); transition: opacity .55s ease, transform .55s ease; grid-template-columns: 120px 40px 1fr; align-items: start;; }
.session-item.is-break .card-title { font-size: 1.1rem; color: var(--muted); font-family: 'Exo 2', sans-serif; font-weight: 500;; }
.session-item.is-break .session-card { background: rgba(7,20,40,.4); border-color: rgba(255,255,255,.06); padding: .9rem 1.8rem; border-style: dashed;; }
.session-item.is-break:hover .session-card { transform: none; box-shadow: none;; }
.session-item.visible { opacity: 1; transform: none;; }
.session-item:hover .node-dot { transform: scale(1.3); background: var(--c-color, var(--teal)); box-shadow: 0 0 10px var(--c-color, var(--teal));; }
.session-item:hover .session-card { background: rgba(11,32,72,.7);
      transform: translateX(4px);
      box-shadow: 0 8px 32px rgba(0,0,0,.25);; }
.session-item[data-color] .card-icon { background: color-mix(in srgb, var(--cc) 12%, transparent); border-color: color-mix(in srgb, var(--cc) 25%, transparent);; }
.session-item[data-color] .card-icon svg { stroke: var(--cc);; }
.session-item[data-color] .card-session-label { color: var(--cc); border-color: color-mix(in srgb, var(--cc) 35%, transparent); background: color-mix(in srgb, var(--cc) 8%, transparent);; }
.session-item[data-color] .node-dot { border-color: var(--cc); box-shadow: 0 0 8px color-mix(in srgb, var(--cc) 40%, transparent);; }
.session-item[data-color] .session-card { border-left-color: var(--cc);; }
.session-item[data-color]:hover .node-dot { box-shadow: 0 0 16px color-mix(in srgb, var(--cc) 60%, transparent);; }
.session-time { width: 120px; flex-shrink: 0; padding: 1.6rem 1.6rem 1.6rem 0; text-align: right; position: relative; padding-right: 1.5rem; display: flex; flex-direction: column; justify-content: center;; }
.speaker-avatar-initials { font-family: 'JetBrains Mono', monospace;
  font-size: 1.8rem;
  color: var(--gold-lt);
  font-weight: 600;; }
.speaker-avatar-wrap { width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--mid));
  border: 2px solid var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  position: relative;
  box-shadow: 0 0 15px rgba(201,168,76,0.25);
  overflow: hidden; }
.speaker-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.speaker-badge { display: inline-block;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.35);
  color: var(--gold);
  font-size: .62rem;
  letter-spacing: .15em;
  font-family: 'JetBrains Mono', monospace;
  padding: .35rem 1rem;
  border-radius: 100px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;; }
.speaker-bio { font-size: .78rem;
  color: var(--muted);
  line-height: 1.6;
  margin-top: auto;; }
.speaker-card { background: linear-gradient(135deg, rgba(11,32,72,.65), rgba(7,20,40,.85));
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
  opacity: 0;
  transform: translateY(30px);; }
.speaker-card.visible { opacity: 1;
  transform: translateY(0);; }
.speaker-card::before { content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  opacity: 0.8;; }
.speaker-card:hover { transform: translateY(-6px);
  border-color: rgba(201,168,76,.35);
  box-shadow: 0 16px 40px rgba(13,122,110,.18);; }
.speaker-divider { width: 40px;
  height: 1px;
  background: var(--border);
  margin: 0.5rem auto 1.2rem;; }
.speaker-institution { font-size: .78rem;
  color: var(--muted);
  margin-bottom: 1.2rem;
  line-height: 1.4;
  min-height: 2.8rem;; }
.speaker-name { font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: .4rem;; }
.speaker-role { font-size: .88rem;
  color: var(--teal-lt);
  font-weight: 500;
  margin-bottom: .2rem;; }
.speaker-talk-title { font-size: .9rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .8rem;
  padding: 0 0.5rem;; }
.speakers-grid { display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;; }
@media (max-width: 900px) {
  .speakers-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem;; }
}
@media (max-width: 600px) {
  .speakers-grid { grid-template-columns: 1fr; gap: 1.5rem;; }
}

/* Speaker detail modal trigger + dark-themed Bootstrap modal override */
.speaker-view-btn { background: transparent;
  color: var(--teal-lt);
  border: 1px solid rgba(20,184,166,.4);
  padding: .5rem 1.4rem;
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
  font-family: 'Exo 2', sans-serif;
  margin-top: .6rem;; }
.speaker-view-btn:hover { background: rgba(20,184,166,.08); border-color: var(--teal-lt); transform: translateY(-2px);; }
.speaker-modal .modal-content { background: linear-gradient(135deg, rgba(11,32,72,.97), rgba(4,13,26,.99));
  border: 1px solid var(--border);
  border-radius: 16px;
  color: var(--white);; }
.speaker-modal .modal-dialog { max-width: 480px;; }
.speaker-modal .modal-header { border-bottom: 1px solid var(--border); padding: 1.25rem 1.75rem;; }
.speaker-modal .modal-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--white); line-height: 1.25;; }
.speaker-modal .modal-body { padding: 1.75rem;; }
.speaker-modal .btn-close { filter: invert(1) grayscale(1) brightness(2); opacity: .7; flex-shrink: 0;; }
.speaker-modal .btn-close:hover { opacity: 1;; }
.speaker-modal-avatar-wrap { width: 88px; height: 88px; margin: 0 auto 1.1rem; border-radius: 50%; overflow: hidden; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; background: rgba(201,168,76,.1); flex-shrink: 0;; }
.speaker-modal-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top;; }
.speaker-modal-avatar-wrap .speaker-avatar-initials { position: static; font-size: 1.5rem;; }
.speaker-modal-badge { display: inline-block; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-lt); border: 1px solid rgba(201,168,76,.35); border-radius: 100px; padding: .3rem .9rem; margin-bottom: .8rem;; }
.speaker-modal-role { color: var(--teal-lt); font-size: .9rem; font-weight: 500; margin-bottom: .1rem;; }
.speaker-modal-institution { color: var(--muted); font-size: .82rem; margin-bottom: 1.1rem;; }
.speaker-modal-talk-title { color: var(--white); font-weight: 600; font-size: .96rem; line-height: 1.4; margin-bottom: .6rem; padding-top: 1rem; border-top: 1px solid var(--border);; }
.speaker-modal-bio { color: var(--muted); font-size: .87rem; line-height: 1.7; text-align: left;; }
@media (max-width: 576px) {
  .speaker-modal .modal-dialog { max-width: calc(100% - 1rem); margin: .5rem auto;; }
  .speaker-modal .modal-header { padding: 1.1rem 1.25rem;; }
  .speaker-modal .modal-body { padding: 1.25rem;; }
  .speaker-modal .modal-title { font-size: 1.2rem;; }
  .speaker-modal-avatar-wrap { width: 76px; height: 76px;; }
}
.spine-node { width: 40px; flex-shrink: 0; display: grid; flex-direction: column; align-items: center; position: relative; z-index: 2; place-items: center; height: 28px;; }
.ss-item { background: rgba(11,32,72,.5); border: 1px solid rgba(30,42,94,.4); border-radius: 8px; padding: .9rem; text-align: center; transition: all .25s;; }
.ss-item:hover { border-color: rgba(201,168,76,.3);; }
.ss-label { font-size: .58rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-family: 'JetBrains Mono', monospace;; }
.ss-num { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: .15rem;; }
.st-bullet { width: 5px; height: 5px; border-radius: 50%; background: var(--st-color); flex-shrink: 0; box-shadow: 0 0 6px var(--st-color);; }
.st-card { display: grid; grid-template-columns: 80px 1fr;
      gap: 0; margin-bottom: 2rem;
      border-radius: 16px; overflow: hidden;
      border: 1px solid var(--stc-border);
      background: rgba(11,32,72,.4);
      transition: all .35s;
      position: relative;; }
.st-card::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 1px;
      background: linear-gradient(to bottom, transparent, color-mix(in srgb, var(--stc) 20%, transparent), transparent);; }
.st-card:hover { transform: translateY(-4px);
      border-color: color-mix(in srgb, var(--stc) 35%, transparent);
      box-shadow: 0 16px 50px rgba(0,0,0,.3), 0 0 0 1px color-mix(in srgb, var(--stc) 12%, transparent);; }
.st-card:hover .st-topic { border-color: color-mix(in srgb, var(--stc) 22%, transparent);
      color: color-mix(in srgb, var(--stc) 80%, var(--white));; }
.st-card[data-st="1"] { --stc: var(--st1); --stc-border: rgba(20,184,166,.22);; }
.st-card[data-st="2"] { --stc: var(--st2); --stc-border: rgba(99,102,241,.22);; }
.st-card[data-st="3"] { --stc: var(--st3); --stc-border: rgba(167,139,250,.22);; }
.st-card[data-st="4"] { --stc: var(--st4); --stc-border: rgba(245,158,11,.22);; }
.st-content { padding: 2.2rem 2.5rem;; }
.st-desc { font-size: .88rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.6rem;; }
.st-desc strong { color: var(--white); font-weight: 600;; }
.st-focus-list { list-style: none; margin-top: auto;; }
.st-focus-list li { font-size: .8rem; color: var(--white); padding: .35rem 0;
  display: flex; align-items: center; gap: .6rem;
  border-top: 1px solid rgba(255,255,255,.04);; }
.st-focus-list li:first-child { border-top: none;; }
.st-focus-title { font-family: 'JetBrains Mono', monospace; font-size: .62rem; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; margin-bottom: .6rem;; }
.st-icon { width: 38px; height: 38px; border-radius: 9px;
      background: color-mix(in srgb, var(--stc) 14%, transparent);
      border: 1px solid color-mix(in srgb, var(--stc) 28%, transparent);
      display: grid; place-items: center;; }
.st-icon svg { width: 17px; height: 17px; stroke: var(--stc); fill: none; stroke-width: 1.5;; }
.st-index { font-family: 'Cormorant Garamond', serif;
      font-size: 2.8rem; font-weight: 300;
      color: var(--stc); line-height: 1; opacity: .7;; }
.st-num { font-family: 'JetBrains Mono', monospace; font-size: .75rem;
  color: var(--st-color); font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 1.2rem; display: flex; align-items: center; gap: .5rem;; }
.st-num-badge { display: inline-block;
      font-family: 'JetBrains Mono', monospace; font-size: .6rem;
      letter-spacing: .18em; text-transform: uppercase;
      color: var(--stc); background: color-mix(in srgb, var(--stc) 10%, transparent);
      border: 1px solid color-mix(in srgb, var(--stc) 28%, transparent);
      padding: .2rem .75rem; border-radius: 100px; margin-bottom: .9rem;; }
.st-num-col { background: color-mix(in srgb, var(--stc) 10%, rgba(7,20,40,.7));
      border-right: 1px solid color-mix(in srgb, var(--stc) 18%, transparent);
      display: flex; flex-direction: column;
      align-items: center; justify-content: flex-start;
      padding: 2.2rem .5rem;
      gap: 1.2rem;; }
.st-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--white); line-height: 1.25; margin-bottom: .8rem;; }
.st-topic { font-family: 'JetBrains Mono', monospace; font-size: .62rem;
      letter-spacing: .07em; padding: .28rem .75rem; border-radius: 100px;
      background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
      color: var(--muted); transition: all .2s;; }
.st-topics { display: flex; flex-wrap: wrap; gap: .45rem;; }
.stat-box { flex: 1; min-width: 140px; max-width: 180px;
      background: rgba(11,32,72,.5); border: 1px solid var(--border);
      border-radius: 10px; padding: 1.5rem 1rem; text-align: center;
      transition: all .3s;; }
.stat-box-label { font-size: .66rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-family: 'JetBrains Mono', monospace;; }
.stat-box-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: .3rem;; }
.stat-box:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.3); box-shadow: 0 12px 36px rgba(0,0,0,.25);; }
.stats-row { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap;; }
.sub-theme-card { background: rgba(11,32,72,.45); border: 1px solid var(--border);
  border-radius: 14px; padding: 2.8rem 2.2rem;
  position: relative; overflow: hidden;
  transition: all .35s; display: flex; flex-direction: column;; }
.sub-theme-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--st-color); border-radius: 4px 0 0 4px; opacity: .8;; }
.sub-theme-card:hover { transform: translateY(-5px); border-color: rgba(201,168,76,.3);
  box-shadow: 0 16px 40px rgba(0,0,0,.35), 0 0 25px rgba(20,184,166,.05);; }
.sub-themes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  margin-top: 4rem;; }
.subtheme-section { position: relative; z-index: 1;
      padding: 0 5% 7rem;
      max-width: 1160px; margin: 0 auto;; }
.summary-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .68rem; color: var(--teal-lt); letter-spacing: .22em; text-transform: uppercase; margin-bottom: .8rem;; }
.summary-inner { max-width: 900px; margin: 0 auto; text-align: center;; }
.summary-section { position: relative; z-index: 1;
      background: linear-gradient(135deg, rgba(11,32,72,.5), rgba(7,20,40,.7));
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      padding: 4rem 5%;; }
.summary-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 600; color: var(--white); margin-bottom: 3rem;; }
.summary-title span { color: var(--gold); font-style: italic;; }
.tab-btn { padding: .75rem 2rem; font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-family: 'Exo 2', sans-serif; cursor: pointer; border: none; background: transparent; color: var(--muted); transition: all .25s;; }
.tab-btn.active { background: linear-gradient(135deg, rgba(13,122,110,.3), rgba(201,168,76,.1)); color: var(--gold-lt); border-right: 1px solid var(--border);; }
.tab-btn:not(.active):hover { color: var(--white);; }
.tab-panel { display: none;; }
.tab-panel.active { display: block;; }
.table-header-bar { padding: 1.8rem 2rem;
      border-bottom: 1px solid var(--border);
      display: flex; align-items: center; justify-content: space-between;
      flex-wrap: wrap; gap: 1rem;; }
.table-header-bar h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--white);; }
.table-header-bar p { font-size: .78rem; color: var(--muted);; }
.table-section { position: relative; z-index: 1;
      padding: 0 5% 6rem;; }
.table-wrap { max-width: 1200px; margin: 0 auto;
      background: rgba(11,32,72,.35);
      border: 1px solid var(--border);
      border-radius: 16px; overflow: hidden;; }
.tag { background: rgba(13,122,110,.15); border: 1px solid rgba(20,184,166,.25); color: var(--teal-lt); font-size: .68rem; font-family: 'JetBrains Mono', monospace; letter-spacing: .1em; padding: .35rem .9rem; border-radius: 100px; text-transform: uppercase;; }
.th-bron { color: var(--bronze);; }
.th-gold { color: var(--gold-c);; }
.th-plat { color: var(--platinum);; }
.th-price { font-family: 'Exo 2', sans-serif; font-size: .78rem; font-weight: 600; display: block; margin-top: .2rem;; }
.th-silv { color: var(--silver);; }
.theme-content { ;; }
.theme-desc { font-size: .88rem; color: var(--muted); line-height: 1.8; margin-bottom: 2rem;; }
.theme-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1100px; margin: 0 auto;; }
.theme-hex-wrap { width: 280px; height: 280px; display: grid; place-items: center; position: relative;; }
.theme-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-style: italic; font-weight: 300; color: var(--white); line-height: 1.55; margin-bottom: 1.8rem; padding-left: 1.4rem; border-left: 3px solid var(--gold);; }
.theme-section { background: linear-gradient(135deg, rgba(7,20,40,.95), rgba(11,32,72,.8)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);; }
.theme-tags { display: flex; flex-wrap: wrap; gap: .6rem;; }
.theme-visual { position: relative; display: flex; justify-content: center; align-items: center;; }
.tier-benefits { list-style: none; flex: 1; margin-bottom: 1.8rem;; }
.tier-benefits li { display: flex; align-items: flex-start; gap: .7rem;
      font-size: .8rem; color: var(--muted); line-height: 1.55;
      padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.04);; }
.tier-benefits li:last-child { border-bottom: none;; }
.tier-btn { margin-top: auto; display: block; width: 100%; text-align: center; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); color: var(--white); text-decoration: none; padding: .65rem; border-radius: 6px; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: all .25s;; }
.tier-btn:hover { background: var(--tc-color); border-color: var(--tc-color); color: var(--navy); box-shadow: 0 4px 15px var(--tc-glow);; }
.tier-card { border-radius: 16px; padding: 2.2rem 1.8rem; position: relative; overflow: hidden; border: 1px solid var(--tc-border); background: var(--tc-bg); transition: transform .35s, box-shadow .35s; display: flex; flex-direction: column; flex: 1 1 260px; max-width: 340px;; }
.tier-card.bronze { --tc-border: rgba(205,127,50,.3);
      --tc-bg: linear-gradient(160deg, rgba(16,24,48,.95) 0%, rgba(10,18,42,.98) 100%);
      --tc-shadow: 0 20px 60px rgba(205,127,50,.1), 0 0 0 1px rgba(205,127,50,.2);
      --tc: var(--bronze);
      --tc-color: var(--bronze);
      --tc-glow: var(--bron-glow);; }
.tier-card.gold-tier { --tc-border: rgba(201,168,76,.4);
      --tc-bg: linear-gradient(160deg, rgba(20,28,50,.95) 0%, rgba(11,20,42,.98) 100%);
      --tc-shadow: 0 20px 60px rgba(201,168,76,.15), 0 0 0 1px rgba(201,168,76,.3);
      --tc: var(--gold-c);
      --tc-color: var(--gold-c);
      --tc-glow: var(--gold-glow);; }
.tier-card.platinum { --tc-border: rgba(226,232,240,.35);
      --tc-bg: linear-gradient(160deg, rgba(20,30,55,.95) 0%, rgba(11,20,42,.98) 100%);
      --tc-shadow: 0 20px 60px rgba(226,232,240,.1), 0 0 0 1px rgba(226,232,240,.2);
      --tc: var(--platinum);
      --tc-color: var(--platinum);
      --tc-glow: var(--plat-glow);; }
.tier-card.silver { --tc-border: rgba(148,163,184,.3);
      --tc-bg: linear-gradient(160deg, rgba(15,25,50,.95) 0%, rgba(9,18,40,.98) 100%);
      --tc-shadow: 0 20px 60px rgba(148,163,184,.1), 0 0 0 1px rgba(148,163,184,.2);
      --tc: var(--silver);
      --tc-color: var(--silver);
      --tc-glow: var(--silv-glow);; }
.tier-card::after { content: ''; position: absolute; top: -60px; left: -40px; width: 180px; height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle, color-mix(in srgb, var(--tc) 10%, transparent), transparent 70%);
      pointer-events: none;; }
.tier-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, transparent, var(--tc), transparent);
      border-radius: 16px 16px 0 0;; }
.tier-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.45), 0 0 25px var(--tc-glow);; }
.tier-card:hover .tier-icon { transform: scale(1.08) rotate(-4deg);; }
.tier-cta { display: block; text-align: center; text-decoration: none;
      padding: .75rem; border-radius: 8px; font-size: .78rem;
      font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      font-family: 'Exo 2', sans-serif; transition: all .25s;
      background: color-mix(in srgb, var(--tc) 15%, transparent);
      border: 1px solid color-mix(in srgb, var(--tc) 40%, transparent);
      color: var(--tc);; }
.tier-cta:hover { background: var(--tc);
      color: var(--navy);
      box-shadow: 0 4px 20px color-mix(in srgb, var(--tc) 35%, transparent);; }
.tier-divider { height: 1px; background: color-mix(in srgb, var(--tc) 20%, transparent); margin-bottom: 1.5rem;; }
.tier-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--tc-color); flex-shrink: 0; margin-top: .4rem; box-shadow: 0 0 5px var(--tc-color);; }
.tier-featured-badge { position: absolute; top: 1rem; right: 1rem;
      font-family: 'JetBrains Mono', monospace; font-size: .56rem;
      letter-spacing: .16em; text-transform: uppercase;
      background: color-mix(in srgb, var(--tc) 15%, transparent);
      border: 1px solid color-mix(in srgb, var(--tc) 35%, transparent);
      color: var(--tc); padding: .2rem .65rem; border-radius: 100px;; }
.tier-features { list-style: none; margin-bottom: 2rem;; }
.tier-features li { font-size: .78rem; color: var(--muted); padding: .5rem 0; display: flex; align-items: flex-start; gap: .6rem; border-top: 1px solid rgba(255,255,255,.03); line-height: 1.45;; }
.tier-features li:first-child { border-top: none;; }
.tier-icon { width: 48px; height: 48px; border-radius: 12px; margin-bottom: 1.4rem; background: var(--tc-glow); border: 1px solid rgba(255,255,255,.05); display: grid; place-items: center; flex-shrink: 0; transition: transform .3s;; }
.tier-icon svg { width: 22px; height: 22px; stroke: var(--tc-color); fill: none; stroke-width: 1.5;; }
.tier-name { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--white); margin-bottom: .4rem; letter-spacing: .02em;; }
.tier-price { font-family: 'JetBrains Mono', monospace; font-size: 1.25rem; font-weight: 500; color: var(--tc-color); margin-bottom: 1.8rem; letter-spacing: .04em;; }
.tier-price span { font-size: .7rem; color: var(--muted); display: block; margin-top: .15rem; letter-spacing: .1em; text-transform: uppercase;; }
.tiers-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; max-width: 1200px; margin: 0 auto;; }
.tiers-section { position: relative; z-index: 1; padding: 6rem 5%;; }
.time-duration { font-family: 'JetBrains Mono', monospace; font-size: .62rem; color: var(--gold); display: block; margin-top: .3rem; opacity: .6; text-transform: uppercase; letter-spacing: .06em;; }
.time-end { font-family: 'JetBrains Mono', monospace; font-size: .75rem; color: var(--muted); display: block; margin-top: .1rem;; }
.time-start { font-family: 'JetBrains Mono', monospace; font-size: .95rem; color: var(--white); font-weight: 600; line-height: 1.2; display: block;; }
.timeline { position: relative;
      padding-left: 0;; }
.timeline-spine { position: relative;
  padding-left: 140px;; }
.timeline-spine::before { content: ''; position: absolute;
  top: 0; bottom: 0; left: 140px; width: 1px;
  background: var(--border);; }
.timeline::before { content: '';
      position: absolute; left: 120px; top: 0; bottom: 0; width: 1px;
      background: linear-gradient(to bottom,
        transparent 0%,
        var(--border) 5%,
        var(--border) 95%,
        transparent 100%);; }
.urgency-card { background: linear-gradient(135deg, rgba(201,168,76,.08), rgba(11,32,72,.7));
      border: 1px solid rgba(201,168,76,.3); border-radius: 16px;
      padding: 3rem; position: relative; overflow: hidden;
      display: flex; flex-direction: column; justify-content: space-between;; }
.urgency-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), transparent, var(--teal)); border-radius: 0 0 16px 16px;; }
.urgency-card::before { content: ''; position: absolute; bottom: -60px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.08), transparent 70%); pointer-events: none;; }
.urgency-desc { font-size: .86rem; color: var(--muted); line-height: 1.8; margin-bottom: 2rem;; }
.urgency-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: .62rem; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .8rem;; }
.urgency-points { list-style: none; margin-bottom: 2rem;; }
.urgency-points li { display: flex; align-items: center; gap: .7rem; font-size: .82rem; color: var(--muted); padding: .45rem 0;; }
.urgency-points li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); flex-shrink: 0;; }
.urgency-title { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--white); margin-bottom: .8rem; line-height: 1.25;; }
.urgency-title span { color: var(--gold); font-style: italic;; }
.urgency-top { ;; }
.vm-bullet { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; margin-top: .45rem; background: var(--teal-lt); box-shadow: 0 0 5px var(--teal-lt);; }
.vm-card { border-radius: 14px; padding: 2.2rem; position: relative; overflow: hidden; transition: all .3s; background: linear-gradient(135deg, rgba(11,32,72,.65), rgba(7,20,40,.8)); border: 1px solid var(--border);; }
.vm-card-title { font-family: 'JetBrains Mono', monospace; font-size: .68rem; font-weight: 600; color: var(--gold); margin-bottom: 1.2rem; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: .6rem;; }
.vm-card-title::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 6px var(--gold);; }
.vm-card.mission { background: linear-gradient(135deg, rgba(13,122,110,.15), rgba(11,32,72,.6));
      border: 1px solid rgba(20,184,166,.25);; }
.vm-card.mission .vm-bullet { background: var(--teal-lt); box-shadow: 0 0 6px var(--teal-lt);; }
.vm-card.mission .vm-card-title { color: var(--teal-lt);; }
.vm-card.mission .vm-icon-wrap { background: rgba(13,122,110,.25); border: 1px solid rgba(20,184,166,.35);; }
.vm-card.mission .vm-icon-wrap svg { stroke: var(--teal-lt);; }
.vm-card.mission::before { background: linear-gradient(90deg, var(--teal), var(--teal-lt), var(--gold));; }
.vm-card.vision { background: linear-gradient(135deg, rgba(30,42,94,.25), rgba(11,32,72,.6));
      border: 1px solid rgba(123,143,212,.3);; }
.vm-card.vision .vm-bullet { background: #7b8fd4; box-shadow: 0 0 6px #7b8fd4;; }
.vm-card.vision .vm-card-title { color: #a8b8e8;; }
.vm-card.vision .vm-icon-wrap { background: rgba(30,42,94,.5); border: 1px solid rgba(123,143,212,.35);; }
.vm-card.vision .vm-icon-wrap svg { stroke: #7b8fd4;; }
.vm-card.vision::before { background: linear-gradient(90deg, #1e2a5e, #7b8fd4, var(--gold));; }
.vm-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 16px 16px 0 0; background: linear-gradient(90deg, var(--nfsu-red), var(--nfsu-gold));; }
.vm-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0,0,0,.25);; }
.vm-cards { display: flex; flex-direction: column; gap: 1.5rem;; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 4rem;; }
.vm-icon-wrap { width: 52px; height: 52px; border-radius: 12px; margin-bottom: 1.4rem;
      display: grid; place-items: center;; }
.vm-icon-wrap svg { width: 24px; height: 24px; fill: none; stroke-width: 1.5;; }
.vm-inner { max-width: 1160px; margin: 0 auto;; }
.vm-list { list-style: none;; }
.vm-list li { display: flex; align-items: flex-start; gap: .8rem; font-size: .83rem; color: var(--muted); padding: .45rem 0; border-bottom: 1px solid rgba(255,255,255,.04); line-height: 1.5;; }
.vm-list li:last-child { border-bottom: none;; }
.vm-section { position: relative; z-index: 1;
      padding: 6rem 5%;; }
.website-btn { display: inline-flex; align-items: center; gap: .7rem;
      background: linear-gradient(135deg, rgba(30,42,94,.6), rgba(11,32,72,.8));
      border: 1px solid rgba(123,143,212,.4); border-radius: 10px;
      padding: .9rem 1.8rem; text-decoration: none;
      transition: all .25s; margin-top: 2.5rem;; }
.website-btn svg { width: 18px; height: 18px; stroke: #7b8fd4; fill: none; stroke-width: 1.5; flex-shrink: 0;; }
.website-btn-label { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-family: 'JetBrains Mono', monospace; display: block; margin-bottom: .12rem;; }
.website-btn-value { font-size: .9rem; color: var(--white); font-weight: 500;; }
.website-btn:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.25);; }
.why-card { background: rgba(11,32,72,.4); border: 1px solid var(--border); border-radius: 10px; padding: 2rem; position: relative; overflow: hidden; transition: all .3s;; }
.why-card-glow { position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.06), transparent 70%); pointer-events: none;; }
.why-card-icon { width: 46px; height: 46px; border-radius: 11px; margin-bottom: 1.2rem; background: color-mix(in srgb, var(--wc) 12%, transparent); border: 1px solid color-mix(in srgb, var(--wc) 28%, transparent); display: grid; place-items: center; transition: transform .3s;; }
.why-card-icon svg { width: 21px; height: 21px; stroke: var(--wc); fill: none; stroke-width: 1.5;; }
.why-card-text { font-size: .85rem; color: var(--muted); line-height: 1.75;; }
.why-card-text strong { color: var(--white); display: block; font-size: .92rem; margin-bottom: .5rem; font-family: 'Cormorant Garamond', serif; font-weight: 600;; }
.why-card::after { content: ''; position: absolute; bottom: -40px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--wc) 8%, transparent), transparent 70%); pointer-events: none;; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--wc), transparent);; }
.why-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.3); box-shadow: 0 12px 36px rgba(0,0,0,.25);; }
.why-card:hover .why-card-icon { transform: scale(1.1) rotate(-5deg);; }
.why-card[data-w="1"] { --wc: var(--teal-lt);; }
.why-card[data-w="2"] { --wc: var(--gold);; }
.why-card[data-w="3"] { --wc: #a78bfa;; }
.why-card[data-w="4"] { --wc: #f97316;; }
.why-card[data-w="5"] { --wc: var(--teal-lt);; }
.why-desc { font-size: .82rem; color: var(--muted); line-height: 1.7;; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem;; }
.why-icon { width: 40px; height: 40px; border-radius: 9px; background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.25); display: grid; place-items: center; margin-bottom: 1.2rem;; }
.why-icon svg { width: 18px; height: 18px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.why-inner { max-width: 1100px; margin: 0 auto;; }
.why-item { text-align: center;; }
.why-item-desc { font-size: .75rem; color: var(--muted); line-height: 1.6;; }
.why-item-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(13,122,110,.2); border: 1px solid rgba(20,184,166,.25); display: grid; place-items: center; margin: 0 auto .9rem;; }
.why-item-icon svg { width: 20px; height: 20px; stroke: var(--teal-lt); fill: none; stroke-width: 1.5;; }
.why-item-title { font-size: .82rem; font-weight: 600; color: var(--white); margin-bottom: .3rem; letter-spacing: .04em;; }
.why-nfsu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem;; }
.why-nfsu-inner { max-width: 1160px; margin: 0 auto;; }
.why-nfsu-section { position: relative; z-index: 1;
      padding: 6rem 5%;; }
.why-section { position: relative; z-index: 1;
      background: linear-gradient(135deg, rgba(11,32,72,.6), rgba(7,20,40,.8));
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      padding: 5.5rem 5%;; }
.why-strip { position: relative; z-index: 1; background: linear-gradient(90deg, rgba(13,122,110,.12), rgba(201,168,76,.07), rgba(13,122,110,.12)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 3rem 5%;; }
.why-strip-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;; }
.why-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--white); margin-bottom: .6rem;; }
.wm-1 { top: 15%; left: -2%; transform: rotate(-8deg);; }
.wm-2 { top: 35%; right: -3%; transform: rotate(6deg);; }
.wm-3 { bottom: 22%; left: 5%; transform: rotate(-4deg);; }
.wm-4 { bottom: 10%; right: 2%; transform: rotate(5deg);; }

/* KEYFRAME ANIMATIONS */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rotateHUD {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes scrollPulse {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/* ============================================================
   RESPONSIVE / MOBILE FIXES
   Added because the site had almost no media queries — every
   multi-column grid was desktop-only, and the hamburger menu
   markup/JS already existed but its CSS states were never
   written (.nav-hamburger was hardcoded display:none with no
   override, and .nav-links.open / .nav-hamburger.open had no
   styles at all). Colors/fonts below reuse the existing custom
   properties (--navy, --gold, --gold-lt, --teal-lt, --white,
   --border, --muted) — no new palette introduced.
   ============================================================ */

/* ---- Mobile navigation menu ---- */
@media (max-width: 900px) {
  .nav-hamburger { display: flex; z-index: 101; }

  .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(4, 13, 26, .98);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height .3s ease, opacity .25s ease;
    z-index: 99;
  }
  .nav-links.open {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links a {
    padding: 1rem 6%;
    border-bottom: 1px solid rgba(201, 168, 76, .1);
    width: 100%;
  }
  .nav-links a::after { display: none; }

  .nav-cta { padding: .45rem 1rem; font-size: .72rem;; }

  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg);; }
  .nav-hamburger.open span:nth-child(2) { opacity: 0;; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);; }
}

/* ---- Collapse every multi-column grid to a single column below tablet width ---- */
@media (max-width: 900px) {
  .about-grid,
  .aims-grid,
  .contact-grid,
  .contact-grid > div,
  .conv-persons,
  .eligibility-grid,
  .form-row,
  .main-theme-inner,
  .nfsu-layout,
  .org-layout,
  .org-stats,
  .school-sub-stats,
  .seminar-layout,
  .sub-themes-grid,
  .theme-grid,
  .vm-grid,
  .benefits-grid,
  .event-band-inner,
  .matrix-grid,
  .why-strip-inner,
  .why-grid,
  .why-nfsu-grid {
    grid-template-columns: 1fr !important;
  }

  /* Fixed-width sidebar columns (420px / 380px) need to drop their fixed track too */
  .main-theme-inner,
  .seminar-layout {
    gap: 2.5rem;
  }

  /* 12-column spanning grid (attend.php audience cards) — let items stack full-width
     instead of trying to preserve span-7/span-5/etc proportions on a narrow screen */
  .audience-grid {
    grid-template-columns: 1fr !important;
  }
  .audience-grid > [class*="span-"] {
    grid-column: 1 / -1 !important;
  }

  /* .reveal-left/.reveal-right start their pre-animation state offset horizontally by
     28px (translateX) — on a narrow viewport that pushes the element past the edge and
     causes horizontal page overflow before the scroll-reveal animation ever fires.
     Fall back to the same vertical-only offset .reveal already uses; still fades/slides
     in on scroll, just without the sideways component that doesn't fit on small screens. */
  .reveal-left,
  .reveal-right {
    transform: translateY(28px);
  }
  .reveal-left.visible,
  .reveal-right.visible {
    transform: none;
  }
}

/* ---- Small-phone tightening ---- */
@media (max-width: 600px) {
  .page-hero { padding: 7rem 6% 3rem;; }
  .content-wrap { padding: 0 6%;; }
  .main-theme-card,
  .highlight-card,
  .event-meta-card { padding: 1.75rem;; }
  .hero-meta { gap: 1.25rem;; }
  .date-banner,
  .counter-strip { flex-wrap: wrap; row-gap: 1rem;; }
}

/* ---- Sponsor showcase — big card layout for logo + title ---- */
.sponsor-showcase-card {
  background: rgba(11,32,72,.45);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2.25rem 1.75rem;
  width: 100%;
  max-width: 320px;
  transform: scale(var(--tier-scale, 1));
  transition: box-shadow .3s, border-color .3s, transform .3s;
}
.sponsor-showcase-card:hover {
  border-color: var(--teal-lt);
  box-shadow: 0 20px 45px -15px rgba(0,0,0,.55);
  transform: scale(var(--tier-scale, 1)) translateY(-4px);
}
.sponsor-showcase-logo-box {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
}
.sponsor-showcase-title {
  color: var(--white);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.3;
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  .sponsor-showcase-logo-box { height: 120px; padding: 1rem;; }
  .sponsor-showcase-card { padding: 1.75rem 1.25rem;; }
}

