:root{--navy:#10284e;--red:#c90926;--text:#172b4e;--muted:#536074}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #efb838;outline-offset:5px}svg{width:25px;height:25px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.skip{position:fixed;top:-60px;z-index:20;background:white;padding:14px}.skip:focus{top:10px}header{background:white;position:relative;z-index:5}.header-inner{max-width:1440px;margin:auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px}.crop{background-image:url('assets/reference-desktop.jpg');background-repeat:no-repeat;display:block}.logo{width:158px;height:73px;background-size:1536px 864px;background-position:-78px 0}.brand{flex-shrink:0}nav{display:flex;gap:27px;font-size:14px;font-weight:600}nav a{padding:10px 0}nav a:hover,nav a.active{color:var(--red)}nav .active{text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:2px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--red);color:white;font-size:16px;font-weight:700;padding:15px 24px;border:1px solid #ef8290;border-radius:30px;box-shadow:0 3px 10px #071b3b15;transition:background .2s,transform .2s}.button:hover{background:#ad0820;transform:translateY(-1px)}.top-cta{border-radius:9px;white-space:nowrap;font-size:14px;padding:12px 20px}.top-cta svg{width:22px;height:22px}.menu{display:none;background:none;border:0;color:var(--navy);padding:8px}.hero{position:relative;overflow:hidden;background:#142b50;min-height:390px;border-radius:0 0 3% 3%}.hero-art{position:absolute;inset:0 0 0 46%;background-image:url('assets/reference-desktop.jpg');background-size:193% 221.5%;background-position:100% 14.35%}.hero-shape{position:absolute;inset:0 44% 0 0;background:linear-gradient(110deg,#102447,#1d3052);border-radius:0 0 19% 0}.hero:after{content:'';position:absolute;top:0;left:0;width:145px;height:60px;background:var(--red);clip-path:polygon(0 0,100% 0,0 100%)}.hero-inner{max-width:1400px;margin:auto;padding:36px 30px 56px;position:relative;z-index:1}.hero-copy{max-width:760px;width:57%}h1{margin:0 0 16px;font-size:clamp(34px,3.45vw,54px);line-height:1.02;letter-spacing:-1.7px;color:white;font-weight:800}h1 em{font-style:normal;color:#e41c37}.hero-copy>p{font-size:20px;line-height:1.3;color:#d5ddeb;max-width:585px;margin:0 0 20px}.hero-actions{display:flex;gap:15px;flex-wrap:wrap}.outline{background:transparent;border:2px solid #b7c7df;padding:14px 27px}.outline:hover{background:#ffffff14}.hero-note{color:#d3dced;font-size:16px;margin-top:15px}.content-wrap{max-width:1470px;margin:0 auto;padding:0 20px 18px;position:relative;z-index:2}.benefits{margin-top:-35px;background:white;border:1px solid #eef0f3;box-shadow:0 3px 8px #11284d0c;border-radius:16px;display:grid;grid-template-columns:repeat(4,1fr);padding:15px 25px;gap:15px}.benefits article{display:flex;align-items:center;gap:18px;position:relative}.benefits article+article:before{content:'';height:42px;width:1px;background:#edf0f5;position:absolute;left:-10px}.round{background:var(--red);color:white;border-radius:50%;width:49px;height:49px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.round svg{width:29px;height:29px}h2,h3,p{margin-top:0}.benefits h2{font-size:16px;margin-bottom:4px}.benefits p{font-size:14px;color:var(--muted);margin-bottom:0}.info-grid{display:grid;grid-template-columns:1.12fr .96fr 1.14fr;gap:16px;margin-top:20px}.panel{border-radius:15px;border:1px solid #f0f1f5;box-shadow:0 2px 8px #14294d08;overflow:hidden;scroll-margin-top:15px}.panel h2{font-size:23px;line-height:1.15;letter-spacing:-.6px;margin-bottom:20px}.why{display:flex;background:#f4f5f9}.customer{width:40%;flex-shrink:0;background-size:790% 400%;background-position:3.88% 78.75%;min-height:226px}.why-copy{padding:18px 17px}.why ul{list-style:none;margin:0;padding:0;display:grid;gap:18px}.why li{display:flex;align-items:center;gap:12px;font-size:16px;line-height:1.3;color:var(--muted)}.check{display:flex;align-items:center;justify-content:center;background:var(--red);border-radius:50%;color:white;font-weight:bold;font-size:21px;width:29px;height:29px;flex-shrink:0}.how{padding:15px 16px 10px}.how ol{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;list-style:none;padding:0;margin:0}.how li{text-align:center;position:relative}.how li+li:before{content:'→';position:absolute;top:31px;left:-18px;color:#d8dfe7;font-size:26px}.step{width:35px;height:35px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 7px;font-size:23px;font-weight:bold}.how li:nth-child(2) .step{background:var(--red)}.step-icon{display:flex;justify-content:center;margin-bottom:8px}.step-icon svg{width:34px;height:34px}.how li:nth-child(2) .step-icon{color:var(--red)}.how h3{font-size:14px;line-height:1.25;margin-bottom:0}.how li p{display:none}.how-note{background:#f1f8fc;text-align:center;border-radius:7px;padding:8px 2px;margin:12px 0 0;font-size:13px;font-weight:600}.products{padding:15px 13px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.section-head h2{margin-bottom:12px}.section-head button{padding:0;border:0;background:none;font-size:12px;text-decoration:underline;white-space:nowrap;color:var(--text);font-weight:bold}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.product-grid .crop{width:100%;aspect-ratio:1.6;border-radius:7px;margin-bottom:8px}.snacks{background-size:1082% 982%;background-position:72.24% 71.4%}.drinks{background-size:1082% 982%;background-position:84.07% 71.4%}.extras{background-size:1082% 982%;background-position:95.77% 71.4%}.product-grid h3{font-size:14px;margin-bottom:5px}.product-grid p{font-size:12px;line-height:1.35;color:var(--muted);margin-bottom:0}#product-details{border-top:1px solid #e7eaf0;margin-top:14px;padding-top:14px;font-size:14px;line-height:1.5}#product-details a{font-weight:bold;color:var(--red)}footer{position:relative;overflow:hidden;background:var(--navy);color:#dae2ef;border-radius:5% 0 0 0}.footer-main{max-width:1460px;margin:auto;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px;position:relative}.footer-brand{display:flex;align-items:center;gap:22px}.footer-logo{width:155px;height:78px;background-size:1536px 864px;background-position:-57px -747px}.footer-brand>div{padding-left:24px;border-left:1px solid #adb9ca;font-size:14px;color:white}.footer-brand small{display:block;font-size:10px;margin-top:10px;white-space:nowrap}.contact{display:flex;gap:12px;align-items:center;font-size:13px;line-height:1.4}.contact .round{width:35px;height:35px}.contact svg{width:21px;height:21px}.contact div a{display:block}.contact:hover{color:white}.signature{font-family:Georgia,serif;font-style:italic;font-size:22px;transform:rotate(-9deg);text-align:center;color:white;margin:0}.footer-wave{position:absolute;background:var(--red);right:-60px;top:0;width:270px;height:130%;border-radius:70% 0 0 0;transform:skewX(-27deg)}.footer-bottom{position:relative;background:#ffffff08;display:flex;align-items:center;justify-content:space-between;padding:10px max(28px,calc((100vw - 1400px)/2));font-size:12px}.footer-bottom nav{font-size:12px;font-weight:400;gap:14px}.footer-bottom nav a{padding:0}.footer-bottom nav a+a{border-left:1px solid #8794aa;padding-left:14px}.footer-bottom nav a:hover{color:white}
@media(min-width:1600px){.hero-art{background-size:193% 221.5%}.hero-inner{padding-top:50px;padding-bottom:72px}.hero{min-height:420px}}
@media(max-width:1200px){.header-inner{padding:0 20px;gap:14px}nav{gap:16px;font-size:13px}.logo{width:145px}.top-cta{padding:11px 13px;font-size:13px}.hero-copy{width:60%}.hero-copy>p{max-width:490px;font-size:18px}.hero-actions{gap:10px}.hero-actions .button{font-size:14px;padding:13px 17px}.benefits{padding:15px;gap:20px}.benefits article{gap:10px}.benefits h2{font-size:14px}.benefits p{font-size:13px}.info-grid{grid-template-columns:1fr 1fr}.products{grid-column:1/-1}.product-grid .crop{aspect-ratio:3}.product-grid p{font-size:14px}.product-grid h3{font-size:16px}.footer-main{flex-wrap:wrap;justify-content:flex-start}.footer-brand{margin-right:auto}.signature{display:none}.footer-wave{opacity:.7}.address{margin-left:auto}}
@media(max-width:760px){html{scroll-padding-top:16px}.header-inner{min-height:74px;padding:0 15px;gap:10px}.logo{width:135px;height:63px;background-size:1321px 743px;background-position:-67px 0}.top-cta{font-size:12px;padding:10px;border-radius:7px;gap:7px}.top-cta svg{width:18px;height:18px}.menu{display:block;padding:5px}.menu svg{width:27px;height:27px}header nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;box-shadow:0 8px 10px #10284e20;padding:12px 22px;grid-template-columns:repeat(2,1fr);font-size:15px}header nav.open{display:grid}.hero{min-height:450px;border-radius:0 0 5% 5%}.hero:after{width:65px;height:32px}.hero-art{inset:0 0 0 41%;background-image:url('assets/reference-mobile.jpg');background-size:254% 360%;background-position:79% 11.7%}.hero-shape{right:41%;border-radius:0 0 32% 0;background:#10274c}.hero-inner{padding:27px 20px 50px}.hero-copy{width:56%;max-width:none}h1{font-size:clamp(28px,4.9vw,38px);line-height:1.04;letter-spacing:-.8px;margin-bottom:14px}.hero-copy>p{font-size:16px;line-height:1.25;margin-bottom:15px}.hero-actions{display:grid;gap:7px;margin-left:-3px;margin-right:-4px}.hero-actions .button{font-size:12px;padding:10px 7px;gap:6px;min-height:43px;white-space:normal}.hero-actions svg{width:18px;height:18px}.hero-note{font-size:11px;line-height:1.4;margin-top:9px}.content-wrap{padding:0 12px 13px}.benefits{margin-top:-26px;padding:13px 8px;gap:10px;border-radius:13px}.benefits article{flex-direction:column;text-align:center;gap:9px;align-items:center}.benefits article+article:before{height:75%;top:8px;left:-5px}.round{width:44px;height:44px}.benefits h2{font-size:13px;line-height:1.15;margin-bottom:5px}.benefits p{font-size:12px;line-height:1.2}.info-grid{display:flex;flex-direction:column;gap:12px;margin-top:13px}.panel{border-radius:12px}.panel h2{font-size:24px;margin-bottom:15px}.why-copy{padding:17px 15px}.customer{width:38%;min-height:210px}.why ul{gap:15px}.why li{font-size:15px;gap:10px}.check{width:27px;height:27px}.how{padding:13px 14px 7px}.how ol{display:flex;flex-direction:column;gap:17px;padding:0 9px}.how li{display:grid;grid-template-columns:34px 40px 1fr;gap:16px;text-align:left;align-items:center}.how li+li:before{display:none}.step{margin:0;font-size:21px;width:34px;height:34px;position:relative}.how li:not(:last-child) .step:after{content:'';position:absolute;top:36px;left:16px;height:22px;border-left:2px dotted #d7dfeb}.step-icon{margin:0}.how h3{font-size:15px;margin-bottom:2px}.how li p{display:block;font-size:13px;line-height:1.25;margin:0}.how-note{font-size:13px;margin-top:12px}.products{padding:12px 10px}.section-head h2{font-size:22px}.product-grid{gap:10px}.product-grid .crop{aspect-ratio:1.8}.product-grid h3{font-size:14px}.product-grid p{font-size:12px;line-height:1.25}.footer-main{padding:16px 20px;gap:18px 14px;justify-content:center}.footer-brand{width:100%;justify-content:center;margin:0}.footer-logo{width:120px;height:65px;background-size:1229px 691px;background-position:-46px -598px}.footer-brand>div{font-size:12px;padding-left:20px}.footer-brand small{font-size:8px;white-space:normal;line-height:1.5}.contact{font-size:12px;gap:8px}.contact .round{width:30px;height:30px}.contact svg{width:18px;height:18px}.address{margin:0}.footer-wave{width:140px;right:-80px;top:100px}.footer-bottom{flex-direction:column;gap:12px;text-align:center;font-size:11px;padding:12px 18px}.footer-bottom nav{font-size:12px}.footer-bottom nav a{padding:3px 0}}
@media(max-width:390px){.header-inner{padding:0 9px;gap:5px}.logo{width:122px;background-position:-70px 0}.top-cta{font-size:11px;padding:9px 7px}.hero-inner{padding-left:16px;padding-right:16px}.hero-copy{width:58%}h1{font-size:28px}.hero-copy>p{font-size:14px}.hero{min-height:433px}.hero-actions .button{font-size:11px}.benefits h2{font-size:12px}.benefits p{font-size:11px}.panel h2{font-size:21px}.why-copy{padding:15px 10px}.why li{font-size:14px}.product-grid{gap:7px}.how li{gap:11px}.section-head h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Customer feedback */
.feedback-section{display:grid;grid-template-columns:.85fr 1.15fr;margin:26px 0 12px;border:1px solid #e6eaf1;border-radius:20px;overflow:hidden;box-shadow:0 7px 24px #10284e0a;scroll-margin-top:24px}.feedback-intro{padding:44px 40px;background:var(--navy);color:white;display:flex;flex-direction:column;align-items:flex-start}.feedback-eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:#c0cee3}.feedback-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:18px;background:var(--red);margin:30px 0 24px}.feedback-icon svg{width:33px;height:33px;stroke-width:1.5}.feedback-intro h2{font-size:38px;line-height:1.1;letter-spacing:-1.2px;max-width:400px;margin-bottom:20px}.feedback-intro h2 em{font-style:normal;color:#ff7485}.feedback-intro>p{font-size:17px;line-height:1.55;color:#d5deec;max-width:370px}.feedback-aside{margin-top:auto;padding-top:35px;max-width:360px}.feedback-aside strong{font-size:16px}.feedback-aside p{font-size:15px;line-height:1.5;color:#c2cfe1;margin:8px 0 0}.feedback-form-wrap{padding:34px 38px;background:#fff;position:relative;min-width:0}.feedback-kind{border:0;padding:0;margin:0 0 22px;min-width:0}.feedback-kind legend{font-size:17px;font-weight:700;margin-bottom:12px}.kind-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.kind-options label{position:relative;cursor:pointer}.kind-options input{position:absolute;opacity:0;width:1px;height:1px}.kind-options span{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d5dce7;background:#f7f9fc;border-radius:9px;padding:12px 8px;font-size:14px;font-weight:700;min-height:45px}.kind-options input:checked+span{color:var(--red);background:#fff2f4;border-color:var(--red);box-shadow:inset 0 0 0 1px var(--red)}.kind-options input:focus-visible+span{outline:3px solid #efb838;outline-offset:3px}.feedback-field{margin-bottom:17px}.feedback-field>label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.4}.feedback-field input,.feedback-field textarea{display:block;width:100%;border:1px solid #cdd5e1;border-radius:8px;background:white;color:var(--text);padding:12px 13px;font:inherit;font-size:16px;line-height:1.4}.feedback-field textarea{resize:vertical;min-height:100px}.feedback-field input:focus,.feedback-field textarea:focus{outline:2px solid #345e92;outline-offset:1px}.feedback-field input::placeholder,.feedback-field textarea::placeholder{color:#697789;opacity:1}.feedback-field small{display:block;font-size:12px;color:#647186;line-height:1.45;margin-top:6px}.feedback-field .character-count{text-align:right;margin-top:4px}.optional{color:#68768a;font-weight:400}.required{color:var(--red)}.feedback-privacy{font-size:12px;line-height:1.55;color:#657185;max-width:520px;margin:2px 0 18px}.feedback-submit{width:100%;border-radius:9px;border:0;min-height:49px;cursor:pointer}.feedback-submit:disabled{cursor:wait;opacity:.65;transform:none}.feedback-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.feedback-success:not([hidden]){min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 10px}.success-check{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#fcebef;color:var(--red);font-size:38px;margin-bottom:23px}.feedback-success h3{font-size:28px;margin-bottom:14px}.feedback-success p{font-size:17px;line-height:1.5;color:var(--muted);max-width:360px;margin-bottom:26px}.feedback-success .button{font-size:15px;border-radius:9px}#feedback-error{padding:12px 14px;background:#fff1f3;color:#a10822;border-radius:8px;font-size:14px;line-height:1.5;margin:15px 0 0}header nav{gap:22px}
@media(max-width:1200px){.feedback-intro{padding:35px 30px}.feedback-intro h2{font-size:34px}.feedback-form-wrap{padding:30px}header nav{gap:16px}}
@media(max-width:760px){.feedback-section{grid-template-columns:1fr;border-radius:14px;margin-top:18px}.feedback-intro{padding:26px 23px;display:block}.feedback-eyebrow{font-size:11px;letter-spacing:1.7px;display:block;margin-bottom:18px}.feedback-icon{display:none}.feedback-intro h2{font-size:30px;max-width:400px;margin-bottom:13px;letter-spacing:-.6px}.feedback-intro>p{font-size:16px;line-height:1.45;max-width:none;margin:0}.feedback-aside{margin-top:18px;padding-top:17px;border-top:1px solid #ffffff25;max-width:none}.feedback-aside strong{font-size:14px}.feedback-aside p{font-size:14px;margin-top:5px}.feedback-form-wrap{padding:24px 19px}.kind-options{gap:8px}.kind-options span{font-size:13px;padding:11px 7px}.feedback-kind legend{font-size:16px}.feedback-field>label{font-size:14px}.feedback-privacy{font-size:12px}.feedback-success:not([hidden]){min-height:320px;padding:25px 5px}.feedback-success h3{font-size:25px}.footer-bottom nav{flex-wrap:wrap;justify-content:center}}
.company-ownership{max-width:1430px;margin:0 auto;padding:28px 24px 34px;border-top:1px solid #e9edf3;text-align:center}.company-ownership>p{font-size:13px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:#67758a;margin-bottom:22px}.owner-companies{display:flex;align-items:center;justify-content:center;gap:48px}.owner-companies a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;min-width:210px;font-size:14px;font-weight:600}.owner-companies a:hover span{color:var(--red)}.owner-companies img{display:block;object-fit:contain;width:260px;height:120px}.owner-companies .valeyron-logo{width:300px;height:120px}.owners-and{font-family:Georgia,serif;font-size:24px;font-style:italic;color:#9aa6b5}@media(max-width:760px){.company-ownership{margin:0 15px;padding:22px 8px 27px}.owner-companies{gap:14px}.owner-companies a{min-width:0;flex:1;font-size:12px;line-height:1.35;gap:10px}.owner-companies img{max-width:100%;width:155px;height:100px}.owner-companies .valeyron-logo{width:180px;height:100px}.owners-and{font-size:18px}.company-ownership>p{font-size:11px;margin-bottom:16px}}

.company-ownership>.ownership-tagline{margin:26px auto 0;max-width:660px;font-size:clamp(17px,2vw,23px);font-weight:600;line-height:1.4;letter-spacing:-.3px;text-transform:none;color:var(--navy);text-wrap:balance}.ownership-tagline span{color:var(--red)}
