:root{color-scheme:light;--fg: #1c1c1c;--muted: #6b6b6b;--accent: #7a3b12;--border: #ddd;--bg: #fdfcfb}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--fg);background:var(--bg);line-height:1.5}a{color:var(--accent)}header{padding:2rem 1rem 1rem;text-align:center}header h1{margin:0 0 .25rem}header h1 a{color:inherit;text-decoration:none}header p{margin:0;color:var(--muted)}.header-contacts{margin:.5rem 0 0;font-size:.9rem}.header-contacts a{margin:0 .4rem;color:var(--fg);text-decoration:none;font-weight:600}.header-contacts a:hover{color:var(--accent)}.header-nav{margin:.5rem 0 0}.header-nav a{font-size:.9rem}main{max-width:1080px;margin:0 auto;padding:0 1rem 3rem}.breadcrumbs{font-size:.9rem;color:var(--muted);margin:1.5rem 0 0}.breadcrumbs a{color:var(--muted)}.hero{position:relative;margin:1.5rem 0 2rem;border-radius:12px;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1211148c,#1211144d 45%,#121114bf);z-index:1}.hero-overlay{position:relative;z-index:2;text-align:center;color:#fff;padding:3rem 1.5rem;max-width:640px}.hero-overlay h2{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.75rem);text-shadow:0 2px 12px rgba(0,0,0,.5)}.hero-overlay p{margin:0 0 1.5rem;font-size:1.1rem;color:#ffffffeb;text-shadow:0 1px 6px rgba(0,0,0,.5)}.hero-cta{display:inline-block;padding:.75rem 1.75rem;border-radius:4px;background:var(--accent);color:#fff;text-decoration:none;font-weight:600}.hero-cta:hover{opacity:.9}.hero-badge{display:block;margin:1rem auto 0;padding:.4rem .9rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.4);font-size:.85rem;color:#fff;max-width:fit-content}.technology{margin:3rem 0 2rem;padding:1.75rem;border-radius:8px;background:#f4f1ec;border:1px solid var(--border)}.technology h2{margin-top:0;font-size:1.3rem}.technology p{margin:0 0 .75rem}.technology p:last-child{margin-bottom:0}#products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin:2rem 0}.product-card{border:1px solid var(--border);border-radius:8px;padding:1rem;background:#fff;display:flex;flex-direction:column}.product-card img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;border-radius:4px;background:#f0f0f0}.product-card h2,.product-card h3{font-size:1rem;margin:.75rem 0 .25rem}.product-card h2 a,.product-card h3 a{color:inherit;text-decoration:none}.product-card h2 a:hover,.product-card h3 a:hover{text-decoration:underline}.price{font-weight:700;margin:0 0 .25rem}.availability{font-size:.85rem;margin:0 0 .5rem;font-weight:600}.availability.available{color:#1a7a3c}.availability.backorder{color:#b8860b}.availability.unavailable{color:#b3261e}.availability-note{color:var(--muted);font-size:.82rem;margin:0 0 .5rem}.no-prepayment{color:#1a7a3c;font-weight:600;font-size:.85rem;margin:0 0 .5rem}.no-prepayment a{color:inherit}.product-detail .no-prepayment{font-size:.95rem;margin:.5rem 0 1rem}.description{color:var(--muted);font-size:.9rem;flex-grow:1}.weight{color:var(--muted);font-size:.85rem}.order-btn{margin-top:.75rem;padding:.5rem;border:none;border-radius:4px;background:var(--accent);color:#fff;cursor:pointer;font-size:.95rem;font:inherit}.order-btn:hover{opacity:.9}.product-detail{display:grid;grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:2rem;margin:1.5rem 0 3rem}@media(max-width:640px){.product-detail{grid-template-columns:1fr}}.product-gallery-main img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;border-radius:8px;background:#f0f0f0}.product-gallery-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.product-gallery-thumbs img{display:block;width:72px;height:72px;object-fit:contain;border-radius:6px;border:1px solid var(--border);background:#f0f0f0}.product-detail h1{margin-top:0;font-size:1.5rem}.product-detail .price{font-size:1.4rem}#order-form{max-width:480px;margin:0 auto;padding:1.5rem;border:1px solid var(--border);border-radius:8px;background:#fff}#order-form h2{margin-top:0}.order-form-note{margin:-.5rem 0 1.25rem;font-size:.9rem;color:#1a7a3c;font-weight:600}.order-form-note a{color:inherit}.field{position:relative;margin-bottom:1rem;display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.9rem;font-weight:600}.field input,.field select{padding:.5rem;border:1px solid var(--border);border-radius:4px;font-size:1rem;font-family:inherit}.field-consent{flex-direction:row}.field-consent label{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;font-weight:400}.field-consent input[type=checkbox]{width:auto;margin-top:.2rem;flex-shrink:0}#order-form button[type=submit]{width:100%;padding:.7rem;border:none;border-radius:4px;background:var(--accent);color:#fff;font-size:1rem;cursor:pointer}#order-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.form-status{margin-top:.75rem;font-size:.9rem;min-height:1.2em}.form-status.success{color:#1a7a3c}.form-status.error{color:#b3261e}.delivery-type{border:1px solid var(--border);border-radius:4px;padding:.75rem;margin-bottom:1rem}.delivery-type legend{font-size:.9rem;font-weight:600;padding:0 .25rem}.delivery-type label{display:flex;align-items:center;gap:.4rem;font-weight:400;font-size:.9rem;margin:.35rem 0}.delivery-type input[type=radio]{width:auto}#city-suggestions.city-suggestions{position:absolute;z-index:10;list-style:none;margin:.25rem 0 0;padding:.25rem 0;border:1px solid var(--border);border-radius:4px;background:#fff;max-height:200px;overflow-y:auto;box-shadow:0 4px 10px #00000014}.city-suggestions li{padding:.4rem .75rem;cursor:pointer;font-size:.9rem}.city-suggestions li:hover{background:var(--bg)}.field-error{color:#b3261e;font-size:.8rem;margin:.25rem 0 0}.total-preview{font-weight:600;margin:.5rem 0 1rem}.privacy-page,.content-page{max-width:720px;margin:0 auto;padding:1.5rem;line-height:1.6}.privacy-page h2,.content-page h2{margin-top:2rem}.privacy-updated{color:var(--muted);font-size:.85rem}.draft-notice{background:#fff8e1;border:1px solid #e0c46c;border-radius:6px;padding:1rem;margin-bottom:2rem;font-size:.9rem}footer{text-align:center;color:var(--muted);font-size:.85rem;padding:1.5rem 1rem 2.5rem}.footer-contacts{margin:.5rem 0}.footer-contacts a{margin:0 .3rem}
