:root{--cy-pink:#f4b6c2;--cy-pink-deep:#e8a0b0;--cy-pink-blush:#fcecef;--cy-bg:#fff9f5;--cy-cream:#f8f0e7;--cy-ink:#3f3035;--cy-gold:#c9a27e;--cy-white:#fff;--cy-ink-soft:#3f3035ad;--cy-ink-faint:#3f30356b;--cy-pink-deep-ink:#7a3a49;--cy-ink-deep:#5a3d45;--cy-border:#3f30351a;--cy-shadow:0 24px 48px -24px #3f303547;--cy-shadow-soft:0 12px 32px -18px #3f303538;--cy-footer-bg:#4a2c34;--cy-error:#b0323f;--font-display:"Playfair Display", "Iowan Old Style", Georgia, serif;--font-body:"Poppins", "Segoe UI", system-ui, sans-serif;--container-max:1240px;--space-section:clamp(4rem, 9vw, 8rem);--radius-lg:28px;--radius-md:18px;--radius-sm:10px;--navbar-offset:96px;--ease-soft:cubic-bezier(.22, 1, .36, 1)}@media (prefers-color-scheme:dark){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{background:var(--cy-bg);color:var(--cy-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}img,video{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);color:var(--cy-ink);margin:0;font-weight:600;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul{margin:0;padding:0;list-style:none}input,textarea,select{font-family:inherit;font-size:1rem}:focus-visible{outline:2px solid var(--cy-pink-deep-ink);outline-offset:3px}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}section{padding-block:var(--space-section);scroll-margin-top:var(--navbar-offset);position:relative}footer{scroll-margin-top:var(--navbar-offset)}.eyebrow{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:var(--cy-pink-deep-ink);margin-bottom:.9rem;font-size:.72rem;font-weight:600;display:inline-block}.section-title{max-width:20ch;font-size:clamp(2rem,4vw,2.9rem)}.section-title.center{text-align:center;margin-inline:auto}.section-subtitle{color:var(--cy-ink-soft);max-width:52ch;margin-top:1.1rem;font-size:1.05rem}.section-subtitle.center{text-align:center;margin-inline:auto}.section-head{margin-bottom:clamp(2.5rem,5vw,3.75rem)}.section-head.center{text-align:center;flex-direction:column;align-items:center;display:flex}.btn{letter-spacing:.01em;transition:transform .45s var(--ease-soft), box-shadow .45s var(--ease-soft), background .3s ease, color .3s ease, border-color .3s ease;white-space:nowrap;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 2.1rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--cy-ink);color:var(--cy-bg);box-shadow:var(--cy-shadow-soft)}.btn-primary:hover{background:var(--cy-pink-deep-ink)}.btn-outline{color:var(--cy-ink);background:0 0;border-color:currentColor}.btn-outline:hover{background:var(--cy-ink);color:var(--cy-bg)}.btn-light{background:var(--cy-bg);color:var(--cy-ink)}.btn-light-outline{color:var(--cy-bg);background:0 0;border-color:#fff9f599}.btn-light-outline:hover{background:#fff9f524}.reveal{opacity:0;transform:translateY(28px)}.thread-divider{width:100%;height:auto;color:var(--cy-pink);display:block}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--cy-ink);color:var(--cy-bg);border-radius:var(--radius-sm);z-index:1000;padding:.75rem 1.25rem;transition:top .2s;position:absolute;top:-60px;left:1rem}.skip-link:focus{top:1rem}.navbar{z-index:500;transition:background .4s,box-shadow .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff9f5d1;box-shadow:0 8px 30px -20px #3f303559}.navbar__inner{justify-content:space-between;align-items:center;gap:1.5rem;padding-block:1.15rem;display:flex}.navbar__logo{align-items:center;gap:.65rem;display:flex}.navbar__logo-img{border-radius:50%;width:52px;height:52px;display:block}.navbar__logo-text{font-family:var(--font-display);letter-spacing:.01em;white-space:nowrap;color:var(--cy-bg);text-shadow:0 1px 6px #3f303559;font-size:1.05rem;font-weight:600;transition:color .4s,text-shadow .4s}.navbar--scrolled .navbar__logo-text{color:var(--cy-ink);text-shadow:none}.navbar__nav{flex:1;justify-content:center;display:flex}.navbar__nav ul{gap:1.9rem;display:flex}.navbar__nav a{color:var(--cy-bg);text-shadow:0 1px 6px #3f303559;padding-block:.25rem;font-size:.9rem;font-weight:500;transition:color .4s,text-shadow .4s;position:relative}.navbar__nav a:after{content:"";background:var(--cy-pink);width:0;height:1.5px;transition:width .3s var(--ease-soft), background .4s ease;position:absolute;bottom:-2px;left:0}.navbar__nav a:hover:after{width:100%}.navbar--scrolled .navbar__nav a{color:var(--cy-ink);text-shadow:none}.navbar--scrolled .navbar__nav a:after{background:var(--cy-pink-deep-ink)}.navbar__cta{padding:.7rem 1.5rem;font-size:.85rem}.navbar__nav a.navbar__link--christmas,.navbar--scrolled .navbar__nav a.navbar__link--christmas,.navbar__mobile-menu a.navbar__link--christmas{color:var(--cy-gold);font-weight:600}.navbar__burger{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.navbar__burger span{background:var(--cy-bg);border-radius:2px;width:100%;height:2px;transition:background .4s,box-shadow .4s;display:block;box-shadow:0 1px 4px #3f303559}.navbar--scrolled .navbar__burger span{background:var(--cy-ink);box-shadow:none}.navbar__mobile-menu{background:var(--cy-bg);border-top:1px solid var(--cy-border);flex-direction:column;gap:1.5rem;padding:1.5rem clamp(1.25rem,5vw,2.5rem) 2rem;display:none}.navbar__mobile-menu ul{flex-direction:column;gap:1rem;display:flex}.navbar__mobile-menu a{font-size:1.05rem;font-weight:500}@media (width<=860px){.navbar__nav,.navbar__cta,.navbar__logo-text{display:none}.navbar__burger{display:flex}}.whatsapp-fab{z-index:600;width:58px;height:58px;color:var(--cy-white);transition:transform .35s var(--ease-soft), box-shadow .35s var(--ease-soft);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:clamp(1rem,4vw,1.75rem);right:clamp(1rem,4vw,1.75rem);box-shadow:0 14px 28px -12px #25d3668c}.whatsapp-fab:hover{transform:translateY(-3px)scale(1.04);box-shadow:0 18px 34px -12px #25d366a6}@media (prefers-reduced-motion:reduce){.whatsapp-fab:hover{transform:none}}.footer{background:var(--cy-footer-bg);color:#fff9f5d1;padding-top:clamp(3rem,6vw,4.5rem)}.footer__inner{border-bottom:1px solid #fff9f524;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-bottom:3rem;display:grid}.footer__logo-img{border-radius:50%;width:64px;height:64px;display:block}.footer__tagline{color:#fff9f5b3;margin-top:.5rem;font-style:italic}.footer__jm-note{color:#fff9f580;margin-top:.4rem;font-size:.78rem}.footer__heading{letter-spacing:.14em;text-transform:uppercase;color:var(--cy-pink-blush);margin-bottom:1rem;font-size:.75rem}.footer__nav ul,.footer__social ul,.footer__policies ul{flex-direction:column;gap:.65rem;display:flex}.footer__nav a,.footer__social a,.footer__policies a{font-size:.9rem;transition:color .3s}.footer__nav a:hover,.footer__social a:hover,.footer__policies a:hover{color:var(--cy-pink)}.footer__bottom{text-align:center;color:#fff9f58c;padding-block:1.5rem;font-size:.82rem}@media (width<=860px){.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=520px){.footer__inner{grid-template-columns:1fr}}.hero{background:var(--cy-ink);align-items:center;min-height:100svh;padding-block:0;display:flex;position:relative;overflow:hidden}.hero__media{z-index:0;position:absolute;inset:0}.hero__video,.hero__fallback{object-fit:cover;width:100%;height:100%}.hero__fallback{background:linear-gradient(160deg, var(--cy-ink), var(--cy-ink-deep) 60%, var(--cy-pink-deep-ink))}.hero__scrim{background:linear-gradient(#3f303559 0%,#3f303547 45%,#fff9f538 100%);position:absolute;inset:0}.hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;padding-block:8rem 6rem;display:flex;position:relative}.hero__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--cy-bg);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.hero__title{color:var(--cy-bg);text-shadow:0 4px 30px #00000040;max-width:16ch;font-size:clamp(2.6rem,7vw,4.6rem)}.hero__quote{font-family:var(--font-display);color:var(--cy-pink-blush);max-width:30ch;margin-top:1.5rem;font-size:clamp(1.15rem,2.4vw,1.5rem);font-style:italic}.hero__subtitle{color:#fff9f5db;max-width:46ch;margin-top:1.25rem;font-size:1.05rem}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.hero__scroll-cue{z-index:1;color:#fff9f5d9;letter-spacing:.14em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;animation:2.6s ease-in-out infinite hero-bob;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes hero-bob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (prefers-reduced-motion:reduce){.hero__scroll-cue{animation:none}}@media (width<=640px){.hero__content{padding-block:7rem 5rem}}.about__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:1rem;display:grid}.about__card{background:var(--cy-white);border-radius:var(--radius-lg);box-shadow:var(--cy-shadow-soft);transition:transform .45s var(--ease-soft), box-shadow .45s var(--ease-soft);padding:2.5rem 2rem;position:relative;overflow:hidden}.about__card:hover{box-shadow:var(--cy-shadow);transform:translateY(-6px)}.about__thread{border:3px solid var(--cy-pink);opacity:.5;border-radius:50%;width:90px;height:90px;position:absolute;top:-20px;right:-20px}.about__card h3{margin-bottom:.6rem;font-size:1.3rem}.about__card p{color:var(--cy-ink-soft);font-size:.98rem}@media (width<=900px){.about__grid{grid-template-columns:1fr}}.why-cy{background:var(--cy-bg)}.why-cy__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.why-cy__card{background:var(--cy-white);border-radius:var(--radius-md);box-shadow:var(--cy-shadow-soft);transition:transform .45s var(--ease-soft), box-shadow .45s var(--ease-soft);padding:2.25rem 1.6rem 1.85rem;position:relative;overflow:hidden}.why-cy__card:hover{box-shadow:var(--cy-shadow);transform:translateY(-6px)}.why-cy__thread{border:2px dashed var(--cy-pink);opacity:.45;border-radius:50%;width:80px;height:80px;position:absolute;top:-22px;right:-22px}.why-cy__card h3{margin-bottom:.6rem;font-size:1.08rem}.why-cy__card p{color:var(--cy-ink-soft);font-size:.9rem}@media (width<=1024px){.why-cy__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.why-cy__grid{grid-template-columns:1fr}}.categories{background:var(--cy-cream)}.categories__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.category-card{background:var(--cy-white);border-radius:var(--radius-md);transition:transform .4s var(--ease-soft), box-shadow .4s var(--ease-soft), border-color .4s ease;border:1px solid #0000;flex-direction:column;gap:.5rem;padding:0 0 1.75rem;display:flex;position:relative;overflow:hidden}.category-card:hover{box-shadow:var(--cy-shadow-soft);border-color:var(--cy-pink);transform:translateY(-6px)}.category-card__thread{border:2px dashed var(--cy-pink);opacity:.4;width:100px;height:100px;transition:transform .6s var(--ease-soft);border-radius:50%;position:absolute;bottom:-30px;left:-30px}.category-card:hover .category-card__thread{transform:rotate(35deg)scale(1.08)}.category-card__image{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .6s var(--ease-soft);display:block}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__image--empty{color:var(--cy-pink-deep);background:linear-gradient(150deg, var(--cy-pink-blush), var(--cy-pink) 130%);justify-content:center;align-items:center;font-size:1.8rem;display:flex}.category-card h3{margin-top:.75rem;padding-inline:1.6rem;font-size:1.12rem}.category-card__price{color:var(--cy-pink-deep-ink);padding-inline:1.6rem;font-size:.95rem;font-weight:700}.category-card p{color:var(--cy-ink-soft);flex:1;padding-inline:1.6rem;font-size:.9rem}.category-card__cta{color:var(--cy-pink-deep-ink);margin-top:.5rem;padding-inline:1.6rem;font-size:.82rem;font-weight:600}@media (width<=1024px){.categories__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.categories__grid{grid-template-columns:1fr}}.lightbox{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:lightbox-fade .3s var(--ease-soft);background:#3f30358c;justify-content:center;align-items:center;padding:clamp(1rem,5vw,2.5rem);display:flex;position:fixed;inset:0}@keyframes lightbox-fade{0%{opacity:0}to{opacity:1}}.lightbox__panel{background:var(--cy-white);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:90vh;box-shadow:var(--cy-shadow);animation:lightbox-rise .35s var(--ease-soft);position:relative;overflow-y:auto}@keyframes lightbox-rise{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.lightbox,.lightbox__panel{animation:none}}.lightbox__close{z-index:1;background:var(--cy-white);width:40px;height:40px;color:var(--cy-ink);box-shadow:var(--cy-shadow-soft);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:.75rem;right:.75rem}.lightbox__image{object-fit:contain;background:var(--cy-cream);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:60vh}.lightbox__info{text-align:center;padding:1.75rem clamp(1.25rem,4vw,2.25rem) 2rem}.lightbox__category{letter-spacing:.18em;text-transform:uppercase;color:var(--cy-pink-deep-ink);font-size:.72rem;font-weight:600}.lightbox__title{margin-top:.5rem;margin-bottom:1.5rem;font-size:1.5rem}.gallery__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.gallery__filter{border:1.5px solid var(--cy-border);color:var(--cy-ink-soft);transition:all .3s var(--ease-soft);background:0 0;border-radius:999px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:500}.gallery__filter:hover{border-color:var(--cy-pink-deep);color:var(--cy-ink)}.gallery__filter.is-active{background:var(--cy-ink);border-color:var(--cy-ink);color:var(--cy-bg)}.gallery__masonry{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.gallery__item{border-radius:var(--radius-md);position:relative;overflow:hidden}.gallery__item-trigger{border-radius:inherit;cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.gallery__media{object-fit:cover;width:100%;transition:transform .6s var(--ease-soft);display:block}.gallery__media--empty{background:linear-gradient(150deg, var(--cy-pink-blush), var(--cy-pink) 130%);justify-content:center;align-items:center;display:flex}.gallery__media{aspect-ratio:3/4}.gallery__thread-icon{color:#ffffffbf;font-size:2rem}.gallery__item-trigger:hover .gallery__media{transform:scale(1.06)}.gallery__overlay{opacity:0;transition:opacity .4s var(--ease-soft);background:linear-gradient(#3f303500 45%,#3f3035b8 100%);flex-direction:column;justify-content:flex-end;gap:.2rem;padding:1.25rem;display:flex;position:absolute;inset:0}.gallery__item-trigger:hover .gallery__overlay,.gallery__item-trigger:focus-visible .gallery__overlay{opacity:1}.gallery__category{letter-spacing:.14em;text-transform:uppercase;color:var(--cy-pink-blush);font-size:.7rem}.gallery__title{font-family:var(--font-display);color:var(--cy-white);font-size:1.05rem}.gallery__link{color:#ffffffd9;font-size:.8rem;text-decoration:underline}.gallery__note{text-align:center;color:var(--cy-ink-faint);margin-top:1.5rem;font-size:.85rem;font-style:italic}@media (width<=1024px){.gallery__masonry{grid-template-columns:repeat(3,1fr)}}@media (width<=720px){.gallery__masonry{grid-template-columns:repeat(2,1fr);gap:1rem}}.how{background:var(--cy-cream)}.how__track{grid-template-columns:repeat(5,1fr);gap:1.5rem;padding-top:1rem;display:grid;position:relative}.how__line-bg{background:var(--cy-border);height:2px;position:absolute;top:34px;left:6%;right:6%}.how__line-fill{background:var(--cy-pink-deep);width:100%;height:100%}.how__step{flex-direction:column;gap:.6rem;padding-top:3rem;display:flex;position:relative}.how__number{background:var(--cy-white);border:2px solid var(--cy-pink);width:68px;height:68px;font-family:var(--font-display);color:var(--cy-pink-deep-ink);box-shadow:var(--cy-shadow-soft);border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;display:flex;position:absolute;top:0;left:0}.how__step h3{margin-top:4.75rem;font-size:1.1rem}.how__step p{color:var(--cy-ink-soft);font-size:.9rem}@media (width<=1024px){.how__track{grid-template-columns:1fr;gap:2.5rem}.how__line-bg{width:2px;height:auto;inset:0 auto 0 34px}.how__line-fill{width:100%;height:100%;transform-origin:top!important}.how__step{padding-top:0;padding-left:5.5rem}.how__number{top:-6px}.how__step h3{margin-top:0}}.christmas-teaser{background:radial-gradient(ellipse at 50% 35%, var(--cy-pink-blush) 0%, var(--cy-cream) 60%, var(--cy-cream) 100%);padding-block:clamp(3rem,7vw,5rem)}.christmas-teaser__inner{text-align:center;flex-direction:column;align-items:center;max-width:720px;display:flex}.christmas-teaser__badge{border:1.5px solid var(--cy-gold);color:var(--cy-gold);letter-spacing:.18em;text-transform:uppercase;border-radius:999px;margin-bottom:1rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:600;display:inline-block}.christmas-teaser .eyebrow{margin-bottom:.25rem}.christmas-teaser__video-frame{aspect-ratio:16/9;border-radius:var(--radius-lg);width:100%;max-width:780px;box-shadow:var(--cy-shadow);background:linear-gradient(160deg, var(--cy-pink-blush), var(--cy-cream));margin-block:2rem;overflow:hidden}.christmas-teaser__video{object-fit:cover;width:100%;height:100%;display:block}.christmas-teaser .btn{margin-top:.5rem}.christmas-teaser__cta{white-space:normal;text-align:center;max-width:100%;line-height:1.3}.packaging{background:var(--cy-cream)}.packaging__gallery{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.packaging__photo{border-radius:var(--radius-md);box-shadow:var(--cy-shadow-soft);overflow:hidden}.packaging__photo img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .6s var(--ease-soft);display:block}.packaging__photo:hover img{transform:scale(1.05)}.packaging__highlights{grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem;max-width:880px;margin-inline:auto;display:grid}.packaging__highlights li{align-items:flex-start;gap:.9rem;display:flex}.packaging__dot{background:var(--cy-pink-deep);border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:.4rem}.packaging__highlights h3{margin-bottom:.3rem;font-size:1.02rem}.packaging__highlights p{color:var(--cy-ink-soft);font-size:.9rem}@media (width<=1024px){.packaging__gallery{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.packaging__gallery{grid-template-columns:repeat(2,1fr);gap:.85rem}.packaging__highlights{grid-template-columns:1fr}}.product-viewer{flex-direction:column;gap:1rem;display:flex}.product-viewer__stage{border-radius:var(--radius-lg);background:var(--cy-cream);box-shadow:var(--cy-shadow);-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.product-viewer__stage.is-draggable{cursor:grab;touch-action:pan-y}.product-viewer__stage.is-draggable:active{cursor:grabbing}.product-viewer__image{aspect-ratio:4/5;object-fit:cover;pointer-events:none;width:100%;display:block}.product-viewer__badge{color:var(--cy-bg);letter-spacing:.08em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3f30358c;border-radius:999px;padding:.3rem .7rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.product-viewer__hint{color:var(--cy-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#3f30358c;border-radius:999px;padding:.45rem 1rem;font-size:.78rem;font-weight:500;animation:2.2s ease-in-out infinite viewer-hint-pulse;position:absolute;bottom:1.1rem;left:50%;transform:translate(-50%)}@keyframes viewer-hint-pulse{0%,to{opacity:.65}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.product-viewer__hint{animation:none}}.product-viewer__designs{flex-wrap:wrap;gap:.6rem;display:flex}.product-viewer__design-thumb{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:2px solid #0000;width:56px;height:56px;padding:0;transition:border-color .25s;overflow:hidden}.product-viewer__design-thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-viewer__design-thumb.is-active{border-color:var(--cy-pink-deep)}.showcase{background:var(--cy-bg)}.showcase__nav{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:.6rem;margin-bottom:2.5rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.showcase__nav-item{scroll-snap-align:start;border:1.5px solid var(--cy-border);background:var(--cy-white);color:var(--cy-ink-soft);white-space:nowrap;transition:all .3s var(--ease-soft);border-radius:999px;flex-shrink:0;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600}.showcase__nav-item:hover{border-color:var(--cy-pink-deep);color:var(--cy-ink)}.showcase__nav-item.is-active{background:var(--cy-ink);border-color:var(--cy-ink);color:var(--cy-bg)}.showcase__stage{grid-template-columns:1.15fr .85fr;align-items:start;gap:clamp(2rem,5vw,3.5rem);display:grid}.showcase__name{font-size:1.9rem}.showcase__description{color:var(--cy-ink-soft);margin-top:.75rem;font-size:1.02rem}.showcase__disclaimer{border-left:3px solid var(--cy-gold);background:var(--cy-cream);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--cy-ink-soft);margin-top:1.5rem;padding:.9rem 1.1rem;font-size:.88rem;font-style:italic}.showcase__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.showcase__tagline{text-align:center;font-family:var(--font-display);color:var(--cy-pink-deep-ink);margin-top:3rem;font-size:1.2rem;font-style:italic}@media (width<=900px){.showcase__stage{grid-template-columns:1fr}.showcase__info{text-align:center}.showcase__disclaimer{text-align:left}.showcase__actions{justify-content:center}}.order-process__list{counter-reset:item;flex-direction:column;gap:1rem;max-width:640px;margin:0 auto;display:flex}.order-process__list li{background:var(--cy-white);border-radius:var(--radius-sm);box-shadow:var(--cy-shadow-soft);align-items:center;gap:1.1rem;padding:1rem 1.4rem;font-weight:500;display:flex}.order-process__index{background:var(--cy-pink-blush);width:34px;height:34px;color:var(--cy-pink-deep-ink);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.order-process__cta{text-align:center;margin-top:2.5rem}.testimonials__card{text-align:center;background:var(--cy-white);border-radius:var(--radius-lg);max-width:640px;box-shadow:var(--cy-shadow-soft);margin:0 auto;padding:clamp(2rem,5vw,3rem)}.testimonials__stars{color:var(--cy-gold);letter-spacing:.15rem;font-size:1.2rem}.testimonials__text{font-family:var(--font-display);margin-top:1.25rem;font-size:1.3rem;font-style:italic;line-height:1.5}.testimonials__name{color:var(--cy-ink-soft);margin-top:1.25rem;font-weight:600}.testimonials__nav{justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.testimonials__nav button{color:var(--cy-ink);background:0 0;border:none;font-size:1.1rem}.testimonials__dots{gap:.5rem;display:flex}.testimonials__dots button{background:var(--cy-border);border-radius:50%;width:9px;height:9px;padding:0}.testimonials__dots button.is-active{background:var(--cy-pink-deep)}.testimonials__card--empty{background:var(--cy-cream);border:1.5px dashed var(--cy-border);box-shadow:none}.testimonials__empty-text{color:var(--cy-ink-soft);font-size:1rem;line-height:1.7}.shipping{background:var(--cy-cream)}.shipping__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.shipping__card{background:var(--cy-white);border-radius:var(--radius-md);box-shadow:var(--cy-shadow-soft);padding:1.75rem 1.5rem}.shipping__card h3{margin-bottom:.5rem;font-size:1.05rem}.shipping__card p{color:var(--cy-ink-soft);font-size:.88rem}.shipping__note{margin-top:2.5rem;text-align:center;background:var(--cy-pink-blush);border-radius:var(--radius-sm);max-width:700px;color:var(--cy-pink-deep-ink);margin-inline:auto;padding:1.25rem 1.5rem;font-size:.92rem}.shipping__cta{text-align:center;margin-top:2rem}@media (width<=900px){.shipping__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.shipping__grid{grid-template-columns:1fr}}.faq__list{max-width:760px;margin:0 auto}.faq__item{border-bottom:1px solid var(--cy-border)}.faq__question{text-align:left;width:100%;font-family:var(--font-display);color:var(--cy-ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem .25rem;font-size:1.05rem;display:flex}.faq__icon{color:var(--cy-pink-deep-ink);transition:transform .3s var(--ease-soft);flex-shrink:0;font-size:1.3rem}.faq__item.is-open .faq__icon{transform:rotate(180deg)}.faq__answer{transition:max-height .4s var(--ease-soft);overflow:hidden}.faq__answer p{color:var(--cy-ink-soft);max-width:62ch;padding:0 .25rem 1.4rem;font-size:.95rem}.brand-story{background:var(--cy-bg)}.brand-story__inner{text-align:center;flex-direction:column;align-items:center;max-width:720px;display:flex}.brand-story__intro{font-family:var(--font-display);color:var(--cy-pink-deep-ink);margin-top:1.5rem;font-size:1.2rem;font-style:italic}.brand-story__body{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.brand-story__body p{color:var(--cy-ink-soft);font-size:1.05rem;line-height:1.8}.brand-story__subheading{font-family:var(--font-display);color:var(--cy-ink);margin-top:2.5rem;font-size:1.4rem}.brand-story__quote{text-align:left;max-width:34ch;font-family:var(--font-display);color:var(--cy-pink-deep-ink);border-left:3px solid var(--cy-gold);margin:2.5rem auto 0;padding-left:1.25rem;font-size:1.3rem;font-style:italic;line-height:1.5}.brand-story__closing{margin-top:2.5rem}.brand-story__signature{font-family:var(--font-display);letter-spacing:.04em;color:var(--cy-gold);opacity:.85;margin-top:2.25rem;font-size:1.1rem;font-style:italic}.final-cta{background:linear-gradient(160deg, var(--cy-pink-deep-ink), var(--cy-ink-deep) 70%);color:var(--cy-bg);text-align:center;position:relative;overflow:hidden}.final-cta__heart{color:#fff9f52e;pointer-events:none;width:min(60vw,520px);height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-cta__content{z-index:1;max-width:640px;position:relative}.final-cta__content h2{color:var(--cy-bg);font-size:clamp(2rem,4.5vw,3rem)}.final-cta__content p{color:#fff9f5d9;margin-top:1.25rem;font-size:1.1rem}.final-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.not-found{padding-top:calc(var(--navbar-offset) + clamp(2rem, 6vw, 4rem));padding-bottom:var(--space-section);background:var(--cy-bg);text-align:center;min-height:60vh}.not-found .eyebrow{margin-bottom:.5rem}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:2rem;display:flex}.not-found__products{margin-top:2.75rem}.not-found__products ul{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.not-found__products a{border:1.5px solid var(--cy-border);background:var(--cy-white);border-radius:999px;padding:.55rem 1.1rem;font-size:.9rem;transition:border-color .25s,background .25s;display:inline-block}.not-found__products a:hover{border-color:var(--cy-pink-deep-ink);background:var(--cy-pink-blush)}.product-gallery{flex-direction:column;gap:.9rem;display:flex}.product-gallery__main{border-radius:var(--radius-lg);background:var(--cy-cream);aspect-ratio:4/3;box-shadow:var(--cy-shadow-soft);overflow:hidden}.product-gallery__main-trigger{cursor:zoom-in;background:0 0;border:none;width:100%;height:100%;padding:0;display:block}.product-gallery__main img{object-fit:cover;width:100%;height:100%}.product-gallery__main--empty{color:var(--cy-ink-faint);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.product-gallery__thumbs{flex-wrap:wrap;gap:.6rem;display:flex}.product-gallery__thumb{border-radius:var(--radius-sm);cursor:pointer;opacity:.7;border:2px solid #0000;width:68px;height:68px;padding:0;transition:opacity .25s,border-color .25s;overflow:hidden}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%}.product-gallery__thumb.is-active{border-color:var(--cy-pink-deep-ink);opacity:1}.product-gallery__zoom-panel .lightbox__image{max-height:82vh}.product-info__breadcrumb{color:var(--cy-ink-faint);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.8rem;display:flex}.product-info__breadcrumb a{color:var(--cy-ink-faint);text-decoration:none}.product-info__breadcrumb a:hover{color:var(--cy-pink-deep-ink)}.product-info__breadcrumb [aria-current=page]{color:var(--cy-ink-soft)}.product-info__title{font-size:clamp(1.9rem,3.4vw,2.5rem)}.product-info__price{font-family:var(--font-body);color:var(--cy-pink-deep-ink);align-items:baseline;gap:.6rem;margin-top:.75rem;font-size:1.3rem;font-weight:700;display:flex}.product-info__compare-at{color:var(--cy-ink-faint);font-size:1rem;font-weight:500}.product-info__price-note{color:var(--cy-ink-faint);max-width:48ch;margin-top:.35rem;font-size:.8rem}.product-info__short{color:var(--cy-ink-soft);max-width:48ch;margin-top:.9rem;font-size:1.05rem}.product-customizer{border-top:1px solid var(--cy-border);flex-direction:column;gap:1.6rem;margin-top:1.75rem;padding-top:1.75rem;display:flex}.style-selector legend{font-family:var(--font-display);margin-bottom:.9rem;padding:0;font-size:1rem;font-weight:600}.style-selector__grid{flex-wrap:wrap;gap:.65rem;display:flex}.style-selector__option{border:1.5px solid var(--cy-border);border-radius:var(--radius-sm);cursor:pointer;padding:.7rem 1.2rem;font-size:.9rem;font-weight:500;transition:border-color .2s,background .2s,transform .2s}.style-selector__option input{opacity:0;width:1px;height:1px;position:absolute}.style-selector__option:hover{border-color:var(--cy-pink-deep-ink)}.style-selector__option.is-selected{border-color:var(--cy-pink-deep-ink);background:var(--cy-pink-blush);transform:translateY(-1px)}.product-options{animation:product-options-reveal .3s var(--ease-soft);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}@keyframes product-options-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.product-field{flex-direction:column;gap:.4rem;font-size:.9rem;display:flex}.product-field span{color:var(--cy-ink);font-weight:600}.product-field input[type=text],.product-field input[type=tel],.product-field input[type=email],.product-field select,.product-field textarea{border:1.5px solid var(--cy-border);border-radius:var(--radius-sm);background:var(--cy-bg);padding:.7rem .9rem;font-family:inherit;font-size:.95rem}.product-field input:focus-visible,.product-field select:focus-visible,.product-field textarea:focus-visible{outline:2px solid var(--cy-pink-deep-ink);outline-offset:2px}.product-field--wide{grid-column:1/-1}.quantity-selector{flex-direction:column;gap:.4rem;display:flex}.quantity-selector__label{font-size:.9rem;font-weight:600}.quantity-selector__hint{color:var(--cy-ink-faint);font-size:.8rem}.quantity-selector__control{border:1.5px solid var(--cy-border);border-radius:var(--radius-sm);align-items:stretch;width:fit-content;display:inline-flex;overflow:hidden}.quantity-selector__step{background:var(--cy-cream);cursor:pointer;width:2.6rem;color:var(--cy-ink);border:none;font-size:1.2rem;line-height:1}.quantity-selector__step:hover:not(:disabled){background:var(--cy-pink-blush)}.quantity-selector__step:disabled{opacity:.4;cursor:not-allowed}.quantity-selector__value{border:none;border-inline:1.5px solid var(--cy-border);text-align:center;background:var(--cy-bg);width:3.2rem;font-size:.95rem}.quantity-selector__value:focus-visible{outline:2px solid var(--cy-pink-deep-ink);outline-offset:-2px}.product-customizer__image-toggle{border:1.5px solid var(--cy-border);border-radius:var(--radius-sm);cursor:pointer;flex-wrap:wrap;align-items:center;gap:.5rem .7rem;padding:.8rem 1rem;font-size:.9rem;transition:border-color .2s,background .2s;display:flex}.product-customizer__image-toggle input{width:1.1rem;height:1.1rem;accent-color:var(--cy-pink-deep-ink)}.product-customizer__image-toggle span{font-weight:600}.product-customizer__image-toggle em{color:var(--cy-ink-faint);font-style:normal}.product-customizer__image-toggle.is-selected{border-color:var(--cy-pink-deep-ink);background:var(--cy-pink-blush)}.product-customizer__image-toggle.is-selected em{color:var(--cy-pink-deep-ink)}.product-customizer__contact{border-top:1px solid var(--cy-border);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding-top:1.4rem;display:grid}.product-customizer__contact-heading{color:var(--cy-ink-faint);text-transform:uppercase;letter-spacing:.06em;grid-column:1/-1;font-size:.85rem}.product-customizer__submit{flex-direction:column;gap:.65rem;display:flex}.product-customizer__cta{background:var(--cy-ink);width:100%;color:var(--cy-bg);box-shadow:var(--cy-shadow-soft);letter-spacing:.02em;text-transform:uppercase;padding:1.1rem 1.5rem;font-size:1.05rem}.product-customizer__cta:hover{background:var(--cy-pink-deep-ink)}.product-customizer__status{font-size:.9rem}.product-customizer__status--error{color:var(--cy-error);flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.product-customizer__note{color:var(--cy-ink-faint);text-align:center;font-size:.8rem}.product-customizer__trust{color:var(--cy-ink-faint);flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;font-size:.8rem;display:flex}.product-customizer__trust li{align-items:center;gap:.4rem;display:flex}.product-customizer__trust li:before{content:"✓";color:var(--cy-pink-deep-ink)}.product-customizer__success{text-align:center;padding-top:1.75rem}.product-customizer__success-icon{font-size:2.5rem}.product-customizer__success-hint{color:var(--cy-ink-soft);margin-top:.75rem;font-size:.9rem}.product-customizer__success-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.product-accordion{flex-direction:column;display:flex}.product-accordion__item{border-bottom:1px solid var(--cy-border);padding-block:1.1rem}.product-accordion__item summary{cursor:pointer;font-family:var(--font-display);justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;list-style:none;display:flex}.product-accordion__item summary::-webkit-details-marker{display:none}.product-accordion__icon{color:var(--cy-pink-deep-ink);transition:transform .25s}.product-accordion__item[open] .product-accordion__icon{transform:rotate(180deg)}.product-accordion__body{color:var(--cy-ink-soft);flex-direction:column;gap:.6rem;margin-top:.9rem;font-size:.95rem;display:flex}.product-accordion__body ul{flex-direction:column;gap:.3rem;padding-left:1.2rem;list-style:outside;display:flex}.product-accordion__body a{color:var(--cy-pink-deep-ink);text-decoration:underline}.related-products{margin-top:var(--space-section)}.related-products__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.related-products__card{border-radius:var(--radius-md);background:var(--cy-cream);box-shadow:var(--cy-shadow-soft);transition:transform .35s var(--ease-soft);display:block;overflow:hidden}.related-products__card:hover{transform:translateY(-4px)}.related-products__card img{aspect-ratio:4/3;object-fit:cover;width:100%}.related-products__card-empty{aspect-ratio:4/3;color:var(--cy-ink-faint);justify-content:center;align-items:center;font-size:1.8rem;display:flex}.related-products__card h3{padding:.85rem 1rem .2rem;font-size:1rem}.related-products__price{color:var(--cy-pink-deep-ink);padding:0 1rem 1rem;font-size:.85rem;font-weight:600}.product-page__hero{padding-top:calc(var(--navbar-offset) + 1.5rem);padding-bottom:var(--space-section)}.product-page__grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.product-page__buybox{top:calc(var(--navbar-offset) + 1rem);position:sticky}.product-page__accordion,.product-page__related{padding-block:var(--space-section)}.product-page__accordion{background:var(--cy-cream)}@media (width<=860px){.product-page__grid{grid-template-columns:1fr}.product-page__buybox{position:static}}.policies-page{padding-top:var(--navbar-offset);background:var(--cy-bg);min-height:60vh}.container--narrow{max-width:760px}.policies-hub__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.policy-card{background:var(--cy-white);border-radius:var(--radius-md);box-shadow:var(--cy-shadow-soft);transition:transform .35s var(--ease-soft), box-shadow .35s var(--ease-soft), border-color .35s ease;border:1px solid #0000;flex-direction:column;gap:.6rem;padding:2rem 1.75rem;display:flex}.policy-card:hover{box-shadow:var(--cy-shadow);border-color:var(--cy-pink);transform:translateY(-4px)}.policy-card h2{font-size:1.2rem}.policy-card p{color:var(--cy-ink-soft);flex:1;font-size:.92rem}.policy-card__cta{color:var(--cy-pink-deep-ink);font-size:.85rem;font-weight:600}.policy-detail__back{color:var(--cy-pink-deep-ink);margin-bottom:2rem;font-size:.9rem;font-weight:600;display:inline-block}.policy-detail__section{border-top:1px solid var(--cy-border);margin-top:2.5rem;padding-top:2rem}.policy-detail__section:first-of-type{margin-top:3rem}.policy-detail__section h2{margin-bottom:.9rem;font-size:1.3rem}.policy-detail__section p{color:var(--cy-ink-soft);max-width:62ch;line-height:1.75}.policy-detail__section p+p{margin-top:.9rem}.policy-detail__list{flex-direction:column;gap:.6rem;margin-top:.75rem;display:flex}.policy-detail__list li{color:var(--cy-ink-soft);max-width:60ch;padding-left:1.4rem;line-height:1.6;position:relative}.policy-detail__list li:before{content:"";background:var(--cy-pink-deep);border-radius:50%;width:7px;height:7px;position:absolute;top:.55rem;left:0}.policies-disclaimer{background:var(--cy-cream);border-radius:var(--radius-sm);text-align:center;color:var(--cy-ink-faint);margin-top:3rem;padding:1.25rem 1.5rem;font-size:.85rem;font-style:italic}@media (width<=900px){.policies-hub__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.policies-hub__grid{grid-template-columns:1fr}.policy-detail__section{margin-top:2rem;padding-top:1.5rem}}
