:root {
  --ink: #172322;
  --muted: #667270;
  --paper: #f6f3ed;
  --white: #fffdfa;
  --forest: #123a35;
  --forest-2: #0a2d2a;
  --mint: #d9ebe4;
  --gold: #d8a84e;
  --gold-dark: #9f7226;
  --line: #dcded8;
  --red: #b8584d;
  --shadow: 0 24px 70px rgba(25, 47, 43, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.55; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, label, input, select, textarea { touch-action: manipulation; }
a { color: inherit; }
:focus-visible { outline: 3px solid rgba(216,168,78,.7); outline-offset: 3px; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 37px; height: 37px; border-radius: 11px; display: grid; place-items: center; color: var(--paper); background: var(--forest); font-family: Manrope, sans-serif; font-weight: 800; transform: rotate(-7deg); }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand b { font: 800 16px Manrope, sans-serif; letter-spacing: -.02em; }
.brand small { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; margin-top: 4px; }
nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 600; }
nav a { text-decoration: none; color: #485653; }
.quiet-button { border: 1px solid #cbd0ca; border-radius: 100px; background: transparent; padding: 9px 15px; color: #485653; cursor: pointer; }
.quiet-button:hover, nav a:hover { color: var(--forest); border-color: var(--forest); }

.section-shell { max-width: 1200px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.hero { min-height: 630px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding-top: 55px; padding-bottom: 85px; position: relative; }
.hero:before { content: ""; width: 420px; height: 420px; border-radius: 50%; position: absolute; right: -110px; top: 30px; background: radial-gradient(circle, rgba(216,168,78,.18), rgba(216,168,78,0) 70%); pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 2px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 23px 0 24px; font: 800 clamp(45px, 5.6vw, 72px)/1.02 Manrope, sans-serif; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold-dark); font-style: normal; }
.hero-lede { max-width: 620px; color: #56625f; font-size: 18px; }
.hero-actions { display: flex; gap: 23px; align-items: center; margin-top: 34px; }
.primary-button, .secondary-button { border: 0; border-radius: 10px; padding: 13px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.primary-button { background: var(--forest); color: white; box-shadow: 0 9px 23px rgba(18,58,53,.15); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 13px 26px rgba(18,58,53,.22); background: var(--forest-2); }
.secondary-button { border: 1px solid var(--line); background: white; color: var(--ink); }
.secondary-button:disabled { opacity: .42; cursor: default; }
.text-link { font-weight: 700; text-underline-offset: 4px; }
.microcopy { margin-top: 26px; font-size: 12px; color: #77817f; }
.microcopy span { color: #5d9f7c; font-size: 9px; margin-right: 6px; }

.buy-card { background: var(--white); border: 1px solid rgba(18,58,53,.09); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); position: relative; z-index: 1; transform: rotate(1.4deg); }
.buy-card:before { content: ""; position: absolute; left: 25px; right: 25px; top: -7px; height: 14px; background: var(--gold); border-radius: 50%; z-index: -1; opacity: .9; }
.buy-card-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px 16px; border-bottom: 1px solid #e8e9e4; }
.buy-card-head p { margin: 0; font: 700 13px Manrope; text-transform: uppercase; letter-spacing: .1em; }
.buy-card-head span { color: #287251; background: #e1f1e7; border-radius: 100px; padding: 5px 10px; font-size: 11px; font-weight: 700; }
.category-stack { padding: 8px 14px; }
.category-stack > div { display: flex; gap: 14px; align-items: center; padding: 13px 10px; }
.category-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; background: #eef2eb; border-radius: 12px; color: var(--forest); font-size: 20px; }
.category-stack p { display: grid; margin: 0; }
.category-stack b { font-size: 14px; }
.category-stack small { color: #78817f; font-size: 12px; }
.store-callout { width: calc(100% - 28px); margin: 2px 14px 12px; padding: 12px 14px; border: 1px solid #d9c28d; border-radius: 10px; background: #fbf4e4; color: #6c511b; display: flex; align-items: center; justify-content: space-between; cursor: pointer; text-align: left; }
.store-callout span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.store-callout b { font-size: 11px; }
.store-callout i { font-style: normal; margin-left: 6px; }
.store-callout:hover { border-color: var(--gold-dark); background: #f8edcf; }
.card-footer { background: var(--forest); color: white; padding: 17px 24px; display: grid; }
.card-footer span { color: #a9c5bc; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.card-footer b { font-size: 13px; }

.fit-section { background: var(--forest); color: white; padding: 92px 0; }
.fit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.eyebrow.light { color: #e1ba6f; }
.fit-intro h2 { font: 800 clamp(34px, 4vw, 49px)/1.08 Manrope; letter-spacing: -.045em; margin: 18px 0; }
.fit-intro p { color: #b8cbc5; max-width: 470px; }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fit-card { border-radius: 16px; padding: 25px; }
.yes-card { background: #fffdfa; color: var(--ink); }
.no-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); color: white; }
.fit-card-title { display: flex; gap: 10px; align-items: center; }
.fit-card-title span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; font-weight: 800; }
.yes-card .fit-card-title span { color: #287251; background: #e0efe5; }
.no-card .fit-card-title span { color: #f0a296; background: rgba(184,88,77,.2); }
.fit-card h3 { margin: 0; font: 800 17px Manrope; }
.fit-card ul { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.fit-card li { position: relative; padding-left: 18px; font-size: 13px; }
.fit-card li:before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); position: absolute; left: 0; top: .65em; }
.no-card li { color: #c3d3cf; }

.offer-section { padding-top: 94px; padding-bottom: 100px; }
.offer-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.offer-heading h2 { margin: 13px 0 8px; font: 800 clamp(35px, 4vw, 51px)/1.1 Manrope; letter-spacing: -.04em; }
.offer-heading p { color: var(--muted); margin: 0; }
.process-strip { display: flex; align-items: center; gap: 9px; font-size: 11px; color: var(--muted); white-space: nowrap; }
.process-strip span { display: flex; align-items: center; gap: 6px; }
.process-strip b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--forest); background: var(--mint); }
.process-strip i { width: 20px; height: 1px; background: #c8ceca; }
.intake-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 24px; }
.intake-card { background: var(--white); border: 1px solid #e2e1dc; border-radius: 18px; padding: 28px; box-shadow: 0 18px 52px rgba(31,49,45,.07); }
.intake-type-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 24px; }
.intake-type { border: 1px solid #dce0db; border-radius: 11px; background: #fafaf7; color: var(--ink); padding: 12px 14px; display: grid; text-align: left; cursor: pointer; }
.intake-type span { font-size: 14px; font-weight: 800; }
.intake-type small { color: var(--muted); font-size: 12px; }
.intake-type.active { border-color: var(--forest); background: #eaf2ee; box-shadow: inset 0 0 0 1px var(--forest); }
.form-progress { display: flex; border-bottom: 1px solid #e4e5e1; margin-bottom: 30px; }
.progress-step { flex: 1; border: 0; background: none; color: #8a9290; padding: 0 5px 18px; font-size: 12px; font-weight: 700; cursor: pointer; position: relative; }
.progress-step:after { content: ""; position: absolute; height: 2px; left: 7px; right: 7px; bottom: -1px; background: transparent; }
.progress-step span { display: inline-grid; place-items: center; width: 22px; height: 22px; background: #eceeea; border-radius: 50%; margin-right: 6px; }
.progress-step.active { color: var(--forest); }
.progress-step.active:after { background: var(--gold); }
.progress-step.active span { background: var(--forest); color: white; }
.form-step { display: none; min-height: 440px; }
.form-step.active { display: block; animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.step-kicker { color: var(--gold-dark); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .14em; }
.form-step h3 { font: 800 25px Manrope; letter-spacing: -.025em; margin: 6px 0; }
.step-help { margin: 0 0 24px; color: var(--muted); font-size: 15px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-grid label { border: 1px solid #dfe2dd; border-radius: 12px; padding: 15px; display: grid; cursor: pointer; position: relative; transition: .15s; }
.choice-grid label:has(input:checked) { border-color: var(--forest); background: #edf4f0; box-shadow: inset 0 0 0 1px var(--forest); }
.choice-grid input { position: absolute; opacity: 0; }
.choice-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #f0f1ed; color: var(--forest); font-size: 17px; margin-bottom: 10px; }
.choice-grid b { font-size: 13px; }
.choice-grid small { color: var(--muted); font-size: 11px; }
.fields-row { margin-top: 20px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; margin-top: 15px; position: relative; }
.field > span, .calculated-field > span { font-size: 14px; font-weight: 700; color: #485653; }
.field em { font-style: normal; color: #9aa19f; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d9ddd8; border-radius: 9px; background: white; padding: 11px 12px; color: var(--ink); outline: none; transition: .15s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,58,53,.08); }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: var(--red); }
.money-field i { position: absolute; left: 13px; bottom: 11px; font-style: normal; color: var(--muted); }
.money-field input { padding-left: 27px; }
.calculated-field { margin-top: 15px; display: grid; align-content: center; background: #eef3ef; border-radius: 10px; padding: 12px 15px; }
.calculated-field strong { font: 800 24px Manrope; color: var(--forest); }
.calculated-field small { color: var(--muted); font-size: 10px; }
.inline-question { border: 0; padding: 0; margin: 20px 0 0; display: flex; gap: 18px; align-items: center; }
.inline-question legend { float: left; font-size: 14px; font-weight: 700; color: #485653; margin-right: 15px; }
.inline-question label { font-size: 14px; cursor: pointer; }
.inline-question input, .check-row input { accent-color: var(--forest); }
.store-inventory-fieldset { border: 0; padding: 0; margin: 20px 0 0; }
.store-inventory-fieldset legend { font-size: 11px; font-weight: 700; color: #485653; }
.store-inventory-fieldset legend small { color: #939b98; font-weight: 500; margin-left: 5px; }
.store-inventory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.store-inventory-fieldset.invalid .store-inventory-grid { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 10px; }
.store-inventory-grid label { border: 1px solid #dfe2dd; border-radius: 10px; padding: 10px 11px; display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.store-inventory-grid label:has(input:checked) { border-color: var(--forest); background: #edf4f0; }
.store-inventory-grid input { accent-color: var(--forest); margin-top: 3px; }
.store-inventory-grid span { display: grid; }
.store-inventory-grid b { font-size: 11px; }
.store-inventory-grid small { color: var(--muted); font-size: 9px; }
.store-logistics { margin-top: 4px; }
.store-scope-note { margin-top: 14px; border-left: 3px solid var(--gold); background: #faf4e7; color: #6d5b36; padding: 10px 12px; font-size: 10px; }
.pricing-note { margin-top: 23px; padding: 14px 16px; border-radius: 11px; display: flex; gap: 11px; background: #f7f0df; color: #705921; }
.pricing-note > span { flex: 0 0 22px; height: 22px; border: 1px solid #d2b164; border-radius: 50%; display: grid; place-items: center; font-family: Georgia; font-weight: 700; }
.pricing-note p { margin: 0; font-size: 11px; }
.drop-zone { min-height: 165px; border: 1.5px dashed #9eada5; border-radius: 13px; padding: 22px; display: grid; place-items: center; align-content: center; text-align: center; cursor: pointer; background: #fbfbf8; transition: .15s; position: relative; }
.drop-zone.drag { border-color: var(--forest); background: #edf4f0; }
.drop-zone:focus-within { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,58,53,.1); }
.drop-zone.processing { opacity: .72; pointer-events: none; }
.drop-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.drop-zone b { font-size: 16px; margin-top: 9px; }
.drop-zone small { max-width: 390px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.upload-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); font-weight: 800; }
.photo-message { min-height: 21px; margin: 8px 2px 0; color: var(--muted); font-size: 13px; }
.photo-message.success { color: #287251; }
.photo-message.warning { color: #7b5b18; }
.photo-message.error { color: #963e35; }
.photo-preview { display: flex; gap: 10px; margin-top: 8px; overflow-x: auto; padding: 2px 1px 4px; }
.photo-thumb { width: 76px; height: 76px; border-radius: 9px; overflow: hidden; position: relative; flex: 0 0 auto; border: 1px solid var(--line); background: #eef1ed; }
.photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.photo-thumb button { position: absolute; top: 4px; right: 4px; width: 26px; height: 26px; border: 0; border-radius: 50%; background: rgba(0,0,0,.76); color: white; display: grid; place-items: center; cursor: pointer; line-height: 1; }
.or-divider { display: flex; align-items: center; gap: 10px; color: #a1a8a5; font-size: 10px; margin-top: 14px; }
.or-divider:before, .or-divider:after { content: ""; height: 1px; background: #e1e3df; flex: 1; }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; color: #5f6967; font-size: 14px; }
.check-row input { margin-top: 3px; }
.consent-row { background: #f4f6f2; border: 1px solid #dfe5df; border-radius: 10px; padding: 12px; }
.consent-row b { color: var(--ink); }
.review-summary { margin-top: 20px; background: #f1f4f0; border-radius: 12px; padding: 14px 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.review-summary span { display: grid; color: var(--muted); font-size: 10px; }
.review-summary b { color: var(--ink); font-size: 12px; }
.form-actions { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #e3e5e0; margin-top: 25px; }
.submit-button { display: none; }
.form-alert { display: none; color: #963e35; background: #fae7e4; border-radius: 8px; padding: 11px 13px; font-size: 14px; margin-top: 14px; }
.form-alert.show { display: block; }

.assessment-card { background: var(--forest); color: white; border-radius: 18px; padding: 23px; position: sticky; top: 18px; box-shadow: 0 18px 50px rgba(18,58,53,.16); }
.assessment-head { display: flex; justify-content: space-between; align-items: center; color: #abc0ba; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.badge { border-radius: 100px; padding: 5px 8px; font-size: 9px; letter-spacing: .03em; }
.badge.neutral { color: #c6d5d1; background: rgba(255,255,255,.1); }
.badge.strong { color: #194f3a; background: #c5edd6; }
.badge.review { color: #684c16; background: #f4dda7; }
.badge.unlikely { color: #802f26; background: #f4c6bf; }
.score-ring { --score: 0; width: 108px; height: 108px; border-radius: 50%; margin: 27px auto 20px; display: grid; place-items: center; background: conic-gradient(var(--gold) calc(var(--score) * 1%), rgba(255,255,255,.1) 0); position: relative; }
.score-ring:after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: var(--forest); }
.score-ring > span { z-index: 1; display: grid; text-align: center; }
.score-ring b { font: 800 29px Manrope; }
.score-ring small { color: #9fb5af; font-size: 9px; text-transform: uppercase; }
.assessment-card h3 { font: 800 20px Manrope; text-align: center; margin: 0 0 8px; }
.assessment-card > p { color: #b6c9c4; font-size: 12px; text-align: center; margin: 0 3px 22px; }
.assessment-lines { border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); padding: 11px 0; display: grid; gap: 1px; }
.assessment-lines div { display: flex; justify-content: space-between; padding: 7px 1px; font-size: 11px; }
.assessment-lines span { color: #a9beb8; }
.assessment-lines b { font-weight: 700; color: white; }
.assessment-lines b.good { color: #9fe0b9; }
.assessment-lines b.warn { color: #efcd83; }
.assessment-lines b.bad { color: #ee9b90; }
.assessment-foot { color: #95aaa4; font-size: 9px; line-height: 1.55; margin-top: 16px; }

footer { min-height: 116px; max-width: 1200px; padding: 31px 28px; margin: 0 auto; border-top: 1px solid #dcded9; display: flex; align-items: center; gap: 45px; color: var(--muted); font-size: 11px; }
.footer-brand { margin-right: auto; }

.modal { border: 0; border-radius: 18px; padding: 31px; width: min(92vw, 510px); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(8,28,26,.72); backdrop-filter: blur(4px); }
.modal-close { position: absolute; right: 14px; top: 12px; border: 0; background: none; font-size: 25px; color: #7e8885; cursor: pointer; }
.success-modal { text-align: center; }
.success-modal h2, .admin-modal h2 { font: 800 28px Manrope; margin: 7px 0; }
.success-modal p { color: var(--muted); }
.success-check { width: 58px; height: 58px; border-radius: 50%; background: #d9efe1; color: #267149; display: grid; place-items: center; margin: 0 auto 16px; font-size: 27px; }
.admin-modal { width: min(94vw, 880px); max-height: 88vh; }
.admin-error { color: var(--red); font-size: 12px; }
.admin-title-row { display: flex; justify-content: space-between; align-items: center; }
.queue-stats { display: flex; gap: 10px; margin: 17px 0; }
.queue-stats span { background: #eff3ef; border-radius: 8px; padding: 8px 11px; font-size: 11px; }
.notification-setup { display: grid; gap: 2px; margin: 14px 0 0; padding: 11px 13px; border-radius: 9px; border: 1px solid #ead9ad; background: #fbf5e6; color: #725b25; }
.notification-setup b { font-size: 11px; }
.notification-setup span { font-size: 9px; line-height: 1.4; }
.notification-setup.ready { border-color: #badbc7; background: #eaf5ee; color: #245f3f; }
.offer-list { display: grid; gap: 10px; overflow: auto; max-height: 58vh; padding-right: 4px; }
.offer-row { border: 1px solid var(--line); border-radius: 12px; padding: 15px; display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.offer-row h3 { margin: 0; font: 800 15px Manrope; }
.offer-row p { grid-column: 1/-1; margin: 0; font-size: 11px; color: var(--muted); }
.offer-row .offer-meta { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1/-1; }
.offer-row .offer-meta span { background: #f1f3ef; border-radius: 6px; padding: 5px 7px; font-size: 10px; }
.offer-row .badge { align-self: start; }
.offer-row-actions { display: flex; align-items: center; gap: 7px; }
.inventory-grade { display: inline-flex; align-items: center; justify-content: center; min-width: 29px; min-height: 24px; border-radius: 7px; padding: 4px 8px; font: 800 10px Manrope; }
.grade-a { background: #ccebd8; color: #18563a; }
.grade-b { background: #dcebd2; color: #47602a; }
.grade-c { background: #f4dfae; color: #725315; }
.grade-d { background: #f2c8c1; color: #82372d; }
.grade-pending { background: #eceeeb; color: #737c79; }
.delete-offer-button { border: 0; background: transparent; color: #9b4b42; padding: 4px; font-size: 10px; font-weight: 700; cursor: pointer; }
.delete-offer-button:hover { text-decoration: underline; }
.stored-photo-actions { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 7px; }
.photo-open-button { border: 1px solid #c9d2cd; background: #f5f7f4; color: var(--forest); border-radius: 7px; padding: 7px 10px; font-size: 10px; font-weight: 700; cursor: pointer; }
.photo-open-button:hover { border-color: var(--forest); background: #edf4f0; }
.offer-row details { grid-column: 1/-1; font-size: 11px; }
.offer-row summary { cursor: pointer; color: var(--forest); font-weight: 700; }
.offer-row dl { display: grid; grid-template-columns: 130px 1fr; gap: 5px; }
.offer-row dt { color: var(--muted); }
.offer-row dd { margin: 0; overflow-wrap: anywhere; }
.empty-queue { padding: 30px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 12px; }
.grade-panel { grid-column: 1/-1; border-top: 1px solid var(--line); margin-top: 4px; padding-top: 13px; }
.contact-panel { grid-column: 1/-1; border-top: 1px solid var(--line); margin-top: 4px; padding-top: 13px; }
.contact-panel-head, .contact-consent-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.contact-panel-head > div { display: grid; }
.contact-panel-head b { font-size: 12px; }
.contact-panel-head small, .contact-consent-row p { color: var(--muted); font-size: 9px; margin: 0; }
.contact-state { background: #eceeeb; color: #6f7775; border-radius: 100px; padding: 5px 8px; font-size: 9px; font-weight: 700; }
.contact-state.approved { background: #ccebd8; color: #18563a; }
.contact-controls { display: grid; grid-template-columns: minmax(150px, 1fr) auto auto; gap: 8px; align-items: end; margin-top: 11px; }
.contact-controls label { display: grid; gap: 4px; }
.contact-controls label span { color: #5f6967; font-size: 9px; font-weight: 700; }
.contact-controls select { min-width: 0; border: 1px solid #d7dcd7; border-radius: 7px; background: white; color: var(--ink); padding: 8px 9px; font-size: 10px; }
.contact-controls .secondary-button, .contact-consent-row .secondary-button { padding: 8px 11px; font-size: 10px; }
.contact-consent-row { align-items: center; margin-top: 9px; }
.grade-panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.grade-panel-head > div { display: grid; }
.grade-panel-head b { font-size: 12px; }
.grade-panel-head small { color: var(--muted); font-size: 9px; }
.grade-badges { display: flex !important; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; }
.confidence-pill { border-radius: 100px; padding: 5px 8px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.confidence-high { color: #18563a; background: #ccebd8; }
.confidence-medium { color: #725315; background: #f4dfae; }
.confidence-low { color: #82372d; background: #f2c8c1; }
.purchase-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.purchase-summary-grid > div { display: grid; gap: 2px; padding: 11px; border: 1px solid #dfe5df; border-radius: 9px; background: #f6f8f5; }
.purchase-summary-grid > .ceiling-card { border-color: #ead9ad; background: #fbf5e6; }
.purchase-summary-grid span { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.purchase-summary-grid b { font: 800 13px Manrope; color: var(--forest); }
.purchase-summary-grid small { color: var(--muted); font-size: 9px; }
.profit-line { padding: 8px 10px; border-radius: 7px; background: #edf4f0; color: #315c4d !important; }
.score-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 14px; margin-top: 9px; }
.score-breakdown > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; padding: 5px 0; border-bottom: 1px solid #edf0ed; }
.score-breakdown span { display: grid; font-size: 9px; font-weight: 700; }
.score-breakdown small { color: var(--muted); font-size: 8px; font-weight: 400; }
.score-breakdown b { color: var(--forest); font-size: 10px; }
.purchase-refine { margin-top: 10px; padding: 10px 11px; border: 1px solid #dfe3df; border-radius: 9px; background: #fcfdfb; }
.purchase-refine summary { min-height: 28px; display: flex; align-items: center; }
.purchase-refine > p { margin: 5px 0 0; font-size: 9px; }
.grade-inputs.purchase-inputs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.purchase-inputs label:first-child { grid-column: auto; }
.calculation-note { padding: 8px 10px; background: #f1f3ef; border-radius: 7px; }
.grade-inputs { display: grid; grid-template-columns: 1.35fr .7fr .7fr; gap: 9px; margin-top: 11px; }
.grade-inputs label, .grade-notes { display: grid; gap: 4px; }
.grade-inputs span, .grade-notes span { color: #5f6967; font-size: 9px; font-weight: 700; }
.grade-inputs input, .grade-inputs select, .grade-notes textarea { min-width: 0; border: 1px solid #d7dcd7; border-radius: 7px; background: white; color: var(--ink); padding: 8px 9px; font-size: 10px; }
.grade-notes { margin-top: 9px; }
.grade-notes em { color: #969d9b; font-style: normal; font-weight: 500; }
.grade-save-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 10px; }
.grade-save-row p { margin: 0; color: var(--muted); font-size: 9px; }
.grade-save-row .secondary-button { padding: 8px 11px; font-size: 10px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 360px; gap: 30px; }
  .hero h1 { font-size: 50px; }
  .fit-grid { grid-template-columns: 1fr; gap: 35px; }
  .intake-layout { grid-template-columns: 1fr; }
  .assessment-card { position: relative; top: 0; }
  .score-ring { margin-top: 20px; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 18px; }
  nav a { display: none; }
  .section-shell { padding-left: 18px; padding-right: 18px; }
  .hero { display: block; min-height: auto; padding-top: 54px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lede { font-size: 16px; }
  .buy-card { margin-top: 55px; transform: none; }
  .fit-section { padding: 68px 0; }
  .fit-columns { grid-template-columns: 1fr; }
  .offer-section { padding-top: 68px; padding-bottom: 70px; }
  .offer-heading { display: block; }
  .process-strip { margin-top: 25px; overflow: auto; padding-bottom: 4px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .hero-actions .primary-button { min-height: 50px; }
  .hero-actions .text-link { text-align: center; }
  .intake-card { padding: 17px 14px; border-radius: 14px; }
  .form-progress { margin-bottom: 24px; }
  .progress-step { min-height: 55px; padding-bottom: 12px; display: grid; justify-items: center; align-content: start; gap: 4px; font-size: 11px; line-height: 1.1; }
  .progress-step span { width: 29px; height: 29px; font-size: 13px; margin: 0; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .choice-grid label { min-height: 112px; padding: 13px; }
  .intake-type-picker, .store-inventory-grid { grid-template-columns: 1fr; }
  .intake-type { min-height: 70px; padding: 13px 14px; }
  .two-col { grid-template-columns: 1fr; gap: 0; }
  .inline-question { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; }
  .inline-question legend { grid-column: 1/-1; float: none; }
  .inline-question label { min-height: 44px; display: flex; align-items: center; gap: 6px; padding-right: 7px; }
  .field input, .field select, .field textarea { min-height: 48px; padding: 12px 13px; font-size: 16px; }
  .field textarea { min-height: 104px; }
  .drop-zone { min-height: 190px; padding: 24px 18px; border-width: 2px; }
  .upload-icon { width: 46px; height: 46px; font-size: 20px; }
  .photo-message { min-height: 25px; font-size: 14px; }
  .photo-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .photo-thumb { width: 100%; height: auto; aspect-ratio: 1; }
  .photo-thumb button { width: 32px; height: 32px; font-size: 18px; }
  .check-row input { width: 20px; height: 20px; flex: 0 0 auto; }
  .review-summary { grid-template-columns: 1fr; }
  .form-step { min-height: 0; }
  .form-actions { position: sticky; z-index: 5; bottom: 0; margin: 25px -14px -17px; padding: 13px 14px calc(13px + env(safe-area-inset-bottom)); background: rgba(255,253,250,.96); backdrop-filter: blur(10px); }
  .form-actions .primary-button, .form-actions .secondary-button { min-height: 50px; }
  .form-actions .primary-button { margin-left: auto; }
  .modal { max-height: calc(100vh - 24px); padding: 27px 20px calc(22px + env(safe-area-inset-bottom)); overflow: auto; }
  footer { display: grid; gap: 12px; padding-left: 18px; padding-right: 18px; }
  .offer-row dl { grid-template-columns: 1fr; gap: 0; }
  .offer-row dd { margin-bottom: 7px; }
  .grade-panel-head { flex-direction: column; }
  .grade-badges { justify-content: flex-start; }
  .purchase-summary-grid { grid-template-columns: 1fr; }
  .score-breakdown { grid-template-columns: 1fr; }
  .grade-inputs { grid-template-columns: 1fr 1fr; }
  .grade-inputs label:first-child { grid-column: 1/-1; }
  .purchase-inputs label:first-child { grid-column: auto; }
  .purchase-inputs input, .purchase-inputs select, .grade-notes textarea { min-height: 44px; font-size: 16px; }
  .grade-save-row { align-items: flex-start; flex-direction: column; }
  .contact-controls { grid-template-columns: 1fr 1fr; }
  .contact-controls label { grid-column: 1/-1; }
  .contact-controls .secondary-button { min-height: 44px; }
  .contact-consent-row { align-items: flex-start; flex-direction: column; }
}
