.brand-shell{min-height:100vh;background:var(--brand-mist, #f3f6f3)}.brand-header{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;padding:16px clamp(16px,4vw,48px);background:var(--brand-white, #ffffff);border-bottom:1px solid var(--brand-border, #dde5df)}.brand-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:92px;height:58px;color:var(--brand-emerald, #008b5a);text-decoration:none;font-family:var(--font-heading, Arial, sans-serif);font-weight:700}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand-header__meta{color:var(--brand-slate, #46545a);font-size:.95rem;font-weight:600}.brand-nav{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px}.brand-nav a{min-height:40px;display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--brand-border, #dde5df);border-radius:8px;background:var(--brand-white, #ffffff);color:var(--brand-charcoal, #1f2a2e);text-decoration:none;font-weight:600}.brand-hero{padding:clamp(32px,7vw,80px) clamp(16px,4vw,48px) 24px;max-width:980px}.brand-hero p{margin:0 0 12px;color:var(--brand-emerald-dark, #006a45);font-family:var(--font-heading, Arial, sans-serif);font-weight:700;text-transform:uppercase}.brand-hero h1{margin:0;max-width:760px;color:var(--brand-charcoal, #1f2a2e);font-family:var(--font-heading, Arial, sans-serif);font-size:clamp(2rem,7vw,3.7rem);line-height:1.05;letter-spacing:0}.brand-hero span{display:block;margin-top:18px;max-width:720px;color:var(--brand-slate, #46545a);font-size:1.05rem;line-height:1.7}.brand-content{padding:0 clamp(16px,4vw,48px) 48px}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:1080px}.panel-grid article{min-height:176px;padding:20px;background:var(--brand-white, #ffffff);border:1px solid var(--brand-border, #dde5df);border-radius:8px}.panel-grid h2{margin:16px 0 8px;font-family:var(--font-heading, Arial, sans-serif);font-size:1.15rem}.panel-grid p{margin:0;color:var(--brand-slate, #46545a);line-height:1.6}.status-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:.82rem;font-weight:700}.status-badge--ready{background:var(--brand-leaf-pale, #edf8e5);color:var(--brand-emerald-dark, #006a45)}.status-badge--pending{background:var(--brand-mist, #f3f6f3);color:var(--brand-slate, #46545a)}.status-badge--blocked{background:#fff3e8;color:#7a3d00}.safety-note{max-width:980px;margin:20px 0 0;padding:16px;background:var(--brand-white, #ffffff);border-left:4px solid var(--brand-emerald, #008b5a);color:var(--brand-slate, #46545a);line-height:1.6}@media(min-width:800px){.brand-header{grid-template-columns:auto auto 1fr}.brand-header--compact{grid-template-columns:auto 1fr}.brand-nav{grid-column:auto;justify-content:flex-end}}:root{color:var(--brand-charcoal);background:var(--brand-mist);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--brand-emerald: #008b5a;--brand-emerald-dark: #006a45;--brand-leaf: #7bc943;--brand-leaf-pale: #edf8e5;--brand-charcoal: #1f2a2e;--brand-slate: #46545a;--brand-white: #ffffff;--brand-mist: #f3f6f3;--brand-border: #dde5df;--font-heading: "Montserrat", Arial, sans-serif;--font-body: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit}button,input,select,textarea{font:inherit}button,.primary-action,.secondary-action,.ghost-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:8px;border:1px solid var(--brand-emerald);cursor:pointer;font-weight:700;text-decoration:none}button,.primary-action{background:var(--brand-emerald);color:var(--brand-white)}button:disabled{cursor:not-allowed;opacity:.55}.secondary-action,.ghost-button{background:var(--brand-white);color:var(--brand-emerald-dark)}.action-strip,.catalog-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;max-width:1080px;margin-bottom:24px}.catalog-meta{color:var(--brand-slate)}.section-block{max-width:1180px;margin-top:32px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-heading h2{margin:0;font-family:var(--font-heading);font-size:1.45rem}.section-heading a{color:var(--brand-emerald-dark);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.category-grid a{min-height:118px;display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white);text-decoration:none}.category-grid strong{color:var(--brand-charcoal);font-family:var(--font-heading)}.category-grid span{color:var(--brand-slate);line-height:1.5}.filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;max-width:1180px;margin-bottom:22px;padding:16px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}label{display:flex;flex-direction:column;gap:6px;color:var(--brand-charcoal);font-weight:700}input,select,textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white);color:var(--brand-charcoal)}textarea{min-height:96px;resize:vertical}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;max-width:1180px}.product-card{display:flex;flex-direction:column;min-height:100%;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white);overflow:hidden}.product-image-link{display:block;aspect-ratio:1.45;background:var(--brand-leaf-pale)}.product-card img,.detail-layout>img,.cart-row img{display:block;width:100%;height:100%;object-fit:cover}.product-card__body{display:flex;flex:1;flex-direction:column;gap:12px;padding:16px}.product-card__topline,.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--brand-slate);font-size:.9rem}.product-card h3{margin:0;font-family:var(--font-heading);font-size:1.15rem;line-height:1.3}.product-card h3 a{text-decoration:none}.product-card p{flex:1;margin:0;color:var(--brand-slate);line-height:1.55}.product-card__footer strong{color:var(--brand-charcoal);font-size:1.1rem}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;max-width:1080px}.detail-layout>img{max-height:430px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.detail-panel,.order-detail{padding:20px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.detail-panel dl,.order-detail dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:18px 0}dt{color:var(--brand-slate);font-size:.9rem;font-weight:700}dd{margin:4px 0 0;color:var(--brand-charcoal);font-weight:700}.detail-panel h2{margin:18px 0 6px;font-family:var(--font-heading);font-size:1.05rem}.detail-panel p{margin:0;color:var(--brand-slate);line-height:1.6}.cart-list,.order-list{display:grid;gap:12px;max-width:1080px}.cart-row,.order-row{display:grid;grid-template-columns:76px 1fr;gap:14px;align-items:center;padding:14px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.cart-row img{aspect-ratio:1;border-radius:8px;background:var(--brand-leaf-pale)}.cart-row h2{margin:0 0 4px;font-family:var(--font-heading);font-size:1rem}.cart-row p{margin:0;color:var(--brand-slate)}.cart-row input{max-width:96px}.cart-summary{display:flex;flex-wrap:wrap;align-items:center;gap:14px;max-width:1080px;margin-top:16px;padding:16px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.cart-summary strong{color:var(--brand-charcoal);font-size:1.3rem}.checkout-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;max-width:980px;padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.contact-layout{display:grid;gap:18px;max-width:1120px}.contact-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.contact-actions{padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.contact-actions h2{margin:0 0 8px;font-family:var(--font-heading);font-size:1.15rem}.contact-actions p{margin:0 0 16px;color:var(--brand-slate);line-height:1.55}.contact-icon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:10px}.contact-icon-grid a{min-height:64px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-leaf-pale);color:var(--brand-emerald-dark);text-decoration:none;font-weight:800}.contact-icon-grid svg{width:24px;height:24px;fill:currentColor}.contact-icon-grid a:hover{border-color:var(--brand-emerald)}.consultation-form{max-width:1120px}.consultation-section{margin-top:26px}.consultation-section .section-heading span{color:var(--brand-slate);font-weight:700}.consultation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;max-width:1180px}.consultation-card{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.consultation-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.consultation-card h3{margin:0;font-family:var(--font-heading);font-size:1.2rem;line-height:1.3}.consultation-card dl{display:grid;gap:10px;margin:0}.consultation-card ul{display:grid;flex:1;gap:8px;margin:0;padding-left:20px;color:var(--brand-slate);line-height:1.5}.consultation-card button{width:100%}.form-wide{grid-column:1 / -1}.form-error{grid-column:1 / -1;margin:0;padding:12px;border-radius:8px;background:#fff3e8;color:#7a3d00;font-weight:700}.form-success{grid-column:1 / -1;margin:0;padding:12px;border-radius:8px;background:var(--brand-leaf-pale);color:var(--brand-emerald-dark);font-weight:700}.order-row{grid-template-columns:1fr auto auto auto;color:var(--brand-charcoal);text-decoration:none}.order-items{display:grid;gap:10px;margin-top:16px}.order-items div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--brand-border)}.handoff-panel{display:grid;gap:14px;max-width:1080px;margin-top:16px;padding:16px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.handoff-panel h2{margin:0 0 6px;font-family:var(--font-heading);font-size:1.12rem}.handoff-panel p{margin:0;color:var(--brand-slate);line-height:1.55}.handoff-actions{display:flex;flex-wrap:wrap;gap:10px}.icon-action svg{width:20px;height:20px;flex:0 0 auto;fill:currentColor}.share-text{min-height:210px;color:var(--brand-charcoal);line-height:1.45}.empty-state{max-width:720px;margin:0;padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white);color:var(--brand-slate);line-height:1.6}.legal-page{display:grid;gap:16px;max-width:980px}.legal-page section{padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white)}.legal-page h2{margin:0 0 8px;font-family:var(--font-heading);font-size:1.15rem}.legal-page p{margin:0;color:var(--brand-slate);line-height:1.65}.storefront-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:18px;max-width:1180px;margin-top:44px;padding-top:22px;border-top:1px solid var(--brand-border);color:var(--brand-slate)}.storefront-footer nav{display:flex;flex-wrap:wrap;gap:8px}.storefront-footer a{min-height:38px;display:inline-flex;align-items:center;padding:8px 10px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-white);color:var(--brand-charcoal);text-decoration:none;font-weight:700}@media(min-width:820px){.detail-layout{grid-template-columns:minmax(300px,.9fr) minmax(320px,1fr)}.cart-row{grid-template-columns:86px 1fr 100px auto auto}.handoff-panel{padding:20px}.contact-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}}
