:root {
  color-scheme: dark;
  --ink: #f6ead1;
  --muted: #c9af86;
  --dim: #8c775b;
  --red: #4a0f18;
  --red-deep: #17070a;
  --gold: #d6b46a;
  --gold-soft: #f1d99a;
  --green: #0f5f4a;
  --panel: rgba(28, 13, 12, 0.76);
  --line: rgba(214, 180, 106, 0.28);
  --shadow: rgba(0, 0, 0, 0.42);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background:
    radial-gradient(circle at 16% 18%, rgba(214, 180, 106, 0.20), transparent 32rem),
    radial-gradient(circle at 86% 8%, rgba(15, 95, 74, 0.28), transparent 34rem),
    linear-gradient(135deg, #120507 0%, #27090e 42%, #080605 100%);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
}

a {
  color: var(--gold-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.site-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
}

.brand span {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover,
.nav a:focus {
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(690px, calc(100vh - 40px));
  align-items: end;
  padding: clamp(72px, 10vw, 126px) 0 clamp(48px, 8vw, 86px);
}

.hero::before {
  position: absolute;
  inset: 20px -28px 14px;
  z-index: -1;
  content: "";
  border: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(74, 15, 24, 0.82), rgba(8, 6, 5, 0.18) 46%, rgba(15, 95, 74, 0.44)),
    repeating-linear-gradient(90deg, rgba(246, 234, 209, 0.045) 0 1px, transparent 1px 18px);
  box-shadow: 0 34px 90px var(--shadow);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.04rem, 2vw, 1.26rem);
  line-height: 1.72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--red-deep);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.button.secondary {
  color: var(--ink);
  background: rgba(246, 234, 209, 0.06);
}

.section {
  padding: clamp(48px, 8vw, 86px) 0;
}

.section h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.section p,
.section li {
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.72;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.tile {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.tile h3 {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 1.24rem;
}

.policy {
  max-width: 900px;
  padding: clamp(34px, 6vw, 68px) 0 80px;
}

.policy h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 7vw, 5.7rem);
}

.policy h2 {
  margin: 44px 0 12px;
  color: var(--gold-soft);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.policy h3 {
  margin: 30px 0 10px;
  color: var(--ink);
}

.policy p,
.policy li {
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.78;
}

.policy-card {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(28, 13, 12, 0.78);
}

.fineprint {
  color: var(--dim);
  font-size: 0.9rem;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
}

@media (max-width: 760px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero::before {
    inset: 12px -18px;
  }

  .grid {
    grid-template-columns: 1fr;
  }
}
