﻿:root {
  color-scheme: dark;
  --bg: #0c0b10;
  --panel: #17131f;
  --panel-soft: #21182c;
  --text: #f7f1ea;
  --muted: #c7b8a8;
  --gold: #d9ad63;
  --rose: #c77b72;
  --line: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(151,84,108,.25), transparent 34rem), var(--bg);
  color: var(--text);
}
a { color: inherit; }
.hero {
  min-height: 86vh;
  padding: 24px clamp(18px, 5vw, 76px) 54px;
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 58px;
}
.brand {
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}
.nav div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.nav div a {
  color: var(--muted);
  text-decoration: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}
.eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: .95;
  letter-spacing: 0;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.hero-actions a, .product-meta a, .wide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 4px;
  background: var(--gold);
  color: #19110b;
  font-weight: 800;
  text-decoration: none;
}
.hero-actions .secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}
.hero-art {
  padding: clamp(16px, 3vw, 28px);
  background: linear-gradient(145deg, #2a2132, #111017);
  border: 1px solid var(--line);
  box-shadow: 0 34px 80px rgba(0,0,0,.45);
}
.hero-art img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #100d12;
}
.intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin: 0 clamp(18px, 5vw, 76px);
  transform: translateY(-28px);
  border: 1px solid var(--line);
}
.intro div {
  background: #120f17;
  padding: 22px;
}
.intro span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.section, .custom-section {
  padding: 64px clamp(18px, 5vw, 76px);
}
.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}
.section-head h2, .custom-copy h2 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  margin-bottom: 14px;
}
.section-head p:not(.eyebrow), .custom-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.product-card {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.product-image {
  display: block;
  padding: 18px;
  background: linear-gradient(160deg, rgba(217,173,99,.18), rgba(199,123,114,.08));
}
.product-image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  background: #0f0d12;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
}
.product-body {
  padding: 20px;
}
.product-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-body h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.product-body p:not(.product-kicker) {
  color: var(--muted);
  line-height: 1.55;
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}
.product-meta strong {
  font-size: 22px;
}
.product-meta a {
  min-height: 38px;
  padding: 0 14px;
  font-size: 14px;
}
.custom-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 620px);
  gap: 30px;
  align-items: start;
  background: linear-gradient(120deg, rgba(217,173,99,.12), rgba(199,123,114,.08));
  border-block: 1px solid var(--line);
}
.format-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.format-grid article, .policy-grid article {
  background: rgba(14,12,18,.78);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px;
}
.format-grid span {
  color: var(--gold);
  font-weight: 800;
}
.format-grid strong {
  display: block;
  margin: 8px 0;
  font-size: 32px;
}
.format-grid p, .policy-grid p {
  color: var(--muted);
  line-height: 1.55;
}
.wide-button {
  grid-column: 2;
  margin-top: 6px;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
footer a { color: var(--gold); }

@media (max-width: 820px) {
  .nav, footer { align-items: flex-start; flex-direction: column; }
  .hero-grid, .custom-section, .intro, .policy-grid { grid-template-columns: 1fr; }
  .wide-button { grid-column: auto; }
  .format-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
}
