:root {
  --ink: #17130f;
  --ink-soft: #231c16;
  --paper: #f6efe4;
  --paper-deep: #eadcc8;
  --gold: #c9a961;
  --gold-deep: #8b6914;
  --jade: #607b68;
  --oxide: #8f4e38;
  --muted: rgba(246, 239, 228, 0.68);
  --line: rgba(201, 169, 97, 0.24);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--ink);
  color: var(--paper);
}

body {
  font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

.ff-en { font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif; }
.ff-display { font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif; }

.page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(96, 123, 104, 0.16) 0%, transparent 22%),
    linear-gradient(180deg, #211a14 0%, #120f0c 100%);
  overflow: hidden;
}

.grain::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0.13;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.52 0'/></filter><rect width='240' height='240' filter='url(%23n)'/></svg>");
}

.frame {
  position: fixed;
  inset: 24px;
  border: 1px solid var(--line);
  pointer-events: none;
  z-index: 5;
}

.header {
  position: relative;
  z-index: 6;
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: var(--gold);
  letter-spacing: 0.22em;
  font-size: 22px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 28px;
  color: rgba(246, 239, 228, 0.74);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav a {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(201, 169, 97, 0.34);
}

.hero {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 28px 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 66px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(42px, 6.4vw, 82px);
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.lead {
  max-width: 660px;
  margin: 32px 0 0;
  color: rgba(246, 239, 228, 0.76);
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 300;
}

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

.proof-item {
  min-height: 112px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.proof-item strong {
  display: block;
  color: var(--gold);
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.proof-item span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.hero-media {
  position: relative;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  background: var(--ink-soft);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(18, 15, 12, 0.72) 100%);
  pointer-events: none;
}

.media-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: rgba(246, 239, 228, 0.84);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.14em;
}

.band {
  position: relative;
  z-index: 1;
  padding: 86px 28px;
}

.band.light {
  background:
    linear-gradient(180deg, rgba(96, 123, 104, 0.12), transparent 40%),
    linear-gradient(180deg, #f7f0e5 0%, #eadcc8 100%);
  color: #261f18;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.light .section-kicker { color: var(--gold-deep); }

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.34;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.section-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.light .section-lead { color: rgba(38, 31, 24, 0.7); }

.grid-2,
.grid-3 {
  display: grid;
  gap: 22px;
}

.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.fact,
.step,
.answer,
.link-block {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.light .fact,
.light .step,
.light .answer,
.light .link-block {
  border-top-color: rgba(139, 105, 20, 0.28);
}

.fact h3,
.step h3,
.answer h3,
.link-block h3 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.light .fact h3,
.light .step h3,
.light .answer h3,
.light .link-block h3 {
  color: var(--gold-deep);
}

.fact p,
.step p,
.answer p,
.link-block p,
.list {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.light .fact p,
.light .step p,
.light .answer p,
.light .link-block p,
.light .list {
  color: rgba(38, 31, 24, 0.72);
}

.list {
  padding-left: 1.2em;
}

.list li + li { margin-top: 10px; }

.flow {
  margin-top: 46px;
  counter-reset: step;
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.step + .step { margin-top: 24px; }

.step::before {
  content: counter(step, decimal-leading-zero);
  color: var(--jade);
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.quote-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
  color: var(--paper);
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(201, 169, 97, 0.58);
  padding: 13px 22px;
  color: var(--paper);
  background: rgba(201, 169, 97, 0.08);
  font-size: 13px;
  letter-spacing: 0.12em;
  transition: background 0.25s ease, color 0.25s ease;
}

.button:hover {
  background: var(--gold);
  color: #17130f;
}

.light .button {
  color: #261f18;
  background: rgba(139, 105, 20, 0.08);
}

.footer {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 28px 52px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: rgba(246, 239, 228, 0.54);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .frame { inset: 12px; }
  .header {
    padding-top: 28px;
    align-items: flex-start;
  }
  .brand { font-size: 18px; }
  .nav {
    max-width: 210px;
    gap: 12px 16px;
    font-size: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
    gap: 42px;
  }
  .hero-proof,
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .hero-media {
    max-width: 420px;
    width: 100%;
  }
  .band { padding: 66px 28px; }
  .step {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer {
    flex-direction: column;
    padding-bottom: 38px;
  }
}
