:root {
  --navy: #07264d;
  --navy-deep: #031d3a;
  --green: #16863d;
  --green-dark: #0c6d31;
  --green-soft: #eaf5e8;
  --cream: #f8f8f3;
  --line: #dfe6e1;
  --muted: #536277;
  --white: #fff;
  --danger: #a6281d;
  --shadow: 0 18px 50px rgba(7, 38, 77, .09);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); line-height: 1.55; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--navy); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem, 4vw, 3rem); min-height: 5.25rem; padding: .85rem clamp(1rem, 5vw, 5rem); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 850; line-height: .88; text-decoration: none; font-size: 1.05rem; }
.brand-mark { position: relative; display: grid; place-items: center; width: 2.55rem; height: 2.8rem; color: var(--green); border: 2px solid currentColor; border-radius: .45rem .45rem .68rem .68rem; font-size: 1.25rem; }
.brand-mark::before { content: ""; position: absolute; top: -.55rem; width: 1.1rem; height: .65rem; border: 2px solid currentColor; border-bottom: 0; border-radius: .65rem .65rem 0 0; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1rem, 3vw, 2.4rem); font-size: .9rem; font-weight: 750; }
.desktop-nav a, .footer-nav a { text-decoration: none; }
.desktop-nav a:hover, .footer-nav a:hover { color: var(--green); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3rem; padding: .75rem 1.1rem; color: white; background: var(--green); border: 1px solid var(--green); border-radius: .7rem; box-shadow: 0 9px 22px rgba(22,134,61,.2); font-weight: 800; text-decoration: none; }
.header-cta:hover, .button:hover { background: var(--green-dark); }
.home-section { padding-inline: clamp(1.2rem, 6vw, 6rem); }
.hero { min-height: min(49rem, calc(100vh - 5rem)); display: grid; grid-template-columns: minmax(0, .96fr) minmax(24rem, 1.04fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(3.5rem, 8vw, 7rem); overflow: hidden; background: linear-gradient(115deg, #fff 0%, #fcfbf5 58%, #eef5e9 100%); }
.eyebrow { margin: 0 0 1rem; color: var(--green-dark); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.05; }
h1 { max-width: 11ch; margin-bottom: 1.4rem; font-size: clamp(3.2rem, 6.4vw, 6.6rem); letter-spacing: -.05em; }
h1 em { color: var(--green); font-style: normal; }
h2 { margin-bottom: 1rem; font-size: clamp(2.25rem, 4.5vw, 4.3rem); letter-spacing: -.035em; }
h3 { margin-bottom: .5rem; font-size: 1.55rem; }
.lede { max-width: 39rem; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-actions .button { min-width: 12rem; }
.button-outline { color: var(--green-dark); background: transparent; box-shadow: none; }
.button-outline:hover { color: white; }
.minimum-note { color: var(--muted); font-size: .9rem; }
.minimum-note span { color: var(--green); font-weight: 900; }
.hero-visual { position: relative; min-height: 31rem; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 6% -18% -12% 4%; z-index: -2; background: #dbe8d5; border-radius: 48% 0 0 38%; transform: rotate(-3deg); }
.sun-shape { position: absolute; right: 3%; top: 7%; width: 10rem; height: 10rem; background: #f4e8be; border-radius: 50%; opacity: .8; }
.door-shape { position: absolute; right: 12%; top: 2%; width: 43%; height: 76%; background: linear-gradient(90deg, #173d55, #092a45); border: .7rem solid #e8e0d1; box-shadow: var(--shadow); }
.door-shape::after { content: ""; position: absolute; right: 10%; top: 48%; width: .7rem; height: .7rem; background: #e7bd5d; border-radius: 50%; box-shadow: 0 0 0 .25rem rgba(231,189,93,.2); }
.bag { position: absolute; bottom: 2%; width: 30%; height: 48%; display: grid; place-items: center; text-align: center; border-radius: 44% 44% 18% 18% / 18% 18% 12% 12%; box-shadow: 0 17px 30px rgba(7,38,77,.16); font-weight: 900; line-height: 1.05; }
.bag::before { content: ""; position: absolute; top: -6%; width: 42%; height: 12%; background: inherit; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.bag-green { left: 3%; color: white; background: linear-gradient(150deg, #1b7840, #075029); transform: rotate(-4deg); }
.bag-cream { left: 28%; width: 28%; height: 43%; color: var(--green); background: #f0e7d3; transform: rotate(3deg); font-size: 3rem; }
.box-shape { position: absolute; right: 2%; bottom: 0; width: 43%; height: 36%; display: grid; place-items: center; color: #5b4529; background: linear-gradient(135deg, #cfa96c, #b98347); border: 1px solid #9d6f3e; box-shadow: 0 17px 30px rgba(7,38,77,.15); transform: rotate(2deg); font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: .08em; }
.box-shape::before { content: ""; position: absolute; left: 50%; top: 0; width: 17%; height: 100%; background: rgba(240,218,172,.55); transform: translateX(-50%); }
.box-shape span { z-index: 1; transform: rotate(-3deg); }
.pickup-badge { position: absolute; left: 0; top: 5%; display: grid; grid-template-columns: auto auto; column-gap: .6rem; align-items: center; padding: .8rem 1rem; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
.pickup-badge > span { grid-row: 1 / 3; color: var(--green); font-size: 2rem; }
.pickup-badge small { color: var(--muted); }
.benefit-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); width: min(90%, 72rem); margin: -2.25rem auto 0; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
.benefit-strip article { display: grid; grid-template-columns: auto 1fr; column-gap: .8rem; padding: 1.35rem; }
.benefit-strip article + article { border-left: 1px solid var(--line); }
.benefit-strip article > span { grid-row: 1 / 3; display: grid; place-items: center; width: 2.65rem; height: 2.65rem; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: 1.2rem; font-weight: 900; }
.benefit-strip small { color: var(--muted); }
.section-block { padding-block: clamp(5rem, 9vw, 8rem); }
.section-heading { max-width: 47rem; margin: 0 auto 3rem; text-align: center; }
.section-heading > p:last-child, .split-heading > p, .service-section > div > p:last-child { color: var(--muted); font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 72rem; margin: 0 auto; }
.step-card { position: relative; min-height: 17rem; padding: 2rem; border: 1px solid var(--line); border-radius: 1.25rem; background: white; box-shadow: 0 12px 35px rgba(7,38,77,.06); }
.step-card p, .category-card p { color: var(--muted); }
.step-number { position: absolute; right: 1.25rem; top: 1.25rem; display: grid; place-items: center; width: 2rem; height: 2rem; color: white; background: var(--green); border-radius: 50%; font-weight: 850; }
.line-icon { display: grid; place-items: center; width: 4.8rem; height: 4.8rem; margin-bottom: 1.5rem; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: 2rem; font-weight: 800; }
.section-tint { background: var(--cream); }
.split-heading { max-width: 72rem; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 2rem; text-align: left; }
.split-heading > p { margin-bottom: 1rem; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1rem; max-width: 72rem; margin: 0 auto; }
.category-card { display: flex; flex-direction: column; min-height: 20rem; overflow: hidden; padding: 1.35rem; background: white; border: 1px solid var(--line); border-radius: 1.1rem; box-shadow: 0 10px 28px rgba(7,38,77,.05); }
.category-art { display: grid; place-items: center; min-height: 7rem; margin: -1.35rem -1.35rem 1.4rem; color: var(--green-dark); background: linear-gradient(145deg, #eef4e9, #f5eee1); font-size: 3.4rem; }
.accepted { margin-top: auto; padding-top: 1rem; color: var(--green-dark); font-size: .82rem; font-weight: 800; }
.condition-callout { display: flex; gap: .7rem 1.5rem; max-width: 72rem; margin: 1.5rem auto 0; padding: 1rem 1.25rem; background: white; border: 1px solid var(--line); border-radius: .85rem; }
.condition-callout span { color: var(--muted); }
.service-section { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); padding-block: clamp(5rem, 9vw, 8rem); }
.minimum-card { display: flex; gap: 1.4rem; padding: 1.7rem; background: linear-gradient(135deg, #f5f8f2, #e8f3e6); border: 1px solid #cfe0cf; border-radius: 1.2rem; box-shadow: var(--shadow); }
.minimum-card .line-icon { flex: 0 0 auto; margin: 0; background: white; }
.minimum-card small, .minimum-card strong { display: block; }
.minimum-card strong { margin: .3rem 0; font-family: Georgia, serif; font-size: 1.45rem; }
.minimum-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.faq-section { background: #fbfbf8; }
.faq-list { max-width: 52rem; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; cursor: pointer; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; color: var(--green); font-family: system-ui, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -.35rem 0 1.4rem; color: var(--muted); }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: clamp(1rem, 4vw, 4rem); padding-block: clamp(2rem, 5vw, 4rem); color: white; background: linear-gradient(120deg, var(--navy), #0b3a66); border-radius: 1.4rem; }
.final-cta h2 { max-width: 18ch; margin-bottom: .6rem; font-size: clamp(2rem, 4vw, 3.7rem); }
.final-cta p { margin-bottom: 0; color: #cad6e2; }
.final-cta .eyebrow { color: #8ed69f; }
.button-light { flex: 0 0 auto; color: var(--navy); background: white; border-color: white; }
.button-light:hover { color: white; background: var(--green); border-color: var(--green); }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 3rem; align-items: start; padding: 3rem clamp(1.2rem, 6vw, 6rem); color: white; background: var(--navy-deep); }
.brand-inverse { color: white; }
.footer-brand p, .footer-note { color: #b9c8d8; }
.footer-nav { display: grid; gap: .55rem; font-weight: 700; }
.footer-note { max-width: 22rem; margin-top: .35rem; justify-self: end; }
.auth-shell { min-height: calc(100vh - 10rem); display: grid; place-items: center; padding: 3rem 1.25rem; background: var(--cream); }
.panel { width: min(100%, 32rem); padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--line); border-radius: 1.25rem; background: white; box-shadow: var(--shadow); }
.auth-card { display: grid; gap: .75rem; }
.auth-card h1, .admin-card h1 { max-width: none; font-size: clamp(2.4rem, 6vw, 4rem); }
label { margin-top: .5rem; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid #b9c4cf; border-radius: .65rem; padding: .8rem .9rem; color: var(--navy); background: white; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #82bd93; outline-offset: 3px; }
button { border: 0; border-radius: .65rem; padding: .9rem 1.1rem; color: white; background: var(--green); font: inherit; font-weight: 800; cursor: pointer; }
button:hover { background: var(--green-dark); }
.secondary-button { color: var(--navy); background: #e8edf2; }
.form-error { border-left: 4px solid var(--danger); background: #fff0ee; padding: .75rem 1rem; color: #8a1c13; }

/* V0.3 intake */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.intake-progress-wrap { padding: 1.4rem clamp(1.2rem, 6vw, 6rem) 0; background: var(--cream); }
.intake-progress { display: grid; grid-template-columns: repeat(7, minmax(4.5rem, 1fr)); max-width: 68rem; margin: 0 auto; }
.progress-step { position: relative; display: grid; justify-items: center; gap: .45rem; color: #8090a2; text-align: center; }
.progress-step::before { content: ""; position: absolute; left: calc(-50% + 1.4rem); right: calc(50% + 1.4rem); top: 1.15rem; height: 2px; background: #d9dfdc; }
.progress-step:first-child::before { display: none; }
.progress-step > span { position: relative; z-index: 1; display: grid; place-items: center; width: 2.35rem; height: 2.35rem; background: white; border: 2px solid #cbd4da; border-radius: 50%; font-weight: 850; }
.progress-step small { font-weight: 750; }
.progress-step.is-current, .progress-step.is-complete { color: var(--green-dark); }
.progress-step.is-current > span, .progress-step.is-complete > span { color: white; background: var(--green); border-color: var(--green); }
.progress-step.is-current::before, .progress-step.is-complete::before { background: #74b987; }
.dev-mode-note { width: fit-content; margin: 1rem auto 0; padding: .45rem .7rem; color: #596a76; background: #edf1ec; border-radius: .45rem; font-size: .75rem; text-align: center; }
.intake-shell { min-height: 40rem; padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 6vw, 6rem) clamp(5rem, 8vw, 7rem); background: var(--cream); }
.narrow-intake { max-width: none; }
.narrow-intake > * { width: min(100%, 50rem); margin-inline: auto; }
.intake-heading { max-width: 54rem; margin: 0 auto 2rem; text-align: center; }
.intake-heading h1, .complete-shell h1 { max-width: none; margin-bottom: 1rem; font-size: clamp(2.8rem, 6vw, 5.2rem); }
.intake-heading > p:last-child, .complete-shell > p { color: var(--muted); font-size: 1.08rem; }
.intake-form { max-width: 72rem; margin: 0 auto; }
.item-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.item-card { min-width: 0; margin: 0; padding: 1.4rem; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 9px 28px rgba(7,38,77,.05); }
.item-card.has-error, .check-card.has-error { border-color: var(--danger); }
.item-card legend { display: flex; align-items: center; gap: .7rem; padding: 0 .3rem; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 800; }
.item-symbol { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; color: var(--green); background: var(--green-soft); border-radius: 50%; font-family: system-ui, sans-serif; }
.item-card > p, .item-card > small { color: var(--muted); }
.item-card .category-guidance { margin: -.25rem 0 .75rem; padding: .65rem .75rem; color: #40586c; background: var(--cream); border-radius: .55rem; font-size: .84rem; }
.quantity-row { display: grid; grid-template-columns: auto minmax(5rem, .55fr) minmax(6rem, .7fr); align-items: center; gap: .75rem; margin: 1.2rem 0 .5rem; }
.quantity-row label { margin: 0; }
.quantity-row input, .quantity-row select { min-height: 3rem; }
.unit-label { padding: .75rem; color: var(--green-dark); background: var(--green-soft); border-radius: .65rem; font-weight: 750; text-align: center; }
.plural-hint { color: #708077; font-weight: 500; }
.field-error { display: block; margin-top: .4rem; color: var(--danger) !important; font-weight: 750; }
.error-summary { max-width: 54rem; margin: 0 auto 1.5rem; padding: 1rem 1.2rem; color: #7c211a; background: #fff0ee; border: 1px solid #edc6c2; border-left: 5px solid var(--danger); border-radius: .7rem; }
.error-summary p, .error-summary ul { margin: .35rem 0 0; }
.form-actions { display: flex; justify-content: space-between; gap: 1rem; max-width: 72rem; margin: 2rem auto 0; }
.form-actions .button { min-width: 10rem; }
.condition-panel { max-width: 48rem; padding: clamp(1.5rem, 4vw, 3rem); background: white; border: 1px solid var(--line); border-radius: 1.2rem; box-shadow: var(--shadow); text-align: center; }
.condition-panel h2 { font-size: clamp(2rem, 4vw, 3rem); }
.condition-panel > p { color: var(--muted); }
.condition-icon, .complete-mark { display: grid; place-items: center; width: 5rem; height: 5rem; margin: 0 auto 1.3rem; color: white; background: var(--green); border-radius: 50%; font-size: 2.3rem; font-weight: 900; box-shadow: 0 10px 25px rgba(22,134,61,.22); }
.condition-list { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: 0; margin: 1.5rem 0; list-style: none; text-align: left; }
.condition-list li { position: relative; padding: .8rem .8rem .8rem 2.2rem; background: var(--cream); border-radius: .65rem; }
.condition-list li::before { content: "✓"; position: absolute; left: .8rem; color: var(--green); font-weight: 900; }
.check-card { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: flex-start; margin-top: 1.5rem; padding: 1.2rem; background: #f3f8f1; border: 1px solid #cfe0cf; border-radius: .8rem; text-align: left; cursor: pointer; }
.check-card input { width: 1.25rem; height: 1.25rem; margin: .15rem 0 0; accent-color: var(--green); }
.check-card strong, .check-card small { display: block; }
.check-card small { margin-top: .25rem; color: var(--muted); }
.photo-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, .34fr); gap: 1.25rem; max-width: 72rem; margin: 0 auto; align-items: start; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-bottom: 1rem; }
.photo-card { position: relative; overflow: hidden; min-height: 11rem; background: #dfe5df; border-radius: .8rem; border: 1px solid var(--line); }
.photo-card img { display: block; width: 100%; height: 100%; min-height: 11rem; max-height: 15rem; object-fit: cover; }
.remove-photo { position: absolute; top: .55rem; right: .55rem; min-height: auto; padding: .45rem .6rem; color: white; background: rgba(3,29,58,.86); border-radius: .45rem; font-size: .75rem; }
.upload-panel { display: grid; justify-items: center; gap: .9rem; padding: 2rem; background: white; border: 2px dashed #b9c9bd; border-radius: 1rem; text-align: center; }
.upload-panel label { display: grid; justify-items: center; gap: .2rem; margin: 0; }
.upload-panel label strong, .upload-panel label small { display: block; }
.upload-panel label small { color: var(--muted); font-weight: 500; }
.upload-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin-bottom: .4rem; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: 1.5rem; }
.upload-panel input[type="file"] { max-width: 33rem; }
.selected-files { min-height: 1.2rem; margin: 0; color: var(--green-dark); font-size: .85rem; font-weight: 750; }
.upload-status { width: min(100%, 34rem); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .9rem; padding: 1rem 1.1rem; color: var(--navy); background: var(--green-soft); border: 1px solid #b8d8bd; border-radius: .8rem; text-align: left; }
.upload-status[hidden] { display: none; }
.upload-status strong, .upload-status small { display: block; }
.upload-status strong { margin-bottom: .18rem; }
.upload-status small { color: var(--muted); }
.upload-status small + small { margin-top: .18rem; color: var(--green-dark); font-weight: 800; }
.upload-spinner, .button-spinner { flex: 0 0 auto; border: 3px solid rgba(22, 134, 61, .22); border-top-color: var(--green); border-radius: 50%; animation: upload-spin .8s linear infinite; }
.upload-spinner { width: 2.4rem; height: 2.4rem; }
.button-spinner { display: none; width: 1.1rem; height: 1.1rem; border-color: rgba(255,255,255,.4); border-top-color: white; }
.upload-panel.is-uploading { border-color: var(--green); background: #fbfefb; }
.upload-panel.is-uploading label, .upload-panel.is-uploading input[type="file"] { opacity: .6; pointer-events: none; }
.upload-panel.is-uploading .button-spinner { display: inline-block; }
.upload-button:disabled { color: white; background: var(--green-dark); border-color: var(--green-dark); box-shadow: none; cursor: wait; opacity: 1; }
@keyframes upload-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .upload-spinner, .button-spinner { animation-duration: 1.8s; } }
.photo-guidance { padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 9px 28px rgba(7,38,77,.05); }
.photo-guidance h2 { margin: 1rem 0; font-size: 1.8rem; }
.photo-guidance ul { padding-left: 1.2rem; }
.photo-guidance li + li { margin-top: .55rem; }
.photo-guidance > p { color: var(--muted); font-size: .88rem; }
.photo-count { display: inline-block; padding: .35rem .6rem; color: #7a4b1f; background: #f7eadc; border-radius: 999px; font-weight: 800; }
.photo-count.is-ready { color: var(--green-dark); background: var(--green-soft); }
.action-hint { max-width: 72rem; margin: .75rem auto 0; color: var(--muted); text-align: right; font-size: .85rem; }
.address-panel, .waitlist-panel { padding: clamp(1.25rem, 4vw, 2.25rem); background: white; border: 1px solid var(--line); border-radius: 1.1rem; box-shadow: var(--shadow); }
.address-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field-group { min-width: 0; }
.field-group label { display: block; margin: 0 0 .4rem; }
.field-span-2 { grid-column: 1 / -1; }
.optional-label { color: var(--muted); font-size: .78rem; font-weight: 600; }
.service-area-note { margin: 1.25rem 0 0; padding: .8rem 1rem; color: var(--muted); background: var(--cream); border-radius: .7rem; font-size: .88rem; }
.unsupported-area { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: center; margin-top: 1.25rem; padding: clamp(1.25rem, 4vw, 2rem); color: var(--navy); background: #fff8ed; border: 1px solid #e8c995; border-radius: 1rem; }
.unsupported-area h2, .waitlist-panel h2 { margin-bottom: .55rem; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.unsupported-area p:last-child, .waitlist-panel > p { margin-bottom: 0; color: var(--muted); }
.unsupported-icon { display: grid; place-items: center; width: 4rem; height: 4rem; color: #70491c; background: #f2d7ad; border-radius: 50%; font-size: 1.8rem; }
.waitlist-panel { margin-top: 1.25rem; }
.waitlist-panel form { margin-top: 1.25rem; }
.waitlist-panel form > .button { margin-top: 1.25rem; }
.qualification-card { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: center; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: 1.2rem; }
.qualification-card.is-qualified { background: linear-gradient(135deg, #eff8ed, #e5f3e5); border: 1px solid #afd2b5; }
.qualification-card.needs-more { background: #fff8ed; border: 1px solid #e8c995; }
.qualification-card h2 { margin-bottom: .5rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.qualification-card p { margin: 0; color: var(--muted); }
.qualification-icon { display: grid; place-items: center; width: 5rem; height: 5rem; color: white; background: var(--green); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.needs-more .qualification-icon { color: #70491c; background: #f2d7ad; }
.summary-card { margin-top: 1rem; padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 9px 28px rgba(7,38,77,.05); }
.summary-card h2 { font-size: 1.8rem; }
.summary-card dl { margin: 0; }
.summary-card dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.summary-card dd { margin: 0; font-weight: 800; text-align: right; }
.conversion-note { color: var(--muted); font-size: .82rem; }
.complete-shell { text-align: center; }
.complete-shell .summary-card { text-align: left; }
.complete-shell .summary-card small, .complete-shell .summary-card strong { display: block; }
.reference-code { margin: .3rem 0; color: var(--green-dark); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.7rem; letter-spacing: .08em; }
.estimate-shell { padding-top: clamp(2.5rem, 5vw, 4rem); }
.estimate-total { padding: clamp(1.5rem, 5vw, 2.5rem); color: white; background: linear-gradient(130deg, var(--navy), #0d466f); border-radius: 1.2rem; box-shadow: var(--shadow); text-align: center; }
.estimate-total .eyebrow { color: #a2dfb0; }
.estimate-total h2 { margin: 0; color: white; font-size: clamp(3rem, 8vw, 5rem); }
.estimate-total p:last-child { margin-bottom: 0; color: #d2deea; }
.estimate-breakdown { margin-top: 1.5rem; }
.estimate-breakdown-heading { margin-bottom: 1rem; }
.estimate-breakdown-heading h2, .estimate-disclaimer h2 { margin-bottom: .55rem; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.estimate-breakdown-heading > p:last-child { margin: 0; color: var(--muted); }
.estimate-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.estimate-category-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: white; border: 1px solid #d9e2dc; border-radius: 1rem; box-shadow: 0 9px 28px rgba(7,38,77,.055); }
.estimate-category-card.needs-review { background: #fffaf2; border-color: #e8c995; }
.estimate-category-header { padding: 1.25rem 1.35rem 1rem; background: linear-gradient(145deg, #f7faf6, #eef6ec); border-bottom: 1px solid var(--line); }
.needs-review .estimate-category-header { background: #fff3df; border-color: #ead5b3; }
.estimate-category-header h3 { margin: 0 0 .4rem; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2rem); }
.estimate-category-header > strong { color: var(--green-dark); font-size: 1.08rem; }
.estimate-category-details { margin: 0; padding: .35rem 1.35rem; }
.estimate-category-details > div { padding: .85rem 0; border-bottom: 1px solid var(--line); }
.estimate-category-details dt { margin-bottom: .22rem; color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.estimate-category-details dd { margin: 0; color: var(--navy); font-weight: 750; }
.estimate-category-guidance { margin: 0; padding: .85rem 1.35rem; color: var(--muted); font-size: .82rem; }
.estimate-category-payout { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: auto; padding: 1rem 1.35rem; background: #fbfcfa; border-top: 1px solid var(--line); }
.needs-review .estimate-category-payout { background: #fff3df; border-color: #ead5b3; }
.estimate-category-payout span { color: var(--muted); font-size: .82rem; font-weight: 800; }
.estimate-category-payout strong { color: var(--green-dark); font-size: 1.4rem; text-align: right; }
.estimate-disclaimer { margin-top: 1.25rem; padding: clamp(1.25rem, 4vw, 2rem); color: var(--navy); background: var(--green-soft); border: 1px solid #b8d8bd; border-radius: 1rem; }
.estimate-disclaimer p:last-child { margin-bottom: 0; }
.schedule-shell > * { width: min(100%, 62rem); margin-inline: auto; }
.schedule-selection-summary { margin-bottom: 1.25rem; padding: clamp(1.25rem, 4vw, 2rem); color: white; background: linear-gradient(130deg, var(--navy), #0d466f); border-radius: 1.15rem; box-shadow: var(--shadow); }
.schedule-selection-summary .eyebrow { color: #a2dfb0; }
.schedule-selection-summary h2 { margin-bottom: .65rem; color: white; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.schedule-selection-summary > p { color: #d2deea; }
.preferred-summary-label { display: inline-flex; margin: .4rem 0 0; padding: .35rem .7rem; color: #153f25 !important; background: #bce8c5; border-radius: 999px; font-size: .8rem; font-weight: 850; }
.schedule-bonus-summary { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: .85rem 1rem; color: var(--navy); background: white; border-radius: .7rem; }
.schedule-bonus-summary strong { color: var(--green-dark); }
.schedule-total-note { margin-bottom: 0; color: white !important; }
.schedule-empty { padding: clamp(1.5rem, 5vw, 3rem); background: white; border: 1px solid var(--line); border-radius: 1.1rem; box-shadow: var(--shadow); text-align: center; }
.schedule-empty h2 { margin-bottom: .6rem; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.schedule-empty p { margin: 0; color: var(--muted); }
.form-help { margin: 0 0 1rem; color: var(--muted); }
.schedule-date-list { display: grid; gap: 1rem; }
.schedule-date-card { min-width: 0; margin: 0; padding: 1.15rem; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 9px 28px rgba(7,38,77,.05); }
.schedule-date-card legend { padding: 0 .45rem; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 3vw, 1.8rem); font-weight: 800; }
.schedule-window-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.schedule-window { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; min-width: 0; margin: 0; padding: 1rem; background: #fbfcfa; border: 1px solid #d9e2dc; border-radius: .85rem; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.schedule-window:hover:not(.is-unavailable) { border-color: #88bd94; transform: translateY(-1px); }
.schedule-window:focus-within { outline: 3px solid #82bd93; outline-offset: 3px; }
.schedule-window:has(input:checked) { background: #eef8ed; border-color: var(--green); box-shadow: 0 0 0 2px rgba(22,134,61,.13); }
.schedule-window.is-preferred { background: linear-gradient(145deg, #f4faf1, #e9f5e7); border-color: #9bc8a4; }
.schedule-window.is-unavailable { color: #758190; background: #f1f3f3; cursor: not-allowed; }
.schedule-window input[type="radio"] { width: 1.2rem; height: 1.2rem; margin: .15rem 0 0; padding: 0; accent-color: var(--green); }
.schedule-window-copy, .schedule-window-copy > * { min-width: 0; }
.schedule-window-heading { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: .35rem; }
.schedule-window-heading strong { color: var(--navy); }
.is-unavailable .schedule-window-heading strong { color: #687482; }
.schedule-window-copy > small { display: block; margin-top: .35rem; color: var(--muted); font-weight: 500; }
.schedule-status { flex: 0 0 auto; padding: .2rem .45rem; border-radius: 999px; font-size: .68rem; font-weight: 850; }
.schedule-status.available { color: var(--green-dark); background: var(--green-soft); }
.schedule-status.unavailable { color: #5f6974; background: #e2e6e8; }
.preferred-window-label, .preferred-window-bonus { display: inline-flex; width: fit-content; margin-top: .55rem; padding: .25rem .5rem; border-radius: .35rem; font-size: .72rem; font-weight: 850; }
.preferred-window-label { color: white; background: var(--green-dark); }
.preferred-window-message { color: #40586c !important; }
.preferred-window-bonus { color: #694609; background: #fff0bd; }
.date-unavailable-note { margin: .8rem 0 0; color: var(--muted); font-size: .85rem; }
.schedule-separation-note { margin-top: 1rem; padding: 1rem 1.15rem; color: var(--navy); background: #eef2f5; border-radius: .8rem; }
.schedule-separation-note p { margin: .25rem 0 0; color: var(--muted); font-size: .88rem; }
.schedule-review-button { width: fit-content; margin-top: 1rem; }
.review-shell, .confirmation-shell { width: 100%; max-width: 72rem; margin-inline: auto; padding-inline: clamp(1.25rem, 3vw, 2.5rem); }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.review-card { min-width: 0; padding: clamp(1.15rem, 3vw, 1.6rem); background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 9px 28px rgba(7,38,77,.05); }
.review-card-wide { grid-column: 1 / -1; }
.review-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.review-card-header .eyebrow { margin-bottom: .35rem; }
.review-card-header h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2rem); }
.review-card-header > a { flex: 0 0 auto; color: var(--green-dark); font-weight: 850; }
.review-item-list { margin: 0; padding: 0; list-style: none; }
.review-item-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.review-item-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.review-item-list span, .review-muted { color: var(--muted); }
.review-photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr)); gap: .75rem; margin-top: 1rem; }
.review-photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line); border-radius: .75rem; }
.review-address { margin-top: 1rem; color: var(--navy); font-style: normal; line-height: 1.7; }
.review-contact-list { margin: 1rem 0 0; }
.review-contact-list > div { display: grid; grid-template-columns: 4rem minmax(0, 1fr); gap: .7rem; padding-top: .7rem; }
.review-contact-list dt { color: var(--muted); }
.review-contact-list dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-weight: 750; }
.review-schedule-date { display: grid; gap: .25rem; margin: 1rem 0 .25rem; }
.review-schedule-date strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.review-inline-bonus { display: flex; justify-content: space-between; gap: 1rem; margin: 1rem 0 0; padding: .75rem; color: #694609; background: #fff0bd; border-radius: .65rem; }
.review-totals { margin: .5rem 0 0; }
.review-totals > div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.review-totals dd { margin: 0; color: var(--green-dark); font-weight: 850; text-align: right; }
.review-total-row { margin-top: .3rem; color: var(--navy); font-size: 1.08rem; font-weight: 850; border-bottom: 0 !important; }
.review-disclaimer { margin: 1rem 0 0; padding: 1rem; color: var(--muted); background: var(--green-soft); border-radius: .75rem; }
.review-disclaimer, .acknowledgement-check span { max-width: 72ch; }
.review-confirm-panel { margin-top: 1.25rem; padding: clamp(1.25rem, 4vw, 2rem); background: linear-gradient(145deg, #f7faf6, #edf6eb); border: 1px solid #b8d8bd; border-radius: 1.1rem; }
.review-confirm-panel h2 { margin-bottom: 1rem; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.acknowledgement-check { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .8rem; align-items: flex-start; padding: 1rem; background: white; border: 1px solid var(--line); border-radius: .8rem; cursor: pointer; }
.acknowledgement-check:focus-within { outline: 3px solid #82bd93; outline-offset: 3px; }
.acknowledgement-check input { width: 1.25rem; height: 1.25rem; margin: .15rem 0 0; accent-color: var(--green); }
.acknowledgement-version { margin: .65rem 0 0; color: var(--muted); font-size: .75rem; }
.review-confirm-panel.is-confirming .button-spinner { display: inline-block; }
.confirm-pickup-button:disabled { color: white; background: var(--green-dark); border-color: var(--green-dark); box-shadow: none; cursor: wait; opacity: 1; }
.confirmation-shell { padding-top: clamp(2rem, 5vw, 4rem); }
.confirmation-hero { padding: clamp(1.75rem, 6vw, 3.5rem); color: white; background: linear-gradient(135deg, var(--navy), #0b4a65); border-radius: 1.3rem; box-shadow: var(--shadow); text-align: center; }
.confirmation-hero .eyebrow { color: #a2dfb0; }
.confirmation-hero h1 { max-width: none; margin-bottom: .8rem; color: white; font-size: clamp(2.7rem, 7vw, 5rem); }
.confirmation-hero > p { max-width: 62ch; margin-inline: auto; }
.confirmation-hero > p:last-of-type { color: #d2deea; }
.confirmation-check { display: grid; place-items: center; width: 4.5rem; height: 4.5rem; margin: 0 auto 1.25rem; color: var(--green-dark); background: white; border-radius: 50%; font-size: 2rem; font-weight: 900; }
.confirmation-reference { display: inline-grid; gap: .15rem; margin-top: 1rem; padding: .8rem 1.25rem; color: var(--navy); background: white; border-radius: .8rem; }
.confirmation-reference span { color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.confirmation-reference strong { color: var(--green-dark); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(1.35rem, 4vw, 2rem); letter-spacing: .06em; }
.confirmation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.confirmation-card, .preparation-card { padding: clamp(1.25rem, 4vw, 2rem); background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 9px 28px rgba(7,38,77,.05); }
.confirmation-card-wide { grid-column: 1 / -1; }
.confirmation-card h2, .preparation-card h2 { margin-bottom: .5rem; font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
.confirmation-window { margin-bottom: .25rem; color: var(--green-dark); font-size: 1.15rem; font-weight: 850; }
.confirmation-adjustment { max-width: 72ch; margin: 1rem 0; padding: 1rem; color: #5b4109; background: #fff5d8; border: 1px solid #e8ce83; border-radius: .75rem; font-weight: 700; }
.preparation-card { margin-top: 1rem; background: var(--cream); }
.preparation-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.5rem; padding-left: 1.2rem; }
.preparation-card > p:last-child { max-width: 72ch; margin-bottom: 0; color: var(--muted); }
.confirmation-footer-action { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.25rem; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr; }
  .desktop-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-top: .55rem; border-top: 1px solid var(--line); }
  .header-cta { justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 44rem; }
  .hero-visual { min-height: 28rem; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); margin-top: 1rem; }
  .benefit-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; justify-self: start; }
  .photo-layout { grid-template-columns: 1fr; }
  .photo-guidance { order: -1; }
  .schedule-window-list { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .site-header { position: static; min-height: 4.5rem; padding-block: .7rem; }
  .brand { font-size: .95rem; }
  .brand-mark { width: 2.25rem; height: 2.45rem; }
  .header-cta { min-height: 2.65rem; padding: .6rem .75rem; font-size: .78rem; }
  .desktop-nav { gap: 1.25rem; font-size: .82rem; scrollbar-width: none; }
  .hero { min-height: auto; padding-block: 3.5rem 2rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 23rem; }
  .pickup-badge { top: 0; }
  .door-shape { right: 3%; width: 50%; }
  .bag { width: 36%; height: 45%; }
  .bag-green { left: 0; }
  .bag-cream { left: 30%; width: 32%; }
  .box-shape { width: 45%; }
  .benefit-strip { grid-template-columns: 1fr; width: calc(100% - 2rem); }
  .benefit-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
  .steps-grid, .category-grid, .split-heading, .service-section { grid-template-columns: 1fr; }
  .split-heading { gap: 0; }
  .category-card { min-height: 18rem; }
  .condition-callout { flex-direction: column; }
  .minimum-card { align-items: flex-start; }
  .final-cta { display: grid; margin: .7rem; padding: 2rem 1.25rem; border-radius: 1rem; }
  .button-light { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 2rem; }
  .footer-note { grid-column: auto; }
  .intake-progress-wrap { overflow-x: auto; padding-inline: .7rem; }
  .intake-progress { min-width: 39rem; }
  .intake-progress small { font-size: .7rem; }
  .progress-step > span { width: 2rem; height: 2rem; }
  .progress-step::before { top: 1rem; }
  .intake-shell { padding-inline: 1rem; }
  .item-grid, .condition-list { grid-template-columns: 1fr; }
  .quantity-row { grid-template-columns: 1fr 1fr; }
  .quantity-row label { grid-column: 1 / -1; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .form-actions { display: grid; }
  .form-actions .button { width: 100%; }
  .address-grid { grid-template-columns: 1fr; }
  .field-span-2 { grid-column: auto; }
  .unsupported-area { grid-template-columns: 1fr; text-align: center; }
  .unsupported-icon { margin: 0 auto; }
  .qualification-card { grid-template-columns: 1fr; text-align: center; }
  .qualification-icon { margin: 0 auto; }
  .summary-card dl > div { align-items: flex-start; }
  .estimate-card-grid { grid-template-columns: 1fr; }
  .estimate-category-payout { align-items: flex-end; }
  .schedule-date-card { padding: .9rem; }
  .schedule-window { padding: .9rem; }
  .schedule-bonus-summary { align-items: flex-start; }
  .review-grid, .confirmation-grid { grid-template-columns: 1fr; }
  .review-card-wide, .confirmation-card-wide { grid-column: auto; }
  .review-card-header { align-items: flex-start; }
  .review-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-totals > div { align-items: flex-start; }
  .preparation-card ul { grid-template-columns: 1fr; }
  .confirmation-footer-action { display: grid; }
  .confirmation-footer-action .button { width: 100%; }
}
