* { box-sizing: border-box; }

:root {
  --ink: #111827;
  --muted: #5f6778;
  --cream: #f4efe6;
  --paper: #fffaf2;
  --gold: #b68a3a;
  --navy: #0d172a;
  --line: rgba(17, 24, 39, 0.12);
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--ink);
}

.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 7vw;
  background: rgba(244, 239, 230, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.logo {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.04em;
}

nav { display: flex; gap: 24px; }

nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.hero {
  min-height: 100vh;
  padding: 150px 7vw 90px;
  background:
    radial-gradient(circle at 15% 20%, rgba(182, 138, 58, 0.28), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(13, 23, 42, 0.14), transparent 28%),
    linear-gradient(135deg, #f4efe6 0%, #eadcc5 100%);
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 440px;
  gap: 52px;
  align-items: center;
  width: 100%;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
}

h1 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(52px, 8vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.lead {
  max-width: 790px;
  margin: 32px 0;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.42;
  color: #3d4554;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.primary { background: var(--navy); color: #fff; }

.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255,255,255,0.45);
}

.asset-card {
  background: rgba(255, 250, 242, 0.78);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 30px 90px rgba(13, 23, 42, 0.14);
}

.label {
  display: block;
  font-size: 12px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.asset-card strong {
  display: block;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -0.07em;
  margin: 8px 0 10px;
}

.asset-card p { color: var(--muted); line-height: 1.55; }

.mini-stats { margin-top: 26px; display: grid; gap: 12px; }

.mini-stats div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(13, 23, 42, 0.05);
}

.mini-stats b { display: block; font-size: 18px; }
.mini-stats span { color: var(--muted); font-size: 14px; }

.section { padding: 100px 7vw; }

.section-heading { max-width: 860px; margin-bottom: 42px; }

.section-heading h2, .split h2, .acquire-box h2 {
  margin: 0;
  font-size: clamp(38px, 5.5vw, 72px);
  line-height: 0.97;
  letter-spacing: -0.07em;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(13, 23, 42, 0.06);
}

article h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -0.04em; }

article p, .text-block p, .acquire-box p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}

.dark { background: var(--navy); color: #fff; }
.dark .text-block p { color: #cbd5e1; }

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: start;
}

.narrow { text-align: center; margin-left: auto; margin-right: auto; }

.buyer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.buyer-grid span {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 18px 20px;
  text-align: center;
  font-weight: 800;
}

.acquisition {
  background:
    radial-gradient(circle at 80% 20%, rgba(182, 138, 58, 0.2), transparent 28%),
    #e9ddc8;
}

.acquire-box {
  max-width: 980px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(32px, 5vw, 62px);
  box-shadow: 0 34px 90px rgba(13, 23, 42, 0.12);
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.price-row strong {
  font-size: clamp(42px, 6vw, 76px);
  letter-spacing: -0.07em;
}

.note { font-size: 14px !important; }

footer {
  padding: 40px 7vw;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #080d18;
  color: #dbe4f0;
}

footer p { margin: 6px 0 0; color: #94a3b8; }

footer a {
  color: #f5d48b;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .hero-grid, .split, .cards, .buyer-grid { grid-template-columns: 1fr; }
  .asset-card { max-width: 560px; }
  .price-row, footer { flex-direction: column; align-items: flex-start; }
  nav { display: none; }
}
