:root{color-scheme:light;--bg:#f8f7f5;--surface:#ffffff;--surface-muted:#f2efe9;--text:#1f1f1f;--text-muted:#5a5a5a;--border:#ddd7cc;--primary:#245c45;--primary-contrast:#ffffff}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Helvetica Neue,sans-serif;line-height:1.45;background:var(--bg);color:var(--text)}.container{max-width:860px;margin:0 auto;padding:16px}h1,h2,h3,p{margin:0}a{color:inherit}.topbar{background:var(--surface);border-bottom:1px solid var(--border)}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;padding-bottom:14px}.brand{font-weight:700;text-decoration:none}.topbar__controls{gap:10px;justify-content:flex-end}.topbar__controls,.topbar__primary-nav{display:flex;align-items:center;flex-wrap:wrap}.topbar__primary-nav{gap:8px}.topbar__menu summary,.topbar__primary-nav a{text-decoration:none;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 10px;font-size:.92rem;font-weight:600}.topbar__menu{position:relative}.topbar__menu summary{list-style:none;cursor:pointer}.topbar__menu summary::-webkit-details-marker{display:none}.topbar__menu[open] summary{border-color:var(--primary)}.topbar__menu-links{position:absolute;right:0;top:calc(100% + 6px);display:flex;flex-direction:column;gap:6px;min-width:150px;padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 20px rgba(31,31,31,.08);z-index:10}.topbar__menu-links a{text-decoration:none;color:var(--text-muted);padding:6px 8px;border-radius:8px}.topbar__menu-links a:hover{background:var(--surface-muted)}.stack-xl{gap:28px}.stack-lg,.stack-xl{display:flex;flex-direction:column}.stack-lg{gap:20px}.stack-md{gap:12px}.stack-md,.stack-sm{display:flex;flex-direction:column}.stack-sm{gap:8px}.surface-page{padding-top:4px}.hero{background:linear-gradient(160deg,#fff8ea,#f4efe4);border:1px solid var(--border);border-radius:14px;padding:18px}.eyebrow{font-size:.9rem}.eyebrow,.muted{color:var(--text-muted)}.actions{display:flex;align-items:center;gap:10px}.actions--wrap{flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid transparent;padding:10px 14px;text-decoration:none;font-weight:600;cursor:pointer}.button:disabled{opacity:.55;cursor:not-allowed}.button--full{width:100%}.button--primary{background:var(--primary);color:var(--primary-contrast)}.button--secondary{border-color:var(--border);background:var(--surface)}.button--ghost{border-color:var(--border);color:var(--text-muted);background:transparent}.grid-cards{list-style:none;display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;padding:0;margin:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;box-shadow:0 1px 0 rgba(31,31,31,.03)}.product-card{display:flex;flex-direction:column;gap:14px}.product-card__content{display:flex;flex-direction:column;gap:10px}.product-card__identity{display:flex;flex-direction:column;gap:6px}.product-card__title{margin:0;font-size:1.07rem}.product-card__pricing{display:flex;flex-direction:column;gap:4px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.status-chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text-muted);padding:4px 10px;font-size:.86rem}.status-chip--ok{border-color:#9ec2b1;background:#eef7f2;color:#1f4b37}.media-placeholder{width:100%;aspect-ratio:4/3;border-radius:12px;border:1px solid #d9d1c4;background:radial-gradient(circle at 18% 16%,#ffffff 0,#f7f3ec 28%,transparent 65%),linear-gradient(160deg,#fbf8f1,#f1ece2);color:var(--text-muted);display:flex;align-items:center;justify-content:center;padding:10px;text-align:center}.media-placeholder--large{aspect-ratio:5/4}.media-placeholder__label{font-size:.88rem;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.88);padding:5px 10px}.price-line{font-weight:700;font-size:1.08rem}.availability-line{color:var(--text-muted)}.variant-list{list-style:none;padding:0;margin:0;gap:10px}.variant-list,.variant-option{display:flex;flex-direction:column}.variant-option{gap:2px;text-decoration:none;border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--surface)}.variant-option--selected{border-color:var(--primary);background:#eef7f2}.field{display:flex;flex-direction:column;gap:6px}.field input{border:1px solid var(--border);border-radius:10px;padding:10px;font:inherit;background:var(--surface)}.list-tight{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.list-tight--cards{list-style:none;padding:0;gap:8px}.list-tight--cards li{border:1px solid var(--border);border-radius:10px;background:var(--surface-muted);padding:9px 11px}.empty-state{border:1px dashed var(--border);border-radius:12px;padding:12px;color:var(--text-muted);background:var(--surface)}.checkout-lines{list-style:none;margin:0;padding:0;gap:10px}.checkout-line,.checkout-lines{display:flex;flex-direction:column}.checkout-line{padding:12px;gap:12px}.checkout-line__meta{gap:6px}.checkout-line-actions{border-top:1px dashed var(--border);padding-top:10px}.checkout-line-actions,.checkout-line-form{display:flex;flex-direction:column;gap:8px}.field--compact input{max-width:130px}.checkout-line-form .button,.checkout-line__remove{width:100%}.checkout-error{border:1px solid #d9b2b2;border-radius:10px;background:#fff1f1;padding:10px}.checkout-group{border-radius:14px;padding:14px}.checkout-group__header{display:flex;flex-direction:column;gap:4px}.checkout-group__eyebrow{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.checkout-group--review{border-color:#cfdfd7;background:#fbfdfb}.checkout-group--customer{border-color:#d5dded;background:#fbfcff}.checkout-group--delivery{border-color:#ddd7cc;background:#fffcf7}.checkout-group--final{border-color:#d6cdbd;background:#fffaf0}.submit-context{color:var(--text-muted);font-size:.95rem}.reassurance-block{gap:6px;padding:10px 12px;border:1px solid #d7decc;border-radius:10px;background:#f8fbf4;color:#2f4638}.decision-trust,.reassurance-block{display:flex;flex-direction:column;font-size:.92rem}.decision-trust{margin:0;padding-left:18px;color:var(--text-muted);gap:4px}.success-confirmation{border-color:#d3ddce;background:#fbfdf9}.success-next-step{border-color:#c6d8ce;background:#f5fbf7}@media (min-width:760px){.stack-lg{gap:22px}.stack-md{gap:14px}.grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-line-actions{flex-direction:row;align-items:flex-end;justify-content:space-between}.checkout-line-form .button,.checkout-line__remove{width:auto}}