:root{--ink:#14201d;--muted:#5d6d67;--paper:#fbfcf9;--line:#dce6df;--mint:#dff4e7;--green:#146c43;--darkgreen:#0b4930;--sand:#f5f1e9;--danger:#a22222;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;line-height:1.55}a{color:inherit;text-underline-offset:3px}img{display:block;max-width:100%;height:auto}.container{width:min(1120px,calc(100% - 2rem));margin:auto}.site-header{border-bottom:1px solid var(--line);background:rgba(251,252,249,.92);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.nav,.admin-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-size:1.1rem;font-weight:800;text-decoration:none;letter-spacing:-.04em}.brand span{color:var(--green)}nav{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}nav a{font-size:.9rem;text-decoration:none}.hero{padding:5.5rem 0;background:linear-gradient(125deg,#eefaf1 0%,#fbfcf9 54%,#f5f1e9 100%)}.hero>div{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;color:var(--green);font-weight:800;margin:0 0 .65rem}.hero h1,h1,h2,h3{line-height:1.08;letter-spacing:-.045em}.hero h1{font-size:clamp(2.55rem,8vw,5.3rem);margin:.1rem 0 1.25rem;max-width:720px}.hero p:not(.eyebrow){font-size:1.13rem;color:var(--muted);max-width:620px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:white;border:1px solid var(--green);border-radius:.35rem;padding:.77rem 1.05rem;font-weight:750;text-decoration:none;cursor:pointer;font:inherit}.button:hover{background:var(--darkgreen)}.button-secondary{background:transparent;color:var(--green)}.section{padding:4.5rem 0}.section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.5rem}.section-heading h2{margin:0;font-size:clamp(1.8rem,4vw,2.7rem)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product-card{border:1px solid var(--line);border-radius:.7rem;overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-image{aspect-ratio:1/1;background:var(--sand);display:block}.product-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{height:100%;display:grid;place-items:center;font-size:4rem;color:#8fbca1;background:linear-gradient(145deg,#f2f9f2,#e1f1e7)}.image-placeholder.large{min-height:320px}.product-card-body{padding:1.15rem;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;height:100%}.product-card-body h3{font-size:1.25rem;margin:0}.product-card-body h3 a{text-decoration:none}.product-card-body p{font-size:.93rem;color:var(--muted);margin:0}.product-card-body .button{margin-top:auto;width:100%}.price{font-weight:750;color:var(--ink)!important}.price small{font-weight:400;display:block;font-size:.75rem}.category-band{background:var(--mint);padding:2.4rem 0}.category-list{display:flex;gap:.75rem;flex-wrap:wrap}.category-list a{padding:.5rem .8rem;border:1px solid #9acaae;border-radius:99px;text-decoration:none;font-weight:650}.editorial{padding-bottom:5rem;max-width:790px}.disclosure,.muted{color:var(--muted);font-size:.85rem}.site-footer{background:#13251e;color:#eaf3ec;padding:2.6rem 0}.site-footer p{margin:.25rem 0}.site-footer nav{margin:1.25rem 0}.site-footer small{color:#b7cabc}.product-page{padding-top:1.5rem}.breadcrumb{font-size:.85rem;color:var(--muted);gap:.5rem;margin-bottom:1.75rem}.product-hero{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,6rem);align-items:center}.product-visual{background:var(--sand);border-radius:.8rem;overflow:hidden}.product-visual img{width:100%;aspect-ratio:1;object-fit:cover}.product-hero h1{font-size:clamp(2.4rem,5vw,4.5rem);margin:.25rem 0}.subtitle{font-size:1.18rem;margin:0;color:var(--muted)}.lead{font-size:1.1rem}.cta{font-size:1.05rem;margin-top:.5rem}.product-content{width:min(760px,100%);margin:4rem 0}.product-content section{border-top:1px solid var(--line);padding:1.5rem 0}.product-content h2{margin:0 0 .75rem}.product-content p{white-space:pre-line}.notice{background:#f9f5ed;padding:1.25rem!important;border:0!important;border-left:3px solid #c49b54!important;margin-top:1rem}.sticky-cta{display:none}.prose{max-width:780px;padding:5rem 0}.prose h1{font-size:clamp(2.5rem,6vw,4.5rem)}.error-page{min-height:80vh;display:flex;flex-direction:column;justify-content:center}.admin-header{padding:0 2rem;border-bottom:1px solid var(--line);background:#fff}.admin-header form{margin:0}.admin-header button,.actions button{border:0;background:transparent;font:inherit;padding:0;text-decoration:underline;cursor:pointer}.admin-main{width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:3rem 0}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0}.metric-grid>div{border:1px solid var(--line);padding:1.25rem;background:#fff;border-radius:.55rem}.metric-grid strong{display:block;font-size:2rem;letter-spacing:-.06em}.metric-grid span{color:var(--muted);font-size:.85rem}.admin-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:.5rem}table{width:100%;border-collapse:collapse;background:#fff;min-width:720px}th,td{padding:.9rem;text-align:left;border-bottom:1px solid var(--line);font-size:.9rem}th{background:#f5f8f5}.actions{display:flex;gap:.65rem;align-items:center}.danger{color:var(--danger)!important}.product-form{max-width:900px;display:grid;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-form label,.login label{display:grid;gap:.38rem;font-weight:650;font-size:.9rem}.product-form input,.product-form textarea,.login input{font:inherit;padding:.65rem;border:1px solid #aebdb4;border-radius:.3rem;background:#fff}.product-form textarea{min-height:110px;resize:vertical}.product-form small,.form-error{color:var(--danger)}.checks{display:flex;gap:1.5rem}.checks label{display:block}.periods{margin:1rem 0}.periods a{padding:.4rem .7rem;background:var(--mint);border-radius:.25rem}.login{min-height:100vh;display:grid;place-items:center;background:var(--mint);padding:1rem}.login form{width:min(420px,100%);padding:2rem;background:#fff;border-radius:.6rem;display:grid;gap:1rem;box-shadow:0 16px 50px #0e3d2420}.login h1{margin:0}@media(max-width:720px){.nav{min-height:64px}.nav nav{gap:.65rem}.nav nav a:nth-child(n+2){display:none}.hero{padding:4rem 0}.section{padding:3rem 0}.product-grid{grid-template-columns:1fr}.product-hero{grid-template-columns:1fr;gap:1.5rem}.product-visual{max-width:500px}.sticky-cta{display:block;position:fixed;bottom:0;left:0;right:0;padding:.7rem 1rem;background:#fff;border-top:1px solid var(--line);z-index:20}.sticky-cta .button{width:100%}.product-page{padding-bottom:4.75rem}.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-header{padding:0 1rem}.admin-header nav a{display:none}.form-grid{grid-template-columns:1fr}.admin-main{padding-top:2rem}}
