:root {
  --ink: #172033;
  --muted: #5f6978;
  --paper: #f8f5ee;
  --white: #ffffff;
  --navy: #15233d;
  --gold: #b88932;
  --gold-dark: #8e6825;
  --line: #ded8cb;
  --tint: #eee8dc;
  --shadow: 0 14px 38px rgba(21, 35, 61, .10);
  --radius: 16px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 1000; padding: .75rem; background: white; }
.utility-bar { background: #0d1729; color: #d6dceb; font-size: .82rem; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.utility-inner a { color: #e8c77e; }
.branding { display: flex; align-items: center; justify-content: space-between; padding-block: 1.15rem; }
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font: 800 .85rem/1 Georgia, serif; letter-spacing: .08em; box-shadow: inset 0 0 0 4px var(--paper), inset 0 0 0 5px var(--gold); }
.brand strong { display: block; color: var(--navy); font: 700 clamp(1.15rem, 2vw, 1.55rem)/1.15 Georgia, serif; }
.brand small { color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { background: var(--navy); color: white; }
.nav-inner { display: flex; align-items: center; gap: .1rem; overflow-x: auto; }
.primary-nav a { flex: 0 0 auto; padding: .9rem .72rem; color: #e9edf5; text-decoration: none; font-size: .88rem; border-bottom: 3px solid transparent; }
.primary-nav a:hover, .primary-nav a.active { color: white; border-color: var(--gold); background: rgba(255,255,255,.05); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; padding: .6rem .8rem; border-radius: 8px; }
.hero { padding: clamp(4rem, 8vw, 7rem) 0; color: white; background:
linear-gradient(105deg, rgba(13,23,41,.98), rgba(21,35,61,.88)),
radial-gradient(circle at 80% 40%, #b88932 0 1px, transparent 2px);
}
.hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.eyebrow { margin: 0 0 .5rem; color: var(--gold-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.hero .eyebrow { color: #e8c77e; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.18; }
.hero h1 { color: white; font-size: clamp(2.6rem, 6vw, 5.4rem); letter-spacing: -.035em; margin-bottom: 1.25rem; }
.hero-copy { max-width: 700px; color: #dce3ef; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-block; padding: .78rem 1.15rem; border-radius: 8px; text-decoration: none; font-weight: 750; }
.button.primary { background: var(--gold); color: #101828; }
.button.primary:hover { background: #cea44f; }
.button.secondary { border: 1px solid rgba(255,255,255,.5); color: white; }
.hero-card { padding: 2rem; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.coin-art { display: grid; place-items: center; width: 190px; aspect-ratio: 1; margin: 0 auto 1.5rem; border-radius: 50%; border: 4px double #d8b866; color: #d8b866; font: 700 .8rem Georgia, serif; letter-spacing: .22em; box-shadow: inset 0 0 0 12px rgba(216,184,102,.10), 0 10px 30px rgba(0,0,0,.2); }
.hero-card blockquote { margin: 0; color: #f4f0e8; font: italic 1.1rem/1.55 Georgia, serif; }
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section-tint { background: var(--tint); }
.section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: 2rem; }
.section-heading h2, .split h2, .trust-grid h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 0; }
.section-heading > p { max-width: 520px; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature-card { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; box-shadow: 0 4px 14px rgba(21,35,61,.04); transition: .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c7aa6c; }
.feature-card h3 { margin: 1rem 0 .5rem; font-size: 1.4rem; }
.feature-card p { color: var(--muted); }
.icon-circle { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font: 700 1.1rem Georgia, serif; }
.text-link { color: var(--gold-dark); font-weight: 800; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.check-list { padding: 0; list-style: none; margin: 1.5rem 0; }
.check-list li { padding: .5rem 0 .5rem 1.8rem; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 900; }
.news-panel { background: white; padding: 1.6rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.panel-heading { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.panel-heading h2 { font-size: 2rem; padding-bottom: 1rem; }
.panel-heading > a { color: var(--gold-dark); font-weight: 800; }
.news-item { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.news-item:last-child { border: 0; }
.news-item time, .status-label { color: var(--gold-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.news-item h3 { margin: .35rem 0; }
.news-item h3 a { text-decoration: none; }
.news-item p { margin: 0; color: var(--muted); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
.principle { padding-left: 1.5rem; border-left: 3px solid var(--gold); }
.principle strong { display: block; color: var(--navy); font-size: 1.1rem; }
.principle p { color: var(--muted); }
.page-hero { padding: 3.5rem 0; background: var(--navy); color: white; }
.page-hero h1 { color: white; font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: .7rem; }
.page-hero p { max-width: 760px; color: #dce3ef; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 3rem; }
.content-card, .resource-card { padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.content-card + .content-card { margin-top: 1rem; }
.resource-list { display: grid; gap: 1rem; }
.resource-card a { color: var(--gold-dark); font-weight: 800; }
.note { padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: #fff8e8; }
.site-footer { background: #0d1729; color: #cbd3df; padding-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.site-footer h2 { color: white; font-size: 1rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1rem 0; border-top: 1px solid #2b374c; font-size: .85rem; }
@media (max-width: 900px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .split, .trust-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 520px; }
  .menu-toggle { display: inline-block; }
  .primary-nav { display: none; }
  .primary-nav.open { display: block; }
  .nav-inner { display: grid; overflow: visible; padding-block: .5rem; }
  .primary-nav a { padding: .65rem; }
}
@media (max-width: 600px) {
  .utility-inner span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .brand small { display: none; }
  .card-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .hero { padding-top: 3rem; }
  .coin-art { width: 145px; }
}
