@font-face{font-family:"Plus Jakarta Sans";src:url("/assets/fonts/jakarta-latin.woff2") format("woff2");font-style:normal;font-weight:400 700;font-display:swap}
@font-face{font-family:"DM Sans";src:url("/assets/fonts/dm-sans-latin.woff2") format("woff2");font-style:normal;font-weight:400 700;font-display:swap}
:root{--brand:#0095df;--deep:#123d60;--sky:#eaf3f8;--text:#183d55;--muted:#536775;--white:#fff;--leaf:#8ca851;--line:#dce6ec;--soft:#f5f8fa;--display:"Plus Jakarta Sans",sans-serif;--body:"DM Sans",sans-serif;--ease:cubic-bezier(.22,.61,.36,1)}
.privacy-page{padding-block:54px 90px}
.privacy-content{max-width:780px;margin-inline:auto;overflow-wrap:anywhere}
.privacy-heading{margin:36px 0 28px}
.privacy-heading h1{font-size:clamp(32px,5vw,48px);margin:14px 0 18px;text-wrap:wrap}
.privacy-content section{margin-top:36px}
.privacy-content h2{font-size:clamp(21px,3vw,26px);line-height:1.35;margin-bottom:14px;text-wrap:wrap}
.privacy-content p,.privacy-content li{line-height:1.8}
.privacy-content p+p{margin-top:16px}
.privacy-content ul{padding-left:24px;color:var(--muted)}
.privacy-content li+li{margin-top:8px}
.privacy-content p a{text-decoration:underline;text-underline-offset:3px;color:var(--deep)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;background:var(--white);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
button,a{-webkit-tap-highlight-color:transparent}
button,input{font:inherit}
button,a,summary{touch-action:manipulation}
button{color:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
svg{display:inline-block;width:22px;height:22px;flex:none;vertical-align:middle}
figure,h1,h2,h3,p,blockquote,dl,dd{margin:0}
h1,h2,h3{font-family:var(--display);font-weight:600;line-height:1.12;letter-spacing:-.025em;word-spacing:.025em;text-wrap:balance}
h2{font-size:clamp(32px,3.5vw,50px)}
p{color:var(--muted)}
[hidden]{display:none!important}
:focus-visible{outline:3px solid var(--brand);outline-offset:5px}
::selection{background:#c3e8fc;color:var(--deep)}
.container{width:100%;max-width:1320px;margin-inline:auto;padding-inline:32px}
.section{padding-block:100px}
.eyebrow{color:var(--deep);font-size:12px;line-height:1.4;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:54px;padding:15px 23px;border:1px solid var(--deep);border-radius:8px;background:var(--deep);color:#fff;font-size:15px;font-weight:600;line-height:1.4;text-align:center;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s var(--ease)}
.button:hover{background:#0d304c;border-color:#0d304c;box-shadow:0 5px 16px #123d601c;transform:translateY(-2px)}
.button-light{background:var(--white);color:var(--deep);border-color:var(--white)}
.button-light:hover{background:var(--sky);border-color:var(--sky)}
.button-secondary{color:var(--deep);background:transparent;border-color:#b4cbd9}
.button-secondary:hover{color:var(--deep);background:#fff;border-color:var(--deep)}
.text-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:14px;font-weight:600;line-height:1.4;color:var(--deep)}
.text-link svg{width:19px;height:19px;transition:transform .2s var(--ease)}
.text-link:hover svg{transform:translateX(3px)}
.text-link:hover{text-decoration:underline;text-underline-offset:5px}
.skip-link{position:fixed;left:20px;top:-100px;z-index:100;padding:12px 18px;background:var(--deep);color:#fff;border-radius:6px}
.skip-link:focus{top:12px}
.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}

.top-strip{overflow:hidden;background:var(--deep);color:#fff;min-height:34px;font-size:11px;font-weight:500;letter-spacing:.055em}
.marquee-track{display:flex;width:max-content;animation:koala-marquee 42s linear infinite;will-change:transform}
.marquee-group{display:flex;align-items:center;justify-content:space-around;flex-shrink:0;min-width:100vw;gap:0}
.marquee-group span{display:inline-flex;align-items:center;gap:12px;white-space:nowrap;padding:9px 34px;line-height:16px}
.marquee-group span::before{content:"";display:block;width:4px;height:4px;border-radius:50%;background:#99cde7}
@keyframes koala-marquee{to{transform:translateX(-50%)}}
.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #eaf0f4}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px}
.brand{display:inline-block;flex:none}
.brand img{width:180px;height:auto;max-height:66px;object-fit:contain}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.desktop-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:13px;font-weight:500;transition:color .2s}
.desktop-nav a:hover{color:#0074ad}
.header-cta{min-height:44px;padding:11px 18px;font-size:13px;margin-left:8px}
.header-cta svg{width:18px;height:18px}
.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff}
.menu-toggle span{display:block;width:18px;height:1.5px;background:var(--deep);transition:transform .2s,opacity .2s}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.75px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.mobile-nav{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;gap:0;background:#fff;padding:12px 24px 24px;border-bottom:1px solid var(--line);box-shadow:0 16px 20px #123d600d;max-height:calc(100dvh - 76px);overflow:auto}
.mobile-nav>a{padding:14px 0;border-bottom:1px solid var(--line);font-size:17px;font-weight:500}
.mobile-nav>a.button{margin-top:18px;padding:15px 18px;border-bottom:0;font-size:15px}
















.service-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px;padding-bottom:34px;border-bottom:1px solid var(--line)}
.service-strip>div{display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:500}
.service-strip>div+div{border-left:1px solid var(--line)}
.service-strip svg{width:22px;height:22px;color:#007bb8}

.section-heading{max-width:690px;margin-bottom:34px}
.section-heading .eyebrow{margin-bottom:14px}
.section-heading>p:last-child:not(.eyebrow){margin-top:18px;font-size:16px;max-width:590px}
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}
.filter{background:#fff;border:1px solid var(--line);padding:10px 19px;min-height:43px;border-radius:24px;font-size:13px;font-weight:500;transition:background .2s,color .2s,border-color .2s}
.filter:hover{border-color:#96b9ce;background:#f6fafc}
.filter[aria-pressed="true"]{background:var(--deep);color:#fff;border-color:var(--deep)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 28px}
.product-card{min-width:0}
.product-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;width:100%;background:#fff;border:1px solid #e4ebef;border-radius:8px;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.product-image img{width:100%;height:100%;max-height:100%;object-fit:contain}
.product-image picture{display:block;width:100%;height:100%}
.product-image:hover{border-color:#a9c9dc;box-shadow:0 6px 20px #123d600a}
.product-info{padding:22px 2px 20px;border-bottom:1px solid var(--line)}
.product-info .eyebrow{font-size:10px;color:var(--muted);letter-spacing:.11em;margin-bottom:9px}
.product-info h3{font-size:24px;font-weight:600;letter-spacing:-.035em}
.product-title:hover{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.product-sizes{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px;font-size:12px;color:var(--muted)}
.product-sizes span{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:4px;padding:3px 8px;font-size:11px;line-height:1.4}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}
.round-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid #ccdee9;color:var(--deep);background:var(--sky);transition:background .2s,border-color .2s}
.round-link:hover{background:#d9edf8;border-color:#abcde0}
.round-link svg{width:19px;height:19px}
.product-bottom .text-link{font-size:13px}

.feature{padding-block:0 80px}
.feature-shell{display:grid;grid-template-columns:.78fr 1.22fr;gap:48px;align-items:center;background:var(--soft);padding:44px;border-radius:12px 70px 12px 12px}
.feature-copy h2{font-size:clamp(30px,3vw,42px)}
.feature-copy .eyebrow{margin-bottom:15px}
.feature-copy>p:not(.eyebrow){margin-top:18px;font-size:15px;line-height:1.7}
.feature-copy .button{margin-top:27px}
.feature-photo{min-width:0}
.feature-photo img{width:100%;height:auto;object-fit:contain;border-radius:6px}
.feature-photo figcaption{margin-top:10px;color:var(--muted);font-size:10px;line-height:1.5}
.pillow-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(38px,7vw,100px);align-items:center;padding-block:0 100px}
.pillow-photo{min-width:0}
.pillow-photo img{width:100%;height:auto;object-fit:contain;border-radius:6px}
.pillow-copy{max-width:510px}
.pillow-copy .eyebrow{margin-bottom:16px}
.pillow-copy h2{font-size:clamp(32px,3.35vw,46px)}
.pillow-copy>p:not(.eyebrow){margin-top:22px;font-size:16px;line-height:1.75}
.size-options{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}
.size-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid #cbdde7;border-radius:6px;padding:12px 16px;min-height:48px;font-size:13px;font-weight:500;transition:background .2s,border-color .2s}
.size-pill:hover{background:var(--sky);border-color:var(--deep)}
.contact-band{background:var(--deep);color:#fff;padding-block:52px}
.contact-inner{display:grid;grid-template-columns:1fr auto;gap:12px 80px;align-items:center}
.contact-inner h2{font-size:clamp(28px,3.2vw,44px);max-width:780px}
.contact-inner p{color:#d4e3ed;font-size:15px;grid-column:1;max-width:660px;margin-top:8px}
.contact-inner .button{grid-column:2;grid-row:1/3;min-width:220px}

.review-heading{display:grid;grid-template-columns:1fr auto;align-items:end;gap:32px;margin-bottom:38px}
.review-heading .eyebrow{margin-bottom:15px}
.review-heading h2{max-width:720px}
.rating-summary{font-size:13px;line-height:1.6;color:var(--muted);text-align:right}
.rating-summary strong,.rating-summary b{font-family:var(--display);font-size:32px;font-weight:600;letter-spacing:-.04em;color:var(--deep)}
.rating-summary .stars{margin-block:4px}
.stars{color:#947021;font-size:15px;letter-spacing:3px}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:18px}
.review-card{display:flex;flex-direction:column;align-items:flex-start;background:var(--soft);border-radius:8px;padding:29px 26px}
.review-card blockquote{color:var(--text);font-size:15px;line-height:1.75;margin-block:19px 28px;overflow-wrap:anywhere}
.review-card figcaption{margin-top:auto;display:flex;flex-direction:column;gap:3px;font-size:12px;color:var(--muted)}
.review-card figcaption b{font-weight:600;color:var(--deep);font-size:13px}
.review-card figcaption span{font-size:11px}
.store.section{padding-top:0}
.store-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;border-top:1px solid var(--line);padding-top:78px}
.store-copy .eyebrow{margin-bottom:16px}
.store-copy h2{max-width:500px}
.store-copy address{font-style:normal;color:var(--muted);font-size:16px;line-height:1.7;margin-block:26px 7px;max-width:440px}
.hours{display:grid;grid-template-columns:1fr auto;max-width:390px;gap:9px 25px;padding-block:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:23px;font-size:13px}
.hours dt{color:var(--muted)}
.hours dd{font-weight:500;color:var(--deep);text-align:right}
.hours>div{display:flex;justify-content:space-between;gap:20px;grid-column:1/-1}
.store-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px;margin-top:22px}
.store-map{min-width:0;background:var(--sky);border-radius:10px;overflow:hidden}
.store-map iframe{display:block;width:100%;aspect-ratio:1/1;height:auto;border:0;background:var(--sky)}
.map-caption{padding:16px 20px;font-size:12px;line-height:1.5;color:var(--deep)}
.map-caption p{font-size:11px;margin-top:3px}
.site-footer{background:var(--soft);border-top:1px solid var(--line)}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:36px;padding-block:38px}
.footer-main .brand img{width:160px}
.footer-main>p{max-width:260px;font-size:13px;line-height:1.7;margin-right:auto}
.footer-links{display:flex;flex-wrap:wrap;gap:12px 28px;font-size:13px}
.footer-links a{display:inline-flex;align-items:center;min-height:44px}
.footer-links a:hover{text-decoration:underline;text-underline-offset:5px}
.footer-bottom{border-top:1px solid var(--line);padding-block:18px;color:var(--muted);font-size:11px;line-height:1.6}
.footer-bottom .container{display:flex;justify-content:space-between;gap:12px 30px}
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:25;display:flex;align-items:center;justify-content:center;width:58px;height:58px;background:var(--brand);color:#fff;border-radius:50%;border:1px solid #007fbe;box-shadow:0 6px 20px #123d6020;transition:background .2s,transform .2s var(--ease)}
.whatsapp-float svg{width:28px;height:28px}
.whatsapp-float:hover{background:#007fbe;transform:translateY(-3px)}

.breadcrumb{padding-top:25px;padding-bottom:28px}
.breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;font-size:12px;color:var(--muted)}
.breadcrumb li{display:flex;align-items:center;gap:8px}
.breadcrumb li+li::before{content:"/";color:#7890a0}
.breadcrumb a{display:inline-flex;align-items:center;min-height:30px}
.breadcrumb a:hover{color:var(--deep);text-decoration:underline}
.detail-page{padding-bottom:26px}
.detail-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:70px;align-items:start}
.product-gallery{min-width:0}
.main-product-image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.main-product-image img{display:block;width:100%;height:100%;max-height:100%;object-fit:contain}
.main-product-image picture{display:block;width:100%;height:100%}
.thumbnails{display:flex;flex-wrap:wrap;gap:10px;margin-top:13px}
.thumb{display:flex;align-items:center;justify-content:center;width:80px;height:76px;background:#fff;border:1px solid var(--line);border-radius:5px;padding:4px;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.thumb img{width:100%;height:100%;object-fit:contain}
.thumb[aria-pressed="true"]{border-color:#007bb8;box-shadow:0 0 0 1px #007bb8}
.detail-copy{padding-top:12px}
.detail-copy .eyebrow{margin-bottom:17px}
.detail-copy h1{font-size:clamp(36px,3.8vw,52px);font-weight:600}
.detail-description{margin-top:23px;font-size:16px;line-height:1.75}
.variant-picker{display:flex;flex-wrap:wrap;gap:10px;margin-block:28px 23px;border:0;padding:0;min-width:0}
.variant-picker legend,.variant-picker>p,.variant-picker>span{font-size:12px;font-weight:600;color:var(--deep);width:100%;margin-bottom:10px}
.variant{display:flex;align-items:center;justify-content:center;gap:7px;min-height:47px;padding:12px 17px;border:1px solid #c9dce7;border-radius:6px;background:#fff;font-size:13px;line-height:1.4;transition:background .2s,border-color .2s}
.variant:hover{background:var(--sky)}
.variant[aria-pressed="true"]{background:var(--sky);border-color:var(--deep);box-shadow:inset 0 0 0 1px var(--deep);font-weight:600}
.product-contact{width:100%;margin-bottom:14px}
.detail-note{font-size:12px;line-height:1.65;color:var(--muted)}
.product-facts{display:grid;grid-template-columns:1fr 1.3fr;margin-top:27px;padding-top:22px;border-top:1px solid var(--line);font-size:13px;gap:12px 26px}
.product-facts dt{color:var(--muted)}
.product-facts dd{color:var(--deep)}
.product-facts>div{display:flex;justify-content:space-between;gap:28px;grid-column:1/-1}
.product-facts>div dd{text-align:right}
.related.section{padding-top:66px}
.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .7s var(--ease);transition-delay:var(--delay,0ms)}
.js .reveal[data-visible]{opacity:1;transform:none}

@media(min-width:1600px){.section{padding-block:112px}.store.section{padding-top:0}}
@media(max-width:1100px){.desktop-nav{gap:21px}.header-inner{gap:17px}.brand img{width:166px}.header-cta{margin-left:0;padding-inline:14px}.feature-shell{gap:32px;padding:34px}.pillow-section{gap:52px}.store-grid{gap:48px}.detail-grid{gap:42px}.contact-inner{gap:12px 40px}.footer-main{gap:28px}.footer-links{gap:8px 18px}}
@media(max-width:900px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex}.header-inner{min-height:78px}.brand img{width:165px;max-height:58px}.service-strip{gap:12px}.service-strip>div{font-size:11px;gap:9px}.section{padding-block:76px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}.feature{padding-bottom:74px}.feature-shell{grid-template-columns:1fr;padding:34px;border-radius:10px 50px 10px 10px}.feature-copy{display:grid;grid-template-columns:1fr auto;gap:0 30px;align-items:center}.feature-copy .eyebrow,.feature-copy h2{grid-column:1}.feature-copy .button{grid-column:2;grid-row:1/4;white-space:nowrap;margin:0}.feature-copy>p:not(.eyebrow){grid-column:1}.feature-photo{width:100%}.pillow-section{gap:35px;padding-bottom:76px}.pillow-copy h2{font-size:34px}.pillow-copy>p:not(.eyebrow){font-size:14px}.size-pill{padding:10px 12px;font-size:12px}.contact-inner{grid-template-columns:1fr;gap:12px}.contact-inner p{grid-column:1}.contact-inner .button{grid-column:1;grid-row:auto;justify-self:start;margin-top:11px}.review-grid{gap:16px}.review-card{padding:24px 19px}.review-card blockquote{font-size:14px}.review-heading{gap:25px}.review-heading h2{font-size:38px}.rating-summary{min-width:132px}.store-grid{gap:32px;padding-top:62px}.store-map iframe{min-height:360px}.store-copy h2{font-size:34px}.footer-main{display:grid;grid-template-columns:auto 1fr;gap:20px 40px}.footer-main>p{margin:0;justify-self:end;text-align:right}.footer-links{grid-column:1/-1;border-top:1px solid var(--line);padding-top:15px}.detail-grid{gap:32px;grid-template-columns:1fr 1fr}.detail-copy h1{font-size:36px}.detail-description{font-size:14px;margin-top:18px}.detail-copy{padding-top:4px}.variant{padding:10px 13px;font-size:12px}.detail-note{font-size:11px}.thumb{width:66px;height:64px}.product-facts{font-size:12px}}
@media(max-width:700px){html{scroll-padding-top:92px}.container{padding-inline:20px}.header-inner{min-height:74px}.brand img{width:150px;max-height:56px}.service-strip{margin-top:24px;gap:12px;padding-bottom:25px}.service-strip>div{flex-direction:column;gap:8px;text-align:center;line-height:1.4;font-size:11px;font-weight:500}.service-strip svg{width:22px;height:22px}.section{padding-block:64px}.section-heading{margin-bottom:27px}.section-heading .eyebrow{margin-bottom:13px}.section-heading h2{font-size:35px}.section-heading>p:last-child:not(.eyebrow){font-size:15px;margin-top:16px}.filter-bar{gap:8px;margin-bottom:25px}.filter{font-size:12px;padding:9px 16px}.product-grid{gap:32px 18px}.product-info{padding-top:18px}.product-info h3{font-size:21px}.product-info .eyebrow{font-size:9px}.product-sizes{font-size:11px;margin-top:11px}.product-bottom{gap:7px;margin-top:13px}.product-bottom .text-link{font-size:12px;gap:7px}.product-bottom .text-link svg{width:16px;height:16px}.round-link{width:37px;height:37px}.round-link svg{width:17px;height:17px}.feature{padding-bottom:64px}.feature-shell{padding:29px 24px;gap:26px;border-radius:9px 40px 9px 9px}.feature-copy{display:block}.feature-copy h2{font-size:33px}.feature-copy>p:not(.eyebrow){font-size:15px}.feature-copy .button{margin-top:24px;font-size:14px;white-space:normal}.feature-photo{overflow:visible}.feature-photo figcaption{font-size:10px}.pillow-section{grid-template-columns:1fr;gap:30px;padding-bottom:64px}.pillow-photo{max-width:500px;width:100%;justify-self:center}.pillow-copy{max-width:none}.pillow-copy h2{font-size:35px;max-width:530px}.pillow-copy>p:not(.eyebrow){font-size:15px;margin-top:18px}.size-options{gap:10px;margin-block:23px}.size-pill{font-size:13px;min-height:48px;padding:12px 15px}.contact-band{padding-block:39px}.contact-inner h2{font-size:34px;max-width:500px}.contact-inner p{font-size:14px;line-height:1.7;max-width:460px}.contact-inner .button{margin-top:15px;font-size:14px}.review-heading{grid-template-columns:1fr;gap:20px;margin-bottom:29px}.review-heading h2{font-size:35px}.rating-summary{text-align:left;display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.rating-summary strong,.rating-summary b{font-size:28px}.rating-summary .stars{margin:0}.review-grid{grid-template-columns:1fr;gap:15px;margin-bottom:18px}.review-card{padding:25px 24px}.review-card blockquote{font-size:15px;margin-block:16px 22px}.review-card figcaption b{font-size:13px}.store-grid{grid-template-columns:1fr;gap:30px;padding-top:56px}.store-copy h2{font-size:35px}.store-copy address{font-size:15px;margin-top:21px}.hours{max-width:none;font-size:13px;margin-top:21px;padding-block:22px}.store-links{margin-top:19px;gap:8px 22px}.store-map iframe{aspect-ratio:1.12/1;min-height:0}.map-caption{padding:15px 17px}.footer-main{grid-template-columns:1fr;gap:19px;padding-block:32px}.footer-main .brand img{width:154px}.footer-main>p{justify-self:start;text-align:left;max-width:320px;font-size:13px}.footer-links{gap:4px 24px;padding-top:16px;font-size:12px}.footer-bottom{font-size:10px;padding-block:17px;padding-bottom:26px}.footer-bottom .container{flex-direction:column;gap:6px;padding-right:86px}.whatsapp-float{width:52px;height:52px;right:17px;bottom:18px}.whatsapp-float svg{width:25px;height:25px}.breadcrumb{padding-top:18px;padding-bottom:20px}.breadcrumb ol{font-size:11px;gap:7px}.detail-grid{grid-template-columns:1fr;gap:30px}.main-product-image{aspect-ratio:1/1;max-height:600px}.thumbnails{gap:10px;margin-top:12px}.thumb{width:70px;height:67px}.detail-copy{padding-top:0}.detail-copy h1{font-size:39px}.detail-copy .eyebrow{margin-bottom:13px}.detail-description{font-size:15px;line-height:1.75}.variant-picker{margin-block:24px 21px}.variant{font-size:13px;padding:12px 18px;min-height:47px}.product-contact{font-size:14px}.detail-note{font-size:12px}.product-facts{font-size:13px;margin-top:24px;padding-top:22px}.related.section{padding-top:48px}}
@media(max-width:480px){.product-grid{grid-template-columns:1fr;gap:32px}.product-image{aspect-ratio:1/1}.product-info{padding:20px 1px 19px}.product-info h3{font-size:25px}.product-info .eyebrow{font-size:10px}.product-sizes{font-size:12px}.product-sizes span{font-size:11px}.product-bottom .text-link{font-size:13px}.round-link{width:42px;height:42px}.product-bottom{margin-top:17px}.service-strip{gap:7px}.service-strip>div{font-size:10px;padding-inline:2px}.section-heading h2,.pillow-copy h2,.review-heading h2,.store-copy h2{font-size:32px}.feature-copy h2{font-size:31px}.contact-inner h2{font-size:31px}.contact-inner .button{width:100%;min-width:0}.filter{padding-inline:14px}.detail-copy h1{font-size:36px}.store-links{column-gap:18px}.store-links .text-link{font-size:13px}.hours{column-gap:16px}.footer-bottom{padding-bottom:28px}}
@media(max-width:360px){.container{padding-inline:20px}.header-inner{min-height:70px}.brand img{width:138px}.service-strip>div{font-size:9px}.section-heading h2,.pillow-copy h2,.review-heading h2,.store-copy h2{font-size:29px}.filter{padding-inline:12px;font-size:11px}.feature-shell{padding:26px 19px}.feature-copy h2,.contact-inner h2{font-size:28px}.size-options{gap:8px}.size-pill{padding-inline:11px;font-size:12px}.hours{font-size:12px}.detail-copy h1{font-size:32px}.detail-description{font-size:14px}.thumb{width:61px;height:59px}.product-facts{font-size:12px;gap:11px 20px}.variant{padding-inline:14px;font-size:12px}}
.brand img{width:220px}
.marquee-group span::before{display:none}
.marquee-group svg{width:14px;height:14px;color:#bfd2a4}
.product-sizes span[aria-hidden="true"]{border:0;padding:0;border-radius:0;font-size:inherit;color:#a5b8c4}
.feature-copy .text-link{margin-top:21px}
.pillow-section.section{padding-top:0}
.contact-inner .eyebrow{color:#badbea;margin-bottom:14px;font-size:10px}
.contact-inner>div>p:last-child{margin-top:16px}
.stars svg{width:17px;height:17px;fill:currentColor;margin-right:4px;stroke-width:1}
.store-copy>.button{margin-top:24px}
.map-caption{display:flex;align-items:center;gap:12px}
.map-caption>div{display:flex;flex-direction:column;gap:3px;flex:1}
.map-caption>div span{font-size:11px;color:var(--muted)}
.map-caption>a{display:flex;align-items:center;justify-content:center;width:36px;height:36px}
.footer-bottom.container{display:flex;align-items:center;justify-content:space-between;gap:12px 30px}
@media(max-width:1100px){.brand img{width:200px}.desktop-nav{gap:21px}.header-inner{gap:16px}}
@media(max-width:900px){.brand img{width:195px}.feature-copy .text-link{grid-column:2;grid-row:1/4;margin:0}}
@media(max-width:700px){.brand img{width:180px}.feature-copy .text-link{margin-top:21px}.footer-bottom.container{align-items:flex-start;flex-direction:column;gap:6px;padding-right:86px}.contact-inner .eyebrow{font-size:10px}}
@media(max-width:360px){.brand img{width:166px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none;transform:none;will-change:auto;width:100%}.marquee-group{width:100%;justify-content:center;flex-wrap:wrap;gap:0}.marquee-group[aria-hidden="true"],.marquee-group+.marquee-group{display:none}.marquee-group span{padding:6px 12px;font-size:10px}.js .reveal{transform:none;transition:opacity .2s ease;transition-delay:0s}.js .reveal[data-visible]{transform:none}.button,.text-link svg,.whatsapp-float,.menu-toggle span{transition:background .2s,opacity .2s,border-color .2s}.button:hover,.text-link:hover svg,.whatsapp-float:hover{transform:none}}

/* The complete hero uses the available first viewport, including browser bars. */
.hero{padding-top:20px}
.hero-shell{--hero-top:142px;display:grid;grid-template-columns:1fr 1.04fr;align-items:center;gap:36px;height:min(660px,calc(100vh - var(--hero-top) - 20px));height:min(660px,calc(100svh - var(--hero-top) - 20px));padding:28px 32px;background:var(--sky);border-radius:54px 12px 54px 12px}
.hero-copy{min-width:0;min-height:0}
.hero-copy .eyebrow{font-size:11px;margin-bottom:16px}
.hero h1{font-size:clamp(36px,4.3vw,60px);line-height:1.08;letter-spacing:-.03em;max-width:540px}
.hero h1 span{color:#007bb8}
.hero .lead{font-size:16px;line-height:1.6;max-width:370px;margin-top:18px}
.hero-actions{margin-top:24px}
.hero-visual{min-width:0;min-height:0;width:100%;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;align-self:stretch;background:transparent}
.hero-visual>img{width:100%;height:100%;min-height:0;object-fit:contain;border-radius:6px}
.hero-visual figcaption{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:10px;font-size:12px;line-height:1.4}
.hero-visual figcaption span{color:var(--muted);font-size:11px}
.hero-visual figcaption a{display:inline-flex;align-items:center;gap:8px;min-height:28px}
body[data-page="home"]:not(.hero-passed) .whatsapp-float{display:none}
.detail-description+.product-contact{margin-top:26px}
@media(max-width:900px){
  .hero{padding-top:12px}
  .hero-shell{--hero-top:124px;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:18px;height:min(820px,calc(100vh - var(--hero-top) - 16px));height:min(820px,calc(100svh - var(--hero-top) - 16px));padding:24px;border-radius:38px 10px 38px 10px}
  .hero h1{font-size:clamp(32px,5.8vw,46px);max-width:620px}
  .hero-copy .eyebrow{font-size:10px;margin-bottom:10px}
  .hero .lead{margin-top:12px;font-size:14px;max-width:500px}
  .hero-actions{margin-top:16px}
  .hero-actions .button{min-height:46px;padding:11px 17px;font-size:13px}
  .hero-visual figcaption{padding-top:6px;font-size:11px}
  .hero-visual figcaption span{display:none}
}
@media(max-width:480px){
  .header-inner{min-height:64px}
  .hero-shell{--hero-top:110px;padding:18px;gap:14px}
  .hero-copy .eyebrow{font-size:9px;letter-spacing:.1em;margin-bottom:8px}
  .hero h1{font-size:32px}
  .hero .lead{font-size:13px;line-height:1.45;margin-top:10px}
  .hero-actions{margin-top:12px}
}
@media(max-width:360px){
  .hero-shell{padding:16px;gap:12px}
  .hero h1{font-size:29px}
  .hero-actions .button{padding-inline:12px;font-size:12px}
}
@media(max-width:900px) and (max-height:640px) and (orientation:portrait){
  .hero-copy .eyebrow{display:none}
  .hero .lead{margin-top:8px}
  .hero h1{font-size:28px}
  .hero-shell{padding:14px;gap:10px}
}
@media(min-width:901px) and (max-height:760px){
  .hero-shell{padding:22px 28px;gap:28px}
  .hero h1{font-size:clamp(34px,5.6vh,48px)}
  .hero .lead{font-size:14px;margin-top:12px}
  .hero-actions{margin-top:18px}
}
@media(min-width:600px) and (max-height:520px){
  .top-strip{min-height:26px}
  .marquee-group span{padding-block:5px}
  .header-inner{min-height:54px}
  .brand img{width:170px}
  .hero{padding-top:8px}
  .hero-shell{--hero-top:88px;grid-template-columns:1.05fr 1fr;grid-template-rows:minmax(0,1fr);height:calc(100vh - var(--hero-top) - 12px);height:calc(100svh - var(--hero-top) - 12px);padding:14px 20px;gap:22px;border-radius:28px 8px 28px 8px}
  .hero-copy .eyebrow{display:none}
  .hero h1{font-size:clamp(25px,7.5vh,34px)}
  .hero .lead{font-size:12px;margin-top:8px;line-height:1.4}
  .hero-actions{margin-top:12px}
  .hero-actions .button{min-height:42px;padding:9px 12px;font-size:12px}
  .hero-visual figcaption{padding-top:3px;font-size:10px}
  .hero-visual figcaption span{display:none}
}
