*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--sans, "DM Sans", -apple-system, sans-serif);color:var(--ink, #1C1410);background:var(--cream, #FDF8F5);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--serif, "Cormorant Garamond", Georgia, serif);font-weight:300;line-height:1.2;margin:0 0 .5em;color:var(--ink, #1C1410)}p{margin:0 0 1em}a{color:inherit;text-decoration:none}img,picture,svg,video{display:block;max-width:100%;height:auto}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer}.skip-to-content{position:absolute;left:-9999px;background:var(--ink, #1C1410);color:#fff;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;z-index:9999}.skip-to-content:focus{left:1rem;top:1rem}.container{max-width:var(--page-width, 1280px);margin:0 auto;padding:0 1.25rem}@media(min-width:750px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;border-radius:var(--radius-btn, 12px);border:0;cursor:pointer;font-family:var(--sans);font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:filter .18s,transform .1s}.btn:hover{filter:brightness(.95)}.btn:active{transform:scale(.99)}.btn--primary{background:linear-gradient(135deg,var(--rose-dark, #9E4456),var(--rose, #C4697A));color:#fff;box-shadow:0 6px 24px #c4697a59}.btn--outline{background:transparent;color:var(--ink, #1C1410);border:1.5px solid var(--warm-rule, #EDE5DC)}.btn--outline:hover{border-color:var(--rose, #C4697A);filter:none}.btn--full{width:100%}.announcement-bar{background:linear-gradient(135deg,var(--rose-dark, #9E4456),var(--rose, #C4697A));color:#fff;text-align:center;padding:.625rem 1.25rem;font-family:var(--sans);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:.5rem}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#fff;animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.site-header{background:#fdf8f5f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--warm-rule, #EDE5DC);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;max-width:var(--page-width, 1280px);margin:0 auto}.header-logo{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--ink);letter-spacing:.06em;text-decoration:none}.header-logo strong{color:var(--rose);font-weight:600;font-style:italic}.header-logo img{height:40px;width:auto}.header-nav{display:none}@media(min-width:990px){.header-nav{display:flex;gap:2rem;align-items:center}.header-nav a{font-size:.8125rem;font-weight:500;letter-spacing:.04em;color:var(--ink);text-decoration:none;transition:color .18s}.header-nav a:hover{color:var(--rose)}}.header-icons{display:flex;align-items:center;gap:1.125rem}.header-icon-btn{background:none;border:none;padding:.25rem;cursor:pointer;position:relative;color:var(--ink);display:flex;align-items:center;justify-content:center}.header-icon-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--rose);color:#fff;font-family:var(--sans);font-size:.5625rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hamburger{display:flex}@media(min-width:990px){.hamburger{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;pointer-events:none}.mobile-menu.is-open{pointer-events:auto}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c141080;opacity:0;transition:opacity .25s}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:min(320px,85vw);background:var(--cream);transform:translate(-100%);transition:transform .25s;display:flex;flex-direction:column;padding:1.5rem 1.25rem}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{align-self:flex-end;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--ink);padding:.25rem;margin-bottom:1.5rem}.mobile-menu__links{display:flex;flex-direction:column;gap:1rem}.mobile-menu__links a{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--warm-rule);padding-bottom:1rem}.mobile-menu__links a:last-child{border-bottom:none}.mobile-menu__links a:hover{color:var(--rose)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c141073;opacity:0;transition:opacity .25s}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,92vw);background:var(--cream);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{padding:1.25rem;border-bottom:1px solid var(--warm-rule);display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-family:var(--serif);font-size:1.375rem;font-weight:300;color:var(--ink);margin:0}.cart-drawer__close{background:none;border:none;font-size:1.375rem;cursor:pointer;color:var(--muted);padding:.25rem;line-height:1}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer__empty{text-align:center;color:var(--muted);font-size:.875rem;padding:2rem 0}.cart-drawer__items{display:flex;flex-direction:column;gap:0}.cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:.875rem;padding:1rem 0;border-bottom:1px solid var(--warm-rule);align-items:flex-start}.cart-line__img{width:80px;border-radius:8px;overflow:hidden}.cart-line__img img{width:100%;aspect-ratio:1;object-fit:cover}.cart-line__info a{font-size:.8125rem;font-weight:600;color:var(--ink)}.cart-line__info small{display:block;font-size:.75rem;color:var(--muted);margin-top:.125rem}.cart-line__qty{display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.cart-line__qty button{width:26px;height:26px;border:1px solid var(--warm-rule);background:var(--white, #fff);border-radius:50%;font-size:.875rem;display:flex;align-items:center;justify-content:center;color:var(--ink)}.cart-line__qty input{width:2.25rem;text-align:center;border:1px solid var(--warm-rule);border-radius:6px;font-size:.8125rem;padding:.25rem;background:#fff}.cart-line__remove{font-size:.6875rem;color:var(--muted);background:none;border:none;text-decoration:underline;margin-top:.25rem;cursor:pointer}.cart-line__price{font-family:var(--serif);font-size:1.125rem;font-weight:600;color:var(--ink);white-space:nowrap}.cart-drawer__foot{padding:1.25rem;border-top:1px solid var(--warm-rule)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:1rem;color:var(--mid)}.cart-drawer__subtotal strong{font-family:var(--serif);font-size:1.375rem;font-weight:600;color:var(--ink)}.cart-drawer__actions{display:flex;flex-direction:column;gap:.625rem}.placeholder-image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;background:var(--ivory, #F5EEE6);color:var(--muted, #A89990)}.placeholder-image .placeholder-svg{width:50%;height:50%;opacity:.3}img{max-width:100%;height:auto;display:block}.toast{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);background:var(--ink);color:#fff;padding:.75rem 1.25rem;border-radius:9999px;z-index:999;box-shadow:0 8px 24px #0000002e;font-size:.8125rem;font-weight:600;white-space:nowrap}:focus-visible{outline:2px solid var(--rose);outline-offset:2px}.site-footer{background:var(--ink);color:#ffffffb3;padding:3rem 1.25rem 2rem}.footer-inner{max-width:var(--page-width, 1280px);margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:750px){.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer-brand-name{font-family:var(--sans);font-size:.75rem;font-weight:700;color:#fff;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem}.footer-brand-desc{font-size:.8125rem;line-height:1.7;color:#ffffff73;max-width:280px}.footer-col-title{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.625rem}.footer-links a{font-size:.8125rem;color:#ffffff8c;text-decoration:none;transition:color .18s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:var(--page-width, 1280px);margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;font-size:.75rem;color:#ffffff40}@media(min-width:750px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-social{display:flex;gap:1rem}.footer-social a{color:#ffffff59;transition:color .18s}.footer-social a:hover{color:var(--rose-light)}.footer-social svg{width:18px;height:18px;fill:currentColor}.sec{padding:2.5rem 1.25rem}@media(min-width:750px){.sec{padding:4rem 2rem}}.sec.bg-off{background:var(--off-white)}.sec.bg-ivory{background:var(--ivory)}.sec.bg-rose{background:var(--rose-bg)}.sec.bg-dark{background:var(--ink);color:#fff}.sec.bg-white{background:var(--white, #fff)}.eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted, var(--mid));font-weight:700;margin-bottom:10px}.eyebrow .num{font-family:var(--serif);font-style:italic;font-weight:500;color:var(--sage-deep, var(--gold));font-size:12px}.section-band{padding:34px 20px;position:relative}.band-oat{background-color:var(--oat, var(--ivory));background-image:radial-gradient(rgba(33,30,25,.07) 1px,transparent 1px);background-size:15px 15px}.band-white{background:var(--white)}.muted{color:var(--ink-muted, var(--mid))}.icon{width:20px;height:20px;stroke:var(--sage-deep, var(--gold));fill:none;stroke-width:1.6;flex-shrink:0}.section-heading{font-family:var(--serif);font-weight:700;font-size:22px;margin:0 0 10px;text-wrap:balance;position:relative;padding-left:15px;color:var(--ink)}.section-heading:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:3px;background:var(--accent)}.section-bordered{border-top:1px solid var(--line)}.media-slot-frame{position:relative;overflow:hidden;aspect-ratio:4/3}.media-slot-media,.media-slot-frame .placeholder-image{width:100%;height:100%;object-fit:cover;transform:scale(var(--ms-zoom, 1));transition:transform .15s}.media-slot-caption{position:absolute;left:20px;right:20px;top:50%;transform:translateY(-50%);text-align:center;font-size:12px;letter-spacing:.03em;color:var(--sage-deep, var(--ink));background:#fff9;padding:4px 10px;border-radius:20px;z-index:1}@media(min-width:750px){.section-band{max-width:var(--page-width);margin:0 auto;padding:40px 24px}}.sec-heading{font-family:var(--serif);font-size:clamp(1.75rem,5vw,2.25rem);font-weight:300;line-height:1.2;color:var(--ink);margin-bottom:.875rem;letter-spacing:-.01em}.sec-heading em{font-style:italic;color:var(--rose);font-weight:600}.sec.bg-dark .sec-heading{color:#fff}.body-t{font-size:.875rem;color:var(--mid);line-height:1.8;font-weight:300}.sec.bg-dark .body-t{color:#ffffff8c}.body-t strong{color:var(--ink);font-weight:600}.sec.bg-dark .body-t strong{color:#fff}.pdp-empty{padding:4rem 1.25rem;text-align:center}.pdp-hero__grid{display:flex;flex-direction:column}@media(min-width:750px){.pdp-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:var(--page-width);margin:0 auto;padding:2rem 2rem 0;align-items:start}}.pdp-gallery{position:relative;background:var(--ivory)}@media(min-width:750px){.pdp-gallery{position:sticky;top:1.5rem;border-radius:var(--radius-card, 16px);overflow:hidden}}.pdp-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pdp-gallery__track::-webkit-scrollbar{display:none}.pdp-gallery__frame{flex:0 0 100%;scroll-snap-align:center;aspect-ratio:var(--media-ratio, 1 / 1);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--ivory)}.pdp-gallery__img{width:100%;height:100%;object-fit:cover}.pdp-illo{width:100%;height:100%;padding:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--ivory) 0%,var(--rose-bg) 100%)}.pdp-illo svg{width:100%;max-width:300px}.pdp-badge{position:absolute;top:14px;left:14px;background:var(--rose);color:#fff;font-size:.656rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;padding:7px 14px;border-radius:100px;box-shadow:0 8px 18px -6px #f2356880;z-index:2}.pdp-wish{position:absolute;top:14px;right:14px;z-index:2;width:32px;height:32px;border-radius:50%;background:#fffcf6eb;border:0;display:flex;align-items:center;justify-content:center;color:var(--ink)}.pdp-dots{display:flex;justify-content:center;gap:6px;padding:10px 0 2px}.pdp-dots__dot{width:5.5px;height:5.5px;border-radius:50%;background:var(--warm-rule);transition:width .2s,border-radius .2s}.pdp-dots__dot.active{background:var(--sage);width:16px;border-radius:4px}.pdp-info{padding:16px 20px 0}@media(min-width:750px){.pdp-info{padding:0}}.pdp-eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:7px}.pdp-h1{font-family:var(--serif);font-weight:600;font-size:2rem;line-height:1.08;color:var(--ink);margin-bottom:7px;letter-spacing:-.01em}.pdp-h1 em{font-style:italic;color:var(--sage);font-weight:500}.pdp-subline{font-size:.84375rem;color:var(--mid);line-height:1.55;margin-bottom:11px}.pdp-rating-row{display:flex;align-items:center;gap:7px;margin-bottom:13px;background:var(--rose-bg);padding:6px 12px 6px 10px;border-radius:100px;width:fit-content}.pdp-stars{color:var(--sage);font-size:.8125rem;letter-spacing:1px}.pdp-rating-text{font-size:.75rem;color:var(--mid);font-weight:600}.pdp-rating-text a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.pdp-bestfor{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:12px 0 4px}.pdp-bestfor__label{font-size:.6875rem;font-weight:800;color:var(--ink);text-transform:uppercase;letter-spacing:.04em}.pdp-bestfor__tag{font-size:.656rem;font-weight:600;color:var(--rose);background:#f2356814;border:1px solid rgba(242,53,104,.2);padding:4px 9px;border-radius:100px}.pdp-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:4px;margin-top:8px}.pdp-price{font-family:var(--serif);font-size:1.0625rem;color:var(--ink);font-weight:500}.pdp-off{font-size:.6875rem;font-weight:800;color:#fff;background:var(--rose);padding:3px 9px;border-radius:100px}.pdp-anchor{font-size:.75rem;color:var(--mid);margin-bottom:16px}.pdp-proof-strip{display:flex;align-items:center;gap:12px;padding:14px;margin:0 0 4px;background:var(--off-white);border:1px solid var(--warm-rule);border-radius:14px}.pdp-dial{position:relative;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:#f235681a;display:flex;align-items:center;justify-content:center;color:var(--rose)}.pdp-proof-copy{display:flex;flex-direction:column;gap:2px}.pdp-proof-title{font-size:.78125rem;font-weight:700;color:var(--ink)}.pdp-proof-sub{font-size:.6875rem;color:var(--mid)}.pdp-proof-disclaimer{font-size:.59375rem;color:var(--muted);font-style:italic;margin-bottom:8px}.pdp-form{display:flex;flex-direction:column;gap:0}.pdp-variant-option{border:none;padding:0;margin-bottom:.75rem}.pdp-variant-option legend{font-size:.8125rem;font-weight:600;color:var(--ink);margin-bottom:.5rem}.pdp-variant-value{display:inline-flex;align-items:center;gap:.375rem;margin-right:.5rem;font-size:.875rem;cursor:pointer}.pdp-single-buy{padding:12px 0 4px}.pdp-single-row{border:1.3px solid var(--warm-rule);border-radius:13px;padding:14px;background:var(--off-white);display:flex;align-items:center;justify-content:space-between;gap:12px}.pdp-v-title{font-size:.8125rem;font-weight:700;color:var(--ink);line-height:1.35;margin-bottom:3px}.pdp-v-sub{font-size:.6875rem;color:var(--mid);line-height:1.4}.pdp-qty-stepper{display:flex;align-items:center;border:1.3px solid var(--warm-rule);border-radius:100px;overflow:hidden;flex-shrink:0}.pdp-qty-btn{width:30px;height:30px;border:none;background:var(--ivory);color:var(--ink);font-size:1rem;font-weight:700;cursor:pointer}.pdp-qty-val{width:28px;text-align:center;font-size:.8125rem;font-weight:700;color:var(--ink)}.pdp-stock-note{display:flex;align-items:center;gap:6px;padding:13px 0 2px;font-size:.75rem;color:var(--sage);font-weight:700}.pdp-stock-dot{width:6px;height:6px;border-radius:50%;background:var(--sage)}.pdp-bundle-tiers{display:flex;flex-direction:column;gap:8px;margin-top:14px}.pdp-bundle-tier{position:relative;width:100%;text-align:left;font-family:inherit;cursor:pointer;background:#fff;border:1.5px solid var(--warm-rule);border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:4px 10px;transition:border-color .15s,box-shadow .15s}.pdp-bundle-tier__qty{font-weight:800;font-size:.875rem;color:var(--ink)}.pdp-bundle-tier__note{grid-column:2;font-size:.71875rem;color:var(--mid)}.pdp-bundle-tier__save{font-size:.6875rem;font-weight:800;color:#fff;background:var(--rose);padding:4px 10px;border-radius:20px;white-space:nowrap}.pdp-bundle-tier__tag{position:absolute;top:-9px;left:14px;background:var(--rose);color:#fff;font-size:.5625rem;font-weight:800;letter-spacing:.04em;padding:3px 9px;border-radius:20px}.pdp-bundle-tier.is-selected{border-color:var(--rose);box-shadow:0 0 0 1.5px var(--rose) inset}.pdp-atc-bar{position:sticky;bottom:0;z-index:30;padding:12px 0 calc(env(safe-area-inset-bottom) + 12px);margin-top:18px;background:#fffcf6f0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-top:1px solid var(--warm-rule)}.pdp-atc-btn{position:relative;overflow:hidden;width:100%;background:var(--rose);color:#fff;box-shadow:0 8px 18px -6px #f2356866;border:none;border-radius:100px;padding:14px 0;font-family:var(--sans);font-weight:700;font-size:.84375rem;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:8px}.pdp-atc-btn:disabled{opacity:.55;cursor:not-allowed}.pdp-atc-btn:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(115deg,transparent,rgba(255,255,255,.45),transparent);animation:pdpShimmer 2.8s ease-in-out infinite}@keyframes pdpShimmer{0%{left:-60%}55%{left:130%}to{left:130%}}.pdp-atc-trust{margin:8px 0 0}.pdp-atc-trust-row{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:10px}.pdp-atc-trust-row span{display:flex;align-items:center;gap:5px;font-size:.6875rem;font-weight:600;color:var(--mid)}.pdp-atc-trust-row svg{color:var(--sage)}.pdp-pay-icons{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:10px}.pdp-pay-badge{display:inline-flex;line-height:0}.pdp-pay-badge__svg{height:22px;width:auto;border-radius:4px}.pdp-scarcity{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.6875rem;font-weight:600;color:var(--rose)}.pdp-scarcity-dot{width:6px;height:6px;border-radius:50%;background:var(--rose);animation:pdpPulseDot 1.6s infinite}@keyframes pdpPulseDot{0%{box-shadow:0 0 #f2356880}70%{box-shadow:0 0 0 6px #f2356800}to{box-shadow:0 0 #f2356800}}.pdp-problem{padding:20px 20px 6px}.pdp-problem__inner{max-width:var(--page-width);margin:0 auto}.pdp-problem__grid{display:flex;flex-direction:column;gap:20px}.pdp-problem__media{border-radius:var(--radius-card, 16px);overflow:hidden;aspect-ratio:var(--media-ratio, 4 / 3);background:var(--ivory)}.pdp-problem__img,.pdp-problem__video{width:100%;height:100%;object-fit:cover}.pdp-problem__video{aspect-ratio:var(--media-ratio, 4 / 3)}.pdp-problem__body{max-width:640px}.pdp-problem__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-problem__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:12px}.pdp-problem__copy{font-size:.84375rem;line-height:1.65;color:var(--mid);margin-bottom:16px}.pdp-problem__copy strong{color:var(--ink);font-weight:700}.pdp-flags{display:flex;flex-direction:column;border-top:1px solid var(--warm-rule)}.pdp-flag{display:flex;align-items:flex-start;gap:12px;padding:13px 0;border-bottom:1px solid var(--warm-rule)}.pdp-flag__mk{width:18px;height:18px;border-radius:50%;margin-top:1px;flex-shrink:0;background:#f235681f;color:var(--rose);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800}.pdp-flag__title{font-size:.8125rem;font-weight:700;color:var(--ink);margin-bottom:2px}.pdp-flag__sub{font-size:.75rem;color:var(--mid);line-height:1.5}@media(min-width:750px){.pdp-problem{padding:4rem 2rem}.pdp-problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.pdp-problem__body{max-width:none}.pdp-problem__h2{font-size:1.75rem}.pdp-problem__copy{font-size:.9375rem}}.pdp-empathy{padding:20px 20px 6px}.pdp-empathy__inner{max-width:640px;margin:0 auto}.pdp-empathy__card{background:var(--rose-bg);border-radius:18px;padding:22px 20px 20px}.pdp-empathy__mark{font-family:var(--serif);font-style:italic;font-size:2.125rem;line-height:.6;color:var(--rose);margin-bottom:6px}.pdp-empathy__line{font-family:var(--serif);font-style:italic;font-size:1rem;line-height:1.45;color:var(--ink)}.pdp-empathy__divider{height:1px;background:#32251c1f;margin:18px 0}.pdp-empathy__guarantee{display:flex;gap:12px;align-items:flex-start}.pdp-empathy__g-icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:var(--off-white);color:var(--rose);display:flex;align-items:center;justify-content:center}.pdp-empathy__g-icon svg{width:19px;height:19px}.pdp-empathy__g-title{font-size:.8125rem;font-weight:700;color:var(--ink);margin-bottom:3px}.pdp-empathy__g-sub{font-size:.75rem;color:var(--mid);line-height:1.5}@media(min-width:750px){.pdp-empathy{padding:1rem 2rem 3rem}.pdp-empathy__card{padding:2rem}.pdp-empathy__line{font-size:1.125rem}}.pdp-why{padding:20px 20px 6px}.pdp-why__inner{max-width:var(--page-width);margin:0 auto}.pdp-why__grid{display:flex;flex-direction:column-reverse;gap:20px}.pdp-why__media{border-radius:var(--radius-card, 16px);overflow:hidden;aspect-ratio:var(--media-ratio, 4 / 3);background:var(--ivory)}.pdp-why__img,.pdp-why__video{width:100%;height:100%;object-fit:cover}.pdp-why__video{aspect-ratio:var(--media-ratio, 4 / 3)}.pdp-why__body{max-width:640px}.pdp-why__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-why__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:12px}.pdp-why__copy{font-size:.84375rem;line-height:1.65;color:var(--mid);margin-bottom:12px}.pdp-why__copy strong{color:var(--ink);font-weight:700}.pdp-mattress{margin-top:18px;border-radius:16px;overflow:hidden;border:1px solid var(--warm-rule);box-shadow:0 6px 18px -10px #32251c33}.pdp-mattress__layer{position:relative;padding:18px}.pdp-mattress__layer--surface{background:#fbeee8;border-bottom:2px dashed #E4B8A8}.pdp-mattress__layer--support{background:#2e2130;min-height:78px;display:flex;flex-direction:column;justify-content:center}.pdp-mattress__tag{display:block;font-size:.78125rem;font-weight:800;letter-spacing:.01em;position:relative;z-index:2;line-height:1.3;color:#8a5a3c}.pdp-mattress__tag--light{color:#fff}.pdp-mattress__note{display:block;font-size:.65625rem;margin-top:5px;font-style:italic;position:relative;z-index:2;line-height:1.35;color:#94623f}.pdp-mattress__note--light{color:#5fe0c6}.pdp-mattress__springs{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-around;padding:0 20px;opacity:.28}.pdp-mattress__springs span{width:11px;height:32px;border:2px solid #5FE0C6;border-radius:8px}@media(min-width:750px){.pdp-why{padding:4rem 2rem}.pdp-why__grid{flex-direction:row;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.pdp-why__body{max-width:none}.pdp-why__h2{font-size:1.75rem}.pdp-why__copy{font-size:.9375rem}}.pdp-how{padding:20px 20px 6px}.pdp-how__inner{max-width:var(--page-width);margin:0 auto}.pdp-how__grid{display:flex;flex-direction:column-reverse;gap:20px}.pdp-how__media{border-radius:var(--radius-card, 16px);overflow:hidden;aspect-ratio:var(--media-ratio, 4 / 3);background:var(--ivory)}.pdp-how__img,.pdp-how__video{width:100%;height:100%;object-fit:cover}.pdp-how__video{aspect-ratio:var(--media-ratio, 4 / 3)}.pdp-how__body{max-width:640px}.pdp-how__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-how__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:12px}.pdp-how__copy{font-size:.84375rem;line-height:1.65;color:var(--mid);margin-bottom:12px}.pdp-how__copy strong{color:var(--ink);font-weight:700}.pdp-flow{position:relative;margin-top:16px;padding-left:2px}.pdp-flow__line{position:absolute;left:15px;top:16px;bottom:16px;width:2px;background:var(--warm-rule)}.pdp-flow__step{position:relative;display:flex;gap:14px;padding-bottom:20px}.pdp-flow__step:last-child{padding-bottom:0}.pdp-flow__dot{position:relative;z-index:1;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--rose);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800}.pdp-flow__t{font-size:.8125rem;font-weight:700;color:var(--ink);margin-bottom:2px;padding-top:5px}.pdp-flow__s{font-size:.75rem;color:var(--mid);line-height:1.5}@media(min-width:750px){.pdp-how{padding:4rem 2rem}.pdp-how__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.pdp-how__body{max-width:none}.pdp-how__h2{font-size:1.75rem}.pdp-how__copy{font-size:.9375rem}}.pdp-ingredients{padding:20px 20px 6px}.pdp-ingredients__inner{max-width:640px;margin:0 auto}.pdp-ingredients__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-ingredients__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:12px}.pdp-facts{border:2.5px solid var(--rose);border-radius:4px;background:var(--off-white);overflow:hidden}.pdp-facts__head{padding:12px 16px 8px;border-bottom:6px solid var(--rose)}.pdp-facts__title{font-family:var(--serif);font-weight:700;font-size:1.1875rem;color:var(--ink)}.pdp-facts__subtitle{font-size:.6875rem;color:var(--mid);margin-top:2px}.pdp-facts__row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:11px 16px;border-bottom:1px solid var(--warm-rule)}.pdp-facts__row:last-of-type{border-bottom:none}.pdp-facts__main{flex:1}.pdp-facts__name{font-size:.78125rem;font-weight:700;color:var(--ink)}.pdp-facts__purpose{font-size:.6875rem;color:var(--mid);margin-top:1px;line-height:1.4}.pdp-facts__bar{margin-top:7px;height:5px;background:var(--ivory);border-radius:4px;overflow:hidden;max-width:180px}.pdp-facts__bar-fill{height:100%;background:var(--gold);border-radius:4px}.pdp-facts__pct{font-size:.71875rem;font-weight:800;color:var(--gold);white-space:nowrap;padding-top:1px}.pdp-facts__free{background:var(--rose);padding:14px 16px 16px}.pdp-facts__free-title{font-size:.65625rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;font-weight:700;margin-bottom:9px}.pdp-facts__free-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pdp-facts__free-item{display:flex;align-items:center;gap:7px;font-size:.71875rem;color:#fbe0d4}.pdp-facts__free-x{color:#fff;font-weight:800;font-size:.75rem}@media(min-width:750px){.pdp-ingredients{padding:4rem 2rem}.pdp-ingredients__h2{font-size:1.75rem}}.pdp-benefits-section{padding:20px 20px 6px}.pdp-benefits-section__inner{max-width:var(--page-width);margin:0 auto}.pdp-benefits-section__grid{display:flex;flex-direction:column-reverse;gap:20px}.pdp-benefits-section__media{border-radius:var(--radius-card, 16px);overflow:hidden;aspect-ratio:var(--media-ratio, 4 / 3);background:var(--ivory)}.pdp-benefits-section__img,.pdp-benefits-section__video{width:100%;height:100%;object-fit:cover}.pdp-benefits-section__video{aspect-ratio:var(--media-ratio, 4 / 3)}.pdp-benefits-section__body{max-width:640px}.pdp-benefits-section__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-benefits-section__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:16px}.pdp-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pdp-benefit{background:var(--ivory);border-radius:14px;padding:16px 14px;display:flex;flex-direction:column;gap:9px}.pdp-benefit__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.pdp-benefit__icon svg{width:19px;height:19px}.pdp-benefit__title{font-size:.8125rem;font-weight:700;color:var(--ink)}.pdp-benefit__sub{font-size:.71875rem;color:var(--mid);line-height:1.4}.pdp-benefit--rose .pdp-benefit__icon{background:var(--rose-bg);color:var(--rose)}.pdp-benefit--gold .pdp-benefit__icon{background:#f7e6c6;color:var(--sage)}.pdp-benefit--sage .pdp-benefit__icon{background:#dceee1;color:var(--sage)}.pdp-benefit--coral .pdp-benefit__icon{background:var(--rose-light);color:var(--rose)}@media(min-width:750px){.pdp-benefits-section{padding:4rem 2rem}.pdp-benefits-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.pdp-benefits-section__body{max-width:none}.pdp-benefits-section__h2{font-size:1.75rem}}.pdp-timeline-section{padding:20px 20px 6px}.pdp-timeline-section__inner{max-width:var(--page-width);margin:0 auto}.pdp-timeline-section__grid{display:flex;flex-direction:column-reverse;gap:20px}.pdp-timeline-section__media{border-radius:var(--radius-card, 16px);overflow:hidden;aspect-ratio:var(--media-ratio, 4 / 3);background:var(--ivory)}.pdp-timeline-section__img,.pdp-timeline-section__video{width:100%;height:100%;object-fit:cover}.pdp-timeline-section__video{aspect-ratio:var(--media-ratio, 4 / 3)}.pdp-timeline-section__body{max-width:640px}.pdp-timeline-section__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-timeline-section__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:8px}.pdp-timeline-section__disclaimer{font-size:.78125rem;color:var(--mid);margin-bottom:16px}.pdp-timeline{display:flex;flex-direction:column}.pdp-timeline__item{display:flex;gap:14px;padding:0 0 18px;position:relative}.pdp-timeline__item:not(:last-child):before{content:"";position:absolute;left:27px;top:40px;bottom:0;width:2px;background:var(--warm-rule)}.pdp-timeline__week{flex-shrink:0;width:56px;font-size:.65625rem;font-weight:800;color:var(--rose);background:#f2356814;border-radius:8px;padding:8px 4px;text-align:center;height:fit-content;position:relative;z-index:2}.pdp-timeline__t{font-size:.8125rem;font-weight:700;color:var(--ink);margin-bottom:2px}.pdp-timeline__s{font-size:.75rem;color:var(--mid);line-height:1.45}.pdp-ritual{max-width:var(--page-width);margin:24px auto 0}.pdp-ritual__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:12px}.pdp-steps{display:flex;flex-direction:column;max-width:640px}.pdp-step{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid var(--warm-rule)}.pdp-step:last-child{border-bottom:none}.pdp-step__n{font-family:var(--serif);font-style:italic;font-size:1rem;color:var(--gold);min-width:22px}.pdp-step__title{font-size:.8125rem;font-weight:700;color:var(--ink);margin-bottom:2px}.pdp-step__sub{font-size:.75rem;color:var(--mid);line-height:1.5}@media(min-width:750px){.pdp-timeline-section{padding:4rem 2rem 2rem}.pdp-timeline-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.pdp-timeline-section__body{max-width:none}.pdp-timeline-section__h2{font-size:1.75rem}.pdp-ritual{padding:0 2rem}.pdp-ritual__h2{font-size:1.75rem}}.pdp-bold-band{background:var(--rose);padding:44px 24px;text-align:center;margin-top:10px}.pdp-bold-band__inner{max-width:640px;margin:0 auto}.pdp-bold-band__eyebrow{font-size:.65625rem;letter-spacing:.2em;text-transform:uppercase;color:#ffc9da;font-weight:800;margin-bottom:10px}.pdp-bold-band__line{font-family:var(--serif);font-size:1.875rem;line-height:1.15;color:#fff;font-weight:600}.pdp-bold-band__line em{font-style:italic;color:#ffe8ed}.pdp-bold-band__sub{font-size:.8125rem;color:var(--rose-light);margin-top:12px}@media(min-width:750px){.pdp-bold-band{padding:4rem 2rem}.pdp-bold-band__line{font-size:2.5rem}.pdp-bold-band__sub{font-size:.9375rem}}.pdp-clinical{background:var(--rose-bg);color:var(--ink);padding:32px 20px 30px;margin-top:8px}.pdp-clinical__inner{max-width:640px;margin:0 auto}.pdp-clinical__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--rose);font-weight:700;margin-bottom:8px}.pdp-clinical__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:12px}.pdp-clinical__lead{font-size:.8125rem;color:var(--mid);line-height:1.6;margin-bottom:16px}.pdp-versus-legend{display:flex;gap:14px;margin-bottom:16px;flex-wrap:wrap}.pdp-vl-item{display:flex;align-items:center;gap:6px;font-size:.65625rem;font-weight:700;color:var(--mid)}.pdp-vl-dot{width:9px;height:9px;border-radius:50%}.pdp-vl-dot--win{background:var(--rose)}.pdp-vl-dot--mid{background:#d8c9a8}.pdp-vl-dot--low{background:#c7b79c}.pdp-versus-wrap{background:var(--off-white);border:1px solid #FAC2D4;border-radius:16px;padding:18px 16px}.pdp-versus-item{margin-bottom:16px}.pdp-versus-item:last-child{margin-bottom:0}.pdp-versus-label{font-size:.75rem;font-weight:700;color:var(--ink);margin-bottom:9px}.pdp-versus-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}.pdp-versus-row:last-child{margin-bottom:0}.pdp-versus-track{flex:1;height:9px;background:#f1e9da;border-radius:6px;overflow:hidden}.pdp-versus-fill{height:100%;border-radius:6px}.pdp-versus-fill--win{background:var(--rose)}.pdp-versus-fill--mid{background:#d8c9a8}.pdp-versus-fill--low{background:#c7b79c}.pdp-versus-value{font-size:.65625rem;font-weight:800;color:var(--ink);min-width:52px;text-align:right}.pdp-clinical__note{margin-top:16px;font-size:.6875rem;color:var(--muted);line-height:1.5}@media(min-width:750px){.pdp-clinical{padding:4rem 2rem}.pdp-clinical__inner{max-width:760px}.pdp-clinical__h2{font-size:1.75rem}}.pdp-reviews{padding:20px 20px 6px}.pdp-reviews__inner{max-width:640px;margin:0 auto}.pdp-reviews__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:14px}.pdp-review-summary{display:flex;align-items:center;gap:14px;margin-bottom:18px}.pdp-rs-num{font-family:var(--serif);font-size:2.375rem;color:var(--ink);line-height:1}.pdp-rs-bars{flex:1;display:flex;flex-direction:column;gap:3px}.pdp-rs-bar-row{display:flex;align-items:center;gap:6px}.pdp-rs-bar-row span:first-child{font-size:.625rem;color:var(--mid);width:10px}.pdp-rs-bar-track{flex:1;height:4px;background:var(--warm-rule);border-radius:3px;overflow:hidden}.pdp-rs-bar-fill{height:100%;background:var(--rose);border-radius:3px}.pdp-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:16px}.pdp-chip{flex-shrink:0;font-size:.71875rem;font-weight:700;color:var(--ink);background:var(--ivory);border-radius:100px;padding:7px 13px;white-space:nowrap}.pdp-chip--active{background:var(--rose);color:#fff}.pdp-review{padding:15px 0;border-bottom:1px solid var(--warm-rule)}.pdp-review:last-child{border-bottom:none}.pdp-review__head{display:flex;align-items:center;gap:9px;margin-bottom:5px}.pdp-review__avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800;color:#fff}.pdp-review__avatar-img{width:28px;height:28px;border-radius:50%;flex-shrink:0;object-fit:cover}.pdp-review__name{font-size:.78125rem;font-weight:700;color:var(--ink);display:block;line-height:1.2}.pdp-review__loc{font-size:.625rem;color:var(--muted)}.pdp-review__verified{font-size:.65625rem;color:var(--sage);font-weight:700;margin-left:auto;display:flex;align-items:center;gap:3px;align-self:flex-start}.pdp-review__stars{display:block;margin:2px 0 6px 37px;color:var(--sage);font-size:.8125rem;letter-spacing:1px}.pdp-review__body{font-size:.8rem;color:var(--mid);line-height:1.55;margin-left:37px;margin-bottom:0}.pdp-review__meta{margin-left:37px;margin-top:8px;display:block;font-size:.625rem;color:var(--muted)}.pdp-see-all{display:block;text-align:center;margin-top:16px;font-size:.78125rem;font-weight:700;color:var(--rose);text-decoration:none;padding:12px;border:1.5px solid var(--rose);border-radius:100px}@media(min-width:750px){.pdp-reviews{padding:4rem 2rem}.pdp-reviews__h2{font-size:1.75rem}}.pdp-faq-section{padding:20px 20px 6px}.pdp-faq-section__inner{max-width:640px;margin:0 auto}.pdp-faq-section__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-faq-section__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:12px}.pdp-faq-section__sub{font-size:.8125rem;color:var(--mid);margin-bottom:16px}.pdp-faq-item{background:var(--ivory);border-radius:14px;margin-bottom:8px;padding:2px 14px}.pdp-faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 0;font-size:.8125rem;font-weight:700;color:var(--ink);cursor:pointer;list-style:none}.pdp-faq-item__q::-webkit-details-marker{display:none}.pdp-faq-item__icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--rose);color:#fff;font-size:.875rem;font-weight:800;display:flex;align-items:center;justify-content:center;transition:transform .2s}.pdp-faq-item[open] .pdp-faq-item__icon{transform:rotate(45deg)}.pdp-faq-item__a{font-size:.78125rem;color:var(--mid);line-height:1.6;padding:0 0 16px}.pdp-faq-item__a p:last-child{margin-bottom:0}@media(min-width:750px){.pdp-faq-section{padding:4rem 2rem}.pdp-faq-section__h2{font-size:1.75rem}}.pdp-brand-note-section{padding:20px 20px 6px}.pdp-brand-note-section__inner{max-width:640px;margin:0 auto}.pdp-brand-note{background:var(--ivory);border-radius:16px;padding:22px 20px;text-align:center}.pdp-brand-note__mark{font-family:var(--serif);font-style:italic;font-size:1.625rem;color:var(--gold);line-height:1;margin-bottom:8px}.pdp-brand-note__eyebrow{font-size:.625rem;letter-spacing:.16em;text-transform:uppercase;color:var(--mid);font-weight:700;margin-bottom:10px}.pdp-brand-note__quote{font-family:var(--serif);font-size:.9375rem;font-style:italic;line-height:1.5;color:var(--ink);margin-bottom:10px}.pdp-brand-note__sign{font-size:.6875rem;color:var(--mid);font-weight:700}@media(min-width:750px){.pdp-brand-note-section{padding:4rem 2rem}.pdp-brand-note{padding:3rem}.pdp-brand-note__quote{font-size:1.125rem}}.pdp-trust-section{padding:20px 20px 6px}.pdp-trust-section__inner{max-width:640px;margin:0 auto}.pdp-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pdp-trust-item{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;padding:16px 8px;background:var(--off-white);border:1px solid var(--warm-rule);border-radius:14px}.pdp-trust-item__icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pdp-trust-item__icon svg{width:18px;height:18px}.pdp-trust-item span{font-size:.6875rem;font-weight:700;color:var(--ink);line-height:1.3}.pdp-trust-item--rose .pdp-trust-item__icon{background:var(--rose-bg);color:var(--rose)}.pdp-trust-item--gold .pdp-trust-item__icon{background:#f7e6c6;color:var(--sage)}.pdp-trust-item--coral .pdp-trust-item__icon{background:var(--rose-light);color:var(--rose)}.pdp-trust-item--sage .pdp-trust-item__icon{background:#dceee1;color:var(--sage)}@media(min-width:750px){.pdp-trust-section{padding:3rem 2rem}.pdp-trust-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.pdp-final-cta-section{padding:20px 20px 40px}.pdp-final-cta-section__inner{max-width:640px;margin:0 auto}.pdp-final-cta-section__eyebrow{font-size:.656rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:700;margin-bottom:8px}.pdp-final-cta-section__h2{font-family:var(--serif);font-weight:500;font-size:1.3125rem;line-height:1.25;color:var(--ink);margin-bottom:16px}.pdp-two-choice{display:flex;flex-direction:column;gap:10px}.pdp-choice{border-radius:14px;padding:16px}.pdp-choice--stay{background:#f3eee9;border:1px solid var(--warm-rule)}.pdp-choice--go{background:linear-gradient(160deg,#fdece8,#fbe0d8);border:1.5px solid var(--rose)}.pdp-choice__label{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.pdp-choice--stay .pdp-choice__label{color:var(--mid)}.pdp-choice--go .pdp-choice__label{color:var(--rose)}.pdp-choice p{font-size:.78125rem;line-height:1.55;color:var(--mid);margin:0}.pdp-choice--go p{color:var(--ink)}.pdp-final-cta-wrap{margin-top:18px}.pdp-final-cta-form{display:block}.pdp-final-cta-btn{text-decoration:none}.pdp-final-cta-note{text-align:center;font-size:.65625rem;color:var(--mid);margin-top:8px}@media(min-width:750px){.pdp-final-cta-section{padding:4rem 2rem}.pdp-final-cta-section__h2{font-size:1.75rem}.pdp-two-choice{flex-direction:row}.pdp-choice{flex:1}.pdp-final-cta-wrap{max-width:420px;margin-left:auto;margin-right:auto}}.cart-page{padding:2rem 1.25rem;max-width:860px;margin:0 auto}.cart-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--warm-rule);padding-bottom:.75rem;text-align:left}.cart-table td{padding:1rem 0;border-bottom:1px solid var(--warm-rule);vertical-align:top}.cart-total{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;margin-top:1.5rem}.cart-total p{font-size:1.125rem;font-family:var(--serif)}.collection-page{padding:2rem 1.25rem;max-width:var(--page-width);margin:0 auto}.collection-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;gap:.5rem}.product-card__img{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-card);background:var(--ivory)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__img img{transform:scale(1.03)}.product-card__title{font-size:.875rem;font-weight:600;color:var(--ink)}.product-card__price{font-family:var(--serif);font-size:1.125rem;color:var(--ink)}.blog-page{padding:2rem 1.25rem;max-width:860px;margin:0 auto}.blog-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.article-card{border-bottom:1px solid var(--warm-rule);padding:1.5rem 0}.article-card h2{font-family:var(--serif);font-size:1.375rem;font-weight:300;margin-bottom:.5rem}.article-card p{font-size:.875rem;color:var(--mid)}.article-card a{color:var(--rose)}.page-content{padding:3rem 1.25rem;max-width:760px;margin:0 auto}.page-content h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.25rem}.page-content .rte{font-size:.9375rem;color:var(--mid);line-height:1.8}.search-page{padding:2.5rem 1.25rem;max-width:860px;margin:0 auto}.search-form{display:flex;gap:.5rem;margin-bottom:2rem}.search-form input{flex:1;padding:.75rem 1rem;border:1.5px solid var(--warm-rule);border-radius:10px;font-size:.9375rem;background:#fff;font-family:var(--sans)}.search-form input:focus{outline:none;border-color:var(--rose)}.not-found-page{padding:4rem 1.25rem;text-align:center}.not-found-page h1{font-family:var(--serif);font-size:5rem;font-weight:300;color:var(--rose);line-height:1;margin-bottom:.5rem}.not-found-page h2{font-family:var(--serif);font-size:1.75rem;font-weight:300;margin-bottom:1rem}.password-page{padding:4rem 1.25rem;text-align:center;max-width:440px;margin:0 auto}.password-page h1{font-family:var(--serif);font-size:2rem;font-weight:300;margin-bottom:1.5rem}.password-form{display:flex;flex-direction:column;gap:.75rem}.password-form input{padding:.875rem 1rem;border:1.5px solid var(--warm-rule, #EDE5DC);border-radius:10px;font-size:.9375rem;background:#fff;font-family:var(--sans);width:100%}.password-form input:focus{outline:none;border-color:var(--rose, #C4697A)}.price-wrap{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}.price-regular{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--ink)}.price-compare{font-size:1rem;color:var(--muted);text-decoration:line-through}.price-badge{background:var(--rose);color:#fff;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;letter-spacing:.04em}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--warm-rule);border-radius:8px;font-size:.875rem;color:var(--ink);text-decoration:none}.pagination .current{background:var(--rose);color:#fff;border-color:var(--rose)}.pagination a:hover{border-color:var(--rose);color:var(--rose)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*# sourceMappingURL=/cdn/shop/t/204/assets/theme.css.map */
