@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
:root{--ink:#111;--muted:#5a5a5a;--cream:#f5f5f5;--paper:#fff;--line:#e1e1e1;--lime:#e8defa;--serif:'Inter',Arial,sans-serif;--sans:'Inter',Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.65 var(--sans)}h1,h2,h3,p{margin:0 0 20px}h1,h2{font:400 clamp(44px,5.4vw,82px)/1.04 var(--serif);letter-spacing:-.035em}h2{font-size:clamp(37px,4.1vw,60px)}h3{font-size:21px;line-height:1.3;font-weight:500;letter-spacing:-.03em}em{font-weight:400}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button,a,input,select,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}img{display:block;max-width:100%}svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.5}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #738c48;outline-offset:5px}button{border:0}a,button{ -webkit-tap-highlight-color:transparent}.skip{position:absolute;left:12px;top:-80px;z-index:100;background:var(--ink);color:white;padding:15px}.skip:focus{top:10px}.announcement{display:flex;justify-content:space-between;align-items:center;background:var(--ink);color:#ecf0d9;font-size:11px;letter-spacing:.03em;padding:6px 4%}.region-label{display:flex;align-items:center;gap:7px}.announcement select{padding:0;border:none;color:inherit;background:transparent;font-size:11px}.announcement option{color:var(--ink)}header{height:92px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;gap:25px;background:var(--cream);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand{font-size:39px;letter-spacing:-.085em;font-weight:500;line-height:1}.brand span{color:#7b9654;font-weight:400;vertical-align:super;font-size:29px;margin-left:3px}nav{display:flex;gap:33px;font-size:13px}nav a{padding:8px 0}nav a:hover,nav a[aria-current=page]{border-bottom:1px solid var(--ink)}.header-tools{display:flex;align-items:center;gap:17px}.icon-button{background:none;display:inline-flex;align-items:center;justify-content:center;width:38px;height:40px;font-size:29px}.bag-button{display:flex;align-items:center;gap:12px;background:none;font-size:13px}.bag-button span{border:1px solid var(--line);width:29px;height:29px;border-radius:50%;display:grid;place-items:center}.menu-button{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.hero-copy{padding:75px 6% 42px 8%}.eyebrow{font-size:10px;font-weight:600;letter-spacing:.17em;text-transform:uppercase;margin-bottom:24px}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#7e9655;margin-right:8px}.hero h1{font-size:clamp(55px,5.7vw,90px);margin-bottom:24px}.hero-intro{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--ink);color:white;border-radius:3px;padding:16px 23px;font-size:12px;min-height:51px;border:1px solid var(--ink);transition:background .2s,transform .2s}.button:hover{background:#3c5641;transform:translateY(-2px)}.button.light{background:var(--lime);color:var(--ink);border-color:var(--lime)}.hero-bottom{display:flex;align-items:center;gap:15px;margin-top:47px;font-size:10px;color:var(--muted);line-height:1.7}.hero-bottom strong{font-weight:500;color:var(--ink)}.little-orbit{font-size:37px;line-height:1}.hero-art{position:relative;overflow:hidden;min-height:650px;background:radial-gradient(ellipse at 45% 35%,#eaf0cf,#d2ddba 65%,#bdcda7)}.hero-caption{position:absolute;top:34px;left:34px;right:34px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.16em}.hero-bottle{position:absolute;filter:drop-shadow(15px 26px 15px #263b332e);width:34%;object-fit:contain;z-index:2}.bottle-front{left:42%;top:26%;transform:rotate(12deg);width:36%}.bottle-back{left:17%;top:35%;transform:rotate(-15deg);width:32%}.orbit{position:absolute;border:1px solid #8ca17555;border-radius:50%;width:520px;height:520px;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-two{width:670px;height:670px}.hero-stamp{position:absolute;right:9%;top:11%;font-family:var(--serif);font-style:italic;text-align:center;font-size:24px;transform:rotate(9deg);line-height:1.1}.hero-stamp span{font-size:20px}.hero-stamp svg{display:block;width:100px;height:20px;margin:auto;stroke-width:1}.hero-product-note{position:absolute;bottom:36px;left:34px;font-size:11px;line-height:1.8}.hero-product-note a{text-decoration:underline;text-underline-offset:5px}.values-strip{display:flex;justify-content:space-around;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:23px 4%;font-size:11px;letter-spacing:.03em}.values-strip b{font-size:20px;font-weight:400}.wrap{width:92%;max-width:1400px;margin:auto}.section{padding:85px 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px}.section-heading h2{margin:0}.section-heading p:not(.eyebrow){font-size:13px;color:var(--muted)}.text-link{font-size:12px;border-bottom:1px solid currentColor;padding-bottom:5px;display:inline-block}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.product-card{min-width:0}.product-image{position:relative;background:#eff1ed;border-radius:4px;overflow:hidden;aspect-ratio:1}.product-image>a{display:block;width:100%;height:100%}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.035)}.save{position:absolute;right:13px;top:13px;width:33px;height:33px;border-radius:50%;background:#fffdf8d9;font-size:22px}.save.active{background:var(--ink);color:white}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:8px;letter-spacing:.05em;text-transform:uppercase;margin:18px 0 8px;color:var(--muted)}.compare-pick{padding:0;background:none;font-size:9px;text-transform:none;white-space:nowrap}.product-card h3{font-size:20px;margin-bottom:4px}.pack-caption{font-size:11px;color:var(--muted);margin-bottom:13px}.product-buy{display:flex;justify-content:space-between;align-items:center}.product-buy strong{font-size:15px;font-weight:500}.round-button{width:35px;height:35px;border-radius:50%;border:1px solid #abb6a4;background:transparent;font-size:20px}.round-button:hover{background:var(--ink);color:white}.life-section{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--cream)}.life-image{position:relative;min-height:550px}.life-image img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:35% center}.image-caption{position:absolute;bottom:22px;left:24px;background:#20382bc9;padding:7px 13px;color:white;font-size:10px}.life-copy{padding:65px 12%;align-self:center}.life-copy>p:not(.eyebrow){color:#c3cdbd;font-size:13px}.life-copy .eyebrow{color:#d3e6ac}.life-mark{display:block;font:italic 29px var(--serif);margin-top:32px;color:#d5e4b9;transform:rotate(-5deg)}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.collection{padding:24px;background:#e6e9dc;border:1px solid #dde1d2;min-height:267px;display:flex;flex-direction:column}.collection>span:first-child{font-size:10px}.collection-symbol{font:65px var(--serif);line-height:1;margin:16px 0 25px}.collection h3{font:30px/1.1 var(--serif);margin:0 0 20px}.collection-link{font-size:11px;margin-top:auto}.collection-1{background:#e8e1d6}.collection-2{background:#e1e6d0}.collection-3{background:#dedee9}.collection:hover{box-shadow:inset 0 0 0 1px var(--ink)}.quality-teaser{padding:65px;background:#ecefe5;display:grid;grid-template-columns:1fr 1fr;gap:90px;border-radius:4px}.quality-teaser>div>p:not(.eyebrow){color:var(--muted);max-width:360px;font-size:13px}.quality-list>div{position:relative;padding:0 0 25px 42px;border-bottom:1px solid #d0d9c7;margin-bottom:23px}.quality-list>div:last-child{margin:0;padding-bottom:0;border:0}.quality-list span{position:absolute;left:0;top:2px;font-size:11px}.quality-list h3{font-size:20px;margin-bottom:7px}.quality-list p{font-size:12px;color:var(--muted);margin:0}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.journal-art{height:230px;background:#d9decd;display:grid;place-items:center;overflow:hidden;margin-bottom:23px}.journal-art span{font:italic 135px var(--serif);color:#4e654a;transform:rotate(-9deg);transition:transform .4s}.journal-card:hover .journal-art span{transform:rotate(0) scale(1.06)}.journal-art-1{background:#ece3d4}.journal-art-1 span{font-size:90px;color:#95785a}.journal-art-2{background:#e0dfeb}.journal-art-2 span{color:#716783;font-size:170px}.journal-card .eyebrow{font-size:9px;margin-bottom:12px}.journal-card h3{font:30px/1.1 var(--serif);max-width:310px}.closing{text-align:center;padding:80px 20px;background:var(--lime)}.closing h2{font-size:72px}footer{padding:60px 4% 25px;background:#1d3329;color:#e2e7d7}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-top p{font-size:12px;color:#b4c0af;margin-top:23px}.footer-top h3{font-size:12px;margin-bottom:20px}.footer-top>div>a:not(.brand){display:block;font-size:11px;color:#b4c0af;margin:10px 0}.footer-bottom{border-top:1px solid #425445;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;font-size:10px;color:#aebaac}.shop h1{margin-bottom:35px}.shop-controls{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:25px}label{font-size:12px;display:block}input,select{display:block;padding:13px 15px;background:var(--paper);border:1px solid #bcc6b4;border-radius:3px;margin-top:6px;max-width:100%}input[type=search]{width:380px}input[type=number]{width:85px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.chip{padding:9px 16px;border-radius:25px;background:transparent;border:1px solid #c4ceba;font-size:11px}.chip.active{background:var(--ink);color:white;border-color:var(--ink)}.shop .product-grid{row-gap:40px}.muted{font-size:11px;color:var(--muted)}.breadcrumb{font-size:11px;margin-bottom:30px;color:var(--muted)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:7%}.product-info h1{font-size:60px}.product-info>.eyebrow{margin-bottom:14px}.product-subtitle{color:var(--muted)}.product-info>p{font-size:13px}.gallery{align-self:start;position:sticky;top:115px}.main-photo{border-radius:5px;overflow:hidden}.main-photo img{width:100%;aspect-ratio:1;object-fit:cover}.thumbs{display:flex;gap:12px;margin:15px 0}.thumbs button{padding:0;width:72px;background:none;border:1px solid transparent}.thumbs button[aria-pressed=true]{border-color:var(--ink)}fieldset{border:0;padding:0;margin:28px 0 20px}legend{font-size:12px;font-weight:500;margin-bottom:12px}.variant-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.variant{position:relative}.variant input{position:absolute;opacity:0;width:1px;height:1px}.variant span{display:block;border:1px solid #c6cdbd;border-radius:3px;padding:13px 10px;cursor:pointer;font-size:11px}.variant strong,.variant small{display:block}.variant strong{font-size:17px;margin:5px 0}.variant small{font-size:9px;color:var(--muted)}.variant input:checked+span{border-color:var(--ink);background:#e9eedc;box-shadow:inset 0 0 0 1px var(--ink)}.variant input:focus-visible+span{outline:3px solid #738c48}.purchase-row{display:flex;align-items:flex-end;gap:12px}.purchase-row .button{flex:1}.purchase-row input{height:51px}.product-actions{display:flex;gap:28px;margin:20px 0}.text-button{padding:0;background:none;text-decoration:underline;text-underline-offset:4px;font-size:11px}.product-note{color:var(--muted);font-size:11px!important;border-bottom:1px solid var(--line);padding-bottom:24px}.product-details details,details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:19px 25px 19px 0;font-size:14px;position:relative}summary:after{content:'+';position:absolute;right:2px}details[open]>summary:after{content:'−'}summary::-webkit-details-marker{display:none}details p,.detail-copy{font-size:12px;padding-bottom:14px;overflow-wrap:anywhere}dl{font-size:12px;margin:0 0 20px}dl>div{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;border-bottom:1px solid var(--line);padding:12px 0}dt{color:var(--muted)}dd{margin:0}.detail-copy ul{padding-left:20px}.narrow{max-width:800px;min-height:65vh}.narrow>.eyebrow{margin-bottom:25px}.narrow h1{margin-bottom:35px}.narrow>.button{margin-top:25px}.article-lead{font-size:21px;line-height:1.7}.intro{margin-bottom:45px}.story{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center;min-height:580px}.story p{max-width:550px;color:var(--muted)}.story img{width:100%;height:450px;object-fit:cover;border-radius:4px}.story h1{font-size:60px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:70px}.principles span{display:block;padding-top:25px;border-top:1px solid var(--line);margin-bottom:30px}.principles h2{font-size:35px}.principles p{color:var(--muted);font-size:13px}.comparison{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:45px}.comparison dl{margin-top:30px}.comparison .save{display:none}#compare-tray{display:none;position:fixed;bottom:22px;left:50%;transform:translateX(-50%);align-items:center;gap:30px;background:var(--ink);color:white;border-radius:5px;padding:14px 20px;z-index:30;box-shadow:0 8px 35px #0003;font-size:12px;white-space:nowrap}#compare-tray.visible{display:flex}#compare-tray a{text-decoration:underline;text-underline-offset:4px}#compare-tray button{background:none;color:white;font-size:23px}dialog{border:0;padding:30px;width:min(550px,94vw);background:var(--cream);color:var(--ink);border-radius:5px}dialog::backdrop{background:#12271fa1;backdrop-filter:blur(4px)}.drawer{height:100dvh;max-height:100dvh;margin:0 0 0 auto;border-radius:0;width:min(490px,100vw)}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:15px;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:20px}.dialog-head h2{font-size:34px;margin:0}.bag-item{display:grid;grid-template-columns:95px 1fr;gap:20px;border-bottom:1px solid var(--line);padding:20px 0}.bag-item img{width:95px}.bag-item h3{font-size:16px;margin:0 0 5px}.bag-item p{font-size:11px;margin-bottom:5px}.bag-item strong{font-size:13px}.quantity{display:flex;align-items:center;gap:12px;font-size:12px;margin-top:10px}.quantity button{background:none;min-width:25px;min-height:30px}.quantity .remove{font-size:10px;text-decoration:underline;margin-left:auto}.bag-total{display:flex;justify-content:space-between;font-size:17px;padding:25px 0}.full{width:100%}.empty{padding:60px 10px;text-align:center;grid-column:1/-1}.empty h2{font-size:40px}.empty p{color:var(--muted)}.empty-symbol{font-size:65px}.search-line{display:flex;gap:10px;margin-top:12px}.search-line input{margin:0;min-width:0;flex:1}.search-line .button{min-width:100px}.review-list>div{display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:20px 0;font-size:13px}.review-list img{width:85px}.review-list>div>strong{margin-left:auto}.notice{padding:25px;border:1px solid #c8d2bc;background:#edf0e4;margin:15px 0 25px}.notice p{font-size:13px}.notice h3{font-size:20px}.loading{padding:100px;text-align:center}#toast{position:fixed;bottom:85px;left:50%;transform:translate(-50%,10px);background:var(--ink);color:white;border-radius:4px;padding:13px 22px;font-size:12px;opacity:0;pointer-events:none;z-index:60;transition:.2s;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.hero-copy{padding-left:max(8%,calc((100vw - 1400px)/2))}.hero{min-height:750px}.hero-art{min-height:750px}}
@media(max-width:1050px){header{gap:15px}nav{gap:17px}.header-tools{gap:8px}.brand{font-size:33px}.hero,.hero-art{min-height:570px}.hero-copy{padding-top:55px}.hero h1{font-size:65px}.hero-intro{font-size:14px}.hero-bottom{margin-top:30px}.hero-bottle{top:36%}.hero-stamp{top:16%}.product-grid{gap:17px}.product-meta{display:block}.compare-pick{margin-top:6px}.life-copy{padding:45px 8%}.quality-teaser{gap:45px;padding:40px}.product-info h1{font-size:47px}.variant-options{grid-template-columns:repeat(2,1fr)}.story h1{font-size:48px}}
@media(max-width:760px){body{font-size:14px}.announcement{font-size:9px;padding:7px 5%}.announcement>span{max-width:65%}.announcement select{font-size:10px}.region-label{font-size:0}.region-label select{margin:0}header{height:75px;padding:0 5%}.brand{font-size:31px}.brand span{font-size:22px}.header-tools{gap:4px}.header-tools>a{display:none}.icon-button{width:32px}.bag-button{gap:5px;font-size:11px}.bag-button span{width:25px;height:25px}.menu-button{display:inline-flex;font-size:21px}nav{display:none;position:absolute;top:75px;left:0;right:0;background:var(--cream);padding:25px;border-bottom:1px solid var(--line);flex-direction:column}nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 35px}.hero h1{font-size:66px}.hero-intro{font-size:14px}.hero-bottom{margin-top:26px}.hero-art{min-height:440px}.hero-bottle{top:27%}.bottle-front{width:30%;left:46%}.bottle-back{width:28%;left:23%;top:32%}.hero-stamp{top:16%;right:10%;font-size:20px}.hero-caption{top:22px;left:22px;right:22px}.hero-product-note{bottom:22px;left:22px}.orbit{width:340px;height:340px}.orbit-two{width:470px;height:470px}.values-strip{display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:12px;font-size:10px;padding:22px 4%}.values-strip b{display:none}.section{padding:52px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:28px}.section-heading h2{font-size:43px}.section-heading>div>p:not(.eyebrow){margin-bottom:10px}.eyebrow{font-size:9px;margin-bottom:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}.product-card h3{font-size:17px}.product-meta{font-size:8px;line-height:1.6;margin-top:13px}.pack-caption{font-size:10px}.product-buy strong{font-size:13px}.save{right:9px;top:9px;width:30px;height:30px}.life-section{grid-template-columns:1fr}.life-image{min-height:370px}.life-copy{padding:45px 6% 55px}.life-copy h2{font-size:47px}.collection-grid{grid-template-columns:1fr 1fr;gap:12px}.collection{padding:18px;min-height:230px}.collection h3{font-size:27px}.collection-symbol{font-size:55px}.quality-teaser{grid-template-columns:1fr;gap:35px;padding:30px 24px}.quality-teaser h2{font-size:45px}.journal-grid{grid-template-columns:1fr;gap:35px}.journal-card{display:block}.journal-art{height:230px}.journal-card h3{max-width:none;font-size:31px}.closing{padding:50px 20px}.closing h2{font-size:58px}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;gap:15px}.footer-bottom>span:nth-child(2){display:none}.shop h1{font-size:59px}.shop-controls{align-items:stretch;flex-direction:column}.shop-search input{width:100%}.shop-controls select{width:100%}.chips{gap:7px}.chip{font-size:10px;padding:8px 12px}.product-layout{grid-template-columns:1fr;gap:25px}.gallery{position:static}.product-info h1{font-size:54px}.product-info>.eyebrow{margin-top:10px}.variant-options{grid-template-columns:repeat(3,1fr)}.variant span{font-size:10px;padding:10px 8px}.variant strong{font-size:15px}.product-info>p{font-size:13px}.product-info .button{gap:20px;padding:15px 16px}.comparison{grid-template-columns:1fr;gap:35px}.comparison>div{display:grid;grid-template-columns:1fr 1fr;gap:15px}.comparison dl{margin:0;font-size:10px}.comparison dl>div{grid-template-columns:1fr;gap:4px}.comparison .product-meta{display:none}.comparison .product-card h3{margin-top:15px}#compare-tray{font-size:10px;gap:14px;padding:10px 15px;max-width:95vw}.story{grid-template-columns:1fr;gap:35px}.story h1{font-size:54px}.story img{height:350px}.principles{grid-template-columns:1fr;gap:20px;margin-top:40px}.principles span{margin-bottom:20px}.narrow h1{font-size:54px}.article-lead{font-size:19px}.review-list>div{font-size:11px;gap:12px}.review-list img{width:60px}.drawer{padding:22px}.dialog-head h2{font-size:30px}.notice{padding:20px}.search-line{flex-direction:column}.loading{padding:60px 20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
