@import url("fonts/fonts.css");
:root{--ink:#0f302a;--green:#123d32;--lime:#aabe69;--paper:#ffffff;--muted:#4a5650}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}header{height:102px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid #0f302a22}.brand{position:relative;display:block;font-family:Manrope,Arial,sans-serif;font-weight:800;line-height:1.05;font-size:22px;letter-spacing:-.8px}.brand span{display:block}.brand i{position:absolute;right:-18px;bottom:2px;background:var(--green);height:10px;width:10px;border-radius:50%}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}.nav-contact{border:1px solid #0f302a44;padding:12px 18px;border-radius:3px}.nav-contact span{margin-left:16px}.hero{display:grid;grid-template-columns:1fr 1.05fr;min-height:615px;padding:65px 6% 45px;gap:30px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;display:flex;align-items:center;gap:12px;margin:0 0 25px}.flag{display:inline-block;background:linear-gradient(90deg,#268554 33.33%,#fff 33.33%,#fff 66.66%,#d95446 66.66%);width:24px;height:13px;flex-shrink:0}h1,h2,p{margin-top:0}h1,h2{font-family:Manrope,Arial,sans-serif;font-weight:500;letter-spacing:-3.5px;line-height:1.08}h1{font-size:clamp(56px,5.6vw,86px);margin-bottom:28px}h1 em{font-family:Georgia,serif;font-weight:400;color:#435c2f}h2{font-size:clamp(36px,3.4vw,52px);letter-spacing:-2px;margin-bottom:24px}.intro{font-size:18px;color:var(--muted);line-height:1.7;margin-bottom:30px}.button{display:inline-flex;gap:30px;justify-content:space-between;align-items:center;padding:17px 24px;background:var(--green);color:white;border-radius:3px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#1e523f;transform:translateY(-2px)}.hero-note{font-size:13px;color:var(--muted);margin-top:22px}.hero-product{background:#ffffff;border-radius:4px;padding:25px 26px 18px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.product-label{font-size:11px;letter-spacing:1.4px}.hero-product>img{width:112%;max-width:none;margin-left:-6%;height:auto;mix-blend-mode:multiply}.product-bottom{display:flex;justify-content:space-between;align-items:end;font-size:13px;line-height:1.5}.made{font-weight:700;line-height:1.25;font-size:12px}.made .flag{display:block;margin-top:8px}.specs{margin:0 6%;display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #0f302a40;border-bottom:1px solid #0f302a40;padding:25px 0}.specs>div{padding:0 35px;border-right:1px solid #0f302a30;display:flex;flex-direction:column;justify-content:center}.specs>div:first-child{padding-left:0}.specs>div:last-child{border:0}.specs strong{font-family:Manrope,Arial,sans-serif;font-weight:500;font-size:35px;letter-spacing:-1px;line-height:1.2}.specs strong small{font-size:22px}.specs span{font-size:13px;color:var(--muted);margin-top:10px}.section{padding:90px 6%}.technology{display:grid;grid-template-columns:1fr 1fr;gap:7%}.tech-copy{padding-top:40px;color:var(--muted)}.tech-copy>p:first-child{font-size:22px;color:var(--ink);line-height:1.55}.text-link{display:inline-flex;gap:24px;border-bottom:1px solid var(--ink);padding-bottom:7px;color:var(--ink);font-size:14px;font-weight:600}.cereals{background:var(--green);color:white;padding-bottom:60px}.cereals-heading{display:flex;justify-content:space-between;align-items:center}.cereals-heading>p{color:#aab3ae}.cereals .eyebrow{color:var(--lime)}.cereal-image{text-align:center;padding:15px 0 25px}.cereal-image img{width:720px;max-width:100%;height:auto;filter:drop-shadow(0 16px 16px #00000033)}.grains{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.grains span{border:1px solid #cccccc40;padding:7px 17px;border-radius:30px;font-size:14px}.cakes{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;align-items:center}.cakes p{color:var(--muted)}.cakes .eyebrow{color:var(--ink)}.cakes-visual{position:relative;padding-bottom:90px}.cakes-visual>img:first-child{width:100%;height:auto;mix-blend-mode:multiply}.rice-cakes{position:absolute;right:0;bottom:0;width:40%;height:auto;mix-blend-mode:multiply}.secondary-mail{display:block;font-size:14px;margin-top:15px;text-decoration:underline;text-underline-offset:4px}.contact{background:var(--lime)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:7%}.contact h2{font-size:clamp(42px,4.5vw,68px);margin:0}.email{font-size:clamp(17px,2vw,28px);font-weight:600;border-bottom:1px solid #0f302a50;padding-bottom:10px;display:flex;justify-content:space-between;gap:10px}.phone{display:inline-block;margin-top:18px;font-size:21px}footer{display:flex;justify-content:space-between;gap:40px;padding:40px 6%;align-items:center;font-size:12px}footer p{max-width:220px;margin:0}footer p a{text-decoration:underline}.menu-toggle{display:none}.skip{position:absolute;top:-100px;background:white;padding:15px;z-index:10}.skip:focus{top:0}:focus-visible{outline:3px solid #866013;outline-offset:5px}a:hover{text-decoration-thickness:2px}@media(min-width:1600px){header,.hero,.section,footer{padding-left:max(6%,calc((100vw - 1400px)/2));padding-right:max(6%,calc((100vw - 1400px)/2))}}@media(max-width:850px){header{height:85px}.menu-toggle{display:block;border:0;background:transparent;color:var(--ink)}.menu-toggle span{margin-left:12px}nav{display:none;position:absolute;top:85px;left:0;right:0;background:var(--paper);z-index:5;padding:25px 6%;box-shadow:0 12px 16px #00000011}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:20px}.hero{grid-template-columns:1fr;padding-top:40px;gap:35px}.hero-product{min-height:350px}.hero-product>img{width:90%;margin:auto;max-width:650px}.hero h1{font-size:66px}.specs strong{font-size:25px}.specs strong small{font-size:17px}.specs>div{padding:0 18px}.section{padding-top:65px;padding-bottom:65px}.technology,.cakes,.contact-grid{grid-template-columns:1fr;gap:30px}.tech-copy{padding-top:0}.cereals-heading{align-items:start;gap:20px}.cakes-visual{max-width:600px}footer{flex-wrap:wrap}.contact-grid h2{margin-bottom:15px}}@media(max-width:500px){.hero h1{font-size:54px}.eyebrow{font-size:10px;letter-spacing:1px}.intro{font-size:16px}.hero-product{min-height:300px;padding:20px}.hero-product>img{width:112%;margin-left:-6%}.specs{grid-template-columns:1fr;gap:20px;padding:25px 0}.specs>div,.specs>div:first-child{border:0;padding:0;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}.specs strong{font-size:23px}.specs strong small{font-size:16px}.specs span{font-size:12px;text-align:right;max-width:110px;margin:0}.specs br{display:none}.cereals-heading{flex-direction:column}.cereals-heading>p br{display:none}.grains{gap:7px}.grains span{font-size:12px;padding:5px 11px}.tech-copy>p:first-child{font-size:20px}.contact h2{font-size:43px}footer{gap:25px}footer .brand{font-size:19px}.button{gap:20px;padding:15px 18px}.email{font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
@media(max-width:500px){.specs>div:last-child strong small{display:block;margin-top:4px}}
/* Fluid layout for phones, tablets, notebooks, desktop and ultrawide displays. */
:root{--gutter:clamp(18px,4vw,160px)}
header,.hero,.section,footer{padding-left:var(--gutter);padding-right:var(--gutter)}
.specs{margin-left:var(--gutter);margin-right:var(--gutter)}
h1{font-size:clamp(2.8rem,5.15vw,8.4rem)}h2{font-size:clamp(2rem,3.4vw,5rem)}
.hero{gap:clamp(24px,3vw,110px);min-height:0;padding-top:clamp(40px,5vw,120px);padding-bottom:clamp(40px,4vw,100px)}
.hero-copy,.hero-product,.contact-grid>*,.form-panel>*,.form-grid>*{min-width:0}
.hero-product>img{object-fit:contain;max-height:65vh}
.hero-product{gap:24px}.hero .intro{font-size:clamp(1rem,1.25vw,1.65rem)}
.tech-copy p,.cakes p{max-width:65ch}.section{padding-top:clamp(55px,6vw,140px);padding-bottom:clamp(55px,6vw,140px)}
.cereal-image img{width:clamp(320px,55vw,1300px);max-width:100%}
.cakes-visual{max-width:none}.cakes-visual>img:first-child{display:block}
footer{flex-wrap:wrap}footer>div{min-width:0}.email{overflow-wrap:anywhere}.email span{flex-shrink:0}
.form-panel{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(28px,5vw,110px);border-top:1px solid #0f302a50;margin-top:55px;padding-top:45px}
.form-panel h3{font-family:Manrope,Arial,sans-serif;font-size:clamp(1.5rem,2.2vw,2.7rem);line-height:1.2;font-weight:500;letter-spacing:-1px}
.form-panel p{max-width:48ch}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
form label{display:block;font-size:1rem;margin-bottom:18px}input,textarea{font:inherit;color:var(--ink);border:1px solid #0f302a70;border-radius:3px;background:#ccccccdb;padding:12px;width:100%;margin-top:7px}textarea{resize:vertical;min-height:140px}input:focus,textarea:focus{outline:2px solid var(--green);outline-offset:2px}
.privacy-check{display:flex;gap:12px;align-items:flex-start;font-size:.9rem}.privacy-check input{width:20px;height:20px;flex-shrink:0;margin-top:3px}.privacy-check a{text-decoration:underline}form button{border:0;cursor:pointer}form button:disabled{opacity:.65;cursor:wait}.form-status{margin:18px 0 0;font-size:.95rem}.form-status:not(:empty){padding:14px;border:1px solid #0f302a70;border-radius:3px;background:#cccccc80}.form-status.error{color:#5a2117;border-color:#5a2117}.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.policy{max-width:1000px;margin:0 auto;padding:55px 24px}.policy h1{font-size:clamp(2rem,5vw,3.5rem)}.policy h2{font-size:1.55rem;letter-spacing:-.5px;margin-top:30px}.policy a{text-decoration:underline}.policy li{margin-bottom:12px}
@media(min-width:1800px){body{font-size:18px}header{height:120px}nav{font-size:16px}.hero-note,.product-bottom,.specs span{font-size:16px}.eyebrow{font-size:14px}.hero-product>img{width:100%;margin-left:0}.specs strong{font-size:clamp(35px,2.5vw,72px)}.specs strong small{font-size:clamp(22px,1.5vw,38px)}.button{font-size:16px;padding:20px 28px}.contact h2{font-size:clamp(54px,4.5vw,110px)}}
@media(min-width:851px) and (max-width:1100px){nav{gap:18px}.nav-contact{padding:10px}.hero{grid-template-columns:1fr 1fr}.hero-product{padding:18px}.hero-product>img{width:112%;margin-left:-6%}.product-bottom{font-size:12px}.specs strong small{font-size:18px}}
@media(max-width:850px){.hero h1{font-size:clamp(2.8rem,8vw,5.5rem)}.form-panel{grid-template-columns:1fr}.hero-product{min-height:0}.hero-product>img{width:95%;margin:auto;max-width:650px}.cereals-heading{flex-wrap:wrap}.specs strong{font-size:26px}}
@media(max-width:600px){.form-grid{grid-template-columns:1fr;gap:0}.form-panel{margin-top:35px;padding-top:30px}.specs{grid-template-columns:1fr;gap:20px}.specs>div,.specs>div:first-child{padding:0;border:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.specs strong{font-size:23px}.specs strong small{font-size:16px}.specs span{font-size:12px;max-width:105px;text-align:right}.specs>div:last-child strong small{display:block}.specs>div:last-child strong br{display:none}.hero-product>img{width:100%;margin:auto}.contact h2{font-size:clamp(2.2rem,9vw,3.4rem)}.button{max-width:100%;font-size:14px}.hero .eyebrow{font-size:10px;letter-spacing:.7px}.hero .flag{width:20px}.intro br{display:none}.email{font-size:clamp(1rem,4.8vw,1.3rem)}footer{gap:24px}.cereals-heading>p br{display:none}nav{padding-left:var(--gutter);padding-right:var(--gutter)}}

/* Language navigation and long translated headings. */
header{gap:24px}header>.brand{flex-shrink:0}header>nav{order:1;margin-left:auto;gap:clamp(16px,2vw,32px)}.header-tools{order:2;display:flex;align-items:center;gap:18px}.language-control select{font:inherit;font-size:14px;font-weight:600;background:var(--paper);color:var(--ink);border:1px solid var(--ink);border-radius:3px;padding:9px 27px 9px 10px;min-height:42px;max-width:150px;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.language-links{display:flex;gap:10px}h1,h2{overflow-wrap:normal}.hero h1{font-size:clamp(2.4rem,4.7vw,8rem)}.hero h1 em{display:inline-block}.policy .language-control{display:block;margin:20px 0}.policy nav{display:block;position:static;background:none;box-shadow:none;padding:0}.policy{overflow-wrap:anywhere}
@media(max-width:1150px){header>nav{display:none;position:absolute;top:85px;left:0;right:0;background:var(--paper);z-index:5;padding:25px var(--gutter);box-shadow:0 12px 16px #0001}header>nav.open{display:flex;flex-direction:column;align-items:stretch;gap:20px}header{height:85px}.menu-toggle{display:block;border:0;background:transparent;color:var(--ink)}.menu-toggle span{margin-left:8px}.header-tools{margin-left:auto}.hero h1{font-size:clamp(2.3rem,4.8vw,4rem)}}
@media(max-width:850px){.hero h1{font-size:clamp(2.3rem,7.7vw,5.4rem)}}
@media(max-width:500px){header{gap:12px}.header-tools{gap:10px}.language-control select{font-size:13px;max-width:115px;padding-left:7px;padding-right:18px}.menu-toggle{font-size:14px;padding:6px 0}.menu-toggle span{margin-left:4px}header>.brand{font-size:19px}.hero h1{font-size:clamp(2.1rem,7.8vw,2.8rem);letter-spacing:-1.8px}.hero .eyebrow{font-size:10px;line-height:1.5;flex-wrap:nowrap}.specs strong{min-width:0;max-width:68%;overflow-wrap:normal}.specs span{flex-shrink:0;max-width:90px}.contact h2{font-size:clamp(2rem,8.5vw,3rem)}}

/* White form fields, coordinated with the Rice Cake section. */
#contact-form input:not([type="checkbox"]):not([type="hidden"]),#contact-form textarea{background:#ffffff}
