@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Cormorant+Garamond:wght@700&family=Playfair+Display+SC:ital,wght@0,700;1,700&display=swap";:root{color:#101827;font-synthesis:none;text-rendering:optimizelegibility;--ink:#101827;--muted:#617083;--navy:#07111f;--navy-2:#0c1b2d;--green:#3fb33d;--green-dark:#1f7a36;--saffron:#f4b63b;--chili:#df3f2d;--cream:#f7f8f2;--white:#fff;--line:#1018271f;--shadow:0 24px 80px #07111f24;--radius:8px;--max:1180px;background:#f7f8f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden}#content{background:var(--cream)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.skip-link{z-index:100;background:var(--white);color:var(--ink);box-shadow:var(--shadow);border-radius:999px;padding:10px 16px;transition:transform .18s;position:fixed;top:18px;left:18px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07111fe0;border-bottom:1px solid #ffffff14;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;gap:28px;width:100%;max-width:none;min-height:88px;margin:0;padding:0 40px;display:flex}.brand{min-width:206px;color:var(--white);letter-spacing:-.2px;align-items:center;gap:16px;font-weight:950;display:flex;position:relative}.brand img{object-fit:contain;width:auto;height:78px}.brand span{text-transform:uppercase;letter-spacing:-.4px;max-width:280px;font-size:1.4rem;font-weight:950;line-height:.9}.nav-links{align-items:center;gap:clamp(20px,3vw,42px);display:flex}.nav-item{flex-direction:column;padding:8px 0;text-decoration:none;display:flex;position:relative}.nav-label{color:var(--white);letter-spacing:-.2px;font-size:1.05rem;font-weight:900;transition:transform .24s cubic-bezier(.2,1,.3,1)}.nav-description{color:var(--saffron);text-transform:uppercase;letter-spacing:.6px;opacity:.55;margin-top:1px;font-size:.68rem;font-weight:750;transition:opacity .24s,transform .24s cubic-bezier(.2,1,.3,1);transform:translateY(3px)}.nav-item:hover .nav-label,.nav-item.active .nav-label{transform:translateY(-2px)}.nav-item:hover .nav-description,.nav-item.active .nav-description{opacity:1;transform:translateY(0)}.nav-item:after{content:"";background:var(--saffron);transform-origin:0;border-radius:2px;height:2px;transition:transform .3s cubic-bezier(.2,1,.3,1);position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.nav-item.active:after,.nav-item:hover:after{transform:scaleX(1)}.menu-toggle{color:var(--white);cursor:pointer;background:0 0;border:0;display:none}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 22px;font-weight:900;line-height:1;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#07111f;background:linear-gradient(135deg,#49c43f,#25a044);box-shadow:0 16px 42px #38b53d52}.btn-secondary{color:var(--white);background:#ffffff1a;border-color:#ffffff73}.btn-outline{color:var(--ink);background:#ffffffc2;border-color:#10182738}.text-link{color:var(--ink);align-items:center;gap:8px;font-weight:920;display:inline-flex}.text-link svg{transition:transform .18s}.text-link:hover svg{transform:translate(4px)}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .62s,transform .62s;transform:translateY(28px)}.reveal.visible{opacity:1;will-change:auto;transform:translateY(0)}.home-hero{isolation:isolate;width:100%;height:clamp(650px,100svh - 82px,860px);min-height:650px;color:var(--white);background:radial-gradient(circle at 78% 18%,#f4b63b4d,#0000 24%),radial-gradient(circle at 22% 72%,#3fb33d38,#0000 30%),linear-gradient(135deg,#07111f 0%,#0b1c2d 46%,#18202a 100%);align-items:flex-end;margin:0;padding:58px clamp(34px,5vw,82px) 80px;display:flex;position:relative;overflow:hidden}.hero-bg-video{z-index:-3;object-fit:fill;object-position:center;pointer-events:none;filter:saturate(1.08)contrast(1.02)brightness(.96);will-change:transform;width:100%;height:100%;position:absolute;inset:0}.home-hero:before{z-index:-2;content:"";background:linear-gradient(90deg,#07111fcc 0%,#07111f61 40%,#07111f14 68%,#07111f70 100%),linear-gradient(#07111f3d,#07111f0a 58%,#07111f4d);position:absolute;inset:0}.home-hero:after{z-index:-1;content:"";opacity:.08;background-image:linear-gradient(#ffffff3d 1px,#0000 1px),linear-gradient(90deg,#ffffff3d 1px,#0000 1px);background-size:74px 74px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 78%);mask-image:linear-gradient(#000,#0000 78%)}.hero-content{z-index:2;align-self:center;max-width:720px;position:relative}.hero-content h1{text-wrap:balance;letter-spacing:0;max-width:720px;margin:0;font-size:clamp(3.45rem,5.2vw,5.45rem);line-height:.93}.hero-content p{color:#ffffffe6;text-shadow:0 2px 18px #07111f6b;max-width:640px;margin:20px 0 0;font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.68}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.hero-proof{border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(90deg,#07111f94,#ffffff1a);border:1px solid #ffffff2e;grid-template-columns:repeat(3,1fr);width:min(100%,690px);margin-top:30px;display:grid;box-shadow:0 22px 80px #0000003d}.hero-proof div,.metric-row div{border-right:1px solid #ffffff24;gap:6px;padding:16px 18px;display:grid}.hero-proof div:last-child,.metric-row div:last-child{border-right:0}.hero-proof strong,.metric-row strong{font-size:clamp(1.85rem,3.2vw,2.85rem);line-height:1}.hero-proof span,.metric-row span{color:#ffffffb8;font-size:.86rem;line-height:1.35}.hero-cta-corner{z-index:10;min-height:54px;margin:0;padding:0 32px;font-size:1.05rem;position:absolute;bottom:0;right:0;box-shadow:-10px -10px 40px #0003;border-radius:var(--radius) 0 0 0!important}.hero-media{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-img{object-fit:cover;opacity:.8;border:4px solid #ffffff1f;border-radius:50%;width:176px;height:176px;animation:7s ease-in-out infinite float;position:absolute;box-shadow:0 28px 80px #0000004d}.hero-img.one{top:18%;right:28%}.hero-img.two{animation-delay:-2s;top:34%;right:7%}.hero-img.three{animation-delay:-4s;bottom:13%;right:28%}.route-map span{transform-origin:0;background:linear-gradient(90deg,#0000,#f4b63bcc,#3fb33dcc,#0000);border-radius:999px;height:2px;animation:3.6s ease-in-out infinite routePulse;position:absolute}.route-map span:first-child{width:34vw;top:28%;right:16%;transform:rotate(18deg)}.route-map span:nth-child(2){width:26vw;animation-delay:-1.1s;bottom:31%;right:4%;transform:rotate(-22deg)}.route-map span:nth-child(3){width:42vw;animation-delay:-2.2s;top:64%;left:32%;transform:rotate(-6deg)}.trust-strip{background:#10182714;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.trust-strip div{min-height:122px;color:var(--ink);background:#fffdf4;justify-content:center;align-items:center;gap:12px;font-weight:900;display:flex}.trust-strip svg{color:var(--green-dark)}.split-section,.story-section,.mission-section,.offering-section,.contact-section,.detail-hero,.category-story,.buyer-spec-section,.legacy-cleanup{width:min(var(--max), calc(100% - 40px));margin:0 auto}.split-section{grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:center;gap:clamp(32px,5vw,78px);padding:120px 0;display:grid}.single-image-showcase{aspect-ratio:1.15;border-radius:var(--radius);background:var(--navy);width:100%;position:relative;overflow:hidden;box-shadow:0 32px 80px #07111f2e}.single-image-showcase.square{aspect-ratio:1}.slideshow-image{object-fit:cover;width:100%;height:100%;animation:1s ease-in-out slideFade;display:block}@keyframes slideFade{0%{opacity:.4;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.floating-note{border-radius:var(--radius);background:var(--white);align-items:center;gap:12px;width:230px;padding:16px;font-weight:900;display:flex;position:absolute;bottom:44px;left:34px;box-shadow:0 18px 50px #07111f2e}.floating-note svg{color:var(--green-dark);flex:none}.section-kicker{color:var(--green-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:950}.section-kicker.center-large{text-align:center;margin-bottom:64px;font-size:2.2rem}.split-copy h2,.section-heading h2,.story-heading h2,.mission-section h2,.offering-section h2,.category-story h2,.buyer-spec-section h2,.legacy-cleanup h2,.map-panel h2,.form-panel h2{color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(2.25rem,5vw,4.8rem);line-height:.98}.split-copy p,.section-heading p,.mission-section p,.offering-section p,.category-story p,.legacy-cleanup p,.map-panel p,.form-panel p{color:var(--muted);font-size:1.03rem;line-height:1.78}.story-copy p{color:var(--navy);margin-bottom:24px;font-family:Dancing Script,cursive;font-size:1.6rem;font-weight:700;line-height:1.6}.check-list{gap:12px;margin:26px 0;padding:0;list-style:none;display:grid}.check-list li{color:var(--ink);align-items:flex-start;gap:10px;font-weight:850;display:flex}.check-list svg{color:var(--green-dark);flex:none;margin-top:2px}.products-preview,.catalog-intro{padding:116px max(20px, calc((100vw - var(--max)) / 2));content-visibility:auto;contain-intrinsic-size:0 800px;background:radial-gradient(circle at 10% 4%,#f4b63b26,#0000 24%),linear-gradient(#f6fbf2 0%,#fffdf4 100%)}.section-heading{text-align:center;width:min(820px,100%);margin:0 auto 58px}.section-heading.left{text-align:left;margin-left:0}.section-heading.compact{margin-bottom:42px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.product-grid.catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.product-card{border-radius:var(--radius);background:#ffffffe0;border:1px solid #1018271a;min-height:100%;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden;box-shadow:0 18px 60px #07111f14}.product-card:hover{border-color:color-mix(in srgb, var(--accent) 54%, transparent);transform:translateY(-7px);box-shadow:0 28px 74px #07111f24}.product-image-link{aspect-ratio:1.15;background:#152334;display:block;overflow:hidden}.product-card.featured .product-image-link{aspect-ratio:1.74}.product-image-link img{object-fit:cover;width:100%;height:100%;transition:transform .42s}.rotating-product-image{animation:.8s cubic-bezier(.4,0,.2,1) productRotate}@keyframes productRotate{0%{opacity:.3;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.product-card:hover img{transform:scale(1.06)}.product-card-body{padding:22px}.product-topline{align-items:center;gap:9px;min-height:30px;display:flex}.product-topline span{color:var(--accent);font-size:1.25rem}.product-topline small{color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:900}.product-card h3{margin:12px 0 10px;font-size:1.38rem;line-height:1.12}.product-card p{color:var(--muted);line-height:1.66}.product-card ul{gap:9px;margin:20px 0;padding:0;list-style:none;display:grid}.product-card li{color:#334155;gap:8px;font-size:.92rem;line-height:1.45;display:flex}.product-card li:before{content:"";background:var(--accent);border-radius:50%;flex:none;width:7px;height:7px;margin-top:8px}.commitment-section{padding:124px max(20px, calc((100vw - var(--max)) / 2));color:var(--white);background:var(--navy);position:relative;overflow:hidden}.commitment-bg{background:var(--navy);position:absolute;inset:0;overflow:hidden}.commitment-bg:after{content:"";background:linear-gradient(90deg,#07111f94 0%,#07111f47 58%,#07111f85 100%),linear-gradient(#07111f14,#07111f05 56%,#07111f14);position:absolute;inset:0}.commitment-bg-video{object-fit:cover;object-position:center;filter:none;pointer-events:none;width:100%;height:100%;transition:opacity .4s ease-in-out;display:block;position:absolute;inset:0}.commitment-section>:not(.commitment-bg){position:relative}.commitment-section .section-heading h2,.commitment-section .section-heading p{color:var(--white)}.commitment-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.commitment-card,.value-card,.contact-card,.spec-panel{border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.commitment-card{min-height:282px;color:var(--white);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-shadow:0 2px 16px #07111fb3;background:0 0;border-radius:0;padding:20px 0}.commitment-card svg{color:#4ade80;filter:drop-shadow(0 2px 12px #07111fb8)}.commitment-card h3,.value-card h3,.contact-card h2,.spec-panel h2{margin:22px 0 12px;font-size:1.35rem;line-height:1.16}.commitment-card p,.value-card p,.contact-card p,.spec-panel li{color:var(--muted);line-height:1.68}.commitment-card p{color:#ffffffdb}.process-section{padding:116px max(20px, calc((100vw - var(--max)) / 2));content-visibility:auto;contain-intrinsic-size:0 600px;background:#fff}.process-rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid;position:relative}.process-rail:before{content:"";background:linear-gradient(90deg, var(--green), var(--saffron), var(--chili));height:2px;position:absolute;top:42px;left:8%;right:8%}.process-step{border-radius:var(--radius);background:#fffdf4;border:1px solid #1018271a;padding:24px;position:relative}.step-number{color:var(--muted);margin-bottom:28px;font-weight:950;display:inline-flex}.process-step svg{color:var(--green-dark)}.process-step h3{margin:16px 0 9px;font-size:1.16rem}.process-step p{color:var(--muted);margin:0;font-size:.93rem;line-height:1.6}.motion-gallery{padding:116px 0 126px max(20px, calc((100vw - var(--max)) / 2));color:var(--white);content-visibility:auto;contain-intrinsic-size:0 500px;background:#101827;overflow:hidden}.motion-gallery .section-heading h2,.motion-gallery .section-heading p{color:var(--white)}.gallery-track{will-change:transform;gap:18px;width:max-content;animation:28s linear infinite marquee;display:flex}.gallery-item{border-radius:var(--radius);background:#ffffff1a;width:320px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:220px}.gallery-item span{padding:16px;font-weight:950;display:block}.cta-band{min-height:390px;padding:80px max(24px, calc((100vw - var(--max)) / 2));color:var(--white);background:linear-gradient(100deg,#07111ff5 0%,#07111fc2 60%,#07111fa3 100%),url(/images/spice-export-hero.jpg) 50%/cover;justify-content:space-between;align-items:center;gap:30px;display:flex}.cta-band h2{max-width:780px;margin:18px 0 14px;font-size:clamp(2.3rem,5vw,5.2rem);line-height:.96}.cta-band p{color:#ffffffc7;margin:0;font-size:1.05rem}.small-page-header{background:var(--navy);color:var(--white);border-bottom:1px solid #ffffff1a;padding:42px 40px}.small-page-header h1{letter-spacing:-.02em;margin:0;font-size:3.2rem;font-weight:950}.small-page-header p{color:#ffffffb3;margin:6px 0 0;font-size:1.15rem;font-weight:700}.page-hero{isolation:isolate;min-height:560px;padding:78px max(24px, calc((100vw - var(--max)) / 2));color:var(--white);background:var(--navy);align-items:center;display:flex;position:relative;overflow:hidden}.page-hero-bg{z-index:-1;background:linear-gradient(90deg,#07111feb 0%,#07111fad 58%,#07111f8f 100%),url(/images/spice-export-hero.jpg) 50%/cover;animation:18s ease-in-out infinite alternate slowZoom;position:absolute;inset:0}.page-hero-bg:after{content:"";background:0 0;position:absolute;inset:0}.page-hero-video{object-fit:cover;object-position:center;filter:none;width:100%;height:100%;display:block}.about-hero .page-hero-bg{background:linear-gradient(90deg,#07111fe6 0%,#07111fad 64%,#07111f85 100%),url(/images/mushrooms-close.jpg) 50%/cover}.products-hero .page-hero-bg{background:#07111f;animation:none}.products-hero .page-hero-bg:after{background:linear-gradient(90deg,#07111f9e 0%,#07111f4d 56%,#07111f2e 100%),linear-gradient(#07111f1f,#07111f0a 54%,#07111f2e)}.contact-hero .page-hero-bg{background:linear-gradient(90deg,#07111feb 0%,#07111fb3 60%,#07111f80 100%),url(/images/powder-spices.jpg) 50%/cover}.page-hero-content{width:min(760px,100%)}.page-hero h1{margin:0;font-size:clamp(3.6rem,8vw,7.2rem);line-height:.9}.page-hero p{color:#ffffffd6;max-width:680px;margin:24px 0 0;font-size:1.12rem;line-height:1.8}.story-section{padding:118px 0 58px}.story-grid{grid-template-columns:.86fr 1fr;gap:80px;display:grid}.credibility-section{width:min(var(--max), calc(100% - 40px));border-radius:var(--radius);background:var(--navy);margin:0 auto 112px;overflow:hidden}.credibility-section img{object-fit:cover;width:100%;height:460px}.metric-row{color:var(--white);grid-template-columns:repeat(3,1fr);display:grid}.metric-row.dark div{border-color:#ffffff29}.values-section{padding:116px max(20px, calc((100vw - var(--max)) / 2));background:#07111f}.values-section .section-heading h2,.values-section .section-heading p{color:var(--white)}.values-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.value-card{background:#fffdf4;min-height:260px;padding:26px}.value-card svg{color:var(--green-dark)}.mission-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:60px;padding:116px 0;display:grid}.mission-section>div{border-top:2px solid #10182724;padding-top:28px}.offering-section,.buyer-spec-section,.legacy-cleanup,.category-story{border-radius:var(--radius);background:radial-gradient(circle at 95% 10%, #f4b63b33, transparent 22%), var(--white);box-shadow:var(--shadow);padding:86px}.offering-section{background:0 0;margin-bottom:110px;padding:0;overflow:hidden}.check-list.columns{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-spec-section,.legacy-cleanup,.category-story{grid-template-columns:.88fr 1fr;align-items:center;gap:56px;margin-bottom:86px;display:grid}.spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.spec-grid div,.highlight-list span{border-radius:var(--radius);background:#f7f8f2;align-items:center;gap:10px;min-height:58px;padding:15px;font-weight:850;display:flex}.spec-grid svg,.highlight-list svg{color:var(--green-dark);flex:none}.detail-hero{isolation:isolate;grid-template-columns:.9fr 1fr;align-items:center;gap:68px;min-height:720px;padding:90px 0;display:grid;position:relative;overflow:hidden}.detail-hero.has-bg-video{width:100%;height:clamp(650px,100svh - 82px,860px);min-height:650px;box-shadow:none;background:var(--navy);border-radius:0;align-items:center;margin:0;padding:58px clamp(34px,5vw,82px) 80px;display:flex}.detail-bg-video{z-index:-3;object-fit:fill;object-position:center;pointer-events:none;filter:saturate(1.08)contrast(1.02)brightness(.96);width:100%;height:100%;position:absolute;inset:0}.detail-hero.product-mushrooms .detail-bg-video,.detail-hero.product-powder-spices .detail-bg-video,.detail-hero.product-whole-spices .detail-bg-video{object-fit:cover;filter:none}.detail-hero.has-bg-video:before{z-index:-2;content:"";background:linear-gradient(90deg,#07111fb3 0%,#07111f4d 40%,#07111f0d 68%,#07111f33 100%),linear-gradient(#07111f26,#07111f05 58%,#07111f33);position:absolute;inset:0}.detail-hero.product-whole-spices:before{background:linear-gradient(90deg,#07111f85 0%,#07111f33 42%,#07111f0a 100%),linear-gradient(#07111f1a,#07111f05 46%,#07111f1f)}.detail-hero.product-mushrooms:before{background:linear-gradient(90deg,#07111f9e 0%,#07111f47 46%,#07111f14 100%),linear-gradient(#07111f1f,#07111f08 46%,#07111f2e)}.detail-hero.product-powder-spices:before{background:linear-gradient(90deg,#07111f94 0%,#07111f3d 44%,#07111f0f 100%),linear-gradient(#07111f1a,#07111f05 46%,#07111f29)}.detail-hero.has-bg-video .back-link,.detail-hero.has-bg-video .detail-copy h1,.detail-hero.has-bg-video .detail-copy p{color:var(--white);text-shadow:0 2px 18px #07111f7a}.detail-hero.has-bg-video .detail-icon{color:var(--accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29}.detail-hero.has-bg-video .detail-image-wrap img{border:1px solid #ffffff2e;box-shadow:0 30px 90px #0000005c}.back-link{color:var(--muted);align-items:center;gap:8px;margin-bottom:26px;font-weight:900;display:inline-flex}.detail-icon{background:color-mix(in srgb, var(--accent) 18%, white);width:66px;height:66px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;font-weight:950;display:inline-flex}.detail-copy h1{color:var(--ink);margin:24px 0;font-size:clamp(3.25rem,7vw,6.7rem);line-height:.9}.detail-copy p{color:var(--muted);font-size:1.08rem;line-height:1.8}.detail-image-wrap{position:relative}.detail-image-wrap img{object-fit:cover;border-radius:var(--radius);width:100%;min-height:520px;max-height:680px;box-shadow:var(--shadow)}.detail-shipment{border-radius:var(--radius);color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07111fdb;align-items:center;gap:12px;padding:18px;font-weight:900;display:flex;position:absolute;bottom:28px;left:28px;right:28px}.detail-shipment svg{color:var(--accent)}.detail-grid-section{width:min(var(--max), calc(100% - 40px));grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 auto 86px;display:grid}.spec-panel{padding:26px}.spec-panel h2{margin-top:0}.spec-panel ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.spec-panel li{align-items:flex-start;gap:9px;display:flex}.spec-panel svg{color:var(--green-dark);flex:none;margin-top:3px}.highlight-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.related-section{padding:88px max(20px, calc((100vw - var(--max)) / 2)) 116px;color:var(--white);background:#07111f}.related-section .section-heading h2,.related-section .section-heading p{color:var(--white)}.related-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.related-links a{border-radius:var(--radius);background:#ffffff14;border:1px solid #ffffff1f;overflow:hidden}.related-links img{object-fit:cover;width:100%;height:180px}.related-links span{color:var(--white);padding:16px;font-weight:950;display:block}.contact-section{grid-template-columns:.9fr 1fr;gap:30px;padding:112px 0;display:grid}.map-panel,.form-panel{border-radius:var(--radius)}.map-frame-wrapper{border-radius:var(--radius);height:660px;box-shadow:var(--shadow);background:#f3f4f6;margin-top:34px;position:relative;overflow:hidden}.map-frame-wrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.form-panel{box-shadow:var(--shadow);background:#fffdf4;padding:44px}.form-panel form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.form-panel label{color:var(--ink);gap:8px;font-weight:900;display:grid}.form-panel label.full,.form-panel button,.form-success{grid-column:1/-1}.form-panel input,.form-panel select,.form-panel textarea{border-radius:var(--radius);background:var(--white);width:100%;color:var(--ink);border:1px solid #10182724;outline:0;padding:14px 15px;transition:border-color .16s,box-shadow .16s}.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus{border-color:var(--green-dark);box-shadow:0 0 0 4px #3fb33d29}.form-panel textarea{resize:vertical;min-height:138px}.form-panel button:disabled{cursor:not-allowed;filter:grayscale(.4);opacity:.62;transform:none}.form-success{color:var(--green-dark);align-items:center;gap:8px;margin:0;font-weight:900;display:flex}.contact-cards{padding:0 max(20px, calc((100vw - var(--max)) / 2)) 112px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.contact-card{min-height:282px;padding:30px}.contact-card svg{color:var(--green-dark)}.contact-card p{word-break:break-word;margin:7px 0}.site-footer{background:var(--navy);color:var(--white)}.footer-cta{min-height:320px;padding:74px max(24px, calc((100vw - var(--max)) / 2));color:var(--white);background:linear-gradient(95deg,#07111ff0,#07111fa3),url(/images/mushrooms-close.jpg) 50%/cover;justify-content:space-between;align-items:center;gap:28px;display:flex}.footer-cta h2{max-width:740px;margin:0;font-size:clamp(2.1rem,4vw,4.2rem);line-height:1}.footer-cta p:not(.section-kicker){color:#ffffffc2;max-width:650px;line-height:1.7}.product-quality-section{width:min(var(--max), calc(100% - 40px));margin:0 auto;padding:80px 0}.quality-showcase{flex-direction:column;gap:32px;margin-top:48px;display:flex}.quality-item{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--saffron);flex:1;padding:40px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 30px #07111f0a}.quality-item:hover{transform:translateY(-4px);box-shadow:0 16px 40px #07111f14}.quality-item h3{color:var(--navy);letter-spacing:-.2px;margin-top:0;margin-bottom:16px;font-size:1.5rem;font-weight:850}.quality-item p{color:var(--muted);margin:0;font-size:1.05rem;line-height:1.75}@media (width>=900px){.quality-showcase{flex-direction:row;gap:24px}}.metrics-modern-section{width:min(var(--max), calc(100% - 40px));margin:0 auto;padding:60px 0}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.metric-card{text-align:center;background:#fff;border:1px solid #07111f0a;border-radius:24px;flex-direction:column;align-items:center;padding:32px 24px;transition:all .3s;display:flex;box-shadow:0 10px 40px #07111f08}.metric-card:hover{border-color:#07111f1a;transform:translateY(-5px);box-shadow:0 20px 50px #07111f0f}.metric-content{flex-direction:column;gap:4px;display:flex}.metric-number{color:var(--navy);letter-spacing:-2px;font-size:clamp(2.5rem,4vw,3.6rem);font-weight:900;line-height:1}.metric-text{color:var(--muted);max-width:180px;font-size:.95rem;font-weight:600;line-height:1.4}.footer-grid{width:min(var(--max), calc(100% - 40px));grid-template-columns:1.35fr .8fr .9fr 1.25fr;gap:56px;margin:0 auto;padding:74px 0;display:grid}.footer-brand{margin-left:-40px}.footer-brand img{width:220px;margin-bottom:16px}.footer-brand strong{color:#e2257a;text-shadow:0 1px 3px #000c;font-size:1.5rem;font-weight:800;display:block}.footer-grid h3{color:#fff;text-shadow:0 1px 4px #000c,0 2px 10px #0006;margin:0 0 18px;font-size:1.45rem;font-weight:800}.footer-grid a,.footer-grid p{color:#fff;text-shadow:0 1px 4px #000c;align-items:center;gap:8px;margin:0 0 10px;font-size:1.1rem;font-weight:600;line-height:1.65;display:flex}.socials{gap:10px;margin-top:18px;display:flex}.socials a{background:var(--white);width:38px;height:38px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.copyright{text-align:center;color:#fff;text-shadow:0 1px 3px #000c;border-top:1px solid #fff3;padding:24px;font-size:1.05rem;font-weight:600}.whatsapp-button{z-index:45;width:58px;height:58px;color:var(--white);background:#23d366;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 18px 42px #23d3665c}.not-found{text-align:center;place-items:center;min-height:70vh;padding:140px 24px;display:grid}.not-found h1{margin:0;font-size:clamp(3rem,7vw,6rem)}.not-found p{color:var(--muted);font-size:1.1rem}@keyframes sweep{0%{transform:translate(-22%)rotate(-16deg)}to{transform:translate(22%)rotate(-16deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes routePulse{0%,to{opacity:.15;filter:blur()}50%{opacity:.92;filter:blur(.5px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes pinPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (width<=1080px){.home-hero,.detail-hero,.contact-section,.split-section,.story-section,.buyer-spec-section,.legacy-cleanup,.category-story{grid-template-columns:1fr}.story-grid{grid-template-columns:1fr;gap:48px}.home-hero{align-items:start;height:auto;min-height:auto;padding:72px 28px 82px}.hero-content{transform:none}.hero-panel{width:100%;min-height:auto;margin-top:0;transform:none}.shipment-card{margin-top:90px}.hero-img,.route-map{opacity:.35}.product-grid,.commitment-grid,.values-grid,.detail-grid-section,.process-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.process-rail:before{display:none}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip div{min-height:96px}.detail-grid-section{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.nav-shell{min-height:72px}.menu-toggle{display:inline-flex}.nav-links{border-radius:var(--radius);box-shadow:var(--shadow);z-index:60;background:#07111ff5;max-height:calc(100dvh - 80px);padding:18px;display:none;position:absolute;top:72px;left:12px;right:12px;overflow-y:auto}.nav-links.open{flex-direction:column;gap:16px;display:flex}.nav-item{border-bottom:1px solid #ffffff14;padding-bottom:12px}.nav-item:last-child{border-bottom:0;padding-bottom:0}.home-hero{aspect-ratio:auto;min-height:auto;padding-top:64px}.hero-content h1,.page-hero h1,.detail-copy h1{font-size:clamp(3rem,14vw,5.2rem)}.hero-proof,.metrics-grid,.metric-row,.trust-strip,.product-grid,.product-grid.catalog,.commitment-grid,.values-grid,.mission-section,.detail-grid-section,.related-links,.contact-cards,.footer-grid,.spec-grid,.highlight-list,.check-list.columns,.form-panel form{grid-template-columns:1fr}.hero-proof div,.metric-row div{border-bottom:1px solid #ffffff24;border-right:0}.hero-proof div:last-child,.metric-row div:last-child{border-bottom:0}.trust-strip div{min-height:92px}.split-section,.products-preview,.catalog-intro,.commitment-section,.process-section,.values-section,.contact-section,.detail-hero{padding-top:76px;padding-bottom:76px}.detail-hero.has-bg-video{padding:76px 28px}.image-stack{min-height:430px}.image-stack img:first-child{width:88%;height:290px}.image-stack img:nth-child(2){width:62%;height:230px}.floating-note{width:min(245px,100% - 28px);bottom:22px;left:14px}.offering-section,.buyer-spec-section,.legacy-cleanup,.category-story{width:min(var(--max), calc(100% - 40px));padding:34px}.detail-image-wrap img{min-height:380px}.map-frame{min-height:420px}.form-panel{padding:28px}.footer-cta,.cta-band{flex-direction:column;align-items:flex-start}.whatsapp-button{bottom:14px;right:14px}}@media (width<=520px){.nav-shell,.split-section,.story-section,.mission-section,.offering-section,.contact-section,.detail-hero,.category-story,.buyer-spec-section,.legacy-cleanup,.credibility-section{width:min(var(--max), calc(100% - 28px))}.brand{min-width:auto}.brand img{width:64px}.brand span{display:none}.home-hero,.page-hero,.products-preview,.catalog-intro,.commitment-section,.process-section,.values-section,.motion-gallery,.related-section,.contact-cards,.footer-cta,.cta-band{padding-left:14px;padding-right:14px}.home-hero{gap:24px}.hero-content p{font-size:.98rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.hero-panel,.product-card-body,.commitment-card,.value-card,.contact-card,.spec-panel{padding:20px}.section-heading{margin-bottom:36px}.split-copy h2,.section-heading h2,.story-heading h2,.mission-section h2,.offering-section h2,.category-story h2,.buyer-spec-section h2,.legacy-cleanup h2,.map-panel h2,.form-panel h2{font-size:clamp(2rem,12vw,3.3rem)}.page-hero{min-height:440px}.credibility-section img{height:300px}.gallery-item{width:250px}.gallery-item img{height:170px}.process-rail,.commitment-grid,.values-grid,.product-grid,.product-grid.catalog,.contact-cards,.detail-grid-section,.trust-strip{grid-template-columns:1fr}.trust-strip div{min-height:80px}.nav-shell{padding:0 16px}.mission-section{grid-template-columns:1fr;gap:32px;padding-top:64px;padding-bottom:64px}.spec-grid,.highlight-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px;padding:48px 0}.footer-brand{margin-left:0}.story-seal{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}.hero-bg-video,.commitment-bg-video,.detail-bg-video{display:none}}.heading-line{align-items:center;gap:16px;margin:0;line-height:1.1;display:flex;font-size:clamp(2.8rem,6vw,4.2rem)!important}.heading-line.color-accent{color:var(--green-dark)}.accent-leaf{color:var(--green);opacity:.8;width:.8em;height:.8em}.heading-divider{background:var(--green);transform-origin:0;border-radius:2px;width:120px;height:4px;margin:32px 0;animation:1.2s cubic-bezier(.2,1,.3,1) forwards growDivider}@keyframes growDivider{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.story-seal{background:#fff;border:1px solid #1018270f;border-radius:12px;align-items:center;gap:20px;width:fit-content;margin-top:48px;padding:24px;display:flex;box-shadow:0 12px 40px #07111f0a}.story-seal svg{color:var(--green-dark)}.story-seal strong{color:var(--navy);text-transform:uppercase;letter-spacing:.5px;font-size:1.1rem;font-weight:950;display:block}.story-seal span{color:var(--muted);font-size:.85rem;font-weight:700;display:block}@media (width<=768px){.heading-divider{margin:24px 0}.story-seal{width:100%;margin-top:32px}}#content.about-page-bg{min-height:100vh;position:relative;background:0 0!important}#content.about-page-bg:before{content:"";background:var(--cream) url(/images/about-floral-bg.jpg) center center / 100% 100% no-repeat;z-index:-1;pointer-events:none;width:100vh;height:100vw;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)rotate(90deg)}#content.about-page-bg .story-section,#content.about-page-bg .split-section,#content.about-page-bg .metrics-modern-section,#content.about-page-bg .values-section,#content.about-page-bg .mission-section,#content.about-page-bg .product-quality-section,#content.about-page-bg .offering-section,#content.about-page-bg .about-page>section{background:0 0!important}#content.about-page-bg .process-section{background:#fff!important}.about-page-bg,.about-page-bg p,.about-page-bg h1,.about-page-bg h2,.about-page-bg h3,.about-page-bg span,.about-page-bg li,.about-page-bg .section-kicker,.about-page-bg .metric-text,.about-page-bg strong{color:#1a2a40!important}.about-page-bg .metric-card,.about-page-bg .value-card,.about-page-bg .quality-item,.about-page-bg .commitment-card,.about-page-bg .story-seal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a1f!important;border:1px solid #0f172a33!important;box-shadow:0 15px 45px #07111f1a!important}.about-page-bg .process-step{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none!important;background:#fffdf4!important;border:1px solid #1018271a!important}.about-page-bg .offering-section{background:0 0!important;padding:0!important}.about-page-bg .process-rail{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0!important;border:0!important}@media (width<=768px){.about-page-bg{background-size:100%;background-attachment:scroll}}@keyframes signature-shine{0%{background-position:-200%}to{background-position:200%}}.designer-signature{letter-spacing:.04em;color:#ffffffb3;font-family:Cormorant Garamond,serif;font-size:.95rem;display:inline-block}.designer-name{letter-spacing:.03em;color:inherit;margin-left:5px;font-family:Playfair Display SC,serif;font-size:1.18em;font-style:normal;font-weight:700}.designer-bar{padding:0 max(24px, calc((100vw - var(--max)) / 2));justify-content:flex-end;margin-bottom:12px;display:flex}.whatsapp-designer{white-space:nowrap;align-items:center;gap:8px;display:flex}.story-frame-container{justify-content:center;width:100%;max-width:480px;margin:-20px auto 20px;display:flex;position:relative}.story-frame-img{aspect-ratio:736/480;mix-blend-mode:multiply;width:100%}.story-frame-overlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.story-frame-title{color:#1a2a40;text-shadow:1px 1px 2px #fffc;margin:0;padding-bottom:12px;font-family:Dancing Script,cursive;font-size:2.8rem;font-weight:700}.offering-glass-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a1f;border:1px solid #0f172a33;width:115%;margin-left:-12%;padding:100px 86px 100px calc(86px + 12%)}@media (width<=768px){.offering-glass-card{width:100%;margin-left:0;padding:60px 24px}}.testimonials-section{padding:116px max(20px, calc((100vw - var(--max)) / 2));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 90% 90%,#3fb33d0a,#0000 30%),#fff}.testimonials-grid{width:min(var(--max), 100%);grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin:0 auto;display:grid}.testimonial-card{background:#edf7ed;border:1px solid #3fb33d14;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:220px;padding:36px;transition:transform .22s,box-shadow .22s;display:flex;box-shadow:0 10px 30px #00000005}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0000000d}.testimonial-card-header h3{color:var(--navy);margin:0 0 16px;font-size:1.35rem;font-weight:800}.testimonial-card-text{color:#374151;margin:0 0 24px;font-size:1.05rem;line-height:1.6}.testimonial-card-footer{border-top:1px solid #3fb33d1f;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.testimonial-rating{gap:3px;display:flex}.testimonial-rating .star{color:#f4b63b;font-size:1.4rem;line-height:1}.testimonial-provider{color:var(--navy);opacity:.85;align-items:center;display:flex}.testimonial-provider svg{color:var(--navy)}@media (width<=768px){.testimonials-section{padding:60px 20px}.testimonials-grid{grid-template-columns:1fr;gap:20px}.testimonial-card{min-height:auto;padding:24px}}
