@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&family=Caveat:wght@400&display=swap');
:root{--paper:#f3f0e9;--ink:#263e31;--body:#535b52;--line:#29453325}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid #74846b;outline-offset:5px}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Instrument Serif',Georgia,serif;font-weight:400}h1 em,h2 em{font-weight:400;color:#72806a}p{color:var(--body)}.announcement{height:30px;background:#263e31;color:#eeeede;text-align:center;font-size:10px;letter-spacing:.1px;display:flex;align-items:center;justify-content:center;gap:20px}.announcement span{opacity:.45}header{height:116px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:0 7%;background:#f3f0e9}.brand{text-align:center;font:43px/.95 'Instrument Serif',Georgia;letter-spacing:-1.9px;white-space:nowrap}.brand small{display:block;font:7px 'DM Sans',Arial;letter-spacing:2px;margin-top:11px;color:#6b7568}nav{display:flex;gap:30px;align-items:center;font-size:11px}nav a{position:relative}nav a:after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform 220ms ease}nav a:hover:after{transform:scaleX(1)}.right-nav{justify-content:flex-end;gap:28px}.right-nav button{position:relative;background:none;border:0;padding:0;font-size:26px}.right-nav sup{font:8px Arial;background:#294533;border-radius:50%;color:white;position:absolute;right:-6px;top:0;padding:3px}.experience{height:195vh}.hero{height:calc(100dvh - 25px);min-height:680px;max-height:1000px;position:sticky;top:0;display:grid;grid-template-columns:47% 53%;padding:0 7%;overflow:hidden}.hero-background{position:absolute;inset:0;background:url('hero-ground.png') center bottom/cover no-repeat;pointer-events:none}.copy{position:relative;z-index:2;padding-top:5vh}.eyebrow{font-size:9px;letter-spacing:1.8px;line-height:1.6;margin-bottom:16px;color:#4b5b4d}h1{font-size:clamp(62px,5.6vw,94px);line-height:.94;letter-spacing:-2.4px;margin:0 -90px 28px 0;color:#16271d}h1 em{white-space:nowrap}.intro{font-size:14px;line-height:1.65;margin-bottom:24px}.pill{border-radius:40px;padding:12px 23px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;font-size:12px;line-height:1.2;border:1px solid #314a39;transition:background-color 180ms ease,box-shadow 220ms ease,transform 220ms ease}.primary{background:#233f30;color:#faf9ef;box-shadow:inset 0 0 0 2px #ffffff12}.primary:hover{background:#3e5843;box-shadow:0 6px 20px #233f301a}.pill span{transition:transform 220ms ease}.pill:hover span{transform:translateX(4px)}.outline{background:transparent}.outline:hover{background:#e6e9dd}.price{font-size:20px;color:#27372b;margin:17px 0 14px}.price span{font-size:11px;color:#777e73}.colour-row{display:flex;align-items:center;gap:15px}.colour-row button{background:var(--swatch);width:24px;height:24px;border:3px solid #f3f0e9;border-radius:50%;outline:1px solid transparent;transition:outline-color 160ms}.colour-row button[aria-pressed=true]{outline-color:var(--ink)}.colour-row span{font-size:11px;margin-left:7px}.fine{font-size:10px;line-height:1.7;color:#7c8075;margin:12px 0}.view{position:relative;align-self:start;height:77vh;min-height:510px;max-height:810px;margin-left:-4%;margin-right:-8%;z-index:1}canvas{width:100%;height:100%;position:relative;display:block;touch-action:pan-y}.handwritten{font:30px/1 'Caveat',cursive;transform:rotate(-9deg);color:#67755f}.view .handwritten{position:absolute;right:0;top:4%;font-size:29px}.model-caption{position:absolute;right:4%;bottom:8%;font-size:8px;letter-spacing:1.5px;display:flex;flex-direction:column;gap:8px;text-align:right}.status{position:absolute;top:40%;left:30%;font-size:12px}.tools{position:absolute;left:7%;bottom:25px;display:flex;gap:15px;align-items:center;z-index:3;font-size:9px;background:#f3f0e9bf;border-radius:30px;padding:4px 14px;backdrop-filter:blur(8px)}.tools button{background:transparent;border:0;font-size:9px;padding:5px 0}.tools label{margin-left:15px}.tools input{width:90px;accent-color:#456149}.story{display:grid;grid-template-columns:40% 35% 25%;min-height:440px;background:#eeece5;overflow:hidden}.story-photo{overflow:hidden;min-height:440px}.story-photo img{width:100%;height:100%;object-fit:cover;object-position:32% center}.story-copy{padding:50px 8% 40px 10%}.story h2{font-size:48px;line-height:1;letter-spacing:-1.3px;margin-bottom:20px}.story-copy>p:not(.eyebrow){font-size:12px;line-height:1.7}.landscape{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}.forest-cutout{width:95%;height:240px;border-radius:70% 0 65% 0;background:url('forest.png') center/cover;margin-top:20px}.landscape p{font-size:8px;align-self:flex-end;margin:15px 30px 25px 0}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:45px 7%;background:#f7f5ef}.benefits article{text-align:center;border-right:1px solid var(--line);padding:0 15px}.benefits article:last-child{border:0}.line-icon{display:block;font-size:41px;font-family:Georgia;line-height:1;margin-bottom:17px;font-weight:400}.benefits h3{font-size:23px;margin-bottom:9px}.benefits p{font-size:11px;line-height:1.65;margin:0}.collection{position:relative;display:grid;grid-template-columns:32% 68%;padding:65px 7%;gap:0;background:#eae8df}.collection h2{font-size:46px;line-height:1.02;letter-spacing:-1px}.collection .handwritten{font-size:26px;margin-left:100px;margin-top:30px}.products{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:center}.view-all{position:absolute;right:5px;top:-30px;font-size:11px}.product-card{min-height:260px;display:grid;grid-template-columns:50% 50%;align-items:center;background:#f6f4ef;border-radius:16px;padding:20px 15px 20px 0;overflow:hidden;transition:box-shadow 300ms ease}.product-card:hover{box-shadow:0 12px 30px #233f3010}.product-card h3{font-size:24px;line-height:1.1;margin-bottom:16px}.product-price{font-size:18px;color:#27372b;margin-bottom:7px}.product-card .pill{font-size:10px;padding:12px 14px;gap:12px;margin-top:15px}.mini-colours{display:flex;align-items:center;gap:7px;font-size:8px}.mini-colours i{width:16px;height:16px;border-radius:50%;background:#375474;border:2px solid #f5f4ef;outline:1px solid #3c5463}.mini-colours i+i{background:#989f8e;outline:none}.product-visual{height:200px;position:relative;overflow:hidden}.product-visual img{position:absolute;width:941px;height:1672px;max-width:none;left:-365px;top:-818px;mix-blend-mode:multiply}.product-card:nth-of-type(2) .product-visual img{left:-625px;top:-815px}.purchase-note{grid-column:1/-1;font-size:12px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:25px 7%;background:#dfe2d5}.trust-strip>span{display:flex;align-items:center;gap:20px;font-size:29px}.trust-strip b{font-size:11px;font-weight:500}.trust-strip small{display:block;font-size:10px;color:#78806e;font-weight:400}.journal,.how{padding:55px 7% 0}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:23px}.section-title .eyebrow{margin-bottom:10px}.section-title h2{font-size:44px;line-height:1;margin:0;letter-spacing:-1px}.small-note{font-size:9px;letter-spacing:1.2px;line-height:1.8;text-align:right}.section-title>a{font-size:11px}.journal-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.journal-cards article{padding:25px;background:#faf8f3;border-radius:14px}.journal-cards article>span{font-size:8px;letter-spacing:1.5px;color:#78816f}.journal-cards h3{font-size:29px;margin:10px 0}.journal-cards p{font-size:12px;line-height:1.7;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{position:relative;height:235px;border-radius:12px;overflow:hidden;background:#e5e0d5}.step img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 700ms cubic-bezier(.22,1,.36,1)}.step:hover img{transform:scale(1.035)}.step:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f2eee4dd,transparent 75%);pointer-events:none}.step>div{position:absolute;left:24px;top:24px;z-index:1}.step span,.step h3{font:29px/1 'Instrument Serif',Georgia;font-style:italic;margin:0}.step h3{margin-bottom:17px}.step p{font-size:12px;line-height:1.5}.step:first-child img{width:941px;height:1672px;max-width:none;position:absolute;left:-357px;top:-805px;transform:scale(1.3);transform-origin:90px 70px}.faq{display:grid;grid-template-columns:40% 60%;gap:25px;padding:65px 7% 60px}.faq h2{font-size:42px;line-height:1;letter-spacing:-1px}.faq .eyebrow{font-size:8px}.accordions details{border-bottom:1px solid var(--line);padding:12px 0}.accordions summary{font-size:12px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.accordions summary:after{content:'+';font-size:21px;transition:transform 220ms}.accordions details[open] summary:after{transform:rotate(45deg)}.accordions p{font-size:12px;line-height:1.7;margin:14px 25px 5px 0;animation:answer-in 220ms ease}.newsletter{position:relative;display:flex;align-items:center;justify-content:space-between;padding:55px 7%;background:linear-gradient(#1b352b66,#1b352b88),url('forest.png') center 65%/cover;color:#f5f3e8;clip-path:polygon(0 0,20% 5%,55% 6%,85% 3%,100% 0,100% 100%,0 100%)}.newsletter h2{font-size:47px;line-height:1;margin-bottom:10px}.newsletter p{color:inherit;font-size:12px;margin:0}.newsletter .eyebrow{font-size:8px;margin-bottom:10px}.newsletter form{position:relative;display:flex;width:39%;background:#f5f4e9;border:1px solid #c7d1bc;border-radius:40px;padding:4px}.newsletter input{background:transparent;border:0;min-width:0;width:100%;padding:10px 17px;color:#263e31;outline:none;font-size:11px}.newsletter button{border-radius:30px;background:#263e31;color:#f5f4e9;border:1px solid #a7b7a1;padding:10px 25px;font-size:11px}.newsletter #signup-status{position:absolute;top:110%;left:12px;font-size:10px}footer{padding:30px 7% 20px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px}footer .brand{font-size:28px;text-align:left;letter-spacing:-1px}footer .brand small{font-size:6px;letter-spacing:1px}footer nav{justify-content:center;font-size:10px;gap:23px}footer>span{font-size:11px}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;font-size:8px;color:#848a7e}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}dialog{border:1px solid #c4cbbd;border-radius:20px;padding:45px;background:#f4f1e9;color:var(--ink);width:min(520px,90vw)}dialog::backdrop{background:#132a2280;backdrop-filter:blur(5px)}dialog h2{font-size:38px;line-height:1.1}dialog .close{position:absolute;right:20px;top:12px;background:none;border:0;font-size:27px}dialog input{width:100%;border:1px solid #aab7a2;background:transparent;padding:12px;font-size:13px}#search-results a{display:block;margin-top:20px;font-size:12px}#search-results a[hidden]{display:none}.reveal,.photo-reveal{opacity:0;transform:translateY(18px);transition:opacity 700ms cubic-bezier(.22,1,.36,1),transform 700ms cubic-bezier(.22,1,.36,1)}.in-view{opacity:1;transform:translateY(0)}.reveal:nth-child(2){transition-delay:70ms}.reveal:nth-child(3){transition-delay:140ms}.reveal:nth-child(4){transition-delay:210ms}@keyframes answer-in{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){header,.hero,.benefits,.collection,.trust-strip,.journal,.how,.faq,.newsletter,footer{padding-left:max(7%,calc((100vw - 1400px)/2));padding-right:max(7%,calc((100vw - 1400px)/2))}}
@media(max-width:1100px){header{padding:0 5%}nav{gap:15px}.brand{font-size:37px}.brand small{font-size:6px}.right-nav{gap:19px}.hero{padding:0 6%;grid-template-columns:48% 52%}h1{font-size:66px}.story{grid-template-columns:42% 40% 18%}.story h2{font-size:39px}.landscape p{margin-right:15px}.collection{grid-template-columns:1fr;padding:45px 6%}.collection-heading{display:flex;gap:30px;align-items:center;margin-bottom:25px}.collection-heading .eyebrow{max-width:80px}.collection h2{font-size:39px;margin:0}.collection .handwritten{margin:0 0 0 auto}.products{margin-top:25px}.product-card{grid-template-columns:45% 55%}.product-visual{width:170px}.trust-strip{padding:25px 5%;gap:15px}.trust-strip>span{gap:10px}.story-copy{padding-left:8%}.forest-cutout{height:190px}.journal,.how{padding-left:6%;padding-right:6%}.faq{padding-left:6%;padding-right:6%;gap:15px}.view .handwritten{font-size:25px}.section-title h2{font-size:38px}}
@media(max-width:760px){.announcement{height:27px;font-size:8px;gap:10px}.announcement span:last-of-type{display:none}.announcement{overflow:hidden;white-space:nowrap}header{height:95px;grid-template-columns:1fr auto;padding:0 6%}header>nav:first-child{display:none}.brand{text-align:left;font-size:34px}.brand small{font-size:5px;letter-spacing:1.5px}.right-nav>a{display:none}.right-nav{gap:24px}.experience{height:auto}.hero{position:relative;display:flex;flex-direction:column;height:auto;min-height:0;max-height:none;padding:25px 6% 65px}.hero-background{background-position:60% bottom;background-size:auto 80%;opacity:.75}.copy{display:contents}h1{font-size:clamp(47px,8.5vw,67px);line-height:1;letter-spacing:-1.5px;margin:0;order:2}h1 em{white-space:normal}.copy>.eyebrow{order:1;font-size:8px;margin-bottom:12px}.view{order:3;height:360px;min-height:360px;max-height:360px;margin:-10px -5% 0;align-self:stretch}.view .handwritten{font-size:21px;top:8%;right:3%}.model-caption{font-size:6px;bottom:7%;right:2%;gap:4px}.intro{order:4;font-size:12px;margin:5px 0 15px;position:relative;z-index:2}.copy>.pill{order:5;align-self:flex-start;position:relative;z-index:2}.price{order:6;font-size:18px;position:relative;z-index:2}.colour-row{order:7;position:relative;z-index:2}.copy>.fine{order:8;font-size:9px;position:relative;z-index:2}.tools{left:6%;bottom:14px;gap:10px;padding:3px 9px;font-size:8px}.tools button{font-size:8px}.tools input{width:60px}.tools label{margin-left:4px}.story{grid-template-columns:1fr}.story-photo{height:300px;min-height:0}.story-copy{padding:32px 7%}.story h2{font-size:45px}.landscape{display:none}.benefits{grid-template-columns:1fr 1fr;padding:30px 5%;gap:25px 0}.benefits article:nth-child(2){border:0}.benefits h3{font-size:21px}.benefits p{font-size:10px}.line-icon{font-size:32px;margin-bottom:12px}.collection-heading{display:block}.collection-heading .eyebrow{max-width:none}.collection-heading .handwritten{display:none}.collection h2{font-size:43px}.products{grid-template-columns:1fr;gap:16px}.product-card{grid-template-columns:48% 52%;min-height:235px}.product-card h3{font-size:27px}.product-visual{justify-self:center}.view-all{top:-30px}.trust-strip{grid-template-columns:1fr 1fr;gap:24px 15px;padding:25px 6%}.trust-strip b{font-size:10px}.trust-strip small{font-size:8px}.trust-strip>span{font-size:24px}.section-title{align-items:flex-start;gap:12px}.section-title h2{font-size:36px}.small-note{display:none}.journal-cards{grid-template-columns:1fr;gap:12px}.journal,.how{padding-top:35px}.journal-cards article{padding:22px}.section-title>a{font-size:9px;white-space:nowrap}.steps{grid-template-columns:1fr;gap:15px}.step{height:230px}.step:first-child img{left:-305px}.step>div{left:25px;top:25px}.faq{grid-template-columns:1fr;padding-top:45px;padding-bottom:45px}.faq h2{font-size:39px}.newsletter{padding:45px 6%;display:block;clip-path:none}.newsletter form{width:100%;margin-top:25px}.newsletter h2{font-size:43px}.newsletter input{font-size:10px}.newsletter button{padding:10px 18px}footer{grid-template-columns:1fr auto;gap:25px;padding:25px 6%}footer nav{grid-row:2;grid-column:1/-1;justify-content:flex-start}.footer-bottom{display:block;line-height:1.8}.footer-bottom span{display:block}footer .brand{font-size:27px}.reveal{transition-delay:0ms!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal,.photo-reveal{opacity:1;transform:none}.experience{height:auto}.hero{position:relative}}
.hero-background:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f5f2eb99,#f5f2eb55 55%,#f5f2eb22)}.line-icon.ph-light{font-family:Phosphor-Light!important}.trust-strip i{font-size:32px;font-style:normal}.hero:after{content:'';position:absolute;right:3%;bottom:17%;width:38%;height:56%;border:2px solid #8f9f6530;border-radius:45% 55% 40% 60%;transform:rotate(-20deg);pointer-events:none;z-index:0}
.product-visual{width:132px;height:145px;justify-self:center}.product-visual img{left:-373px;top:-815px}.product-card:nth-of-type(2) .product-visual img{left:-634px;top:-815px}.step:first-child img{left:-170px;top:-790px;transform:none;clip-path:inset(810px 437px 724px 371px)}.step:first-child:hover img{transform:none}.step:first-child:after{background:linear-gradient(90deg,#f2eee4ee,transparent 65%)}
@media(min-width:761px){.experience{height:220vh}}@media(max-width:760px){.announcement{font-size:0;gap:0}.announcement:before{content:'FOR CURIOUS NOSES & EVERYDAY RITUALS';font-size:8px;letter-spacing:1px}.announcement span{display:none}.hero-background:after{background:linear-gradient(180deg,#f5f2eb33 30%,#f5f2eb99 75%,#f5f2ebcc)}.hero:after{display:none}}
.product-visual{width:100%;height:205px}.product-visual img{width:200%;height:auto;left:0;top:50%;transform:translateY(-50%);mix-blend-mode:multiply}.product-card:nth-of-type(2) .product-visual img{left:-100%;top:50%}.step:first-child img{width:460px;height:auto;left:105px;top:-12px;clip-path:inset(0 50% 0 0);transform:none;mix-blend-mode:multiply}.step:first-child{background:#f6f4ef}@media(max-width:760px){.step:first-child img{left:100px;top:-20px;width:470px}}
.product-visual img{mix-blend-mode:darken}.product-visual{mask-image:linear-gradient(transparent,#000 12%,#000 88%,transparent)}dialog[open]{animation:dialog-in 240ms cubic-bezier(.22,1,.36,1)}@keyframes dialog-in{from{opacity:0;transform:translateY(9px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
