﻿/* ════════════════════════════════════════════
   Emir Tente — Global Stylesheet
   ════════════════════════════════════════════ */

/* ── Variables ─────────────────────────────── */
:root {
  --navy:       #000000;
  --navy-mid:   #1a1a1a;
  --gold:       #b07d38;
  --gold-lt:    #c99550;
  --cream:      #f8f5ef;
  --white:      #ffffff;
  --gray:       #f2f0ec;
  --text:       #1b1b1b;
  --muted:      #627088;
  --border:     #e0dbd2;
  --shadow-sm:  0 1px 4px rgba(0,0,0,.06);
  --shadow:     0 4px 18px rgba(0,0,0,.09);
  --shadow-lg:  0 10px 40px rgba(0,0,0,.13);
  --radius:     2px;
  --tr:         .22s ease;
  --topbar-h:   38px;
  --header-h:   96px;
}

/* ── Reset ──────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ── Typography ─────────────────────────────── */
h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.15; color: var(--navy); }
h1 { font-size: clamp(2.2rem,5vw,3.6rem); }
h2 { font-size: clamp(1.8rem,3.5vw,2.8rem); }
h3 { font-size: clamp(1.2rem,2vw,1.55rem); }
h4 { font-size: 1rem; font-weight: 700; font-family: 'Inter', sans-serif; }
p  { font-size: .95rem; color: var(--muted); line-height: 1.75; }

/* ── Layout ─────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section   { padding: 90px 0; }
.section-sm{ padding: 60px 0; }
.section-label {
  display: inline-block;
  font-size: .7rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.divider {
  width: 42px; height: 2px;
  background: var(--gold);
  margin: 16px 0 24px;
}
.text-center { text-align: center; }
.text-center .divider { margin-left: auto; margin-right: auto; }

/* ── Buttons ────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  font-size: .8rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: var(--tr);
  white-space: nowrap;
}
.btn-primary  { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-primary:hover { background: #8f6129; border-color: #8f6129; }
.btn-outline-w { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline-w:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-outline-d { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline-d:hover { background: var(--navy); color: var(--white); }
.btn-wa { background: #25d366; color: var(--white); border-color: #25d366; }
.btn-wa:hover { background: #1cb356; border-color: #1cb356; }
.btn svg { width: 17px; height: 17px; fill: currentColor; flex-shrink: 0; }

/* ── Topbar ─────────────────────────────────── */
.topbar {
  height: var(--topbar-h);
  background: var(--navy);
  font-size: .78rem;
  color: rgba(255,255,255,.65);
}
.topbar-inner {
  height: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.topbar-left { display: flex; align-items: center; gap: 22px; }
.topbar-left span,
.topbar-left a {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.65);
  transition: color var(--tr);
}
.topbar-left a:hover { color: var(--white); }
.topbar-left svg { width: 13px; height: 13px; fill: var(--gold); flex-shrink: 0; }
.topbar-phone {
  background: var(--gold);
  color: var(--white) !important;
  padding: 0 14px;
  height: 100%;
  display: flex; align-items: center; gap: 6px;
  font-weight: 700; letter-spacing: .03em;
  transition: background var(--tr) !important;
}
.topbar-phone:hover { background: #8f6129 !important; }
.topbar-phone svg { width: 13px; height: 13px; fill: var(--white); }

/* ── Header ─────────────────────────────────── */
.header {
  position: sticky;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  background: var(--white);
  border-bottom: 1px solid var(--border);
  z-index: 900;
  box-shadow: var(--shadow-sm);
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

/* Logo */
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-img { display: block; height: auto; max-height: 80px; max-width: 210px; width: auto; object-fit: contain; }
.footer .logo-img { display: none; }
.header-inner .logo-name, .header-inner .logo-sub { display: none; }
.mobile-nav .logo-name, .mobile-nav .logo-sub { display: none; }
.header-inner > .logo { grid-column: 1; display: flex; align-items: center; justify-self: start; }
.mobile-nav-header .logo-img { max-height: 82px; max-width: 220px; }
.logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem; font-weight: 700;
  color: var(--navy); letter-spacing: .02em;
}
.logo-sub {
  font-size: .6rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-top: 3px;
}

/* Nav */
.nav { grid-column: 2; display: flex; justify-content: center; }
.nav-list {
  display: flex; align-items: center; gap: 0;
}
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: flex; align-items: center; gap: 5px;
  padding: 0 16px;
  height: var(--header-h);
  font-size: .8rem; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--text);
  border-bottom: 2px solid transparent;
  transition: color var(--tr), border-color var(--tr);
}
.nav-list > li > a:hover,
.nav-list > li > a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.nav-list > li > a svg { width: 10px; height: 10px; fill: currentColor; }

/* Dropdown */
.dropdown {
  position: absolute; top: 100%; left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  box-shadow: var(--shadow);
  opacity: 0; pointer-events: none;
  transform: translateY(6px);
  transition: opacity var(--tr), transform var(--tr);
  z-index: 100;
}
.has-dropdown:hover .dropdown {
  opacity: 1; pointer-events: all; transform: translateY(0);
}
.dropdown li a {
  display: block;
  padding: 11px 20px;
  font-size: .82rem; font-weight: 500;
  color: var(--text);
  border-left: 3px solid transparent;
  transition: var(--tr);
}
.dropdown li a:hover {
  color: var(--gold);
  background: var(--cream);
  border-left-color: var(--gold);
}

/* Header CTA */
.header-cta { padding: 10px 20px; font-size: .75rem; grid-column: 3; justify-self: end; }

/* Hamburger */
.hamburger {
  grid-column: 3; justify-self: end;
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: 1px solid var(--border);
  border-radius: 8px;
  padding: 9px 10px;
  cursor: pointer;
}
.hamburger span {
  display: block; width: 20px; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: var(--tr);
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed; inset: 0;
  background: var(--white);
  z-index: 950;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-nav.open { display: flex; }

.mobile-nav-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.mobile-nav-header .logo-name { color: var(--navy); font-size: 1.35rem; }
.mobile-nav-header .logo-sub  { color: var(--gold); }

.mobile-nav-close {
  width: 38px; height: 38px;
  background: rgba(0,0,0,.05);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  transition: background var(--tr);
}
.mobile-nav-close:hover { background: rgba(0,0,0,.1); }
.mobile-nav-close svg { width: 16px; height: 16px; }

.mobile-nav-body {
  flex: 1;
  display: flex; flex-direction: column;
  padding: 4px 0;
}
.mobile-nav-body > a {
  padding: 16px 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 600;
  color: var(--navy);
  border-bottom: 1px solid var(--border);
  transition: color var(--tr), padding-left var(--tr);
}
.mobile-nav-body > a:hover { color: var(--gold); padding-left: 32px; }

.mobile-nav-lbl {
  display: block;
  padding: 16px 24px 6px;
  font-size: .62rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold);
}

.mobile-nav .mobile-sub { padding: 0 0 6px; }
.mobile-nav .mobile-sub a {
  display: block;
  padding: 11px 24px 11px 40px;
  font-family: 'Inter', sans-serif;
  font-size: .88rem; font-weight: 500;
  color: var(--text);
  border-bottom: 1px solid rgba(0,0,0,.04);
  position: relative;
  transition: color var(--tr);
}
.mobile-nav .mobile-sub a::before {
  content: '';
  position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
  width: 8px; height: 1.5px; background: var(--gold);
}
.mobile-nav .mobile-sub a:hover { color: var(--gold); }

.mobile-nav-foot {
  border-top: 1px solid var(--border);
  padding: 20px 20px 36px;
  display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

.mob-phone {
  flex: 1; min-width: 0;
  display: flex; align-items: center; gap: 10px;
  font-size: .95rem; font-weight: 700; letter-spacing: .02em;
  color: var(--navy);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 11px 14px;
}
.mob-phone svg { width: 17px; height: 17px; fill: var(--gold); flex-shrink: 0; }

.mob-wa {
  flex: 1; min-width: 0;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #25d366;
  color: var(--white);
  padding: 12px 14px;
  border-radius: var(--radius);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  transition: background var(--tr);
}
.mob-wa:hover { background: #1cb356; }
.mob-wa svg { width: 17px; height: 17px; fill: var(--white); flex-shrink: 0; }

.mob-addr {
  flex: 0 0 100%;
  display: flex; align-items: flex-start; gap: 11px;
  font-size: .8rem; color: var(--text-muted, #7a8090); line-height: 1.55;
}
.mob-addr svg { width: 15px; height: 15px; fill: var(--gold); flex-shrink: 0; margin-top: 2px; }

/* ── Hero (Homepage) ────────────────────────── */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(10,18,30,.88) 45%, rgba(10,18,30,.4) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
  padding: 60px 0;
}
.hero-content .section-label { color: var(--gold-lt); }
.hero-content h1 { color: var(--white); }
.hero-content p   { color: rgba(255,255,255,.72); margin: 20px 0 36px; font-size: 1rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Page Banner (Inner pages) ──────────────── */
.page-banner {
  background: var(--navy-mid);
  padding: 52px 0;
  border-bottom: 3px solid var(--gold);
}
.page-banner h1 { color: var(--white); font-size: clamp(1.8rem,4vw,2.8rem); }
.page-banner p  { color: rgba(255,255,255,.65); margin-top: 10px; font-size: .9rem; }

/* ── Breadcrumb ──────────────────────────────── */
.breadcrumb {
  background: var(--gray);
  border-bottom: 1px solid var(--border);
  padding: 11px 0;
}
.breadcrumb ol {
  display: flex; align-items: center; gap: 8px;
  font-size: .78rem; color: var(--muted);
}
.breadcrumb li + li::before { content: '/'; margin-right: 8px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb li:last-child { color: var(--text); font-weight: 500; }

/* ── Product Showcase Grid (homepage) ────────── */
.prod-sections { display: flex; flex-direction: column; gap: 44px; }
.prod-section-hd {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 10px;
}
.prod-section-hd h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0;
}
.prod-section-hd a {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold);
  white-space: nowrap;
}
.prod-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.prod-sc-card {
  display: block; text-decoration: none;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow var(--tr), transform var(--tr);
}
.prod-sc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.prod-sc-thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--gray); }
.prod-sc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.prod-sc-card:hover .prod-sc-thumb img { transform: scale(1.06); }
.prod-sc-body { padding: 14px 16px 18px; }
.prod-sc-body h3 { font-size: 1rem; font-weight: 600; color: var(--navy); margin: 0; line-height: 1.4; }

/* ── Preview Gallery (homepage "Bizden") ────── */
.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.preview-item {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}
.preview-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.preview-item:hover img { transform: scale(1.06); }
.preview-item::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(15,29,51,0);
  transition: background var(--tr);
}
.preview-item:hover::after { background: rgba(15,29,51,.18); }
.preview-footer {
  text-align: center;
  margin-top: 40px;
}

/* ── Product Grid (category pages) ─────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow var(--tr), transform var(--tr);
}
.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.product-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--gray);
}
.product-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .45s ease;
}
.product-card:hover .product-img img { transform: scale(1.04); }
.product-body { padding: 22px 20px 24px; }
.product-cat-tag {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.product-body h3 { font-size: 1.25rem; margin-bottom: 8px; }
.product-body p  { font-size: .85rem; margin-bottom: 18px; }
.product-body .btn { padding: 10px 20px; font-size: .75rem; }

/* ── Stats Bar ───────────────────────────────── */
.stats-bar { background: var(--navy); padding: 52px 0; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; text-align: center;
}
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 700; color: var(--gold);
  line-height: 1;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1);    text-shadow: none; }
  50%       { transform: scale(1.12); text-shadow: 0 0 18px rgba(176,125,56,.7), 0 0 36px rgba(176,125,56,.3); }
}
.stat-pulse {
  display: inline-block;
  animation: pulse-glow 3s ease-in-out infinite;
  animation-delay: 2s;
}
.stat-lbl {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-top: 6px;
}

/* ── About Block ─────────────────────────────── */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.about-img {
  position: relative;
  aspect-ratio: 5/6;
  border-radius: var(--radius);
  overflow: hidden;
}
.about-img::before {
  content: '';
  position: absolute;
  inset: -8px -8px -8px 8px;
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
}
.about-text h2 { margin-bottom: 6px; }
.about-text ul { margin: 20px 0 28px; }
.about-text ul li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 7px 0;
  font-size: .88rem; color: var(--muted);
}
.about-text ul li::before {
  content: '—';
  color: var(--gold); font-weight: 700;
  flex-shrink: 0; margin-top: 1px;
}

/* ── Why Us Grid (hakkimizda) ───────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.why-card {
  background: var(--white);
  padding: 44px 40px;
  border: 1px solid var(--border);
  transition: background var(--tr);
}
.why-card:hover { background: var(--cream); }
.why-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 20px;
  opacity: .7;
}
.why-card h3 {
  font-size: 1.25rem; margin-bottom: 12px; color: var(--navy);
}
.why-card p { font-size: .87rem; line-height: 1.75; margin: 0; }

/* ── Guarantee Grid ─────────────────────────── */
.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.guarantee-item {
  display: flex; gap: 18px; align-items: flex-start;
}
.guarantee-icon {
  width: 42px; height: 42px; min-width: 42px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; font-weight: 800; color: var(--white);
  flex-shrink: 0; margin-top: 2px;
}
.guarantee-item strong {
  display: block;
  font-size: .9rem; font-weight: 700; color: var(--navy);
  margin-bottom: 6px;
}
.guarantee-item p {
  font-size: .83rem; line-height: 1.65; margin: 0;
}
.guarantee-sep {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0 0 52px;
}

/* ── Testimonials ────────────────────────────── */
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 26px;
  position: relative;
}
.review-stars { color: var(--gold); font-size: .9rem; letter-spacing: 3px; margin-bottom: 12px; }
.review-text  { font-size: .88rem; color: var(--muted); line-height: 1.75; margin-bottom: 20px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--navy); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 700; color: var(--gold-lt);
}
.review-name { font-size: .85rem; font-weight: 700; color: var(--navy); }
.review-loc  { font-size: .75rem; color: var(--muted); }
.review-mark {
  position: absolute; top: 16px; right: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; color: var(--gray);
  line-height: 1; pointer-events: none; user-select: none;
}

/* ── FAQ ─────────────────────────────────────── */
.faq-grid {
  display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start;
}
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-q {
  width: 100%; background: none; border: none;
  padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: .88rem; font-weight: 600; color: var(--navy);
  text-align: left;
}
.faq-icon {
  width: 20px; height: 20px; min-width: 20px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; color: var(--gold);
  transition: var(--tr);
}
.faq-item.open .faq-icon { background: var(--gold); border-color: var(--gold); color: var(--white); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 22px 18px; font-size: .86rem; color: var(--muted); line-height: 1.75; }

/* ── Gallery ─────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 10px;
}
.gallery-item {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative; cursor: pointer;
}
.gallery-item:nth-child(5n+1) { grid-column: span 2; grid-row: span 2; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(15,29,51,.55);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--tr);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay svg { fill: var(--white); width: 30px; height: 30px; }

/* Lightbox */
#lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.94); z-index: 9999;
  align-items: center; justify-content: center;
}
#lightbox.open { display: flex; }
.lb-wrap { position: relative; }
#lb-img { max-width: 88vw; max-height: 88vh; object-fit: contain; display: block; }
.lb-close { position: absolute; top: -42px; right: 0; background: none; border: none; color: var(--white); font-size: 1.8rem; }
.lb-prev,.lb-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.1); border: none;
  color: var(--white); font-size: 1.8rem;
  padding: 16px 14px;
  transition: background var(--tr);
}
.lb-prev:hover,.lb-next:hover { background: var(--gold); }
.lb-prev { left: -58px; }
.lb-next { right: -58px; }

/* ── Contact ─────────────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: start;
}
.contact-list { display: flex; flex-direction: column; gap: 0; }
.contact-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid var(--border);
}
.c-icon {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--navy); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.c-icon svg { fill: var(--gold); width: 18px; height: 18px; }
.c-label {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 3px;
}
.c-val { font-size: .95rem; color: var(--navy); font-weight: 500; }
.c-val a { color: var(--navy); }
.c-val a:hover { color: var(--gold); }
.map-box {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.map-box iframe { display: block; width: 100%; height: 480px; border: 0; }

/* ── CTA Banner ──────────────────────────────── */
.cta-banner {
  background: var(--navy-mid);
  padding: 70px 0;
  text-align: center;
}
.cta-banner h2 { color: var(--white); margin-bottom: 12px; }
.cta-banner p  { color: rgba(255,255,255,.65); margin-bottom: 32px; }
.cta-actions  { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ──────────────────────────────────── */
.footer { background: var(--navy); padding: 64px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 48px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer .logo-name { color: var(--white); }
.footer-desc { font-size: .85rem; color: rgba(255,255,255,.42); margin-top: 14px; line-height: 1.7; }
.footer h4 {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-lt); margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}
.footer ul li { margin-bottom: 9px; }
.footer ul li a {
  font-size: .85rem; color: rgba(255,255,255,.48);
  transition: color var(--tr);
}
.footer ul li a:hover { color: var(--white); }
.footer-phone {
  display: flex; align-items: center; gap: 8px;
  font-size: 1rem; font-weight: 700; color: var(--white) !important;
  margin-bottom: 14px;
}
.footer-phone svg { fill: var(--gold); width: 16px; height: 16px; }
.footer-bottom {
  padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .76rem; color: rgba(255,255,255,.28);
  flex-wrap: wrap; gap: 8px;
}
.footer-legal {
  display: flex; gap: 20px; flex-wrap: wrap;
}
.footer-legal a {
  color: rgba(255,255,255,.28);
  font-size: .76rem;
  transition: color var(--tr);
}
.footer-legal a:hover { color: rgba(255,255,255,.6); }

/* ── WhatsApp Float ──────────────────────────── */


/* ── Product Hero (photo banner) ────────────── */
.product-hero {
  position: relative;
  min-height: 480px;
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--navy);
}
.product-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center top;
}
.product-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,18,30,.88) 30%, rgba(10,18,30,.35) 100%);
}
.product-hero-content {
  position: relative; z-index: 2;
  padding: 60px 0;
  max-width: 720px;
}
.product-hero-content .section-label { color: var(--gold-lt); }
.product-hero-content h1 { color: var(--white); }
.product-hero-content p  { color: rgba(255,255,255,.7); margin-top: 12px; font-size: .95rem; }
.product-hero .breadcrumb-hero {
  position: absolute; top: 0; left: 0; right: 0; z-index: 3;
  padding: 14px 0;
  background: rgba(10,18,30,.45);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.product-hero .breadcrumb-hero ol {
  display: flex; align-items: center; gap: 8px;
  font-size: .75rem; color: rgba(255,255,255,.55);
}
.product-hero .breadcrumb-hero li + li::before { content: '/'; margin-right: 8px; }
.product-hero .breadcrumb-hero a { color: rgba(255,255,255,.55); }
.product-hero .breadcrumb-hero a:hover { color: var(--gold-lt); }
.product-hero .breadcrumb-hero li:last-child { color: rgba(255,255,255,.85); }
@media (max-width: 768px) { .product-hero { min-height: 360px; } }

/* ── Product feature list ────────────────────── */
.product-feature-list { margin: 20px 0 0; }
.product-feature-list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: .9rem; color: var(--muted);
  padding: 8px 0; border-bottom: 1px solid var(--border);
}
.product-feature-list li:last-child { border-bottom: none; }
.product-feature-list li::before {
  content: '—'; color: var(--gold); font-weight: 700; flex-shrink: 0;
}

/* ── Product Detail — Spec Strip ────────────── */
.spec-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.spec-strip-item {
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid var(--border);
  position: relative;
}
.spec-strip-item::before {
  content: '';
  position: absolute; top: 0; left: 24px; right: 24px;
  height: 3px; background: var(--gold);
}
.spec-strip-item:last-child { border-right: none; }
.spec-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem; font-weight: 700;
  color: var(--navy); line-height: 1.1;
  margin-bottom: 6px;
}
.spec-label {
  font-size: .68rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted);
}

/* ── Product Detail — Who Cards ─────────────── */
.who-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.who-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
}
.who-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--gold);
  border-radius: var(--radius) var(--radius) 0 0;
}
.who-icon {
  width: 44px; height: 44px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.who-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.who-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.who-card p  { font-size: .85rem; line-height: 1.75; }

/* ── Product Detail — Feature Cards ─────────── */
.feat-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.feat-card {
  background: var(--white);
  padding: 28px 26px;
  display: flex; gap: 18px; align-items: flex-start;
  transition: background var(--tr);
}
.feat-card:hover { background: var(--cream); }
.feat-card-icon {
  width: 42px; height: 42px; min-width: 42px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.feat-card-icon svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feat-card h4 { font-size: .88rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.feat-card p  { font-size: .82rem; color: var(--muted); line-height: 1.65; margin: 0; }

/* ── Product Detail — Article ────────────────── */
.product-article { max-width: 800px; margin: 0 auto; }
.product-article h2 {
  font-size: clamp(1.4rem,2.5vw,1.9rem);
  margin: 52px 0 16px;
  color: var(--navy);
}
.product-article h2:first-child { margin-top: 0; }
.product-article h3 { font-size: 1.1rem; margin: 28px 0 8px; color: var(--navy); }
.product-article p  { font-size: .93rem; color: var(--muted); line-height: 1.85; margin-bottom: 14px; }
.product-article ul { margin: 12px 0 20px; }
.product-article ul li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: .9rem; color: var(--muted); padding: 7px 0;
}
.product-article ul li::before {
  content: '—'; color: var(--gold); font-weight: 700; flex-shrink: 0;
}

/* ── Product Detail — Gallery Grid ──────────── */
.prod-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.prod-gallery-sm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.prod-gallery-sm .prod-gallery-item { aspect-ratio: 4/3; }
.prod-gallery-sm .prod-gallery-item img { object-fit: cover; }
.prod-gallery-item {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}
.prod-gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.prod-gallery-item:hover img { transform: scale(1.06); }
.prod-gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(15,29,51,.45);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--tr);
}
.prod-gallery-item:hover .prod-gallery-overlay { opacity: 1; }

/* ── Responsive additions ────────────────────── */
@media (max-width: 1024px) {
  .prod-showcase   { grid-template-columns: repeat(2,1fr); }
  .spec-strip      { grid-template-columns: repeat(2,1fr); }
  .who-cards       { grid-template-columns: repeat(2,1fr); }
  .feat-cards      { grid-template-columns: repeat(2,1fr); }
  .prod-gallery    { grid-template-columns: repeat(2,1fr); }
  .prod-gallery-sm { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 768px) {
  .spec-strip      { grid-template-columns: repeat(2,1fr); }
  .who-cards       { grid-template-columns: 1fr; }
  .feat-cards      { grid-template-columns: 1fr; }
  .prod-gallery    { grid-template-columns: repeat(2,1fr); }
  .prod-gallery-sm { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px) {
  .spec-strip      { grid-template-columns: 1fr; }
  .spec-strip-item { border-right: none; border-bottom: 1px solid var(--border); }
  .spec-strip-item:last-child { border-bottom: none; }
  .prod-gallery    { grid-template-columns: 1fr; }
  .prod-gallery-sm { grid-template-columns: repeat(2,1fr); }
}

/* ── Utility ─────────────────────────────────── */
.bg-cream { background: var(--cream); }
.bg-gray  { background: var(--gray); }
.mt-8  { margin-top: 8px; }
.mt-12 { margin-top: 12px; }
.mt-20 { margin-top: 20px; }
.mt-32 { margin-top: 32px; }
.mb-0  { margin-bottom: 0 !important; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid      { grid-template-columns: repeat(2,1fr); }
  .preview-grid       { grid-template-columns: repeat(2,1fr); }
  .guarantee-grid     { grid-template-columns: repeat(2,1fr); }
  .products-grid      { grid-template-columns: repeat(2,1fr); }
  .about-grid         { grid-template-columns: 1fr; gap: 48px; }
  .about-img          { aspect-ratio: 16/9; }
  .about-img::before  { display: none; }
  .footer-grid        { grid-template-columns: 1fr 1fr; }
  .reviews-grid       { grid-template-columns: repeat(2,1fr); }
  .stats-grid         { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .mob-cta-bar        { display: grid; }
  body                { padding-bottom: 54px; }
  .nav,.header-cta    { display: none; }
  .hamburger          { display: flex; }
  :root               { --header-h: 82px; }
  .logo-img           { max-height: 78px; max-width: 208px; }
  .header-inner > .logo { grid-column: 1; display: flex; align-items: center; justify-self: start; }
  .topbar-left span:not(.topbar-addr) { display: none; }
  .prod-showcase      { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .services-grid      { grid-template-columns: 1fr; }
  .preview-grid       { grid-template-columns: 1fr; }
  .guarantee-grid     { grid-template-columns: 1fr; }
  .why-grid           { grid-template-columns: 1fr; }
  .products-grid      { grid-template-columns: 1fr; }
  .reviews-grid       { grid-template-columns: 1fr; }
  .faq-grid           { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid       { grid-template-columns: 1fr; }
  .gallery-grid       { grid-template-columns: repeat(2,1fr); grid-auto-rows: 160px; }
  .gallery-item:nth-child(5n+1) { grid-column: span 2; grid-row: span 1; }
  .footer-grid        { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom      { flex-direction: column; }
  .hero               { min-height: 75vh; }
  .hero-content p     { font-size: .9rem; }
  .lb-prev            { left: -40px; }
  .lb-next            { right: -40px; }
  .cta-actions        { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .container          { padding: 0 18px; }
  .gallery-grid       { grid-template-columns: 1fr; }
  .gallery-item:nth-child(5n+1) { grid-column: 1; }
}


/* ── Mobile Sticky CTA Bar ───────────────────── */
.mob-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  height: 54px;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -2px 12px rgba(0,0,0,.15);
}
@media (min-width: 769px) {
  .mob-cta-bar { display: none !important; }
}
.mob-cta-call,
.mob-cta-wa {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Inter', sans-serif;
  font-size: .82rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  transition: filter .2s;
}
.mob-cta-call:hover { filter: brightness(.88); }
.mob-cta-wa:hover   { filter: brightness(.88); }
.mob-cta-call { background: var(--navy); }
.mob-cta-wa   { background: #25d366; }
.mob-cta-call svg,
.mob-cta-wa   svg { width: 19px; height: 19px; fill: var(--white); flex-shrink: 0; }