:root{--navy:#0e3f67;--blue:#117fa9;--sky:#edf7fb;--ink:#182a34;--muted:#60727b;--sand:#f5efe5;--gold:#d8aa42;--green:#5b8f3e;--line:#dce8ec;--white:#fff;--shadow:0 18px 55px rgba(15,62,100,.11);--radius:24px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,6vw,5.7rem);line-height:.98;letter-spacing:-.045em;margin:18px 0 22px;color:var(--navy)}.h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;letter-spacing:-.035em;margin:12px 0 18px;color:var(--navy)}.h3{font-size:1.25rem;line-height:1.25;margin:0 0 8px;color:var(--navy)}.lead{font-size:clamp(1.05rem,2vw,1.28rem);color:var(--muted);max-width:780px}.muted{color:var(--muted)}.eyebrow{display:inline-flex;gap:10px;align-items:center;text-transform:uppercase;font-size:.76rem;letter-spacing:.13em;font-weight:850;color:var(--blue)}.eyebrow:before{content:"";width:28px;height:2px;background:var(--gold);border-radius:20px}.section{padding:92px 0}.section-sm{padding:64px 0}.soft{background:var(--sky)}.sand{background:var(--sand)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:999px;min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:850;cursor:pointer;transition:.2s}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(14,63,103,.22)}.btn-secondary{background:#fff;color:var(--navy);border:1px solid #bad4df}.btn-danger{background:#fff3f2;color:#9d352b;border:1px solid #efcbc7}.btn-small{min-height:40px;padding:0 16px;font-size:.9rem}.pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eff8fb;border:1px solid #d5e9f0;color:var(--navy);font-size:.82rem;font-weight:750}.notice{padding:15px 18px;border-radius:14px;background:#fff9e9;border-left:4px solid var(--gold);color:#665320;font-size:.92rem}.success{padding:16px 18px;border-radius:14px;background:#edf8ee;border:1px solid #c9e5cb;color:#2e6635}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,232,236,.95)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-logo{display:flex;align-items:center}.brand-logo img{height:58px;width:auto}.nav-links{display:flex;align-items:center;gap:24px;font-size:.93rem;font-weight:760}.nav-links a:hover,.nav-links a.active{color:var(--blue)}.nav-cta{padding:10px 15px;border-radius:999px;background:var(--navy);color:#fff!important}.cart-link{position:relative;padding-right:4px}.cart-count{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--gold);color:#172630;font-size:.72rem;font-weight:900;margin-left:4px}.nav-toggle{display:none;border:0;background:transparent;font-size:1.4rem}.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:#eaf5f8}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.28) 72%,rgba(255,255,255,.08) 100%)}.hero-content{position:relative;z-index:2;padding:90px 0;max-width:720px}.hero-logo{width:220px;margin-bottom:20px}.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.hero-trust span{background:rgba(255,255,255,.9);border:1px solid #d5e4e9;border-radius:999px;padding:8px 12px;font-size:.84rem;color:#38515c}.feature-strip{background:var(--navy);color:#fff}.feature-strip .container{display:grid;grid-template-columns:repeat(3,1fr)}.feature{padding:24px 18px;display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid rgba(255,255,255,.16);text-align:center}.feature:last-child{border-right:0}.feature strong{font-size:.92rem}.story-img{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.story-img img{width:100%;height:100%;min-height:380px;object-fit:cover}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;box-shadow:0 8px 25px rgba(14,63,103,.04)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 28px rgba(14,63,103,.045)}.product-img{min-height:310px;display:grid;place-items:center;padding:28px;background:linear-gradient(160deg,#fff,#f3fafc);position:relative}.product-img img{max-height:255px;width:auto;object-fit:contain;mix-blend-mode:multiply}.product-badge{position:absolute;left:16px;top:16px}.product-body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}.product-meta{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);font-weight:850}.product-body p{margin:0;color:var(--muted)}.price-row{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px}.price{font-size:1.35rem;font-weight:900;color:var(--navy)}.price small{display:block;font-size:.7rem;color:var(--muted);font-weight:650}.product-actions{display:flex;gap:8px;flex-wrap:wrap}.product-detail{display:grid;grid-template-columns:.88fr 1.12fr;gap:58px;align-items:center}.product-detail .product-img{min-height:520px;border-radius:28px;border:1px solid var(--line)}.product-detail .product-img img{max-height:430px}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0}.spec{padding:14px;border:1px solid var(--line);border-radius:14px}.spec small{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.spec b{display:block;margin-top:3px}.food-info{border:1px solid var(--line);border-radius:18px;padding:20px;margin-top:22px;background:#fbfdfe}.food-info dl{display:grid;grid-template-columns:160px 1fr;gap:10px 18px;margin:0}.food-info dt{font-weight:800;color:var(--navy)}.food-info dd{margin:0;color:var(--muted)}.page-hero{padding:78px 0 54px;background:linear-gradient(180deg,#edf8fb,#fff)}.breadcrumb{font-size:.88rem;color:var(--muted);margin-bottom:20px}.breadcrumb a{color:var(--blue);font-weight:750}.band{background:var(--navy);color:#fff;border-radius:30px;padding:44px}.band .h2{color:#fff}.band .lead,.band .muted{color:#d9e8ee}.gallery{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.gallery img{border-radius:22px;width:100%;height:100%;object-fit:cover}.gallery .tall{min-height:520px}.gallery-stack{display:grid;gap:18px}.form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field label{font-size:.86rem;font-weight:820;color:var(--navy)}.field input,.field textarea,.field select{width:100%;padding:14px 15px;border:1px solid #cbdde5;border-radius:13px;background:#fff;outline:none}.field textarea{min-height:130px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(17,127,169,.1)}.checkbox{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:var(--muted)}.checkbox input{margin-top:5px}.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:start}.cart-list{display:grid;gap:14px}.cart-item{border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center}.cart-item img{width:80px;height:80px;object-fit:contain}.qty{display:flex;align-items:center;gap:8px}.qty button{width:34px;height:34px;border-radius:50%;border:1px solid #c9dbe2;background:#fff;cursor:pointer}.order-box{border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff;position:sticky;top:100px;box-shadow:var(--shadow)}.order-line{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #edf2f4}.order-total{display:flex;justify-content:space-between;align-items:end;padding-top:16px;font-weight:900;color:var(--navy);font-size:1.25rem}.free-progress{height:8px;background:#e5eef2;border-radius:99px;overflow:hidden;margin:12px 0}.free-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--green));width:0}.legal-content{max-width:900px}.legal-content h2{font-family:Georgia,serif;color:var(--navy);margin-top:36px}.legal-content h3{color:var(--navy);margin-top:24px}.legal-content a{text-decoration:underline;color:var(--blue)}.legal-content table{width:100%;border-collapse:collapse}.legal-content th,.legal-content td{padding:11px;border-bottom:1px solid var(--line);text-align:left}.checkout-summary{border:1px solid var(--line);border-radius:18px;padding:18px;background:#f8fcfd}.hidden{display:none!important}footer{margin-top:80px;padding:66px 0 26px;background:#0d2637;color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:56px}.footer-logo{width:175px;background:#fff;border-radius:16px;padding:10px}.footer-title{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:#95afbc;font-weight:850;margin-bottom:14px}.footer-links{display:grid;gap:8px;color:#d9e6eb}.footer-brand p{color:#a9bfca;max-width:420px}.footer-legal{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:48px;color:#90aab7;font-size:.8rem}.footer-policy{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px;font-size:.82rem;color:#bfd0d8}.footer-policy a{text-decoration:underline}@media(max-width:900px){.grid-2,.product-detail,.cart-layout,.gallery{grid-template-columns:1fr}.grid-3,.cards,.product-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:650px}.hero-overlay{background:rgba(255,255,255,.86)}.feature-strip .container{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.feature:last-child{border-bottom:0}.nav-toggle{display:block}.nav-links{display:none;position:absolute;left:20px;right:20px;top:70px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:2px}.nav-links.open{display:flex}.nav-links a{padding:11px}.nav-cta{text-align:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.order-box{position:static}.gallery .tall{min-height:360px}}@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.section{padding:66px 0}.section-sm{padding:46px 0}.hero{min-height:610px}.hero-content{padding:62px 0}.hero-logo{width:175px}.product-grid,.cards,.grid-3,.form-row,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.product-img{min-height:270px}.product-detail .product-img{min-height:390px}.product-detail .product-img img{max-height:320px}.specs{grid-template-columns:1fr}.food-info dl{grid-template-columns:1fr;gap:3px}.food-info dd{margin-bottom:10px}.cart-item{grid-template-columns:70px 1fr}.cart-item img{width:60px;height:60px}.cart-item>div:last-child{grid-column:2}.brand-logo img{height:50px}}

/* v3.2 conversion-first visual system */
.topbar{background:#0d2637;color:#eaf5f8;font-size:.78rem}.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;text-align:center}.nav{height:82px}.nav-links{gap:18px}.nav-cta{box-shadow:0 7px 20px rgba(14,63,103,.18)}.btn-lg{min-height:56px;padding:0 28px;font-size:1.02rem}.text-link{font-weight:850;color:var(--navy);white-space:nowrap}.text-link:hover{color:var(--blue)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-head .h2{margin-bottom:8px}.section-head .lead{margin-bottom:0}.light{color:#dff3fa}.light:before{background:#f1c75c}.light-title{color:#fff}.light-copy{color:#e8f3f7}.btn-light{background:#fff;color:var(--navy)}.btn-light:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.18)}.btn-ghost-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.48)}
.hero-sales{min-height:760px}.hero-sales .hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 43%,rgba(255,255,255,.44) 69%,rgba(12,41,56,.2) 100%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .78fr;gap:58px;align-items:center;padding:76px 0}.hero-sales .hero-content{padding:0;max-width:720px}.hero-photo-card{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 25px 70px rgba(11,43,63,.24);border:1px solid rgba(255,255,255,.82);background:#fff;transform:translateY(18px)}.hero-photo-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.hero-photo-caption{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);display:flex;justify-content:space-between;gap:16px;align-items:center;color:var(--navy)}.hero-photo-caption b{font-size:1rem}.hero-photo-caption span{font-size:.8rem;color:var(--muted)}.proof-bar{background:#fff;border-bottom:1px solid var(--line)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{padding:26px 20px;text-align:center;border-right:1px solid var(--line);display:grid;gap:3px}.proof-grid>div:last-child{border-right:0}.proof-icon{font-size:1.45rem}.proof-grid b{color:var(--navy)}.proof-grid small{color:var(--muted)}
.product-grid-5{grid-template-columns:repeat(5,1fr);gap:16px}.product-grid-5 .product-card{border-radius:20px}.product-grid-5 .product-img{min-height:250px;padding:22px 18px}.product-grid-5 .product-img img{max-height:210px}.product-grid-5 .product-body{padding:20px}.product-grid-5 .h3{font-size:1.03rem}.product-grid-5 .price{font-size:1.16rem}.product-grid-5 .product-actions .btn{flex:1;min-width:118px}.product-grid-shop{grid-template-columns:repeat(3,1fr);margin-top:28px}.shop-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fbfdfe}.shop-toolbar>div{display:flex;gap:12px;align-items:baseline}.shop-toolbar span{color:var(--muted);font-size:.88rem}
.delivery-callout{margin-top:34px;padding:24px 26px;border-radius:22px;background:linear-gradient(135deg,#0e3f67,#116a8c);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}.delivery-callout div{display:grid;gap:3px}.delivery-callout b{font-size:1.12rem}.delivery-callout span{color:#d8e9ef;font-size:.9rem}.delivery-callout .btn-primary{background:#fff;color:var(--navy)}
.quality-list{display:grid;gap:12px;margin:28px 0}.quality-list div{padding:15px 16px;border-left:3px solid var(--gold);background:#fff;border-radius:0 14px 14px 0;display:grid;gap:2px}.quality-list b{color:var(--navy)}.quality-list span{color:var(--muted);font-size:.9rem}.image-stack{position:relative;min-height:560px}.image-main{width:88%;height:520px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.image-float{position:absolute;right:0;bottom:0;width:48%;height:235px;object-fit:cover;border-radius:22px;border:7px solid #fff;box-shadow:0 18px 50px rgba(12,45,65,.2)}
.story-mosaic{display:grid;grid-template-columns:1.08fr .92fr;grid-template-areas:'copy wide' 'small1 small2';gap:18px}.story-mosaic-copy{grid-area:copy;padding:42px;border-radius:28px;background:#f7fafb;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.story-mosaic figure{margin:0;border-radius:24px;overflow:hidden;min-height:290px}.story-mosaic img{width:100%;height:100%;object-fit:cover}.story-mosaic .mosaic-wide{grid-area:wide;min-height:390px}.story-mosaic figure:nth-of-type(2){grid-area:small1}.story-mosaic figure:nth-of-type(3){grid-area:small2}.cta-purchase{display:flex;justify-content:space-between;align-items:center;gap:50px}.cta-purchase .h2{max-width:760px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;min-width:280px}.band .eyebrow.light:before{background:#f1c75c}
.page-hero-grid{display:grid;grid-template-columns:1.15fr .7fr;gap:50px;align-items:center}.page-hero-photo{border-radius:26px;overflow:hidden;box-shadow:var(--shadow);min-height:380px}.page-hero-photo img{width:100%;height:100%;min-height:380px;object-fit:cover}.products-hero,.about-hero{padding:64px 0;background:linear-gradient(135deg,#edf8fb,#fff 64%,#f7efe4)}
.origin-hero{position:relative;min-height:690px;display:flex;align-items:end;overflow:hidden;background:#163246}.origin-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.origin-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,33,48,.88) 0%,rgba(9,33,48,.72) 46%,rgba(9,33,48,.2) 100%)}.origin-content{position:relative;z-index:2;padding:110px 0 90px;max-width:790px}.inverse{color:#d7e7ed}.inverse a{color:#fff}.story-kpis{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(14,63,103,.06)}.story-kpis div{padding:24px;border-right:1px solid var(--line);display:grid;gap:4px}.story-kpis div:last-child{border-right:0}.story-kpis b{font-family:Georgia,serif;font-size:1.65rem;color:var(--navy)}.story-kpis span{font-size:.86rem;color:var(--muted)}.cinematic img{min-height:460px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.process-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(14,63,103,.05)}.process-card>img{width:100%;height:260px;object-fit:cover}.process-card>div{padding:24px}.process-card>div>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;margin-bottom:14px}.process-card p{color:var(--muted);margin-bottom:0}.panorama-card{position:relative;min-height:540px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.panorama-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.panorama-card:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,33,48,.86),rgba(9,33,48,.15))}.panorama-overlay{position:relative;z-index:2;color:#fff;padding:76px 58px;max-width:690px}.panorama-overlay .h2{color:#fff}.panorama-overlay p{color:#dfecef;font-size:1.08rem}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-card{padding:30px;border-radius:22px;background:#fff;border:1px solid var(--line)}.value-card>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--sky);color:var(--navy);font-weight:900;margin-bottom:16px}.value-card p{color:var(--muted);margin-bottom:0}.delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.delivery-card{text-align:left}.delivery-card.featured{border-color:#91c4d6;background:#f1fbfe}.delivery-icon{font-size:1.6rem;display:block;margin-bottom:12px}.faq{max-width:920px}.faq details{border-bottom:1px solid var(--line);padding:0}.faq summary{cursor:pointer;padding:18px 0;font-weight:850;color:var(--navy);list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';float:right;font-size:1.25rem}.faq details[open] summary:after{content:'–'}.faq details p{color:var(--muted);margin:0 0 20px}.purchase-reassurance{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.purchase-reassurance span{padding:8px 10px;border-radius:999px;background:#f2f8fa;border:1px solid var(--line);font-size:.8rem;color:#38515c}.related-products{margin-top:30px}
.footer-order{display:inline-flex;margin:6px 0 20px;font-weight:850;color:#fff;border-bottom:1px solid rgba(255,255,255,.42)}
.mobile-order-bar{display:none}.toast a{color:#fff;text-decoration:underline;margin-left:8px}.toast{max-width:360px}

@media (max-width:1120px){.nav-links{gap:13px;font-size:.87rem}.product-grid-5{grid-template-columns:repeat(3,1fr)}.delivery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){.topbar-inner{gap:14px;padding:6px 0}.topbar-inner span:nth-child(2){display:none}.hero-grid,.page-hero-grid{grid-template-columns:1fr}.hero-sales{min-height:auto}.hero-grid{padding:62px 0}.hero-photo-card{max-width:640px;transform:none}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-grid-5{grid-template-columns:repeat(2,1fr)}.story-mosaic{grid-template-columns:1fr;grid-template-areas:'copy' 'wide' 'small1' 'small2'}.story-mosaic-copy{padding:30px}.cta-purchase{align-items:flex-start;flex-direction:column}.cta-actions{justify-content:flex-start}.story-kpis{grid-template-columns:repeat(2,1fr)}.story-kpis div:nth-child(2){border-right:0}.story-kpis div:nth-child(-n+2){border-bottom:1px solid var(--line)}.process-grid{grid-template-columns:1fr}.process-card{display:grid;grid-template-columns:.9fr 1.1fr}.process-card>img{height:100%;min-height:270px}.delivery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){body{padding-bottom:72px}.topbar{font-size:.72rem}.topbar-inner{min-height:32px}.topbar-inner span:nth-child(3){display:none}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:22px}.hero-sales .hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 58%,rgba(255,255,255,.52) 100%)}.hero-grid{padding:42px 0 54px;gap:28px}.hero-photo-card{border-radius:22px}.hero-photo-caption{left:10px;right:10px;bottom:10px;padding:11px 12px}.hero-photo-caption span{display:none}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid>div{padding:18px 10px}.proof-grid small{font-size:.72rem}.product-grid-5,.product-grid-shop{grid-template-columns:1fr}.product-grid-5 .product-card{display:grid;grid-template-columns:40% 60%;align-items:stretch}.product-grid-5 .product-img{min-height:220px}.product-grid-5 .product-body{padding:18px}.product-grid-5 .product-actions{display:grid;grid-template-columns:1fr}.delivery-callout{align-items:flex-start;flex-direction:column;padding:22px}.image-stack{min-height:430px}.image-main{height:390px;width:92%}.image-float{height:180px;width:58%}.story-mosaic figure,.story-mosaic .mosaic-wide{min-height:260px}.page-hero-photo,.page-hero-photo img{min-height:260px}.origin-hero{min-height:620px}.origin-content{padding:90px 0 70px}.story-kpis{grid-template-columns:1fr 1fr}.story-kpis div{padding:18px}.story-kpis b{font-size:1.28rem}.process-card{grid-template-columns:1fr}.process-card>img{min-height:220px;height:220px}.panorama-card{min-height:500px}.panorama-overlay{padding:44px 28px}.values-grid,.delivery-grid{grid-template-columns:1fr}.shop-toolbar{align-items:flex-start;flex-direction:column}.shop-toolbar>div{display:grid;gap:2px}.purchase-reassurance{gap:5px}.purchase-reassurance span{font-size:.72rem}.mobile-order-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid var(--line);box-shadow:0 -8px 28px rgba(14,63,103,.12)}.mobile-order-bar .mobile-order-copy{display:grid;line-height:1.18}.mobile-order-bar .mobile-order-copy b{color:var(--navy);font-size:.9rem}.mobile-order-bar .mobile-order-copy small{color:var(--muted);font-size:.72rem}.mobile-order-bar .btn{min-height:44px;padding:0 16px}.toast{right:12px!important;left:12px!important;bottom:84px!important;max-width:none}.reverse-mobile>div:first-child{order:2}.reverse-mobile>div:last-child{order:1}}
