/* nuzzle-pillows.com */
:root{
 --ink:#22262a;--muted:#5f6a63;--deep:#00263e;--deep-d:#001a2c;--sage:#6f92ad;
 --cream:#f8f4ec;--sand:#efe6d6;--line:#e4dccf;--brass:#b08d4f;--white:#fff;
 --shadow:0 1px 2px rgba(0,38,62,.05),0 14px 34px rgba(0,38,62,.07);
 --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
 --serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:16.5px;line-height:1.62;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block;border:0}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,h5{margin:0;font-weight:600;line-height:1.14;letter-spacing:-.02em}
p{margin:0 0 1em}
ul,ol,li{margin:0;padding:0;list-style:none}
table{border-collapse:collapse;width:100%}
.container{max-width:1280px;margin:0 auto;padding:0 28px}
.skip-to-main-link{position:absolute;left:-9999px}
.skip-to-main-link:focus{left:16px;top:16px;z-index:99;background:var(--deep);color:#fff;padding:10px 18px;border-radius:4px}
:focus-visible{outline:2px solid var(--deep);outline-offset:3px}
.icons-svg-sprite{display:none}

/* buttons */
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.02em;padding:14px 28px;border:1px solid transparent;border-radius:2px;cursor:pointer;transition:background .15s,color .15s}
.button--primary{background:var(--deep);color:#fff}
.button--primary:hover{background:var(--deep-d)}
.button--small{padding:9px 18px;font-size:13px}
.button--ghost{background:transparent;color:var(--deep);border-color:var(--deep)}
.button--ghost:hover{background:var(--deep);color:#fff}
.button--onDark{color:#fff;border-color:rgba(255,255,255,.6)}
.button--onDark:hover{background:#fff;color:var(--deep)}
.button--light{background:#fff;color:var(--deep)}
.button--light:hover{background:var(--sand)}

/* header — centred logo, two tiers */
.header-banner{background:var(--deep);color:#e7eef3;font-size:12.5px;letter-spacing:.05em}
.header-banner-inner{display:flex;align-items:center;justify-content:center;gap:14px;padding:9px 0;text-transform:uppercase}
.header-banner-sep{color:var(--brass)}
.header-banner-item{white-space:nowrap}
.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--line)}
.header--centered .header-inner{text-align:center}
.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;min-height:86px}
.header-logo__link{display:inline-flex;align-items:center;justify-content:center}
.header-logo-image{height:38px;width:auto}
.navPages-container{display:flex;align-items:center}
.navPages-container--left{justify-self:start}
.navPages-container--right{display:flex}
.navPages-list--right{justify-content:flex-end}
.navPages-list{display:flex;gap:26px}
.navPages-list--left{justify-content:flex-start}
.navPages-item{display:flex;align-items:center}
.navPages-action{font-size:13.5px;font-weight:500;letter-spacing:.02em;color:var(--ink);padding:8px 0;position:relative}
.navPages-action::after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1.5px;background:var(--deep);transition:right .2s}
.navPages-action:hover::after{right:0}
.navUser{display:flex;align-items:center;gap:16px;justify-self:end}
.header-icon{width:24px;height:24px;color:var(--ink);display:inline-flex;align-items:center;justify-content:center}
.header-icon svg{width:22px;height:22px}
.header-icon:hover{color:var(--deep)}
.navUser-action{white-space:nowrap}
.body{display:block}
.navPages-mobile{display:none}
.mobileMenu-toggle{display:none;width:42px;height:38px;background:none;border:1px solid var(--line);border-radius:3px;cursor:pointer;position:relative}
.mobileMenu-toggleIcon,.mobileMenu-toggleIcon::before,.mobileMenu-toggleIcon::after{position:absolute;left:11px;width:18px;height:1.5px;background:var(--ink);content:""}
.mobileMenu-toggleIcon{top:18px}
.mobileMenu-toggleIcon::before{top:-6px}
.mobileMenu-toggleIcon::after{top:6px}

/* section scaffolding */
.section{padding:86px 0}
.section--tight{padding:64px 0}
.section--cream{background:var(--cream)}
.section--deep{background:var(--deep);color:#f1ece2}
.section--sand{background:var(--sand)}
.sec-head{max-width:720px;margin:0 0 44px}
.sec-head--center{margin-left:auto;margin-right:auto;text-align:center}
.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass);font-weight:600;margin:0 0 12px}
.section--deep .eyebrow{color:var(--sand)}
.sec-head h2{font-size:clamp(28px,3.6vw,44px)}
.sec-head p{margin:16px 0 0;font-size:17.5px;color:var(--muted)}
.section--deep .sec-head p{color:#cfd8d1}

/* hero */
.hero{position:relative;min-height:640px;display:flex;align-items:center;color:#fff;background:var(--deep-d)}
.hero-media{position:absolute;inset:0;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,20,34,.78) 0%,rgba(0,20,34,.55) 45%,rgba(0,20,34,.15) 100%)}
.hero-inner{position:relative;z-index:2;max-width:610px;padding:96px 0}
.hero h1{font-size:clamp(36px,5.2vw,60px);line-height:1.06}
.hero-lead{margin:22px 0 0;font-size:19px;color:#e6ded1;max-width:34em}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.hero-meta{display:flex;align-items:center;gap:10px;margin-top:30px;font-size:14px;color:#d8d0c2}
.hero-stars{color:#e5c98c;letter-spacing:2px}

/* benefit strip */
.benefits{background:var(--cream);border-bottom:1px solid var(--line)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:30px 0}
.benefit{display:flex;gap:13px;align-items:flex-start}
.benefit-ico{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:var(--deep);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px}
.benefit b{display:block;font-size:14.5px;font-weight:600}
.benefit span{font-size:13.5px;color:var(--muted)}

/* product cards */
.productGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px}
.card{background:var(--white);border:1px solid var(--line);border-radius:3px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s}
.card:hover{box-shadow:var(--shadow)}
.card-figure{margin:0;background:var(--cream)}
.card-figure__link{display:block}
.card-img-container{aspect-ratio:1;display:flex;align-items:center;justify-content:center}
.card-image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.card-body{padding:26px 28px 28px;display:flex;flex-direction:column;gap:8px;flex:1}
.card-title{font-size:22px}
.card-sub{margin:0;font-size:14.5px;color:var(--muted)}
.card-rating{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--muted)}
.rating--small{color:var(--brass);letter-spacing:1px}
.card-rating__num{font-weight:600;color:var(--ink)}
.card-rating__count{white-space:nowrap}
.card-foot{margin-top:auto;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.price{font-size:21px;font-weight:600}
.price--withoutTax{letter-spacing:-.01em}

/* height finder */
.finder{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}
.finder-tabs{display:flex;gap:8px;margin-bottom:22px}
.finder-tab{flex:1;padding:13px 10px;border:1px solid var(--line);background:#fff;border-radius:3px;font-family:inherit;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer}
.finder-tab[aria-selected="true"]{background:var(--deep);border-color:var(--deep);color:#fff}
.finder-panel{border:1px solid var(--line);border-radius:3px;padding:26px 28px;background:#fff}
.finder-panel[hidden]{display:none}
.finder-panel h3{font-size:20px;margin-bottom:10px}
.finder-panel p{margin:0 0 14px;color:var(--muted);font-size:15.5px}
.finder-spec{display:flex;gap:26px;border-top:1px solid var(--line);padding-top:14px}
.finder-spec div{font-size:14px}
.finder-spec b{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--brass);margin-bottom:3px}
.finder-fig{margin:0;border-radius:6px;overflow:hidden;aspect-ratio:4/3}
.finder-fig img{width:100%;height:100%;object-fit:cover;display:block}

/* numbered steps */
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;counter-reset:step}
.step{background:#fff;border:1px solid var(--line);border-radius:3px;padding:24px 22px}
.step-n{width:32px;height:32px;border-radius:50%;background:var(--sand);color:var(--deep);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-bottom:14px}
.step h3{font-size:16.5px;margin-bottom:7px}
.step p{margin:0;font-size:14px;color:var(--muted)}

/* size table */
.table-wrap{background:#fff;border:1px solid var(--line);border-radius:3px;overflow-x:auto;min-width:0}
.size-table{min-width:520px;font-size:15px}
.size-table caption{text-align:left;padding:24px 28px 0;font-size:13px;color:var(--muted)}
.size-table th,.size-table td{text-align:left;padding:16px 28px;border-bottom:1px solid var(--line);vertical-align:top}
.size-table thead th{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--brass);border-bottom:1.5px solid var(--line)}
.size-table tbody th{font-weight:600}
.size-table td{color:var(--muted)}
.size-table tbody tr:last-child th,.size-table tbody tr:last-child td{border-bottom:0}
.table-note{margin:16px 0 0;font-size:13.5px;color:var(--muted)}
.table-split{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.table-split>div{min-width:0}
.table-split h3{font-size:19px;margin-bottom:14px}

/* materials */
.mats{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.mat-list{display:grid;gap:2px;border:1px solid var(--line);border-radius:3px;overflow:hidden;background:var(--line)}
.mat{background:#fff;padding:22px 24px}
.mat h3{font-size:17px;margin-bottom:6px}
.mat p{margin:0;font-size:14.5px;color:var(--muted)}
.mats-fig{margin:0;border-radius:3px;overflow:hidden}

/* comparison */
.vs-table{min-width:620px;font-size:15px}
.vs-table th,.vs-table td{padding:16px 24px;border-bottom:1px solid var(--line);text-align:left}
.vs-table thead th{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--brass)}
.vs-table thead th:nth-child(2){color:var(--deep)}
.vs-table tbody th{font-weight:600;width:34%}
.vs-yes{color:var(--deep);font-weight:600}
.vs-no{color:#9aa39d}

/* gallery */
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.gcell{margin:0;position:relative;border-radius:3px;overflow:hidden;background:var(--cream)}
.gcell img{width:100%;height:100%;object-fit:cover}
.gcell--w3{grid-column:span 3;aspect-ratio:3/2}
.gcell--w2{grid-column:span 2;aspect-ratio:1}
.gcell figcaption{position:absolute;left:0;right:0;bottom:0;padding:26px 20px 14px;font-size:13.5px;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,20,34,.72))}

/* reels — "Real Sleepers. Real Comfort." */
.reels-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.reels-track::-webkit-scrollbar{display:none}
.reel{scroll-snap-align:start}
.reel{position:relative;margin:0;border-radius:6px;overflow:hidden;background:#0b1620;aspect-ratio:9/13;box-shadow:var(--shadow)}
.reel-video,.reel-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.reel-poster{z-index:0}
.reel-video{z-index:1}
.reel-grad{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,20,34,.28) 0%,rgba(0,20,34,0) 26%,rgba(0,20,34,0) 52%,rgba(0,20,34,.82) 100%)}
.reel-live{position:absolute;top:12px;left:12px;z-index:3;display:inline-flex;align-items:center;gap:6px;background:rgba(0,20,34,.55);color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 9px;border-radius:20px;backdrop-filter:blur(4px)}
.reel-live::before{content:"";width:7px;height:7px;border-radius:50%;background:#ff5a5a;box-shadow:0 0 0 0 rgba(255,90,90,.6);animation:reelpulse 1.8s infinite}
@keyframes reelpulse{0%{box-shadow:0 0 0 0 rgba(255,90,90,.6)}70%{box-shadow:0 0 0 7px rgba(255,90,90,0)}100%{box-shadow:0 0 0 0 rgba(255,90,90,0)}}
.reel-body{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:18px 16px 16px;color:#fff}
.reel-cap{font-size:14.5px;font-weight:600;line-height:1.3;margin:0 0 10px;text-shadow:0 1px 8px rgba(0,20,34,.5)}
.reel-shop{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.94);color:var(--ink);border-radius:40px;padding:5px 12px 5px 5px;font-size:12.5px;font-weight:600}
.reel-shop img{width:30px;height:30px;border-radius:50%;object-fit:cover;background:var(--cream)}
.reel-shop b{color:var(--deep)}
.reels-note{margin:22px 0 0;font-size:13px;color:var(--muted)}

/* story */
.story{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.story-fig{margin:0;border-radius:3px;overflow:hidden}
.story-body h2{font-size:clamp(28px,3.4vw,40px);margin-bottom:20px}
.story-body p{color:#d9e0da}
.section--deep .story-body p{color:#cfd8d1}
.pull{font-family:var(--serif);font-size:21px;font-style:italic;line-height:1.5;border-left:2px solid var(--brass);padding-left:20px;margin:24px 0}
.story-sign{font-size:14px;letter-spacing:.04em;color:var(--sand)}
.story-stats{display:flex;gap:40px;margin-top:32px;flex-wrap:wrap}
.story-stat b{display:block;font-size:28px;font-weight:600}
.story-stat span{font-size:13.5px;color:#cfd8d1}

/* reviews */
.revs{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rev{background:#fff;border:1px solid var(--line);border-radius:3px;padding:28px}
.rev-stars{color:var(--brass);letter-spacing:2px;font-size:14px;margin-bottom:12px}
.rev p{font-size:15px;margin:0 0 16px}
.rev-by{font-size:13.5px;color:var(--muted)}
.rev-by b{color:var(--ink);font-weight:600}
.score{display:flex;align-items:baseline;gap:14px;margin-bottom:8px}
.score-num{font-size:52px;font-weight:600;line-height:1}
.score-meta{font-size:14px;color:var(--muted)}

/* faq + care */
.faq{display:grid;grid-template-columns:1fr 1fr;gap:20px 40px}
.faq details{border-bottom:1px solid var(--line);padding:18px 0}
.faq summary{cursor:pointer;font-weight:600;font-size:16px;list-style:none;display:flex;justify-content:space-between;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--brass);font-weight:400;font-size:20px;line-height:1}
.faq details[open] summary::after{content:"\2013"}
.faq p{margin:12px 0 0;font-size:15px;color:var(--muted)}

/* closing cta */
.closer{text-align:center}
.closer h2{font-size:clamp(28px,3.8vw,46px);max-width:16ch;margin:0 auto}
.closer p{max-width:52ch;margin:18px auto 30px;color:#cfd8d1;font-size:17px}

/* product page */
.productView{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;padding:56px 0 20px}
.productView-images figure{margin:0 0 14px;background:var(--cream);border-radius:3px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}
.productView-images img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.productView-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.productView-thumbs figure{aspect-ratio:1;margin:0}
.productView-details{display:flex;flex-direction:column}
.productView-title{font-size:clamp(28px,3.4vw,40px);margin-bottom:10px}
.productView-sub{font-size:17px;color:var(--muted);margin-bottom:18px}
.productView-price{font-size:30px;font-weight:600;margin:18px 0 6px}
.productView-rating{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--muted);margin-bottom:18px}
.productView-desc p{font-size:16px}
.productView-list{margin:20px 0 26px;display:grid;gap:11px}
.productView-list li{position:relative;padding-left:24px;font-size:15.5px;color:var(--muted)}
.productView-list li::before{content:"";position:absolute;left:0;top:8px;width:9px;height:9px;border-radius:50%;background:var(--sage)}
.productView-buy{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:14px}
.productView-note{font-size:13.5px;color:var(--muted);margin:0}
.spec-table{margin-top:12px;font-size:15px}
.spec-table th,.spec-table td{text-align:left;padding:13px 0;border-bottom:1px solid var(--line)}
.spec-table th{font-weight:600;width:42%}
.spec-table td{color:var(--muted)}

/* content pages */
.page-head{background:var(--cream);border-bottom:1px solid var(--line);padding:64px 0}
.page-head h1{font-size:clamp(30px,4vw,48px);max-width:22ch}
.page-head p{margin:16px 0 0;font-size:17.5px;color:var(--muted);max-width:60ch}
.prose{max-width:760px;padding:60px 0}
.prose h2{font-size:26px;margin:36px 0 14px}
.prose h3{font-size:20px;margin:28px 0 10px}
.prose p{font-size:16.5px;margin:0 0 16px}
.prose ul{margin:0 0 18px;display:grid;gap:9px}
.prose li{position:relative;padding-left:22px;color:var(--muted)}
.prose li::before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--sage)}
.prose a{color:var(--deep);border-bottom:1px solid var(--sand)}

/* footer */
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.footer{background:var(--deep-d);color:#c8d2ca;font-size:14.5px}
.footer-news{background:var(--deep);border-bottom:1px solid rgba(255,255,255,.1)}
.footer-news-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:44px 0}
.footer-news-copy{min-width:0}
.footer-news-kicker{margin:0 0 8px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--brass);font-weight:600}
.footer-news-title{font-size:clamp(24px,3vw,32px);color:#fff;margin:0 0 8px}
.footer-news-sub{margin:0;font-size:14.5px;color:#c8d2ca;max-width:46ch}
.footer-news-form{display:flex;gap:10px}
.footer-news-input{flex:1;min-width:0;padding:14px 16px;border:1px solid rgba(255,255,255,.25);border-radius:2px;background:rgba(255,255,255,.06);color:#fff;font-family:inherit;font-size:15px}
.footer-news-input::placeholder{color:#9fb0a6}
.footer-news-input:focus{outline:none;border-color:var(--brass);background:rgba(255,255,255,.1)}
.footer-news-btn{flex:0 0 auto}
.footer-main{display:grid;grid-template-columns:1.5fr 1.2fr .8fr .8fr;gap:44px;padding:56px 0 40px}
.footer-brand{min-width:0}
.footer-brand img{margin-bottom:18px;filter:brightness(0) invert(1);opacity:.92}
.footer-addr{font-style:normal;font-size:13.5px;line-height:1.65;color:#9fb0a6;margin-bottom:18px}
.footer-social{display:flex;gap:12px}
.footer-social-ico{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:#c8d2ca}
.footer-social-ico svg{width:15px;height:15px}
.footer-col{min-width:0}
.footer-col-heading{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:16px}
.footer-col-list{display:grid;gap:11px}
.footer-col-list a{color:#c1cdc5}
.footer-col-list a:hover{color:#fff;text-decoration:underline}
.footer-pay{padding:22px 0;border-top:1px solid rgba(255,255,255,.1)}
.footer-pay-list{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.footer-pay-ico{height:28px;min-width:42px;padding:5px 8px;background:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}
.footer-pay-ico svg{height:100%;width:auto;display:block}
.footer-bottom{padding:8px 0 34px;display:grid;gap:8px}
.footer-copy{margin:0;font-size:13px;color:#c8d2ca}
.footer-disclosure{margin:0;font-size:12px;color:#82938a;max-width:96ch}

@media (max-width:1080px){
 .finder,.mats,.story{grid-template-columns:1fr;gap:34px}
 .benefits-grid{grid-template-columns:1fr 1fr;gap:20px}
 .steps{grid-template-columns:repeat(2,1fr)}
 .productView{grid-template-columns:1fr;gap:34px;padding-top:34px}
 .footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:32px}
 .footer-brand{grid-column:1 / -1}
 .footer-news-inner{grid-template-columns:1fr;gap:20px}
 .gcell--w3,.gcell--w2{grid-column:span 3}
}
@media (max-width:900px){
 .header-inner{grid-template-columns:auto 1fr auto;min-height:70px}
 .header-logo__link{justify-content:flex-start}
 .navPages-container--left,.navPages-container--right,.header-icon,.navUser-action{display:none}
 .mobileMenu-toggle{display:block}
 .header-banner-inner{font-size:11.5px;gap:9px}
 .header-banner-inner>*:nth-child(n+2){display:none}
 .navPages-mobile[data-open="true"]{display:block;border-top:1px solid var(--line)}
 .navPages-mobile .navPages-list{flex-direction:column;gap:0;padding:8px 0}
 .navPages-mobile .navPages-item{padding:0 4px}
 .navPages-mobile .navPages-action{display:block;width:100%;padding:13px 4px;border-bottom:1px solid var(--line)}
 .navPages-mobile .navPages-action::after{display:none}
}
@media (max-width:760px){
 .section{padding:58px 0}
 .productGrid,.revs,.faq,.table-split{grid-template-columns:1fr}
 .benefits-grid,.steps{grid-template-columns:1fr}
 .gallery{grid-template-columns:repeat(2,1fr)}
 .gcell--w3,.gcell--w2{grid-column:span 2;aspect-ratio:3/2}
 .hero{min-height:520px}
 .hero-inner{padding:70px 0}
 .footer-main{grid-template-columns:1fr 1fr}
 .footer-news-form{flex-direction:column}
 .story-stats{gap:26px}
 .reels-track{grid-auto-columns:78%}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}