@import url("/fonts.css");
:root{--ink:#162c40;--muted:#607180;--blue:#2959ee;--yellow:#ffdf6d;--line:#e4eaf0;--paper:#f6f8fb;--font:'DM Sans',system-ui,sans-serif;--heading:'Manrope',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 var(--font)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--blue);outline-offset:4px}button:disabled{cursor:not-allowed;opacity:.5}.skip{position:absolute;top:-100px;left:15px;z-index:99;background:#fff;padding:12px}.skip:focus{top:10px}
.announcement{display:flex;justify-content:center;align-items:center;gap:22px;background:var(--ink);color:white;font-size:12px;font-weight:700;letter-spacing:1.2px;padding:10px 5%}.announcement span{font-weight:400;letter-spacing:0;color:#d0dbe5;border-left:1px solid #6a7b88;padding-left:22px}
header{position:sticky;top:0;z-index:10;background:#fffffff5;backdrop-filter:blur(16px);padding:23px 5%;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;font:800 31px/1 var(--heading);letter-spacing:-1.5px;white-space:nowrap}.brand-dot{color:var(--blue)}.brand-symbol{font-size:26px;margin-left:7px;color:var(--blue);font-weight:400}.brand small{display:none}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover{color:var(--blue)}.bag{border:1px solid var(--line);border-radius:24px;padding:8px 12px 8px 17px;display:flex;align-items:center;gap:12px;background:#fff;font-size:14px;font-weight:600}.bag span{min-width:25px;height:25px;border-radius:50%;background:var(--ink);color:#fff;font-size:12px;display:grid;place-items:center}
.hero{max-width:1540px;margin:auto;padding:56px 5% 58px;display:grid;grid-template-columns:1fr 1.08fr;gap:55px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;margin-bottom:20px}.hero .eyebrow{color:var(--blue);font-size:11px}.hero h1{font:800 clamp(48px,5.4vw,80px)/1.09 var(--heading);letter-spacing:-3.8px;margin:0 0 25px}.hero h1 em{font-style:normal;color:var(--blue)}.hero p{max-width:440px;color:var(--muted);font-size:17px;line-height:1.8;margin:0 0 29px}.hero-actions{display:flex;align-items:center;gap:23px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:15px 22px;border:0;border-radius:9px;font-size:14px;font-weight:700;transition:background .18s,box-shadow .18s}.primary{background:var(--blue);color:#fff;box-shadow:0 5px 13px #2959ee18}.primary:hover{background:#1e46c5;box-shadow:0 7px 20px #2959ee26}.light{background:white;color:var(--ink)}.text-link{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:5px}.micro-benefits{display:flex;gap:17px;flex-wrap:wrap;margin-top:27px;font-size:12px;color:var(--muted)}.micro-benefits span:before{content:'✓';color:var(--blue);margin-right:6px;font-weight:700}.hero-visual{position:relative;border-radius:22px;overflow:hidden;min-height:440px;align-self:stretch;background:var(--paper)}.hero-visual>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 45%}.hero-note{position:absolute;bottom:20px;left:20px;right:20px;padding:16px 18px;border:1px solid #ffffff6b;border-radius:13px;background:#ffffffed;backdrop-filter:blur(15px);display:flex;align-items:center;gap:13px;box-shadow:0 6px 30px #152b4514}.play-icon{width:38px;height:38px;border-radius:50%;background:var(--blue);color:white;display:grid;place-items:center;font-size:21px}.hero-note>span:nth-child(2){flex:1}.hero-note strong{display:block;font-size:14px;font-weight:700}.hero-note small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.hero-note>span:last-child{color:var(--blue);font-size:23px}.ticker{display:flex;align-items:center;justify-content:center;gap:38px;background:var(--paper);border-block:1px solid var(--line);padding:19px 5%;font-size:11px;font-weight:700;letter-spacing:1.4px}.ticker b{color:var(--blue);font-size:18px;font-weight:400}
.section{max-width:1540px;margin:auto;padding:65px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:12px;color:var(--muted)}h2{font:800 clamp(28px,3vw,42px)/1.22 var(--heading);letter-spacing:-1.5px;margin:0}h3{line-height:1.4;letter-spacing:-.3px}.section-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.shop-controls{display:flex;gap:20px;justify-content:space-between;align-items:center;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.filters{display:flex;flex-wrap:wrap;gap:6px}.filters button{padding:9px 15px;border:0;background:none;color:var(--muted);font-size:14px;font-weight:500;border-radius:7px;white-space:nowrap}.filters button:hover{background:var(--paper)}.filters button.active{background:var(--ink);color:white}#result-count{font-size:12px;color:var(--muted);white-space:nowrap}.catalog-search{display:flex;gap:20px;justify-content:space-between;align-items:end;margin:0 0 28px}.catalog-search label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:var(--muted)}.catalog-search label:first-child{width:min(420px,60%)}.catalog-search input,.catalog-search select{border:1px solid var(--line);border-radius:9px;padding:11px 15px;font-size:14px;color:var(--ink);background:#fff;max-width:100%}.catalog-search input{background:var(--paper)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 25px}.product-card{min-width:0}.product-cover{border:0;border-radius:14px;overflow:hidden;width:100%;display:block;aspect-ratio:1.4;position:relative;background:var(--paper);padding:0;text-align:left}.product-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-cover:hover img{transform:scale(1.045)}.seasonal-product .product-cover{padding:24px;background:#eef1fc}.seasonal-product .product-cover img{object-fit:contain}.product-tag{position:absolute;top:14px;left:14px;background:#ffffffed;backdrop-filter:blur(8px);padding:5px 10px;border-radius:5px;color:var(--ink);font-size:10px;letter-spacing:1px;font-weight:700}.cover-open{position:absolute;bottom:13px;right:13px;background:#fff;padding:7px 12px;border-radius:7px;font-size:12px;font-weight:700;opacity:0;transform:translateY(5px);transition:.2s}.product-cover:hover .cover-open,.product-cover:focus-visible .cover-open{opacity:1;transform:translateY(0)}.product-meta{margin-top:18px;font-size:11px;color:var(--muted);letter-spacing:.4px}.product-title-row{display:flex;justify-content:space-between;align-items:start;gap:16px;margin-top:6px}.product-title-row h3{font:700 19px/1.45 var(--heading);letter-spacing:-.5px;margin:0}.product-title-row a:hover{color:var(--blue)}.price{font-size:18px;font-weight:700;white-space:nowrap}.product-desc{color:var(--muted);font-size:14px;line-height:1.65;margin:9px 0 14px;min-height:46px}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:12px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.card-bottom button{padding:0;border:0;background:none;font-size:14px;font-weight:600;color:var(--blue)}.empty-results{grid-column:1/-1;background:var(--paper);border-radius:12px;padding:40px;color:var(--muted)}
.sample-section{background:#142f49;color:white;margin:8px 5% 0;border-radius:22px;padding:55px 6%;display:grid;grid-template-columns:1fr 1.05fr;gap:70px;align-items:center}.sample-text .eyebrow{color:#a8c1ff}.sample-text h2{max-width:390px}.sample-text p{max-width:410px;color:#c3d1e0;font-size:16px;margin:22px 0 26px}.sample-text small{font-size:12px;color:#c3d1e0;display:block;margin-top:15px}.sample-picture{display:block;border-radius:16px;overflow:hidden;box-shadow:0 16px 45px #0002}.live-sample{background:#fff;color:var(--ink);padding:30px;min-height:345px;display:flex;flex-direction:column}.sample-top{display:flex;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:1px;color:var(--muted);padding-bottom:20px;border-bottom:1px solid var(--line);font-weight:700}.sample-round{font-size:10px;font-weight:700;letter-spacing:1.4px;color:var(--blue);margin-top:25px}.live-sample p{font:700 25px/1.4 var(--heading);letter-spacing:-.8px;margin:12px 0 24px;flex:1}.live-sample strong{display:flex;justify-content:space-between;font-size:13px;color:var(--blue)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:35px}.steps article{border-top:1px solid var(--line);padding-top:24px}.steps article>span{font-size:12px;font-weight:700;color:var(--blue);letter-spacing:1px}.steps h3{font:700 22px/1.4 var(--heading);margin:14px 0 12px}.steps p{font-size:15px;color:var(--muted);max-width:340px;margin:0}.bundle-banner{background:#edf2ff;border-radius:22px;padding:50px 6%;margin:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.bundle-banner .eyebrow{color:var(--blue)}.bundle-banner h2 em{font-style:normal;color:var(--blue)}.bundle-banner p{color:var(--muted);font-size:16px;max-width:430px;margin:22px 0 26px}.bundle-tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bundle-tiles span{display:flex;align-items:center;background:white;border:1px solid #dce5fd;border-radius:10px;padding:22px 20px;font-size:13px;font-weight:700;letter-spacing:.5px;min-height:86px;box-shadow:0 4px 12px #173c9810}.bundle-tiles span:before{content:'✓';display:grid;place-items:center;flex-shrink:0;width:24px;height:24px;margin-right:12px;background:#eaf0ff;color:var(--blue);border-radius:50%;font-size:12px}.faq{display:grid;grid-template-columns:1fr 1.25fr;gap:80px}.faq>div>p{color:var(--muted);font-size:16px}.faq .eyebrow{color:var(--muted)}details{border-bottom:1px solid var(--line);padding:19px 0}details:first-child{padding-top:0}summary{cursor:pointer;font-size:16px;font-weight:600;padding-right:20px;line-height:1.6}details p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:0}footer{padding:45px 5% 22px;background:var(--paper);border-top:1px solid var(--line)}.footer-top{display:flex;align-items:start;justify-content:space-between;gap:35px;padding-bottom:40px}.footer-top p{font:600 20px/1.5 var(--heading);letter-spacing:-.4px;margin:0}.footer-top>div{display:flex;flex-direction:column;gap:8px;align-items:start}.footer-top button{background:none;border:0;padding:0;font-size:14px;color:var(--muted)}.footer-bottom{padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}
dialog{border:0;border-radius:20px;width:min(1000px,calc(100% - 32px));max-height:90dvh;padding:45px;box-shadow:0 25px 100px #10243f30;color:var(--ink)}dialog::backdrop{background:#13294399;backdrop-filter:blur(5px)}.close{position:absolute;right:13px;top:13px;border:0;background:#f0f3f7;border-radius:50%;width:35px;height:35px;display:grid;place-items:center;font-size:24px;line-height:1;z-index:2}.detail-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:35px}.detail-image{align-self:start;border-radius:14px;overflow:hidden;background:var(--paper)}.detail-image img{width:100%;max-height:490px;object-fit:contain}.detail-copy h2{font:800 31px/1.25 var(--heading);letter-spacing:-1px;margin:10px 0 18px}.detail-copy p,.detail-copy li{font-size:14px;color:var(--muted)}.detail-copy ul{padding-left:20px;margin:18px 0}.detail-copy li{margin-bottom:7px}.detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:12px;padding:15px 0;border-block:1px solid var(--line);margin:16px 0}.detail-specs strong{display:block;font-size:14px;font-weight:600;margin-top:4px}.notice{padding:14px;background:var(--paper);border-radius:9px;font-size:14px;color:var(--muted)}.detail-price{font-size:27px;font-weight:700;margin:20px 0 14px}.detail-copy .button{width:100%;margin-top:20px}.bag-head{margin-bottom:25px}.bag-item{display:grid;grid-template-columns:65px 1fr auto;gap:17px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.bag-item img{width:65px;height:65px;object-fit:cover;border-radius:8px;background:var(--paper)}.bag-item h3{margin:0 0 4px;font-size:16px}.bag-item button{padding:0;background:none;border:0;text-decoration:underline;font-size:12px;color:var(--muted)}.bag-total{display:flex;justify-content:space-between;font-size:23px;font-weight:700;margin:22px 0}.bag-message{padding:18px;border:1px solid #e5eaf1;background:var(--paper);border-radius:10px;font-size:14px;color:var(--muted)}.bag-message strong{display:block;color:var(--ink);margin-bottom:5px}#bag-dialog{max-width:650px}#policy-dialog{max-width:650px}#policy-body h2{margin:10px 0 25px}#policy-body p{color:var(--muted)}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%) translateY(150%);opacity:0;pointer-events:none;background:var(--ink);color:white;padding:14px 22px;border-radius:10px;box-shadow:0 7px 30px #0002;z-index:40;width:max-content;max-width:calc(100% - 30px);font-size:14px;transition:.2s}.toast.show{transform:translateX(-50%) translateY(0);opacity:1}
@media(min-width:1600px){.sample-section,.bundle-banner{max-width:1385px;margin-inline:auto}}@media(max-width:1100px){header{gap:20px}nav{gap:20px;font-size:13px}.hero{gap:30px}.hero h1{font-size:60px}.hero-visual{min-height:430px}.hero p{font-size:16px}.micro-benefits{gap:10px}.ticker{gap:25px}.shop-controls{align-items:start;flex-direction:column;gap:12px}.product-grid{gap:32px 20px}.product-title-row h3{font-size:17px}.sample-section,.bundle-banner{gap:40px;padding:45px 5%}.live-sample p{font-size:23px}.faq{gap:40px}}
@media(max-width:800px){nav a:nth-last-child(-n+2){display:none}.hero{gap:24px}.hero h1{font-size:49px;letter-spacing:-2.8px}.hero p{font-size:15px}.hero-visual{min-height:410px}.hero .eyebrow{font-size:10px}.hero-actions{gap:17px}.hero-note{left:13px;right:13px;bottom:13px;padding:13px}.hero-note strong{font-size:12px}.hero-note small{font-size:11px}.play-icon{width:32px;height:32px}.product-grid{grid-template-columns:repeat(2,1fr)}.ticker{gap:20px;font-size:10px}.ticker span:last-child,.ticker b:last-of-type{display:none}.section{padding-block:50px}.section-heading p{font-size:13px}.sample-section{gap:30px}.live-sample{padding:22px}.sample-text p{font-size:15px}.steps{gap:25px}.steps h3{font-size:19px}.steps p{font-size:14px}.bundle-banner{gap:30px}.bundle-tiles span{padding:18px 12px;font-size:11px;min-height:85px}.bundle-tiles span:before{margin-right:8px;width:20px;height:20px}.detail-grid{grid-template-columns:.85fr 1fr;gap:25px}dialog{padding:40px 25px}.detail-copy h2{font-size:26px}}
@media(max-width:600px){.announcement{font-size:10px;letter-spacing:1px;padding:9px}.announcement span{display:none}header{padding:18px 5%;gap:12px}.brand{font-size:26px;letter-spacing:-1.3px}.brand-symbol{font-size:22px;margin-left:5px}nav{display:none}.bag{font-size:13px;padding:6px 8px 6px 13px;gap:8px}.hero{grid-template-columns:1fr;padding-top:33px;padding-bottom:30px;gap:28px}.hero h1{font-size:54px;letter-spacing:-3px;margin-bottom:20px}.hero p{font-size:16px;max-width:100%}.hero .eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:15px}.hero-actions{gap:20px}.button{font-size:14px;padding:14px 18px;gap:23px}.hero-visual{min-height:330px;border-radius:16px}.hero-note{padding:13px 15px;left:16px;right:16px;bottom:16px}.hero-note strong{font-size:14px}.hero-note small{font-size:12px}.micro-benefits{font-size:11px;gap:12px;margin-top:20px}.ticker{padding:14px 4%;gap:17px;letter-spacing:.8px;font-size:9px}.ticker b{font-size:14px}h2{font-size:29px;letter-spacing:-1px}.section{padding:40px 5%}.section-heading{display:block;margin-bottom:22px}.section-heading p{font-size:14px;margin-top:13px}.eyebrow{font-size:10px;letter-spacing:1.4px}.shop-controls{margin-bottom:15px;padding-bottom:15px;gap:10px}.filters{gap:5px}.filters button{font-size:12px;padding:8px 11px}.catalog-search{gap:12px;margin-bottom:22px}.catalog-search label{font-size:11px}.catalog-search label:first-child{width:58%}.catalog-search label:last-child{width:38%}.catalog-search input,.catalog-search select{font-size:13px;padding:11px 10px;width:100%}.product-grid{gap:27px 15px}.product-cover{aspect-ratio:1.08;border-radius:10px}.product-tag{top:9px;left:9px;font-size:8px;letter-spacing:.6px;padding:4px 7px}.cover-open{display:none}.seasonal-product .product-cover{padding:13px}.product-meta{font-size:10px;line-height:1.6;margin-top:13px;letter-spacing:0;min-height:32px}.product-title-row{display:block;margin-top:4px}.product-title-row h3{font-size:15px;font-weight:800;line-height:1.5;letter-spacing:-.3px;min-height:45px}.price{font-size:16px;display:block;margin-top:6px}.product-desc{font-size:13px;min-height:65px;line-height:1.6;margin:7px 0 12px}.card-bottom{align-items:start;flex-direction:column;gap:7px;font-size:11px;padding-top:10px}.card-bottom button{font-size:13px}.sample-section{grid-template-columns:1fr;padding:30px 22px;margin:4px 5% 0;gap:27px;border-radius:16px}.sample-text p{font-size:15px}.sample-text h2{font-size:31px}.sample-picture{border-radius:12px}.live-sample{padding:25px;min-height:305px}.live-sample p{font-size:24px}.steps{grid-template-columns:1fr;gap:24px;margin-top:24px}.steps article{padding-top:20px}.steps h3{font-size:21px;margin:10px 0}.steps p{max-width:none;font-size:15px}.bundle-banner{grid-template-columns:1fr;padding:30px 22px;gap:27px;border-radius:16px}.bundle-banner h2{font-size:31px}.bundle-banner p{font-size:15px}.bundle-banner .button{font-size:13px}.bundle-tiles{gap:9px}.bundle-tiles span{font-size:10px;padding:15px 10px;min-height:68px}.faq{grid-template-columns:1fr;gap:22px}.faq>div>p{font-size:14px}summary{font-size:15px}details p{font-size:14px}.footer-top{flex-wrap:wrap;gap:25px;padding-bottom:30px}.footer-top p{font-size:16px}.footer-top>div{width:100%;flex-direction:row;gap:22px}.footer-top button{font-size:13px}.footer-bottom{flex-direction:column;gap:8px;font-size:11px}.detail-grid{grid-template-columns:1fr;gap:24px}.detail-image{max-height:220px}.detail-image img{height:220px;object-fit:cover}.detail-copy h2{font-size:27px}.bag-item{grid-template-columns:50px 1fr auto;gap:13px}.bag-item img{width:50px;height:55px}.bag-item h3{font-size:14px}.detail-copy .eyebrow{font-size:10px}dialog{padding:43px 22px 25px;border-radius:16px}.toast{font-size:13px;padding:12px 16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;transform:none!important}}
/* Hosting notes and readable shopping details */
.menu-toggle{display:none}.occasion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.occasion-card{padding:27px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.occasion-card .eyebrow{display:block;color:var(--blue);font-size:12px;margin-bottom:14px}.occasion-card h3{font:700 23px/1.35 var(--heading);margin:0 0 14px;letter-spacing:-.6px}.occasion-card p{font-size:14px;color:var(--muted);margin:0 0 20px}.occasion-card a{display:block}.sample-link{font-size:14px;color:var(--blue);margin-top:12px}.compare-link{display:inline-block;margin-top:28px}.guide-intro{padding-top:65px;padding-bottom:35px}.guide-intro h1{font:800 clamp(36px,5vw,64px)/1.12 var(--heading);letter-spacing:-2px;margin:0 0 24px}.guide-intro>p{font-size:18px;max-width:650px;color:var(--muted)}.guide-jumps{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.guide-jumps a{border:1px solid var(--line);border-radius:8px;padding:9px 14px;font-size:14px}.guide-jumps a:hover{background:var(--paper);color:var(--blue)}.guide-list{padding-top:0;padding-bottom:0}.hosting-guide{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;padding:55px 0;border-top:1px solid var(--line);scroll-margin-top:110px}.guide-title .eyebrow{color:var(--blue)}.guide-title h2{font-size:32px}.guide-title>p{color:var(--muted)}.guide-title>a{display:table;margin-top:20px}.guide-steps{margin:0;padding-left:28px}.guide-steps li{padding-left:10px;margin-bottom:24px}.guide-steps li::marker{color:var(--blue);font-weight:700}.guide-steps h3{font:700 20px/1.4 var(--heading);margin:0 0 8px}.guide-steps p{margin:0;color:var(--muted);font-size:16px}.comparison>p{max-width:780px;color:var(--muted)}.table-scroll{overflow-x:auto;margin:28px 0;border:1px solid var(--line);border-radius:12px}.comparison table{border-collapse:collapse;width:100%;min-width:650px;text-align:left;font-size:16px}.comparison th,.comparison td{padding:18px;border-bottom:1px solid var(--line)}.comparison thead{background:var(--ink);color:white;font-size:14px}.comparison tbody th{font-weight:600}.comparison tbody a{text-decoration:underline;text-underline-offset:4px}.comparison tbody tr:last-child>*{border-bottom:0}.collection-compare{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}.collection-compare article{border:1px solid var(--line);border-radius:12px;padding:25px}.collection-compare h3{margin:0;font-family:var(--heading)}.collection-compare p{color:var(--muted)}.setup-notes{background:var(--paper);max-width:none}.setup-notes .steps{max-width:1350px}.product-desc,.detail-copy p,.detail-copy li,details p,.steps p{font-size:16px}.catalog-search label,.filters button,.micro-benefits,.card-bottom,.product-meta,.detail-specs,.footer-bottom,.bag-item button{font-size:14px}.eyebrow,.hero .eyebrow,.product-tag,.ticker,.sample-top,.sample-round{font-size:12px}.footer-top>div{flex-wrap:wrap}#policy-body a,.detail-copy p a,.faq-list p a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.product-grid,.hero>*{min-width:0}
@media(max-width:850px){.occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hosting-guide{gap:35px}.guide-title h2{font-size:28px}.product-desc{min-height:0}}
@media(max-width:600px){.menu-toggle{display:block;font-size:14px;border:0;background:var(--paper);padding:9px 12px;border-radius:8px;margin-left:auto}header{position:sticky;flex-wrap:wrap}.menu-toggle+nav{display:none;width:100%;order:4;padding-top:15px;border-top:1px solid var(--line)}.menu-toggle+nav.is-open{display:flex;flex-direction:column;gap:14px;font-size:16px}.menu-toggle+nav a{display:block!important}.hero h1{font-size:clamp(40px,11vw,54px);letter-spacing:-2px}.occasion-grid{grid-template-columns:1fr}.occasion-card{padding:24px}.occasion-card h3{font-size:23px}.hosting-guide{grid-template-columns:1fr;gap:30px;padding:38px 0}.guide-intro{padding-top:35px}.guide-intro h1{letter-spacing:-1.3px}.guide-title h2{font-size:29px}.guide-jumps a{font-size:14px}.collection-compare{grid-template-columns:1fr}.product-title-row h3{font-size:17px;min-height:0}.product-meta,.card-bottom,.filters button,.catalog-search label,.footer-bottom,.bag-item button{font-size:14px}.product-desc,.detail-copy p,.detail-copy li,details p,.steps p{font-size:16px}.product-tag{font-size:12px}.product-meta{min-height:0}.card-bottom{align-items:start}.catalog-search input,.catalog-search select{font-size:16px}.catalog-search{flex-wrap:wrap}.catalog-search label:first-child,.catalog-search label:last-child{width:100%}.footer-top>div{gap:16px}.footer-top a,.footer-top button{font-size:14px}.ticker{flex-wrap:wrap;font-size:12px;gap:12px}.eyebrow,.hero .eyebrow{font-size:12px}.micro-benefits{font-size:14px}.detail-copy .eyebrow{font-size:12px}}
@media(max-width:420px){.product-grid{grid-template-columns:1fr}.product-cover{aspect-ratio:1.4}.product-title-row{display:flex}.product-title-row h3{font-size:20px}.price{margin:0;font-size:20px}.card-bottom{flex-direction:row}.product-desc{margin-bottom:15px}.brand{font-size:24px}.bag{gap:6px}.guide-jumps{gap:8px}}
