:root {
  --ink: #17201d;
  --muted: #69736f;
  --paper: #f6f1e8;
  --panel: #fffdf8;
  --line: rgba(23, 32, 29, 0.13);
  --green: #24443a;
  --green-2: #10231e;
  --copper: #a66a3a;
  --blue: #284d5a;
  --cream: #fbf7ef;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(23, 32, 29, 0.13);
  --font-body: "Inter", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-arabic: "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-armenian: "Noto Sans Armenian", "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

a[href^="tel"],
a[href^="mailto"] {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

.location-actions {
  display: inline-flex;
  gap: 0.65rem;
  margin-inline-start: 0.65rem;
  vertical-align: middle;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--copper);
  opacity: 0.95;
  text-decoration: none;
}

.icon-link:hover {
  color: var(--copper);
  opacity: 1;
}

.icon-link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--ink);
}

.skip-link:focus {
  top: 1rem;
}

.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;
}

.topbar {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  padding: 0.65rem 1rem;
  color: var(--cream);
  background: var(--green-2);
  font-size: 0.82rem;
  font-weight: 800;
}

.topbar a {
  color: var(--cream);
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 247, 239, 0.9);
  backdrop-filter: blur(18px);
}

[dir="rtl"] body {
  font-family: var(--font-arabic);
}

[lang="hy"] body {
  font-family: var(--font-armenian);
}

.brand {
  display: flex;
  align-items: center;
  min-width: max-content;
  text-decoration: none;
  flex-shrink: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 500;
  white-space: nowrap;
}

.brand small {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.7rem, 2vw, 1.4rem);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green);
}

.language-switcher {
  display: inline-flex;
  gap: 0.2rem;
  padding: 0.22rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
}

.language-switcher button {
  min-height: 2rem;
  padding: 0.35rem 0.72rem;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
}

.language-switcher button[aria-pressed="true"] {
  color: var(--cream);
  background: var(--green);
}

.nav-toggle {
  display: none;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.15rem;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.5fr) minmax(20rem, 0.55fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: stretch;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(16, 35, 30, 0.96), rgba(36, 68, 58, 0.86)),
    url("assets/images/slide4copy.jpg") center / cover;
}

.hero-content {
  align-self: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.locations h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 0.98;
}

[dir="rtl"] .hero h1,
[dir="rtl"] .section h2,
[dir="rtl"] .locations h2,
[dir="rtl"] .brand strong,
[dir="rtl"] .doctor-card strong,
[dir="rtl"] .booking-card h2,
[dir="rtl"] .proof-strip strong,
[dir="rtl"] .problem-grid h3,
[dir="rtl"] .situation-grid h3,
[dir="rtl"] .checklist-grid h3,
[dir="rtl"] .care-card h3,
[dir="rtl"] .journey-grid h3,
[dir="rtl"] .recovery-grid h3,
[dir="rtl"] .safety-grid h3,
[dir="rtl"] .booking-steps-grid h3,
[dir="rtl"] .staff-card h3,
[dir="rtl"] .schedule-card h3,
[dir="rtl"] summary {
  font-family: var(--font-arabic);
  font-weight: 700;
  letter-spacing: 0;
}

[lang="hy"] .hero h1,
[lang="hy"] .section h2,
[lang="hy"] .locations h2,
[lang="hy"] .brand strong,
[lang="hy"] .doctor-card strong,
[lang="hy"] .booking-card h2,
[lang="hy"] .proof-strip strong,
[lang="hy"] .problem-grid h3,
[lang="hy"] .situation-grid h3,
[lang="hy"] .checklist-grid h3,
[lang="hy"] .care-card h3,
[lang="hy"] .journey-grid h3,
[lang="hy"] .recovery-grid h3,
[lang="hy"] .safety-grid h3,
[lang="hy"] .booking-steps-grid h3,
[lang="hy"] .staff-card h3,
[lang="hy"] .schedule-card h3,
[lang="hy"] summary {
  font-family: var(--font-armenian);
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7vw, 7.3rem);
}

.hero p {
  max-width: 43rem;
  color: rgba(251, 247, 239, 0.76);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  color: white;
  background: var(--copper);
}

.button.secondary {
  color: var(--cream);
  border: 1px solid rgba(251, 247, 239, 0.28);
  background: rgba(251, 247, 239, 0.08);
}

.doctor-card,
.booking-card {
  margin: 0;
  border: 1px solid rgba(251, 247, 239, 0.18);
  background: rgba(251, 247, 239, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.doctor-card {
  align-self: center;
  padding: 0.8rem;
}

.doctor-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 52% 24%;
}

.doctor-card figcaption {
  padding: 1rem 0.25rem 0.25rem;
}

.doctor-card strong,
.doctor-card span {
  display: block;
}

.doctor-card strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}

.doctor-card span {
  margin-top: 0.25rem;
  color: rgba(251, 247, 239, 0.66);
}

.booking-card {
  align-self: center;
  padding: 1.25rem;
}

.booking-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.booking-card p {
  color: rgba(251, 247, 239, 0.72);
}

.booking-card dl,
.schedule-card dl {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0;
}

.booking-card dl div,
.schedule-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(251, 247, 239, 0.2);
}

[dir="rtl"] .booking-card dl div,
[dir="rtl"] .schedule-card dl div {
  text-align: right;
}

.booking-card dt,
.schedule-card dt {
  font-weight: 900;
}

.booking-card dd,
.schedule-card dd {
  margin: 0;
}

.booking-card a {
  display: block;
  margin-top: 0.55rem;
  color: var(--cream);
  font-weight: 900;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.proof-strip div {
  padding: 2rem clamp(1rem, 3vw, 3rem);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip span {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-strip strong {
  display: block;
  margin: 0.8rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
}

.proof-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.section,
.locations {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1rem, 4vw, 4rem);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.7fr);
  gap: clamp(1.2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: 2.3rem;
}

.section-intro h2 {
  line-height: 1.18;
}

.section-intro p {
  line-height: 2.15;
  margin-top: 0.8rem;
}

[dir="rtl"] .section-intro h2 {
  line-height: 1.36;
}

[dir="rtl"] .section-intro p {
  line-height: 2.25;
}

.section h2,
.locations h2 {
  max-width: 15ch;
  font-size: clamp(2.2rem, 4.6vw, 5rem);
}

.section p {
  color: var(--muted);
  line-height: 1.75;
}

.problem-grid,
.situation-grid,
.checklist-grid,
.care-grid,
.journey-grid,
.recovery-grid,
.safety-grid,
.booking-steps-grid,
.location-grid {
  display: grid;
  gap: 1rem;
}

.problem-grid,
.situation-grid,
.recovery-grid,
.booking-steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.checklist-grid,
.safety-grid {
  grid-template-columns: repeat(2, 1fr);
}

.care-grid {
  grid-template-columns: repeat(3, 1fr);
}

.journey-grid {
  grid-template-columns: repeat(3, 1fr);
}

.problem-grid article,
.situation-grid article,
.checklist-grid article,
.care-card,
.journey-grid article,
.recovery-grid article,
.safety-grid article,
.booking-steps-grid article,
.staff-card,
.schedule-card,
details {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.problem-grid article,
.situation-grid article,
.checklist-grid article,
.care-card,
.journey-grid article,
.recovery-grid article,
.safety-grid article,
.booking-steps-grid article {
  min-height: 100%;
  padding: 1.35rem;
}

.problem-grid h3,
.situation-grid h3,
.checklist-grid h3,
.care-card h3,
.journey-grid h3,
.recovery-grid h3,
.safety-grid h3,
.booking-steps-grid h3,
.staff-card h3,
.schedule-card h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}

.situation-grid span,
.booking-steps-grid span {
  display: block;
  margin-bottom: 1.1rem;
  color: var(--copper);
  font-family: var(--font-display);
  font-size: 2rem;
}

.checklist-grid ul {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.75;
}

[dir="rtl"] .checklist-grid ul {
  padding-left: 0;
  padding-right: 1.2rem;
}

.care-card img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  margin-bottom: 1rem;
}

.care-card.dark {
  color: var(--cream);
  background: linear-gradient(135deg, var(--green-2), var(--blue));
}

.care-card.dark p {
  color: rgba(251, 247, 239, 0.72);
}

.journey-section {
  color: var(--cream);
  background: var(--green-2);
}

.first-visit-section,
.recovery-section,
.booking-steps-section {
  background: var(--cream);
}

.journey-section .section h2,
.journey-section h2 {
  color: var(--cream);
}

.journey-section .section-intro p {
  color: rgba(251, 247, 239, 0.68);
}

.journey-grid article {
  background: rgba(251, 247, 239, 0.08);
  border-color: rgba(251, 247, 239, 0.16);
}

.journey-grid span {
  display: block;
  margin-bottom: 1.1rem;
  color: var(--copper);
  font-family: var(--font-display);
  font-size: 2rem;
}

.recovery-grid article {
  border-top: 4px solid var(--copper);
}

.recovery-grid span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.25rem 0.55rem;
  color: var(--cream);
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-grid h3 {
  color: var(--cream);
}

.journey-grid p {
  color: rgba(251, 247, 239, 0.72);
}

.safety-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 5vw, 5rem);
  background: var(--panel);
}

.about-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.55fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: start;
}

.staff-card,
.schedule-card {
  padding: 1.25rem;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.staff-card img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  margin-bottom: 1rem;
}

.staff-card strong,
.staff-card a {
  display: block;
}

.staff-card a,
.schedule-card a,
.locations a,
.site-footer a {
  color: var(--copper);
  font-weight: 900;
}

.faq-section {
  background: var(--cream);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  counter-reset: faq;
}

details {
  overflow: hidden;
  counter-increment: faq;
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.25rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--copper);
  font-family: var(--font-body);
  font-weight: 900;
}

.faq-list summary::before {
  content: counter(faq, decimal-leading-zero);
  display: inline-flex;
  min-width: 2.4rem;
  margin-inline-end: 0.75rem;
  color: var(--copper);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

[dir="rtl"] summary::after {
  float: left;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
}

.contact-actions .button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--panel);
}

.schedule-card dl div {
  border-bottom-color: var(--line);
}

.schedule-card p {
  margin: 0.55rem 0;
}

.locations {
  color: var(--cream);
  background: var(--green-2);
}

.locations h2 {
  color: var(--cream);
  margin-bottom: 2rem;
}

.location-grid {
  grid-template-columns: repeat(5, 1fr);
}

.location-grid article {
  min-height: 13rem;
  padding: 1.2rem;
  border: 1px solid rgba(251, 247, 239, 0.16);
  background: rgba(251, 247, 239, 0.07);
}

.location-grid h3 {
  color: var(--cream);
}

.location-grid p {
  color: rgba(251, 247, 239, 0.68);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 4vw, 4rem);
  color: rgba(251, 247, 239, 0.72);
  background: #08120f;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 1rem;
}

[dir="rtl"] .brand,
[dir="rtl"] .topbar,
[dir="rtl"] .hero-actions,
[dir="rtl"] .contact-actions,
[dir="rtl"] .site-footer,
[dir="rtl"] .site-footer div {
  direction: rtl;
}

[dir="rtl"] .section-intro,
[dir="rtl"] .hero-content,
[dir="rtl"] .booking-card,
[dir="rtl"] .doctor-card,
[dir="rtl"] .proof-strip,
[dir="rtl"] .situation-grid,
[dir="rtl"] .problem-grid,
[dir="rtl"] .checklist-grid,
[dir="rtl"] .care-grid,
[dir="rtl"] .journey-grid,
[dir="rtl"] .recovery-grid,
[dir="rtl"] .safety-section,
[dir="rtl"] .booking-steps-grid,
[dir="rtl"] .about-section,
[dir="rtl"] .contact-section,
[dir="rtl"] .locations {
  text-align: right;
}

@media (max-width: 1180px) {
  .hero,
  .section-intro,
  .safety-section,
  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .doctor-card,
  .booking-card {
    max-width: 34rem;
  }

  .problem-grid,
  .situation-grid,
  .journey-grid,
  .recovery-grid,
  .booking-steps-grid,
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip,
  .checklist-grid,
  .care-grid,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .topbar {
    flex-wrap: wrap;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.5rem);
    display: none;
    padding: 0.75rem;
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.8rem;
  }

  .language-switcher {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-inline-start: 0;
  }

  .problem-grid,
  .situation-grid,
  .journey-grid,
  .recovery-grid,
  .booking-steps-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand {
    min-width: max-content;
  }

  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .site-footer {
    display: block;
  }

  .site-footer div {
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }
}
