/* ==========================================================================
   ¯zcan Mobilya ?malat ¯ Tasar?m Sistemi
   Antalya / Kepez merkezli mobilya imalat? & ¯retimi
   ========================================================================== */

:root {
  /* Renk paleti */
  --ink: #17110c;
  --ink-2: #2a211a;
  --ink-3: #3d3127;
  --wood: #8a5a2b;
  --wood-light: #a87f3c;
  --gold: #c8a35b;
  --gold-light: #e7c987;
  --cream: #faf6f0;
  --cream-2: #f3ece1;
  --paper: #ffffff;
  --muted: #6f6357;
  --line: #e7ddce;

  --shadow-sm: 0 2px 10px rgba(23, 17, 12, 0.06);
  --shadow: 0 14px 40px rgba(23, 17, 12, 0.10);
  --shadow-lg: 0 30px 70px rgba(23, 17, 12, 0.18);

  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 26px;

  --container: 1240px;
  --header-h: 84px;

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink-2);
  background: var(--cream);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; line-height: 1.15; color: var(--ink); letter-spacing: -0.01em; }

/* Layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 130px) 0; }
.section--tight { padding: clamp(48px, 6vw, 84px) 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--ink); color: #e9e0d3; }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }

.grid { display: grid; gap: 28px; }
.center { text-align: center; }

/* Eyebrow + section heads */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--wood-light);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.eyebrow--center { justify-content: center; }
.section-head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 64px); }
.section-title { font-size: clamp(2rem, 4.4vw, 3.2rem); }
.section-lead { margin-top: 18px; color: var(--muted); font-size: 1.08rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 100px; font-weight: 700; font-size: 0.98rem;
  letter-spacing: 0.01em; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s;
  white-space: nowrap; cursor: pointer; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: linear-gradient(135deg, var(--gold-light), var(--wood-light)); color: #fff; box-shadow: 0 12px 26px rgba(168, 127, 60, 0.32); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(168, 127, 60, 0.42); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { transform: translateY(-3px); background: var(--ink-2); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--wood-light); color: var(--wood); transform: translateY(-3px); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn--whatsapp { background: #25D366; color: #fff; }
.btn--whatsapp:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(37, 211, 102, 0.4); }
.btn--lg { padding: 18px 38px; font-size: 1.05rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; }

/* ============================ HEADER ============================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), height .4s var(--ease);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark { width: 50px; height: 50px; flex: none; transition: transform .4s var(--ease); }
.brand:hover .brand__mark { transform: rotate(-4deg) scale(1.05); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--serif); font-weight: 700; font-size: 1.32rem; color: #fff; letter-spacing: 0.01em; }
.brand__sub { font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-light); font-weight: 700; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative; padding: 10px 16px; font-weight: 600; font-size: 0.96rem; color: rgba(255,255,255,0.88);
  border-radius: 8px; transition: color .25s;
}
.nav a::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav a:hover, .nav a.is-active { color: #fff; }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 700; font-size: 0.98rem; }
.header-phone svg { width: 18px; height: 18px; color: var(--gold-light); }

/* Scrolled state */
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: var(--shadow-sm); height: 70px;
}
.site-header.is-scrolled .brand__name { color: var(--ink); }
.site-header.is-scrolled .nav a { color: var(--ink-3); }
.site-header.is-scrolled .nav a:hover, .site-header.is-scrolled .nav a.is-active { color: var(--wood); }
.site-header.is-scrolled .header-phone { color: var(--ink); }
.site-header.is-scrolled .header-phone svg { color: var(--wood); }

/* Inner pages (no big hero): solid header by default */
.site-header.header--solid {
  background: rgba(255,255,255,0.95);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: var(--shadow-sm);
}
.header--solid .brand__name { color: var(--ink); }
.header--solid .nav a { color: var(--ink-3); }
.header--solid .nav a:hover, .header--solid .nav a.is-active { color: var(--wood); }
.header--solid .header-phone { color: var(--ink); }
.header--solid .header-phone svg { color: var(--wood); }

/* Burger */
.burger { display: none; width: 46px; height: 46px; border-radius: 12px; position: relative; z-index: 1100; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2.4px; background: #fff; border-radius: 3px; transition: .3s var(--ease); }
.burger span:nth-child(1) { top: 16px; } .burger span:nth-child(2) { top: 22px; } .burger span:nth-child(3) { top: 28px; }
.is-scrolled .burger span, .header--solid .burger span { background: var(--ink); }
body.menu-open .burger span { background: var(--ink); }
body.menu-open .burger span:nth-child(1) { top: 22px; transform: rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* Mobile drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 1050; background: var(--ink);
  display: flex; flex-direction: column; justify-content: center; padding: 90px 32px 40px;
  transform: translateX(100%); transition: transform .45s var(--ease); visibility: hidden;
}
body.menu-open .mobile-nav { transform: translateX(0); visibility: visible; }
.mobile-nav > a { color: #f0e6d8; font-family: var(--serif); font-size: 1.7rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; }
.mobile-nav > a span { color: var(--gold); font-size: 1rem; font-family: var(--sans); }
.mobile-nav__footer { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }

/* ============================ HERO ============================ */
.hero { position: relative; isolation: isolate; min-height: 100vh; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--ink); }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, rgba(15,11,7,0.92) 0%, rgba(20,14,9,0.7) 45%, rgba(20,14,9,0.32) 100%); }
.hero__inner { padding: calc(var(--header-h) + 40px) 0 70px; max-width: 760px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 18px; border-radius: 100px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(6px);
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 26px;
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(231,201,135,0.25); }
.hero h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); color: #fff; line-height: 1.05; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero__lead { margin: 24px 0 36px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,0.9); max-width: 600px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 38px; margin-top: 54px; }
.hero__stat .n { font-family: var(--serif); font-size: 2.4rem; color: #fff; font-weight: 700; }
.hero__stat .l { font-size: 0.85rem; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-cue .mouse { width: 24px; height: 38px; border: 2px solid rgba(255,255,255,0.5); border-radius: 14px; position: relative; }
.scroll-cue .mouse::after { content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 7px; border-radius: 3px; background: #fff; animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 12px); } }

/* Page hero (inner pages) */
.page-hero { position: relative; isolation: isolate; padding: calc(var(--header-h) + 70px) 0 70px; color: #fff; overflow: hidden; background: var(--ink); }
.page-hero__bg { position: absolute; inset: 0; z-index: -2; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(15,11,7,0.93), rgba(20,14,9,0.68)); }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); color: #fff; }
.page-hero p { margin-top: 16px; max-width: 640px; color: rgba(255,255,255,0.88); font-size: 1.1rem; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { color: var(--gold-light); }

/* ============================ FEATURE / INTRO ============================ */
.intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.intro__media { position: relative; }
.intro__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.intro__media .badge-card {
  position: absolute; bottom: -24px; left: -24px; background: var(--ink); color: #fff; padding: 22px 26px;
  border-radius: var(--radius); box-shadow: var(--shadow-lg); max-width: 230px;
}
.intro__media .badge-card .n { font-family: var(--serif); font-size: 2.3rem; color: var(--gold-light); }
.intro__media .badge-card .l { font-size: 0.85rem; color: rgba(255,255,255,0.78); }
.lead-paragraph { font-size: 1.15rem; color: var(--ink-3); margin-bottom: 22px; }
.checklist { display: grid; gap: 14px; margin: 26px 0; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; }
.checklist .ic { flex: none; width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-light), var(--wood-light)); display: grid; place-items: center; margin-top: 2px; }
.checklist .ic svg { width: 14px; height: 14px; color: #fff; }
.checklist b { color: var(--ink); }

/* ============================ SERVICES ============================ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--paper); border-radius: var(--radius); padding: 34px 30px; border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; position: relative; overflow: hidden;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--gold-light), var(--wood-light)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card__icon { width: 60px; height: 60px; border-radius: 16px; background: var(--cream-2); display: grid; place-items: center; margin-bottom: 22px; transition: background .4s; }
.card:hover .card__icon { background: linear-gradient(135deg, var(--gold-light), var(--wood-light)); }
.card__icon svg { width: 30px; height: 30px; color: var(--wood); transition: color .4s; }
.card:hover .card__icon svg { color: #fff; }
.card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.98rem; }
.card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 700; color: var(--wood); font-size: 0.92rem; }
.card__link svg { width: 16px; height: 16px; transition: transform .3s; }
.card:hover .card__link svg { transform: translateX(4px); }

/* ============================ PROJECTS ============================ */
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.project-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; display: block;
  box-shadow: var(--shadow-sm); transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  aspect-ratio: 16/11; background: var(--ink);
}
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.project-card:hover img { transform: scale(1.07); }
.project-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,11,7,0.9) 0%, rgba(15,11,7,0.25) 55%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; color: #fff; }
.project-card__tag { align-self: flex-start; padding: 6px 14px; border-radius: 100px; background: rgba(255,255,255,0.16); backdrop-filter: blur(6px); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.project-card h3 { color: #fff; font-size: 1.6rem; }
.project-card p { color: rgba(255,255,255,0.82); font-size: 0.95rem; margin-top: 6px; }
.project-card__more { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 700; color: var(--gold-light); font-size: 0.92rem; opacity: 0; transform: translateY(8px); transition: .4s var(--ease); }
.project-card:hover .project-card__more { opacity: 1; transform: translateY(0); }

/* ============================ GALLERY ============================ */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn { padding: 10px 22px; border-radius: 100px; font-weight: 600; font-size: 0.92rem; color: var(--ink-3); background: var(--paper); border: 1.5px solid var(--line); transition: .3s; }
.filter-btn:hover { border-color: var(--wood-light); color: var(--wood); }
.filter-btn.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

.masonry { columns: 3; column-gap: 20px; }
.masonry .gitem { break-inside: avoid; margin-bottom: 20px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gitem {
  position: relative; border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; background: var(--cream-2);
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.gallery-grid .gitem { aspect-ratio: 1/1; }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gitem:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gitem:hover img { transform: scale(1.08); }
.gitem__cap { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,11,7,0.78), transparent 60%); opacity: 0; transition: opacity .35s; display: flex; align-items: flex-end; padding: 16px; color: #fff; font-weight: 600; font-size: 0.9rem; }
.gitem:hover .gitem__cap { opacity: 1; }
.gitem__zoom { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.9); display: grid; place-items: center; opacity: 0; transform: scale(0.7); transition: .35s var(--ease); }
.gitem:hover .gitem__zoom { opacity: 1; transform: scale(1); }
.gitem__zoom svg { width: 18px; height: 18px; color: var(--ink); }

/* Catalog (AI showroom) cards */
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.catalog-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); border: 1px solid var(--line); }
.catalog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.catalog-card__img { aspect-ratio: 4/3; overflow: hidden; cursor: pointer; }
.catalog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.catalog-card:hover .catalog-card__img img { transform: scale(1.06); }
.catalog-card__body { padding: 22px 24px 26px; }
.catalog-card__tag { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wood-light); }
.catalog-card h3 { font-size: 1.25rem; margin: 8px 0 8px; }
.catalog-card p { color: var(--muted); font-size: 0.95rem; }

/* ============================ LIGHTBOX ============================ */
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(12, 9, 6, 0.95); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.is-open { display: flex; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__img { max-width: 92vw; max-height: 84vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #fff; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; transition: .3s; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--gold); border-color: var(--gold); }
.lightbox__close { top: 24px; right: 24px; }
.lightbox__close svg, .lightbox__nav svg { width: 24px; height: 24px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__prev { left: 24px; } .lightbox__next { right: 24px; }
.lightbox__counter { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.8); font-size: 0.9rem; letter-spacing: 0.1em; }

/* ============================ STATS STRIP ============================ */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-strip .n { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--gold-light); font-weight: 700; }
.stat-strip .l { color: rgba(255,255,255,0.78); font-size: 0.95rem; margin-top: 6px; }

/* ============================ PROCESS ============================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; padding: 32px 26px; background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); }
.step__num { font-family: var(--serif); font-size: 3rem; color: var(--cream-2); font-weight: 700; line-height: 1; position: absolute; top: 18px; right: 22px; }
.step__ic { width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg, var(--gold-light), var(--wood-light)); display: grid; place-items: center; margin-bottom: 18px; }
.step__ic svg { width: 26px; height: 26px; color: #fff; }
.step h3 { font-size: 1.18rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.94rem; }

/* ============================ VALUES / MISSION ============================ */
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mv-card { padding: 40px 36px; border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.mv-card--mission { background: linear-gradient(150deg, var(--ink), var(--ink-2)); color: #fff; }
.mv-card--vision { background: linear-gradient(150deg, var(--wood), var(--wood-light)); color: #fff; }
.mv-card__ic { width: 60px; height: 60px; border-radius: 16px; background: rgba(255,255,255,0.14); display: grid; place-items: center; margin-bottom: 22px; }
.mv-card__ic svg { width: 30px; height: 30px; color: #fff; }
.mv-card h3 { color: #fff; font-size: 1.7rem; margin-bottom: 14px; }
.mv-card p { color: rgba(255,255,255,0.9); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { padding: 30px 28px; background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); transition: .4s var(--ease); }
.value:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.value__ic { width: 50px; height: 50px; border-radius: 12px; background: var(--cream-2); display: grid; place-items: center; margin-bottom: 18px; }
.value__ic svg { width: 26px; height: 26px; color: var(--wood); }
.value h3 { font-size: 1.2rem; margin-bottom: 8px; }
.value p { color: var(--muted); font-size: 0.95rem; }

/* ============================ CTA BANNER ============================ */
.cta-banner { position: relative; isolation: isolate; border-radius: var(--radius-lg); overflow: hidden; padding: clamp(48px, 7vw, 90px) clamp(28px, 6vw, 80px); color: #fff; text-align: center; background: var(--ink); }
.cta-banner__bg { position: absolute; inset: 0; z-index: -2; }
.cta-banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(15,11,7,0.92), rgba(138,90,43,0.78)); }
.cta-banner h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); }
.cta-banner p { margin: 18px auto 32px; max-width: 600px; color: rgba(255,255,255,0.9); font-size: 1.1rem; }

/* ============================ TESTIMONIAL ============================ */
.testimonial { max-width: 820px; margin: 0 auto; text-align: center; }
.testimonial__stars { color: var(--gold); font-size: 1.4rem; letter-spacing: 4px; margin-bottom: 22px; }
.testimonial blockquote { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.4; color: var(--ink); font-style: italic; }
.testimonial cite { display: block; margin-top: 24px; font-style: normal; font-weight: 700; color: var(--wood); }
.testimonial cite span { display: block; color: var(--muted); font-weight: 500; font-size: 0.9rem; }

/* ============================ CONTACT ============================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.info-list { display: grid; gap: 18px; margin: 26px 0; }
.info-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: .35s var(--ease); }
.info-item:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); border-color: var(--gold-light); }
.info-item__ic { flex: none; width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, var(--gold-light), var(--wood-light)); display: grid; place-items: center; }
.info-item__ic svg { width: 22px; height: 22px; color: #fff; }
.info-item h4 { font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.info-item p, .info-item a { color: var(--ink); font-weight: 600; }
.info-item a:hover { color: var(--wood); }

.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 7px; color: var(--ink-2); }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--cream);
  color: var(--ink); transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--wood-light); box-shadow: 0 0 0 4px rgba(200,163,91,0.15); background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 8px; }
.form-success { display: none; padding: 16px 20px; border-radius: 12px; background: #e7f6ec; color: #1c7a43; font-weight: 600; margin-bottom: 18px; }
.form-success.show { display: block; }

.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 13px 0; border-bottom: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.hours-table tr.is-today td { color: var(--wood); }
.hours-table .closed { color: #c0392b; }

/* ============================ FOOTER ============================ */
.site-footer { background: var(--ink); color: #c9bca c; }
.site-footer { color: #b9ab99; }
.footer-top { padding: clamp(56px, 7vw, 88px) 0 50px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-brand .brand__name { color: #fff; }
.footer-about { margin: 20px 0; color: #9d8f7d; font-size: 0.96rem; max-width: 340px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,0.07); display: grid; place-items: center; transition: .3s; }
.footer-social a:hover { background: linear-gradient(135deg, var(--gold-light), var(--wood-light)); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; color: #fff; }
.footer-col h4 { color: #fff; font-family: var(--sans); font-size: 0.92rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { color: #9d8f7d; font-size: 0.96rem; transition: .25s; }
.footer-col a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; color: #b9ab99; font-size: 0.95rem; }
.footer-contact-item svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; }
.footer-bottom__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: #8a7c6b; }
.footer-bottom a:hover { color: var(--gold-light); }

/* Service areas (SEO) */
.areas { background: var(--ink-2); padding: 40px 0; }
.areas h4 { color: #fff; font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; text-align: center; }
.areas__list { display: flex; flex-wrap: wrap; gap: 8px 10px; justify-content: center; max-width: 1000px; margin: 0 auto; }
.areas__list span { font-size: 0.82rem; color: #8a7c6b; padding: 5px 12px; border: 1px solid rgba(255,255,255,0.08); border-radius: 100px; transition: .25s; }
.areas__list span:hover { color: var(--gold-light); border-color: rgba(200,163,91,0.4); }

/* ============================ FLOATING WHATSAPP ============================ */
.float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 900; width: 60px; height: 60px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,0.45); transition: transform .35s var(--ease); animation: waPulse 2.4s infinite; }
.float-wa:hover { transform: scale(1.1); }
.float-wa svg { width: 32px; height: 32px; color: #fff; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ============================ FAQ ============================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 0; font-family: var(--serif); font-size: 1.2rem; color: var(--ink); font-weight: 700; }
.faq-q .pm { flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; transition: .3s; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--wood); border-radius: 2px; }
.faq-q .pm::before { width: 13px; height: 2px; } .faq-q .pm::after { width: 2px; height: 13px; transition: transform .3s; }
.faq-item.is-open .pm { background: var(--ink); border-color: var(--ink); }
.faq-item.is-open .pm::before, .faq-item.is-open .pm::after { background: #fff; }
.faq-item.is-open .pm::after { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding-bottom: 24px; color: var(--muted); }

/* ============================ REVEAL ANIMATIONS ============================ */
.reveal { transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js-anim .reveal { opacity: 0; transform: translateY(34px); }
.reveal.in, .js-anim .reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero__bg img { animation: none; transform: none; } }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1024px) {
  .cards, .values-grid, .catalog-grid, .gallery-grid, .masonry { grid-template-columns: repeat(2, 1fr); }
  .masonry { columns: 2; }
  .steps, .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 880px) {
  .nav, .header-cta .header-phone, .header-cta .btn { display: none; }
  .burger { display: block; }
  .intro-grid, .contact-grid, .mv-grid, .project-grid { grid-template-columns: 1fr; }
  .intro__media { max-width: 460px; margin: 0 auto; }
  .intro__content[style*="order:2"], .intro__media[style*="order:1"] { order: 0 !important; }
  .hero { min-height: auto; align-items: flex-start; }
  .hero__inner { padding: 140px 0 80px !important; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .cards, .values-grid, .catalog-grid, .gallery-grid, .masonry { grid-template-columns: 1fr; }
  .masonry { columns: 1; }
  .steps, .stat-strip, .footer-grid, .field-row { grid-template-columns: 1fr; }
  .hero__stats { gap: 24px; }
  .hero__stat .n { font-size: 2rem; }
  .container { padding: 0 18px; }
  .intro__media .badge-card { left: 50%; transform: translateX(-50%); bottom: -20px; }
  .btn-row .btn { width: 100%; }
  .lightbox__nav { width: 44px; height: 44px; }
  .lightbox__prev { left: 10px; } .lightbox__next { right: 10px; }
}
