:root{--navy:#132e68;--gold:#b58b35;--red:#db202b;--ink:#14203a;--paper:#fff;--mist:#f4f7fb;--line:#d9e0eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(22px,5vw,84px);background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #edf0f5}.brand img{width:220px;height:68px;object-fit:contain}.menu{display:none;background:none;border:0;font-size:26px}nav{display:flex;align-items:center;gap:clamp(12px,2vw,30px);font-size:15px;font-weight:700}nav>a:not(.button):hover{color:var(--gold)}.langs{display:flex;border-left:1px solid var(--line);padding-left:18px;gap:10px}.langs a{color:var(--navy)}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:2px solid var(--navy);padding:13px 24px;border-radius:999px;font-weight:800;cursor:pointer}.button.small{padding:9px 18px}.button.outline{background:transparent;color:var(--navy)}.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1fr 1.25fr;align-items:stretch;background:linear-gradient(120deg,#f8fbff,#fff)}.hero-copy{padding:clamp(46px,7vw,110px);align-self:center}.hero-copy>img{width:min(520px,100%);margin-bottom:35px}.hero h1{font-size:clamp(31px,4vw,66px);line-height:1.05;color:var(--navy);margin:0 0 24px;font-style:italic}.hero p{font-size:clamp(17px,1.4vw,22px);max-width:650px}.hero-photo{min-height:560px;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:52% center}.actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.section{max-width:1320px;margin:auto;padding:clamp(65px,8vw,120px) clamp(22px,5vw,70px)}.intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.intro>img{max-height:660px;margin:auto;object-fit:contain}.eyebrow{font-weight:900;letter-spacing:.12em;color:var(--red);text-transform:uppercase}.section h2{font-size:clamp(30px,4vw,55px);line-height:1.12;color:var(--navy);margin:14px 0 28px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head h2{margin:0}.section-head a{font-weight:800;color:var(--red)}.products{max-width:none;background:var(--mist)}.products>*{max-width:1180px;margin-left:auto;margin-right:auto}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px rgba(18,46,104,.08);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px rgba(18,46,104,.16)}.product-card img{width:100%;height:310px;object-fit:contain;padding:18px}.card-body{padding:19px;border-top:1px solid #eee}.card-body span{font-size:13px;color:#68738a;text-transform:uppercase}.card-body h3{margin:3px 0 12px;font-size:21px;color:var(--navy)}.card-body b{font-size:14px;color:var(--red)}.custom-teaser{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:55px}.custom-teaser>img{max-height:500px;object-fit:contain}.page-title{padding:clamp(70px,9vw,130px) clamp(22px,8vw,130px);background:var(--navy);color:#fff}.page-title span{color:#f0c85c;font-weight:900;letter-spacing:.2em}.page-title h1{font-size:clamp(42px,7vw,88px);line-height:1;margin:18px 0 0}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.about-grid img,.contact-grid img{border-radius:25px;position:sticky;top:120px}.custom-page{display:grid;grid-template-columns:1fr 1fr;gap:30px}.custom-page>img{width:100%;height:430px;object-fit:contain;background:#fafafa;border-radius:24px}.custom-page>div{grid-column:1/-1;max-width:900px;margin:auto;text-align:center}.product-detail{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:var(--mist)}.detail-image{padding:50px}.detail-image img{height:620px;width:100%;object-fit:contain}.detail-copy{padding:clamp(55px,8vw,120px);background:#fff}.detail-copy h1{font-size:clamp(40px,6vw,72px);color:var(--navy);line-height:1.1}.detail-copy dl{margin:35px 0}.detail-copy dl div{display:grid;grid-template-columns:1fr 1fr;padding:18px 0;border-bottom:1px solid var(--line)}dt{font-weight:800}dd{margin:0}.nutrition{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:center}.nutrition>img{border-radius:22px}.nutrition table{border-collapse:collapse;width:100%}.nutrition td,.nutrition th{border:1px solid #9aa8ba;padding:10px 13px;text-align:left}.nutrition td:last-child{font-weight:800;text-align:center}.form-wrap{max-width:900px}.form-wrap form,.panel.form{background:#fff;border:1px solid var(--line);padding:clamp(22px,4vw,48px);border-radius:20px;box-shadow:0 15px 50px rgba(18,46,104,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:grid;gap:7px;font-weight:800;margin-bottom:20px}input,select,textarea{width:100%;padding:14px;border:1px solid #bac3d0;border-radius:9px;background:#fff;font:inherit}textarea{resize:vertical}.success{padding:16px;background:#ddf6e8;color:#15633b;border-radius:10px;margin-bottom:18px}.errors{padding:13px;background:#ffe4e5;color:#9a1520;margin-bottom:18px}footer{background:#0c234e;color:#fff;padding:55px clamp(22px,6vw,90px);display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:center;font-size:14px}footer img{width:300px;filter:brightness(0) invert(1)}
@media(max-width:1000px){.menu{display:block}header{height:78px}.brand img{width:180px;height:54px}nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:22px;box-shadow:0 18px 30px #0002;flex-direction:column;align-items:stretch}nav.open{display:flex}.langs{border:0;padding:0}.product-grid{grid-template-columns:repeat(2,1fr)}.intro,.custom-teaser,.about-grid,.contact-grid,.product-detail,.nutrition{grid-template-columns:1fr}.detail-image img{height:480px}.about-grid img,.contact-grid img{position:static}.custom-page{grid-template-columns:1fr}.custom-page>div{grid-column:auto}footer{grid-template-columns:1fr 1fr}footer img{grid-column:1/-1}}
@media(max-width:600px){.product-grid{grid-template-columns:1fr}.product-card img{height:350px}.intro{gap:20px}.form-grid{grid-template-columns:1fr}.custom-page>img{height:300px}.detail-image{padding:20px}.detail-image img{height:410px}.detail-copy{padding:40px 22px}.nutrition{padding-left:12px;padding-right:12px}.nutrition>img{display:none}footer{grid-template-columns:1fr}.page-title{padding-top:60px;padding-bottom:60px}}
.hero-slider{width:100%;overflow:hidden;background:#f7f3ee}.hero-slider img{width:100%;height:auto;display:block}
.card-body h3{font-size:16px;margin:0 0 8px;letter-spacing:.06em}.card-code{display:block;color:var(--navy);font-size:16px;line-height:1.35}.card-package{display:block;margin:3px 0 14px;font-size:13px;color:#68738a;text-transform:none}.nutrition-inline{display:block;margin:0 0 28px}.nutrition-inline h2{font-size:20px;line-height:1.25;margin:0 0 14px;color:var(--navy)}.nutrition-inline table{font-size:13px}.nutrition-inline td,.nutrition-inline th{padding:7px 9px}
.card-body h3{font-size:18px;margin:0 0 3px;letter-spacing:0}.card-body h3 span{font-size:15px;font-weight:600;color:#3f4b63;text-transform:none}.card-code{display:block;margin-bottom:13px;color:#7b8598;font-size:12px;font-weight:500;text-transform:none}.card-package{display:none}
.custom-options-page{display:grid;gap:34px}.custom-options-page figure{margin:0;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 14px 46px rgba(18,46,104,.09)}.custom-options-page img{width:100%;height:auto}.custom-options-wide img{aspect-ratio:3508/2480;object-fit:contain}.custom-options-content{display:grid;grid-template-columns:.72fr 1.28fr;gap:38px;align-items:center}.custom-options-content>div{padding:22px 10px}.custom-options-content h2{font-size:clamp(28px,3vw,44px)}.custom-options-content p{white-space:normal}.custom-options-content figure img{aspect-ratio:3508/2480;object-fit:contain}@media(max-width:800px){.custom-options-page{gap:22px}.custom-options-content{grid-template-columns:1fr}.custom-options-content>div{padding:0}.custom-options-page figure{border-radius:14px}}
.contact-details{display:grid;gap:22px}.contact-company{padding:24px 26px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 32px rgba(18,46,104,.06)}.contact-company h2{font-size:clamp(23px,2.5vw,34px);margin:0 0 14px}.contact-company p{margin:0 0 12px}.contact-company p:last-child{margin-bottom:0}.contact-company a{color:var(--navy);font-weight:700}.contact-details>.button{justify-self:start}
.about-page{display:grid;gap:38px}.about-copy{max-width:980px;margin:0 auto;font-size:17px}.about-copy p:first-child{margin-top:0}.about-copy p:last-child{margin-bottom:0}.about-factory{margin:0;overflow:hidden;border-radius:24px;box-shadow:0 16px 48px rgba(18,46,104,.12)}.about-factory img{width:100%;height:auto;aspect-ratio:2.24/1;object-fit:cover}.contact-grid>img{width:100%;height:auto;aspect-ratio:2.24/1;object-fit:cover}@media(max-width:600px){.about-page{gap:24px}.about-copy{font-size:16px}.about-factory{border-radius:14px}.about-factory img,.contact-grid>img{aspect-ratio:1.45/1}}
.card-body h3{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 4px}.card-body h3 .card-brand{font-size:12px;font-weight:700;letter-spacing:.08em;color:#71809a;text-transform:uppercase}.card-body h3 .card-amount{font-size:25px;font-weight:900;line-height:1.15;color:var(--navy);text-transform:none}
.detail-brand{display:block;color:#71809a;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.detail-copy .detail-amount{margin:6px 0 0;font-size:clamp(44px,6vw,74px);font-weight:900;color:var(--navy)}.detail-code{margin:2px 0 0;color:#7b8598;font-size:15px;font-weight:500}.detail-copy .detail-code+dl{margin-top:26px}
.hero-slider{width:min(1320px,calc(100% - 44px));margin:24px auto 0;border-radius:24px}.hero-slider img{width:100%;height:auto;object-fit:contain}@media(max-width:600px){.hero-slider{width:calc(100% - 24px);margin-top:12px;border-radius:14px}}
.section{padding:52px clamp(22px,4vw,52px)}.section h2{margin:10px 0 20px}.section-head{margin-bottom:24px}.page-title{padding:50px clamp(22px,6vw,84px)}.page-title h1{font-size:clamp(36px,5vw,60px);margin-top:10px}.product-grid{gap:16px}.product-card img{height:270px}.custom-teaser{gap:36px}.custom-teaser>img{max-height:410px}.product-detail{width:min(1320px,calc(100% - 44px));min-height:0;margin:24px auto;grid-template-columns:.95fr 1.05fr;border-radius:24px;overflow:hidden}.detail-image{padding:34px}.detail-image img{height:520px}.detail-copy{padding:46px clamp(30px,4vw,60px)}.detail-copy dl{margin:24px 0}.detail-copy dl div{padding:12px 0}.nutrition-inline{margin-bottom:22px}.form-wrap form,.panel.form{padding:32px}.form-grid{gap:16px}label{margin-bottom:15px}.custom-options-page{gap:24px}.custom-options-content{gap:28px}.about-page{gap:28px}.about-copy p{margin:0 0 14px}.contact-grid{gap:32px}.contact-details{gap:16px}.contact-company{padding:20px 22px}.contact-company h2{margin-bottom:10px}footer{padding:40px clamp(22px,5vw,70px);gap:28px;align-items:start}.hero-slider{margin-top:18px}
@media(max-width:1000px){.section{padding-top:44px;padding-bottom:44px}.product-detail{grid-template-columns:1fr;margin-top:18px;margin-bottom:18px}.detail-image{padding:28px}.detail-image img{height:420px}.detail-copy{padding:38px 28px}.contact-grid{gap:26px}}
@media(max-width:600px){.section{padding:34px 18px}.section h2{margin-bottom:16px}.section-head{margin-bottom:18px}.page-title{padding:34px 22px}.page-title h1{font-size:34px;margin-top:7px}.page-title span{font-size:12px}.product-card img{height:280px}.custom-teaser{gap:22px}.product-detail{width:calc(100% - 24px);margin:12px auto;border-radius:14px}.detail-image{padding:18px}.detail-image img{height:330px}.detail-copy{padding:28px 20px}.detail-copy .detail-amount{font-size:42px}.detail-copy dl{margin:18px 0}.detail-copy dl div{padding:10px 0}.nutrition-inline{padding:0;margin-bottom:20px}.nutrition-inline h2{font-size:18px}.form-wrap form,.panel.form{padding:22px 18px}.custom-options-page,.about-page{gap:20px}.contact-company{padding:18px}.contact-company h2{font-size:24px}.contact-grid{gap:22px}footer{padding:30px 22px;gap:22px}.hero-slider{margin-top:10px}}
.card-body h3 .card-brand{font-size:12px}.card-body h3 .card-amount{font-size:17px;font-weight:700}.detail-copy .detail-amount{font-size:clamp(30px,3vw,38px);line-height:1.15;margin-top:5px}.detail-code{font-size:14px}@media(max-width:600px){.card-body h3 .card-amount{font-size:16px}.detail-copy .detail-amount{font-size:30px}}
:root{--font-body:"Avenir Next","Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-heading:ui-rounded,"Avenir Next Rounded","Trebuchet MS","Segoe UI",sans-serif;--font-accent:Georgia,"Times New Roman",serif}body{font-family:var(--font-body);font-weight:400;letter-spacing:.005em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}nav,.button,input,select,textarea{font-family:var(--font-body)}nav{font-weight:650;letter-spacing:.01em}.page-title h1,.section h2,.detail-copy h1,.card-body h3,.contact-company h2,.form-wrap h2{font-family:var(--font-heading);font-weight:750;letter-spacing:-.025em}.page-title span,.eyebrow{font-family:var(--font-accent);font-style:italic;font-weight:700;letter-spacing:.08em;text-transform:none}.page-title span{font-size:17px}.section-head a,.card-body b{font-family:var(--font-heading);font-weight:700;letter-spacing:.01em}.card-body h3 .card-brand,.detail-brand{font-family:var(--font-body);font-style:normal;letter-spacing:.11em}.card-body h3 .card-amount,.detail-copy .detail-amount{font-family:var(--font-heading);letter-spacing:-.02em}.card-code,.detail-code,dt,.nutrition table{font-family:var(--font-body)}dt{font-weight:650}.about-copy,.contact-company,.custom-options-content p{font-size:16px;line-height:1.72}footer{font-family:var(--font-body);line-height:1.62}footer strong{font-family:var(--font-heading);font-size:16px;letter-spacing:.01em}label{font-weight:650}.button{font-weight:700;letter-spacing:.01em}@media(max-width:600px){.page-title span{font-size:15px}.about-copy,.contact-company,.custom-options-content p{font-size:15.5px;line-height:1.68}}
.products .section-head h2{font-size:clamp(28px,3vw,40px)}@media(max-width:600px){.products .section-head h2{font-size:27px}}
.page-title{padding:28px clamp(22px,6vw,84px)}.page-title span{font-size:13px;letter-spacing:.12em}.page-title h1{font-size:clamp(29px,3.6vw,43px);line-height:1.08;margin-top:5px}@media(max-width:600px){.page-title{padding:22px}.page-title span{font-size:11px}.page-title h1{font-size:28px;margin-top:3px}}
.custom-teaser{grid-template-columns:1.35fr .65fr;gap:38px}.custom-teaser>img{width:108%;max-width:none;max-height:520px;justify-self:end}.custom-teaser h2{font-size:clamp(28px,3.1vw,43px);line-height:1.16;margin:8px 0 20px}.custom-teaser .eyebrow{font-size:15px}@media(max-width:1000px){.custom-teaser{grid-template-columns:1.15fr .85fr;gap:28px}.custom-teaser>img{width:104%;max-height:450px}}@media(max-width:600px){.custom-teaser{grid-template-columns:1fr;gap:18px}.custom-teaser>img{width:100%;max-width:100%;max-height:360px;justify-self:center}.custom-teaser h2{font-size:28px;line-height:1.18;margin-bottom:16px}.custom-teaser .eyebrow{font-size:13px}}
.product-detail{grid-template-columns:1fr 1fr;background:#f3f6fa;box-shadow:0 14px 42px rgba(18,46,104,.08)}.detail-image{display:flex;align-items:center;justify-content:center;padding:30px}.detail-image img{height:470px}.detail-copy{padding:34px 38px}.detail-brand{font-size:11px;letter-spacing:.14em}.detail-copy .detail-amount{font-size:30px;line-height:1.1;margin:4px 0 0;font-weight:750}.detail-code{font-size:13px;margin-top:5px}.detail-copy .detail-code+dl{margin:22px 0 24px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#f9fbfd}.detail-copy dl div{grid-template-columns:42% 58%;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line)}.detail-copy dl div:last-child{border-bottom:0}.detail-copy dt{font-size:13px;font-weight:700;color:var(--navy)}.detail-copy dd{font-size:14px;color:#293650}.nutrition-inline{margin:0 0 20px}.nutrition-inline h2{font-size:17px;letter-spacing:.01em;margin:0 0 10px;padding-left:10px;border-left:3px solid var(--gold)}.nutrition-inline table{font-size:12px;border:1px solid #c8d1df}.nutrition-inline td,.nutrition-inline th{padding:6px 9px;border-color:#c8d1df}.nutrition-inline th{background:#f3f6fa;font-size:12px}.nutrition-inline td:last-child{font-weight:700}.detail-copy>.button{padding:9px 18px;font-size:14px}@media(max-width:1000px){.product-detail{grid-template-columns:1fr 1fr}.detail-image img{height:400px}.detail-copy{padding:30px}}@media(max-width:760px){.product-detail{grid-template-columns:1fr}.detail-image{padding:20px}.detail-image img{height:320px}.detail-copy{padding:25px 20px}.detail-copy .detail-amount{font-size:28px}.detail-copy .detail-code+dl{margin-top:18px}.detail-copy dl div{grid-template-columns:45% 55%;padding:9px 11px}.nutrition-inline h2{font-size:16px}.nutrition-inline table{font-size:11px}.nutrition-inline td,.nutrition-inline th{padding:6px}}
.page-title{padding:15px clamp(22px,6vw,84px)}.page-title span{font-size:11px;line-height:1.1;letter-spacing:.1em}.page-title h1{font-size:clamp(25px,2.7vw,33px);line-height:1.05;margin-top:2px}@media(max-width:600px){.page-title{padding:13px 20px}.page-title span{font-size:10px}.page-title h1{font-size:25px;margin-top:1px}}
