
:root{
  --bg:#eef4f3;
  --paper:#ffffff;
  --ink:#073f47;
  --muted:#647173;
  --line:#c9dddf;
  --sand:#b9d2d5;
  --clay:#0c5d68;
  --olive:#0e7a84;
  --white:#fff;
  --radius:28px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.55;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input{font-family:inherit}
.container{width:min(1320px,92%);margin-inline:auto}
.serif{font-family:"Cormorant Garamond",serif}
.topbar{
  background:var(--ink);
  color:#fff;
  font-size:13px;
}
.topbar .container{
  height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.top-left,.top-right{display:flex;align-items:center;gap:24px}
.topbar a,.language{display:flex;align-items:center;gap:8px;color:#fff;opacity:.92}
.language{position:relative;cursor:pointer}
.lang-menu{
  position:absolute;
  top:31px;
  left:0;
  min-width:170px;
  background:var(--paper);
  color:var(--ink);
  padding:10px;
  border-radius:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.25s;
  z-index:80;
}
.language:hover .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}
.lang-menu a{color:var(--ink);padding:8px 10px;border-radius:12px}
.lang-menu a:hover{background:#eee8dd}
.header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(244,241,235,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(221,214,202,.85);
}
.header-grid{
  height:96px;
  display:grid;
  grid-template-columns:220px 1fr 310px;
  align-items:center;
  gap:32px;
}
.logo{
  display:flex;
  align-items:center;
  gap:14px;
  letter-spacing:.04em;
}
.logo-mark{
  width:46px;height:46px;
  border:1px solid var(--ink);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:"Cormorant Garamond",serif;
  font-size:26px;
  font-weight:700;
}
.logo-text{font-weight:800;font-size:22px;line-height:.9}
.logo-text span{display:block;font-size:10px;letter-spacing:.45em;font-weight:500;margin-top:8px}
.menu{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:34px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.menu a{position:relative;color:#2b2a27}
.menu a::after{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-9px;
  height:1px;
  background:var(--ink);
  transform:scaleX(0);
  transform-origin:left;
  transition:.25s;
}
.menu a:hover::after,.menu a.active::after{transform:scaleX(1)}
.menu-dropdown{position:relative;display:flex;align-items:center}
.menu-dropdown>a{display:flex;align-items:center;gap:7px}
.submenu{position:absolute;top:28px;left:50%;transform:translate(-50%,12px);min-width:220px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 18px 45px rgba(7,63,71,.14);opacity:0;visibility:hidden;transition:.22s;z-index:80;text-transform:none;letter-spacing:0;font-size:14px}
.menu-dropdown:hover .submenu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.submenu a{display:block;padding:10px 12px;border-radius:12px;color:var(--ink);white-space:nowrap}
.submenu a:hover{background:#eef4f3}
.submenu a::after,.menu-dropdown>a::after{display:none}

.search{
  height:48px;
  border:1px solid var(--line);
  border-radius:999px;
  display:flex;
  align-items:center;
  background:rgba(251,250,247,.7);
  overflow:hidden;
}
.search input{
  flex:1;
  border:0;
  outline:0;
  background:transparent;
  padding-left:18px;
  font-size:13px;
  color:var(--ink);
}
.search button{
  width:50px;
  height:48px;
  border:0;
  background:transparent;
  cursor:pointer;
}
.mobile-btn{display:none;border:0;background:var(--ink);color:#fff;width:46px;height:46px;border-radius:50%}

/* HOME HERO */
.hero{
  padding:34px 0 0;
  background:linear-gradient(180deg,var(--bg),#ece5da);
}
.hero-layout{
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  min-height:650px;
  gap:34px;
  align-items:stretch;
}
.hero-copy{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:72px 64px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.eyebrow{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--clay);
  margin-bottom:20px;
}
.hero h1{
  font-family:"Cormorant Garamond",serif;
  font-size:82px;
  line-height:.88;
  letter-spacing:-.05em;
  max-width:560px;
  font-weight:600;
}
.hero-copy p{
  color:var(--muted);
  max-width:450px;
  font-size:17px;
  margin:28px 0 34px;
}
.btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  border-radius:999px;
  padding:15px 24px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.09em;
  border:1px solid transparent;
  width:max-content;
  transition:.25s;
}
.btn-dark{background:var(--ink);color:#fff}
.btn-light{background:transparent;color:var(--ink);border-color:var(--line)}
.btn:hover{transform:translateY(-2px)}
.hero-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:52px;
  border-top:1px solid var(--line);
  padding-top:28px;
}
.hero-meta strong{
  display:block;
  font-family:"Cormorant Garamond",serif;
  font-size:34px;
  line-height:1;
}
.hero-meta span{font-size:13px;color:var(--muted)}
.hero-media{
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  min-height:650px;
}
.slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .9s ease,visibility .9s ease;
}
.slide.active{opacity:1;visibility:visible}
.slide img{width:100%;height:100%;object-fit:cover}
.slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.32));
}
.slider-controls{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.slider-title{
  color:#fff;
}
.slider-title small{
  display:block;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  opacity:.8;
}
.slider-title b{
  font-family:"Cormorant Garamond",serif;
  font-size:32px;
  font-weight:500;
}
.slider-buttons{display:flex;gap:10px}
.slider-buttons button{
  width:46px;height:46px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.65);
  color:#fff;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  cursor:pointer;
}

/* CATEGORY EDITORIAL */
.categories{padding:86px 0 44px}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:34px;
}
.section-head h2{
  font-family:"Cormorant Garamond",serif;
  font-size:58px;
  line-height:.95;
  font-weight:500;
  letter-spacing:-.035em;
}
.section-head p{color:var(--muted);max-width:430px}
.category-editorial{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
}
.category-large,.category-small{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  background:#ddd;
}
.category-large{height:520px}
.category-side{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:24px;
}
.category-small{height:248px}
.category-editorial img{
  width:100%;height:100%;
  object-fit:cover;
  transition:.5s;
}
.category-large:hover img,.category-small:hover img{transform:scale(1.04)}
.category-label{
  position:absolute;
  left:26px;
  right:26px;
  bottom:24px;
  z-index:3;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:end;
}
.category-label::before{
  content:"";
  position:absolute;
  inset:-120px -26px -24px;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));
  z-index:-1;
}
.category-label h3{
  font-family:"Cormorant Garamond",serif;
  font-size:42px;
  line-height:.92;
  font-weight:500;
}
.category-small h3{font-size:31px}
.category-label span{
  width:44px;height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.8);
  display:grid;
  place-items:center;
}

/* STORY */
.story{padding:44px 0 84px}
.story-grid{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:54px;
  align-items:center;
}
.story h2{
  font-family:"Cormorant Garamond",serif;
  font-size:62px;
  line-height:.95;
  font-weight:500;
  letter-spacing:-.04em;
  margin-bottom:26px;
}
.story p{color:var(--muted);margin-bottom:26px}
.story-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:30px 0;
}
.story-points div{
  border-top:1px solid var(--line);
  padding-top:16px;
}
.story-points i{color:var(--olive);margin-bottom:8px}
.story-points b{display:block;margin-bottom:4px}
.story-points span{color:var(--muted);font-size:14px}
.story-image{
  border-radius:var(--radius);
  overflow:hidden;
  height:560px;
}
.story-image img{width:100%;height:100%;object-fit:cover}

/* PRODUCTS */
.products{
  padding:82px 0;
  background:var(--paper);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.product-showcase{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.product{
  background:transparent;
}
.product-img{
  height:360px;
  border-radius:24px;
  overflow:hidden;
  background:#ddd;
  margin-bottom:18px;
}
.product-img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:.45s;
}
.product:hover .product-img img{transform:scale(1.04)}
.product h3{
  font-family:"Cormorant Garamond",serif;
  font-size:28px;
  font-weight:500;
  margin-bottom:6px;
}
.product p{color:var(--muted);font-size:14px;margin-bottom:14px}
.product a{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--ink);
}

/* AMBIENCE */
.ambience{padding:88px 0}
.ambience-card{
  min-height:560px;
  border-radius:var(--radius);
  overflow:hidden;
  background:url("https://images.unsplash.com/photo-1600210492493-0946911123ea?auto=format&fit=crop&w=1800&q=88") center/cover;
  position:relative;
  display:flex;
  align-items:end;
}
.ambience-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.08));
}
.ambience-content{
  position:relative;
  z-index:2;
  color:#fff;
  max-width:520px;
  padding:56px;
}
.ambience h2{
  font-family:"Cormorant Garamond",serif;
  font-size:58px;
  line-height:.95;
  font-weight:500;
  margin-bottom:20px;
}
.ambience p{color:#eee;margin-bottom:26px}

/* PAGE HERO */
.page-hero{
  padding:58px 0 0;
  background:var(--bg);
}
.page-hero-card{
  min-height:390px;
  border-radius:var(--radius);
  overflow:hidden;
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  align-items:end;
}
.page-hero-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.10));
}
.page-hero-text{
  position:relative;
  z-index:2;
  color:#fff;
  padding:54px;
}
.breadcrumb{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:12px;
  opacity:.82;
}
.page-hero h1{
  font-family:"Cormorant Garamond",serif;
  font-size:72px;
  line-height:.9;
  font-weight:500;
}

/* LIST */
.listing{padding:70px 0 88px}
.list-top{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:34px;
  gap:24px;
}
.list-top p{color:var(--muted);max-width:640px}
.filters{display:flex;gap:10px;flex-wrap:wrap}
.filters button{
  border:1px solid var(--line);
  background:transparent;
  padding:11px 18px;
  border-radius:999px;
  color:var(--ink);
  cursor:pointer;
}
.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.list-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px 24px;
}

/* DETAIL */
.detail{padding:70px 0 92px}
.detail-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:54px;
  align-items:start;
}
.main-img{
  height:650px;
  border-radius:var(--radius);
  overflow:hidden;
  background:#ddd;
}
.main-img img{width:100%;height:100%;object-fit:cover}
.thumbs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
.thumbs img{
  height:130px;
  border-radius:18px;
  width:100%;
  object-fit:cover;
  cursor:pointer;
}
.detail-info{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:48px;
  position:sticky;
  top:126px;
}
.detail-info h1{
  font-family:"Cormorant Garamond",serif;
  font-size:64px;
  line-height:.9;
  font-weight:500;
  margin-bottom:22px;
}
.detail-info p{color:var(--muted);margin-bottom:26px}
.features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:28px 0;
}
.features div{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  font-size:14px;
}
.features i{color:var(--olive);margin-right:7px}
.specs{
  border-top:1px solid var(--line);
  margin:28px 0;
}
.specs div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:15px 0;
  border-bottom:1px solid var(--line);
}
.specs span{color:var(--muted)}
.detail-actions{display:flex;gap:12px;flex-wrap:wrap}

/* FOOTER */
.footer{
  background:#151411;
  color:#fff;
  padding:64px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.6fr repeat(4,1fr);
  gap:42px;
  padding-bottom:42px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.footer .logo-mark{border-color:#fff}
.footer p,.footer a{color:#d4d0c8;font-size:14px}
.footer h4{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:18px;
}
.footer ul{list-style:none}
.footer li{margin-bottom:10px}
.social{display:flex;gap:10px;margin-top:22px}
.social a{
  width:38px;height:38px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  display:grid;
  place-items:center;
}
.copyright{
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#aaa49a;
  font-size:13px;
}
.whatsapp{
  position:fixed;
  right:24px;
  bottom:24px;
  width:58px;height:58px;
  border-radius:50%;
  background:var(--olive);
  color:#fff;
  display:grid;
  place-items:center;
  z-index:90;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

@media(max-width:1100px){
  .header-grid{grid-template-columns:1fr auto}
  .menu,.search{display:none}
  .mobile-btn{display:block}
  .hero-layout,.story-grid,.detail-grid,.category-editorial{grid-template-columns:1fr}
  .hero-copy,.hero-media{min-height:auto}
  .hero-copy{padding:54px}
  .hero-media{height:520px}
  .cat-grid,.product-showcase,.list-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}
  .category-large,.category-small{height:330px}
  .category-side{grid-template-rows:auto}
  .detail-info{position:static}
}
@media(max-width:700px){
  .topbar-inner{height:auto;padding:11px 0;flex-direction:column;align-items:flex-start}
  .top-left,.top-right{gap:12px;flex-wrap:wrap}
  .header-grid{height:82px}
  .logo-mark{width:42px;height:42px}
  .logo-text{font-size:20px}
  .hero h1{font-size:54px}
  .hero-layout{min-height:auto}
  .hero-copy{padding:38px 28px}
  .hero-meta,.story-points,.features,.cat-grid,.product-showcase,.list-grid,.footer-grid{grid-template-columns:1fr}
  .hero-media{height:430px}
  .section-head,.list-top{display:block}
  .section-head p,.list-top p{margin-top:16px}
  .story h2,.section-head h2,.ambience h2{font-size:44px}
  .story-image,.ambience-card,.main-img{height:420px}
  .page-hero h1{font-size:52px}
  .page-hero-text{padding:36px 28px}
  .detail-info{padding:32px 24px}
  .detail-info h1{font-size:48px}
  .copyright{flex-direction:column}
}


/* LOGO IMAGE OVERRIDES */
.logo-img{
  width:188px;
  height:auto;
  object-fit:contain;
}
.footer-logo-img{
  width:190px;
  height:auto;
  object-fit:contain;
}

/* SIMPLE CONTENT PAGES */
.content-page{padding:78px 0 92px;background:var(--bg)}
.content-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:64px;
  align-items:start;
}
.content-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:44px;
}
.content-card h2{
  font-family:"Cormorant Garamond",serif;
  font-size:48px;
  line-height:.98;
  font-weight:500;
  margin-bottom:20px;
}
.content-card p{color:var(--muted);margin-bottom:18px}
.value-list{display:grid;gap:14px;margin-top:26px}
.value-list div{
  border-top:1px solid var(--line);
  padding-top:14px;
}
.value-list b{display:block;margin-bottom:4px}
.value-list span{color:var(--muted);font-size:14px}
.visual-card{
  border-radius:var(--radius);
  overflow:hidden;
  min-height:520px;
}
.visual-card img{width:100%;height:100%;object-fit:cover}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.info-box{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px;
}
.info-box i{color:var(--olive);font-size:24px;margin-bottom:16px}
.info-box h3{font-size:18px;margin-bottom:8px}
.info-box p,.info-box a{color:var(--muted);font-size:15px}
.form-box{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:38px;
}
.form-box input,.form-box textarea,.form-box select{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
  padding:15px 16px;
  margin-bottom:14px;
  outline:none;
  color:var(--ink);
}
.form-box textarea{height:130px;resize:vertical}
.sales-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.sales-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
}
.sales-card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:31px;
  font-weight:500;
  margin-bottom:10px;
}
.sales-card p{color:var(--muted);font-size:15px;margin-bottom:14px}
.catalog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.catalog-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
}
.catalog-cover{
  height:300px;
  background:linear-gradient(135deg,#d8c6ad,#f4f1eb);
  display:flex;
  align-items:end;
  padding:28px;
}
.catalog-cover h3{
  font-family:"Cormorant Garamond",serif;
  font-size:42px;
  line-height:.92;
  font-weight:500;
}
.catalog-body{padding:24px}
.catalog-body p{color:var(--muted);margin-bottom:18px}
@media(max-width:1100px){
  .content-grid,.contact-grid,.sales-grid,.catalog-grid{grid-template-columns:1fr}
  .logo-img{width:160px}
}


/* FIX: language dropdown above sticky header */
.topbar{
  position:relative;
  z-index:200;
}
.lang-menu{
  z-index:300;
}

/* REFINED PRODUCT LISTING + FILTERS */
.shop-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:34px;
  align-items:start;
}
.filter-panel{
  background:rgba(251,250,247,.86);
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  position:sticky;
  top:126px;
}
.filter-panel h3{
  font-family:"Cormorant Garamond",serif;
  font-size:32px;
  font-weight:500;
  line-height:1;
  margin-bottom:20px;
}
.filter-group{
  border-top:1px solid var(--line);
  padding:18px 0;
}
.filter-group:first-of-type{border-top:0}
.filter-group-title{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--clay);
  font-weight:700;
  margin-bottom:12px;
}
.filter-options{
  display:grid;
  gap:10px;
}
.filter-check{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  font-size:14px;
  cursor:pointer;
}
.filter-check input{
  accent-color:var(--olive);
}
.price-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.price-row input{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  padding:11px 12px;
  outline:none;
}
.filter-actions{
  display:grid;
  gap:10px;
  margin-top:8px;
}
.filter-actions .btn{
  justify-content:center;
  width:100%;
}
.list-toolbar{
  background:rgba(251,250,247,.72);
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
}
.result-count{
  color:var(--muted);
  font-size:14px;
}
.sort-select{
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:11px 16px;
  color:var(--ink);
  outline:none;
}
.list-grid.compact-products{
  grid-template-columns:repeat(3,1fr);
  gap:26px 22px;
}
.list-grid.compact-products .product-img{
  height:300px;
  border-radius:22px;
}
.list-grid.compact-products .product h3{
  font-size:25px;
}
.list-grid.compact-products .product p{
  min-height:42px;
}
.product-badge{
  display:inline-flex;
  margin-bottom:10px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--clay);
}
@media(max-width:1100px){
  .shop-layout{grid-template-columns:1fr}
  .filter-panel{position:static}
  .list-grid.compact-products{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .list-toolbar{align-items:flex-start;flex-direction:column}
  .list-grid.compact-products{grid-template-columns:1fr}
}


/* CSV PRODUCT DYNAMIC LIST */
.product-empty{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:38px;
  color:var(--muted);
}
.product-img.placeholder{
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eee8dd,#f8f5ef);
  color:var(--muted);
  text-align:center;
  padding:20px;
}
.product-img.placeholder::before{
  content:"İnegöl Home Collection";
  font-family:"Cormorant Garamond",serif;
  font-size:28px;
}
.dynamic-product-card .product-img img{
  background:#eee8dd;
}
.product-category-chip{
  display:inline-flex;
  margin-bottom:10px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--clay);
}
.loading-products{
  grid-column:1/-1;
  color:var(--muted);
  padding:30px 0;
}
.detail-loading{
  color:var(--muted);
  padding:40px 0;
}
.error-box{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:42px;
}


/* MOBILE MENU FIX */
.mobile-panel{
  position:fixed;
  inset:0;
  z-index:500;
  pointer-events:none;
}
.mobile-panel.is-open{
  pointer-events:auto;
}
.mobile-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.42);
  opacity:0;
  transition:.25s;
}
.mobile-panel.is-open .mobile-overlay{opacity:1}
.mobile-drawer{
  position:absolute;
  top:0;
  right:0;
  width:min(390px,88vw);
  height:100%;
  background:var(--paper);
  border-left:1px solid var(--line);
  transform:translateX(100%);
  transition:.3s;
  padding:26px;
  display:flex;
  flex-direction:column;
  gap:22px;
}
.mobile-panel.is-open .mobile-drawer{transform:translateX(0)}
.mobile-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.mobile-close{
  border:0;
  background:var(--ink);
  color:#fff;
  width:42px;
  height:42px;
  border-radius:50%;
  cursor:pointer;
}
.mobile-nav{
  display:grid;
  gap:4px;
}
.mobile-nav a{
  padding:14px 0;
  border-bottom:1px solid var(--line);
  font-size:16px;
  color:var(--ink);
}
.mobile-mini{
  display:grid;
  gap:10px;
  margin-top:auto;
}
.mobile-mini a{
  color:var(--muted);
  font-size:14px;
}
.no-scroll{overflow:hidden}


/* V7: product detail premium redesign */
.detail{
  background:linear-gradient(180deg,var(--bg),#ece6db);
}
.product-detail-shell{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:46px;
  align-items:start;
}
.gallery-panel{
  display:grid;
  gap:16px;
}
.main-img{
  position:relative;
}
.main-img::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
  border-radius:var(--radius);
}
.gallery-badge{
  position:absolute;
  left:22px;
  top:22px;
  z-index:2;
  background:rgba(251,250,247,.86);
  backdrop-filter:blur(12px);
  color:var(--ink);
  border:1px solid rgba(221,214,202,.75);
  border-radius:999px;
  padding:10px 16px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.thumbs img{
  border:2px solid transparent;
  transition:.25s;
  opacity:.82;
}
.thumbs img:hover,.thumbs img.is-active{
  border-color:var(--olive);
  opacity:1;
}
.detail-info{
  box-shadow:0 24px 70px rgba(58,45,32,.10);
}
.product-code{
  display:inline-flex;
  gap:8px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 14px;
  color:var(--muted);
  font-size:12px;
  margin-bottom:18px;
}
.detail-intro{
  font-size:16px;
  line-height:1.75;
}
.option-row{
  display:grid;
  gap:12px;
  margin:28px 0;
}
.option-title{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--clay);
  font-weight:700;
}
.swatches{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.swatch{
  width:38px;height:38px;
  border-radius:50%;
  border:1px solid var(--line);
  box-shadow:inset 0 0 0 5px #fff;
}
.swatch.sand{background:#d8c6ad}
.swatch.greige{background:#b8b0a3}
.swatch.stone{background:#858985}
.swatch.charcoal{background:#2d2f2e}
.size-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.size-list span{
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  color:var(--ink);
  font-size:13px;
}
.detail-actions .btn{
  min-height:50px;
}
.detail-note{
  margin-top:18px;
  color:var(--muted);
  font-size:13px;
  display:flex;
  gap:8px;
  align-items:flex-start;
}
.detail-tabs{
  margin-top:38px;
  background:rgba(251,250,247,.76);
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
}
.detail-tabs-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.detail-tab h3{
  font-family:"Cormorant Garamond",serif;
  font-size:28px;
  font-weight:500;
  margin-bottom:8px;
}
.detail-tab p{
  color:var(--muted);
  font-size:14px;
}

/* V7: topbar social and mobile footer polish */
.top-right a{
  width:30px;
  height:30px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  display:grid;
  place-items:center;
  opacity:1;
  transition:.25s;
}
.top-right a:hover{
  background:#fff;
  color:var(--ink);
}
.footer .social{
  flex-wrap:wrap;
}
.footer .social a{
  transition:.25s;
}
.footer .social a:hover{
  background:#fff;
  color:#151411;
}
.footer-grid > div:first-child{
  min-width:0;
}
.footer-logo-img{
  max-width:180px;
}

/* V7: translation direction and active */
html[lang="ar"] body{
  direction:rtl;
}
html[lang="ar"] .menu,
html[lang="ar"] .top-left,
html[lang="ar"] .top-right,
html[lang="ar"] .detail-actions,
html[lang="ar"] .features,
html[lang="ar"] .specs div{
  direction:rtl;
}
.language-selected{
  color:var(--olive);
  font-weight:700;
}

@media(max-width:1100px){
  .product-detail-shell{grid-template-columns:1fr}
  .detail-info{position:static}
  .detail-tabs-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .top-right{
    width:100%;
    justify-content:flex-start;
    gap:10px;
  }
  .top-right a{
    width:36px;
    height:36px;
    background:rgba(255,255,255,.06);
  }
  .footer{
    padding:44px 0 22px;
  }
  .footer-grid{
    gap:0;
    border-bottom:0;
    padding-bottom:10px;
  }
  .footer-grid > div{
    padding:22px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
  }
  .footer-grid > div:first-child{
    padding-top:0;
  }
  .footer h4{
    margin-bottom:12px;
  }
  .footer li{
    margin-bottom:8px;
  }
  .footer .social a{
    width:42px;
    height:42px;
    background:rgba(255,255,255,.04);
  }
  .copyright{
    padding-top:16px;
  }
  .main-img{height:430px}
  .thumbs img{height:98px}
  .detail-info h1{font-size:46px}
  .detail-actions .btn{width:100%;justify-content:center}
}

/* V8 fixes */
.header .logo-img{display:block;width:188px;max-height:58px;object-fit:contain}
.footer-logo-img{display:block;width:190px;max-height:70px;object-fit:contain}
.option-row.color-options{display:none!important}

.about-long{padding:76px 0 96px;background:var(--bg)}
.about-long-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:48px;align-items:start}
.about-sidebar{position:sticky;top:124px;background:rgba(251,250,247,.82);border:1px solid var(--line);border-radius:24px;padding:26px}
.about-sidebar h3{font-family:"Cormorant Garamond",serif;font-size:32px;font-weight:500;margin-bottom:16px}
.about-sidebar a{display:block;padding:11px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:14px}
.about-article{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:56px}
.about-article-section{padding-bottom:42px;margin-bottom:42px;border-bottom:1px solid var(--line)}
.about-article-section:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
.about-article h2{font-family:"Cormorant Garamond",serif;font-size:54px;line-height:.98;font-weight:500;letter-spacing:-.03em;margin-bottom:22px}
.about-article h3{font-family:"Cormorant Garamond",serif;font-size:38px;font-weight:500;margin-bottom:16px}
.about-article p{color:var(--muted);font-size:17px;line-height:1.85;margin-bottom:18px}
.about-highlight{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.about-highlight div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}
.about-highlight strong{display:block;font-family:"Cormorant Garamond",serif;font-size:36px;line-height:1;margin-bottom:8px}
.about-highlight span{color:var(--muted);font-size:14px}

.locator-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;margin-bottom:34px}
.locator-panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:34px}
.locator-panel h2{font-family:"Cormorant Garamond",serif;font-size:48px;line-height:.98;font-weight:500;margin-bottom:16px}
.locator-panel p{color:var(--muted);margin-bottom:22px}
.locator-search{display:flex;gap:10px;margin-top:22px}
.locator-search input{flex:1;border:1px solid var(--line);background:#fff;border-radius:999px;padding:14px 18px;outline:none}
.locator-map{min-height:360px;border-radius:var(--radius);overflow:hidden;position:relative;background:linear-gradient(90deg,rgba(23,22,19,.12) 1px,transparent 1px),linear-gradient(rgba(23,22,19,.12) 1px,transparent 1px),linear-gradient(135deg,#d8c6ad,#f4f1eb);background-size:44px 44px,44px 44px,100% 100%;border:1px solid var(--line)}
.locator-map:after{content:"";position:absolute;inset:0;background:url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1200&q=80") center/cover;opacity:.18}
.pin{position:absolute;z-index:2;width:18px;height:18px;border-radius:50%;background:var(--olive);box-shadow:0 0 0 9px rgba(111,117,97,.16)}
.pin.one{left:34%;top:44%}.pin.two{left:56%;top:36%}.pin.three{left:68%;top:58%}.pin.four{left:44%;top:66%}
.sales-grid.locator-cards{grid-template-columns:repeat(3,1fr)}
.sales-card{overflow:hidden}
.sales-card-img{height:170px;margin:-28px -28px 22px;overflow:hidden}
.sales-card-img img{width:100%;height:100%;object-fit:cover}

@media(max-width:1100px){.about-long-grid,.locator-wrap{grid-template-columns:1fr}.about-sidebar{position:static}.sales-grid.locator-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.header .logo-img{width:148px;max-height:46px}.about-article{padding:32px 24px}.about-article h2{font-size:40px}.about-highlight,.sales-grid.locator-cards{grid-template-columns:1fr}.locator-search{flex-direction:column}.locator-search .btn{width:100%;justify-content:center}}

/* V13 bulletproof product listing + i18n */
.product-card-static{display:block}
.product-card-static.is-hidden{display:none!important}
.product-empty-message{display:none;grid-column:1/-1;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:34px;color:var(--muted)}
.product-empty-message.is-visible{display:block}
.language-selected{color:var(--olive)!important;font-weight:700}
html[lang="ar"] body{direction:rtl}
html[lang="ar"] .menu,html[lang="ar"] .top-left,html[lang="ar"] .top-right,html[lang="ar"] .mobile-nav,html[lang="ar"] .footer{direction:rtl}
.header .logo-img{display:block;width:188px;max-height:58px;object-fit:contain}
.footer-logo-img{display:block;width:190px;max-height:70px;object-fit:contain}
.option-row,.size-list,.swatches{display:none!important}
@media(max-width:700px){.header .logo-img{width:148px;max-height:46px}}

/* V16 modern sales locator */
.sales-locator-page{background:linear-gradient(180deg,var(--bg),#eee8de)}
.locator-hero{display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;align-items:stretch}
.locator-copy{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:42px;display:flex;flex-direction:column;justify-content:center}
.locator-copy h2{font-family:"Cormorant Garamond",serif;font-size:56px;line-height:.96;font-weight:500;margin-bottom:18px}
.locator-copy p{color:var(--muted);font-size:16px;line-height:1.75}
.locator-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.locator-mini-stats div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}
.locator-mini-stats strong{display:block;font-family:"Cormorant Garamond",serif;font-size:32px;line-height:1}
.locator-mini-stats span{font-size:12px;color:var(--muted)}
.locator-visual{min-height:430px}
.map-card{height:100%;min-height:430px;border-radius:var(--radius);position:relative;overflow:hidden;border:1px solid var(--line);background:linear-gradient(90deg,rgba(23,22,19,.08) 1px,transparent 1px),linear-gradient(rgba(23,22,19,.08) 1px,transparent 1px),linear-gradient(135deg,#d8c6ad,#f8f3ea);background-size:54px 54px,54px 54px,100% 100%}
.map-card:after{content:"";position:absolute;inset:0;background:url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1300&q=80") center/cover;opacity:.20}
.map-pin{position:absolute;z-index:2;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--olive);color:#fff;box-shadow:0 0 0 12px rgba(111,117,97,.16)}
.pin-a{left:30%;top:42%}.pin-b{left:55%;top:32%}.pin-c{left:68%;top:58%}.pin-d{left:42%;top:68%}
.map-floating{position:absolute;z-index:3;left:28px;bottom:28px;background:rgba(251,250,247,.88);backdrop-filter:blur(12px);border:1px solid rgba(221,214,202,.85);border-radius:22px;padding:20px;min-width:240px}
.map-floating b{display:block;margin-bottom:4px}.map-floating span{display:block;color:var(--muted);font-size:14px;margin-bottom:10px}.map-floating a{font-size:13px;text-transform:uppercase;letter-spacing:.1em}
.modern-sales-grid{grid-template-columns:repeat(3,1fr);gap:24px}
.modern-sales-card{padding:0;border-radius:24px;overflow:hidden;background:var(--paper);border:1px solid var(--line);box-shadow:0 16px 42px rgba(0,0,0,.06)}
.modern-sales-card .sales-card-img{height:190px;margin:0}
.sales-card-body{padding:24px}
.sales-city{display:inline-flex;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--clay);margin-bottom:10px}
.sales-card-body h3{font-family:"Cormorant Garamond",serif;font-size:32px;font-weight:500;margin-bottom:12px}
.sales-card-body p{display:flex;gap:9px;align-items:center;color:var(--muted);margin-bottom:10px}
.sales-card-body .btn{margin-top:10px}
@media(max-width:1100px){.locator-hero{grid-template-columns:1fr}.modern-sales-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.locator-copy{padding:30px 22px}.locator-copy h2{font-size:42px}.locator-mini-stats,.modern-sales-grid{grid-template-columns:1fr}.locator-search{flex-direction:column}.locator-search .btn{width:100%;justify-content:center}.map-card,.locator-visual{min-height:360px}}


/* gallery lightbox + many images */
.thumbs{
  grid-template-columns:repeat(auto-fit,minmax(92px,1fr));
}
.thumbs img{cursor:zoom-in}
.gallery-lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.82);
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:30px;
}
.gallery-lightbox.is-open{display:flex}
.gallery-lightbox img{
  max-width:min(1100px,94vw);
  max-height:86vh;
  border-radius:22px;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}
.gallery-lightbox button{
  position:absolute;
  top:22px;
  right:22px;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:22px;
  cursor:pointer;
}
.lightbox-nav{
  position:absolute;
  inset:auto 24px 24px;
  display:flex;
  justify-content:center;
  gap:10px;
}
.lightbox-nav span{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  background:rgba(255,255,255,.10);
}


/* V2 product filter/tag fixes */
.product.dynamic-product-card p{
  display:none!important;
}
.product .product-cta{
  display:inline-flex;
  margin-top:8px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  border-bottom:1px solid currentColor;
  padding-bottom:4px;
}
.filter-options .filter-check{
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  padding-bottom:9px;
}
.filter-count{
  color:var(--muted);
  font-size:12px;
}


/* V3 modern product listing */
.listing{
  background:linear-gradient(180deg,var(--bg),#eee8dd);
}
.shop-layout{
  grid-template-columns:300px 1fr;
}
.filter-panel{
  border-radius:30px;
  background:rgba(251,250,247,.92);
  box-shadow:0 20px 55px rgba(32,27,20,.07);
}
.filter-panel h3{
  font-size:36px;
}
.list-toolbar{
  border-radius:999px;
  background:rgba(251,250,247,.86);
  backdrop-filter:blur(10px);
}
.list-grid.compact-products{
  gap:30px;
}
.product.dynamic-product-card{
  border:1px solid var(--line);
  border-radius:30px;
  background:rgba(251,250,247,.94);
  padding:12px 12px 22px;
  box-shadow:0 18px 45px rgba(32,27,20,.07);
  transition:.28s ease;
}
.product.dynamic-product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(32,27,20,.13);
}
.product.dynamic-product-card .product-img{
  height:330px;
  border-radius:24px;
  margin-bottom:18px;
  overflow:hidden;
}
.product.dynamic-product-card .product-img img{
  transition:transform .45s ease;
}
.product.dynamic-product-card:hover .product-img img{
  transform:scale(1.055);
}
.product-category-chip{
  margin-left:8px;
  background:#eee8dd;
  border-radius:999px;
  padding:7px 10px;
  font-size:10px;
}
.product.dynamic-product-card h3{
  padding:0 8px;
  min-height:64px;
  display:flex;
  align-items:flex-start;
}
.product.dynamic-product-card p{
  display:none!important;
}
.product .product-cta{
  margin-left:8px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  padding:10px 14px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.product .product-cta:after{
  content:"→";
  font-size:14px;
}
.filter-options .filter-check{
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  padding-bottom:10px;
}
.filter-count{
  color:var(--muted);
  font-size:12px;
}
@media(max-width:1100px){
  .shop-layout{grid-template-columns:1fr}
}
@media(max-width:700px){
  .list-toolbar{border-radius:22px}
  .product.dynamic-product-card .product-img{height:280px}
}


/* Auto translate + mobile layout fixes */
@media(max-width:700px){
  .topbar{
    display:block;
  }
  .topbar .container,
  .topbar-inner,
  .topbar-content{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:10px!important;
  }
  .top-left,
  .top-right{
    width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    justify-content:flex-start!important;
    align-items:center!important;
  }
  .top-left a,
  .top-right a,
  .language{
    min-height:34px;
  }
  .language{
    position:relative;
    z-index:300;
  }
  .lang-menu{
    left:0!important;
    right:auto!important;
    min-width:180px;
    max-width:calc(100vw - 28px);
    z-index:9999!important;
  }
  html[dir="rtl"] .lang-menu{
    right:0!important;
    left:auto!important;
  }
  .header-main,
  .main-header,
  .nav-wrap{
    align-items:center!important;
  }
  .footer{
    text-align:left;
  }
  html[dir="rtl"] .footer{
    text-align:right;
  }
  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .footer-grid > div{
    width:100%!important;
    padding:22px 0!important;
    border-bottom:1px solid rgba(255,255,255,.10);
  }
  .footer ul{
    display:grid;
    gap:8px;
  }
  .footer li,
  .footer a,
  .footer p{
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .footer .social{
    justify-content:flex-start;
  }
  html[dir="rtl"] .footer .social{
    justify-content:flex-end;
  }
  .copyright{
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:flex-start;
  }
  html[dir="rtl"] .copyright{
    align-items:flex-end;
  }
}

@media(max-width:420px){
  .top-left a,
  .top-right a{
    font-size:12px!important;
  }
  .language{
    font-size:12px!important;
  }
}


/* FINAL mobile/topbar/footer + product listing polish */
.listing{
  background:linear-gradient(180deg,var(--bg),#ebe3d7);
}
.list-grid.compact-products{
  gap:32px;
}
.product.dynamic-product-card{
  position:relative;
  border-radius:34px!important;
  padding:14px 14px 24px!important;
  background:rgba(251,250,247,.96)!important;
  border:1px solid rgba(221,214,202,.9)!important;
  box-shadow:0 20px 55px rgba(37,31,25,.09)!important;
  overflow:hidden;
}
.product.dynamic-product-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(255,255,255,0));
}
.product.dynamic-product-card:hover{
  transform:translateY(-8px);
  box-shadow:0 34px 85px rgba(37,31,25,.16)!important;
}
.product.dynamic-product-card .product-img{
  height:350px!important;
  border-radius:28px!important;
  margin-bottom:18px;
}
.product.dynamic-product-card h3{
  font-size:30px!important;
  padding:0 10px;
}
.product.dynamic-product-card p{
  display:none!important;
}
.product .product-cta{
  margin-left:10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  padding:11px 16px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.product .product-cta:after{content:"→"}
.product-category-chip{
  margin-left:10px;
  background:#eee8dd;
  border-radius:999px;
  padding:7px 10px;
  font-size:10px;
}

@media(max-width:768px){
  .topbar{
    overflow:visible!important;
  }
  .topbar-inner{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:10px 0!important;
    height:auto!important;
  }
  .top-left{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    align-items:center!important;
  }
  .top-left .language{
    grid-column:1/-1!important;
    width:100%!important;
    min-height:38px;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    padding:9px 12px!important;
    position:relative;
    z-index:500;
  }
  .top-left > a{
    width:100%!important;
    min-height:38px;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.06);
    font-size:12px!important;
    line-height:1.25!important;
    padding:8px!important;
  }
  .lang-menu{
    top:calc(100% + 8px)!important;
    left:0!important;
    right:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    z-index:9999!important;
  }
  html[dir="rtl"] .lang-menu{
    right:0!important;
    left:auto!important;
  }
  .top-right{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
    flex-wrap:nowrap!important;
    padding-top:2px;
  }
  .top-right a{
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.14)!important;
  }
  .header-grid{
    display:grid!important;
    grid-template-columns:auto 1fr auto!important;
    gap:12px!important;
    align-items:center!important;
  }
  .search{
    grid-column:1/-1!important;
    order:3!important;
    width:100%!important;
  }
  .mobile-btn{
    justify-self:end!important;
  }
  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .footer-grid > div{
    padding:22px 0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
  }
  .footer h4{
    margin-bottom:12px!important;
  }
  .footer ul{
    display:grid!important;
    gap:9px!important;
  }
  .footer p,.footer a,.footer li{
    overflow-wrap:anywhere!important;
    line-height:1.55!important;
  }
  .footer .social{
    justify-content:flex-start!important;
  }
  html[dir="rtl"] .footer .social{
    justify-content:flex-end!important;
  }
  .copyright{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    align-items:flex-start!important;
  }
  html[dir="rtl"] .copyright{
    align-items:flex-end!important;
  }
  .product.dynamic-product-card .product-img{
    height:290px!important;
  }
}


/* Home hero slider */
.home-slider{
  position:relative;
  min-height:680px;
  overflow:hidden;
  background:#171613;
}
.slider-track,.home-slide{
  position:absolute;
  inset:0;
}
.home-slide{
  opacity:0;
  pointer-events:none;
  transition:opacity .75s ease;
}
.home-slide.active{
  opacity:1;
  pointer-events:auto;
}
.home-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
}
.home-slide-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(23,22,19,.82),rgba(23,22,19,.38) 46%,rgba(23,22,19,.12));
}
.home-slide-content{
  position:relative;
  z-index:2;
  min-height:680px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:#fff;
}
.home-slide-content h1{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(54px,8vw,112px);
  line-height:.88;
  max-width:760px;
  font-weight:500;
  letter-spacing:-.05em;
  margin:14px 0 22px;
}
.home-slide-content p{
  max-width:560px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.75;
  margin-bottom:28px;
}
.home-slide-content .eyebrow{
  color:#efe7da;
}
.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.12);
  color:#fff;
  backdrop-filter:blur(10px);
  cursor:pointer;
}
.slider-prev{left:28px}
.slider-next{right:28px}
.slider-dots{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
}
.slider-dots button{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.45);
  cursor:pointer;
  transition:.25s;
}
.slider-dots button.active{
  width:34px;
  background:#fff;
}

/* Catalog cards */
.catalog-admin-note{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  margin-bottom:28px;
}
.catalog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.catalog-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 45px rgba(32,27,20,.07);
}
.catalog-card-icon{
  width:64px;
  height:64px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#efe8db;
  color:var(--ink);
  font-size:28px;
  margin-bottom:20px;
}
.catalog-card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:34px;
  font-weight:500;
  margin-bottom:10px;
}
.catalog-card p{
  color:var(--muted);
  line-height:1.7;
  margin-bottom:18px;
}

/* Strong mobile footer fix */
@media(max-width:768px){
  .home-slider,.home-slide-content{
    min-height:560px;
  }
  .home-slide-overlay{
    background:linear-gradient(180deg,rgba(23,22,19,.78),rgba(23,22,19,.52));
  }
  .home-slide-content{
    justify-content:flex-end;
    padding-bottom:96px;
  }
  .home-slide-content h1{
    font-size:54px;
  }
  .home-slide-content p{
    font-size:15px;
  }
  .slider-arrow{
    width:42px;
    height:42px;
    top:auto;
    bottom:24px;
    transform:none;
  }
  .slider-prev{left:18px}
  .slider-next{right:18px}
  .slider-dots{
    bottom:38px;
  }
  .catalog-grid{
    grid-template-columns:1fr;
  }
  .footer{
    padding:42px 0 18px!important;
  }
  .footer-grid{
    display:block!important;
    border-bottom:0!important;
    padding-bottom:0!important;
  }
  .footer-grid > div{
    width:100%!important;
    min-width:0!important;
    padding:22px 0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }
  .footer-grid > div:first-child{
    padding-top:0!important;
  }
  .footer-logo-img{
    max-width:180px!important;
    height:auto!important;
  }
  .footer h4{
    font-size:15px!important;
    margin-bottom:12px!important;
  }
  .footer ul{
    margin:0!important;
    padding:0!important;
    display:grid!important;
    gap:8px!important;
  }
  .footer li{
    margin:0!important;
  }
  .footer a,.footer p,.footer li{
    font-size:13px!important;
    line-height:1.55!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }
  .footer .social{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    justify-content:flex-start!important;
  }
  .copyright{
    border-top:0!important;
    padding-top:18px!important;
    display:grid!important;
    gap:8px!important;
    text-align:left!important;
  }
  html[dir="rtl"] .copyright,
  html[dir="rtl"] .footer{
    text-align:right!important;
  }
}

/* Cookie popup */
.cookie-popup{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  max-width:780px;
  margin:auto;
  z-index:10000;
  background:rgba(251,250,247,.96);
  border:1px solid var(--line);
  border-radius:24px;
  padding:18px;
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}
.cookie-popup.is-visible{display:flex}
.cookie-popup p{margin:4px 0 0;color:var(--muted);font-size:14px}
.cookie-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.cookie-actions a{font-size:13px;text-decoration:underline}
.cookie-actions button{
  border:0;
  background:var(--ink);
  color:#fff;
  border-radius:999px;
  padding:11px 16px;
  cursor:pointer;
  font-weight:700;
}
@media(max-width:768px){
  .cookie-popup{
    left:14px;
    right:14px;
    bottom:14px;
    flex-direction:column;
    align-items:flex-start;
  }
}

/* Catalog cover image + admin extra slider */
.catalog-cover{
  height:230px;
  border-radius:22px;
  overflow:hidden;
  margin:-10px -10px 20px;
  background:#eee;
}
.catalog-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.extra-slider{
  padding:76px 0;
  background:linear-gradient(180deg,var(--bg),#eee8dd);
}
.extra-slider-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.extra-slide-card{
  position:relative;
  min-height:360px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 20px 55px rgba(32,27,20,.12);
  background:#111;
}
.extra-slide-card img{
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  transition:.4s ease;
}
.extra-slide-card:hover img{
  transform:scale(1.06);
}
.extra-slide-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.68));
}
.extra-slide-card div{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
  color:#fff;
}
.extra-slide-card span{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  opacity:.8;
}
.extra-slide-card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:38px;
  font-weight:500;
  line-height:1;
  margin-top:8px;
}
@media(max-width:900px){
  .extra-slider-grid{grid-template-columns:1fr}
  .extra-slide-card{min-height:300px}
}

/* Full admin-controlled hero slider */
.slider-empty{
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  text-align:center;
  gap:10px;
  padding:30px;
  background:linear-gradient(135deg,#efe8dd,#d8cbb8);
  color:var(--ink);
  z-index:1;
}
.slider-empty i{
  font-size:54px;
  opacity:.72;
}
.slider-empty strong{
  font-family:"Cormorant Garamond",serif;
  font-size:42px;
  font-weight:500;
}
.slider-empty span{
  color:var(--muted);
}
.hero-media.has-no-slides .slider-controls{
  display:none;
}


/* Slider product button */
.slider-title{
  display:flex!important;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  width:100%;
}
.slider-title-text{
  display:grid;
  gap:4px;
}
.slider-product-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 15px;
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.10em;
  white-space:nowrap;
  transition:.25s ease;
}
.slider-product-btn:hover{
  transform:translateY(-2px);
  background:var(--ink);
  color:#fff;
}
@media(max-width:768px){
  .slider-title{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .slider-product-btn{
    padding:10px 13px;
    font-size:11px;
  }
}


/* Final small touch: slimmer hero slider button */
.slider-controls{
  gap:18px;
}
.slider-title{
  align-items:center!important;
  gap:14px!important;
}
.slider-title-text{
  min-width:0;
}
.slider-product-btn{
  padding:8px 12px!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
  border:1px solid rgba(255,255,255,.48);
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.slider-product-btn i{
  font-size:10px;
}
.slider-buttons{
  flex:0 0 auto;
}
@media(max-width:768px){
  .slider-controls{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:end!important;
    gap:12px!important;
  }
  .slider-title{
    align-items:flex-start!important;
  }
  .slider-product-btn{
    padding:8px 11px!important;
    font-size:10px!important;
  }
}

/* Final product listing refresh */
.listing{
  background:
    radial-gradient(circle at 12% 8%, rgba(155,123,91,.13), transparent 28%),
    linear-gradient(180deg,#f6f1e9 0%, #eee5d8 100%)!important;
}
.shop-layout{
  align-items:start;
}
.filter-panel{
  position:sticky;
  top:110px;
  border-radius:32px!important;
  padding:28px!important;
  background:rgba(255,252,247,.82)!important;
  backdrop-filter:blur(16px);
  box-shadow:0 24px 70px rgba(31,27,22,.09)!important;
}
.filter-panel h3{
  font-family:"Cormorant Garamond",serif;
  font-size:42px!important;
  font-weight:500;
  letter-spacing:-.03em;
}
.list-toolbar{
  padding:14px 18px!important;
  border:1px solid rgba(221,214,202,.9);
  box-shadow:0 14px 40px rgba(31,27,22,.06);
}
.list-grid.compact-products{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px!important;
}
.product.dynamic-product-card{
  display:flex!important;
  flex-direction:column;
  min-height:100%;
  border-radius:34px!important;
  padding:10px 10px 20px!important;
  background:rgba(255,253,249,.92)!important;
  border:1px solid rgba(221,214,202,.92)!important;
  box-shadow:0 20px 56px rgba(31,27,22,.08)!important;
}
.product.dynamic-product-card:hover{
  transform:translateY(-7px)!important;
  box-shadow:0 34px 88px rgba(31,27,22,.14)!important;
}
.product.dynamic-product-card .product-img{
  height:310px!important;
  border-radius:28px!important;
  overflow:hidden;
  background:#e9dfd2;
}
.product.dynamic-product-card .product-img:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.16));
  pointer-events:none;
}
.product-category-chip{
  align-self:flex-start;
  margin:16px 10px 10px!important;
  padding:7px 12px!important;
  background:#efe7db!important;
  color:#6b5b49!important;
  border:1px solid rgba(155,123,91,.16);
}
.product.dynamic-product-card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:32px!important;
  line-height:1.03!important;
  min-height:auto!important;
  padding:0 10px!important;
  margin-bottom:18px!important;
  letter-spacing:-.03em;
}
.product .product-cta{
  margin:auto 10px 0!important;
  width:calc(100% - 20px);
  justify-content:center;
  padding:12px 15px!important;
  background:#1d1b17!important;
  border:1px solid #1d1b17;
}
.product .product-cta:hover{
  background:var(--olive)!important;
  border-color:var(--olive);
}
@media(max-width:1200px){
  .list-grid.compact-products{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .filter-panel{
    position:relative;
    top:auto;
  }
  .list-grid.compact-products{
    grid-template-columns:1fr;
    gap:22px!important;
  }
  .product.dynamic-product-card .product-img{
    height:280px!important;
  }
}


/* Final gallery behavior + cleaner product listing */
.thumbs{
  display:flex!important;
  gap:12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:4px 2px 10px!important;
  scroll-snap-type:x proximity;
}
.thumbs img{
  flex:0 0 96px!important;
  width:96px!important;
  height:76px!important;
  scroll-snap-align:start;
  cursor:pointer!important;
}
.thumbs::-webkit-scrollbar{
  height:6px;
}
.thumbs::-webkit-scrollbar-thumb{
  background:#c9bda9;
  border-radius:999px;
}

/* Product list: remove heavy gradient, make it cleaner */
.listing{
  background:#f4efe7!important;
}
.listing:before{
  display:none!important;
}
.shop-layout{
  gap:28px!important;
}
.filter-panel{
  background:#fbfaf7!important;
  border:1px solid #ded5c7!important;
  box-shadow:0 14px 34px rgba(35,30,24,.055)!important;
}
.list-toolbar{
  background:#fbfaf7!important;
  border:1px solid #ded5c7!important;
  box-shadow:0 10px 28px rgba(35,30,24,.045)!important;
}
.product.dynamic-product-card{
  background:#fffaf3!important;
  border:1px solid #ded5c7!important;
  box-shadow:0 14px 34px rgba(35,30,24,.06)!important;
}
.product.dynamic-product-card:hover{
  box-shadow:0 24px 58px rgba(35,30,24,.12)!important;
}
.product.dynamic-product-card .product-img{
  background:#ede4d8!important;
}
.product-category-chip{
  background:#f0e7da!important;
}


/* Homepage category images + featured product carousel */
.featured-carousel-shell{
  overflow:hidden;
  position:relative;
}
.featured-carousel-track{
  display:flex!important;
  gap:22px!important;
  overflow-x:auto!important;
  scroll-behavior:smooth;
  padding:6px 2px 18px!important;
  scrollbar-width:none;
}
.featured-carousel-track::-webkit-scrollbar{
  display:none;
}
.featured-slide-product{
  flex:0 0 310px;
  background:#fffaf3;
  border:1px solid #ded5c7;
  border-radius:30px;
  padding:12px 12px 20px;
  box-shadow:0 14px 34px rgba(35,30,24,.06);
  transition:.25s ease;
}
.featured-slide-product:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 58px rgba(35,30,24,.12);
}
.featured-slide-img{
  height:245px;
  border-radius:24px;
  overflow:hidden;
  background:#ede4d8;
  margin-bottom:16px;
}
.featured-slide-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.featured-slide-product span{
  display:inline-flex;
  margin:0 8px 10px;
  padding:7px 11px;
  border-radius:999px;
  background:#f0e7da;
  color:#6b5b49;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.featured-slide-product h3{
  font-family:"Cormorant Garamond",serif;
  font-size:30px;
  line-height:1.03;
  padding:0 8px;
  margin-bottom:18px;
}
.featured-slide-product b{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 8px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
@media(max-width:768px){
  .featured-slide-product{
    flex-basis:270px;
  }
  .featured-slide-img{
    height:220px;
  }
}


/* Refined home video area - only ambience section */
.ambience-video-refined{
  padding:76px 0;
  background:var(--bg, #f4efe7);
}
.ambience-refined-card{
  position:relative;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:34px;
  padding:34px;
  border-radius:34px;
  background:#fbfaf7;
  border:1px solid var(--line, #ded5c7);
  box-shadow:0 18px 55px rgba(35,30,24,.075);
  overflow:hidden;
}
.ambience-refined-media{
  position:relative;
  height:500px;
  border-radius:28px;
  overflow:hidden;
  background:#171613;
}
.ambience-refined-media video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:none !important;
  transform:none !important;
}
.ambience-refined-content{
  padding:20px 18px 20px 8px;
}
.ambience-refined-content .eyebrow{
  margin-bottom:18px;
}
.ambience-refined-content h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(46px,5.8vw,82px);
  line-height:.95;
  font-weight:500;
  letter-spacing:-.05em;
  color:var(--ink, #171613);
  max-width:560px;
  margin-bottom:22px;
}
.ambience-refined-content p{
  max-width:520px;
  color:var(--muted, #706a60);
  font-size:17px;
  line-height:1.75;
  margin-bottom:28px;
}
@media(max-width:980px){
  .ambience-refined-card{
    grid-template-columns:1fr;
    gap:24px;
    padding:22px;
  }
  .ambience-refined-media{
    height:390px;
    order:2;
  }
  .ambience-refined-content{
    padding:18px 8px 0;
    order:1;
  }
}
@media(max-width:640px){
  .ambience-video-refined{
    padding:42px 0;
  }
  .ambience-refined-card{
    border-radius:26px;
  }
  .ambience-refined-media{
    height:300px;
    border-radius:22px;
  }
  .ambience-refined-content h2{
    font-size:42px;
  }
  .ambience-refined-content p{
    font-size:15px;
  }
}

/* Leaflet Sales Locator */
.locator-page{padding:70px 0;background:var(--bg,#f4efe7)}
.locator-intro{margin-bottom:28px}.locator-intro h2{font-family:"Cormorant Garamond",serif;font-size:clamp(42px,5vw,76px);line-height:.95;font-weight:500;letter-spacing:-.05em;margin:10px 0 14px;color:var(--ink,#171613)}.locator-intro p{max-width:760px;color:var(--muted,#706a60);font-size:17px;line-height:1.7}
.locator-shell{display:grid;grid-template-columns:390px 1fr;min-height:720px;border-radius:34px;overflow:hidden;background:#fbfaf7;border:1px solid var(--line,#ded5c7);box-shadow:0 24px 70px rgba(31,27,22,.10)}
.locator-sidebar{padding:24px;border-right:1px solid var(--line,#ded5c7);background:#fbfaf7;overflow:hidden;display:flex;flex-direction:column}.locator-filter{display:grid;gap:12px;margin-bottom:18px}.locator-search{position:relative}.locator-search i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#9b8d7c}.locator-search input,.locator-filter select{width:100%;height:48px;border:1px solid #ded5c7;border-radius:16px;background:#fff;padding:0 15px 0 42px;font:inherit;color:var(--ink,#171613);outline:none}.locator-filter select{padding-left:15px}
.locator-list-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.locator-list-head h3{margin:0;font-size:18px}.locator-list-head span{font-size:12px;color:var(--muted,#706a60)}.locator-store-list{overflow:auto;display:grid;gap:12px;padding-right:4px}
.locator-store-card{width:100%;display:grid;grid-template-columns:82px 1fr 18px;gap:14px;align-items:center;padding:12px;border-radius:20px;border:1px solid #e5dccd;background:#fff;text-align:left;cursor:pointer;transition:.22s ease;color:var(--ink,#171613)}.locator-store-card:hover,.locator-store-card.active{border-color:#b89b6b;box-shadow:0 14px 34px rgba(31,27,22,.10);transform:translateY(-2px)}.locator-store-card img{width:82px;height:74px;object-fit:cover;border-radius:15px;background:#eee5d8}.locator-store-card span{display:grid;gap:5px}.locator-store-card strong{font-size:15px}.locator-store-card small{color:var(--muted,#706a60);font-size:12px;line-height:1.35}
.locator-map-wrap,#salesLocatorMap{min-height:720px}#salesLocatorMap{width:100%;height:100%;z-index:1}.inegolhomecollection-map-marker{background:transparent;border:0}.inegolhomecollection-map-marker span{width:52px;height:52px;display:grid;place-items:center;border-radius:50% 50% 50% 8px;background:#fff;border:3px solid #b89b6b;box-shadow:0 12px 28px rgba(0,0,0,.22);transform:rotate(-45deg)}.inegolhomecollection-map-marker img{width:34px;height:34px;object-fit:contain;transform:rotate(45deg)}
.locator-popup{width:290px}.locator-popup-img{width:100%;height:150px;object-fit:cover;border-radius:14px;margin-bottom:12px}.locator-popup h3{margin:0 0 8px;font-size:20px}.locator-popup p{margin:7px 0;color:#5f584f;line-height:1.45}.locator-popup-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.locator-popup-actions a{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;padding:10px 12px;background:#171613;color:#fff;font-weight:700;font-size:12px}.locator-popup-actions a:last-child{background:#25d366}.locator-empty{padding:22px;border-radius:18px;background:#fff;color:var(--muted,#706a60)}.leaflet-popup-content-wrapper{border-radius:20px}
@media(max-width:1050px){.locator-shell{grid-template-columns:1fr}.locator-sidebar{border-right:0;border-bottom:1px solid var(--line,#ded5c7)}.locator-store-list{max-height:390px}.locator-map-wrap,#salesLocatorMap{min-height:520px}}@media(max-width:620px){.locator-page{padding:42px 0}.locator-shell{border-radius:24px}.locator-sidebar{padding:16px}.locator-store-card{grid-template-columns:74px 1fr}.locator-store-card>i{display:none}.locator-store-card img{width:74px;height:70px}.locator-map-wrap,#salesLocatorMap{min-height:420px}}


/* World map compact locator update */
.locator-page{
  padding:48px 0!important;
}
.locator-intro{
  margin-bottom:20px!important;
}
.locator-intro h2{
  font-size:clamp(34px,4vw,58px)!important;
}
.locator-intro p{
  font-size:15px!important;
  max-width:680px!important;
}
.locator-shell{
  grid-template-columns:340px 1fr!important;
  min-height:560px!important;
  border-radius:28px!important;
}
.locator-sidebar{
  padding:18px!important;
}
.locator-filter{
  gap:10px!important;
  margin-bottom:14px!important;
}
.locator-search input,
.locator-filter select{
  height:44px!important;
  border-radius:14px!important;
  font-size:14px!important;
}
.locator-store-list{
  gap:10px!important;
}
.locator-store-card{
  grid-template-columns:68px 1fr 14px!important;
  gap:11px!important;
  padding:10px!important;
  border-radius:16px!important;
}
.locator-store-card img{
  width:68px!important;
  height:62px!important;
  border-radius:12px!important;
}
.locator-store-card strong{
  font-size:14px!important;
}
.locator-store-card small{
  font-size:11px!important;
}
.locator-map-wrap,
#salesLocatorMap{
  min-height:560px!important;
}
.inegolhomecollection-map-marker span{
  width:44px!important;
  height:44px!important;
}
.inegolhomecollection-map-marker img{
  width:29px!important;
  height:29px!important;
}
@media(max-width:1050px){
  .locator-shell{
    grid-template-columns:1fr!important;
  }
  .locator-map-wrap,
  #salesLocatorMap{
    min-height:430px!important;
  }
}
@media(max-width:620px){
  .locator-page{
    padding:34px 0!important;
  }
  .locator-map-wrap,
  #salesLocatorMap{
    min-height:360px!important;
  }
}


/* Locator mobile polish + compact popup */
.locator-popup{
  width:230px!important;
}
.locator-popup-img{
  height:96px!important;
  border-radius:12px!important;
}
.locator-popup h3{
  font-size:17px!important;
  margin-bottom:6px!important;
}
.locator-popup p{
  font-size:12px!important;
  margin:5px 0!important;
}
.locator-popup-actions{
  grid-template-columns:1fr!important;
  margin-top:10px!important;
}
.locator-popup-actions.single a{
  width:100%;
  background:#25d366!important;
  color:#fff!important;
}
.leaflet-popup-content{
  margin:12px!important;
}
.leaflet-popup-content-wrapper{
  border-radius:16px!important;
}
@media(max-width:1050px){
  .locator-shell{
    gap:16px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .locator-sidebar{
    background:#fbfaf7!important;
    border:1px solid var(--line,#ded5c7)!important;
    border-radius:24px!important;
    box-shadow:0 14px 34px rgba(31,27,22,.07)!important;
  }
  .locator-map-wrap{
    border:1px solid var(--line,#ded5c7)!important;
    border-radius:24px!important;
    overflow:hidden!important;
    box-shadow:0 14px 34px rgba(31,27,22,.07)!important;
    background:#fbfaf7!important;
  }
}
@media(max-width:620px){
  .locator-intro{
    margin-bottom:16px!important;
  }
  .locator-intro h2{
    font-size:36px!important;
  }
  .locator-intro p{
    font-size:14px!important;
  }
  .locator-shell{
    gap:18px!important;
  }
  .locator-sidebar{
    padding:14px!important;
    order:2;
  }
  .locator-map-wrap{
    order:1;
  }
  .locator-store-list{
    max-height:330px!important;
  }
  .locator-store-card{
    grid-template-columns:64px 1fr!important;
    padding:9px!important;
    border-radius:15px!important;
  }
  .locator-store-card img{
    width:64px!important;
    height:58px!important;
  }
  .locator-map-wrap,
  #salesLocatorMap{
    min-height:340px!important;
  }
  .leaflet-popup{
    max-width:260px!important;
  }
  .locator-popup{
    width:210px!important;
  }
  .locator-popup-img{
    height:82px!important;
  }
}


/* City-only locator update */
.city-logo-marker span{
  background:#fff!important;
}
.city-card img{
  object-fit:contain!important;
  padding:9px!important;
  background:#f5efe6!important;
}
.city-only-popup{
  width:190px!important;
  text-align:center;
}
.locator-popup-logo{
  width:58px;
  height:58px;
  margin:0 auto 10px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#f4efe7;
}
.locator-popup-logo img{
  width:42px;
  height:42px;
  object-fit:contain;
}
.city-only-popup h3{
  font-size:16px!important;
  line-height:1.15!important;
  margin-bottom:8px!important;
}
.city-only-popup p{
  justify-content:center;
  font-size:12px!important;
}
.city-only-popup .locator-popup-actions.single a{
  padding:9px 12px!important;
}
@media(max-width:620px){
  .city-only-popup{
    width:175px!important;
  }
  .locator-popup-logo{
    width:50px;
    height:50px;
  }
  .locator-popup-logo img{
    width:36px;
    height:36px;
  }
}


/* Multi-country locator update */
.locator-store-card strong{
  line-height:1.25!important;
}
.city-only-popup h3{
  line-height:1.2!important;
}
.locator-store-card small{
  word-break:normal;
}


/* Locator height equalization fix */
.locator-shell{
  height:680px!important;
  min-height:680px!important;
  align-items:stretch!important;
}
.locator-sidebar{
  height:680px!important;
  min-height:0!important;
  overflow:hidden!important;
}
.locator-store-list{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-right:8px!important;
}
.locator-store-list::-webkit-scrollbar{
  width:6px;
}
.locator-store-list::-webkit-scrollbar-track{
  background:#eee6da;
  border-radius:999px;
}
.locator-store-list::-webkit-scrollbar-thumb{
  background:#b89b6b;
  border-radius:999px;
}
.locator-map-wrap,
#salesLocatorMap{
  height:680px!important;
  min-height:680px!important;
}
@media(max-width:1050px){
  .locator-shell{
    height:auto!important;
    min-height:auto!important;
  }
  .locator-sidebar{
    height:auto!important;
    max-height:430px!important;
  }
  .locator-store-list{
    max-height:300px!important;
  }
  .locator-map-wrap,
  #salesLocatorMap{
    height:460px!important;
    min-height:460px!important;
  }
}
@media(max-width:620px){
  .locator-sidebar{
    max-height:390px!important;
  }
  .locator-store-list{
    max-height:260px!important;
  }
  .locator-map-wrap,
  #salesLocatorMap{
    height:360px!important;
    min-height:360px!important;
  }
}

/* Static showcase design replacing homepage video */
.ambience-static-showcase .ambience-refined-media{background:linear-gradient(135deg,#f7f3ee 0%,#e7f1ef 100%);overflow:hidden;position:relative;padding:26px;display:grid;grid-template-columns:1.35fr .9fr;gap:18px;align-items:stretch}
.ambience-static-showcase .ambience-refined-media:before{content:"";position:absolute;inset:20px;border:1px solid rgba(0,77,85,.16);border-radius:28px;pointer-events:none}
.ambience-static-showcase .design-card{position:relative;z-index:1;border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(0,77,85,.12)}
.ambience-static-showcase .design-card img{width:100%;height:100%;object-fit:cover;display:block}
.ambience-static-showcase .design-card-main{min-height:430px}
.ambience-static-showcase .design-card-side{height:62%;align-self:end;transform:translateY(-8px)}
.ambience-static-showcase .design-floating-note{position:absolute;z-index:2;left:44px;bottom:42px;display:flex;align-items:center;gap:10px;background:#fff;color:var(--primary);border:1px solid rgba(0,77,85,.14);box-shadow:0 18px 36px rgba(0,77,85,.14);border-radius:999px;padding:13px 18px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:12px}
.ambience-static-showcase .design-floating-note i{width:30px;height:30px;border-radius:50%;background:rgba(0,77,85,.09);display:grid;place-items:center}
@media(max-width:900px){.ambience-static-showcase .ambience-refined-media{min-height:420px}.ambience-static-showcase .design-card-main{min-height:360px}.ambience-static-showcase .design-card-side{display:none}}
@media(max-width:560px){.ambience-static-showcase .ambience-refined-media{padding:16px;min-height:320px}.ambience-static-showcase .design-card-main{min-height:290px}.ambience-static-showcase .design-floating-note{left:26px;bottom:28px}}

/* Inegol Home Collection curated no-video area */
.ambience-curated-showcase{padding:78px 0;background:linear-gradient(180deg,#eef6f4 0%,#f8f6f1 100%)}
.curated-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;padding:46px;border-radius:34px;background:#fffdf8;border:1px solid rgba(0,77,85,.14);box-shadow:0 24px 70px rgba(0,77,85,.09);overflow:hidden;position:relative}
.curated-card:before{content:"";position:absolute;right:-120px;top:-120px;width:330px;height:330px;border-radius:50%;background:rgba(0,77,85,.08)}
.curated-content{position:relative;z-index:1;max-width:560px}
.curated-content h2{font-family:"Cormorant Garamond",serif;font-size:clamp(44px,5vw,76px);line-height:.96;font-weight:500;letter-spacing:-.045em;color:var(--primary);margin:0 0 20px}
.curated-content p{font-size:17px;line-height:1.8;color:#5f6b6d;margin:0 0 24px;max-width:520px}
.curated-features{display:grid;gap:12px;margin:0 0 28px}
.curated-features span{display:flex;align-items:center;gap:10px;font-weight:700;color:#244b4f}
.curated-features i{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(0,77,85,.1);color:var(--primary);font-size:12px}
.curated-media{position:relative;z-index:1;min-height:500px;border-radius:30px;overflow:hidden;background:#edf4f2;border:1px solid rgba(0,77,85,.13)}
.curated-main{width:100%;height:100%;min-height:500px;object-fit:cover;display:block;filter:saturate(.95) contrast(1.02)}
.curated-mini{position:absolute;left:28px;right:28px;bottom:28px;display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;padding:14px;border-radius:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);box-shadow:0 16px 40px rgba(0,77,85,.14)}
.curated-mini img{width:120px;height:86px;object-fit:cover;border-radius:16px;display:block}
.curated-mini b{display:block;color:var(--primary);font-size:15px;margin-bottom:4px}
.curated-mini span{display:block;color:#617174;font-size:13px;line-height:1.45}
@media(max-width:980px){.curated-card{grid-template-columns:1fr;padding:28px}.curated-media,.curated-main{min-height:380px}.curated-content h2{font-size:46px}}
@media(max-width:560px){.curated-card{padding:20px;border-radius:24px}.curated-media,.curated-main{min-height:320px}.curated-mini{position:static;margin:14px;grid-template-columns:86px 1fr}.curated-mini img{width:86px;height:68px}.curated-content h2{font-size:40px}}

/* Featured products random static grid fix */
.products .featured-carousel-shell{overflow:visible!important;}
.products .product-showcase{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;overflow:visible!important;}
@media(max-width:900px){.products .product-showcase{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:620px){.products .product-showcase{grid-template-columns:1fr;}}

/* Final header menu stability */
.header-grid{grid-template-columns:auto minmax(430px,1fr) minmax(180px,260px) auto;}
.menu{gap:28px;white-space:nowrap;}
.submenu a{white-space:nowrap;}
@media(max-width:1180px){.header-grid{grid-template-columns:auto 1fr auto}.search{display:none}.menu{gap:18px}}

/* Masa / Sandalye dahil tüm ürün kategorilerinin header açılır menüde net görünmesi için */
.submenu{min-width:430px;display:grid;grid-template-columns:1fr 1fr;gap:4px;max-height:70vh;overflow:auto;}
.submenu a{display:block;}
@media (max-width: 1024px){.submenu{min-width:240px;display:block;}}

/* Mobile drawer scroll fix - keeps long product menu fully reachable */
.mobile-drawer{
  height:100dvh!important;
  max-height:100dvh!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  padding-bottom:calc(26px + env(safe-area-inset-bottom))!important;
}
.mobile-head{
  flex:0 0 auto!important;
}
.mobile-nav{
  flex:0 0 auto!important;
}
.mobile-mini{
  flex:0 0 auto!important;
  margin-top:12px!important;
  padding-bottom:4px!important;
}
.mobile-drawer::-webkit-scrollbar{
  width:6px;
}
.mobile-drawer::-webkit-scrollbar-track{
  background:#edf3f2;
  border-radius:999px;
}
.mobile-drawer::-webkit-scrollbar-thumb{
  background:rgba(7,63,71,.35);
  border-radius:999px;
}
@media(max-width:700px){
  .mobile-drawer{
    width:min(360px,90vw)!important;
    padding:20px!important;
    padding-bottom:calc(20px + env(safe-area-inset-bottom))!important;
    gap:14px!important;
  }
  .mobile-nav{
    gap:0!important;
  }
  .mobile-nav a{
    padding:10px 0!important;
    font-size:15px!important;
    line-height:1.25!important;
  }
  .mobile-mini{
    gap:8px!important;
  }
  .mobile-mini a{
    font-size:13px!important;
    line-height:1.35!important;
  }
}
@media(max-height:720px){
  .mobile-drawer{
    padding-top:16px!important;
    padding-bottom:calc(16px + env(safe-area-inset-bottom))!important;
    gap:10px!important;
  }
  .mobile-head .logo-img{
    width:150px!important;
  }
  .mobile-close{
    width:38px!important;
    height:38px!important;
  }
  .mobile-nav a{
    padding:8px 0!important;
    font-size:14px!important;
  }
  .mobile-mini{
    margin-top:10px!important;
  }
}


/* Mobile menu modern refresh - visual-only, keeps existing links and behavior intact */
@media(max-width:1100px){
  .mobile-btn{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:16px;
    background:linear-gradient(135deg,var(--ink),var(--clay));
    color:#fff;
    box-shadow:0 14px 32px rgba(7,63,71,.18);
    transition:transform .2s ease,box-shadow .2s ease;
  }
  .mobile-btn:active{
    transform:scale(.96);
  }
  .mobile-btn i{
    font-size:18px;
  }
  .mobile-panel{
    z-index:999;
  }
  .mobile-overlay{
    background:rgba(7,63,71,.42)!important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    transition:opacity .28s ease!important;
  }
  .mobile-drawer{
    width:min(420px,92vw)!important;
    background:linear-gradient(180deg,rgba(255,255,255,.98),#eef4f3)!important;
    border-left:1px solid rgba(255,255,255,.72)!important;
    border-radius:30px 0 0 30px;
    box-shadow:-28px 0 80px rgba(7,63,71,.24)!important;
    transform:translateX(calc(100% + 22px));
    transition:transform .38s cubic-bezier(.22,1,.36,1)!important;
    gap:14px!important;
    padding:22px 20px calc(22px + env(safe-area-inset-bottom))!important;
  }
  .mobile-panel.is-open .mobile-drawer{
    transform:translateX(0)!important;
  }
  .mobile-head{
    position:sticky;
    top:0;
    z-index:2;
    padding:0 0 14px;
    margin-bottom:2px;
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.88));
    border-bottom:1px solid rgba(201,221,223,.7);
  }
  .mobile-head .logo-img{
    width:164px;
    max-height:52px;
    object-fit:contain;
  }
  .mobile-close{
    display:grid;
    place-items:center;
    width:42px!important;
    height:42px!important;
    border-radius:14px!important;
    background:#073f47!important;
    color:#fff;
    box-shadow:0 12px 26px rgba(7,63,71,.18);
    transition:transform .2s ease,background .2s ease;
  }
  .mobile-close:active{
    transform:scale(.94);
  }
  .mobile-nav{
    display:grid;
    gap:8px!important;
  }
  .mobile-nav a{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:45px;
    padding:12px 14px!important;
    border:1px solid rgba(201,221,223,.76)!important;
    border-radius:16px;
    background:rgba(255,255,255,.76);
    box-shadow:0 8px 20px rgba(7,63,71,.055);
    color:var(--ink);
    font-size:15px!important;
    font-weight:650;
    line-height:1.25!important;
    letter-spacing:-.01em;
    transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
  }
  .mobile-nav a::after{
    content:"\f105";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:12px;
    opacity:.42;
    margin-left:14px;
  }
  .mobile-nav a:active{
    transform:scale(.985);
  }
  .mobile-nav a.is-current{
    border-color:rgba(12,93,104,.38)!important;
    box-shadow:0 10px 26px rgba(7,63,71,.1);
  }
  .mobile-nav-products{
    min-height:48px!important;
    margin-top:2px;
    background:linear-gradient(135deg,var(--ink),var(--clay))!important;
    color:#fff!important;
    border-color:transparent!important;
    box-shadow:0 15px 32px rgba(7,63,71,.18)!important;
  }
  .mobile-nav-products::after{
    color:#fff;
    opacity:.86!important;
  }
  .mobile-nav-sub{
    min-height:38px!important;
    margin-left:14px;
    padding:9px 12px!important;
    border-style:dashed!important;
    border-color:rgba(12,93,104,.22)!important;
    border-radius:14px!important;
    background:rgba(238,244,243,.86)!important;
    color:#284f56!important;
    box-shadow:none!important;
    font-size:14px!important;
    font-weight:520!important;
  }
  .mobile-nav-sub::before{
    content:"";
    width:6px;
    height:6px;
    flex:0 0 6px;
    margin-right:10px;
    border-radius:50%;
    background:rgba(12,93,104,.38);
  }
  .mobile-nav-sub::after{
    opacity:.28!important;
  }
  .mobile-nav-page{
    margin-top:3px;
  }
  .mobile-mini{
    margin-top:10px!important;
    padding:14px!important;
    border:1px solid rgba(201,221,223,.78);
    border-radius:20px;
    background:rgba(255,255,255,.74);
    box-shadow:0 10px 26px rgba(7,63,71,.06);
    gap:10px!important;
  }
  .mobile-mini a{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#4f6265!important;
    font-size:13px!important;
    line-height:1.35!important;
  }
  .mobile-mini i{
    width:18px;
    min-width:18px;
    padding-top:2px;
    color:var(--clay);
  }
  .mobile-drawer::-webkit-scrollbar-thumb{
    background:linear-gradient(180deg,rgba(7,63,71,.45),rgba(12,93,104,.26))!important;
  }
}
@media(max-width:430px){
  .mobile-drawer{
    width:94vw!important;
    border-radius:24px 0 0 24px!important;
    padding:18px 14px calc(18px + env(safe-area-inset-bottom))!important;
    gap:12px!important;
  }
  .mobile-head .logo-img{
    width:148px!important;
  }
  .mobile-nav a{
    min-height:42px;
    padding:10px 12px!important;
    border-radius:14px;
    font-size:14px!important;
  }
  .mobile-nav-sub{
    min-height:36px!important;
    margin-left:10px;
    font-size:13px!important;
  }
  .mobile-mini{
    border-radius:16px;
    padding:12px!important;
  }
}
@media(max-height:720px) and (max-width:700px){
  .mobile-drawer{
    padding-top:14px!important;
    gap:8px!important;
  }
  .mobile-head{
    padding-bottom:10px;
  }
  .mobile-nav{
    gap:6px!important;
  }
  .mobile-nav a{
    min-height:38px;
    padding:8px 11px!important;
    font-size:13px!important;
  }
  .mobile-nav-sub{
    min-height:32px!important;
    padding:7px 10px!important;
  }
  .mobile-mini{
    margin-top:8px!important;
    padding:10px!important;
    gap:7px!important;
  }
}
