
:root{
  --ink:#162100; --ink-2:#22300b; --paper:#f4efe3; --paper-2:#eae1ce; --white:#fffdf8;
  --mamaku:#465824; --mamaku-soft:#dfe4cf; --coffee:#633f2b; --coffee-soft:#eadbd0;
  --cedar:#b8754d; --cedar-soft:#f0dfd1; --line:rgba(22,33,0,.16); --muted:rgba(22,33,0,.68);
  --serif:"Cormorant Garamond", Georgia, serif; --sans:"Inter", Arial, sans-serif; --max:1360px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit}
.wrap{max-width:var(--max);margin:auto;padding:0 clamp(20px,5vw,76px)} .narrow{max-width:860px;margin:auto;padding:0 clamp(20px,5vw,76px)}
.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:650}.muted{color:var(--muted)}
h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:.98;margin:0} h1{font-size:clamp(54px,9vw,122px)} h2{font-size:clamp(42px,6vw,78px)} h3{font-size:clamp(30px,4vw,48px)}
p{margin:0}.section{padding:clamp(76px,10vw,150px) 0}.section-sm{padding:clamp(54px,7vw,100px) 0}
.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:999px;padding:13px 22px;font-size:12px;letter-spacing:.11em;text-transform:uppercase;transition:.25s}
.btn:hover{background:var(--ink);color:var(--paper)} .btn.light:hover{background:var(--paper);color:var(--ink)}
.site-header{position:fixed;z-index:100;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:20px clamp(20px,5vw,76px);color:var(--paper);transition:.3s}
.site-header.solid,.site-header.scrolled{background:rgba(244,239,227,.94);backdrop-filter:blur(12px);color:var(--ink);border-bottom:1px solid var(--line)}
.logo{width:166px;height:38px;object-fit:contain}.logo-dark{display:none}.solid .logo-white,.scrolled .logo-white{display:none}.solid .logo-dark,.scrolled .logo-dark{display:block}
.nav{display:flex;align-items:center;gap:28px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.nav a{padding:8px 0}.nav .active{border-bottom:1px solid currentColor}
.menu{display:none;background:transparent;border:0;color:inherit;font-size:23px}
.hero{min-height:100svh;background:var(--ink);color:var(--paper);position:relative;overflow:hidden;display:grid;align-items:end}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 22%,rgba(184,117,77,.17),transparent 35%),radial-gradient(circle at 15% 80%,rgba(99,63,43,.28),transparent 36%)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:end;padding-top:150px;padding-bottom:72px}
.hero-copy{max-width:720px}.hero-copy h1{font-style:italic;max-width:8.5ch}.hero-copy .lead{font-size:clamp(17px,1.5vw,21px);color:rgba(244,239,227,.72);max-width:50ch;margin:28px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-art{height:min(650px,60vw);min-height:420px;position:relative}
.cycle{position:absolute;inset:0}.bean,.crumb,.scrub{position:absolute;border-radius:50%;animation:float 7s ease-in-out infinite}
.bean{width:48px;height:31px;background:#7d5437;box-shadow:inset -8px -4px rgba(0,0,0,.13);border-radius:55% 45% 55% 45%}
.bean:after{content:"";position:absolute;left:23px;top:3px;width:2px;height:25px;background:#b98561;transform:rotate(16deg);opacity:.6}
.bean:nth-child(1){left:12%;top:10%}.bean:nth-child(2){left:43%;top:3%;animation-delay:-2s}.bean:nth-child(3){right:8%;top:18%;animation-delay:-4s}.bean:nth-child(4){right:20%;top:46%;animation-delay:-1s}
.scrub-pool{position:absolute;right:5%;bottom:2%;width:68%;aspect-ratio:1.35;border-radius:48% 52% 50% 46%;background:radial-gradient(circle at 30% 25%,#d2a47e 0 3%,transparent 3.5%),radial-gradient(circle at 60% 55%,#72472f 0 2.5%,transparent 3%),radial-gradient(circle at 74% 30%,#906044 0 2%,transparent 2.6%),#b9815c;filter:drop-shadow(0 28px 40px rgba(0,0,0,.2));transform:rotate(-8deg)}
.scrub-pool:before{content:"";position:absolute;inset:17% 13%;border-radius:55%;border:2px solid rgba(255,255,255,.25);transform:rotate(12deg)}
.jar-ring{position:absolute;right:18%;bottom:21%;width:38%;aspect-ratio:1;border:1px solid rgba(244,239,227,.3);border-radius:50%;animation:spin 30s linear infinite}
@keyframes float{50%{transform:translateY(-16px) rotate(8deg)}}@keyframes spin{to{transform:rotate(360deg)}}
.story-strip{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.story-strip .big{font-family:var(--serif);font-size:clamp(30px,4vw,54px);line-height:1.08;font-style:italic}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:54px}.metric{padding:28px 22px 0 0}.metric strong{font-family:var(--serif);font-size:42px;font-weight:500;display:block}.metric span{font-size:12px;color:var(--muted)}
.theme-band{display:grid;grid-template-columns:repeat(3,1fr)}.theme-panel{min-height:560px;padding:54px 38px;display:flex;flex-direction:column;justify-content:space-between;transition:.3s}.theme-panel:hover{padding-bottom:62px}
.theme-panel.mamaku{background:var(--mamaku);color:#f5f3e8}.theme-panel.coffee{background:var(--coffee);color:#fff7ef}.theme-panel.cedar{background:var(--cedar);color:#fff8f0}
.theme-panel .swatch{width:76px;height:76px;border-radius:50%;border:1px solid rgba(255,255,255,.5);box-shadow:inset 0 0 0 16px rgba(255,255,255,.06)}.theme-panel p{max-width:35ch;opacity:.82}.theme-panel .mini{font-size:11px;letter-spacing:.13em;text-transform:uppercase}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:54px}.process article{border-top:1px solid var(--line);padding-top:20px}.process .num{font-family:var(--serif);font-size:40px;color:var(--cedar)}.process p{color:var(--muted);font-size:14px;margin-top:10px}
.cta{background:var(--ink);color:var(--paper);padding:clamp(55px,8vw,110px);border-radius:2px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}.cta p{color:rgba(244,239,227,.68);max-width:55ch;margin-top:20px}
.page-hero{padding:170px 0 74px;background:var(--ink);color:var(--paper)}.page-hero p{max-width:60ch;color:rgba(244,239,227,.68);margin-top:24px;font-size:17px}
.product-row{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,7vw,110px);padding:80px 0;border-bottom:1px solid var(--line);align-items:center}.product-row.reverse .visual{order:2}
.visual{min-height:500px;display:grid;place-items:center}.visual.mamaku{background:var(--mamaku-soft)}.visual.coffee{background:var(--coffee-soft)}.visual.cedar{background:var(--cedar-soft)}
.jar{width:230px;height:290px;background:#171814;border-radius:20px 20px 36px 36px;position:relative;box-shadow:0 25px 35px rgba(0,0,0,.15)}.jar:before{content:"";position:absolute;top:-28px;left:10px;right:10px;height:52px;background:#272821;border-radius:11px}.label{position:absolute;left:26px;right:26px;top:92px;background:#f5f0e5;padding:25px 16px;text-align:center}.label .brand{font-size:20px}.label h4{font-size:29px;margin:12px 0 4px}.label small{font-size:9px;text-transform:uppercase;letter-spacing:.13em}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.tag{border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.ingredients{columns:2;column-gap:35px;padding-left:18px;color:var(--muted);font-size:14px}.ingredients li{break-inside:avoid;margin-bottom:5px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}.card{border:1px solid var(--line);background:rgba(255,255,255,.25);padding:28px;min-height:230px}.card p{color:var(--muted);font-size:14px;margin-top:12px}
.partner{aspect-ratio:4/3;background:var(--paper-2);display:grid;place-items:center;border:1px dashed var(--line);font-family:var(--serif);font-size:25px;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.form{display:grid;gap:18px}.field label{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:12px 4px;outline:none}.field textarea{min-height:120px}
.notice{padding:24px;border-left:3px solid var(--cedar);background:var(--paper-2);font-size:13px;color:var(--muted)}
.gform{border:1px solid var(--line);padding:32px;background:var(--white)}.gform iframe{width:100%;min-height:950px;border:0}.gform-placeholder{text-align:center;padding:50px 20px;background:var(--paper-2)}
.footer{background:var(--ink);color:var(--paper);padding:70px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px;padding-bottom:50px}.footer .brandcopy{color:rgba(244,239,227,.62);max-width:34ch;font-size:13px;margin-top:18px}.footer h5{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:rgba(244,239,227,.5)}.footer a,.footer p{display:block;margin-top:12px;font-size:13px}.footer-bottom{border-top:1px solid rgba(244,239,227,.18);padding-top:20px;color:rgba(244,239,227,.45);font-size:11px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:900px){.nav{position:fixed;right:0;top:0;height:100vh;width:min(82vw,360px);background:var(--ink);color:var(--paper);padding:110px 34px;flex-direction:column;align-items:flex-start;transform:translateX(100%);transition:.35s}.nav.open{transform:none}.menu{display:block}.hero-inner,.story-strip,.form-grid,.cta{grid-template-columns:1fr}.hero-art{height:350px;min-height:0}.theme-band{grid-template-columns:1fr}.theme-panel{min-height:380px}.process,.cards,.metrics,.footer-grid{grid-template-columns:1fr}.product-row,.product-row.reverse{grid-template-columns:1fr}.product-row.reverse .visual{order:0}.visual{min-height:390px}.ingredients{columns:1}.footer-grid{gap:26px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* ===== 2026 immersive homepage hero ===== */
.interactive-hero{isolation:isolate;background:#101704;min-height:100svh;cursor:default}
.hero-ambient{position:absolute;inset:0;z-index:0;background:
 radial-gradient(circle at 74% 28%,rgba(145,92,52,.28),transparent 25%),
 radial-gradient(circle at 89% 78%,rgba(78,48,28,.55),transparent 31%),
 linear-gradient(105deg,#111a04 0%,#121a07 44%,#19150c 76%,#120e09 100%)}
.interactive-hero:after{content:"";position:absolute;inset:0;z-index:0;opacity:.22;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E")}
.interactive-hero .hero-inner{z-index:4;grid-template-columns:.92fr 1.08fr;align-items:center;min-height:100svh;padding-top:125px;padding-bottom:90px}
.interactive-hero .hero-copy{align-self:center}.interactive-hero .hero-copy h1{font-style:normal;font-size:clamp(58px,7.3vw,112px);line-height:.88;letter-spacing:-.045em;max-width:8.4ch;margin-top:22px}.interactive-hero .hero-copy h1 em{font-weight:500;color:#9fa56a}.interactive-hero .hero-copy .lead{max-width:46ch;margin-top:34px;font-size:clamp(15px,1.25vw,19px)}
.text-link{display:inline-flex;align-items:center;gap:12px;margin-left:12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.text-link span{font-size:18px;transition:transform .25s}.text-link:hover span{transform:translateX(5px)}
.hero-product{position:relative;height:min(670px,65vw);min-height:470px;perspective:900px;display:grid;place-items:center}
.hero-jar{position:absolute;right:9%;bottom:8%;width:min(310px,31vw);height:min(390px,39vw);min-width:220px;min-height:285px;background:linear-gradient(115deg,#181711,#252018 48%,#100f0c);border-radius:26px 26px 45px 45px;box-shadow:0 40px 65px rgba(0,0,0,.42),inset 18px 0 25px rgba(255,255,255,.025);transform:rotateY(-7deg) rotateZ(1deg)}
.hero-jar:before{content:"";position:absolute;left:5%;right:5%;top:-8%;height:17%;border-radius:16px;background:repeating-linear-gradient(0deg,#2b281f 0 4px,#191711 4px 8px);box-shadow:0 8px 12px rgba(0,0,0,.32)}
.hero-scrub{position:absolute;left:7%;right:7%;top:-13%;height:29%;border-radius:50% 50% 40% 40%;background:
 radial-gradient(circle at 22% 25%,#2b180d 0 2px,transparent 2.6px),
 radial-gradient(circle at 67% 33%,#3b2112 0 2px,transparent 2.7px),
 radial-gradient(circle at 48% 72%,#2a170d 0 1.6px,transparent 2px),
 repeating-radial-gradient(ellipse at 50% 62%,#bb8c67 0 8px,#9b6c4b 9px 15px,#c49a77 16px 22px);filter:drop-shadow(0 7px 5px rgba(0,0,0,.25))}
.hero-label{position:absolute;left:9%;right:9%;top:37%;bottom:11%;border:1px solid rgba(243,238,225,.2);padding:34px 24px 22px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center}.hero-label img{width:80%;max-width:180px}.hero-label span{margin-top:auto;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.hero-label small{margin-top:9px;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:rgba(244,239,227,.55)}
.grounds-cloud{position:absolute;right:-8%;bottom:0;width:83%;height:70%;opacity:.82;filter:blur(.1px);background:
 radial-gradient(circle at 15% 75%,#6e4025 0 2px,transparent 2.3px) 0 0/14px 13px,
 radial-gradient(circle at 44% 34%,#9b6139 0 1.4px,transparent 1.9px) 5px 2px/11px 12px,
 radial-gradient(ellipse at 64% 68%,rgba(92,51,28,.96),rgba(40,25,15,.7) 58%,transparent 59%);border-radius:55% 45% 46% 54%;transform:rotate(-8deg)}
.hero-caption{position:absolute;right:2%;top:18%;display:grid;gap:13px;text-align:right;font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:rgba(244,239,227,.55)}.hero-caption i{width:1px;height:70px;background:rgba(244,239,227,.22);justify-self:end;margin-right:3px}
.bean-field{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:hidden}.photo-bean{--rx:56deg;position:absolute;width:58px;height:38px;border-radius:54% 46% 53% 47%;background:
 radial-gradient(ellipse at 34% 27%,rgba(255,213,166,.2),transparent 26%),
 linear-gradient(125deg,#2b170c 4%,#8a5635 35%,#4f2b18 66%,#1a0f09 100%);box-shadow:inset -7px -8px 10px rgba(0,0,0,.38),inset 6px 5px 8px rgba(255,190,135,.08),0 13px 22px rgba(0,0,0,.3);transition:filter .2s;will-change:transform}.photo-bean:after{content:"";position:absolute;left:48%;top:4px;width:5px;height:31px;border-left:2px solid rgba(28,13,6,.75);border-right:1px solid rgba(198,127,77,.2);border-radius:50%;transform:rotate(10deg)}.photo-bean:hover{filter:brightness(1.18)}
.b1{left:47%;top:20%;transform:rotate(27deg) scale(.82)}.b2{left:57%;top:36%;transform:rotate(-20deg) scale(.62)}.b3{right:6%;top:19%;transform:rotate(36deg) scale(.9)}.b4{right:19%;bottom:17%;transform:rotate(-13deg) scale(.66)}.b5{left:42%;bottom:13%;transform:rotate(48deg) scale(.5)}.b6{right:2%;bottom:42%;transform:rotate(-34deg) scale(.55)}
.scroll-note{position:absolute;right:clamp(20px,5vw,76px);bottom:27px;z-index:5;font-size:9px;text-transform:uppercase;letter-spacing:.2em;color:rgba(244,239,227,.5)}.scroll-note span{display:inline-block;margin-left:9px;animation:scrollNudge 1.8s ease-in-out infinite}@keyframes scrollNudge{50%{transform:translateY(6px)}}
.powder-wipe{position:absolute;z-index:6;left:-5%;right:-5%;bottom:-6%;height:22%;pointer-events:none;transform-origin:bottom;opacity:.96;background:
 radial-gradient(circle at 5% 50%,#2c180d 0 1px,transparent 1.6px) 0 0/9px 8px,
 radial-gradient(circle at 56% 52%,#5a321c 0 1.2px,transparent 1.7px) 2px 3px/12px 10px,
 linear-gradient(to bottom,transparent 0 20%,rgba(53,30,17,.95) 75%,#2d190f 100%);filter:drop-shadow(0 -10px 15px rgba(0,0,0,.2));will-change:transform,opacity}
.reveal-section{position:relative;z-index:8;background:var(--paper)}
@media(max-width:900px){.interactive-hero .hero-inner{grid-template-columns:1fr;padding-top:140px}.hero-product{height:360px;min-height:0}.hero-jar{width:210px;height:270px;right:14%}.hero-caption{display:none}.photo-bean{transform:scale(.6)}.interactive-hero .hero-copy h1{font-size:clamp(54px,15vw,88px)}.text-link{margin-left:0;margin-top:18px}.scroll-note{display:none}}

/* ===== Photography + cursor-cleared coffee powder hero ===== */
.powder-hero{min-height:100svh;position:relative;overflow:hidden;background:#101406;color:var(--paper);display:grid;align-items:end;isolation:isolate}
.powder-hero .hero-photo{position:absolute;inset:0;z-index:0;background-image:url('../img/hero-coffee-photo.jpg');background-repeat:no-repeat;background-size:min(58vw,820px) auto;background-position:86% 54%;filter:saturate(.82) contrast(1.06) brightness(.82);transform:scale(1.035)}
.powder-hero .hero-photo:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 48%,transparent 15%,rgba(10,13,4,.16) 49%,rgba(10,13,4,.42) 75%)}
.hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#101704 0%,rgba(16,23,4,.97) 30%,rgba(16,23,4,.74) 50%,rgba(16,23,4,.12) 72%,rgba(16,23,4,.18) 100%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.24));pointer-events:none}
.coffee-dust{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:auto;touch-action:none;opacity:.95;transition:opacity .2s linear;cursor:crosshair}
.powder-hero-inner{position:relative;z-index:4;min-height:100svh;display:grid;align-items:center;padding-top:135px;padding-bottom:80px;pointer-events:none}
.powder-copy{max-width:690px;pointer-events:auto}.powder-copy h1{font-style:normal;font-size:clamp(60px,7.7vw,116px);line-height:.87;letter-spacing:-.045em;max-width:8.4ch;margin-top:22px}.powder-copy h1 em{font-weight:500;color:#a8ab76}.powder-copy .lead{max-width:47ch;color:rgba(244,239,227,.76)}
.wipe-hint{margin-top:28px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(244,239,227,.45)}
.product-photo-showcase{display:grid;grid-template-columns:repeat(3,1fr);background:#111507;min-height:660px}
.photo-product{position:relative;min-height:650px;overflow:hidden;color:var(--paper);display:flex;align-items:flex-end;border-right:1px solid rgba(244,239,227,.13)}
.photo-product:last-child{border-right:0}.photo-product img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.04);transition:transform .7s cubic-bezier(.2,.75,.2,1),filter .7s ease;filter:saturate(.88) contrast(1.03)}
.photo-product-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,6,.06) 24%,rgba(8,9,4,.28) 54%,rgba(8,9,4,.92) 100%),linear-gradient(90deg,rgba(8,9,4,.3),transparent 58%)}
.photo-product-copy{position:relative;z-index:2;padding:42px clamp(24px,4vw,58px);max-width:460px}.photo-product-copy h3{font-size:clamp(38px,4vw,58px);margin:13px 0 17px}.photo-product-copy p{max-width:33ch;color:rgba(244,239,227,.72);font-size:14px}.photo-product-copy span{display:inline-block;margin-top:24px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;border-bottom:1px solid rgba(244,239,227,.5);padding-bottom:4px}
.photo-product:hover img{transform:scale(1.09);filter:saturate(1) contrast(1.06)}
.mamaku-photo .photo-product-overlay{background:linear-gradient(180deg,rgba(30,41,14,.08),rgba(20,28,9,.28) 48%,rgba(20,28,9,.95) 100%)}
.coffee-photo .photo-product-overlay{background:linear-gradient(180deg,rgba(47,29,17,.05),rgba(36,22,13,.32) 48%,rgba(29,18,11,.96) 100%)}
.cedar-photo .photo-product-overlay{background:linear-gradient(180deg,rgba(108,56,34,.05),rgba(87,44,26,.28) 50%,rgba(74,35,20,.94) 100%)}
.intro-product-section{padding-bottom:clamp(60px,8vw,110px)}
.process-section{background:var(--paper)}
@media(max-width:900px){
  .powder-hero .hero-photo{background-size:auto 58vh;background-position:72% 22%;opacity:.68}
  .hero-shade{background:linear-gradient(180deg,rgba(16,23,4,.42) 0%,rgba(16,23,4,.82) 48%,#101704 77%)}
  .powder-hero-inner{align-items:end;padding-bottom:68px}.powder-copy h1{font-size:clamp(54px,15vw,88px)}
  .wipe-hint{display:none}.product-photo-showcase{grid-template-columns:1fr}.photo-product{min-height:520px;border-right:0;border-bottom:1px solid rgba(244,239,227,.13)}
  .photo-product img{object-position:center 32%}
}


/* v3 — warmer editorial product photography */
.product-photo-showcase{background:#e9dfcd;gap:1px}
.photo-product{background:#d8c9af;min-height:620px;color:var(--paper);border-right:0}
.photo-product img{filter:saturate(.92) contrast(1.04) brightness(.94);object-position:center center}
.photo-product-overlay{background:linear-gradient(180deg,rgba(13,16,6,.02) 28%,rgba(13,16,6,.12) 55%,rgba(13,16,6,.86) 100%)}
.mamaku-photo{background:#303b1b}.coffee-photo{background:#4a2e1d}.cedar-photo{background:#985c3c}
.mamaku-photo .photo-product-overlay{background:linear-gradient(180deg,rgba(42,54,22,.02),rgba(31,41,15,.12) 50%,rgba(25,34,12,.91) 100%)}
.coffee-photo .photo-product-overlay{background:linear-gradient(180deg,rgba(68,40,23,.01),rgba(48,28,16,.14) 50%,rgba(35,21,12,.92) 100%)}
.cedar-photo .photo-product-overlay{background:linear-gradient(180deg,rgba(151,83,50,.01),rgba(111,56,32,.12) 50%,rgba(79,38,22,.90) 100%)}
.photo-product:hover img{transform:scale(1.075);filter:saturate(1) contrast(1.04) brightness(.98)}

.product-photo{min-height:520px;position:relative;overflow:hidden;display:grid;place-items:center;background:#d9cdb8}
.product-photo img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center;filter:saturate(.94) contrast(1.03);transition:transform .65s ease}
.product-photo:hover img{transform:scale(1.025)}
.product-photo.mamaku{background:#394522}.product-photo.coffee{background:#513321}.product-photo.cedar{background:#a86645}
.about-photo{margin-top:46px;overflow:hidden;max-height:560px;background:#3d291c}.about-photo img{width:100%;height:560px;object-fit:cover;object-position:center 38%;filter:saturate(.82) brightness(.84)}
.story-copy p+p{margin-top:18px}.story-signoff{font-family:var(--serif);font-size:clamp(28px,3.4vw,46px);line-height:1.08;margin-top:30px}
@media(max-width:900px){.product-photo,.product-photo img{min-height:390px}.about-photo img{height:420px}.product-photo-showcase{gap:0}}
/* v4 — no simulated particles: photographic coffee foreground only */
.coffee-dust{display:none!important}
.powder-hero:after{content:"";position:absolute;z-index:3;left:-4%;bottom:-3%;width:68%;height:58%;background-image:url('../img/hero-coffee-photo.jpg');background-size:150% auto;background-position:22% 74%;background-repeat:no-repeat;clip-path:ellipse(66% 45% at 42% 63%);filter:saturate(.78) contrast(1.13) brightness(.60);transition:opacity .08s linear;pointer-events:none}
.powder-hero.grounds-cleared:after{opacity:0}
.powder-hero-inner{z-index:4}.powder-copy{position:relative;z-index:2}
@media(max-width:900px){.powder-hero:after{width:105%;height:44%;left:-25%;bottom:0;background-size:190% auto;clip-path:ellipse(68% 42% at 44% 68%)}}

/* v5 — final product photography and side-copy product presentation */
.home-products{padding:clamp(76px,10vw,140px) 0;background:#eee6d8}
.home-products-head{max-width:760px;margin-bottom:clamp(44px,7vw,88px)}
.home-products-head h2{margin:14px 0 20px}.home-products-head p{max-width:56ch}
.home-product-row{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:center;gap:clamp(34px,7vw,105px);padding:clamp(40px,6vw,82px) 0;border-top:1px solid var(--line)}
.home-product-row.reverse{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr)}
.home-product-row.reverse .home-product-image{order:2}.home-product-row.reverse .home-product-copy{order:1}
.home-product-image{margin:0;overflow:hidden;background:#d7cbb8;aspect-ratio:1/1}
.home-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.home-product-row:hover .home-product-image img{transform:scale(1.025)}
.home-product-copy{max-width:470px}.home-product-copy h3{font-size:clamp(46px,5vw,74px);margin:13px 0 10px}.home-product-copy .product-mood{font-family:var(--serif);font-style:italic;font-size:clamp(25px,2.7vw,38px);margin-bottom:20px}.home-product-copy>p:not(.product-mood){color:var(--muted);max-width:38ch}.home-product-copy span{display:inline-block;margin-top:26px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:4px}
.mamaku-row .home-product-copy{color:#334019}.coffee-row .home-product-copy{color:#55331f}.cedar-row .home-product-copy{color:#9a5938}

.product-page-hero h1{max-width:9ch}.product-detail{padding:clamp(72px,9vw,135px) 0}.product-detail-mamaku{background:#e5e2d4}.product-detail-coffee{background:#e8ddd1}.product-detail-cedar{background:#eddfd3}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);gap:clamp(40px,7vw,110px);align-items:center}.product-detail-grid.reverse{grid-template-columns:minmax(330px,.82fr) minmax(0,1fr)}.product-detail-grid.reverse .product-shot{order:2}.product-detail-grid.reverse .product-detail-copy{order:1}
.product-shot{margin:0;overflow:hidden;aspect-ratio:1/1;background:#d6cab8;box-shadow:0 28px 70px rgba(45,30,18,.08)}.product-shot img{width:100%;height:100%;object-fit:cover}
.product-detail-copy h2{font-size:clamp(58px,7vw,94px);margin:12px 0 8px}.product-detail-copy .product-mood{font-family:var(--serif);font-style:italic;font-size:clamp(27px,3vw,42px);margin-bottom:23px}.product-detail-copy>.muted{max-width:52ch;font-size:15px}.product-detail-mamaku .product-detail-copy{color:#34411a}.product-detail-coffee .product-detail-copy{color:#593723}.product-detail-cedar .product-detail-copy{color:#9c5b39}
.ingredient-disclosure{margin-top:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.ingredient-disclosure summary{cursor:pointer;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:650}.ingredient-disclosure .ingredients{margin:22px 0 12px}.product-note{font-size:11px;color:var(--muted);margin-top:18px;max-width:55ch}

.story-feature{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(44px,8vw,130px);align-items:start}.story-intro .big{font-family:var(--serif);font-size:clamp(36px,5vw,68px);font-style:italic;line-height:1.02;margin-top:18px}.about-products{padding:clamp(55px,8vw,105px) 0;background:#1a2209;color:var(--paper)}.about-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}.about-product-grid figure{margin:0}.about-product-grid img{width:100%;aspect-ratio:1/1;object-fit:cover}.about-product-grid figcaption{font-family:var(--serif);font-size:30px;margin-top:12px}
.contact-feedback-link{display:inline-block;margin-top:28px;color:var(--paper);border-bottom:1px solid rgba(244,239,227,.35);padding-bottom:3px}

@media(max-width:900px){.home-product-row,.home-product-row.reverse,.product-detail-grid,.product-detail-grid.reverse,.story-feature{grid-template-columns:1fr}.home-product-row.reverse .home-product-image,.home-product-row.reverse .home-product-copy,.product-detail-grid.reverse .product-shot,.product-detail-grid.reverse .product-detail-copy{order:initial}.home-product-image,.product-shot{aspect-ratio:1/1}.about-product-grid{grid-template-columns:1fr;gap:34px}.about-product-grid figcaption{font-size:26px}.product-detail-copy{padding-top:8px}}


/* ===== v6.1 homepage refinement ===== */
.grounds-hero{min-height:100svh;position:relative;overflow:hidden;background:#101704;color:var(--paper);display:grid;align-items:end;isolation:isolate}
.grounds-hero .hero-photo{position:absolute;inset:0;z-index:0;background-image:url('../img/hero-coffee-photo.jpg');background-repeat:no-repeat;background-size:min(62vw,900px) auto;background-position:88% 52%;filter:saturate(.72) contrast(1.08) brightness(.72);transform:scale(1.03)}
.grounds-hero .hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#101704 0%,rgba(16,23,4,.98) 31%,rgba(16,23,4,.78) 51%,rgba(16,23,4,.20) 74%,rgba(16,23,4,.28) 100%),linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.25));pointer-events:none}
.grounds-copy{position:relative;z-index:4;padding-bottom:12px}
.grounds-copy h1 em{display:inline;color:#c9ad86}
.grounds-copy .lead{font-size:clamp(16px,1.35vw,20px);line-height:1.65}
.grounds-hero .hero-actions{margin-top:32px}
.home-products{background:#f0e9dc}
.home-product-image{box-shadow:0 24px 70px rgba(50,34,20,.08)}
.home-product-image img{filter:saturate(.96) contrast(1.015)}
.home-product-copy .eyebrow{opacity:.72}
.home-product-copy h3{letter-spacing:-.025em}
@media(max-width:900px){.grounds-hero .hero-photo{background-size:auto 60vh;background-position:70% 10%;opacity:.64}.grounds-hero .hero-shade{background:linear-gradient(180deg,rgba(16,23,4,.22) 0%,rgba(16,23,4,.68) 43%,#101704 72%)}.grounds-hero-inner{min-height:100svh}.grounds-copy{padding-bottom:0}}

/* ===== v7 — graphic-only homepage hero ===== */
.graphic-hero{
  min-height:100svh;
  position:relative;
  overflow:hidden;
  background:#111904;
  color:var(--paper);
  isolation:isolate;
  display:block;
}
.graphic-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 78% 24%,rgba(184,117,77,.13),transparent 29%),
    radial-gradient(circle at 63% 77%,rgba(70,88,36,.20),transparent 31%),
    linear-gradient(118deg,#101704 0%,#151c08 48%,#19140d 100%);
}
.graphic-hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.28;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(244,239,227,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(244,239,227,.035) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,transparent 2%,#000 35%,#000 88%,transparent 100%);
}
.graphic-hero-inner{
  position:relative;
  z-index:3;
  min-height:100svh;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr);
  gap:clamp(35px,5vw,80px);
  align-items:center;
  padding-top:132px;
  padding-bottom:78px;
}
.graphic-hero-copy{max-width:720px}
.graphic-hero-copy .eyebrow{color:rgba(244,239,227,.60)}
.graphic-hero-copy h1{
  font-size:clamp(62px,7.5vw,112px);
  line-height:.88;
  letter-spacing:-.045em;
  max-width:8.6ch;
  margin-top:24px;
  font-weight:500;
}
.graphic-hero-copy h1 em{
  display:block;
  color:#c7ae87;
  font-weight:500;
  font-style:italic;
}
.graphic-hero-copy .lead{
  max-width:49ch;
  margin:32px 0 0;
  color:rgba(244,239,227,.72);
  font-size:clamp(15px,1.2vw,18px);
  line-height:1.72;
}
.graphic-hero .hero-actions{margin-top:31px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.graphic-hero .text-link{color:rgba(244,239,227,.74)}
.hero-proof{
  margin-top:46px;
  padding-top:19px;
  border-top:1px solid rgba(244,239,227,.16);
  display:flex;
  flex-wrap:wrap;
  gap:10px 28px;
  color:rgba(244,239,227,.48);
  font-size:9px;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.hero-proof span{position:relative}
.hero-proof span:not(:last-child):after{content:"";position:absolute;right:-15px;top:50%;width:2px;height:2px;border-radius:50%;background:#b8754d}

.cycle-graphic{
  position:relative;
  width:min(690px,48vw);
  aspect-ratio:1;
  justify-self:end;
  filter:drop-shadow(0 38px 70px rgba(0,0,0,.18));
}
.cycle-graphic svg{width:100%;height:100%;overflow:visible}
.orbit{fill:none;stroke:rgba(244,239,227,.12);stroke-width:1}
.orbit-a{stroke-dasharray:2 13;animation:orbitTurn 42s linear infinite;transform-origin:360px 360px}
.orbit-b{stroke:rgba(196,147,109,.22);stroke-dasharray:58 25;animation:orbitTurnReverse 34s linear infinite;transform-origin:360px 360px}
.orbit-c{stroke:rgba(244,239,227,.18);stroke-dasharray:1 8;animation:orbitTurn 23s linear infinite;transform-origin:360px 360px}
@keyframes orbitTurn{to{transform:rotate(360deg)}}
@keyframes orbitTurnReverse{to{transform:rotate(-360deg)}}
.flow-line{fill:none;stroke:url(#gFlow);stroke-width:1.4;stroke-dasharray:5 10;opacity:.55}
.flow-line-2{opacity:.26}
.grounds-group circle{fill:#845536;opacity:.88;animation:groundsBreathe 4.4s ease-in-out infinite;transform-box:fill-box;transform-origin:center}
.grounds-group circle:nth-child(2n){animation-delay:-1.6s}.grounds-group circle:nth-child(3n){animation-delay:-2.7s}
@keyframes groundsBreathe{50%{transform:scale(.68);opacity:.48}}
.moving-grounds circle{fill:#d2b08c;filter:url(#softGlow)}
.scrub-form{fill:#a47756;opacity:.88;animation:scrubFloat 6s ease-in-out infinite;transform-origin:455px 413px}
.scrub-ridge{fill:none;stroke:rgba(244,239,227,.32);stroke-width:2;stroke-linecap:round}
@keyframes scrubFloat{50%{transform:translate(455px,401px) rotate(1.5deg)}}
.accent-dot circle:first-child{stroke:none}.accent-dot circle:last-child{fill:none;stroke-width:1;opacity:.35}
.mamaku-dot circle:first-child{fill:var(--mamaku)}.mamaku-dot circle:last-child{stroke:var(--mamaku)}
.coffee-dot circle:first-child{fill:var(--coffee)}.coffee-dot circle:last-child{stroke:#a67659}
.cedar-dot circle:first-child{fill:var(--cedar)}.cedar-dot circle:last-child{stroke:var(--cedar)}
.accent-dot{animation:accentPulse 4.8s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.coffee-dot{animation-delay:-1.6s}.cedar-dot{animation-delay:-3.2s}
@keyframes accentPulse{50%{transform:scale(1.1)}}
.cycle-word{position:absolute;font-size:9px;letter-spacing:.19em;text-transform:uppercase;color:rgba(244,239,227,.48)}
.word-collect{left:8%;top:27%}.word-refine{right:5%;top:39%}.word-blend{right:13%;bottom:18%}
.cycle-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:138px;height:138px;border:1px solid rgba(244,239,227,.18);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(17,25,4,.37);backdrop-filter:blur(8px)}
.cycle-center small{font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:rgba(244,239,227,.42)}
.cycle-center strong{font-family:var(--serif);font-weight:500;font-size:31px;margin-top:5px;color:#f3eadb}
.graphic-scroll{position:absolute;z-index:4;right:clamp(20px,5vw,76px);bottom:28px;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(244,239,227,.42)}
.graphic-scroll span{display:inline-block;margin-left:9px;animation:scrollDrop 1.8s ease-in-out infinite}@keyframes scrollDrop{50%{transform:translateY(6px)}}

@media(max-width:1050px){
  .graphic-hero-inner{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr)}
  .cycle-graphic{width:min(620px,52vw)}
}
@media(max-width:900px){
  .graphic-hero-inner{grid-template-columns:1fr;align-content:center;padding-top:128px;padding-bottom:58px;gap:10px}
  .graphic-hero-copy{position:relative;z-index:4}
  .graphic-hero-copy h1{font-size:clamp(54px,15vw,84px);max-width:8.2ch}
  .graphic-hero-copy .lead{max-width:42ch}
  .hero-proof{margin-top:30px}
  .cycle-graphic{position:absolute;right:-28%;top:12%;width:96vw;opacity:.32;z-index:-1}
  .cycle-word,.cycle-center{display:none}
  .graphic-scroll{display:none}
}
@media(max-width:560px){
  .graphic-hero .hero-actions{align-items:flex-start;flex-direction:column}
  .graphic-hero .text-link{margin-left:0;margin-top:9px}
  .hero-proof{gap:9px 18px}.hero-proof span:not(:last-child):after{right:-10px}
}
@media(prefers-reduced-motion:reduce){
  .orbit-a,.orbit-b,.orbit-c,.grounds-group circle,.scrub-form,.accent-dot,.graphic-scroll span{animation:none!important}
}

/* ===== v8 — product-first homepage ===== */
.benefit-section{background:var(--paper)}
.benefit-intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,7vw,100px);align-items:end;margin-bottom:clamp(45px,7vw,80px)}
.benefit-intro h2{margin-top:14px;max-width:8ch}.benefit-intro>p{max-width:54ch;font-size:16px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.benefit-grid article{padding:28px clamp(16px,2.5vw,32px) 20px 0;border-right:1px solid var(--line);min-height:220px}
.benefit-grid article+article{padding-left:clamp(16px,2.5vw,32px)}.benefit-grid article:last-child{border-right:0}
.benefit-grid span{font-size:10px;letter-spacing:.15em;color:var(--cedar)}.benefit-grid h3{font-size:clamp(28px,3vw,39px);margin:26px 0 13px}.benefit-grid p{font-size:13px;color:var(--muted);max-width:29ch}
.word-check{left:18%;bottom:20%}.word-scrub{right:28%;bottom:5%}
.cycle-center strong{font-size:27px}
@media(max-width:900px){.benefit-intro{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-grid article:nth-child(2){border-right:0}.benefit-grid article:nth-child(n+3){border-top:1px solid var(--line)}}
@media(max-width:560px){.benefit-grid{grid-template-columns:1fr}.benefit-grid article{border-right:0;border-top:1px solid var(--line);padding-left:0!important;min-height:0}.benefit-grid article:first-child{border-top:0}}

/* ===== v9 — editorial hero + circular coffee ritual ===== */
.hero-v9{background:#111704}
.hero-v9:before{
  background:
    radial-gradient(circle at 76% 24%,rgba(181,118,76,.12),transparent 24%),
    radial-gradient(circle at 70% 70%,rgba(74,91,39,.18),transparent 30%),
    linear-gradient(122deg,#0e1503 0%,#131a07 48%,#19130d 100%);
}
.hero-v9 .graphic-hero-bg{
  opacity:.24;
  background-image:
    radial-gradient(circle at center,rgba(244,239,227,.07) 0 1px,transparent 1.3px),
    linear-gradient(rgba(244,239,227,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(244,239,227,.025) 1px,transparent 1px);
  background-size:28px 28px,84px 84px,84px 84px;
}
.hero-v9-inner{grid-template-columns:minmax(0,.93fr) minmax(470px,1.07fr);gap:clamp(46px,7vw,112px)}
.hero-v9-copy{max-width:690px}
.hero-v9-copy .eyebrow{letter-spacing:.22em;color:rgba(244,239,227,.58)}
.hero-v9-copy h1{
  font-family:"Bodoni Moda", "Cormorant Garamond", Georgia, serif;
  font-size:clamp(64px,7.7vw,116px);
  line-height:.89;
  letter-spacing:-.052em;
  max-width:7.6ch;
  font-weight:500;
  margin-top:25px;
}
.hero-v9-copy h1 em{display:block;color:#d2b18a;font-style:italic;font-weight:400}
.hero-v9-copy .lead{
  font-family:"Inter",Arial,sans-serif;
  max-width:47ch;
  font-size:clamp(15px,1.25vw,19px);
  line-height:1.72;
  color:rgba(244,239,227,.74);
  margin-top:31px;
}
.hero-benefits{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}
.hero-benefits span{
  border:1px solid rgba(244,239,227,.16);
  border-radius:999px;
  padding:8px 13px;
  color:rgba(244,239,227,.62);
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.13em;
  backdrop-filter:blur(3px);
  background:rgba(244,239,227,.025);
}
.hero-v9 .hero-actions{margin-top:30px}

.ritual-orbit{width:min(620px,45vw);justify-self:end;position:relative;padding-bottom:36px}
.orbit-shell{position:relative;width:100%;aspect-ratio:1;border-radius:50%}
.orbit-track,.orbit-sweep,.orbit-glow{position:absolute;inset:8%;border-radius:50%}
.orbit-track{border:1px solid rgba(244,239,227,.16);box-shadow:inset 0 0 80px rgba(255,255,255,.018)}
.orbit-track:before,.orbit-track:after{content:"";position:absolute;border-radius:50%;inset:13%;border:1px dashed rgba(244,239,227,.07)}
.orbit-track:after{inset:31%;border-style:solid;border-color:rgba(196,147,109,.12)}
.orbit-sweep{
  background:conic-gradient(from -90deg,transparent 0 74%,rgba(206,174,137,.0) 75%,rgba(206,174,137,.78) 88%,transparent 91% 100%);
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 2px));
  mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 2px));
  animation:ritualSweep 7s linear infinite;
  filter:drop-shadow(0 0 7px rgba(206,174,137,.25));
}
.orbit-glow{inset:19%;background:radial-gradient(circle,rgba(132,85,54,.13),transparent 63%);animation:orbitBreath 5s ease-in-out infinite}
@keyframes ritualSweep{to{transform:rotate(360deg)}}
@keyframes orbitBreath{50%{transform:scale(1.05);opacity:.68}}

.stage{position:absolute;display:flex;align-items:center;gap:9px;color:rgba(244,239,227,.47);font-size:9px;letter-spacing:.18em;text-transform:uppercase;z-index:4;white-space:nowrap}
.stage i{width:9px;height:9px;border-radius:50%;border:1px solid rgba(244,239,227,.38);background:#111704;box-shadow:0 0 0 5px rgba(244,239,227,.025);animation:stagePulse 7s ease-in-out infinite}
.stage-1{left:3%;top:27%}.stage-2{left:19%;bottom:9%}.stage-3{left:52%;bottom:2%}.stage-4{right:2%;bottom:29%}.stage-5{right:3%;top:27%}
.stage-1 i{animation-delay:0s}.stage-2 i{animation-delay:1.4s}.stage-3 i{animation-delay:2.8s}.stage-4 i{animation-delay:4.2s}.stage-5 i{animation-delay:5.6s}
@keyframes stagePulse{0%,12%,100%{background:#111704;transform:scale(1);box-shadow:0 0 0 5px rgba(244,239,227,.025)}6%{background:#d5b38c;transform:scale(1.5);box-shadow:0 0 0 8px rgba(213,179,140,.09)}}

.orbit-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(244,239,227,.16);display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding-bottom:24%;background:radial-gradient(circle at 44% 34%,rgba(196,147,109,.09),rgba(17,23,4,.72) 66%);box-shadow:0 24px 70px rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.orbit-core small{font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:rgba(244,239,227,.38)}
.orbit-core strong{font-family:"Bodoni Moda","Cormorant Garamond",serif;font-weight:500;font-size:clamp(28px,2.6vw,41px);line-height:1;margin-top:4px;color:#f0e5d4}
.bean-mark{position:absolute;top:18%;left:50%;width:74px;height:52px;transform:translateX(-50%) rotate(-16deg);border-radius:55% 45% 55% 45%;background:linear-gradient(135deg,#7b4d2e,#3f2415);box-shadow:inset 9px 7px 14px rgba(255,205,155,.08),inset -10px -8px 15px rgba(0,0,0,.34),0 10px 24px rgba(0,0,0,.24);animation:beanPop 7s cubic-bezier(.2,.9,.2,1) infinite}
.bean-mark span{position:absolute;left:49%;top:6px;width:5px;height:40px;border-left:2px solid rgba(30,14,7,.8);border-right:1px solid rgba(200,128,79,.22);border-radius:50%;transform:rotate(10deg)}
@keyframes beanPop{0%,6%{transform:translateX(-50%) rotate(-16deg) scale(.55);opacity:0}12%,38%{transform:translateX(-50%) rotate(-12deg) scale(1);opacity:1}45%,100%{transform:translateX(-50%) rotate(-8deg) scale(.82);opacity:0}}
.ground-specks{position:absolute;inset:18% 22% 47%;opacity:0;animation:specksShow 7s ease-in-out infinite}
.ground-specks b{position:absolute;width:7px;height:7px;border-radius:50%;background:#8b5b3a;box-shadow:0 0 9px rgba(173,118,78,.14)}
.ground-specks b:nth-child(1){left:9%;top:38%}.ground-specks b:nth-child(2){left:32%;top:13%;width:5px;height:5px}.ground-specks b:nth-child(3){left:50%;top:45%;width:6px;height:6px}.ground-specks b:nth-child(4){right:10%;top:25%;width:4px;height:4px}.ground-specks b:nth-child(5){right:26%;bottom:7%;width:8px;height:8px}.ground-specks b:nth-child(6){left:21%;bottom:2%;width:4px;height:4px}
@keyframes specksShow{0%,35%{opacity:0;transform:scale(.7)}44%,68%{opacity:1;transform:scale(1)}76%,100%{opacity:0;transform:scale(1.08)}}
.scrub-mark{position:absolute;top:16%;left:50%;width:102px;height:68px;transform:translateX(-50%);border-radius:56% 44% 50% 50%;background:#957054;opacity:0;animation:scrubReveal 7s ease-in-out infinite;box-shadow:inset 0 5px 12px rgba(255,235,215,.08),0 10px 25px rgba(0,0,0,.2)}
.scrub-mark span{position:absolute;left:15%;right:15%;height:1px;border-top:1px solid rgba(244,239,227,.24);border-radius:50%}
.scrub-mark span:nth-child(1){top:28%;transform:rotate(-5deg)}.scrub-mark span:nth-child(2){top:50%;transform:rotate(7deg)}.scrub-mark span:nth-child(3){top:70%;transform:rotate(-2deg)}
@keyframes scrubReveal{0%,64%{opacity:0;transform:translateX(-50%) scale(.78)}73%,93%{opacity:1;transform:translateX(-50%) scale(1)}100%{opacity:0;transform:translateX(-50%) scale(.95)}}
.orbit-caption{text-align:center;margin-top:13px;color:rgba(244,239,227,.42);font-size:9px;text-transform:uppercase;letter-spacing:.17em}

@media(max-width:1000px){.hero-v9-inner{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr)}.ritual-orbit{width:min(560px,48vw)}}
@media(max-width:900px){
  .hero-v9-inner{grid-template-columns:1fr;align-content:center;gap:12px;padding-top:126px;padding-bottom:65px}
  .hero-v9-copy{position:relative;z-index:3}
  .hero-v9-copy h1{font-size:clamp(54px,14vw,82px);max-width:7.6ch}
  .hero-v9-copy .lead{max-width:41ch}
  .ritual-orbit{position:absolute;right:-35%;top:12%;width:94vw;opacity:.28;z-index:1;pointer-events:none}
  .orbit-caption,.stage{display:none}
  .hero-benefits{max-width:430px}
}
@media(max-width:560px){.hero-v9-copy h1{font-size:clamp(50px,15vw,72px)}.hero-benefits span{font-size:8px;padding:7px 10px}}
@media(prefers-reduced-motion:reduce){.orbit-sweep,.orbit-glow,.stage i,.bean-mark,.ground-specks,.scrub-mark{animation:none!important}.bean-mark{opacity:1}.ground-specks,.scrub-mark{display:none}}

/* ===== v10 — Lottie-led editorial hero ===== */
.lottie-hero{min-height:100svh;background:#101704;color:var(--paper);position:relative;overflow:hidden;isolation:isolate;display:grid;align-items:center}
.lottie-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 46%,rgba(159,111,73,.18),transparent 31%),radial-gradient(circle at 70% 75%,rgba(89,104,53,.18),transparent 28%),linear-gradient(120deg,#0e1503 0%,#111804 52%,#18120d 100%);z-index:-3}
.lottie-hero-wash{position:absolute;inset:0;z-index:-2;opacity:.22;background-image:radial-gradient(circle at center,rgba(244,239,227,.10) 0 1px,transparent 1.2px);background-size:34px 34px;mask-image:linear-gradient(90deg,transparent,#000 58%,#000)}
.lottie-hero-inner{width:100%;display:grid;grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);gap:clamp(48px,7vw,110px);align-items:center;padding-top:145px;padding-bottom:95px}
.lottie-hero-copy{max-width:690px;position:relative;z-index:4}.lottie-hero-copy .eyebrow{max-width:44ch;color:rgba(244,239,227,.61);letter-spacing:.21em;line-height:1.65}
.lottie-hero-copy h1{font-family:"Bodoni Moda","Cormorant Garamond",Georgia,serif;font-size:clamp(66px,7.8vw,118px);font-weight:500;line-height:.89;letter-spacing:-.052em;max-width:7.7ch;margin-top:24px}.lottie-hero-copy h1 em{display:block;font-weight:400;color:#d4b28b}
.lottie-hero-copy .lead{font-family:"Inter",Arial,sans-serif;max-width:48ch;font-size:clamp(15px,1.25vw,19px);line-height:1.75;color:rgba(244,239,227,.76);margin-top:30px}.lottie-hero .hero-actions{margin-top:30px}.lottie-hero .text-link{color:rgba(244,239,227,.73)}
.lottie-hero-art{width:min(650px,47vw);aspect-ratio:1;justify-self:end;position:relative;display:grid;place-items:center}.magic-halo{position:absolute;inset:6%;border-radius:50%;background:radial-gradient(circle,rgba(210,174,136,.10),rgba(255,255,255,.01) 50%,transparent 71%);border:1px solid rgba(244,239,227,.09);box-shadow:inset 0 0 90px rgba(244,239,227,.025)}
.lottie-magic{position:absolute;inset:7%;filter:sepia(.35) saturate(.62) hue-rotate(25deg) brightness(.96);opacity:.9}.lottie-beans{position:absolute;width:29%;aspect-ratio:1;left:50%;top:50%;transform:translate(-50%,-50%);filter:saturate(.7) brightness(.9);z-index:3}.lottie-beans:after{content:"";position:absolute;inset:-22%;border:1px solid rgba(244,239,227,.10);border-radius:50%}
.process-copy{position:absolute;left:3%;right:3%;bottom:6%;display:flex;align-items:center;justify-content:center;gap:10px;color:rgba(244,239,227,.52);font-size:8px;letter-spacing:.16em;text-transform:uppercase;z-index:4}.process-copy i{width:24px;height:1px;background:linear-gradient(90deg,rgba(244,239,227,.12),rgba(211,176,138,.52),rgba(244,239,227,.12))}.art-note{position:absolute;right:0;top:9%;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:rgba(244,239,227,.38);writing-mode:vertical-rl;transform:rotate(180deg)}
@media(max-width:1000px){.lottie-hero-inner{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr)}.lottie-hero-art{width:min(570px,49vw)}}
@media(max-width:900px){.lottie-hero-inner{grid-template-columns:1fr;align-content:center;padding-top:132px;padding-bottom:68px}.lottie-hero-copy h1{font-size:clamp(54px,14vw,84px)}.lottie-hero-art{position:absolute;right:-34%;top:15%;width:92vw;opacity:.28;z-index:1;pointer-events:none}.lottie-hero-copy{z-index:3}.process-copy,.art-note{display:none}.lottie-hero-wash{opacity:.12}.lottie-hero .hero-benefits{max-width:430px}}
@media(prefers-reduced-motion:reduce){.lottie-hero-art{opacity:.45}}

/* Lottie accents used beyond the homepage */
.lottie-accent{position:relative;overflow:hidden}.project-lottie-cafe{width:min(430px,100%);aspect-ratio:1;margin:0 auto;opacity:.82}.project-lottie-process{height:42px;max-width:520px;margin:28px 0 0}.about-lottie-circles{width:100px;height:100px;opacity:.55;margin-bottom:18px}


/* v10.1 — fixed visible Lottie hero */
.lottie-hero .hero-benefits{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.lottie-hero .hero-benefits span{border:1px solid rgba(244,239,227,.18);border-radius:999px;padding:8px 12px;font-size:9px;letter-spacing:.10em;text-transform:uppercase;color:rgba(244,239,227,.72);background:rgba(244,239,227,.035)}
.lottie-hero-art{min-height:580px;overflow:visible}
.lottie-magic{inset:0!important;opacity:1!important;filter:sepia(.18) saturate(.72) hue-rotate(8deg) brightness(1.05)!important;z-index:1}
.lottie-magic svg,.lottie-beans svg{width:100%!important;height:100%!important;overflow:visible!important}
.lottie-center-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;background:rgba(16,23,4,.84);border:1px solid rgba(244,239,227,.17);box-shadow:0 24px 70px rgba(0,0,0,.28),inset 0 0 45px rgba(210,178,139,.06);display:grid;place-items:center;z-index:4;backdrop-filter:blur(5px)}
.lottie-beans{position:absolute!important;left:50%!important;top:43%!important;width:96px!important;height:96px!important;transform:translate(-50%,-50%)!important;z-index:2!important;filter:none!important}
.lottie-beans:after{display:none!important}
.lottie-center-copy{position:absolute;left:0;right:0;bottom:28px;text-align:center;display:grid;gap:3px;color:var(--paper)}
.lottie-center-copy small{font-size:7px;letter-spacing:.22em;color:rgba(244,239,227,.5)}
.lottie-center-copy strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:20px;font-weight:500;font-style:italic}
.process-copy{position:absolute;z-index:5;display:grid;gap:2px;color:rgba(244,239,227,.72);text-transform:uppercase;letter-spacing:.14em;font-size:9px;pointer-events:none}
.process-copy b{font-weight:500;color:#d3b08a;font-size:8px}.process-top{top:7%;left:49%;transform:translateX(-50%);text-align:center}.process-right{right:2%;top:48%}.process-bottom{bottom:10%;left:49%;transform:translateX(-50%);text-align:center}.process-left{left:2%;top:48%;text-align:right}
.art-note{position:absolute;right:0;bottom:-4px;color:rgba(244,239,227,.43);font-size:9px;letter-spacing:.13em;text-transform:uppercase;z-index:5}
.lottie-fallback{position:absolute;inset:14%;border:1px solid rgba(244,239,227,.14);border-radius:50%;display:grid;place-items:center;color:rgba(244,239,227,.5);font-family:"Cormorant Garamond",Georgia,serif;font-size:26px;font-style:italic;z-index:0}
@media(max-width:900px){.lottie-hero-art{min-height:0}.lottie-center-card{width:150px;height:150px}.lottie-beans{width:74px!important;height:74px!important}.lottie-center-copy{bottom:20px}.process-copy,.art-note{display:none}}

/* v11 — self-contained animated SVG hero (no Lottie runtime) */
.svg-hero{min-height:100svh;background:#101704;color:var(--paper);position:relative;overflow:hidden;isolation:isolate;display:grid;align-items:center}
.svg-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 44%,rgba(151,103,68,.20),transparent 30%),radial-gradient(circle at 68% 76%,rgba(89,104,53,.17),transparent 29%),linear-gradient(120deg,#0d1403,#111804 54%,#1b130d);z-index:-3}
.svg-hero-wash{position:absolute;inset:0;z-index:-2;opacity:.16;background-image:radial-gradient(circle,rgba(244,239,227,.12) 0 1px,transparent 1.2px);background-size:36px 36px;mask-image:linear-gradient(90deg,transparent,#000 62%,#000)}
.svg-hero-inner{width:100%;display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:clamp(48px,7vw,108px);align-items:center;padding-top:142px;padding-bottom:94px}
.svg-hero-copy{max-width:700px;z-index:3}.svg-hero-copy .eyebrow{color:rgba(244,239,227,.62);letter-spacing:.2em;line-height:1.65;max-width:50ch}
.svg-hero-copy h1{font-family:"Bodoni Moda","Cormorant Garamond",Georgia,serif;font-size:clamp(68px,7.8vw,118px);font-weight:500;line-height:.89;letter-spacing:-.052em;max-width:7.8ch;margin-top:24px}.svg-hero-copy h1 em{display:block;font-weight:400;color:#d4b28b}
.svg-hero-copy .lead{font-family:"Inter",Arial,sans-serif;max-width:49ch;font-size:clamp(15px,1.22vw,19px);line-height:1.75;color:rgba(244,239,227,.76);margin-top:30px}.svg-hero .hero-benefits{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.svg-hero .hero-benefits span{border:1px solid rgba(244,239,227,.16);border-radius:999px;padding:8px 12px;font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:rgba(244,239,227,.66);background:rgba(244,239,227,.025)}.svg-hero .hero-actions{margin-top:30px}.svg-hero .text-link{color:rgba(244,239,227,.73)}
.svg-hero-art{width:min(650px,47vw);aspect-ratio:1;justify-self:end;position:relative;display:grid;place-items:center}.svg-art-ring{position:absolute;inset:8%;border:1px solid rgba(244,239,227,.12);border-radius:50%;box-shadow:inset 0 0 80px rgba(244,239,227,.025),0 0 80px rgba(169,119,79,.05)}.svg-art-ring:before{content:"";position:absolute;inset:12%;border:1px dashed rgba(244,239,227,.08);border-radius:50%}
.magic-svg{position:absolute;inset:4%;width:92%;height:92%;object-fit:contain;opacity:.92;filter:sepia(.28) saturate(.68) hue-rotate(12deg) brightness(1.04)}
.bean-medallion{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;aspect-ratio:1;border-radius:50%;background:rgba(16,23,4,.89);border:1px solid rgba(244,239,227,.17);box-shadow:0 25px 70px rgba(0,0,0,.3),inset 0 0 45px rgba(210,178,139,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:4;backdrop-filter:blur(5px)}.bean-medallion img{width:92px;height:92px;object-fit:contain;margin-top:-12px}.bean-medallion small{font-size:7px;letter-spacing:.22em;text-transform:uppercase;color:rgba(244,239,227,.48);margin-top:-4px}.bean-medallion strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;font-style:italic;font-weight:500;color:#f0e5d4}
.svg-stage{position:absolute;z-index:5;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:rgba(244,239,227,.65);background:rgba(16,23,4,.48);padding:5px 7px;border-radius:999px;backdrop-filter:blur(3px)}.svg-stage b{font-size:8px;color:#d3b08a;margin-right:4px}.s1{left:5%;top:29%}.s2{left:18%;bottom:10%}.s3{left:50%;bottom:3%;transform:translateX(-50%)}.s4{right:12%;bottom:14%}.s5{right:2%;top:31%}
@media(max-width:1000px){.svg-hero-inner{grid-template-columns:minmax(0,.95fr) minmax(410px,1.05fr)}.svg-hero-art{width:min(570px,49vw)}}
@media(max-width:900px){.svg-hero-inner{grid-template-columns:1fr;align-content:center;padding-top:130px;padding-bottom:68px}.svg-hero-copy h1{font-size:clamp(54px,14vw,84px)}.svg-hero-art{position:absolute;right:-34%;top:15%;width:92vw;opacity:.3;z-index:1;pointer-events:none}.svg-hero-copy{z-index:3}.svg-stage{display:none}.bean-medallion{width:150px}.bean-medallion img{width:72px;height:72px}.svg-hero-wash{opacity:.1}}

/* ===== v12 — restrained SVG motion + three-colour brand system ===== */
.magic-still{position:absolute;inset:5%;width:90%;height:90%;object-fit:contain;opacity:.28;filter:sepia(.18) saturate(.72) hue-rotate(6deg) brightness(.92);mix-blend-mode:screen}
.bean-medallion{width:210px;background:rgba(14,20,4,.92)}
.bean-medallion img{width:118px;height:118px;margin-top:-10px;filter:saturate(.92) contrast(1.02)}
.bean-medallion small{margin-top:-5px}.bean-medallion strong{font-size:24px}
.svg-stage{border:1px solid rgba(244,239,227,.08)}
.s1,.s4{color:#efe6d6}.s2,.s5{color:#d7b18c}.s3{color:#c7d09c}

/* Smaller, more editorial product imagery on home */
.home-product-row{grid-template-columns:minmax(0,.94fr) minmax(320px,.86fr);gap:clamp(42px,8vw,118px)}
.home-product-row.reverse{grid-template-columns:minmax(320px,.86fr) minmax(0,.94fr)}
.home-product-image{width:min(100%,560px);justify-self:center;aspect-ratio:1/1;background:transparent;box-shadow:none}
.home-product-image img{object-fit:contain;padding:clamp(14px,2vw,26px)}

/* Bring all three formulation colours into the broader site */
.benefit-section{position:relative;background:linear-gradient(90deg,rgba(70,88,36,.035),transparent 31%,rgba(99,63,43,.035) 65%,rgba(184,117,77,.055))}
.benefit-grid article:nth-child(1){border-top-color:var(--mamaku)}
.benefit-grid article:nth-child(2){border-top-color:var(--coffee)}
.benefit-grid article:nth-child(3){border-top-color:var(--cedar)}
.benefit-grid article:nth-child(4){border-top-color:var(--mamaku)}
.benefit-grid article{border-top:2px solid var(--line)}
.benefit-grid article:nth-child(1) span,.benefit-grid article:nth-child(4) span{color:var(--mamaku)}
.benefit-grid article:nth-child(2) span{color:var(--coffee)}
.benefit-grid article:nth-child(3) span{color:var(--cedar)}
.process article:nth-child(1) .num{color:var(--mamaku)}
.process article:nth-child(2) .num{color:var(--coffee)}
.process article:nth-child(3) .num{color:var(--cedar)}
.process article:nth-child(4) .num{color:var(--mamaku)}

.section-bean-accent{height:72px;display:flex;justify-content:flex-end;align-items:center;margin:-18px 0 12px;overflow:hidden;opacity:.42}
.section-bean-accent img{width:86px;height:86px;object-fit:contain;filter:sepia(.25) saturate(.58) hue-rotate(7deg)}
.project-bean-accent{float:right;width:110px;height:110px;margin:-18px 0 10px 34px;opacity:.48}
.project-bean-accent img{width:100%;height:100%;object-fit:contain;filter:sepia(.35) saturate(.65)}

@media(max-width:900px){
  .home-product-row,.home-product-row.reverse{grid-template-columns:1fr}
  .home-product-image{width:min(88vw,480px)}
  .magic-still{opacity:.18}.bean-medallion{width:160px}.bean-medallion img{width:92px;height:92px}
  .section-bean-accent{justify-content:center;margin-top:-8px}.project-bean-accent{float:none;margin:0 auto 22px}
}


/* ===== v13 — simplified coffee-to-scrub hero ===== */
.hero-v13{background:#101704}
.hero-v13:before{background:radial-gradient(circle at 77% 47%,rgba(115,73,43,.20),transparent 27%),radial-gradient(circle at 70% 74%,rgba(184,117,77,.10),transparent 32%),linear-gradient(120deg,#0d1403 0%,#111804 57%,#19120c 100%)}
.hero-v13 .svg-hero-wash{opacity:.10;background-size:44px 44px}
.hero-v13-inner{grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr);gap:clamp(54px,8vw,126px);padding-top:138px;padding-bottom:92px}
.hero-v13-copy{max-width:660px}
.hero-v13-copy .eyebrow{font-family:"Inter",Arial,sans-serif;font-size:10px;letter-spacing:.24em;color:rgba(244,239,227,.58);margin-bottom:22px}
.hero-v13-copy h1{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(66px,7.5vw,112px);line-height:.88;letter-spacing:-.035em;max-width:8.2ch;margin:0;font-weight:500}
.hero-v13-copy h1 span{font-family:"Inter",Arial,sans-serif;font-size:.28em;line-height:1;letter-spacing:.18em;text-transform:uppercase;font-style:normal;font-weight:500;display:block;margin-bottom:14px;color:rgba(244,239,227,.72)}
.hero-v13-copy h1 em{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-weight:500;color:#d2b187;display:block}
.hero-v13-copy .lead{font-family:"Inter",Arial,sans-serif;font-size:clamp(14px,1.08vw,17px);line-height:1.7;max-width:45ch;color:rgba(244,239,227,.70);margin-top:27px}
.hero-v13-copy .hero-actions{margin-top:29px}
.hero-v13-copy .text-link{color:rgba(244,239,227,.68)}

.hero-v13-art{width:min(620px,46vw);aspect-ratio:1;justify-self:end;position:relative;display:grid;place-items:center;color:#b97a4e}
.hero-v13-ring{position:absolute;width:67%;aspect-ratio:1;border:1px solid rgba(185,122,78,.42);border-radius:50%;box-shadow:0 0 75px rgba(185,122,78,.055),inset 0 0 55px rgba(244,239,227,.018)}
.hero-v13-ring:after{content:"";position:absolute;inset:10%;border:1px solid rgba(244,239,227,.06);border-radius:50%}
.hero-v13-bean{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40%;aspect-ratio:1;display:grid;place-items:center;z-index:3}
.hero-v13-bean img{width:100%;height:100%;object-fit:contain;filter:sepia(.18) saturate(.9) contrast(1.02)}
.orbit-dot{position:absolute;left:50%;top:-6px;width:12px;height:12px;border-radius:50%;background:#8b5837;box-shadow:0 0 0 4px rgba(139,88,55,.12),0 4px 16px rgba(0,0,0,.24);transform:translateX(-50%);transform-origin:50% calc(50% + 6px);animation:heroOrbitDot 6.8s linear infinite}
@keyframes heroOrbitDot{from{transform:translateX(-50%) rotate(0deg);transform-origin:50% calc(50% + 145px)}to{transform:translateX(-50%) rotate(360deg);transform-origin:50% calc(50% + 145px)}}
.coffee-scrub-arrow{position:absolute;inset:0;width:100%;height:100%;color:rgba(210,177,135,.62);overflow:visible}
.coffee-scrub-arrow path{stroke-dasharray:7 10;animation:heroArrowFlow 7s linear infinite}
@keyframes heroArrowFlow{to{stroke-dashoffset:-120}}
.coffee-scrub-word{position:absolute;z-index:4;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(25px,2.3vw,36px);font-style:italic;color:#efe4d4;letter-spacing:.01em}
.coffee-word{left:0;top:49%;transform:translateY(-50%)}
.scrub-word{right:-1%;bottom:17%}

@media(max-width:1000px){.hero-v13-inner{grid-template-columns:minmax(0,.95fr) minmax(410px,1.05fr)}.hero-v13-art{width:min(560px,48vw)}}
@media(max-width:900px){
  .hero-v13-inner{grid-template-columns:1fr;padding-top:126px;padding-bottom:72px;min-height:100svh;align-content:end}
  .hero-v13-copy{position:relative;z-index:4;max-width:560px}
  .hero-v13-copy h1{font-size:clamp(56px,14vw,84px);max-width:8ch}
  .hero-v13-art{position:absolute;right:-29%;top:10%;width:94vw;opacity:.30;z-index:1;pointer-events:none}
  .coffee-scrub-word{display:none}
  .hero-v13-copy .lead{max-width:39ch}
}
@media(prefers-reduced-motion:reduce){.orbit-dot,.coffee-scrub-arrow path{animation:none!important}}


/* ===== v14 — typography-only homepage hero ===== */
.hero-static{
  min-height:100svh;
  position:relative;
  overflow:hidden;
  display:grid;
  align-items:center;
  color:var(--paper);
  background:
    radial-gradient(circle at 87% 18%,rgba(184,117,77,.18),transparent 28%),
    radial-gradient(circle at 78% 84%,rgba(99,63,43,.22),transparent 31%),
    radial-gradient(circle at 15% 82%,rgba(70,88,36,.20),transparent 32%),
    linear-gradient(118deg,#0d1403 0%,#111804 53%,#19120c 100%);
  isolation:isolate;
}
.hero-static:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.19;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
  z-index:-1;
}
.hero-static-glow{
  position:absolute;
  width:min(42vw,620px);
  aspect-ratio:1;
  right:-8%;
  top:16%;
  border-radius:50%;
  border:1px solid rgba(244,239,227,.055);
  box-shadow:0 0 0 85px rgba(184,117,77,.018),0 0 0 170px rgba(70,88,36,.014);
  pointer-events:none;
}
.hero-static-inner{
  width:100%;
  min-height:100svh;
  display:flex;
  align-items:center;
  padding-top:145px;
  padding-bottom:90px;
}
.hero-static-copy{max-width:960px}
.hero-static-kicker{
  font-family:"Inter",Arial,sans-serif;
  font-size:clamp(10px,.8vw,12px);
  font-weight:500;
  letter-spacing:.24em;
  line-height:1.7;
  color:rgba(244,239,227,.62);
  max-width:54ch;
  margin-bottom:30px;
}
.hero-static h1{
  font-family:"Bodoni Moda","Cormorant Garamond",Georgia,serif;
  font-size:clamp(68px,9.1vw,142px);
  font-weight:400;
  line-height:.86;
  letter-spacing:-.055em;
  max-width:8.8ch;
  margin:0;
  text-wrap:balance;
}
.hero-static h1 em{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:500;
  font-style:italic;
  color:#d2b187;
}
.hero-static-copy>p{
  margin-top:34px;
  max-width:53ch;
  font-family:"Inter",Arial,sans-serif;
  font-size:clamp(15px,1.25vw,19px);
  line-height:1.8;
  color:rgba(244,239,227,.72);
}
@media(max-width:900px){
  .hero-static-inner{padding-top:132px;padding-bottom:72px;align-items:flex-end}
  .hero-static-copy{max-width:620px}
  .hero-static-kicker{max-width:34ch;margin-bottom:22px;letter-spacing:.19em}
  .hero-static h1{font-size:clamp(58px,16vw,92px);max-width:7.2ch}
  .hero-static-copy>p{font-size:15px;max-width:39ch;margin-top:26px}
  .hero-static-glow{width:92vw;right:-44%;top:13%;opacity:.55}
}
@media(prefers-reduced-motion:reduce){
  .hero-static *{animation:none!important;transition:none!important}
}

/* ===== v15 — soft hero-to-cream flow + About ready artwork ===== */
.hero-static{
  overflow:visible;
  z-index:2;
}
.hero-static::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-118px;
  height:220px;
  z-index:3;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 12% 3%, rgba(18,29,6,.98) 0 22%, rgba(34,47,18,.88) 39%, rgba(116,112,76,.40) 59%, rgba(244,239,227,0) 78%),
    radial-gradient(ellipse at 55% -6%, rgba(23,31,10,.92) 0 18%, rgba(70,72,42,.52) 48%, rgba(244,239,227,0) 76%),
    linear-gradient(to bottom, rgba(17,24,4,.92) 0%, rgba(66,69,37,.68) 28%, rgba(170,161,128,.28) 58%, rgba(244,239,227,.88) 83%, var(--paper) 100%);
  clip-path:polygon(0 0,100% 0,100% 44%,93% 48%,84% 54%,74% 60%,62% 68%,48% 76%,34% 84%,18% 92%,0 100%);
  filter:blur(.2px);
}
.hero-flow-next{
  position:relative;
  z-index:1;
  padding-top:clamp(150px,14vw,220px);
}

.about-ready-section{background:var(--paper);overflow:hidden}
.about-ready-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);gap:clamp(44px,8vw,120px);align-items:center}
.about-ready-copy{max-width:620px}
.about-ready-art{margin:0;min-height:420px;display:grid;place-items:center;position:relative}
.about-ready-art:before{content:"";position:absolute;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(184,117,77,.10),rgba(70,88,36,.05) 52%,transparent 70%)}
.about-ready-art img{position:relative;z-index:1;width:min(560px,100%);height:auto;display:block;filter:saturate(.72) sepia(.08) hue-rotate(318deg) brightness(.98)}

@media(max-width:900px){
  .hero-static::after{bottom:-86px;height:160px;clip-path:polygon(0 0,100% 0,100% 50%,88% 58%,72% 66%,54% 76%,35% 86%,16% 94%,0 100%)}
  .hero-flow-next{padding-top:130px}
  .about-ready-grid{grid-template-columns:1fr}
  .about-ready-art{min-height:320px;margin-top:10px}
  .about-ready-art img{width:min(460px,94%)}
}

/* ===== v16 — refined editorial typography across the site (hero unchanged) ===== */
:root{
  --display:"Bodoni Moda","Cormorant Garamond",Georgia,serif;
  --editorial:"Cormorant Garamond",Georgia,serif;
}

/* Keep the homepage hero exactly as approved; refine everything below it and on inner pages. */
body{font-size:15px;line-height:1.62;letter-spacing:-.005em}
body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
.reveal-section h2,
.home-products h2,
.home-products h3,
.process-section h2,
.benefit-section h2,
.cta h2{
  font-family:var(--display);
  font-weight:400;
  letter-spacing:-.025em;
}

/* Inner-page title scale: elegant, not oversized. */
.page-hero h1{
  font-family:var(--display);
  font-size:clamp(46px,5.4vw,72px);
  line-height:.98;
  letter-spacing:-.032em;
  font-weight:400;
  max-width:13ch;
}
.page-hero p{font-size:clamp(15px,1.25vw,17px);line-height:1.72;margin-top:22px}
.page-hero{padding-top:158px;padding-bottom:68px}

/* Homepage sections below the hero. */
.reveal-section h2,
.home-products-head h2,
.process-section h2,
.benefit-section h2{
  font-size:clamp(38px,4.4vw,58px);
  line-height:1.02;
}
.home-product-copy h3{
  font-size:clamp(40px,4.5vw,58px);
  line-height:1;
  margin:10px 0 9px;
}
.home-product-copy .product-mood{
  font-family:var(--editorial);
  font-size:clamp(22px,2.2vw,31px);
  line-height:1.08;
  font-weight:500;
}

/* Products page. */
.product-detail-copy h2{
  font-family:var(--display);
  font-size:clamp(44px,5vw,64px);
  line-height:1;
  letter-spacing:-.03em;
  font-weight:400;
  margin:10px 0 7px;
}
.product-detail-copy .product-mood{
  font-family:var(--editorial);
  font-size:clamp(23px,2.3vw,32px);
  line-height:1.1;
  font-weight:500;
  margin-bottom:20px;
}
.product-detail-copy>.muted{font-size:14.5px;line-height:1.72}

/* Story/about typography. */
.story-intro .big{
  font-family:var(--editorial);
  font-size:clamp(34px,4vw,52px);
  line-height:1.06;
  font-weight:500;
}
.story-copy{font-size:15px;line-height:1.72}
.story-signoff{
  font-family:var(--editorial);
  font-size:clamp(27px,3vw,38px);
  line-height:1.12;
  font-weight:500;
}
.about-product-grid figcaption{
  font-family:var(--display);
  font-size:clamp(23px,2.2vw,30px);
  font-weight:400;
  letter-spacing:-.02em;
}
.about-ready-copy h2{font-size:clamp(38px,4.3vw,56px);line-height:1}

/* Cards, process, CTAs and secondary headings. */
.card h3{font-family:var(--display);font-size:clamp(25px,2.4vw,32px);line-height:1.08;font-weight:400}
.process article h3,.process article h4{font-family:var(--display);font-size:clamp(23px,2.1vw,29px);line-height:1.08;font-weight:400}
.process .num{font-family:var(--editorial);font-size:34px;font-weight:500}
.cta h2{font-size:clamp(34px,3.8vw,48px);line-height:1.02}
.partner{font-family:var(--editorial);font-size:22px}
.metric strong{font-family:var(--display);font-size:36px;font-weight:400}

/* Slightly more refined small type. */
.eyebrow{font-size:10px;letter-spacing:.19em;font-weight:500}
.nav{font-size:10px;letter-spacing:.14em}
.btn{font-size:10px;letter-spacing:.12em;padding:12px 20px}
.tags{gap:7px}.tag{font-size:9px;letter-spacing:.09em;padding:7px 10px}
.footer h5{font-size:9px;letter-spacing:.15em}.footer a,.footer p{font-size:12.5px}

@media(max-width:900px){
  .page-hero{padding-top:138px;padding-bottom:58px}
  .page-hero h1{font-size:clamp(42px,11vw,60px);max-width:11ch}
  .reveal-section h2,.home-products-head h2,.process-section h2,.benefit-section h2{font-size:clamp(36px,10vw,50px)}
  .home-product-copy h3{font-size:clamp(38px,11vw,52px)}
  .product-detail-copy h2{font-size:clamp(40px,11vw,56px)}
  .story-intro .big{font-size:clamp(32px,9vw,44px)}
  .story-signoff{font-size:clamp(26px,7.5vw,34px)}
}


/* v17 — texture-led product cards inspired by editorial retail layouts */
.product-card-section{background:#f7f3ea;padding:clamp(80px,10vw,140px) 0}
.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,3vw,42px);align-items:start}
.product-card,.product-page-card{position:relative;display:block;border-radius:28px;padding-top:clamp(115px,12vw,165px);overflow:visible;transition:transform .35s ease,box-shadow .35s ease}
.product-card:hover{transform:translateY(-6px)}
.product-card-body{border-radius:24px;padding:clamp(115px,10vw,145px) clamp(24px,3vw,38px) clamp(28px,3vw,38px);min-height:500px;box-shadow:0 24px 60px rgba(47,31,18,.08)}
.mamaku-card .product-card-body{background:#c7cf9a;color:#24320f}
.coffee-card .product-card-body{background:#cda987;color:#4b2418}
.cedar-card .product-card-body{background:#d8a06f;color:#642f1f}
.scrub-swatch{position:absolute;z-index:2;top:0;left:50%;transform:translateX(-50%);width:min(72%,300px);aspect-ratio:1/1;margin:0;overflow:hidden;filter:drop-shadow(0 16px 18px rgba(41,27,18,.22));clip-path:path('M150 8 C205 6 274 38 288 100 C303 167 268 244 204 279 C147 310 70 285 31 229 C-9 171 4 92 55 43 C83 17 116 9 150 8 Z')}
.scrub-swatch img{width:100%;height:100%;object-fit:cover;object-position:center 7%;transform:scale(1.48);transition:transform .5s ease;filter:saturate(.98) contrast(1.04)}
.product-card:hover .scrub-swatch img{transform:scale(1.54)}
.product-card h3,.product-page-card h2{margin:8px 0 5px;font-size:clamp(38px,4vw,58px);line-height:.98}
.product-type{font-size:12px;letter-spacing:.13em;text-transform:uppercase;margin-bottom:28px}
.product-card-body>p:not(.product-type):not(.product-mood){font-size:15px;line-height:1.65;max-width:34ch}
.product-card-meta,.product-card-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:34px;padding-top:20px;border-top:1px solid currentColor;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.product-card-meta span:last-child{font-weight:650}
.product-catalog{background:#f6f0e6}
.product-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,44px);align-items:start}
.product-page-card{padding-top:150px}
.product-page-card .product-card-body{padding-top:130px;min-height:860px}
.product-page-card .scrub-swatch{width:min(74%,320px)}
.product-page-card .product-mood{font-size:clamp(22px,2.2vw,32px);margin:12px 0 20px}
.product-page-card .tags{margin-top:26px}
.product-page-card .ingredient-disclosure{margin-top:24px}
.product-page-card .ingredients{columns:1}
.product-page-card .btn{padding:10px 15px;font-size:9px;background:rgba(255,255,255,.18)}
.product-page-card .btn:hover{background:var(--ink);color:var(--paper)}
@supports not (clip-path:path('M0 0')){.scrub-swatch{clip-path:ellipse(48% 46% at 50% 50%)}}
@media(max-width:1000px){.product-card-grid,.product-catalog-grid{grid-template-columns:1fr;gap:54px}.product-card,.product-page-card{max-width:620px;width:100%;margin-inline:auto}.product-card-body,.product-page-card .product-card-body{min-height:0}.scrub-swatch,.product-page-card .scrub-swatch{width:min(64%,300px)}}
@media(max-width:600px){.product-card,.product-page-card{padding-top:105px}.product-card-body,.product-page-card .product-card-body{padding-top:105px;border-radius:20px}.scrub-swatch,.product-page-card .scrub-swatch{width:min(72%,245px)}.product-card-actions{align-items:flex-start;flex-direction:column}}


/* ===== v19 — approved coffee-to-scrub hero artwork ===== */
.hero-static-inner{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  gap:clamp(28px,5vw,86px);
  align-items:center;
}
.hero-static-copy{position:relative;z-index:5}
.hero-static-art{
  position:relative;
  z-index:4;
  margin:0;
  width:100%;
  display:grid;
  place-items:center;
  pointer-events:none;
}
.hero-static-art img{
  display:block;
  width:min(640px,44vw);
  max-width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 30px 45px rgba(0,0,0,.24));
}
@media(max-width:900px){
  .hero-static-inner{
    grid-template-columns:1fr;
    align-content:end;
    gap:18px;
  }
  .hero-static-art{
    position:absolute;
    right:-15%;
    top:14%;
    width:72%;
    opacity:.48;
    z-index:1;
  }
  .hero-static-art img{width:100%;filter:drop-shadow(0 18px 30px rgba(0,0,0,.18))}
  .hero-static-copy{z-index:3}
}

/* ===== v20 — larger green-background coffee-to-scrub hero artwork ===== */
.hero-static{overflow:hidden}
.hero-static-inner{
  grid-template-columns:minmax(0,.88fr) minmax(470px,1.12fr);
  gap:clamp(10px,2vw,36px);
}
.hero-static-copy{max-width:680px}
.hero-static-art{
  width:calc(100% + 7vw);
  margin-right:-7vw;
  justify-self:end;
  align-self:center;
}
.hero-static-art img{
  width:min(820px,56vw);
  max-width:none;
  filter:drop-shadow(0 28px 44px rgba(0,0,0,.16));
  mix-blend-mode:normal;
}
@media(max-width:1100px){
  .hero-static-inner{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr)}
  .hero-static-art img{width:min(700px,54vw)}
}
@media(max-width:900px){
  .hero-static-inner{grid-template-columns:1fr;min-height:760px;align-content:end}
  .hero-static-art{
    position:absolute;
    right:-20%;
    top:10%;
    width:100%;
    margin:0;
    opacity:.5;
  }
  .hero-static-art img{width:115%;max-width:none}
}
@media(max-width:600px){
  .hero-static-inner{min-height:700px}
  .hero-static-art{right:-34%;top:13%;width:125%;opacity:.42}
}
\n\n/* ===== v21 — approved hero art, project progress and partner marquee ===== */\n.hero-static-art img{\n  width:min(900px,62vw);\n  max-width:none;\n  filter:drop-shadow(0 30px 48px rgba(0,0,0,.20));\n}\n.hero-static-art{width:calc(100% + 10vw);margin-right:-10vw;}\n\n.project-progress-section{background:var(--paper-2);padding:clamp(82px,10vw,138px) 0;overflow:hidden}\n.project-progress-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(280px,.55fr);gap:clamp(34px,7vw,100px);align-items:end;margin-bottom:clamp(54px,7vw,88px)}\n.project-progress-head h2{margin-top:12px;max-width:12ch}\n.project-progress-head p{max-width:56ch}\n.project-progress{position:relative;display:grid;grid-template-columns:repeat(7,minmax(125px,1fr));gap:0;list-style:none;margin:0;padding:0}\n.project-progress::before{content:"";position:absolute;left:4%;right:4%;top:13px;height:1px;background:rgba(25,34,2,.22)}\n.project-progress::after{content:"";position:absolute;left:4%;top:13px;width:62%;height:2px;background:linear-gradient(90deg,var(--forest),#755038,#bd7253);transform:translateY(-.5px)}\n.project-progress li{position:relative;padding:40px 18px 0 0;min-height:155px}\n.project-progress .progress-dot{position:absolute;top:4px;left:0;width:19px;height:19px;border-radius:50%;border:1px solid rgba(25,34,2,.42);background:var(--paper-2);z-index:2}\n.project-progress .complete .progress-dot{background:var(--forest);border-color:var(--forest)}\n.project-progress .current .progress-dot{width:25px;height:25px;top:1px;background:#bd7253;border:6px solid var(--paper-2);box-shadow:0 0 0 1px #bd7253}\n.project-progress strong{display:block;font-family:"Bodoni Moda",serif;font-size:clamp(18px,1.6vw,23px);font-weight:500;line-height:1.05}\n.project-progress small{display:block;margin-top:10px;max-width:18ch;font:400 12px/1.55 Inter,sans-serif;color:rgba(25,34,2,.68)}\n\n.partner-logo-marquee{position:relative;overflow:hidden;margin-top:clamp(48px,6vw,78px);border-top:1px solid rgba(25,34,2,.16);border-bottom:1px solid rgba(25,34,2,.16);padding:28px 0}\n.partner-logo-marquee::before,.partner-logo-marquee::after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:11%;pointer-events:none}\n.partner-logo-marquee::before{left:0;background:linear-gradient(90deg,var(--paper-2),transparent)}\n.partner-logo-marquee::after{right:0;background:linear-gradient(270deg,var(--paper-2),transparent)}\n.partner-logo-track{display:flex;width:max-content;gap:26px;animation:partnerSlide 24s linear infinite}\n.partner-logo-placeholder{display:grid;place-items:center;width:190px;height:92px;border:1px solid rgba(25,34,2,.23);border-radius:50%;font:500 11px/1 Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:rgba(25,34,2,.58);background:rgba(255,255,255,.22)}\n@keyframes partnerSlide{from{transform:translateX(-50%)}to{transform:translateX(0)}}\n.partner-logo-marquee:hover .partner-logo-track{animation-play-state:paused}\n\n.footer-social{display:flex;flex-direction:column;align-items:flex-start}\n.instagram-qr-link{display:block;margin:4px 0 11px}\n.instagram-qr-link img{display:block;width:92px;height:92px;padding:5px;background:var(--paper);border-radius:4px}\n.instagram-follow-link{font-size:12px!important;letter-spacing:.04em}\n\n@media(max-width:1000px){\n  .project-progress{grid-template-columns:repeat(4,1fr);row-gap:40px}\n  .project-progress::before,.project-progress::after{display:none}\n  .project-progress li{border-top:1px solid rgba(25,34,2,.18)}\n  .project-progress .progress-dot{top:-10px}\n}\n@media(max-width:900px){\n  .hero-static-art img{width:125%}\n  .project-progress-head{grid-template-columns:1fr}\n}\n@media(max-width:650px){\n  .project-progress{grid-template-columns:1fr 1fr}\n  .project-progress li{min-height:130px}\n  .partner-logo-placeholder{width:150px;height:76px}\n}\n@media(prefers-reduced-motion:reduce){.partner-logo-track{animation:none}}\n

/* ===== v22 — visual project bar, cafe artwork and compact QR ===== */
.project-progress-section{padding:clamp(70px,8vw,112px) 0}
.project-progress-head{margin-bottom:clamp(44px,6vw,70px)}
.project-progress{
  --completed:66.666%;
  position:relative;
  display:grid;
  grid-template-columns:repeat(7,minmax(120px,1fr));
  gap:0;
  min-width:980px;
  list-style:none;
  margin:0;
  padding:0 0 8px;
}
.project-progress::before,
.project-progress::after{
  content:"";
  position:absolute;
  top:21px;
  left:calc(100% / 14);
  height:6px;
  border-radius:999px;
  z-index:0;
}
.project-progress::before{right:calc(100% / 14);background:#b8b8b3}
.project-progress::after{width:calc((100% - (100% / 7)) * .6666);background:linear-gradient(90deg,var(--forest),#375515,#8a5b38)}
.project-progress li{
  position:relative;
  min-height:132px;
  padding:58px 10px 0;
  text-align:center;
}
.project-progress .progress-dot{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:50%;
  border:3px solid #aaa;
  background:var(--paper-2);
  color:#8d8d88;
  font:600 18px/1 Inter,sans-serif;
  z-index:2;
}
.project-progress .complete .progress-dot{background:var(--forest);border-color:var(--forest);color:#fff}
.project-progress .current .progress-dot{
  width:52px;
  height:52px;
  top:-3px;
  color:#fff;
  background:#bd7253;
  border:5px solid var(--paper-2);
  box-shadow:0 0 0 2px #bd7253;
}
.project-progress strong{font-family:var(--sans);font-size:15px;font-weight:600;line-height:1.25}
.project-progress small{margin:7px auto 0;max-width:16ch;font-size:11px;line-height:1.45}
.project-progress-section .wrap{overflow-x:auto;scrollbar-width:thin}

.partner{overflow:hidden;border:1px solid rgba(25,34,2,.14);background:rgba(255,255,255,.32)}
.partner img{width:100%;height:100%;object-fit:contain;padding:28px;display:block}
.partner-logo-marquee{display:none!important}
.instagram-qr-link img{width:30px!important;height:30px!important;padding:2px!important;border-radius:2px!important}
.instagram-qr-link{margin:2px 0 6px!important}

@media(max-width:1000px){
  .project-progress{grid-template-columns:repeat(7,minmax(120px,1fr));row-gap:0}
  .project-progress::before,.project-progress::after{display:block}
  .project-progress li{border-top:0}
  .project-progress .progress-dot{top:0}
  .project-progress .current .progress-dot{top:-3px}
}

/* ===== v23 refinements ===== */
.hero-static-art img{
  width:min(920px,64vw);
  max-width:none;
  object-fit:contain;
  filter:drop-shadow(0 34px 48px rgba(0,0,0,.22));
}
.hero-static-art{width:calc(100% + 12vw);margin-right:-12vw;}

/* Project roadmap moved to the final homepage section */
.project-progress-section{background:var(--paper-2);padding:clamp(76px,9vw,124px) 0}
.project-progress-head{margin-bottom:clamp(54px,7vw,82px)}
.project-progress-head h2{max-width:14ch}
.project-progress{
  min-width:1120px;
  grid-template-columns:repeat(7,minmax(140px,1fr));
}
.project-progress li{padding:62px 12px 0;text-align:center;min-height:184px}
.project-progress::before,.project-progress::after{top:19px}
.project-progress::before{left:calc(100% / 14);right:calc(100% / 14);height:4px;border-radius:999px;background:#b8b8b3}
.project-progress::after{left:calc(100% / 14);width:calc((100% - (100% / 7)) * .6666);height:5px;border-radius:999px;background:linear-gradient(90deg,var(--forest),#4d6a2a,#bd7253)}
.project-progress .progress-dot{top:0;left:50%;transform:translateX(-50%);width:40px;height:40px;display:grid;place-items:center;border:3px solid #a7a7a2;background:var(--paper-2);color:#777;font:600 15px/1 Inter,sans-serif}
.project-progress .complete .progress-dot{background:var(--forest);border-color:var(--forest);color:#fff}
.project-progress .current .progress-dot{top:-5px;width:50px;height:50px;border:7px solid var(--paper-2);box-shadow:0 0 0 3px #bd7253;background:#bd7253;color:#fff}
.project-progress strong{font-family:"Bodoni Moda",serif;font-size:19px;font-weight:500;line-height:1.1}
.project-progress small{margin:10px auto 0;max-width:20ch;font-size:11px;line-height:1.55;color:rgba(25,34,2,.68)}
.project-progress-section .wrap{overflow-x:auto;scrollbar-width:thin;padding-bottom:10px}

/* Footer social and formulation claims */
.instagram-qr-link img{width:60px!important;height:60px!important;padding:4px!important;border-radius:3px!important}
.instagram-qr-link{margin:5px 0 8px!important}
.instagram-follow-link{font-size:12px!important;letter-spacing:.02em}
.footer-claims{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px;margin-top:22px;max-width:330px;padding-top:20px;border-top:1px solid rgba(244,239,227,.17)}
.footer-claim{display:flex;align-items:center;gap:9px;color:rgba(244,239,227,.68);font:500 10px/1.25 Inter,sans-serif;text-transform:uppercase;letter-spacing:.07em}
.claim-icon{width:28px;height:28px;border:1px solid rgba(244,239,227,.30);border-radius:50%;display:grid;place-items:center;flex:0 0 28px}
.claim-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:900px){
  .hero-static-art img{width:132%}
  .footer-claims{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .project-progress{min-width:980px}
  .project-progress li{min-height:170px}
  .footer-claims{max-width:280px}
}


/* ===== v24 final hero and launch-story roadmap ===== */
.hero-static-art{
  width:calc(100% + 14vw);
  margin-right:-14vw;
  align-self:center;
}
.hero-static-art img{
  width:min(980px,68vw);
  max-width:none;
  object-fit:contain;
  filter:drop-shadow(0 34px 50px rgba(0,0,0,.23));
}

.project-progress-section{
  background:var(--paper-2);
  padding:clamp(82px,9vw,128px) 0 clamp(72px,8vw,112px);
}
.project-progress-head{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);
  gap:clamp(36px,6vw,96px);
  align-items:end;
  margin-bottom:clamp(58px,7vw,88px);
}
.project-progress-head h2{
  max-width:11ch;
  margin-top:12px;
}
.project-progress-head p{
  max-width:58ch;
  margin:0 0 8px;
}
.project-progress{
  position:relative;
  display:grid;
  grid-template-columns:repeat(7,minmax(150px,1fr));
  min-width:1190px;
  margin:0;
  padding:0;
  list-style:none;
}
.project-progress::before{
  content:"";
  position:absolute;
  left:calc(100% / 14);
  right:calc(100% / 14);
  top:23px;
  height:4px;
  border-radius:999px;
  background:rgba(81,71,51,.22);
}
.project-progress::after{
  content:"";
  position:absolute;
  left:calc(100% / 14);
  top:23px;
  width:calc((100% - (100% / 7)) * .6666);
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#20320f 0%,#20320f 26%,#6f4a2f 48%,#6f4a2f 75%,#c77754 100%);
}
.project-progress li{
  position:relative;
  z-index:1;
  min-height:205px;
  padding:72px 14px 0;
  text-align:center;
}
.project-progress .progress-dot{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:2px solid #8f887d;
  background:var(--paper-2);
  color:#766f65;
  font:600 12px/1 Inter,sans-serif;
  letter-spacing:.04em;
}
.project-progress .complete.green .progress-dot{
  background:#20320f;
  border-color:#20320f;
  color:#fff;
}
.project-progress .complete.brown .progress-dot{
  background:#6f4a2f;
  border-color:#6f4a2f;
  color:#fff;
}
.project-progress .current .progress-dot{
  top:-6px;
  width:60px;
  height:60px;
  background:#c77754;
  border:7px solid var(--paper-2);
  color:#fff;
  box-shadow:0 0 0 2px #c77754;
  font-size:14px;
}
.project-progress strong{
  display:block;
  max-width:17ch;
  margin:0 auto;
  font-family:"Bodoni Moda",serif;
  font-size:18px;
  font-weight:500;
  line-height:1.15;
}
.project-progress small{
  display:block;
  max-width:22ch;
  margin:11px auto 0;
  color:rgba(25,34,2,.67);
  font-size:11px;
  line-height:1.55;
}
.project-progress-section .wrap{
  overflow-x:auto;
  scrollbar-width:thin;
  padding-bottom:12px;
}
@media(max-width:900px){
  .hero-static-art{width:124%;margin:18px -12% -20px auto}
  .hero-static-art img{width:100%}
  .project-progress-head{grid-template-columns:1fr;gap:18px;align-items:start}
  .project-progress-head h2{max-width:12ch}
  .project-progress{min-width:1080px}
}
@media(max-width:650px){
  .hero-static-art{width:138%;margin-right:-28%}
  .project-progress{min-width:1010px}
  .project-progress li{min-height:190px;padding-top:68px}
}

/* ===== v25 — tighter, more balanced site spacing ===== */
:root{--max:1420px}
.wrap{padding-left:clamp(20px,4vw,58px);padding-right:clamp(20px,4vw,58px)}
.section-pad{padding-top:clamp(68px,7vw,96px);padding-bottom:clamp(68px,7vw,96px)}
.section-pad-sm{padding-top:clamp(50px,5.5vw,76px);padding-bottom:clamp(50px,5.5vw,76px)}
.page-banner{padding-top:clamp(132px,15vw,185px);padding-bottom:clamp(64px,7vw,92px)}
.page-banner h1{margin-top:12px;margin-bottom:18px}
.page-banner p{margin-top:0}

/* Homepage products: larger visual presence and tighter rows */
.home-products{padding:clamp(66px,7vw,96px) 0}
.home-products-head{margin-bottom:clamp(30px,4vw,52px)}
.home-product-row,
.home-product-row.reverse{gap:clamp(30px,5vw,70px);padding:clamp(30px,4vw,54px) 0}
.home-product-image{width:min(100%,620px)}
.home-product-image img{padding:clamp(6px,1vw,14px)}
.home-product-copy h3{margin-top:9px;margin-bottom:7px}
.home-product-copy .product-mood{margin-bottom:14px}
.home-product-copy span{margin-top:20px}

/* Product page */
.product-detail{padding:clamp(58px,7vw,92px) 0}
.product-detail-grid,
.product-detail-grid.reverse{gap:clamp(34px,5vw,76px)}
.product-shot{max-width:650px;width:100%;justify-self:center}
.product-detail-copy h2{margin-top:8px;margin-bottom:6px}
.product-detail-copy .product-mood{margin-bottom:17px}

/* About and project */
.story-feature{gap:clamp(32px,5vw,74px)}
.about-products{padding:clamp(50px,6vw,78px) 0}
.about-product-grid{gap:14px;margin-top:26px}
.process-grid,.supplier-grid,.value-grid,.cards,.metrics{gap:clamp(14px,2vw,24px)}

/* Roadmap: remove oversized gaps while retaining editorial space */
.project-progress-section{padding-top:clamp(60px,6vw,84px);padding-bottom:clamp(56px,6vw,80px)}
.project-progress-head{gap:clamp(24px,4vw,58px);margin-bottom:clamp(38px,4vw,56px)}
.project-progress li{min-height:178px;padding-top:65px}
.project-progress small{margin-top:8px}

/* Forms and calls to action */
.form-grid{gap:clamp(28px,5vw,66px)}
.cta{padding-top:clamp(48px,6vw,76px);padding-bottom:clamp(48px,6vw,76px)}

/* Footer */
.footer{padding-top:52px}
.footer-grid{gap:26px;padding-bottom:36px}
.footer .brandcopy{margin-top:13px}
.footer a,.footer p{margin-top:9px}
.claim-icons{margin-top:18px!important}
.instagram-qr{margin-top:12px!important}

@media(max-width:900px){
  .section-pad{padding-top:58px;padding-bottom:58px}
  .section-pad-sm{padding-top:44px;padding-bottom:44px}
  .home-product-row,.home-product-row.reverse{gap:24px;padding:34px 0}
  .home-product-image{width:min(94vw,530px)}
  .product-detail{padding:54px 0}
  .project-progress-head{margin-bottom:34px}
  .footer{padding-top:44px}
}

/* ===== v26 — tighter homepage tile interiors ===== */
/* Keep product copy near the top of each tile instead of vertically centring it. */
.home-product-row,
.home-product-row.reverse{
  align-items:start;
  gap:clamp(24px,3.6vw,52px);
  padding:clamp(22px,2.8vw,38px) 0;
}
.home-product-copy{
  align-self:start;
  padding-top:clamp(8px,1.2vw,18px);
  max-width:500px;
}
.home-product-copy h3{
  margin-top:6px;
  margin-bottom:5px;
}
.home-product-copy .product-mood{
  margin-bottom:10px;
}
.home-product-copy > p:not(.product-mood){
  margin-top:0;
  line-height:1.62;
}
.home-product-copy span{
  margin-top:14px;
}
.home-product-image{
  width:min(100%,560px);
}

/* Tighten the introductory and benefit tiles on the homepage. */
.home-products-head{
  margin-bottom:clamp(22px,3vw,38px);
}
.benefit-grid{
  gap:clamp(12px,1.6vw,20px);
}
.benefit-grid article{
  padding-top:18px;
  padding-bottom:18px;
}
.benefit-grid article h3{
  margin-top:8px;
  margin-bottom:8px;
}
.benefit-grid article p{
  margin-top:0;
}

@media(max-width:900px){
  .home-product-row,
  .home-product-row.reverse{
    gap:16px;
    padding:26px 0;
  }
  .home-product-copy{
    padding-top:0;
  }
  .home-product-image{
    width:min(90vw,500px);
  }
}
