@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--primary:#db2777;--primary-soft:rgba(219,39,119,0.1);--primary-glow:rgba(244,114,182,0.35);--accent:#f472b6;--bg:#fff7fb;--bg-elevated:#ffffff;--bg-card:rgba(255,255,255,0.92);--bg-card-solid:#ffffff;--text:#4a044e;--text-muted:#9d174d;--text-dim:#be185d;--border:rgba(190,24,93,0.12);--border-strong:rgba(219,39,119,0.28);--success:#059669;--error:#e11d48;--radius-sm:10px;--radius:16px;--radius-lg:24px;--shadow:0 8px 32px rgba(131,24,67,0.08);--shadow-glow:0 0 40px rgba(244,114,182,0.12);--header-h:72px}html{scroll-behavior:smooth}body{min-height:100vh;background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(251,207,232,.55),transparent),radial-gradient(ellipse 60% 40% at 100% 0,rgba(249,168,212,.25),transparent)}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,serif;font-weight:700;letter-spacing:-.01em;line-height:1.12}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;font-size:.9375rem;padding:.75rem 1.35rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn-primary{background:linear-gradient(135deg,#f472b6,#db2777);color:#fff;box-shadow:0 4px 20px var(--primary-glow)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px var(--primary-glow)}.btn-secondary{background:var(--bg-card-solid);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--border-strong);background:var(--primary-soft)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid transparent}.btn-ghost:hover{color:var(--text);background:var(--primary-soft)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}button:not(.btn){font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem;width:100%;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;min-height:var(--header-h);display:flex;align-items:center;border-bottom:1px solid var(--border);background:rgba(255,255,255,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 24px rgba(131,24,67,.06)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem;gap:1rem;width:100%;padding-top:.65rem;padding-bottom:.65rem}.site-header__nav{display:none;align-items:center;justify-content:center;gap:1.25rem}.site-header__nav a{font-size:.875rem;font-weight:600;color:#831843;transition:color .2s}.site-header__nav a:hover{color:var(--primary)}@media (min-width:900px){.site-header__nav{display:flex}}.logo-link{display:flex;align-items:center;gap:.75rem;transition:opacity .2s,transform .2s;min-width:0}.logo-link:hover{opacity:.92;transform:translateY(-1px)}.logo-link--full{gap:0}.logo-full{width:auto;height:38px;max-width:min(220px,42vw)}.logo-mark{width:40px;height:40px;flex-shrink:0;border-radius:12px;box-shadow:0 4px 14px rgba(219,39,119,.15)}.logo-wordmark{display:flex;flex-direction:column;line-height:1.05;min-width:0}.logo-wordmark__eyebrow{font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9d174d}.logo-wordmark__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.45rem;font-weight:700;color:#831843;letter-spacing:-.02em}.logo-full--wide{display:none}.logo-mark--narrow,.logo-wordmark--narrow{display:flex}@media (min-width:768px){.logo-full--wide{display:block}.logo-mark--narrow,.logo-wordmark--narrow{display:none}}.cart-btn{position:relative;min-width:108px;white-space:nowrap}.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;margin-left:.35rem;border-radius:999px;background:#fff;color:var(--primary);font-size:.75rem;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.model-bar{position:-webkit-sticky;position:sticky;top:var(--header-h);z-index:90;padding:.85rem 0;background:linear-gradient(180deg,rgba(253,242,248,.98),rgba(255,255,255,.96));border-bottom:1px solid var(--border);box-shadow:0 1px 0 rgba(255,255,255,.8)}.model-bar__row{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:960px){.model-bar__row{grid-template-columns:minmax(160px,220px) minmax(280px,1fr) minmax(220px,auto);align-items:center;gap:1.25rem}}.model-bar__intro{min-width:0}.model-bar__label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#831843}.model-bar__sub{margin-top:.15rem;font-size:.8125rem;color:var(--text-muted)}.model-bar__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.model-bar__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}@media (min-width:960px){.model-bar__meta{align-items:flex-end;text-align:right}}.model-tabs{display:flex;gap:.4rem;margin-bottom:0}.model-tab{padding:.5rem .95rem;font-size:.8125rem;background:#fff;color:#831843;transition:border-color .2s,background .2s,color .2s}.model-tab.active{border-color:var(--primary);color:#831843;box-shadow:inset 0 0 0 1px rgba(219,39,119,.12)}.model-select-wrap{flex:1 1;min-width:160px;max-width:280px}.model-select-wrap select{padding:.55rem .85rem;font-size:.875rem}.model-hint{margin:0;font-size:.8125rem;color:var(--text-muted)}.model-hint.ready{color:#047857;font-weight:600}@media (max-width:640px){.model-hint{width:100%;order:4}.model-select-wrap{max-width:none;flex:1 1 100%;order:3}}.hero-showcase{padding:.85rem 0 1.25rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(253,242,248,.55),transparent)}.hero-showcase__head{margin-bottom:.85rem}.hero-showcase__head h1{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.25rem}.hero-showcase__head p{font-size:.875rem;color:var(--text-muted)}.hero-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}@media (max-width:900px){.hero-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.hero-showcase__head h1{font-size:1.35rem}.hero-showcase__grid{gap:.65rem}}.showcase-card{display:flex;flex-direction:column;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card-solid);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.showcase-card:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:var(--shadow-glow)}.showcase-card__image{aspect-ratio:4/5;background:linear-gradient(180deg,#fdf2f8,#fff);display:flex;align-items:center;justify-content:center;padding:.5rem}.showcase-card__image img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.showcase-card__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;padding:.65rem .85rem;border-top:1px solid var(--border)}.showcase-card__cat{position:absolute;top:.55rem;left:.55rem;z-index:1;padding:.2rem .5rem;border-radius:6px;background:rgba(255,255,255,.92);border:1px solid var(--border-strong);color:#831843;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.showcase-card{position:relative}.showcase-card__title{font-size:.8125rem;font-weight:600;line-height:1.3;margin-bottom:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.showcase-card__price{font-family:Outfit,sans-serif;font-weight:700;color:var(--primary);font-size:.9375rem}.showcase-card__cta{font-size:.8125rem;font-weight:600;color:var(--text-muted)}.showcase-card:hover .showcase-card__cta{color:var(--primary)}.shop-section{padding:1.5rem 0 2.5rem}.shop-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.shop-section__head h2{font-size:1.35rem}.shop-section__head p{color:var(--text-dim);font-size:.875rem}.shop-section__head--grid{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.category-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:1.75rem}.category-tile{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;padding:.85rem;border-radius:var(--radius);border:1px solid var(--border);background:#fff;cursor:pointer;text-align:left;transition:border-color .2s,transform .2s,box-shadow .2s;font-family:inherit;color:inherit;box-shadow:0 2px 10px rgba(131,24,67,.04)}.category-tile.active,.category-tile:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:var(--shadow)}.category-tile.active{background:linear-gradient(180deg,#fff,#fdf2f8);box-shadow:var(--shadow),var(--shadow-glow)}.category-tile__thumb{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#fdf2f8,#fff);margin-bottom:.1rem;border:1px solid rgba(219,39,119,.08)}.category-tile__thumb img{width:100%;height:100%;object-fit:contain;padding:.35rem}.category-tile__label{font-size:.875rem;font-weight:700;line-height:1.25;color:#831843}.category-tile__count{font-size:.75rem;color:var(--text-muted)}.category-rails{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:.5rem}.category-rail__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.category-rail__head h3{font-size:1.125rem}.category-rail__head p{font-size:.8125rem;color:var(--text-dim)}.category-rail__more{font-size:.875rem;white-space:nowrap}.category-rail__scroll{display:flex;gap:.85rem;overflow-x:auto;padding-bottom:.35rem;scroll-snap-type:x mandatory;scrollbar-width:thin}.rail-card{flex:0 0 150px;scroll-snap-align:start;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card-solid);overflow:hidden;transition:border-color .2s,transform .2s}.rail-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.rail-card__image{aspect-ratio:4/5;background:#f4f6f8;padding:.35rem}.rail-card__image img{width:100%;height:100%;object-fit:contain}.rail-card__title{font-size:.75rem;font-weight:600;padding:.55rem .6rem .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rail-card__price{padding:0 .6rem .6rem;font-size:.8125rem;font-weight:700;color:var(--primary)}.load-more-wrap{display:flex;justify-content:center;margin-top:2rem}.load-more-btn{min-width:280px}.model-tab{padding:.5rem 1.1rem;border-radius:999px;font-size:.875rem;font-weight:600;border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s}.model-tab.active{background:var(--primary-soft);border-color:var(--border-strong);color:var(--primary)}.model-hint.ready{color:var(--success)}.trust-band{padding:0 0 1.5rem}.trust-band .trust-row{justify-content:flex-start}@media (max-width:960px){.trust-band .trust-row{justify-content:center}}.empty-state--compact{padding:2rem 1rem}.hero{position:relative;overflow:hidden;padding:2rem 0 1.25rem;text-align:center}.hero__bg{position:absolute;inset:0;background:url(/hero-glow.svg) 50%/cover no-repeat;opacity:.9;pointer-events:none}.hero__content{position:relative;z-index:1;max-width:720px;margin:0 auto}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;margin-bottom:1.25rem;border-radius:999px;border:1px solid var(--border-strong);background:var(--primary-soft);color:var(--primary);font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;animation:fadeUp .6s ease both}.hero h1{font-size:clamp(2.25rem,5vw,3.5rem);margin-bottom:1rem;animation:fadeUp .6s ease .08s both}.hero__sub{font-size:1rem;color:var(--text-muted);margin-bottom:1rem;animation:fadeUp .6s ease .16s both}.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;animation:fadeUp .6s ease .24s both}.trust-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--border);font-size:.875rem;color:var(--text-muted)}.trust-pill strong{color:var(--text);font-weight:600}.section{padding:2.5rem 0 4rem}.section-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.section-head h2{font-size:1.75rem}.section-head p{color:var(--text-dim);font-size:.9375rem}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:.25rem;overflow-x:auto;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:.55rem 1.1rem;border-radius:999px;font-size:.875rem;font-weight:500;border:1px solid var(--border);background:var(--bg-card-solid);color:var(--text-muted);cursor:pointer;transition:all .2s;white-space:nowrap}.chip:hover{border-color:var(--border-strong);color:var(--text)}.chip.active{background:var(--primary-soft);border-color:var(--primary);color:#831843;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.35rem;gap:1.35rem}.product-card{display:flex;flex-direction:column;height:100%;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:var(--shadow),var(--shadow-glow)}.product-card__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:#f4f6f8;display:flex;align-items:center;justify-content:center}.product-card__image-wrap img{width:100%;height:100%;object-fit:contain;object-position:center bottom;padding:.5rem;transition:transform .4s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .6rem;border-radius:6px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#831843;border:1px solid var(--border-strong);box-shadow:0 2px 8px rgba(131,24,67,.08)}.product-card__body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;flex:1 1}.product-card__title{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;line-height:1.35;margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__category{font-size:.8125rem;color:var(--text-dim);margin-bottom:1rem}.product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.product-card__price{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;color:var(--primary)}.product-card__cta{font-size:.8125rem;font-weight:600;color:var(--text-muted);transition:color .2s}.product-card:hover .product-card__cta{color:var(--primary)}.drawer-overlay{position:fixed;inset:0;z-index:200;background:rgba(2,6,16,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.drawer{position:fixed;top:0;right:0;z-index:201;width:100%;max-width:420px;height:100vh;display:flex;flex-direction:column;padding:1.75rem;background:var(--bg-elevated);border-left:1px solid var(--border);box-shadow:-12px 0 48px rgba(0,0,0,.4);animation:slideIn .28s ease}.drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.drawer__head h2{font-size:1.35rem}.drawer__item{padding:1rem 0;border-bottom:1px solid var(--border)}.drawer__item-title{font-weight:600;margin-bottom:.25rem}.drawer__item-meta{font-size:.875rem;color:var(--text-dim)}.drawer__empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-dim);gap:1rem}.drawer__empty-icon{width:64px;height:64px;opacity:.4}.pdp-back{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.9375rem;margin:1.5rem 0;transition:color .2s}.pdp-back:hover{color:var(--primary)}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:4rem}@media (max-width:768px){.pdp-grid{grid-template-columns:1fr;gap:2rem}}.pdp-image{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--bg-card-solid);box-shadow:var(--shadow)}.pdp-image img{width:100%;aspect-ratio:4/5;object-fit:contain;object-position:center bottom;background:#f4f6f8;padding:1rem}.pdp-panel{display:flex;flex-direction:column}.pdp-category{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.5rem}.pdp-price-row{display:flex;align-items:center;gap:1rem;margin:1.25rem 0 2rem}.pdp-price{font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:800;color:var(--primary)}.pdp-trust{margin-top:2rem;padding:1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.pdp-trust p{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.pdp-trust p:last-child{margin-bottom:0}.field-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.field-label .req{color:var(--error)}.checkout-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding:2rem 0 4rem}@media (max-width:900px){.checkout-grid{grid-template-columns:1fr}}.summary-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);padding:1.5rem;position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 1rem)}.summary-card h3{font-size:1.15rem;margin-bottom:1.25rem}.site-footer{margin-top:auto;padding:3rem 0 2rem;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(253,242,248,.65),#fff)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media (max-width:640px){.footer-grid{grid-template-columns:1fr}}.footer-brand p{color:var(--text-dim);font-size:.9375rem;margin-top:.75rem;max-width:280px}.footer-col h4{font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.75rem}.footer-col a{display:block;color:var(--text-muted);font-size:.9375rem;padding:.25rem 0;transition:color .2s}.footer-col a:hover{color:var(--primary)}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--border);font-size:.8125rem}.empty-state,.footer-bottom{color:var(--text-dim);text-align:center}.empty-state{padding:4rem 1rem}.features-strip{padding:0 0 2.5rem;margin-top:0}.features-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}@media (max-width:900px){.features-strip__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.features-strip__grid{grid-template-columns:1fr}}.feature-card{display:flex;align-items:flex-start;gap:.85rem;padding:1.1rem 1.15rem;border-radius:var(--radius);border:1px solid var(--border);background:rgba(17,24,48,.55);transition:border-color .2s,transform .2s}.feature-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.feature-card__icon{font-size:1.35rem;line-height:1;flex-shrink:0}.feature-card__title{font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:700;margin-bottom:.2rem}.feature-card__desc{font-size:.8125rem;color:var(--text-dim);line-height:1.45}.skeleton-bar{padding:1rem 0;border-bottom:1px solid var(--border);background:rgba(253,242,248,.9)}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,rgba(219,39,119,.06),rgba(219,39,119,.12) 50%,rgba(219,39,119,.06));background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton-card{pointer-events:none}.skeleton-image{aspect-ratio:1;border-radius:0}.skeleton-pill{border-radius:999px}.skeleton-title{border-radius:12px}.skeleton-btn{border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.line-item{display:flex;gap:.85rem;align-items:flex-start}.line-item__thumb{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border);flex-shrink:0;background:var(--bg-card-solid)}.line-item__body{flex:1 1;min-width:0}.success-page{text-align:center;padding:5rem 1rem 4rem}.success-page__icon{width:72px;height:72px;margin:0 auto 1.5rem;border-radius:50%;background:var(--primary-soft);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--success);box-shadow:0 0 32px rgba(0,229,255,.12)}.success-page h1{margin-bottom:.75rem}.success-page p{color:var(--text-muted);max-width:400px;margin:0 auto 2rem}.page-shell{min-height:calc(100vh - var(--header-h));display:flex;flex-direction:column}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;background:var(--primary-soft);border:1px solid var(--border-strong);color:var(--primary);font-size:.8125rem;font-weight:600}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid-cols-1{grid-template-columns:1fr}@media (min-width:640px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}}.gift-hero{padding:1.25rem 0 .75rem;background:url(/hero-glow.svg) top/cover no-repeat,linear-gradient(180deg,rgba(253,242,248,.95),rgba(255,247,251,.4))}.gift-hero__inner{display:grid;grid-gap:1.25rem;gap:1.25rem;align-items:center}@media (min-width:960px){.gift-hero__inner{grid-template-columns:minmax(280px,.95fr) minmax(340px,1.15fr);gap:1.5rem 2rem}}.gift-hero__price-note{margin-top:.85rem;font-size:.8125rem;font-weight:600;color:#9d174d}.gift-hero__products-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.55rem}.gift-hero__bento{display:grid;grid-gap:.65rem;gap:.65rem}@media (min-width:640px){.gift-hero__bento{grid-template-columns:1.2fr .85fr;align-items:stretch}.gift-hero__mini-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(0,1fr))}}.gift-hero__spotlight{min-height:0}.gift-hero__spotlight .showcase-card__image{aspect-ratio:4/5;background:linear-gradient(180deg,#fdf2f8,#fff)}.gift-hero__spotlight .showcase-card__title{font-size:.9375rem}.gift-hero__mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}@media (max-width:639px){.gift-hero__mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gift-hero__spotlight .showcase-card__meta{flex-direction:column;align-items:flex-start;gap:.35rem}}.gift-hero__mini .showcase-card__image{aspect-ratio:4/5;padding:.35rem;background:linear-gradient(180deg,#fdf2f8,#fff)}.gift-hero__mini .showcase-card__meta--compact{padding:.45rem .55rem;flex-direction:column;align-items:flex-start;gap:.15rem}.gift-hero__mini .showcase-card__price{font-size:.875rem}.gift-hero__mini .showcase-card__cta{font-size:.75rem}.gift-hero__occasions{display:flex;flex-wrap:wrap;gap:.55rem;padding:.85rem 0 1rem;border-top:1px solid rgba(219,39,119,.1);margin-top:.75rem}.gift-hero__occasion{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:.8125rem;font-weight:600;color:#831843;box-shadow:0 2px 8px rgba(131,24,67,.04);transition:border-color .2s,transform .2s,box-shadow .2s}.gift-hero__occasion:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:var(--shadow-glow)}.gift-hero__occasion span{font-size:1rem}.gift-hero__eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.65rem}.gift-hero h1{font-size:clamp(2rem,4.2vw,3.15rem);color:#831843;margin-bottom:.65rem}.gift-hero__sub{color:var(--text-muted);max-width:34rem;font-size:1rem;line-height:1.65}.gift-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:1.25rem}.gift-hero__promo{font-size:.9375rem;color:var(--text-muted)}.gift-hero__promo strong{color:var(--primary);font-weight:700}.gift-hero__cards{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:640px){.gift-hero__cards{grid-template-columns:repeat(3,1fr)}}.gift-card{background:var(--bg-card-solid);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1rem 1.1rem;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.gift-card:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:var(--shadow-glow)}.gift-card__emoji{font-size:1.5rem;display:block;margin-bottom:.5rem}.gift-card h3{font-size:1.15rem;margin-bottom:.35rem;color:#831843}.gift-card p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.logo-text span{color:var(--primary)}.how-gift{padding:2.5rem 0;background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(253,242,248,.3))}.how-gift__title{text-align:center;font-size:clamp(1.75rem,3vw,2.25rem);color:#831843;margin-bottom:1.5rem}.how-gift__grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:768px){.how-gift__grid{grid-template-columns:repeat(3,1fr)}}.how-gift__step{background:var(--bg-card-solid);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center}.how-gift__num{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-weight:700;margin-bottom:.65rem}.how-gift__step h3{font-size:1.15rem;margin-bottom:.35rem;color:#831843}.how-gift__step p{font-size:.9rem;color:var(--text-muted)}.social-proof{padding:2.5rem 0 3rem}.social-proof__eyebrow{text-align:center;font-weight:600;color:var(--text-dim);margin-bottom:.35rem}.social-proof__title{text-align:center;font-size:clamp(1.75rem,3vw,2.25rem);color:#831843;margin-bottom:1.25rem}.social-proof__grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:768px){.social-proof__grid{grid-template-columns:repeat(3,1fr)}}.social-proof__card{background:var(--bg-card-solid);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;font-style:italic}.social-proof__card p{color:var(--text);line-height:1.6;margin-bottom:.75rem}.social-proof__card footer{font-style:normal;font-size:.875rem;color:var(--text-muted)}.drawer__promo{margin:1rem 0 0;padding:.85rem 1rem;border-radius:var(--radius-sm);background:var(--primary-soft);border:1px solid var(--border-strong);font-size:.875rem;color:var(--text-muted)}.drawer__promo strong{color:var(--primary)}.drawer__ship-ok{margin-top:.35rem;font-weight:600;color:#831843}.promo-bar{background:linear-gradient(90deg,#831843,#db2777);color:#fff;font-size:.875rem;padding:.55rem 0}.promo-bar__inner{display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center}.promo-bar strong{letter-spacing:.06em}.promo-bar__close{background:transparent;border:none;color:rgba(255,255,255,.85);cursor:pointer;font-size:1rem;padding:.25rem .5rem}.hero-showcase__badge{display:inline-block;margin-top:.35rem;font-size:.8125rem;font-weight:600;color:var(--primary);letter-spacing:.08em;text-transform:uppercase}.site-header__actions{display:flex;align-items:center;gap:.75rem}.header-model-chip{display:none;flex-direction:column;align-items:flex-end;padding:.45rem .85rem;border-radius:999px;border:1px solid var(--border-strong);background:#fff;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s;box-shadow:0 2px 8px rgba(131,24,67,.05)}.header-model-chip:hover{border-color:var(--primary);background:#fdf2f8;box-shadow:var(--shadow-glow)}.header-model-chip__label{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:#9d174d;font-weight:700}.header-model-chip__value{font-size:.8125rem;font-weight:700;color:#831843}@media (min-width:768px){.header-model-chip{display:flex}}.trust-hero{border-bottom:1px solid var(--border);background:rgba(255,255,255,.7)}.trust-hero__row{display:grid;grid-gap:.5rem;gap:.5rem;padding:.55rem 0}@media (min-width:768px){.trust-hero__row{grid-template-columns:repeat(3,1fr)}}.trust-hero__item{display:flex;flex-direction:column;gap:.15rem;text-align:center;font-size:.8125rem;color:var(--text-muted)}.trust-hero__item strong{color:#831843;font-size:.875rem}.category-landing{padding:1.75rem 0 .5rem}.category-landing__inner{text-align:center;max-width:720px;margin:0 auto}.category-landing__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.5rem}.category-landing h2{font-size:clamp(1.5rem,3vw,2.1rem);color:#831843;margin-bottom:.65rem}.category-landing__sub{color:var(--text-muted);line-height:1.6;margin-bottom:.5rem}.category-landing__count{font-size:.875rem;color:var(--text-dim)}.product-card__link{display:flex;flex-direction:column;flex:1 1;text-decoration:none;color:inherit}.product-card__quick-add{margin:0 .85rem .85rem;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--primary-soft);color:#831843;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.product-card__quick-add:hover{background:rgba(219,39,119,.18);border-color:var(--primary)}.product-card__quick-add--disabled{opacity:.75;cursor:pointer}.pdp-page{padding-bottom:5rem}.pdp-story{color:var(--text-muted);line-height:1.65;margin:.75rem 0 1.25rem}.pdp-add-btn{width:100%;padding:1rem;font-size:1rem}.pdp-gift-toggle{margin-top:1.25rem;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:rgba(253,242,248,.35)}.drawer__gift-check,.pdp-gift-check{display:flex;align-items:center;gap:.6rem;font-weight:600;color:#831843;cursor:pointer}.drawer__gift-check input,.pdp-gift-check input{width:1rem;height:1rem;accent-color:var(--primary)}.drawer__gift-message,.pdp-gift-message{margin-top:.85rem}.drawer__gift-message textarea,.pdp-gift-message textarea{width:100%;resize:vertical;margin-top:.35rem}.pdp-gift-hint{margin-top:.35rem;font-size:.8125rem;color:var(--text-dim)}.drawer__gift-block{margin-top:1rem;padding:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.drawer__upsell{font-weight:500;font-size:.875rem}.gift-packaging{display:grid;grid-gap:1.5rem;gap:1.5rem;margin:2.5rem 0 1rem;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(135deg,rgba(253,242,248,.5),rgba(255,255,255,.8))}@media (min-width:768px){.gift-packaging{grid-template-columns:280px 1fr;align-items:center}}.gift-packaging__visual svg{width:100%;max-width:280px;display:block;margin:0 auto}.gift-packaging__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.35rem}.gift-packaging h3{font-size:1.35rem;color:#831843;margin-bottom:.5rem}.gift-packaging__copy p{color:var(--text-muted);line-height:1.6}.gift-packaging__list{margin-top:.85rem;display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:#831843}.pdp-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -8px 24px rgba(131,24,67,.08)}@media (min-width:900px){.pdp-sticky-bar{display:none}}.pdp-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pdp-sticky-bar__price{display:flex;flex-direction:column;min-width:0}.pdp-sticky-bar__label{font-size:.75rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-sticky-bar__price strong{color:var(--primary);font-size:1.1rem}.pdp-sticky-bar .btn{flex-shrink:0;padding:.75rem 1.1rem}.checkout-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--text-dim);font-size:.8125rem}.checkout-divider:after,.checkout-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.checkout-trust-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:1rem;font-size:.8125rem;color:var(--text-dim)}.checkout-error{color:var(--error);margin-top:1rem;margin-bottom:1rem}.checkout-pay-btn{margin-top:1.5rem;width:100%}.model-help-link{background:none;border:none;padding:0;font-size:.8125rem;font-weight:600;color:var(--primary);text-decoration:underline;cursor:pointer;white-space:nowrap}.model-help-link--inline{display:inline-block;margin-top:.5rem}.modal-overlay{position:fixed;inset:0;z-index:300;background:rgba(2,6,16,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{position:fixed;z-index:301;top:50%;left:50%;transform:translate(-50%,-50%);width:min(92vw,480px);max-height:90vh;overflow-y:auto;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}.modal__close{position:absolute;top:.75rem;right:.75rem}.model-help h2{font-size:1.35rem;color:#831843;margin-bottom:.65rem;padding-right:2rem}.model-help__lead{color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.model-help__steps{display:grid;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.model-help__step{padding:.85rem 1rem;border-radius:var(--radius-sm);background:var(--primary-soft);border:1px solid var(--border)}.model-help__step strong{display:block;color:#831843;margin-bottom:.25rem}.model-help__step p{font-size:.875rem;color:var(--text-muted)}.model-help__popular{width:100%;margin-bottom:.75rem}.model-help__fallback{font-size:.8125rem;color:var(--text-dim);text-align:center}.quality-trust{margin:1.25rem 0}.quality-trust,.quality-trust__grid{display:flex;flex-direction:column;gap:.75rem}.quality-trust__item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;border-radius:var(--radius-sm);background:rgba(253,242,248,.5);border:1px solid var(--border)}.quality-trust__item span{font-size:1.25rem;flex-shrink:0}.quality-trust__item strong{display:block;color:#831843;font-size:.875rem;margin-bottom:.15rem}.quality-trust__item p{font-size:.8125rem;color:var(--text-muted);line-height:1.5}@media (min-width:768px){.model-bar__row{flex-wrap:wrap}.model-help-link{margin-left:auto}}.gift-finder{padding:2.5rem 0;background:linear-gradient(180deg,rgba(253,242,248,.4),rgba(255,255,255,.8))}.gift-finder__head{text-align:center;margin-bottom:1.25rem}.gift-finder__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary)}.gift-finder h2{color:#831843;margin-top:.35rem}.gift-finder__progress{height:4px;background:var(--border);border-radius:999px;margin-top:1rem;overflow:hidden}.gift-finder__progress span{display:block;height:100%;background:linear-gradient(90deg,#db2777,#831843);border-radius:999px}.gift-finder__card{max-width:560px;margin:0 auto;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}.gift-finder__step{font-size:.8125rem;color:var(--text-dim);margin-bottom:.35rem}.gift-finder__card h3{color:#831843;margin-bottom:1rem}.gift-finder__options{display:grid;grid-gap:.65rem;gap:.65rem;margin-bottom:1.25rem}.gift-finder__option{text-align:left;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:500;transition:border-color .2s,background .2s}.gift-finder__option.selected,.gift-finder__option:hover{border-color:var(--primary);background:var(--primary-soft)}.gift-finder__actions{display:flex;gap:.75rem;justify-content:flex-end}.gift-finder-results{padding:1.25rem 0 .5rem}.gift-finder-results__inner{text-align:center;max-width:720px;margin:0 auto}.gift-finder-results__eyebrow{color:var(--primary);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em}.gift-finder-results h2{color:#831843;margin:.35rem 0}.gift-finder-results__cats{font-size:.875rem;color:var(--text-dim);margin-top:.5rem}.spotted{padding:2.5rem 0}.spotted__eyebrow{text-align:center;font-size:.8125rem;color:var(--text-dim)}.spotted__title{text-align:center;color:#831843;margin:.35rem 0 1.25rem}.spotted__grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:768px){.spotted__grid{grid-template-columns:repeat(4,1fr)}}.spotted-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.spotted-card__image{aspect-ratio:4/5;background:#fdf2f8}.spotted-card__image img{width:100%;height:100%;object-fit:contain;padding:.5rem}.spotted-card__body{padding:1rem}.spotted-card__quote{font-size:.875rem;line-height:1.55;margin-bottom:.65rem}.spotted-card footer{font-size:.8125rem;color:var(--text-dim)}.gift-card-page{padding:2rem 0 4rem}.gift-card-page__hero{max-width:640px;margin-bottom:2rem}.gift-card-page__eyebrow{color:var(--primary);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em}.gift-card-page h1{color:#831843;margin:.35rem 0 .75rem}.gift-card-page__grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:768px){.gift-card-page__grid{grid-template-columns:repeat(3,1fr)}}.gift-card-option{padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(180deg,#fff,#fdf2f8);text-align:center}.gift-card-option__visual{font-size:2.5rem;margin-bottom:.75rem}.gift-card-option h2{color:#831843;font-size:1.25rem;margin-bottom:.5rem}.gift-card-option p{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem;min-height:2.5rem}.gift-card-page__fine{margin-top:1.5rem;font-size:.8125rem;color:var(--text-dim);text-align:center}.pdp-model-label{text-align:center;font-size:.8125rem;color:var(--primary);font-weight:600;margin-top:.65rem}.model-help-link--alt{font-weight:500;color:#9d174d}.model-help-link--alt:hover{color:var(--primary)}.model-help__gift-link{color:var(--primary);font-weight:700;text-decoration:underline}.line-item__thumb--gift{display:flex;align-items:center;justify-content:center;font-size:1.75rem;background:var(--primary-soft);border:1px solid var(--border);border-radius:var(--radius-sm)}