:root{--nav-h: clamp(64px, 7vw, 82px);--nav-pad-x: clamp(16px, 4vw, 48px)}.navbar-wrap{position:fixed;inset:0 0 auto;z-index:1000;color:var(--olive-dark);transition:background-color .24s ease,box-shadow .24s ease}.navbar-wrap--overlay{background:transparent}.navbar-wrap--solid{background:color-mix(in srgb,var(--olive-light) 94%,transparent);box-shadow:0 1px #4c4c1e2e;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-spacer{height:var(--nav-h)}.nav-spacer--home{height:0}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:var(--nav-pad-x);top:10px;z-index:20;width:auto;height:auto;padding:10px 14px;color:var(--olive-light);background:var(--olive-dark);border-radius:999px}.navbar{min-height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:max(4px,env(safe-area-inset-top)) var(--nav-pad-x) 4px;background:transparent}.navbar-left{display:flex;align-items:center;gap:clamp(8px,1.2vw,16px);min-width:0}.navbar-brand,.navbar-wordmark{display:inline-flex;align-items:center;flex:0 0 auto}.navbar-logo{display:block;width:auto;height:clamp(42px,5.5vw,62px);filter:brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(1557%) hue-rotate(21deg) brightness(87%) contrast(91%);transition:filter .24s ease}.secondary-logo{width:auto;max-width:min(38vw,250px);height:clamp(30px,4.5vw,54px);-o-object-fit:contain;object-fit:contain}.navbar-wrap--overlay .navbar-logo{filter:brightness(0) saturate(100%) invert(91%) sepia(17%) saturate(791%) hue-rotate(14deg) brightness(97%) contrast(90%)}.navbar-wrap--solid .navbar-logo{filter:brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(1557%) hue-rotate(21deg) brightness(87%) contrast(91%)}.navbar-links{display:flex;align-items:center;gap:clamp(4px,1.2vw,14px)}.navbar-link{display:inline-flex;align-items:center;min-height:42px;padding:8px 12px;border-radius:999px;color:var(--olive-dark);font-family:var(--font-heading);font-size:clamp(1.05rem,1.5vw,1.3rem);letter-spacing:.04em;line-height:1;text-decoration:none;transition:color .18s ease,background-color .18s ease}.navbar-wrap--overlay .navbar-link{color:var(--olive-light);text-shadow:0 1px 14px rgba(0,0,0,.65)}.navbar-link:hover,.navbar-link.active{color:var(--olive-light);background:var(--olive-dark);text-shadow:none}.navbar-wrap--overlay .navbar-link:hover,.navbar-wrap--overlay .navbar-link.active{color:var(--olive-dark);background:var(--olive-light)}.navbar-burger{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;min-width:44px;min-height:44px;padding:10px;border:0;border-radius:999px;background:var(--olive-light);cursor:pointer}.navbar-burger span{display:block;width:24px;height:2px;border-radius:2px;background:var(--olive-dark);transition:transform .18s ease,opacity .18s ease}.navbar-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-burger.is-open span:nth-child(2){opacity:0}.navbar-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu.mobile-drop{position:fixed;top:var(--nav-h);left:0;right:0;z-index:1001;display:flex;flex-direction:column;max-height:0;overflow:hidden;background:var(--olive-light);box-shadow:0 16px 28px #1c1e0c2e;transition:max-height .24s ease}.mobile-menu.mobile-drop.open{max-height:70vh}.mobile-link.tile{min-height:50px;padding:14px var(--nav-pad-x);border-bottom:1px solid rgba(76,76,30,.16);color:var(--olive-dark);background:var(--olive-light);font-family:var(--font-heading);font-size:1.35rem;letter-spacing:.04em;text-decoration:none}.mobile-link.tile:hover,.mobile-link.tile.active{color:var(--olive-light);background:var(--olive-dark)}@media (max-width: 900px){.navbar-links{display:none}.navbar-burger{display:inline-flex}}@media (max-width: 520px){.navbar-left{max-width:calc(100vw - 92px)}.navbar-logo{height:40px}.secondary-logo{max-width:min(48vw,180px);height:32px}}@media (prefers-reduced-motion: reduce){.navbar-wrap,.navbar-logo,.navbar-burger span,.mobile-menu.mobile-drop{transition:none}}:root{--footer-pad-x: clamp(16px, 5vw, 56px);--footer-gap: 16px}.footer{color:var(--olive-dark);background:var(--olive-light);border-top:1px solid color-mix(in srgb,var(--olive-dark) 18%,transparent);font-family:var(--font-body)}.footer-container{max-width:1200px;margin:0 auto;padding:18px var(--footer-pad-x) 20px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--footer-gap);flex-wrap:wrap}.footer-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.footer-logo{width:auto;-o-object-fit:contain;object-fit:contain;display:block;filter:brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(1557%) hue-rotate(21deg) brightness(87%) contrast(91%)}.footer-logo--mark{height:clamp(62px,8vw,82px)}.footer-logo--wordmark{width:min(24vw,180px);height:clamp(38px,5vw,50px)}.footer-legal-row{display:flex;justify-content:center;align-items:center;gap:10px;flex:1}.footer-sep{color:color-mix(in srgb,var(--olive-dark) 58%,transparent)}.footer-link{text-decoration:none;color:var(--olive-dark);font-weight:700;letter-spacing:.02em;padding:6px 8px;border-radius:10px;transition:background .15s ease,color .15s ease,transform .12s ease}.footer-link:hover{color:var(--olive-light);background:var(--olive-dark);transform:translateY(-1px)}.footer-right{display:flex;align-items:center}.footer-socials{display:flex;align-items:center;gap:10px}.footer-social{color:var(--olive-dark);display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;transition:background .15s ease,color .15s ease,transform .12s ease}.footer-social:hover{color:var(--olive-light);background:var(--olive-dark);transform:translateY(-1px)}@media (max-width: 900px){.footer-inner{flex-direction:column;justify-content:center;text-align:center;gap:12px}.footer-legal-row{flex:unset;margin-left:0;justify-content:center}}@media (prefers-reduced-motion: reduce){.footer-social,.footer-link{transition:none}}@media (max-width: 600px){.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:16px}.footer-logo--mark{height:68px}.footer-logo--wordmark{width:min(48vw,170px);height:42px}.footer-legal-row{flex-wrap:wrap;justify-content:center;gap:8px 14px;margin:0}.footer-link{font-size:.95rem;padding:4px 6px}.footer-right{justify-content:center}}@media (max-width: 380px){.footer-legal-row{flex-direction:column;gap:6px}}.home-page{position:relative;color:var(--olive-dark);background:var(--olive-light);font-family:var(--font-body)}.home-hero{position:sticky;top:0;z-index:1;min-height:100svh;overflow:hidden;color:var(--olive-light);background:var(--olive-dark)}.home-hero-slides,.home-hero-slide,.home-hero-shade{position:absolute;inset:0}.home-hero-slide{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transform:scale(1.025);transition:opacity .8s ease,transform 6s ease}.home-hero-slide.is-active{opacity:1;transform:scale(1)}.home-hero-shade{z-index:1;background:linear-gradient(180deg,#15160859,#1516080d 36%,#151608ad),linear-gradient(90deg,rgba(21,22,8,.2),transparent 70%)}.home-hero-copy{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:clamp(28px,5vw,80px);align-items:end;min-height:100svh;padding:clamp(120px,18vh,180px) clamp(20px,4vw,56px) clamp(72px,10vh,110px)}.home-hero-copy h1{max-width:11ch;margin:0;font-family:var(--font-heading);font-size:clamp(4.25rem,11vw,10rem);font-weight:400;letter-spacing:.005em;line-height:.82;text-transform:uppercase}.home-hero-intro{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.home-hero-intro p{margin:0;font-size:clamp(1.15rem,1.65vw,1.45rem);line-height:1.5;text-wrap:balance}.home-hero-controls{position:absolute;right:clamp(20px,4vw,56px);bottom:18px;z-index:3;display:flex;align-items:center;gap:14px}.home-hero-dots{display:flex}.home-hero-dot{position:relative;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border:0;background:transparent;cursor:pointer}.home-hero-dot:before{content:"";position:absolute;top:50%;left:50%;width:22px;height:3px;background:#dedd9073;transform:translate(-50%,-50%);transition:width .24s ease,background-color .24s ease}.home-hero-dot.is-active:before{width:42px;background:var(--olive-light)}.home-hero-dot:focus-visible,.home-hero-pause:focus-visible{outline:2px solid var(--olive-light);outline-offset:2px}.home-hero-pause{min-height:44px;padding:8px 12px;border:1px solid var(--olive-light);border-radius:999px;color:var(--olive-light);background:#4c4c1eb8;font-family:var(--font-heading);font-size:1rem;letter-spacing:.04em;cursor:pointer}.olive-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:2px solid currentColor;border-radius:999px;font-family:var(--font-heading);font-size:1.25rem;letter-spacing:.04em;line-height:1;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,transform .18s ease}.olive-button:hover{transform:translateY(-2px)}.olive-button--light{color:var(--olive-dark);background:var(--olive-light);border-color:var(--olive-light)}.olive-button--light:hover,.olive-button--dark{color:var(--olive-light);background:var(--olive-dark);border-color:var(--olive-dark)}.olive-button--dark:hover{color:var(--olive-dark);background:var(--olive-light)}.home-story{position:relative;z-index:2;padding:clamp(72px,10vw,150px) clamp(20px,5vw,72px);color:var(--olive-dark);background:var(--olive-light)}.home-story-inner{max-width:1080px;margin:0 auto}.home-story h2{max-width:none;margin:0 0 18px;font-family:var(--font-accent);font-size:clamp(2.15rem,3.5vw,3.75rem);font-style:italic;font-weight:400;line-height:1}.home-story-inner>div{display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding-top:0}.home-story p{max-width:100%;margin:0;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.55}.timeline-section{position:relative;z-index:3;display:grid;grid-template-columns:1fr 1fr;align-items:start;background:var(--olive-light)}.timeline-summary{position:sticky;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:100svh;padding:70px clamp(24px,5vw,72px);text-align:center;border-right:5px solid var(--olive-dark);background:var(--olive-light)}.timeline-kicker,.timeline-stage-number{margin:0;font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase}.timeline-count{display:flex;flex-direction:column;align-items:center;line-height:1}.timeline-count span{font-family:var(--font-heading);font-size:clamp(5.5rem,11vw,9rem);font-weight:400;line-height:.75}.timeline-count strong,.timeline-harvesting{max-width:11ch;margin:18px 0 0;font-family:var(--font-accent);font-size:clamp(1.65rem,3.2vw,3.2rem);font-style:italic;font-weight:400;line-height:.95}.timeline-harvesting{max-width:8ch}.timeline-meta{margin-bottom:4px}.timeline-meta p{margin:3px 0;font-size:clamp(1rem,1.4vw,1.2rem)}.timeline-marker{position:absolute;left:100%;z-index:4;width:58px;max-width:none;transform:translate(-50%,-50%);filter:sepia(1) saturate(2.4) hue-rotate(12deg) brightness(.55);pointer-events:none}.timeline-stages{min-width:0;margin:0;padding:0;list-style:none}.timeline-stage{position:sticky;top:0;display:flex;align-items:center;min-height:100svh;padding:clamp(24px,5vw,72px);overflow:hidden;isolation:isolate;background-position:center;background-size:cover}.timeline-stage-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#1213077a,#12130726)}.timeline-card{width:min(70%,350px);padding:clamp(16px,2vw,24px);color:var(--olive-dark);background:color-mix(in srgb,var(--olive-light) 94%,transparent);box-shadow:0 22px 60px #14160838;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.timeline-card--right{margin-left:auto}.timeline-card img{width:min(100px,42%);height:64px;margin-bottom:12px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;filter:sepia(1) saturate(2.2) hue-rotate(12deg) brightness(.52)}.timeline-card h3{margin:4px 0 2px;font-family:var(--font-heading);font-size:clamp(2.1rem,3.8vw,3.6rem);font-weight:400;line-height:.9;text-transform:uppercase}.timeline-card p{margin:8px 0 0;font-size:clamp(.95rem,1.1vw,1.08rem);line-height:1.4}.timeline-card .timeline-stage-time{margin-top:12px;font-family:var(--font-accent);font-size:clamp(1.15rem,1.6vw,1.5rem);font-style:italic}.timeline-current-label{display:inline-flex;margin-top:14px;padding:6px 10px;border-radius:999px;color:var(--olive-light);background:var(--olive-dark);font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase}.home-product-teaser{position:relative;z-index:4;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:clamp(36px,8vw,130px);align-items:center;padding:clamp(72px,10vw,150px) clamp(20px,6vw,90px);color:var(--olive-dark);background:var(--olive-light)}.home-product-visual{display:flex;justify-content:center}.home-product-visual img{width:min(100%,520px);max-height:700px;-o-object-fit:contain;object-fit:contain}.home-product-copy{max-width:650px}.home-product-copy h2{max-width:9ch;margin:0 0 24px;font-family:var(--font-heading);font-size:clamp(4rem,8vw,8rem);font-weight:400;line-height:.85;text-transform:uppercase}.home-product-copy p{margin:0 0 28px;font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.55}.home-product-copy a{color:inherit;font-size:1.25rem;font-weight:700;text-decoration-thickness:2px;text-underline-offset:6px}@media (max-width: 900px){.home-hero-copy{grid-template-columns:1fr;align-content:end}.home-hero-copy h1{font-size:clamp(4.25rem,17vw,8rem)}.home-hero-intro{max-width:650px}.timeline-section{grid-template-columns:1fr}.timeline-summary{position:relative;min-height:auto;padding-block:88px;border-right:0;border-bottom:4px solid var(--olive-dark)}.timeline-marker{display:none}.timeline-stage{min-height:min(100svh,760px);border-bottom:4px solid var(--olive-dark)}.timeline-card{width:min(76%,360px)}.home-product-teaser{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width: 700px){.home-product-teaser{grid-template-columns:1fr}.home-story h2{font-size:clamp(2.15rem,9vw,3.2rem)}.home-product-visual img{max-height:520px}.timeline-card{width:min(88%,350px)}}@media (max-width: 480px){.home-hero-copy{gap:24px;padding-inline:18px;padding-bottom:70px}.home-hero-intro p{font-size:1.05rem}.home-hero-controls{right:12px;bottom:10px;gap:6px}.home-hero-pause{width:44px;padding:0;overflow:hidden;font-size:0}.home-hero-pause:after{content:"Ⅱ";display:block;color:var(--olive-light);font-family:var(--font-body);font-size:1rem;font-weight:700}.home-hero-pause.is-paused:after{content:"▶"}.timeline-stage{align-items:flex-end;min-height:82svh;padding:18px}.timeline-card{width:min(92%,330px);padding:22px}.timeline-card img{width:110px;height:68px;margin-bottom:10px}}@media (prefers-reduced-motion: reduce){.home-hero-slide,.home-hero-dot:before,.olive-button{transition:none}}.about-page{min-height:100vh;color:var(--olive-dark);background:var(--olive-light);font-family:var(--font-body)}.about-intro{padding:clamp(48px,7vw,100px) clamp(20px,5vw,72px) clamp(90px,12vw,180px)}.about-intro-heading,.about-intro-grid{max-width:1440px;margin-inline:auto}.about-intro-heading h1{margin:0 0 8px;font-family:var(--font-heading);font-size:clamp(2.1rem,3vw,3.2rem);font-weight:400;letter-spacing:.07em;text-transform:uppercase}.about-intro-heading h2{max-width:10ch;margin:0;font-family:var(--font-accent);font-size:clamp(4rem,8vw,7.5rem);font-style:italic;font-weight:400;line-height:.85}.about-intro-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:28px;align-items:start;margin-top:clamp(48px,8vw,110px)}.about-intro-story{grid-column:4 / span 4}.about-intro-story p{margin:0 0 34px;font-size:clamp(1.08rem,1.55vw,1.3rem);line-height:1.6}.about-intro-story img,.about-intro-photo img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;box-shadow:0 20px 50px #1f210c1f}.about-intro-story img{margin-bottom:34px;aspect-ratio:4 / 5}.about-intro-photo{margin:0}.about-intro-photo--family{grid-column:10 / span 3;margin-top:-110px}.about-intro-photo--family img{aspect-ratio:4 / 5}.about-intro-photo--mill{grid-column:9 / span 4;margin-top:-410px}.about-intro-photo--mill img{aspect-ratio:5 / 4}.about-care{position:relative;padding:clamp(72px,8vw,120px) clamp(20px,4vw,60px) clamp(100px,12vw,190px);color:var(--olive-light);background:var(--olive-dark)}.about-care-layout{--care-side-gap: clamp(28px, 4vw, 64px);display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr) minmax(0,1fr);-moz-column-gap:var(--care-side-gap);column-gap:var(--care-side-gap);align-items:stretch;width:100%;max-width:1440px;margin:0 auto}.about-care-heading-track{grid-column:2;grid-row:1;min-width:0}.about-care-heading{position:sticky;top:calc(var(--nav-h) + clamp(24px,5vh,56px));min-width:0;width:100%;margin:0;text-align:center}.about-care-heading>p{margin:0 0 12px;font-family:var(--font-accent);font-size:clamp(1.7rem,2.8vw,2.35rem);font-style:italic;font-weight:400;line-height:1}.about-care-heading h2{margin:0;font-family:var(--font-heading);font-size:clamp(3rem,5vw,5.6rem);font-weight:400;line-height:.78;text-transform:uppercase}.about-care-heading h2 span{display:block}.about-care-stories{grid-column:1 / -1;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr) minmax(0,1fr);-moz-column-gap:var(--care-side-gap);column-gap:var(--care-side-gap);row-gap:clamp(96px,12vw,180px);min-width:0;margin:0}.about-care-card--1{grid-column:1;grid-row:1}.about-care-card--2{grid-column:3;grid-row:1;margin-top:clamp(120px,15vw,220px)}.about-care-card--3{grid-column:1;grid-row:2}.about-care-card--4{grid-column:3;grid-row:2;margin-top:clamp(100px,13vw,190px)}.about-care-card{min-width:0;padding-top:clamp(28px,4vw,52px);border-top:1px solid color-mix(in srgb,var(--olive-light) 32%,transparent)}.about-care-card h3{max-width:100%;margin:0 0 18px;font-family:var(--font-heading);font-size:clamp(2.3rem,3.3vw,3.8rem);font-weight:400;line-height:.9;overflow-wrap:break-word;text-wrap:balance;text-transform:uppercase}.about-care-card p{margin:0;font-size:clamp(1.05rem,1.4vw,1.22rem);line-height:1.55}.about-care-card img{display:block;width:100%;margin-top:28px;height:clamp(320px,34vw,500px);-o-object-fit:cover;object-fit:cover;box-shadow:0 22px 50px #08090247}.about-family{padding:clamp(72px,10vw,140px) clamp(20px,5vw,72px) clamp(90px,10vw,150px);background:var(--olive-light)}.about-family-kicker,.about-family>h2{max-width:1400px;margin-inline:auto}.about-family-kicker{margin-top:0;margin-bottom:10px;font-family:var(--font-accent);font-size:clamp(1.7rem,2.8vw,2.35rem);font-style:italic;font-weight:400;line-height:1}.about-family>h2{margin-top:0;margin-bottom:clamp(48px,7vw,96px);font-family:var(--font-heading);font-size:clamp(3.8rem,7vw,7rem);font-weight:400;line-height:.88;text-transform:uppercase}.about-family-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,5vw,80px);align-items:start;max-width:1280px;margin:0 auto;background:transparent}.about-family-member{margin:0;border:0;background:transparent}.about-family-member img{display:block;width:100%;aspect-ratio:4 / 5;-o-object-fit:cover;object-fit:cover;box-shadow:none}.about-family-member figcaption{margin-top:16px;font-family:var(--font-heading);font-size:clamp(2rem,4vw,4rem);letter-spacing:.03em;text-transform:uppercase}@media (max-width: 980px){.about-intro-story{grid-column:2 / span 6}.about-intro-photo--family{grid-column:9 / span 4;margin-top:20px}.about-intro-photo--mill{grid-column:8 / span 5;margin-top:-220px}.about-care-layout{--care-side-gap: clamp(18px, 3vw, 30px);grid-template-columns:minmax(0,1fr) minmax(200px,.65fr) minmax(0,1fr)}.about-care-stories{grid-template-columns:minmax(0,1fr) minmax(200px,.65fr) minmax(0,1fr)}.about-care-heading h2{font-size:clamp(2.8rem,5.8vw,4.2rem)}.about-care-card h3{font-size:clamp(2.1rem,4vw,3rem)}.about-care-card img{height:clamp(260px,36vw,380px)}}@media (max-width: 720px){.about-intro-grid{display:flex;flex-direction:column}.about-intro-photo--family,.about-intro-photo--mill{width:min(82%,480px);margin-top:22px}.about-intro-photo--family{margin-left:auto}.about-care-layout,.about-care-heading-track{display:block}.about-care-heading{position:static;margin-bottom:64px}.about-care-heading h2{font-size:clamp(3.2rem,15vw,4.8rem)}.about-care-stories{display:grid;grid-template-columns:1fr;gap:72px}.about-care-card--1,.about-care-card--2,.about-care-card--3,.about-care-card--4{grid-column:1;grid-row:auto;margin-top:0}.about-care-card{display:block}.about-care-card img{height:min(110vw,520px)}.about-family-grid{grid-template-columns:1fr;gap:54px}.about-family-member,.about-family-member--2{width:min(100%,520px);margin:0 auto}}.products-page{color:var(--olive-dark);background:var(--olive-light);font-family:var(--font-body)}.product-showcase{padding:clamp(64px,9vw,130px) clamp(20px,5vw,72px) clamp(80px,10vw,150px);border-top:1px solid color-mix(in srgb,var(--olive-dark) 18%,transparent)}.product-showcase-grid{display:grid;grid-template-columns:minmax(300px,1fr) minmax(320px,.8fr);gap:clamp(38px,8vw,130px);align-items:center;max-width:1280px;margin:0 auto}.product-showcase-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(36px,6vw,72px)}.product-bottle{width:min(100%,560px);max-height:760px;-o-object-fit:contain;object-fit:contain}.product-nutrition{display:block;width:min(100%,560px);height:auto;background:#fff;border:1px solid color-mix(in srgb,var(--olive-dark) 18%,transparent)}.product-showcase-copy{max-width:620px}.product-origin,.product-step-number{margin:0 0 12px;font-family:var(--font-heading);font-size:1.25rem;letter-spacing:.08em;text-transform:uppercase}.product-section-label,.product-process-heading>p{margin:0 0 14px;font-family:var(--font-accent);font-size:clamp(1.7rem,2.8vw,2.35rem);font-style:italic;font-weight:400;line-height:1}.product-showcase-copy h2{max-width:9ch;margin:0 0 24px;font-family:var(--font-accent);font-size:clamp(3.2rem,6vw,6.5rem);font-style:italic;font-weight:400;line-height:.92}.product-price-row{display:flex;gap:16px;margin-bottom:28px;font-family:var(--font-heading);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:.03em}.product-price-row span+span:before{content:"·";margin-right:16px}.product-showcase-copy>p:not(.product-origin){margin:0 0 16px;font-size:clamp(1.08rem,1.6vw,1.3rem);line-height:1.55}.product-showcase-copy button{min-height:50px;margin-top:20px;padding:12px 24px;border:2px solid var(--olive-dark);border-radius:999px;color:var(--olive-light);background:var(--olive-dark);font-family:var(--font-heading);font-size:1.3rem;letter-spacing:.05em;text-transform:uppercase;cursor:not-allowed;opacity:.72}.product-quality{padding:clamp(64px,9vw,130px) clamp(20px,6vw,90px) clamp(72px,9vw,130px);color:var(--olive-dark);background:var(--olive-light)}.product-quality-copy{width:100%;max-width:1280px;margin:0 auto}.product-quality-copy h1{max-width:23ch;margin:0 0 clamp(32px,5vw,64px);font-family:var(--font-heading);font-size:clamp(3rem,5.7vw,6.2rem);font-weight:400;line-height:.94;text-transform:uppercase;text-wrap:balance}.product-quality-columns{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px)}.product-quality-columns p{margin:0;font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.62}.product-process{position:relative;padding:clamp(72px,8vw,120px) clamp(20px,5vw,80px) clamp(90px,10vw,150px);background:var(--olive-light)}.product-process-layout{--process-side-gap: clamp(28px, 4vw, 64px);display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr) minmax(0,1fr);-moz-column-gap:var(--process-side-gap);column-gap:var(--process-side-gap);align-items:stretch;width:100%;max-width:1440px;margin:0 auto}.product-process-heading-track{grid-column:2;grid-row:1;min-width:0}.product-process-heading{position:sticky;top:calc(var(--nav-h) + clamp(24px,5vh,56px));min-width:0;width:100%;margin:0;text-align:center}.product-process-heading h2{margin:0;font-family:var(--font-heading);font-size:clamp(3rem,5vw,5.6rem);font-weight:400;line-height:.78;text-transform:uppercase}.product-process-heading h2 span{display:block}.product-process-steps{grid-column:1 / -1;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr) minmax(0,1fr);-moz-column-gap:var(--process-side-gap);column-gap:var(--process-side-gap);row-gap:clamp(96px,12vw,180px);min-width:0;margin:0}.product-step{min-width:0;padding-top:clamp(28px,4vw,52px);border-top:1px solid color-mix(in srgb,var(--olive-dark) 30%,transparent)}.product-step--1{grid-column:1;grid-row:1}.product-step--2{grid-column:3;grid-row:1;margin-top:clamp(120px,15vw,220px)}.product-step--3{grid-column:1;grid-row:2}.product-step--4{grid-column:3;grid-row:2;margin-top:clamp(100px,13vw,190px)}.product-step--5{grid-column:1;grid-row:3}.product-step-copy{min-width:0;max-width:48ch}.product-step h3{max-width:100%;margin:0 0 18px;font-family:var(--font-heading);font-size:clamp(2.3rem,3.3vw,3.8rem);font-weight:400;line-height:.9;overflow-wrap:break-word;text-wrap:balance;text-transform:uppercase}.product-step-copy>p:not(.product-step-number){margin:0 0 14px;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.55}.product-step img{display:block;width:100%;height:clamp(320px,34vw,500px);margin:28px 0 0;-o-object-fit:cover;object-fit:cover;box-shadow:0 20px 50px #1f210c21}@media (max-width: 980px){.product-showcase-grid{gap:42px}.product-process-layout{--process-side-gap: clamp(18px, 3vw, 30px);grid-template-columns:minmax(0,1fr) minmax(200px,.65fr) minmax(0,1fr)}.product-process-steps{grid-template-columns:minmax(0,1fr) minmax(200px,.65fr) minmax(0,1fr)}.product-process-heading h2{font-size:clamp(2.8rem,5.8vw,4.2rem)}.product-step h3{font-size:clamp(2.1rem,4vw,3rem)}.product-step img{height:clamp(260px,36vw,380px)}}@media (max-width: 760px){.product-showcase-grid,.product-quality-columns{grid-template-columns:1fr}.product-showcase-visual{min-height:auto}.product-bottle{max-height:580px}.product-showcase-copy{max-width:none}.product-process-layout,.product-process-heading-track{display:block}.product-process-heading{position:static;margin-bottom:64px}.product-process-heading h2{font-size:clamp(3.2rem,15vw,4.8rem)}.product-process-steps{display:grid;grid-template-columns:1fr;gap:72px}.product-step--1,.product-step--2,.product-step--3,.product-step--4,.product-step--5{grid-column:1;grid-row:auto;margin-top:0}.product-step{display:block}.product-step img{height:min(110vw,520px)}}.contact-section{padding:72px 0 64px;background:#fff;text-align:center;font-family:Tinos,serif;color:#4c4c1e}.contact-title{font-size:2rem;margin-bottom:16px}.contact-desc{margin-bottom:32px;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:420px;margin:0 auto 32px}.contact-input,.contact-textarea{width:100%;padding:10px 14px;border-radius:8px;border:1px solid #ddd;font-size:1rem;outline:none;font-family:Tinos,serif;color:#4c4c1e}.contact-input:focus,.contact-textarea:focus{border:1.5px solid #89b04b}.contact-btn{padding:10px 36px;border:none;border-radius:20px;background:#4c4c1e;color:#fff;font-size:1.09rem;font-weight:600;cursor:pointer;transition:background .17s,transform .15s;font-family:Tinos,serif}.contact-btn:hover{background:#89b04b;color:#fff;transform:scale(1.04)}.contact-info{margin-top:24px;font-size:1rem}.contact-info a{color:#4c4c1e;text-decoration:underline;font-family:Tinos,serif}.faq-page{color:var(--olive-dark);background:var(--olive-light);min-height:calc(100svh - var(--nav-h));padding:clamp(44px,6vw,80px) clamp(20px,5vw,72px) clamp(72px,9vw,120px);font-family:var(--font-body)}.faq-wrap{max-width:900px;margin:0 auto}.faq-title{max-width:13ch;margin-top:0;font-family:var(--font-heading);font-size:clamp(3rem,6vw,6rem);font-weight:400;line-height:.92;text-transform:uppercase;margin-bottom:6px}.faq-sub{opacity:.9;margin-bottom:24px;line-height:1.5}.faq-block{margin-bottom:28px}.faq-block h2{font-family:var(--font-accent);font-size:clamp(1.35rem,2.8vw,1.8rem);font-style:italic;font-weight:400;margin-bottom:6px;color:var(--olive-dark)}.faq-block p{line-height:1.6;margin:0}.success-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;font-family:Tinos,serif;color:#2b3a25}.success-container{max-width:600px;width:100%;text-align:center;background:#fff;padding:60px 40px;border-radius:16px;box-shadow:0 10px 40px #00000014}.success-icon-wrapper{margin-bottom:24px}.success-icon{font-size:80px;color:#6f993e;filter:drop-shadow(0 4px 8px rgba(111,153,62,.2))}.success-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#2b3a25;margin-bottom:16px}.success-message{font-size:clamp(1.1rem,2.2vw,1.3rem);color:#6e7966;margin-bottom:32px;line-height:1.6}.success-session{background:#f7f8f3;padding:16px 20px;border-radius:8px;margin-bottom:32px;border:1px solid #e0e4d8}.success-session-label{font-size:.9rem;color:#6e7966;margin-bottom:6px;font-weight:600}.success-session-id{font-size:.95rem;color:#2b3a25;font-family:monospace;word-break:break-all}.success-info{margin-bottom:40px;text-align:left;background:#fafbf7;padding:24px;border-radius:8px;border-left:4px solid #6f993e}.success-info p{font-size:clamp(1rem,2vw,1.1rem);color:#2b3a25;line-height:1.7;margin-bottom:12px}.success-info p:last-child{margin-bottom:0}.success-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.success-button{padding:14px 32px;border:none;border-radius:999px;font-family:Tinos,serif;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;min-width:160px}.success-button.primary{background:linear-gradient(90deg,#6f993e,#b2bf77);color:#fff;box-shadow:0 4px 12px #6f993e4d}.success-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6f993e66}.success-button.secondary{background:#fff;color:#6f993e;border:2px solid #6f993e}.success-button.secondary:hover{background:#f7f8f3;transform:translateY(-2px)}@media (max-width: 640px){.success-container{padding:40px 24px}.success-icon{font-size:60px}.success-actions{flex-direction:column}.success-button{width:100%}}.cart-overlay{position:fixed;inset:0;background:#0000004d;z-index:79;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);background:#fff;box-shadow:-20px 0 40px #0000001f;transform:translate(105%);transition:transform .28s ease;display:flex;flex-direction:column;z-index:80;font-family:Tinos,serif;color:#2b3a25}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.cart-close{background:#0000001a!important;border:1px solid rgba(0,0,0,.15)!important;font-size:18px;cursor:pointer;color:#2b3a25!important;padding:0;display:flex!important;align-items:center;justify-content:center;transition:all .2s;width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;flex-shrink:0;position:relative;z-index:10;opacity:1!important;visibility:visible!important}.cart-close:hover{color:#fff;background:#6f993e;border-color:#6f993e;transform:scale(1.1)}.cart-close:active{transform:scale(.95)}.cart-close svg{display:block;width:100%;height:100%}.cart-body{padding:12px 16px;overflow:auto;flex:1}.cart-add-products{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.cart-add-title{font-size:1rem;font-weight:700;color:#2b3a25;margin-bottom:12px}.cart-product-options{display:flex;flex-direction:column;gap:8px}.cart-product-btn{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border:1px solid #cbd5c0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;font-family:Tinos,serif}.cart-product-btn:hover{border-color:#6f993e;background:#f7f8f3;transform:translateY(-1px);box-shadow:0 2px 8px #6f993e1a}.cart-product-btn:active{transform:translateY(0)}.cart-product-name{font-weight:600;color:#2b3a25;font-size:.95rem}.cart-product-price{font-weight:700;color:#6f993e;font-size:1rem}.cart-items-divider{height:1px;background:#00000014;margin:16px 0}.cart-items-title{font-size:.9rem;font-weight:600;color:#6e7966;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.cart-empty{color:#7a866e;padding:18px 4px;text-align:center}.cart-line{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:8px 12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.cart-line-info{grid-column:1 / 2}.cart-line-title{font-weight:800}.cart-line-sub{font-size:.95rem;color:#6e7966}.cart-line-qty{grid-column:1 / 2;display:inline-flex;align-items:center;gap:6px}.cart-line-qty button{width:28px;height:28px;border:1px solid #cbd5c0;background:#fff;cursor:pointer}.cart-line-qty input{width:48px;text-align:center;border:1px solid #cbd5c0;padding:6px 4px}.cart-line-price{grid-column:2 / 3;grid-row:1 / 3;font-weight:700}.cart-remove{justify-self:end;background:none;border:0;color:#7a866e;cursor:pointer}.cart-footer{border-top:1px solid rgba(0,0,0,.06);padding:14px 16px}.cart-sub{display:flex;justify-content:space-between;margin-bottom:10px}.cart-country-selector{margin:12px 0;display:flex;flex-direction:column;gap:6px}.cart-country-selector label{font-size:.9rem;color:#6e7966;font-weight:600}.cart-country-selector select{padding:8px 12px;border:1px solid #cbd5c0;border-radius:6px;background:#fff;font-family:Tinos,serif;font-size:1rem;color:#2b3a25;cursor:pointer}.cart-country-selector select:disabled{opacity:.6;cursor:not-allowed}.cart-error{margin:8px 0;padding:10px 12px;background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:.9rem}.cart-checkout{width:100%;padding:12px 18px;border:0;border-radius:999px;background:linear-gradient(90deg,#6f993e,#b2bf77);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #6f993e2e}.cart-checkout:disabled{opacity:.5;cursor:not-allowed}.cart-note{margin-top:8px;font-size:.9rem;color:#6e7966}.cart-clear{margin-top:10px;background:none;border:0;color:#7a866e;cursor:pointer}@media (max-width: 420px){.cart-drawer{width:100vw}.cart-line-qty button{width:36px;height:36px}.cart-line-qty input{width:56px;height:36px}.cart-checkout{padding:14px 18px}}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */.fixed{position:fixed}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.resize{resize:both}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}html{scroll-behavior:smooth}:root{--page-padding:clamp(12px,5vw,32px);--tap-target:44px;--olive-dark:#4c4c1e;--olive-light:#dedd90;--font-heading:"Bebas Neue",sans-serif;--font-accent:"Playfair Display",serif;--font-body:"Tinos",serif}*,:before,:after{box-sizing:border-box}html,body{overscroll-behavior:none;-webkit-tap-highlight-color:transparent}img,svg,video,canvas{image-orientation:from-image;max-width:100%;height:auto}button,.btn,a.button{min-height:var(--tap-target)}.safe-bottom{padding-bottom:max(16px,env(safe-area-inset-bottom))}.safe-top{padding-top:env(safe-area-inset-top)}html{width:100%;margin:0;padding:0}body{background:var(--olive-light);width:100%;color:var(--olive-dark);font-family:var(--font-body);margin:0;padding:0;overflow-x:hidden}#root{width:100%}::-moz-selection{background:var(--olive-dark);color:#fff}::selection{background:var(--olive-dark);color:#fff}
