:root { color-scheme: light; font: 16px/1.5 system-ui, sans-serif; color: #18201b; background: #f7f3e9; }
* { box-sizing: border-box; }
body { margin: 0; }
button, input, select { font: inherit; }
button { min-height: 44px; border: 1px solid #244a32; border-radius: 999px; padding: 8px 16px; background: transparent; color: #244a32; font-weight: 700; cursor: pointer; }
button:disabled { opacity: .45; cursor: not-allowed; }
button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible, aside:focus-visible { outline: 3px solid #ef9c45; outline-offset: 3px; }
.primary { background: #244a32; color: white; }
header { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 72px; padding: 12px max(24px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid #d9d3c5; background: #fffdf8; }
.brand { color: inherit; text-decoration: none; font-size: 1.05rem; font-weight: 850; }
.brand small { margin-left: 6px; color: #875f2c; font-weight: 650; }
#tool-status { font-size: .84rem; color: #496050; }
main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 56px 0 80px; }
.hero { max-width: 760px; }
.eyebrow { color: #5c754e; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 850; }
h1 { margin: 12px 0 18px; font: 800 clamp(2.7rem, 7vw, 5.4rem)/.94 Georgia, serif; letter-spacing: -.055em; }
h2 { margin: 0 0 16px; }
.notice { margin: 24px 0; padding: 15px 18px; border: 1px solid #d9b977; border-radius: 12px; background: #fff9e9; }
.search { margin: 48px 0 36px; }
.search label { display: block; margin-bottom: 10px; font-weight: 800; }
.search div { display: flex; max-width: 720px; }
.search input { width: 100%; min-height: 52px; border: 1px solid #9ca99d; border-radius: 14px 0 0 14px; padding: 10px 16px; background: white; }
.search button { border-radius: 0 14px 14px 0; background: #244a32; color: white; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }
.section-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product, aside, .comparison, details { border: 1px solid #d9d3c5; border-radius: 18px; background: #fffdf8; padding: 20px; }
.product h3 { margin: 12px 0 6px; }
.product .meta { color: #667068; font-size: .88rem; }
.variant-picker { display: grid; gap: 6px; margin-top: 16px; font-size: .82rem; font-weight: 800; }
.variant-picker select { width: 100%; min-height: 44px; border: 1px solid #9ca99d; border-radius: 10px; padding: 8px 34px 8px 10px; background: white; color: #18201b; }
.product footer { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.product input { width: 20px; height: 20px; }
aside { position: sticky; top: 20px; scroll-margin-top: 20px; }
.line { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #e5e0d5; }
.line small { display: block; color: #5e685f; font-size: 12px; margin-top: 2px; }
.totals { margin: 18px 0; font-weight: 800; }
.fine { font-size: .82rem; color: #657169; }
.comparison { margin: 18px 0; overflow-x: auto; }
.comparison h3 { margin: 0 0 4px; }
.comparison table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.comparison caption { padding: 0 0 12px; color: #667068; text-align: left; }
.comparison th, .comparison td { padding: 8px; text-align: left; border-bottom: 1px solid #e3ded2; }
.comparison th small { display: block; margin-top: 3px; color: #667068; font-weight: 500; }
.comparison tr.evidence { background: #eef7e7; }
.basket-jump { display: none; }
details { margin-top: 56px; }
details iframe { width: 100%; min-height: 150px; border: 1px solid #d9d3c5; margin-top: 15px; }
.modal { position: fixed; inset: 0; display: grid; place-items: center; background: #102116aa; padding: 20px; z-index: 5; }
.modal[hidden] { display: none; }
.modal-card { width: min(560px, 100%); max-height: 90vh; overflow: auto; border-radius: 22px; background: white; padding: 28px; }
.actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 24px; }
#handoff-links a { display: block; padding: 12px; margin: 8px 0; border: 1px solid #ccd7ce; border-radius: 10px; color: #244a32; }
@media (max-width: 760px) {
  main { padding-bottom: 140px; }
  .layout { grid-template-columns: 1fr; }
  aside { position: static; }
  .products { grid-template-columns: 1fr; }
  header { align-items: flex-start; }
  .basket-jump:not([hidden]) { display: block; position: fixed; right: 20px; bottom: max(20px, env(safe-area-inset-bottom)); z-index: 4; border-color: #fff; background: #244a32; color: #fff; box-shadow: 0 10px 30px #10211644; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
