:root{--bg:#fff;--bg-soft:#f5f5f5;--bg-muted:#fafafa;--text:#111;--text-muted:#666;--text-light:#999;--gold:#c5a059;--gold-dark:#a8843f;--gold-soft:#e8d5a8;--black:#111;--border:#e8e8e8;--topbar:#1a1a1a;--font-display:"Playfair Display", Georgia, serif;--font-body:"Outfit", system-ui, sans-serif;--font-script:"Great Vibes", cursive;--cream:#f5f2ee;--max:1280px;--radius:4px;--shadow-sm:0 2px 12px #0000000f;--shadow-md:0 8px 30px #00000014;--transition:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:min(100% - 2.5rem, var(--max));margin-inline:auto}.section{padding:4.5rem 0}.section-label{letter-spacing:.22em;text-transform:uppercase;color:#888;font-size:.7rem;font-weight:500}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-title{font-family:var(--font-display);letter-spacing:.01em;color:var(--text);font-size:clamp(1.85rem,3.5vw,2.6rem);font-weight:600;line-height:1.2}.section-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem;display:flex}.section-header__text{text-align:center;flex:1}.section-header__text .section-label{margin-bottom:.4rem;display:block}.view-all{color:var(--text);white-space:nowrap;transition:color var(--transition);align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;display:inline-flex}.view-all:hover{color:var(--gold)}.btn{letter-spacing:.04em;transition:all var(--transition);align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-size:.85rem;font-weight:500;display:inline-flex}.btn-dark{background:var(--black);color:#fff}.btn-dark:hover{background:#333}.btn-block{justify-content:center;width:100%}.announcement{background:var(--topbar);color:#fff;letter-spacing:.04em;z-index:50;font-size:.78rem;position:relative}.announcement__inner{justify-content:center;align-items:center;gap:1.5rem;min-height:36px;padding:.55rem 1rem;display:flex}.announcement__text{text-align:center}.announcement__nav{color:#ffffff8c;transition:color var(--transition);display:flex}.announcement__nav:hover{color:#fff}.header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff5;position:sticky;top:0}.header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:.85rem 0;display:grid}.logo{flex-shrink:0;align-items:center;max-width:190px;line-height:0;display:flex}.logo__img{object-fit:contain;object-position:left center;background:0 0;width:auto;max-width:190px;height:44px;display:block}.nav{justify-content:center;align-items:center;gap:.35rem 1.4rem;display:flex}.nav__item{position:relative}.nav__link{color:var(--text);transition:color var(--transition);align-items:center;gap:.25rem;padding:.35rem 0;font-size:.88rem;font-weight:450;display:inline-flex;position:relative}.nav__link:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width var(--transition);position:absolute;bottom:0;left:0}.nav__link:hover,.nav__link.active{color:var(--gold)}.nav__link:hover:after,.nav__link.active:after{width:100%}.nav__dropdown{border:1px solid var(--border);min-width:180px;box-shadow:var(--shadow-md);z-index:30;background:#fff;flex-direction:column;padding:.5rem 0;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav__dropdown a{color:var(--text);white-space:nowrap;padding:.55rem 1rem;font-size:.85rem}.nav__dropdown a:hover{background:var(--bg-soft);color:var(--gold)}.search{background:var(--bg-soft);width:230px;transition:border-color var(--transition), background var(--transition);border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .85rem .35rem .55rem;display:flex}.search:focus-within{border-color:var(--gold-soft);background:#fff}.search__btn{color:#555;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem;display:flex}.search__btn:hover{color:var(--gold)}.search input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-family:inherit;font-size:.8rem}.search input::placeholder{color:var(--text-light)}.search svg{color:inherit;flex-shrink:0}.header__actions{align-items:center;gap:.85rem;display:flex}.icon-btn{color:var(--text);transition:color var(--transition);padding:.25rem;display:flex;position:relative}.icon-btn:hover{color:var(--gold)}.icon-btn__badge{background:var(--gold);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-6px}.menu-toggle{color:var(--text);display:none}.hero{background:var(--cream);width:100%;line-height:0;position:relative;overflow:hidden}.hero__exact{object-fit:cover;object-position:center center;width:100%;height:auto;display:block}.hero__cta-hotspot{z-index:2;color:#0000;cursor:pointer;width:11.5%;min-width:110px;height:9%;min-height:36px;font-size:0;position:absolute;top:52%;left:6.5%}.categories{background:var(--bg)}.category-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid}.category-card{text-align:center;flex-direction:column;align-items:center;gap:.85rem;display:flex}.category-card__img-wrap{aspect-ratio:1;width:min(100%,148px);transition:box-shadow var(--transition), transform var(--transition);background:#f3f3f3;border-radius:50%;overflow:hidden}.category-card:hover .category-card__img-wrap{box-shadow:var(--shadow-md);transform:translateY(-3px)}.category-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.category-card:hover .category-card__img{transform:scale(1.05)}.category-card__name{font-family:var(--font-display);color:var(--text);font-size:1rem;font-weight:600}.category-card__link{color:#555;transition:color var(--transition);margin-top:-.25rem;font-size:.8rem;font-weight:400}.category-card:hover .category-card__link{color:var(--gold)}.products{background:#fff}.product-grid{grid-template-columns:repeat(4,1fr);gap:1.35rem;display:grid}.product-card{transition:box-shadow var(--transition);background:#fff;border:1px solid #ebebeb;border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md)}.product-card__media{aspect-ratio:1/.85;background:#fafafa;position:relative;overflow:hidden}.product-card__img{object-fit:cover;object-position:center;width:100%;height:100%;padding:0;transition:transform .55s}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__badge{color:#fff;letter-spacing:.04em;background:#a67c52;border-radius:3px;padding:.28rem .6rem;font-size:.65rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.product-card__wish{color:#999;width:32px;height:32px;transition:all var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.product-card__wish:hover,.product-card__wish.active{color:#c0392b}.product-card__body{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.35rem;padding:.65rem 1.1rem 1.15rem;display:flex}.product-card__name{font-family:var(--font-display);font-size:1.05rem;font-weight:600}.product-card__price{color:var(--text);font-size:.92rem;font-weight:500}.product-card__colors{justify-content:center;gap:.4rem;margin:.15rem 0 .65rem;display:flex}.swatch{border:1px solid #0000001f;border-radius:50%;width:12px;height:12px}.product-card__btn{width:100%;color:var(--text);letter-spacing:.02em;transition:all var(--transition);background:#fff;border:1px solid #222;border-radius:2px;margin-top:auto;padding:.7rem;font-size:.82rem;font-weight:500}.product-card__btn:hover{background:var(--black);color:#fff}.trust{background:#f3f1ed;border-top:none;border-bottom:none;padding:2.25rem 0}.trust__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.trust__item{align-items:center;gap:.9rem;display:flex}.trust__icon{color:#333;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.trust__title{font-size:.9rem;font-weight:600;line-height:1.3}.trust__desc{color:var(--text-muted);font-size:.78rem}.promo{align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.promo__bg{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.promo__overlay{background:linear-gradient(90deg,#0f0f0fb8 0%,#0f0f0f73 50%,#0f0f0f40 100%);position:absolute;inset:0}.promo__content{z-index:2;color:#fff;max-width:520px;padding:3.5rem 0;position:relative}.promo__label{letter-spacing:.28em;color:var(--gold-soft);margin-bottom:.75rem;font-size:.72rem;font-weight:600}.promo__title{font-family:var(--font-display);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.1rem);font-weight:600;line-height:1.15}.promo .btn-dark{color:var(--black);background:#fff}.promo .btn-dark:hover{background:var(--gold);color:#fff}.promo__script{z-index:2;font-family:var(--font-script);color:#ffffff8c;pointer-events:none;font-size:clamp(2rem,4vw,3.2rem);position:absolute;top:50%;right:8%;transform:translateY(-50%)rotate(-6deg)}.testimonials{background:var(--bg)}.testimonials .section-header{align-items:center}.testimonial-nav{gap:.5rem;display:flex}.testimonial-nav button{border:1px solid var(--border);width:38px;height:38px;color:var(--text);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.testimonial-nav button:hover{border-color:var(--gold);color:var(--gold)}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition);background:#fff;flex-direction:column;gap:.85rem;padding:1.75rem;display:flex}.testimonial-card:hover{box-shadow:var(--shadow-md)}.testimonial-card__top{align-items:center;gap:.85rem;display:flex}.testimonial-card__avatar{object-fit:cover;border-radius:50%;width:52px;height:52px}.testimonial-card__stars{color:var(--gold);gap:2px;display:flex}.testimonial-card__quote{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.65}.testimonial-card__author{font-size:.85rem;font-weight:600}.testimonial-card__author span{color:var(--text-muted);font-weight:400}.instagram{background:var(--bg-muted);padding-bottom:0}.instagram .section-header{margin-bottom:2rem}.instagram__handle{letter-spacing:.18em;color:var(--gold);font-size:.75rem;font-weight:600}.social-follow{align-items:center;gap:.75rem;font-size:.85rem;font-weight:500;display:flex}.social-follow__icons{gap:.55rem;display:flex}.social-follow__icons a{border:1px solid var(--border);width:34px;height:34px;color:var(--text);transition:all var(--transition);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-follow__icons a:hover{background:var(--black);color:#fff;border-color:var(--black)}.instagram__grid{grid-template-columns:repeat(6,1fr);gap:.35rem;display:grid}.instagram__item{aspect-ratio:1;position:relative;overflow:hidden}.instagram__item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.instagram__item:hover img{transform:scale(1.08)}.instagram__item:after{content:"";opacity:0;transition:opacity var(--transition);background:#c5a05940;position:absolute;inset:0}.instagram__item:hover:after{opacity:1}.footer{color:#ddd;background:#111;padding-top:3.5rem}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer__about{color:#999;max-width:280px;margin-bottom:1.25rem;font-size:.85rem;line-height:1.7}.footer__social{gap:.55rem;display:flex}.footer__social a{color:#bbb;width:34px;height:34px;transition:all var(--transition);border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social a:hover{background:var(--gold);border-color:var(--gold);color:#fff}.footer__col h4{color:#fff;letter-spacing:.04em;margin-bottom:1.1rem;font-size:.9rem;font-weight:600}.footer__col ul{flex-direction:column;gap:.55rem;display:flex}.footer__col a{color:#999;transition:color var(--transition);font-size:.85rem}.footer__col a:hover{color:var(--gold)}.footer__newsletter p{color:#999;margin-bottom:1rem;font-size:.85rem;line-height:1.6}.newsletter-form{gap:.4rem;display:flex}.newsletter-form input{color:#fff;background:#1c1c1c;border:1px solid #333;outline:none;flex:1;padding:.7rem .9rem;font-family:inherit;font-size:.85rem}.newsletter-form input:focus{border-color:var(--gold)}.newsletter-form button{color:#111;white-space:nowrap;transition:background var(--transition), color var(--transition);background:#fff;padding:.7rem 1.1rem;font-size:.8rem;font-weight:600}.newsletter-form button:hover{background:var(--gold);color:#fff}.footer__bottom{color:#777;border-top:1px solid #222;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 0;font-size:.78rem;display:flex}.footer__legal{gap:.75rem;display:flex}.footer__legal a:hover{color:var(--gold)}.footer__legal span{color:#444}.mobile-nav{z-index:60;background:#00000073;display:none;position:fixed;inset:0}.mobile-nav.open{display:block}.mobile-nav__panel{background:#fff;flex-direction:column;gap:.5rem;width:min(320px,88vw);height:100%;padding:1.5rem;animation:.28s slideIn;display:flex;position:absolute;top:0;right:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-nav__close{color:var(--text);align-self:flex-end;margin-bottom:1rem}.mobile-nav__link{border-bottom:1px solid var(--border);padding:.85rem 0;font-size:1rem;font-weight:500}@media (width<=1100px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.product-grid{grid-template-columns:repeat(2,1fr)}.instagram__grid{grid-template-columns:repeat(3,1fr)}.search{display:none}.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.nav{display:none}.menu-toggle{display:flex}.header__inner{grid-template-columns:auto 1fr}.header__actions{justify-self:end}.hero__cta-hotspot{width:22%;height:12%;top:48%;left:5%}.trust__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.testimonial-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:center}.view-all{order:3}}@media (width<=640px){.container{width:min(100% - 1.5rem, var(--max))}.section{padding:3rem 0}.hero__cta-hotspot{width:28%;height:14%;top:45%;left:4%}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr 1fr;gap:.85rem}.product-card__body{padding:.75rem .7rem .9rem}.trust__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{text-align:center;flex-direction:column}.instagram__grid{grid-template-columns:repeat(2,1fr)}.newsletter-form{flex-direction:column}.shop-layout,.product-detail__grid,.contact-grid,.cart-layout{grid-template-columns:1fr}}.page-hero{border-bottom:1px solid var(--border);background:#f7f5f2;padding:2.25rem 0 2rem}.page-hero__title{font-family:var(--font-display);margin-top:.35rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600}.page-hero__sub{color:var(--text-muted);max-width:560px;margin-top:.4rem}.breadcrumb{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.breadcrumb a:hover{color:var(--gold)}.shop-layout{grid-template-columns:200px 1fr;align-items:start;gap:2.5rem;display:grid}.shop-filters h3{letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem;font-size:.85rem}.shop-filters h3+ul+h3{margin-top:1.75rem}.shop-filters ul{flex-direction:column;gap:.45rem;display:flex}.shop-filters a{color:var(--text-muted);font-size:.9rem}.shop-filters a:hover{color:var(--gold)}.product-grid--shop{grid-template-columns:repeat(3,1fr)}.category-hero{align-items:center;gap:1.5rem;margin-top:.75rem;display:flex}.category-hero__img{object-fit:cover;background:#eee;border-radius:50%;width:88px;height:88px}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.content-page h2{font-family:var(--font-display);margin:1.75rem 0 .65rem;font-size:1.45rem}.content-page h2:first-child{margin-top:0}.content-page p,.content-page li{color:#555;line-height:1.7}.content-narrow{max-width:720px}.content-list{flex-direction:column;gap:.55rem;margin:.75rem 0 1rem;padding-left:1.1rem;list-style:outside;display:flex}.contact-grid{grid-template-columns:1fr 1.1fr;gap:3rem;display:grid}.contact-form{border:1px solid var(--border);background:#fafafa;flex-direction:column;gap:.85rem;padding:1.5rem;display:flex}.contact-form label{flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.contact-form input,.contact-form textarea{border:1px solid var(--border);background:#fff;outline:none;padding:.7rem .85rem;font-family:inherit;font-size:.9rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold)}.form-success{color:#1e6b2f;background:#eef8ee;padding:.65rem .85rem;font-size:.85rem}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item summary{cursor:pointer;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:.55rem}.product-detail__grid{grid-template-columns:1.05fr 1fr;gap:2.5rem;margin-top:1.5rem;display:grid}.product-detail__main{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);background:#f5f5f5;width:100%}.product-detail__thumbs{gap:.5rem;margin-top:.75rem;display:flex}.product-detail__thumbs button{border:1px solid var(--border);opacity:.7;width:72px;height:72px;padding:0;overflow:hidden}.product-detail__thumbs button.active,.product-detail__thumbs button:hover{opacity:1;border-color:var(--black)}.product-detail__thumbs img{object-fit:cover;width:100%;height:100%}.product-detail__info h1{font-family:var(--font-display);margin:.5rem 0 .65rem;font-size:clamp(1.7rem,3vw,2.3rem)}.product-detail__rating{color:var(--gold);align-items:center;gap:.35rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.product-detail__rating span{color:var(--text-muted);margin-left:.35rem}.product-detail__price{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.35rem;font-weight:600;display:flex}.product-detail__price s{color:var(--text-light);font-size:1rem;font-weight:400}.product-detail__desc{color:var(--text-muted);margin-bottom:1.25rem}.product-detail__option{flex-direction:column;gap:.5rem;margin-bottom:1.1rem;font-size:.9rem;font-weight:500;display:flex}.swatch--btn{cursor:pointer;border:2px solid #0000;width:18px;height:18px}.swatch--btn.active{outline-offset:2px;outline:1px solid #111}.qty{border:1px solid var(--border);align-items:center;display:inline-flex}.qty button{justify-content:center;align-items:center;width:36px;height:36px;display:flex}.qty span{text-align:center;min-width:36px;font-weight:500}.product-detail__actions{flex-wrap:wrap;gap:.75rem;margin:1.25rem 0;display:flex}.btn-outline{color:var(--text);background:#fff;border:1px solid #222;align-items:center;gap:.45rem;padding:.9rem 1.35rem;font-size:.85rem;font-weight:500;display:inline-flex}.btn-outline:hover,.btn-outline.active{color:#fff;background:#111}.product-detail__features{color:var(--text-muted);flex-direction:column;gap:.35rem;padding-left:1.1rem;font-size:.9rem;list-style:outside;display:flex}.cart-layout{grid-template-columns:1.4fr .8fr;align-items:start;gap:2rem;display:grid}.cart-line{border-bottom:1px solid var(--border);grid-template-columns:96px 1fr auto;gap:1rem;padding:1rem 0;display:grid}.cart-line img{object-fit:cover;background:#f5f5f5;width:96px;height:96px}.cart-line h3{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.05rem}.cart-line__right{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.cart-summary{border:1px solid var(--border);background:#f7f5f2;padding:1.5rem}.cart-summary h3{font-family:var(--font-display);margin-bottom:1rem;font-size:1.25rem}.cart-summary__row{justify-content:space-between;margin-bottom:.65rem;font-size:.92rem;display:flex}.cart-summary__row.total{border-top:1px solid var(--border);margin-top:.5rem;padding-top:.75rem;font-size:1.05rem;font-weight:700}.cart-note{color:var(--text-muted);margin:.75rem 0 1rem;font-size:.78rem}.text-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.85rem;text-decoration:underline}.text-link.center{text-align:center;margin-top:.85rem;display:block}.mobile-nav__cats{border-top:1px solid var(--border);flex-direction:column;gap:.35rem;margin-top:1rem;padding-top:1rem;display:flex}.mobile-nav__cats a{color:var(--text-muted);padding:.4rem 0;font-size:.9rem}.footer__logo{filter:none;width:auto;height:40px;margin-bottom:.85rem}@media (width<=1100px){.product-grid--shop{grid-template-columns:repeat(2,1fr)}}
