:root{--color-accent: #8f0d23;--color-accent-dark: #111111;--color-text: #1b1617;--color-background: #ffffff;--color-surface: #faf6ef;--color-gold: #b9934f;--color-border: #eadfe1;--color-muted: #6d6466;--shadow-sm: 0 4px 18px rgba(48, 10, 18, .08);--shadow-md: 0 15px 40px rgba(48, 10, 18, .13);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 26px;--page-width: 1240px;--header-height: 78px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:var(--color-background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{line-height:1.18;letter-spacing:-.025em}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding-block:70px}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-header--center{display:block;max-width:720px;margin:0 auto 34px;text-align:center}.section-kicker{margin-bottom:8px;color:var(--color-accent);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.section-title{margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-copy{max-width:650px;margin-bottom:0;color:var(--color-muted)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:12px 24px;border:1px solid transparent;border-radius:999px;font-weight:800;line-height:1.2;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--primary{color:#fff;background:var(--color-accent);box-shadow:0 10px 24px #c8102e38}.button--primary:hover{background:var(--color-accent-dark)}.button--secondary{border-color:var(--color-accent);color:var(--color-accent);background:#fff}.button--white{color:var(--color-accent-dark);background:#fff}.button--full{width:100%}.text-link{color:var(--color-accent);font-weight:800}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 16px;color:#fff;background:#111;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.announcement{position:relative;z-index:60;color:#fff;background:var(--color-accent)}.announcement__track{display:flex;min-height:38px;align-items:center;justify-content:center;gap:44px;padding:7px 16px;overflow:hidden;font-size:.84rem;font-weight:750;white-space:nowrap}.announcement__item{display:inline-flex;align-items:center;gap:7px}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid rgba(200,16,46,.1);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__inner{display:grid;min-height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.header__brand{display:flex;align-items:center;gap:10px}.header__logo{width:auto;height:auto;max-height:62px}.header__wordmark{color:var(--color-accent);font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:800;letter-spacing:.04em}.header__nav-list,.footer__links,.mobile-nav__list{margin:0;padding:0;list-style:none}.header__nav-list{display:flex;align-items:center;justify-content:center;gap:25px}.header__nav-link{display:inline-flex;align-items:center;gap:5px;padding-block:26px;font-size:.92rem;font-weight:750;transition:color .2s ease}.header__dropdown-wrap{position:relative}.header__dropdown{position:absolute;top:calc(100% - 10px);left:-18px;width:230px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-md);opacity:0;transform:translateY(8px);visibility:hidden;transition:all .2s ease}.header__dropdown-wrap:hover .header__dropdown,.header__dropdown-wrap:focus-within .header__dropdown{opacity:1;transform:translateY(0);visibility:visible}.header__dropdown a{display:block;padding:9px 11px;border-radius:8px;font-size:.9rem}.header__dropdown a:hover{color:var(--color-accent);background:var(--color-surface)}.header__actions{display:flex;align-items:center;gap:6px}.header__icon-button{position:relative;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent}.header__icon-button:hover{color:var(--color-accent);background:var(--color-surface)}.header__icon-button svg{width:21px;height:21px}.cart-count{position:absolute;top:2px;right:0;display:grid;min-width:18px;height:18px;place-items:center;padding-inline:4px;border:2px solid #fff;border-radius:99px;color:#fff;background:var(--color-accent);font-size:.64rem;font-weight:800}.header__menu-button{display:none}.search-panel{display:none;padding:12px 0 18px;border-top:1px solid var(--color-border)}.search-panel.is-open{display:block}.search-form{display:flex;max-width:720px;margin-inline:auto;gap:10px}.field,.select{width:100%;min-height:48px;padding:11px 15px;border:1px solid var(--color-border);border-radius:12px;outline:none;background:#fff}.field:focus,.select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #c8102e1a}.mobile-nav{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:none}.mobile-nav.is-open{display:block}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f040794}.mobile-nav__drawer{position:relative;width:min(88vw,390px);height:100%;padding:22px;overflow-y:auto;background:#fff}.mobile-nav__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.mobile-nav__list>li{border-bottom:1px solid var(--color-border)}.mobile-nav__list a,.mobile-nav summary{display:block;padding:14px 2px;font-weight:750;cursor:pointer}.mobile-nav__children{padding:0 0 12px 16px;list-style:none}.hero{position:relative;min-height:min(72vh,760px);overflow:hidden;color:#fff;background:radial-gradient(circle at 75% 35%,rgba(255,190,195,.35),transparent 28%),linear-gradient(115deg,#35030b,#8f0920 45%,#d7193a)}.hero__media,.hero__illustration,.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__illustration{right:1%;left:auto;display:flex;width:56%;align-items:flex-end;justify-content:center;pointer-events:none}.hero__illustration img{width:min(100%,720px);max-height:94%;object-fit:contain;object-position:bottom right}.hero__overlay{background:linear-gradient(90deg,rgba(25,0,5,.82),rgba(25,0,5,.24) 62%,transparent)}.hero__content{position:relative;z-index:2;display:flex;min-height:min(72vh,760px);align-items:center}.hero__copy{max-width:650px;padding-block:80px}.hero__eyebrow{display:inline-flex;margin-bottom:18px;padding:7px 14px;border:1px solid rgba(255,255,255,.45);border-radius:99px;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero h1{margin-bottom:22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,6vw,5.5rem)}.hero__text{max-width:590px;margin-bottom:30px;color:#ffffffe0;font-size:clamp(1rem,2vw,1.2rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.trust-bar{color:#fff;background:#111}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-bar__item{display:flex;min-height:90px;align-items:center;justify-content:center;gap:12px;padding:18px;border-right:1px solid rgba(255,255,255,.15)}.trust-bar__item:last-child{border-right:0}.trust-bar__item svg{width:28px;min-width:28px;height:28px;color:#ff6c82}.trust-bar__item strong,.trust-bar__item span{display:block}.trust-bar__item strong{font-size:.92rem}.trust-bar__item span{color:#ffffffa8;font-size:.76rem}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;min-height:360px;overflow:hidden;border-radius:var(--radius-lg);color:#fff;background:linear-gradient(145deg,#751027,#e8546e);box-shadow:var(--shadow-sm)}.category-card__image,.category-card__image img,.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.category-card__image img{object-fit:cover;transition:transform .45s ease}.category-card:hover .category-card__image img{transform:scale(1.05)}.category-card__overlay{background:linear-gradient(0deg,rgba(27,1,7,.82),transparent 64%)}.category-card__content{position:absolute;z-index:2;right:22px;bottom:22px;left:22px}.category-card__content h3{margin-bottom:5px;font-family:Georgia,Times New Roman,serif;font-size:1.65rem}.category-card__content span{font-size:.82rem;font-weight:750}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1.15;background:#faf7f8}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badge{position:absolute;z-index:2;top:13px;left:13px;padding:6px 10px;border-radius:99px;color:#fff;background:var(--color-accent);font-size:.7rem;font-weight:850}.product-card__content{display:flex;flex:1;flex-direction:column;padding:17px}.product-card__vendor{margin-bottom:5px;color:var(--color-accent);font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-card__title{display:-webkit-box;min-height:2.8em;margin-bottom:11px;overflow:hidden;font-size:.94rem;font-weight:750;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__title:hover{color:var(--color-accent)}.price{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:15px}.price__current{color:var(--color-accent);font-size:1.05rem;font-weight:850}.price__compare{color:#988e90;font-size:.83rem;text-decoration:line-through}.product-card__form{margin-top:auto}.product-card__form .button{min-height:42px;padding:10px 14px;font-size:.83rem}.promo{position:relative;min-height:440px;overflow:hidden;border-radius:var(--radius-lg);color:#fff;background:linear-gradient(110deg,#27020a,#a30b27)}.promo__media,.promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.promo__media img{width:100%;height:100%;object-fit:cover}.promo__overlay{background:linear-gradient(90deg,#1d0107e6,#1d01073d)}.promo__content{position:relative;z-index:2;display:flex;min-height:440px;max-width:590px;flex-direction:column;align-items:flex-start;justify-content:center;padding:55px}.promo h2{margin-bottom:14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,5vw,4.1rem)}.promo p{margin-bottom:25px;color:#ffffffd1}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit-card{padding:30px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;text-align:center}.benefit-card__icon{display:grid;width:58px;height:58px;margin:0 auto 18px;place-items:center;border-radius:50%;color:var(--color-accent);background:var(--color-surface)}.benefit-card__icon svg{width:28px;height:28px}.benefit-card h3{margin-bottom:8px}.benefit-card p{margin-bottom:0;color:var(--color-muted);font-size:.92rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial{padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.testimonial__stars{display:flex;gap:3px;margin-bottom:15px;color:#f2a900}.testimonial__stars svg{width:17px;height:17px;fill:currentColor;stroke:currentColor}.testimonial blockquote{margin:0 0 18px;color:#423b3d}.testimonial__author{display:flex;align-items:center;justify-content:space-between;gap:10px}.testimonial__verified{color:#14834a;font-size:.72rem;font-weight:800}.faq{max-width:850px;margin-inline:auto}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;font-weight:800;cursor:pointer;list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";color:var(--color-accent);font-size:1.5rem}.faq__item[open] summary:after{content:"\2212"}.faq__answer{padding:0 0 20px;color:var(--color-muted)}.newsletter{padding:50px;border-radius:var(--radius-lg);color:#fff;background:linear-gradient(115deg,var(--color-accent-dark),var(--color-accent));text-align:center}.newsletter h2{margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem)}.newsletter p{color:#fffc}.newsletter__form{display:flex;max-width:570px;margin:23px auto 0;gap:10px}.newsletter__form .field{border-color:transparent}.form-success{color:#0b6b3c;font-weight:750}.site-footer{color:#fff;background:#111}.footer__grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:50px;padding-block:65px 45px}.footer__brand{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:800}.footer__description,.footer__contact,.footer__links a{color:#ffffffa3}.footer__description{max-width:360px;margin:15px 0 20px}.footer__contact{display:grid;gap:6px;font-size:.88rem}.footer__column h3{margin-bottom:18px;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase}.footer__links{display:grid;gap:10px}.footer__links a:hover{color:#fff}.social-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.social-links a{display:grid;min-width:38px;height:38px;place-items:center;padding-inline:12px;border:1px solid rgba(255,255,255,.2);border-radius:99px;color:#ffffffc7;font-size:.75rem;font-weight:750}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:20px;border-top:1px solid rgba(255,255,255,.14);color:#ffffff8c;font-size:.78rem}.payment-list{display:flex;align-items:center;gap:7px}.payment-list svg{width:38px;height:24px}.whatsapp-float{position:fixed;z-index:45;right:22px;bottom:22px;display:inline-flex;min-height:52px;align-items:center;gap:8px;padding:11px 17px;border-radius:999px;color:#fff;background:#25d366;box-shadow:0 12px 28px #0a64304d;font-size:.83rem;font-weight:850}.whatsapp-float svg{width:25px;height:25px;fill:currentColor;stroke:none}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:28px;color:var(--color-muted);font-size:.8rem}.breadcrumbs a:hover{color:var(--color-accent)}.product-page{padding-block:44px 76px}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:start;gap:56px}.product-gallery{position:sticky;top:calc(var(--header-height) + 24px)}.product-gallery__main{position:relative;overflow:hidden;aspect-ratio:1 / 1.1;border-radius:var(--radius-md);background:#f8f5f6}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide.is-active{display:block}.product-gallery__slide img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.product-gallery__thumb{overflow:hidden;aspect-ratio:1;padding:0;border:1px solid var(--color-border);border-radius:10px;background:#fff}.product-gallery__thumb.is-active{border:2px solid var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__eyebrow{margin-bottom:8px;color:var(--color-accent);font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.product-info h1{margin-bottom:17px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.2rem)}.product-info .price{margin-bottom:20px}.product-info .price__current{font-size:1.6rem}.product-info .price__compare{font-size:1rem}.stock-status{display:inline-flex;align-items:center;gap:7px;margin-bottom:20px;padding:7px 11px;border-radius:99px;color:#11663a;background:#eaf8f0;font-size:.78rem;font-weight:800}.stock-status:before{width:7px;height:7px;border-radius:50%;background:currentColor;content:""}.stock-status--low{color:#a05b00;background:#fff4df}.product-summary{margin-bottom:22px;color:var(--color-muted)}.product-form{display:grid;gap:16px}.product-form__label{display:block;margin-bottom:7px;font-size:.82rem;font-weight:800}.quantity{display:inline-flex;width:132px;min-height:46px;align-items:center;border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.quantity button{width:40px;align-self:stretch;border:0;background:#fff;font-weight:850}.quantity input{width:50px;border:0;outline:none;text-align:center;-moz-appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.product-form__buttons{display:grid;grid-template-columns:1fr;gap:10px}.shopify-payment-button__button{min-height:48px!important;border-radius:999px!important}.whatsapp-order{color:#fff;background:#128c4b}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.product-trust__item{padding:13px 8px;border:1px solid var(--color-border);border-radius:11px;text-align:center}.product-trust__item svg{width:22px;height:22px;margin:0 auto 6px;color:var(--color-accent)}.product-trust__item strong{display:block;font-size:.72rem}.product-accordions{margin-top:24px;border-top:1px solid var(--color-border)}.product-accordions details{border-bottom:1px solid var(--color-border)}.product-accordions summary{display:flex;justify-content:space-between;padding:17px 0;font-size:.9rem;font-weight:800;cursor:pointer;list-style:none}.product-accordions summary:after{content:"+";color:var(--color-accent)}.product-accordions details[open] summary:after{content:"\2212"}.product-accordions__content{padding-bottom:18px;color:var(--color-muted);font-size:.9rem}.rte>*:last-child{margin-bottom:0}.rte img{height:auto;margin-block:20px}.collection-hero{padding:60px 0 38px;background:var(--color-surface);text-align:center}.collection-hero h1,.page-title{margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,5vw,4rem)}.collection-hero__description{max-width:720px;margin:0 auto;color:var(--color-muted)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.collection-toolbar__count{color:var(--color-muted);font-size:.86rem}.collection-toolbar .select{width:auto;min-width:210px}.pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:42px}.pagination a,.pagination span{display:grid;min-width:42px;height:42px;place-items:center;padding-inline:10px;border:1px solid var(--color-border);border-radius:50%;font-size:.82rem}.pagination .current{border-color:var(--color-accent);color:#fff;background:var(--color-accent)}.cart-page,.page-main,.search-page,.blog-page,.article-page{padding-block:60px 80px}.cart-layout{display:grid;grid-template-columns:1fr 360px;align-items:start;gap:40px}.cart-items{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:20px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-md)}.cart-item__image{overflow:hidden;aspect-ratio:1;border-radius:10px;background:#f8f5f6}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{margin-bottom:4px;font-weight:800}.cart-item__variant{color:var(--color-muted);font-size:.82rem}.cart-summary{position:sticky;top:calc(var(--header-height) + 24px);padding:26px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:1.05rem}.cart-summary__row strong{font-size:1.25rem}.cart-note{margin-bottom:16px}.cart-empty{padding-block:70px;text-align:center}.page-narrow{max-width:860px;margin-inline:auto}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px}.contact-card{padding:28px;border-radius:var(--radius-md);background:var(--color-surface)}.contact-form{display:grid;gap:15px}.field-group{display:grid;grid-template-columns:1fr 1fr;gap:15px}textarea.field{min-height:150px;resize:vertical}.search-form--page{max-width:740px;margin:25px auto 45px}.article-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md)}.article-card__image{aspect-ratio:16 / 10;background:var(--color-surface)}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card__content{padding:20px}.article-card__meta{color:var(--color-muted);font-size:.76rem}.article__header{max-width:850px;margin:0 auto 35px;text-align:center}.article__image{overflow:hidden;margin-bottom:38px;border-radius:var(--radius-lg)}.article__content{max-width:800px;margin-inline:auto}.mobile-sticky-product{display:none}@media(max-width:1024px){.header__nav{display:none}.header__inner{grid-template-columns:auto 1fr auto;gap:15px}.header__menu-button{display:inline-flex}.header__brand{justify-self:center}.header__actions .header__account{display:none}.trust-bar__grid,.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1.5fr 1fr 1fr}.footer__column:last-child{grid-column:1 / -1}.product-layout{gap:34px}}@media(max-width:749px){:root{--header-height: 66px}.page-width{width:min(calc(100% - 24px),var(--page-width))}.section{padding-block:48px}.section-header{display:block}.section-header .text-link{display:inline-block;margin-top:8px}.announcement__track{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.announcement__track::-webkit-scrollbar{display:none}.header__inner{min-height:var(--header-height)}.header__wordmark{font-size:1.22rem}.header__logo{max-width:120px;max-height:50px}.header__actions{gap:0}.header__icon-button{width:38px;height:38px}.search-form{display:grid;grid-template-columns:1fr auto}.hero,.hero__content{min-height:620px}.hero__overlay{background:linear-gradient(0deg,#190005e0,#19000533)}.hero__illustration{right:-22%;width:110%;opacity:.48}.hero__content{align-items:flex-end}.hero__copy{padding:55px 0}.hero h1{font-size:2.8rem}.trust-bar__grid{grid-template-columns:1fr 1fr}.trust-bar__item{min-height:82px;justify-content:flex-start;border-bottom:1px solid rgba(255,255,255,.15)}.trust-bar__item:nth-child(2){border-right:0}.category-grid{grid-template-columns:1fr 1fr;gap:12px}.category-card{min-height:250px}.category-card__content{right:15px;bottom:15px;left:15px}.category-card__content h3{font-size:1.2rem}.product-grid{gap:12px}.product-card__content{padding:13px}.product-card__title{font-size:.82rem}.product-card__vendor{font-size:.6rem}.product-card__form .button{padding-inline:7px;font-size:.73rem}.promo,.promo__content{min-height:480px}.promo__overlay{background:linear-gradient(0deg,#1d0107e6,#1d01071f)}.promo__content{justify-content:flex-end;padding:30px 23px}.benefits-grid,.testimonial-grid,.article-card-grid{grid-template-columns:1fr}.newsletter{padding:36px 20px}.newsletter__form{display:grid}.footer__grid{grid-template-columns:1fr 1fr;gap:35px 22px}.footer__about{grid-column:1 / -1}.footer__column:last-child{grid-column:1 / -1}.footer__bottom{align-items:flex-start;flex-direction:column}.whatsapp-float{right:14px;bottom:78px;width:50px;min-height:50px;justify-content:center;padding:0}.whatsapp-float span{display:none}.product-page{padding-top:22px}.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.product-info h1{font-size:2rem}.product-trust{gap:6px}.product-trust__item{padding:11px 4px}.mobile-sticky-product.is-visible{position:fixed;z-index:44;right:0;bottom:0;left:0;display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-top:1px solid var(--color-border);background:#fff;box-shadow:0 -8px 24px #2d08101a}.mobile-sticky-product strong,.mobile-sticky-product span{display:block;max-width:170px;overflow:hidden;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.mobile-sticky-product span{color:var(--color-accent);font-weight:850}.mobile-sticky-product .button{min-height:43px;padding:9px 16px;font-size:.76rem}.collection-toolbar{align-items:flex-start;flex-direction:column}.collection-toolbar .select{width:100%}.cart-layout,.contact-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:82px 1fr}.cart-item__total{grid-column:2}.cart-summary{position:static}.field-group{grid-template-columns:1fr}}@media(max-width:420px){.category-grid{grid-template-columns:1fr}.category-card{min-height:310px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--color-border: #e6dccd;--color-muted: #6f6567;--shadow-sm: 0 12px 34px rgba(64, 22, 29, .07);--shadow-md: 0 24px 64px rgba(64, 22, 29, .13);--radius-sm: 2px;--radius-md: 3px;--radius-lg: 4px;--page-width: 1320px;--header-height: 84px}body{color:var(--color-text);background:#fff;font-family:var(--font-body),"Helvetica Neue",sans-serif;font-style:var(--font-body-style);font-weight:var(--font-body-weight);letter-spacing:.005em}h1,h2,h3,h4,.section-title,.collection-hero h1,.page-title,.newsletter h2,.product-info h1,.promo h2{font-family:var(--font-heading),Georgia,serif;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.035em}.section{padding-block:94px}.section--soft{background:var(--color-surface)}.section-header{margin-bottom:42px}.section-header--center{max-width:780px;margin-bottom:48px}.section-kicker{margin-bottom:12px;color:var(--color-gold);font-size:.7rem;font-weight:700;letter-spacing:.25em}.section-title{color:var(--color-accent-dark);font-size:clamp(2.35rem,4.5vw,4.25rem);font-weight:400}.section-copy{color:var(--color-muted);font-size:1rem}.button{min-height:50px;padding:14px 27px;border-radius:1px;font-size:.76rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.button--primary{background:var(--color-accent);box-shadow:none}.button--primary:hover{background:var(--color-accent-dark);box-shadow:0 12px 28px #5b071533}.button--secondary{border-color:var(--color-gold);color:var(--color-accent-dark)}.text-link,.luxury-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--color-accent-dark);font-size:.75rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.text-link{padding-bottom:4px;border-bottom:1px solid var(--color-gold)}.announcement{background:var(--color-accent-dark)}.announcement__track{min-height:34px;color:#fffaf1;font-size:.69rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.announcement__item svg{color:var(--color-gold)}.site-header{border-bottom:1px solid rgba(185,147,79,.38);background:#fffffff7}.header__inner{min-height:var(--header-height);grid-template-columns:minmax(180px,auto) 1fr auto}.header__logo{max-height:66px}.header__nav-list{gap:clamp(17px,2.2vw,34px)}.header__nav-link{padding-block:30px;color:#332a2c;font-size:.73rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.header__nav-link:hover,.header__nav-link[aria-current=page]{color:var(--color-accent)}.header__dropdown{border-color:var(--color-border);border-radius:0}.header__icon-button{border-radius:0}.header__icon-button:hover{color:var(--color-accent);background:transparent}.cart-count{border-color:#fff;background:var(--color-gold)}.field,.select{border-color:var(--color-border);border-radius:0}.field:focus,.select:focus{border-color:var(--color-gold);box-shadow:0 0 0 2px #b9934f1f}.luxury-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--color-border);background:radial-gradient(circle at 4% 5%,rgba(185,147,79,.09),transparent 28%),#fffdf9}.luxury-hero:after{position:absolute;z-index:0;top:0;right:0;width:35%;height:100%;background:var(--color-accent-dark);content:""}.luxury-hero__frame{position:relative;z-index:1;display:grid;min-height:690px;grid-template-columns:minmax(350px,.84fr) minmax(520px,1.16fr);align-items:center;gap:clamp(35px,5vw,80px)}.luxury-hero__copy{max-width:610px;padding-block:85px}.luxury-hero__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:24px;color:var(--color-gold);font-size:.69rem;font-weight:700;letter-spacing:.24em}.luxury-hero__eyebrow span{display:block;width:48px;height:1px;background:var(--color-gold)}.luxury-hero h1{max-width:600px;margin-bottom:24px;color:var(--color-accent-dark);font-size:clamp(3.8rem,6.4vw,6.8rem);font-weight:400;line-height:.96}.luxury-hero__text{max-width:515px;margin-bottom:34px;color:#655b5d;font-size:1.08rem;line-height:1.75}.luxury-hero__text p{margin-bottom:0}.luxury-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.luxury-text-link span{color:var(--color-gold);font-size:1rem}.luxury-hero__assurance{display:flex;flex-wrap:wrap;gap:13px;margin-top:43px;color:#887d7f;font-size:.69rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.luxury-hero__assurance span:nth-child(2){color:var(--color-gold);font-size:.5rem}.luxury-hero__visual{position:relative;min-height:610px}.luxury-hero__arch{position:absolute;z-index:0;top:38px;right:2%;bottom:38px;left:13%;overflow:hidden;border:1px solid var(--color-gold);border-radius:260px 260px 4px 4px;background:radial-gradient(circle at 50% 38%,rgba(255,245,224,.16),transparent 27%),linear-gradient(150deg,#9c1730 0%,var(--color-accent-dark) 70%)}.luxury-hero__arch:before,.luxury-hero__arch:after{position:absolute;border:1px solid rgba(213,184,126,.36);border-radius:50%;content:""}.luxury-hero__arch:before{top:15%;right:9%;width:240px;height:240px}.luxury-hero__arch:after{bottom:-75px;left:-60px;width:240px;height:240px}.luxury-hero__custom-image{width:100%;height:100%;object-fit:cover;opacity:.3}.luxury-hero__products{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0}.luxury-hero-product{position:absolute;display:block;padding:12px 12px 42px;border:1px solid rgba(185,147,79,.88);background:#fff;box-shadow:0 24px 55px #22040a40;transition:transform .35s ease,box-shadow .35s ease}.luxury-hero-product:hover{z-index:5;box-shadow:0 30px 70px #22040a57}.luxury-hero-product img,.luxury-hero-product svg{width:100%;height:100%;object-fit:contain;background:#f8f4ee}.luxury-hero-product span{position:absolute;right:11px;bottom:12px;left:11px;overflow:hidden;color:var(--color-accent-dark);font-size:.58rem;font-weight:700;letter-spacing:.09em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.luxury-hero-product--1{bottom:14%;left:3%;width:29%;height:47%;transform:rotate(-4deg)}.luxury-hero-product--1:hover{transform:rotate(-2deg) translateY(-9px)}.luxury-hero-product--2{z-index:3;bottom:7%;left:31%;width:37%;height:65%}.luxury-hero-product--2:hover{transform:translateY(-10px)}.luxury-hero-product--3{bottom:15%;left:68%;width:29%;height:48%;transform:rotate(4deg)}.luxury-hero-product--3:hover{transform:rotate(2deg) translateY(-9px)}.luxury-hero__seal{position:absolute;z-index:5;top:64px;right:-7px;display:grid;width:112px;height:112px;place-content:center;border:1px solid var(--color-gold);border-radius:50%;color:var(--color-accent-dark);background:#fffdf8;text-align:center;box-shadow:var(--shadow-sm)}.luxury-hero__seal:before{position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px solid rgba(185,147,79,.5);border-radius:50%;content:""}.luxury-hero__seal span{font-size:.55rem;letter-spacing:.27em}.luxury-hero__seal strong{font-family:var(--font-heading),Georgia,serif;font-size:1.35rem;font-weight:400}.luxury-hero__caption{position:absolute;z-index:4;right:12px;bottom:4px;color:#fff7e9;font-family:var(--font-heading),Georgia,serif;font-size:1.15rem;font-style:italic}.trust-bar{border-bottom:1px solid var(--color-border);color:var(--color-text);background:#fff}.trust-bar__item{min-height:92px;border-right-color:var(--color-border)}.trust-bar__item svg{color:var(--color-gold)}.trust-bar__item strong{color:var(--color-accent-dark);font-size:.77rem;letter-spacing:.08em;text-transform:uppercase}.trust-bar__item span{color:var(--color-muted)}.category-grid{gap:16px}.category-card{min-height:430px;border:1px solid var(--color-gold);border-radius:0;background:var(--color-accent-dark);box-shadow:none}.category-card__overlay{background:linear-gradient(0deg,#35030dd6,#35030d05 72%)}.category-card:after{position:absolute;z-index:2;top:11px;right:11px;bottom:11px;left:11px;border:1px solid rgba(229,204,156,.44);pointer-events:none;content:""}.category-card__content{right:32px;bottom:30px;left:32px}.category-card__content h3{margin-bottom:7px;font-family:var(--font-heading),Georgia,serif;font-size:2rem;font-weight:400}.category-card__content span{color:#ead8b5;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.product-grid{gap:32px 22px}.product-card{border:0;border-radius:0;background:transparent;overflow:visible}.product-card:hover{box-shadow:none;transform:none}.product-card__media{aspect-ratio:4 / 5;border:1px solid #ede6db;background:#f8f5ef}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.product-card__image--secondary,.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__media img{object-fit:contain;transition:opacity .35s ease,transform .6s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{top:14px;left:14px;padding:7px 10px;border:1px solid rgba(255,255,255,.45);border-radius:0;background:var(--color-accent);font-size:.58rem;letter-spacing:.13em;text-transform:uppercase}.product-card__view{position:absolute;z-index:3;right:14px;bottom:14px;left:14px;padding:11px 12px;color:#fff;background:#5b0715f0;font-size:.63rem;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.product-card:hover .product-card__view{opacity:1;transform:translateY(0)}.product-card__content{padding:18px 2px 0}.product-card__vendor{margin-bottom:8px;color:var(--color-gold);font-size:.6rem;letter-spacing:.17em}.product-card__title{min-height:auto;margin-bottom:8px;color:#342c2e;font-family:var(--font-heading),Georgia,serif;font-size:1.06rem;font-weight:400;line-height:1.35}.product-card .price{margin-bottom:14px}.product-card .price__current{color:var(--color-accent);font-size:.92rem;font-weight:700}.product-card__form .button{min-height:42px;border-color:var(--color-accent-dark);color:var(--color-accent-dark);background:transparent;font-size:.64rem}.product-card__form .button:hover{color:#fff;background:var(--color-accent-dark)}.luxury-promo-section{padding-block:20px 110px;background:#fff}.luxury-promo{display:grid;min-height:580px;grid-template-columns:.82fr 1.18fr;border:1px solid var(--color-gold);background:var(--color-surface)}.luxury-promo__copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(50px,7vw,100px);color:#fff;background:linear-gradient(#5b0715f5,#5b0715f5),radial-gradient(circle at 20% 20%,#bd5063,transparent 35%)}.luxury-promo__copy:after{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px solid rgba(213,184,126,.42);pointer-events:none;content:""}.luxury-promo__copy .section-kicker{color:#dabd85}.luxury-promo h2{max-width:520px;margin-bottom:20px;color:#fffdf8;font-family:var(--font-heading),Georgia,serif;font-size:clamp(3rem,5vw,5.1rem);font-weight:400;line-height:1}.luxury-promo p{max-width:450px;margin-bottom:30px;color:#ffffffbd;line-height:1.75}.luxury-promo .button{border:1px solid #e3c78f;color:var(--color-accent-dark);background:#fffdf8}.luxury-promo__visual{position:relative;min-height:580px;overflow:hidden;background:radial-gradient(circle at 50% 45%,#fff,#f4eadb 46%,#e8d8c1)}.luxury-promo__visual:before{position:absolute;top:-12%;left:13%;width:74%;height:112%;border:1px solid rgba(143,13,35,.3);border-radius:50%;content:""}.luxury-promo__products{position:absolute;z-index:2;top:6%;right:7%;bottom:10%;left:7%;display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:5%}.luxury-promo__products a{display:block;height:82%;padding:18px;border:1px solid rgba(185,147,79,.72);background:#ffffffd6;box-shadow:var(--shadow-md)}.luxury-promo__products a:nth-child(2){height:96%}.luxury-promo__products img,.luxury-promo__image{width:100%;height:100%;object-fit:contain}.luxury-promo__number{position:absolute;top:18px;left:24px;color:#8f0d2326;font-family:var(--font-heading),Georgia,serif;font-size:7rem;line-height:1}.luxury-promo__signature{position:absolute;z-index:3;right:28px;bottom:22px;color:var(--color-accent-dark);font-family:var(--font-heading),Georgia,serif;font-size:1.25rem;font-style:italic}.benefit-card{padding:40px 28px;border-color:var(--color-border);border-radius:0}.benefit-card__icon{border:1px solid var(--color-gold);border-radius:50%;color:var(--color-accent);background:#fffdf9}.benefit-card h3{color:var(--color-accent-dark);font-family:var(--font-heading),Georgia,serif;font-size:1.35rem;font-weight:400}.faq__item{border-bottom-color:var(--color-border)}.faq__item summary{color:var(--color-accent-dark);font-family:var(--font-heading),Georgia,serif;font-size:1.15rem;font-weight:400}.faq__item summary:after{color:var(--color-gold)}.newsletter{padding:65px 30px;border:1px solid var(--color-gold);border-radius:0;background:linear-gradient(#5b0715f5,#5b0715f5),radial-gradient(circle at 50% 0%,#ce6b7b,transparent 46%)}.newsletter h2{font-weight:400}.site-footer{border-top:3px solid var(--color-gold);background:#1d1215}.footer__brand{color:#fff9ec;font-family:var(--font-heading),Georgia,serif;font-weight:400;letter-spacing:.08em}.footer__column h3{color:#d8bb82;font-size:.72rem;letter-spacing:.17em}.social-links a{border-color:#d8bb826b;border-radius:0}.product-page{padding-block:32px 100px}.breadcrumbs{margin-bottom:36px;font-size:.67rem;letter-spacing:.1em;text-transform:uppercase}.product-layout{grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);gap:clamp(45px,6vw,88px)}.product-gallery__main{aspect-ratio:1 / 1.08;border:1px solid var(--color-border);border-radius:0;background:linear-gradient(145deg,rgba(255,255,255,.35),transparent),var(--color-surface)}.product-gallery__main:after{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(185,147,79,.28);pointer-events:none;content:""}.product-gallery__slide{position:relative;z-index:1}.product-gallery__slide img{padding:28px}.product-gallery__thumb{border-color:var(--color-border);border-radius:0}.product-gallery__thumb.is-active{border-color:var(--color-gold)}.product-info{padding:18px 0 10px clamp(0px,2vw,30px);border-left:1px solid rgba(185,147,79,.46)}.product-info__collection-line{margin-bottom:22px;color:var(--color-gold);font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.product-info__collection-line span{margin-inline:7px;font-size:.45rem}.product-info__eyebrow{color:var(--color-accent);font-size:.64rem;letter-spacing:.18em}.product-info h1{margin-bottom:20px;color:var(--color-accent-dark);font-size:clamp(2.6rem,4.6vw,4.5rem);font-weight:400;line-height:1.04}.product-info .price__current{color:var(--color-accent);font-size:1.45rem;font-weight:700}.product-info__delivery-note{display:flex;align-items:center;gap:10px;margin:-4px 0 20px;padding:11px 0;border-block:1px solid var(--color-border);color:#6c6264;font-size:.75rem}.product-info__delivery-note svg{width:20px;height:20px;color:var(--color-gold)}.stock-status{border-radius:0;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.product-summary{color:#665d5f;line-height:1.75}.product-form__label{font-size:.69rem;letter-spacing:.1em;text-transform:uppercase}.quantity{border-color:var(--color-border);border-radius:0}.shopify-payment-button__button{border-radius:0!important}.whatsapp-order{border:1px solid #13723f}.product-trust__item{border-color:var(--color-border);border-radius:0;background:var(--color-surface)}.product-trust__item svg{color:var(--color-gold)}.product-accordions{border-top-color:var(--color-border)}.product-accordions details{border-bottom-color:var(--color-border)}.product-accordions summary{color:var(--color-accent-dark);font-family:var(--font-heading),Georgia,serif;font-size:1.05rem;font-weight:400}.product-accordions summary:after{color:var(--color-gold)}.collection-hero{padding:78px 0 54px;border-bottom:1px solid var(--color-border);background:radial-gradient(circle at 50% 0%,rgba(185,147,79,.12),transparent 45%),var(--color-surface)}.collection-hero h1,.page-title{color:var(--color-accent-dark);font-weight:400}.pagination a,.pagination span{border-radius:0}.pagination .current{border-color:var(--color-accent);background:var(--color-accent)}.whatsapp-float{border:1px solid rgba(255,255,255,.48);border-radius:2px}@media(max-width:1100px){.luxury-hero__frame{min-height:640px;grid-template-columns:.8fr 1.2fr;gap:20px}.luxury-hero h1{font-size:clamp(3.7rem,6vw,5.2rem)}.luxury-hero__seal{right:0}}@media(max-width:1024px){.header__inner{grid-template-columns:auto 1fr auto}.luxury-hero:after{width:27%}.luxury-hero__frame{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr)}.category-card{min-height:380px}}@media(max-width:749px){:root{--header-height: 68px}.section{padding-block:62px}.section-header--center{margin-bottom:34px}.section-title{font-size:2.55rem}.header__logo{max-width:145px;max-height:50px}.luxury-hero:after{top:auto;width:100%;height:41%}.luxury-hero__frame{min-height:auto;grid-template-columns:1fr;gap:0}.luxury-hero__copy{max-width:none;padding:65px 6px 25px;text-align:center}.luxury-hero__eyebrow{justify-content:center}.luxury-hero h1{margin-inline:auto;font-size:clamp(3.25rem,15vw,4.6rem)}.luxury-hero__text{margin-right:auto;margin-left:auto;font-size:.98rem}.luxury-hero__actions,.luxury-hero__assurance{justify-content:center}.luxury-hero__assurance{margin-top:30px}.luxury-hero__visual{min-height:480px}.luxury-hero__arch{top:28px;right:4%;bottom:24px;left:4%}.luxury-hero__seal{top:28px;right:3px;width:88px;height:88px}.luxury-hero-product{padding:7px 7px 31px}.luxury-hero-product--1{bottom:13%;left:1%;width:31%;height:43%}.luxury-hero-product--2{bottom:7%;left:29%;width:42%;height:62%}.luxury-hero-product--3{bottom:13%;left:69%;width:30%;height:43%}.luxury-hero-product span{bottom:9px;font-size:.48rem}.luxury-hero__caption{right:7px;bottom:2px;font-size:.92rem}.trust-bar__item{border-bottom-color:var(--color-border)}.category-card{min-height:280px}.category-card__content{right:20px;bottom:20px;left:20px}.category-card__content h3{font-size:1.55rem}.product-grid{gap:26px 12px}.product-card__content{padding-top:13px}.product-card__title{font-size:.9rem}.product-card__view{display:none}.product-card__form .button{min-height:39px;padding:8px 4px;letter-spacing:.06em}.luxury-promo-section{padding-block:10px 70px}.luxury-promo{min-height:0;grid-template-columns:1fr}.luxury-promo__copy{min-height:460px;padding:62px 35px;text-align:left}.luxury-promo h2{font-size:3.2rem}.luxury-promo__visual{min-height:450px}.product-layout{grid-template-columns:1fr;gap:34px}.product-info{padding:5px 0 0;border-left:0}.product-info h1{font-size:2.8rem}.product-gallery__slide img{padding:14px}.newsletter{padding:48px 20px}}@media(max-width:420px){.luxury-hero__eyebrow span{width:28px}.luxury-hero__assurance{font-size:.58rem}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:245px}.category-card__content h3{font-size:1.3rem}.category-card__content span{font-size:.53rem}}:root{--prestige-black: #111111;--prestige-red: #8f0d23;--prestige-gold: #b9934f;--prestige-ivory: #f7f3ec;--prestige-line: #ddd4c5;--header-height: 96px}.button--primary{color:#fff;background:var(--prestige-black)}.button--primary:hover{background:var(--prestige-red)}.section-title,.collection-hero h1,.page-title,.product-info h1{color:var(--prestige-black)}.site-header{border-bottom:1px solid var(--prestige-line);background:#fffffffa}.header__inner{min-height:var(--header-height);grid-template-columns:minmax(330px,1fr) auto minmax(170px,1fr);gap:28px}.header__brand{grid-column:2;grid-row:1;justify-self:center}.header__logo{width:min(240px,24vw);max-width:none;max-height:none;object-fit:contain}.header__nav{grid-column:1;grid-row:1;justify-self:start}.header__nav-list{justify-content:flex-start;gap:clamp(16px,1.5vw,27px)}.header__nav-link{padding-block:35px;color:var(--prestige-black);font-size:.67rem;letter-spacing:.14em}.header__actions{grid-column:3;grid-row:1;justify-self:end}.header__dropdown{border-top:2px solid var(--prestige-gold);box-shadow:0 18px 45px #11111117}.mobile-nav__logo{width:185px;height:auto}.prestige-hero{overflow:hidden;border-bottom:1px solid var(--prestige-line);background:#fff}.prestige-hero__grid{display:grid;width:min(calc(100% - 40px),1480px);min-height:720px;margin-inline:auto;grid-template-columns:42% 58%}.prestige-hero__content{position:relative;z-index:2;display:flex;max-width:590px;flex-direction:column;align-items:flex-start;justify-content:center;padding:90px 70px 90px 18px;background:#fff}.prestige-hero__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:26px;color:var(--prestige-gold);font-size:.66rem;font-weight:700;letter-spacing:.23em}.prestige-hero__eyebrow:before{width:44px;height:1px;background:var(--prestige-gold);content:""}.prestige-hero h1{max-width:560px;margin-bottom:26px;color:var(--prestige-black);font-family:var(--font-heading),Georgia,serif;font-size:clamp(4rem,6.4vw,7rem);font-weight:400;line-height:.94;letter-spacing:-.055em}.prestige-hero__text{max-width:490px;margin-bottom:35px;color:#625b5c;font-size:1.04rem;line-height:1.75}.prestige-hero__text p{margin-bottom:0}.prestige-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:25px}.prestige-link{position:relative;padding:7px 0;color:var(--prestige-black);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.prestige-link:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--prestige-gold);content:"";transform-origin:left;transition:transform .25s ease}.prestige-link:hover:after{transform:scaleX(.55)}.prestige-hero__meta{display:flex;flex-wrap:wrap;gap:0;margin-top:54px;border-block:1px solid var(--prestige-line)}.prestige-hero__meta span{padding:12px 17px;border-right:1px solid var(--prestige-line);color:#746c6d;font-size:.58rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.prestige-hero__meta span:first-child{padding-left:0}.prestige-hero__visual{position:relative;min-height:720px;overflow:hidden;background:radial-gradient(circle at 50% 34%,#fffffff5,#fff0 34%),linear-gradient(145deg,#f8f5ee,#e9dfcf)}.prestige-hero__visual:before,.prestige-hero__visual:after{position:absolute;border:1px solid rgba(185,147,79,.42);border-radius:50%;content:""}.prestige-hero__visual:before{top:-19%;right:-6%;width:66%;aspect-ratio:1}.prestige-hero__visual:after{bottom:-32%;left:-14%;width:64%;aspect-ratio:1}.prestige-hero__monogram{position:absolute;z-index:0;top:3%;right:2%;color:#8f0d2314;font-family:var(--font-heading),Georgia,serif;font-size:clamp(12rem,25vw,28rem);line-height:1;letter-spacing:-.13em;-webkit-user-select:none;user-select:none}.prestige-hero__campaign{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.prestige-hero__products{position:absolute;z-index:2;top:7%;right:5%;bottom:9%;left:5%}.prestige-hero-product{position:absolute;display:block;overflow:hidden;border:1px solid rgba(185,147,79,.58);background:#ffffffe0;box-shadow:0 25px 65px #291f1924;transition:transform .45s ease,box-shadow .45s ease}.prestige-hero-product:hover{z-index:5;box-shadow:0 32px 75px #291f1938}.prestige-hero-product img,.prestige-hero-product svg{width:100%;height:100%;object-fit:contain}.prestige-hero-product span{position:absolute;right:0;bottom:0;left:0;padding:13px 11px;color:#fff;background:#111111e0;font-size:.56rem;font-weight:700;letter-spacing:.1em;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;overflow:hidden}.prestige-hero-product--1{top:27%;left:0;width:30%;height:48%;transform:rotate(-3deg)}.prestige-hero-product--1:hover{transform:rotate(-1deg) translateY(-10px)}.prestige-hero-product--2{z-index:3;top:9%;left:29%;width:42%;height:73%}.prestige-hero-product--2:hover{transform:translateY(-11px)}.prestige-hero-product--3{top:26%;right:0;width:30%;height:49%;transform:rotate(3deg)}.prestige-hero-product--3:hover{transform:rotate(1deg) translateY(-10px)}.prestige-hero__edition{position:absolute;z-index:6;right:24px;bottom:20px;display:grid;padding:14px 19px;border-left:2px solid var(--prestige-red);background:#ffffffe6}.prestige-hero__edition span{color:var(--prestige-gold);font-size:.53rem;font-weight:700;letter-spacing:.2em}.prestige-hero__edition strong{color:var(--prestige-black);font-family:var(--font-heading),Georgia,serif;font-size:1.27rem;font-weight:400}.luxury-marquee{overflow:hidden;border-block:1px solid rgba(185,147,79,.45);color:#f8e8c7;background:var(--prestige-black)}.luxury-marquee__track{display:flex;width:max-content;min-height:60px;align-items:center;animation:glownests-marquee 30s linear infinite}.luxury-marquee__track span{padding-inline:30px;font-family:var(--font-heading),Georgia,serif;font-size:1rem;letter-spacing:.16em;white-space:nowrap}.luxury-marquee__track i{color:var(--prestige-gold);font-size:.65rem;font-style:normal}@keyframes glownests-marquee{to{transform:translate(-50%)}}.trust-bar{background:#fff}.trust-bar__item{min-height:86px}.trust-bar__item strong{color:var(--prestige-black)}.category-card{border-color:#b9934fa3;background:var(--prestige-black)}.category-card__overlay{background:linear-gradient(0deg,#111111e0,#11111108 72%)}.product-card__title{color:var(--prestige-black)}.product-card__title:hover{color:var(--prestige-red)}.product-card__view{background:#111111eb}.product-card__form .button{border-color:var(--prestige-black);color:var(--prestige-black)}.product-card__form .button:hover{border-color:var(--prestige-black);background:var(--prestige-black)}.luxury-promo__copy{background:linear-gradient(#111111f5,#111111f5),radial-gradient(circle at 20% 20%,#5c0716,transparent 42%)}.luxury-promo__copy:after{border-color:#b9934f8c}.luxury-promo__visual{background:radial-gradient(circle at 50% 45%,#fff,#f5f0e8 49%,#e4d8c7)}.newsletter{background:linear-gradient(#111111f5,#111111f5),radial-gradient(circle at 50% 0%,#8f0d23,transparent 48%)}.site-footer{border-top-color:var(--prestige-gold);background:var(--prestige-black)}.footer__brand{color:#efd8ab;letter-spacing:.13em}.product-info{border-left-color:#b9934f80}.product-info h1{color:var(--prestige-black)}.product-form__buttons .button--primary{min-height:56px;background:var(--prestige-black)}.product-form__buttons .button--primary:hover{background:var(--prestige-red)}.collection-hero{background:radial-gradient(circle at 50% 0%,rgba(185,147,79,.14),transparent 47%),var(--prestige-ivory)}@media(max-width:1180px){.header__nav{display:none}.header__menu-button{display:inline-flex;grid-column:1;grid-row:1;justify-self:start}.header__inner{grid-template-columns:1fr auto 1fr}.prestige-hero__grid{grid-template-columns:44% 56%}.prestige-hero__content{padding-right:38px}}@media(max-width:749px){:root{--header-height: 72px}.header__logo{width:154px}.prestige-hero__grid{width:100%;min-height:0;grid-template-columns:1fr}.prestige-hero__content{max-width:none;align-items:center;padding:64px 24px 45px;text-align:center}.prestige-hero__eyebrow{justify-content:center}.prestige-hero h1{margin-right:auto;margin-left:auto;font-size:clamp(3.5rem,16vw,5.2rem)}.prestige-hero__text{margin-right:auto;margin-left:auto}.prestige-hero__actions,.prestige-hero__meta{justify-content:center}.prestige-hero__meta{margin-top:36px}.prestige-hero__meta span{padding-inline:10px;font-size:.51rem}.prestige-hero__meta span:first-child{padding-left:10px}.prestige-hero__visual{min-height:500px}.prestige-hero__products{top:8%;right:3%;bottom:10%;left:3%}.prestige-hero-product span{padding:9px 6px;font-size:.43rem}.prestige-hero__edition{right:12px;bottom:10px}.luxury-marquee__track{min-height:48px}.luxury-marquee__track span{padding-inline:20px;font-size:.78rem}.product-info{border-left:0}}@media(max-width:420px){.prestige-hero__actions,.prestige-hero__actions .button{width:100%}.prestige-hero__visual{min-height:440px}.prestige-hero__edition{padding:9px 12px}}@media(prefers-reduced-motion:reduce){.luxury-marquee__track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
