:root {
  --ink: #1d251d;
  --ink-soft: #354035;
  --paper: #f6f1e7;
  --paper-deep: #ece3d2;
  --cream: #fffaf0;
  --gold: #c6a25b;
  --gold-light: #e6cb8d;
  --red: #8f382a;
  --line: #d8cebc;
  --muted: #6f756d;
  --white: #fff;
  --line-green: #06c755;
  --shadow: 0 24px 70px rgba(29, 37, 29, .12);
  --serif: "Noto Serif TC", "PMingLiU", serif;
  --sans: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
.section { padding: 92px 0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246, 241, 231, .94);
  border-bottom: 1px solid rgba(29, 37, 29, .12);
  backdrop-filter: blur(14px);
}
.header-inner { height: 72px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-seal {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--gold); border-radius: 50%; color: var(--gold);
  font-family: var(--serif); font-size: 21px; font-weight: 900;
  box-shadow: inset 0 0 0 4px rgba(198, 162, 91, .08);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 22px; letter-spacing: .16em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .22em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.desktop-nav a { color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--red); }
.header-line { display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 800; }
.header-line svg, .button-line svg, .mobile-line svg { width: 19px; fill: currentColor; }
.compliance-strip {
  min-height: 35px; display: flex; justify-content: center; align-items: center; gap: 14px;
  padding: 6px 20px; background: #721f18; color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .03em; text-align: center;
}
.compliance-strip i { width: 1px; height: 13px; background: rgba(255,255,255,.38); }

.hero {
  position: relative; min-height: 650px; overflow: hidden; color: var(--white);
  background: radial-gradient(circle at 78% 35%, rgba(198, 162, 91, .18), transparent 25%), linear-gradient(120deg, #111711, #243024 68%, #1b241b);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: repeating-linear-gradient(100deg, transparent 0 38px, rgba(255,255,255,.03) 39px 40px); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -110px; height: 180px; background: var(--paper); transform: skewY(-2deg); transform-origin: 0 0; }
.hero-grain { position: absolute; inset: 0; pointer-events: none; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 1; min-height: 590px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 54px; padding-top: 38px; padding-bottom: 68px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { color: var(--gold-light); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.hero h1 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 5.8vw, 78px); line-height: 1.16; letter-spacing: -.04em; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: 20px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 0; border-radius: 7px; padding: 12px 24px; cursor: pointer; font-weight: 800; letter-spacing: .02em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 0 14px 30px rgba(198, 162, 91, .18); }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { box-shadow: 0 12px 28px rgba(29,37,29,.18); }
.button-ghost { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.button-line { background: var(--line-green); color: var(--white); }
.button:disabled { cursor: not-allowed; filter: grayscale(.8); opacity: .48; transform: none; box-shadow: none; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); color: var(--white); font-size: 14px; font-weight: 700; }
.hero-trust { display: flex; gap: 30px; margin: 34px 0 0; padding: 0; list-style: none; }
.hero-trust li { padding-right: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-trust li:last-child { border: 0; padding: 0; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { color: var(--gold-light); font-size: 18px; }
.hero-trust span { margin-top: 3px; color: rgba(255,255,255,.64); font-size: 14px; }

.hero-visual { position: relative; height: 510px; }
.hero-visual::before { content: ""; position: absolute; width: 430px; height: 430px; left: 50%; top: 40px; transform: translateX(-50%); border: 1px solid rgba(198,162,91,.28); border-radius: 50%; box-shadow: inset 0 0 80px rgba(198,162,91,.06); }
.hero-visual::after { content: ""; position: absolute; left: 15%; right: 0; bottom: 32px; height: 24px; background: rgba(0,0,0,.34); border-radius: 50%; filter: blur(17px); }
.bottle { position: absolute; bottom: 44px; border-radius: 20px 20px 30px 30px; background: linear-gradient(90deg, #192016 0%, #34482d 22%, #1c281b 62%, #0d120d 100%); box-shadow: inset 18px 0 30px rgba(255,255,255,.04), 20px 30px 55px rgba(0,0,0,.32); }
.bottle::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: -100px; width: 42%; height: 112px; border-radius: 8px 8px 20px 20px; background: inherit; }
.bottle-cap { position: absolute; left: 50%; transform: translateX(-50%); top: -120px; width: 46%; height: 31px; border-radius: 3px; background: linear-gradient(90deg, #8d6a2e, #e0c171, #7f5e25); }
.bottle-label { position: absolute; left: 10%; right: 10%; top: 36%; display: grid; place-items: center; min-height: 110px; border: 1px solid #95743b; background: #dfcfab; color: #2d2418; font-family: var(--serif); font-size: 28px; font-weight: 900; text-align: center; box-shadow: inset 0 0 0 5px #c9b37d; }
.bottle-label small { font-family: var(--sans); font-size: 9px; letter-spacing: .28em; }
.bottle-neck-label { position: absolute; z-index: 2; left: 50%; top: -64px; transform: translateX(-50%); color: #dbc37f; font-size: 8px; letter-spacing: .1em; }
.bottle-main { left: 43%; width: 190px; height: 350px; z-index: 2; }
.bottle-left { left: 20%; width: 146px; height: 275px; opacity: .72; filter: saturate(.7); }
.bottle-left::before { top: -75px; height: 88px; }
.bottle-left .bottle-cap { top: -91px; height: 25px; }
.bottle-left .bottle-label { min-height: 80px; font-size: 21px; }
.stamp { position: absolute; z-index: 4; top: 62px; right: 2px; width: 86px; height: 86px; display: grid; place-items: center; border: 2px solid rgba(198,162,91,.72); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 19px; line-height: 1.3; text-align: center; transform: rotate(8deg); }
.stamp::before { content: ""; position: absolute; inset: 6px; border: 1px solid currentColor; border-radius: 50%; opacity: .6; }
.hero-note { position: absolute; z-index: 4; left: 4px; bottom: 80px; padding: 13px 17px; border-left: 2px solid var(--gold); background: rgba(12,18,12,.75); backdrop-filter: blur(8px); }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { color: var(--gold-light); font-size: 10px; letter-spacing: .16em; }
.hero-note strong { font-family: var(--serif); font-size: 16px; }

.proof-strip { position: relative; z-index: 3; margin-top: -8px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); box-shadow: var(--shadow); }
.proof-grid > div { display: flex; align-items: center; gap: 18px; padding: 26px 30px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border: 0; }
.proof-number { color: var(--gold); font-family: var(--serif); font-size: 26px; font-weight: 900; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.proof-grid strong { display: block; color: var(--ink); font-size: 18px; }

.section-heading { margin-bottom: 36px; }
.section-heading.centered { text-align: center; }
.section-heading h2, .process-copy h2, .faq-heading h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); line-height: 1.35; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 740px; margin: 13px auto 0; color: var(--muted); font-size: 18px; line-height: 1.8; }

.estimator-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); box-shadow: var(--shadow); }
.estimator-progress { position: relative; padding: 22px 34px 24px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #f1eadf, #e9decb); }
.progress-overview { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: 940px; margin: 0 auto 13px; }
.progress-overview > div { display: flex; align-items: baseline; gap: 12px; }
.progress-eyebrow { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
#progress-status { color: var(--ink); font-size: 15px; }
.progress-time { padding: 5px 9px; border-radius: 99px; background: rgba(255,255,255,.62); color: var(--muted); font-size: 11px; font-weight: 800; }
.progress-track { position: relative; width: 100%; max-width: 940px; height: 4px; margin: 0 auto 14px; overflow: hidden; border-radius: 99px; background: rgba(137,127,108,.24); }
.progress-track span { display: block; width: 33%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--red), var(--gold)); transition: width .35s ease; }
.estimator-progress ol { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 940px; margin: 0 auto; padding: 0; list-style: none; }
.estimator-progress li { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 11px; min-width: 0; padding: 10px 12px; border: 1px solid rgba(137,127,108,.22); border-radius: 8px; background: rgba(255,255,255,.42); color: #85867f; transition: border-color .25s, background .25s, box-shadow .25s, transform .25s; }
.estimator-progress li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #b8b0a2; border-radius: 50%; background: #f6f0e5; font-size: 13px; font-weight: 900; }
.estimator-progress li strong, .estimator-progress li small { display: block; }
.estimator-progress li strong { font-size: 14px; line-height: 1.35; }
.estimator-progress li small { margin-top: 2px; font-size: 11px; line-height: 1.4; }
.estimator-progress li.is-active, .estimator-progress li.is-complete { color: var(--ink); }
.estimator-progress li.is-active { transform: translateY(-1px); border-color: rgba(24,35,28,.72); background: #fffdf8; box-shadow: 0 7px 18px rgba(58,47,32,.1); }
.estimator-progress li.is-active > span { border-color: var(--ink); background: var(--ink); color: var(--white); }
.estimator-progress li.is-complete { border-color: rgba(198,162,91,.55); background: rgba(248,239,219,.88); }
.estimator-progress li.is-complete > span { border-color: var(--gold); background: var(--gold); color: transparent; font-size: 0; }
.estimator-progress li.is-complete > span::after { content: "✓"; color: var(--ink); font-size: 16px; font-weight: 900; }

.step-panel { padding: 44px 52px 42px; }
.step-panel[hidden], .result-panel[hidden] { display: none; }
.step-head { margin-bottom: 26px; }
.step-count { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.step-head h3 { margin: 7px 0 5px; font-family: var(--serif); font-size: 30px; }
.step-head p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.category-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.category-option { position: relative; min-height: 118px; padding: 16px 8px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; text-align: center; transition: border .2s, transform .2s, background .2s, box-shadow .2s; }
.category-option:hover { border-color: var(--gold); transform: translateY(-2px); }
.category-option.is-selected { border-color: var(--ink); background: var(--ink); color: var(--white); box-shadow: 0 8px 18px rgba(29,37,29,.14); }
.category-option input { position: absolute; opacity: 0; pointer-events: none; }
.category-option .category-icon { width: 38px; height: 40px; display: grid; place-items: end center; margin: 0 auto 7px; }
.category-option .category-icon::before { content: ""; width: 20px; height: 35px; border: 2px solid currentColor; border-radius: 3px 3px 6px 6px; box-shadow: 0 -8px 0 -4px currentColor; opacity: .68; }
.category-option .category-icon.has-glyph { height: 38px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 16px; font-weight: 900; opacity: .78; }
.category-option .category-icon.has-glyph::before { display: none; }
.category-option strong { display: block; font-size: 14px; }
.category-option small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.category-option.is-selected small { color: rgba(255,255,255,.55); }
.item-field { margin-top: 22px; }
.is-hidden { display: none !important; }
.field-group label { display: block; margin-bottom: 8px; font-size: 16px; font-weight: 800; }
.select-wrap { position: relative; }
.select-wrap::after { content: "⌄"; position: absolute; right: 16px; top: 50%; transform: translateY(-57%); pointer-events: none; color: var(--muted); }
select, input[type="number"] { width: 100%; height: 52px; border: 1px solid var(--line); border-radius: 3px; outline: none; background: var(--white); color: var(--ink); }
select { appearance: none; padding: 0 44px 0 15px; }
select:focus, input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,162,91,.15); }
.field-hint { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; }
.number-control { display: grid; grid-template-columns: 52px 1fr 52px; }
.number-control button { border: 1px solid var(--line); background: #f0eadf; color: var(--ink); cursor: pointer; font-size: 20px; }
.number-control button:first-child { border-radius: 3px 0 0 3px; }
.number-control button:last-child { border-radius: 0 3px 3px 0; }
.number-control input { border-radius: 0; border-inline: 0; text-align: center; -moz-appearance: textfield; }
.number-control input::-webkit-inner-spin-button { appearance: none; }
.condition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.condition-card { position: relative; display: flex; align-items: center; gap: 15px; min-height: 84px; padding: 17px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; }
.condition-card:has(input:checked) { border-color: var(--ink); background: #f0eee3; }
.condition-card.is-negative:has(input:checked) { border-color: var(--red); background: #f8e8e2; }
.condition-card input { position: absolute; opacity: 0; }
.check-icon { flex: 0 0 27px; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #aaa99f; border-radius: 50%; }
.condition-card input:checked + .check-icon { border-color: var(--ink); background: var(--ink); }
.condition-card.is-negative input:checked + .check-icon { border-color: var(--red); background: var(--red); }
.condition-card input:checked + .check-icon::after { content: "✓"; color: var(--white); font-size: 13px; font-weight: 900; }
.condition-card strong, .condition-card small { display: block; }
.condition-card strong { font-size: 17px; }
.condition-card small { color: var(--muted); font-size: 14px; }
.risk-check { position: relative; display: flex; align-items: center; gap: 15px; margin-top: 13px; padding: 16px 18px; border: 1px solid #deb8ad; border-radius: 8px; background: #f8ece7; color: #6f332b; cursor: pointer; }
.risk-check input { position: absolute; opacity: 0; }
.risk-check input:checked + .check-icon { border-color: var(--red); background: var(--red); }
.risk-check input:checked + .check-icon::after { content: "✓"; color: var(--white); font-size: 13px; font-weight: 900; }
.risk-check strong, .risk-check small { display: block; }
.risk-check strong { font-size: 16px; }
.risk-check small { font-size: 13px; color: #8c5c53; }
.preserve-note { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 15px 18px; border-radius: 8px; background: #f6eadc; color: #704a37; }
.preserve-note > span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-weight: 900; }
.preserve-note p { margin: 0; font-size: 16px; }
.preserve-note strong { display: block; }
.step-actions { display: flex; justify-content: space-between; margin-top: 40px; }
.step-actions-end { justify-content: flex-end; }
.step-error { min-height: 22px; margin-top: 10px; color: #a52d24; font-size: 12px; font-weight: 700; }

.result-panel { padding: 44px 52px; }
.result-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.result-label { margin: 0 0 7px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.result-top h3 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); }
.result-top p:last-child { margin: 8px 0 0; color: var(--muted); }
.result-grade { flex: 0 0 96px; height: 96px; display: grid; place-items: center; align-content: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--red); transform: rotate(5deg); }
.result-grade span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.result-grade strong { font-family: var(--serif); font-size: 35px; line-height: 1; }
.result-price { margin-top: 30px; padding: 24px 27px; background: var(--ink); color: var(--white); }
.result-price span, .result-price strong, .result-price small { display: block; }
.result-price span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.result-price strong { margin: 3px 0; font-family: var(--serif); font-size: 30px; }
.result-price small { color: rgba(255,255,255,.55); font-size: 10px; }
.confidence-panel { margin-top: 16px; padding: 20px 24px; border: 1px solid var(--line); background: #f2ecdf; }
.confidence-head { display: flex; justify-content: space-between; gap: 30px; }
.confidence-head > div { display: flex; align-items: baseline; gap: 9px; }
.confidence-head span { color: var(--muted); font-size: 13px; font-weight: 700; }
.confidence-head strong { font-family: var(--serif); font-size: 22px; }
.confidence-track { height: 7px; margin-top: 13px; overflow: hidden; border-radius: 99px; background: #d9d0c0; }
.confidence-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--red), var(--gold)); transition: width .35s; }
.confidence-panel p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.result-reasons { margin-top: 28px; }
.result-reasons h4, .photo-guide h4 { margin: 0 0 12px; font-family: var(--serif); font-size: 20px; }
.result-reasons ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin: 0; padding: 0; list-style: none; }
.result-reasons li { position: relative; padding-left: 18px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.result-reasons li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.photo-guide { position: relative; margin-top: 38px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(145deg, #f8f3e9, #eee5d5); box-shadow: inset 0 1px rgba(255,255,255,.8); }
.photo-guide::after { content: ""; position: absolute; top: -70px; right: -55px; width: 180px; height: 180px; border: 1px solid rgba(198,162,91,.16); border-radius: 50%; box-shadow: 0 0 0 24px rgba(198,162,91,.04), 0 0 0 52px rgba(198,162,91,.025); pointer-events: none; }
.photo-guide-head { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.photo-guide-head .section-kicker { margin-bottom: 4px; }
.photo-guide-badge { position: relative; z-index: 1; flex: 0 0 auto; margin-top: 2px; padding: 7px 12px; border: 1px solid rgba(143,56,42,.22); border-radius: 99px; background: rgba(255,255,255,.72); color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .04em; }
.photo-guide-lead { position: relative; z-index: 1; max-width: 650px; margin: -4px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.photo-guide ol { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.photo-guide li { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 16px; min-width: 0; min-height: 136px; padding: 14px; border: 1px solid rgba(143,56,42,.12); border-radius: 8px; background: rgba(255,253,248,.9); text-align: left; transition: transform .2s, border-color .2s, box-shadow .2s; }
.photo-guide li:hover { transform: translateY(-3px); border-color: rgba(198,162,91,.75); box-shadow: 0 12px 24px rgba(58,47,32,.08); }
.photo-guide li > .photo-step { position: absolute; z-index: 3; top: 9px; left: 9px; display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid #fffaf0; border-radius: 50%; background: var(--red); color: var(--white); font-size: 10px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 4px 10px rgba(143,56,42,.2); }
.photo-placeholder { position: relative; display: grid; place-items: center; height: 106px; overflow: hidden; border: 1px dashed rgba(143,56,42,.34); border-radius: 7px; background: linear-gradient(145deg, #f4ede0, #e6dac6); }
.photo-placeholder::before, .photo-placeholder::after { content: ""; position: absolute; width: 16px; height: 16px; border-color: rgba(143,56,42,.35); }
.photo-placeholder::before { top: 8px; right: 8px; border-top: 2px solid; border-right: 2px solid; }
.photo-placeholder::after { bottom: 8px; left: 8px; border-bottom: 2px solid; border-left: 2px solid; }
.photo-guide-symbol { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--ink); color: var(--gold-light); font-family: var(--serif); font-size: 23px; font-weight: 900; box-shadow: 0 8px 20px rgba(58,47,32,.14); }
.photo-frame-label { position: absolute; right: 7px; bottom: 5px; color: rgba(58,47,32,.48); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.photo-card-copy strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 19px; line-height: 1.35; }
.photo-card-copy small { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.photo-guide-tip { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 12px; margin-top: 16px; padding: 14px 16px; border-left: 4px solid var(--gold); border-radius: 0 6px 6px 0; background: rgba(255,255,255,.72); }
.photo-tip-icon { flex: 0 0 auto; display: grid; place-items: center; width: 24px; height: 24px; margin-top: 2px; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 13px; font-weight: 900; }
.photo-guide-tip p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.photo-guide-tip p > strong, .photo-guide-tip p > span { display: block; }
.photo-guide-tip strong { color: var(--ink); font-size: 13px; }
#result-panel[data-photo-family="coins"] .photo-guide-symbol { background: #5f4b2a; }
#result-panel[data-photo-family="watch"] .photo-guide-symbol { background: #26344a; }
#result-panel[data-photo-family="supplements"] .photo-guide-symbol { background: #7e3a2d; }
.line-message-box { overflow: hidden; margin-top: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.message-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 15px 17px; background: #eee6d8; }
.message-head span, .message-head small { display: block; }
.message-head span { color: var(--ink); font-size: 14px; font-weight: 900; }
.message-head small { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.message-head button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(143,56,42,.24); border-radius: 5px; background: rgba(255,255,255,.66); color: var(--red); cursor: pointer; font-size: 12px; font-weight: 900; }
#line-message { display: block; width: 100%; min-height: 190px; resize: vertical; padding: 17px; border: 0; border-top: 1px solid rgba(137,127,108,.12); outline: 0; background: var(--white); color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.line-handoff { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 17px; border-top: 1px solid var(--line); background: #f7f1e6; }
.line-handoff strong, .line-handoff small { display: block; }
.line-handoff strong { color: var(--ink); font-size: 13px; }
.line-handoff small { margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.line-handoff ol { display: flex; flex: 0 0 auto; gap: 10px; margin: 0; padding: 0; list-style: none; }
.line-handoff li { display: flex; align-items: center; gap: 5px; color: var(--ink-soft); font-size: 11px; font-weight: 800; white-space: nowrap; }
.line-handoff li span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 9px; }
.result-actions { display: flex; gap: 12px; margin-top: 24px; }
.result-actions .button-line { flex: 1; }
.transaction-notice { margin-top: 18px; padding: 16px 18px; border-left: 4px solid var(--red); background: #f7e9e4; color: var(--ink-soft); }
.transaction-notice strong { display: block; color: var(--red); font-size: 15px; }
.transaction-notice p { margin: 5px 0 0; font-size: 14px; line-height: 1.75; }
.privacy-note a { color: var(--red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.privacy-note { margin: 12px 0 0; color: var(--muted); font-size: 14px; text-align: center; }

.process-section { background: var(--ink); color: var(--white); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-copy { position: sticky; top: 120px; align-self: start; }
.process-copy .section-kicker { color: var(--gold-light); }
.process-copy > p:not(.section-kicker) { margin: 20px 0 30px; color: rgba(255,255,255,.58); }
.process-copy .button-dark { border: 1px solid rgba(255,255,255,.25); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid rgba(198,162,91,.6); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 18px; }
.process-list strong { font-family: var(--serif); font-size: 21px; }
.process-list p { margin: 5px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-heading { align-self: start; }
.faq-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.8; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 40px 22px 0; cursor: pointer; font-family: var(--serif); font-size: 17px; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 3px; top: 50%; width: 15px; height: 1px; background: var(--ink); }
.accordion summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -6px 40px 24px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }

.final-cta { padding: 70px 0; background: var(--red); color: var(--white); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.section-kicker.light { margin-bottom: 5px; color: #f0cf99; }
.final-cta h2 { font-size: 38px; }
.final-cta p:not(.section-kicker) { margin: 7px 0 0; color: rgba(255,255,255,.7); }
.site-footer { padding: 65px 0 25px; background: #111711; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 420px; }
.footer-grid strong { display: block; margin-bottom: 12px; color: var(--white); font-size: 13px; }
.footer-grid p, .footer-grid a { display: block; margin: 7px 0; font-size: 14px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.mobile-line { display: none; position: fixed; z-index: 90; right: 18px; bottom: 18px; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 999px; background: var(--line-green); color: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 13px; font-weight: 900; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 30px; transform: translate(-50%, 20px); padding: 10px 16px; border-radius: 4px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; font-size: 12px; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.compliance-dialog { width: min(650px, calc(100% - 28px)); max-height: min(800px, calc(100vh - 28px)); padding: 0; border: 0; border-radius: 12px; background: var(--cream); color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.34); }
.compliance-dialog::backdrop { background: rgba(8,12,8,.72); backdrop-filter: blur(4px); }
.compliance-dialog-card { position: relative; padding: 34px; }
.dialog-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 30px; line-height: 1; }
.compliance-dialog h2 { margin: 0; font-family: var(--serif); font-size: 30px; line-height: 1.35; }
.dialog-intro { margin: 12px 0 20px; color: var(--muted); font-size: 16px; }
.compliance-checks { display: grid; gap: 10px; }
.compliance-checks label { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; }
.compliance-checks input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--red); }
.compliance-checks strong, .compliance-checks small { display: block; }
.compliance-checks strong { font-size: 15px; }
.compliance-checks small { margin-top: 2px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.dialog-legal-link { margin: 16px 0 0; text-align: center; }
.dialog-legal-link a { color: var(--red); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.dialog-actions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; margin-top: 20px; }

.legal-main { background: var(--paper); }
.legal-hero { padding: 78px 0 58px; background: #172017; color: var(--white); }
.legal-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 6vw, 66px); line-height: 1.2; }
.legal-hero > .container > p:last-child { max-width: 780px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 18px; }
.legal-section { padding: 70px 0 100px; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 54px; align-items: start; }
.legal-nav { position: sticky; top: 145px; padding: 22px; border: 1px solid var(--line); background: var(--cream); }
.legal-nav strong { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: 18px; }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.legal-nav a:hover { color: var(--red); }
.legal-content { min-width: 0; }
.legal-card { scroll-margin-top: 140px; margin-bottom: 22px; padding: 30px 34px; border: 1px solid var(--line); background: var(--cream); }
.legal-card h2 { margin: 0 0 15px; font-family: var(--serif); font-size: 27px; }
.legal-card h3 { margin: 24px 0 8px; font-size: 17px; }
.legal-card p, .legal-card li { color: var(--ink-soft); font-size: 15px; line-height: 1.85; }
.legal-card ul, .legal-card ol { padding-left: 22px; }
.legal-card a { color: var(--red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 0 0 22px; padding: 20px 22px; border-left: 5px solid var(--red); background: #f4e4df; }
.legal-callout strong { color: var(--red); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; color: rgba(255,255,255,.6); font-size: 13px; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .header-line { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 350px; gap: 8px; }
  .hero h1 { font-size: 58px; }
  .hero-visual { transform: scale(.88); transform-origin: center right; }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .proof-grid > div { padding: 22px 18px; }
  .process-grid, .faq-grid { gap: 50px; }
  .legal-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 28px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 100px; }
  body { padding-bottom: env(safe-area-inset-bottom, 0); }
  .container { width: min(100% - 24px, 620px); }
  .section { padding: 56px 0; }
  .header-inner { height: 62px; }
  .brand-seal { width: 36px; height: 36px; font-size: 18px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { display: none; }
  .header-line { min-height: 42px; padding: 8px 11px; }
  .header-line svg { width: 17px; }
  .compliance-strip { min-height: 36px; gap: 6px; padding: 5px 7px; font-size: 10px; letter-spacing: 0; }
  .compliance-strip i { height: 11px; }
  .hero { min-height: auto; }
  .hero::after { bottom: -140px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 92px; }
  .eyebrow { margin-bottom: 12px; font-size: 11px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 56px); line-height: 1.17; }
  .hero-lead { margin-top: 20px; font-size: 17px; line-height: 1.72; }
  .hero-visual { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-trust { justify-content: space-between; gap: 6px; margin-top: 28px; }
  .hero-trust li { flex: 1; padding-right: 6px; text-align: center; }
  .hero-trust strong { font-size: 16px; }
  .hero-trust span { font-size: 12px; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid > div { display: block; padding: 15px 7px; border-right: 1px solid var(--line); border-bottom: 0; text-align: center; }
  .proof-number { font-size: 18px; }
  .proof-grid p { margin-top: 4px; font-size: 11px; line-height: 1.45; }
  .proof-grid strong { font-size: 12px; line-height: 1.4; }
  .section-heading { margin-bottom: 24px; }
  .section-heading .section-kicker { margin-bottom: 10px; }
  .section-heading h2, .process-copy h2, .faq-heading h2 { font-size: 30px; }
  .section-heading > p:last-child { margin-top: 10px; font-size: 15px; line-height: 1.7; }
  .estimator-progress { padding: 14px 10px 13px; }
  .progress-overview { align-items: center; margin-bottom: 8px; }
  .progress-overview > div { display: block; }
  .progress-eyebrow { display: block; margin-bottom: 1px; font-size: 9px; }
  #progress-status { font-size: 13px; }
  .progress-time { padding: 3px 6px; font-size: 8px; }
  .progress-track { height: 3px; margin-bottom: 8px; }
  .estimator-progress ol { gap: 5px; }
  .estimator-progress li { display: block; padding: 7px 3px 6px; border-radius: 6px; text-align: center; }
  .estimator-progress li > span { width: 30px; height: 30px; margin: 0 auto; background: #f6f0e5; }
  .estimator-progress li div { margin-top: 3px; }
  .estimator-progress li strong { font-size: 11px; }
  .estimator-progress li small { display: none; }
  .step-panel, .result-panel { padding: 27px 14px 23px; }
  .step-head { margin-bottom: 22px; }
  .step-head h3 { font-size: 23px; }
  .step-head p { font-size: 15px; line-height: 1.65; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .category-option { min-height: 101px; padding: 12px 6px 10px; }
  .category-option .category-icon { height: 35px; margin-bottom: 5px; }
  .category-option .category-icon::before { height: 29px; }
  .category-option .category-icon.has-glyph { height: 35px; }
  .category-option strong { font-size: 14px; }
  .category-option small { font-size: 11px; }
  .item-field { margin-top: 17px; }
  .field-group label { font-size: 15px; }
  .field-hint { font-size: 13px; line-height: 1.6; }
  .form-grid, .condition-grid, .result-reasons ul { grid-template-columns: 1fr; }
  .step-actions { gap: 9px; margin-top: 28px; }
  .step-actions .button { flex: 1; padding-inline: 12px; }
  .condition-card { min-height: 76px; padding: 13px; }
  .condition-card strong { font-size: 15px; }
  .condition-card small { font-size: 12px; line-height: 1.5; }
  .preserve-note { padding: 13px; }
  .preserve-note p { font-size: 14px; }
  .result-top { align-items: flex-start; gap: 14px; padding-bottom: 22px; }
  .result-top h3 { font-size: 25px; line-height: 1.5; }
  .result-top p:last-child { font-size: 14px; line-height: 1.65; }
  .result-grade { flex-basis: 60px; height: 60px; }
  .result-grade strong { font-size: 24px; }
  .result-price strong { font-size: 23px; }
  .confidence-head { gap: 12px; }
  .confidence-head > div { align-items: flex-start; flex-direction: column; gap: 1px; }
  .photo-guide { padding: 22px 16px; }
  .photo-guide-head { gap: 10px; }
  .photo-guide-head h4 { font-size: 19px; }
  .photo-guide-badge { padding: 6px 9px; font-size: 11px; }
  .photo-guide-lead { margin-top: 0; font-size: 14px; }
  .photo-guide ol { grid-template-columns: 1fr; gap: 10px; }
  .photo-guide li { grid-template-columns: 88px minmax(0, 1fr); gap: 13px; min-height: 112px; padding: 12px; }
  .photo-guide li > .photo-step { top: 7px; left: 7px; width: 28px; height: 28px; }
  .photo-placeholder { height: 86px; }
  .photo-guide-symbol { width: 48px; height: 48px; font-size: 20px; }
  .photo-card-copy strong { font-size: 17px; }
  .photo-card-copy small { margin-top: 4px; font-size: 13px; }
  .message-head { align-items: center; padding: 13px; }
  .message-head small { display: none; }
  .message-head button { padding: 7px 8px; }
  #line-message { min-height: 155px; padding: 14px; font-size: 14px; }
  .line-handoff { align-items: stretch; flex-direction: column; gap: 10px; padding: 13px; }
  .line-handoff ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .line-handoff li { display: block; text-align: center; white-space: normal; }
  .line-handoff li span { margin: 0 auto 4px; }
  .result-actions { flex-direction: column; }
  .process-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-copy { position: static; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta h2 { font-size: 31px; }
  .footer-bottom { gap: 10px; flex-direction: column; }
  .mobile-line { display: none; }
  .toast { bottom: 18px; }
  .compliance-dialog-card { padding: 30px 18px 20px; }
  .compliance-dialog h2 { padding-right: 28px; font-size: 25px; }
  .dialog-intro { font-size: 15px; }
  .dialog-actions { grid-template-columns: 1fr; }
  .dialog-actions .button-ghost { order: 2; }
  .legal-hero { padding: 55px 0 42px; }
  .legal-hero > .container > p:last-child { font-size: 16px; }
  .legal-section { padding: 42px 0 72px; }
  .legal-layout { grid-template-columns: 1fr; gap: 22px; }
  .legal-nav { position: static; }
  .legal-card { padding: 24px 20px; }
  .legal-card h2 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
