:root{--maroon: #800000;--green: #006400;--orange: #ff8c00;--bg: #fafafa;--surface: #ffffff;--text: #1a1a1a;--muted: #4b4b4b;--border: rgba(0, 0, 0, .12);--shadow: 0 18px 45px rgba(0, 0, 0, .13)}html[data-theme=dark]{--bg: #121212;--surface: #1d1d1d;--text: #e0e0e0;--muted: #bdbdbd;--border: rgba(255, 255, 255, .12);--shadow: 0 18px 45px rgba(0, 0, 0, .45)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,sans-serif;background:radial-gradient(circle at 90% 10%,rgba(255,140,0,.09),transparent 35%),var(--bg);color:var(--text);line-height:1.6}img,video{display:block;max-width:100%}h1,h2,h3{font-family:Lora,serif;line-height:1.2;margin:0 0 .75rem;color:var(--maroon)}a{color:inherit}.container{width:min(1160px,calc(100% - 2rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:#fafafae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}html[data-theme=dark] .site-header{background:#121212e6}.nav-shell{min-height:76px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.brand img{border:2px solid var(--maroon);border-radius:50%}.brand-copy strong{display:block;color:var(--green);font-size:1rem}.brand-copy span{display:block;font-size:.74rem;color:var(--muted)}.desktop-nav{display:none}.desktop-nav a{text-decoration:none;font-weight:600;color:var(--green)}.desktop-nav a:hover{color:var(--maroon)}.header-actions{display:inline-flex;align-items:center;gap:.5rem}.theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;width:2.4rem;height:2.4rem;padding:0;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.theme-icon{width:1.2rem;height:1.2rem;display:none;pointer-events:none}html[data-theme=light] .theme-icon-sun,html[data-theme=dark] .theme-icon-moon{display:block}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.7rem 1rem;text-decoration:none;font-weight:700;border:0;cursor:pointer}.btn-order,.btn-cta{background:var(--orange);color:#fff}.btn-order:hover,.btn-cta:hover{filter:brightness(1.05)}.menu-toggle{width:44px;height:44px;border:1px solid var(--border);background:var(--surface);border-radius:.75rem;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:.27rem;cursor:pointer}.menu-toggle span{width:19px;height:2px;background:var(--green)}.mobile-nav{display:none;border-top:1px solid var(--border);padding:.35rem 1rem .9rem;background:var(--surface)}.mobile-nav a{display:block;text-decoration:none;font-weight:600;padding:.65rem .3rem;color:var(--green)}.mobile-nav.is-open{display:block}.hero{position:relative;min-height:68vh;overflow:clip;background:#000}.hero-image,.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-image{opacity:1}.hero-video{opacity:.85}.hero-overlay{position:relative;z-index:1;min-height:68vh;display:grid;place-items:center;padding:6rem 1rem 4rem;background:linear-gradient(170deg,#80000024,#0064001a 55%,#0a0a0a3d)}.glass-card{width:min(760px,100%);color:#fff;padding:1.3rem 1.1rem;border-radius:1.15rem;border:1px solid rgba(255,255,255,.25);background:#11111157;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 24px 50px #00000047}.glass-card h1{font-size:clamp(1.65rem,3.8vw,2.85rem);color:#fff}.eyebrow{margin:0 0 .4rem;color:var(--orange);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.order-priority{position:relative;margin-top:1.25rem;padding-bottom:1.5rem}.order-priority .container{padding-top:1rem;border-top:1px solid var(--border)}.order-card{background:var(--surface);border:1px solid var(--border);border-top:5px solid var(--maroon);box-shadow:var(--shadow);border-radius:1rem;padding:1rem}.order-intro h2{color:var(--maroon)}form{display:grid;gap:.85rem}.form-field{display:grid;gap:.35rem}label{font-weight:600}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;border:1px solid var(--border);border-radius:.7rem;padding:.75rem .85rem;font:inherit;color:var(--text);background:var(--surface)}.checkbox-group{display:grid;gap:.55rem;border:1px solid var(--border);border-radius:.7rem;padding:.8rem .9rem;background:var(--surface)}.checkbox-group.is-invalid{border-color:#db2c2c}.checkbox-option{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text)}.checkbox-option input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--orange);margin:0}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:2px solid rgba(255,140,0,.45);outline-offset:1px}.error-text{min-height:1rem;color:#db2c2c;font-size:.78rem}.helper-text{color:var(--muted);font-size:.76rem}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.form-status{margin:.2rem 0 0;min-height:1.1rem;font-size:.86rem;color:var(--muted)}.form-status.is-error{color:#db2c2c}.form-status.is-success{color:var(--green)}.is-invalid{border-color:#db2c2c}.section{padding:3rem 0}.section h2{color:var(--maroon)}.product-grid{display:grid;gap:1rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:.95rem;overflow:hidden;box-shadow:var(--shadow)}.product-card figure{margin:0;overflow:hidden}.product-card img{width:100%;height:230px;object-fit:cover;transition:transform .35s ease}.product-card:hover img{transform:scale(1.04)}.product-card h3,.product-card p{margin-left:1rem;margin-right:1rem}.product-card h3{padding-top:1rem}.product-card .price{font-weight:600;color:var(--text);margin-top:.2rem;margin-bottom:.5rem}.product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding:0 1rem 1rem}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface)}.qty-btn{width:2rem;height:2rem;border:0;background:transparent;color:var(--green);font-size:1.05rem;font-weight:700;cursor:pointer}.qty-btn:hover{background:#ff8c0024}.product-qty-input{width:3rem;border:0;border-left:1px solid var(--border);border-right:1px solid var(--border);border-radius:0;text-align:center;padding:.3rem .2rem}.product-qty-input:focus{outline:none}.btn-add-request{width:100%;padding:.62rem .85rem;background:var(--orange);color:#fff;font-size:.82rem}.product-card.is-selected{border-color:#ff8c0099;box-shadow:0 12px 28px #ff8c0033}.order-success{text-align:center;border:1px solid var(--border);border-radius:1rem;padding:1rem;background:var(--surface)}.order-success-image{width:100%;max-width:620px;margin:0 auto 1rem;border-radius:.8rem;border:1px solid var(--border)}.order-success h3{margin-bottom:.45rem}.order-success p{margin:0 auto 1rem;max-width:58ch}.story-layout{display:grid;gap:1.2rem;align-items:center}.story-image{margin:0;border-radius:1rem;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}.story-image img{width:100%;height:100%;object-fit:cover}.story-image picture{display:block}.site-footer{width:100%;background:var(--maroon);color:#f7f7f7;margin-top:2rem}.footer-shell{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap;padding:1rem 0}.footer-shell a{color:#fff;font-weight:700}.toast{position:fixed;left:50%;bottom:1rem;transform:translate(-50%,160%);background:var(--green);color:#fff;padding:.85rem 1rem;border-radius:.75rem;box-shadow:var(--shadow);font-weight:600;text-align:center;transition:transform .3s ease;z-index:100}.toast.is-visible{transform:translate(-50%)}@media(min-width:640px){.order-card{padding:1.35rem}form{grid-template-columns:1fr 1fr}.form-field-wide,form button{grid-column:1 / -1}.product-grid,.checkbox-group{grid-template-columns:repeat(2,minmax(0,1fr))}.btn-add-request{width:auto}}@media(min-width:1024px){.nav-shell{grid-template-columns:1fr auto auto}.desktop-nav{display:inline-flex;gap:1.4rem}.menu-toggle{display:none}.hero,.hero-overlay{min-height:76vh}.glass-card{padding:2rem}.order-priority{margin-top:1.75rem;padding-bottom:2rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-layout{grid-template-columns:1.05fr .95fr;gap:2rem}}@media(min-width:1440px){.container{width:min(1280px,calc(100% - 4rem))}.hero,.hero-overlay{min-height:80vh}.glass-card{max-width:820px}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
