:root {
  --ink: #090907;
  --muted: #aaa196;
  --paper: #080806;
  --cream: #f4ecdd;
  --copper: #ce6b2b;
  --copper-bright: #ef914a;
  --gold: #d8953f;
  --gold-dark: #ef914a;
  --silver: #bbb8b0;
  --panel: #15110e;
  --line: rgba(239, 145, 74, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body { margin: 0; background-color: var(--paper); background-image: radial-gradient(circle at 88% 0%, rgba(111, 48, 19, .32), transparent 32rem), repeating-radial-gradient(ellipse at 88% 7%, transparent 0 74px, rgba(206, 107, 43, .07) 75px 77px, transparent 78px 140px), linear-gradient(rgba(239, 145, 74, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 145, 74, .025) 1px, transparent 1px); background-size: auto, auto, 110px 110px, 110px 110px; color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1180px; padding: 26px 32px; }
.brand { align-items: center; color: inherit; display: flex; gap: 12px; text-decoration: none; }
.brand-logo { display: block; filter: drop-shadow(0 5px 8px rgba(93, 45, 14, .2)); flex: 0 0 auto; height: 64px; object-fit: contain; width: 64px; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: Georgia, serif; font-size: 19px; letter-spacing: .18em; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .08em; margin-top: 2px; }
.header-link { border-bottom: 1px solid var(--copper-bright); color: var(--cream); font-size: 13px; font-weight: 700; padding-bottom: 4px; text-decoration: none; }

.hero { align-items: center; display: grid; gap: 48px; grid-template-columns: minmax(0, 1fr) auto; margin: 0 auto; max-width: 1180px; padding: 64px 32px 54px; }
.hero__copy { max-width: 790px; }
.eyebrow { color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .17em; margin: 0 0 18px; text-transform: uppercase; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 7vw, 88px); font-weight: 500; letter-spacing: -.05em; line-height: .98; margin: 0; max-width: 900px; }
.hero__lede { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 28px 0 20px; max-width: 680px; }
.quote-status { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 8px; line-height: 1.5; max-width: 100%; }
.quote-status > span:first-child { background: var(--copper-bright); border-radius: 50%; box-shadow: 0 0 0 5px rgba(239,145,74,.14); flex: 0 0 7px; height: 7px; width: 7px; }
.quote-status > span:last-child { min-width: 0; }
.hero__seal { align-items: center; aspect-ratio: 1; background: rgba(206,107,43,.1); border: 1px solid rgba(239,145,74,.44); border-radius: 50%; box-shadow: 0 0 0 9px var(--paper), 0 0 0 10px rgba(239,145,74,.3); color: var(--cream); display: flex; flex-direction: column; height: 174px; justify-content: center; outline: 1px solid rgba(239,145,74,.5); outline-offset: 16px; transform: rotate(5deg); }
.hero__seal span { font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.hero__seal strong { color: var(--copper-bright); font-family: Georgia, serif; font-size: 48px; line-height: 1; margin: 6px 0; }

.price-section { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1180px; padding: 26px 32px 72px; }
.price-card { border: 1px solid var(--line); min-height: 365px; overflow: hidden; padding: 28px; position: relative; }
.price-card:first-child { border-radius: 22px 0 0 22px; }
.price-card + .price-card { border-left: 0; }
.price-card:last-child { border-radius: 0 22px 22px 0; }
.price-card--gold { background: linear-gradient(140deg, #17100c, #3b1e0f); }
.price-card--silver { background: linear-gradient(140deg, #11110f, #292722); }
.price-card--palladium { background: linear-gradient(140deg, #17100d, #482312); }
.price-card::after { border: 54px solid rgba(239,145,74,.07); border-radius: 50%; content: ''; height: 240px; position: absolute; right: -95px; top: 68px; width: 240px; }
.price-card__topline { align-items: center; display: flex; gap: 10px; position: relative; z-index: 1; }
.price-card__topline p { font-size: 13px; font-weight: 800; letter-spacing: .09em; margin: 0; text-transform: uppercase; }
.metal-mark { background: var(--copper-bright); border-radius: 50%; height: 9px; width: 9px; }
.price-card--silver .metal-mark { background: var(--silver); }
.price-card--palladium .metal-mark { background: #f09a62; }
.live-pill { background: rgba(239,145,74,.12); border: 1px solid rgba(239,145,74,.2); border-radius: 999px; font-size: 10px; font-weight: 700; margin-left: auto; padding: 7px 10px; }
.price-card__amount { display: flex; flex-direction: column; margin: 40px 0 32px; position: relative; z-index: 1; }
.price-card__amount strong { font-family: Georgia, serif; font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.price-card__amount span { font-size: 12px; margin-top: 8px; }
.price-card__grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.price-card__grid div { border-top: 1px solid rgba(239,145,74,.22); display: flex; flex-direction: column; padding-top: 12px; }
.price-card__grid span { color: var(--muted); font-size: 10px; margin-bottom: 5px; }
.price-card__grid strong { font-size: 13px; }
.source-note { bottom: 18px; color: var(--muted); font-size: 10px; margin: 0; position: absolute; }

.calculator { background: rgba(7, 7, 5, .93); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--cream); display: grid; gap: 70px; grid-template-columns: .85fr 1.15fr; padding: 90px max(32px, calc((100vw - 1116px) / 2)); }
.calculator__intro h2 { font-family: Georgia, serif; font-size: clamp(42px, 5vw, 66px); font-weight: 500; letter-spacing: -.04em; line-height: 1.02; margin: 0 0 24px; }
.calculator__intro > p:last-child { color: #aaa69d; line-height: 1.7; max-width: 430px; }
.rate-details { border-left: 2px solid var(--copper-bright); display: flex; flex-direction: column; margin-top: 34px; padding-left: 16px; }
.rate-details span { color: #8f8b82; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rate-details strong { font-family: Georgia, serif; font-size: 28px; font-weight: 500; margin: 5px 0 2px; }
.rate-details small { color: #7f7b73; font-size: 10px; }
.calculator__panel { background: var(--panel); border: 1px solid rgba(239,145,74,.22); border-radius: 22px; box-shadow: 0 24px 80px rgba(0,0,0,.35); padding: 30px; }
fieldset { border: 0; margin: 0 0 24px; padding: 0; }
legend, .weight-field label { color: #bdb8ad; display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; margin-bottom: 10px; text-transform: uppercase; }
.segmented { background: #0d0b09; border: 1px solid rgba(239,145,74,.16); border-radius: 12px; display: grid; gap: 4px; grid-template-columns: repeat(3, 1fr); padding: 4px; }
.segmented button { background: transparent; border: 0; border-radius: 9px; color: #9c988f; cursor: pointer; padding: 12px; }
.segmented button.is-active { background: var(--copper); color: var(--cream); font-weight: 800; }
.weight-control { display: grid; grid-template-columns: 1fr 150px; }
.weight-control input, .weight-control select { background: #0d0b09; border: 1px solid rgba(239,145,74,.2); color: var(--cream); min-width: 0; outline: none; padding: 15px; }
.weight-control input { border-radius: 12px 0 0 12px; font-size: 22px; }
.weight-control select { border-left: 0; border-radius: 0 12px 12px 0; }
.estimate { border-bottom: 1px solid rgba(255,255,255,.12); border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 5px; margin: 26px 0; padding: 24px 0; }
.estimate span { color: #aaa69d; font-size: 11px; text-transform: uppercase; }
.estimate strong { font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.estimate b { color: var(--copper-bright); font-size: 16px; }
.administrative-fee { align-items: baseline; border-top: 1px solid rgba(255,255,255,.1); display: flex; gap: 16px; justify-content: space-between; margin-top: 10px; padding-top: 14px; }
.estimate .administrative-fee span { color: #d3cec3; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.estimate .administrative-fee b { color: var(--cream); font-size: 16px; white-space: nowrap; }
.buyer-details { border-top: 1px solid rgba(255,255,255,.12); margin-top: 4px; padding-top: 24px; }
.section-label { align-items: baseline; display: flex; justify-content: space-between; margin-bottom: 14px; }
.section-label span { color: #d3cec3; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-label small { color: #79766f; font-size: 9px; }
.form-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.form-grid label { color: #aaa69d; display: flex; flex-direction: column; font-size: 10px; font-weight: 700; gap: 7px; letter-spacing: .04em; }
.form-grid input { background: #0d0b09; border: 1px solid rgba(239,145,74,.2); border-radius: 10px; color: var(--cream); outline: none; padding: 13px 14px; }
.form-grid input:focus, .weight-control input:focus, .weight-control select:focus { border-color: var(--copper-bright); box-shadow: 0 0 0 3px rgba(239,145,74,.12); }
.upload-box { background: #0d0b09; border: 1px dashed rgba(239,145,74,.3); border-radius: 12px; cursor: pointer; display: flex; flex-direction: column; margin-top: 16px; padding: 18px; text-align: center; }
.upload-box span { color: #8f8b82; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.upload-box strong { color: #fff; font-size: 13px; margin: 5px 0; }
.upload-box small { color: #77736b; font-size: 9px; }
.upload-box input { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }
.file-list { color: #b5b0a5; font-size: 10px; margin: 10px 0 0; padding-left: 18px; }
.file-list li + li { margin-top: 4px; }
.consent-row { align-items: flex-start; color: #8d8980; cursor: pointer; display: flex; font-size: 9px; gap: 9px; line-height: 1.45; margin: 17px 0 23px; }
.consent-row input { accent-color: var(--copper-bright); margin-top: 1px; }
.honeypot { height: 1px !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; position: absolute !important; width: 1px !important; }
.form-error { background: rgba(202,72,54,.14); border: 1px solid rgba(237,116,98,.28); border-radius: 9px; color: #ffb5aa; font-size: 11px; line-height: 1.45; margin: 0 0 14px; padding: 10px 12px; }
.primary-button { border: 0; border-radius: 12px; color: #171713; cursor: pointer; font-weight: 900; padding: 17px; width: 100%; }
.primary-button:disabled { cursor: wait; opacity: .65; }
.primary-button--gold { background: var(--copper); color: var(--cream); }
.primary-button--silver { background: var(--cream); color: var(--ink); }
.primary-button--palladium { background: #e58952; color: var(--ink); }
.calculator__fineprint { color: #89867f; font-size: 10px; line-height: 1.5; margin: 13px 0 0; text-align: center; }
.success-message { align-items: flex-start; display: flex; flex-direction: column; min-height: 520px; justify-content: center; }
.success-message > span { align-items: center; background: var(--copper); border-radius: 50%; color: var(--cream); display: flex; font-size: 24px; font-weight: 900; height: 52px; justify-content: center; margin-bottom: 30px; width: 52px; }
.success-message h2 { font-family: Georgia, serif; font-size: 52px; font-weight: 500; margin: 0 0 12px; }
.success-message > p:not(.eyebrow) { color: #aaa69d; line-height: 1.65; margin: 0; max-width: 470px; }
.success-message button { background: transparent; border: 0; border-bottom: 1px solid var(--copper-bright); color: var(--copper-bright); cursor: pointer; font-size: 12px; font-weight: 800; margin-top: 34px; padding: 0 0 5px; }

.trust-strip { background: rgba(11,9,7,.78); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1180px; padding: 70px 32px; }
.trust-strip div { border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; padding: 10px 32px; }
.trust-strip div:last-child { border-right: 1px solid var(--line); }
.trust-strip span { color: var(--gold-dark); font-family: Georgia, serif; font-size: 24px; }
.trust-strip strong { font-size: 14px; }
footer { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1180px; padding: 28px 32px 44px; }
footer strong { font-family: Georgia, serif; letter-spacing: .18em; }
footer p { color: var(--muted); font-size: 11px; margin: 0; }
.noscript { background: #7b1e1e; bottom: 0; color: #fff; left: 0; margin: 0; padding: 12px 18px; position: fixed; right: 0; text-align: center; z-index: 20; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 38px; }
  .hero__seal { display: none; }
  .price-section { grid-template-columns: 1fr; }
  .price-card:first-child { border-radius: 20px 20px 0 0; }
  .price-card + .price-card { border-left: 1px solid var(--line); border-top: 0; }
  .price-card:not(:first-child):not(:last-child) { border-radius: 0; }
  .price-card:last-child { border-radius: 0 0 20px 20px; }
  .calculator { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header, .hero, .price-section, footer { padding-left: 20px; padding-right: 20px; }
  .brand-logo { height: 56px; width: 56px; }
  .brand small { display: none; }
  .hero h1 { font-size: 45px; }
  .price-card { min-height: 420px; padding: 22px; }
  .price-card__grid { grid-template-columns: 1fr; }
  .calculator { padding: 64px 20px; }
  .calculator__panel { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .weight-control { grid-template-columns: 1fr 125px; }
  .estimate strong { font-size: 34px; }
  .trust-strip { grid-template-columns: 1fr; padding: 48px 20px; }
  .trust-strip div, .trust-strip div:last-child { border-left: 0; border-right: 0; border-top: 1px solid var(--line); padding: 22px 0; }
  footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}
