:root {
  color-scheme: dark;
  --ink: #09080d;
  --ink-soft: #100d12;
  --paper: #ede8e3;
  --muted: rgba(237, 232, 227, 0.66);
  --faint: rgba(237, 232, 227, 0.42);
  --rose: #d5a297;
  --copper: #b9785f;
  --line: rgba(237, 232, 227, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 12%, rgba(143, 79, 69, 0.18), transparent 34rem),
    radial-gradient(circle at 8% 65%, rgba(68, 54, 70, 0.18), transparent 30rem),
    var(--ink);
  color: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.65;
}

a { color: inherit; }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
}

.wordmark {
  color: var(--paper);
  font: 400 23px/1 "DM Serif Display", Georgia, serif;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.wordmark span { color: var(--rose); }

.site-nav nav { display: flex; gap: 24px; }

.site-nav nav a,
.text-link {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav nav a:hover,
.text-link:hover { color: var(--paper); }

.hero,
.page-section,
.site-footer {
  width: min(1040px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  display: grid;
  align-items: end;
  min-height: 72vh;
  padding: 9vh 0 12vh;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1, h2, blockquote {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(52px, 8.2vw, 108px);
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.hero .lead {
  max-width: 660px;
  margin: 40px 0 0;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.55;
}

.page-section {
  padding: 110px 0;
  border-top: 1px solid var(--line);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 9vw, 130px);
}

.section-label {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-copy h2 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.section-copy p,
.section-copy li {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
}

.section-copy strong { color: var(--paper); font-weight: 400; }

.what-if {
  margin: 0;
  padding: 12vh 0;
  color: var(--paper);
  font-size: clamp(40px, 7vw, 88px);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.what-if em { color: var(--rose); font-weight: 400; }

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 44px;
  border: 1px solid var(--line);
  background: var(--line);
}

.fact {
  min-height: 150px;
  padding: 28px;
  background: rgba(9, 8, 13, 0.9);
}

.fact dt {
  margin-bottom: 14px;
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fact dd { margin: 0; color: var(--paper); font-size: 17px; }

.asset-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.asset-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--line);
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.asset-card span {
  width: fit-content;
  padding: 7px 10px;
  background: rgba(9, 8, 13, 0.82);
  color: var(--paper);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.asset-card.share { background-image: linear-gradient(0deg, rgba(9,8,13,.4), transparent), url('/opengraph.jpg'); }
.asset-card.vale { background-image: linear-gradient(0deg, rgba(9,8,13,.45), transparent), url('/images/vale-portrait.png'); }
.asset-card.mark { background: radial-gradient(circle, rgba(213,162,151,.18), transparent 60%), #0c0a0f; }

.cta {
  display: inline-flex;
  align-items: center;
  margin-top: 32px;
  padding: 14px 22px;
  border: 1px solid rgba(213, 162, 151, 0.5);
  border-radius: 999px;
  color: var(--paper);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s, border-color .2s;
}

.cta:hover { background: rgba(213, 162, 151, 0.1); border-color: var(--rose); }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0 54px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--paper); }

@media (max-width: 720px) {
  .site-nav,
  .hero,
  .page-section,
  .site-footer { width: min(100% - 36px, 1040px); }
  .site-nav { padding: 22px 0; }
  .site-nav nav { gap: 14px; }
  .site-nav nav a { font-size: 10px; }
  .hero { min-height: 68vh; padding: 7vh 0 10vh; }
  .section-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-section { padding: 78px 0; }
  .fact-grid, .asset-list { grid-template-columns: 1fr; }
  .asset-card { min-height: 260px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
