:root {
  --bg: #12110f;
  --bg-elev: #1c1a17;
  --bg-card: #231f1a;
  --line: rgba(212, 160, 84, 0.22);
  --gold: #d4a054;
  --gold-soft: #f0d08a;
  --cream: #f4ede4;
  --mute: #9a9388;
  --mint: #7dcfb6;
  --miss: #e07a5f;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  line-height: 1.55;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(212, 160, 84, 0.12), transparent 60%);
  z-index: 0;
}
a { color: var(--gold-soft); text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; display: block; }

.wrap {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 18px;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-weight: 650;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
}
.brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}
.nav-links a { color: var(--mute); }
.nav-links a:hover, .nav-links a.active { color: var(--cream); }
.lang {
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--cream);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 36px 0 72px;
}
.kicker {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 650;
  margin: 0 0 14px;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 650; letter-spacing: -0.02em; }
h1 {
  font-size: clamp(40px, 6vw, 68px);
  line-height: 0.98;
  margin: 0 0 18px;
}
.lede {
  font-size: 18px;
  color: var(--mute);
  max-width: 38em;
  margin: 0 0 28px;
}
.hero-art {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 360px;
  background: #000 center/cover no-repeat;
}
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 650;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
}
.btn-gold { background: var(--gold); color: var(--bg); }
.btn-gold:hover { color: var(--bg); filter: brightness(1.05); }
.btn-ghost { background: var(--bg-elev); color: var(--cream); border-color: var(--line); }
.btn-ghost:hover { color: var(--cream); border-color: var(--gold); }

.section { padding: 24px 0 72px; }
.section h2 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 12px; }
.sub { color: var(--mute); max-width: 42em; margin: 0 0 28px; }

.grid-3, .grid-2 {
  display: grid;
  gap: 16px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}
.card h3 { margin: 0 0 8px; font-size: 22px; }
.card p { margin: 0; color: var(--mute); }

.quote {
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 18px;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
  margin: 8px 0 0;
}

.legal, .prose {
  max-width: 720px;
  padding-bottom: 80px;
}
.prose h1 { font-size: 42px; margin: 12px 0 8px; }
.prose h2 { font-size: 24px; margin: 32px 0 10px; }
.prose p, .prose li { color: var(--mute); }
.prose li { margin: 6px 0; }
.updated { color: var(--gold); font-size: 13px; }

form {
  display: grid;
  gap: 12px;
  max-width: 560px;
}
label { font-size: 13px; color: var(--mute); }
input, select, textarea {
  width: 100%;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  color: var(--cream);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
}
textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.email-card {
  display: inline-flex;
  align-items: center;
  font-family: var(--serif);
  font-size: clamp(22px, 4vw, 32px);
  color: var(--gold-soft);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 22px;
  margin: 8px 0 18px;
}
.email-card:hover { color: var(--gold); }
.note { color: var(--mute); font-size: 13px; }
.ok { color: var(--mint); }
.err { color: var(--miss); }
.turnstile { margin: 4px 0; }

footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  color: var(--mute);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
footer a { color: var(--mute); }
footer a:hover { color: var(--gold-soft); }

@media (max-width: 800px) {
  .hero, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .hero { padding-top: 16px; }
  .nav-links { gap: 12px; font-size: 13px; }
}
