:root{--bg:#f7f6ee;--ink:#152d24;--accent:#daee58;--line:#c2c8bb;--radius:0px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,a,input{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #ec6541;outline-offset:5px}header{height:94px;display:flex;align-items:center;justify-content:space-between;margin:0 5%;border-bottom:1px solid var(--line)}.logo{font-size:25px;font-weight:900;letter-spacing:-1.7px}.logo span{font-size:12px;vertical-align:top;margin-left:5px}nav{display:flex;gap:30px;font-size:13px}.small{border:1px solid var(--ink);background:none;color:inherit;padding:13px 20px}.hero{display:grid;grid-template-columns:1.06fr 1fr;min-height:660px;padding:55px 5% 45px;align-items:center;overflow:hidden}.eyebrow{font:11px monospace;letter-spacing:.13em;margin:0 0 30px}h1{font-size:clamp(54px,6.9vw,106px);font-weight:900;line-height:.97;letter-spacing:-.075em;margin:0 0 30px;position:relative;z-index:2}h1 span{white-space:nowrap}.lead{font-size:17px;line-height:1.55;margin:0 0 28px;max-width:380px}.cta{display:flex;align-items:center;justify-content:space-between;gap:44px;background:var(--ink);color:var(--bg);border:0;padding:20px 24px;font-weight:600;font-size:15px;min-width:270px;border-radius:var(--radius)}.cta span{font-size:24px;line-height:16px}.cta:hover{transform:translateY(-3px)}.about{margin:30px 5% 0;padding:70px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1.3fr 1fr;gap:9%}.big-line{font-size:clamp(34px,4vw,64px);font-weight:800;line-height:1.1;letter-spacing:-.055em;margin:0}.big-line span{color:#607269}.about>div{font-size:17px;line-height:1.65;max-width:420px}.about>div p:first-child{margin-top:0}.specs{margin:0 5%;padding:80px 0;display:grid;grid-template-columns:1fr 1fr;gap:9%;border-top:1px solid var(--line)}h2{font-size:clamp(34px,4.4vw,67px);line-height:1.05;letter-spacing:-.055em;margin:0 0 35px}dl{margin:35px 0}dl div{display:flex;justify-content:space-between;gap:18px;padding:14px 0}dt{font-size:13px}dd{font-size:15px;font-weight:600;margin:0;text-align:right}.note{font-size:12px;line-height:1.7;max-width:430px}figure{margin:0}figure img{width:100%;display:block}figcaption{font-size:11px;line-height:1.5;margin-top:15px}.faq{margin:0 5%;padding:65px 0 95px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:9%}details{border-bottom:1px solid var(--line);padding:22px 0}details:first-child{padding-top:4px}summary{cursor:pointer;font-size:19px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+'}details[open] summary:after{content:'−'}details p{font-size:14px;line-height:1.7;max-width:500px}.closing{margin:0 5%;padding:60px 0 85px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.closing h2{font-size:clamp(50px,8vw,120px);margin:0;letter-spacing:-.07em}footer{margin:0 5%;border-top:1px solid var(--line);padding:28px 0;display:flex;align-items:center;justify-content:space-between;font-size:11px}footer b{font-size:17px;letter-spacing:-.06em}footer span{opacity:.7}dialog{background:#f7f6ee;color:#152d24;max-width:510px;width:calc(100% - 32px);padding:40px;border:0;max-height:90dvh;overflow:auto}dialog::backdrop{background:#0b160dc9;backdrop-filter:blur(5px)}.close{position:absolute;right:16px;top:10px;border:0;background:none;font-size:30px}dialog h2{font-size:48px}.order-product{display:flex;align-items:center;gap:20px}.order-product img{width:110px;mix-blend-mode:multiply}.order-product p{font-size:13px}.quantity{display:flex;justify-content:space-between;align-items:center;margin:24px 0}.quantity input{width:65px;padding:10px;color:#152d24;border:1px solid #899588;background:#fff}.checkout-note,#payment-message{font-size:13px;line-height:1.6}#pay{width:100%;padding:18px;border:0;background:#152d24;color:white}#pay:disabled{opacity:.55;cursor:not-allowed}.cta,.small{transition:transform .2s,opacity .2s}@keyframes arrive{from{opacity:0;translate:0 24px}to{opacity:1;translate:0 0}}@media(min-width:1700px){main,header,footer{max-width:1530px;margin-left:auto;margin-right:auto}}@media(max-width:800px){.logo{font-size:20px}header{height:74px}nav{display:none}.small{font-size:12px;padding:10px}.hero{grid-template-columns:1fr;padding:35px 5% 25px;gap:25px;min-height:0}.hero-copy{order:0}h1{font-size:clamp(45px,10vw,76px);letter-spacing:-.06em;margin-bottom:20px}.eyebrow{margin-bottom:20px}.lead{font-size:15px;margin-bottom:22px}.cta{font-size:14px;padding:18px 23px;min-width:255px}.about,.specs,.faq{grid-template-columns:1fr;gap:32px;padding:42px 0}.about>div{font-size:16px}.specs figure{max-width:500px}.closing{padding:40px 0;gap:28px;align-items:flex-start;flex-direction:column}.closing h2{font-size:60px}footer{flex-wrap:wrap;gap:10px}footer p{margin:0}footer span{width:100%}dialog{padding:30px 24px}.note{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.lifestyle{margin:0 5%;padding:65px 0;border-top:1px solid var(--line)}.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.lifestyle-grid img{width:100%;aspect-ratio:1;object-fit:cover}.lifestyle figcaption{font-size:16px;font-weight:600}.lifestyle>.note{max-width:700px;margin-top:24px}@media(max-width:800px){.lifestyle-grid{grid-template-columns:1fr;gap:28px}.lifestyle{padding:40px 0}}.image-filters{position:absolute;pointer-events:none}

/* Quiet product presentation: a single sage plane and natural product silhouette. */
.hero{gap:clamp(28px,4vw,72px);grid-template-columns:1.06fr 1fr;padding-top:44px;padding-bottom:44px;min-height:640px}
.hero-visual{position:relative;align-self:stretch;display:flex;flex-direction:column;min-width:0;margin:0;background:#e8ebe2;isolation:isolate}
.product-stage{position:relative;display:grid;place-items:center;flex:1;min-height:470px;overflow:hidden;padding:34px 8px 20px}
.product-stage::before{content:"";position:absolute;bottom:6%;left:26%;width:48%;height:8%;border-radius:50%;background:radial-gradient(ellipse,rgba(33,48,30,.14),rgba(33,48,30,0) 70%);filter:blur(7px)}
.product-stage img{position:relative;display:block;width:100%;height:auto;max-height:510px;object-fit:contain;filter:url(#product-cutout);transform:none;animation:arrive .65s ease-out both}
.product-caption{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 28px;padding:18px 0 21px;border-top:1px solid #c6cdc0;font-size:12px;line-height:1.4;letter-spacing:.01em;color:#4d5d50}
.product-caption span:first-child{font-weight:600;color:var(--ink)}
@media(max-width:1100px) and (min-width:801px){.hero{grid-template-columns:1.1fr 1fr;gap:24px}.product-stage{min-height:410px}.product-caption{margin:0 18px;font-size:11px}}
@media(max-width:800px){.hero{grid-template-columns:1fr;gap:32px;min-height:0;padding-top:35px;padding-bottom:10px}.hero-visual{width:100%;max-width:500px;justify-self:center}.product-stage{min-height:0;aspect-ratio:1;flex:none;padding:24px 12px 14px}.product-stage img{width:100%;height:100%;max-height:none;min-height:0}.product-caption{margin:0 20px;padding:15px 0 17px;font-size:11px}.about{margin-top:32px}}
