@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #ffffff;--surface: rgba(255, 255, 255, .96);--surface-strong: rgba(255, 255, 255, 1);--surface-dark: rgba(17, 17, 17, .96);--text: #161616;--muted: #686868;--line: rgba(22, 22, 22, .1);--line-strong: rgba(22, 22, 22, .16);--accent: #1b1b1b;--accent-strong: #000000;--shadow: 0 20px 48px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit}button{padding:0;color:inherit;background:none}.page-shell{min-height:100vh}.cart-toast{position:fixed;top:146px;right:18px;z-index:60;display:grid;gap:0;width:min(480px,calc(100vw - 36px));overflow:hidden;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fff;box-shadow:0 18px 42px #0000002e}.cart-toast__close{position:absolute;top:12px;right:14px;z-index:2;width:34px;height:34px;border:0;border-radius:999px;color:#111;font-size:1.9rem;line-height:1;cursor:pointer;background:transparent}.cart-toast__product{display:grid;grid-template-columns:84px 1fr;gap:14px;padding:14px 52px 14px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.cart-toast__product img{display:block;width:84px;height:98px;object-fit:cover;border-radius:6px}.cart-toast__copy h3{margin:0 0 4px;font-size:1.05rem;line-height:1.25}.cart-toast__copy span{display:block;margin-bottom:10px;color:var(--muted)}.cart-toast__copy strong{display:block;font-size:1.15rem}.cart-toast__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;font-size:1.05rem}.cart-toast__summary strong{font-size:1.25rem}.cart-toast__cta{display:flex;align-items:center;justify-content:center;min-height:46px;margin:0 12px 12px;border-radius:999px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#000}.topbar{padding:16px 20px;color:#1a1a1a;background:#efefef}.topbar__inner{display:flex;align-items:center;justify-content:center;gap:44px}.topbar__item{display:flex;align-items:center;gap:14px}.topbar__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1.5px solid rgba(26,26,26,.68);border-radius:999px}.topbar__icon svg{width:22px;height:22px}.topbar__item strong,.topbar__item small{display:block}.topbar__item strong{font-size:1rem;font-weight:700;text-transform:uppercase}.topbar__item small{color:var(--muted);font-size:.95rem}.hero{position:relative;overflow:hidden;padding:124px 0 24px}.hero:before,.hero:after{position:absolute;content:"";border-radius:999px;filter:blur(24px);opacity:.45}.hero:before{top:40px;right:-110px;width:320px;height:320px;background:#0000000d}.hero:after{left:-80px;bottom:20px;width:240px;height:240px;background:#00000009}.nav,.hero__content,.section,.footer{width:calc(100% - 48px);margin:0 auto}.nav{position:fixed;top:0;left:0;right:0;z-index:40;width:auto;margin:0;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 32px;border:1px solid rgba(255,255,255,.08);border-radius:0 0 28px 28px;color:#fff;background:#000;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 16px 34px #0000001f}.brand{display:inline-flex;align-items:center;gap:18px}.brand strong,.footer strong,.contact-card strong{display:block;font-family:Cormorant Garamond,serif;font-size:1.8rem;letter-spacing:.03em}.brand small{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem}.brand__mark{display:grid;place-items:center;width:124px;height:124px;overflow:hidden;flex:0 0 auto;border-radius:24px;background:transparent;box-shadow:none}.brand__logo{display:block;width:100%;height:100%;object-fit:cover}.nav__search{flex:0 1 50%;min-width:320px;max-width:50%;margin:0 auto}.nav__search input{width:100%;min-height:58px;padding:0 20px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#111;background:#fff;outline:none}.nav__search input:focus{border-color:#ffffff57;box-shadow:0 0 0 4px #ffffff14}.nav__right{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex:0 0 auto}.nav__cart-wrap{position:relative}.nav__links{display:flex;gap:24px;color:#ffffffb3;white-space:nowrap}.nav__links a:hover,.text-link:hover,.contact-card a:hover{color:#c9a35f}.nav__cta,.button,.product-card__footer button,.chip,.qty-control button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease,border-color .18s ease}.nav__cta,.button--solid,.product-card__footer button{padding:14px 22px;color:#fff;background:#000}.nav__cta:hover,.button:hover,.product-card__footer button:hover,.chip:hover,.qty-control button:hover{transform:translateY(-1px)}.nav__cart{gap:10px}.nav__cart span{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;color:#111;background:#c9a35f}.header-cart{position:absolute;top:calc(100% + 14px);right:0;width:min(520px,calc(100vw - 32px));display:grid;gap:16px;padding:22px;border:1px solid rgba(0,0,0,.1);border-radius:24px;color:var(--text);background:#fff;box-shadow:0 20px 46px #00000029}.header-cart__head{display:flex;align-items:start;justify-content:space-between;gap:16px}.header-cart__head .eyebrow{margin-bottom:8px}.header-cart__head h3{margin:0;font-family:Cormorant Garamond,serif;font-size:2.4rem;line-height:.95}.header-cart__close{width:34px;height:34px;border:0;border-radius:999px;color:#111;font-size:1.9rem;line-height:1;cursor:pointer;background:transparent}.header-cart__items{display:grid;gap:14px;max-height:360px;overflow:auto;padding-right:4px}.header-cart__item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:14px;align-items:start;padding:12px;border:1px solid rgba(0,0,0,.06);border-radius:18px;cursor:pointer;background:#fcfcfc}.header-cart__item img{width:78px;height:92px;border-radius:10px;object-fit:cover}.header-cart__item-copy{min-width:0}.header-cart__item-copy .eyebrow{margin-bottom:6px;font-size:.62rem}.header-cart__item-copy h4{margin:0 0 4px;font-size:1rem}.header-cart__item-copy span{color:var(--muted);font-size:.9rem}.header-cart__item-meta{display:grid;justify-items:end;gap:10px}.header-cart__item-meta strong{font-size:1rem}.header-cart__summary{display:grid;gap:12px}.header-cart__summary div{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-cart__summary strong{font-size:1.05rem}.header-cart__cta{width:100%}.header-cart__empty{padding:4px 0 0}.hero-carousel{position:relative;overflow:hidden;width:100%;margin-top:0;margin-bottom:36px;border-radius:0 0 34px 34px;box-shadow:var(--shadow)}.hero-carousel__track{display:flex;transition:transform .42s ease;will-change:transform}.hero-carousel__slide{position:relative;min-width:100%;min-height:430px;overflow:hidden;background:#111}.hero-carousel__slide img{display:block;width:100%;height:100%;object-fit:cover}.hero-carousel__overlay{position:absolute;left:42px;bottom:42px;max-width:520px;padding:28px 30px;border:1px solid rgba(255,255,255,.16);border-radius:26px;color:#fff;background:#0000009e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-carousel__overlay .eyebrow,.hero-carousel__overlay p{color:#ffffffd1}.hero-carousel__overlay h2{margin:0 0 14px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.8vw,3.6rem);line-height:.95}.hero-carousel__controls{position:absolute;right:24px;bottom:24px;display:flex;align-items:center;gap:12px}.hero-carousel__controls>button,.hero-carousel__dot{border:0;cursor:pointer}.hero-carousel__controls>button{min-height:42px;padding:0 16px;border-radius:999px;color:#fff;background:#000000ad}.hero-carousel__dots{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#00000094}.hero-carousel__dot{width:10px;height:10px;border-radius:999px;background:#ffffff6b}.hero-carousel__dot--active{width:28px;background:#fff}.hero__content{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:72px 8px 24px;align-items:center}.eyebrow{margin:0 0 14px;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;color:#000}.hero__copy h1,.section-heading h2,.newsletter__copy h2,.benefits__panel h2,.summary-card h3,.empty-state h3{margin:0;font-family:Cormorant Garamond,serif;line-height:.94;letter-spacing:-.03em}.hero__copy h1{font-size:clamp(2.8rem,6vw,5.4rem)}.section-heading h2,.newsletter__copy h2,.benefits__panel h2,.summary-card h3,.empty-state h3{font-size:clamp(2.1rem,4vw,3.7rem)}.hero__lead,.section-heading p,.newsletter__copy p,.benefit-item p,.ritual-card p,.category-card p,.testimonial-card p,.product-card__body p,.empty-state p,.search-field span,.filter-group span,.shipping-progress p{color:var(--muted);line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0 34px}.button{min-height:52px;padding:0 22px}.button--ghost,.summary-card__ghost{border:1px solid var(--line);background:#fff}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hero__stats article,.hero-card,.category-card,.product-card,.benefits__panel,.benefits__list,.ritual-card,.testimonial-card,.newsletter,.footer,.catalog-toolbar,.empty-state,.cart-item,.summary-card,.contact-card{border:1px solid rgba(255,255,255,.42);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.hero__stats article{padding:20px;border-radius:22px}.hero__stats strong{display:block;font-size:1.55rem;margin-bottom:6px}.hero__stats span{color:var(--muted);font-size:.95rem}.hero__panel{position:relative;min-height:560px;display:grid;place-items:center}.hero-card{width:min(420px,100%);padding:34px;border-radius:34px;background:linear-gradient(180deg,#000000f5,#1d1d1deb);color:#fff}.hero-card h2{margin:0 0 14px;font-family:Cormorant Garamond,serif;font-size:3rem;line-height:.95}.hero-card p,.hero-card span{color:#ffffffbd;line-height:1.7}.hero-card__price{margin-top:28px}.hero-card__price strong{display:block;margin-bottom:8px;font-size:2rem}.floating-note{position:absolute;left:0;bottom:44px;padding:18px 20px;border-radius:22px;background:#fffffffa;box-shadow:0 18px 36px #0000001a}.floating-note span,.footer span,.contact-card span,.summary-lines span,.cart-item__copy span{display:block;color:var(--muted)}.floating-note strong{display:block;margin-top:6px}.section{padding:24px 0 88px}.section-heading{max-width:760px;margin-bottom:30px}.section-heading--split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px}.text-link{color:var(--accent-strong);font-weight:700}.category-grid,.product-grid,.ritual-grid,.testimonial-grid,.shop-layout{display:grid;gap:20px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card,.ritual-card,.testimonial-card,.empty-state,.contact-card{padding:28px;border-radius:28px}.category-card h3,.ritual-card h3,.product-card__body h3,.cart-item__copy h3{margin:0 0 12px;font-size:1.45rem}.category-card a,.contact-card a{display:inline-flex;margin-top:16px;color:var(--accent-strong);font-weight:700}.catalog-toolbar{display:grid;gap:22px;padding:24px;margin-bottom:22px;border-radius:30px}.filter-group{display:grid;gap:12px}.filter-group span{font-size:.92rem}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip{min-height:40px;padding:0 16px;border:1px solid var(--line);color:var(--muted);background:#fffcf7b8}.chip--active{color:#fff;border-color:transparent;background:#000}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{overflow:hidden;border-radius:30px;cursor:pointer}.product-card__visual{position:relative;min-height:360px;background:#f5f5f5}.product-card__badge{position:absolute;top:18px;left:18px;padding:8px 12px;border-radius:999px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#000000d6}.product-card__image{display:block;width:100%;height:360px;object-fit:cover;object-position:center}.product-card__body{padding:24px}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.product-card__meta .eyebrow{margin-bottom:0}.product-card__meta span{color:var(--muted);font-size:.9rem}.note-list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none}.note-list li{padding:8px 10px;border:1px solid var(--line);border-radius:999px;color:#000;font-size:.82rem;background:#fff}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px}.product-card__footer strong,.cart-item__actions strong,.summary-lines strong{font-size:1.2rem}.product-card__footer button{min-width:116px}.product-detail-page{padding-top:28px}.product-detail{width:calc(100% - 48px);margin:0 auto}.product-detail__back{margin-bottom:16px;border:0;color:var(--accent-strong);font-weight:700;cursor:pointer}.product-detail__hero{display:grid;grid-template-columns:118px minmax(0,1.2fr) minmax(360px,.72fr);gap:14px;align-items:start}.product-detail__sidebar{display:grid;gap:18px;align-content:start}.product-detail__thumb{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.product-detail__thumb img{display:block;width:100%;height:auto}.product-detail__accords,.product-detail__pyramid{display:grid;gap:10px}.product-detail__accords>span,.product-detail__pyramid span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.product-detail__accord{display:flex}.product-detail__accord-bar{display:inline-flex;justify-content:center;min-height:20px;padding:0 8px;border-radius:999px;color:#fff;font-size:.7rem;text-transform:lowercase}.product-detail__pyramid article{display:grid;gap:4px}.product-detail__pyramid strong{font-size:.84rem;font-weight:600;line-height:1.35}.product-detail__media,.product-detail__content{background:#fff}.product-detail__media{position:relative;overflow:hidden;border-radius:22px}.product-detail__media img{display:block;width:100%;height:min(84vh,980px);object-fit:cover}.product-detail__discount{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;justify-content:center;min-width:64px;min-height:64px;padding:8px;border-radius:999px;color:#fff;font-weight:800;font-size:.9rem;text-align:center;background:#55b86d}.product-detail__content{display:grid;gap:18px;padding:0}.product-detail__breadcrumbs{margin:0;color:var(--muted);font-size:.94rem}.product-detail__content h1{margin:0;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.12}.product-detail__description{margin:0;color:var(--muted);font-size:1rem;line-height:1.7}.product-detail__pricing{display:grid;gap:10px}.product-detail__price-row{display:flex;align-items:end;gap:14px}.product-detail__price-row s{color:var(--muted);font-size:1.2rem}.product-detail__price-row strong{font-size:clamp(2.2rem,3.5vw,3.3rem);line-height:1}.product-detail__pricing p{margin:0;color:#55b86d;font-size:1rem;font-weight:800}.product-detail__benefits{display:grid;gap:10px}.product-detail__benefits article{display:grid;gap:2px}.product-detail__benefits strong{color:#55b86d;font-size:1rem}.product-detail__benefits span{color:var(--text)}.product-detail__variant-block{display:grid;gap:12px}.product-detail__variant-block>span{font-weight:700}.product-detail__variants{display:flex;flex-wrap:wrap;gap:10px}.product-detail__variant{min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:10px;color:var(--text);cursor:pointer;background:#fff}.product-detail__variant--active{border-color:#111;box-shadow:inset 0 0 0 1px #111}.product-detail__purchase{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:4px 0 12px}.qty-control--detail{min-width:128px;justify-content:space-between}.product-detail__add{min-width:260px;min-height:58px;text-transform:uppercase;letter-spacing:.06em}.product-detail__info-grid{display:grid;grid-template-columns:1fr;gap:14px}.product-detail__info-grid article{padding:0 0 14px;border-bottom:1px solid var(--line);background:transparent}.product-detail__info-grid span{display:block;margin-bottom:6px;color:var(--muted)}.product-detail__related{margin-top:56px}.empty-state{display:grid;gap:12px;justify-items:start}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:24px;border-radius:28px}.cart-item__copy{display:grid;gap:8px}.cart-item__copy h3{margin-bottom:0}.cart-item__actions{display:grid;justify-items:end;gap:12px}.qty-control{display:inline-flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--line);border-radius:999px;background:#fffcf7ad}.qty-control button{width:34px;height:34px;color:#000;background:#0000000f}.qty-control span{min-width:18px;text-align:center;font-weight:700}.text-button{border:0;cursor:pointer;color:#000}.shipping-progress{padding:16px 18px;border:1px solid var(--line-strong);border-radius:20px;background:#fffcf79e}.shipping-progress p{margin:0}.benefits{display:grid;grid-template-columns:.95fr 1.05fr;gap:20px}.benefits__panel,.benefits__list{padding:32px;border-radius:32px}.benefits__list{display:grid;gap:16px}.benefit-item{display:grid;grid-template-columns:14px 1fr;gap:14px;align-items:start}.benefit-item span{width:14px;height:14px;margin-top:8px;border-radius:999px;background:linear-gradient(180deg,#222,#000);box-shadow:0 0 0 6px #00000014}.ritual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ritual-card span{display:inline-flex;margin-bottom:18px;color:var(--accent-strong);font-family:Cormorant Garamond,serif;font-size:2.3rem}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-card footer{margin-top:18px;color:var(--accent-strong);font-weight:700}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;padding:36px;border-radius:32px}.contact-stack{display:grid;gap:16px}.contact-card{display:grid;gap:10px}.contact-card strong{font-size:2rem}.footer{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px;width:100%;margin-bottom:0;padding:34px 32px;border-radius:0;color:#fff;background:#000;box-shadow:none}.footer p{max-width:380px;color:#ffffffad}.footer__brand{display:flex;align-items:center}.footer__logo{display:block;width:140px;max-width:100%;height:auto}.footer a{display:block;color:#fff;font-weight:600}.footer a:hover{color:#c9a35f}.footer span{color:#ffffff9e}@media (max-width: 1100px){.nav{flex-wrap:wrap}.hero__content,.benefits,.newsletter,.product-grid,.category-grid,.ritual-grid,.shop-layout,.product-detail__hero{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__copy{grid-column:1 / -1}.hero__panel{min-height:440px;grid-column:1 / -1}}@media (max-width: 780px){.cart-toast{top:126px;right:8px;width:calc(100vw - 16px)}.hero{padding:128px 0 14px}.hero__content,.section,.footer,.product-detail{width:calc(100% - 16px)}.nav{top:0;left:0;right:0;width:100%;gap:16px;justify-content:flex-start;flex-wrap:wrap;padding:14px 18px;border-radius:0 0 22px 22px}.topbar__inner{gap:18px;flex-wrap:wrap;justify-content:flex-start}.topbar__item{flex:1 1 260px}.nav__search{order:3;flex-basis:100%;max-width:none;min-width:0;margin:0}.nav__search input{min-height:52px}.nav__right{order:4;width:100%;flex-wrap:wrap;justify-content:flex-start}.nav__cart-wrap{width:100%}.nav__links{width:100%;flex-wrap:wrap;gap:14px 18px}.nav__cart{width:100%}.brand__mark{width:96px;height:96px;border-radius:20px}.hero__content,.category-grid,.product-grid,.benefits,.ritual-grid,.testimonial-grid,.newsletter,.footer,.shop-layout,.product-detail__hero,.product-detail__info-grid{grid-template-columns:1fr}.hero__content{padding-top:36px}.hero-carousel__slide{min-height:320px}.hero-carousel__overlay{left:18px;right:18px;bottom:72px;max-width:none;padding:22px}.hero-carousel__controls{right:18px;left:18px;justify-content:space-between}.hero__stats{grid-template-columns:1fr}.hero__panel{min-height:auto}.floating-note{position:static;width:100%;margin-top:14px}.section{padding-bottom:56px}.section-heading--split{align-items:start;flex-direction:column}.newsletter{padding:26px}.product-detail__content{padding:24px}.product-detail__purchase{align-items:start;flex-direction:column}.footer{padding:24px}}@media (max-width: 560px){.cart-toast{top:118px}.cart-toast__product{grid-template-columns:72px 1fr;gap:12px;padding-right:46px}.cart-toast__product img{width:72px;height:88px}.cart-toast__copy h3{font-size:.95rem}.cart-toast__summary{font-size:.96rem}.header-cart{padding:18px;border-radius:20px}.header-cart__item{grid-template-columns:68px minmax(0,1fr)}.header-cart__item img{width:68px;height:82px}.header-cart__item-meta{grid-column:1 / -1;justify-items:start}.topbar{padding:14px 16px}.topbar__item{gap:10px}.topbar__icon{width:42px;height:42px}.topbar__item strong,.topbar__item small{font-size:.82rem}.hero-card,.catalog-toolbar,.benefits__panel,.benefits__list,.newsletter,.category-card,.ritual-card,.testimonial-card,.contact-card,.cart-item{padding:22px}.hero-card h2{font-size:2.5rem}.hero-carousel{border-radius:0 0 24px 24px}.hero-carousel__controls>button{min-height:38px;padding:0 14px;font-size:.82rem}.product-card__footer{align-items:start;flex-direction:column}.product-card__footer button,.button,.header-cart__cta{width:100%}.chip-row{gap:8px}}.page-shell--loading{min-height:60vh;display:grid;place-items:center;color:#6b6b6b;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.site-alert{background:#7a1f1a;color:#fff;text-align:center;padding:10px 16px;font-size:13px}:root{--nav-h: 132px}html{overflow-x:clip}.contact-card strong,.newsletter__copy h2,.product-card__body h3,.cart-item__copy h3{overflow-wrap:anywhere}@media (max-width: 780px){.newsletter>*,.contact-stack>*,.section>*,.footer>*,.product-detail>*,.product-detail__hero>*,.product-detail__sidebar>*,.product-detail__content>*,.product-detail__info-grid>*{min-width:0}.product-detail img,.product-detail__accord-bar{max-width:100%}.contact-card strong{font-size:1.3rem;line-height:1.35}.nav{align-items:center;gap:10px 12px;padding:12px 16px;border-radius:0 0 20px 20px}.brand{order:1;flex:0 0 auto}.brand__mark{width:44px;height:44px;border-radius:12px}.nav__right{order:2;flex:1 1 auto;width:auto;gap:12px;flex-wrap:nowrap;align-items:center;justify-content:flex-end}.nav__links{width:auto;gap:14px;flex-wrap:nowrap}.nav__links a{display:inline-flex;align-items:center;min-height:44px;font-size:.95rem;white-space:nowrap}.nav__cart-wrap{width:auto;flex:0 0 auto;position:static}.header-cart{position:fixed;top:calc(var(--nav-h) + 8px);left:8px;right:8px;bottom:auto;width:auto;max-width:none;max-height:calc(100vh - var(--nav-h) - 24px);overflow-y:auto;overscroll-behavior:contain;z-index:50}.nav__cart{width:auto;min-height:44px;white-space:nowrap}.nav__search{order:3;flex:1 1 100%}.hero,.product-detail-page{padding-top:calc(var(--nav-h) + 12px)}.cart-toast{top:calc(var(--nav-h) + 10px)}.hero-carousel__slide{display:flex;flex-direction:column;min-height:0}.hero-carousel__slide img{flex:0 0 auto;height:auto;aspect-ratio:1600 / 720}.hero-carousel__overlay{position:static;flex:1 1 auto;max-width:none;padding:18px;border:0;border-radius:0;background:#111;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-carousel__overlay h2{margin-bottom:8px;font-size:1.9rem;line-height:1.05}.hero-carousel__overlay p{margin:0;font-size:.95rem}.hero-carousel{display:flex;flex-direction:column}.hero-carousel__track{flex:0 0 auto}.hero-carousel__controls{position:static;justify-content:center;gap:10px;padding:0 12px 14px;background:#111}.hero-carousel__controls>button{min-height:44px;padding:0 14px}.hero-carousel__dots{padding:10px 12px;gap:10px}.hero-carousel__dot{position:relative;width:12px;height:12px}.hero-carousel__dot:after{position:absolute;top:50%;left:50%;width:44px;height:44px;content:"";transform:translate(-50%,-50%)}.contact-card a,.category-card a,.footer a{min-height:44px;align-items:center}.product-detail__thumb img,.product-detail__gallery img,.product-detail__media img{max-height:62vh;object-fit:cover}.text-link{display:inline-flex;align-items:center;min-height:44px}}@media (max-width: 560px){.nav__links{gap:10px}.nav__links a{font-size:.9rem}.contact-card strong{font-size:1.15rem}}@media (max-width: 370px){.nav__right{flex-wrap:wrap;row-gap:6px}.nav__links{gap:12px}.nav__cart{padding:10px 16px}}
