/* ============================================================
   ESTETEETH TURKEY — Bodrum Cobalt & Porcelain (poster cut)
   Real photography · animated · İznik çini world.
   ============================================================ */

:root {
  --porcelain: #F5F4F0;
  --porcelain-deep: #E9E7E0;
  --glaze-white: #FFFFFF;
  --cobalt: #00828A;
  --cobalt-deep: #006870;
  --cobalt-ink: #00464C;
  --cobalt-mist: #C2E5E6;
  --coral: #C4502A;
  --coral-soft: #FFC2AB;
  --line: rgba(30, 79, 165, 0.25);
  --line-strong: rgba(30, 79, 165, 0.5);
  --text: var(--cobalt-ink);
  --text-soft: #3D5484;
  --shadow-float: 0 14px 40px -10px rgba(18, 48, 95, 0.4);
  --shadow-soft: 0 12px 34px -16px rgba(18, 48, 95, 0.5);
  --fs-micro: 0.85rem;
  --fs-small: 0.92rem;
  --fs-label: 0.98rem;
  --fs-body: 1.0625rem;
  --fs-title: 1.22rem;
  --fs-title-lg: 1.55rem;
  --fs-stat: 1.9rem;
  --font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Hanken Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  --radius-fab: 12px;
  --wa: #25D366;
  --wa-deep: #1DA851;
  --brand-tp: #00B67A;
  --brand-g: #1A73E8;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--text);
  background: var(--porcelain);
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }

.shell { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }
.shell-narrow { width: min(760px, 100% - 2.5rem); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--cobalt); color: #fff; padding: 0.6rem 1rem;
}
.skip:focus { left: 0; }

/* ---------- Icons ---------- */
.ic { width: 1.2em; height: 1.2em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ic-star { fill: currentColor; stroke: none; }
.ic-wa { fill: currentColor; stroke: none; width: 1.25em; height: 1.25em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 0.95rem 1.6rem; border-radius: 4px; border: 1.5px solid transparent;
  font-family: var(--font-display); font-size: var(--fs-label); font-weight: 700;
  letter-spacing: 0.01em; text-decoration: none; cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s var(--ease-out);
}
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.btn-primary { background: var(--cobalt); color: var(--glaze-white); }
.btn-primary:hover { background: var(--cobalt-deep); transform: translateY(-2px); }
.btn-ghost { color: var(--cobalt); border-color: var(--cobalt); background: transparent; }
.btn-ghost:hover { background: var(--cobalt); color: var(--glaze-white); transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-deep); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--porcelain) 90%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--cobalt);
}
.header-row { display: flex; align-items: center; gap: 1.5rem; padding: 0.7rem 0; }
.wordmark { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; color: var(--cobalt-deep); }
.wordmark-tooth { width: 26px; height: 26px; }
.wordmark-text { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title); letter-spacing: -0.01em; color: var(--cobalt-deep); }
.wordmark-text em { font-style: normal; color: var(--coral); }
.site-nav { display: flex; gap: 1.6rem; margin-left: auto; }
.nav-inner { display: contents; }
.site-nav a { color: var(--text-soft); text-decoration: none; font-weight: 600; font-size: var(--fs-label); position: relative; transition: color 0.2s ease; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 2px; background: var(--coral); transition: right 0.3s var(--ease-out); }
.site-nav a:hover { color: var(--cobalt); }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 0.9rem; }
.lang-switch { display: inline-flex; border: 1.5px solid var(--cobalt); border-radius: 4px; overflow: hidden; }
.lang-btn { border: 0; background: transparent; color: var(--cobalt); font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); padding: 0.4rem 0.75rem; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease; }
.lang-btn.is-active { background: var(--cobalt); color: var(--glaze-white); }
a.lang-btn { text-decoration: none; display: inline-flex; align-items: center; line-height: 1; }
.btn-header { padding: 0.55rem 1.1rem; font-size: var(--fs-small); }
.menu-btn { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; border: 1.5px solid var(--cobalt); border-radius: 4px; background: transparent; cursor: pointer; align-items: center; }
.menu-btn span { display: block; width: 20px; height: 2px; background: var(--cobalt-deep); border-radius: 2px; transition: transform 0.3s var(--ease-out), opacity 0.2s ease; }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* ---------- Reveal system ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.js .reveal { will-change: opacity, transform; }
/* stagger children */
.tile-wall .reveal.in { transition-delay: calc(var(--d, 0) * 80ms); }
.case-grid .reveal.in { transition-delay: calc(var(--d, 0) * 60ms); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1100px 520px at 82% -12%, rgba(30,79,165,0.08), transparent 60%), var(--porcelain); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); align-items: center; gap: clamp(2rem, 5vw, 4rem); padding: clamp(2.6rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-kick { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); letter-spacing: 0.14em; text-transform: uppercase; color: var(--cobalt); animation: rise 0.8s var(--ease-out) both; }
.hero-kick .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 var(--coral); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(196,80,42,0.5); } 70% { box-shadow: 0 0 0 8px rgba(196,80,42,0); } 100% { box-shadow: 0 0 0 0 rgba(196,80,42,0); } }
.hero-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5.4vw, 4.3rem); line-height: 1.0; letter-spacing: -0.015em; text-transform: uppercase; color: var(--cobalt); text-wrap: balance; margin-top: 1rem; animation: rise 0.9s var(--ease-out) 0.08s both; }
.hero-sub { margin-top: 1.3rem; max-width: 33rem; font-size: clamp(1.02rem, 1.3vw, 1.16rem); color: var(--text-soft); animation: rise 0.9s var(--ease-out) 0.18s both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; animation: rise 0.9s var(--ease-out) 0.28s both; }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; color: var(--text-soft); font-size: var(--fs-label); animation: rise 0.9s var(--ease-out) 0.38s both; }
.proof-item { display: inline-flex; align-items: center; gap: 0.5rem; }
.proof-item .ic { color: var(--coral); }
.proof-item strong { color: var(--cobalt-deep); }
.proof-sep { width: 5px; height: 5px; border-radius: 50%; background: var(--line-strong); }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* Before/After slider (signature) */
.hero-ba { justify-self: stretch; animation: rise 1s var(--ease-out) 0.3s both; }
.ba { position: relative; width: 100%; aspect-ratio: 1 / 1; border: 2px solid var(--cobalt); overflow: hidden; user-select: none; box-shadow: var(--shadow-soft); background: var(--cobalt-deep); }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-before-wrap { position: absolute; inset: 0; width: 50%; overflow: hidden; will-change: width; }
.ba-before-wrap img { width: 100%; height: 100%; }
/* keep before image at container width so it doesn't squash */
.ba-before-wrap .ba-before { width: 100cqw; }
.ba { container-type: inline-size; }
.ba-before-wrap .ba-before { width: 100cqi; max-width: none; }
.ba-tag { position: absolute; bottom: 12px; padding: 0.28rem 0.7rem; font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); letter-spacing: 0.1em; color: #fff; }
.ba-tag-before { left: 12px; background: var(--cobalt-deep); }
.ba-tag-after { right: 12px; background: var(--coral); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 0 1px rgba(18,48,95,0.25); }
.ba-handle span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-float); display: grid; place-items: center; }
.ba-handle span::before, .ba-handle span::after { content: ""; position: absolute; width: 8px; height: 12px; background: var(--cobalt); }
.ba-handle span::before { left: 9px; clip-path: polygon(100% 0, 0 50%, 100% 100%); }
.ba-handle span::after { right: 9px; clip-path: polygon(0 0, 100% 50%, 0 100%); }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.hero-ba figcaption { margin-top: 0.9rem; text-align: center; font-size: var(--fs-small); color: var(--text-soft); }

/* İznik tile band */
.tile-band { height: 24px; border-top: 1.5px solid var(--cobalt); border-bottom: 1.5px solid var(--cobalt); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='24' viewBox='0 0 52 24'%3E%3Cg fill='none' stroke='%231E4FA5' stroke-opacity='0.55' stroke-width='1.4'%3E%3Cpath d='M0 12 C 9 2, 17 2, 26 12 S 43 22, 52 12'/%3E%3Ccircle cx='26' cy='6' r='1.7'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: repeat-x; background-position: center; }

/* ---------- Trust strip ---------- */
.trust { background: var(--cobalt); color: var(--glaze-white); }
.trust-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; padding: 1.8rem 0; }
.stat { display: flex; flex-direction: column; gap: 0.1rem; min-width: 120px; }
.stat strong { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-stat); letter-spacing: -0.01em; color: #fff; }
.stat span { font-size: var(--fs-small); color: var(--cobalt-mist); }

/* ---------- Section heads ---------- */
section { scroll-margin-top: 80px; }
.sec-head-center { text-align: center; }
.sec-head-center .section-lead { margin-inline: auto; }
.section-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.05; letter-spacing: -0.01em; text-transform: uppercase; color: var(--cobalt); text-wrap: balance; }
.section-lead { margin-top: 1rem; max-width: 46rem; color: var(--text-soft); font-size: 1.06rem; }

/* ---------- Treatments ---------- */
.treatments { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.tile-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.6rem; }
.tile-frame { position: relative; height: 100%; background: var(--glaze-white); border: 1.5px solid var(--cobalt); padding: 1.8rem 1.6rem 1.6rem; overflow: hidden; transition: background-color 0.25s ease, transform 0.35s var(--ease-out); }
.tile-frame::before { content: ""; position: absolute; top: 0; right: 0; width: 74px; height: 74px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 74'%3E%3Cg fill='none' stroke='%231E4FA5' stroke-opacity='0.3' stroke-width='1.3'%3E%3Cpath d='M74 6 C 48 6, 68 26, 42 26 M74 20 C 58 20, 68 36, 54 36 M68 0 C 68 26, 48 6, 48 32'/%3E%3C/g%3E%3C/svg%3E"); background-size: cover; pointer-events: none; transition: opacity 0.2s ease; }
.tile-frame:hover { background: var(--cobalt); transform: translateY(-4px); }
.tile-frame:hover::before { opacity: 0; }
.tile-frame:hover h3 { color: var(--glaze-white); }
.tile-frame:hover p { color: var(--cobalt-mist); }
.tile-frame:hover .tile-icon { stroke: var(--glaze-white); }
.tile-frame:hover .tile-note { color: var(--coral-soft) !important; }
.tile-icon { width: 46px; height: 46px; fill: none; stroke: var(--cobalt); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 1.1rem; transition: stroke 0.25s ease; }
.tile h3 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title); letter-spacing: -0.005em; text-transform: uppercase; color: var(--cobalt-deep); margin-bottom: 0.55rem; transition: color 0.25s ease; }
.tile h3 a { color: inherit; text-decoration: none; }
.tile h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tile p { color: var(--text-soft); font-size: var(--fs-label); transition: color 0.25s ease; }
.tile-note { margin-top: 0.9rem; font-size: var(--fs-micro) !important; font-weight: 700; color: var(--coral) !important; }
.tile-featured { grid-column: span 2; }
.tile-featured .tile-frame { background: var(--cobalt); padding: 2.1rem 2rem 1.9rem; }
.tile-featured .tile-frame::before { opacity: 0; }
.tile-featured h3 { font-size: var(--fs-title-lg); color: var(--glaze-white); }
.tile-featured p { max-width: 40rem; font-size: var(--fs-body); color: var(--cobalt-mist); }
.tile-featured .tile-icon { stroke: var(--glaze-white); }
.tile-featured .tile-note { color: var(--coral-soft) !important; }
.tile-featured .tile-frame:hover { background: var(--cobalt-deep); }

/* ---------- Cases ---------- */
.cases { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--porcelain-deep); border-top: 1.5px solid var(--line); border-bottom: 1.5px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
.filter { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-small); text-transform: uppercase; letter-spacing: 0.02em; color: var(--cobalt); background: transparent; border: 1.5px solid var(--cobalt); border-radius: 4px; padding: 0.55rem 1.1rem; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease; }
.filter:hover { background: rgba(30,79,165,0.08); }
.filter.is-active { background: var(--cobalt); color: #fff; }
/* Case carousel */
.carousel { position: relative; margin-top: 1.8rem; display: flex; align-items: center; gap: 0.8rem; }
.car-viewport { overflow: hidden; flex: 1; }
.car-track { display: flex; gap: 1.1rem; transition: transform 0.55s var(--ease-out); will-change: transform; }
.case { position: relative; margin: 0; border: 1.5px solid var(--cobalt); overflow: hidden; background: var(--cobalt-deep); flex: 0 0 calc((100% - 2.2rem) / 3); }
.case img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; transition: transform 0.5s var(--ease-out); }
.case:hover img { transform: scale(1.05); }
.case figcaption { position: absolute; left: 0; bottom: 0; }
.case-tag { display: inline-block; background: var(--cobalt); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); letter-spacing: 0.04em; padding: 0.35rem 0.7rem; }
.case.hide { display: none; }
.case-anim { animation: pop 0.5s var(--ease-out) both; }
@keyframes pop { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: none; } }
.car-nav { flex: none; width: 46px; height: 46px; border: 1.5px solid var(--cobalt); background: var(--glaze-white); color: var(--cobalt); border-radius: 4px; cursor: pointer; display: grid; place-items: center; transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease; }
.car-nav svg { width: 22px; height: 22px; }
.car-nav:hover { background: var(--cobalt); color: #fff; }
.car-nav[disabled] { opacity: 0.35; cursor: default; }
.car-nav[disabled]:hover { background: var(--glaze-white); color: var(--cobalt); }
.car-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.4rem; }
.car-dot { width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid var(--cobalt); background: transparent; padding: 0; cursor: pointer; transition: background-color 0.2s ease, transform 0.2s ease; }
.car-dot.is-active { background: var(--cobalt); transform: scale(1.25); }
.case-note { margin-top: 1.4rem; font-size: var(--fs-small); color: var(--text-soft); }

/* ---------- Clinic ---------- */
.clinic { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.clinic-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.clinic-copy p { margin-top: 1.2rem; color: var(--text-soft); max-width: 34rem; }
.clinic-facts { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2rem; padding-top: 1.8rem; border-top: 1.5px solid var(--cobalt); }
.clinic-facts li { display: flex; flex-direction: column; gap: 0.15rem; }
.clinic-facts strong { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-stat); letter-spacing: -0.01em; color: var(--cobalt); }
.clinic-facts span { font-size: var(--fs-small); color: var(--text-soft); }
.maps-link { display: inline-block; margin-top: 1.2rem; color: var(--cobalt); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.contact-map { margin-top: 1.8rem; border: 1.5px solid var(--cobalt); overflow: hidden; line-height: 0; }
.contact-map iframe { width: 100%; height: 300px; display: block; filter: grayscale(0.15); }
.clinic-media { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1rem; }
.clinic-photo { margin: 0; border: 1.5px solid var(--cobalt); overflow: hidden; }
.clinic-photo img, .clinic-photo video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease-out); }
.clinic-photo:hover img { transform: scale(1.04); }
.clinic-photo-main { grid-column: span 2; }
.clinic-photo-main img, .clinic-photo-main video { aspect-ratio: 16 / 10; }
.clinic-media .clinic-photo:not(.clinic-photo-main) img { aspect-ratio: 4 / 5; }

/* ---------- Doctors ---------- */
.doctors { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--porcelain-deep); border-top: 1.5px solid var(--line); border-bottom: 1.5px solid var(--line); }
.doctors-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.doc-video { margin: 0; }
.doc-video video { width: 100%; max-width: 340px; height: auto; aspect-ratio: 3 / 4; object-fit: cover; border: 2px solid var(--cobalt); background: var(--cobalt-deep); display: block; }
.doc-video figcaption { margin-top: 0.8rem; font-size: var(--fs-small); color: var(--text-soft); max-width: 360px; }
.doc-copy p { margin-top: 1rem; color: var(--text-soft); max-width: 38rem; }
.doc-list { list-style: none; margin: 1.8rem 0; display: grid; gap: 1rem; }
.doc-list li { display: flex; flex-direction: column; gap: 0.15rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.doc-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.doc-list strong { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title); color: var(--cobalt); }
.doc-list strong::before { content: "— "; color: var(--coral); }
.doc-list span { font-size: var(--fs-small); color: var(--text-soft); }

/* ---------- International patient care ---------- */
.care { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.6rem; }
.care-item { display: flex; flex-direction: column; gap: 0.4rem; background: var(--glaze-white); border: 1.5px solid var(--cobalt); padding: 1.6rem 1.5rem; transition: transform 0.35s var(--ease-out), background-color 0.25s ease; }
.care-item:hover { transform: translateY(-4px); background: var(--cobalt); }
.care-item svg { width: 34px; height: 34px; fill: none; stroke: var(--cobalt); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 0.5rem; transition: stroke 0.25s ease; }
.care-item strong { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title); text-transform: uppercase; letter-spacing: -0.005em; color: var(--cobalt-deep); transition: color 0.25s ease; }
.care-item span { font-size: var(--fs-small); color: var(--text-soft); transition: color 0.25s ease; }
.care-item:hover svg { stroke: var(--coral-soft); }
.care-item:hover strong { color: #fff; }
.care-item:hover span { color: var(--cobalt-mist); }

/* ---------- People marquee ---------- */
.people { padding: clamp(3rem, 7vw, 5rem) 0; background: var(--cobalt-deep); color: var(--glaze-white); overflow: hidden; }
.people .section-title { color: #fff; }
.people .section-lead { color: var(--cobalt-mist); }
.marquee { margin-top: 2.4rem; display: flex; width: max-content; }
.marquee-track { display: flex; gap: 1rem; padding-right: 1rem; animation: scrollx 48s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img { width: 300px; height: 220px; object-fit: cover; border: 1.5px solid rgba(255,255,255,0.4); flex: none; }
@keyframes scrollx { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ---------- Reviews + award ---------- */
.reviews { padding: clamp(3.5rem, 8vw, 6rem) 0; overflow: hidden; }
.ratings-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 2rem; }
.rating { display: flex; flex-direction: column; align-items: flex-start; gap: 0.3rem; padding: 1.4rem 1.4rem 1.3rem; background: var(--glaze-white); border: 1.5px solid var(--cobalt); text-decoration: none; transition: background-color 0.25s ease, transform 0.35s var(--ease-out); }
.rating:hover { background: var(--cobalt); transform: translateY(-4px); }
.rating-plat { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-small); text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-soft); transition: color 0.25s ease; }
.rating-score { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; line-height: 1; letter-spacing: -0.02em; color: var(--cobalt); transition: color 0.25s ease; }
.rating-stars { color: var(--coral); letter-spacing: 0.12em; font-size: var(--fs-small); transition: color 0.25s ease; }
.rating-stars .half { opacity: 0.4; }
.rating-badge { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); text-transform: uppercase; letter-spacing: 0.04em; color: var(--coral); transition: color 0.25s ease; }
.rating-meta { margin-top: 0.15rem; font-size: var(--fs-micro); color: var(--text-soft); transition: color 0.25s ease; }
.rating:hover .rating-plat, .rating:hover .rating-score, .rating:hover .rating-meta { color: #fff; }
.rating:hover .rating-stars, .rating:hover .rating-badge { color: var(--coral-soft); }
.award-strip { display: flex; align-items: center; gap: 1.4rem; margin-top: 1.1rem; padding: 1.2rem 1.4rem; background: var(--glaze-white); border: 1.5px solid var(--cobalt); }
.award-strip img { width: 84px; height: auto; flex: none; border: 1px solid var(--line); }
.award-text strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title); text-transform: uppercase; letter-spacing: -0.005em; color: var(--cobalt); }
.award-text p { margin-top: 0.3rem; color: var(--text-soft); font-size: var(--fs-small); }
/* Scrolling review marquee */
.rev-marquee { position: relative; margin-top: 1.6rem; display: flex; width: max-content; }
.rev-track { display: flex; gap: 1.1rem; padding-right: 1.1rem; animation: scrollx 80s linear infinite; }
.reviews:hover .rev-track { animation-play-state: paused; }
.rev-card { flex: 0 0 360px; margin: 0; background: var(--glaze-white); border: 1.5px solid var(--cobalt); padding: 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.rev-top { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }
.rev-plat { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); text-transform: uppercase; letter-spacing: 0.03em; color: #fff; background: var(--cobalt); padding: 0.22rem 0.6rem; }
.rev-plat-tp { background: var(--brand-tp); }
.rev-plat-g { background: var(--brand-g); }
.rev-plat-wc { background: var(--cobalt); }
.rev-plat-bd { background: var(--cobalt-deep); }
.rev-stars { color: var(--coral); font-size: var(--fs-small); letter-spacing: 0.14em; }
.rev-card p { color: var(--text); font-size: var(--fs-small); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.rev-card footer { margin-top: auto; padding-top: 0.8rem; border-top: 1px solid var(--line); color: var(--text-soft); font-size: var(--fs-micro); }
.rev-card cite { font-style: normal; font-family: var(--font-display); font-weight: 700; color: var(--cobalt-deep); }
.review-note { margin-top: 1.6rem; font-size: var(--fs-micro); color: var(--text-soft); }

/* ---------- FAQ ---------- */
.faq { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.faq .section-title { margin-bottom: 2.2rem; }
.faq-item { border-bottom: 1.5px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; cursor: pointer; padding: 1.25rem 0.2rem; font-weight: 700; font-size: 1.08rem; color: var(--cobalt-deep); transition: color 0.2s ease; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--cobalt); }
.faq-plus { width: 20px; height: 20px; flex: none; color: var(--coral); transition: transform 0.35s var(--ease-out); }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-item p { padding: 0 2.6rem 1.4rem 0.2rem; color: var(--text-soft); max-width: 62ch; }

/* ---------- Contact ---------- */
.contact { background: radial-gradient(900px 500px at 8% 110%, rgba(196,80,42,0.06), transparent 60%), var(--porcelain); padding: clamp(3.5rem, 8vw, 6rem) 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.contact-info > p { margin-top: 1rem; color: var(--text-soft); max-width: 30rem; }
.contact-lines { font-style: normal; margin-top: 2rem; display: grid; gap: 1.1rem; }
.contact-lines p { display: flex; gap: 0.8rem; align-items: flex-start; }
.contact-lines .ic { color: var(--coral); margin-top: 0.2em; }
.contact-lines a { color: var(--cobalt); font-weight: 700; text-decoration: none; }
.contact-lines a:hover { text-decoration: underline; }
.contact-form { background: var(--glaze-white); border: 1.5px solid var(--cobalt); padding: clamp(1.6rem, 3vw, 2.4rem); display: grid; gap: 1.15rem; box-shadow: var(--shadow-soft); }
.contact-form h3 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title-lg); text-transform: uppercase; letter-spacing: -0.005em; color: var(--cobalt); }
.contact-form label { display: grid; gap: 0.4rem; font-weight: 600; font-size: var(--fs-small); }
.contact-form input, .contact-form select, .contact-form textarea { font-family: var(--font-body); font-size: 1rem; color: var(--text); background: var(--porcelain); border: 1.5px solid var(--line); border-radius: 2px; padding: 0.75rem 0.9rem; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--text-soft); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(30,79,165,0.18); }
.form-note { font-size: var(--fs-micro); font-weight: 400; color: var(--text-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--cobalt-ink); color: var(--cobalt-mist); padding: 3rem 0 2rem; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.2); }
.wordmark-footer { font-size: var(--fs-title); color: var(--glaze-white); }
.wordmark-footer em { color: var(--coral-soft); font-style: normal; }
.footer-addr { margin-top: 0.7rem; font-size: var(--fs-small); max-width: 26rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; }
.footer-nav a { color: var(--cobalt-mist); text-decoration: none; font-size: var(--fs-label); }
.footer-nav a:hover { color: var(--glaze-white); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; font-size: var(--fs-micro); }
.footer-legal p { max-width: 46rem; }
.footer-credit { text-align: center; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.14); font-size: var(--fs-micro); color: var(--cobalt-mist); }
.footer-credit a { color: #fff; font-family: var(--font-display); font-weight: 700; text-decoration: none; letter-spacing: 0.01em; }
.footer-credit a:hover { color: var(--coral-soft); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- WhatsApp FAB ---------- */
.wa-fab { position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 60; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); box-shadow: var(--shadow-float); transition: background-color 0.2s ease, transform 0.25s var(--ease-out); }
.wa-fab::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 color-mix(in srgb, var(--wa) 50%, transparent); animation: fabpulse 3s ease-out infinite; }
@keyframes fabpulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--wa) 50%, transparent); } 70% { box-shadow: 0 0 0 14px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.wa-fab svg { width: 34px; height: 34px; fill: var(--glaze-white); stroke: none; position: relative; }
.wa-fab:hover { background: var(--wa-deep); transform: translateY(-2px); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .tile-wall { grid-template-columns: repeat(2, 1fr); }
  .tile-featured { grid-column: span 2; }
  .case { flex-basis: calc((100% - 1.1rem) / 2); }
  .ratings-grid { grid-template-columns: repeat(2, 1fr); }
  .doctors-grid { grid-template-columns: 1fr; }
  .doc-video video { max-width: 300px; margin-inline: auto; }
  .care-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--glaze-white); max-height: 80vh; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out), visibility 0.3s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; border-bottom: 2px solid var(--cobalt); box-shadow: var(--shadow-soft); }
  .nav-inner { display: flex; flex-direction: column; }
  .site-nav a { padding: 0.95rem 1.4rem; border-top: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .menu-btn { display: inline-flex; }
  .btn-header { display: none; }
  .header-row { gap: 0.7rem; }
  .lang-btn { padding: 0.4rem 0.55rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-ba { order: -1; max-width: 460px; }
  .clinic-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-row { gap: 1.2rem 2rem; }
  .stat strong { font-size: var(--fs-title-lg); }
}
@media (max-width: 620px) {
  body { font-size: 1rem; }
  .tile-wall { grid-template-columns: 1fr; }
  .tile-featured { grid-column: auto; }
  .case { flex-basis: 100%; }
  .care-grid { grid-template-columns: 1fr; }
  .car-nav { width: 40px; height: 40px; }
  .clinic-facts { grid-template-columns: 1fr; gap: 1rem; }
  .clinic-media { grid-template-columns: 1fr; }
  .clinic-photo-main { grid-column: auto; }
  .clinic-media .clinic-photo img, .clinic-photo-main img { aspect-ratio: 16 / 10; }
  .marquee-track img { width: 220px; height: 165px; }
  .rev-card { flex-basis: 290px; }
  .footer-grid, .footer-legal { flex-direction: column; }
  .stat { min-width: 40%; }
}

/* ---------- Blog ---------- */
.blog-hero { background: radial-gradient(1100px 520px at 82% -12%, rgba(30,79,165,0.08), transparent 60%), var(--porcelain); padding: clamp(2.4rem, 5vw, 3.6rem) 0 clamp(2rem, 4vw, 3rem); border-bottom: 2px solid var(--cobalt); }
.blog-kick { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); letter-spacing: 0.14em; text-transform: uppercase; color: var(--coral); }
.blog-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.05; letter-spacing: -0.015em; text-transform: uppercase; color: var(--cobalt); text-wrap: balance; margin-top: 0.6rem; }
.blog-hero p { margin-top: 1rem; max-width: 46rem; color: var(--text-soft); font-size: 1.06rem; }
.blog-list { padding: clamp(3rem, 7vw, 5rem) 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.blog-card { display: flex; flex-direction: column; background: var(--glaze-white); border: 1.5px solid var(--cobalt); text-decoration: none; overflow: hidden; transition: transform 0.35s var(--ease-out); }
.blog-card:hover { transform: translateY(-5px); }
.blog-card-img { aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1.5px solid var(--cobalt); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-out); }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.blog-card-tag { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-micro); text-transform: uppercase; letter-spacing: 0.04em; color: var(--coral); }
.blog-card h2 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title-lg); line-height: 1.12; text-transform: uppercase; letter-spacing: -0.01em; color: var(--cobalt-deep); }
.blog-card p { color: var(--text-soft); font-size: var(--fs-small); }
.blog-card .more { margin-top: auto; font-family: var(--font-display); font-weight: 700; font-size: var(--fs-small); color: var(--cobalt); }

/* Treatment landing hero */
.lp-hero { background: radial-gradient(1100px 520px at 82% -12%, rgba(30,79,165,0.08), transparent 60%), var(--porcelain); border-bottom: 2px solid var(--cobalt); padding: clamp(2.4rem, 6vw, 4.5rem) 0; }
.lp-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.lp-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5.4vw, 4.3rem); line-height: 1.0; letter-spacing: -0.015em; text-transform: uppercase; color: var(--cobalt); text-wrap: balance; margin-top: 0.6rem; }
.lp-hero .lead { margin-top: 1.2rem; max-width: 34rem; color: var(--text-soft); font-size: var(--fs-title); }
.lp-media { margin: 0; border: 2px solid var(--cobalt); overflow: hidden; }
.lp-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; display: block; }
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
@media (max-width: 860px) { .lp-grid { grid-template-columns: 1fr; } .lp-media { order: -1; max-width: 440px; } }

/* Article */
.article { padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 5rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; color: var(--text-soft); font-size: var(--fs-small); margin-bottom: 1.6rem; }
.article-lead { font-size: var(--fs-title); line-height: 1.6; color: var(--cobalt-deep); margin-bottom: 1.8rem; }
.prose { color: var(--text); font-size: var(--fs-body); line-height: 1.75; }
.prose h2 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-stat); line-height: 1.15; text-transform: uppercase; letter-spacing: -0.01em; color: var(--cobalt); margin: 2.4rem 0 0.9rem; }
.prose h3 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title); color: var(--cobalt-deep); margin: 1.8rem 0 0.6rem; }
.prose p { margin-bottom: 1.1rem; }
.prose ul { margin: 0 0 1.2rem 1.2rem; display: grid; gap: 0.5rem; }
.prose li { padding-left: 0.3rem; }
.prose strong { color: var(--cobalt-deep); }
.prose a { color: var(--cobalt); font-weight: 600; text-underline-offset: 3px; }
.article-cta { margin: 2.4rem 0; padding: 1.8rem; background: var(--cobalt); color: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.article-cta strong { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-title-lg); text-transform: uppercase; letter-spacing: -0.01em; }
.article-cta p { color: var(--cobalt-mist); font-size: var(--fs-small); margin-top: 0.2rem; max-width: 30rem; }
.article-cta strong { color: #fff; }
.article-cta a.btn-wa, .prose a.btn-wa { color: #fff; }
.article-back { display: inline-block; margin-top: 2rem; font-family: var(--font-display); font-weight: 700; color: var(--cobalt); text-decoration: none; }
.related { padding: clamp(2.5rem, 6vw, 4rem) 0; background: var(--porcelain-deep); border-top: 1.5px solid var(--line); }

@media (max-width: 1020px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } .article-cta { flex-direction: column; align-items: flex-start; } }

/* ---------- Cookie banner ---------- */
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 80; max-width: 720px; margin-inline: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem 1.4rem; justify-content: space-between; background: var(--glaze-white); border: 1.5px solid var(--cobalt); box-shadow: var(--shadow-float); padding: 1rem 1.2rem; animation: rise 0.5s var(--ease-out) both; }
.cookie-text { font-size: var(--fs-small); color: var(--text-soft); flex: 1 1 300px; }
.cookie-text a { color: var(--cobalt); font-weight: 700; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 0.6rem; flex: none; }
.cookie-btn { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-small); padding: 0.55rem 1.1rem; border-radius: 4px; cursor: pointer; border: 1.5px solid var(--cobalt); transition: background-color 0.2s ease, color 0.2s ease; }
.cookie-decline { background: transparent; color: var(--cobalt); }
.cookie-decline:hover { background: rgba(30,79,165,0.08); }
.cookie-accept { background: var(--cobalt); color: #fff; }
.cookie-accept:hover { background: var(--cobalt-deep); }
@media (max-width: 520px) { .cookie-banner { right: 0.7rem; left: 0.7rem; bottom: 0.7rem; } .cookie-actions { width: 100%; } .cookie-btn { flex: 1; } }

/* ---------- 404 ---------- */
.err-wrap { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: 4rem 0; }
.err-code { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5.4vw, 4.3rem); line-height: 1; color: var(--cobalt); letter-spacing: -0.03em; }
.err-wrap h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.7rem); text-transform: uppercase; color: var(--cobalt-deep); margin: 0.6rem 0 0.8rem; }
.err-wrap p { color: var(--text-soft); max-width: 32rem; margin: 0 auto 1.8rem; }

/* ---------- Legal / privacy ---------- */
.legal { padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 7vw, 5rem); }
.legal .prose h2 { font-size: var(--fs-title-lg); }
.legal .prose h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.7rem); text-transform: uppercase; letter-spacing: -0.01em; color: var(--cobalt); margin-bottom: 0.4rem; }
.legal .updated { color: var(--text-soft); font-size: var(--fs-small); margin-bottom: 1.6rem; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}
