
:root {
  --navy: #0a1624;
  --gold: #c4a46a;
  --sand: #efe6d6;
  --ink: #14110e;
  --muted: #6b645a;
  --paper: #f7f1e6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.6 Outfit, system-ui, sans-serif;
}
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.top {
  position: sticky; top: 0; z-index: 20;
  background: rgba(10,22,36,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(196,164,106,.35);
  color: #fff;
}
.bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; }
.mark {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .28em;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
nav { display: flex; gap: 22px; }
nav a { color: #d7d0c4; text-decoration: none; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover { color: var(--gold); }
.pulse {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  border: 1px solid #5c6570; color: #8b93a0; padding: 5px 9px;
}
.pulse.on { border-color: var(--gold); color: var(--gold); }
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,22,36,.15) 0%, rgba(10,22,36,.72) 100%); }
.hero-copy { position: relative; padding: 0 0 72px; }
.ar { font-family: "Cormorant Garamond", serif; font-size: 22px; color: var(--gold); margin: 0 0 8px; direction: rtl; }
.kicker { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 10px; }
.kicker.dark { color: #9a7c3d; }
h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(48px, 8vw, 92px);
  line-height: .95;
  margin: 0 0 18px;
}
.lede { max-width: 34em; color: #e4ddd0; font-weight: 300; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-block; padding: 14px 20px; text-decoration: none; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.btn.gold { background: var(--gold); color: var(--navy); }
.btn.ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.ticker { background: var(--navy); color: var(--gold); overflow: hidden; border-top: 1px solid rgba(196,164,106,.25); border-bottom: 1px solid rgba(196,164,106,.25); }
.ticker-track { display: flex; gap: 48px; padding: 14px 0; width: max-content; animation: slide 28s linear infinite; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; }
.ticker-track span { white-space: nowrap; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.block { padding: 88px 0; }
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  margin: 0 0 18px;
}
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.split img { width: 100%; height: 520px; object-fit: cover; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 10px; letter-spacing: .06em; }
.band { background: var(--navy); color: var(--gold); padding: 56px 0; }
.band-line { font-family: "Cormorant Garamond", serif; font-size: clamp(24px, 3vw, 36px); line-height: 1.25; margin: 0; max-width: 18em; font-style: italic; }
.tri { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 28px; }
.tri article { background: #fff; padding: 28px 24px; border: 1px solid #e2d6c2; }
.tri h3 { font-family: "Cormorant Garamond", serif; font-size: 28px; margin: 0 0 8px; }
.still { position: relative; min-height: 70vh; }
.still img { width: 100%; height: 70vh; object-fit: cover; display: block; }
.still-copy { position: absolute; bottom: 36px; left: 0; right: 0; color: #fff; font-family: "Cormorant Garamond", serif; font-size: 28px; font-style: italic; }
.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 #e2d6c2; padding: 22px; font-family: "Cormorant Garamond", serif; font-size: 22px; counter-increment: d; }
.doctrine li::before { content: counter(d, decimal-leading-zero); display: block; font-family: Outfit, sans-serif; font-size: 11px; letter-spacing: .14em; color: #9a7c3d; margin-bottom: 8px; }
.fine { color: var(--muted); font-size: 14px; }
.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 #e2d6c2; }
.card span { font-size: 11px; letter-spacing: .16em; color: #9a7c3d; }
.card strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 500; margin: 10px 0 8px; }
.card em { font-style: normal; color: var(--muted); }
.close { background: var(--navy); color: #efe6d6; }
.close h2, .close .kicker.dark { color: var(--gold); }
.slim { max-width: 640px; }
.mail a { color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 28px; }
footer { background: #070e16; color: #8b8378; font-size: 12px; }
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: 320px; }
  .hero { min-height: 86vh; }
}
