
:root{--cream:#f6f3ec;--paper:#fffdf9;--ink:#252820;--olive:#45553b;--olive2:#69775c;--sage:#aab59d;--orange:#e7834e;--orange-soft:#f2c3a6;--line:#d9d6cc;--muted:#6b6d66;--shadow:0 18px 50px rgba(46,52,40,.10);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(1380px,calc(100% - 56px));margin:auto}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--olive2)}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:600;line-height:1.06}p{color:#565b52}.announcement{height:34px;background:#e9e5dc;display:flex;justify-content:center;align-items:center;gap:12px;font-size:12px;color:#52564d}.announcement a{font-weight:600}.site-header{position:sticky;top:0;z-index:50;background:rgba(246,243,236,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-row{height:82px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:20px;position:relative}.brand{display:flex;flex-direction:column;width:max-content}.brand strong{font-family:'Playfair Display',Georgia,serif;font-size:31px;line-height:1;letter-spacing:-.02em}.brand small{font-size:12px;color:var(--muted);margin-top:2px}.main-nav{display:flex;justify-content:center;align-items:center;gap:28px}.nav-link{font-size:13px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;padding:30px 0}.nav-link:hover,.nav-link.active{color:var(--olive)}.nav-parent{position:static}.mega{position:absolute;left:0;right:0;top:100%;padding-top:1px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease}.nav-parent:hover .mega{opacity:1;visibility:visible;transform:none}.mega-inner{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:0 0 20px 20px;padding:28px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.45fr;gap:30px}.mega-col h4{font-family:'DM Sans';font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}.mega-col>a{display:flex;justify-content:space-between;gap:15px;padding:7px 0;font-size:14px}.mega-col>a small{color:#9a9c95;font-size:11px}.mega-feature{background:#eef0e8;border-radius:16px;padding:14px;display:grid;grid-template-columns:120px 1fr;column-gap:15px;align-items:start}.mega-feature img{width:120px;height:170px;object-fit:cover;border-radius:12px;grid-row:1/6}.mega-feature h3{font-size:24px;margin:7px 0}.mega-feature p{font-size:13px;margin:0}.mega-feature b{font-size:12px;margin-top:8px}.nav-actions{display:flex;gap:12px;align-items:center}.icon-btn,.mobile-toggle{background:none;border:0;cursor:pointer;font-size:18px;position:relative}.bag-btn{font-size:12px;font-weight:700;border:1px solid var(--ink);border-radius:999px;padding:9px 13px}.count-badge{position:absolute;top:-6px;right:-7px;background:var(--orange);color:white;width:17px;height:17px;border-radius:50%;font-size:10px;display:grid;place-items:center}.mobile-toggle{display:none}.mobile-menu{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:700;font-size:13px;border:1px solid transparent;cursor:pointer}.btn-dark{background:var(--ink);color:white}.btn-light{background:white;color:var(--ink)}.btn-ghost{border-color:var(--ink)}.btn-outline-light{border-color:white;color:white}.btn-full{width:100%}.btn-flex{flex:1}.text-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:2px}.home-hero{padding:32px 0 52px}.hero-shell{min-height:650px;background:linear-gradient(115deg,#536645 0 49%,#6f7d60 49%);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;position:relative}.hero-shell:before{content:'';position:absolute;width:230px;height:230px;border-radius:50%;background:var(--orange);left:-80px;bottom:-110px;opacity:.95}.hero-copy{padding:90px 60px;color:white;position:relative;z-index:2}.hero-copy .eyebrow{color:#dfe6d6}.hero-copy h1{font-size:72px;margin:15px 0 20px}.hero-copy h1 em{font-weight:500;color:#f4d0ba}.hero-copy p{color:#edf1e8;font-size:18px;max-width:560px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-copy .btn-ghost{color:white;border-color:white}.hero-notes{display:flex;gap:20px;flex-wrap:wrap;margin-top:36px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#e5eadf}.hero-image{position:relative}.hero-image img{width:100%;height:100%;object-fit:cover}.floating-note{position:absolute;right:26px;bottom:24px;background:rgba(255,253,249,.9);backdrop-filter:blur(6px);padding:14px 18px;border-radius:999px;font-family:'Playfair Display';font-style:italic}.trust-strip{padding:8px 0 45px}.trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-strip .container>div{padding:22px 20px;display:flex;gap:14px;border-right:1px solid var(--line)}.trust-strip .container>div:last-child{border:0}.trust-strip b{color:var(--orange);font-family:'Playfair Display';font-size:22px}.trust-strip span{font-size:12px;color:var(--muted)}.trust-strip strong{display:block;color:var(--ink);font-size:13px;margin-bottom:3px}.section{padding:78px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2,.center-head h2{font-size:48px;margin:8px 0}.section-head p,.center-head p{max-width:650px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection-tile{background:var(--paper);border-radius:20px;overflow:hidden;border:1px solid var(--line);transition:.2s}.collection-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.collection-tile img{width:100%;height:330px;object-fit:cover}.collection-tile>div{padding:18px}.collection-tile span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--olive)}.collection-tile h3{font-size:27px;margin:6px 0 12px}.collection-tile b{font-size:12px}.bestsellers{background:#eeece5}.product-carousel,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;min-width:0}.product-media{position:relative;display:block;overflow:hidden;background:#eee}.product-media img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:.4s}.product-card:hover .product-media img{transform:scale(1.025)}.product-badge{position:absolute;left:12px;top:12px;z-index:2;background:white;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.wish-btn{position:absolute;right:12px;top:12px;z-index:2;background:rgba(255,255,255,.92);border:0;width:34px;height:34px;border-radius:50%;font-size:19px;cursor:pointer}.wish-btn.saved{background:var(--olive);color:white}.quick-view{position:absolute;left:12px;right:12px;bottom:12px;text-align:center;background:rgba(37,40,32,.92);color:white;padding:10px;border-radius:999px;font-size:12px;transform:translateY(60px);transition:.2s}.product-card:hover .quick-view{transform:none}.product-copy{padding:15px}.product-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700}.product-copy h3{font-size:22px;margin:5px 0}.product-copy p{font-size:12px;min-height:54px;margin:0 0 14px}.product-foot{display:flex;align-items:center;justify-content:space-between}.quick-add{background:none;border:0;color:var(--olive);font-weight:700;font-size:12px;cursor:pointer}.editorial-split{background:var(--olive);color:white}.editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}.editorial-image img{height:650px;width:100%;object-fit:cover;border-radius:22px}.editorial-copy .eyebrow{color:#d4ddcd}.editorial-copy h2{font-size:55px;margin:12px 0}.editorial-copy p{color:#eef1e9;font-size:17px}.editorial-points{margin:30px 0;display:grid;gap:10px}.editorial-points div{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.2)}.editorial-points b{color:var(--orange-soft)}.center-head{text-align:center;max-width:780px;margin:0 auto 35px}.ritual-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.ritual-grid a{min-height:240px;background:var(--paper);border:1px solid var(--line);padding:22px;border-radius:20px;position:relative;overflow:hidden}.ritual-grid a:after{content:'';position:absolute;width:80px;height:80px;border-radius:50%;background:var(--orange-soft);right:-20px;bottom:-20px;transition:.2s}.ritual-grid a:hover:after{width:120px;height:120px}.ritual-grid span{font-size:12px;color:var(--orange);font-weight:700}.ritual-grid h3{font-size:29px;margin:50px 0 10px}.ritual-grid p{font-size:13px}.refill-story{padding-top:20px}.refill-grid{background:#34442e;color:white;border-radius:24px;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden}.refill-copy{padding:70px}.refill-copy .eyebrow{color:#dce3d6}.refill-copy h2{font-size:58px;margin:12px 0}.refill-copy p{color:#e8ede4;font-size:17px}.refill-grid img{width:100%;height:600px;object-fit:cover}.scent-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px}.scent-copy h2{font-size:56px;margin:10px 0}.scent-copy p{font-size:17px}.scent-chips{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.scent-chips span{border:1px solid var(--line);padding:9px 13px;border-radius:999px;font-size:12px}.scent-collage{display:grid;grid-template-columns:1.3fr .7fr;gap:12px}.scent-collage img{width:100%;height:540px;object-fit:cover;border-radius:18px}.scent-collage img:last-child{height:400px;margin-top:70px}.sets-section{background:#f0ede5}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-cards a{background:var(--paper);border-radius:20px;overflow:hidden}.feature-cards img{height:400px;width:100%;object-fit:cover}.feature-cards div{padding:20px}.feature-cards h3{font-size:30px;margin:8px 0}.trade-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.trade-grid img{width:100%;height:580px;object-fit:cover;border-radius:22px}.trade-grid h2{font-size:52px}.trade-grid p{font-size:17px}.trade-links{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 28px}.trade-links span{background:#e8e7df;border-radius:999px;padding:8px 12px;font-size:12px}.journal-preview{border-top:1px solid var(--line)}.journal-cards,.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.journal-cards img,.journal-grid img{height:310px;width:100%;object-fit:cover;border-radius:18px}.journal-cards span,.journal-grid article>span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--olive);font-weight:700;display:block;margin-top:14px}.journal-cards h3{font-size:25px}.footer{background:#2f3b2a;color:white;padding:64px 0 20px}.footer-top{display:grid;grid-template-columns:1.35fr .7fr .7fr .7fr 1.5fr;gap:38px}.footer .brand small,.footer p{color:#cfd6ca}.footer h4{font-family:'DM Sans';font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#aeb8a8}.footer a{display:block;margin:8px 0;font-size:13px}.footer-brand p{font-size:13px}.socials{display:flex;gap:12px;font-size:11px;margin-top:20px}.newsletter h3{font-size:28px;margin:7px 0}.newsletter form{display:flex;border-bottom:1px solid #899482}.newsletter input{flex:1;background:none;border:0;color:white;padding:12px 0;outline:0}.newsletter button{border:0;background:none;color:white;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #55634f;margin-top:42px;padding-top:18px;font-size:11px;color:#aeb8a8}.plp-hero{padding:36px 0 22px}.plp-hero-inner{background:linear-gradient(105deg,#f0ede4 0 60%,#dfe4d8 60%);border-radius:22px;display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;min-height:330px}.plp-hero-inner>div{padding:54px}.plp-hero h1{font-size:52px;margin:10px 0}.plp-hero p{font-size:16px;max-width:700px}.plp-hero img{width:100%;height:100%;object-fit:cover}.breadcrumbs{font-size:11px;color:var(--muted);margin-bottom:22px}.plp-toolbar{height:66px;display:flex;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:20px}.filter-toggle{display:none}.plp-count{margin-right:auto;font-size:12px;color:var(--muted)}.sort-wrap{display:flex;align-items:center;gap:10px;font-size:12px}.sort-wrap select{border:0;background:transparent;font-weight:700}.plp-layout{display:grid;grid-template-columns:245px 1fr;gap:28px;padding-top:28px}.filters{position:sticky;top:130px;height:max-content}.filter-head{display:flex;justify-content:space-between}.filter-head h3{font-family:'DM Sans';font-size:15px}.filter-head button{display:none}.filter-group{border-top:1px solid var(--line);padding:14px 0}.filter-group>button{width:100%;display:flex;justify-content:space-between;background:none;border:0;padding:0 0 10px;font-weight:700;font-size:12px}.filter-options{display:grid;gap:8px}.filter-options label{font-size:12px;color:#555b52}.clear-filters{border:0;background:none;text-decoration:underline;font-size:11px;color:var(--muted)}.plp-search{margin-bottom:18px}.plp-search input{width:100%;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:12px 16px}.no-results{display:none;padding:80px 20px;text-align:center}.pdp{padding:30px 0 70px}.pdp-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:55px}.gallery-main img{width:100%;aspect-ratio:1/1.15;object-fit:cover;border-radius:22px}.gallery-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.gallery-pair img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}.pdp-info{padding:35px 0;position:sticky;top:120px;height:max-content}.pdp-info h1{font-size:52px;margin:9px 0}.pdp-sub{font-size:16px}.pdp-rating{display:flex;gap:12px;align-items:center;font-size:12px;color:var(--muted)}.pdp-rating span{color:var(--orange);letter-spacing:.12em}.pdp-price{font-size:22px;font-weight:700;margin:18px 0;border-bottom:1px solid var(--line);padding-bottom:18px}.option-block{margin:20px 0}.option-label{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:10px}.option-label button{border:0;background:none;text-decoration:underline;font-size:11px}.swatches{display:flex;gap:8px;flex-wrap:wrap}.swatches button,.chip{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 12px;font-size:11px}.swatches button.selected,.chip.active{background:var(--olive);color:white;border-color:var(--olive)}.purchase-row{display:flex;gap:10px;margin:22px 0}.qty{display:flex;border:1px solid var(--line);border-radius:999px;align-items:center}.qty button{border:0;background:none;width:34px}.pdp-wish{width:46px;border:1px solid var(--line);background:none;border-radius:50%;font-size:20px}.delivery-note{display:grid;gap:7px;font-size:11px;color:var(--muted);padding:14px 0}.pdp-accordions details{border-top:1px solid var(--line);padding:16px 0}.pdp-accordions summary{font-size:13px;font-weight:700;cursor:pointer}.pdp-accordions p,.pdp-accordions li{font-size:12px}.fine{color:var(--muted)}.pdp-story{background:#e8ebe2}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.story-grid img{width:100%;height:520px;object-fit:cover;border-radius:22px}.story-grid h2{font-size:50px}.story-hero{padding:105px 0;background:linear-gradient(135deg,#e6e7dd,#f4e7dd)}.story-hero h1{font-size:72px;margin:10px 0}.story-hero h1 em{color:var(--olive)}.story-hero p{font-size:18px;max-width:750px}.ritual-story-list{display:grid;gap:28px}.ritual-story-list article{display:grid;grid-template-columns:1fr 1fr;background:var(--paper);border-radius:22px;overflow:hidden;border:1px solid var(--line)}.ritual-story-list img{width:100%;height:500px;object-fit:cover}.ritual-story-list article>div{padding:60px}.ritual-story-list h2{font-size:48px}.refill-hero,.trade-hero{background:var(--olive);color:white;padding:40px 0}.refill-hero-grid,.trade-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:600px}.refill-hero-grid>div,.trade-hero-grid>div{padding:55px}.refill-hero .eyebrow,.trade-hero .eyebrow{color:#d8e0d2}.refill-hero h1,.trade-hero h1{font-size:64px}.refill-hero p,.trade-hero p{color:#e9eee6;font-size:17px}.refill-hero img,.trade-hero img{width:100%;height:600px;object-fit:cover;border-radius:22px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps>div{padding:32px;background:var(--paper);border-radius:18px}.steps b{color:var(--orange);font-size:24px}.steps h3{font-size:27px}.soft-section{background:#eceae3}.sets-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sets-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.set-card{background:var(--paper);border-radius:20px;overflow:hidden;border:1px solid var(--line)}.set-card img{width:100%;height:360px;object-fit:cover}.set-card>div{padding:20px}.set-card h3{font-size:28px;margin:6px 0}.set-card p{font-size:12px}.set-card small{display:block;color:var(--muted);font-size:10px;min-height:46px}.set-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.values{background:#e9ece4}.values .container{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.values .container>div{background:var(--paper);padding:28px;border-radius:18px}.values span{color:var(--orange);font-weight:700}.values h3{font-size:27px}.trade-segments{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trade-segments>div{padding:25px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.trade-segments span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--orange)}.trade-segments h3{font-size:25px}.trade-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trade-card{background:var(--paper);border-radius:18px;overflow:hidden}.trade-card img{width:100%;height:280px;object-fit:cover}.trade-card div{padding:16px}.trade-card h3{font-size:23px}.trade-card p{font-size:12px}.journal-grid article{padding-bottom:20px}.journal-grid h2{font-size:28px}.contact-page,.simple-page,.cart-page,.checkout-page{padding:80px 0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-grid h1,.cart-page h1,.checkout-page h1,.simple-page h1{font-size:58px}.contact-details{display:grid;gap:16px;margin-top:30px}.contact-details div{border-top:1px solid var(--line);padding-top:14px}.contact-details strong,.contact-details span{display:block}.contact-details span{font-size:12px;color:var(--muted)}.contact-form{display:grid;gap:15px;background:var(--paper);padding:32px;border-radius:22px}.contact-form label{display:grid;gap:6px;font-size:12px;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea,.checkout-section input{border:1px solid var(--line);background:#fbfaf6;padding:13px;border-radius:12px}.narrow{max-width:780px}.faq-list{margin-top:35px}.faq-list details{border-top:1px solid var(--line);padding:18px 0}.cart-page-grid,.checkout-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:40px}.order-summary,.checkout-summary{background:var(--paper);padding:28px;border-radius:20px;height:max-content}.order-summary>div{display:flex;justify-content:space-between;margin:18px 0}.checkout-section{background:var(--paper);padding:24px;border-radius:18px;margin:16px 0}.checkout-section h3{font-family:'DM Sans';font-size:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid .wide{grid-column:1/-1}.payment-demo{border:1px dashed var(--line);padding:22px;border-radius:12px;color:var(--muted);font-size:12px}.cart-line{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-line img{width:70px;height:82px;object-fit:cover;border-radius:10px}.cart-line h4{font-family:'DM Sans';font-size:13px;margin:0}.cart-line p{font-size:11px;margin:2px 0}.remove-btn{border:0;background:none;text-decoration:underline;font-size:10px;color:var(--muted)}.search-overlay{position:fixed;inset:0;background:rgba(32,35,28,.55);z-index:100;opacity:0;visibility:hidden;transition:.2s}.search-overlay.open{opacity:1;visibility:visible}.search-box{background:var(--paper);max-width:760px;margin:80px auto;padding:36px;border-radius:22px;position:relative}.search-box>button{position:absolute;right:20px;top:15px;border:0;background:none;font-size:27px}.search-box h2{font-size:40px}.search-box input{width:100%;border:0;border-bottom:1px solid var(--line);background:none;padding:14px 0;font-size:18px;outline:0}.search-results{display:grid;gap:8px;margin-top:16px;max-height:400px;overflow:auto}.search-result{display:flex;gap:12px;align-items:center;padding:8px;border-radius:12px}.search-result:hover{background:#eeeae2}.search-result img{width:56px;height:64px;object-fit:cover;border-radius:8px}.search-result span{font-size:11px;color:var(--muted)}.drawer-backdrop{position:fixed;inset:0;background:rgba(25,28,23,.45);z-index:89;opacity:0;visibility:hidden}.drawer-backdrop.open{opacity:1;visibility:visible}.cart-drawer,.wishlist-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,100%);background:var(--paper);z-index:90;transform:translateX(100%);transition:.25s;padding:26px;display:flex;flex-direction:column}.cart-drawer.open,.wishlist-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:18px}.drawer-head h3{font-size:28px;margin:4px 0}.drawer-head button{border:0;background:none;font-size:26px}.cart-lines{flex:1;overflow:auto}.cart-footer{border-top:1px solid var(--line);padding-top:18px}.cart-total{display:flex;justify-content:space-between;margin-bottom:16px}
@media(max-width:1180px){.main-nav{gap:18px}.nav-link{font-size:11px}.product-grid,.product-carousel{grid-template-columns:repeat(3,1fr)}.ritual-grid{grid-template-columns:repeat(3,1fr)}.trade-card-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.container{width:min(100% - 28px,1380px)}.header-row{grid-template-columns:1fr auto;height:70px}.main-nav{display:none}.mobile-toggle{display:block}.mobile-menu.open{display:grid;padding:18px 14px;border-top:1px solid var(--line);gap:2px}.mobile-menu a{padding:11px 14px;background:var(--paper);border-radius:8px}.hero-shell,.editorial-grid,.refill-grid,.scent-grid,.trade-grid,.plp-hero-inner,.pdp-grid,.story-grid,.ritual-story-list article,.refill-hero-grid,.trade-hero-grid,.contact-grid,.cart-page-grid,.checkout-grid{grid-template-columns:1fr}.hero-copy{padding:55px 30px}.hero-copy h1,.story-hero h1{font-size:52px}.hero-image{min-height:480px}.trust-strip .container{grid-template-columns:1fr 1fr}.collection-grid,.feature-cards,.journal-cards,.journal-grid,.sets-grid{grid-template-columns:1fr 1fr}.product-grid,.product-carousel{grid-template-columns:1fr 1fr}.ritual-grid{grid-template-columns:1fr 1fr}.refill-copy{padding:45px 30px}.refill-grid img,.refill-hero img,.trade-hero img{height:480px}.plp-layout{grid-template-columns:1fr}.filters{position:fixed;left:0;top:0;bottom:0;width:min(360px,90vw);background:var(--paper);z-index:80;padding:25px;transform:translateX(-100%);transition:.2s;overflow:auto}.filters.open{transform:none}.filter-head button,.filter-toggle{display:block}.plp-toolbar{gap:12px}.filter-toggle{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 13px}.pdp-info{position:static}.gallery-main img{aspect-ratio:4/5}.values .container,.trade-segments{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr 1fr 1fr}.footer-brand,.newsletter{grid-column:1/-1}.trade-card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.announcement{font-size:10px}.announcement .dot,.announcement a{display:none}.brand strong{font-size:27px}.nav-actions{gap:6px}.icon-btn{font-size:16px}.bag-btn{padding:8px 10px}.home-hero{padding:14px 0 30px}.hero-shell{border-radius:18px}.hero-copy{padding:45px 24px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:15px}.hero-notes{display:grid;gap:8px}.trust-strip .container,.collection-grid,.product-grid,.product-carousel,.ritual-grid,.feature-cards,.journal-cards,.journal-grid,.steps,.sets-grid,.values .container,.trade-segments,.trade-card-grid,.footer-top{grid-template-columns:1fr}.trust-strip .container>div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:55px 0}.section-head{align-items:start;gap:15px}.section-head h2,.center-head h2{font-size:38px}.collection-tile img{height:290px}.editorial-image img{height:440px}.editorial-copy h2,.refill-copy h2,.scent-copy h2,.trade-grid h2,.story-grid h2{font-size:42px}.ritual-grid a{min-height:190px}.ritual-grid h3{margin-top:30px}.scent-collage{grid-template-columns:1fr}.scent-collage img,.scent-collage img:last-child{height:350px;margin:0}.feature-cards img{height:320px}.trade-grid img{height:400px}.footer-bottom{flex-direction:column}.plp-hero-inner>div{padding:30px}.plp-hero h1{font-size:42px}.plp-hero img{height:300px}.plp-toolbar{height:auto;padding:14px 0;flex-wrap:wrap}.pdp-info h1{font-size:42px}.purchase-row{flex-wrap:wrap}.pdp-wish{width:44px;height:44px}.story-hero{padding:70px 0}.story-hero h1{font-size:48px}.ritual-story-list article>div{padding:30px}.ritual-story-list h2{font-size:40px}.refill-hero h1,.trade-hero h1{font-size:48px}.sets-toolbar{align-items:start;gap:12px;flex-direction:column}.journal-grid h2{font-size:26px}.contact-grid h1,.cart-page h1,.checkout-page h1,.simple-page h1{font-size:44px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.search-box{margin:20px 14px;padding:28px}.cart-drawer,.wishlist-drawer{width:100%}}
