*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--rose:#B83050;--rose-l:#D4506A;--rose-pale:#F2C4CF;--rose-blush:#FDF0F3;--cream:#FDFAF8;--dark:#2E1218;--mid:#7A3D4A;--muted:#B07080;--border:rgba(184,48,80,.14);--gold:#C9A97A}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;background:var(--cream);color:var(--dark);overflow-x:hidden}.announcement-bar{background:var(--rose);color:#fff;text-align:center;padding:.55rem 1rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500}.site-header{position:sticky;top:0;z-index:200;background:#fdfaf8f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:1rem 5rem;display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--rose);letter-spacing:.04em;text-decoration:none}.site-logo span{font-style:italic;font-weight:400}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{text-decoration:none;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);transition:color .25s}.nav-links a:hover{color:var(--rose)}.nav-btn{background:var(--rose);color:#fff;padding:.55rem 1.5rem;border-radius:100px;text-decoration:none;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;transition:background .25s,transform .2s}.nav-btn:hover{background:var(--dark);transform:translateY(-1px);color:#fff}.hero{min-height:calc(100vh - 90px);display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(135deg,var(--rose-blush) 0%,var(--cream) 55%);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(184,48,80,.1) 0%,transparent 70%);pointer-events:none}.hero__left{display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 5rem 5rem;position:relative;z-index:2}.hero__eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose);margin-bottom:2rem;font-weight:600}.hero__eyebrow:before{content:"";display:block;width:28px;height:1.5px;background:var(--rose);border-radius:2px}.hero__heading{font-family:Playfair Display,serif;font-size:5rem;font-weight:700;line-height:1.06;color:var(--dark);margin-bottom:1.6rem}.hero__heading em{font-style:italic;color:var(--rose);display:block}.hero__sub{font-size:1.05rem;line-height:1.75;color:var(--mid);max-width:400px;margin-bottom:3rem;font-weight:300}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem}.hero__stats{display:flex;gap:2.5rem}.hero__stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--rose);line-height:1}.hero__stat-label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:.3rem}.hero__right{display:flex;align-items:center;justify-content:center;position:relative;padding:4rem 3rem}.hero__visual{position:relative;width:400px;height:520px}.hero__blob{width:100%;height:100%;border-radius:62% 38% 54% 46%/48% 57% 43% 52%;background:linear-gradient(145deg,var(--rose-pale) 0%,var(--rose-l) 50%,var(--rose) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;animation:blobPulse 8s ease-in-out infinite}.hero__blob img{width:100%;height:100%;object-fit:cover}.hero__blob-placeholder{text-align:center;color:#fff;padding:2rem}.hero__blob-placeholder p{font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic;opacity:.8}.hero__blob-placeholder small{font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;opacity:.6;display:block;margin-top:.4rem}@keyframes blobPulse{0%,to{border-radius:62% 38% 54% 46%/48% 57% 43% 52%}50%{border-radius:45% 55% 40% 60%/55% 42% 58% 45%}}.card-float{position:absolute;background:#fff;border-radius:16px;padding:1rem 1.3rem;box-shadow:0 8px 36px #b8305021;border:1px solid var(--border)}.card-float--a{bottom:60px;left:-30px;animation:floatA 6s ease-in-out infinite}.card-float--b{top:80px;right:-30px;animation:floatB 7s ease-in-out infinite}@keyframes floatA{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatB{0%,to{transform:translateY(-4px)}50%{transform:translateY(4px)}}.card-float__label{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}.card-float__value{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--rose)}.card-float__sub{font-size:.7rem;color:var(--mid);margin-top:.1rem}.btn-primary{background:var(--rose);color:#fff;padding:.9rem 2.4rem;border-radius:100px;text-decoration:none;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;transition:background .25s,transform .2s;display:inline-block;border:none;cursor:pointer;font-family:Jost,sans-serif}.btn-primary:hover{background:var(--dark);transform:translateY(-2px);color:#fff}.btn-ghost{background:transparent;color:var(--rose);padding:.9rem 2.4rem;border-radius:100px;text-decoration:none;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;border:1.5px solid var(--rose-l);transition:all .25s;display:inline-block}.btn-ghost:hover{background:var(--rose-pale);border-color:var(--rose);color:var(--rose)}.btn-card{background:var(--rose);color:#fff;padding:.5rem 1.4rem;border-radius:100px;text-decoration:none;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;transition:background .25s;white-space:nowrap}.btn-card:hover{background:var(--dark);color:#fff}.btn-bundle{display:block;text-align:center;background:var(--rose);color:#fff;padding:.85rem;border-radius:100px;text-decoration:none;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;transition:background .25s,transform .2s}.btn-bundle:hover{background:var(--dark);transform:translateY(-1px);color:#fff}.btn-bundle--ghost{background:transparent;border:1.5px solid var(--rose);color:var(--rose)}.btn-bundle--ghost:hover{background:var(--rose-blush)}.marquee-wrap{background:var(--rose);padding:.85rem 0;overflow:hidden}.marquee-track{display:flex;white-space:nowrap;animation:scroll 30s linear infinite}.marquee-item{font-family:Playfair Display,serif;font-size:.95rem;font-style:italic;color:#ffffffe0;letter-spacing:.06em;padding:0 2.5rem}.marquee-dot{color:var(--rose-pale);font-style:normal;margin:0 .3rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:6rem 5rem}.section--white{background:#fff}.section--blush{background:var(--rose-blush)}.section__header{margin-bottom:3.5rem}.eyebrow{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose);font-weight:600;display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:var(--rose);border-radius:2px}.section__title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;line-height:1.15;margin-bottom:.8rem}.section__title em{font-style:italic;color:var(--rose)}.section__desc{font-size:1rem;color:var(--mid);line-height:1.75;font-weight:300;max-width:500px}.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.guide-card{border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.guide-card:hover{transform:translateY(-8px);box-shadow:0 20px 56px #b830501f}.guide-card__thumb{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;position:relative;overflow:hidden}.guide-card__thumb--1{background:linear-gradient(145deg,#f2c4cf,#d4506a)}.guide-card__thumb--2{background:linear-gradient(145deg,#c8a0b0,#b83050)}.guide-card__thumb--3{background:linear-gradient(145deg,#e8b4c0,#c04060)}.guide-card__thumb img{width:100%;height:100%;object-fit:cover}.guide-card__badge{position:absolute;top:1rem;left:1rem;background:#fff3;color:#fff;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .8rem;border-radius:100px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.guide-card__label{font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic;color:#fff;text-align:center;padding:0 1.5rem}.guide-card__body{padding:1.5rem}.guide-card__name{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--dark)}.guide-card__desc{font-size:.85rem;color:var(--mid);line-height:1.65;margin-bottom:1.2rem;font-weight:300}.guide-card__footer{display:flex;align-items:center;justify-content:space-between}.guide-card__price{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--rose)}.bundles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.bundle-card{border-radius:24px;overflow:hidden;background:#fff;border:1.5px solid var(--border);transition:transform .3s,box-shadow .3s;position:relative}.bundle-card:hover{transform:translateY(-10px);box-shadow:0 24px 64px #b8305024}.bundle-card--featured{border-color:var(--rose);box-shadow:0 8px 36px #b830502e}.bundle-card__pop-badge{position:absolute;top:1rem;right:1rem;background:var(--rose);color:#fff;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;padding:.35rem 1rem;border-radius:100px;font-weight:600;z-index:2}.bundle-card__thumb{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.bundle-card__thumb--1{background:linear-gradient(145deg,#f7d6db,#e8607a)}.bundle-card__thumb--2{background:linear-gradient(145deg,#b83050,#7a1a30)}.bundle-card__thumb--3{background:linear-gradient(145deg,#d4506a,#a03050)}.bundle-card__thumb img{width:100%;height:100%;object-fit:cover}.bundle-card__thumb-label{font-family:Playfair Display,serif;font-size:1.4rem;font-style:italic;color:#fff;letter-spacing:.06em}.bundle-card__body{padding:1.8rem}.bundle-card__name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin-bottom:.3rem;color:var(--dark)}.bundle-card__tagline{font-size:.82rem;font-style:italic;color:var(--muted);margin-bottom:1.2rem}.bundle-card__includes{list-style:none;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.bundle-card__includes li{font-size:.84rem;color:var(--mid);display:flex;align-items:center;gap:.6rem;font-weight:300}.bundle-card__includes li:before{content:"";display:block;width:14px;height:14px;border-radius:50%;background:var(--rose-blush);border:1.5px solid var(--rose);flex-shrink:0}.bundle-card__pricing{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.3rem;flex-wrap:wrap}.bundle-card__price-now{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--rose)}.bundle-card__price-old{font-size:1rem;color:var(--muted);text-decoration:line-through}.bundle-card__save{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;background:var(--rose-blush);color:var(--rose);padding:.3rem .8rem;border-radius:100px;font-weight:600}.perks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.perk-card{background:var(--rose-blush);border-radius:20px;padding:2rem 1.5rem;border:1px solid var(--border);text-align:center;transition:transform .3s}.perk-card:hover{transform:translateY(-4px)}.perk-card__icon{width:48px;height:48px;margin:0 auto 1.2rem;background:var(--rose);border-radius:14px;display:flex;align-items:center;justify-content:center}.perk-card__icon svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.perk-card__title{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--dark)}.perk-card__desc{font-size:.83rem;color:var(--mid);line-height:1.6;font-weight:300}.stats-strip{background:var(--rose);padding:4rem 5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stats-strip__num{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#fff;line-height:1}.stats-strip__label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;margin-top:.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testi-card{background:#fff;border-radius:20px;padding:2rem;border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.testi-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #b830501a}.testi-card__stars{color:var(--rose);font-size:1rem;letter-spacing:.1em;margin-bottom:1rem}.testi-card__text{font-family:Playfair Display,serif;font-style:italic;font-size:1rem;line-height:1.65;color:var(--dark);margin-bottom:1.4rem}.testi-card__author{display:flex;align-items:center;gap:.75rem}.testi-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--rose-pale),var(--rose-l));display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:#fff;flex-shrink:0}.testi-card__name{font-size:.85rem;font-weight:600;color:var(--dark)}.testi-card__meta{font-size:.72rem;color:var(--muted)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:14px;border:1px solid var(--border);overflow:hidden}.faq-item__question{padding:1.3rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.faq-item__question:hover{color:var(--rose)}.faq-item__arrow{width:20px;height:20px;fill:none;stroke:var(--rose);stroke-width:2.5;stroke-linecap:round;transition:transform .3s;flex-shrink:0}.faq-item.open .faq-item__arrow{transform:rotate(180deg)}.faq-item__answer{font-size:.88rem;color:var(--mid);line-height:1.7;padding:0 1.5rem 1.3rem;font-weight:300;display:none}.faq-item.open .faq-item__answer{display:block}.email-section{background:linear-gradient(135deg,var(--rose) 0%,var(--dark) 100%);padding:5rem;text-align:center}.email-section__heading{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:700;color:#fff;margin-bottom:.8rem}.email-section__heading em{font-style:italic}.email-section__desc{color:#ffffffbf;font-size:1rem;margin-bottom:2.5rem;font-weight:300}.email-form{display:flex;gap:.8rem;max-width:480px;margin:0 auto}.email-form__input{flex:1;padding:.9rem 1.4rem;border-radius:100px;border:none;background:#ffffff26;color:#fff;font-size:.9rem;font-family:Jost,sans-serif;outline:none}.email-form__input::placeholder{color:#ffffff8c}.email-form__btn{background:#fff;color:var(--rose);padding:.9rem 2rem;border-radius:100px;border:none;font-family:Jost,sans-serif;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.email-form__btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #00000026}.site-footer{background:var(--dark);padding:4rem 5rem 2rem;color:#fff9}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand__logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--rose-pale);text-decoration:none;display:block;margin-bottom:.8rem}.footer-brand__logo span{font-style:italic;font-weight:400}.footer-brand__desc{font-size:.85rem;line-height:1.7;max-width:240px;font-weight:300}.footer-col__heading{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem;font-weight:600}.footer-col a{display:block;font-size:.85rem;color:#ffffff8c;text-decoration:none;margin-bottom:.5rem;transition:color .25s;font-weight:300}.footer-col a:hover{color:var(--rose-pale)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.footer-social{display:flex;gap:1rem}.social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#ffffff80;text-decoration:none;font-size:.72rem;font-weight:600;transition:all .25s}.social-link:hover{border-color:var(--rose-pale);color:var(--rose-pale)}.sticky-cta{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;background:var(--rose);color:#fff;padding:.8rem 1.8rem;border-radius:100px;text-decoration:none;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;box-shadow:0 8px 32px #b8305066;transition:transform .25s,box-shadow .25s}.sticky-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px #b8305080;color:#fff}.product-page{max-width:1100px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-gallery{position:sticky;top:100px}.product-gallery__main{border-radius:24px;overflow:hidden;aspect-ratio:4/5;background:linear-gradient(145deg,var(--rose-pale),var(--rose));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder{text-align:center;color:#fff;padding:2rem}.product-gallery__placeholder p{font-family:Playfair Display,serif;font-size:1.5rem;font-style:italic;opacity:.85;margin-bottom:.5rem}.product-gallery__placeholder small{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-gallery__thumb{border-radius:12px;overflow:hidden;aspect-ratio:1;background:var(--rose-blush);border:2px solid transparent;cursor:pointer;transition:border-color .2s}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--rose)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__eyebrow{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose);font-weight:600;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.product-info__eyebrow:before{content:"";display:block;width:16px;height:1.5px;background:var(--rose);border-radius:2px}.product-info__title{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:700;color:var(--dark);line-height:1.15;margin-bottom:.6rem}.product-info__tagline{font-size:1rem;color:var(--mid);font-style:italic;margin-bottom:1.5rem;font-weight:300}.product-info__stars{color:var(--rose);font-size:.9rem;letter-spacing:.1em;margin-bottom:1.5rem}.product-info__stars span{color:var(--muted);font-size:.82rem;margin-left:.4rem;font-family:Jost,sans-serif;letter-spacing:0}.product-info__pricing{display:flex;align-items:baseline;gap:1rem;margin-bottom:.8rem;flex-wrap:wrap}.product-info__price{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:var(--rose)}.product-info__compare{font-size:1.2rem;color:var(--muted);text-decoration:line-through}.product-info__save{background:var(--rose-blush);color:var(--rose);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;border-radius:100px;font-weight:600}.product-info__desc{font-size:.95rem;color:var(--mid);line-height:1.8;margin-bottom:2rem;font-weight:300}.product-info__includes{margin-bottom:2rem}.product-info__includes h4{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem;font-weight:600}.product-info__includes ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.product-info__includes li{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:var(--mid);font-weight:300}.product-info__includes li:before{content:"";display:block;width:16px;height:16px;border-radius:50%;background:var(--rose-blush);border:2px solid var(--rose);flex-shrink:0}.product-info__add-btn{display:block;width:100%;background:var(--rose);color:#fff;padding:1.1rem;border-radius:100px;border:none;font-family:Jost,sans-serif;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;cursor:pointer;transition:background .25s,transform .2s;margin-bottom:1rem}.product-info__add-btn:hover{background:var(--dark);transform:translateY(-2px)}.product-info__perks{display:flex;flex-direction:column;gap:.6rem;padding:1.5rem;background:var(--rose-blush);border-radius:16px;border:1px solid rgba(184,48,80,.12)}.product-info__perk{display:flex;align-items:center;gap:.7rem;font-size:.84rem;color:var(--mid);font-weight:300}.product-info__perk-icon{width:22px;height:22px;border-radius:50%;background:var(--rose);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.65rem;color:#fff}.product-tabs{max-width:1100px;margin:0 auto 4rem;padding:0 2rem}.tabs__nav{display:flex;gap:0;border-bottom:2px solid var(--rose-pale);margin-bottom:2rem}.tabs__btn{padding:.8rem 1.5rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--muted);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .25s,border-color .25s;font-family:Jost,sans-serif}.tabs__btn.active,.tabs__btn:hover{color:var(--rose);border-bottom-color:var(--rose)}.tabs__panel{display:none}.tabs__panel.active{display:block}.tabs__panel h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.tabs__panel p{font-size:.95rem;color:var(--mid);line-height:1.8;margin-bottom:1rem;font-weight:300}.product-reviews{max-width:1100px;margin:0 auto 4rem;padding:0 2rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.related-products{background:var(--rose-blush);padding:4rem 5rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.related-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--border);text-decoration:none;transition:transform .3s,box-shadow .3s;display:block}.related-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #b830501f}.related-card__thumb{height:180px;display:flex;align-items:center;justify-content:center}.related-card__thumb--1{background:linear-gradient(145deg,#f7d6db,#e8607a)}.related-card__thumb--2{background:linear-gradient(145deg,#b83050,#7a1a30)}.related-card__thumb--3{background:linear-gradient(145deg,#d4506a,#a03050)}.related-card__thumb img{width:100%;height:100%;object-fit:cover}.related-card__thumb-label{font-family:Playfair Display,serif;font-size:1.2rem;font-style:italic;color:#fff}.related-card__body{padding:1.3rem}.related-card__name{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:.3rem}.related-card__price{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--rose)}.cart-page{max-width:860px;margin:0 auto;padding:4rem 2rem;font-family:Jost,sans-serif}.cart-item{display:flex;align-items:center;gap:1.5rem;background:#fff;border-radius:16px;padding:1.2rem 1.5rem;border:1px solid var(--border);margin-bottom:1rem}.cart-item__thumb{width:72px;height:72px;border-radius:12px;object-fit:cover;flex-shrink:0;background:linear-gradient(145deg,var(--rose-pale),var(--rose-l))}.cart-item__info{flex:1}.cart-item__name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:.2rem}.cart-item__price{font-size:.95rem;color:var(--rose);font-weight:600}.cart-item__remove{color:var(--muted);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;font-weight:500;transition:color .25s}.cart-item__remove:hover{color:var(--rose)}.cart-summary{background:var(--rose-blush);border-radius:20px;padding:2rem;border:1px solid var(--border)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cart-summary__label{font-size:1rem;color:var(--mid)}.cart-summary__price{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--rose)}.cart-summary__note{font-size:.78rem;color:var(--muted);margin-bottom:1.5rem}@media(max-width:1024px){.site-header{padding:1rem 2rem}.section{padding:4rem 2rem}.hero{grid-template-columns:1fr;min-height:auto}.hero__left{padding:4rem 2rem 2rem}.hero__right{display:none}.hero__heading{font-size:3.5rem}.guides-grid,.bundles-grid,.testimonials-grid{grid-template-columns:1fr}.perks-grid{grid-template-columns:repeat(2,1fr)}.stats-strip{grid-template-columns:repeat(2,1fr);padding:3rem 2rem}.footer-top{grid-template-columns:1fr 1fr}.email-form{flex-direction:column}.product-page{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.related-grid,.reviews-grid{grid-template-columns:1fr}.related-products{padding:3rem 2rem}}@media(max-width:640px){.hero__heading{font-size:2.8rem}.nav-links{display:none}.section__title{font-size:2.2rem}.stats-strip{grid-template-columns:1fr 1fr}.footer-top,.perks-grid{grid-template-columns:1fr}}.cart-icon-link{position:relative;display:flex;align-items:center;justify-content:center;color:var(--dark);text-decoration:none;width:38px;height:38px;border-radius:50%;transition:background .2s}.cart-icon-link:hover{background:var(--rose-pale)}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--rose);color:#fff;font-size:.6rem;font-weight:700;min-width:18px;height:18px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;font-family:Jost,sans-serif}.forma-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.qty-btn{transition:background .2s,border-color .2s}.qty-btn:hover{background:var(--rose-pale)!important;border-color:var(--rose)!important}.cart-item__remove{transition:color .25s}.cart-item__remove:hover{color:var(--rose)!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/forma.css.map */
