:root {
  --ink: #171311;
  --ink-soft: #48413d;
  --paper: #f7f3ec;
  --paper-deep: #ece4d8;
  --white: #fffdf9;
  --line: rgba(23, 19, 17, .14);
  --line-strong: rgba(23, 19, 17, .24);
  --gold: #9a6b2f;
  --gold-deep: #694419;
  --gold-pale: #efe0c3;
  --wine: #5d303f;
  --sage: #476456;
  --rust: #98533a;
  --blue: #384f6d;
  --shadow: 0 18px 45px rgba(36, 27, 21, .10);
  --shadow-small: 0 8px 24px rgba(36, 27, 21, .08);
  --radius: 22px;
  --radius-small: 13px;
  --shell: min(1240px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 0%, rgba(154, 107, 47, .08), transparent 28rem),
    linear-gradient(180deg, #faf7f1 0, var(--paper) 48rem, #f3eee6 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main { min-height: calc(100vh - 160px); }
.shell { width: var(--shell); margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.05; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }

.site-header {
  width: var(--shell);
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border: 1.5px solid var(--ink);
  border-radius: 50%; display: grid; place-items: center; position: relative;
}
.brand-mark::after {
  content: ""; width: 13px; height: 1.5px; background: var(--ink);
  position: absolute; right: -8px; bottom: 4px; transform: rotate(45deg);
  transform-origin: left;
}
.brand-mark span { width: 18px; height: 18px; border: 1px solid var(--gold); transform: rotate(45deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 23px; font-weight: 500; letter-spacing: -.03em; }
.brand-copy small { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; margin-top: 4px; }
.top-nav { display: flex; gap: 28px; font-size: 14px; }
.top-nav a { position: relative; color: var(--ink-soft); }
.top-nav a:hover { color: var(--ink); }
.top-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .2s ease; }
.top-nav a:hover::after { right: 0; }

.flash-stack { position: fixed; z-index: 100; right: 20px; top: 100px; width: min(400px, calc(100vw - 40px)); display: grid; gap: 8px; }
.flash { padding: 14px 17px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-small); border-radius: 12px; font-size: 14px; }
.flash-success { border-left: 4px solid var(--sage); }
.flash-error { border-left: 4px solid var(--rust); }

.hero { padding: 85px 0 62px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; align-items: end; }
.hero-copy { max-width: 880px; }
.eyebrow, .mini-label, .note-kicker {
  display: block; color: var(--gold-deep); font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .17em; margin-bottom: 17px;
}
.hero h1 { font-size: clamp(48px, 6.1vw, 86px); max-width: 970px; margin-bottom: 27px; }
.hero-copy > p { max-width: 790px; font-size: 19px; color: var(--ink-soft); line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: var(--ink-soft); font-size: 13px; }
.trust-row span::before { content: "◇"; color: var(--gold); margin-right: 8px; }
.hero-note { padding: 28px 27px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(255, 253, 249, .55); position: relative; }
.hero-note::before { content: ""; width: 46px; height: 46px; position: absolute; right: 23px; top: -24px; border: 1px solid var(--gold); transform: rotate(45deg); background: var(--paper); }
.hero-note strong { display: block; font-family: Georgia, serif; font-size: 29px; font-weight: 500; margin-bottom: 10px; }
.hero-note p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.search-stage { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; align-items: start; }
.search-card { background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: 42px; }
.section-heading { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-bottom: 34px; }
.section-heading > div { display: flex; align-items: center; gap: 16px; }
.section-heading h2 { font-family: Georgia, serif; font-size: 30px; font-weight: 500; margin: 0; }
.step { display: inline-grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 11px; letter-spacing: .08em; flex: 0 0 auto; }
.quiet-badge { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.field > span { font-weight: 700; font-size: 13px; }
.field small { color: #746b65; font-size: 11.5px; line-height: 1.45; }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid var(--line-strong); border-radius: 11px;
  color: var(--ink); background: #fff; padding: 13px 14px; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 116px; resize: vertical; font-size: 17px; line-height: 1.55; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(154, 107, 47, .11); }
.field input::placeholder, .field textarea::placeholder { color: #9b9189; }
.field-large > span { font-size: 15px; }
.control-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.money-input { display: flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 11px; overflow: hidden; background: #fff; }
.money-input > span { padding-left: 14px; font-family: Georgia, serif; color: var(--gold-deep); font-size: 20px; }
.money-input input { border: 0; box-shadow: none !important; padding-left: 8px; }
.advanced { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 5px 0 28px; }
.advanced summary { cursor: pointer; list-style: none; padding: 17px 0; display: flex; justify-content: space-between; font-weight: 750; font-size: 13px; }
.advanced summary::-webkit-details-marker { display: none; }
.advanced summary::after { content: "+"; color: var(--gold); font-size: 20px; font-weight: 400; }
.advanced[open] summary::after { content: "–"; }
.advanced summary span { color: #7a7069; font-weight: 400; }
.advanced-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; padding: 8px 0 12px; }
.check-card { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 14px; margin-bottom: 12px; cursor: pointer; }
.check-card input { width: 18px; height: 18px; accent-color: var(--ink); margin-top: 2px; }
.check-card span { display: flex; flex-direction: column; gap: 4px; }
.check-card strong { font-size: 13px; }
.check-card small { color: #756c65; }
.submit-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.button { border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 11px 16px; cursor: pointer; font-weight: 750; font-size: 13px; transition: transform .15s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--gold-deep); color: #fff; }
.button-primary:hover { background: #4f3011; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #322b27; }
.button-secondary { color: var(--ink); background: transparent; border: 1px solid var(--line-strong); }
.button-secondary:hover { border-color: var(--ink); }
.button-quiet { background: var(--paper-deep); color: var(--ink); }
.button-large { min-height: 53px; padding-inline: 22px; font-size: 14px; }
.button-full { width: 100%; }
.submit-note { color: #756c65; font-size: 11.5px; display: flex; align-items: center; max-width: 250px; line-height: 1.4; }
.status-dot { display: inline-block; width: 8px; height: 8px; background: #a89f98; border-radius: 50%; margin-right: 8px; flex: 0 0 auto; }
.status-live { background: var(--sage); box-shadow: 0 0 0 4px rgba(71,100,86,.12); }

.search-side { display: grid; gap: 18px; }
.side-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; background: rgba(255, 253, 249, .66); }
.side-card-accent { background: var(--ink); color: #fff; border-color: var(--ink); }
.side-card .mini-label { margin-bottom: 14px; }
.side-card-accent .mini-label { color: #d8b67f; }
.side-card h3 { font-family: Georgia, serif; font-weight: 500; font-size: 28px; margin-bottom: 23px; }
.side-card p { color: var(--ink-soft); font-size: 13.5px; }
.side-card-accent p { color: #d4cec9; }
.plain-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; font-size: 13px; color: #e0dad5; }
.plain-list li { padding-left: 18px; position: relative; }
.plain-list li::before { content: "◇"; position: absolute; left: 0; color: #d8b67f; }

.manual-section { margin-top: 78px; padding: 45px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 65px; }
.manual-copy h2 { font-family: Georgia, serif; font-weight: 500; font-size: 37px; margin: 16px 0; }
.manual-copy p { color: var(--ink-soft); }
.manual-form { padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.52); border: 1px solid var(--line); }
.manual-controls { display: grid; grid-template-columns: 190px 1fr; gap: 15px; align-items: end; }
.manual-controls .field { margin: 0; }
.manual-controls .button { min-height: 48px; }
.compact { margin: 0; }

.source-strip { padding: 74px 0 90px; }
.compact-heading { margin-bottom: 26px; }
.text-link { font-size: 13px; color: var(--gold-deep); border-bottom: 1px solid rgba(105,68,25,.3); }
.source-priority-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.source-priority-grid article { padding: 25px; background: rgba(255,255,255,.5); border: 1px solid var(--line); border-radius: var(--radius-small); }
.source-priority-grid span { display: block; color: var(--gold-deep); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.source-priority-grid strong { display: block; font-family: Georgia, serif; font-size: 20px; font-weight: 500; margin-bottom: 10px; }
.source-priority-grid p { margin: 0; font-size: 13px; color: var(--ink-soft); }

.site-footer { width: var(--shell); margin: 0 auto; min-height: 94px; padding: 24px 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #736a64; font-size: 11.5px; }
.site-footer strong { color: var(--ink); }
.footer-links { display: flex; gap: 10px; }
.footer-links a { color: var(--gold-deep); }

/* Results */
.results-hero { padding: 54px 0 27px; }
.back-link, .detail-breadcrumbs a { color: var(--gold-deep); font-size: 13px; }
.results-title-row { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 30px; align-items: end; margin-top: 32px; }
.results-title-row h1 { font-size: clamp(39px, 5vw, 66px); max-width: 960px; margin-bottom: 12px; }
.avoid-line { margin: 0; color: var(--ink-soft); }
.results-budget { border-left: 1px solid var(--line-strong); padding-left: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.results-budget small { text-transform: uppercase; letter-spacing: .13em; font-size: 9px; color: #7d736c; }
.results-budget strong { font-family: Georgia, serif; font-size: 35px; font-weight: 500; margin: 3px 0; }
.results-budget span { color: var(--ink-soft); font-size: 12px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 12px; }
.chip small { text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 900; }
.chip-must { border-color: rgba(105,68,25,.35); }
.chip-must small { color: var(--gold-deep); }
.chip-prefer small { color: var(--blue); }
.chip-avoid small { color: var(--rust); }
.chip-budget { background: var(--ink); color: #fff; }
.demo-banner { margin-top: 24px; padding: 13px 16px; background: #fff1d8; border: 1px solid #d9b778; border-radius: 10px; color: #5b421e; font-size: 13px; }
.inline-form { display: inline-block; margin: 8px 0 0 8px; }

.progress-shell { padding: 45px 0 100px; }
.progress-card { min-height: 280px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 45px; align-items: center; border: 1px solid var(--line); background: var(--white); border-radius: 28px; padding: 50px; box-shadow: var(--shadow); }
.loupe-loader { width: 132px; height: 132px; border: 2px solid var(--ink); border-radius: 50%; position: relative; display: grid; place-items: center; animation: breathe 2s ease-in-out infinite; }
.loupe-loader::after { content: ""; width: 52px; height: 2px; position: absolute; right: -40px; bottom: 4px; background: var(--ink); transform: rotate(45deg); transform-origin: left; }
.loupe-loader span { width: 56px; height: 56px; border: 1px solid var(--gold); transform: rotate(45deg); }
@keyframes breathe { 50% { transform: scale(1.035); box-shadow: 0 0 0 18px rgba(154,107,47,.05); } }
.progress-copy h2 { font-family: Georgia, serif; font-weight: 500; font-size: 39px; margin-bottom: 13px; }
.progress-copy p { color: var(--ink-soft); min-height: 25px; }
.progress-track { height: 5px; background: var(--paper-deep); border-radius: 999px; overflow: hidden; margin: 28px 0 8px; }
.progress-track span { display: block; height: 100%; background: var(--gold-deep); transition: width .45s ease; }
.progress-copy > small { color: #80766f; }
.progress-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 15px; }
.progress-principles article { border: 1px solid var(--line); padding: 18px; border-radius: 12px; }
.progress-principles strong, .progress-principles span { display: block; }
.progress-principles strong { font-size: 13px; margin-bottom: 5px; }
.progress-principles span { color: var(--ink-soft); font-size: 12px; }

.results-toolbar { min-height: 75px; display: flex; align-items: center; gap: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 27px; }
.result-count { display: flex; align-items: baseline; gap: 7px; min-width: 150px; }
.result-count strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.result-count span { font-size: 11px; color: var(--ink-soft); }
.sort-tabs { display: flex; align-self: stretch; overflow-x: auto; flex: 1; }
.sort-tabs a { padding: 0 15px; display: inline-flex; align-items: center; white-space: nowrap; color: #716862; font-size: 12px; border-bottom: 2px solid transparent; }
.sort-tabs a.active { color: var(--ink); border-bottom-color: var(--gold); font-weight: 750; }
.rejected-toggle { color: var(--gold-deep); font-size: 11px; white-space: nowrap; }
.results-grid { display: grid; gap: 22px; padding-bottom: 60px; }
.lot-card { display: grid; grid-template-columns: 315px minmax(0, 1fr); min-height: 390px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; box-shadow: var(--shadow-small); }
.lot-rejected { opacity: .72; filter: saturate(.7); }
.lot-hidden { opacity: .66; filter: saturate(.45); border-style: dashed; }
.lot-image, .detail-image, .watch-image { position: relative; background: linear-gradient(145deg, #e8dfd3, #f5efe7); overflow: hidden; }
.lot-image { min-height: 390px; }
.lot-image img, .detail-image img, .watch-image img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2; }
.image-placeholder { position: absolute; inset: 0; display: grid; place-items: center; z-index: 1; }
.image-placeholder::before { content: ""; width: 120px; height: 120px; border: 1px solid rgba(105,68,25,.32); border-radius: 50%; }
.image-placeholder::after { content: ""; width: 47px; height: 47px; border: 1px solid rgba(105,68,25,.45); position: absolute; transform: rotate(45deg); }
.image-placeholder i { width: 12px; height: 12px; background: rgba(105,68,25,.3); transform: rotate(45deg); position: absolute; }
.image-placeholder.large::before { width: 170px; height: 170px; }
.image-placeholder.large::after { width: 68px; height: 68px; }
.image-badges { position: absolute; left: 14px; top: 14px; z-index: 3; display: flex; flex-wrap: wrap; gap: 6px; }
.image-badges span, .corner-tag { color: #fff; background: rgba(23,19,17,.83); backdrop-filter: blur(8px); border-radius: 999px; padding: 6px 9px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.lot-card-body { padding: 26px 29px 23px; display: flex; flex-direction: column; }
.lot-source-row { display: flex; justify-content: space-between; gap: 20px; color: #796f68; font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; }
.lot-card h2 { font-family: Georgia, serif; font-weight: 500; font-size: 27px; line-height: 1.13; margin: 12px 0 13px; }
.lot-card h2 a:hover { color: var(--gold-deep); }
.verdict-row { display: flex; gap: 10px; align-items: center; margin-bottom: 18px; }
.fit-note { margin: -10px 0 16px; font-size: 10px; line-height: 1.35; color: #756c65; }
.fit-note::before { content: "Fit · "; color: #99918a; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }
.fit-broader { color: #8a6250; }
.fit-unassessed { color: #7d746d; }
.verdict-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.deal-grade { margin-left: auto; min-width: 46px; text-align: center; padding: 5px 9px; border-radius: 999px; background: var(--paper-deep); font-size: 10px; font-weight: 900; }
.grade-a { background: #dceadd; color: #274c2b; }
.grade-b { background: #e4ecdd; color: #415626; }
.grade-c { background: #f0e5c8; color: #624a16; }
.grade-watch { background: #e4e8ef; color: #34475f; }
.grade-over-ceiling { background: #f0dcd8; color: #713b32; }
.money-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 18px; }
.money-panel > div { padding: 12px 14px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.money-panel > div:last-child { border-right: 0; }
.money-panel small, .decision-stats small, .watch-numbers small, .value-summary small { color: #7b716a; text-transform: uppercase; letter-spacing: .09em; font-size: 8px; }
.money-panel strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; white-space: nowrap; }
.money-panel span { color: #81766e; font-size: 9px; }
.max-hammer-cell { background: #fbf5ea; }
.score-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.score-strip > span { display: flex; align-items: center; justify-content: space-between; padding-bottom: 6px; border-bottom: 3px solid var(--paper-deep); position: relative; }
.score-strip > span::after { content: ""; position: absolute; left: 0; bottom: -3px; width: var(--score); height: 3px; background: var(--gold); }
.score-strip > span.risk-meter::after { background: var(--rust); }
.score-strip small { font-size: 8.5px; text-transform: uppercase; letter-spacing: .05em; color: #7c726b; }
.score-strip b { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }
.evidence-list { list-style: none; padding: 0; margin: 0 0 13px; display: flex; flex-wrap: wrap; gap: 6px; }
.evidence-list li { padding: 5px 8px; background: #f2eee7; border-radius: 6px; font-size: 10px; }
.warning-line { color: #7a4e3f; font-size: 10.5px; padding-left: 14px; position: relative; margin-bottom: 10px; }
.warning-line::before { content: "!"; position: absolute; left: 0; font-weight: 900; }
.warning-box { color: #753b31; background: #f8e9e5; border-radius: 8px; padding: 8px 10px; font-size: 10px; margin-bottom: 10px; }
.warning-box strong { margin-right: 8px; }
.card-actions { display: flex; align-items: center; gap: 9px; margin-top: auto; }
.card-actions form { margin-left: auto; }
.icon-button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; cursor: pointer; font-size: 20px; }
.icon-button.active { color: var(--wine); background: #f5e7eb; border-color: #b68b98; }
.result-footnote { padding: 25px 28px; margin-bottom: 70px; border: 1px solid var(--line); border-radius: var(--radius-small); display: flex; gap: 18px; background: rgba(255,255,255,.45); }
.result-footnote strong { white-space: nowrap; }
.result-footnote p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.empty-state { text-align: center; padding: 80px 20px; grid-column: 1 / -1; }
.empty-gem { width: 70px; height: 70px; margin: 0 auto 25px; border: 1px solid var(--gold); transform: rotate(45deg); display: grid; place-items: center; font-size: 30px; color: var(--gold); }
.empty-gem + h2, .empty-state h1 { font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.empty-state p { max-width: 590px; margin: 0 auto 26px; color: var(--ink-soft); }
.empty-state code { display: block; margin: 0 auto 25px; max-width: 800px; padding: 12px; background: #2a2421; color: #fff; border-radius: 8px; overflow-wrap: anywhere; }
.page-error { padding-top: 120px; padding-bottom: 150px; }

/* Detail */
.detail-shell { padding: 36px 0 100px; }
.detail-breadcrumbs { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; color: #7d736c; font-size: 12px; }
.detail-layout { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 55px; align-items: start; }
.detail-media-column { position: sticky; top: 20px; display: grid; gap: 17px; }
.detail-image { aspect-ratio: 4 / 5; border: 1px solid var(--line); border-radius: var(--radius); }
.corner-tag { position: absolute; left: 15px; top: 15px; z-index: 3; }
.thumb-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.thumb-row img { aspect-ratio: 1; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.source-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-small); padding: 22px; }
.source-card .mini-label { margin-bottom: 8px; }
.source-card h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 500; margin-bottom: 8px; }
.source-card p { color: var(--ink-soft); font-size: 12.5px; }
.source-card dl { margin: 18px 0; border-top: 1px solid var(--line); }
.source-card dl div { display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding: 8px 0; font-size: 11px; }
.source-card dt { color: #786f68; }
.source-card dd { margin: 0; text-align: right; }
.detail-header { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.detail-header h1 { font-size: clamp(42px, 5vw, 67px); margin: 18px 0 18px; }
.detail-verdict { justify-content: flex-start; }
.detail-verdict .deal-grade { margin-left: 0; }
.critical-box { margin: 20px 0; padding: 18px; background: #f8e8e4; color: #6e392f; border-left: 4px solid var(--rust); border-radius: 8px; }
.critical-box strong { display: block; margin-bottom: 7px; }
.critical-box ul { margin: 0; padding-left: 19px; }
.decision-panel { margin: 27px 0 20px; display: grid; grid-template-columns: minmax(220px, .9fr) minmax(0, 1.5fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.decision-primary { padding: 28px; background: var(--ink); color: #fff; }
.decision-primary > span { display: block; color: #d7c4a3; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.decision-primary > strong { display: block; font-family: Georgia, serif; font-size: 47px; font-weight: 500; margin: 5px 0; }
.decision-primary > small { display: block; color: #d7c4a3; margin: -1px 0 9px; font-size: 10px; }
.decision-primary p { margin: 0; color: #cfc7c1; font-size: 11px; }
.decision-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.decision-stats > div { padding: 26px 18px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.decision-stats > div:last-child { border: 0; }
.decision-stats strong { font-family: Georgia, serif; font-size: 23px; font-weight: 500; margin: 5px 0; }
.decision-stats span { color: #7b716a; font-size: 10px; }
.score-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.score-detail-grid article { padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.45); }
.score-detail-grid article > div { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.score-detail-grid span { color: #756b65; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.score-detail-grid strong { font-family: Georgia, serif; font-weight: 500; font-size: 21px; }
meter { width: 100%; height: 5px; display: block; margin-top: 9px; accent-color: var(--gold); }
.score-detail-grid .risk meter { accent-color: var(--rust); }
.detail-section { padding: 46px 0; border-bottom: 1px solid var(--line); }
.detail-section-heading { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 15px; margin-bottom: 24px; }
.detail-section-heading > span { color: var(--gold); font-size: 10px; font-weight: 900; padding-top: 7px; }
.detail-section-heading h2 { font-family: Georgia, serif; font-size: 31px; font-weight: 500; margin-bottom: 7px; }
.detail-section-heading p { color: var(--ink-soft); margin: 0; font-size: 13px; }
.reason-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.reason-columns > div { border: 1px solid var(--line); background: rgba(255,255,255,.5); padding: 18px; border-radius: 11px; }
.reason-columns h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 15px; }
.check-list, .signal-list, .warning-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: var(--ink-soft); font-size: 11px; }
.check-list li, .signal-list li, .warning-list li { padding-left: 16px; position: relative; }
.check-list li::before { content: "✓"; color: var(--sage); position: absolute; left: 0; font-weight: 900; }
.signal-list li::before { content: "◇"; color: var(--gold); position: absolute; left: 0; }
.warning-list li::before { content: "!"; color: var(--rust); position: absolute; left: 2px; font-weight: 900; }
.attribute-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.attribute-grid > div { min-height: 85px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.attribute-grid > div:nth-child(3n) { border-right: 0; }
.attribute-grid > div:nth-last-child(-n+3) { border-bottom: 0; }
.attribute-grid small { color: #7c726a; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.attribute-grid strong { font-family: Georgia, serif; font-weight: 500; font-size: 19px; margin-top: 5px; }
.attribute-grid span { color: #7c726a; font-size: 10px; }
.stone-table { margin-top: 14px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.stone-row { display: grid; grid-template-columns: 1.1fr .8fr 1fr 1fr 1.3fr; gap: 10px; padding: 12px 14px; border-bottom: 1px solid var(--line); font-size: 11px; align-items: center; }
.stone-row:last-child { border: 0; }
.stone-head { background: var(--paper-deep); color: #716761; text-transform: uppercase; letter-spacing: .07em; font-size: 8px; }
.evidence-drawer, .catalogue-copy { margin-top: 15px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.4); }
.evidence-drawer summary, .catalogue-copy summary { cursor: pointer; padding: 14px 16px; display: flex; justify-content: space-between; font-size: 12px; font-weight: 750; }
.evidence-drawer summary span { color: #7a7069; font-weight: 400; }
.evidence-records { padding: 0 16px 16px; display: grid; gap: 9px; }
.evidence-records article { padding: 13px; background: var(--white); border-radius: 8px; border: 1px solid var(--line); }
.evidence-records article > div { display: flex; justify-content: space-between; gap: 15px; font-size: 10px; }
.evidence-records blockquote { margin: 9px 0; color: var(--ink-soft); font-family: Georgia, serif; font-size: 13px; }
.evidence-records small { color: #81766f; font-size: 9px; }
.screening-reference { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; padding: 12px 14px; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.5); }
.screening-reference strong { font-size: 11px; }
.screening-reference span { color: var(--ink-soft); font-size: 10px; }
.cost-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cost-card { border: 1px solid var(--line); border-radius: 12px; background: var(--white); overflow: hidden; }
.cost-card > div { display: flex; justify-content: space-between; align-items: baseline; padding: 17px; border-bottom: 1px solid var(--line); }
.cost-card > div span { text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.cost-card > div strong { font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.cost-card dl { margin: 0; padding: 9px 17px 14px; }
.cost-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 5px 0; font-size: 10.5px; }
.cost-card dt { color: #766d66; }
.cost-card dd { margin: 0; }
.cost-card-high { border-color: rgba(152,83,58,.35); }
.saving-callout { display: flex; justify-content: space-between; gap: 15px; margin-top: 12px; padding: 12px 14px; border-radius: 8px; background: #e8f0e9; color: #34503b; font-size: 11px; }
.assumption-list { margin: 15px 0 0; padding-left: 18px; color: #796f68; font-size: 10px; }
.unknown-panel { padding: 20px; background: #eee9e1; color: #665e59; border-radius: 10px; font-size: 12px; }
.value-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.value-summary > div { padding: 16px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.value-summary > div:last-child { border: 0; }
.value-summary strong { font-family: Georgia, serif; font-size: 23px; font-weight: 500; margin-top: 3px; }
.method-copy { color: var(--ink-soft); font-size: 12px; margin: 15px 0; }
.comp-table { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.comp-row { display: grid; grid-template-columns: minmax(0, 2.2fr) .7fr .65fr .4fr; gap: 12px; align-items: center; padding: 13px 15px; border-bottom: 1px solid var(--line); font-size: 10.5px; }
.comp-row:last-child { border: 0; }
.comp-row > div { display: flex; flex-direction: column; }
.comp-row a { font-weight: 750; }
.comp-row small { color: #7a7069; font-size: 8.5px; }
.comp-head { background: var(--paper-deep); color: #746a64; text-transform: uppercase; letter-spacing: .06em; font-size: 8px; }
.comp-kind { width: fit-content; padding: 4px 6px; border-radius: 5px; background: #e9e4dc; }
.kind-sold { background: #dfeade; color: #38533c; }
.kind-dealer-asking { background: #e2e7ef; color: #3e4c61; }
.kind-auction-estimate { background: #eee5d5; color: #6a5330; }
.diligence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.diligence-grid label { display: flex; gap: 11px; border: 1px solid var(--line); border-radius: 10px; padding: 14px; background: rgba(255,255,255,.45); cursor: pointer; }
.diligence-grid input { margin-top: 3px; accent-color: var(--ink); }
.diligence-grid span { display: flex; flex-direction: column; gap: 4px; color: var(--ink-soft); font-size: 10px; }
.diligence-grid strong { color: var(--ink); font-size: 11px; }
.detail-actions { display: flex; gap: 10px; padding: 25px 0; }
.taste-panel { display: grid; grid-template-columns: 1.2fr 1fr; gap: 25px; padding: 26px; background: var(--ink); color: #fff; border-radius: var(--radius); }
.taste-panel .mini-label { color: #d8b67f; margin-bottom: 7px; }
.taste-panel h2 { font-family: Georgia, serif; font-weight: 500; font-size: 27px; margin-bottom: 8px; }
.taste-panel p { margin: 0; color: #cbc3bd; font-size: 11px; }
.taste-actions { display: flex; flex-wrap: wrap; gap: 8px; align-content: center; }
.taste-panel .button-secondary { color: #fff; border-color: rgba(255,255,255,.35); }
.hide-form { width: 100%; display: flex; gap: 7px; }
.hide-form input { min-width: 0; flex: 1; border-radius: 8px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; padding: 9px; font-size: 11px; }
.catalogue-copy { margin-top: 17px; }
.catalogue-copy p { padding: 0 17px 17px; white-space: pre-wrap; color: var(--ink-soft); font-size: 11px; max-height: 400px; overflow: auto; }

/* Watchlist */
.simple-hero, .method-hero { padding: 78px 0 48px; }
.simple-hero h1, .method-hero h1 { font-size: clamp(50px, 7vw, 88px); margin-bottom: 15px; }
.simple-hero p, .method-hero p { max-width: 760px; color: var(--ink-soft); font-size: 17px; }
.watch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-bottom: 100px; }
.watch-card { display: grid; grid-template-columns: 170px 1fr; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); overflow: hidden; min-height: 220px; }
.watch-image { min-height: 220px; }
.watch-card > div:last-child { padding: 22px; }
.watch-card h2 { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.watch-numbers { display: flex; gap: 25px; border-top: 1px solid var(--line); padding-top: 13px; }
.watch-numbers span { display: flex; flex-direction: column; }
.watch-numbers strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }

/* Method */
.method-hero { max-width: 1000px; margin-left: calc((100vw - min(1240px, calc(100vw - 40px))) / 2); }
.method-flow { border-top: 1px solid var(--line); }
.method-flow article { display: grid; grid-template-columns: 80px 260px minmax(0, 1fr); gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.method-flow article > span { color: var(--gold); font-size: 11px; font-weight: 900; }
.method-flow h2 { font-family: Georgia, serif; font-weight: 500; font-size: 25px; margin: 0; }
.method-flow p { margin: 0; color: var(--ink-soft); }
.method-section { padding: 78px 0 20px; }
.method-heading { max-width: 840px; margin-bottom: 29px; }
.method-heading > span { color: var(--gold-deep); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 10px; }
.method-heading h2 { font-family: Georgia, serif; font-size: 42px; font-weight: 500; margin: 10px 0; }
.method-heading p { color: var(--ink-soft); }
.grade-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.grade-grid article { min-height: 220px; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.45); }
.grade-grid article > strong { display: inline-grid; min-width: 38px; height: 38px; padding: 0 8px; place-items: center; background: var(--paper-deep); border-radius: 50%; font-family: Georgia, serif; }
.grade-grid h3 { font-family: Georgia, serif; font-size: 19px; font-weight: 500; margin: 25px 0 10px; }
.grade-grid p { color: var(--ink-soft); font-size: 11px; }
.grade-grid .grade-a > strong { background: #dceadd; color: #274c2b; }
.grade-grid .grade-b > strong { background: #e4ecdd; color: #415626; }
.grade-grid .grade-c > strong { background: #f0e5c8; color: #624a16; }
.source-table { border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.source-row { display: grid; grid-template-columns: 1.1fr 2.4fr .65fr .65fr; gap: 16px; padding: 13px 16px; border-bottom: 1px solid var(--line); align-items: center; font-size: 11px; }
.source-row:last-child { border: 0; }
.source-row > span { color: var(--ink-soft); }
.source-head { background: var(--paper-deep); text-transform: uppercase; letter-spacing: .08em; color: #746a64; font-size: 8px; }
.tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tech-grid article { border: 1px solid var(--line); border-radius: 12px; padding: 20px; background: rgba(255,255,255,.45); }
.tech-grid h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.tech-grid p { color: var(--ink-soft); font-size: 11px; margin: 0; }
.limits-section { margin-top: 80px; margin-bottom: 100px; padding: 48px; background: var(--ink); color: #fff; border-radius: 28px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; }
.limits-section .eyebrow { color: #d8b67f; }
.limits-section h2 { font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.limits-section ul { margin: 0; padding-left: 19px; color: #d2cbc5; display: grid; gap: 12px; font-size: 12px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; gap: 35px; }
  .hero-note { max-width: 420px; }
  .search-stage { grid-template-columns: 1fr; }
  .search-side { grid-template-columns: repeat(2, 1fr); }
  .lot-card { grid-template-columns: 260px 1fr; }
  .detail-layout { grid-template-columns: 320px 1fr; gap: 35px; }
  .decision-panel { grid-template-columns: 1fr; }
  .decision-stats > div { min-height: 105px; }
  .grade-grid { grid-template-columns: repeat(3, 1fr); }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 26px, 1240px); }
  .site-header { min-height: 72px; }
  .brand-copy small { display: none; }
  .top-nav { gap: 16px; font-size: 12px; }
  .hero { padding: 55px 0 42px; }
  .hero h1 { font-size: 47px; }
  .search-card { padding: 25px; border-radius: 20px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 25px; }
  .quiet-badge { display: none; }
  .control-grid, .advanced-grid, .source-priority-grid { grid-template-columns: 1fr; }
  .submit-row { align-items: stretch; flex-direction: column; }
  .submit-note { max-width: none; }
  .search-side { grid-template-columns: 1fr; }
  .manual-section { grid-template-columns: 1fr; gap: 25px; }
  .source-strip { padding-top: 55px; }
  .compact-heading { align-items: flex-start; flex-direction: column; }
  .site-footer { flex-direction: column; align-items: flex-start; justify-content: center; }
  .results-title-row { grid-template-columns: 1fr; }
  .results-budget { border-left: 0; border-top: 1px solid var(--line); padding: 15px 0 0; }
  .progress-card { grid-template-columns: 1fr; padding: 35px; }
  .loupe-loader { width: 90px; height: 90px; }
  .progress-principles { grid-template-columns: 1fr; }
  .results-toolbar { align-items: flex-start; flex-wrap: wrap; padding: 13px 0; }
  .sort-tabs { order: 3; width: 100%; min-height: 45px; }
  .lot-card { grid-template-columns: 1fr; }
  .lot-image { min-height: 330px; }
  .money-panel { grid-template-columns: 1fr; }
  .money-panel > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .money-panel > div:last-child { border-bottom: 0; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-media-column { position: static; }
  .detail-image { max-height: 600px; }
  .decision-stats { grid-template-columns: 1fr; }
  .decision-stats > div { border-right: 0; border-bottom: 1px solid var(--line); min-height: 90px; }
  .score-detail-grid, .reason-columns, .attribute-grid, .cost-columns, .value-summary, .diligence-grid { grid-template-columns: 1fr 1fr; }
  .attribute-grid > div { border-right: 1px solid var(--line) !important; border-bottom: 1px solid var(--line) !important; }
  .attribute-grid > div:nth-child(2n) { border-right: 0 !important; }
  .attribute-grid > div:nth-last-child(-n+2) { border-bottom: 0 !important; }
  .stone-table { overflow-x: auto; }
  .stone-row { min-width: 680px; }
  .comp-table { overflow-x: auto; }
  .comp-row { min-width: 700px; }
  .taste-panel { grid-template-columns: 1fr; }
  .watch-grid { grid-template-columns: 1fr; }
  .method-flow article { grid-template-columns: 45px 1fr; }
  .method-flow p { grid-column: 2; }
  .grade-grid { grid-template-columns: repeat(2, 1fr); }
  .source-table { overflow-x: auto; }
  .source-row { min-width: 760px; }
  .limits-section { grid-template-columns: 1fr; gap: 20px; padding: 32px; }
}

@media (max-width: 520px) {
  .brand-mark { width: 35px; height: 35px; }
  .top-nav { gap: 12px; }
  .hero h1 { font-size: 39px; }
  .hero-copy > p { font-size: 16px; }
  .search-card { padding: 19px; }
  .section-heading > div { align-items: flex-start; }
  .manual-controls { grid-template-columns: 1fr; }
  .results-title-row h1 { font-size: 38px; }
  .lot-image { min-height: 280px; }
  .lot-card-body { padding: 20px; }
  .score-strip { grid-template-columns: repeat(2, 1fr); }
  .result-footnote { flex-direction: column; }
  .detail-header h1 { font-size: 39px; }
  .decision-primary > strong { font-size: 40px; }
  .score-detail-grid, .reason-columns, .attribute-grid, .cost-columns, .value-summary, .diligence-grid { grid-template-columns: 1fr; }
  .attribute-grid > div { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .attribute-grid > div:last-child { border-bottom: 0 !important; }
  .taste-actions { flex-direction: column; align-items: stretch; }
  .hide-form { flex-direction: column; }
  .detail-actions { flex-direction: column; }
  .watch-card { grid-template-columns: 1fr; }
  .watch-image { min-height: 270px; }
  .method-hero h1 { font-size: 46px; }
  .grade-grid, .tech-grid { grid-template-columns: 1fr; }
  .limits-section h2 { font-size: 34px; }
}

/* Expert bid desk */
.bid-desk-section { border-top-color: #b99a68; }
.bid-desk-intro { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 30px; align-items: end; margin-bottom: 20px; }
.bid-desk-intro h3 { margin: 5px 0 7px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.bid-desk-intro p { margin: 0; max-width: 700px; color: var(--ink-soft); font-size: 11px; }
.fee-confidence { padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.5); display: flex; flex-direction: column; }
.fee-confidence span { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.fee-confidence strong { margin: 3px 0; font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.fee-confidence small { color: var(--ink-soft); font-size: 9px; }
.bid-desk-form { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 12px 12px 0 0; overflow: hidden; background: rgba(255,255,255,.45); }
.bid-input { min-width: 0; padding: 13px 14px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bid-input:nth-child(4n) { border-right: 0; }
.bid-input label { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.bid-input > div { display: flex; align-items: baseline; gap: 4px; }
.bid-input input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: Georgia, serif; font-size: 22px; }
.bid-input > div > span { color: var(--gold-deep); font-size: 11px; font-weight: 800; }
.bid-input:focus-within { background: #fff; box-shadow: inset 0 -2px 0 var(--gold); }
.bid-input-emphasis { background: var(--paper-deep); }
.bid-input-emphasis input { font-size: 25px; }
.bid-form-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 20px; padding: 11px 14px; }
.text-button { padding: 0; border: 0; background: none; color: var(--gold-deep); cursor: pointer; font: inherit; font-size: 9px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.bid-output { display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid var(--ink); border-top: 0; border-radius: 0 0 12px 12px; overflow: hidden; background: var(--ink); color: #fff; }
.bid-output-primary, .bid-output-secondary { padding: 23px; display: flex; flex-direction: column; justify-content: center; }
.bid-output-primary { border-right: 1px solid rgba(255,255,255,.16); }
.bid-output-primary > span, .bid-output-secondary > span { color: #d8cfc7; text-transform: uppercase; letter-spacing: .11em; font-size: 8px; }
.bid-output-primary strong { margin: 5px 0 1px; font-family: Georgia, serif; font-size: 42px; line-height: 1; font-weight: 500; color: #fff; }
.bid-output-secondary strong { margin: 7px 0 2px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; color: #fff; }
.bid-output-primary small, .bid-output-secondary small { color: #bfb6af; font-size: 9px; }
.bid-breakdown { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.bid-breakdown > div { padding: 12px 14px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }
.bid-breakdown dt { color: #bfb6af; font-size: 8px; }
.bid-breakdown dd { margin: 2px 0 0; font-family: Georgia, serif; font-size: 17px; }
.bid-breakdown .bid-total { background: rgba(216,182,127,.13); }
.bid-breakdown .bid-total dd { color: #ead3ae; }
.bid-desk-warning { margin: 13px 0 0; padding: 12px 14px; border-left: 3px solid var(--gold); background: var(--paper-deep); color: var(--ink-soft); font-size: 10px; }
.bid-desk-warning strong { color: var(--ink); }
.diligence-tools { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 16px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.48); }
.diligence-tools > div { display: flex; flex-direction: column; gap: 3px; }
.diligence-tools strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }
.diligence-tools span { color: var(--ink-soft); font-size: 10px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 900px) {
  .bid-desk-intro { grid-template-columns: 1fr; }
  .fee-confidence { max-width: 320px; }
  .bid-desk-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bid-input:nth-child(4n) { border-right: 1px solid var(--line); }
  .bid-input:nth-child(3n) { border-right: 0; }
  .bid-breakdown { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .bid-desk-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bid-input:nth-child(3n) { border-right: 1px solid var(--line); }
  .bid-input:nth-child(2n) { border-right: 0; }
  .bid-form-actions { flex-direction: column; align-items: flex-start; }
  .bid-output { grid-template-columns: 1fr; }
  .bid-output-primary { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .bid-output-primary strong { font-size: 35px; }
  .diligence-tools { align-items: stretch; flex-direction: column; }
}

/* 2026 editorial refresh -------------------------------------------------- */
:root {
  --ink: #171717;
  --ink-soft: #625f5d;
  --paper: #ffffff;
  --paper-deep: #f4f2ef;
  --white: #ffffff;
  --line: #e4e1dd;
  --line-strong: #cbc6c0;
  --gold: #85705e;
  --gold-deep: #5a4638;
  --gold-pale: #eee8e2;
  --wine: #563946;
  --sage: #4f6857;
  --rust: #9a5949;
  --blue: #495b6e;
  --shadow: 0 28px 80px rgba(23, 23, 23, .07);
  --shadow-small: 0 14px 40px rgba(23, 23, 23, .055);
  --radius: 10px;
  --radius-small: 7px;
  --shell: min(1240px, calc(100vw - 64px));
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html { background: #fff; }
body {
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
::selection { background: #eae4df; }
:focus-visible { outline: 2px solid #5a504a; outline-offset: 3px; }
.skip-link {
  position: fixed;
  z-index: 200;
  left: 16px;
  top: 12px;
  padding: 9px 12px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus-visible { transform: translateY(0); }

.site-header {
  width: min(1360px, calc(100vw - 64px));
  min-height: 84px;
  background: rgba(255,255,255,.94);
  border-color: var(--line);
}
.brand { gap: 11px; }
.brand-mark {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.brand-mark::after, .brand-mark span { display: none; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.045em;
}
.brand-copy small { margin-top: 3px; color: #827d79; font-size: 8px; letter-spacing: .18em; }
.top-nav { gap: clamp(18px, 3vw, 38px); font-size: 12px; letter-spacing: .035em; }
.top-nav a { color: #6c6865; padding: 6px 0; }
.top-nav a.active { color: var(--ink); }
.top-nav a::after { bottom: -5px; background: var(--ink); }
.top-nav a.active::after { right: 0; }
.nav-logout { display: flex; margin: 0; padding-left: clamp(2px, 1vw, 10px); border-left: 1px solid var(--line); }
.nav-logout button { padding: 6px 0; border: 0; background: transparent; color: #8a8581; cursor: pointer; font: inherit; font-size: 10px; letter-spacing: .04em; }
.nav-logout button:hover { color: var(--ink); }

.site-footer { min-height: 104px; font-size: 10.5px; color: #797572; }
.footer-links a { color: var(--ink); }

.eyebrow, .form-kicker, .mini-label, .note-kicker {
  display: block;
  margin-bottom: 15px;
  color: #746b65;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* Home */
.home-hero {
  min-height: 515px;
  padding: 86px 0 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(35px, 7vw, 110px);
  align-items: center;
}
.home-intro { max-width: 830px; position: relative; z-index: 2; }
.home-intro h1 {
  margin: 0 0 29px;
  font-size: clamp(56px, 6.2vw, 91px);
  line-height: .98;
}
.home-intro h1 em { color: #716860; font-weight: 400; }
.home-intro > p { max-width: 685px; margin-bottom: 27px; color: #66615d; font-size: 17px; line-height: 1.7; }
.home-promise { display: flex; flex-wrap: wrap; gap: 10px 27px; color: #696460; font-size: 11px; }
.home-promise span { position: relative; padding-left: 15px; }
.home-promise span::before { content: ""; position: absolute; left: 0; top: .64em; width: 5px; height: 5px; border-radius: 50%; background: #aaa09a; }
.hero-diamond { margin: 0; align-self: center; opacity: .92; }
.hero-diamond img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }

.search-stage { display: block; }
.search-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 62px);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  border-radius: 2px;
  box-shadow: var(--shadow);
}
.search-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 39px; }
.search-card-heading h2 { margin: 0; font-size: clamp(31px, 4vw, 46px); }
.search-card-heading .form-kicker { margin-bottom: 8px; }
.private-note { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #77716d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

.field { gap: 8px; margin-bottom: 24px; }
.field > span { font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.field > label:not(.inline-option) { font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.field > span i { color: #96908b; font-size: 9px; font-style: normal; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.field small { color: #746b65; font-size: 10.5px; }
.field input, .field textarea, .field select {
  min-height: 49px;
  padding: 13px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
}
.field textarea { min-height: 118px; padding: 17px 18px; font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: #6f6761; box-shadow: 0 0 0 3px rgba(80,70,62,.08); }
.field input::placeholder, .field textarea::placeholder { color: #aaa5a1; }
.field-query { margin-bottom: 23px; }
.field-avoid { margin-bottom: 33px; }
.essential-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.money-input { min-height: 49px; border-color: var(--line-strong); border-radius: 3px; }
.money-input > span { color: #655d57; font-family: var(--serif); font-size: 19px; }
.money-input input { min-height: 47px; }
.inline-option { display: flex; align-items: center; gap: 8px; margin-top: 2px; color: #6f6965; cursor: pointer; font-size: 10px; }
.inline-option input { width: 14px; min-height: 14px; height: 14px; margin: 0; padding: 0; border-radius: 0; accent-color: var(--ink); }
.advanced { margin: 2px 0 31px; border-color: var(--line); }
.advanced summary { padding: 17px 0; font-size: 11px; font-weight: 600; }
.advanced summary span { font-size: 10px; }
.advanced summary::after { color: var(--ink); }
.check-card { border-radius: 3px; background: #faf9f7; }
.button { border-radius: 2px; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.button-primary, .button-dark { background: var(--ink); }
.button-primary:hover, .button-dark:hover { background: #393532; }
.button-large { min-width: 230px; min-height: 54px; }
.submit-note { max-width: 320px; color: #746b65; font-size: 10.5px; }

.manual-section {
  margin-top: 110px;
  padding: 76px 0;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(45px, 8vw, 110px);
}
.manual-copy h2 { margin: 8px 0 17px; font-size: clamp(35px, 4vw, 48px); }
.manual-copy p { max-width: 430px; color: #716c68; font-size: 13px; line-height: 1.7; }
.manual-form { padding: 0; border: 0; border-radius: 0; background: transparent; }
.manual-controls { grid-template-columns: minmax(190px, .65fr) 1fr; }

.quiet-proof { padding: 90px 0 115px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; position: relative; }
.quiet-proof h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.05; }
.quiet-proof ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quiet-proof li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.quiet-proof li > span { color: #9a938e; font-size: 9px; letter-spacing: .1em; }
.quiet-proof li p { margin: 0; color: #74706d; font-size: 12px; }
.quiet-proof li strong { display: block; margin-bottom: 3px; color: var(--ink); font-family: var(--serif); font-size: 17px; font-weight: 400; }
.demo-form { position: absolute; left: 0; bottom: 116px; }
.demo-form .text-button { color: var(--ink); font-size: 10px; letter-spacing: .04em; text-decoration-color: #aaa29c; }

/* Search result header and controls */
.results-hero { padding: 56px 0 35px; }
.back-link { color: #756e69; font-size: 11px; }
.results-title-row { grid-template-columns: minmax(0, 1fr) 175px; margin-top: 40px; }
.results-title-row .eyebrow { margin-bottom: 10px; }
.results-title-row h1 { max-width: 920px; margin-bottom: 14px; font-size: clamp(40px, 5vw, 67px); line-height: 1.03; }
.avoid-line { color: #76716d; font-size: 12px; }
.avoid-line span { margin-right: 8px; color: #9a5949; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.results-budget { border-color: var(--line); }
.results-budget small { color: #88817c; }
.results-budget strong { font-family: var(--serif); font-size: 32px; }
.intent-details { margin-top: 25px; }
.intent-details > summary { width: fit-content; color: #716a65; cursor: pointer; font-size: 10.5px; text-decoration: underline; text-decoration-color: #cfc9c4; text-underline-offset: 4px; }
.intent-details .chip-row { margin-top: 15px; }
.chip { border-radius: 2px; background: #fff; font-size: 10.5px; }
.demo-banner { border-radius: 2px; background: #f8f3e9; border-color: #ddcfb4; }

.results-toolbar { min-height: 68px; margin-bottom: 30px; gap: 26px; border-color: var(--line); }
.result-count { min-width: 125px; }
.result-count strong { font-family: var(--serif); font-size: 28px; }
.sort-tabs a { padding: 0 17px; color: #77716d; font-size: 10.5px; }
.sort-tabs a.active { border-bottom-color: var(--ink); }
.result-view-menu { position: relative; }
.result-view-menu summary { cursor: pointer; list-style: none; padding: 7px 10px; border: 1px solid var(--line); font-size: 10px; }
.result-view-menu summary::-webkit-details-marker { display: none; }
.result-view-menu[open] { z-index: 20; }
.result-view-menu > a { display: none; }
.result-view-menu[open] > a { position: absolute; right: 0; top: calc(100% + 5px); display: block; width: 190px; padding: 11px 13px; border: 1px solid var(--line); background: #fff; font-size: 10px; box-shadow: var(--shadow-small); }
.result-view-menu[open] > a + a { top: calc(100% + 38px); border-top: 0; }

/* Calm, scan-first lot cards */
.results-grid { max-width: 1120px; gap: 26px; }
.lot-card {
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 375px;
  border-radius: 2px;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.lot-card:hover { border-color: #c7c1bc; box-shadow: var(--shadow-small); }
.lot-image { min-height: 375px; background: #f4f2f0; }
.lot-image img { object-fit: cover; }
.image-badges span { border-radius: 2px; background: rgba(22,22,22,.83); }
.lot-card-body { padding: 25px 29px 22px; }
.lot-source-row { color: #7a7470; font-size: 9px; letter-spacing: .12em; }
.lot-card h2 { margin: 10px 0 11px; font-family: var(--serif); font-size: clamp(24px, 2.5vw, 31px); font-weight: 400; line-height: 1.11; }
.verdict-row { margin-bottom: 16px; }
.verdict-label { color: #453f3b; font-size: 9px; letter-spacing: .12em; }
.deal-grade { margin-left: 0; border-radius: 2px; font-size: 9px; }
.match-summary { margin-bottom: 16px; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; }
.match-summary > span { padding-top: 2px; color: #918b87; font-size: 8px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.match-summary ul { margin: 0; padding: 0; list-style: none; color: #615c58; font-size: 10.5px; }
.match-summary li + li { margin-top: 3px; }
.match-summary li::before { content: "—"; margin-right: 7px; color: #aaa39d; }
.money-panel { margin-bottom: 11px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; }
.money-panel > div { min-height: 69px; padding: 11px 13px; }
.money-panel > div:first-child { padding-left: 0; }
.money-panel small { margin-bottom: 3px; color: #8d8782; }
.money-panel strong { font-family: var(--serif); font-size: 18px; }
.money-panel span { color: #8a847f; }
.coverage-line { margin: -2px 0 13px; padding: 9px 0; display: grid; grid-template-columns: auto auto minmax(150px, 1fr); gap: 10px 22px; align-items: end; border-bottom: 1px solid var(--line); }
.coverage-line > div { display: flex; flex-direction: column; }
.coverage-line small { color: #8d8782; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.coverage-line strong { margin-top: 2px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.coverage-line p { margin: 0 0 2px; color: #8a847f; font-size: 9px; line-height: 1.35; }
.coverage-line-detail { margin: 12px 0 30px; padding: 14px 17px; grid-template-columns: 150px 170px minmax(180px, 1fr); border: 1px solid var(--line); background: #faf9f7; }
.coverage-line-detail strong { font-size: 23px; }
.max-hammer-cell { padding-left: 16px !important; background: #f7f5f2; }
.warning-line { margin: 7px 0 4px; padding: 8px 10px; border-radius: 2px; background: #f8f3ee; color: #755e50; font-size: 9.5px; }
.warning-line strong { color: #59483d; }
.warning-box { border-radius: 2px; }
.card-analysis { margin-top: 3px; }
.card-analysis > summary { width: fit-content; padding: 7px 0; color: #77716d; cursor: pointer; font-size: 9.5px; text-decoration: underline; text-decoration-color: #d0cbc6; text-underline-offset: 3px; }
.card-analysis .score-strip { margin: 6px 0 10px; }
.score-strip small { font-size: 8px; }
.score-strip b { font-size: 10px; }
.score-strip > span::after { background: #7d7067; }
.card-actions { margin-top: auto; padding-top: 10px; border: 0; }
.card-actions .button { min-width: 130px; }
.save-button { min-height: 36px; padding: 0 11px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 2px; background: #fff; color: #5e5956; cursor: pointer; font: inherit; font-size: 10px; }
.save-button span { font-size: 16px; line-height: 1; }
.save-button:hover, .save-button.active { border-color: #8d8179; color: var(--ink); }
.save-button.active span { color: var(--wine); }
.result-footnote { border-radius: 2px; background: #faf9f7; }

/* Search progress */
.progress-card { border-radius: 2px; box-shadow: var(--shadow-small); }
.loupe-loader { width: 128px; height: 128px; border: 0; border-radius: 50%; overflow: hidden; animation: breathe 2.2s ease-in-out infinite; }
.loupe-loader::after, .loupe-loader span { display: none; }
.loupe-loader img { width: 100%; height: 100%; object-fit: contain; }
.progress-copy h2 { font-family: var(--serif); font-weight: 400; }
.progress-track { height: 3px; }
.progress-track span { background: #5a504a; }
.progress-principles article { border-radius: 2px; }

/* The private-access screen deliberately shares the product's calm language. */
main.shell > .hero {
  min-height: calc(100vh - 30px);
  padding: 8vh 0;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
  align-items: center;
}
main.shell > .hero .hero-copy h1 { font-size: clamp(58px, 8vw, 104px); }
main.shell > .hero .hero-copy p { max-width: 520px; color: #716b67; }
main.shell > .hero .search-card { width: 100%; padding: 35px; }

/* Carry the quieter editorial language through supporting pages. */
.detail-image, .source-card, .decision-panel, .score-detail-grid article,
.reason-columns > div, .attribute-grid, .stone-table, .evidence-drawer,
.catalogue-copy, .screening-reference, .cost-card, .value-summary, .comp-table,
.diligence-grid label, .watch-card, .source-table, .grade-grid article,
.tech-grid article, .bid-desk-form, .bid-output, .diligence-tools { border-radius: 2px; }
.simple-hero h1, .method-hero h1, .detail-header h1,
.detail-section-heading h2, .source-card h3, .decision-primary > strong,
.cost-card > div strong, .value-summary strong, .watch-card h2,
.method-heading h2, .grade-grid h3, .tech-grid h3 { font-family: var(--serif); font-weight: 400; }
.taste-panel, .limits-section { border-radius: 3px; }

@media (max-width: 1000px) {
  .home-hero { min-height: 460px; grid-template-columns: minmax(0, 1fr) 280px; gap: 35px; }
  .hero-diamond { opacity: .8; }
  .quiet-proof { gap: 45px; }
  .lot-card { grid-template-columns: 255px minmax(0, 1fr); }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .site-header { width: calc(100vw - 32px); min-height: 72px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy small { display: none; }
  .top-nav { gap: 17px; font-size: 10.5px; }
  .home-hero { min-height: auto; padding: 62px 0 52px; grid-template-columns: minmax(0, 1fr) 170px; gap: 5px; }
  .home-intro h1 { font-size: clamp(48px, 10vw, 69px); }
  .home-intro > p { font-size: 15px; }
  .hero-diamond { opacity: .45; }
  .search-card { padding: 30px 25px; }
  .essential-controls, .advanced-grid { grid-template-columns: 1fr; }
  .search-card-heading { margin-bottom: 30px; }
  .manual-section { margin-top: 70px; padding: 58px 0; grid-template-columns: 1fr; gap: 30px; }
  .manual-controls { grid-template-columns: minmax(180px, .7fr) 1fr; }
  .quiet-proof { padding: 65px 0 90px; grid-template-columns: 1fr; gap: 35px; }
  .demo-form { position: static; grid-column: 1 / -1; }
  .results-toolbar { flex-wrap: wrap; padding: 10px 0; }
  .sort-tabs { order: 3; min-height: 43px; flex-basis: 100%; }
  .sort-tabs a { padding: 0 13px; }
  .result-view-menu { margin-left: auto; }
  .lot-card { grid-template-columns: 230px minmax(0, 1fr); }
  .lot-image { min-height: 350px; }
  .money-panel { grid-template-columns: repeat(2, 1fr); }
  .money-panel > div { border-bottom: 0; }
  .money-panel > div:nth-child(2) { border-right: 0; }
  .money-panel .max-hammer-cell { grid-column: 1 / -1; border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 24px, 1240px); }
  .site-header { width: calc(100vw - 24px); }
  .brand-copy strong { font-size: 22px; }
  .top-nav { gap: 13px; }
  .top-nav .nav-method { display: none; }
  .nav-logout { padding-left: 7px; }
  .home-hero { padding: 51px 0 43px; display: block; position: relative; overflow: hidden; }
  .home-intro { max-width: 100%; }
  .home-intro h1 { max-width: 350px; margin-bottom: 22px; font-size: 49px; }
  .home-intro > p { max-width: 95%; margin-bottom: 21px; font-size: 14px; line-height: 1.65; }
  .home-promise { gap: 7px 15px; font-size: 9.5px; }
  .hero-diamond { position: absolute; z-index: 0; width: 165px; right: -45px; top: 14px; opacity: .16; }
  .search-card { width: calc(100% + 8px); margin-left: -4px; padding: 25px 19px; box-shadow: 0 18px 55px rgba(23,23,23,.055); }
  .search-card-heading { display: block; margin-bottom: 26px; }
  .search-card-heading h2 { font-size: 31px; }
  .private-note { display: none; }
  .field { margin-bottom: 21px; }
  .field textarea { min-height: 128px; padding: 14px; font-size: 19px; }
  .field-avoid { margin-bottom: 27px; }
  .advanced summary { gap: 18px; }
  .advanced summary span { display: none; }
  .submit-row { flex-direction: column; align-items: stretch; }
  .button-large { width: 100%; }
  .submit-note { max-width: none; }
  .manual-copy h2 { font-size: 37px; }
  .manual-controls { grid-template-columns: 1fr; }
  .quiet-proof h2 { font-size: 38px; }
  .site-footer { min-height: 125px; gap: 10px; }
  .footer-links { flex-wrap: wrap; }
  .results-hero { padding-top: 35px; }
  .results-title-row { margin-top: 26px; }
  .results-title-row h1 { font-size: 39px; }
  .results-budget { display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 12px; }
  .results-budget small { grid-column: 1 / -1; }
  .results-budget strong { font-size: 27px; }
  .progress-card { padding: 27px 21px; }
  .progress-copy h2 { font-size: 31px; }
  .progress-principles { display: none; }
  .results-toolbar { gap: 12px; }
  .result-count { min-width: 0; }
  .lot-card { grid-template-columns: 1fr; }
  .lot-image { min-height: 0; aspect-ratio: 4 / 3; }
  .lot-card-body { padding: 21px 18px 18px; }
  .lot-card h2 { font-size: 27px; }
  .match-summary { grid-template-columns: 1fr; gap: 5px; }
  .money-panel { grid-template-columns: 1fr; }
  .money-panel > div, .money-panel > div:first-child { min-height: 62px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .money-panel .max-hammer-cell { grid-column: auto; padding-left: 10px !important; border-top: 0; border-bottom: 0; }
  .coverage-line, .coverage-line-detail { grid-template-columns: 1fr 1fr; }
  .coverage-line p { grid-column: 1 / -1; }
  .card-actions { gap: 8px; }
  .card-actions .button { flex: 1; }
  .result-footnote { padding: 21px; }
  main.shell > .hero { min-height: auto; padding: 65px 0; grid-template-columns: 1fr; gap: 35px; }
  main.shell > .hero .hero-copy h1 { font-size: 52px; }
  main.shell > .hero .search-card { margin: 0; }
}

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