/* ============================================================
   EGOİST PATİLER — Ortak Stil (5 sayfa)
   Palet: #2E5339 / #D98E4A / #FBF8F3 · Fraunces + Inter
   ============================================================ */

:root {
  --primary: #2E5339;
  --primary-dark: #24422E;
  --secondary: #D98E4A;
  --bg: #FBF8F3;
  --surface: #FFFFFF;
  --ink: #22281F;
  --muted: #5B6459;
  --accent: #B8CBB0;
  --accent-soft: #EEF2EA;
  --wa: #25D366;
  --wa-dark: #1FA855;
  --border: #EDE7DC;
  --radius-card: 18px;
  --radius-btn: 12px;
  --shadow: 0 8px 24px rgba(34, 40, 31, .08);
  --shadow-lift: 0 14px 34px rgba(34, 40, 31, .13);
  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
section { scroll-margin-top: 88px; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--primary); color: var(--bg);
  padding: 10px 18px; border-radius: 0 0 10px 0; z-index: 200;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; min-height: 48px;
  border-radius: var(--radius-btn);
  font-family: var(--font-body); font-size: 15.5px; font-weight: 600;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--secondary); outline-offset: 2px; }

.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 6px 18px rgba(37, 211, 102, .32); }
.btn-wa:hover { background: var(--wa-dark); box-shadow: 0 10px 24px rgba(37, 211, 102, .4); }
.btn-solid { background: var(--primary); color: var(--bg); box-shadow: var(--shadow); }
.btn-solid:hover { background: var(--primary-dark); box-shadow: var(--shadow-lift); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--bg); }
.btn-cream { background: var(--bg); color: var(--primary); }
.btn-cream:hover { background: #fff; box-shadow: var(--shadow-lift); }
.btn-lg { padding: 17px 34px; font-size: 16.5px; min-height: 54px; }
.btn .icon { width: 20px; height: 20px; flex-shrink: 0; }

.ic { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.header.scrolled { border-bottom-color: var(--border); box-shadow: 0 4px 18px rgba(34, 40, 31, .05); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  max-width: 1120px; margin: 0 auto; padding: 14px 24px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 44px; height: 44px; border-radius: 12px; overflow: hidden;
  display: grid; place-items: center; flex-shrink: 0;
  border: 1px solid rgba(46, 83, 57, .18);
  background: var(--accent-soft);
}
.logo-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-logo {
  width: 132px; height: 132px; border-radius: 50%;
  object-fit: cover; display: block; margin-bottom: 26px;
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(34, 40, 31, .18);
}
.logo-text strong {
  font-family: var(--font-head); font-weight: 600; font-size: 19px;
  color: var(--ink); display: block; line-height: 1.15; letter-spacing: .2px;
}
.logo-text span { font-size: 11.5px; color: var(--muted); font-weight: 500; letter-spacing: .4px; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  font-size: 15px; font-weight: 500; color: var(--muted);
  transition: color .15s ease; position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -5px;
  width: 0; height: 2px; background: var(--secondary); border-radius: 2px;
  transition: width .2s ease;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
.nav a.active { color: var(--primary); font-weight: 600; }
.nav a.active::after { width: 100%; }

.header-cta { padding: 11px 20px; font-size: 14.5px; min-height: 44px; }

.menu-btn {
  display: none; background: none; border: none; cursor: pointer;
  width: 44px; height: 44px; border-radius: 10px; place-items: center;
  color: var(--ink);
}
.menu-btn:hover { background: rgba(46, 83, 57, .08); }
.menu-btn svg { width: 24px; height: 24px; }

.mobile-menu {
  display: none; flex-direction: column; gap: 4px;
  padding: 12px 24px 20px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.mobile-menu a { padding: 13px 12px; border-radius: 10px; font-weight: 500; font-size: 16px; color: var(--ink); }
.mobile-menu a:hover { background: rgba(46, 83, 57, .07); }
.mobile-menu a.active { color: var(--primary); font-weight: 700; }
.mobile-menu .btn { margin-top: 10px; }
.mobile-menu.open { display: flex; }

/* ---------- Sayfa banner'ı (alt sayfalar) ---------- */
.page-hero {
  padding: 72px 0 64px;
  background:
    radial-gradient(ellipse 55% 60% at 20% 0%, #EFF3EB 0%, transparent 70%),
    radial-gradient(ellipse 45% 50% at 90% 10%, #F6EFE2 0%, transparent 70%);
}
.page-hero .section-eyebrow { margin-bottom: 14px; }
.page-hero h1 {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.1rem, 4.2vw, 3.1rem);
  line-height: 1.14; letter-spacing: -.5px; margin-bottom: 16px; text-wrap: balance;
}
.page-hero h1 em { font-style: italic; color: var(--secondary); font-weight: 500; }
.page-hero .lead { font-size: clamp(1rem, 1.5vw, 1.12rem); color: var(--muted); max-width: 38em; text-wrap: pretty; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---------- Section başlıkları ---------- */
.section { padding: 104px 0; }
.section-head { margin-bottom: 52px; max-width: 640px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--secondary); font-size: 13px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px;
}
.section-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--secondary); border-radius: 2px; }
.section-title {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  line-height: 1.18; letter-spacing: -.3px; margin-bottom: 14px; text-wrap: balance;
}
.section-sub { color: var(--muted); font-size: 16.5px; text-wrap: pretty; }

/* ---------- Ana sayfa hero ---------- */
.hero { padding: 64px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent-soft); color: var(--primary);
  padding: 8px 16px; border-radius: 100px;
  font-size: 13.5px; font-weight: 600; letter-spacing: .2px;
  margin-bottom: 22px;
}
.hero-eyebrow svg { width: 15px; height: 15px; }

.hero h1 {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.3rem, 4.6vw, 3.5rem);
  line-height: 1.12; letter-spacing: -.5px;
  margin-bottom: 20px; text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--secondary); font-weight: 500; }
.hero-sub { font-size: clamp(1rem, 1.6vw, 1.15rem); color: var(--muted); max-width: 34em; margin-bottom: 30px; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--border);
  padding: 9px 16px; border-radius: 100px;
  font-size: 13.5px; font-weight: 500; color: var(--muted);
  box-shadow: 0 2px 8px rgba(34, 40, 31, .04);
}
.trust-chip svg { width: 16px; height: 16px; color: var(--primary); }
.trust-chip strong { color: var(--ink); font-weight: 600; }

/* Hero fotoğraf */
.hero-visual { position: relative; }
.hero-photo {
  border-radius: 24px; overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lift);
  aspect-ratio: 4 / 4.6;
  background: #EDF1E8;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo .credit {
  position: absolute; bottom: 12px; right: 12px;
  background: rgba(34, 40, 31, .55); color: #FBF8F3;
  font-size: 11px; font-weight: 500; letter-spacing: .3px;
  padding: 5px 11px; border-radius: 100px;
  backdrop-filter: blur(4px);
}
.hero-float-card {
  position: absolute; top: -22px; left: -18px;
  background: var(--surface); border-radius: 16px;
  padding: 16px 20px; box-shadow: var(--shadow-lift);
  border: 1px solid var(--border);
  display: flex; align-items: center; gap: 14px;
  max-width: 290px;
}
.hero-float-card .fc-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: var(--accent-soft); color: var(--primary); display: grid; place-items: center;
}
.hero-float-card .fc-icon svg { width: 22px; height: 22px; }
.hero-float-card small {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: 1.2px; color: var(--secondary); text-transform: uppercase;
}
.hero-float-card a { font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: .3px; white-space: nowrap; }
.hero-float-card a:hover { color: var(--primary); }
.hero-float-chip {
  position: absolute; bottom: 62px; right: -14px;
  background: var(--surface); border-radius: 14px;
  padding: 12px 18px; box-shadow: var(--shadow-lift);
  border: 1px solid var(--border);
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600; color: var(--ink);
}
.hero-float-chip svg { width: 18px; height: 18px; color: var(--secondary); }

/* ---------- Hizmet kartları ---------- */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-card); padding: 30px 28px 26px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.service-top { display: flex; align-items: center; gap: 16px; }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  background: var(--accent-soft); color: var(--primary); display: grid; place-items: center;
}
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-family: var(--font-head); font-weight: 600; font-size: 21px; letter-spacing: -.2px; }
.service-card p { color: var(--muted); font-size: 15px; flex-grow: 1; }
.service-card .detail { font-size: 14px; color: var(--muted); }
.service-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary); font-weight: 600; font-size: 14.5px;
  transition: gap .15s ease, color .15s ease;
  align-self: flex-start;
}
.service-link svg { width: 17px; height: 17px; transition: transform .15s ease; }
.service-link:hover { color: var(--wa-dark); gap: 11px; }
.service-link:hover svg { transform: translateX(2px); }
.service-card .tag {
  position: absolute; top: 26px; right: 26px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .6px;
  color: var(--muted); background: var(--bg);
  border: 1px solid var(--border);
  padding: 5px 12px; border-radius: 100px;
}
.service-card img.svc-photo {
  border-radius: 14px; width: 100%; height: 200px;
  object-fit: cover; border: 1px solid var(--border);
}

/* ---------- Neden biz ---------- */
.about { background: #F4F0E7; }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.about-text .lead { font-size: 17.5px; line-height: 1.75; margin-bottom: 14px; text-wrap: pretty; }
.about-text .note { color: var(--muted); font-size: 15.5px; margin-bottom: 40px; text-wrap: pretty; }
.why-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.why-item { border-top: 2px solid var(--accent); padding-top: 18px; }
.why-item .num {
  font-family: var(--font-head); font-style: italic; font-weight: 500;
  font-size: 34px; color: var(--secondary); line-height: 1;
  display: block; margin-bottom: 12px;
}
.why-item h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 8px; }
.why-item p { color: var(--muted); font-size: 14.5px; line-height: 1.6; }

.quote-panel {
  background: var(--primary); border-radius: 22px;
  padding: 40px 36px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 320px;
}
.quote-panel .paw-bg {
  position: absolute; right: -50px; bottom: -46px;
  width: 220px; height: 220px; color: var(--bg); opacity: .08;
  transform: rotate(14deg);
}
.quote-mark { font-family: var(--font-head); font-size: 64px; line-height: 1; color: var(--secondary); margin-bottom: 8px; }
.quote-panel blockquote {
  font-family: var(--font-head); font-style: italic; font-weight: 500;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.5;
  color: var(--bg); text-wrap: pretty; position: relative; z-index: 1;
}
.quote-panel cite {
  display: block; margin-top: 20px;
  font-style: normal; font-size: 12.5px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent);
}

/* ---------- Galeri ---------- */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 170px; gap: 16px;
}
.g-item {
  border-radius: 16px; overflow: hidden; position: relative;
  border: 1px solid var(--border);
  cursor: zoom-in; background: #EDF1E8;
  transition: transform .18s ease, box-shadow .18s ease;
}
.g-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.g-item:hover img { transform: scale(1.04); }
.g-item .g-date {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(34, 40, 31, .6); color: #FBF8F3;
  font-size: 11px; font-weight: 600; letter-spacing: .3px;
  padding: 4px 10px; border-radius: 100px;
  backdrop-filter: blur(3px);
}
.g-item.tall { grid-row: span 2; }
.g-item.wide { grid-column: span 2; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(20, 24, 18, .92);
  display: none; align-items: center; justify-content: center;
  padding: 32px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(92vw, 720px); max-height: 84vh;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}
.lightbox .lb-close {
  position: absolute; top: 22px; right: 26px;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(251, 248, 243, .12); border: none;
  color: #FBF8F3; font-size: 22px; cursor: pointer;
  display: grid; place-items: center;
  transition: background .15s ease;
}
.lightbox .lb-close:hover { background: rgba(251, 248, 243, .25); }
.lightbox .lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(251, 248, 243, .12); border: none;
  color: #FBF8F3; font-size: 20px; cursor: pointer;
  display: grid; place-items: center;
  transition: background .15s ease;
}
.lightbox .lb-nav:hover { background: rgba(251, 248, 243, .25); }
.lightbox .lb-prev { left: 22px; }
.lightbox .lb-next { right: 22px; }
.lightbox .lb-count {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: rgba(251, 248, 243, .75); font-size: 13px; font-weight: 600; letter-spacing: 1px;
}

/* ---------- Instagram bandı ---------- */
.ig-band { background: var(--primary); }
.ig-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px; padding: 84px 0;
}
.ig-copy .section-eyebrow { color: var(--accent); margin-bottom: 16px; }
.ig-copy .section-eyebrow::before { background: var(--accent); }
.ig-copy h2 {
  font-family: var(--font-head); font-weight: 600; color: var(--bg);
  font-size: clamp(1.9rem, 3.4vw, 2.5rem); line-height: 1.15;
  letter-spacing: -.3px; margin-bottom: 14px; text-wrap: balance;
}
.ig-copy p { color: #C4D4BC; font-size: 16.5px; max-width: 30em; margin-bottom: 26px; text-wrap: pretty; }
.ig-copy .handle {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 17px; color: var(--secondary);
  margin-bottom: 28px; letter-spacing: .3px;
}
.ig-copy .handle svg { width: 20px; height: 20px; }
.ig-visual {
  width: 150px; height: 150px; border-radius: 32px; flex-shrink: 0;
  border: 2px solid rgba(251, 248, 243, .25);
  display: grid; place-items: center; color: var(--bg);
  background: rgba(251, 248, 243, .06);
}
.ig-visual svg { width: 70px; height: 70px; }

/* ---------- Konum / iletişim ---------- */
.location-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: stretch; }
.loc-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 22px; padding: 38px 36px;
  display: flex; flex-direction: column; gap: 26px;
}
.loc-row { display: flex; gap: 16px; align-items: flex-start; }
.loc-row .ic-box {
  width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0;
  background: var(--accent-soft); color: var(--primary); display: grid; place-items: center;
}
.loc-row .ic-box svg { width: 22px; height: 22px; }
.loc-row h3 {
  font-size: 13px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--muted); margin-bottom: 5px;
}
.loc-row .loc-val { font-size: 16px; font-weight: 600; line-height: 1.55; }
.loc-row .loc-val a:hover { color: var(--primary); text-decoration: underline; }
.loc-row .loc-sub { font-size: 14px; color: var(--muted); font-weight: 400; margin-top: 3px; }
.loc-phones { display: flex; flex-direction: column; gap: 8px; }
.loc-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 4px; padding-top: 26px; border-top: 1px dashed var(--border);
}
.map-frame {
  border-radius: 22px; overflow: hidden; border: 1px solid var(--border);
  min-height: 400px; box-shadow: var(--shadow);
}
.map-frame iframe { width: 100%; height: 100%; min-height: 400px; border: 0; display: block; }

/* ---------- SSS ---------- */
.faq-list { max-width: 760px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; padding: 22px 26px; margin-bottom: 14px;
  transition: box-shadow .15s ease;
}
.faq-item:hover { box-shadow: var(--shadow); }
.faq-item h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.faq-item h3 svg { width: 19px; height: 19px; color: var(--secondary); flex-shrink: 0; }
.faq-item p { color: var(--muted); font-size: 15px; }

/* ---------- Kapanış CTA ---------- */
.closing {
  text-align: center; padding: 110px 0 116px;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, #EFF3EB 0%, transparent 70%);
}
.closing .paw-row { display: flex; justify-content: center; gap: 14px; margin-bottom: 26px; color: var(--secondary); }
.closing .paw-row svg { width: 22px; height: 22px; opacity: .8; }
.closing h2 {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem); line-height: 1.18;
  letter-spacing: -.3px; margin-bottom: 16px; text-wrap: balance;
}
.closing p { color: var(--muted); font-size: 17px; max-width: 34em; margin: 0 auto 36px; text-wrap: pretty; }
.closing-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #D9D4C8; }
.footer-inner {
  display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 48px;
  padding: 64px 0 48px;
}
.footer .logo-text strong { color: var(--bg); }
.footer .logo-text span { color: #9A968B; }
.footer-brand p { margin-top: 18px; font-size: 14.5px; line-height: 1.7; color: #B9B4A7; max-width: 30em; }
.footer h4 {
  color: var(--bg); font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px;
}
.footer-col li { margin-bottom: 11px; }
.footer-col a, .footer-col span { color: #B9B4A7; font-size: 14.5px; }
.footer-col a:hover { color: var(--bg); text-decoration: underline; }
.footer-bottom {
  border-top: 1px solid rgba(251, 248, 243, .12);
  padding: 22px 0; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13.5px; color: #8F8B80;
}
.footer-bottom .social a {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; border-radius: 11px;
  background: rgba(251, 248, 243, .08); color: #D9D4C8;
  transition: background .15s ease, color .15s ease;
  margin-left: 8px;
}
.footer-bottom .social a:hover { background: var(--secondary); color: var(--ink); }
.footer-bottom .social svg { width: 18px; height: 18px; }

/* ---------- Sabit öğeler ---------- */
.wa-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .42);
  transition: transform .15s ease, background .15s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.04); background: var(--wa-dark); }
.wa-float svg { width: 28px; height: 28px; }

.mobile-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  grid-template-columns: 1fr 1fr;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: 0 -6px 24px rgba(34, 40, 31, .1);
}
.mobile-bar a {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; border-radius: var(--radius-btn);
  font-weight: 700; font-size: 15px;
}
.mobile-bar svg { width: 20px; height: 20px; }
.mobile-bar .call { background: var(--primary); color: var(--bg); }
.mobile-bar .wa { background: var(--wa); color: #fff; }

/* ---------- Reveal ---------- */
[data-reveal] {
  opacity: 0; transform: translateY(20px);
  transition: opacity .35s ease var(--d, 0ms), transform .35s ease var(--d, 0ms);
}
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero-grid { gap: 40px; }
  .why-list { gap: 22px; }
}
@media (max-width: 900px) {
  .nav, .header-cta { display: none; }
  .menu-btn { display: grid; }
  .hero { padding: 40px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { aspect-ratio: 4 / 3.4; }
  .hero-float-card { top: -16px; left: 12px; padding: 13px 16px; }
  .hero-float-card a { font-size: 15px; }
  .hero-float-chip { right: 12px; bottom: 56px; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .why-list { grid-template-columns: 1fr; gap: 26px; }
  .ig-inner { flex-direction: column; align-items: flex-start; padding: 68px 0; gap: 34px; }
  .ig-visual { width: 112px; height: 112px; }
  .ig-visual svg { width: 52px; height: 52px; }
  .location-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .page-hero { padding: 52px 0 48px; }
}
@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .g-item.wide { grid-column: span 2; }
  .loc-card { padding: 30px 26px; }
  .footer-inner { grid-template-columns: 1fr; gap: 34px; padding: 52px 0 40px; }
  .footer-bottom { justify-content: center; text-align: center; }
  .hero-actions .btn { flex: 1 1 100%; }
  .closing-actions .btn { flex: 1 1 auto; }
  .wa-float { display: none; }
  .mobile-bar { display: grid; }
  body { padding-bottom: 74px; }
  .hero-float-chip { display: none; }
  .lightbox { padding: 16px; }
  .lightbox .lb-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
