:root {
  --ink: #14160f;
  --olive: #353c30;
  --olive-deep: #2a3126;
  --olive-dark: #1e231b;
  --gold: #c5a073;
  --gold-deep: #b8925f;
  --gold-soft: #d4b896;
  --cream: #f6f2ea;
  --cream-2: #efe8db;
  --paper: #fffdf8;
  --text: #2a271f;
  --muted: #6f685c;
  --line: rgba(42, 39, 31, 0.1);
  --shadow: 0 18px 50px rgba(20, 22, 15, 0.08);
  --radius: 18px;
  --max: 1240px;
  --header: 86px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4 { font-family: Outfit, Inter, sans-serif; line-height: 1.15; letter-spacing: -0.03em; margin: 0; }
p { margin: 0; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 13px 22px 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s ease;
  white-space: nowrap;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-1px); }
.btn-dark { background: var(--olive); color: #fff; }
.btn-dark:hover { background: var(--ink); }
.btn-line { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.25); }
.btn i,
.btn .arr {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(20,22,15,.12);
  font-size: 12px;
}

/* Top bar */
.topbar {
  background: var(--gold);
  color: #fff;
  font-size: 13px;
}
.topbar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar a { color: #fff; }
.topbar-links { display: flex; align-items: center; gap: 16px; }
.topbar-links span { opacity: .45; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 11px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16,17,12,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.site-header.is-light {
  background: rgba(255,253,248,.94);
  border-bottom-color: var(--line);
}
.site-header.is-light .logo,
.site-header.is-light .nav a { color: var(--ink); }
.site-header.is-light .nav a:hover,
.site-header.is-light .nav a.active { color: var(--gold-deep); }
.site-header.is-light .menu-btn {
  background: var(--gold);
  color: var(--ink);
  border-color: transparent;
}

.nav-wrap {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 500;
}
.nav { display: flex; justify-content: center; gap: 30px; }
.nav a {
  color: rgba(255,255,255,.82);
  font-size: 14.5px;
  font-weight: 500;
}
.nav a:hover, .nav a.active { color: #fff; }
.header-cta { display: flex; align-items: center; gap: 10px; }
.search-btn, .menu-btn {
  width: 42px; height: 42px; border-radius: 50%;
  border: 0; cursor: pointer;
  background: var(--gold);
  color: var(--ink);
  display: grid; place-items: center;
}
.search-btn { font-size: 0; }
.search-btn::before {
  content: "";
  width: 14px; height: 14px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 8px 8px 0 -6px var(--ink);
}
.menu-btn { font-size: 18px; line-height: 1; }
.menu-btn { display: none; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.2); }

/* Hero */
.hero {
  position: relative;
  min-height: min(860px, calc(100svh - 112px));
  background: #0c0d0a;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(197,160,115,.38), transparent 18%),
    radial-gradient(circle at 86% 62%, rgba(212,184,150,.22), transparent 14%),
    radial-gradient(circle at 70% 72%, rgba(197,160,115,.18), transparent 12%),
    linear-gradient(90deg, #0c0d0a 0%, #0c0d0a 42%, rgba(12,13,10,.35) 70%, rgba(12,13,10,.15) 100%),
    url("../img/t-lips.webp") right center / cover no-repeat;
  filter: saturate(1.05);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(255,220,170,.16) 0 3px, transparent 4px),
    radial-gradient(circle at 74% 48%, rgba(255,220,170,.2) 0 5px, transparent 6px),
    radial-gradient(circle at 90% 55%, rgba(255,220,170,.14) 0 7px, transparent 9px),
    radial-gradient(circle at 68% 30%, rgba(255,220,170,.1) 0 2px, transparent 3px);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; padding: 80px 0 90px; max-width: 640px; }
.hero h1 {
  margin: 16px 0 18px;
  font-size: clamp(38px, 5.4vw, 64px);
  color: #fff;
  max-width: 14ch;
}
.hero p { color: rgba(255,255,255,.78); max-width: 52ch; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; flex-wrap: wrap; }
.play-link,
.text-link {
  display: inline-flex; align-items: center; gap: 10px;
  color: #fff; font-weight: 500;
  background: none; border: 0; padding: 0; cursor: pointer; font: inherit;
}
.text-link { text-decoration: underline; text-underline-offset: 3px; }
.play-link span {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gold); color: var(--ink);
}

/* About */
.about {
  background: var(--cream);
  padding: 96px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.about-photo {
  border-radius: 22px;
  overflow: hidden;
  min-height: 460px;
  background: #111 url("../img/emirhan-hero-2.webp") center / cover no-repeat;
}
.about h2 { font-size: clamp(32px, 4vw, 46px); margin: 12px 0 18px; }
.about-lead { color: var(--muted); font-size: 16.5px; }
.about-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 28px 0 32px;
}
.feat-icon {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold); color: #fff;
  display: grid; place-items: center; margin-bottom: 10px;
}
.feat h3 { font-size: 17px; margin-bottom: 6px; }
.feat p { color: var(--muted); font-size: 14px; }
.about-bottom { display: flex; align-items: center; gap: 22px; }
.sign { height: 46px; opacity: .9; }

/* Procedures */
.procs { padding: 96px 0 40px; background: #fff; }
.center { text-align: center; }
.procs h2 { font-size: clamp(32px, 4vw, 46px); margin: 10px 0 40px; }
.proc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.proc-card {
  background: var(--cream);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: .25s ease;
}
.proc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.proc-card .thumb {
  aspect-ratio: 4/3;
  background: #ddd;
  position: relative;
  overflow: hidden;
}
.proc-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proc-card .thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(53,60,48,.55));
  opacity: 0;
  transition: .25s ease;
}
.proc-card:hover .thumb::after { opacity: 1; }
.proc-card .body { padding: 20px 22px 24px; }
.proc-card h3 { font-size: 20px; margin-bottom: 8px; }
.proc-card p { color: var(--muted); font-size: 14.5px; }

/* EKALIPS */
.ekalips { background: var(--cream); padding: 96px 0; }
.ekalips-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.ekalips h2 { font-size: clamp(32px, 4vw, 46px); margin: 12px 0 16px; }
.check { list-style: none; padding: 0; margin: 22px 0; }
.check li { display: flex; gap: 12px; margin-bottom: 14px; }
.check strong { display: block; }
.check span { color: var(--muted); font-size: 14.5px; }
.dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); margin-top: 8px; flex: none;
}
.quote {
  background: #fff;
  border-left: 3px solid var(--gold);
  padding: 16px 18px;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #3d382e;
  margin: 8px 0 24px;
}
.ekalips-visual { position: relative; }
.ekalips-visual .main {
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
  background: #ddd url("../img/t-lips.webp") center / cover no-repeat;
}
.float-card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 14px;
}
.float-card.video {
  left: 18px; bottom: 22px; width: 170px;
}
.float-card.video img { width: 100%; height: 90px; object-fit: cover; border-radius: 10px; margin-bottom: 8px; }
.float-card.cert {
  right: -10px; top: 40px; width: 150px;
}
.float-card.cert img { width: 100%; border-radius: 8px; }
.stat-pills {
  position: absolute; right: 12px; bottom: 24px;
  display: grid; gap: 10px;
}
.stat-pill {
  background: var(--olive);
  color: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  min-width: 150px;
}
.stat-pill b { display: block; font-size: 22px; color: var(--gold-soft); }

/* Approach */
.approach {
  background: var(--olive);
  color: #fff;
  padding: 90px 0;
}
.approach h2 { text-align: center; font-size: clamp(30px, 4vw, 42px); margin: 10px 0 48px; }
.approach-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 36px;
  align-items: center;
}
.approach-col { display: grid; gap: 36px; }
.approach-item h3 { font-size: 18px; margin: 8px 0; }
.approach-item p { color: rgba(255,255,255,.68); font-size: 14px; }
.approach-item.right { text-align: right; }
.ico {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(197,160,115,.18); color: var(--gold-soft);
  display: grid; place-items: center;
}
.approach-item.right .ico { margin-left: auto; }
.portrait {
  width: 280px; height: 280px; border-radius: 50%;
  background: #111 url("../img/emirhan-hero-2.webp") center 18% / cover no-repeat;
  box-shadow: 0 0 0 10px rgba(197,160,115,.18);
}

/* Appointment */
.appt {
  background: var(--olive-dark) url("../img/emirhan-hero.jpg") right center / cover no-repeat;
  color: #fff;
  padding: 90px 0;
  position: relative;
}
.appt::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,22,15,.94) 0%, rgba(20,22,15,.88) 48%, rgba(20,22,15,.55) 100%);
}
.appt .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.appt h2 { font-size: clamp(30px, 4vw, 44px); margin: 12px 0 14px; }
.appt p { color: rgba(255,255,255,.72); }
.hours { margin-top: 22px; color: var(--gold-soft); font-weight: 600; }
.form-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(10px);
}
.form-card h3 { margin-bottom: 16px; }
.field { display: grid; gap: 6px; margin-bottom: 12px; }
.field label { font-size: 13px; color: rgba(255,255,255,.7); }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.2);
  color: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
}
.field textarea { min-height: 90px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: rgba(255,255,255,.7); margin: 8px 0 16px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-ok, .form-err { display: none; font-size: 14px; margin-top: 10px; }
.form-ok { color: #d8eccf; }
.form-err { color: #f3c6c0; }
.form-ok.show, .form-err.show { display: block; }
.news .form-ok { color: #d8eccf; }
.news { flex-wrap: wrap; }

/* FAQ */
.faq { background: var(--cream); padding: 96px 0; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.faq-photo {
  min-height: 520px;
  border-radius: 22px;
  background: #111 url("../img/emirhan-hero-2.webp") center 20% / cover no-repeat;
  position: relative;
}
.contact-chip {
  position: absolute; left: 18px; bottom: 18px;
  background: #fff; border-radius: 16px; padding: 16px 18px; width: min(280px, calc(100% - 36px));
  box-shadow: var(--shadow);
}
.contact-chip a { display: flex; gap: 8px; color: var(--text); font-size: 14px; margin-top: 6px; }
.faq h2 { font-size: clamp(30px, 4vw, 42px); margin: 10px 0 8px; }
.acc { margin-top: 24px; display: grid; gap: 10px; }
.acc-item { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid transparent; }
.acc-item.open { background: #efe3d0; }
.acc-btn {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 16px 18px; display: flex; justify-content: space-between; gap: 12px;
  font-weight: 600; color: var(--ink);
}
.acc-body { display: none; padding: 0 18px 16px; color: var(--muted); }
.acc-item.open .acc-body { display: block; }

/* Reviews */
.reviews { padding: 90px 0; background: #fff; }
.review-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.stars { color: var(--gold-deep); letter-spacing: 2px; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.review-card {
  background: var(--cream); border-radius: 16px; padding: 20px;
  min-height: 210px;
}
.review-card p { font-size: 14.5px; color: #3d382e; }

/* Academy */
.academy { background: var(--cream); padding: 90px 0; }
.academy-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: #fff; border-radius: 18px; overflow: hidden; }
.blog-card .thumb { height: 210px; background: #ddd; position: relative; overflow: hidden; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tag {
  position: absolute; left: 12px; top: 12px;
  background: #fff; border-radius: 999px; padding: 5px 10px; font-size: 12px; font-weight: 600;
}
.blog-card .body { padding: 18px; }
.more { color: var(--gold-deep); font-weight: 600; font-size: 14px; }

/* Footer */
.site-footer {
  background: var(--olive-dark);
  color: rgba(255,255,255,.78);
  padding: 56px 0 22px;
}
.foot-top {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 28px;
}
.foot-top .logo { color: #fff; }
.foot-meta { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-grid { display: grid; grid-template-columns: 1.2fr .8fr 1.2fr .9fr; gap: 24px; }
.site-footer h4 { color: #fff; margin-bottom: 12px; font-size: 16px; }
.site-footer a { display: block; margin: 6px 0; color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--gold-soft); }
.news { display: flex; gap: 8px; }
.news input {
  flex: 1; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04);
  color: #fff; border-radius: 999px; padding: 10px 14px;
}
.copy { text-align: center; margin-top: 32px; font-size: 13px; color: rgba(255,255,255,.45); }

/* Page hero */
.page-hero {
  background: var(--olive-dark);
  color: #fff;
  padding: 72px 0 56px;
}
.page-hero h1 { font-size: clamp(34px, 5vw, 54px); margin: 10px 0; }
.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,.62);
  margin: 0 0 10px;
}
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: #fff; }
.treat-main .crumbs { color: var(--muted); margin-bottom: 16px; }
.treat-main .crumbs a:hover { color: var(--ink); }
.article-hero {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 28px;
  background: #ddd;
}

/* Inner procedure */
.treat { background: var(--cream); padding: 56px 0 80px; }
.treat-layout { display: grid; grid-template-columns: 300px 1fr; gap: 36px; align-items: start; }
.side {
  position: sticky; top: 110px;
  background: #fff; border-radius: 20px; overflow: hidden;
}
.side h3 {
  background: var(--gold); color: #fff; margin: 0; padding: 16px 18px; font-size: 18px;
}
.side nav a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 14px;
}
.side nav a.active, .side nav a:hover { color: var(--gold-deep); }
.side-cta {
  background: var(--olive); color: #fff; padding: 22px 18px;
}
.side-cta .mini {
  margin-top: 14px; height: 88px; border-radius: 50%; width: 88px;
  background: url("../img/t-botulinum.webp") center / cover;
}
.treat-main h1, .treat-main h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 14px; }
.treat-lead { color: var(--muted); margin-bottom: 24px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0 36px; }
.info-card {
  background: #fff; border-radius: 16px; padding: 18px;
  box-shadow: 0 8px 24px rgba(20,22,15,.04);
}
.info-card h3 { font-size: 17px; margin: 8px 0; }
.info-card p { color: var(--muted); font-size: 14px; }
.adv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center;
  margin: 20px 0 40px;
}
.adv-photo { min-height: 280px; border-radius: 18px; background: #ddd center / cover no-repeat; }
.highlight { background: #efe3d0; border-radius: 16px; padding: 16px 18px; margin-bottom: 14px; }

/* Search / menu overlays */
.overlay {
  position: fixed; inset: 0; background: rgba(12,13,10,.55);
  z-index: 80; display: none; align-items: flex-start; justify-content: center; padding: 12vh 20px 40px;
}
.overlay.show { display: flex; }
.search-box, .mobile-nav {
  width: min(680px, 100%); background: #fff; border-radius: 20px; padding: 22px;
}
.search-box input {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 14px;
}
.search-results a { display: block; padding: 10px 4px; border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 18px; }

.modal {
  position: fixed; inset: 0; background: rgba(8,8,6,.72);
  z-index: 90; display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal.show { display: flex; }
.modal-card {
  width: min(920px, 100%); height: min(86vh, 820px);
  background: #1a1a1a; border-radius: 16px; overflow: hidden; position: relative;
}
.modal-card iframe { width: 100%; height: 100%; border: 0; background: #111; }
.modal-close {
  position: absolute; right: 12px; top: 12px; z-index: 2;
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: #fff; cursor: pointer;
}

.timeline { display: grid; gap: 18px; margin-top: 28px; }
.tl {
  display: grid; grid-template-columns: 110px 1fr; gap: 16px;
  background: #fff; border-radius: 16px; padding: 18px 20px;
}
.tl b { color: var(--gold-deep); }

@media (max-width: 980px) {
  .nav, .header-cta .btn { display: none; }
  .menu-btn { display: grid !important; }
  .search-btn { display: none; }
  .nav-wrap { grid-template-columns: auto auto; justify-content: space-between; }
  .about-grid, .ekalips-grid, .faq-grid, .appt .container, .treat-layout, .approach-wrap, .adv, .review-grid, .blog-grid, .proc-grid, .foot-grid, .info-grid, .academy-head, .review-head {
    grid-template-columns: 1fr;
  }
  .approach-item.right { text-align: left; }
  .approach-item.right .ico { margin-left: 0; }
  .portrait { margin: 10px auto; }
  .side { position: static; }
  .float-card.cert, .stat-pills { display: none; }
}

.socials a svg { width: 13px; height: 13px; display: block; fill: currentColor; }

.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(20,22,15,.25);
}
.wa-float svg { width: 28px; height: 28px; fill: currentColor; }

.partners { background: var(--olive-dark); padding: 28px 0; overflow: hidden; }
.partners-track {
  display: flex; gap: 48px; width: max-content;
  animation: marquee 28s linear infinite;
  color: rgba(255,255,255,.45); font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; font-size: 13px;
}
@keyframes marquee { to { transform: translateX(-50%); } }

.meta-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
  margin: 18px 0 28px;
}
.meta-box { background: #fff; border-radius: 14px; padding: 14px 12px; }
.meta-box span { display: block; font-size: 12px; color: var(--muted); }
.meta-box b { font-size: 15px; }

.ba {
  position: relative; border-radius: 24px; overflow: hidden;
  min-height: 420px; user-select: none;
}
.ba img { width: 100%; height: 420px; object-fit: cover; display: block; }
.ba-after { position: absolute; inset: 0; }
.ba input[type="range"] {
  position: absolute; inset: 0; width: 100%; height: 100%;
  margin: 0; opacity: 0; cursor: ew-resize; z-index: 3;
}
.ba-label {
  position: absolute; top: 12px; z-index: 2;
  background: rgba(20,22,15,.7); color: #fff;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 8px; border-radius: 999px;
}
.ba-label.before { left: 12px; }
.ba-label.after { right: 12px; }

.article { background: var(--cream); padding: 56px 0 80px; }
.article .wrap { max-width: 760px; margin: 0 auto; }
.article p { margin: 0 0 16px; color: var(--muted); }
.article h2 { margin: 28px 0 10px; }

.form-card.light {
  background: #fff; color: var(--text);
  border: 1px solid var(--line);
}
.form-card.light label, .form-card.light .consent { color: var(--muted); }
.form-card.light input, .form-card.light textarea {
  background: var(--cream); color: var(--text); border-color: var(--line);
}
.form-card.light .form-ok { color: #3d6b3a; }
.form-card.light .form-err { color: #9a3b32; }

@media (max-width: 980px) {
  .meta-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .proc-grid, .blog-grid, .review-grid, .info-grid { grid-template-columns: 1fr; }
  .topbar { display: none; }
  .container { width: min(var(--max), calc(100% - 28px)); }
  .hero { min-height: 78svh; }
}
