
:root {
  --navy: #071018;
  --gold: #d4b36a;
  --sand: #f3ead8;
  --ink: #12161c;
  --muted: #5c6570;
  --paper: #fbf7ef;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 500 18px/1.6 Manrope, system-ui, sans-serif;
}
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.top {
  position: sticky; top: 0; z-index: 30;
  background: rgba(7,16,24,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212,179,106,.4);
  color: #fff;
}
.bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.mark {
  display: flex; align-items: center; gap: 10px;
  color: #fff; text-decoration: none;
  font-weight: 700; letter-spacing: .22em; font-size: 13px;
}
nav { display: flex; gap: 22px; }
nav a { color: #f0e6d2; text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
nav a:hover { color: var(--gold); }
.pulse { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; border: 1px solid #7a8794; color: #c5ccd4; padding: 6px 10px; }
.pulse.on { border-color: var(--gold); color: var(--gold); }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-veil { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(7,16,24,.72) 0%, rgba(7,16,24,.28) 48%, rgba(7,16,24,.12) 100%); }
.hero-grid { position: relative; width: 100%; }
.hero-card {
  max-width: 640px;
  background: rgba(7,16,24,.55);
  border: 1px solid rgba(212,179,106,.35);
  backdrop-filter: blur(10px);
  padding: 36px 36px 32px;
}
.ar { font-family: Fraunces, Georgia, serif; font-size: 26px; color: var(--gold); margin: 0 0 8px; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 0 0 12px; }
.kicker.dark { color: #9a7530; }
h1 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #fff;
}
.lede { margin: 0; color: #f4efe4; font-size: 19px; font-weight: 500; line-height: 1.55; max-width: 34em; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn { display: inline-block; padding: 14px 18px; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.btn.gold { background: var(--gold); color: #071018; }
.btn.ghost { border: 1px solid #fff; color: #fff; }

.ticker { background: #071018; color: var(--gold); overflow: hidden; }
.ticker-track { display: flex; gap: 40px; padding: 16px 0; width: max-content; animation: slide 26s linear infinite; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.ticker-track span { white-space: nowrap; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.block { padding: 84px 0; }
h2 { font-family: Fraunces, Georgia, serif; font-weight: 600; font-size: clamp(32px, 4vw, 46px); line-height: 1.15; margin: 0 0 16px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.split img { width: 100%; height: 480px; object-fit: cover; }
figcaption { font-size: 14px; color: var(--muted); margin-top: 10px; }

.band { background: #071018; color: var(--gold); padding: 52px 0; }
.band-line { font-family: Fraunces, Georgia, serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.25; margin: 0; max-width: 18em; }

.tri { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-top: 24px; }
.tri article { background: #fff; padding: 26px 22px; border: 1px solid #eadfcb; }
.tri h3 { font-family: Fraunces, Georgia, serif; font-size: 28px; margin: 0 0 8px; }

.still { position: relative; }
.still img { width: 100%; height: 68vh; object-fit: cover; display: block; }
.still-copy { position: absolute; bottom: 32px; left: 0; right: 0; color: #fff; font-family: Fraunces, Georgia, serif; font-size: 30px; }

.doctrine { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; padding: 0; counter-reset: d; }
.doctrine li { background: #fff; border: 1px solid #eadfcb; padding: 20px; font-family: Fraunces, Georgia, serif; font-size: 22px; counter-increment: d; }
.doctrine li::before { content: counter(d, decimal-leading-zero); display: block; font-family: Manrope, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; color: #9a7530; margin-bottom: 8px; }
.fine { color: var(--muted); font-size: 15px; }

.sand { background: var(--sand); }
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.card { display: block; background: #fff; padding: 28px; text-decoration: none; color: inherit; border: 1px solid #eadfcb; }
.card span { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: #9a7530; }
.card strong { display: block; font-family: Fraunces, Georgia, serif; font-size: 28px; font-weight: 600; margin: 10px 0 8px; }
.card em { font-style: normal; color: var(--muted); }

.close { background: #071018; color: #f3ead8; }
.close h2, .close .kicker { color: var(--gold); }
.slim { max-width: 640px; }
.mail a { color: var(--gold); font-family: Fraunces, Georgia, serif; font-size: 30px; }

footer { background: #050b11; color: #b7b1a6; font-size: 13px; }
footer .bar { min-height: 56px; }

@media (max-width: 860px) {
  nav { display: none; }
  .split, .tri, .cards, .doctrine { grid-template-columns: 1fr; }
  .split img, .still img { height: 280px; }
  .hero-card { padding: 24px; }
  h1 { font-size: 42px; }
}
