:root{--ink:#10241d;--muted:#617069;--paper:#f7f5ef;--card:#fff;--blue:#075aa8;--blue2:#087dbe;--sun:#f2c84b;--green:#13734b;--line:#dfe6e1;--shadow:0 18px 50px rgba(12,43,34,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.site-header{position:relative;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(16,36,29,.09)}.nav{max-width:1180px;margin:auto;min-height:74px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{text-decoration:none;display:flex;align-items:baseline;gap:10px;font-weight:800;letter-spacing:.12em}.brand b{font-family:Georgia,serif;font-size:28px;letter-spacing:.06em}.brand span{color:var(--green);font-size:11px}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{text-decoration:none;font-weight:650;font-size:14px}.hero{min-height:560px;display:flex;align-items:center;position:relative;color:#fff;background:radial-gradient(circle at 78% 28%,rgba(242,200,75,.35),transparent 20%),linear-gradient(125deg,#092b29 0%,#126452 60%,#0a8ca0 100%)}.hero-inner{width:100%;max-width:1180px;margin:auto;padding:88px 24px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}.hero h1,.page-title{font-family:Georgia,serif;font-weight:500;line-height:1.02;margin:.18em 0}.hero h1{font-size:clamp(58px,9vw,108px);max-width:760px}.hero p{font-size:clamp(18px,2vw,23px);max-width:650px;margin:18px 0 32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;padding:14px 22px;background:var(--blue);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 8px 24px rgba(7,90,168,.22);transition:.2s}.button:hover{background:#064a89;transform:translateY(-1px)}.button.secondary{background:#fff;color:var(--ink);box-shadow:none}.button.disabled{background:#87938e;box-shadow:none}.wrap{max-width:1180px;margin:auto;padding:72px 24px}.intro{display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:end;margin-bottom:42px}.intro h2,.section-title{font:500 clamp(34px,5vw,56px)/1.08 Georgia,serif;margin:0}.intro p{color:var(--muted);font-size:18px}.shelf{margin:55px 0}.shelf-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px;border-bottom:1px solid var(--line);padding-bottom:12px}.shelf-heading h2{font:500 32px Georgia,serif;margin:0}.shelf-heading span{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.card{overflow:hidden;background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 30px rgba(16,36,29,.06);display:flex;flex-direction:column}.card-media{aspect-ratio:4/3;background:#fff;display:grid;place-items:center;padding:26px;text-decoration:none}.card-media img{width:100%;height:100%;object-fit:contain}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#eef7f3,#dbece5);color:#2d6957;font:700 22px Georgia,serif;letter-spacing:.12em;border-radius:8px}.image-placeholder.large{min-height:400px}.card-body{padding:25px;display:flex;flex-direction:column;flex:1}.pill{align-self:flex-start;border-radius:999px;padding:5px 10px;background:#e9f7f0;color:var(--green);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.card h3{font:500 25px/1.18 Georgia,serif;margin:15px 0 9px}.card p{color:var(--muted);margin:0 0 22px}.price{font-size:23px!important;color:var(--ink)!important;font-weight:800}.card .button{margin-top:auto}.method{background:#102d28;color:#fff}.method-grid{max-width:1180px;margin:auto;padding:72px 24px;display:grid;grid-template-columns:1fr 1.35fr;gap:70px}.steps{display:grid;gap:18px}.step{padding:20px 0;border-top:1px solid rgba(255,255,255,.2)}.step b{color:var(--sun);margin-right:12px}.page-hero{padding:72px 24px;background:#102d28;color:white}.page-hero-inner{max-width:1180px;margin:auto}.page-title{font-size:clamp(42px,7vw,76px);max-width:900px}.product-layout{display:grid;grid-template-columns:minmax(280px,.9fr) 1.1fr;gap:58px;align-items:center}.product-image{background:white;border-radius:18px;padding:36px;box-shadow:var(--shadow)}.product-image img{width:100%;aspect-ratio:1;object-fit:contain}.fact-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;margin:28px 0}.fine{font-size:13px;color:var(--muted)}.site-footer{background:#091c18;color:#dfe8e4}.footer-grid{max-width:1180px;margin:auto;padding:55px 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px}.site-footer h3{font:500 26px Georgia,serif;color:#fff}.site-footer a{display:block;color:#dfe8e4;text-decoration:none;margin:7px 0}.legal{max-width:1180px;margin:auto;padding:22px 24px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#9eb0a9}.back{text-decoration:none;font-weight:700}
@media(max-width:760px){.nav{min-height:64px}.nav-links a:not(:last-child){display:none}.hero{min-height:500px;background-position:62% center}.hero-inner{padding:70px 22px}.intro,.method-grid,.product-layout,.footer-grid{grid-template-columns:1fr;gap:28px}.wrap{padding:52px 18px}.card-media{aspect-ratio:16/11}.page-hero{padding:50px 18px}.button{width:100%}.footer-grid{padding:45px 22px}}
.trust-bar{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{max-width:1180px;margin:auto;padding:18px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-item{display:flex;align-items:center;justify-content:center;gap:10px;color:#385148;font-size:13px;font-weight:750;text-align:center}.trust-item i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #e4f0e9}.editorial{display:grid;grid-template-columns:1fr 1fr;min-height:500px;background:#fff}.editorial-media{background:url('/static/images/store-editorial/making-concept-factory.jpg') center/cover}.editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(28px,7vw,100px)}.editorial-copy h2{font:500 clamp(36px,5vw,62px)/1.05 Georgia,serif;margin:12px 0 20px}.text-link{display:inline-block;width:max-content;margin-top:12px;color:var(--green);font-weight:800;text-decoration:none;border-bottom:1px solid currentColor}.status-note{margin-top:28px;padding:24px;border-radius:12px;background:#edf4f0;color:#315147}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:15px;top:15px;z-index:100;background:#fff;padding:12px}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:#d5e1dd;font-size:13px;margin-bottom:22px}.breadcrumb a{text-decoration:none}.magazine-lead{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;margin-bottom:45px}.magazine-lead p{font-size:18px;color:var(--muted)}.article-deck{max-width:720px;margin:20px 0 0;font-size:clamp(18px,2.2vw,24px);color:#d5e1dd}.article-story{max-width:860px;margin:0 auto}.article-intro{font:500 clamp(24px,3.1vw,34px)/1.3 Georgia,serif;margin:0 0 50px;color:#163a31}.article-section{display:grid;grid-template-columns:58px 1fr;gap:24px;padding:34px 0;border-top:1px solid var(--line)}.article-section h2{font:500 clamp(27px,3vw,38px)/1.1 Georgia,serif;margin:0 0 14px}.article-section p{color:var(--muted);font-size:18px;margin:0}.section-index{font-weight:850;color:var(--blue);letter-spacing:.11em}.article-cta{margin:48px 0 28px;padding:36px;border-radius:18px;background:linear-gradient(135deg,#103a33,#0c726d);color:#fff;box-shadow:var(--shadow)}.article-cta h2{font:500 clamp(28px,4vw,43px)/1.08 Georgia,serif;margin:10px 0}.article-cta p:not(.eyebrow){max-width:620px;color:#e2efeb}.article-cta .button{background:#fff;color:#12362e;box-shadow:none}
@media(max-width:760px){.trust-grid{grid-template-columns:1fr;padding:14px 20px;gap:11px}.trust-item{justify-content:flex-start}.editorial,.magazine-lead{grid-template-columns:1fr}.editorial-media{min-height:310px}.editorial-copy{padding:50px 22px}.status-note{padding:20px}.article-section{grid-template-columns:1fr;gap:10px}.article-cta{padding:27px}.article-cta .button{width:100%}}
.product-gallery{min-width:0}.product-main-image{width:100%;max-height:620px;object-fit:contain;background:#fff;border-radius:18px}.product-thumbs{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}.product-thumbs button{width:74px;height:74px;border:1px solid #ddd;border-radius:10px;background:#fff;padding:4px;cursor:pointer}.product-thumbs img{width:100%;height:100%;object-fit:contain}.detail-section{margin:2rem 0;padding:1.5rem;background:#fff;border-radius:18px;border:1px solid #ececec}.detail-section h2{margin-top:0}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.spec-grid>div{padding:.9rem;border-bottom:1px solid #eee}.spec-grid dt{font-weight:700}.spec-grid dd{margin:.3rem 0 0}.source-note{font-size:.88rem;color:#666}.comparison-table-wrap{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td{text-align:left;padding:.85rem;border-bottom:1px solid #e6e6e6;vertical-align:top}@media(max-width:720px){.spec-grid{grid-template-columns:1fr}}

/* Refined commerce header and footer */
.top-note{background:#071a16;color:#dcebe5;font-size:11px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.top-note>div{max-width:1180px;margin:auto;padding:7px 24px}.top-note span{color:var(--sun);padding:0 8px}.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.nav{min-height:82px}.brand{align-items:center;gap:11px;letter-spacing:normal}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#117351,#0b4d3b);color:#fff!important;font:700 25px Georgia,serif;box-shadow:0 7px 18px rgba(19,115,75,.22)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy b{font-family:Georgia,serif;font-size:24px;letter-spacing:.07em}.brand-copy small{margin-top:5px;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.nav-links{gap:26px}.nav-links a{font-weight:700;font-size:13px}.nav-links a:hover{color:var(--green)}.nav-cta{padding:10px 15px;border-radius:9px;background:#102d28;color:#fff;text-decoration:none;font-size:12px;font-weight:800}.site-footer{background:#071a16}.footer-accent{height:5px;background:linear-gradient(90deg,#13734b 0 38%,#f2c84b 38% 62%,#087dbe 62%)}.footer-grid{padding:68px 24px 48px;grid-template-columns:1.55fr .8fr 1fr;gap:70px}.footer-brand p{max-width:430px;color:#aebfb8}.footer-logo{display:inline-flex!important;margin-bottom:15px!important}.footer-logo .brand-mark{background:#f2c84b;color:#09251d!important}.footer-logo .brand-copy b{color:#fff}.footer-logo .brand-copy small{color:#8fc8b4}.site-footer strong{display:block;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.site-footer a:hover{color:#fff}.legal{display:flex;justify-content:space-between;gap:30px;font-size:11px}
.page-hero{padding:52px 24px}.page-title{font-size:clamp(38px,5vw,60px);line-height:1.06;max-width:980px}
.product-hero{padding:0 24px;overflow:hidden;background:radial-gradient(circle at 78% 45%,rgba(242,200,75,.18),transparent 25%),linear-gradient(125deg,#102d28,#0a211d)}.product-hero-inner{min-height:430px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:55px;align-items:center}.product-hero-copy{padding:52px 0}.product-hero-media{align-self:stretch;position:relative;display:grid;place-items:center;min-height:390px}.product-hero-media img{position:relative;z-index:2;width:min(100%,420px);height:360px;object-fit:contain;filter:drop-shadow(0 24px 32px rgba(0,0,0,.28));mix-blend-mode:multiply}.hero-image-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:#fff;box-shadow:0 0 80px rgba(255,255,255,.22)}.hero-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.hero-proof span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#dbe9e4;font-size:11px;font-weight:750;letter-spacing:.04em}
@media(max-width:760px){.top-note{text-align:center}.nav{min-height:70px;padding:0 18px}.nav-links,.nav-cta{display:none}.brand-copy b{font-size:21px}.legal{flex-direction:column;gap:8px}.product-hero{padding:0 18px}.product-hero-inner{grid-template-columns:1fr;gap:0}.product-hero-copy{padding:38px 0 12px}.product-hero-media{min-height:260px}.product-hero-media img{height:245px}.hero-image-glow{width:220px;height:220px}.hero-proof{margin-top:18px}}
