.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);transition:background .4s ease,border-color .4s ease;border-bottom:1px solid transparent}.header--scrolled,.header:not(.header--home){background:#0a0808f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--border)}.header__inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header__logo{font-family:var(--font-display);font-size:1.6rem;font-style:italic;font-weight:400;color:var(--creme);letter-spacing:.05em;justify-self:center;transition:color .3s}.header__logo:hover{color:var(--rose-light)}.header__nav{display:flex;gap:2rem}.header__nav a{font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--creme-dim);transition:color .3s}.header__nav a:hover,.header__nav a.active{color:var(--rose-light)}.header__actions{display:flex;align-items:center;gap:1.5rem;justify-self:end}.header__link{font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--creme-dim);transition:color .3s}.header__link:hover{color:var(--rose-light)}.header__cart{position:relative;color:var(--creme-dim);transition:color .3s;display:flex;align-items:center}.header__cart:hover{color:var(--rose-light)}.header__badge{position:absolute;top:-6px;right:-8px;background:var(--rose);color:var(--noir);font-size:.6rem;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 600px){.header__inner{grid-template-columns:auto 1fr auto}.header__logo{justify-self:start;order:1}.header__nav{order:2;justify-content:center;gap:1.2rem}.header__actions{order:3;justify-self:end}}.footer{margin-top:6rem;border-top:1px solid var(--border);padding-top:4rem;padding-bottom:2rem}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.footer__logo{font-family:var(--font-display);font-size:1.8rem;font-style:italic;color:var(--rose-light);margin-bottom:1rem}.footer__tagline{font-size:.85rem;color:var(--creme-dim);line-height:1.8}.footer__title{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--rose);margin-bottom:1.2rem}.footer__links{display:flex;flex-direction:column;gap:.6rem}.footer__links a{font-size:.85rem;color:var(--creme-dim);transition:color .3s}.footer__links a:hover{color:var(--rose-light)}.footer__bottom{display:flex;justify-content:space-between;padding-top:1.5rem;font-size:.75rem;color:var(--rose-dark);opacity:.6}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:.5rem}}.product-card{display:block;animation:fadeUp .6s ease forwards;opacity:0}.product-card:nth-child(1){animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card__visual{position:relative;aspect-ratio:3/4;background:var(--noir-card);border:1px solid var(--border);border-radius:2px;overflow:hidden;transition:border-color .4s}.product-card:hover .product-card__visual{border-color:var(--border-hover)}.product-card__badge{position:absolute;top:1rem;left:1rem;font-size:.6rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--noir);background:var(--rose);padding:.3rem .7rem;border-radius:20px;z-index:2}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a080880;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.5rem;opacity:0;transition:opacity .4s}.product-card__overlay span{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--rose-light);border-bottom:1px solid var(--rose-light);padding-bottom:2px}.product-card:hover .product-card__overlay{opacity:1}.product-card__info{padding:1rem .25rem 0}.product-card__category{font-size:.65rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--rose-dark)}.product-card__name{font-family:var(--font-display);font-size:1rem;font-weight:400;color:var(--creme);margin:.25rem 0 .4rem;line-height:1.3}.product-card__price{font-size:.85rem;font-weight:400;color:var(--rose)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__orb{position:absolute;border-radius:50%;filter:blur(80px)}.hero__orb--1{width:500px;height:500px;background:radial-gradient(circle,rgba(212,165,165,.12) 0%,transparent 70%);top:-100px;right:-100px}.hero__orb--2{width:350px;height:350px;background:radial-gradient(circle,rgba(212,165,165,.07) 0%,transparent 70%);bottom:0;left:10%}.hero__content{position:relative;z-index:1;padding-top:var(--nav-h)}.hero__eyebrow{font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:1.5rem;animation:fadeUp .8s ease forwards;opacity:0}.hero__title{font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:400;line-height:1.05;color:var(--creme);margin-bottom:1.5rem;animation:fadeUp .8s .15s ease forwards;opacity:0}.hero__title em{color:var(--rose-light);display:block}.hero__subtitle{font-size:1rem;color:var(--creme-dim);line-height:1.8;max-width:420px;margin-bottom:2.5rem;animation:fadeUp .8s .3s ease forwards;opacity:0}.hero__cta{display:flex;gap:1.5rem;align-items:center;animation:fadeUp .8s .45s ease forwards;opacity:0}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll span{display:block;width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--rose-dark));margin:0 auto;animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%,to{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}}.btn{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:.9rem 2rem;border-radius:2px;transition:all .3s}.btn--primary{background:var(--rose);color:var(--noir)}.btn--primary:hover{background:var(--rose-light)}.btn--ghost{color:var(--creme-dim);border-bottom:1px solid var(--border)}.btn--ghost:hover{color:var(--rose-light);border-bottom-color:var(--rose)}.section{padding:6rem 0}.section__header{display:flex;align-items:baseline;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.section__eyebrow{font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--rose-dark)}.section__title{font-family:var(--font-display);font-size:2rem;font-weight:400;color:var(--creme);flex:1}.section__link{font-size:.75rem;letter-spacing:.1em;color:var(--rose);transition:color .3s}.section__link:hover{color:var(--rose-light)}.product-grid{display:grid;gap:2rem}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.banner{background:var(--noir-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0}.banner__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.banner__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;color:var(--creme);margin:1rem 0 1.5rem;line-height:1.2}.banner__title em{color:var(--rose-light)}.banner__desc{color:var(--creme-dim);font-size:.9rem;line-height:1.9;margin-bottom:2rem;max-width:400px}.banner__visual{display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative}.banner__circle{width:200px;height:200px;border-radius:50%;border:1px solid var(--border);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.banner__stat{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.banner__stat strong{font-family:var(--font-display);font-size:2.5rem;font-weight:400;color:var(--rose)}.banner__stat span{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--creme-dim)}@media (max-width: 900px){.product-grid--3{grid-template-columns:repeat(2,1fr)}.banner__inner{grid-template-columns:1fr}.banner__visual{flex-direction:row;justify-content:center}.banner__circle{display:none}}@media (max-width: 600px){.product-grid--2,.product-grid--3{grid-template-columns:1fr}.hero__cta{flex-direction:column;align-items:flex-start}}.catalogue{padding-top:var(--nav-h)}.catalogue__hero{padding:5rem 0 3rem;border-bottom:1px solid var(--border)}.catalogue__eyebrow{font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:1rem;animation:fadeUp .6s ease forwards;opacity:0}.catalogue__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;color:var(--creme);margin-bottom:1rem;animation:fadeUp .6s .1s ease forwards;opacity:0}.catalogue__subtitle{font-size:.85rem;color:var(--creme-dim);animation:fadeUp .6s .2s ease forwards;opacity:0}.catalogue__body{padding:3rem 0 6rem}.catalogue__filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.filter-btn{font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--creme-dim);border:1px solid var(--border);padding:.5rem 1.2rem;border-radius:20px;transition:all .3s;background:transparent}.filter-btn:hover{color:var(--rose-light);border-color:var(--border-hover)}.filter-btn--active{background:var(--rose);color:var(--noir);border-color:var(--rose)}.catalogue__count{font-size:.75rem;color:var(--rose-dark);letter-spacing:.1em;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}@media (max-width: 900px){.product-grid--3{grid-template-columns:repeat(2,1fr)}}.product-page{padding-top:var(--nav-h)}.breadcrumb{display:flex;align-items:center;gap:.75rem;padding:1.5rem 0;font-size:.7rem;color:var(--creme-dim);letter-spacing:.05em;border-bottom:1px solid var(--border)}.breadcrumb a{color:var(--creme-dim);transition:color .3s}.breadcrumb a:hover{color:var(--rose-light)}.breadcrumb span:last-child{color:var(--rose)}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding:4rem 0;align-items:start}.product-visual{position:relative;position:sticky;top:calc(var(--nav-h) + 2rem)}.product-visual__frame{aspect-ratio:3/4;background:var(--noir-card);border:1px solid var(--border);border-radius:2px;overflow:hidden;animation:fadeIn .6s ease forwards}.product-visual__badge{position:absolute;top:1.5rem;left:1.5rem}.product-visual__badge span{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--noir);background:var(--rose);padding:.3rem .9rem;border-radius:20px}.product-info{animation:fadeUp .7s ease forwards;opacity:0}.product-info__category{font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:.75rem}.product-info__name{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;color:var(--creme);line-height:1.2;margin-bottom:.5rem}.product-info__volume{font-size:.8rem;color:var(--creme-dim);margin-bottom:1.5rem}.product-info__price{font-family:var(--font-display);font-size:1.8rem;font-weight:400;color:var(--rose);margin-bottom:1.5rem}.product-info__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.product-info__desc{font-size:.9rem;color:var(--creme-dim);line-height:1.9;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.product-info__btn{display:block;width:100%;padding:1rem;background:var(--rose);color:var(--noir);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border-radius:2px;transition:all .3s;margin-bottom:1rem}.product-info__btn:hover{background:var(--rose-light)}.product-info__btn--added{background:transparent;color:var(--rose);border:1px solid var(--border-hover)}.product-info__cart-link{display:block;text-align:center;font-size:.75rem;letter-spacing:.1em;color:var(--creme-dim);margin-bottom:2.5rem;transition:color .3s}.product-info__cart-link:hover{color:var(--rose-light)}.product-tabs{border:1px solid var(--border);border-radius:2px;overflow:hidden}.product-tabs__nav{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.product-tabs__btn{padding:.9rem;font-size:.7rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--creme-dim);background:transparent;border-right:1px solid var(--border);transition:all .3s}.product-tabs__btn:last-child{border-right:none}.product-tabs__btn:hover{color:var(--rose-light);background:var(--noir-hover)}.product-tabs__btn--active{color:var(--rose);background:var(--noir-hover)}.product-tabs__content{padding:1.5rem;font-size:.85rem;color:var(--creme-dim);line-height:1.9}.product-tabs__ingredients{font-size:.75rem;color:var(--rose-dark);letter-spacing:.03em}.product-related{padding:4rem 0 6rem;border-top:1px solid var(--border)}.product-not-found{padding:10rem 0;text-align:center;color:var(--creme-dim)}.product-not-found a{display:block;margin-top:1rem;color:var(--rose)}@media (max-width: 900px){.product-main{grid-template-columns:1fr;gap:2rem}.product-visual{position:static;max-width:400px;margin:0 auto}.product-grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.product-grid--3{grid-template-columns:1fr}}.cart{padding-top:var(--nav-h)}.cart__hero{padding:4rem 0 2rem;border-bottom:1px solid var(--border)}.cart__eyebrow{font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:.75rem}.cart__title{font-family:var(--font-display);font-size:2.5rem;font-weight:400;color:var(--creme)}.cart__body{display:grid;grid-template-columns:1fr 360px;gap:4rem;padding:3rem 0 6rem;align-items:start}.cart__items{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--border);animation:fadeUp .5s ease forwards;opacity:0}.cart-item:nth-child(1){animation-delay:.05s}.cart-item:nth-child(2){animation-delay:.1s}.cart-item:nth-child(3){animation-delay:.15s}.cart-item__visual{width:90px;height:120px;background:var(--noir-card);border:1px solid var(--border);border-radius:2px;overflow:hidden;flex-shrink:0}.cart-item__category{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:.3rem}.cart-item__name{font-family:var(--font-display);font-size:1rem;font-weight:400;color:var(--creme);margin-bottom:.3rem}.cart-item__volume{font-size:.75rem;color:var(--creme-dim)}.cart-item__controls{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cart-item__qty{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:2px;overflow:hidden}.cart-item__qty button{width:32px;height:32px;color:var(--creme-dim);font-size:1rem;transition:all .3s;background:transparent}.cart-item__qty button:hover{background:var(--noir-hover);color:var(--rose-light)}.cart-item__qty span{width:36px;text-align:center;font-size:.85rem;color:var(--creme);border-left:1px solid var(--border);border-right:1px solid var(--border);line-height:32px}.cart-item__price{font-family:var(--font-display);font-size:1.1rem;color:var(--rose)}.cart-item__remove{font-size:.65rem;letter-spacing:.1em;color:var(--rose-dark);text-transform:uppercase;transition:color .3s;background:transparent}.cart-item__remove:hover{color:var(--rose-light)}.cart__summary{background:var(--noir-card);border:1px solid var(--border);border-radius:2px;padding:2rem;position:sticky;top:calc(var(--nav-h) + 2rem);animation:fadeUp .6s .2s ease forwards;opacity:0}.cart__summary-title{font-family:var(--font-display);font-size:1.2rem;font-weight:400;color:var(--creme);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.cart__summary-lines{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.cart__summary-line{display:flex;justify-content:space-between;font-size:.85rem;color:var(--creme-dim)}.cart__shipping-hint{font-size:.72rem;color:var(--rose-dark);font-style:italic;text-align:center;margin-top:.5rem}.cart__summary-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-top:1px solid var(--border);margin-top:.5rem;margin-bottom:1.5rem}.cart__summary-total span:first-child{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--creme-dim)}.cart__summary-total span:last-child{font-family:var(--font-display);font-size:1.5rem;color:var(--rose)}.cart__checkout-btn{display:block;width:100%;padding:1rem;background:var(--rose);color:var(--noir);font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border-radius:2px;transition:background .3s;margin-bottom:1rem}.cart__checkout-btn:hover{background:var(--rose-light)}.cart__continue{display:block;text-align:center;font-size:.72rem;letter-spacing:.1em;color:var(--creme-dim);transition:color .3s}.cart__continue:hover{color:var(--rose-light)}.cart-empty{padding-top:var(--nav-h);min-height:100vh;display:flex;align-items:center}.cart-empty__inner{text-align:center;padding:4rem 0}.cart-empty__icon{font-size:2rem;color:var(--rose-dark);margin-bottom:1.5rem}.cart-empty__title{font-family:var(--font-display);font-size:2rem;font-weight:400;color:var(--creme);margin-bottom:1rem}.cart-empty__desc{color:var(--creme-dim);font-size:.9rem;margin-bottom:2rem}@media (max-width: 900px){.cart__body{grid-template-columns:1fr;gap:2rem}.cart__summary{position:static}}@media (max-width: 600px){.cart-item{grid-template-columns:70px 1fr;grid-template-rows:auto auto}.cart-item__controls{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid var(--border)}}:root{--noir: #0a0808;--noir-card: #130f0f;--noir-hover: #1c1616;--rose: #d4a5a5;--rose-light: #e8c8c8;--rose-dark: #a07070;--creme: #f5efec;--creme-dim: #c4b8b4;--border: rgba(212, 165, 165, .15);--border-hover:rgba(212, 165, 165, .4);--font-display: "Playfair Display", Georgia, serif;--font-body: "Jost", sans-serif;--nav-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--noir);color:var(--creme);font-family:var(--font-body);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;font-family:var(--font-body);border:none;background:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--noir)}::-webkit-scrollbar-thumb{background:var(--rose-dark);border-radius:3px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.tag{display:inline-block;font-family:var(--font-body);font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--rose);border:1px solid var(--border);padding:.25rem .75rem;border-radius:20px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:fadeUp .7s ease forwards}
