
/* GMP Supplements / The Guided Manufacturing Journey
   No framework, external font, animation library or network call required. */
:root{--navy:#082b45;--navy-deep:#061d2b;--forest:#0d382e;--emerald:#16834b;--lime:#9bd94c;--paper:#f7f9f5;--cream:#f3f1e9;--text:#152e36;--muted:#5c6f70;--line:#dce5df;--white:#fff;--radius:24px;--wrap:1240px;--nav-height:88px;--ease:cubic-bezier(.2,.7,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:108px}body{margin:0;color:var(--text);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.dialog-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait}a{color:inherit;text-decoration:none}button{color:inherit}img,svg{max-width:100%}img{display:block}button,input,select,textarea{border-radius:0}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #70b42a;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.1;font-weight:700;letter-spacing:-.055em}h2{font-size:clamp(34px,3.3vw,48px);margin-bottom:25px}h3{font-size:22px;letter-spacing:-.035em}p{margin-bottom:22px}ul,ol{margin:0;padding:0}::selection{background:var(--lime);color:var(--navy)}[hidden]{display:none!important}.icon{width:21px;height:21px;flex:0 0 21px;vertical-align:middle}.wrap{width:min(var(--wrap),calc(100% - 112px));margin:auto}.section{padding:114px 0;position:relative;isolation:isolate}.eyebrow{font-size:10px;letter-spacing:.19em;font-weight:700;color:var(--emerald);display:flex;gap:12px;align-items:center;margin-bottom:26px;line-height:1.5}.eyebrow.light{color:#aadaaf}.section-intro{font-size:18px;line-height:1.6;color:var(--muted);max-width:600px}.copy-block>p:not(.eyebrow):not(.section-intro){color:var(--muted);max-width:550px;font-size:15px;line-height:1.85}.serif-accent{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.05em;font-style:italic;color:var(--emerald)}.lime-text{color:var(--lime)}.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.btn{min-height:54px;padding:15px 22px;display:inline-flex;justify-content:center;align-items:center;gap:20px;border:1px solid transparent;border-radius:8px;font-size:13px;font-weight:700;line-height:1.2;transition:transform .25s var(--ease),background .25s,color .25s,box-shadow .25s;white-space:normal}.btn:hover{transform:translateY(-3px)}.btn .icon{width:18px;height:18px;flex-basis:18px}.btn-lime{background:var(--lime);color:#102e24;box-shadow:0 5px 20px #9bd94c0d}.btn-lime:hover{background:#b1eb68;box-shadow:0 8px 25px #9bd94c20}.btn-navy{background:var(--navy);color:white}.btn-navy:hover{background:#14526b}.btn-small{padding:12px 17px;min-height:44px;font-size:11px}.btn-ghost{color:#fff;border-color:#ffffff30;background:#ffffff05}.btn-ghost:hover{background:#ffffff10;border-color:#ffffff60}.btn-outline{background:transparent;color:var(--navy);border-color:#cad7d5}.text-link{display:inline-flex;gap:24px;align-items:center;padding:0 0 8px;border:0;border-bottom:1px solid #a6b9b0;background:none;font-weight:700;font-size:13px;line-height:1.5}.text-link:hover .icon{transform:translateX(5px)}.text-link .icon{transition:transform .25s}.icon-button{background:transparent;border:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:9px;border-radius:50%}.icon-button:hover{background:#ffffff10}.live-dot{width:6px;height:6px;display:inline-block;flex:0 0 6px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #9bd94c14}.skip-link{position:fixed;left:16px;top:-100px;z-index:10000;background:#fff;color:var(--navy);padding:10px 20px}.skip-link:focus{top:12px}.scroll-progress{position:fixed;top:0;height:3px;width:100%;z-index:3000;pointer-events:none}.scroll-progress span{height:100%;display:block;width:0;background:var(--lime);box-shadow:0 0 10px #9bd94c77}
/* Navigation */
.site-header{height:var(--nav-height);position:absolute;z-index:1000;top:0;left:0;right:0;color:#fff;transition:background .3s,color .3s,box-shadow .3s}.site-header.scrolled{position:fixed;background:#f9fcf9f0;backdrop-filter:blur(16px);color:var(--navy);box-shadow:0 1px 0 #132f3612}.nav-wrap{height:100%;width:min(1344px,calc(100% - 80px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;gap:10px;align-items:center;line-height:1.1;flex-shrink:0}.brand-mark{width:33px;height:39px;color:var(--lime);display:grid;place-items:center;border:1px solid #9bd94c50;border-radius:10px}.brand-mark .icon{width:23px;height:23px}.brand-word{font-size:22px;letter-spacing:-1px;font-weight:400}.brand-word>strong{color:var(--lime);font-weight:800}.brand-byline{display:block;font-size:7px;letter-spacing:2.3px;line-height:2.4;opacity:.7;margin-top:3px}.scrolled .brand-word>strong{color:var(--emerald)}.scrolled .brand-mark{color:var(--emerald);border-color:#16834b40}.desktop-nav{display:flex;gap:27px;font-size:11px;font-weight:600;margin-left:auto}.desktop-nav a{position:relative;white-space:nowrap}.desktop-nav a::after{content:'';position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--lime);transition:right .25s}.desktop-nav a:hover::after{right:0}.nav-actions{display:flex;gap:13px;align-items:center}.nav-actions>.icon-button{width:32px}.menu-toggle{display:none}.mobile-nav{position:absolute;top:var(--nav-height);left:0;right:0;background:#f9fcf9;color:var(--navy);padding:20px 30px 28px;border-bottom:1px solid var(--line);box-shadow:0 20px 30px #051e2b15}.mobile-nav a{display:block;padding:11px 0;border-bottom:1px solid #132f3610;font-size:15px}
/* Hero: same reference robot, cinematic original composition. */
.hero{background:radial-gradient(ellipse at 76% 51%,#1a453b 0,#0b302f 29%,#082b3b 54%,#e7ecf1 100%);color:#fff;position:relative;overflow:hidden;min-height:875px;padding-top:130px;isolation:isolate}.hero-grid-grid{position:absolute;inset:0;background-image:linear-gradient(#b5d9ce05 1px,transparent 1px),linear-gradient(90deg,#b5d9ce05 1px,transparent 1px);background-size:78px 78px;mask-image:linear-gradient(to right,transparent 45%,black);pointer-events:none}.hero-halo{position:absolute;right:7%;top:26%;width:35vw;height:40vw;border-radius:50%;background:radial-gradient(ellipse,#73b54b1b,transparent 70%);filter:blur(20px)}.hero-layout{display:grid;grid-template-columns:1fr 1fr;min-height:651px;gap:16px;align-items:center}.hero-copy{position:relative;z-index:4;padding-bottom:35px;align-self:start}.hero .eyebrow{margin:14px 0 28px;font-size:9px;letter-spacing:.19em}.hero h1{font-size:clamp(50px,4.75vw,70px);line-height:1.015;letter-spacing:-.06em;margin-bottom:24px;font-weight:700}.hero h1>span{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;color:var(--lime);letter-spacing:-.05em}.hero-subhead{font-size:21px;letter-spacing:-.025em;margin-bottom:12px;color:#fff}.hero-description{max-width:475px;color:#acbec1;font-size:14px;line-height:1.8;margin-bottom:28px}.hero-description strong{font-weight:400;color:#d7e6e0}.hero-small{display:flex;gap:16px;font-size:9px;margin-top:24px;color:#b6c9c7;flex-wrap:wrap}.hero-small span{display:flex;gap:5px;align-items:center}.hero-small .icon{width:12px;height:12px;flex-basis:12px;color:var(--lime)}.hero-art{position:relative;height:647px;align-self:start;z-index:2}.orbital-ring{position:absolute;border:1px solid #a6d39625;border-radius:50%;left:50%;top:42%;width:460px;height:460px;transform:translate(-50%,-50%)}.ring-two{width:580px;height:580px;border-color:#c5e1ca0e;border-style:dashed}.ring-one::before{content:'';position:absolute;inset:25px;border:1px solid #a6d3960c;border-radius:50%}.orbit-dot{position:absolute;width:8px;height:8px;top:6%;left:50%;background:var(--lime);border-radius:50%;box-shadow:0 0 25px #a6ed5a;animation:orbital-dot 18s linear infinite;transform-origin:0 230px}.hero-base{position:absolute;left:53%;bottom:48px;transform:translateX(-50%);height:69px;width:360px;border-radius:50%;background:radial-gradient(ellipse,#93bda423,#0b251c40 60%,transparent 72%);border-top:1px solid #ccf3ca12}.hero-speech{position:absolute;left:2%;top:34px;background:#f9fff2f7;color:var(--navy);border:1px solid #d5e7cb;border-radius:14px 14px 3px 14px;padding:14px 18px;z-index:7;box-shadow:0 14px 36px #00181133;transform:rotate(-3deg);font-size:11px;line-height:1.5}.hero-speech b{display:block;font-size:13px;line-height:1.4;letter-spacing:-.025em}.hero-speech>span:last-child{display:block;color:#517066;font-size:10px;margin-top:4px}.speech-dot{position:absolute;width:6px;height:6px;right:12px;top:13px;background:var(--emerald);border-radius:50%}.float-tag{position:absolute;display:flex;align-items:center;gap:10px;border:1px solid #cad6c92b;background:#143d37d9;backdrop-filter:blur(15px);border-radius:12px;padding:12px 16px;color:#c9dfd6;z-index:6;box-shadow:0 10px 30px #001b2020;font-size:10px;line-height:1.4}.float-tag .icon{color:var(--lime);width:24px;height:24px}.float-tag b{font-size:11px;color:#fff;font-weight:500}.tag-one{left:-3%;top:48%;animation:float-soft 5s ease-in-out infinite}.tag-two{right:-2%;top:68%;animation:float-soft 6s ease-in-out infinite reverse}.art-coordinate{position:absolute;bottom:25px;left:0;width:100%;text-align:center;font-size:8px;color:#a7c0b3;letter-spacing:.23em}.hero-capsule{width:55px;height:122px;position:absolute;border-radius:40px;background:linear-gradient(90deg,#56703e,#a5d360 40%,#698f41);box-shadow:inset 5px 0 8px #ffffff70,10px 20px 30px #001c2820;transform:rotate(35deg);right:3%;top:6%;animation:capsule-float 8s ease-in-out infinite}.hero-capsule::after{position:absolute;content:'';inset:51% 0 0;background:linear-gradient(90deg,#ccd2c4,#fff 45%,#bdc8b5);border-radius:0 0 40px 40px;border-top:2px solid #8fac7c}.hero-tablet{width:45px;height:45px;border-radius:50%;position:absolute;background:linear-gradient(130deg,#fff,#bfcdc5);box-shadow:3px 8px 0 #8fa499,8px 17px 24px #06222190;right:18%;bottom:82px;transform:rotateX(40deg) rotateZ(-25deg)}.hero-tablet::after{content:'';position:absolute;height:2px;background:#9fac9b;left:2px;right:2px;top:50%;box-shadow:0 1px 0 #fff}.hero-bottom{border-top:1px solid #ffffff16;display:flex;justify-content:space-between;align-items:center;padding:23px 0;position:relative;z-index:6;font-size:9px;letter-spacing:.1em;color:#b2c8c6}.hero-bottom>span{display:flex;align-items:center;gap:8px}.hero-bottom .icon{width:13px;height:13px;flex-basis:13px}.hero-bottom p{display:flex;align-items:center;gap:15px;margin:0;letter-spacing:0;font-size:11px}.hero-bottom i{width:3px;height:3px;border-radius:50%;background:var(--lime)}.hero-bottom a{color:#effae7;display:flex;align-items:center;gap:20px}.hero-bottom a span{font-size:20px;line-height:1}
/* Scrolling guide and reference sprites. */
.bot-anchor{position:absolute;width:var(--bot-width);height:calc(var(--bot-width) * 1.69);transform:translate(-50%,-50%);z-index:4;pointer-events:none}.bot-standby{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 15px 12px #09291915)}.bot-ground{position:absolute;bottom:-6px;left:12%;width:76%;height:12px;background:radial-gradient(ellipse,#24402b25,transparent 72%);border-radius:50%;z-index:-1}.journey-bot{position:absolute;top:0;left:0;width:300px;height:507px;z-index:40;pointer-events:none;display:none;transform-origin:center;will-change:transform}.journey-bot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 15px 10px #04252012)}.bot-float{width:100%;height:100%;animation:bot-bob 6s ease-in-out infinite}.traveler-shadow{position:absolute;bottom:-12px;left:12%;width:76%;height:18px;background:radial-gradient(ellipse,#092c291c,transparent 70%);border-radius:50%}.motion-running .journey-bot{display:block}.motion-running .bot-standby{opacity:0}.journey-indicator{position:fixed;bottom:18px;left:28px;z-index:100;background:#fafffaf2;border:1px solid #dce7df;border-radius:30px;padding:10px 15px;display:flex;gap:10px;align-items:center;box-shadow:0 4px 22px #06251f0b;color:var(--navy);font-size:10px;line-height:1}.journey-indicator>span:last-child{border-left:1px solid #d9e5dd;padding-left:10px;color:var(--emerald);font-variant-numeric:tabular-nums}.journey-indicator .live-dot{background:var(--emerald);box-shadow:none;width:5px;height:5px;flex-basis:5px}
.journey-nav{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:3}.journey-nav>.wrap{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:76px}.journey-label{font-size:8px;letter-spacing:.15em;font-weight:700;display:flex;gap:11px;align-items:center}.journey-label .live-dot{background:var(--emerald)}.journey-nav a{font-size:11px;display:flex;gap:8px;white-space:nowrap;color:#556860;transition:color .2s}.journey-nav a:hover,.journey-nav a.active{color:var(--emerald)}.journey-nav small{font-size:9px;color:#91a093}
/* Products */
.products{background:#f6f8f3}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:49px}.product-heading{min-height:205px}.product-heading .section-intro{max-width:600px;margin-bottom:0;font-size:16px}.product-heading .eyebrow{margin-bottom:20px}.product-bot-stage{position:relative;flex:0 0 240px;align-self:stretch;min-height:218px}.small-guide-label{font-family:Georgia,serif;font-style:italic;color:var(--emerald);font-size:15px;position:absolute;bottom:-4px;left:0;right:0;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px}.product-card{background:#fff;border:1px solid #e1e9df;border-radius:17px;overflow:hidden;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 18px 38px #082b4510;border-color:#acc89f}.product-art{position:relative;height:236px;background:radial-gradient(ellipse at 50% 55%,#fff,#eef2e9);display:flex;justify-content:center;align-items:center;overflow:hidden;border-bottom:1px solid #e2eade}.art-number{position:absolute;top:15px;left:16px;font-size:8px;letter-spacing:.1em;color:#84928b}.concept-caption{position:absolute;bottom:10px;left:0;right:0;text-align:center;font-size:6px;letter-spacing:.12em;color:#829086}.product-copy{padding:23px 19px 18px;display:flex;flex-direction:column;min-height:261px}.product-copy h3{font-size:19px;line-height:1.18;letter-spacing:-.04em;min-height:46px;margin-bottom:12px}.product-copy p{font-size:12px;line-height:1.75;color:var(--muted);margin-bottom:22px}.product-select{display:flex;justify-content:space-between;align-items:center;gap:5px;width:100%;border:0;background:transparent;border-top:1px solid #e5ece4;padding:14px 0 0;font-size:10px;font-weight:700;text-align:left;margin-top:auto}.product-select .icon{width:16px;height:16px;flex-basis:16px;color:var(--emerald)}.product-card.selected{border-color:#7eb362;box-shadow:0 0 0 2px #a2cf7e55}.section-footnote{font-size:10px;color:#7c8c80;line-height:1.6;margin:20px 0 0;max-width:1030px}.service-strip{margin-top:48px;padding-top:29px;border-top:1px solid #dce5d8;display:flex;justify-content:space-between;gap:20px;color:#627569;font-size:9px;font-weight:600;letter-spacing:.11em}.service-strip span::before{content:'+';color:var(--emerald);margin-right:13px;font-weight:700}
/* Branded product concepts, built in CSS, not a stock consumer product. */
.mockup{--label-bg:#234d38;--label-ink:#f9f9eb;position:relative;flex-shrink:0;transform:rotate(-6deg);filter:drop-shadow(11px 18px 12px #2f443520);transition:transform .7s var(--ease)}.mockup.navy{--label-bg:#163b52;--label-ink:#fff}.mockup.clay{--label-bg:#9d5d40;--label-ink:#fff}.mockup.cream{--label-bg:#e7e1cd;--label-ink:#5e613e}.product-card:hover .mockup{transform:translateY(-4px) rotate(3deg)}.bottle{width:105px;height:176px}.pack-cap{position:absolute;left:9%;top:0;width:82%;height:29px;border-radius:8px 8px 3px 3px;background:repeating-linear-gradient(90deg,transparent 0 3px,#56644820 3px 4px),linear-gradient(90deg,#b4bba9,#fff 26%,#eef1e5 65%,#b9c6af);border:1px solid #c1cab9;z-index:4;box-shadow:inset 0 3px 2px #ffffffaa,0 3px 0 #959f8c}.pack-neck{position:absolute;top:26px;left:17%;width:66%;height:15px;border-radius:3px;background:linear-gradient(90deg,#b6bda7,#fff 34%,#dde7d1)}.pack-body{position:absolute;left:0;right:0;top:34px;bottom:0;border-radius:21px 21px 17px 17px;background:linear-gradient(90deg,#c5d1b9 0,#f5f8ee 14%,#fff 31%,#e6edda 75%,#bdc9ae);box-shadow:inset -8px 0 12px #60714b25,inset 5px 0 8px #fff6,0 3px 0 #a3af9555;overflow:hidden;border:1px solid #c9d2bf}.pack-label{position:absolute;left:1%;right:1%;top:23px;bottom:18px;background:linear-gradient(90deg,#00000020,transparent 19%,transparent 75%,#0000002c),var(--label-bg);color:var(--label-ink);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px 5px 5px;text-align:center;overflow:hidden;box-shadow:0 1px 0 #00000015}.your-logo{font-size:7px;letter-spacing:1.1px;line-height:1.35;font-weight:700}.label-mark{font-family:Georgia,serif;font-size:24px;line-height:1.1;margin:1px 0 3px;font-weight:400;opacity:.55}.pack-label>strong{font-size:9px;letter-spacing:.045em;line-height:1.1}.pack-label>small{font-size:5px;letter-spacing:.15em;margin-top:3px}.pack-rule{height:1px;width:75%;background:currentColor;opacity:.35;margin:7px 0 5px}.pack-label>em{font-size:3px;letter-spacing:.14em;line-height:1.2;font-style:normal}.jar{width:121px;height:130px;--label-bg:#ede5ce;--label-ink:#3e321e;transform:rotate(4deg)}.jar .pack-cap{left:2%;width:96%;height:25px;background:repeating-linear-gradient(90deg,transparent 0 3px,#9d9c7940 3px 4px),linear-gradient(90deg,#142423,#46564e 35%,#172b28);border-color:#41534b;box-shadow:inset 0 2px 0 #91aa8f,0 3px 0 #111f1b}.jar .pack-neck{top:24px;left:8%;width:84%;background:#493219}.jar .pack-body{top:32px;border-radius:10px 10px 16px 16px;background:linear-gradient(90deg,#2f2415,#80612e 20%,#967340 36%,#473b20 75%,#261e14);border-color:#726133;box-shadow:inset 6px 0 3px #f7d57635,inset -6px 0 2px #06080077}.jar .pack-label{top:15px;bottom:14px;padding-top:7px}.jar .label-mark{display:none}.jar .pack-label>strong{margin-top:9px;font-size:13px}.jar .pack-label>em{font-size:3px}.tin{width:113px;height:139px;transform:rotate(-7deg)}.tin .pack-cap{left:0;right:0;width:100%;height:16px;border-radius:8px 8px 3px 3px;background:linear-gradient(90deg,#a7b2ba,#f6f9fb 35%,#dbe4e7 72%,#95a9b2);border-color:#a8b6b8}.tin .pack-body{top:20px;border-radius:9px 9px 15px 15px}.tin .pack-neck{top:15px}.tin .pack-label{top:14px;bottom:15px}.tin .label-mark{font-size:17px;margin:4px 0}.pouch{width:135px;height:175px;background:linear-gradient(100deg,#c9c9b9,#fcfcf1 20%,#f3f6df 72%,#c0c6a9);clip-path:polygon(7% 0,94% 0,90% 12%,100% 92%,93% 100%,6% 100%,0 92%,10% 12%);border-radius:2px 2px 15px 15px;transform:rotate(7deg);box-shadow:inset 6px 0 9px #8a97774d}.pouch-seal{position:absolute;left:7%;right:6%;height:18px;top:0;border-top:6px double #a8b49a;background:#e4e7d8;border-bottom:2px solid #a7b493}.pouch .pack-label{left:6%;right:5%;top:37px;bottom:16px;padding-top:13px;box-shadow:inset 9px 0 8px #0000001b}.pouch .your-logo{font-size:7px}.pouch .label-mark{font-size:29px;margin:2px 0}.pouch .pack-label>strong{font-size:13px}.pouch-base{position:absolute;bottom:5px;left:8%;right:8%;height:6px;border-top:1px solid #b9c1a7;box-shadow:0 -3px 4px #cad4b6}.blister{width:133px;height:180px;border-radius:6px;transform:rotate(9deg);background:linear-gradient(115deg,#b5c1c5,#faffff 33%,#c5d1d4 70%,#aabbbf);border:1px solid #aab9bb;box-shadow:inset 2px 0 0 #fff,3px 3px 0 #c0ccd0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 10px 9px}.blister::before{content:'';position:absolute;inset:0;border-radius:6px;background:repeating-linear-gradient(40deg,#ffffff1f 0 1px,transparent 1px 3px);pointer-events:none}.blister-brand{font-size:6px;letter-spacing:1px;font-weight:700;color:#294f4e;z-index:1;margin-bottom:9px}.blister-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 17px}.blister-grid i{width:28px;height:22px;border-radius:50%;background:radial-gradient(ellipse at 40% 30%,#fff,#f1f2e6 57%,#c2c8b5);border:3px solid #b6c4c7;box-shadow:inset 1px 1px 2px #fff,1px 1px 1px #66797c,0 0 0 1px #edf3f2}.blister>small{font-size:5px;letter-spacing:.15em;margin-top:9px;color:#517078}
/* Shared art and split sections. */
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}.copy-block h2{font-size:clamp(34px,3.2vw,47px)}.scene-art{position:relative;border-radius:24px;min-height:550px;isolation:isolate}.formulation{background:#fff}.formula-art{background:radial-gradient(ellipse at 57% 50%,#edf5dc,#e5eddd 74%);border:1px solid #dce6d4;overflow:visible}.art-grid{position:absolute;inset:0;border-radius:24px;overflow:hidden;background-image:linear-gradient(#416b3910 1px,transparent 1px),linear-gradient(90deg,#416b3910 1px,transparent 1px);background-size:35px 35px;mask-image:radial-gradient(ellipse,black,transparent 80%)}.art-corner{position:absolute;top:24px;left:25px;font-size:8px;letter-spacing:.12em;color:#6d886a;font-weight:600}.mini-steps{margin:29px 0 30px}.mini-steps>div{display:flex;gap:18px;padding:13px 0;border-top:1px solid #e5ebe2}.mini-steps>div>span{font-size:10px;font-weight:700;color:var(--emerald);margin-top:3px}.mini-steps p{margin:0;font-size:12px;color:var(--muted)}.mini-steps b{display:block;font-size:14px;color:var(--navy);font-weight:600}.formula-orbit{position:absolute;left:12%;top:15%;height:350px;width:350px;border:1px dashed #829f7333;border-radius:50%;animation:spin 55s linear infinite}.ingredient-chip{position:absolute;border:1px solid #c7d6bc;background:#f9fcf2ed;border-radius:12px;box-shadow:0 10px 22px #1c42190c;display:flex;align-items:center;gap:8px;z-index:3;padding:11px 14px;font-size:11px;color:#3a6546;animation:float-soft 6s ease-in-out infinite}.ingredient-chip .icon{width:17px;height:17px;flex-basis:17px}.chip-one{left:12%;top:17%}.chip-two{right:10%;top:15%;animation-delay:-2s}.chip-three{left:7%;top:59%;animation-delay:-3.5s}.formula-vessel{position:absolute;left:23%;top:31%;width:117px;height:184px;border:2px solid #c4d8b699;border-radius:5px 5px 24px 24px;background:linear-gradient(90deg,#ffffff55,transparent 30%,#fff9 38%,transparent 50%,#fff6);transform:rotate(-9deg);box-shadow:inset 10px 0 10px #fff6,5px 10px 18px #204d1c0c;overflow:visible;z-index:2}.vessel-top{position:absolute;left:-4px;right:-4px;height:9px;top:-4px;border-radius:50%;border:2px solid #d0e0bc;background:#edf3e2}.vessel-liquid{position:absolute;left:4px;right:4px;bottom:4px;height:60%;background:linear-gradient(90deg,#72a646b3,#badb68cc,#679d41ba);border-radius:0 0 19px 19px;border-top:4px solid #c6e681;overflow:hidden;animation:liquid-level 9s ease-in-out infinite}.vessel-liquid i{position:absolute;bottom:7%;width:5px;height:5px;border:1px solid #eaf9c790;border-radius:50%;left:20%;animation:bubble-rise 3s linear infinite}.vessel-liquid i:nth-child(2){left:60%;animation-delay:-1s;width:7px;height:7px}.vessel-liquid i:nth-child(3){left:80%;animation-delay:-2s}.vessel-liquid i:nth-child(4){left:35%;animation-delay:-.4s;width:3px;height:3px}.vessel-ruler{position:absolute;left:4px;top:15px;font-size:7px;line-height:3;color:#4f733780}.vessel-label{position:absolute;top:54%;left:36%;font-size:8px;letter-spacing:.1em;font-weight:700;color:#365a25;line-height:1.5}.formula-note{position:absolute;bottom:53px;left:27px;color:#264627;z-index:2}.formula-note>span{font-size:7px;letter-spacing:.13em;opacity:.6}.formula-note p{margin:6px 0 0;font-family:Georgia,serif;font-style:italic;font-size:25px;line-height:1.15}.art-disclaimer{position:absolute;bottom:14px;left:20px;right:20px;margin:0;text-align:center;font-size:7px;line-height:1.5;color:#788f75}.formula-connector{position:absolute;left:44%;top:52%;width:22%;border-top:2px dashed #608e3e44}
/* Manufacturing scene: clearly an illustration, with a real-photo preview slot. */
.manufacturing{background:#f1f5f2}.factory-art{background:linear-gradient(160deg,#e1ebed,#f8faf4);border:1px solid #d4e0e2;overflow:hidden}.factory-art .art-corner{color:#678485}.factory-lines{position:absolute;inset:70px 0 0;display:flex;justify-content:space-evenly;opacity:.3}.factory-lines i{width:13%;height:70%;border:1px solid #9bb3b1;border-bottom:0;transform:skewY(-16deg)}.factory-lines i::before{content:'';position:absolute;height:4px;background:#ccd9d3;left:0;right:0;top:30px}.machine-frame{position:absolute;left:7%;top:21%;width:69%;height:238px;border:11px solid #8ca2a5;border-radius:8px 8px 0 0;background:linear-gradient(120deg,#eaf1eff0,#becdcc40);box-shadow:inset 0 0 0 3px #fff8,9px 4px 0 #c9d7d4}.machine-screen{position:absolute;left:9px;right:9px;top:9px;background:#183b43;border-radius:4px;color:#c8e9c5;font-size:6px;letter-spacing:.11em;padding:9px;display:flex;gap:7px;align-items:center}.machine-screen .live-dot{width:4px;height:4px;flex-basis:4px}.machine-nozzles{position:absolute;top:52px;left:15%;right:15%;display:flex;justify-content:space-between}.machine-nozzles i{height:65px;width:11px;background:linear-gradient(90deg,#708888,#e1edeb,#8ba19e);border-radius:0 0 4px 4px;animation:nozzle-move 4s ease-in-out infinite}.conveyor-products{position:absolute;left:5%;right:7%;height:162px;top:50%;overflow:hidden;z-index:3}.conveyor-products .bottle{transform:scale(.54);transform-origin:left bottom;position:absolute;bottom:0;left:0;animation:conveyor-run 12s linear infinite;filter:drop-shadow(6px 5px 2px #123d2922)}.conveyor-products .cp-1{animation-delay:-4s}.conveyor-products .cp-2{animation-delay:-8s}.conveyor{height:25px;position:absolute;left:4%;right:4%;top:78%;background:repeating-linear-gradient(90deg,#647e82 0 9px,#cedfda 9px 13px);border:4px solid #839b9b;border-radius:7px;z-index:3;box-shadow:0 13px 0 -5px #b0c1bc}.factory-badge{position:absolute;bottom:63px;left:21px;display:flex;align-items:center;gap:10px;color:#486e6b;font-size:9px;line-height:1.5;background:#f4faf2cc;padding:10px 15px;border-radius:10px;border:1px solid #d5e2d4}.factory-badge .icon{width:26px;height:26px}.factory-badge b{color:var(--navy);font-weight:500}.owner-photo-control{margin-top:27px;padding:13px 0;border-top:1px solid #d7e2dd;border-bottom:1px solid #d7e2dd;display:flex;gap:18px;align-items:center}.owner-photo-control>span{font-size:7px;letter-spacing:.1em;color:#708d7d;white-space:nowrap}.owner-photo-control>p{font-size:10px;margin:0;color:#6a7f74}.upload-label{margin-left:auto;display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:10px;font-weight:700;cursor:pointer}.upload-label .icon{width:16px;height:16px;flex-basis:16px}.upload-label:hover{color:var(--emerald)}.factory-photo-layer{position:absolute;inset:0;z-index:10;border-radius:24px;overflow:hidden;background:#c4d3c3}.factory-photo-layer img{width:100%;height:100%;object-fit:cover}.photo-remove{position:absolute;right:12px;top:12px;border:0;display:grid;place-items:center;width:35px;height:35px;background:#fff;border-radius:50%;color:var(--navy)}.process-line{display:grid;grid-template-columns:repeat(6,1fr);list-style:none;gap:18px;margin-top:45px}.process-line li{border-top:1px solid #bacdbd;position:relative;padding-top:24px}.process-line li::before{content:'';position:absolute;width:6px;height:6px;border-radius:50%;background:#a9bbad;top:-4px;left:0;animation:process-pulse 7.2s ease-in-out infinite}.process-line li:nth-child(2)::before{animation-delay:1.2s}.process-line li:nth-child(3)::before{animation-delay:2.4s}.process-line li:nth-child(4)::before{animation-delay:3.6s}.process-line li:nth-child(5)::before{animation-delay:4.8s}.process-line li:nth-child(6)::before{animation-delay:6s}.process-line li>span{font-size:9px;letter-spacing:.1em;color:var(--emerald)}.process-line h3{font-size:16px;line-height:1.2;letter-spacing:-.035em;margin:9px 0}.process-line p{font-size:10px;color:var(--muted);line-height:1.7;margin-bottom:0}
/* Quality */
.dark{background:var(--navy-deep);color:#fff}.quality{background:radial-gradient(ellipse at 80% 35%,#183d34 0,#0b2d32 42%,#061f30 90%);overflow:hidden}.dark .section-intro{color:#c0d1ce}.dark .copy-block>p:not(.eyebrow):not(.section-intro){color:#9db5b3}.quality .split-section{gap:60px}.quality .copy-block h2{font-size:43px}.quality .quality-art{min-height:555px}.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 24px;margin:28px 0 31px}.quality-grid .icon{color:var(--lime);width:23px;height:23px}.quality-grid h3{font-size:13px;letter-spacing:-.01em;font-weight:500;margin:9px 0 7px}.quality-grid p{font-size:10px;color:#a0b8b1;margin:0}.light-link{color:#d1eeac;border-color:#7a9d6c66}.quality-orbit{position:absolute;left:12%;top:12%;width:330px;height:330px;border-radius:50%;border:1px solid #8ba78120;box-shadow:0 0 0 48px #8ba78106,0 0 0 100px #8ba78103}.scan-item{position:absolute;left:19%;top:12%;width:224px;height:337px;display:flex;align-items:center;justify-content:center}.scan-item>.bottle{transform:scale(1.35) rotate(0);filter:drop-shadow(0 15px 20px #02180caa)}.scan-line{position:absolute;z-index:3;left:5%;right:5%;height:2px;top:10%;background:#b9ee8e;box-shadow:0 0 15px 4px #9bd94c50;animation:scan 4.5s ease-in-out infinite}.scan-line::after{content:'';position:absolute;left:0;right:0;top:2px;height:40px;background:linear-gradient(#9bd94c1f,transparent)}.scan-corner{position:absolute;width:23px;height:23px;border-color:#9bd94c80}.sc-1{left:0;top:0;border-left:2px solid;border-top:2px solid}.sc-2{right:0;top:0;border-right:2px solid;border-top:2px solid}.sc-3{left:0;bottom:0;border-left:2px solid;border-bottom:2px solid}.sc-4{right:0;bottom:0;border-right:2px solid;border-bottom:2px solid}.scan-label{position:absolute;font-size:7px;color:#9ec48d;letter-spacing:.13em;left:16%;top:8%}.trace-tags{position:absolute;left:4%;top:81%;display:flex;flex-direction:column;gap:6px}.trace-tags span{border:1px solid #a4c79a33;border-radius:4px;padding:5px 9px;font-size:7px;letter-spacing:.09em;color:#c4d8b7;min-width:100px;background:#123d3677}.credentials{margin-top:68px;border-top:1px solid #c9dcbb22;display:grid;grid-template-columns:1fr 1.7fr;gap:10px 30px;padding-top:34px;align-items:center}.credentials small{font-size:7px;letter-spacing:.15em;color:#9bbb95}.credentials h3{font-size:20px;margin:9px 0 0}.credential-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.credential-pills span{padding:10px 13px;font-size:10px;border:1px solid #bdd3b533;border-radius:6px;color:#d6e4d1;background:#bdd3b504}.credentials>p{grid-column:1/-1;color:#8ba49e;font-size:9px;max-width:900px;margin:15px 0 0}
/* Packaging studio */
.packaging{background:#f7f4ed}.packaging .split-section{gap:64px}.packaging-art{background:radial-gradient(ellipse at 50% 50%,#fdfcf6,#e8e6d8);border:1px solid #e1dfd0;min-height:610px;overflow:hidden}.pack-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:27px}.pack-option{border:1px solid #cfd7ca;border-radius:9px;background:#ffffff55;padding:14px;display:flex;gap:10px;align-items:center;font-size:11px;transition:background .25s,border-color .25s}.pack-option .icon{width:17px;height:17px;flex-basis:17px;color:var(--emerald)}.pack-option.active{background:#e4ecd9;border-color:#b0c695;box-shadow:0 0 0 1px #b0c69530}.pack-description{font-size:12px!important;line-height:1.8!important;margin:19px 0 25px;color:#6f7f6c}.tiny-note{font-size:9px!important;line-height:1.6!important;margin-top:20px}.pack-stage-ring{position:absolute;left:7%;top:15%;width:350px;height:350px;border:1px solid #c0c9ae60;border-radius:50%;box-shadow:0 0 0 37px #becdaa08}.pack-custom-label{display:flex;gap:10px;align-items:center;position:absolute;top:24px;left:25px;font-size:8px;letter-spacing:.1em;color:#607852}.pack-custom-label .live-dot{background:#789f55;box-shadow:none}.pack-preview{position:absolute;left:36%;top:43%;width:230px;height:320px;transform:translate(-50%,-50%);z-index:3;display:grid;place-items:center}.pack-preview-item{width:100%;height:100%;display:grid;place-items:center;animation:pack-arrive .65s var(--ease)}.pack-preview .bottle{transform:scale(1.62) rotate(-7deg)}.pack-preview .jar{transform:scale(1.6) rotate(-6deg)}.pack-preview .blister{transform:scale(1.62) rotate(10deg)}.pack-preview .pouch{transform:scale(1.56) rotate(-5deg)}.pack-plinth{position:absolute;left:4%;top:68%;width:67%;height:88px;background:linear-gradient(#f6f6e9,#d8decb);border-radius:50% 50% 15px 15px / 35% 35% 16% 16%;box-shadow:0 15px 15px #596a4322;border:1px solid #ebeddc}.pack-plinth::after{content:'';position:absolute;left:0;right:0;height:39%;top:0;border-radius:50%;background:#fffff580;border-bottom:1px solid #cad3bb80}.colour-picker{position:absolute;bottom:59px;left:26px;display:flex;align-items:center;gap:9px;z-index:5}.colour-picker>span{font-size:7px;color:#78866c;letter-spacing:.1em;margin-right:8px}.swatch{width:20px;height:20px;border-radius:50%;border:3px solid #f6f4e9;box-shadow:0 0 0 1px #d1d7c4;padding:0}.swatch.green{background:#234d38}.swatch.navy{background:#163b52}.swatch.clay{background:#9d5d40}.swatch.selected{box-shadow:0 0 0 2px #93ad71}.pack-concept-label{position:absolute;bottom:22px;left:24px;right:24px;font-size:6px;letter-spacing:.11em;color:#849076;text-align:center}
/* Markets */
.markets{background:#fff}.markets-top{display:flex;align-items:center;gap:30px;justify-content:space-between;margin-bottom:42px}.markets-top h2{font-size:clamp(34px,3.5vw,50px)}.markets-top .section-intro{max-width:650px;margin-bottom:0;font-size:16px}.market-mini-guide{position:relative;height:225px;flex:0 0 220px}.global-stage{height:282px;position:relative;background:radial-gradient(ellipse at 50% 100%,#23523c,#0b2c38 60%,#08283a);border-radius:22px;overflow:hidden;color:#d7edc5}.global-stage::before{content:'';position:absolute;inset:0;background-image:radial-gradient(#b7d99725 1px,transparent 1px);background-size:18px 18px;mask-image:linear-gradient(transparent,black)}.globe{position:absolute;width:264px;height:264px;left:50%;top:20%;transform:translateX(-50%);border-radius:50%;border:1px solid #93b97c60;background:radial-gradient(circle at 33% 30%,#34695480,#0a2b2cb3 65%,#031b239c);box-shadow:inset -32px -12px 34px #0417209e,0 0 70px #9bd94c10;overflow:hidden}.globe-grid{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 34px,#94b87b28 34px 35px);border-radius:50%;transform:rotate(-15deg)}.globe-orbit{position:absolute;inset:-1px;border:1px solid #95ba8355;border-radius:50%}.go-1{transform:rotate(-15deg) scaleX(.38)}.go-2{transform:rotate(-15deg) scaleX(.74)}.go-3{transform:rotate(-15deg) scaleY(.38)}.origin-dot{position:absolute;top:89px;left:132px;width:8px;height:8px;background:#b9e879;border-radius:50%;box-shadow:0 0 0 7px #9bd94c15,0 0 0 17px #9bd94c09,0 0 20px #9bd94c8c;animation:process-pulse 3s infinite}.route-lines{position:absolute;inset:0;width:100%;height:100%;stroke:#aada72;stroke-width:1.2;fill:none}.route{stroke-dasharray:5 7;stroke-opacity:.5;animation:route-flow 18s linear infinite}.route-label{position:absolute;display:flex;flex-direction:column}.route-label span{font-size:24px;font-weight:600;letter-spacing:-.05em}.route-label small{font-size:7px;letter-spacing:.12em;margin-top:2px;opacity:.65}.route-us{left:10%;top:20%}.route-uk{left:70%;top:8%}.route-in{right:9%;bottom:29%}.origin-label{position:absolute;left:50%;bottom:42px;transform:translateX(-50%);font-size:7px;letter-spacing:.11em;color:#b6cfa4}.global-corner{position:absolute;left:24px;bottom:20px;font-size:7px;letter-spacing:.13em;color:#8eb096}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;margin-top:28px}.market-card{padding:26px;border:1px solid #dae4da;border-radius:17px;background:#f9fbf7;transition:border-color .25s,background .25s}.market-card:hover{border-color:#a8c298;background:#f3f7ec}.market-card-top{display:flex;justify-content:space-between;align-items:center;color:var(--emerald);margin-bottom:24px}.country-code{font-size:10px;letter-spacing:.12em;border:1px solid #c9d9c2;padding:5px 9px;border-radius:6px}.market-card-top>.icon{width:19px}.market-card h3{font-size:24px;line-height:1.15;margin-bottom:16px;letter-spacing:-.04em}.market-card p{font-size:12px;line-height:1.9;color:var(--muted);margin-bottom:26px}.market-card .text-link{font-size:11px;gap:14px}
/* FAQ */
.faq-section{background:#f1f6ef}.faq-layout{display:grid;grid-template-columns:.82fr 1.3fr;gap:120px}.faq-intro h2{font-size:44px}.faq-intro>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.6}.faq-bot-stage{position:relative;width:260px;height:248px;margin-top:22px}.faq-list{border-top:1px solid #cfddcd}.faq-list details{border-bottom:1px solid #cfddcd}.faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:25px;align-items:center;padding:24px 0;font-size:14px;line-height:1.5;font-weight:600;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-plus{display:grid;place-items:center;border:1px solid #c8d9c6;border-radius:50%;width:28px;height:28px;flex:0 0 28px;transition:background .25s,color .25s,transform .25s}.faq-plus .icon{width:14px;height:14px}.faq-list details[open] .faq-plus{transform:rotate(45deg);background:var(--emerald);color:#fff;border-color:var(--emerald)}.faq-list details p{font-size:13px;line-height:1.9;color:#5f765f;padding-right:42px;margin-bottom:26px}
/* Guided project form. */
.quote-section{background:radial-gradient(ellipse at 15% 70%,#174939,#082e35 45%,#08263b 100%);padding:105px 0 110px}.quote-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.quote-copy h2{font-size:45px;line-height:1.14}.quote-copy .section-intro{font-size:23px;line-height:1.5;margin-top:25px;margin-bottom:15px;letter-spacing:-.025em}.quote-copy>p:not(.eyebrow):not(.section-intro){font-size:14px;color:#a9c0b7;max-width:440px}.quote-bot-stage{height:268px;max-width:460px;position:relative;margin:24px 0 20px}.quote-bubble{position:absolute;left:58%;top:28%;font-family:Georgia,serif;font-style:italic;color:#d2ebba;font-size:23px;line-height:1.2;transform:rotate(-6deg)}.quote-email{display:flex;align-items:center;gap:12px;font-size:13px}.quote-email .icon{color:var(--lime);width:18px;height:18px}.b2b-note{display:block;font-size:7px;letter-spacing:.12em;margin:16px 0 0 31px;color:#86ab98}.form-card{background:#fffdf8;border-radius:22px;color:var(--navy);padding:30px;box-shadow:0 20px 55px #04221b3f;position:relative;z-index:45;min-height:618px}.form-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.form-identity{display:flex;gap:10px;align-items:center;font-size:10px;letter-spacing:.08em;font-weight:700}.form-identity img{width:40px;height:45px;object-fit:contain}.form-identity small{display:block;font-weight:400;letter-spacing:0;color:#83907d;margin-top:3px;font-size:10px}.step-counter{font-size:10px;letter-spacing:.13em;color:#7b9173}.form-progress{height:3px;background:#e4eadb;border-radius:4px;margin-bottom:29px;overflow:hidden}.form-progress i{display:block;width:33.333%;height:100%;background:var(--emerald);transition:width .35s}.form-step{margin:0;padding:0;border:0;min-width:0}.form-step legend{font-size:29px;line-height:1.15;font-weight:700;letter-spacing:-.05em;float:left;width:100%;padding:0;margin:0 0 16px}.form-step legend+*{clear:both}.field-help{font-size:10px;color:#7c8a75;line-height:1.75;margin-bottom:17px}.format-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.format-option{position:relative;border:1px solid #dce4d4;background:#f7f9f1;border-radius:10px;padding:19px 12px;display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;cursor:pointer;min-height:81px;line-height:1.4;transition:background .2s,border .2s}.format-option>input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer}.format-option>.icon{color:#4f7950;width:21px;height:21px;flex-basis:21px}.format-option>span{padding-right:12px;pointer-events:none}.format-option>i{position:absolute;right:8px;top:8px;width:15px;height:15px;border-radius:50%;border:1px solid #d7e1cd;display:grid;place-items:center}.format-option>i>.icon{width:10px;height:10px;opacity:0;stroke-width:3}.format-option:has(input:checked){border-color:#74a755;background:#eaf2df;box-shadow:0 0 0 1px #a9ca9222}.format-option:has(input:checked)>i{background:var(--emerald);border-color:var(--emerald);color:#fff}.format-option:has(input:checked)>i>.icon{opacity:1}.format-option:has(input:focus-visible){outline:3px solid #80ad53;outline-offset:3px}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px}.form-actions>.btn{margin-left:auto}.form-actions>#form-next:first-of-type{min-width:160px}.back-button{border:0;padding:8px 0;font-size:11px;color:#61775d;background:none}.form-preview-notice{margin-top:24px;padding-top:17px;border-top:1px solid #e2e7da;font-size:9px;line-height:1.7;color:#84917b}.form-preview-notice b{color:#597154}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 15px;margin:24px 0 19px}.field.full{grid-column:1/-1}.field>label{display:block;font-size:10px;color:#61715a;font-weight:600;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;background:#fafbf6;border:1px solid #d9e2d0;border-radius:7px;min-height:46px;padding:11px;font-size:12px;color:#173b3a}.field textarea{resize:vertical;min-height:90px}.field input::placeholder,.field textarea::placeholder{color:#97a38e}.form-error{font-size:12px;color:#9b3c22;margin:20px 0 0;background:#fff0e7;border:1px solid #e3b399;padding:10px;border-radius:7px}.summary-check{display:grid;place-items:center;background:#dfeaCE;color:var(--emerald);width:46px;height:46px;border-radius:50%;margin:20px 0}.form-summary h3{font-size:31px;line-height:1.12;letter-spacing:-.05em}.form-summary>p{font-size:12px;line-height:1.8;color:var(--muted)}.form-summary pre{white-space:pre-wrap;word-break:break-word;max-height:290px;overflow:auto;font:11px/1.9 Arial,sans-serif;background:#f1f5eb;border:1px solid #dce5d3;padding:15px;border-radius:8px}.form-summary .btn{font-size:11px;padding:13px 15px;gap:10px}.form-summary>.back-button{margin-top:17px}.form-summary .field-help{font-size:9px}
/* Footer and dialogs. */
.site-footer{background:#f8faf5;padding:55px 0 30px;color:var(--navy)}.site-footer .brand-word>strong{color:var(--emerald)}.site-footer .brand-mark{color:var(--emerald);border-color:#16834b30}.footer-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d7e3d5;padding-bottom:33px;gap:30px}.footer-top>p{margin:0;font-family:Georgia,serif;font-style:italic;font-size:24px;line-height:1.2;letter-spacing:-.04em;color:#568144}.back-top{width:45px;height:45px;border:1px solid #bfcfb5;border-radius:50%;display:grid;place-items:center;font-size:24px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr 1fr;gap:45px;margin:40px 0}.footer-grid h3{font-size:11px;letter-spacing:0;margin-bottom:15px}.footer-grid p,.footer-grid a{display:block;font-size:10px;line-height:1.9;color:#71816b;margin-bottom:7px}.footer-grid a:hover{color:var(--emerald)}.footer-grid>div:first-child p{max-width:265px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #d7e3d5;padding-top:22px;font-size:8px;color:#87917e}.footer-bottom>div{display:flex;gap:20px}.footer-bottom button{border:0;background:none;font-size:8px;padding:0;color:#6b7c61}.toast{position:fixed;bottom:70px;left:50%;transform:translateX(-50%);padding:13px 20px;background:#103d36;color:#fff;font-size:12px;border-radius:8px;box-shadow:0 10px 30px #001f2820;max-width:calc(100% - 40px);z-index:4000;text-align:center}.toast[hidden]{display:none}dialog{border:1px solid #d3e0cd;border-radius:20px;padding:0;width:min(560px,calc(100vw - 36px));max-height:85vh;color:var(--navy);background:#fafcf5;box-shadow:0 20px 100px #00172355}dialog::backdrop{background:#001e2dc9;backdrop-filter:blur(7px)}.dialog-inner{padding:40px;position:relative}.dialog-inner h2{font-size:39px}.dialog-inner>p:not(.eyebrow),.dialog-inner li{font-size:13px;color:#597356;line-height:1.9}.dialog-close{position:absolute;top:15px;right:15px}.dialog-close:hover{background:#dfebd7}.dialog-inner>.btn{margin-top:15px}.launch-list{padding-left:18px}.launch-list li{padding-left:4px;margin-bottom:10px}
/* Motion never gates body copy or links. */
@keyframes float-soft{0%,100%{translate:0 0}50%{translate:0 -10px}}@keyframes bot-bob{0%,100%{translate:0 0}50%{translate:0 -4px}}@keyframes spin{to{rotate:360deg}}@keyframes orbital-dot{to{transform:rotate(360deg)}}@keyframes capsule-float{0%,100%{transform:translateY(0) rotate(35deg)}50%{transform:translateY(-16px) rotate(45deg)}}@keyframes bubble-rise{0%{transform:translateY(0);opacity:0}20%{opacity:.8}100%{transform:translateY(-88px);opacity:0}}@keyframes liquid-level{0%,100%{height:58%}50%{height:68%}}@keyframes nozzle-move{0%,35%,100%{transform:translateY(0)}50%,70%{transform:translateY(12px)}}@keyframes conveyor-run{from{left:-12%}to{left:115%}}@keyframes process-pulse{0%,85%,100%{background:#a6b49f;box-shadow:0 0 0 0 #9bd94c00}10%,35%{background:var(--emerald);box-shadow:0 0 0 5px #9bd94c25}}@keyframes scan{0%,100%{top:9%;opacity:.4}50%{top:90%;opacity:1}}@keyframes route-flow{to{stroke-dashoffset:-120}}@keyframes pack-arrive{from{opacity:0;transform:translateY(20px) rotate(3deg)}to{opacity:1;transform:translateY(0) rotate(0)}}
body.js .scene:not(.in-view) *,body.js .scene:not(.in-view) *::before{animation-play-state:paused!important}body.motion-paused *,body.motion-paused *::before,body.motion-paused *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}body.motion-paused .journey-bot{display:none!important}body.motion-paused .bot-standby{opacity:1!important}
@media(min-width:1600px){.hero{min-height:925px;padding-top:155px}.hero-layout{min-height:670px}.hero-art{height:670px}.hero h1{font-size:76px}.hero-description{font-size:15px}.hero .eyebrow{font-size:10px}}
@media(max-width:1199px){:root{--nav-height:80px}.wrap{width:calc(100% - 80px)}.nav-wrap{width:calc(100% - 54px);gap:20px}.brand-word{font-size:19px}.desktop-nav{gap:17px;font-size:10px}.nav-actions{gap:5px}.nav-actions .btn{font-size:10px;padding:10px 13px;gap:10px}.hero{min-height:815px;padding-top:116px}.hero h1{font-size:60px}.hero-layout{min-height:610px}.hero-art{height:600px}.hero-art>.bot-anchor{--bot-width:295px!important}.hero-description{font-size:13px;max-width:410px}.hero .btn{padding:14px 17px;gap:13px;font-size:12px}.hero-small{font-size:8px;gap:10px}.hero-speech{left:-3%;top:25px}.orbital-ring{width:390px;height:390px}.ring-two{width:480px;height:480px}.hero-base{width:280px;bottom:45px}.tag-one{left:-7%;padding:10px}.tag-two{right:-4%;top:67%;padding:10px}.hero-capsule{right:0;width:42px;height:95px}.journey-nav>.wrap{gap:12px}.journey-label{font-size:7px}.journey-nav a{font-size:10px;gap:5px}.product-grid{gap:12px}.product-copy{padding:19px 15px 15px;min-height:292px}.product-copy h3{font-size:17px}.product-copy p{font-size:11px}.product-select{font-size:9px}.product-art{height:215px}.product-art .mockup{scale:.9}.section{padding:90px 0}.split-section{gap:44px}.scene-art{min-height:520px}.formula-orbit{width:280px;height:280px;top:20%}.formula-art .bot-anchor{--bot-width:155px!important;left:77%!important;top:62%!important}.formula-vessel{left:20%;top:33%;width:100px;height:162px}.formula-note p{font-size:22px}.ingredient-chip{padding:10px;font-size:10px}.chip-one{left:8%}.chip-two{right:7%}.chip-three{left:5%;top:64%}.quality .copy-block h2{font-size:38px}.quality .quality-art{min-height:515px}.quality .split-section{gap:25px}.scan-item{left:12%;scale:.9;transform-origin:top left}.quality-art .bot-anchor{left:74%!important;--bot-width:150px!important}.quality-orbit{width:270px;height:270px}.credentials{grid-template-columns:1fr 1.5fr}.credential-pills span{padding:9px;font-size:9px}.packaging .split-section{gap:35px}.packaging-art{min-height:570px}.pack-stage-ring{width:280px;height:280px}.pack-preview{left:37%;top:44%;scale:.85;transform-origin:center}.packaging-art .bot-anchor{--bot-width:145px!important;left:80%!important;top:69%!important}.colour-picker{bottom:58px}.faq-layout{gap:65px}.faq-intro h2{font-size:39px}.quote-layout{gap:42px}.quote-copy h2{font-size:39px}.form-card{padding:25px}.format-option{font-size:10px;padding:18px 10px;gap:7px}.form-step legend{font-size:28px}.form-actions>.btn{font-size:12px;padding:14px 17px}.quote-bubble{font-size:20px}.market-card{padding:22px}.market-card h3{font-size:22px}.footer-grid{gap:30px}.owner-photo-control{gap:12px}.owner-photo-control>p{font-size:9px}.upload-label{font-size:9px}}
@media(max-width:979px){.desktop-nav{display:none}.nav-actions{margin-left:auto;gap:12px}.menu-toggle{display:inline-flex}.wrap{width:calc(100% - 56px)}.hero{min-height:785px;padding-top:118px}.hero h1{font-size:54px}.hero-layout{min-height:580px;gap:0}.hero-art{height:568px}.hero-art>.bot-anchor{--bot-width:265px!important;left:56%!important;top:49%!important}.hero-description{font-size:13px;max-width:370px}.hero-subhead{font-size:18px}.hero .button-row{gap:8px}.hero .btn{font-size:11px;padding:13px 14px;min-height:49px}.hero-small{gap:8px;font-size:7px}.hero-speech{font-size:9px;left:0;top:0;padding:11px 14px}.hero-speech b{font-size:12px}.hero-speech>span:last-child{font-size:9px}.tag-one{left:0;top:58%;padding:9px 11px;font-size:8px}.tag-two{right:-3%;top:78%;font-size:8px;padding:9px 10px}.float-tag b{font-size:9px}.float-tag .icon{width:19px;height:19px;flex-basis:19px}.orbital-ring{width:330px;height:330px;top:40%}.ring-two{width:400px;height:400px}.hero-capsule{right:0;top:7%;width:33px;height:80px}.hero-tablet{right:15%;bottom:50px;width:32px;height:32px}.art-coordinate{bottom:15px;font-size:6px}.hero-bottom p{font-size:10px;gap:10px}.hero-bottom{font-size:8px}.journey-nav>.wrap{justify-content:flex-start;overflow-x:auto;gap:24px;scrollbar-width:none;min-height:66px}.journey-label{flex-shrink:0}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px}.product-copy{min-height:245px}.product-copy h3{font-size:20px;min-height:44px}.product-copy p{font-size:12px}.product-select{font-size:11px}.product-card:nth-child(4),.product-card:nth-child(5){grid-column:span 1}.product-art{height:230px}.product-art .mockup{scale:1}.section{padding:80px 0}.split-section{gap:30px}.copy-block h2{font-size:34px}.section-intro{font-size:16px}.copy-block>p:not(.eyebrow):not(.section-intro){font-size:13px}.scene-art{min-height:480px}.formula-art .bot-anchor{--bot-width:132px!important;left:76%!important}.formula-vessel{left:15%;top:32%;width:90px;height:150px}.ingredient-chip{font-size:9px;padding:8px}.ingredient-chip .icon{width:14px;height:14px;flex-basis:14px}.chip-two{right:5%;top:23%}.formula-orbit{left:5%;width:250px;height:250px}.chip-three{top:63%}.formula-note{left:20px;bottom:54px}.formula-note p{font-size:19px}.art-corner{font-size:7px;left:20px}.mini-steps>div{gap:12px}.mini-steps p{font-size:11px}.mini-steps b{font-size:12px}.machine-frame{left:7%;width:71%;height:215px}.conveyor-products{top:44%}.conveyor{top:78%}.factory-art .bot-anchor{--bot-width:128px!important;left:79%!important;top:65%!important}.factory-badge{font-size:8px;padding:9px;bottom:49px}.process-line{gap:15px}.process-line h3{font-size:14px}.process-line p{font-size:9px}.owner-photo-control>span{display:none}.quality .copy-block h2{font-size:33px}.quality-grid{gap:20px 16px}.quality-grid h3{font-size:12px}.quality-grid p{font-size:9px}.quality .quality-art{min-height:500px}.scan-item{left:7%;top:12%;scale:.85}.quality-art .bot-anchor{left:72%!important;--bot-width:135px!important;top:75%!important}.trace-tags{left:1%;top:82%}.trace-tags span{font-size:6px;min-width:85px;padding:5px 7px}.quality-orbit{left:0;width:260px;height:260px}.credentials{grid-template-columns:1fr;gap:23px}.credential-pills{justify-content:flex-start}.credentials>p{margin:0}.packaging .split-section{gap:28px}.packaging-art{min-height:530px}.packaging-art .bot-anchor{--bot-width:125px!important;left:79%!important;top:72%!important}.pack-preview{scale:.73;left:35%;top:44%}.pack-plinth{top:66%;height:72px}.pack-stage-ring{left:2%;top:20%;width:250px;height:250px}.pack-controls{gap:7px}.pack-option{font-size:10px;gap:7px;padding:11px 9px}.colour-picker{bottom:47px;left:20px}.colour-picker>span{font-size:6px}.pack-custom-label{font-size:7px;left:20px;gap:8px}.pack-concept-label{font-size:5px}.markets-top h2{font-size:37px}.market-mini-guide{flex-basis:180px;height:215px}.market-mini-guide .bot-anchor{--bot-width:135px!important}.market-grid{gap:15px}.market-card{padding:20px}.market-card h3{font-size:20px}.market-card p{font-size:11px;line-height:1.85}.market-card .text-link{font-size:10px;gap:9px}.route-us{left:8%}.route-uk{left:74%}.route-in{right:7%;bottom:20%}.route-label small{max-width:125px;font-size:6px}.faq-layout{gap:45px}.faq-intro h2{font-size:35px}.faq-list summary{font-size:12px;padding:22px 0;gap:16px}.faq-list details p{font-size:12px;padding-right:22px}.quote-layout{gap:29px}.quote-copy h2{font-size:34px}.quote-copy .section-intro{font-size:20px}.quote-copy>p:not(.eyebrow):not(.section-intro){font-size:12px}.quote-bot-stage .bot-anchor{--bot-width:158px!important;left:33%!important}.quote-bubble{left:61%;font-size:17px}.quote-email{font-size:11px;gap:8px}.form-card{padding:21px;border-radius:18px;min-height:592px}.form-step legend{font-size:26px}.format-option{padding:17px 9px;font-size:9px;gap:6px;min-height:76px}.format-option>.icon{width:18px;height:18px;flex-basis:18px}.format-options{gap:8px}.format-option>i{width:12px;height:12px;right:5px;top:5px}.field-grid{gap:15px 10px}.field>label{font-size:9px}.field input,.field select,.field textarea{font-size:11px;padding:9px;min-height:43px}.form-preview-notice{font-size:8px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:25px 45px}.footer-bottom{align-items:flex-start}.footer-bottom>div{gap:14px}.footer-top>p{font-size:22px}.service-strip{font-size:8px;gap:12px}.service-strip span::before{margin-right:7px}}
/* Mobile: art is composed, not a scaled-down desktop canvas. */
@media(max-width:720px){:root{--nav-height:74px}.wrap{width:calc(100% - 40px)}.nav-wrap{width:calc(100% - 32px);gap:10px}.brand-word{font-size:19px}.brand-mark{width:29px;height:34px}.brand-mark .icon{width:20px;height:20px}.brand-byline{font-size:6px;letter-spacing:1.9px;margin-top:2px}.nav-actions{gap:3px}.nav-actions>.btn{display:none}.nav-actions>.icon-button{width:33px}.hero{padding-top:106px;min-height:0}.hero-layout{display:flex;flex-direction:column;gap:0}.hero-copy{align-self:stretch;padding-bottom:0}.hero .eyebrow{font-size:7px;letter-spacing:.14em;margin:0 0 22px;gap:9px}.hero h1{font-size:clamp(46px,10.8vw,70px);line-height:1.015;margin-bottom:23px}.hero h1 br:nth-child(1){display:none}.hero h1 br:nth-child(1)::after{content:' '}.hero h1{max-width:500px}.hero-subhead{font-size:20px;margin-bottom:11px}.hero-description{font-size:13px;max-width:460px;line-height:1.8;margin-bottom:25px}.hero .btn{font-size:12px;padding:15px 17px;min-height:51px;gap:13px}.hero-small{font-size:8px;gap:13px;line-height:1.5;margin-top:20px}.hero-art{width:100%;max-width:480px;height:535px;margin-top:29px;align-self:center}.hero-art>.bot-anchor{--bot-width:264px!important;left:52%!important;top:49%!important}.hero-speech{left:0;top:26px;font-size:9px}.hero-speech b{font-size:11px}.hero-speech>span:last-child{font-size:8px}.orbital-ring{width:310px;height:310px;top:43%;left:50%}.ring-two{width:410px;height:410px}.hero-base{left:52%;bottom:32px;width:270px}.hero-capsule{width:36px;height:78px;right:2%;top:11%}.tag-one{left:-2%;top:56%;padding:9px 10px;z-index:6}.tag-two{right:-2%;top:77%;padding:9px 10px}.hero-tablet{bottom:55px;right:15%;width:29px;height:29px}.art-coordinate{bottom:12px;font-size:6px}.hero-bottom{flex-wrap:wrap;gap:15px;padding:21px 0;font-size:7px;letter-spacing:.07em}.hero-bottom>p{display:none}.hero-bottom a{font-size:8px;gap:15px}.hero-bottom a span{font-size:18px}.journey-nav>.wrap{min-height:63px;gap:23px;width:calc(100% - 40px);margin-right:0;white-space:nowrap;overflow:scroll}.journey-label{font-size:7px;max-width:85px;white-space:normal;line-height:1.4;gap:8px}.journey-nav a{font-size:9px}.section{padding:66px 0}h2{font-size:34px;line-height:1.1;margin-bottom:20px}.eyebrow{font-size:8px;letter-spacing:.14em;margin-bottom:21px}.section-intro{font-size:15px;line-height:1.7}.section-head{gap:15px;margin-bottom:30px;align-items:start}.product-heading{min-height:0;display:block;position:relative;padding-right:0}.product-heading h2{font-size:34px}.product-heading .section-intro{max-width:440px;font-size:13px;padding-right:72px}.product-bot-stage{position:absolute;right:-5px;bottom:-9px;width:93px;height:129px;min-height:0}.product-bot-stage>.bot-anchor{--bot-width:74px!important;top:47%!important}.small-guide-label{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-art{height:202px}.product-art .mockup{scale:.88}.product-copy{padding:18px 13px 13px;min-height:280px}.product-copy h3{font-size:17px;line-height:1.2;min-height:61px;letter-spacing:-.04em;margin-bottom:10px}.product-copy p{font-size:11px;line-height:1.75;margin-bottom:16px}.product-select{font-size:9px;gap:3px;line-height:1.4}.product-select .icon{width:14px;height:14px;flex-basis:14px}.product-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.product-card:last-child .product-art{height:100%;min-height:266px;border-bottom:0;border-right:1px solid #e0e7dc}.product-card:last-child .product-copy{min-height:268px}.product-card:last-child .product-copy h3{min-height:0}.product-card:last-child .product-art .mockup{scale:1}.section-footnote{font-size:8px;margin-top:18px;line-height:1.8}.service-strip{display:grid;grid-template-columns:1fr 1fr;gap:13px 12px;margin-top:32px;padding-top:22px;font-size:7px;letter-spacing:.06em}.service-strip span::before{margin-right:6px}.split-section{display:flex;flex-direction:column;gap:34px;align-items:stretch}.copy-block h2{font-size:35px}.copy-block>p:not(.eyebrow):not(.section-intro){font-size:13px;line-height:1.85}.copy-block .section-intro{font-size:16px}.mini-steps{margin:22px 0}.mini-steps>div{gap:15px}.mini-steps b{font-size:13px}.mini-steps p{font-size:11px}.mini-steps>div>span{font-size:9px}.text-link{font-size:12px;gap:25px}.scene-art{min-height:475px;border-radius:18px;max-width:540px;width:100%;margin:auto}.formula-art .bot-anchor{--bot-width:155px!important;left:74%!important;top:60%!important}.formula-vessel{width:100px;height:167px;left:22%;top:32%}.formula-orbit{width:270px;height:270px;left:12%;top:17%}.ingredient-chip{font-size:10px;padding:10px}.chip-one{left:10%;top:17%}.chip-two{right:7%;top:19%}.chip-three{left:5%;top:61%}.formula-note{left:24px;bottom:49px}.formula-note p{font-size:21px}.formula-note>span{font-size:6px}.art-disclaimer{font-size:6px}.factory-art{min-height:480px}.factory-art .bot-anchor{--bot-width:149px!important;left:78%!important;top:65%!important}.machine-frame{height:230px}.factory-badge{font-size:8px;bottom:49px;left:20px}.conveyor-products{top:43%}.conveyor{top:77%}.owner-photo-control{align-items:flex-start;gap:15px;flex-direction:column;padding:15px 0;margin-top:21px}.owner-photo-control>p{font-size:9px;line-height:1.75}.upload-label{margin:0;font-size:10px}.process-line{grid-template-columns:repeat(3,1fr);gap:29px 18px;margin-top:33px}.process-line li{padding-top:18px}.process-line h3{font-size:14px}.process-line p{font-size:9px}.process-line li>span{font-size:8px}.quality .split-section{gap:28px}.quality .copy-block h2{font-size:34px}.quality-grid{gap:24px 23px;margin:29px 0}.quality-grid h3{font-size:13px}.quality-grid p{font-size:10px}.quality .quality-art{min-height:454px;max-width:420px}.quality-orbit{left:11%;top:7%;width:285px;height:285px}.scan-item{left:14%;top:8%;scale:.94}.scan-label{left:15%;top:3%}.quality-art .bot-anchor{left:76%!important;--bot-width:148px!important;top:72%!important}.trace-tags{left:7%;top:76%}.trace-tags span{font-size:6px;padding:6px 9px;min-width:93px}.credentials{margin-top:26px;padding-top:27px;gap:23px}.credentials h3{font-size:23px}.credential-pills{gap:7px}.credential-pills span{font-size:9px;padding:9px 10px}.credentials>p{font-size:8px;line-height:1.8}.packaging .split-section{gap:31px}.pack-controls{gap:9px;margin-top:23px}.pack-option{font-size:11px;padding:14px 12px;gap:10px}.pack-description{font-size:11px!important}.tiny-note{font-size:8px!important}.packaging-art{min-height:535px}.pack-preview{scale:.85;left:37%;top:44%}.packaging-art .bot-anchor{--bot-width:147px!important;left:79%!important;top:68%!important}.pack-stage-ring{width:300px;height:300px;top:17%;left:7%}.pack-plinth{top:68%;height:72px}.colour-picker{bottom:53px;left:23px}.colour-picker>span{font-size:7px}.pack-custom-label{font-size:7px}.pack-concept-label{font-size:5px;bottom:22px}.markets-top{display:block;position:relative;margin-bottom:27px}.markets-top h2{font-size:35px;padding-right:0}.markets-top .section-intro{font-size:13px;max-width:260px;padding-right:20px}.market-mini-guide{position:absolute;right:0;bottom:-24px;width:98px;height:140px;z-index:4}.market-mini-guide .bot-anchor{--bot-width:89px!important}.global-stage{height:300px;border-radius:18px}.globe{width:212px;height:212px;top:31%;left:51%}.globe-grid{background-size:auto}.origin-dot{left:110px;top:81px}.route-lines{opacity:.55}.route-label span{font-size:20px}.route-label small{font-size:5px;letter-spacing:.03em;max-width:80px;line-height:1.6}.route-us{top:14%;left:8%}.route-uk{top:12%;left:73%}.route-in{right:6%;bottom:21%}.origin-label{font-size:5px;bottom:31px;left:47%}.global-corner{font-size:5px;bottom:14px;left:20px}.market-grid{grid-template-columns:1fr;gap:14px;margin-top:21px}.market-card{padding:24px}.market-card-top{margin-bottom:16px}.country-code{font-size:9px}.market-card h3{font-size:26px;max-width:310px}.market-card p{font-size:12px;line-height:1.85;margin-bottom:21px}.market-card .text-link{font-size:11px;gap:20px}.faq-layout{display:block}.faq-intro{position:relative;padding-bottom:36px}.faq-intro h2{font-size:35px}.faq-intro>p:not(.eyebrow){font-size:14px}.faq-bot-stage{position:absolute;right:-8px;bottom:34px;width:102px;height:166px;margin:0}.faq-bot-stage .bot-anchor{--bot-width:86px!important;left:50%!important}.faq-list summary{font-size:13px;line-height:1.6;padding:23px 0;gap:25px}.faq-list details p{font-size:12px;line-height:1.9;padding-right:20px}.faq-plus{width:26px;height:26px;flex-basis:26px}.quote-section{padding:63px 0 65px}.quote-layout{display:flex;flex-direction:column;gap:34px}.quote-copy{width:100%;position:relative}.quote-copy h2{font-size:34px;max-width:520px}.quote-copy .section-intro{font-size:19px;max-width:250px;margin-top:23px}.quote-copy>p:not(.eyebrow):not(.section-intro){font-size:12px;max-width:240px}.quote-bot-stage{position:absolute;right:-3px;bottom:67px;width:117px;height:208px;margin:0;pointer-events:none}.quote-bot-stage .bot-anchor{--bot-width:105px!important;left:50%!important;top:50%!important}.quote-bubble{display:none}.quote-email{font-size:12px;margin-top:27px}.b2b-note{font-size:6px;margin-top:12px;letter-spacing:.11em}.form-card{width:100%;max-width:540px;margin:auto;padding:25px;border-radius:18px;min-height:600px}.form-step legend{font-size:29px}.format-options{gap:10px}.format-option{font-size:11px;min-height:78px;padding:17px 12px;gap:10px}.format-option>.icon{width:21px;height:21px;flex-basis:21px}.format-option>i{width:13px;height:13px;top:7px;right:7px}.form-actions{margin-top:26px}.form-preview-notice{font-size:9px}.field>label{font-size:10px}.field input,.field select,.field textarea{font-size:13px;min-height:47px;padding:12px}.field-grid{gap:17px 12px}.form-summary h3{font-size:29px}.form-summary .btn{font-size:11px;gap:9px}.site-footer{padding:41px 0 72px}.footer-top{gap:15px;flex-wrap:wrap;padding-bottom:25px}.footer-top>p{font-size:20px;order:3;width:100%;padding-left:40px;margin-top:9px}.footer-top .brand-word{font-size:23px}.footer-top .brand-mark{width:31px;height:38px}.back-top{width:40px;height:40px;font-size:22px}.footer-grid{gap:25px 18px;margin:29px 0}.footer-grid h3{font-size:10px}.footer-grid p,.footer-grid a{font-size:9px}.footer-bottom{display:block;font-size:7px;line-height:1.8}.footer-bottom>div{margin-top:15px;gap:22px}.footer-bottom button{font-size:8px}.journey-indicator{left:12px;bottom:10px;font-size:8px;padding:9px 11px;gap:8px}.journey-bot{display:none!important}.motion-running .bot-standby{opacity:1!important}.bot-standby{animation:bot-bob 6s ease-in-out infinite}.dialog-inner{padding:31px 26px}.dialog-inner h2{font-size:34px}.dialog-inner>p:not(.eyebrow),.dialog-inner li{font-size:12px}.toast{bottom:60px;font-size:11px;padding:12px 16px;line-height:1.6;min-width:220px}}
@media(max-width:374px){.wrap{width:calc(100% - 32px)}.nav-wrap{width:calc(100% - 26px)}.brand-word{font-size:17px}.brand-mark{width:26px}.brand-byline{font-size:5px;letter-spacing:1.7px}.hero h1{font-size:46px}.hero .eyebrow{font-size:6px}.hero .btn{padding:14px 13px;font-size:11px;gap:9px}.hero-small{font-size:7px;gap:8px}.hero-art{height:480px}.hero-art>.bot-anchor{--bot-width:238px!important}.hero-speech{padding:10px 12px;left:-3px;font-size:8px}.hero-speech b{font-size:10px}.tag-one{top:59%;left:-3px}.tag-two{right:-3px;top:81%}.float-tag .icon{width:16px;height:16px;flex-basis:16px}.product-copy{padding:16px 11px 12px;min-height:310px}.product-copy h3{font-size:16px}.product-copy p{font-size:10px}.product-select{font-size:8px}.product-art{height:185px}.product-art .mockup{scale:.79}.product-card:last-child .product-art .mockup{scale:.85}.copy-block h2,.markets-top h2,.faq-intro h2,.quote-copy h2{font-size:32px}.product-heading h2{font-size:31px}.scene-art{min-height:445px}.formula-art .bot-anchor{--bot-width:134px!important}.formula-vessel{left:18%;width:91px;height:152px}.ingredient-chip{font-size:9px;padding:8px}.formula-note p{font-size:19px}.factory-art .bot-anchor{--bot-width:132px!important}.packaging-art{min-height:494px}.pack-preview{scale:.75;left:34%;top:44%}.packaging-art .bot-anchor{--bot-width:126px!important;top:72%!important}.colour-picker>span{font-size:6px}.form-card{padding:20px}.format-option{font-size:10px;padding:15px 10px;gap:7px}.form-step legend{font-size:27px}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.quote-copy>p:not(.eyebrow):not(.section-intro){max-width:212px}.quote-bot-stage{right:-7px;width:99px}.quote-bot-stage .bot-anchor{--bot-width:93px!important}.footer-grid{grid-template-columns:1fr 1fr;gap:21px 12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation:none!important;transition:none!important}.journey-bot{display:none!important}.motion-running .bot-standby{opacity:1!important}}
@media print{.site-header{position:relative!important;color:var(--navy)}.nav-actions,.desktop-nav,.journey-bot,.journey-indicator,.owner-photo-control,.form-actions,.scroll-progress{display:none!important}.bot-standby{opacity:1!important}.section{padding:40px 0;break-inside:avoid}.hero{background:var(--navy)!important}.scene *{animation:none!important}details>p{display:block!important}.wrap{width:92%}a{color:inherit}.footer-bottom{padding-bottom:0}}
/* Final mobile hero composition: headline + CTA + complete character above support text. */
@media(max-width:720px){
 .hero-layout{display:flex;align-items:stretch}
 .hero-copy{display:contents}
 .hero-copy>.eyebrow{order:0;margin-bottom:20px}
 .hero-copy>h1{order:1;font-size:41px;max-width:500px;margin-bottom:19px}
 .hero-copy>.hero-subhead{order:2;font-size:17px;margin-bottom:20px}
 .hero-copy>.button-row{order:3;gap:8px;flex-wrap:nowrap}
 .hero-copy>.button-row .btn{font-size:11px;padding:14px 15px;min-height:49px;gap:11px}
 .hero-art{order:4;height:346px;max-width:370px;margin:20px auto 8px}
 .hero-art>.bot-anchor{--bot-width:186px!important;left:53%!important;top:48%!important}
 .hero-art .hero-speech{left:0;top:5px;padding:10px 12px}
 .hero-art .hero-speech b{font-size:10px}
 .hero-art .hero-speech>span:last-child{font-size:7px}
 .hero-art .hero-capsule{right:2%;top:8%;width:29px;height:65px}
 .hero-art .ring-one{width:240px;height:240px;top:44%}
 .hero-art .ring-two{width:335px;height:335px;top:44%}
 .hero-art .tag-one{left:0;top:57%;font-size:7px;padding:8px;gap:6px}
 .hero-art .tag-two{right:0;top:70%;font-size:7px;padding:8px;gap:6px}
 .hero-art .float-tag b{font-size:8px}
 .hero-art .float-tag .icon{width:15px;height:15px;flex-basis:15px}
 .hero-art .hero-base{width:195px;bottom:20px}
 .hero-art .hero-tablet{width:25px;height:25px;bottom:38px;right:13%}
 .hero-art .art-coordinate{bottom:4px;font-size:5px}
 .hero-art .orbit-dot{display:none}
 .hero-copy>.hero-description{order:5;font-size:12px;max-width:480px;margin:12px 0 0}
 .hero-copy>.hero-small{order:6;font-size:7px;margin:17px 0 25px;gap:13px}
 .hero-bottom{margin-top:0}
}
@media(max-width:374px){.hero-copy>h1{font-size:37px}.hero-copy>.hero-subhead{font-size:15px}.hero-copy>.button-row .btn{font-size:10px;padding:14px 11px;gap:9px}.hero-art{height:330px}.hero-art>.bot-anchor{--bot-width:177px!important}.hero-art .hero-speech{left:-1px}.hero-copy>.hero-small{font-size:6px;gap:9px}}
/* Product concepts are examples, not bestseller or market-approval claims. */
.concept-bar{margin-top:29px;display:flex;gap:25px;align-items:flex-start;padding:23px 0 2px}.concept-bar-title{flex:0 0 166px}.concept-bar-title small{font-size:7px;letter-spacing:.12em;color:#729565;font-weight:600;display:block;margin-bottom:7px}.concept-bar-title h3{font-size:19px;line-height:1.2;margin:0;letter-spacing:-.04em}.concept-links{display:flex;gap:8px;flex-wrap:wrap;flex:1}.concept-links a{font-size:10px;padding:8px 11px;border:1px solid #d5e0cd;border-radius:6px;background:#fff9;display:flex;gap:12px;align-items:center;color:#466643;transition:background .2s,border-color .2s}.concept-links a:hover{background:#e6efd8;border-color:#b7ce9d}.concept-links a span{color:#91b66a}.concept-links p{width:100%;font-size:8px;color:#85917d;line-height:1.6;margin:5px 0 0}
@media(max-width:720px){.concept-bar{flex-direction:column;gap:16px;padding-top:20px;margin-top:20px}.concept-bar-title{flex:auto}.concept-bar-title h3{font-size:20px}.concept-links{gap:7px}.concept-links a{font-size:9px;padding:8px 10px}.concept-links p{font-size:7px}}
/* Contain decorative orbits and long email addresses on narrow screens. */
.formula-art{overflow:hidden}.footer-grid a{overflow-wrap:anywhere}
@media(max-width:340px){.hero-copy>.button-row .btn{flex:1;min-width:0;padding:13px 9px;gap:8px;font-size:10px}.hero-art .ring-two{width:305px;height:305px}}



/* User-supplied brand logo */
.brand-mark.logo-image{width:auto;height:auto;border:0;border-radius:0;display:flex;align-items:center;background:transparent}
.brand-mark.logo-image img{display:block;width:190px;height:auto;max-height:55px;object-fit:contain}
.site-footer .brand-mark.logo-image img{width:210px}
@media(max-width:720px){.brand-mark.logo-image img{width:145px;max-height:43px}.site-footer .brand-mark.logo-image img{width:175px}}
