:root {
  --bg: #f6f2ea;
  --surface: #ffffff;
  --ink: #13202c;
  --muted: #6f7781;
  --navy: #07131f;
  --navy-2: #0d2031;
  --gold: #c99a45;
  --gold-2: #e4c582;
  --line: rgba(19, 32, 44, .10);
  --shadow: 0 20px 55px rgba(7, 19, 31, .10);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.container-modern {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 30px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section-modern { padding: 100px 0; }
.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-title {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.16;
  letter-spacing: -.035em;
}
.section-desc {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.highlight { color: var(--gold); }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  background: rgba(7, 19, 31, .93);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}
.header-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 900;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(228, 197, 130, .65);
  border-radius: 12px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, .06);
  font-family: Georgia, serif;
  font-size: 17px;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 18px; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .18em; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}
.main-nav a {
  position: relative;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 650;
  transition: color .2s ease;
}
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a::after {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transition: width .2s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-cta {
  padding: 11px 17px;
  border: 1px solid rgba(228, 197, 130, .7);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  transition: .2s ease;
}
.header-cta:hover { color: var(--navy); background: var(--gold-2); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  transition: .2s ease;
}

/* Hero */
.hero-modern {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  transition: opacity .9s ease, transform 5s ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 78% 46%, rgba(201,154,69,.22), transparent 36%),
    linear-gradient(90deg, rgba(4,11,18,.96) 0%, rgba(4,11,18,.84) 38%, rgba(4,11,18,.56) 66%, rgba(4,11,18,.7) 100%);
}
.hero-slide-1 { background-image: url('../images/4.jpg'); }
.hero-slide-2 { background-image: url('../images/5.jpg'); }
.hero-slide-3 { background-image: url('../images/1.jpg'); }
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.hero-inner {
  position: relative;
  z-index: 4;
  min-height: 760px;
  padding-top: 118px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  align-items: center;
  gap: 70px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border: 1px solid rgba(228,197,130,.25);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(255,255,255,.045);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}
.hero-copy h1 {
  max-width: 820px;
  margin: 24px 0 20px;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.hero-copy h1 span { color: var(--gold-2); }
.hero-subtitle {
  min-height: 62px;
  max-width: 700px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 2vw, 21px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn-modern:hover { transform: translateY(-2px); }
.btn-gold { color: var(--navy); background: linear-gradient(135deg, #e4c582, #bf8733); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.btn-light { color: var(--navy); background: #fff; }

.hero-panel {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(8, 23, 36, .58);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}
.hero-panel::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  content: "";
  background: linear-gradient(135deg, rgba(228,197,130,.18), transparent 44%);
}
.panel-label { color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .18em; }
.panel-title { margin: 7px 0 24px; font-size: 22px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat {
  padding: 18px 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  text-align: center;
  background: rgba(255,255,255,.04);
}
.stat strong { display: block; color: var(--gold-2); font-size: 24px; line-height: 1.1; }
.stat span { display: block; margin-top: 7px; color: rgba(255,255,255,.58); font-size: 11px; }
.quick-contact {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.74);
  font-size: 13px;
}
.quick-contact span { color: #fff; font-weight: 750; }
.hero-dots { position: absolute; left: 0; bottom: 34px; z-index: 6; width: 100%; }
.hero-dot-row { display: flex; gap: 8px; }
.hero-dot {
  width: 32px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: rgba(255,255,255,.25);
  transition: width .3s ease, background .3s ease;
}
.hero-dot.active { width: 54px; background: var(--gold-2); }

/* Advantage */
.advantages-wrap {
  position: relative;
  margin-top: -38px;
  z-index: 10;
}
.advantage-shell {
  padding: 54px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 30px;
  background: rgba(255,255,255,.95);
  box-shadow: var(--shadow);
}
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.advantage-card {
  min-height: 186px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfaf7;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.advantage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,154,69,.38);
  box-shadow: 0 16px 38px rgba(13,32,49,.08);
}
.advantage-no { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.advantage-card h3 { margin: 12px 0 8px; font-size: 18px; }
.advantage-card p { margin: 0; color: var(--muted); font-size: 14px; }
.advantage-card b { color: #9a5e17; }

/* Funds */
.funds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
}
.visual-card {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.visual-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visual-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(7,19,31,.85));
}
.visual-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  color: #fff;
}
.visual-caption strong { font-size: 24px; }
.visual-caption span { color: rgba(255,255,255,.72); font-size: 12px; }
.funds-copy p { color: var(--muted); font-size: 16px; }
.funds-copy b { color: #9a5e17; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.metric {
  padding: 20px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
}
.metric strong { display: block; font-size: 22px; line-height: 1.15; }
.metric small { display: block; margin-top: 6px; color: var(--muted); }

/* Plans */
.plans-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.plans-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 15% 10%, rgba(201,154,69,.14), transparent 28%), radial-gradient(circle at 88% 88%, rgba(68,129,175,.12), transparent 30%);
}
.plans-section .section-heading { position: relative; z-index: 1; }
.plans-section .section-desc { color: rgba(255,255,255,.58); }
.plan-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.plan-card:hover { transform: translateY(-6px); border-color: rgba(228,197,130,.35); background: rgba(255,255,255,.065); }
.plan-card.featured { border-color: rgba(228,197,130,.45); background: linear-gradient(180deg, rgba(201,154,69,.13), rgba(255,255,255,.04)); }
.plan-badge { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: var(--gold-2); background: rgba(201,154,69,.11); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.plan-card h3 { margin: 20px 0 10px; font-size: 22px; }
.plan-number { margin: 0 0 18px; color: var(--gold-2); font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.plan-number small { margin-left: 4px; font-family: inherit; font-size: 20px; }
.plan-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.plan-card b { color: #fff; }
.plan-divider { height: 1px; margin: 24px 0; background: rgba(255,255,255,.08); }
.plan-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.55); font-size: 12px; }
.plan-foot a { color: var(--gold-2); font-weight: 800; }

/* Member */
.members-section { background: #f1ece2; }
.member-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 28px; }
.member-feature {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 28px;
  background: var(--navy);
}
.member-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .67; }
.member-feature::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 26%, rgba(7,19,31,.96)); }
.member-feature-copy { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: #fff; }
.member-feature-copy small { color: var(--gold-2); font-weight: 800; letter-spacing: .12em; }
.member-feature-copy h3 { margin: 8px 0 7px; font-size: 28px; }
.member-feature-copy p { margin: 0; color: rgba(255,255,255,.68); }
.member-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.member-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,19,31,.06);
}
.member-card img { width: 100%; height: auto; }
.member-card-caption { padding: 18px 20px 20px; }
.member-card-caption span { color: var(--muted); font-size: 12px; }
.member-card-caption strong { display: block; margin-top: 4px; font-size: 15px; }

/* History */
.history-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}
.history-tabs {
  display: flex;
  gap: 8px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.history-tab {
  flex: 0 0 auto;
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}
.history-tab.active { color: #fff; border-color: var(--navy); background: var(--navy); }
.history-stage {
  min-height: 630px;
  padding: 38px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f8f6f1, #fff);
}
.history-panel { display: none; width: 100%; }
.history-panel.active { display: block; animation: fadeUp .35s ease; }
.history-panel img { max-height: 610px; width: auto; margin: 0 auto; border-radius: 16px; box-shadow: 0 15px 40px rgba(7,19,31,.12); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Quote and contact */
.quote-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #091722, #122c3f);
}
.quote-section::before {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(228,197,130,.18);
  border-radius: 50%;
  content: "";
}
.quote-inner { position: relative; max-width: 920px; margin: 0 auto; text-align: center; }
.quote-mark { color: var(--gold-2); font-family: Georgia, serif; font-size: 72px; line-height: .7; }
.quote-inner h2 { margin: 20px 0; font-size: clamp(32px, 5vw, 52px); line-height: 1.2; }
.quote-inner p { margin: 0; color: rgba(255,255,255,.66); font-size: 16px; }

.contact-section { padding: 90px 0; background: #fff; }
.contact-shell {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 32px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fbfaf7;
}
.contact-intro h2 { margin: 0 0 12px; font-size: 36px; }
.contact-intro p { margin: 0; color: var(--muted); }
.contact-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.contact-item { padding: 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.contact-item small { display: block; color: var(--muted); }
.contact-item strong { display: block; margin-top: 3px; word-break: break-all; font-size: 13px; }
.line-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.line-link {
  min-height: 92px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: .2s ease;
}
.line-link:hover { transform: translateY(-3px); border-color: rgba(201,154,69,.4); box-shadow: 0 10px 26px rgba(7,19,31,.07); }
.line-link span { display: grid; }
.line-link small { color: var(--muted); }
.line-link strong { font-size: 16px; }
.line-arrow { color: var(--gold); font-size: 22px; }

/* Footer */
.site-footer { color: rgba(255,255,255,.62); background: #050d14; }
.footer-main { padding: 58px 0 34px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 44px; }
.footer-brand p { max-width: 480px; margin: 18px 0 0; font-size: 13px; }
.footer-col h4 { margin: 0 0 14px; color: #fff; font-size: 13px; }
.footer-col a { display: block; width: fit-content; margin: 7px 0; font-size: 13px; transition: color .2s ease; }
.footer-col a:hover { color: var(--gold-2); }
.partner-links { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; line-height: 2; }
.partner-links a { color: rgba(255,255,255,.75); }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

/* Floating actions */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 900;
  display: grid;
  gap: 9px;
}
.float-btn {
  min-width: 104px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  color: #fff;
  background: rgba(7,19,31,.92);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.float-btn.gold { color: var(--navy); background: var(--gold-2); border-color: var(--gold-2); }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section-modern { padding: 80px 0; }
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav.open {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: rgba(7,19,31,.98);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
  }
  .main-nav.open a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .main-nav.open a:last-child { border-bottom: 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 34px; min-height: 820px; }
  .hero-panel { max-width: 620px; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .funds-grid { grid-template-columns: 1fr; gap: 44px; }
  .visual-card { min-height: 430px; }
  .plan-grid { grid-template-columns: 1fr; }
  .member-layout { grid-template-columns: 1fr; }
  .member-feature { min-height: 400px; }
  .contact-shell { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container-modern { width: min(calc(100% - 28px), var(--container)); }
  .section-modern { padding: 68px 0; }
  .header-row { min-height: 70px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy small { display: none; }
  .main-nav.open { top: 70px; }
  .hero-modern, .hero-inner { min-height: 760px; }
  .hero-inner { padding-top: 106px; padding-bottom: 62px; }
  .hero-copy h1 { font-size: clamp(44px, 14vw, 64px); }
  .hero-subtitle { min-height: 86px; font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .btn-modern { padding: 0 14px; }
  .hero-panel { padding: 22px; border-radius: 20px; }
  .stat strong { font-size: 20px; }
  .hero-dots { bottom: 20px; }
  .advantages-wrap { margin-top: 0; }
  .advantage-shell { padding: 24px; border-radius: 0 0 24px 24px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: auto; }
  .funds-grid { gap: 30px; }
  .visual-card { min-height: 320px; border-radius: 22px; }
  .metric-row { grid-template-columns: 1fr; }
  .plan-card { padding: 26px; }
  .member-card-grid { grid-template-columns: 1fr; }
  .history-stage { min-height: 500px; padding: 22px 12px; }
  .history-panel img { max-height: 560px; }
  .contact-shell { padding: 26px; }
  .contact-list, .line-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: block; padding-bottom: 84px; }
  .floating-actions { display: none; }
  .mobile-bar {
    position: fixed;
    z-index: 950;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    background: rgba(7,19,31,.94);
    box-shadow: 0 15px 40px rgba(0,0,0,.24);
    backdrop-filter: blur(16px);
  }
  .mobile-bar a { min-height: 46px; display: grid; place-items: center; border-radius: 12px; color: #fff; font-size: 13px; font-weight: 850; }
  .mobile-bar .primary { color: var(--navy); background: var(--gold-2); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
