:root{--bg:#fffafb;--surface:#f6e7ea;--fg:#4a2f35;--brand:#5c3a40;--muted:#9b818a;--border:#efd9de;--accent:#a96b76;--accent-dark:#8a5460;--accent-light:#c99aa3;--accent-contrast:#ffffff;--announce-bg:#b07b84;--max-width:1300px;--radius:14px;--font-head:var(--font-display),Georgia,"Times New Roman",serif;--font-body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}h1,h2,h3{font-family:var(--font-head);font-weight:600;letter-spacing:.01em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.btn{display:inline-block;padding:.8rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;cursor:pointer;border:1px solid transparent;transition:background .15s ease,color .15s ease,transform .05s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:var(--accent-contrast)}.btn--primary:hover{background:var(--accent-dark)}.site-footer{max-width:var(--max-width);margin:0 auto;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-header{width:100%;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:40;background:var(--bg)}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (max-width:760px){.site-header__inner{flex-wrap:nowrap;padding:.8rem 1rem;gap:.5rem}.brand__logo{height:22px}.header-actions{gap:.85rem}}.brand{display:inline-flex;align-items:center;min-width:0}.site-header--home{position:relative;top:auto}.site-header--home.is-stuck{position:fixed;top:0;left:0;right:0;animation:headerSlideDown .3s ease;box-shadow:0 2px 18px rgba(43,36,32,.07)}@keyframes headerSlideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (min-width:761px){.mobile-drawer,.mobile-nav-btn,.mobile-overlay{display:none!important}}.brand__logo{height:30px;width:auto;color:var(--brand)}.announce{background:var(--announce-bg);color:#fff;text-align:center;font-size:.78rem;font-weight:600;letter-spacing:.14em;padding:.55rem 1rem}.marquee{overflow:hidden;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.marquee__track{display:inline-flex;white-space:nowrap;will-change:transform;animation:marquee 38s linear infinite}.marquee__item{padding:.5rem 2.5rem;font-size:.8rem;font-weight:600;letter-spacing:.1em;color:var(--brand)}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{animation:none}}.site-footer nav,.site-header nav{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.95rem}.site-header nav a:hover{color:var(--accent)}.site-footer{border-top:1px solid var(--border);margin-top:4rem;color:var(--muted);font-size:.875rem;display:block}.site-footer__cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem}.footer-col{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.footer-col h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:var(--fg);margin:0 0 .3rem}.footer-col a:hover{color:var(--accent)}.footer-brand{font-size:1.5rem;color:var(--brand);margin-bottom:.25rem}.footer-logo{height:28px;width:auto;color:var(--brand);margin-bottom:.4rem}.site-footer__copy{border-top:1px solid var(--border);margin:2rem 0 0;padding-top:1.25rem;text-align:center;font-size:.82rem}.pay-band{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem}.pay-band__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.86rem;color:var(--fg)}.pay-band__badge svg{color:var(--accent);flex-shrink:0}.pay-band__badge strong{color:var(--brand)}.pay-band__cards{display:inline-flex;align-items:center;gap:.5rem}.pay-card{display:block;border-radius:4px}.pay-band__secure{font-size:.78rem;color:var(--muted);letter-spacing:.02em}.pay-band--footer{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.25rem;justify-content:center}.pay-band--checkout{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);justify-content:flex-start}@media (max-width:760px){.site-footer__cols{grid-template-columns:1fr 1fr}}@media (max-width:520px){.site-footer__cols{grid-template-columns:1fr;gap:1.75rem;text-align:center}.footer-col{align-items:center}.footer-social{justify-content:center}}.site-main{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem 1.5rem}@media (max-width:760px){.site-main{padding:1rem .85rem 1.5rem}}.section{margin:2.25rem 0}.section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.section__head h2{margin:0;font-size:1.6rem}.section__link{color:var(--accent);font-weight:600;font-size:.9rem}.section__link:hover{color:var(--accent-dark)}.hero{border-radius:var(--radius);overflow:hidden;margin:1.5rem 0 0;padding:4.5rem 2.5rem;background-size:cover;background-position:50%}.hero--gradient{background:linear-gradient(115deg,#f6e7ea,#e8c6cb 55%,#d29fa6)}.hero--image{color:#fff}.hero__inner{max-width:560px}.hero__eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--accent-dark);margin-bottom:.9rem}.hero--image .hero__eyebrow{color:#fff;opacity:.9}.hero__title{font-size:2.6rem;line-height:1.1;margin:0 0 1rem}.hero__subtitle{font-size:1.1rem;margin:0 0 1.8rem;color:var(--muted)}.hero--image .hero__subtitle{color:rgba(255,255,255,.92)}.hero--split{display:grid;grid-template-columns:1.05fr .95fr;padding:0;align-items:stretch;min-height:460px}.hero__content{padding:3.5rem 3rem;align-self:center;max-width:560px}.hero__media{position:relative;min-height:460px}.hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}@media (max-width:760px){.hero--split{grid-template-columns:1fr;min-height:0}.hero__content{padding:2.5rem 1.5rem}.hero__media{min-height:320px}}.campaign-banner{display:block;border-radius:var(--radius);overflow:hidden;margin:2.5rem 0}.campaign-banner img{width:100%;height:auto;display:block;transition:transform .3s ease}.campaign-banner:hover img{transform:scale(1.012)}.hero-slider{position:relative;overflow:hidden;aspect-ratio:16/9;max-height:82vh;background:var(--surface);width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:-1rem}@media (max-width:760px){.hero-slider{aspect-ratio:4/5;max-height:none}}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;pointer-events:none}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide img,.hero-slide video{width:100%;height:100%;object-fit:cover;display:block}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.7);color:var(--brand);font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;z-index:2}.hero-arrow:hover{background:#fff}.hero-arrow--prev{left:1rem}.hero-arrow--next{right:1rem}.hero-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}.hero-dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.55);cursor:pointer;padding:0}.hero-dot.is-active{background:#fff}@media (max-width:640px){.hero-arrow{width:36px;height:36px;font-size:1.3rem}}.tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.25rem;gap:1.25rem}@media (max-width:500px){.tile-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.tile{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;display:flex;align-items:flex-end;background:var(--surface)}.tile__media{position:absolute;inset:0;background-color:#f6e7ea;transition:transform .25s ease}.tile__media img{object-position:center top}.tile:hover .tile__media{transform:scale(1.05)}.tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,0) 60%)}.tile__title{position:relative;z-index:1;color:#fff;font-family:var(--font-head);font-size:1.15rem;font-weight:600;padding:1rem 1.1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-grid--5{grid-template-columns:repeat(5,1fr)}@media (max-width:900px){.product-grid--5{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.product-grid--5{grid-template-columns:repeat(2,1fr)}}.product-card{display:flex;flex-direction:column;height:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .15s ease,transform .15s ease}.product-card:hover{box-shadow:0 10px 30px rgba(43,36,32,.1);transform:translateY(-2px)}.product-card__link{display:flex;flex-direction:column;flex:1 1;color:inherit}.product-card__media{background:#fff;line-height:0;position:relative}.product-card__media img{width:100%;height:auto;display:block}.product-card__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card:hover .product-card__video,.product-card__media:hover .product-card__video{opacity:1}.product-card__body{padding:.85rem 1rem .9rem;display:flex;flex-direction:column;flex:1 1}.product-card__brand{font-size:.66rem;font-weight:700;letter-spacing:.14em;color:var(--brand);margin-bottom:.1rem}.product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;min-height:2.6em;margin-bottom:.35rem}.product-card__meta{margin-top:auto;display:flex;flex-direction:column;gap:.2rem}.product-card__actions{padding:0 1rem 1rem}.product-card__add{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:999px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.product-card__add:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.product-card__add.is-added{background:var(--accent-light);border-color:var(--accent-light)}.product-detail__brand{display:block;font-size:.82rem;font-weight:700;letter-spacing:.16em;color:var(--brand);margin:0 0 .1rem}.product-detail__brand+h1{margin-top:0}.trust-bar{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin:2.5rem 0;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.trust-bar__item{display:flex;align-items:center;justify-content:center;gap:.7rem;font-size:.92rem;font-weight:600;color:var(--fg);text-align:left}.trust-bar__item svg{color:var(--accent);flex-shrink:0}@media (max-width:680px){.trust-bar{grid-template-columns:1fr;gap:.75rem;padding:1.1rem 1.25rem}.trust-bar__item{justify-content:flex-start}}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;font-weight:700;color:var(--fg)}.price__now{color:var(--accent-dark)}.price__was{color:var(--muted);text-decoration:line-through;font-weight:400;font-size:.9em}.price--lg{font-size:1.4rem}.discount-badge{position:absolute;top:.7rem;left:.7rem;z-index:2;display:flex;flex-direction:column;align-items:center;line-height:1;background:linear-gradient(140deg,#7a4a52,#5c3a40);color:#fff;padding:.4rem .55rem;border-radius:13px;box-shadow:0 5px 14px -4px rgba(92,58,40,.55)}.discount-badge b{font-size:1.05rem;font-weight:800;letter-spacing:.01em}.discount-badge i{font-size:.5rem;font-weight:700;font-style:normal;letter-spacing:.16em;text-transform:uppercase;opacity:.95;margin-top:2px}.campaign{margin:3rem 0;border-radius:var(--radius);background:var(--fg);color:#fff;text-align:center;padding:3rem 1.5rem}.campaign__badge{display:inline-block;letter-spacing:.2em;font-size:.7rem;font-weight:700;color:var(--accent);margin-bottom:.8rem}.campaign__title{font-size:2rem;margin:0 0 .6rem}.campaign__subtitle{margin:0;color:rgba(255,255,255,.8)}.newsletter{position:relative;margin:3rem 0 0;background:var(--surface);background-size:cover;background-position:50%;border-radius:var(--radius);padding:3.5rem 1.5rem;text-align:center;overflow:hidden}.newsletter:before{content:"";position:absolute;inset:0;background:rgba(255,250,251,.28)}.newsletter__inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.newsletter__title{font-size:1.8rem;margin:0 0 .5rem}.newsletter__subtitle{margin:0 0 1.5rem;color:var(--muted)}.newsletter__form{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.newsletter__form input{padding:.8rem 1.1rem;border-radius:999px;border:1px solid var(--border);min-width:280px;font-size:.95rem;background:#fff}.newsletter__form input:focus{outline:none;border-color:var(--accent)}.newsletter__done{font-weight:600;color:var(--accent-dark)}.stars{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem}.stars__glyphs{position:relative;display:inline-block;letter-spacing:1px;line-height:1}.stars__empty{color:#e0cdd1}.stars__full{position:absolute;left:0;top:0;color:#e8a93b;overflow:hidden;white-space:nowrap}.stars__count{color:var(--muted)}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.gallery{display:flex;gap:.8rem;align-items:flex-start}.gallery__thumbs{display:flex;flex-direction:column;gap:.6rem;flex:0 0 66px}.gallery__thumb{width:66px;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:#fff;line-height:0}.gallery__thumb img{width:100%;height:auto;display:block}.gallery__thumb.is-active{border-color:var(--accent)}.gallery__viewport{flex:1 1;min-width:0;position:relative}.gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:var(--radius);background:#fff}.gallery__track::-webkit-scrollbar{display:none}.gallery__slide{flex:0 0 100%;scroll-snap-align:center;line-height:0}.gallery__slide img{width:100%;height:auto;display:block}.gallery__video{width:100%;display:block;aspect-ratio:3/4;object-fit:cover;background:#f6e7ea}.gallery__thumb-video{position:relative;display:block;line-height:0}.gallery__thumb-video video{width:100%;height:100%;object-fit:cover;display:block}.gallery__thumb-video svg{position:absolute;inset:0;margin:auto;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}.gallery__dots{display:none;justify-content:center;gap:.4rem;margin-top:.6rem}.gallery__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:var(--border);cursor:pointer;transition:background .15s,transform .15s}.gallery__dot.is-active{background:var(--accent);transform:scale(1.25)}@media (max-width:720px){.product-detail{grid-template-columns:1fr}.gallery__thumbs{display:none}.gallery__dots{display:flex}}.rt-section{margin-top:1.75rem}.rt-heading{font-size:1rem;color:#2b1f22;margin:0 0 .9rem;padding-bottom:.5rem;border-bottom:1px solid #f0e8ea}.rt-card{background:#fff;border:1px solid #f0e8ea;border-radius:10px;padding:1.1rem 1.25rem;margin-bottom:.85rem}.rt-card__top{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.rt-card__order{color:#2b1f22}.rt-card__meta{font-size:.85rem;color:#8a7479;margin-top:.2rem}.rt-card__reason{margin:.6rem 0 .2rem;font-size:.9rem;color:#4a3b3f}.rt-card__desc{margin:.2rem 0 0;font-size:.88rem;color:#6a565b;line-height:1.5;background:#faf6f7;padding:.5rem .7rem;border-radius:6px}.rt-badge{font-size:.72rem;font-weight:600;padding:.22rem .6rem;border-radius:999px;white-space:nowrap}.rt-badge--wait{background:#fdf0d3;color:#95661a}.rt-badge--info{background:#dceaf5;color:#1c5a86}.rt-badge--ok{background:#e3f3ec;color:#1f6e4f}.rt-badge--no{background:#fde0e0;color:#a4332a}.rt-form{margin-top:.85rem;display:flex;flex-direction:column;gap:.6rem;background:#faf6f7;border-radius:8px;padding:.85rem;max-width:560px}.rt-form__row{display:flex;gap:.6rem;align-items:flex-end}.rt-form__row>label{flex:1 1}.rt-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;font-weight:600;color:#6a565b}.rt-form select,.rt-form textarea{border:1px solid #e0d3d6;border-radius:6px;padding:.5rem .65rem;font-size:.9rem;font-family:inherit;color:#2b1f22;background:#fff}.rt-card__del{margin-top:.6rem}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:300;max-width:880px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 40px -10px rgba(43,36,32,.28);padding:1.1rem 1.25rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.cookie-banner__text{flex:1 1;min-width:220px}.cookie-banner__text strong{display:block;color:var(--brand);font-size:.95rem;margin-bottom:.2rem}.cookie-banner__text p{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5}.cookie-banner__text a{color:var(--accent);text-decoration:underline}.cookie-banner__actions{display:flex;gap:.6rem;flex-shrink:0}.cookie-banner__accept,.cookie-banner__reject{border-radius:999px;padding:.6rem 1.4rem;font-size:.88rem;font-weight:600;cursor:pointer}.cookie-banner__reject{background:#fff;border:1px solid var(--border);color:var(--fg)}.cookie-banner__reject:hover{background:var(--surface)}.cookie-banner__accept{background:var(--accent);border:none;color:#fff}.cookie-banner__accept:hover{background:var(--accent-dark)}@media (max-width:560px){.cookie-banner{flex-direction:column;align-items:stretch;gap:.85rem}.cookie-banner__actions{justify-content:stretch}.cookie-banner__accept,.cookie-banner__reject{flex:1 1}}.cart-offer-note{display:flex;align-items:center;gap:.5rem;background:#fff6e6;border:1px solid #f0d79a;border-radius:10px;padding:.6rem .85rem;margin:.5rem 0 .25rem;font-size:.88rem;color:#7a5a14}.cart-offer-note svg{color:#c79114;flex-shrink:0}.cart-offer-note strong{color:#5c440f}.checkout-page{max-width:960px;margin:.5rem auto 0}.checkout-page .checkout{margin-top:0}.offer{border:1px solid var(--border);border-radius:16px;background:#fff;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 8px 30px -16px rgba(43,36,32,.3)}.offer__top{background:var(--surface);text-align:center;padding:.7rem;font-size:.9rem;font-weight:600;color:var(--fg);border-bottom:1px solid var(--border)}.offer__time{color:#d64545;font-weight:700}.offer__body{padding:1.25rem 1.5rem 1.5rem}.offer__title{font-family:var(--font-head);font-size:1.35rem;margin:0 0 .2rem;color:var(--brand)}.offer__sub{color:var(--muted);margin:0 0 1rem;font-size:.9rem}.offer__list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.offer__item{display:flex;align-items:center;gap:.85rem}.offer__thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:transparent}.offer__thumb img{width:100%;height:100%;object-fit:contain}.offer__item-main{display:flex;flex-direction:column;gap:.25rem}.offer__item-name{font-weight:600;font-size:.95rem;color:var(--fg)}.offer__badge{align-self:flex-start;background:#f3e2b8;color:#7a5a14;font-size:.78rem;font-weight:700;padding:.15rem .5rem;border-radius:5px}.offer__prices{display:flex;align-items:baseline;gap:.5rem}.offer__was{color:var(--muted);text-decoration:line-through;font-size:.85rem}.offer__now{color:#d64545;font-weight:700}.offer__actions{display:flex;gap:.85rem}.offer__accept,.offer__reject{flex:1 1;border-radius:10px;padding:.85rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer}.offer__reject{background:#fff;border:1px solid var(--border);color:var(--fg)}.offer__reject:hover{background:var(--surface)}.offer__accept{background:#2b1f22;border:none;color:#fff}.offer__accept:hover{background:#1c1416}.checkout__discount-line{color:#2f8f6b;font-weight:600}.bundle{border:1px solid var(--border);border-radius:12px;padding:1rem;margin:1.5rem 0 0;background:var(--surface)}.bundle__title{font-family:var(--font-head);font-size:1.1rem;margin:0 0 .15rem;color:var(--brand)}.bundle__sub{color:var(--muted);margin:0 0 .8rem;font-size:.8rem}.bundle__list{display:flex;flex-direction:column;gap:.45rem}.bundle__item{display:flex;align-items:center;gap:.6rem;border:1px solid var(--border);border-radius:9px;padding:.45rem .55rem;cursor:pointer;background:#fff;transition:border-color .15s,background .15s}.bundle__item.is-on{border-color:var(--accent);background:#fdf6f7}.bundle__item-thumb{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--surface)}.bundle__item-thumb img{width:100%;height:100%;object-fit:contain}.bundle__item-thumb--transparent{background:none}.bundle__item-main{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.bundle__item-name{font-weight:600;font-size:.82rem;color:var(--fg);line-height:1.25}.bundle__item-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.bundle__badge{background:#d64545;color:#fff;font-size:.62rem;font-weight:700;padding:.05rem .35rem;border-radius:4px}.bundle__prices{display:flex;align-items:baseline;gap:.35rem}.bundle__was{color:var(--muted);text-decoration:line-through;font-size:.74rem}.bundle__now{color:var(--brand);font-weight:700;font-size:.86rem}.bundle__toggle{width:38px;height:21px;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#d8c9cd;border-radius:999px;position:relative;cursor:pointer;transition:background .2s}.bundle__toggle:after{content:"";position:absolute;top:2px;left:2px;width:17px;height:17px;background:#fff;border-radius:50%;transition:transform .2s}.bundle__toggle:checked{background:var(--accent)}.bundle__toggle:checked:after{transform:translateX(17px)}.bundle__note{color:var(--muted);font-size:.76rem;margin:.7rem 0}.bundle__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:.8rem}.bundle__total{display:flex;flex-direction:column;gap:.1rem}.bundle__total>span:first-child{font-size:.76rem;font-weight:600;color:var(--muted)}.bundle__total .bundle__now{font-size:1.05rem}.bundle__cta{background:var(--accent);color:#fff;border:none;border-radius:999px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.bundle__cta:hover{background:var(--accent-dark)}.bndl-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.bndl-row{display:flex;align-items:center;gap:.7rem;background:#faf6f7;border:1px solid #ece3e5;border-radius:8px;padding:.5rem .7rem}.bndl-row__thumb{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#fff}.bndl-row__thumb img{width:100%;height:100%;object-fit:contain}.bndl-row__title{flex:1 1;min-width:0;font-size:.9rem;color:#2b1f22}.bndl-row__pct{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:#6a565b}.bndl-row__pct input{width:56px;border:1px solid #e0d3d6;border-radius:6px;padding:.35rem .4rem;font-size:.9rem}.bndl-row__del{border:none;background:none;color:#b06;font-size:1.3rem;cursor:pointer;line-height:1}.bndl-search{position:relative}.bndl-results{position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border:1px solid #e0d3d6;border-radius:8px;margin-top:4px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1)}.bndl-result{display:flex;align-items:center;gap:.6rem;width:100%;border:none;background:none;padding:.5rem .7rem;cursor:pointer;text-align:left;font-size:.88rem}.bndl-result:hover{background:#faf6f7}.bndl-result img,.bndl-result__ph{width:32px;height:32px;border-radius:5px;object-fit:contain;background:#f3eaec;flex-shrink:0}.bndl-result>span:nth-child(2){flex:1 1;min-width:0}.highlights{margin:1.5rem 0}.highlights__title{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 .6rem}.highlights__list{display:flex;flex-wrap:wrap;gap:.5rem}.highlight-chip{background:var(--surface);color:var(--brand);border:1px solid var(--border);border-radius:999px;padding:.35rem .85rem;font-size:.85rem;font-weight:600}.product-extra{max-width:800px;margin:3rem auto 0;border-top:1px solid var(--border)}.product-extra__section{margin-top:2rem}.product-extra__section h2{font-size:1.4rem;margin:0 0 1rem}.product-extra__section .prose h3{font-size:1.15rem;margin:1.5rem 0 .5rem}.ingredients-text{color:var(--muted);font-size:.9rem;line-height:1.7;background:var(--surface);padding:1.25rem;border-radius:var(--radius)}.header-actions{display:inline-flex;align-items:center;gap:1.1rem}.account-btn{display:inline-flex;color:var(--fg);background:none;border:none;cursor:pointer;padding:0}.account-btn:hover{color:var(--accent)}.account-menu{position:relative;display:inline-flex}.account-dropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:60;min-width:210px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px -10px rgba(43,36,32,.22);padding:.5rem;display:flex;flex-direction:column;gap:.15rem}.account-dropdown__link{display:block;padding:.6rem .75rem;border-radius:8px;font-size:.92rem;color:var(--fg);transition:background .12s,color .12s}.account-dropdown__link:hover{background:var(--surface);color:var(--accent)}.account-dropdown__link--primary{font-weight:600;color:var(--brand)}.account-dropdown__hint{margin:.15rem 0;padding:.5rem .75rem;font-size:.82rem;color:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.account-dropdown__hint a{color:var(--accent);font-weight:600;text-decoration:underline}.mobile-nav-btn{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--fg)}.hamburger{display:flex;flex-direction:column;gap:5px}.hamburger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:199;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-drawer{position:fixed;top:0;right:0;height:100dvh;width:min(320px,82vw);background:#fff;z-index:200;display:flex;flex-direction:column;padding:1.6rem 2rem 2rem;gap:0;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.1)}.mobile-drawer--open{transform:translateX(0)}.mobile-drawer__logo{display:block;color:var(--brand);margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.mobile-drawer__logo svg{height:24px;width:auto;display:block}.mobile-drawer__link{font-size:1.05rem;font-weight:500;color:var(--fg);padding:.9rem 0;border-bottom:1px solid var(--border);letter-spacing:.02em;transition:color .15s}.mobile-drawer__link:last-child{border-bottom:none}.mobile-drawer__link--active,.mobile-drawer__link:hover{color:var(--accent)}@media (max-width:760px){.desktop-nav{display:none!important}.mobile-nav-btn{display:flex}}.auth-card{max-width:420px;margin:1rem auto;border:1px solid var(--border);border-radius:var(--radius);padding:2.25rem;background:#fff;overflow-wrap:anywhere}.auth-card--wide{max-width:540px}.auth-card h1{font-size:1.8rem;margin:0 0 .4rem}.auth-form{gap:1rem;margin-top:1.25rem}.auth-form,.auth-form label{display:flex;flex-direction:column}.auth-form label{gap:.35rem;font-size:.9rem;font-weight:600}.auth-form input:not([type=checkbox]){padding:.7rem .9rem;border:1px solid var(--border);border-radius:10px;font-size:1rem;font-weight:400}.auth-form input:focus{outline:none;border-color:var(--accent)}.auth-check{flex-direction:row!important;align-items:flex-start;gap:.6rem!important;font-weight:400!important;font-size:.85rem;color:var(--muted)}.auth-check input{margin-top:.2rem}.auth-alt{margin-top:1.25rem;font-size:.9rem;color:var(--muted)}.auth-alt a{color:var(--accent);font-weight:600}.account-actions{display:flex;gap:.75rem;margin-bottom:1rem}.logout-btn{border:1px solid var(--border);background:#fff;color:var(--fg)}.logout-btn:hover{border-color:var(--accent);color:var(--accent)}.order-list{display:flex;flex-direction:column;gap:1rem}.order-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.order-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.order-card__items{list-style:none;padding:0;margin:.75rem 0}.order-card__items li{padding:.3rem 0;font-size:.9rem}.order-card__items li,.order-card__total{display:flex;justify-content:space-between}.order-card__total{border-top:1px solid var(--border);padding-top:.6rem;font-weight:700}.cart-btn{position:relative;display:inline-flex;color:var(--fg)}.cart-btn:hover{color:var(--accent)}.cart-btn__badge{position:absolute;top:-8px;right:-10px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.add-to-cart{margin-top:0}.add-to-cart.is-added{background:var(--accent-light);border-color:var(--accent-light)}.buy-buttons{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.buy-buttons .btn{flex:1 1 auto;min-width:160px;text-align:center}.btn--buynow{background:var(--brand);color:#fff}.btn--buynow:hover{background:#46282d}.ship-note{display:flex;align-items:flex-start;gap:.75rem;margin-top:1.5rem;padding:1rem 1.1rem;background:var(--surface);border-radius:12px;color:var(--muted);font-size:.88rem;line-height:1.55}.ship-note svg{color:var(--accent);flex-shrink:0;margin-top:.1rem}.ship-note p{margin:0}.ship-note--wide{margin-top:2rem}.checkout__item{align-items:center;gap:.85rem}.checkout__item-thumb{position:relative;width:58px;height:76px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#fff;border:1px solid var(--border)}.checkout__item-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.checkout__item-thumb--transparent{background:transparent;border:none}.checkout__item-thumb--transparent img{padding:0}.checkout__item-qtybadge{position:absolute;top:3px;right:3px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 1px 3px rgba(0,0,0,.25)}.checkout__item-main{flex:1 1;min-width:0}.trust-badges{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:.6rem}.trust-badges li{display:flex;align-items:center;gap:.6rem;font-size:.84rem;color:var(--fg)}.trust-badges svg{color:var(--accent);flex-shrink:0}.cart{display:grid;grid-template-columns:1fr 320px;grid-gap:2rem;gap:2rem;align-items:start;margin-top:1.5rem}.cart-row{display:grid;grid-template-columns:72px 1fr auto auto auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-row__media{width:72px;height:72px;border-radius:10px;overflow:hidden;background:var(--surface)}.cart-row__media img{width:100%;height:100%;object-fit:contain}.cart-row__media--transparent{background:transparent;border:none}.cart-row__qty{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--border);border-radius:999px;padding:.25rem .6rem}.cart-row__qty button{font-size:1.1rem;color:var(--fg);line-height:1}.cart-row__qty button,.cart-row__remove{border:none;background:none;cursor:pointer}.cart-row__remove{font-size:1.3rem;color:var(--muted)}.cart__summary{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;background:var(--surface)}.cart__summary h2{margin-top:0}.cart__line{display:flex;justify-content:space-between;margin:.6rem 0}.cart__checkout{width:100%;text-align:center;margin-top:1rem}.checkout{display:grid;grid-template-columns:minmax(0,520px) 370px;grid-gap:3rem;gap:3rem;align-items:start;justify-content:center;max-width:960px;margin:.5rem auto 0}.checkout__form{display:flex;flex-direction:column;gap:.85rem}.checkout__form h1{margin:0 0 .5rem}.saved-address{justify-content:space-between;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.saved-address,.saved-address__row{display:flex;align-items:flex-start}.saved-address__row{gap:.75rem;flex:1 1}.saved-address__row svg{margin-top:3px;flex-shrink:0;color:var(--accent)}.saved-address__edit{background:none;border:none;color:var(--accent);font-size:.85rem;cursor:pointer;white-space:nowrap;padding:0;text-decoration:underline}.saved-address__edit:hover{opacity:.75}.checkout__form label{display:flex;flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:600;letter-spacing:.03em;color:var(--brand);text-transform:uppercase}.checkout__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem}.checkout__form input,.checkout__form textarea{padding:.62rem .8rem;border:1px solid var(--border);border-radius:11px;font-size:.95rem;font-weight:400;font-family:inherit;color:var(--fg);background:#fff;text-transform:none;letter-spacing:normal;transition:border-color .15s,box-shadow .15s}.checkout__form textarea{min-height:68px;line-height:1.45;resize:vertical}.checkout__select{padding:.62rem 2.2rem .62rem .8rem;border:1px solid var(--border);border-radius:11px;font-size:.95rem;font-family:inherit;color:var(--fg);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a96b76' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;text-transform:none;letter-spacing:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color .15s,box-shadow .15s}.checkout__select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(169,107,118,.14)}.checkout__select--empty{color:#c2b0b5}.checkout__select:disabled{background-color:#f6f1f2;color:#c2b0b5;cursor:not-allowed}.checkout__select[aria-invalid=true]{border-color:#c0392b}.checkout__form input::placeholder,.checkout__form textarea::placeholder{font-size:.82rem;color:#c2b0b5}.checkout__form input:focus,.checkout__form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(169,107,118,.14)}.checkout__error{background:#fbeaec;color:#a23b4a;padding:.7rem .95rem;border-radius:10px;font-size:.88rem;max-width:470px}.checkout__submit{margin-top:.4rem;align-self:flex-start;min-width:280px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.6rem;border:none;border-radius:12px;background:#2f8f6b;color:#fff;font-size:.98rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 24px -10px rgba(47,143,107,.6);transition:background .15s,transform .05s,box-shadow .15s}.checkout__submit:hover{background:#277a5b;box-shadow:0 12px 26px -10px rgba(47,143,107,.7)}.checkout__submit:active{transform:translateY(1px)}.checkout__submit:disabled{background:#9bbcae;box-shadow:none;cursor:default}.checkout__summary{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;background:var(--surface)}.checkout__summary h2{margin-top:0}.checkout__line{gap:1rem;margin:.5rem 0;font-size:.92rem}.checkout__line,.checkout__total{display:flex;justify-content:space-between}.checkout__total{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem;font-weight:700;font-size:1.05rem}.field-error{color:#c0392b;font-size:.78rem;font-weight:400;text-transform:none;letter-spacing:normal}.checkout__form input[aria-invalid=true],.checkout__form textarea[aria-invalid=true]{border-color:#c0392b}.checkout__item{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.checkout__item-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.checkout__item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.checkout__item-title{font-size:.92rem;font-weight:600;line-height:1.3}.checkout__item-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.checkout__item-controls .price{white-space:nowrap}.checkout__remove{border:none;background:none;font-size:1.2rem;cursor:pointer;color:var(--muted);flex-shrink:0;line-height:1}.checkout__note{font-size:.8rem;margin-top:1rem}@media (max-width:760px){.cart,.checkout{grid-template-columns:1fr}.checkout__form{max-width:none}.checkout__row{grid-template-columns:1fr}.checkout__submit{width:100%;min-width:0;align-self:stretch}}@media (max-width:560px){.cart-row{grid-template-columns:60px 1fr auto;grid-template-areas:"media info remove" "media qty total";gap:.5rem .8rem}.cart-row__media{grid-area:media;width:60px;height:60px}.cart-row__info{grid-area:info;min-width:0}.cart-row__qty{grid-area:qty;justify-self:start}.cart-row__total{grid-area:total;justify-self:end;align-self:center;white-space:nowrap}.cart-row__remove{grid-area:remove;justify-self:end}}.reviews{margin:3rem 0}.reviews__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1.5rem}.reviews__head h2{margin:0}.reviews__head-right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.reviews__write-btn{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--accent);color:var(--accent);background:transparent;border-radius:999px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.reviews__write-btn:hover{background:var(--accent);color:var(--accent-contrast)}.reviews__empty{padding:1.5rem 0}.reviews__summary{display:flex;align-items:center;gap:.55rem}.reviews__avg{font-family:var(--font-head);font-size:1.7rem;font-weight:600;color:var(--brand);line-height:1}.rv-stars{color:#e0a93f;letter-spacing:1px;white-space:nowrap}.rv-stars__empty{color:#e6d6d9}.reviews__count{color:var(--muted);font-size:.85rem}.reviews__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.reviews__track::-webkit-scrollbar{display:none}.reviews__track .review-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 3rem) / 4);scroll-snap-align:start}@media (max-width:980px){.reviews__track .review-card{flex-basis:calc((100% - 1rem) / 2)}}@media (max-width:620px){.reviews__track{gap:.85rem}.reviews__track .review-card{flex-basis:85%;scroll-snap-align:center}}.reviews__nav{display:flex;gap:.4rem}.reviews__arrow{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--brand);font-size:1.3rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s,color .15s}.reviews__arrow:hover{background:var(--surface);border-color:var(--accent);color:var(--accent)}.review-card{border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.2rem;background:#fff;display:flex;flex-direction:column}.review-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-card__date{color:var(--muted);font-size:.76rem}.review-card__title{font-size:.96rem;font-weight:700;color:var(--fg);margin:0 0 .4rem}.review-card__body{font-size:.9rem;line-height:1.65;color:var(--fg);margin:0 0 .95rem;flex:1 1}.review-card__author{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--brand)}.review-card__avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(140deg,#a96b76,#5c3a40);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0}.review-card__verified{color:var(--muted);font-weight:400;font-size:.74rem}.rvpage{max-width:620px;margin:0 auto;padding:.5rem 0 2rem}.rvpage__back{display:inline-block;color:var(--accent);font-size:.85rem;margin-bottom:1.5rem}.rvpage__back:hover{color:var(--accent-dark)}.rvpage__head{margin-bottom:1.5rem}.rvpage__product{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.rvpage__thumb{width:72px;height:72px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--surface)}.rvpage__brand{font-size:.72rem;font-weight:700;letter-spacing:.16em;color:var(--brand)}.rvpage__title{font-family:var(--font-head);font-size:1.4rem;margin:.1rem 0 0;color:var(--fg)}.rvpage__sub{color:var(--muted);margin:0}.rvpage__error{background:#fdecea;border:1px solid #f5c2bd;color:#a4332a;border-radius:10px;padding:.7rem 1rem;font-size:.9rem;margin-bottom:1.25rem}.rvpage__success{display:flex;align-items:center;gap:.85rem;background:#e8f6ef;border:1px solid #b6e0cc;color:#1f6e4f;border-radius:12px;padding:1rem 1.2rem;margin-bottom:1.5rem}.rvpage__success svg{color:#2f8f6b;flex-shrink:0}.rvpage__success strong{display:block;color:#1f6e4f}.rvpage__success p{margin:.15rem 0 0;font-size:.88rem}.rvpage__locked{text-align:center;border:1px solid var(--border);border-radius:18px;padding:2.5rem 1.5rem;background:#fff}.rvpage__locked svg{color:var(--accent);margin-bottom:.75rem}.rvpage__locked h2{font-size:1.15rem;margin:0 0 .6rem;color:var(--fg)}.rvpage__locked p{max-width:42ch;margin:0 auto 1.5rem;line-height:1.6}.rvform{gap:1.4rem}.rvform,.rvform__field{display:flex;flex-direction:column}.rvform__field{gap:.45rem}.rvform__label{font-size:.9rem;font-weight:600;color:var(--fg)}.rvform__stars{display:flex;gap:.25rem}.rvform__star{background:none;border:none;cursor:pointer;padding:0;font-size:2rem;line-height:1;color:#e6d6d9;transition:color .12s,transform .12s}.rvform__star:hover{transform:scale(1.12)}.rvform__star.is-on{color:#e0a93f}.rvform__input,.rvform__textarea{border:1px solid var(--border);border-radius:10px;padding:.7rem .85rem;font-size:.95rem;color:var(--fg);font-family:inherit;background:#fff;width:100%}.rvform__input:focus,.rvform__textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.rvform__textarea{resize:vertical;line-height:1.6}.rvform__count{font-size:.76rem;align-self:flex-end}.rvform__images{display:flex;flex-wrap:wrap;gap:.6rem}.rvform__thumb{position:relative;width:80px;height:80px;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.rvform__thumb img,.rvform__thumb video{width:100%;height:100%;object-fit:cover;display:block}.rvform__thumb-del{position:absolute;top:2px;right:2px;width:20px;height:20px;border:none;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.rvform__addimg{width:80px;height:80px;border:1.5px dashed var(--accent);color:var(--accent);background:transparent;border-radius:10px;cursor:pointer;font-size:.78rem;font-weight:600}.rvform__addimg:hover:not(:disabled){background:#fdf2f4}.rvform__addimg:disabled{opacity:.5;cursor:not-allowed}.review-card__images{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .9rem}.review-card__img{width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.review-card__img img{width:100%;height:100%;object-fit:cover;display:block}.review-card__video{width:110px;height:64px;border-radius:8px;border:1px solid var(--border);background:#000;object-fit:cover}.rvform__submit{background:#2f8f6b;color:#fff;border:none;border-radius:999px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;align-self:flex-start;transition:background .15s,opacity .15s}.rvform__submit:hover:not(:disabled){background:#277a5b}.rvform__submit:disabled{opacity:.5;cursor:not-allowed}.footer-social{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.footer-social__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);color:var(--brand);transition:background .15s,color .15s,border-color .15s}.footer-social__icon:hover{border-color:var(--accent);color:var(--accent)}.section__head--center{text-align:center;flex-direction:column;align-items:center;justify-content:center}.routine-sched__lead{color:var(--muted);max-width:54ch;margin:.5rem auto 0;line-height:1.6}.routine-sched__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-top:1.75rem}.routine-slot{border:1px solid var(--border);border-radius:18px;padding:1.1rem 1.1rem 1.25rem;background:#fff}.routine-slot--sabah{background:linear-gradient(170deg,#fff6e9,#fff 70%)}.routine-slot--oglen{background:linear-gradient(170deg,#fff3d6,#fff 70%)}.routine-slot--aksam{background:linear-gradient(170deg,#fde6ee,#fff 70%)}.routine-slot--gece{background:linear-gradient(170deg,#ebe5f6,#fff 70%)}.routine-slot__head{display:flex;align-items:center;gap:.65rem;margin-bottom:.9rem}.routine-slot__icon{width:46px;height:46px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 4px 12px -5px rgba(92,58,64,.4)}.routine-slot--sabah .routine-slot__icon{color:#d98a2b}.routine-slot--oglen .routine-slot__icon{color:#e0a52e}.routine-slot--aksam .routine-slot__icon{color:#c65f86}.routine-slot--gece .routine-slot__icon{color:#6b4ea8}.routine-slot__head h3{margin:0;font-size:1.05rem}.routine-slot__caption{font-size:.74rem;color:var(--muted)}.routine-slot__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.routine-step{display:flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--fg);padding:.3rem;border-radius:12px;transition:background .15s}.routine-step:hover{background:rgba(255,255,255,.7)}.routine-step__num{width:18px;height:18px;flex-shrink:0;border-radius:50%;background:var(--brand);color:#fff;font-size:.64rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.routine-step__thumb{width:44px;height:44px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#fff;border:1px solid var(--border)}.routine-step__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.routine-step__thumb--transparent{background:transparent;border:none;border-radius:0;overflow:visible}.routine-step__thumb--transparent img{padding:0;object-fit:contain}.routine-step__name{font-size:.82rem;font-weight:600;line-height:1.3}.routine-step__note{font-style:normal;font-weight:400;color:var(--muted);font-size:.75rem}@media (max-width:860px){.routine-sched__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.routine-sched__grid{grid-template-columns:1fr}}.newprod__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;max-width:720px;margin:2rem auto 0}.newprod__note{text-align:center;font-size:.78rem;color:var(--muted);font-style:italic;margin-top:1.75rem}.giftbox{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;text-align:left;box-shadow:0 16px 38px -24px rgba(92,58,64,.45)}.giftbox__media{position:relative;aspect-ratio:1/1;background:linear-gradient(160deg,#f7e9ec,#eccfd5);display:flex;align-items:center;justify-content:center;overflow:hidden}.giftbox__ribbon-v{top:0;bottom:0;left:50%;width:34px;transform:translateX(-50%);background:linear-gradient(180deg,#b5757f,#9a5d68)}.giftbox__ribbon-h,.giftbox__ribbon-v{position:absolute;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}.giftbox__ribbon-h{left:0;right:0;top:50%;height:34px;transform:translateY(-50%);background:linear-gradient(90deg,#b5757f,#9a5d68)}.giftbox__bow{position:absolute;top:50%;left:50%;z-index:3;transform:translate(-50%,-50%);font-size:2.6rem;line-height:1;filter:drop-shadow(0 2px 5px rgba(0,0,0,.3))}.giftbox__ph{position:relative;z-index:1;color:#fff;font-size:.8rem;font-weight:600;opacity:.85;text-shadow:0 1px 3px rgba(0,0,0,.25)}.giftbox__tag{position:absolute;top:.7rem;left:.7rem;z-index:4;background:var(--brand);color:#fff;font-size:.68rem;font-weight:700;padding:.25rem .6rem;border-radius:999px;letter-spacing:.03em}.giftbox__body{padding:1rem 1.1rem 1.2rem}.giftbox__body h3{margin:0 0 .4rem;font-size:1.15rem}.giftbox__body p{margin:0;font-size:.88rem;line-height:1.6;color:var(--muted)}@media (max-width:620px){.newprod__grid,.routine-promo{grid-template-columns:1fr}}.page{margin:.5rem 0 1rem}.page-head{text-align:center;max-width:640px;margin:1rem auto 2.5rem}.page-head h1{font-size:2.2rem;margin:.3rem 0 .5rem}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--accent-dark)}.page-section{margin:2.5rem 0}.section-title{font-size:1.6rem;margin-bottom:1.25rem}.page-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center;background:var(--surface);border-radius:var(--radius);overflow:hidden}.page-hero__text{padding:2.5rem}.page-hero__text h1{font-size:2.4rem;margin:.4rem 0 1rem}.page-hero__text p{color:var(--muted);margin-bottom:1.5rem}.page-hero__media{align-self:stretch;min-height:320px}.page-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.about{max-width:1120px;margin:0 auto}.about__body{max-width:none}.about__body p{font-size:1.05rem;line-height:1.85;margin:0 0 1.3rem;color:var(--fg)}.about__tagline{font-family:var(--font-head);font-size:1.5rem;color:var(--brand);margin:1.75rem 0 0}.about-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(1.5rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3.5rem);align-items:center;margin:clamp(2rem,5vw,3.75rem) 0}.about-split--reverse .about-figure{order:-1}.about-split__text p{font-size:1.06rem;line-height:1.85;margin:0 0 1.25rem;color:var(--fg)}.about-split__text p:last-child{margin-bottom:0}.about-lead{font-family:var(--font-head);font-size:clamp(1.2rem,2.4vw,1.6rem);line-height:1.5;color:var(--brand)}.about-duo{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(.75rem,2vw,1.5rem);gap:clamp(.75rem,2vw,1.5rem);margin:clamp(2rem,5vw,3.75rem) 0}.about-figure{margin:0;border-radius:18px;overflow:hidden;background:var(--surface,#f6eef0);box-shadow:0 16px 40px -22px rgba(92,58,64,.45)}.about-figure img{display:block;width:100%;height:100%;object-fit:cover}.about-figure--square{aspect-ratio:1/1}.about-figure--tall{aspect-ratio:3/4}@media (max-width:860px){.about-split{grid-template-columns:1fr}.about-split--reverse .about-figure{order:0}}@media (max-width:560px){.about-duo{grid-template-columns:1fr}}.value-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.value-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;background:#fff}.value-card h3{margin:0 0 .4rem;font-family:var(--font-head)}.value-card p{margin:0;color:var(--muted);font-size:.92rem}.faq{max-width:760px;margin:0 auto}.faq__item{border:1px solid var(--border);border-radius:12px;margin-bottom:.75rem;background:#fff;overflow:hidden}.faq__q{cursor:pointer;font-weight:600;list-style:none;position:relative;padding:1rem 2.5rem 1rem 1.25rem}.faq__q::-webkit-details-marker{display:none}.faq__q:after{content:"+";position:absolute;right:1.25rem;color:var(--accent);font-size:1.3rem;line-height:1}.faq__item[open] .faq__q:after{content:"−"}.faq__a{padding:0 1.25rem 1.1rem;color:var(--muted)}.contact{display:grid;grid-template-columns:320px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.contact__info{display:flex;flex-direction:column;gap:1rem}.contact__card{border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem;background:var(--surface)}.contact__label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.3rem}.contact__value{font-weight:600;font-size:1.05rem;color:var(--brand)}.contact__value:hover{color:var(--accent)}.contact__formwrap h2{margin-top:0}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.contact-form input,.contact-form textarea,.track-form input{padding:.7rem .9rem;border:1px solid var(--border);border-radius:10px;font-size:1rem;font-weight:400;font-family:inherit}.contact-form input:focus,.contact-form textarea:focus,.track-form input:focus{outline:none;border-color:var(--accent)}.form-done{background:var(--surface);color:var(--accent-dark);padding:1.25rem;border-radius:12px;font-weight:600}.track-form{gap:1rem;max-width:460px;margin:0 auto}.track-form,.track-form label{display:flex;flex-direction:column}.track-form label{gap:.35rem;font-size:.9rem;font-weight:600}.track-result{max-width:560px;margin:2rem auto 0;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.track-result__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.track-badge{background:var(--accent);color:#fff;padding:.3rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600}.track-result__items{list-style:none;padding:0;margin:0}.track-result__items li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.track-result__total{display:flex;justify-content:space-between;margin-top:.75rem;font-weight:700}.brand-card{max-width:480px;margin:0 auto;text-align:center;border:1px solid var(--border);border-radius:var(--radius);padding:3rem 2rem;background:var(--surface)}.brand-card__logo-svg{height:40px;width:auto;color:var(--brand);margin:0 auto}.brand-card__tagline{font-family:var(--font-head);font-size:1.3rem;margin:1.25rem 0 .5rem}@media (max-width:760px){.page-hero{grid-template-columns:1fr}.page-hero__media{min-height:260px}.contact,.contact-form__row{grid-template-columns:1fr}}.ugc-band{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.1rem;gap:1.1rem}.ugc-card{position:relative;width:100%;aspect-ratio:9/16;border-radius:var(--radius);overflow:hidden;background:var(--surface)}.ugc-card video{width:100%;height:100%;object-fit:cover;display:block}.ugc-card__playbtn{display:none;position:absolute;bottom:.6rem;right:.6rem;width:44px;height:44px;border:none;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ugc-card__playbtn svg{margin-left:1px}.ugc-card__playbtn.is-playing svg{margin-left:0}@media (hover:none){.ugc-card__playbtn{display:inline-flex}}@media (max-width:760px){.ugc-band{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.75rem;padding-bottom:.4rem;scrollbar-width:none}.ugc-band::-webkit-scrollbar{display:none}.ugc-card{flex:0 0 68%;scroll-snap-align:center}}.faq--home{max-width:none}.routine{position:relative;margin:3rem 0;border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9;background-size:cover;background-position:50%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:2.25rem 1.5rem 1.5rem}.routine__title{font-family:var(--font-head);font-size:clamp(1.3rem,3.4vw,2.4rem);line-height:1.1;color:var(--brand);margin:0 0 1.1rem;white-space:nowrap}@media (max-width:640px){.routine{aspect-ratio:4/5;padding:1.75rem 1rem 1.25rem}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.75rem;gap:1.75rem}.blog-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .15s ease,transform .15s ease}.blog-card:hover{box-shadow:0 10px 30px rgba(43,36,32,.1);transform:translateY(-2px)}.blog-card__media{aspect-ratio:16/10;background:var(--surface);overflow:hidden}.blog-card__media img{width:100%;height:100%;object-fit:cover;display:block}.blog-card__body{padding:1.1rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.5rem}.blog-card__title{font-size:1.15rem;margin:0;line-height:1.3}.blog-card__more{color:var(--accent);font-weight:600;font-size:.85rem;margin-top:auto}.blog-post{max-width:800px;margin:0 auto}.blog-post__crumb{margin-bottom:1rem;font-size:.9rem}.blog-post__crumb a{color:var(--accent)}.blog-post__title{font-size:2.3rem;line-height:1.15;margin:0 0 .5rem}.blog-post__date{display:block;margin-bottom:1.5rem;font-size:.9rem}.blog-post__cover{border-radius:var(--radius);overflow:hidden;margin-bottom:2rem}.blog-post__cover img{width:100%;height:auto;display:block}.blog-post__cover--float{float:right;width:340px;max-width:42%;margin:.25rem 0 1rem 1.75rem;border-radius:var(--radius);overflow:hidden}.blog-post__cover--float img{width:100%;height:auto;display:block}.blog-post__clear{clear:both}@media (max-width:640px){.blog-post__cover--float{float:none;width:100%;max-width:none;margin:0 0 1.5rem}}.blog-post__body{max-width:none}.blog-post__body h2{font-size:1.5rem;margin:2rem 0 .75rem}.blog-post__body h3{font-size:1.2rem;margin:1.5rem 0 .5rem}.blog-post__body p{margin:0 0 1rem}.blog-post__body a{color:var(--accent);text-decoration:underline}.admin-body{background:#f4f1f2}.adm{--adm-bg:#2b1f22;--adm-bg2:#382a2e;--adm-accent:#c98a96;display:grid;grid-template-columns:240px 1fr;min-height:100vh}.adm-sidebar{background:var(--adm-bg);color:#e8dadd;display:flex;flex-direction:column;padding:1.5rem 1rem;position:-webkit-sticky;position:sticky;top:0;height:100vh}.adm-logo{font-family:var(--font-head);font-size:1.5rem;letter-spacing:.25em;color:#fff;padding:0 .5rem 1.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.adm-nav{display:flex;flex-direction:column;gap:.15rem;margin-top:.5rem}.adm-nav__item{display:flex;align-items:center;gap:.7rem;padding:.65rem .75rem;border-radius:8px;color:#cdb9bd;font-size:.92rem;transition:background .12s ease,color .12s ease}.adm-nav__item:hover{background:var(--adm-bg2);color:#fff}.adm-nav__item svg{opacity:.85;flex-shrink:0}.adm-nav__back{margin-top:auto;color:#a78d92;font-size:.85rem;padding:.5rem .75rem}.adm-nav__back:hover{color:#fff}.adm-content{min-width:0;display:flex;flex-direction:column}.adm-topbar{background:#fff;border-bottom:1px solid #e7dee0;padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:5}.adm-topbar__title{font-weight:600;color:#2b1f22}.adm-topbar__right{display:flex;align-items:center;gap:1rem}.adm-topbar__user{font-size:.85rem;color:#8a7479}.adm-main{padding:1.75rem 2rem;min-width:0}.adm-nav__item.is-active{background:var(--adm-bg2);color:#fff}.pm-grid{display:flex;flex-wrap:wrap;gap:.75rem}.pm-thumb{position:relative;width:110px;border:1px solid #e7dee0;border-radius:8px;overflow:hidden;background:#faf6f7}.pm-thumb img,.pm-thumb video{width:110px;height:110px;object-fit:cover;display:block}.pm-thumb--video{width:160px}.pm-thumb--transparent{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0),linear-gradient(-45deg,#eee 25%,transparent 0),linear-gradient(45deg,transparent 75%,#eee 0),linear-gradient(-45deg,transparent 75%,#eee 0);background-size:14px 14px;background-position:0 0,0 7px,7px -7px,-7px 0}.pm-thumb--transparent img{object-fit:contain;padding:6px}.pm-thumb--video video{width:160px;height:110px;background:#000}.pm-thumb__bar{display:flex;gap:2px;background:rgba(0,0,0,.55);padding:3px}.pm-thumb__bar button{flex:1 1;border:none;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;font-size:.78rem;border-radius:4px;padding:2px 0}.pm-thumb__bar button:disabled{opacity:.3;cursor:not-allowed}.pm-thumb__bar button:hover:not(:disabled){background:rgba(255,255,255,.3)}.pm-thumb__badge{position:absolute;top:4px;left:4px;background:var(--accent);color:#fff;font-size:.62rem;font-weight:700;padding:1px 6px;border-radius:999px}.pm-add{width:110px;height:110px;border:1.5px dashed #c9aab0;border-radius:8px;background:#fff;color:var(--accent);cursor:pointer;font-size:.85rem;font-weight:600}.pm-add:hover:not(:disabled){background:#fdf2f4}.pm-add:disabled{opacity:.5;cursor:not-allowed}.pm-add--wide{width:100%;max-width:380px;height:64px}.blog-cover{position:relative;max-width:380px;border:1px solid #e7dee0;border-radius:10px;overflow:hidden;background:#faf6f7}.blog-cover img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.blog-cover__bar{display:flex;gap:2px}.blog-cover__bar button{flex:1 1;border:none;background:#2b1f22;color:#fff;cursor:pointer;font-size:.82rem;padding:.5rem}.blog-cover__bar button:hover:not(:disabled){background:#1c1416}.blog-cover__bar button:disabled{opacity:.6;cursor:not-allowed}.adm-burger,.adm-sidebar__overlay{display:none}@media (max-width:860px){.adm{display:block}.adm-burger{display:inline-flex;position:fixed;top:.65rem;left:.8rem;z-index:60;background:none;border:none;cursor:pointer;color:#2b1f22;padding:6px}.adm-burger.is-open{color:#fff}.adm-sidebar{position:fixed;top:0;left:0;z-index:55;width:min(260px,80vw);height:100dvh;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.adm-sidebar--open{transform:translateX(0)}.adm-sidebar__overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:50}.adm-topbar{padding-left:3.6rem}}.admin__title{font-size:1.5rem;margin:0 0 1.5rem;color:#2b1f22}.admin__subtitle{font-size:1.1rem;margin:2rem 0 .85rem;color:#2b1f22}.admin-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:.5rem}.admin-card{background:#fff;border:1px solid #ece3e5;border-radius:14px;padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 1px 2px rgba(43,31,34,.04)}.admin-card__value{font-size:1.7rem;font-weight:700;color:#2b1f22}.admin-card__label{font-size:.82rem;color:#8a7479}.admin-card__link{font-size:.8rem;color:var(--accent);margin-top:.3rem}.admin-panel{background:#fff;border:1px solid #ece3e5;border-radius:14px;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;font-size:.88rem;background:#fff}.admin-table td,.admin-table th{text-align:left;padding:.75rem .9rem;border-bottom:1px solid #f0e8ea;vertical-align:middle}.admin-table thead th{background:#faf6f7;color:#8a7479;font-weight:600;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em}.admin-table tbody tr:hover{background:#fdfbfb}.admin-table a{color:var(--accent-dark);font-weight:600}.cust-search{display:flex;gap:.5rem;margin-bottom:1.25rem;max-width:520px}.cust-search__input{flex:1 1;border:1px solid #e0d3d6;border-radius:8px;padding:.5rem .7rem;font-size:.9rem;font-family:inherit}.cust-card{background:#fff;border:1px solid #ece3e5;border-radius:12px;margin-bottom:.6rem;overflow:hidden}.cust-card[open]{box-shadow:0 4px 18px rgba(43,31,34,.08)}.cust-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding:.85rem 1.1rem;cursor:pointer;list-style:none}.cust-card__head::-webkit-details-marker{display:none}.cust-card__name{font-weight:600;color:#2b1f22}.cust-card__email{color:#8a7479;font-size:.88rem}.cust-card__meta{margin-left:auto;color:#8a7479;font-size:.82rem}.cust-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.cust-badge--ok{background:#e3f3e8;color:#2e7d4f}.cust-badge--wait{background:#fdeccd;color:#9a6b1e}.cust-badge--guest{background:#eee;color:#777}.cust-body{padding:.4rem 1.1rem 1.1rem;border-top:1px solid #f0e8ea;display:grid;grid-gap:1.25rem;gap:1.25rem}.cust-h{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#8a7479;margin:0 0 .55rem}.cust-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.7rem}.cust-kv{margin:.2rem 0;font-size:.9rem;color:#4a2f35}.cust-kv span{color:#8a7479;display:inline-block;min-width:130px}.cust-edit{display:flex;flex-wrap:wrap;gap:.7rem;align-items:flex-end}.cust-edit label{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:600;color:#6a565b}.cust-edit input{border:1px solid #e0d3d6;border-radius:7px;padding:.45rem .6rem;font-size:.9rem;font-family:inherit;min-width:200px}.cust-addr{font-size:.88rem;color:#4a2f35;padding:.5rem 0;border-bottom:1px solid #f4eced}.cust-addr:last-child{border-bottom:none}.cust-danger{border-top:1px dashed #e6b3b3;padding-top:1rem}.cust-del__warn{font-size:.82rem;color:#9a3a3a;background:#fdf0f0;border:1px solid #f3d6d6;border-radius:8px;padding:.6rem .75rem;margin:0 0 .6rem;line-height:1.5}.cust-del__row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.cust-del__input{border:1px solid #e0c3c3;border-radius:7px;padding:.45rem .6rem;font-size:.9rem;font-family:inherit}.btn--danger{background:#b3261e;color:#fff}.btn--danger:hover:not(:disabled){background:#8f1d17}.btn--danger:disabled{opacity:.45;cursor:not-allowed}.cust-pager{display:flex;gap:.6rem;align-items:center;justify-content:center;margin-top:1.5rem}.cust-pager__info{color:#8a7479;font-size:.85rem}.cust-pager__off{opacity:.4;pointer-events:none}.acc-form{gap:.8rem;max-width:460px}.acc-form,.acc-form label{display:flex;flex-direction:column}.acc-form label{gap:.3rem;font-size:.85rem;font-weight:600;color:#6a565b}.acc-form input,.acc-form textarea{border:1px solid #e0d3d6;border-radius:8px;padding:.55rem .7rem;font-size:.95rem;font-family:inherit;color:#2b1f22;background:#fff}.acc-form textarea{min-height:64px;resize:vertical}.acc-form input:disabled{background:#f6f0f1;color:#9b8990}.acc-form>.btn{align-self:flex-start;margin-top:.3rem}.acc-check{flex-direction:row!important;align-items:center;gap:.5rem!important;font-weight:500!important}.acc-check input{width:auto}.addr-list{display:grid;grid-gap:.8rem;gap:.8rem;margin-bottom:1rem}.addr-card{border:1px solid #ece3e5;border-radius:12px;padding:1rem 1.1rem;background:#fff}.addr-card p{margin:.2rem 0;font-size:.9rem}.addr-card__head{display:flex;align-items:center;gap:.6rem;margin-bottom:.3rem}.addr-badge{font-size:.68rem;font-weight:700;background:#e3f3e8;color:#2e7d4f;padding:.12rem .5rem;border-radius:999px;text-transform:uppercase}.addr-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem;align-items:flex-start}.addr-card__actions form,.addr-edit,.addr-new{margin:0}.addr-edit>summary,.addr-new>summary{display:inline-flex;list-style:none;cursor:pointer}.addr-edit>summary::-webkit-details-marker,.addr-new>summary::-webkit-details-marker{display:none}.addr-edit .acc-form,.addr-new .acc-form{margin-top:.8rem;padding:.9rem 1rem;background:#faf6f7;border-radius:10px}.acc-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;flex-wrap:wrap;margin-bottom:.25rem}.acc-header__intro{min-width:0}.acc-header__intro .eyebrow{display:block}.acc-title{font-family:var(--font-head);font-size:clamp(1.6rem,4vw,2.1rem);line-height:1.15;margin:.4rem 0 .3rem;color:var(--brand)}.acc-email{margin:0}.acc-header__actions{display:flex;gap:.6rem;flex-shrink:0;align-items:center}@media (max-width:760px){.acc-header__actions{width:100%}}.acc-meta{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f0e8ea}.acc-meta p{margin:.2rem 0;font-size:.85rem}.account-dropdown__logout{width:100%;text-align:left;background:none;border:none;border-top:1px solid #f0e8ea;margin-top:.2rem;cursor:pointer;font:inherit}.cpn-new{margin-bottom:1.25rem}.cpn-edit>summary,.cpn-new>summary{display:inline-flex;list-style:none;cursor:pointer}.cpn-edit>summary::-webkit-details-marker,.cpn-new>summary::-webkit-details-marker{display:none}.cpn-form{gap:.7rem;min-width:280px;max-width:640px;margin-top:.9rem;padding:1rem 1.1rem;background:#faf6f7;border:1px solid #f0e2e5;border-radius:12px}.cpn-form,.cpn-form label{display:flex;flex-direction:column}.cpn-form label{gap:.3rem;font-size:.8rem;font-weight:600;color:#6a565b}.cpn-form input,.cpn-form select{border:1px solid #e0d3d6;border-radius:7px;padding:.45rem .6rem;font-size:.9rem;font-family:inherit;background:#fff;color:#2b1f22}.cpn-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.7rem;gap:.7rem}.cpn-badge{border:none;cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:700;padding:.25rem .65rem;border-radius:999px;text-transform:uppercase}.cpn-badge--on{background:#e3f3e8;color:#2e7d4f}.cpn-badge--off{background:#f1e3e3;color:#9a3a3a}.cpn-actions{display:flex;gap:.4rem;align-items:flex-start}.cpn-actions form{margin:0}.cpn-check{flex-direction:row!important;align-items:center;gap:.5rem!important;font-weight:500!important}.cpn-check input{width:auto}.checkout__ship{font-size:.9rem}.checkout__free{color:#2e7d4f;font-weight:700}.checkout__discount{color:#2e7d4f;font-weight:600}.coupon-box{margin:.9rem 0;padding-top:.9rem;border-top:1px solid #efd9de}.coupon-row{display:flex;gap:.5rem}.coupon-input{flex:1 1;min-width:0;border:1px solid #e0d3d6;border-radius:8px;padding:.55rem .7rem;font-size:.9rem;font-family:inherit;text-transform:uppercase}.coupon-apply{flex-shrink:0}.coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:#eef7f0;border:1px solid #cfe8d6;border-radius:8px;padding:.5rem .75rem;font-size:.9rem;color:#2e7d4f}.coupon-remove{background:none;border:none;color:#9a3a3a;font-size:.82rem;cursor:pointer;font-family:inherit;text-decoration:underline}.coupon-msg{margin:.45rem 0 0;font-size:.82rem;color:#b3261e}.coupon-toggle{background:none;border:none;padding:0;color:var(--accent-dark);font:inherit;font-size:.9rem;cursor:pointer;text-decoration:underline}.coupon-toggle:hover{color:var(--accent)}.related-products{margin:3.5rem 0 1rem}.related-products>h2{font-family:var(--font-head);font-size:1.6rem;margin:0 0 1.5rem;text-align:center;color:var(--brand)}.newprod-card{position:relative}.newprod-badge{position:absolute;top:.7rem;right:.7rem;z-index:4;background:#2e7d4f;color:#fff;font-size:.68rem;font-weight:700;padding:.25rem .6rem;border-radius:999px;letter-spacing:.06em;box-shadow:0 2px 6px -1px rgba(46,125,79,.5)}@media (max-width:760px){.adm-main{padding:1rem .8rem}.admin__title{font-size:1.25rem;margin-bottom:1rem}.admin__subtitle{font-size:1rem}.admin-table{display:block;width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.admin-table td,.admin-table th{padding:.55rem .7rem;font-size:.82rem}.invoice-table{display:block;overflow-x:auto;white-space:nowrap}.admin-cards{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.7rem}.admin-card{padding:1rem}.admin-card__value{font-size:1.35rem}.cust-edit{flex-direction:column;align-items:stretch}.cust-edit input,.cust-edit label{min-width:0;width:100%}.cpn-form,.set-form{max-width:100%}.cpn-form input,.cpn-form select{min-width:0}.cpn-actions{flex-wrap:wrap}.set-section{padding:1.1rem}.cust-actions,.cust-del__row{flex-wrap:wrap}.adm-topbar__user{display:none}.adm-topbar__title{font-size:.95rem}}.acc-layout{display:grid;grid-template-columns:230px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start;margin-top:2rem}.acc-tabs{display:flex;flex-direction:column;gap:.3rem;background:#fff;border:1px solid #ece3e5;border-radius:14px;padding:.6rem;position:-webkit-sticky;position:sticky;top:1rem;box-shadow:0 1px 3px rgba(43,31,34,.05)}.acc-tab{text-align:left;padding:.7rem 1rem;border-radius:10px;border:1px solid transparent;background:none;font-family:inherit;font-size:.92rem;color:#4a2f35;cursor:pointer;transition:background .15s,color .15s}.acc-tab:hover{background:#f6e7ea}.acc-tab--active{background:var(--accent);color:#fff;font-weight:600;box-shadow:0 2px 8px -2px rgba(169,107,118,.6)}.acc-panel{min-width:0;background:#fff;border:1px solid #ece3e5;border-radius:14px;padding:1.6rem 1.85rem;box-shadow:0 1px 3px rgba(43,31,34,.05)}.acc-panel .section-title{margin-top:0}@media (max-width:760px){.acc-layout{grid-template-columns:1fr;gap:1rem;margin-top:1.25rem}.acc-tabs{flex-direction:row;overflow-x:auto;gap:.4rem;padding:.5rem;position:static;-webkit-overflow-scrolling:touch}.acc-tab{white-space:nowrap;flex:0 0 auto}.acc-panel{padding:1.25rem}}.addr-picker{margin-bottom:1.1rem}.addr-picker__label{display:block;font-size:.8rem;font-weight:600;color:#6a565b;margin-bottom:.5rem}.addr-picker__chips{display:flex;flex-wrap:wrap;gap:.5rem}.addr-chip{display:flex;flex-direction:column;gap:.1rem;align-items:flex-start;text-align:left;border:1px solid #e0d3d6;background:#fff;border-radius:10px;padding:.5rem .85rem;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.addr-chip strong{font-size:.85rem;color:#2b1f22}.addr-chip span{font-size:.78rem;color:#8a7479}.addr-chip--active,.addr-chip:hover{border-color:var(--accent)}.addr-chip--active{background:#fbf3f5;box-shadow:inset 0 0 0 1px var(--accent)}.checkout__corp{margin-top:.4rem}.checkout__corp-toggle{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:.92rem;cursor:pointer;font-weight:500}.checkout__corp-toggle input{width:auto;margin:0}.checkout__corp-fields{display:flex;flex-direction:column;gap:.7rem;margin-top:.8rem;padding:.9rem 1rem;background:#faf6f7;border-radius:10px}.invoice-corp{margin:0 0 .3rem}.set-form{max-width:620px;display:flex;flex-direction:column;gap:1.75rem}.set-section{background:#fff;border:1px solid #f0e8ea;border-radius:10px;padding:1.5rem}.set-section__title{font-size:1rem;font-weight:600;margin:0 0 1.1rem;color:#2b1f22}.set-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.set-field:last-child{margin-bottom:0}.set-field>span{font-size:.82rem;font-weight:600;color:#6a565b}.set-field input,.set-field textarea{border:1px solid #e0d3d6;border-radius:7px;padding:.55rem .75rem;font-size:.92rem;font-family:inherit;color:#2b1f22;background:#fafafa}.set-field input:focus,.set-field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent;background:#fff}.set-field textarea{resize:vertical;line-height:1.55}.set-hint{font-size:.74rem;color:#9b818a}.set-row{display:flex;gap:1rem}.set-row>.set-field{flex:1 1}@media (max-width:560px){.set-row{flex-direction:column;gap:0}}.rv-adm__new{margin-bottom:1.75rem}.rv-adm__edit>summary,.rv-adm__new>summary{display:inline-flex;cursor:pointer;list-style:none}.rv-adm__edit>summary::-webkit-details-marker,.rv-adm__new>summary::-webkit-details-marker{display:none}.rv-adm__section{margin-top:1.75rem}.rv-adm__heading{font-size:1rem;color:#2b1f22;margin:0 0 .9rem;padding-bottom:.5rem;border-bottom:1px solid #f0e8ea}.rv-adm__card{background:#fff;border:1px solid #f0e8ea;border-radius:10px;padding:1.1rem 1.25rem;margin-bottom:.85rem}.rv-adm__card--pending{border-color:#f0d28a;background:#fffdf6}.rv-adm__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.rv-adm__stars{color:#e0a93f;letter-spacing:1px;margin-right:.5rem}.rv-adm__stars-off{color:#e6d6d9}.rv-adm__author{color:#2b1f22}.rv-adm__badge{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;white-space:nowrap}.rv-adm__badge--ok{background:#e3f3ec;color:#1f6e4f}.rv-adm__badge--wait{background:#fdf0d3;color:#95661a}.rv-adm__title{font-weight:700;margin:.6rem 0 .2rem;color:#2b1f22}.rv-adm__body{margin:.4rem 0 .9rem;line-height:1.55;color:#4a3b3f;font-size:.9rem}.rv-adm__actions{display:flex;gap:.5rem;align-items:flex-start;flex-wrap:wrap}.rv-adm__form{flex-direction:column;margin-top:.9rem;padding:1rem;background:#faf6f7;border-radius:8px;max-width:560px}.rv-adm__form,.rv-adm__form-row{display:flex;gap:.7rem}.rv-adm__form-row>label{flex:1 1}.rv-adm__form label{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:600;color:#6a565b}.rv-adm__form input,.rv-adm__form select,.rv-adm__form textarea{border:1px solid #e0d3d6;border-radius:6px;padding:.5rem .65rem;font-size:.9rem;font-family:inherit;color:#2b1f22;background:#fff}.rv-adm__form textarea{resize:vertical;line-height:1.5}.rv-adm__edit{display:inline-block}.rv-adm__edit[open]{display:block;width:100%}.btn--sm{padding:.4rem .85rem;font-size:.82rem}.btn--ghost{background:#fff;border:1px solid #e0d3d6;color:#2b1f22}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn--danger{background:#fff;border:1px solid #e8b9bf;color:#b23a48}.btn--danger:hover{background:#fbeef0}.admin-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;gap:1rem;flex-wrap:wrap}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700}.badge--ACTIVE,.badge--PAID,.badge--PUBLISHED{background:#e3f3ea;color:#1f7a4d}.badge--DRAFT,.badge--PENDING{background:#fdf1dd;color:#9a6b16}.badge--ARCHIVED,.badge--FAILED{background:#fbe9eb;color:#b23a48}.badge--CANCELLED{background:#eee;color:#777}.admin-orders{display:flex;flex-direction:column;gap:1rem}.admin-order{background:#fff;border:1px solid #ece3e5;border-radius:14px;padding:1.15rem 1.35rem}.admin-order__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.admin-order__status{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.admin-order__status input,.admin-order__status select{padding:.4rem .6rem;border:1px solid #e0d3d6;border-radius:8px;font-size:.82rem}.admin-order__items{list-style:none;padding:0;margin:.75rem 0;font-size:.86rem}.admin-order__items li{display:flex;justify-content:space-between;padding:.2rem 0}.admin-order__total{text-align:right;border-top:1px solid #f0e8ea;padding-top:.5rem}.admin-order__invoice{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-top:.7rem;padding-top:.7rem;border-top:1px solid #f0e8ea;font-size:.82rem}.inv-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.inv-badge--NONE{background:#eee;color:#666}.inv-badge--PENDING{background:#fff3cd;color:#8a6d00}.inv-badge--ISSUED{background:#d8f3dc;color:#1b6b3a}.inv-badge--overdue{background:#fde0e0;color:#a62121}.inv-issue-form{display:inline-flex;gap:.4rem;align-items:center}.inv-issue-form input{padding:.35rem .55rem;border:1px solid var(--border);border-radius:8px;font-size:.8rem}.btn--ghost{background:transparent;border:1px solid var(--border);color:var(--fg)}.inv-alert{background:#fff7e6;border:1px solid #f3d98a;color:#7a5d00;padding:.8rem 1rem;border-radius:12px;margin:0 0 1.25rem;font-size:.9rem}.inv-alert--urgent{background:#fdecec;border-color:#f0a8a8;color:#9a1c1c}.invoice-bar{justify-content:space-between;gap:1rem;margin-bottom:1rem}.invoice-bar,.invoice-bar__actions{display:flex;align-items:center;flex-wrap:wrap}.invoice-bar__actions{gap:.6rem}.invoice-draft-note{background:#eef4ff;border:1px solid #c9dbff;color:#2a4a86;border-radius:10px}.invoice-draft-note,.invoice-issued-note{padding:.7rem 1rem;font-size:.86rem;margin:0 0 1.25rem}.invoice-issued-note{background:#e6f7ec;border:1px solid #aee0bf;color:#1b6b3a;border-radius:10px}.invoice-doc{background:#fff;color:#1c1c1c;border:1px solid #e6e6e6;border-radius:12px;padding:2.25rem;max-width:820px}.invoice-doc__head{display:flex;justify-content:space-between;gap:1rem;border-bottom:2px solid #1c1c1c;padding-bottom:1rem;margin-bottom:1.5rem}.invoice-doc__brand{font-family:var(--font-head);font-size:2rem;letter-spacing:.12em}.invoice-doc__type{font-size:.72rem;letter-spacing:.14em;color:#777;margin-top:.2rem}.invoice-doc__meta{text-align:right;font-size:.84rem;color:#444}.invoice-doc__parties{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.invoice-party h3{font-size:.72rem;letter-spacing:.1em;color:#888;margin:0 0 .4rem;display:flex;align-items:center;gap:.5rem}.invoice-party p{margin:.1rem 0;font-size:.88rem;line-height:1.5}.invoice-missing{color:#b08900;font-style:italic;font-size:.8rem}.invoice-table{width:100%;border-collapse:collapse;margin-bottom:1.25rem;font-size:.86rem}.invoice-table td,.invoice-table th{padding:.55rem .6rem;text-align:left}.invoice-table thead th{border-bottom:1.5px solid #1c1c1c;font-size:.74rem;letter-spacing:.04em;color:#555}.invoice-table tbody tr{border-bottom:1px solid #eee}.invoice-table .num{text-align:right;white-space:nowrap}.invoice-table tfoot td{padding:.35rem .6rem}.invoice-grand td{font-weight:700;font-size:1rem;border-top:1.5px solid #1c1c1c;padding-top:.6rem}.invoice-doc__foot{font-size:.76rem;color:#888;margin:0;border-top:1px solid #eee;padding-top:.9rem}.copy-btn{background:#f1f1f1;border:1px solid #ddd;border-radius:6px;font-size:.68rem;padding:.1rem .4rem;cursor:pointer;color:#555;font-weight:600}.copy-btn:hover{background:#e7e7e7}@media (max-width:640px){.invoice-doc__parties{grid-template-columns:1fr}}@media print{.adm-sidebar,.adm-topbar,.announce,.marquee,.no-print,.site-footer,.site-header{display:none!important}.admin-body,body{background:#fff!important}.invoice-doc{border:none;padding:0;max-width:none}.invoice-page{margin:0;padding:0}}.adm-head-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.camp-list{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.camp-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid #f0e8ea;border-radius:12px;text-decoration:none;color:var(--fg);background:#fff}.camp-row:hover{border-color:var(--accent)}.camp-badge{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:999px}.camp-badge--DRAFT{background:#fff3cd;color:#8a6d00}.camp-badge--SENT{background:#d8f3dc;color:#1b6b3a}.camp-form{gap:1.1rem;max-width:640px;margin-top:1rem}.camp-field,.camp-form{display:flex;flex-direction:column}.camp-field{gap:.4rem;font-size:.85rem;font-weight:600;color:var(--brand)}.camp-field input,.camp-field textarea{padding:.6rem .8rem;border:1px solid var(--border);border-radius:10px;font-size:.95rem;font-weight:400;color:var(--fg);font-family:inherit}.camp-field textarea{resize:vertical;line-height:1.5}.camp-upload{display:flex;flex-direction:column;gap:.5rem;font-weight:400}.camp-upload__preview{max-width:100%;border-radius:10px;border:1px solid var(--border)}.camp-upload__empty{padding:1.5rem;text-align:center;color:var(--muted);border:1px dashed var(--border);border-radius:10px;font-size:.85rem}.camp-upload__actions{display:flex;gap:.5rem}.camp-upload__actions .btn{cursor:pointer}.camp-products{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;font-weight:400}.camp-product{display:flex;align-items:center;gap:.6rem;padding:.5rem;border:1px solid var(--border);border-radius:10px;cursor:pointer}.camp-product img,.camp-product__noimg{width:40px;height:40px;border-radius:8px;object-fit:contain;background:#faf3f4;flex-shrink:0}.camp-product__info{display:flex;flex-direction:column;font-size:.82rem}.camp-product__info em{font-style:normal;color:var(--accent);font-weight:700;font-size:.78rem}.camp-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f0e8ea}.hp-editor{display:flex;flex-direction:column;gap:2rem;max-width:860px}.hp-section{background:#fff;border:1px solid #f0e8ea;border-radius:10px;padding:1.5rem}.hp-section__title{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#2b1f22}.hp-saved{font-size:.8rem;font-weight:400;color:#2f8f6b;margin-left:.5rem}.hp-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.hp-input{flex:1 1;min-width:0;border:1px solid #e8d5d9;border-radius:6px;padding:.45rem .75rem;font-size:.9rem;color:#2b1f22;background:#fafafa}.copy-field{display:flex;gap:.5rem;align-items:center}.copy-field .hp-input{font-family:ui-monospace,monospace;font-size:.82rem}.hp-input:focus{outline:2px solid #a96b76;outline-offset:1px}.hp-slide-list{display:flex;flex-direction:column;gap:.85rem}.hp-slide-card{background:#fdf7f8;border:1px solid #f0e2e5;border-radius:10px;padding:.85rem}.hp-slide-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem}.hp-slide-type{font-size:.82rem;font-weight:600;color:#a96b76}.hp-slide-actions{display:flex;gap:.3rem;flex-shrink:0}.hp-slide-srcs{display:flex;gap:1rem;flex-wrap:wrap}.hp-slide-srccol{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.hp-slide-label{font-size:.74rem;font-weight:600;color:#6a565b}.hp-slide-thumb{border-radius:6px;overflow:hidden;background:#eee;display:flex;align-items:center;justify-content:center}.hp-slide-thumb--desktop{width:142px;aspect-ratio:16/9}.hp-slide-thumb--mobile{width:90px;aspect-ratio:4/5}.hp-slide-empty{font-size:.72rem}.hp-ugc-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}.hp-ugc-card{display:flex;flex-direction:column}.hp-ugc-thumb{aspect-ratio:9/16;border-radius:8px;overflow:hidden;background:#eee}@media (max-width:640px){.hp-ugc-grid{grid-template-columns:repeat(2,1fr)}}.hp-banner-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:1.25rem;gap:1.25rem}@media (max-width:640px){.hp-banner-grid{grid-template-columns:1fr}}.hp-banner-col{display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.hp-banner-label{font-size:.8rem;font-weight:600;color:#6a565b}.hp-banner-preview{width:100%;border:1px solid #f0e8ea;border-radius:8px;overflow:hidden;background:#faf6f7;display:flex;align-items:center;justify-content:center;min-height:80px;padding:.5rem}.hp-banner-preview img{width:100%;height:auto;display:block;border-radius:4px}.hp-banner-preview--mobile{max-width:200px}@media (max-width:560px){.camp-products{grid-template-columns:1fr}}.admin-messages{display:flex;flex-direction:column;gap:.85rem}.admin-message{background:#fff;border:1px solid #ece3e5;border-radius:14px;padding:1.1rem 1.35rem}.admin-message__body{margin:.5rem 0 0;white-space:pre-wrap}.adm-form{background:#fff;border:1px solid #ece3e5;border-radius:14px;padding:1.75rem;max-width:860px}.adm-form__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem;gap:1.1rem}.adm-field{display:flex;flex-direction:column;gap:.35rem}.adm-field--full{grid-column:1/-1}.adm-field label{font-size:.82rem;font-weight:600;color:#5a474b}.adm-field input,.adm-field select,.adm-field textarea{padding:.6rem .75rem;border:1px solid #e0d3d6;border-radius:9px;font-size:.92rem;font-family:inherit;background:#fff}.adm-field input:focus,.adm-field select:focus,.adm-field textarea:focus{outline:none;border-color:var(--accent)}.adm-field textarea{resize:vertical;min-height:90px}.adm-field__hint{font-size:.74rem;color:#a78d92}.adm-form__actions{display:flex;gap:.75rem;margin-top:1.5rem;align-items:center}.adm-section-label{grid-column:1/-1;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#a78d92;font-weight:700;margin-top:.5rem;border-top:1px solid #f0e8ea;padding-top:1rem}@media (max-width:860px){.adm-form__grid{grid-template-columns:1fr}}.prose{max-width:70ch}.prose h1{margin-bottom:.5rem;font-size:2rem}.muted{color:var(--muted)}@media (max-width:640px){.hero{padding:3rem 1.5rem}.hero__title{font-size:2rem}.section__head h2{font-size:1.35rem}}