@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500&display=swap";:root{--cream:#f5f0e8;--forest:#1a3c2a;--leaf:#2d6a4f;--lime:#74c69d;--frost:#d8f3dc;--amber:#e9a84c;--charcoal:#1c1c1c;--muted:#6b7a6e}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--charcoal);font-family:DM Sans,sans-serif;overflow-x:hidden}.page-outlet{min-height:100vh;padding-top:72px}.page-outlet--home{padding-top:0}.stub-page,.legal-page{max-width:720px;margin:0 auto;padding:7rem 5rem 5rem}.stub-page h1,.legal-page h1{color:var(--forest);margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem)}.stub-page p,.legal-page p{color:var(--muted);margin-bottom:1rem;font-weight:300;line-height:1.75}nav{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5f0e8e0;border-bottom:1px solid #2d6a4f1f;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:1.2rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;line-height:0;text-decoration:none;display:flex}.nav-logo__img{width:auto;max-width:min(260px,55vw);height:auto;max-height:48px;display:block}.nav-links{flex:1;justify-content:center;align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.82rem;font-weight:500;text-decoration:none;transition:color .25s}.nav-links a:hover,.nav-links a.active{color:var(--forest)}.nav-cta{background:var(--forest);color:var(--cream);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;padding:.6rem 1.6rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .25s}.nav-cta:hover{background:var(--leaf)}.nav-toggle{cursor:pointer;color:var(--forest);background:0 0;border:none;font-size:1.4rem;line-height:1;display:none}.nav-backdrop{display:none}.hero{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:80px;display:grid;position:relative;overflow:hidden}.hero-bg-pattern{z-index:0;background-image:radial-gradient(circle at 70% 20%,#74c69d21 0%,#0000 50%),radial-gradient(circle at 20% 80%,#1a3c2a12 0%,#0000 40%);position:absolute;inset:0}.hero-left{z-index:1;flex-direction:column;justify-content:center;padding:5rem 3rem 5rem 5rem;display:flex;position:relative}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--leaf);align-items:center;gap:.7rem;margin-bottom:1.6rem;font-size:.72rem;font-weight:500;display:flex}.hero-eyebrow:before{content:"";background:var(--leaf);width:2.5rem;height:1.5px;display:block}h1{color:var(--forest);margin-bottom:2rem;font-family:Bebas Neue,sans-serif;font-size:clamp(4.5rem,7vw,8rem);line-height:.92}h1 em{color:var(--leaf);font-family:Instrument Serif,serif;font-style:italic}.hero-desc{color:var(--muted);max-width:480px;margin-bottom:1.15rem;font-size:1rem;font-weight:300;line-height:1.75}.hero-desc--secondary{margin-bottom:2.25rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--forest);color:var(--cream);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;padding:.9rem 2.4rem;font-family:inherit;font-size:.82rem;font-weight:500;text-decoration:none;transition:transform .2s,background .2s;display:inline-block}.btn-primary:hover{background:var(--leaf);transform:translateY(-1px)}.btn-ghost{color:var(--forest);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:gap .2s;display:flex}.btn-ghost:hover{gap:.9rem}.hero-right{z-index:1;justify-content:center;align-items:center;padding:5rem 4rem 5rem 2rem;display:flex;position:relative}.hero-visual{background:var(--forest);aspect-ratio:4/5;border-radius:4px;width:100%;max-width:520px;position:relative;overflow:hidden}.hero-visual-inner{background:linear-gradient(135deg, var(--forest) 0%, var(--leaf) 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.hero-visual-inner:before{content:"";background:#74c69d2e;border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-80px}.hero-visual-inner:after{content:"";background:#e9a84c26;border-radius:50%;width:180px;height:180px;position:absolute;top:30%;left:-60px}.hero-stat-grid{z-index:1;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.5rem;display:grid;position:relative}.hero-stat{background:#ffffff14;border:1px solid #ffffff1f;border-radius:3px;padding:1.2rem}.hero-stat-num{color:var(--lime);font-family:Bebas Neue,sans-serif;font-size:2.4rem;line-height:1}.hero-stat-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;margin-top:.3rem;font-size:.72rem;font-weight:400}.hero-visual-title{color:#ffffffbf;z-index:1;font-family:Instrument Serif,serif;font-size:1.3rem;font-style:italic;position:relative}.temp-badge{background:var(--amber);color:var(--forest);letter-spacing:.06em;border-radius:40px;align-items:center;gap:.4rem;padding:.7rem 1.2rem;font-size:.75rem;font-weight:600;animation:3s ease-in-out infinite floatBadge;display:flex;position:absolute;top:2rem;right:-1.5rem;box-shadow:0 8px 24px #0000002e}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.marquee-wrap{background:var(--forest);border-top:2px solid var(--lime);border-bottom:2px solid var(--lime);padding:1rem 0;overflow:hidden}.marquee-track{white-space:nowrap;gap:3rem;animation:22s linear infinite marqueeScroll;display:flex}.marquee-item{letter-spacing:.12em;color:#ffffff80;align-items:center;gap:1rem;font-family:Bebas Neue,sans-serif;font-size:1.1rem;display:flex}.marquee-item span{color:var(--lime)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}section{padding:7rem 5rem}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--leaf);align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.72rem;font-weight:500;display:flex}.section-label:before{content:"";background:var(--leaf);width:2rem;height:1.5px;display:block}.section-label--center{justify-content:center}.section-label--center:before{display:none}h2{color:var(--forest);margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2.8rem,4.5vw,5rem);line-height:.95}h2 em{color:var(--leaf);font-family:Instrument Serif,serif;font-style:italic}.about-strip{background:var(--forest);grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid}.about-left{flex-direction:column;justify-content:center;padding:7rem 5rem;display:flex}.about-left h2{color:var(--cream)}.about-left h2 em,.about-left .section-label{color:var(--lime)}.about-left .section-label:before{background:var(--lime)}.about-body{color:#fff9;max-width:440px;margin-top:1.5rem;font-size:.95rem;font-weight:300;line-height:1.8}.cert-row{flex-wrap:wrap;gap:.8rem;margin-top:2.5rem;display:flex}.cert-chip{letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff26;border-radius:2px;padding:.4rem 1rem;font-size:.72rem;font-weight:500}.about-right{background:var(--leaf);flex-direction:column;justify-content:center;gap:2rem;padding:7rem 5rem;display:flex}.about-kpi{border-left:3px solid var(--lime);padding-left:1.5rem}.about-kpi-num{color:var(--cream);font-family:Bebas Neue,sans-serif;font-size:3.8rem;line-height:1}.about-kpi-label{letter-spacing:.08em;text-transform:uppercase;color:#fff9;font-size:.82rem;font-weight:400}.products-section{background:var(--cream)}.products-intro{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:4rem;display:grid}.products-desc{color:var(--muted);font-size:.95rem;font-weight:300;line-height:1.8}.products-scroll{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.product-tile{aspect-ratio:3/4;cursor:pointer;border-radius:3px;position:relative;overflow:hidden}.product-tile-bg{align-items:flex-end;padding:1.2rem;transition:transform .4s;display:flex;position:absolute;inset:0;overflow:hidden}.product-tile-bg-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.product-tile-bg-tint{pointer-events:none;opacity:.5;mix-blend-mode:multiply;position:absolute;inset:0}.product-tile:hover .product-tile-bg{transform:scale(1.03)}.pt-fruits{background:linear-gradient(#0000 40%,#1a3c2ad9),linear-gradient(135deg,#4caf50,#81c784)}.pt-vegetables{background:linear-gradient(#0000 40%,#1a3c2ad9),linear-gradient(135deg,#388e3c,#aed581)}.pt-herbs{background:linear-gradient(#0000 40%,#1a3c2ad9),linear-gradient(135deg,#2e7d32,#66bb6a)}.pt-spices{background:linear-gradient(#0000 40%,#1a3c2ad9),linear-gradient(135deg,#bf360c,#ff7043)}.pt-exotics{background:linear-gradient(#0000 40%,#1a3c2ad9),linear-gradient(135deg,#6a1b9a,#ba68c8)}.product-name{z-index:1;color:#fff;letter-spacing:.05em;text-shadow:0 1px 3px #00000073;font-family:Bebas Neue,sans-serif;font-size:1.15rem;position:relative}.process-section{background:#f0ede5}.process-head{text-align:center;max-width:560px;margin:0 auto}.process-head h2{text-align:center}.process-steps{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;display:grid}.process-steps:before{display:none}.process-step{text-align:center;padding:0}.step-dot{background:var(--forest);width:52px;height:52px;color:var(--cream);border:4px solid #f0ede5;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.8rem;font-family:Bebas Neue,sans-serif;font-size:1.3rem;display:flex}.step-title{color:var(--forest);letter-spacing:.04em;margin-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:1.3rem}.step-desc{color:var(--muted);white-space:pre-line;font-size:.85rem;font-weight:300;line-height:1.7}.contact-section{background:var(--forest);grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.contact-left h2{color:var(--cream)}.contact-left h2 em,.contact-left .section-label{color:var(--lime)}.contact-left .section-label:before{background:var(--lime)}.contact-info{flex-direction:column;gap:1.4rem;margin-top:2.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-item-icon{background:#ffffff12;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.contact-item-text{color:#ffffffa6;font-size:.88rem;line-height:1.6}.contact-item-label{letter-spacing:.12em;text-transform:uppercase;color:var(--lime);margin-bottom:.2rem;font-size:.7rem;font-weight:500}.contact-form{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{letter-spacing:.12em;text-transform:uppercase;color:#fff6;font-size:.7rem;font-weight:500}.form-field input,.form-field textarea,.form-field select{color:var(--cream);resize:none;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:2px;outline:none;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.88rem;transition:border-color .2s}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff40}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--lime)}.form-field select option{background:var(--forest)}.btn-submit{background:var(--lime);color:var(--forest);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;align-self:flex-start;padding:.95rem 2.4rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;transition:background .25s,transform .2s}.btn-submit:hover{background:var(--amber);transform:translateY(-1px)}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.fade-up.visible{opacity:1;transform:none}.not-found{text-align:center;padding:8rem 2rem 4rem}.not-found h1{color:var(--forest);font-family:Bebas Neue,sans-serif;font-size:clamp(4rem,12vw,8rem)}.not-found p{color:var(--muted);margin:1rem 0 2rem}@media (width<=900px){nav{flex-wrap:wrap;padding:1rem 1.5rem}.nav-toggle{margin-left:auto;display:block}.nav-links{flex-direction:column;flex:none;order:5;align-items:flex-start;gap:1.2rem;width:100%;padding:1rem 0 0;display:none}nav.nav-open .nav-links{display:flex}.nav-cta{margin-left:auto;padding:.5rem 1rem;font-size:.72rem}section{padding:5rem 2rem}.hero{grid-template-columns:1fr;padding-top:70px}.hero-right{display:none}.hero-left{padding:4rem 2rem}.about-strip{grid-template-columns:1fr}.about-left,.about-right{padding:4rem 2rem}.products-scroll{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:1fr 1fr;gap:2.5rem}.process-steps:before{display:none}.contact-section{grid-template-columns:1fr;gap:3rem}.products-intro,.form-row{grid-template-columns:1fr}.stub-page,.legal-page{padding:6rem 1.5rem 3rem}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer{background:var(--charcoal);color:#ffffffbf;padding:3.5rem 5rem 0}.site-footer__grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2.5rem 2rem;padding-bottom:2.5rem;display:grid}.site-footer__logo{align-items:center;margin-bottom:1rem;line-height:0;text-decoration:none;display:inline-flex}.site-footer__logo-img{width:auto;max-width:min(280px,85vw);height:auto;max-height:52px;display:block}.site-footer__blurb{color:#ffffff73;max-width:320px;margin-bottom:.75rem;font-size:.88rem;font-weight:300;line-height:1.65}.site-footer__tagline{letter-spacing:.14em;text-transform:uppercase;color:var(--lime);opacity:.85;font-size:.72rem}.site-footer__heading{letter-spacing:.14em;text-transform:uppercase;color:#ffffffe6;margin-bottom:1.25rem;font-size:.72rem;font-weight:600}.site-footer__list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__list a{color:#ffffff73;font-size:.86rem;text-decoration:none;transition:color .2s}.site-footer__list a:hover{color:var(--lime)}.site-footer__contact-list{color:#ffffff80;flex-direction:column;gap:1rem;margin:0;padding:0;font-size:.86rem;line-height:1.5;list-style:none;display:flex}.site-footer__label{letter-spacing:.12em;text-transform:uppercase;color:var(--lime);margin-bottom:.25rem;font-size:.65rem;font-weight:600;display:block}.site-footer__contact-list a{color:#ffffffa6;text-decoration:none}.site-footer__contact-list a:hover{color:var(--lime)}.site-footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.site-footer__copy{color:#ffffff47;letter-spacing:.04em;font-size:.75rem}.site-footer__legal{flex-wrap:wrap;gap:1.5rem;display:flex}.site-footer__legal a{color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;text-decoration:none;transition:color .2s}.site-footer__legal a:hover{color:var(--lime)}@media (width<=1000px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.site-footer{padding:2.5rem 1.5rem 0}.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{text-align:center;flex-direction:column}}.home-range{background:var(--cream);padding:6rem 5rem 5rem}.home-range__intro{max-width:640px;margin-bottom:3rem}.home-range__title{color:var(--forest);margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2.8rem,4.5vw,4.5rem);line-height:.95}.home-range__title em{color:var(--leaf);font-family:Instrument Serif,serif;font-style:italic}.home-range__desc{color:var(--muted);font-size:.95rem;font-weight:300;line-height:1.75}.home-range__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.home-range__card-link{height:100%;color:inherit;background:#fff;border:1px solid #2d6a4f1f;border-radius:4px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 24px #1a3c2a0f}.home-range__card-link:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a3c2a1a}.home-range__card-visual{aspect-ratio:4/3;position:relative;overflow:hidden}.home-range__card-visual-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.home-range__card-visual-tint{pointer-events:none;opacity:.5;mix-blend-mode:multiply;position:absolute;inset:0}.home-range__card-body{background:var(--cream);flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.1rem 1.4rem;display:flex}.home-range__card-title{letter-spacing:.04em;color:var(--forest);font-family:Bebas Neue,sans-serif;font-size:1.25rem}.home-range__card-cta{letter-spacing:.1em;text-transform:uppercase;color:var(--leaf);font-size:.72rem;font-weight:600}.home-india{background:#e9e4d9;border-top:1px solid #1a3c2a17;border-bottom:1px solid #1a3c2a17;padding:6rem 5rem 7rem}.home-india__header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.home-india__eyebrow{justify-content:center;margin-left:auto;margin-right:auto}.home-india__title{color:var(--forest);margin:.5rem 0 1rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2.8rem,5vw,4.8rem);line-height:.95}.home-india__title em{color:var(--leaf);font-family:Instrument Serif,serif;font-style:italic}.home-india__sub{color:var(--muted);font-size:.95rem;font-weight:300;line-height:1.7}.home-india__cards{max-width:1100px;margin:0 auto}.home-india__cards-shell{background:var(--forest);border-radius:4px;width:100%;overflow:hidden;box-shadow:0 16px 48px #1a3c2a38}.home-india__cards-inner{background:linear-gradient(135deg, var(--forest) 0%, var(--leaf) 100%);grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:2.5rem;display:grid;position:relative}.home-india__cards-inner:before{content:"";pointer-events:none;background:#74c69d2e;border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-80px}.home-india__cards-inner:after{content:"";pointer-events:none;background:#e9a84c26;border-radius:50%;width:180px;height:180px;position:absolute;top:30%;left:-60px}.home-india__card{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:3px;flex-direction:column;align-items:flex-start;min-height:0;padding:1.2rem;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff24,0 4px 20px #00000014}.home-india__card:hover{background:#ffffff24;border-color:#ffffff38;transform:translateY(-2px);box-shadow:inset 0 1px #fff3,0 8px 28px #0000001f}.home-india__card-icon-wrap{background:#ffffff14;border:1px solid #ffffff1f;border-radius:3px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:.85rem;display:flex;box-shadow:inset 0 1px #ffffff1a}.home-india__card-icon{filter:drop-shadow(0 1px 2px #0003);font-size:1.35rem;line-height:1}.home-india__card-title{letter-spacing:.05em;color:var(--lime);text-shadow:0 1px 2px #0003;width:100%;margin:0 0 .55rem;font-family:Bebas Neue,sans-serif;font-size:clamp(1.65rem,2.4vw,2.2rem);line-height:1}.home-india__card-text{color:#ffffffeb;text-shadow:0 1px 2px #0000002e;flex:1;margin:0;font-size:.875rem;font-weight:400;line-height:1.68}@media (width<=1000px){.home-range__grid{grid-template-columns:repeat(3,1fr)}.home-india__cards-inner{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.home-range,.home-india{padding-left:1.5rem;padding-right:1.5rem}.home-range__grid{grid-template-columns:repeat(2,1fr)}.home-india__cards-inner{grid-template-columns:1fr;padding:1.5rem}}.about-page{background:#fff}.about-hero{grid-template-columns:minmax(280px,42%) 1fr;min-height:min(42vh,380px);margin-top:0;display:grid}.about-hero__slant{clip-path:polygon(0 0,100% 0,88% 100%,0 100%);z-index:1;background:linear-gradient(135deg,#c8cfc9 0%,#a8b0aa 100%);align-items:center;padding:2rem 3rem 2rem 5rem;display:flex;position:relative}.about-hero__slant-inner{max-width:360px}.about-hero__title{letter-spacing:.06em;color:#fff;text-transform:uppercase;text-shadow:0 2px 20px #0000001f;margin-bottom:.75rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,4rem);line-height:1}.about-hero__crumbs{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.about-hero__crumbs a{color:#ffffffd9;text-decoration:none}.about-hero__crumbs a:hover{text-decoration:underline}.about-hero__crumb-sep{color:#ffffff8c}.about-hero__crumb-current{color:#fffffff2;font-weight:500}.about-hero__image{background-position:50%;background-size:cover;min-height:280px;margin-left:-8%}.about-welcome{background:#fff;padding:5rem}.about-welcome__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.about-welcome__image{object-fit:cover;border-radius:4px;width:100%;height:auto;max-height:480px;display:block}.about-welcome__headline{flex-direction:column;gap:.15rem;margin-bottom:1.5rem;display:flex}.about-welcome__headline-line1{letter-spacing:.04em;color:#2c3e38;text-transform:uppercase;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600}.about-welcome__headline-line2{color:var(--forest);letter-spacing:.02em;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:700}.about-welcome__text{color:#5a6560;margin-bottom:1rem;font-size:.95rem;font-weight:300;line-height:1.85}.about-mv{background:#fff;border-top:1px solid #e8ebe9;padding:4rem 5rem}.about-mv__grid{grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.about-mv__card{text-align:center;padding:0 1rem}.about-mv__icon{margin-bottom:1.25rem;font-size:3rem;line-height:1}.about-mv__title{letter-spacing:.1em;text-transform:uppercase;color:#3d4540;margin-bottom:1rem;font-size:1rem;font-weight:700}.about-mv__text{color:#6b7570;max-width:420px;margin:0 auto;font-size:.92rem;font-weight:300;line-height:1.75}.about-values{background:linear-gradient(#e8f4f0 0%,#f0f7f4 45%,#fff 100%);padding:4.5rem 5rem 5rem}.about-values__header{text-align:center;margin-bottom:2.5rem}.about-values__leaf{margin-bottom:.5rem;font-size:1.5rem;display:block}.about-values__title{color:#3d4540;margin-bottom:.75rem;font-size:1.75rem;font-weight:600}.about-values__rule{background:var(--leaf);border-radius:2px;width:48px;height:3px;margin:0 auto}.about-values__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.about-values__card{background:#fff;border:1px solid #2d6a4f1a;border-radius:4px;padding:2rem 1.75rem;box-shadow:0 4px 20px #1a3c2a0d}.about-values__card-icon{width:48px;height:48px;color:var(--forest);background:#2d6a4f1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.about-values__card-title{color:#3d4540;margin-bottom:.65rem;font-size:1.05rem;font-weight:600}.about-values__card-text{color:#6b7570;font-size:.88rem;font-weight:300;line-height:1.7}.about-stories{background:#fff;padding:4rem 5rem 6rem}.about-story-block{text-align:center;max-width:720px;margin:0 auto 4rem}.about-story-block:last-child{margin-bottom:0}.about-story-block__leaf{margin-bottom:.5rem;font-size:1.4rem;display:block}.about-story-block__title{color:#3d4540;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.about-story-block__rule{background:var(--leaf);border-radius:2px;width:48px;height:3px;margin:0 auto 1.5rem}.about-story-block__text{color:#5a6560;font-size:.95rem;font-weight:300;line-height:1.85}@media (width<=900px){.about-hero{grid-template-columns:1fr}.about-hero__slant{clip-path:none;padding:2.5rem 1.5rem}.about-hero__image{min-height:220px;margin-left:0}.about-welcome__grid{grid-template-columns:1fr}.about-welcome,.about-mv{padding:3rem 1.5rem}.about-mv__grid{grid-template-columns:1fr;gap:2.5rem}.about-values{padding:3rem 1.5rem}.about-values__grid{grid-template-columns:1fr}.about-stories{padding:3rem 1.5rem 4rem}}.category-page{max-width:1120px;margin:0 auto;padding:2rem 5rem 5rem}.category-page__header{background:#fff;border:1px solid #2d6a4f24;border-radius:12px;grid-template-rows:auto 1fr;grid-template-columns:minmax(108px,148px) 1fr;margin-bottom:2.75rem;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,0 12px 40px #1a3c2a14}.category-page__header-bar{background:linear-gradient(#f5f0e8a6 0%,#ffffffeb 100%);border-bottom:1px solid #2d6a4f1a;grid-column:1/-1;align-items:center;padding:.65rem 1rem .65rem 1.1rem;display:flex}.category-page__back{color:var(--forest);border-radius:6px;align-items:center;gap:.45rem;margin:-.35rem 0;padding:.35rem .65rem .35rem .5rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.category-page__back:hover{color:var(--leaf);background:#2d6a4f14}.category-page__back:focus-visible{outline:2px solid var(--leaf);outline-offset:2px}.category-page__back-arrow{opacity:.85;font-size:1rem;line-height:1}.category-page__header-swatch{grid-area:2/1;min-height:148px;padding:0;position:relative;overflow:hidden}.category-page__header-swatch-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.category-page__header-swatch-tint{pointer-events:none;opacity:.5;mix-blend-mode:multiply;position:absolute;inset:0}.category-page__header-body{flex-direction:column;grid-area:2/2;justify-content:center;gap:.35rem;padding:1.75rem 1.75rem 1.85rem 1.25rem;display:flex}.category-page__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--leaf);margin:0 0 .15rem;font-size:.68rem;font-weight:600}.category-page__title{color:var(--forest);letter-spacing:.04em;margin:0;font-family:Bebas Neue,sans-serif;font-size:clamp(2.35rem,4.5vw,3.25rem);line-height:1.02}.category-page__lead{color:var(--muted);max-width:52ch;margin:.5rem 0 0;font-size:.97rem;font-weight:300;line-height:1.72}@media (width<=640px){.category-page__header{grid-template-rows:auto auto auto;grid-template-columns:1fr}.category-page__header-swatch{border-bottom:1px solid #2d6a4f14;grid-area:2/1;min-height:96px}.category-page__header-body{grid-area:3/1;padding:1.35rem 1.25rem 1.5rem}}.category-page__cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}@media (width<=960px){.category-page__cards{grid-template-columns:repeat(2,1fr)}}.category-page__card{margin:0}.category-page__card-link{height:100%;color:inherit;background:#fff;border:1px solid #2d6a4f26;border-radius:6px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 12px #1a3c2a0f}.category-page__card-link:hover{border-color:#2d6a4f47;transform:translateY(-2px);box-shadow:0 8px 28px #1a3c2a1f}.category-page__card-link:focus-visible{outline:2px solid var(--leaf);outline-offset:3px}.category-page__card-image{aspect-ratio:4/3;background:#f5f0e8cc;overflow:hidden}.category-page__card-image img{object-fit:cover;width:100%;height:100%;display:block}.category-page__card-body{flex-direction:column;flex:1;gap:.35rem;padding:1.1rem 1.15rem 1.25rem;display:flex}.category-page__card-name{color:var(--forest);margin:0;font-size:1rem;font-weight:600;line-height:1.25}.category-page__card-detail{color:var(--muted);flex:1;margin:0;font-size:.86rem;font-weight:300;line-height:1.5}.category-page__card-cta{letter-spacing:.1em;text-transform:uppercase;color:var(--leaf);margin-top:.5rem;font-size:.72rem;font-weight:600}.product-item-page{max-width:900px;margin:0 auto;padding:2rem 5rem 5rem}.product-item-page__breadcrumb{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:2rem;font-size:.75rem}.product-item-page__breadcrumb a{color:var(--leaf);text-decoration:none}.product-item-page__breadcrumb a:hover{text-decoration:underline}.product-item-page__breadcrumb-current{color:var(--forest);font-weight:500}.product-item-page__header{margin-bottom:1.75rem}.product-item-page__hero-icon{border-radius:8px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.25rem;font-size:2rem;display:flex}.product-item-page__title{color:var(--forest);letter-spacing:.03em;margin-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,4vw,2.85rem)}.product-item-page__lede{color:var(--muted);max-width:640px;margin-bottom:1rem;font-size:.95rem;font-weight:300;line-height:1.65}.product-item-page__back{letter-spacing:.08em;text-transform:uppercase;color:var(--leaf);font-size:.78rem;font-weight:600;text-decoration:none}.product-item-page__back:hover{text-decoration:underline}.product-item-page__figure{background:#f5f0e880;border:1px solid #2d6a4f1f;border-radius:6px;margin-bottom:2rem;overflow:hidden}.product-item-page__image{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}.product-item-page__body{margin-bottom:2.5rem}.product-item-page__text{color:var(--muted);margin-bottom:1rem;font-size:.95rem;font-weight:300;line-height:1.75}.product-item-page__text:last-child{margin-bottom:0}.product-item-page__cta{background:var(--forest);text-align:center;border-radius:4px;padding:2rem}.product-item-page__cta p{color:#ffffffbf;margin-bottom:1.25rem;font-size:.92rem;font-weight:300}.product-item-page__cta .btn-primary{display:inline-block}.category-page__cta{background:var(--forest);text-align:center;border-radius:4px;margin-top:3rem;padding:2rem}.category-page__cta p{color:#ffffffbf;margin-bottom:1.25rem;font-size:.92rem;font-weight:300}.category-page__cta .btn-primary{display:inline-block}@media (width<=700px){.category-page,.product-item-page{padding:1.5rem 1.25rem 4rem}.category-page__cards{grid-template-columns:1fr}}
