:root {
  --ink: #22312a;
  --ink-soft: #4d5d50;
  --cream: #fffdf5;
  --paper: #f6efe3;
  --parchment: #ead9b9;
  --copper: #b66a35;
  --copper-dark: #7c3f1d;
  --gold: #c8942e;
  --green: #22312a;
  --sage: #edf0ea;
  --shadow: 0 20px 55px rgba(34, 49, 42, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Nunito, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-note {
  background: var(--green);
  color: #fff8e9;
  text-align: center;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}
.header {
  background: rgba(246,239,227,.95);
  border-bottom: 1px solid rgba(34,49,42,.12);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--copper-dark);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(22px, 2.7vw, 34px);
  font-weight: 800;
  line-height: 1.05;
}
.brand small {
  display: block;
  margin-top: 4px;
  color: var(--copper);
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 4px double var(--gold);
  color: var(--gold);
  background: #fff8e9;
  font-family: Rye, Fraunces, serif;
  font-size: 21px;
  box-shadow: inset 0 0 0 4px rgba(200,148,46,.12);
}
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  color: var(--ink);
}
.nav-links a:hover { color: var(--copper); }
.nav-cta {
  background: var(--copper);
  color: white !important;
  padding: 10px 14px;
  border-radius: 999px;
}
.menu-button { display: none; }

.hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(200,148,46,.28), transparent 22%),
    linear-gradient(135deg, var(--cream) 0 57%, #e8d1a7 57% 100%);
  border-bottom: 1px solid rgba(34,49,42,.14);
}
.hero-grid {
  min-height: 625px;
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  align-items: center;
  gap: 40px;
  padding: 56px 0 66px;
}
.eyebrow {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(44px, 6vw, 74px);
  max-width: 820px;
  color: var(--ink);
}
.lead {
  margin: 22px 0 0;
  max-width: 670px;
  font-size: 21px;
  color: var(--ink-soft);
}
.hero-actions, .trust-row { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-actions { margin-top: 30px; }
.button {
  border: 0;
  border-radius: 999px;
  padding: 14px 19px;
  text-decoration: none;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: var(--copper);
  color: white;
  box-shadow: 0 10px 24px rgba(124,63,29,.22);
}
.button.primary:hover { background: var(--copper-dark); }
.button.secondary {
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--copper);
}
.full { width: 100%; }
.trust-row { margin-top: 24px; }
.trust-row span {
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(182,106,53,.25);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 900;
}
.feature-window {
  background: var(--green);
  color: #fff8e9;
  border-radius: 34px;
  padding: 24px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.feature-window:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,248,233,.18);
  border-radius: 26px;
  pointer-events: none;
}
.coin-illustration, .morgan-window {
  min-height: 330px;
  border-radius: 26px;
  background: linear-gradient(145deg, #42524a, #16231f);
  position: relative;
  overflow: hidden;
}
.morgan-window {
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.18), transparent 36%),
    linear-gradient(145deg, #344840, #16231f);
}
.morgan-window img {
  width: min(100%, 365px);
  display: block;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.28));
}
.coin {
  position: absolute;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Fraunces, Georgia, serif;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(0,0,0,.24), inset 0 0 0 8px rgba(255,255,255,.16);
}
.coin-gold {
  width: 158px; height: 158px; left: 38px; top: 48px;
  background: radial-gradient(circle, #f5dc82, #c8942e 68%, #8a5c16);
  color: #6b4309; font-size: 58px;
}
.coin-silver {
  width: 196px; height: 196px; right: 34px; top: 74px;
  background: radial-gradient(circle, #ffffff, #cfd2ce 62%, #818a86);
  color: #56605c; font-size: 56px;
}
.coin-bronze {
  width: 132px; height: 132px; left: 145px; bottom: 36px;
  background: radial-gradient(circle, #d89a56, #9b5728 72%, #653218);
  color: #fff0d0; font-size: 30px;
}
.feature-caption { position: relative; padding: 22px 4px 4px; }
.label {
  color: var(--gold);
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.feature-caption h2 { font-family: Fraunces, Georgia, serif; font-size: 30px; }
.feature-caption p:last-child { color: #e7dcc4; margin-bottom: 0; }

.market-band { background: var(--green); color: #fff8e9; padding: 58px 0; }
.market-band .eyebrow { color: #dfb252; }
.section-heading { margin-bottom: 26px; }
.section-heading h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  max-width: 850px;
}
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.centered { text-align: center; }
.centered h2 { margin: 0 auto; }
.market-status {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  color: #fff2d5;
  white-space: nowrap;
}
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.price-card {
  background: linear-gradient(180deg, rgba(255,250,240,.98), rgba(248,236,209,.98));
  color: var(--ink);
  border-radius: var(--radius);
  padding: 26px 90px 26px 26px;
  box-shadow: 0 22px 58px rgba(36,22,12,.22);
  border: 1px solid rgba(95,47,23,.14);
  position: relative;
  min-height: 202px;
  overflow: hidden;
}
.price-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(223,178,82,.9), rgba(155,85,43,.9));
}
.price-card p { margin: 0 0 8px; color: var(--ink-soft); font-weight: 900; letter-spacing: .02em; text-transform: uppercase; font-size: 12px; }
.price-card strong { display: block; font-size: clamp(32px, 3vw, 43px); line-height: .98; color: var(--copper); letter-spacing: -.045em; white-space: nowrap; }
.price-card small { display: block; margin-top: 12px; color: var(--ink-soft); max-width: 22ch; line-height: 1.4; }
.price-card.ratio strong { font-size: clamp(30px, 2.8vw, 40px); }
.price-card.utility { padding-right: 24px; }
.price-card.emphasis {
  background: linear-gradient(180deg, #fff8e9, #f3e2bc);
  border: 1px solid rgba(242,211,124,.48);
}
.price-card.emphasis strong { color: var(--copper-dark); }
.price-card.ratio .metal-icon {
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1;
  padding: 0 6px;
  text-align: center;
}
.metal-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  line-height: 1;
  background: #f2d37c;
  color: #7f5410;
  overflow: hidden;
}
.silver .metal-icon { background: #e6e9e4; color: #57615d; }
.utility strong { color: var(--ink); font-size: 44px; }
.market-meta {
  display: grid;
  grid-template-columns: 1.25fr .9fr auto;
  gap: 16px;
  align-items: stretch;
  margin-top: 18px;
}
.market-meta-card {
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.16);
  padding: 18px 20px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.market-meta-card strong {
  color: #fff8e9;
  font-size: 18px;
}
.market-meta-card small { color: #e7dcc4; }
.market-meta-label {
  color: #dfb252;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.market-refresh-button {
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(180deg, #fff8e8, #f4dfb1);
  color: var(--copper-dark);
  font-weight: 900;
  padding: 0 24px;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}
.market-refresh-button:hover { background: linear-gradient(180deg, #fff4d9, #f0d79f); }
.fine-print { color: #e7dcc4; margin: 20px 0 0; max-width: 860px; }

#market, #story, #calculators, #contact { scroll-margin-top: 110px; }
.section { padding: 68px 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.service-card, .calculator-card, .contact-form, .morgan-card, .story-panel {
  background: var(--cream);
  border: 1px solid rgba(34,49,42,.12);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(34,49,42,.08);
}
.service-card { padding: 25px; }
.primary-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-feature {
  border: 2px solid rgba(182,106,53,.44);
  background: linear-gradient(180deg, #fffdf5, #fff6e3);
}
.service-feature h3 { font-size: 31px; }
.service-feature a {
  color: var(--copper-dark);
  font-weight: 900;
  text-decoration: none;
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #f0d6ad;
  color: var(--copper-dark);
  font-weight: 900;
  margin-bottom: 22px;
}
.service-card h3, .morgan-card h3, .calculator-card h3 { font-size: 26px; font-family: Fraunces, Georgia, serif; }
.service-card p { color: var(--ink-soft); }

.story-section {
  padding: 72px 0;
  background: linear-gradient(180deg, #3a2818 0%, #2c1f14 100%);
}

.story-section .wrap {
  width: min(1400px, calc(100% - 20px));
}

.story-grid {
  display: grid;
  grid-template-columns: 1.62fr .68fr;
  gap: 18px;
  align-items: stretch;
}

.story-image {
  min-height: 560px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(180deg, rgba(14,11,9,.18) 0%, rgba(14,11,9,.12) 42%, rgba(14,11,9,.24) 100%),
    url('./assets/carson-city-mint-archive-cropped.jpg?v=20260707a') center 24% / cover no-repeat;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.story-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  pointer-events: none;
}

.story-image-badge {
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(22,16,12,.68);
  color: #fff6ea;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.story-panel, .morgan-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}

.story-panel {
  background: rgba(243,234,219,.98);
  color: var(--ink);
}

.story-panel h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .96;
  letter-spacing: -.03em;
  color: #2c241d;
}

.story-panel p {
  color: var(--ink-soft);
  font-size: 18px;
}

.morgan-card {
  background: rgba(255,248,235,.92);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.morgan-card p { color: var(--ink-soft); font-size: 18px; }
.morgan-card a { color: var(--copper-dark); font-weight: 900; text-decoration: none; }

.section-summary { max-width: 430px; color: var(--ink-soft); font-weight: 700; line-height: 1.6; }
.calculator-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.calculator-card {
  padding: 30px;
  position: relative;
  background: linear-gradient(180deg, rgba(255,250,240,.99), rgba(252,244,229,.99));
  border: 1px solid rgba(95,47,23,.14);
  box-shadow: 0 20px 52px rgba(60,36,17,.11);
}
.calculator-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(223,178,82,.95), rgba(155,85,43,.95));
}
.calculator-card.active { border: 1px solid rgba(155,85,43,.28); }
.calculator-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.calculator-header > span {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff8e9;
  font-weight: 900;
}
.calculator-card p { color: var(--ink-soft); margin: 4px 0 0; line-height: 1.55; }
label { display: block; font-weight: 900; margin: 16px 0 7px; color: var(--ink); }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(155,85,43,.24);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 2px rgba(95,47,23,.04);
}
.input-row { display: flex; align-items: center; background: rgba(255,255,255,.82); border: 1px solid rgba(155,85,43,.24); border-radius: 14px; overflow: hidden; box-shadow: inset 0 1px 2px rgba(95,47,23,.04); }
.input-row span { padding: 0 12px; font-weight: 900; color: var(--copper-dark); }
.input-row input { border: 0; border-radius: 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.segmented-control {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
  padding: 6px;
  background: rgba(95,47,23,.05);
  border: 1px solid rgba(155,85,43,.14);
  border-radius: 999px;
}
.segment-button,
.preset-chip {
  border: 1px solid rgba(155,85,43,.24);
  background: rgba(255,249,238,.92);
  color: var(--ink-soft);
  padding: 11px 14px;
  border-radius: 999px;
  font-weight: 900;
}
.segment-button.active,
.preset-chip.active {
  background: var(--copper-dark);
  color: #fff8e9;
  border-color: var(--copper-dark);
}
.coin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}
.result-box {
  background: linear-gradient(180deg, #f8ecd3, #efddba);
  color: var(--copper-dark);
  border-radius: 16px;
  padding: 16px;
  margin-top: 16px;
  font-weight: 900;
  border: 1px solid rgba(155,85,43,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}
.premium-result {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.premium-result strong {
  font-size: clamp(30px, 3vw, 42px);
  line-height: .98;
}
.result-kicker {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.result-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}
.result-subgrid span {
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(155,85,43,.14);
  border-radius: 12px;
  padding: 10px 12px;
}
.formula { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin-top: 12px; }
.hidden { display: none !important; }

.contact-section { background: linear-gradient(135deg, #fffdf5, #ead9b9); padding: 70px 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.contact-grid h2 { font-family: Fraunces, Georgia, serif; font-size: clamp(36px, 4.4vw, 58px); }
.contact-grid p { color: var(--ink-soft); font-size: 18px; }
.contact-list { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 10px; }
.contact-list li { background: rgba(255,255,255,.6); border-radius: 999px; padding: 10px 14px; font-weight: 900; }
.contact-form { padding: 26px; }
.form-note { color: var(--ink-soft); font-size: 14px !important; margin-bottom: 0; }
.form-note.success { background: #e3efd8; color: #315322; padding: 12px; border-radius: 14px; font-weight: 900; }

.footer { background: var(--green); color: #fff8e9; padding: 28px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer p { margin: 4px 0 0; color: #e1d6bd; }
.footer a { color: #fff8e9; font-weight: 900; }

@media (max-width: 1180px) and (min-width: 981px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .nav { flex-wrap: wrap; padding: 14px 0; }
  .menu-button {
    display: inline-flex;
    border: 1px solid rgba(34,49,42,.18);
    border-radius: 999px;
    padding: 9px 14px;
    background: white;
    font-weight: 900;
  }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 14px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 0; }
  .nav-cta { text-align: center; }
  .hero-grid, .story-grid, .contact-grid, .split-heading { grid-template-columns: 1fr; display: grid; }
  .hero-grid { min-height: auto; padding-top: 40px; }
  .price-grid, .service-grid, .calculator-layout, .market-meta { grid-template-columns: 1fr; }
  .market-status { white-space: normal; }
  .feature-window { max-width: 620px; }
  .story-image { min-height: 420px; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .brand { font-size: 21px; }
  .brand-mark { width: 48px; height: 48px; font-size: 18px; }
  h1 { font-size: 39px; }
  .lead { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .coin-illustration { min-height: 260px; }
  .morgan-window { min-height: 260px; }
  .coin-grid, .result-subgrid { grid-template-columns: 1fr; }
  .segment-button, .preset-chip, .market-refresh-button { width: 100%; }
  .story-panel, .morgan-card { padding: 26px; }
  .story-image { min-height: 300px; }
  .story-image-badge { left: 16px; bottom: 16px; font-size: 12px; }
  .coin-gold { width: 120px; height: 120px; left: 20px; top: 46px; }
  .coin-silver { width: 145px; height: 145px; right: 18px; top: 80px; }
  .coin-bronze { width: 105px; height: 105px; left: 110px; bottom: 28px; }
  .section, .story-section, .contact-section, .market-band { padding: 48px 0; }
  .two-col, .footer-grid { grid-template-columns: 1fr; display: grid; }
}

/* Old-timey ledger direction requested after draft review */
:root {
  --ink: #2b2117;
  --ink-soft: #665742;
  --cream: #fff8e8;
  --paper: #e9d7b4;
  --parchment: #d8bc82;
  --copper: #9b552b;
  --copper-dark: #5f2f17;
  --gold: #b9852a;
  --green: #2b2117;
  --sage: #f2e7cf;
  --shadow: 0 18px 45px rgba(70,44,20,.18);
  --radius: 10px;
}
body {
  background:
    radial-gradient(circle at 18% 0, rgba(155,85,43,.12), transparent 25%),
    linear-gradient(90deg, rgba(81,49,24,.05) 1px, transparent 1px),
    linear-gradient(#efe0c2, var(--paper));
  background-size: auto, 34px 34px, auto;
}
.site-note { background: #1f1811; }
.header {
  background: rgba(238,222,190,.96);
  border-bottom: 3px double rgba(95,47,23,.42);
}
.brand-mark {
  border-color: var(--copper-dark);
  color: var(--copper-dark);
}
.nav-cta, .button, .trust-row span, input, select, textarea, .input-row, .result-box, .service-icon, .price-card, .calculator-card, .contact-form, .morgan-card, .story-panel, .service-card { border-radius: 4px; }
.page-shell {
  min-height: calc(100vh - 148px);
  display: flex;
  align-items: center;
}
.coming-soon-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: stretch;
  padding: 64px 0;
}
.coming-soon-card {
  background: #fff8e8;
  border: 3px double rgba(95,47,23,.4);
  box-shadow: var(--shadow);
  padding: 30px;
}
.coming-soon-copy h1 {
  max-width: 12ch;
}
.coming-soon-copy .lead {
  max-width: 560px;
}
.coming-soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.coming-soon-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 14px;
  background: rgba(155,85,43,.12);
  color: var(--copper-dark);
  font-size: 14px;
  font-weight: 900;
}
.coming-soon-panel {
  background: #2b2117;
  color: #fff8e9;
}
.coming-soon-panel h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 14px;
}
.coming-soon-panel p,
.coming-soon-panel li { color: #f2e6cc; }
.coming-soon-list {
  margin: 18px 0 0;
  padding-left: 20px;
}
.coming-soon-list li + li { margin-top: 10px; }
.hero {
  background:
    linear-gradient(rgba(255,248,232,.84), rgba(255,248,232,.92)),
    repeating-linear-gradient(0deg, transparent 0 33px, rgba(95,47,23,.07) 34px),
    radial-gradient(circle at 82% 12%, rgba(155,85,43,.22), transparent 24%),
    var(--cream);
  border-bottom: 4px double rgba(95,47,23,.35);
}
h1 { font-size: clamp(46px, 6.4vw, 82px); }
.button.secondary { background: #fff8e8; }
.trust-row span {
  background: rgba(255,248,232,.78);
  border: 1px solid rgba(95,47,23,.32);
}
.feature-window {
  background: #fbf0d4;
  color: var(--ink);
  border: 4px double rgba(95,47,23,.42);
  border-radius: 8px;
}
.feature-window:before {
  border-color: rgba(95,47,23,.18);
  border-radius: 6px;
}
.coin-photo-window {
  min-height: 360px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #fffdf5 0 40%, #ead5a6 62%, #7c4a25 63%, #2b2117 100%);
  border: 1px solid rgba(95,47,23,.32);
  overflow: hidden;
}
.coin-photo-window img {
  width: min(82%, 410px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  box-shadow: 0 22px 36px rgba(43,33,23,.35);
}
.label { color: var(--copper-dark); }
.feature-caption p:last-child { color: var(--ink-soft); }
.section-intro {
  max-width: 820px;
  margin: 16px auto 0;
  color: var(--ink-soft);
  font-size: 20px;
  font-weight: 800;
}
.service-card, .calculator-card, .contact-form, .morgan-card, .story-panel {
  border-color: rgba(95,47,23,.25);
}
.service-feature {
  border: 3px double rgba(95,47,23,.62);
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(95,47,23,.05) 32px),
    linear-gradient(180deg, #fff8e8, #f4e1b9);
}
.service-feature h3 { font-size: 31px; }
.market-band {
  background: #2b2117;
  border-top: 4px double rgba(255,248,233,.22);
  border-bottom: 4px double rgba(255,248,233,.22);
}
.story-section {
  background:
    linear-gradient(rgba(43,33,23,.9), rgba(43,33,23,.88)),
    radial-gradient(circle at 20% 20%, rgba(155,85,43,.38), transparent 35%),
    var(--green);
}
.contact-section {
  background: linear-gradient(135deg, #fff8e8, #dfc389);
  border-top: 4px double rgba(95,47,23,.35);
}
@media (max-width: 640px) {
  .coin-photo-window { min-height: 270px; }
  .coin-photo-window img { width: min(82%, 285px); }
  .coming-soon-actions .button { width: 100%; }
}

@media (max-width: 980px) {
  .coming-soon-grid { grid-template-columns: 1fr; }
}

.primary-services .investment-card {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, calc((100% - 22px) / 2));
}

@media (max-width: 760px) {
  .primary-services .investment-card {
    grid-column: auto;
    width: 100%;
  }
}

