﻿/* =============================================================
   ד״ר קובי כהן — מערכת עיצוב
   ערכות נושא מתחלפות — ברירת מחדל: אמרלד וזהב
   ============================================================= */

:root {
  --ink: #26332C;
  --deep: #1E4634;
  --deep-2: #17382A;
  --deep-3: #102A1F;
  --deep-rgb: 30, 70, 52;
  --sage: #75836F;
  --gold: #B18E4E;
  --gold-rgb: 177, 142, 78;
  --gold-soft: #E5D3AC;
  --gold-soft-rgb: 229, 211, 172;
  --cream: #FAF7F0;
  --cream-rgb: 250, 247, 240;
  --cream-2: #F2EDE1;
  --tint-0: #FDFBF6;
  --tint-a: #F8F3E8;
  --tint-b: #EFE7D6;
  --body: #47554B;
  --muted: #66756A;
  --placeholder: #B7C0B5;
  --white: #FFFFFF;

  --font-serif: "Frank Ruhl Libre", "David", serif;
  --font-sans: "Assistant", "Segoe UI", sans-serif;

  --radius: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 12px rgba(var(--deep-rgb), .05);
  --shadow-md: 0 12px 40px rgba(var(--deep-rgb), .09);
  --shadow-lg: 0 24px 70px rgba(var(--deep-rgb), .13);
  --ease: cubic-bezier(.22, 1, .36, 1);

  --container: 1200px;
  --header-h: 84px;
}

/* ---------- ערכות נושא ---------- */
[data-theme="blush"] {
  --ink: #46333C; --deep: #7A2E4F; --deep-2: #63253F; --deep-3: #4C1C31; --deep-rgb: 122, 46, 79;
  --sage: #A28B95; --gold: #B27A90; --gold-rgb: 178, 122, 144; --gold-soft: #EAD3DC; --gold-soft-rgb: 234, 211, 220;
  --cream: #FBF6F3; --cream-rgb: 251, 246, 243; --cream-2: #F7ECE8;
  --tint-0: #FDFAF8; --tint-a: #F9EEEA; --tint-b: #F4E2DF;
  --body: #5D4350; --muted: #77626C; --placeholder: #C9B0BB;
}

[data-theme="navy"] {
  --ink: #28313D; --deep: #1F3E63; --deep-2: #183350; --deep-3: #12273E; --deep-rgb: 31, 62, 99;
  --sage: #7C8794; --gold: #C0A268; --gold-rgb: 192, 162, 104; --gold-soft: #E9DBB9; --gold-soft-rgb: 233, 219, 185;
  --cream: #F8F7F3; --cream-rgb: 248, 247, 243; --cream-2: #EFEDE6;
  --tint-0: #FCFBF8; --tint-a: #F5F2EA; --tint-b: #E9E6DA;
  --body: #45505C; --muted: #67717D; --placeholder: #B3BCC6;
}

[data-theme="teal"] {
  --ink: #263B3A; --deep: #135B5C; --deep-2: #0F4A4B; --deep-3: #0B3839; --deep-rgb: 19, 91, 92;
  --sage: #6F8886; --gold: #C68A5E; --gold-rgb: 198, 138, 94; --gold-soft: #EED9C4; --gold-soft-rgb: 238, 217, 196;
  --cream: #F9F7F2; --cream-rgb: 249, 247, 242; --cream-2: #EFEDE4;
  --tint-0: #FCFAF6; --tint-a: #F3F1E8; --tint-b: #E7E7DB;
  --body: #3F5654; --muted: #5F7472; --placeholder: #AFC2BE;
}

[data-theme="plum"] {
  --ink: #3B2B3C; --deep: #55305B; --deep-2: #452549; --deep-3: #351B38; --deep-rgb: 85, 48, 91;
  --sage: #93818F; --gold: #C79A6B; --gold-rgb: 199, 154, 107; --gold-soft: #EBD9C2; --gold-soft-rgb: 235, 217, 194;
  --cream: #FAF6F4; --cream-rgb: 250, 246, 244; --cream-2: #F3EAE9;
  --tint-0: #FCF9F7; --tint-a: #F6EEF0; --tint-b: #ECDFE3;
  --body: #55424F; --muted: #756273; --placeholder: #C4B0C0;
}

[data-theme="terracotta"] {
  --ink: #42322B; --deep: #9C4F33; --deep-2: #82402A; --deep-3: #663221; --deep-rgb: 156, 79, 51;
  --sage: #96837A; --gold: #BF8F5F; --gold-rgb: 191, 143, 95; --gold-soft: #EDD9C1; --gold-soft-rgb: 237, 217, 193;
  --cream: #FBF6F0; --cream-rgb: 251, 246, 240; --cream-2: #F5EBE1;
  --tint-0: #FDF9F4; --tint-a: #F8EFE6; --tint-b: #EFDFD2;
  --body: #5B473E; --muted: #7B6A61; --placeholder: #C9B5A9;
}

[data-theme="charcoal"] {
  --ink: #31353D; --deep: #3E4450; --deep-2: #333945; --deep-3: #282D37; --deep-rgb: 62, 68, 80;
  --sage: #8A8B92; --gold: #B2788C; --gold-rgb: 178, 120, 140; --gold-soft: #E8CFD8; --gold-soft-rgb: 232, 207, 216;
  --cream: #F8F7F6; --cream-rgb: 248, 247, 246; --cream-2: #EFEEEC;
  --tint-0: #FBFAF9; --tint-a: #F4F2F1; --tint-b: #E9E6E5;
  --body: #4B4E55; --muted: #6E7178; --placeholder: #BCBEC4;
}

[data-theme="sagegreen"] {
  --ink: #333D2E; --deep: #5E7153; --deep-2: #4D5D44; --deep-3: #3C4935; --deep-rgb: 94, 113, 83;
  --sage: #7E8878; --gold: #B99256; --gold-rgb: 185, 146, 86; --gold-soft: #E7D8B8; --gold-soft-rgb: 231, 216, 184;
  --cream: #F9F8F1; --cream-rgb: 249, 248, 241; --cream-2: #F0EFE3;
  --tint-0: #FCFBF6; --tint-a: #F4F3E8; --tint-b: #E8E8D8;
  --body: #4C5646; --muted: #6D7765; --placeholder: #B9C1AE;
}

[data-theme="chocolate"] {
  --ink: #3E2E25; --deep: #5C3A2A; --deep-2: #4A2F22; --deep-3: #38241A; --deep-rgb: 92, 58, 42;
  --sage: #97897C; --gold: #C09A66; --gold-rgb: 192, 154, 102; --gold-soft: #EADBBF; --gold-soft-rgb: 234, 219, 191;
  --cream: #FAF6EF; --cream-rgb: 250, 246, 239; --cream-2: #F3EBDF;
  --tint-0: #FCF9F4; --tint-a: #F6EFE4; --tint-b: #EBDFCE;
  --body: #57453A; --muted: #77655A; --placeholder: #C6B5A5;
}

[data-theme="wine"] {
  --ink: #402C34; --deep: #6E1F3B; --deep-2: #591931; --deep-3: #431325; --deep-rgb: 110, 31, 59;
  --sage: #97828A; --gold: #C6A14F; --gold-rgb: 198, 161, 79; --gold-soft: #EBDCAE; --gold-soft-rgb: 235, 220, 174;
  --cream: #FAF6F2; --cream-rgb: 250, 246, 242; --cream-2: #F4EAE6;
  --tint-0: #FCF9F6; --tint-a: #F7EEEA; --tint-b: #EEDEDA;
  --body: #5A424C; --muted: #7A626C; --placeholder: #C8AEB8;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: inline-block; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(80px, 10vw, 140px); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -60px; right: 16px; z-index: 300;
  background: var(--deep); color: var(--white); padding: 10px 20px;
  border-radius: 8px; transition: top .3s;
}
.skip-link:focus { top: 12px; }

::selection { background: var(--gold-soft); color: var(--ink); }

/* ---------- Typography ---------- */
h1, h2, h3, h4, blockquote { font-family: var(--font-serif); font-weight: 600; line-height: 1.25; }

.section__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 700; letter-spacing: .18em;
  color: var(--gold); text-transform: uppercase; margin-bottom: 18px;
}
.section__eyebrow::before {
  content: ""; width: 34px; height: 1.5px; background: var(--gold); display: inline-block;
}
.section__eyebrow--light { color: var(--gold); }
.section__eyebrow--light::before { background: var(--gold); }

.section__title {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700; color: var(--deep); letter-spacing: -.01em;
}
.section__title em { font-style: normal; color: var(--gold); position: relative; }
.section__title--light { color: var(--deep-2); }
.section__title--light em { color: var(--gold); }

.section__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px; margin-bottom: clamp(44px, 6vw, 72px); flex-wrap: wrap;
}
.section__head--center { flex-direction: column; align-items: center; text-align: center; }
.section__desc { max-width: 420px; color: var(--sage); font-size: 17.5px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 100px;
  font-weight: 600; font-size: 15.5px; line-height: 1;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s, border-color .3s;
  white-space: nowrap; border: 1.5px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: 17px 34px; font-size: 16.5px; }
.btn--block { width: 100%; }

.btn--primary { background: var(--deep); color: var(--cream); box-shadow: 0 8px 24px rgba(var(--deep-rgb),.25); }
.btn--primary:hover { background: var(--deep-2); box-shadow: 0 14px 34px rgba(var(--deep-rgb),.32); }

.btn--gold { background: var(--deep); color: #fff; box-shadow: 0 8px 24px rgba(var(--deep-rgb),.22); }
.btn--gold:hover { background: var(--deep-2); box-shadow: 0 14px 34px rgba(var(--deep-rgb),.3); }

.btn--outline { border-color: rgba(var(--deep-rgb),.3); color: var(--deep); background: transparent; }
.btn--outline:hover { border-color: var(--deep); background: rgba(var(--deep-rgb),.05); }

.btn--outline-light { border-color: rgba(var(--deep-rgb),.3); color: var(--deep); }
.btn--outline-light:hover { border-color: var(--deep); background: rgba(var(--deep-rgb),.05); }

.btn--ghost { color: var(--deep); font-weight: 700; padding-inline: 14px; }
.btn--ghost:hover { color: var(--gold); }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--cream);
  display: grid; place-items: center;
  transition: opacity .7s var(--ease), visibility .7s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__mark { text-align: center; }
.preloader__initial {
  font-family: var(--font-serif); font-size: 56px; font-weight: 700;
  color: var(--deep); display: block;
  animation: preloaderPulse 1.4s var(--ease) infinite alternate;
}
.preloader__line {
  display: block; width: 120px; height: 2px; margin: 18px auto 0;
  background: rgba(var(--gold-rgb),.25); position: relative; overflow: hidden; border-radius: 2px;
}
.preloader__line::after {
  content: ""; position: absolute; inset: 0; background: var(--gold);
  transform: translateX(100%); animation: preloaderBar 1.2s var(--ease) infinite;
}
@keyframes preloaderPulse { from { opacity: .55; } to { opacity: 1; } }
@keyframes preloaderBar { to { transform: translateX(-100%); } }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; right: 0; left: 0; z-index: 200;
  height: var(--header-h);
  transition: background .4s, box-shadow .4s, height .4s;
}
.header.is-scrolled {
  background: rgba(var(--cream-rgb),.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(var(--deep-rgb),.08), var(--shadow-sm);
  height: 70px;
}
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--white); color: var(--deep);
  border: 1px solid rgba(var(--deep-rgb),.18);
  display: grid; place-items: center;
  font-family: var(--font-serif); font-weight: 700; font-size: 19px;
  box-shadow: 0 4px 14px rgba(var(--deep-rgb),.1);
  transition: transform .35s var(--ease);
}
.brand:hover .brand__mark { transform: rotate(-6deg) scale(1.05); }
.brand__text { display: flex; flex-direction: column; line-height: 1.25; }
.brand__text strong { font-family: var(--font-serif); font-size: 17.5px; color: var(--deep); font-weight: 700; }
.brand__text small { font-size: 12px; color: var(--sage); letter-spacing: .04em; }

.nav { display: flex; gap: 6px; }
.nav__link {
  padding: 9px 15px; border-radius: 100px; font-weight: 600; font-size: 15.5px;
  color: var(--deep); transition: background .3s, color .3s; position: relative;
}
.nav__link:hover { background: rgba(var(--deep-rgb),.07); }
.nav__link.is-active { color: var(--gold); }

.header__actions { display: flex; align-items: center; gap: 14px; }

.header__phones { display: flex; flex-direction: column; gap: 3px; }
.header__phones a {
  display: flex; align-items: baseline; gap: 7px;
  font-size: 13.5px; font-weight: 700; color: var(--deep);
  line-height: 1.15; white-space: nowrap;
  font-variant-numeric: tabular-nums;
  transition: color .3s;
}
.header__phones a:hover { color: var(--gold); }
.header__phones a span {
  font-size: 11.5px; font-weight: 600; color: var(--sage);
  min-width: 44px;
}

.burger { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5.5px; z-index: 260; }
.burger span { width: 24px; height: 2px; background: var(--deep); border-radius: 2px; transition: transform .4s var(--ease), opacity .3s, background .3s; }
.burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.burger.is-open span { background: var(--deep); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 250;
  background: linear-gradient(160deg, var(--cream) 0%, var(--tint-b) 100%);
  display: flex; flex-direction: column; justify-content: center; gap: 48px;
  padding: 100px 32px 48px;
  opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility .45s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu__nav { display: flex; flex-direction: column; gap: 6px; }
.mobile-menu__nav a {
  font-family: var(--font-serif); font-size: 32px; font-weight: 600; color: var(--deep-2);
  padding: 8px 0; border-bottom: 1px solid rgba(var(--deep-rgb),.1);
  transform: translateY(18px); opacity: 0; transition: transform .5s var(--ease), opacity .5s, color .3s;
}
.mobile-menu.is-open .mobile-menu__nav a { transform: none; opacity: 1; }
.mobile-menu__nav a:nth-child(1) { transition-delay: .08s; }
.mobile-menu__nav a:nth-child(2) { transition-delay: .14s; }
.mobile-menu__nav a:nth-child(3) { transition-delay: .2s; }
.mobile-menu__nav a:nth-child(4) { transition-delay: .26s; }
.mobile-menu__nav a:nth-child(5) { transition-delay: .32s; }
.mobile-menu__nav a:hover { color: var(--gold); }
.mobile-menu__cta { display: flex; flex-direction: column; gap: 12px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  padding-top: calc(var(--header-h) + 24px); padding-bottom: 80px;
  background: linear-gradient(165deg, var(--tint-0) 0%, var(--cream) 45%, var(--tint-b) 100%);
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .4; }
.hero__blob--1 {
  width: 620px; height: 620px; top: -180px; left: -140px;
  background: radial-gradient(circle, rgba(var(--gold-rgb),.22), transparent 65%);
  animation: blobFloat 14s ease-in-out infinite alternate;
}
.hero__blob--2 {
  width: 520px; height: 520px; bottom: -160px; right: -100px;
  background: radial-gradient(circle, rgba(var(--gold-soft-rgb),.55), transparent 65%);
  animation: blobFloat 17s ease-in-out infinite alternate-reverse;
}
@keyframes blobFloat { from { transform: translate(0,0) scale(1); } to { transform: translate(40px, 30px) scale(1.08); } }
.hero__grain {
  position: absolute; inset: 0; opacity: .35; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero__inner {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 6vw, 90px); align-items: center; width: 100%;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(var(--deep-rgb),.06); border: 1px solid rgba(var(--deep-rgb),.12);
  padding: 9px 18px; border-radius: 100px;
  font-size: 14px; font-weight: 700; color: var(--deep); margin-bottom: 30px;
}
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(var(--gold-rgb),.25); animation: dotPulse 2.2s infinite; }
@keyframes dotPulse { 0%,100% { box-shadow: 0 0 0 3px rgba(var(--gold-rgb),.3); } 50% { box-shadow: 0 0 0 7px rgba(var(--gold-rgb),.08); } }

.hero__title {
  font-size: clamp(44px, 6.6vw, 84px); font-weight: 900;
  color: var(--ink); line-height: 1.12; letter-spacing: -.015em;
  margin-bottom: 28px;
}
.hero__line { display: block; overflow: hidden; }
.hero__line span { display: inline-block; transform: translateY(110%); animation: lineUp 1s var(--ease) forwards; }
.hero__line:nth-child(1) span { animation-delay: .15s; }
.hero__line:nth-child(2) span { animation-delay: .28s; }
.hero__line:nth-child(3) span { animation-delay: .41s; }
@keyframes lineUp { to { transform: none; } }
.hero__line--accent span { color: var(--deep); }

.hero__lead { max-width: 520px; font-size: clamp(17px, 1.5vw, 19.5px); color: var(--body); margin-bottom: 36px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 34px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.hero__badges li {
  position: relative; padding-right: 20px; font-size: 14.5px; font-weight: 600; color: var(--sage);
}
.hero__badges li::before {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 9px; height: 9px; border-radius: 3px; background: var(--gold); rotate: 45deg;
}

/* Hero visual card */
.hero__visual { display: flex; justify-content: center; }
.hero__card {
  width: min(420px, 100%);
  background: var(--white);
  border: 1px solid rgba(var(--deep-rgb),.08);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 3.5vw, 48px);
  box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.hero__card::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(var(--gold-soft-rgb),.5), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(var(--gold-soft-rgb),.35), transparent 40%);
}
.hero__photo {
  position: relative; margin-bottom: 34px;
}
.hero__photo img {
  display: block; width: 100%; height: auto;
  border-radius: 24px;
  border: 1px solid rgba(var(--deep-rgb),.1);
  box-shadow: 0 14px 40px rgba(var(--deep-rgb),.14);
}
.hero__photo::before {
  content: ""; position: absolute; inset: -9px;
  border: 1.5px solid rgba(var(--gold-rgb),.4);
  border-radius: 31px; pointer-events: none;
}
.hero__photo-seal {
  position: absolute; bottom: -18px; left: -10px; z-index: 2;
  width: 112px; height: 112px; border-radius: 50%;
  background: rgba(var(--cream-rgb),.96);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(var(--deep-rgb),.14);
  box-shadow: 0 10px 26px rgba(var(--deep-rgb),.16);
  display: grid; place-items: center;
}
.hero__seal {
  position: absolute; inset: 5px;
  width: calc(100% - 10px); height: calc(100% - 10px);
  color: var(--deep);
}
.hero__seal-inner {
  position: relative; display: flex; flex-direction: column;
  align-items: center; gap: 2px; color: var(--gold);
}
.hero__seal-inner b {
  font-size: 12px; font-weight: 700; color: var(--deep);
  letter-spacing: .03em; line-height: 1; white-space: nowrap;
}
.hero__card-stats { position: relative; display: grid; gap: 20px; }
.stat { display: flex; align-items: baseline; gap: 16px; padding-top: 20px; border-top: 1px solid rgba(var(--deep-rgb),.1); }
.stat__num {
  font-family: var(--font-serif); font-size: 42px; font-weight: 700; color: var(--deep);
  min-width: 74px; line-height: 1;
}
.stat__num--text { font-size: 30px; }
.stat__label { color: var(--sage); font-size: 15px; line-height: 1.45; }

.hero__scroll {
  position: absolute; bottom: 26px; right: 50%; transform: translateX(50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--sage); font-size: 12px; letter-spacing: .2em; font-weight: 600;
}
.hero__scroll-line { width: 1.5px; height: 44px; background: rgba(var(--deep-rgb),.2); position: relative; overflow: hidden; }
.hero__scroll-line::after {
  content: ""; position: absolute; inset: 0; background: var(--gold);
  transform: translateY(-100%); animation: scrollHint 2s var(--ease) infinite;
}
@keyframes scrollHint { 40% { transform: translateY(0); } 100% { transform: translateY(100%); } }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--tint-b); padding-block: 20px; overflow: hidden;
  border-block: 1px solid rgba(var(--deep-rgb),.08);
}
.marquee__track {
  display: flex; align-items: center; gap: 34px; width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee__track span {
  font-family: var(--font-serif); font-size: 19px; font-weight: 500;
  color: var(--deep-2); white-space: nowrap; opacity: .9;
}
.marquee__track i { color: var(--gold); font-style: normal; font-size: 13px; }
@keyframes marquee { to { transform: translateX(50%); } }

/* ---------- About ---------- */
.about { background: var(--cream); }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 110px); align-items: start; }
.about__sticky { position: sticky; top: calc(var(--header-h) + 32px); }
.about__intro { color: var(--body); font-size: 18px; margin: 22px 0 26px; max-width: 420px; }

.about__photo { margin: 0 0 28px; max-width: 340px; }
.about__photo img {
  display: block; width: 100%; height: auto;
  border-radius: 20px;
  border: 1px solid rgba(var(--deep-rgb),.1);
  box-shadow: var(--shadow-md);
}
.about__photo figcaption {
  margin-top: 12px; font-size: 13.5px; color: var(--sage);
  padding-right: 14px; border-right: 2px solid var(--gold);
}

.about__content { display: grid; gap: 14px; }
.about__item {
  display: flex; gap: 26px; align-items: flex-start;
  background: var(--white); border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(var(--deep-rgb),.06);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.about__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.about__num {
  font-family: var(--font-serif); font-size: 15px; font-weight: 700;
  color: var(--gold); border: 1px solid rgba(var(--gold-rgb),.4);
  width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center;
}
.about__item h3 { font-size: 21px; color: var(--deep); margin-bottom: 8px; }
.about__item p { color: var(--body); font-size: 16px; }

/* ---------- Quote band ---------- */
.quote-band {
  background: linear-gradient(150deg, var(--tint-a) 0%, var(--tint-b) 100%);
  padding-block: clamp(70px, 9vw, 120px);
  position: relative; overflow: hidden; text-align: center;
}
.quote-band::before {
  content: "״"; position: absolute; top: -40px; right: 8%;
  font-family: var(--font-serif); font-size: 340px; color: rgba(var(--gold-rgb),.14); line-height: 1;
}
.quote-band__text {
  font-size: clamp(28px, 4.2vw, 50px); font-weight: 600; color: var(--ink);
  line-height: 1.4; position: relative;
}
.quote-band__text em { font-style: normal; color: var(--deep); }

/* ---------- Services ---------- */
.services { background: var(--cream-2); }
.services__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.service-card {
  background: var(--white); border-radius: var(--radius);
  padding: 32px 26px 28px;
  border: 1px solid rgba(var(--deep-rgb),.07);
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.service-card::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.service-card:hover::after { transform: scaleX(1); }
.service-card__icon {
  width: 60px; height: 60px; border-radius: 18px;
  background: linear-gradient(145deg, rgba(var(--deep-rgb),.06), rgba(var(--gold-rgb),.12));
  color: var(--deep); display: grid; place-items: center; margin-bottom: 22px;
  transition: background .4s, color .4s, transform .5s var(--ease);
}
.service-card__icon svg { width: 28px; height: 28px; }
.service-card:hover .service-card__icon { background: var(--deep); color: var(--gold-soft); transform: rotate(-5deg) scale(1.06); }
.service-card h3 { font-size: 19.5px; color: var(--deep); margin-bottom: 10px; line-height: 1.35; }
.service-card p { color: var(--body); font-size: 15px; flex: 1; margin-bottom: 20px; }
.service-card__more {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14.5px; font-weight: 700; color: var(--gold);
}
.service-card__more svg { transition: transform .35s var(--ease); }
.service-card:hover .service-card__more svg { transform: translateX(-5px); }

/* ---------- Approach ---------- */
.approach { background: var(--cream); }
.approach__steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  counter-reset: step;
}
.approach__step {
  position: relative; padding: 36px 26px 30px;
  background: var(--white); border-radius: var(--radius);
  border: 1px solid rgba(var(--deep-rgb),.07);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.approach__step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.approach__step-num {
  font-family: var(--font-serif); font-size: 60px; font-weight: 700;
  background: linear-gradient(160deg, rgba(var(--gold-rgb),.85), rgba(var(--gold-rgb),.25));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; display: block; margin-bottom: 18px;
}
.approach__step h3 { font-size: 20px; color: var(--deep); margin-bottom: 10px; }
.approach__step p { color: var(--body); font-size: 15px; }

/* ---------- Clinics ---------- */
.clinics { background: var(--cream-2); }
.clinics__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.clinic-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(var(--deep-rgb),.07); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 26px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.clinic-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.clinic-card__city {
  display: inline-block; align-self: flex-start;
  background: rgba(var(--gold-rgb),.14); color: var(--deep);
  padding: 6px 16px; border-radius: 100px;
  font-size: 13.5px; font-weight: 700; letter-spacing: .06em; margin-bottom: 14px;
}
.clinic-card__head h3 { font-size: 27px; color: var(--deep); margin-bottom: 8px; }
.clinic-card__addr { color: var(--sage); font-size: 16px; }
.clinic-card__hours { width: 100%; border-collapse: collapse; }
.clinic-card__hours th, .clinic-card__hours td {
  padding: 11px 4px; text-align: right; font-size: 15.5px;
  border-bottom: 1px dashed rgba(var(--deep-rgb),.12);
}
.clinic-card__hours th { font-weight: 700; color: var(--deep); width: 40%; }
.clinic-card__hours td { color: var(--body); font-variant-numeric: tabular-nums; direction: ltr; }
.clinic-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.clinics__note {
  margin-top: 34px; text-align: center; color: var(--sage); font-size: 14.5px;
  padding: 16px 24px; background: rgba(255,255,255,.6);
  border: 1px dashed rgba(var(--deep-rgb),.15); border-radius: 14px;
}

/* ---------- FAQ ---------- */
.faq { background: var(--cream); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 6vw, 90px); align-items: start; }
.faq__side { position: sticky; top: calc(var(--header-h) + 32px); }
.faq__side .section__desc { margin: 20px 0 28px; }
.faq__list { display: grid; gap: 12px; }
.faq__item {
  background: var(--white); border-radius: 18px;
  border: 1px solid rgba(var(--deep-rgb),.08);
  overflow: hidden; transition: box-shadow .35s;
}
.faq__item[open] { box-shadow: var(--shadow-sm); border-color: rgba(var(--gold-rgb),.4); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 26px; cursor: pointer; list-style: none;
  font-family: var(--font-serif); font-size: 18.5px; font-weight: 600; color: var(--deep);
  transition: color .3s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--gold); }
.faq__icon { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 14px; height: 2px; background: var(--gold); border-radius: 2px;
  transform: translate(-50%, -50%); transition: transform .4s var(--ease);
}
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__answer { padding: 0 26px 24px; }
.faq__answer p { color: var(--body); font-size: 16px; }

/* ---------- Contact ---------- */
.contact {
  background:
    radial-gradient(circle at 12% 15%, rgba(var(--gold-soft-rgb),.5), transparent 42%),
    radial-gradient(circle at 90% 90%, rgba(var(--gold-soft-rgb),.4), transparent 45%),
    linear-gradient(155deg, var(--tint-a) 0%, var(--tint-b) 100%);
  position: relative; overflow: hidden;
}
.contact__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 6vw, 90px); align-items: center; }
.contact__desc { color: var(--muted); font-size: 18px; max-width: 460px; margin: 22px 0 34px; }
.contact__channels { display: grid; gap: 12px; max-width: 440px; }
.contact__channel {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 24px; border-radius: 16px;
  background: var(--white); border: 1px solid rgba(var(--deep-rgb),.1);
  box-shadow: var(--shadow-sm);
  transition: background .3s, border-color .3s, transform .35s var(--ease);
}
.contact__channel:hover { border-color: rgba(var(--gold-rgb),.55); transform: translateX(-4px); }
.contact__channel-label { color: var(--sage); font-size: 14.5px; }
.contact__channel-value {
  font-family: var(--font-serif); font-size: 21px; font-weight: 700; color: var(--deep);
  direction: ltr; font-variant-numeric: tabular-nums;
  white-space: nowrap; flex-shrink: 0;
}

.contact__form {
  background: var(--white); border-radius: var(--radius-lg);
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(var(--deep-rgb),.08);
  box-shadow: var(--shadow-lg);
}
.contact__form h3 { font-size: 24px; color: var(--deep); margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14.5px; font-weight: 700; color: var(--deep); margin-bottom: 7px; }
.field input, .field select {
  width: 100%; padding: 14px 18px; border-radius: 13px;
  border: 1.5px solid rgba(var(--deep-rgb),.16); background: var(--white);
  font: inherit; color: var(--ink);
  transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(var(--gold-rgb),.18);
}
.field input::placeholder { color: var(--placeholder); }
.contact__form-note { margin-top: 16px; font-size: 13px; color: var(--sage); text-align: center; }
.contact__form-success {
  margin-top: 16px; padding: 14px 18px; border-radius: 12px; text-align: center;
  background: rgba(31,175,98,.12); color: #147A44; font-weight: 700; font-size: 15px;
}
.contact__form-error {
  margin-top: 16px; padding: 14px 18px; border-radius: 12px; text-align: center;
  background: rgba(196,64,64,.1); color: #A33333; font-weight: 700; font-size: 14px;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--tint-b); color: var(--muted);
  border-top: 1px solid rgba(var(--deep-rgb),.08);
  padding: clamp(56px, 7vw, 90px) 0 0;
}
.footer__top {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 5vw, 80px); padding-bottom: 56px;
}
.footer__logo { font-family: var(--font-serif); font-size: 26px; font-weight: 700; color: var(--deep-2); margin-bottom: 10px; }
.footer__tag { font-size: 15px; max-width: 300px; }
.footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer__nav h4 { color: var(--deep); font-size: 15.5px; margin-bottom: 16px; letter-spacing: .04em; }
.footer__nav a { display: block; padding: 5px 0; font-size: 15px; transition: color .3s, transform .3s var(--ease); }
.footer__nav a:hover { color: var(--deep); transform: translateX(-4px); }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid rgba(var(--deep-rgb),.1); padding-block: 24px; font-size: 13.5px;
}
.footer__disclaimer { color: var(--sage); }

/* ---------- Floating actions ---------- */
.action-bar {
  position: fixed; bottom: 0; right: 0; left: 0; z-index: 180;
  display: none; grid-template-columns: 1fr 1fr 1.3fr;
  background: rgba(255,253,252,.97);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(var(--deep-rgb),.1);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
  box-shadow: 0 -8px 30px rgba(var(--deep-rgb),.1);
}
.action-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  padding: 8px 4px; border-radius: 12px;
  color: var(--deep); font-size: 12px; font-weight: 700;
  background: rgba(var(--deep-rgb),.06);
}
.action-bar__cta {
  background: var(--deep) !important;
  color: #fff !important; font-size: 14.5px !important;
}

/* ---------- Theme switcher ---------- */
.theme-switcher { position: fixed; bottom: 24px; left: 24px; z-index: 210; }
.theme-switcher__toggle {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--deep); color: var(--cream);
  display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(var(--deep-rgb), .35);
  transition: transform .35s var(--ease);
}
.theme-switcher__toggle:hover { transform: scale(1.08) rotate(-8deg); }
.theme-switcher__panel {
  position: absolute; bottom: 64px; left: 0;
  width: 228px; padding: 16px;
  background: var(--white); border: 1px solid rgba(var(--deep-rgb), .12);
  border-radius: 18px; box-shadow: 0 18px 50px rgba(var(--deep-rgb), .2);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
}
.theme-switcher.is-open .theme-switcher__panel { opacity: 1; visibility: visible; transform: none; }
.theme-switcher__panel p {
  font-size: 13px; font-weight: 700; color: var(--sage);
  letter-spacing: .08em; margin-bottom: 10px; text-align: center;
}
.theme-opt {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 8px 10px; border-radius: 10px;
  font-size: 14.5px; font-weight: 600; color: var(--ink); text-align: right;
  transition: background .25s;
}
.theme-opt:hover { background: rgba(var(--deep-rgb), .06); }
.theme-opt.is-active { background: rgba(var(--deep-rgb), .1); }
.theme-opt__dot {
  width: 22px; height: 22px; border-radius: 50%; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--c1) 50%, var(--c2) 50%);
  border: 2px solid var(--white); box-shadow: 0 0 0 1px rgba(0,0,0,.12);
}
.theme-opt.is-active .theme-opt__dot { box-shadow: 0 0 0 2px var(--deep); }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* מצב בדיקות ללא אנימציות (?noanim) */
.no-anim *, .no-anim *::before, .no-anim *::after { animation: none !important; transition: none !important; }
.no-anim .preloader { display: none !important; }
.no-anim .reveal { opacity: 1 !important; transform: none !important; }
.no-anim .hero__line span { transform: none !important; }
.no-anim .hero { min-height: auto; }
html.no-anim { scroll-behavior: auto; }

/* ---------- Service inner pages ---------- */
.page-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(var(--gold-soft-rgb),.5), transparent 45%),
    linear-gradient(155deg, var(--tint-a) 0%, var(--tint-b) 100%);
  padding: calc(var(--header-h) + clamp(56px, 8vw, 100px)) 0 clamp(56px, 8vw, 90px);
  color: var(--ink);
  border-bottom: 1px solid rgba(var(--deep-rgb),.07);
}
.page-hero .breadcrumbs { display: flex; gap: 8px; font-size: 14px; color: var(--sage); margin-bottom: 22px; flex-wrap: wrap; }
.page-hero .breadcrumbs a:hover { color: var(--deep); }
.page-hero h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 700; margin-bottom: 18px; color: var(--ink); }
.page-hero h1 em { font-style: normal; color: var(--deep); }
.page-hero__lead { max-width: 640px; font-size: 18.5px; color: var(--muted); }

.page-body { background: var(--cream); }
.page-body__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 5vw, 80px); align-items: start; }
.page-content h2 { font-size: clamp(24px, 2.6vw, 32px); color: var(--deep); margin: 40px 0 16px; }
.page-content h2:first-child { margin-top: 0; }
.page-content p { color: var(--body); margin-bottom: 16px; font-size: 17px; }
.page-content ul { display: grid; gap: 12px; margin: 20px 0 28px; }
.page-content ul li {
  position: relative; padding: 16px 52px 16px 20px;
  background: var(--white); border-radius: 14px;
  border: 1px solid rgba(var(--deep-rgb),.08); color: var(--body); font-size: 16px;
}
.page-content ul li::before {
  content: ""; position: absolute; right: 20px; top: 22px;
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(var(--gold-rgb),.2);
  box-shadow: inset 0 0 0 4.5px var(--gold);
}
.page-aside { position: sticky; top: calc(var(--header-h) + 28px); display: grid; gap: 18px; }
.aside-card {
  background: var(--white); border-radius: var(--radius);
  border: 1px solid rgba(var(--deep-rgb),.08); box-shadow: var(--shadow-sm);
  padding: 30px 28px;
}
.aside-card--dark {
  background: linear-gradient(160deg, var(--tint-a), var(--tint-b));
  border: 1px solid rgba(var(--deep-rgb),.1); color: var(--ink);
}
.aside-card__photo {
  width: 88px; height: 88px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--white); box-shadow: 0 6px 18px rgba(var(--deep-rgb),.18);
  margin-bottom: 14px;
}
.aside-card h3 { font-size: 21px; color: var(--deep); margin-bottom: 10px; }
.aside-card--dark h3 { color: var(--deep-2); }
.aside-card p { font-size: 15px; color: var(--body); margin-bottom: 20px; }
.aside-card--dark p { color: var(--muted); }
.aside-card .btn { width: 100%; margin-bottom: 10px; }
.aside-card .btn:last-child { margin-bottom: 0; }
.aside-links { display: grid; gap: 4px; }
.aside-links a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 14px; border-radius: 10px; font-size: 15px; font-weight: 600; color: var(--deep);
  transition: background .3s, color .3s;
}
.aside-links a:hover { background: rgba(var(--gold-rgb),.12); color: var(--deep); }
.aside-links a::after { content: "‹"; color: var(--gold); font-size: 18px; }

.page-cta { background: var(--cream-2); text-align: center; }
.page-cta h2 { font-size: clamp(28px, 3.6vw, 44px); color: var(--deep); margin-bottom: 14px; }
.page-cta h2 em { font-style: normal; color: var(--gold); }
.page-cta p { color: var(--sage); max-width: 520px; margin: 0 auto 30px; font-size: 17.5px; }
.page-cta__btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .approach__steps { grid-template-columns: repeat(2, 1fr); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { order: 2; margin-top: 44px; }
  .hero { min-height: auto; padding-bottom: 90px; }
  .footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .burger { display: flex; }
  .header__phones { display: none; }
  .about__grid, .faq__grid, .contact__inner, .page-body__grid { grid-template-columns: 1fr; }
  .about__sticky, .faq__side, .page-aside { position: static; }
  .clinics__grid { grid-template-columns: 1fr; }
  .section__head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  :root { --header-h: 70px; }
  .header__actions .btn--primary { display: none; }
  .services__grid, .approach__steps { grid-template-columns: 1fr; }
  .hero__cta .btn { flex: 1 1 100%; }
  .action-bar { display: grid; }
  .theme-switcher { bottom: calc(84px + env(safe-area-inset-bottom)); left: 14px; }
  .footer { padding-bottom: 88px; }
  .footer__nav { grid-template-columns: 1fr 1fr; }
  .footer__bottom { padding-bottom: 20px; }
  .contact { padding-bottom: 120px; }
  .quote-band::before { font-size: 200px; }
}
