*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #F0E6D2;
  --warm-white: #120E06;
  --walnut: #3D2B1F;
  --oak: #8B6340;
  --gold: #C9A84C;
  --light-oak: #D4B896;
  --dark: #1A1208;
  --mid: #6B5240;
  --border: rgba(61,43,31,0.1);
}

html { scroll-behavior: smooth; }
html { overflow-x: hidden; max-width: 100%; }
body { font-family: 'Jost', sans-serif; background: #120E06; color: #E8DCC8; overflow-x: hidden; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width:768px) { body { padding-top: 116px !important; } .hero-slider { margin-top: 0 !important; } }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 0 32px;
  height: 70px;
  display: flex; align-items: center; gap: 16px;
  background: rgba(18,14,6,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 600; letter-spacing: .04em; color: #E8DCC8; text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 28px; list-style: none; margin-left: auto; }
.nav-links a { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(245,240,232,0.7); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 16px; flex-shrink:0; }
.nav-wa { display: flex; align-items: center; gap: 8px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; padding: 9px 22px; background: #25D366; color: #fff; text-decoration: none; border-radius: 2px; font-weight: 500; transition: opacity .2s; }
.nav-wa:hover { opacity: .88; }
.nav-wa svg { width: 15px; height: 15px; fill: #fff; flex-shrink: 0; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--gold); transition: all .3s; }

/* ── HERO SLIDER ── */
.hero-slider { margin-top: 70px; position: relative; height: calc(100vh - 70px); min-height: 520px; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; display: grid; grid-template-columns: 1fr 1fr; }
.slide.active { opacity: 1; }
.slide-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 70px; position: relative; z-index: 5; overflow: hidden; }
.slide-left::before { content: ''; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; border-radius: 50%; opacity: .05; pointer-events: none; }
.s1 .slide-left { background: var(--walnut); }
.s1 .slide-left::before { background: var(--gold); }
.s2 .slide-left { background: #2A1F16; }
.s2 .slide-left::before { background: var(--light-oak); }
.s3 .slide-left { background: var(--dark); }
.s3 .slide-left::before { background: var(--oak); }
.slide-badge { display: inline-block; font-size: .65rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,168,76,.35); padding: 5px 14px; margin-bottom: 28px; width: fit-content; }
.slide-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 4.6rem); font-weight: 300; line-height: 1.06; color: var(--cream); margin-bottom: 24px; }
.slide-title em { font-style: italic; color: var(--gold); }
.slide-desc { font-size: .86rem; line-height: 1.85; color: rgba(245,240,232,.6); max-width: 400px; margin-bottom: 44px; }
.slide-btns { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 20; }
.btn-gold { padding: 13px 34px; background: var(--gold); color: #F5F0E8; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; font-weight: 600; transition: opacity .2s; display: inline-block; position: relative; z-index: 20; touch-action: manipulation; -webkit-tap-highlight-color: rgba(201,168,76,.3); }
.btn-gold:hover { opacity: .85; }
.btn-ghost { padding: 13px 34px; border: 1px solid rgba(245,240,232,.5); color: #F5F0E8; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; transition: border-color .2s, color .2s; display: inline-block; position: relative; z-index: 20; touch-action: manipulation; -webkit-tap-highlight-color: rgba(201,168,76,.3); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.slide-right { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.s1 .slide-right { background: #3D2B1F; }
.s2 .slide-right { background: #2A1F16; }
.s3 .slide-right { background: #1A1208; }
.slide-right-icon { display: none; }
.slide-right img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide-right-badge { position: absolute; bottom: 40px; right: 40px; background: rgba(26,18,8,.75); backdrop-filter: blur(8px); padding: 18px 24px; text-align: right; }
.slide-right-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 600; color: var(--gold); line-height: 1; }
.slide-right-badge-label { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(245,240,232,.5); margin-top: 3px; }
.hero-dots { position: absolute; bottom: 32px; left: 70px; display: flex; gap: 10px; z-index: 10; }
.hero-dot { width: 28px; height: 2px; background: rgba(245,240,232,.25); cursor: pointer; transition: background .3s, width .3s; }
.hero-dot.active { background: var(--gold); width: 48px; }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 46px; height: 46px; border: 1px solid rgba(245,240,232,.2); background: rgba(26,18,8,.4); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; cursor: pointer; color: rgba(245,240,232,.7); font-size: 1rem; transition: border-color .2s, color .2s; }
.hero-arrow:hover { border-color: var(--gold); color: var(--gold); }
.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }

/* ── TRUST STRIP ── */
.trust-strip { background: var(--gold); padding: 14px 60px; display: flex; gap: 0; overflow: hidden; }
.trust-item { display: flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: #F5F0E8; font-weight: 600; padding: 0 36px; border-right: 1px solid rgba(26,18,8,.15); }
.trust-item:last-child { border-right: none; }
.trust-item svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ── HISTORY ── */
.history-section { padding: 80px 60px; background: #120E06; }
.history-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.history-media { position: relative; overflow: hidden; }
.history-media img { width: 100%; height: 420px; object-fit: cover; display: block; }
.history-media-badge { position: absolute; bottom: 24px; left: 24px; background: rgba(26,18,8,.75); backdrop-filter: blur(8px); padding: 16px 22px; }
.history-media-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: var(--gold); line-height: 1; }
.history-media-label { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(245,240,232,.5); margin-top: 3px; }
.history-p { font-size: .85rem; line-height: 1.85; color: rgba(245,240,232,.6); margin-bottom: 18px; max-width: 520px; }
.history-timeline { margin-top: 28px; display: flex; flex-direction: column; gap: 0; border-left: 1px solid rgba(201,168,76,.25); padding-left: 24px; }
.timeline-item { position: relative; padding-bottom: 22px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -29px; top: 4px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.timeline-year { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--gold); }
.timeline-text { font-size: .8rem; color: rgba(245,240,232,.55); margin-top: 2px; }

/* ── SECTION SHARED ── */
.section-eyebrow { font-size: .65rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-h2 { color: #E8DCC8; font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 300; line-height: 1.12; color: #E8DCC8; margin-bottom: 16px; }
.section-h2 em { font-style: italic; }
.section-h2.light { color: var(--cream); }

/* ── CATEGORY PAGE BREADCRUMB ── */
#cat-breadcrumb { display:none; align-items:center; gap:8px; margin-bottom:22px; font-size:.78rem; letter-spacing:.03em; }
#cat-breadcrumb a { color:var(--gold); text-decoration:none; display:flex; align-items:center; gap:6px; }
#cat-breadcrumb a:hover { text-decoration:underline; }
#cat-breadcrumb .sep { color:rgba(245,240,232,.3); }
#cat-breadcrumb .cur { color:rgba(245,240,232,.6); }

/* ── CATEGORIES ── */
.categories { padding: 80px 60px; background: #120E06; }
.cats-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; }
.link-all { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--oak); text-decoration: none; border-bottom: 1px solid var(--light-oak); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.link-all:hover { color: var(--gold); border-color: var(--gold); }
.cats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; }
.cat-card { position: relative; overflow: hidden; cursor: pointer; text-decoration: none; }
.cat-visual { height: 280px; display: flex; align-items: center; justify-content: center; font-size: 4rem; transition: transform .45s ease; }
.cat-card:hover .cat-visual { transform: scale(1.05); }
.c1 { background: linear-gradient(145deg, #8B6340, #5C3D25); }
.c2 { background: linear-gradient(145deg, #A07850, #6B4E35); }
.c3 { background: linear-gradient(145deg, #6B4E35, #3D2B1F); }
.c4 { background: linear-gradient(145deg, #B8906A, #8B6340); }
.c5 { background: linear-gradient(145deg, #C9A884, #A07850); }
.cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,18,8,.82) 0%, rgba(26,18,8,.1) 55%, transparent 100%); }
.cat-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 18px; }
.cat-name { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 400; color: #fff; margin-bottom: 3px; }
.cat-count { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); }

/* ── PRODUCTS GRID ── */
.products-section { padding: 80px 60px; background: #1A1208; }
.products-tabs { display:flex; gap:0; margin-bottom:0; border-bottom:1px solid var(--border); overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
.products-tabs::-webkit-scrollbar { display:none; }
.sub-tab-btn { font-size:.68rem; letter-spacing:.12em; text-transform:uppercase; padding:7px 16px; background:none; border:none; border-bottom:2px solid transparent; cursor:pointer; color:rgba(245,240,232,0.5); font-family:'Jost',sans-serif; margin-bottom:-1px; transition:color .2s,border-color .2s; white-space:nowrap; }
.sub-tab-btn.active { color:var(--gold); border-bottom-color:var(--gold); }
.sub-tab-btn:hover { color:#E8DCC8; }
.tab-btn { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; padding: 10px 24px; background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer; color: rgba(245,240,232,0.7); font-family: 'Jost', sans-serif; margin-bottom: -1px; transition: color .2s, border-color .2s; }
.tab-btn.active { color: #E8DCC8; border-bottom-color: var(--gold); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
.skeleton-card { pointer-events: none; }
.skeleton-line { height: 12px; border-radius: 3px; margin-bottom: 10px; background: linear-gradient(90deg,#241a10 25%,#3a2a18 50%,#241a10 75%); background-size: 200% 100%; animation: skeleton-pulse 1.4s ease-in-out infinite; }
@keyframes skeleton-pulse { 0%{background-position:200% 0;} 100%{background-position:-200% 0;} }
.product-card { background: #120E06; position: relative; cursor: pointer; }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: #C0392B; color: #fff; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; padding: 3px 8px; font-weight: 600; }
.product-badge.new { background: var(--walnut); }
.product-img { height: 220px; display: flex; align-items: center; justify-content: center; font-size: 4rem; overflow: hidden; transition: transform .4s ease; }
.product-card:hover .product-img { transform: scale(1.04); }
.product-body { padding: 16px 16px 20px; }
.product-cat-tag { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.product-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 400; color: #E8DCC8; margin-bottom: 8px; line-height: 1.25; }
.product-price-row { display: flex; align-items: baseline; gap: 8px; }
.product-price { font-size: .95rem; font-weight: 600; color: #E8DCC8; }
.product-old-price { font-size: .78rem; color: rgba(245,240,232,0.7); text-decoration: line-through; }
.product-discount { font-size: .65rem; font-weight: 600; color: #C0392B; }
.product-wa-btn { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; margin-top: 12px; padding: 9px; background: transparent; border: 1px solid var(--border); color: rgba(245,240,232,0.7); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; font-family: 'Jost', sans-serif; transition: background .2s, color .2s, border-color .2s; text-decoration: none; }
.product-wa-btn:hover { background: #25D366; color: #fff; border-color: #25D366; }

/* ── OFFERS BANNER ── */
.offers-banner { background: var(--walnut); padding: 80px 60px; }
.offers-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: center; }
.offers-text .section-h2 { color: var(--cream); margin-top: 10px; margin-bottom: 20px; }
.offers-text p { font-size: .85rem; line-height: 1.85; color: rgba(245,240,232,.6); margin-bottom: 36px; }
.offers-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.offer-card { background: rgba(245,240,232,.05); border: 1px solid rgba(201,168,76,.12); padding: 28px 24px; position: relative; overflow: hidden; }
.offer-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); }
.offer-tag { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.offer-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; color: var(--cream); margin-bottom: 12px; line-height: 1.3; }
.offer-price-old { font-size: .78rem; color: rgba(245,240,232,.35); text-decoration: line-through; margin-bottom: 3px; }
.offer-price { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--gold); line-height: 1; }
.offer-disc { display: inline-block; background: #C0392B; color: #fff; font-size: .6rem; letter-spacing: .1em; padding: 2px 7px; margin-left: 8px; font-weight: 600; vertical-align: middle; }
.offer-wa { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,240,232,.5); text-decoration: none; border-bottom: 1px solid rgba(245,240,232,.15); padding-bottom: 2px; transition: color .2s; }
.offer-wa:hover { color: var(--gold); }

/* ── REVIEWS ── */
.rating-summary { display: flex; align-items: center; gap: 14px; }
.rating-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 600; color: #E8DCC8; line-height: 1; }
.rating-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; }
.rating-count { font-size: .75rem; color: rgba(245,240,232,0.7); }
.review-stars { color: var(--gold); font-size: .85rem; margin-bottom: 14px; letter-spacing: 2px; }
.review-text { font-size: .83rem; line-height: 1.75; color: rgba(245,240,232,0.7); margin-bottom: 18px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; background: var(--light-oak); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .85rem; font-weight: 600; color: #E8DCC8; flex-shrink: 0; }
.review-name { font-size: .8rem; font-weight: 500; color: #E8DCC8; }
.review-date { font-size: .68rem; color: rgba(245,240,232,0.7); }

/* ── CONTACT ── */
.contact-section { padding: 80px 60px; background: #1A1208; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-info { }
.contact-info .section-h2 { margin-top: 10px; margin-bottom: 20px; }
.contact-info p { font-size: .85rem; line-height: 1.85; color: rgba(245,240,232,0.7); margin-bottom: 36px; }
.cinfo-list { display: flex; flex-direction: column; gap: 20px; }
.cinfo-item { display: flex; gap: 16px; align-items: flex-start; }
.cinfo-icon { width: 42px; height: 42px; background: var(--walnut); display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.cinfo-label { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.cinfo-val { font-size: .85rem; color: #E8DCC8; line-height: 1.6; }
.cinfo-val a { color: #E8DCC8; text-decoration: none; }
.cinfo-val a:hover { color: var(--gold); }
.contact-form { }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: #E8DCC8; margin-bottom: 28px; }
.form-title em { font-style: italic; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(245,240,232,0.7); margin-bottom: 7px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 11px 14px; border: 1px solid rgba(61,43,31,.15); background: #120E06; color: #E8DCC8; font-family: 'Jost', sans-serif; font-size: .84rem; outline: none; transition: border-color .2s; appearance: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); }
.form-textarea { height: 110px; resize: none; }
.form-submit { width: 100%; padding: 13px; background: var(--walnut); color: var(--cream); font-family: 'Jost', sans-serif; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; border: none; cursor: pointer; transition: background .2s; margin-top: 4px; }
.form-submit:hover { background: var(--oak); }
.wa-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 13px; background: #25D366; color: #fff; font-family: 'Jost', sans-serif; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; margin-top: 10px; transition: opacity .2s; }
.wa-cta:hover { opacity: .88; }
.wa-cta svg { width: 17px; height: 17px; fill: #fff; }

/* ── FOOTER ── */
footer { background: var(--dark); padding: 60px; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; border-top: 1px solid rgba(201,168,76,.15); }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--cream); display: block; margin-bottom: 14px; }
.footer-logo span { color: var(--gold); }
.footer-tagline { font-size: .76rem; line-height: 1.85; color: rgba(245,240,232,.4); max-width: 240px; }
.footer-col-h { font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: .78rem; color: rgba(245,240,232,.45); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--cream); }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(245,240,232,.06); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: .7rem; color: rgba(245,240,232,.28); }
.footer-socials { display: flex; gap: 10px; }
.soc-btn { width: 36px; height: 36px; border: 1px solid rgba(245,240,232,.12); display: flex; align-items: center; justify-content: center; color: rgba(245,240,232,.35); font-size: .8rem; text-decoration: none; transition: border-color .2s, color .2s; }
.soc-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 500; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.35); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(37,211,102,.45); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }




/* ── MOBILE MENU ── */
.mobile-menu { position:fixed; top:0; right:-100%; width:75%; max-width:300px; height:100vh; background:#1A1208; z-index:300; transition:right .3s ease; padding:0; box-shadow:-4px 0 30px rgba(0,0,0,.5); }
.mobile-menu.open { right:0; }
.mobile-menu-overlay { position:fixed; inset:0; background:rgba(0,0,0,.6); z-index:299; display:none; }
.mobile-menu-overlay.open { display:block; }
.mobile-menu-top { display:flex; align-items:center; justify-content:space-between; padding:20px 24px; border-bottom:1px solid rgba(201,168,76,.15); }
.mobile-menu-logo { font-family:'Cormorant Garamond',serif; font-size:1.3rem; font-weight:600; color:#F5F0E8; }
.mobile-menu-close { font-size:1.5rem; color:rgba(245,240,232,.5); cursor:pointer; background:none; border:none; line-height:1; }
.mobile-menu-links { display:flex; flex-direction:column; padding:24px 0; }
.mobile-menu-links a { padding:14px 24px; font-size:.8rem; letter-spacing:.18em; text-transform:uppercase; color:rgba(245,240,232,.7); text-decoration:none; border-bottom:1px solid rgba(245,240,232,.05); transition:color .2s, padding .2s; }
.mobile-menu-links a:hover { color:var(--gold); padding-left:32px; }
.mobile-menu-wa { margin:24px; display:flex; align-items:center; justify-content:center; gap:8px; padding:13px; background:#25D366; color:#fff; text-decoration:none; font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; }
.mobile-menu-wa svg { width:16px; height:16px; fill:#fff; }

/* ── PRODUCT MODAL ── */
.pmodal { display:none; position:fixed; inset:0; z-index:900; background:#1A1208; overflow-y:auto; }
.pmodal.open { display:block; }
.pmodal-inner { background:#1A1208; min-height:100vh; max-width:100%; margin:0; padding:0 0 60px; }
.pmodal-top { position:sticky; top:0; z-index:10; display:flex; align-items:center; justify-content:space-between; padding:16px 24px; background:#1A1208; border-bottom:1px solid rgba(201,168,76,.15); }
.pmodal-back { display:flex; align-items:center; gap:8px; font-size:.75rem; letter-spacing:.14em; text-transform:uppercase; color:rgba(245,240,232,.5); cursor:pointer; background:none; border:none; font-family:'Jost',sans-serif; }
.pmodal-back:hover { color:var(--gold); }
.pmodal-img { width:100%; height:75vw; max-height:85vh; object-fit:contain; display:block; background:#111; }
.pmodal-img-placeholder { width:100%; height:75vw; max-height:85vh; display:flex; align-items:center; justify-content:center; font-size:6rem; background:#2A1F16; }
.pmodal-thumbs { display:flex; gap:8px; padding:10px 24px; overflow-x:auto; background:#1A1208; }
.pmodal-img-box { position:relative; }
.pmodal-nav { position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:38px; height:38px; border-radius:50%; border:none; background:rgba(0,0,0,.5); color:#F5F0E8; font-size:.9rem; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .2s; }
.pmodal-nav:hover { background:rgba(0,0,0,.75); color:var(--gold); }
.pmodal-nav-prev { left:12px; }
.pmodal-nav-next { right:12px; }
.pmodal-thumb { width:60px; height:60px; object-fit:cover; border-radius:4px; cursor:pointer; opacity:.5; border:2px solid transparent; flex-shrink:0; transition:opacity .2s,border-color .2s; }
.pmodal-thumb:hover { opacity:.8; }
.pmodal-thumb.active { opacity:1; border-color:var(--gold); }
@media (min-width: 900px) {
  .pmodal-inner { display:grid; grid-template-columns:55% 45%; grid-template-rows:50px auto; }
  .pmodal-top { grid-column:1/-1; grid-row:1; }
  #pmodal-img-wrap { grid-column:1; grid-row:2; position:sticky; top:50px; align-self:start; max-height:calc(100vh - 50px); overflow:hidden; display:flex; flex-direction:column; min-height:0; }
  .pmodal-img-box { flex:1; min-height:0; }
  .pmodal-img { width:100%; height:100%; object-fit:contain; display:block; background:#111; }
  .pmodal-img-placeholder { width:100%; flex:1; min-height:0; }
  #pmodal-img-wrap .pmodal-thumbs { flex-shrink:0; }
  .pmodal-body { grid-column:2; grid-row:2; padding:40px 48px; }
  .pmodal-similar-title { padding:0; }
  .pmodal-similar-grid { padding:0; }
}
.pmodal-body { padding:28px 24px; }
.pmodal-cat { font-size:.62rem; letter-spacing:.22em; text-transform:uppercase; color:var(--gold); margin-bottom:8px; }
.pmodal-name { font-family:'Cormorant Garamond',serif; font-size:2rem; font-weight:300; color:#F5F0E8; margin-bottom:16px; line-height:1.15; }
.pmodal-price-row { display:flex; align-items:baseline; gap:10px; margin-bottom:28px; }
.pmodal-price { font-size:1.4rem; font-weight:600; color:#F5F0E8; }
.pmodal-old-price { font-size:1rem; color:rgba(245,240,232,.4); text-decoration:line-through; }
.pmodal-disc { background:#C0392B; color:#fff; font-size:.65rem; padding:3px 8px; font-weight:600; }
.pmodal-wa { display:flex; align-items:center; justify-content:center; gap:10px; width:100%; padding:15px; background:#25D366; color:#fff; font-family:'Jost',sans-serif; font-size:.78rem; letter-spacing:.18em; text-transform:uppercase; border:none; cursor:pointer; text-decoration:none; margin-bottom:24px; }
.pmodal-wa svg { width:18px; height:18px; fill:#fff; }
.pmodal-features { display:flex; flex-direction:column; gap:0; border:1px solid rgba(201,168,76,.15); margin-bottom:28px; }
.pmodal-feature { display:flex; align-items:flex-start; gap:14px; padding:16px 18px; border-bottom:1px solid rgba(201,168,76,.1); }
.pmodal-feature:last-child { border-bottom:none; }
.pmodal-feature-icon { font-size:1.2rem; flex-shrink:0; margin-top:2px; }
.pmodal-feature-title { font-size:.78rem; font-weight:500; color:#F5F0E8; margin-bottom:2px; }
.pmodal-feature-desc { font-size:.72rem; color:rgba(245,240,232,.5); line-height:1.55; }
.pmodal-notice { background:rgba(192,57,43,.1); border:1px solid rgba(192,57,43,.25); padding:14px 18px; display:flex; gap:12px; align-items:flex-start; margin-bottom:28px; }
.pmodal-notice-icon { font-size:1rem; flex-shrink:0; }
.pmodal-notice-text { font-size:.75rem; color:rgba(245,240,232,.7); line-height:1.6; }
.pmodal-similar-title { font-family:'Cormorant Garamond',serif; font-size:1.4rem; font-weight:300; color:#F5F0E8; margin-bottom:16px; padding:0 24px; }
.pmodal-similar-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:3px; padding:0 24px; }
.pmodal-sim-card { background:#2A1F16; cursor:pointer; }
.pmodal-sim-img { height:130px; object-fit:cover; width:100%; display:block; }
.pmodal-sim-img-ph { height:130px; display:flex; align-items:center; justify-content:center; font-size:2.5rem; background:#3D2B1F; }
.pmodal-sim-name { font-size:.8rem; color:#F5F0E8; padding:10px 12px 4px; }
.pmodal-sim-price { font-size:.75rem; color:var(--gold); padding:0 12px 12px; }

/* ── LIGHTBOX ── */
.lightbox { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.92); align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 2px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; top: 20px; right: 24px; font-size: 2rem; color: rgba(255,255,255,.7); cursor: pointer; line-height: 1; transition: color .2s; z-index: 1001; }
.lightbox-close:hover { color: var(--gold); }
.lightbox-name { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: rgba(255,255,255,.7); letter-spacing: .08em; white-space: nowrap; }
.product-img { cursor: zoom-in; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
.animate { opacity:0; }
.animate.visible { animation: fadeUp .65s ease forwards; }
.d1 { animation-delay:.08s !important; }
.d2 { animation-delay:.18s !important; }
.d3 { animation-delay:.28s !important; }
.d4 { animation-delay:.38s !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .cats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  nav { padding: 0 22px; }
  .nav-links, .nav-wa { display: none; }
  .hamburger { display: flex; }
  .hero-slider { height: auto; min-height: auto; }
  .slide { position: relative; opacity: 1 !important; display: none; grid-template-columns: 1fr; }
  .slide.active { display: grid; }
  .slide-left { padding: 52px 24px; }
  .slide-right { height: 220px; }
  .hero-arrow { display: none; }
  .hero-dots { left: 24px; }
  .trust-strip { padding: 12px 20px; gap: 0; overflow-x: auto; }
  .trust-item { padding: 0 18px; font-size: .62rem; }
  .categories, .products-section, .offers-banner, .contact-section, .history-section { padding: 52px 22px; }
  .cats-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .offers-inner { grid-template-columns: 1fr; }
  .history-inner { grid-template-columns: 1fr; gap: 32px; }
  .history-media img { height: 240px; }
  .offers-cards { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; gap: 40px; }
  footer { grid-template-columns: 1fr 1fr; padding: 40px 22px; }
  .cats-header { flex-direction: column; gap: 14px; align-items: flex-start; }
}

/* ── NAV SEARCH ── */
nav { display:flex; align-items:center; gap:12px; }
.nav-search-wrap { flex:1; max-width:320px; }
.nav-search-box { display:flex; align-items:center; gap:8px; background:rgba(255,255,255,.08); border:1px solid rgba(201,168,76,.2); border-radius:6px; padding:7px 12px; transition:border-color .2s; }
.nav-search-box:focus-within { border-color:rgba(201,168,76,.6); }
.nav-search-box svg { color:rgba(245,240,232,.4); flex-shrink:0; }
.nav-search-box input { flex:1; background:none; border:none; outline:none; font-family:'Jost',sans-serif; font-size:.82rem; color:#E8DCC8; min-width:0; }
.nav-search-box input::placeholder { color:rgba(245,240,232,.35); }
#search-clear { background:none; border:none; color:rgba(245,240,232,.4); cursor:pointer; font-size:.8rem; padding:0; }
#search-clear:hover { color:var(--gold); }

/* ── NAV CATEGORIES DROPDOWN ── */
.nav-cat-dropdown { position:relative; }
.nav-cat-dropdown > a { cursor:pointer; }
.nav-cat-menu { display:none; position:absolute; top:100%; left:0; background:#1A1208; border:1px solid rgba(201,168,76,.2); border-radius:8px; min-width:200px; padding:8px 0; z-index:200; box-shadow:0 8px 32px rgba(0,0,0,.4); }
.nav-cat-dropdown:hover .nav-cat-menu { display:block; }
.nav-cat-menu li { list-style:none; }
.nav-cat-menu li a { display:block; padding:9px 20px; font-size:.75rem; letter-spacing:.1em; text-transform:uppercase; color:rgba(245,240,232,.7); text-decoration:none; transition:color .2s, background .2s; }
.nav-cat-menu li a:hover { color:var(--gold); background:rgba(201,168,76,.06); }

/* ── NO RESULTS ── */
.no-results { text-align:center; padding:60px 20px; color:rgba(245,240,232,.4); font-family:'Jost',sans-serif; letter-spacing:.05em; grid-column:1/-1; }

/* ── MOBILE: hide search in nav, keep hamburger ── */
@media (max-width: 768px) {
  .nav-search-wrap { display:none; }
  .mobile-search-bar { display:flex; align-items:center; padding:8px 16px; background:rgba(18,14,6,.97); border-bottom:1px solid rgba(201,168,76,.1); position:fixed; top:70px; left:0; right:0; z-index:199; }
  .mobile-search-bar .nav-search-box { width:100%; }
  .nav-cat-dropdown .nav-cat-menu { position:static; box-shadow:none; border:none; background:transparent; padding:0; }
}


@media (min-width: 769px) {
  .mobile-search-bar { display:none; }
}
.mob-cat-toggle { padding:14px 24px; font-size:.8rem; letter-spacing:.18em; text-transform:uppercase; color:rgba(245,240,232,.7); border-bottom:1px solid rgba(245,240,232,.05); cursor:pointer; display:flex; justify-content:space-between; transition:color .2s; }
.mob-cat-toggle:hover { color:var(--gold); }
#mob-cat-list a { padding:11px 24px 11px 36px; font-size:.78rem; display:block; border-left:2px solid rgba(201,168,76,.3); margin-left:24px; letter-spacing:.12em; }
