/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--forest:#0a3d2e;--forest-dark:#06291f;--sage:#dbe5dc;--orange:#e86f25;--ink:#14201b;--muted:#617068;--cream:#f7f5ef;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #dfe5e0;justify-content:space-between;align-items:center;gap:28px;height:88px;padding:0 clamp(24px,5vw,76px);display:flex;position:sticky;top:0}.brand{align-items:center;min-width:280px;display:flex}.brand-logo{object-fit:contain;object-position:left center;width:245px;height:66px;display:block}.desktop-nav{align-items:center;gap:clamp(18px,2.2vw,36px);display:flex}.desktop-nav a{text-transform:uppercase;letter-spacing:.06em;padding:35px 0 29px;font-size:12px;font-weight:800;position:relative}.desktop-nav a:after{content:"";background:var(--orange);height:3px;transition:all .25s;position:absolute;bottom:22px;left:0;right:100%}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{right:0}.mobile-nav{margin-left:auto;display:none;position:relative}.mobile-nav summary{cursor:pointer;min-height:44px;color:var(--forest);text-transform:uppercase;letter-spacing:.08em;background:#fff;border:1px solid #cdd9cf;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:11px;font-weight:900;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary:focus-visible{outline-offset:2px;outline:3px solid #e86f253d}.mobile-nav[open] summary{border-color:var(--orange);color:var(--orange)}.menu-icon{font-size:20px;line-height:1}.mobile-nav nav{background:#fff;border:1px solid #d9e2db;border-radius:16px;gap:2px;width:min(280px,100vw - 32px);padding:10px;display:grid;position:absolute;top:52px;right:0;box-shadow:0 20px 45px #0c2f2233}.mobile-nav nav a{min-height:44px;color:var(--forest);text-transform:uppercase;letter-spacing:.04em;border-radius:9px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:12px;font-weight:800;display:flex}.mobile-nav nav a:hover,.mobile-nav nav a:focus-visible{color:var(--orange);background:#eef3ef}.mobile-nav nav .mobile-nav-cta{background:var(--forest);color:#fff;margin-top:5px}.header-cta,.button{border-radius:10px;justify-content:center;align-items:center;gap:18px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.header-cta{background:var(--forest);color:#fff;text-transform:uppercase;white-space:nowrap;padding:15px 21px;font-size:12px}.header-cta:hover,.button:hover{transform:translateY(-2px)}.hero{background:radial-gradient(circle at 75% 40%,#fff 0,#f8f6f0 42%,#f2efe8 100%);grid-template-columns:minmax(0,.92fr) minmax(540px,1.08fr);align-items:center;min-height:700px;padding:78px clamp(24px,5vw,76px) 52px;display:grid;overflow:hidden}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.16em;margin:0 0 20px;font-size:12px;font-weight:900}h1{color:var(--forest);letter-spacing:-.055em;max-width:710px;margin:0;font-size:clamp(50px,5vw,78px);line-height:.99}.hero-lead{color:#394840;max-width:610px;margin:30px 0 34px;font-size:19px;line-height:1.65}.hero-actions{gap:14px;display:flex}.button{min-height:57px;padding:0 27px;font-size:14px}.primary{background:var(--forest);color:#fff}.secondary{border:2px solid var(--orange);color:var(--orange);background:0 0}.trust-row{color:#3f5048;flex-wrap:wrap;gap:26px;margin-top:42px;font-size:13px;display:flex}.trust-row span{align-items:center;gap:9px;display:flex}.trust-row b{background:var(--sage);width:31px;height:31px;color:var(--forest);border-radius:50%;place-items:center;display:grid}.hero-visual{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:610px;height:555px;margin-right:calc(-1*clamp(24px,5vw,76px));padding:8px 8px 8px 0;animation:.75s both rise;display:grid;position:relative}.hero-visual img{object-fit:cover;object-position:center;filter:saturate(.98)contrast(1.01);border-radius:14px;width:100%;min-width:0;height:100%;display:block;box-shadow:0 14px 30px #1934261f}.hero-visual .hero-feature-image{object-position:54% center;border-radius:24px 14px 14px 24px;grid-area:span 2/span 2}.category-section{background:#fff;padding:80px clamp(24px,5vw,76px) 100px}.section-heading{justify-content:space-between;align-items:end;gap:40px;max-width:1400px;margin:0 auto 36px;display:flex}.section-heading h2{color:var(--forest);letter-spacing:-.04em;margin:0;font-size:clamp(34px,4vw,52px);line-height:1.05}.section-heading>p{max-width:460px;color:var(--muted);line-height:1.6}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1400px;margin:auto;display:grid}.category-card{border:1px solid #dce3dd;border-bottom:4px solid var(--orange);background:#fff;border-radius:18px;min-height:390px;padding:0;transition:all .25s;overflow:hidden;box-shadow:0 10px 26px #12362512}.category-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px #1236251f}.category-image{object-fit:cover;object-position:center;border-bottom:1px solid #edf0ed;width:100%;height:180px;transition:transform .45s;display:block}.category-card:hover .category-image{transform:scale(1.035)}.category-content{padding:24px 26px 27px}.category-card h3{color:var(--forest);margin:0 0 12px;font-size:22px}.category-card p{color:var(--muted);margin:0 0 20px;font-size:14px;line-height:1.6}.category-card a{color:var(--orange);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:900}.trade-directions{background:var(--forest-dark);grid-template-columns:repeat(2,1fr);gap:20px;padding:72px clamp(24px,5vw,76px);display:grid}.trade-directions article{color:#fff;background:#0c3a2d;border:1px solid #ffffff24;border-radius:22px;min-height:330px;padding:48px;position:relative;overflow:hidden}.trade-directions article:nth-child(2){background:linear-gradient(135deg,#114d3b,#0a3529)}.trade-directions article>span{color:#ffffff17;letter-spacing:-.06em;font-size:74px;font-weight:900;position:absolute;top:19px;right:26px}.trade-directions h2{color:#fff;letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(32px,3.6vw,48px);line-height:1.05;position:relative}.trade-directions article>p:not(.eyebrow){color:#c9d7cf;max-width:620px;font-size:16px;line-height:1.7;position:relative}.trade-directions .text-link{color:#f3a16d;margin-top:18px;display:inline-block}.sourcing-callout{background:#fff;border-bottom:1px solid #dfe5e0;justify-content:space-between;align-items:center;gap:55px;padding:72px clamp(24px,7vw,110px);display:flex}.sourcing-callout>div{max-width:920px}.sourcing-callout h2{max-width:850px;color:var(--forest);letter-spacing:-.045em;margin:0;font-size:clamp(34px,4vw,56px);line-height:1.05}.sourcing-callout>div>p:last-child{max-width:850px;color:var(--muted);margin:24px 0 0;font-size:17px;line-height:1.75}.sourcing-callout .button{flex:none}.about-section{background:var(--cream);border-top:1px solid #e2e2dc;grid-template-columns:.38fr 1fr .9fr;align-items:start;gap:clamp(30px,5vw,90px);padding:110px clamp(24px,7vw,110px);display:grid}.about-logo-wrap{background:#fff;border:1px solid #dfe6df;border-radius:24px;justify-content:center;align-items:center;width:220px;min-height:220px;padding:30px;display:flex;box-shadow:0 14px 34px #12362514}.about-logo{object-fit:contain;image-rendering:auto;width:155px;height:155px;display:block}.about-copy h2,.distribution-panel h2,.partner-section h2,.contact-section h2{color:var(--forest);letter-spacing:-.045em;margin:0;font-size:clamp(38px,4.2vw,62px);line-height:1.06}.about-detail{color:#526159;padding-top:33px;font-size:16px;line-height:1.8}.about-detail p:first-child{color:#26372f;margin-top:0;font-size:19px}.distribution-section{background:#e9eee9;grid-template-columns:1fr 370px;gap:25px;padding:100px clamp(24px,5vw,76px);display:grid}.distribution-panel{background:var(--forest);color:#fff;border-radius:25px;padding:clamp(35px,5vw,75px)}.eyebrow.light{color:#f29a60}.distribution-panel h2{color:#fff;max-width:720px}.steps{grid-template-columns:repeat(3,1fr);gap:36px;margin-top:70px;display:grid}.steps article{border-top:1px solid #ffffff40;padding-top:24px}.steps b{color:#f39a60;letter-spacing:.1em;font-size:13px}.steps h3{margin:16px 0 10px;font-size:20px}.steps p{color:#c9d8cf;font-size:14px;line-height:1.65}.coverage-card{color:var(--forest);background:#fff;border-radius:25px;padding:40px;position:relative;overflow:hidden}.coverage-kicker{color:var(--orange);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900}.coverage-card>strong{letter-spacing:-.04em;margin:22px 0;font-size:42px;display:block}.coverage-lines{height:95px;margin:10px 0 24px;position:relative}.coverage-lines i{border:1px dashed #a8b9ac;border-radius:50%;width:150px;height:70px;position:absolute;left:10px;transform:rotate(-8deg)}.coverage-lines i:nth-child(2){top:12px;left:60px}.coverage-lines i:nth-child(3){top:24px;left:115px}.coverage-card p{color:#526159;line-height:1.65}.coverage-card ul{border-top:1px solid #dce4dd;margin:28px 0 0;padding:0;list-style:none}.coverage-card li{border-bottom:1px solid #dce4dd;padding:14px 0;font-size:13px;font-weight:700}.coverage-card li:before{content:"✓";color:var(--orange);margin-right:10px}.partner-section{text-align:center;background:#fff;padding:110px 24px}.partner-section>p{color:#7a897f;letter-spacing:.25em;font-size:11px;font-weight:900}.partner-section h2{max-width:800px;margin:22px auto 34px}.partner-button{background:var(--orange);color:#fff}.contact-section{background:#f0f2ed;grid-template-columns:1.1fr .8fr;align-items:center;gap:clamp(45px,8vw,130px);padding:100px clamp(24px,7vw,110px);display:grid}.contact-intro{color:#53635b;max-width:620px;font-size:17px;line-height:1.75}.contact-card{border-top:5px solid var(--orange);background:#fff;border-radius:22px;padding:42px;box-shadow:0 18px 50px #1b392a1a}.contact-card>span{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900}.contact-card h3{color:var(--forest);margin:18px 0;font-size:25px}.contact-card address{color:#33473d;font-size:17px;font-style:normal;line-height:1.7}.contact-card p{color:#69776f;margin:20px 0 26px;font-size:14px;line-height:1.6}footer{background:var(--forest-dark);color:#b9c9c0;justify-content:space-between;align-items:center;gap:30px;padding:42px clamp(24px,5vw,76px);font-size:12px;display:flex}.footer-brand{background:#fff;border-radius:10px;min-width:auto;padding:8px 14px}.footer-brand .brand-logo{width:225px;height:58px}.text-link{color:var(--orange);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:13px;font-weight:900}.home-paths{background:#d6ded8;border-top:1px solid #d6ded8;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.home-paths a{background:#f4f5f1;grid-template-columns:auto 1fr;column-gap:20px;padding:48px clamp(24px,4vw,60px);transition:all .25s;display:grid}.home-paths a:hover{background:#fff}.home-paths span{color:var(--orange);grid-row:1/3;font-size:12px;font-weight:900}.home-paths strong{color:var(--forest);font-size:21px}.home-paths small{color:var(--muted);margin-top:7px}.page-hero{grid-template-columns:1.05fr .8fr;align-items:center;gap:clamp(45px,8vw,130px);min-height:560px;padding:85px clamp(24px,7vw,110px);display:grid;overflow:hidden}.page-hero h1,.contact-page h1{color:var(--forest);letter-spacing:-.055em;margin:0;font-size:clamp(52px,6vw,84px);line-height:1}.page-hero>div>p:last-child,.contact-page-intro>p{color:#526159;max-width:700px;margin-top:28px;font-size:18px;line-height:1.7}.about-page-hero{background:linear-gradient(120deg,#f6f3eb,#edf2ec)}.page-symbol{aspect-ratio:1;background:#fff;border-radius:50%;justify-self:center;place-items:center;width:min(380px,100%);display:grid;box-shadow:0 28px 70px #1038271f}.page-symbol img{object-fit:contain;width:58%;height:58%}.story-grid{background:#fff;grid-template-columns:.85fr 1fr;gap:clamp(45px,9vw,150px);padding:110px clamp(24px,7vw,110px);display:grid}.story-grid h2,.market-section h2{color:var(--forest);letter-spacing:-.045em;margin:0;font-size:clamp(38px,4vw,58px);line-height:1.08}.story-copy{color:#526159;font-size:18px;line-height:1.8}.story-copy p:first-child{color:#26372f;margin-top:0;font-size:22px}.values-section{background:#fff;grid-template-columns:repeat(3,1fr);gap:20px;padding:0 clamp(24px,7vw,110px) 110px;display:grid}.values-section article{border-top:4px solid var(--orange);background:#f1f4ef;border-radius:20px;padding:38px}.values-section span,.product-list article>div>span{color:var(--orange);letter-spacing:.12em;font-size:12px;font-weight:900}.values-section h3{color:var(--forest);margin:24px 0 10px;font-size:25px}.values-section p{color:var(--muted);line-height:1.7}.page-cta{background:var(--forest);color:#fff;justify-content:space-between;align-items:center;gap:40px;padding:70px clamp(24px,7vw,110px);display:flex}.page-cta h2{color:#fff;max-width:820px;margin:0;font-size:clamp(34px,4vw,54px);line-height:1.06}.products-page-hero{background:#f2f0e9}.product-collage{grid-template-columns:repeat(2,1fr);gap:12px;display:grid;transform:rotate(2deg)}.product-collage img{aspect-ratio:4/3;object-fit:cover;border-radius:16px;width:100%;box-shadow:0 15px 35px #1434261f}.product-list{background:#fff;padding:90px clamp(24px,7vw,110px)}.product-section-intro{max-width:1000px;margin:0 auto 55px}.product-section-intro h2{color:var(--forest);letter-spacing:-.045em;margin:0 0 22px;font-size:clamp(38px,4.5vw,60px);line-height:1.05}.product-section-intro>p:last-child{max-width:820px;color:var(--muted);font-size:18px;line-height:1.7}.product-list article{background:#f4f4ef;border-radius:24px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(35px,7vw,100px);max-width:1350px;margin:0 auto 35px;padding:35px;display:grid}.product-list article:nth-child(2n) img{order:2}.product-list article>img{aspect-ratio:4/3;object-fit:cover;border-radius:18px;width:100%}.product-list h2{color:var(--forest);letter-spacing:-.04em;margin:12px 0 18px;font-size:clamp(34px,4vw,52px)}.product-list p{color:#526159;font-size:17px;line-height:1.7}.product-list ul{color:#44564c;padding-left:20px;line-height:1.9}.product-list a{color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-top:12px;font-size:12px;font-weight:900;display:inline-block}.export-section{background:var(--forest-dark);color:#fff;padding:100px clamp(24px,7vw,110px)}.export-section-heading{grid-template-columns:1.15fr .7fr;align-items:end;gap:clamp(45px,8vw,120px);max-width:1400px;margin:0 auto 48px;display:grid}.export-section-heading h2{color:#fff;letter-spacing:-.05em;max-width:850px;margin:0;font-size:clamp(40px,4.8vw,64px);line-height:1.03}.export-section-heading>p{color:#bfd0c6;margin:0;font-size:17px;line-height:1.75}.export-grid{grid-template-columns:repeat(6,1fr);gap:18px;max-width:1400px;margin:auto;display:grid}.export-card{color:var(--ink);background:#fff;border:1px solid #ffffff26;border-radius:20px;grid-column:span 2;overflow:hidden;box-shadow:0 18px 45px #00000026}.export-card:nth-child(4),.export-card:nth-child(5){grid-column:span 3}.export-card>img{object-fit:cover;background:#e9eee9;width:100%;height:230px;display:block}.export-card-content{padding:27px 28px 31px}.export-card-content>span{color:var(--orange);letter-spacing:.14em;font-size:11px;font-weight:900}.export-card h3{color:var(--forest);margin:14px 0 11px;font-size:25px;line-height:1.15}.export-card p{color:var(--muted);font-size:14px;line-height:1.65}.export-card ul{color:#46584e;min-height:105px;padding-left:19px;font-size:14px;line-height:1.65}.export-card a{color:var(--orange);text-transform:uppercase;letter-spacing:.07em;margin-top:10px;font-size:11px;font-weight:900;display:inline-block}.export-enquiry{background:#103d30;border:1px solid #ffffff2b;border-radius:20px;grid-template-columns:.42fr 1fr auto;align-items:center;gap:30px;max-width:1400px;margin:24px auto 0;padding:34px 38px;display:grid}.export-enquiry strong{color:#f3a16d;text-transform:uppercase;letter-spacing:.08em;font-size:15px}.export-enquiry p{color:#c9d7cf;margin:0;line-height:1.65}.export-enquiry .button{min-width:245px}.image-disclaimer{color:#8fa79b;max-width:1400px;margin:18px auto 0;font-size:12px;line-height:1.5}.image-credits{color:#8fa79b;max-width:1400px;margin:10px auto 0;font-size:11px;line-height:1.55}.image-credits summary{cursor:pointer;color:#a8bbb1;width:max-content;font-weight:800}.image-credits p{max-width:1150px;margin:9px 0 0}.image-credits a{color:#c1d0c8;text-underline-offset:3px;text-decoration:underline}.distribution-page-hero{color:#fff;background:var(--forest);min-height:520px}.distribution-page-hero h1{color:#fff}.distribution-page-hero>div>p:last-child{color:#c9d7cf}.supply-journey{background:#0d3528;border:1px solid #ffffff2e;border-radius:26px;position:relative;overflow:hidden;box-shadow:0 34px 90px #0000004d}.journey-heading{background:linear-gradient(110deg,#ffffff1a,#ffffff06);border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 20px;display:flex}.journey-heading span{color:#f4a16d;text-transform:uppercase;letter-spacing:.18em;margin-bottom:6px;font-size:10px;font-weight:900;display:block}.journey-heading strong{color:#fff;letter-spacing:-.01em;font-size:18px;line-height:1.25;display:block}.journey-heading>small{color:#cbd9d2;text-transform:uppercase;letter-spacing:.12em;border:1px solid #ffffff29;border-radius:999px;flex:none;margin-top:2px;padding:7px 10px;font-size:9px;font-weight:800}.journey-scene{background:#163e31;height:270px;margin:0;position:relative;overflow:hidden}.journey-scene img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.journey-scene-shade{background:linear-gradient(#071e1708 30%,#071e17b8 100%),linear-gradient(90deg,#071e172e,#0000 40%,#071e171f);position:absolute;inset:0}.hub-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08281ec7;border:1px solid #ffffff47;border-radius:14px;min-width:135px;padding:13px 15px;position:absolute;bottom:18px;right:20px;box-shadow:0 12px 30px #00000040}.hub-badge span{color:#ffb47e;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:900;display:block}.hub-badge strong{color:#fff;margin:4px 0 1px;font-size:18px;display:block}.hub-badge small{color:#cad8d1;text-transform:uppercase;letter-spacing:.1em;font-size:10px}.journey-route{z-index:2;background:#fff;grid-template-columns:repeat(3,1fr);margin:0;padding:23px 20px 25px;list-style:none;display:grid;position:relative}.journey-route:before{content:"";background:linear-gradient(90deg,#ef7d32,#f0a166);height:2px;position:absolute;top:40px;left:16.5%;right:16.5%}.journey-route li{z-index:1;text-align:center;min-width:0;color:var(--forest);padding:0 7px;position:relative}.journey-route b{background:var(--orange);color:#fff;letter-spacing:.06em;border-radius:50%;place-items:center;width:34px;height:34px;margin:0 auto 13px;font-size:9px;display:grid;box-shadow:0 0 0 6px #fff,0 7px 16px #e86f253d}.journey-route strong{font-size:12px;line-height:1.3;display:block}.journey-route small{color:#748078;margin-top:5px;font-size:9px;line-height:1.35;display:block}.process-section{background:#fff;grid-template-columns:repeat(3,1fr);gap:22px;padding:100px clamp(24px,7vw,110px);display:grid}.process-section article{border:1px solid #dbe3dc;border-radius:20px;padding:40px}.process-section b{color:var(--orange);font-size:13px}.process-section h2{color:var(--forest);margin:32px 0 14px;font-size:29px}.process-section p{color:var(--muted);line-height:1.75}.market-section{background:#edf1ec;grid-template-columns:.8fr 1fr;gap:clamp(50px,9vw,140px);padding:100px clamp(24px,7vw,110px);display:grid}.market-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.market-grid span{color:var(--forest);background:#fff;border-radius:14px;padding:28px;font-weight:800;box-shadow:0 10px 25px #1032230f}.sourcing-page-hero{background:linear-gradient(125deg,#f8f6ef 0,#eef3ee 55%,#dce8de 100%)}.sourcing-page-hero>div>p:last-of-type{color:#526159;max-width:760px;margin:28px 0 0;font-size:18px;line-height:1.7}.sourcing-hero-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;display:flex}.sourcing-brief-card{background:var(--forest);color:#fff;border-radius:24px;padding:42px;box-shadow:0 30px 70px #0a3d2e33}.sourcing-brief-card>span{color:#f2a06d;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900}.sourcing-brief-card h2{color:#fff;letter-spacing:-.035em;margin:20px 0 25px;font-size:31px;line-height:1.15}.sourcing-brief-card ul{color:#d3dfd8;margin:0;padding-left:20px;line-height:1.75}.sourcing-brief-card li+li{margin-top:8px}.sourcing-intro{background:#fff;grid-template-columns:.85fr 1fr;gap:clamp(45px,9vw,150px);padding:100px clamp(24px,7vw,110px);display:grid}.sourcing-intro h2,.sourcing-process-heading h2,.responsibility-section h2{color:var(--forest);letter-spacing:-.045em;margin:0;font-size:clamp(36px,4vw,56px);line-height:1.08}.sourcing-intro>div:last-child{color:#526159;font-size:18px;line-height:1.8}.sourcing-intro>div:last-child p:first-child{color:#26372f;margin-top:0;font-size:21px}.sourcing-process{background:var(--forest-dark);color:#fff;padding:100px clamp(24px,7vw,110px);scroll-margin-top:88px}.sourcing-process-heading{max-width:760px;margin-bottom:48px}.sourcing-process-heading h2{color:#fff}.sourcing-process-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.sourcing-process-grid article{background:#0c3a2d;border:1px solid #ffffff24;border-radius:19px;min-height:260px;padding:35px}.sourcing-process-grid b{color:#f2a06d;letter-spacing:.12em;font-size:12px}.sourcing-process-grid h3{color:#fff;margin:28px 0 13px;font-size:25px;line-height:1.2}.sourcing-process-grid p{color:#c6d5cd;margin:0;font-size:15px;line-height:1.7}.responsibility-section{background:#edf1ec;grid-template-columns:repeat(2,1fr);gap:22px;padding:100px clamp(24px,7vw,110px);display:grid}.responsibility-section article{border-top:4px solid var(--orange);background:#fff;border-radius:22px;padding:46px}.responsibility-section h2{margin-bottom:28px;font-size:clamp(32px,3vw,44px)}.responsibility-section ul{color:#4c5e54;margin:0;padding-left:20px;line-height:1.8}.responsibility-section li+li{margin-top:7px}.sourcing-note{background:#fff;border-top:1px solid #dce4dd;grid-template-columns:.28fr 1fr;align-items:center;gap:35px;padding:34px clamp(24px,7vw,110px);display:grid}.sourcing-note strong{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px}.sourcing-note p{max-width:1050px;color:var(--muted);margin:0;line-height:1.7}.contact-page{background:radial-gradient(circle at 92% 8%,#d9e7dc 0,#0000 31%),linear-gradient(135deg,#f8f6f0,#edf2ed);grid-template-columns:minmax(0,1.06fr) minmax(390px,.78fr);align-items:center;gap:clamp(48px,7vw,115px);min-height:calc(100vh - 88px);padding:96px clamp(24px,7vw,110px);display:grid;position:relative;overflow:hidden}.contact-page:before{content:"";border:1px solid #0a3d2e1f;border-radius:50%;width:330px;height:330px;position:absolute;bottom:-210px;left:-190px;box-shadow:0 0 0 55px #0a3d2e06,0 0 0 110px #0a3d2e05}.contact-page-intro{z-index:1;position:relative}.contact-page .contact-lead{color:#526159;max-width:670px;margin:28px 0 0;font-size:18px;line-height:1.72}.contact-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:42px;display:grid}.contact-item{background:#ffffffdb;border:1px solid #dbe3dc;border-radius:17px;grid-template-columns:40px 1fr;gap:14px;min-width:0;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 10px 28px #1236250e}.contact-item:hover{border-color:#c4d3c8;transform:translateY(-3px);box-shadow:0 17px 34px #12362517}.contact-item-icon{width:40px;height:40px;color:var(--forest);background:linear-gradient(145deg,#eef4ef,#e3ece5);border:1px solid #d5e1d8;border-radius:12px;place-items:center;display:grid;box-shadow:0 5px 12px #12362514}.contact-item-icon svg{stroke-width:1.9px;width:20px;height:20px}.contact-item h2{color:var(--forest);text-transform:uppercase;letter-spacing:.13em;margin:2px 0 9px;font-size:12px}.contact-item a,.contact-item address{color:#243d32;overflow-wrap:anywhere;font-size:16px;font-style:normal;font-weight:800;line-height:1.5}.contact-item a{text-underline-offset:4px;-webkit-text-decoration:underline #b8c9bf;text-decoration:underline #b8c9bf}.contact-item a:hover{color:var(--orange);-webkit-text-decoration-color:var(--orange);-webkit-text-decoration-color:var(--orange);-webkit-text-decoration-color:var(--orange);text-decoration-color:var(--orange)}.contact-item p{color:#7a887f;margin:7px 0 0;font-size:12px;line-height:1.45}.contact-meta{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.contact-meta span{color:#4b6055;background:#ffffff80;border:1px solid #cad7cd;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800}.contact-meta span:before{content:"✓";color:var(--orange);margin-right:7px}.contact-form-card{z-index:1;color:#fff;background:linear-gradient(145deg,#0b4433,#062d22);border-radius:28px;padding:clamp(38px,4.2vw,58px);position:relative;overflow:hidden;box-shadow:0 34px 80px #06291f40}.contact-form-card:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:250px;height:250px;position:absolute;top:-135px;right:-125px;box-shadow:0 0 0 38px #ffffff06}.contact-card-heading{z-index:1;color:#f3b084;text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:14px;font-size:10px;font-weight:900;display:flex;position:relative}.contact-brand-mark{background:#fff;border-radius:13px;flex:none;place-items:center;width:46px;height:46px;padding:8px;display:grid;box-shadow:0 8px 22px #00000029}.contact-brand-mark img{object-fit:contain;width:100%;height:100%}.contact-form-card h2{z-index:1;color:#fff;letter-spacing:-.045em;max-width:470px;margin:35px 0 18px;font-size:clamp(38px,4vw,54px);line-height:1.03;position:relative}.contact-form-card .contact-business-line{z-index:1;color:#f2a06d;text-transform:uppercase;letter-spacing:.09em;margin:0 0 24px;font-size:11px;font-weight:900;position:relative}.contact-business-line i{color:#fff;opacity:.5;padding:0 6px;font-style:normal}.contact-form-card .contact-card-copy{z-index:1;color:#c8d8d0;max-width:500px;margin:0 0 30px;font-size:15px;line-height:1.72;position:relative}.contact-actions{z-index:1;flex-wrap:wrap;gap:12px;display:flex;position:relative}.contact-form-card .contact-actions .primary{background:var(--orange)}.contact-form-card .contact-actions .secondary{color:#fff;border-color:#ffffff8c}.contact-form-card .contact-actions .secondary:hover{background:#ffffff14}.contact-card-footer{z-index:1;border-top:1px solid #ffffff26;margin-top:30px;padding-top:25px;position:relative}.contact-website{color:#fff;text-underline-offset:4px;font-size:14px;font-weight:800;-webkit-text-decoration:underline #ffffff59;text-decoration:underline #ffffff59;display:inline-block}.contact-website:hover{color:#f5a16c;text-decoration-color:#f5a16c}.contact-form-card small{color:#aabeb4;margin-top:10px;line-height:1.5;display:block}.contact-slogan{z-index:1;color:#f3b084;margin-top:25px;font-size:15px;display:block;position:relative}@keyframes rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (width<=1100px){.desktop-nav{display:none}.mobile-nav{display:block}.hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{z-index:2}.hero-visual{min-width:0;height:490px;margin:35px -76px 0 0}.category-grid{grid-template-columns:repeat(2,1fr)}.trade-directions{grid-template-columns:1fr}.sourcing-callout{align-items:flex-start}.export-section-heading{grid-template-columns:1fr}.export-card{grid-column:span 3}.export-card:nth-child(5){grid-column:2/span 4}.export-enquiry{grid-template-columns:1fr}.about-section{grid-template-columns:.35fr 1fr}.about-detail{grid-column:2}.distribution-section{grid-template-columns:1fr}.coverage-card{min-height:350px}.home-paths,.page-hero,.contact-page{grid-template-columns:1fr}.contact-page{align-items:start}.page-symbol{width:280px}.process-section{grid-template-columns:1fr}.sourcing-process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.site-header{height:72px;padding:0 18px}.brand{min-width:0}.brand-logo{width:175px;height:55px}.header-cta{display:none}.mobile-nav summary{padding:0 12px}.mobile-nav nav{top:48px;right:0}.hero{min-height:auto;padding:50px 20px 30px;display:block}h1{font-size:48px}.hero-actions{flex-direction:column;align-items:stretch}.trust-row{gap:12px}.hero-visual{width:calc(100% + 40px);min-width:0;height:310px;margin:35px -20px -30px;transform:none}.hero-visual img{object-position:center;border-radius:10px}.hero-visual .hero-feature-image{object-position:62% center;border-radius:0 10px 10px 0}.section-heading{display:block}.category-grid{grid-template-columns:1fr}.trade-directions{padding:55px 20px}.trade-directions article{min-height:0;padding:36px 25px}.sourcing-callout{flex-direction:column;align-items:flex-start;gap:30px;padding:60px 20px}.about-section{grid-template-columns:1fr;padding:75px 22px}.about-logo-wrap{width:180px;min-height:180px}.about-logo{width:125px;height:125px}.about-detail{grid-column:auto}.distribution-section{padding:60px 20px}.distribution-panel{padding:38px 25px}.steps{grid-template-columns:1fr;margin-top:45px}.contact-section{grid-template-columns:1fr;padding:75px 20px}.contact-card{padding:30px 24px}footer{text-align:center;flex-direction:column}.footer-brand{display:flex}.page-hero{min-height:auto;padding:65px 20px}.page-hero h1,.contact-page h1{font-size:48px}.story-grid,.market-section{grid-template-columns:1fr;padding:70px 20px}.values-section{grid-template-columns:1fr;padding:0 20px 70px}.page-cta{flex-direction:column;align-items:flex-start;padding:60px 20px}.product-list{padding:55px 20px}.product-list article{grid-template-columns:1fr;padding:20px}.product-list article:nth-child(2n) img{order:0}.export-section{padding:70px 20px}.export-grid{grid-template-columns:1fr}.export-card,.export-card:nth-child(4),.export-card:nth-child(5){grid-column:auto}.export-card>img{height:210px}.export-enquiry{padding:28px 24px}.export-enquiry .button{width:100%;min-width:0}.process-section{padding:70px 20px}.sourcing-page-hero{display:block}.sourcing-brief-card{margin-top:42px;padding:30px 25px}.sourcing-intro{grid-template-columns:1fr;gap:35px;padding:70px 20px}.sourcing-process{padding:70px 20px}.sourcing-process-grid{grid-template-columns:1fr}.sourcing-process-grid article{min-height:0;padding:30px 25px}.responsibility-section{grid-template-columns:1fr;padding:70px 20px}.responsibility-section article{padding:34px 25px}.sourcing-note{grid-template-columns:1fr;gap:10px;padding:32px 20px}.market-grid{grid-template-columns:1fr}.contact-page{padding:65px 20px}.contact-form-card{padding:34px 25px}.contact-actions{flex-direction:column}.contact-actions .button{width:100%}.contact-directory{grid-template-columns:1fr}.contact-item{padding:19px}.contact-meta{display:grid}.contact-meta span{text-align:center}.journey-heading{padding:19px 18px}.journey-heading>small{display:none}.journey-scene{height:235px}.hub-badge{bottom:14px;right:14px}.journey-route{grid-template-columns:1fr 1fr;gap:22px 8px;padding:22px 14px 25px}.journey-route:before{display:none}.journey-route b{margin-bottom:10px}}
