/* آراز دید نورا — Araz Did Nora
   Stormy teal and pearl aqua medical art direction. Single file for fewer requests. */

:root {
  --pink-50: #edf6f9;
  --pink-100: #ffddd2;
  --pink-200: #83c5be;
  --pink-300: #e29578;
  --lavender: #83c5be;
  --sky: #edf6f9;
  --sky-2: #83c5be;
  --teal: #006d77;
  --teal-ink: #0a2f33;
  --sage: #83c5be;
  --ice: #edf6f9;
  --rose: #e29578;
  --rose-hover: #c97a5c;
  --address: #ffc4a8;
  --address-hover: #ffe0d0;
  --address-strong: #b54428;
  --btn: #006d77;
  --btn-hover: #00555d;
  --white: #ffffff;
  --line: rgba(16, 36, 40, 0.16);
  --line-soft: rgba(16, 36, 40, 0.1);
  --shadow: 0 18px 50px rgba(16, 36, 40, 0.12);
  --radius: 18px;
  --topbar-h: 54px;
  --header-h: 76px;
  --chrome-h: calc(var(--topbar-h) + var(--header-h));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Vazirmatn", "Outfit", system-ui, sans-serif;
  --max: 1180px;
  --muted: #3a5558;
}

html[lang="en"] {
  --font: "Outfit", "Vazirmatn", system-ui, sans-serif;
}

/* Preview: Estedad on the Persian homepage only */
html[lang="fa"] body.font-estedad {
  --font: "Estedad", "Vazirmatn", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--teal-ink);
  background: var(--pink-50);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--btn);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--teal);
  color: var(--white);
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
}

.skip-link:focus {
  top: 0.75rem;
}

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

/* ——— Sticky glass chrome + living hero ——— */

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 80;
}

.topbar {
  height: var(--topbar-h);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(131, 197, 190, 0.1), transparent 58%),
    rgba(16, 36, 40, 0.58);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(131, 197, 190, 0.18);
}

.topbar-inner {
  width: min(var(--max), calc(100% - 2.5rem));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.topbar-place {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  max-width: min(42rem, 58%);
  padding-block: 0.18rem;
  padding-inline-start: 0.22rem;
  padding-inline-end: 0.7rem;
  border-radius: 999px;
  transition: background 0.25s var(--ease);
}

.topbar-place:hover,
.topbar-place:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.topbar-pin {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.28), transparent 55%),
    rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}

.topbar-place:hover .topbar-pin {
  transform: translateY(-1px);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.4), transparent 55%),
    rgba(255, 255, 255, 0.22);
}

.topbar-pin svg {
  width: 16px;
  height: 16px;
}

.topbar-place-copy {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
  line-height: 1.2;
}

.topbar-place-label {
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

html[lang="en"] .topbar-place-label {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-place-full,
.topbar-place-short {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.topbar-place-short {
  display: none;
}

.topbar-aside {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.topbar-phones {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-inline-end: 0.85rem;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.16);
}

.topbar-phones-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  opacity: 0.95;
}

.topbar-phones-icon svg {
  width: 14px;
  height: 14px;
}

.topbar .topbar-phones a,
.topbar .topbar-phones a[href^="tel:"]:not(.btn) {
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
}

.topbar .topbar-phones a:hover,
.topbar .topbar-phones a:focus-visible,
.topbar .topbar-phones a[href^="tel:"]:not(.btn):hover,
.topbar .topbar-phones a[href^="tel:"]:not(.btn):focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
}

.topbar-socials {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.topbar-socials a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.topbar-socials a:hover,
.topbar-socials a:focus-visible {
  background: var(--btn);
  transform: translateY(-1px);
}

.topbar-socials svg {
  width: 14px;
  height: 14px;
}

.site-header,
.glass-header {
  padding: 0.65rem 1.25rem 0.75rem;
  position: relative;
  transition: padding 0.35s var(--ease);
}

.site-chrome.is-scrolled .glass-header {
  padding-block: 0.45rem 0.55rem;
}

.site-chrome.is-scrolled .topbar {
  background: rgba(16, 36, 40, 0.72);
}

/* Unified frosted glass header bar */
.glass-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: min(var(--max), 100%);
  margin-inline: auto;
  min-height: 58px;
  padding: 0.35rem 0.45rem 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(237, 246, 249, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(22px) saturate(165%);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  box-shadow:
    0 12px 36px rgba(16, 36, 40, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition:
    background 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
}

.site-chrome.is-scrolled .glass-bar {
  background: rgba(237, 246, 249, 0.72);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 14px 40px rgba(16, 36, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
  color: var(--teal-ink);
  padding-inline: 0.25rem 0.2rem;
}

.logo-icon {
  width: auto;
  height: 44px;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
  filter: none;
}

.logo-text {
  display: flex;
  align-items: center;
  line-height: 1;
}

.logo-name {
  display: flex;
  align-items: center;
  height: 44px;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  padding-top: 0.1em;
}

html[lang="en"] .logo-name {
  padding-top: 0;
}

html[lang="en"] .logo-name,
html[lang="en"] .logo-name-full {
  font-weight: 500;
  letter-spacing: 0.06em;
}

.logo-tag {
  display: none;
}

/* ——— Tubelight navbar ——— */

.tubelight-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.tubelight-pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.18rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(16, 36, 40, 0.08);
}

.tubelight-item {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(16, 36, 40, 0.72);
  white-space: nowrap;
  transition: color 0.25s var(--ease);
}

.tubelight-item:hover {
  color: var(--btn);
}

.tubelight-item.is-active {
  color: var(--btn);
  background: rgba(131, 197, 190, 0.35);
}

.tubelight-icon {
  display: none;
  width: 18px;
  height: 18px;
}

.tubelight-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tubelight-lamp {
  position: absolute;
  top: 0.18rem;
  left: 0;
  height: calc(100% - 0.36rem);
  border-radius: 999px;
  background: rgba(0, 109, 119, 0.06);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1),
    width 0.45s cubic-bezier(0.34, 1.4, 0.64, 1),
    opacity 0.25s var(--ease);
  will-change: transform, width;
}

.tubelight-lamp.is-ready {
  opacity: 1;
}

.tubelight-glow {
  position: absolute;
  top: -0.35rem;
  left: 50%;
  width: 2rem;
  height: 0.28rem;
  transform: translateX(-50%);
  border-radius: 999px 999px 0 0;
  background: var(--btn);
  box-shadow:
    0 0 12px rgba(0, 109, 119, 0.55),
    0 0 22px rgba(0, 109, 119, 0.28);
}

.tubelight-glow::before,
.tubelight-glow::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px;
  background: rgba(0, 109, 119, 0.22);
  filter: blur(8px);
  transform: translateX(-50%);
}

.tubelight-glow::before {
  width: 3rem;
  height: 1.4rem;
  top: -0.55rem;
}

.tubelight-glow::after {
  width: 1.5rem;
  height: 1rem;
  top: -0.2rem;
  filter: blur(4px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.lang-switch {
  display: flex;
  gap: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-inline: 0.15rem;
}

.lang-switch a,
.lang-switch span {
  padding: 0.15rem 0.28rem;
  color: var(--muted);
}

.lang-switch [aria-current="true"] {
  color: var(--teal-ink);
}

.search-toggle {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(16, 36, 40, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  color: var(--teal-ink);
  cursor: pointer;
  transition:
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    color 0.25s var(--ease),
    transform 0.25s var(--ease);
}

.search-toggle svg {
  width: 16px;
  height: 16px;
}

.search-toggle:hover {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(16, 36, 40, 0.2);
  color: var(--btn);
  transform: translateY(-1px);
}

.logo-name-full {
  display: none;
}

@media (min-width: 721px) {
  .menu-toggle,
  .mobile-drawer {
    display: none;
  }
}

.btn-header {
  flex-shrink: 0;
}

.btn-label-short {
  display: none;
}

/* Glass CTA with SVG comet (animateMotion — seamless loop) */
.btn-beam {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  padding: 1.5px;
  border-radius: 12px;
  overflow: visible;
  isolation: isolate;
  text-decoration: none;
  color: var(--white);
  background: transparent;
  box-shadow: none;
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

.btn-beam:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.btn-beam:hover .btn-beam-inner {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.04) 40%, transparent 40%),
    rgba(0, 85, 93, 0.78);
  color: var(--white);
  border-color: rgba(237, 246, 249, 0.55);
}

.btn-beam-ring {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.btn-beam-track {
  fill: none;
  stroke: none;
  stroke-opacity: 0;
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.btn-beam-ring stop:nth-child(1) {
  stop-color: rgba(220, 38, 38, 0);
}

.btn-beam-ring stop:nth-child(2) {
  stop-color: rgba(239, 68, 68, 0.55);
}

.btn-beam-ring stop:nth-child(3) {
  stop-color: rgba(255, 80, 80, 0.98);
}

.btn-beam-comet ellipse:nth-of-type(2) {
  fill: rgba(255, 170, 170, 0.7);
}

.btn-beam-comet circle {
  fill: #ff3b3b;
}

.btn-beam-inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.32rem 0.78rem;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.06) 42%, transparent 42%),
    rgba(0, 109, 119, 0.5);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(237, 246, 249, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 47, 51, 0.2);
  color: var(--white);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition:
    background 0.28s var(--ease),
    color 0.28s var(--ease),
    border-color 0.28s var(--ease);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid var(--btn);
  background: var(--btn);
  color: var(--white);
  min-height: 44px;
  padding: 0.45rem 1.15rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 109, 119, 0.28);
}

.btn:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-solid {
  background: var(--btn);
  color: var(--white);
  border-color: var(--btn);
}

.btn-solid:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover);
}

.btn-light {
  background: var(--white);
  color: var(--teal-ink);
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-light:hover {
  background: var(--pink-50);
  border-color: var(--white);
  color: var(--teal);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn-rose {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--white);
}

/* Consultation CTAs — rose fill, keep other .btn actions teal */
a.btn[href="contact.html"] {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(226, 149, 120, 0.32);
}

a.btn[href="contact.html"]:hover,
a.btn[href="contact.html"]:focus-visible {
  background: var(--rose-hover);
  border-color: var(--rose-hover);
  color: var(--white);
}

a[href^="tel:"]:not(.btn):not(.contact-channel) {
  color: var(--address-strong);
}

.hero {
  min-height: 100svh;
  display: grid;
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--chrome-h) * -1);
  padding-top: var(--chrome-h);
  color: var(--teal-ink);
  background:
    radial-gradient(ellipse 62% 50% at 58% 42%, rgba(237, 246, 249, 0.48) 0%, transparent 58%),
    radial-gradient(circle at 14% 88%, rgba(255, 221, 210, 0.34), transparent 44%),
    radial-gradient(circle at 92% 10%, rgba(226, 149, 120, 0.16), transparent 40%),
    linear-gradient(165deg, #83c5be 0%, #9fd4ce 48%, #83c5be 100%);
  box-shadow:
    inset 0 -90px 140px rgba(0, 109, 119, 0.12),
    inset 0 60px 100px rgba(255, 255, 255, 0.22);
}

.hero-atmosphere {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-atmosphere .vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 55% 42%, transparent 42%, rgba(0, 109, 119, 0.08) 100%);
}

.hero-body {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0.75rem 1.75rem 2.5rem;
  position: relative;
  z-index: 2;
  min-height: calc(100svh - var(--chrome-h));
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.25rem 0 2rem;
  max-width: 28rem;
  position: relative;
  z-index: 3;
  justify-self: start;
}

.hero-actions {
  margin: 0.2rem 0 0;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.15rem, 4.6vw, 3.85rem);
  line-height: 1.34;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.hero-title .w-strong {
  display: block;
  color: var(--teal-ink);
}

.hero-title .w-light {
  display: block;
  font-weight: 650;
  color: var(--teal-ink);
}

/* Persian hero: keep the two intended lines; Estedad + Latin tracking made it wrap into a stack. */
html[lang="fa"] .hero-copy {
  max-width: 38rem;
}

html[lang="fa"] .hero-title {
  font-size: clamp(2rem, 4.1vw, 3.35rem);
  line-height: 1.42;
  letter-spacing: 0;
  font-weight: 700;
}

html[lang="fa"] .hero-title .w-strong,
html[lang="fa"] .hero-title .w-light {
  white-space: nowrap;
}

html[lang="fa"] .hero-title .w-light {
  font-weight: 550;
}

.hero-visual {
  position: absolute;
  left: 50%;
  top: calc(50% + (var(--chrome-h) * 0.2));
  transform: translate(-50%, -50%);
  width: min(430px, 34vw);
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 1;
}

.hero-visual .glow {
  position: absolute;
  width: 80%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(131, 197, 190, 0.52) 34%, rgba(255, 221, 210, 0.22) 58%, transparent 72%);
  filter: blur(22px);
  z-index: 0;
  animation: glow-breathe 8s ease-in-out infinite;
}

@keyframes glow-breathe {
  0%,
  100% {
    opacity: 0.78;
  }
  50% {
    opacity: 1;
  }
}

.hero-visual .floor-shadow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 62%;
  height: 32px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(10, 47, 51, 0.22) 0%, transparent 72%);
  filter: blur(9px);
  z-index: 0;
  pointer-events: none;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
  filter: drop-shadow(0 22px 18px rgba(10, 47, 51, 0.16));
  pointer-events: auto;
}

/* Inner pages keep the same sticky glass chrome.
   Homepage .hero already paints behind the floating header — leave it unchanged.
   Other first canvases bleed up so the glass pill sits on the page, not on a separate strip. */
main > :first-child:not(.hero) {
  margin-top: calc(var(--chrome-h) * -1);
  border-top: var(--chrome-h) solid transparent;
  background-origin: border-box;
  background-clip: border-box;
}

.page-hero {
  background:
    radial-gradient(ellipse 50% 80% at 80% 0%, rgba(131, 197, 190, 0.35), transparent 60%),
    linear-gradient(180deg, #83c5be 0%, #edf6f9 100%);
  padding: 3.2rem 0 2.6rem;
  border-bottom: 1px solid var(--line-soft);
}

.page-hero h1 {
  margin: 0.35rem 0 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--btn);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.82rem;
  margin: 0 0 0.8rem;
  font-weight: 600;
  color: var(--rose);
  opacity: 1;
}

.breadcrumb a {
  color: var(--rose);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--rose-hover);
  text-decoration: underline;
}

/* ——— Sections ——— */

.section {
  padding: 5.25rem 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 640px;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.4rem;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin: 0.3rem 0 0.7rem;
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.section-head p {
  margin: 0;
  color: var(--muted, #4d6e72);
}

.about {
  background: var(--white);
}

.about--atelier {
  background:
    radial-gradient(ellipse 52% 68% at 92% 28%, rgba(255, 221, 210, 0.7), transparent 62%),
    radial-gradient(circle at 8% 88%, rgba(0, 109, 119, 0.1), transparent 48%),
    var(--ice);
}

.about-atelier {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16.5rem, 0.8fr);
  gap: 2.4rem 2.8rem;
  align-items: center;
}

.about-stage {
  display: flex;
  align-items: center;
  min-width: 0;
}

.about-iris {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: min(19.5rem, 46%);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--sage);
  box-shadow:
    0 0 0 6px var(--white),
    0 24px 60px rgba(10, 47, 51, 0.18);
}

.about-iris img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 38%;
  transition: transform 0.45s var(--ease);
}

.about-iris:hover img,
.about-iris:focus-within img {
  transform: scale(1.04);
}

.about-manifesto {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
  margin-inline-start: -4.75rem;
  padding: 2rem 2.1rem 1.85rem;
  padding-inline-start: 5.6rem;
  border-radius: 1.5rem;
  color: var(--teal-ink);
  background: var(--white);
  border: 1px solid rgba(0, 109, 119, 0.14);
  box-shadow: 0 22px 48px rgba(10, 47, 51, 0.14);
}

.about--atelier .eyebrow {
  color: var(--rose);
}

.about-manifesto h2 {
  margin: 0.3rem 0 0.7rem;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.about-manifesto p {
  margin: 0;
  color: var(--teal-ink);
  font-size: 0.98rem;
  line-height: 1.75;
}

.about-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal);
  transition: color 0.2s var(--ease), transform 0.2s var(--ease);
}

.about-more svg {
  width: 1.05rem;
  height: 1.05rem;
}

.about-more:hover,
.about-more:focus-visible {
  color: var(--rose);
}

.about-more:hover svg,
.about-more:focus-visible svg {
  transform: translateX(3px);
}

html[dir="rtl"] .about-more:hover svg,
html[dir="rtl"] .about-more:focus-visible svg {
  transform: translateX(-3px);
}

.about-crafts {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
}

.about-crafts::before {
  content: "";
  position: absolute;
  inset-inline-start: 1.2rem;
  top: 1.55rem;
  bottom: 1.55rem;
  width: 1px;
  background: rgba(0, 109, 119, 0.28);
}

.about-craft {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1rem 1.15rem;
  align-items: start;
  padding: 1.05rem 0;
}

.about-craft + .about-craft {
  border-top: 1px solid rgba(0, 109, 119, 0.14);
}

.about-craft-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12px;
  color: var(--white);
  background: var(--teal);
  border: 1px solid transparent;
}

.about-craft-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.about-craft-copy h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--teal-ink);
}

.about-craft-copy p {
  margin: 0;
  font-size: 0.92rem;
  color: #24484c;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.pillar {
  padding: 1.5rem 1.35rem 1.6rem;
  border-top: 1px solid var(--line);
}

.pillar svg {
  width: 36px;
  height: 36px;
  color: var(--teal);
  margin-bottom: 1rem;
}

.pillar h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.pillar p {
  margin: 0;
  font-size: 0.92rem;
  color: #4d6e72;
}

.director {
  background:
    linear-gradient(180deg, var(--ice), var(--pink-50));
}

.director-profile {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 58rem;
  margin-inline: auto;
}

.director-portrait-wrap {
  position: relative;
  flex-shrink: 0;
  width: min(29.375rem, 46vw);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, #83c5be, #ffddd2 52%, #e29578);
  box-shadow: 0 24px 60px rgba(16, 36, 40, 0.14);
}

.director-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.director-portrait-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.director-portrait-placeholder .portrait-mark {
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.55);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.director-card {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  margin-inline-start: -5rem;
  padding: 2rem 2.1rem;
  border-radius: 1.5rem;
  color: var(--white);
  background: linear-gradient(155deg, var(--teal-ink) 0%, #0d3539 58%, var(--teal) 100%);
  box-shadow: var(--shadow);
}

.director-card-eyebrow {
  color: var(--pink-200);
  margin-bottom: 0.35rem;
}

.director-card h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--white);
}

.director-card-role {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(131, 197, 190, 0.88);
}

.director-card-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.director-creds {
  margin: 1.25rem 0 1.6rem;
}

.director-creds li {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.director-card-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
}

.director-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.director-social {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--teal-ink);
  transition:
    transform 0.2s var(--ease),
    background 0.2s var(--ease);
}

.director-social svg {
  width: 1.15rem;
  height: 1.15rem;
}

.director-social:hover {
  background: var(--pink-100);
  transform: scale(1.05);
}

.director-frame {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 50% 40%, #83c5be, #ffddd2 55%, #e29578);
}

.director-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  padding: 0;
  filter: none;
}

.director-portrait--photo {
  min-height: 420px;
}

.director-frame figcaption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1rem 1.1rem;
  background: linear-gradient(transparent, rgba(11, 61, 66, 0.55));
  color: var(--white);
  font-size: 0.85rem;
}

.director-portrait {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.director-portrait .portrait-mark {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.55);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

/* ——— Doctor dossier ——— */

.doctor-hero {
  position: relative;
  overflow: hidden;
}

.doctor-hero::after {
  content: "";
  position: absolute;
  inset-inline-end: -4rem;
  top: -3rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  border: 1px solid rgba(16, 36, 40, 0.12);
  box-shadow:
    inset 0 0 0 2.4rem rgba(255, 255, 255, 0.28),
    inset 0 0 0 2.55rem rgba(16, 36, 40, 0.08);
  pointer-events: none;
}

.doctor-hero-role {
  margin: 0.65rem 0 0;
  max-width: 36rem;
  color: var(--muted);
  font-weight: 600;
}

.doctor-dossier {
  padding: 0 0 4.5rem;
  background:
    linear-gradient(180deg, transparent, var(--ice) 38%, var(--pink-50));
}

.doctor-dossier-grid {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  max-width: 64rem;
  margin-inline: auto;
  margin-top: -1.5rem;
}

.doctor-shot {
  position: relative;
  z-index: 2;
  flex: 0 0 min(21.5rem, 38%);
  margin: 0;
}

.doctor-shot-frame {
  aspect-ratio: 4 / 5;
  border-radius: 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, #83c5be, #ffddd2 52%, #e29578);
  box-shadow: 0 24px 60px rgba(16, 36, 40, 0.14);
}

.doctor-shot img,
.doctor-shot-frame .director-portrait-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.doctor-license {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  width: calc(100% - 1.6rem);
  margin: -1.15rem auto 0;
  padding: 0.75rem 1rem;
  border-radius: 0.9rem;
  color: var(--white);
  background: linear-gradient(155deg, var(--teal-ink) 0%, #0d3539 70%);
  box-shadow: 0 12px 28px rgba(16, 36, 40, 0.22);
}

.doctor-license span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink-200);
}

.doctor-license strong {
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.1em;
}

.doctor-identity {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding: 2rem 2.1rem 1.7rem;
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid var(--line-soft);
}

.doctor-lead {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.8;
}

.doctor-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.doctor-stats li {
  display: grid;
  gap: 0.1rem;
  padding: 0.55rem 0.2rem;
  text-align: center;
  border-inline-start: 1px solid var(--line-soft);
}

.doctor-stats li:first-child {
  border-inline-start: 0;
}

.doctor-stats strong {
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: var(--teal);
}

.doctor-stats span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}

.doctor-clinic-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 44px;
  padding: 1rem 1.15rem;
  border-radius: 1.1rem;
  color: var(--white);
  background: linear-gradient(155deg, var(--teal-ink) 0%, #0d3539 58%, var(--teal) 100%);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.doctor-clinic-card svg {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--pink-200);
}

.doctor-clinic-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.doctor-clinic-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(131, 197, 190, 0.88);
}

.doctor-clinic-url {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.doctor-clinic-cta {
  font-size: 0.82rem;
  color: var(--pink-200);
}

.doctor-clinic-card:hover,
.doctor-clinic-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(16, 36, 40, 0.22);
  color: var(--white);
}

.doctor-clinic-note {
  margin: 0.7rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.doctor-story {
  background: var(--white);
}

.doctor-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.4rem;
  align-items: start;
}

.doctor-story .prose a {
  color: var(--btn);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.doctor-araz {
  padding: 1.6rem 1.7rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(131, 197, 190, 0.45), transparent 60%),
    var(--ice);
  border: 1px solid var(--line-soft);
}

.doctor-araz h2 {
  margin: 0 0 0.7rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.doctor-araz p {
  margin: 0;
  color: #3d5c60;
}

.doctor-focus {
  background:
    linear-gradient(180deg, var(--pink-50), var(--ice));
}

.doctor-focus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.doctor-focus-card {
  position: relative;
  padding: 1.35rem 1.4rem 1.25rem;
  border-radius: 1.1rem;
  background: var(--white);
  border: 1px solid var(--line-soft);
}

.doctor-focus-card::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  border: 1.5px solid var(--teal);
  box-shadow: inset 0 0 0 4px var(--pink-50), inset 0 0 0 5.5px var(--teal);
}

.doctor-focus-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.doctor-focus-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #4d6e72;
}

.doctor-path {
  background: var(--white);
}

.doctor-path-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctor-path-item {
  position: relative;
  padding-block-start: 1.15rem;
  border-block-start: 2px solid var(--pink-200);
}

.doctor-path-place {
  margin: 0 0 0.4rem;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  color: var(--teal);
}

.doctor-path-item p:last-child {
  margin: 0;
  font-size: 0.9rem;
  color: #4d6e72;
}

.doctor-members {
  margin-top: 2.4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-soft);
}

.doctor-members h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}

.doctor-members ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.doctor-members li {
  background: var(--ice);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal);
}

.doctor-cta {
  background:
    radial-gradient(ellipse 50% 80% at 20% 0%, rgba(131, 197, 190, 0.4), transparent 60%),
    linear-gradient(180deg, #83c5be 0%, #edf6f9 100%);
}

.doctor-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem 2rem;
}

.doctor-cta-band h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}

.doctor-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
}

.doctor-cta .btn:not(.btn-solid) {
  background: var(--white);
  color: var(--teal-ink);
  border-color: var(--white);
  box-shadow: none;
}

.doctor-cta .btn:not(.btn-solid):hover {
  background: var(--pink-50);
  color: var(--teal);
}

.creds {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.1rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.creds li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--teal);
}

.services {
  background: var(--white);
}

.service-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--pink-50);
}

.service-copy {
  padding: 2.2rem 2rem;
}

.service-copy p:first-child {
  margin-top: 0;
}

.service-media {
  background:
    radial-gradient(circle at 50% 45%, #fff, transparent 55%),
    linear-gradient(160deg, #83c5be, #ffddd2);
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 1.5rem;
}

.service-media img {
  width: min(78%, 340px);
  filter: drop-shadow(0 18px 24px rgba(0, 109, 119, 0.16));
}

.iris-mark {
  width: min(58%, 220px);
  color: var(--teal);
  opacity: 0.88;
}

/* Homepage — full-bleed split service rows (zebra layout) */
.services-showcase {
  padding: 0;
  background: var(--white);
}

.services-showcase-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.services-showcase .service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "media copy";
  direction: ltr;
  min-height: clamp(8.75rem, 19vh, 12.6rem);
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.services-showcase .service-feature:nth-child(even) {
  grid-template-areas: "copy media";
}

.services-showcase .service-media {
  grid-area: media;
  position: relative;
  min-height: 0;
  padding: 0;
  background: #edf6f9;
  display: block;
  overflow: hidden;
}

.services-showcase .service-media picture,
.services-showcase .service-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(6.25rem, 16vh, 12.6rem);
}

.services-showcase .service-media picture {
  display: block;
}

.services-showcase .service-media img {
  object-fit: contain;
  object-position: center;
  filter: none;
}

.services-showcase .service-copy {
  grid-area: copy;
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: stretch;
  height: 100%;
  min-height: clamp(8.75rem, 19vh, 12.6rem);
  padding: clamp(0.8rem, 2vw, 1.8rem) clamp(1rem, 2.5vw, 2.25rem);
  background: var(--teal-ink);
  color: rgba(255, 255, 255, 0.78);
}

.services-showcase .service-copy-main {
  align-self: center;
  width: 100%;
  max-width: 34rem;
}

.services-showcase .service-copy h2 {
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.services-showcase .service-copy-main p {
  margin: 0;
  font-size: clamp(0.82rem, 1.5vw, 0.92rem);
  line-height: 1.65;
}

.services-showcase .service-copy-action {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.75rem;
  margin-top: 0;
}

.services-showcase .service-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-shrink: 0;
  width: 10.5rem;
  min-height: 2.35rem;
  padding: 0.4rem 0.95rem;
  border: 1.5px solid var(--sage);
  border-radius: 4px;
  color: var(--white);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  box-shadow: none;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}

.services-showcase .service-more svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

.services-showcase .service-more:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--teal-ink);
  transform: translateY(-1px);
}

html[lang="fa"] .services-showcase .service-copy,
html[lang="ar"] .services-showcase .service-copy {
  direction: rtl;
}

html[lang="en"] .services-showcase .service-copy {
  direction: ltr;
}

html[lang="en"] .services-showcase .service-more svg {
  transform: scaleX(-1);
}

/* Homepage review: 60% of previous row height (square image was ~50vw) */
.services-showcase--compact .service-feature {
  min-height: clamp(5.25rem, 11.4vh, 7.56rem);
  height: 30vw;
}

.services-showcase--compact .service-copy {
  min-height: 0;
  height: 100%;
}

.services-showcase--compact .service-media picture,
.services-showcase--compact .service-media img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
}

/* FA services page — atelier framing around the hover menu */

.services-studio {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0 4.5rem;
  background:
    radial-gradient(ellipse 48% 70% at 100% 0%, rgba(131, 197, 190, 0.28), transparent 58%),
    radial-gradient(circle at 6% 88%, rgba(255, 221, 210, 0.45), transparent 42%),
    var(--ice);
}

.services-open {
  max-width: 38rem;
  margin-bottom: clamp(2.2rem, 5vw, 3.4rem);
}

.services-open .breadcrumb {
  margin-bottom: 1.35rem;
}

.services-open-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
}

.services-open h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5.4vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.services-open h1 span {
  display: block;
}

.services-open h1 span + span {
  color: var(--teal);
}

.services-open-lead {
  margin: 1.15rem 0 0;
  max-width: 28rem;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--teal-ink);
}

.services-menu {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(15.5rem, 0.82fr);
  gap: clamp(1.75rem, 5vw, 4.5rem);
  align-items: center;
  min-height: min(68vh, 38rem);
}

.services-menu-kicker {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--btn);
}

.services-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.services-menu-item {
  display: block;
  padding: 0.42rem 0.15rem;
  font-size: clamp(1.55rem, 3.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #7a8b8d;
  transition: color 0.35s var(--ease);
}

.services-menu-item.is-active,
.services-menu-item:hover,
.services-menu-item:focus-visible {
  color: var(--teal-ink);
}

.services-menu-note {
  position: relative;
  margin: 1.6rem 0 0;
  min-height: 3.4em;
  max-width: 22rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--teal-ink);
}

.services-menu-note span {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  max-width: 22rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
}

.services-menu-note span.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.services-menu-stage {
  position: sticky;
  top: calc(var(--chrome-h) + 1.25rem);
  width: 100%;
  height: min(32rem, 68vh);
  border-radius: 4px;
  overflow: hidden;
  background: #ffddd2;
  box-shadow:
    0 0 0 1px rgba(0, 109, 119, 0.08),
    0 22px 48px rgba(16, 36, 40, 0.14);
}

.services-menu-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.45s var(--ease);
  pointer-events: none;
}

.services-menu-stage img.is-active {
  opacity: 1;
}

.services-tile-grid {
  display: none;
}

.services-path {
  padding: 4.5rem 0 4.75rem;
  background: var(--white);
  border-top: 1px solid rgba(0, 109, 119, 0.1);
}

.services-path-head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 2.4rem;
  max-width: 28rem;
}

.services-path-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
}

.services-path-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.services-path-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-path-list li {
  position: relative;
  padding: 0 0 0.2rem;
  padding-inline-end: 1.6rem;
}

.services-path-list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1.35rem;
  background: rgba(0, 109, 119, 0.18);
}

.services-path-list li::after {
  content: "";
  position: absolute;
  top: -0.22rem;
  inset-inline-start: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px var(--white);
}

.services-path-list h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.services-path-list p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #24484c;
}

.services-close {
  padding: 4.25rem 0;
  background:
    radial-gradient(ellipse 70% 80% at 0% 100%, rgba(131, 197, 190, 0.22), transparent 55%),
    var(--teal);
  color: var(--ice);
}

.services-close-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(12rem, 0.7fr);
  gap: 2rem 3rem;
  align-items: end;
}

.services-close h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.28;
}

.services-close h2 span {
  display: block;
  margin-top: 0.35rem;
  color: var(--pink-100);
}

.services-close-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.services-close .btn {
  background: var(--white);
  color: var(--teal);
  border-color: var(--white);
  box-shadow: none;
}

.services-close a.btn[href="contact.html"] {
  background: var(--rose);
  color: var(--white);
  border-color: var(--rose);
  box-shadow: 0 8px 18px rgba(10, 47, 51, 0.18);
}

.services-close .btn:hover,
.services-close .btn:focus-visible {
  background: var(--ice);
  color: var(--teal-ink);
  border-color: var(--ice);
}

.services-close a.btn[href="contact.html"]:hover,
.services-close a.btn[href="contact.html"]:focus-visible {
  background: var(--rose-hover);
  border-color: var(--rose-hover);
  color: var(--white);
}

.services-close-tel {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--white);
  opacity: 1;
}

.services-close-tel:hover,
.services-close-tel:focus-visible {
  opacity: 0.88;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (prefers-reduced-motion: reduce) {
  .services-menu-item,
  .services-menu-stage img,
  .services-menu-note span {
    transition: none;
  }
}

@media (max-width: 860px) {
  .services-menu {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 1.6rem;
  }

  .services-menu-stage {
    order: -1;
    position: relative;
    top: auto;
    height: min(20rem, 52vw);
  }

  .services-menu-item {
    font-size: clamp(1.45rem, 6.4vw, 2.1rem);
    padding: 0.55rem 0;
  }

  .services-path-list {
    grid-template-columns: 1fr 1fr;
  }

  .services-close-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

@media (max-width: 560px) {
  .services-path-list {
    grid-template-columns: 1fr;
  }

  .services-path-list li {
    padding-inline-end: 0;
  }
}

.articles {
  background: var(--ice);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.article-viewport {
  overflow: hidden;
}

.article-track {
  display: flex;
  gap: 1.1rem;
  transition: transform 0.6s var(--ease);
}

.article-card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  padding: 1.35rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  min-width: 0;
}

.article-card time {
  font-size: 0.75rem;
  color: var(--rose);
  font-weight: 650;
}

.article-card h3 {
  margin: 0.55rem 0 0.6rem;
  font-size: 1.12rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.article-card p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #4d6e72;
  flex: 1;
}

.article-card a {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal);
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
}

.articles-foot {
  margin: 1.4rem 0 0;
}

.articles-foot .btn {
  background: transparent;
  color: var(--teal);
  border-color: var(--line);
  box-shadow: none;
}

.articles-foot .btn:hover {
  background: var(--white);
  color: var(--teal-ink);
  border-color: var(--teal);
  transform: none;
}

/* Homepage article bento grid (visual cards) */
.articles-bento {
  background: var(--ice);
}

.articles-bento .section-head {
  margin-bottom: 2rem;
}

.articles-bento-grid {
  display: grid;
  grid-template-columns: 1.85fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.1rem;
  min-height: clamp(22rem, 40vw, 31rem);
}

.article-bento {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: var(--teal-ink);
  text-decoration: none;
  color: #fff;
  min-height: 0;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.article-bento--featured {
  grid-column: 1;
  grid-row: 1 / -1;
}

.articles-bento-stack {
  grid-column: 2;
  grid-row: 1 / -1;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1.1rem;
  min-height: 0;
}

.article-bento-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s var(--ease);
}

.article-bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(6, 16, 18, 0.92) 0%,
    rgba(6, 16, 18, 0.68) 28%,
    rgba(6, 16, 18, 0.22) 55%,
    transparent 78%
  );
  pointer-events: none;
}

.article-bento-body {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.2rem 1.15rem;
  padding-inline-end: 3rem;
  text-align: start;
}

.article-bento-title {
  display: block;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
}

.article-bento--featured .article-bento-title {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.28;
}

.article-bento-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.article-bento--featured .article-bento-desc {
  font-size: 0.88rem;
  -webkit-line-clamp: 3;
}

.article-bento-arrow {
  position: absolute;
  inset-inline-end: 1.15rem;
  bottom: 1.1rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  color: rgba(255, 255, 255, 0.92);
  transition: transform 0.25s var(--ease), color 0.25s var(--ease);
}

.article-bento-arrow svg {
  width: 100%;
  height: 100%;
}

.article-bento:hover,
.article-bento:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(8, 22, 24, 0.18);
}

.article-bento:hover .article-bento-img,
.article-bento:focus-visible .article-bento-img {
  transform: scale(1.04);
}

.article-bento:hover .article-bento-arrow,
.article-bento:focus-visible .article-bento-arrow {
  transform: translateX(3px);
  color: #fff;
}

.articles-bento .articles-foot {
  text-align: center;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .articles-bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    gap: 1rem;
  }

  .article-bento--featured {
    grid-column: 1;
    grid-row: auto;
    min-height: clamp(16rem, 52vw, 22rem);
  }

  .articles-bento-stack {
    grid-column: 1;
    grid-row: auto;
    grid-template-rows: auto auto;
  }

  .articles-bento-stack .article-bento {
    min-height: clamp(11rem, 38vw, 14rem);
  }
}

.dots {
  display: flex;
  gap: 0.4rem;
}

.dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: var(--sage);
  opacity: 0.4;
  cursor: pointer;
}

.dots button[aria-current="true"] {
  opacity: 1;
  background: var(--teal);
  width: 22px;
  border-radius: 99px;
}

.visit {
  background: var(--white);
}

.visit-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.visit-card {
  padding: 2rem 1.7rem;
  background: linear-gradient(180deg, #83c5be, #ffddd2);
}

.visit-card h2 {
  margin: 0.2rem 0 0.8rem;
  font-size: 1.7rem;
}

.visit-card address {
  font-style: normal;
  margin-bottom: 1.1rem;
  color: var(--address-strong);
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.map-wrap iframe,
.map-wrap,
.map-canvas,
.map-wrap .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.map-wrap iframe {
  filter: saturate(0.85) contrast(0.95);
}

.map-wrap .leaflet-container {
  min-height: 0;
  background: #edf6f9;
  font-family: inherit;
}

.map-wrap .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(237, 246, 249, 0.92);
  color: var(--muted);
}

.map-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1.5rem;
  color: var(--teal-ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.62), transparent 30%),
    linear-gradient(165deg, #edf6f9 0%, #ffddd2 54%, #83c5be 100%);
  pointer-events: none;
  transition: opacity 0.35s var(--ease), visibility 0.35s var(--ease);
}

.map-wrap.is-ready .map-loading {
  opacity: 0;
  visibility: hidden;
}

.clinic-map-pin {
  color: var(--btn);
  background: none !important;
  border: none !important;
}

.clinic-map-pin svg {
  display: block;
  width: 36px;
  height: 44px;
  filter: drop-shadow(0 8px 12px rgba(0, 109, 119, 0.28));
}

.clinic-map-pin-pulse {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: rgba(0, 109, 119, 0.35);
  transform: translate(-50%, -50%);
  animation: visit-pin-pulse 2.4s var(--ease) infinite;
}

.map-facade {
  width: 100%;
  min-height: 320px;
  height: 100%;
  border: 0;
  cursor: pointer;
  display: grid;
  place-content: center;
  gap: 0.35rem;
  padding: 1.5rem;
  color: var(--teal-ink);
  background:
    radial-gradient(circle at 58% 42%, rgba(255, 255, 255, 0.7), transparent 42%),
    linear-gradient(160deg, #edf6f9 0%, #83c5be 100%);
}

.map-facade:hover {
  color: var(--teal);
}

.map-facade-title {
  font-weight: 800;
  font-size: 1.05rem;
}

.map-facade-hint {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
}

.visit--atlas {
  background:
    radial-gradient(ellipse 52% 68% at 8% 18%, rgba(131, 197, 190, 0.4), transparent 64%),
    radial-gradient(circle at 96% 88%, rgba(131, 197, 190, 0.34), transparent 44%),
    var(--white);
}

.visit-atlas {
  display: grid;
  grid-template-columns: minmax(18.5rem, 0.9fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 0;
}

.visit--atlas .visit-card {
  position: relative;
  z-index: 2;
  margin-inline-end: -4.25rem;
  padding: 2.05rem 2.15rem 1.9rem;
  border-radius: 1.5rem;
  background: linear-gradient(155deg, var(--white) 0%, var(--ice) 100%);
  box-shadow: var(--shadow);
}

.visit--atlas .visit-card h2 {
  margin: 0.25rem 0 0.55rem;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.visit-lead {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.visit-address,
.visit-phones {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
}

.visit-address {
  font-style: normal;
  margin-bottom: 0.85rem;
  color: var(--address-strong);
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.visit-mark {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.15rem;
  height: 2.15rem;
  margin-top: 0.05rem;
  border-radius: 50%;
  color: var(--address-strong);
  background: rgba(181, 68, 40, 0.14);
}

.visit-mark svg {
  width: 1.1rem;
  height: 1.1rem;
}

.visit-phones {
  margin-bottom: 1.35rem;
}

.visit-phones p {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0;
}

.visit-phones a {
  font-weight: 700;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--address-strong);
  cursor: pointer;
  transition: color 0.2s var(--ease);
}

.visit-phones a:hover,
.visit-phones a:focus-visible {
  color: #8f3218;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.visit--atlas .visit-actions .btn {
  border-radius: 0.7rem;
}

.visit-directions {
  background: transparent;
  color: var(--teal);
  border-color: var(--line);
  box-shadow: none;
}

.visit-directions svg {
  width: 1.05rem;
  height: 1.05rem;
}

.visit-directions:hover,
.visit-directions:focus-visible {
  background: var(--white);
  color: var(--teal-ink);
  border-color: var(--teal);
  transform: none;
}

.visit--atlas .map-stage {
  position: relative;
  z-index: 1;
  min-height: 28rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(16, 36, 40, 0.12);
}

.visit--atlas .map-stage:focus-within {
  outline: 2px solid var(--btn);
  outline-offset: 3px;
}

.visit--atlas .map-wrap,
.visit--atlas .map-wrap iframe,
.visit--atlas .map-canvas,
.visit--atlas .map-wrap .leaflet-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.visit--atlas .map-facade {
  position: relative;
  isolation: isolate;
  min-height: 28rem;
  gap: 0.9rem;
  place-content: end center;
  padding: 1.6rem 1.4rem 2rem;
  color: var(--teal-ink);
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.62), transparent 30%),
    radial-gradient(ellipse 78% 62% at 78% 18%, rgba(131, 197, 190, 0.48), transparent 52%),
    radial-gradient(ellipse 64% 72% at 12% 86%, rgba(131, 197, 190, 0.58), transparent 48%),
    repeating-linear-gradient(-18deg, transparent 0 18px, rgba(16, 36, 40, 0.035) 18px 19px),
    repeating-linear-gradient(72deg, transparent 0 22px, rgba(16, 36, 40, 0.028) 22px 23px),
    linear-gradient(165deg, #edf6f9 0%, #ffddd2 54%, #83c5be 100%);
  transition: color 0.25s var(--ease), filter 0.35s var(--ease);
}

.visit--atlas .map-facade:hover {
  color: var(--teal-ink);
  filter: saturate(1.05);
}

.visit--atlas .map-facade:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--btn);
}

.map-facade-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.map-iris {
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(22rem, 86%);
  height: auto;
  color: var(--teal);
  transform: translate(-50%, -50%);
  transition: transform 0.45s var(--ease);
}

.visit--atlas .map-facade:hover .map-iris,
.visit--atlas .map-facade:focus-visible .map-iris {
  transform: translate(-50%, -50%) scale(1.04);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 2.6rem;
  height: 2.6rem;
  color: var(--btn);
  transform: translate(-50%, -72%);
}

.map-pin svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 12px rgba(0, 109, 119, 0.28));
}

.map-pin-pulse {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: rgba(0, 109, 119, 0.35);
  transform: translate(-50%, -50%);
  animation: visit-pin-pulse 2.4s var(--ease) infinite;
}

.map-facade-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(237, 246, 249, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(16, 36, 40, 0.08);
}

.visit--atlas .map-facade-title {
  font-size: 0.95rem;
}

.visit--atlas .map-facade-hint {
  font-size: 0.78rem;
}

.map-open {
  display: none;
  position: absolute;
  z-index: 2;
  inset-inline-end: 0.85rem;
  top: 0.85rem;
  bottom: auto;
  align-items: center;
  gap: 0.35rem;
  min-height: 44px;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--teal-ink);
  background: rgba(237, 246, 249, 0.92);
  box-shadow: 0 8px 22px rgba(16, 36, 40, 0.14);
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.map-open svg {
  width: 0.95rem;
  height: 0.95rem;
}

.visit--atlas .map-stage:has(iframe) .map-open,
.visit--atlas .map-stage:has(.leaflet-container) .map-open,
.visit--atlas .map-open {
  display: inline-flex;
}

.map-open:hover,
.map-open:focus-visible {
  background: var(--white);
  color: var(--btn);
}

@keyframes visit-pin-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.4);
  }
}

/* Footer */

.site-footer {
  background: var(--teal-ink);
  color: #e7f3f3;
  padding: 3.2rem 0 1.4rem;
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  gap: 2rem;
}

.site-footer a {
  color: #d4ecec;
}

.site-footer a:hover {
  color: var(--pink-200);
}

.footer-address {
  margin: 0 0 0.65rem;
  font-style: normal;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--address);
}

.footer-phones {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
}

.site-footer .footer-phones a[href^="tel:"]:not(.btn),
.site-footer a[href^="tel:"]:not(.btn) {
  color: var(--address);
  font-weight: 700;
}

.site-footer .footer-phones a[href^="tel:"]:not(.btn):hover,
.site-footer .footer-phones a[href^="tel:"]:not(.btn):focus-visible,
.site-footer a[href^="tel:"]:not(.btn):hover,
.site-footer a[href^="tel:"]:not(.btn):focus-visible {
  color: var(--address-hover);
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 0.35rem;
}

.footer-logo {
  width: auto;
  height: 52px;
  max-width: none;
  margin-bottom: 0.9rem;
  object-fit: contain;
}

.footer-brand p {
  max-width: 22rem;
  opacity: 0.8;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  opacity: 0.75;
}

/* Generic content */

.prose {
  max-width: 42rem;
}

.prose h2 {
  margin-top: 2rem;
}

.prose p,
.prose li {
  color: #3d5c60;
}

.stack-lg {
  display: grid;
  gap: 1.1rem;
}

.form {
  display: grid;
  gap: 0.9rem;
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.form input,
.form textarea,
.form select {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.form textarea {
  min-height: 140px;
  resize: vertical;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 0.95rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin: 0.7rem 0 0.2rem;
  color: #4d6e72;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.gallery-grid figure {
  margin: 0;
  background: linear-gradient(160deg, #83c5be, #edf6f9);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
}

.gallery-grid img {
  width: 78%;
  filter: drop-shadow(0 12px 18px rgba(0, 109, 119, 0.14));
}

.gallery-grid figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* ——— Interactive bento gallery ——— */

.bento-gallery {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 0 3.6rem;
  background: transparent;
}

.bento-gallery-head .breadcrumb {
  margin-bottom: 0;
  color: rgba(237, 246, 249, 0.88);
}

.bento-gallery-head .breadcrumb a {
  color: rgba(237, 246, 249, 0.88);
}

.bento-gallery-head .breadcrumb a:hover,
.bento-gallery-head .breadcrumb a:focus-visible {
  color: #fff;
}

.bento-stage {
  position: relative;
  margin-top: 1.15rem;
}

.bento-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  padding-block: 0.55rem 1.35rem;
  scroll-behavior: auto;
}

.bento-scroller::-webkit-scrollbar {
  display: none;
}

.bento-scroller.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.bento-scroller.is-dragging .bento-card {
  cursor: grabbing;
}

.bento-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(16.25rem, 19rem);
  grid-template-rows: repeat(2, minmax(14.25rem, 16.75rem));
  gap: 0.9rem;
  width: max-content;
  padding-inline: max(1.25rem, calc((100vw - var(--max)) / 2));
}

.bento-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 16.25rem;
  min-height: 14.25rem;
  margin: 0;
  padding: 1.05rem 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(237, 246, 249, 0.16);
  border-radius: 18px;
  background: #0a2f33;
  box-shadow: 0 12px 32px rgba(0, 24, 28, 0.22);
  color: #fff;
  font: inherit;
  text-align: start;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
}

.bento-gallery.is-inview .bento-card {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.55s var(--ease),
    transform 0.55s var(--ease),
    box-shadow 0.35s var(--ease);
}

.bento-gallery.is-inview .bento-card:nth-child(1) { transition-delay: 0.02s; }
.bento-gallery.is-inview .bento-card:nth-child(2) { transition-delay: 0.08s; }
.bento-gallery.is-inview .bento-card:nth-child(3) { transition-delay: 0.14s; }
.bento-gallery.is-inview .bento-card:nth-child(4) { transition-delay: 0.2s; }
.bento-gallery.is-inview .bento-card:nth-child(5) { transition-delay: 0.26s; }
.bento-gallery.is-inview .bento-card:nth-child(6) { transition-delay: 0.32s; }
.bento-gallery.is-inview .bento-card:nth-child(7) { transition-delay: 0.38s; }
.bento-gallery.is-inview .bento-card:nth-child(8) { transition-delay: 0.44s; }
.bento-gallery.is-inview .bento-card:nth-child(9) { transition-delay: 0.5s; }
.bento-gallery.is-inview .bento-card:nth-child(10) { transition-delay: 0.56s; }
.bento-gallery.is-inview .bento-card:nth-child(11) { transition-delay: 0.62s; }
.bento-gallery.is-inview .bento-card:nth-child(12) { transition-delay: 0.68s; }

.bento-gallery.is-settled .bento-card {
  transition-delay: 0s;
}

.bento-card.span-lg {
  grid-column: span 2;
  grid-row: span 2;
  min-width: 33.4rem;
}

.bento-card.span-tall {
  grid-row: span 2;
}

.bento-card.span-wide {
  grid-column: span 2;
  min-width: 33.4rem;
}

.bento-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.55s var(--ease);
}

.bento-card-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 47, 51, 0.92) 0%, rgba(10, 47, 51, 0.28) 46%, transparent 72%);
  opacity: 0.62;
  transition: opacity 0.4s var(--ease);
}

.bento-card-copy {
  position: relative;
  z-index: 1;
  max-width: 26rem;
}

.bento-card-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.bento-card-copy p {
  margin: 0.28rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  line-height: 1.45;
}

.bento-card:hover,
.bento-card:focus-visible {
  z-index: 2;
  box-shadow: 0 20px 44px rgba(16, 36, 40, 0.18);
  transform: scale(1.02);
}

.bento-card:hover img,
.bento-card:focus-visible img {
  transform: scale(1.06);
}

.bento-card:hover .bento-card-scrim,
.bento-card:focus-visible .bento-card-scrim {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .bento-card-copy {
    transform: translateY(0.55rem);
    opacity: 0.9;
    transition: transform 0.4s var(--ease), opacity 0.4s var(--ease);
  }

  .bento-card-copy p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    transition: opacity 0.35s var(--ease), max-height 0.35s var(--ease), margin 0.35s var(--ease);
  }

  .bento-card:hover .bento-card-copy,
  .bento-card:focus-visible .bento-card-copy {
    transform: none;
    opacity: 1;
  }

  .bento-card:hover .bento-card-copy p,
  .bento-card:focus-visible .bento-card-copy p {
    opacity: 1;
    max-height: 3.2rem;
    margin-top: 0.28rem;
  }
}

.bento-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(6, 28, 32, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bento-lightbox[hidden] {
  display: none;
}

.bento-viewer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16.75rem;
  width: min(72rem, calc(100vw - 2.2rem));
  max-height: min(86vh, 52rem);
  overflow: hidden;
  border-radius: 18px;
  background: #083338;
  box-shadow: 0 28px 70px rgba(0, 16, 20, 0.4);
}

.bento-viewer-tools {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  display: flex;
  gap: 0.4rem;
}

.bento-viewer-btn {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 47, 51, 0.72);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.bento-viewer-btn svg {
  width: 18px;
  height: 18px;
}

.bento-viewer-btn:hover,
.bento-viewer-btn:focus-visible {
  background: #006d77;
}

.bento-viewer-media {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  padding: 1.15rem 1.15rem 1.15rem 1.25rem;
  background: #062226;
}

.bento-viewer-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(78vh, 46rem);
  object-fit: contain;
  border-radius: 10px;
}

.bento-viewer-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.45rem;
  min-width: 0;
  padding: 3.5rem 1.2rem 1.35rem;
  background: #edf6f9;
  color: var(--teal-ink);
}

.bento-viewer-note h3 {
  margin: 0;
  color: var(--teal-ink);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.bento-viewer-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.bento-lightbox.is-expanded .bento-viewer {
  grid-template-columns: 1fr;
  width: min(96vw, 92rem);
  max-height: 94vh;
}

.bento-lightbox.is-expanded .bento-viewer-note {
  display: none;
}

.bento-lightbox.is-expanded .bento-viewer-media {
  padding: 1.4rem;
}

.bento-lightbox.is-expanded .bento-viewer-media img {
  max-height: min(90vh, 56rem);
}

body.is-lightbox-open {
  overflow: hidden;
}

body.page-gallery {
  background: #006d77;
}

body.page-gallery .site-footer {
  background: #006d77;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

/* ——— Magazine listing (blog.html) ——— */

.magazine {
  position: relative;
  overflow: hidden;
  padding: 2.1rem 0 4.25rem;
  background:
    radial-gradient(ellipse 48% 70% at 100% 0%, rgba(131, 197, 190, 0.28), transparent 58%),
    radial-gradient(circle at 6% 88%, rgba(255, 221, 210, 0.45), transparent 42%),
    var(--ice);
}

.magazine .breadcrumb {
  margin-bottom: clamp(1.5rem, 3.5vw, 2.4rem);
}

.magazine-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(14rem, 1fr);
  gap: 0.85rem;
  align-items: stretch;
  height: clamp(20rem, 40vw, 24.5rem);
}

.magazine-feature {
  display: flex;
  margin: 0;
  min-width: 0;
  min-height: 0;
}

.magazine-feature-link {
  position: relative;
  display: block;
  flex: 1;
  min-height: 0;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.magazine-feature-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, #83c5be, #ffddd2 52%, #e29578);
  box-shadow: 0 16px 40px rgba(16, 36, 40, 0.12);
}

.magazine-feature-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s var(--ease);
}

.magazine-feature-card {
  position: absolute;
  z-index: 1;
  inset-inline: 0.75rem;
  bottom: 0.75rem;
  min-width: 0;
  margin: 0;
  padding: 1.1rem 1.2rem 1.05rem;
  border-radius: 1.1rem;
  color: var(--white);
  background: linear-gradient(155deg, var(--teal-ink) 0%, #0d3539 58%, var(--teal) 100%);
  box-shadow: var(--shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.magazine-feature-card .eyebrow {
  color: var(--pink-200);
  margin-bottom: 0.28rem;
}

.magazine-feature-card h1 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.22rem, 2.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--white);
}

.magazine-feature-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 0.65rem;
  max-width: 42ch;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(237, 246, 249, 0.88);
}

.magazine-go {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--pink-100);
}

.magazine-go svg {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.25s var(--ease);
}

html[dir="ltr"] .magazine-go svg {
  transform: scaleX(-1);
}

.magazine-feature-link:hover .magazine-feature-stage img,
.magazine-feature-link:focus-visible .magazine-feature-stage img {
  transform: scale(1.04);
}

.magazine-feature-link:hover .magazine-feature-card,
.magazine-feature-link:focus-visible .magazine-feature-card {
  transform: translateY(-2px);
}

.magazine-feature-link:hover .magazine-go svg,
.magazine-feature-link:focus-visible .magazine-go svg {
  transform: translateX(-3px);
}

html[dir="ltr"] .magazine-feature-link:hover .magazine-go svg,
html[dir="ltr"] .magazine-feature-link:focus-visible .magazine-go svg {
  transform: scaleX(-1) translateX(-3px);
}

.magazine-aside {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  min-width: 0;
  min-height: 0;
}

.magazine-aside > article,
.magazine-aside .magazine-card {
  height: 100%;
  min-height: 0;
}

.magazine-aside .magazine-card-media {
  flex: 1;
  min-height: 0;
  aspect-ratio: unset;
}

.magazine-aside .magazine-card-body {
  padding: 0.65rem 0.8rem 0.7rem;
  gap: 0.2rem;
}

.magazine-aside .magazine-card-title {
  font-size: 0.92rem;
}

.magazine-aside .magazine-card-excerpt,
.magazine-aside .magazine-go {
  display: none;
}

.magazine-shelf {
  margin-top: clamp(1.75rem, 3.5vw, 2.6rem);
}

.magazine-shelf h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  letter-spacing: -0.03em;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.magazine-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line-soft);
  box-shadow: 0 10px 28px rgba(16, 36, 40, 0.06);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.magazine-card-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
  background: linear-gradient(160deg, #83c5be, #edf6f9);
}

.magazine-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}

.magazine-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
  padding: 1.05rem 1.1rem 1.15rem;
}

.magazine-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.magazine-tag {
  color: var(--teal);
}

.magazine-meta time {
  color: var(--muted);
  font-weight: 600;
}

.magazine-card-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--teal-ink);
}

.magazine-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #4d6e72;
  flex: 1;
}

.magazine-card .magazine-go {
  margin-top: 0.45rem;
  color: var(--teal);
}

.magazine-card:hover,
.magazine-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(8, 22, 24, 0.12);
}

.magazine-card:hover img,
.magazine-card:focus-visible img {
  transform: scale(1.04);
}

.magazine-card:hover .magazine-go svg,
.magazine-card:focus-visible .magazine-go svg {
  transform: translateX(-3px);
}

html[dir="ltr"] .magazine-card:hover .magazine-go svg,
html[dir="ltr"] .magazine-card:focus-visible .magazine-go svg {
  transform: scaleX(-1) translateX(-3px);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.error-page {
  min-height: calc(100svh - 180px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 1.2rem;
  background:
    radial-gradient(circle at 50% 30%, #83c5be, transparent 55%),
    var(--pink-50);
}

.error-page .code {
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: 0.9;
  font-weight: 800;
  color: var(--pink-300);
  letter-spacing: -0.05em;
  margin: 0;
}

.article-hero-img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  background: linear-gradient(160deg, #83c5be, #ffddd2);
  border-radius: 4px;
  margin: 1.2rem 0 1.6rem;
  padding: 1.5rem;
}

/* ——— Article reading layout (blog posts) ——— */

.story {
  background: var(--white);
}

.story-hero {
  padding: clamp(1.35rem, 3.4vw, 2.6rem) 0 clamp(1.8rem, 4vw, 2.8rem);
}

.story-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.4rem, 4vw, 3.4rem);
  align-items: start;
}

.story-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1.25rem;
  min-height: 44px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  transition: color 0.2s var(--ease);
}

.story-back svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

html[dir="rtl"] .story-back svg {
  transform: scaleX(-1);
}

.story-back:hover,
.story-back:focus-visible {
  color: var(--teal);
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.45rem;
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

.story-meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.story-meta svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

.story-copy h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4.1vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: var(--teal-ink);
  text-wrap: balance;
}

.story-excerpt {
  margin: 0 0 1.55rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3a5558;
}

.story-author {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
}

.story-author:hover .story-author-name,
.story-author:focus-visible .story-author-name {
  color: var(--teal);
}

.story-author img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 12%;
  background: var(--ice);
}

.story-author-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--teal-ink);
}

.story-author-role {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--muted);
}

.story-hero-media {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--ice);
  aspect-ratio: 4 / 3;
}

.story-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-body {
  padding: 0.4rem 0 4.2rem;
}

.story-prose {
  max-width: 40.5rem;
  margin-inline: auto;
}

.story-prose h2 {
  margin: 2.35rem 0 0.8rem;
  font-size: clamp(1.28rem, 2.1vw, 1.62rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: var(--teal-ink);
  text-wrap: balance;
}

.story-prose h2:first-child {
  margin-top: 0;
}

.story-prose p,
.story-prose li {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #2f4a4e;
}

.story-prose p {
  margin: 0 0 1.15rem;
}

.story-prose ol,
.story-prose ul {
  margin: 0.2rem 0 1.5rem;
  padding-inline-start: 1.35rem;
}

.story-prose li {
  margin: 0.4rem 0;
  padding-inline-start: 0.2rem;
}

.story-prose a {
  color: var(--btn);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.story-figure {
  margin: 1.7rem 0 2rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--ice);
}

.story-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.story .services-close {
  margin-top: 0;
}

.toc {
  background: var(--ice);
  padding: 1rem 1.2rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.toc ol {
  margin: 0.4rem 0 0;
}

.status-ok {
  color: var(--teal);
  font-size: 0.85rem;
}

/* ——— About story (FA about.html) ——— */

.about-story {
  --about-ink: var(--teal-ink);
  --about-gold: var(--teal);
  --about-mist: var(--sage);
  --about-cream: var(--ice);
  --about-cream-2: var(--pink-50);
  position: relative;
  overflow: hidden;
  padding: 3.25rem 0 6.25rem;
  font-family: var(--font);
  color: var(--about-ink);
  background:
    radial-gradient(ellipse 50% 70% at 12% 18%, rgba(131, 197, 190, 0.28), transparent 55%),
    radial-gradient(ellipse 45% 55% at 92% 88%, rgba(255, 221, 210, 0.32), transparent 50%),
    linear-gradient(180deg, var(--about-cream) 0%, var(--about-cream-2) 100%);
  content-visibility: visible;
}

.about-story-inner {
  position: relative;
  z-index: 1;
}

.about-story-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  pointer-events: none;
  will-change: transform;
}

.about-story-blob--a {
  top: 5rem;
  inset-inline-start: 2.5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(0, 109, 119, 0.1);
}

.about-story-blob--b {
  inset-inline-end: 2.5rem;
  bottom: 5rem;
  width: 20rem;
  height: 20rem;
  background: rgba(131, 197, 190, 0.2);
}

.about-story-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: about-orb 3.2s ease-in-out infinite;
}

.about-story-orb--a {
  top: 42%;
  inset-inline-start: 22%;
  width: 0.55rem;
  height: 0.55rem;
  background: rgba(0, 109, 119, 0.38);
}

.about-story-orb--b {
  top: 62%;
  inset-inline-end: 24%;
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(226, 149, 120, 0.45);
  animation-duration: 4s;
  animation-delay: 1s;
}

@keyframes about-orb {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-14px);
    opacity: 1;
  }
}

.about-story-crumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.6rem;
  font-size: 0.8rem;
  opacity: 0.62;
}

.about-story-crumb a:hover {
  text-decoration: underline;
}

.about-story-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3.75rem;
}

.about-story-title {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(2.15rem, 4.6vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.about-story-title::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 1rem auto 0;
  background: var(--about-gold);
  transition: width 1s var(--ease);
}

.about-story.is-inview .about-story-title::after {
  width: 6rem;
}

.about-story-lead {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.about-story-lead a {
  color: var(--about-gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-story-lead a:hover {
  color: var(--about-ink);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr minmax(15.5rem, 19.5rem) 1fr;
  gap: 2.4rem 1.6rem;
  align-items: center;
}

.about-story-col {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}

.about-pillar {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease),
    color 0.3s var(--ease);
}

.about-story.is-inview .about-story-col--start .about-pillar:nth-child(1) {
  transition-delay: 0.12s;
}
.about-story.is-inview .about-story-col--start .about-pillar:nth-child(2) {
  transition-delay: 0.28s;
}
.about-story.is-inview .about-story-col--start .about-pillar:nth-child(3) {
  transition-delay: 0.44s;
}
.about-story.is-inview .about-story-col--end .about-pillar:nth-child(1) {
  transition-delay: 0.2s;
}
.about-story.is-inview .about-story-col--end .about-pillar:nth-child(2) {
  transition-delay: 0.36s;
}
.about-story.is-inview .about-story-col--end .about-pillar:nth-child(3) {
  transition-delay: 0.52s;
}

.about-story.is-inview .about-pillar {
  opacity: 1;
  transform: none;
}

.about-story.is-inview .about-pillar:hover {
  transform: translateY(-6px);
}

.about-pillar-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.about-pillar-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 0.7rem;
  color: var(--about-gold);
  background: rgba(0, 109, 119, 0.1);
  transition: background 0.3s var(--ease), transform 0.45s var(--ease);
}

.about-pillar-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.about-pillar-mark {
  position: absolute;
  top: -0.28rem;
  inset-inline-end: -0.28rem;
  width: 0.85rem !important;
  height: 0.85rem !important;
  color: var(--about-mist);
}

.about-pillar:hover .about-pillar-icon {
  background: rgba(0, 109, 119, 0.18);
  transform: rotate(-8deg);
}

.about-pillar-head h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color 0.3s var(--ease);
}

.about-pillar:hover .about-pillar-head h2 {
  color: var(--about-gold);
}

.about-pillar > p {
  margin: 0;
  padding-inline-start: 3.75rem;
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--muted);
}

.about-pillar-more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.7rem;
  margin-inline-start: 3.75rem;
  color: var(--about-gold);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}

.about-pillar:hover .about-pillar-more,
.about-pillar:focus-within .about-pillar-more {
  opacity: 1;
  transform: none;
}

.about-pillar-more svg {
  width: 0.75rem;
  height: 0.75rem;
}

.about-story-media {
  display: flex;
  justify-content: center;
}

.about-story-portrait {
  position: relative;
  width: min(100%, 20rem);
  padding: 0.8rem;
}

.about-story-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 22px 48px rgba(16, 36, 40, 0.16);
  transform: scale(0.94);
  opacity: 0;
  transition:
    transform 0.8s var(--ease),
    opacity 0.8s var(--ease),
    box-shadow 0.35s var(--ease);
}

.about-story.is-inview .about-story-frame {
  transform: scale(1);
  opacity: 1;
}

.about-story.is-inview .about-story-frame:hover {
  transform: scale(1.03);
}

.about-story-frame img {
  width: 100%;
  aspect-ratio: 3 / 4.15;
  object-fit: cover;
  object-position: 55% 40%;
}

.about-story-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 47, 51, 0.52), transparent 42%);
  pointer-events: none;
}

.about-story-portfolio {
  position: absolute;
  z-index: 1;
  inset-inline: 0;
  bottom: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: max-content;
  margin-inline: auto;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--about-ink);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(16, 36, 40, 0.16);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.about-story-portfolio:hover,
.about-story-portfolio:focus-visible {
  transform: scale(1.05);
  box-shadow: 0 10px 26px rgba(16, 36, 40, 0.2);
}

.about-story-portfolio svg {
  width: 0.95rem;
  height: 0.95rem;
}

.about-story-halo {
  position: absolute;
  inset: 0;
  border: 4px solid var(--about-mist);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.8s var(--ease) 0.35s, transform 0.8s var(--ease) 0.35s;
}

.about-story.is-inview .about-story-halo {
  opacity: 1;
  transform: none;
}

.about-story-float {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.about-story-float--a {
  top: -0.6rem;
  inset-inline-end: -1.4rem;
  width: 4rem;
  height: 4rem;
  background: rgba(0, 109, 119, 0.12);
}

.about-story-float--b {
  bottom: -0.8rem;
  inset-inline-start: -1.6rem;
  width: 5rem;
  height: 5rem;
  background: rgba(226, 149, 120, 0.2);
}

.about-story-spark {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
  animation: about-orb 2s ease-in-out infinite;
}

.about-story-spark--a {
  top: -0.35rem;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--about-gold);
  transform: translateX(-50%);
}

.about-story-spark--b {
  bottom: -0.55rem;
  width: 0.32rem;
  height: 0.32rem;
  background: var(--rose);
  animation-delay: 0.5s;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-top: 5.5rem;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.1rem 1.25rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(16, 36, 40, 0.08);
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s var(--ease),
    transform 0.6s var(--ease),
    background 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}

.about-story.is-stats-inview .about-stat {
  opacity: 1;
  transform: none;
}

.about-story.is-stats-inview .about-stat:hover {
  background: var(--white);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(16, 36, 40, 0.12);
}

.about-story.is-stats-inview .about-stat:nth-child(1) { transition-delay: 0.05s; }
.about-story.is-stats-inview .about-stat:nth-child(2) { transition-delay: 0.15s; }
.about-story.is-stats-inview .about-stat:nth-child(3) { transition-delay: 0.25s; }
.about-story.is-stats-inview .about-stat:nth-child(4) { transition-delay: 0.35s; }

.about-stat:hover {
  background: var(--white);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(16, 36, 40, 0.12);
}

.about-stat-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  color: var(--about-gold);
  background: rgba(0, 109, 119, 0.08);
  transition: background 0.3s var(--ease), transform 0.8s var(--ease);
}

.about-stat-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.about-stat:hover .about-stat-icon {
  background: rgba(0, 109, 119, 0.14);
  transform: rotate(360deg);
}

.about-stat-value {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.05em;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.about-stat-label {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  color: var(--muted);
}

.about-stat::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  margin-top: 0.85rem;
  background: var(--about-gold);
  transition: width 0.3s var(--ease);
}

.about-stat:hover::after {
  width: 4rem;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-top: 4.5rem;
  padding: 2rem 2.1rem;
  border-radius: 0.9rem;
  background: linear-gradient(155deg, var(--teal-ink) 0%, #0d3539 58%, var(--teal) 100%);
  color: var(--white);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease) 0.35s, transform 0.8s var(--ease) 0.35s;
}

.about-story.is-stats-inview .about-cta {
  opacity: 1;
  transform: none;
}

.about-cta-copy h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-cta-copy p {
  margin: 0;
  color: rgba(131, 197, 190, 0.92);
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.7rem 1.45rem;
  border-radius: 0.7rem;
  background: var(--pink-100);
  color: var(--teal-ink);
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.about-cta-btn:hover,
.about-cta-btn:focus-visible {
  background: var(--white);
  transform: scale(1.04);
}

.about-cta-btn:active {
  transform: scale(0.97);
}

.about-cta-btn svg {
  width: 1rem;
  height: 1rem;
}

html[dir="ltr"] .about-pillar-more svg,
html[dir="ltr"] .about-story-portfolio svg,
html[dir="ltr"] .about-cta-btn svg {
  transform: scaleX(-1);
}

/* Mobile */

@media (max-width: 960px) {
  .hero-body {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 1rem;
  }

  .hero-copy {
    max-width: 36rem;
    padding-bottom: 0.5rem;
  }

  .hero-visual {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(420px, 86vw);
    margin-inline: auto;
    pointer-events: auto;
  }

  .topbar-place {
    max-width: min(18rem, 42%);
    padding-block: 0.12rem;
  }

  .topbar-place-label,
  .topbar-place-full {
    display: none;
  }

  .topbar-place-short {
    display: block;
    color: #fff;
  }

  .topbar-place-copy {
    gap: 0;
  }

  .about-atelier {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    max-width: 28rem;
    margin-inline: auto;
  }

  .about-stage {
    flex-direction: column;
    align-items: stretch;
  }

  .about-iris {
    width: min(18.5rem, 86%);
    margin-inline: auto;
  }

  .about-manifesto {
    margin-inline-start: 0;
    margin-top: -3.25rem;
    padding: 3.4rem 1.5rem 1.6rem;
    text-align: center;
  }

  .about-more {
    justify-content: center;
  }

  .about-crafts {
    padding-inline: 0.2rem;
  }

  .director-profile {
    flex-direction: column;
    align-items: stretch;
    max-width: 24rem;
  }

  .director-portrait-wrap {
    width: 100%;
  }

  .director-card {
    margin-inline-start: 0;
    margin-top: -2.5rem;
    text-align: center;
  }

  .director-card-foot {
    justify-content: center;
  }

  .director-socials {
    justify-content: center;
  }

  .doctor-dossier-grid {
    flex-direction: column;
    align-items: stretch;
    max-width: 26rem;
    gap: 0;
  }

  .doctor-shot {
    flex-basis: auto;
    width: 100%;
  }

  .doctor-identity {
    margin-top: 1.35rem;
  }

  .doctor-stats {
    grid-template-columns: 1fr 1fr;
  }

  .doctor-stats li:nth-child(odd) {
    border-inline-start: 0;
  }

  .doctor-story-grid,
  .doctor-focus-grid,
  .doctor-path-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-feature,
  .visit-grid,
  .visit-atlas,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .visit--atlas .visit-card {
    margin-inline-end: 0;
    margin-bottom: -2.4rem;
  }

  .visit--atlas .map-stage,
  .visit--atlas .map-facade,
  .visit--atlas .map-loading {
    min-height: 22rem;
  }

  .about-story {
    padding: 2.4rem 0 4.5rem;
  }

  .about-story-head {
    margin-bottom: 2.4rem;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .about-story-media {
    order: -1;
  }

  .about-story-portrait {
    width: min(100%, 18.5rem);
    margin-inline: auto;
  }

  .about-story-col {
    gap: 2rem;
    max-width: 32rem;
    margin-inline: auto;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
    margin-top: 3.4rem;
  }

  .about-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.6rem 1.4rem;
    margin-top: 3rem;
  }

  .about-cta-btn {
    width: 100%;
  }

  .about-pillar-more {
    opacity: 1;
    transform: none;
  }

  .services-showcase .service-feature,
  .services-showcase .service-feature:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "copy";
    direction: ltr;
    min-height: auto;
  }

  .services-showcase--compact .service-feature {
    height: auto;
  }

  .services-showcase--compact .service-media {
    height: 60vw;
  }

  .services-showcase .service-copy {
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .services-showcase .service-media picture,
  .services-showcase .service-media img {
    min-height: clamp(5.75rem, 15vw, 7.2rem);
  }

  .services-showcase--compact .service-media picture,
  .services-showcase--compact .service-media img {
    min-height: 0;
    height: 100%;
  }

  .pillars,
  .blog-grid,
  .gallery-grid,
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .magazine-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .magazine-feature-link {
    min-height: clamp(14.5rem, 44vw, 19rem);
  }

  .magazine-aside {
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    min-height: 14rem;
  }

  .magazine-aside .magazine-card-media {
    flex: 1;
    min-height: 5.5rem;
  }

  .magazine-feature-card {
    inset-inline: 0.7rem;
    bottom: 0.7rem;
    padding: 0.9rem 1rem 0.85rem;
  }

  .magazine-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .story-hero-media {
    aspect-ratio: 16 / 10;
  }

  .article-card {
    flex-basis: auto;
  }
}

@media (max-width: 720px) {
  :root {
    --topbar-h: 0px;
    --header-h: 68px;
    --mobile-header-gap: 2.75rem;
    --mobile-inner-gap: 1.35rem;
    --mobile-dock-h: 6.25rem;
    --chrome-h: calc(var(--header-h) + var(--mobile-inner-gap) + env(safe-area-inset-top, 0px));
  }

  html.nav-lock,
  html.nav-lock body {
    overflow: hidden;
  }

  body {
    padding-bottom: calc(var(--mobile-dock-h) + env(safe-area-inset-bottom, 0px));
  }

  .site-chrome {
    position: static;
    height: 0;
    z-index: 80;
    padding-top: 0;
    pointer-events: none;
  }

  .glass-header,
  .topbar,
  .menu-toggle,
  .mobile-drawer {
    pointer-events: auto;
  }

  .topbar {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 79;
    height: auto;
    min-height: var(--mobile-dock-h);
    color: var(--teal-ink);
    background: rgba(237, 246, 249, 0.96);
    border-bottom: 0;
    border-top: 1px solid rgba(0, 109, 119, 0.16);
    box-shadow: 0 -10px 32px rgba(16, 36, 40, 0.1);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .site-chrome.is-scrolled .topbar {
    height: auto;
    min-height: var(--mobile-dock-h);
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    background: rgba(237, 246, 249, 0.96);
    border-color: rgba(0, 109, 119, 0.16);
  }

  .glass-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 92;
    padding: calc(0.3rem + env(safe-area-inset-top, 0px)) 0.45rem 0.3rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    transition:
      background 0.55s var(--ease),
      box-shadow 0.55s var(--ease),
      border-color 0.55s var(--ease),
      backdrop-filter 0.55s var(--ease);
  }

  .site-chrome.is-scrolled .glass-header {
    padding-block: calc(0.35rem + env(safe-area-inset-top, 0px)) 0.35rem;
    background: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 10px 28px rgba(16, 36, 40, 0.08);
    backdrop-filter: blur(18px) saturate(165%);
    -webkit-backdrop-filter: blur(18px) saturate(165%);
  }

  .visit--atlas .visit-card {
    padding: 1.6rem 1.35rem 1.5rem;
  }

  .visit--atlas .visit-actions {
    flex-direction: column;
  }

  .visit--atlas .visit-actions .btn {
    width: 100%;
  }

  .topbar-inner {
    width: 100%;
    height: auto;
    min-height: var(--mobile-dock-h);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.28rem;
    padding: 0.55rem 0.8rem 0.5rem;
    font-size: 0.78rem;
  }

  .topbar-place {
    max-width: none;
    flex: 0 0 auto;
    min-height: 0;
    width: 100%;
    padding: 0;
    gap: 0.45rem;
    border-radius: 0;
  }

  .topbar-place:hover,
  .topbar-place:focus-visible {
    background: transparent;
  }

  .topbar-pin {
    width: 28px;
    height: 28px;
    color: var(--address-strong);
    background:
      radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.7), transparent 55%),
      rgba(181, 68, 40, 0.12);
    box-shadow: inset 0 0 0 1px rgba(181, 68, 40, 0.22);
  }

  .topbar-place:hover .topbar-pin {
    transform: none;
    background:
      radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.7), transparent 55%),
      rgba(0, 109, 119, 0.12);
  }

  .topbar-place-copy {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .topbar-place-label,
  .topbar-place-short {
    display: none;
  }

  .topbar-place-full {
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    color: var(--address-strong);
  }

  .topbar-socials {
    display: none;
  }

  .topbar-aside {
    width: 100%;
    justify-content: flex-start;
  }

  .topbar-phones {
    width: 100%;
    gap: 0.4rem;
    padding-inline-end: 0;
    border-inline-end: 0;
    flex-wrap: wrap;
  }

  .topbar-phones-icon {
    color: var(--teal);
  }

  .topbar-phones a,
  .topbar-phones a:first-of-type,
  .topbar .topbar-phones a[href^="tel:"]:not(.btn) {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.28rem 0.55rem;
    min-height: 44px;
    color: #edf6f9;
    background: var(--teal);
    box-shadow: none;
  }

  .topbar .topbar-phones a[href^="tel:"]:not(.btn):hover,
  .topbar .topbar-phones a[href^="tel:"]:not(.btn):focus-visible {
    color: #fff;
    background: var(--btn-hover);
  }

  .glass-bar {
    direction: ltr;
    gap: 0.35rem;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    justify-content: space-between;
    overflow: visible;
  }

  .site-chrome.is-scrolled .glass-bar {
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .logo {
    gap: 0.45rem;
    padding: 0;
    min-width: 0;
    min-height: 52px;
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  .logo-icon {
    width: auto;
    height: 46px;
    max-width: none;
  }

  .logo-text {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  html[lang="fa"] .logo-text,
  html[lang="ar"] .logo-text {
    direction: rtl;
  }

  .logo-tag,
  .logo-name-full {
    display: none;
  }

  .logo-name {
    display: flex;
    align-items: center;
    height: 46px;
    font-weight: 600;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    color: var(--teal-ink);
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tubelight-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: grid !important;
    place-items: center;
    position: relative;
    z-index: 93;
    width: 52px;
    height: 52px;
    margin: 0;
    flex: 0 0 52px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--teal-ink);
    cursor: pointer;
  }

  .menu-toggle-bars {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
  }

  .menu-toggle-bars span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2.75px;
    border-radius: 999px;
    background: currentColor;
    transition:
      transform 0.35s var(--ease),
      opacity 0.25s var(--ease),
      top 0.35s var(--ease);
  }

  .menu-toggle-bars span:nth-child(1) {
    top: 0;
  }

  .menu-toggle-bars span:nth-child(2) {
    top: 8.5px;
  }

  .menu-toggle-bars span:nth-child(3) {
    top: 17px;
  }

  .site-chrome.is-nav-open .logo {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .site-chrome.is-nav-open .menu-toggle {
    position: fixed;
    top: calc(0.35rem + env(safe-area-inset-top, 0px));
    right: 0.7rem;
    left: auto;
    z-index: 110;
    color: #edf6f9;
  }

  .site-chrome.is-nav-open .menu-toggle-bars span:nth-child(1) {
    top: 8.5px;
    transform: rotate(45deg);
  }

  .site-chrome.is-nav-open .menu-toggle-bars span:nth-child(2) {
    opacity: 0;
  }

  .site-chrome.is-nav-open .menu-toggle-bars span:nth-child(3) {
    top: 8.5px;
    transform: rotate(-45deg);
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100;
    pointer-events: none;
    visibility: hidden;
  }

  .site-chrome.is-nav-open .mobile-drawer {
    pointer-events: auto;
    visibility: visible;
  }

  .site-chrome.is-nav-open .glass-header,
  .site-chrome.is-nav-open.is-scrolled .glass-header {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
    z-index: 110;
  }

  .site-chrome.is-nav-open .menu-toggle {
    pointer-events: auto;
  }

  .mobile-drawer-scrim {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(10, 47, 51, 0.42);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.45s var(--ease);
  }

  .site-chrome.is-nav-open .mobile-drawer-scrim {
    opacity: 1;
  }

  .mobile-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding:
      calc(4.6rem + env(safe-area-inset-top, 0px))
      1.15rem
      calc(1.15rem + env(safe-area-inset-bottom, 0px));
    background: #006d77;
    color: #edf6f9;
    box-shadow: -18px 0 40px rgba(10, 47, 51, 0.28);
    transform: translateX(100%);
    transition: transform 0.5s var(--ease);
  }

  .site-chrome.is-nav-open .mobile-drawer-panel {
    transform: translateX(0);
  }

  .mobile-drawer-brand {
    display: grid;
    place-items: center;
    color: #edf6f9;
  }

  .mobile-drawer-brand .logo-icon {
    width: auto;
    height: 44px;
    max-width: none;
    padding: 0.7rem 0.85rem;
    background: #0b131a;
    border-radius: 16px;
    filter: none;
  }

  .mobile-lang {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    direction: ltr;
  }

  .mobile-lang-chip {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid rgba(237, 246, 249, 0.38);
    color: #edf6f9;
    background: rgba(237, 246, 249, 0.06);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  .mobile-lang-chip.is-current,
  .mobile-lang-chip[aria-current="true"] {
    border-color: #edf6f9;
    background: rgba(237, 246, 249, 0.18);
    color: #fff;
  }

  .mobile-drawer-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.15rem;
    margin-top: 0.15rem;
  }

  .mobile-drawer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    color: #edf6f9;
    font-size: 1.02rem;
    font-weight: 700;
  }

  .mobile-drawer-link.is-active,
  .mobile-drawer-link[aria-current="page"] {
    background: rgba(237, 246, 249, 0.14);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(237, 246, 249, 0.28);
  }

  .mobile-drawer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 16.5rem);
    min-height: 52px;
    margin-top: 0.35rem;
    padding: 0.85rem 1.2rem;
    border-radius: 16px;
    background: #e29578;
    color: #0a2f33;
    font-size: 1.05rem;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 10px 24px rgba(10, 47, 51, 0.22);
  }

  .mobile-drawer-contact {
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(237, 246, 249, 0.22);
    text-align: center;
  }

  .mobile-drawer-address {
    display: block;
    color: #edf6f9;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.5;
  }

  .mobile-drawer-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.7rem;
  }

  .mobile-drawer-phone,
  a.mobile-drawer-phone[href^="tel:"],
  .mobile-drawer a[href^="tel:"]:not(.btn):not(.contact-channel) {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    color: #0a2f33;
    background: #edf6f9;
    font-size: 0.84rem;
    font-weight: 800;
  }

  .tubelight-nav {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
  }

  .tubelight-nav::after {
    content: none;
  }

  .tubelight-pill {
    gap: 0.15rem;
    padding: 0.2rem;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .tubelight-pill::-webkit-scrollbar {
    display: none;
  }

  .tubelight-item {
    min-width: 44px;
    min-height: 44px;
    padding: 0.5rem;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .tubelight-item.is-active {
    background: rgba(131, 197, 190, 0.45);
  }

  .tubelight-label {
    display: none;
  }

  .tubelight-icon {
    display: block;
  }

  .tubelight-lamp {
    top: 0.2rem;
    height: calc(100% - 0.4rem);
  }

  .lang-switch {
    font-size: 0.62rem;
    gap: 0.1rem;
  }

  .lang-switch a,
  .lang-switch span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0.35rem 0.45rem;
  }

  .search-toggle {
    display: none;
  }

  .btn-beam-inner {
    min-height: 44px;
    min-width: 44px;
    padding: 0.45rem 0.65rem;
    font-size: 0.72rem;
    border-radius: 10px;
    background: var(--btn);
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--white);
  }

  .btn-beam:hover .btn-beam-inner {
    background: var(--btn-hover);
    color: var(--white);
  }

  .btn-beam {
    border-radius: 11px;
    padding: 1px;
    box-shadow: 0 4px 14px rgba(0, 109, 119, 0.22);
  }

  .btn-label-full {
    display: none;
  }

  .btn-label-short {
    display: inline;
  }

  .skip-link:focus {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .about-more,
  .services-showcase .service-more {
    min-height: 44px;
    padding-block: 0.65rem;
  }

  .site-footer {
    padding: 1.85rem 0 1.1rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.05rem 1.35rem;
    align-items: start;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-logo {
    height: 44px;
    margin-bottom: 0.55rem;
  }

  .footer-brand h2 {
    margin-bottom: 0.35rem;
  }

  .footer-brand p {
    display: none;
  }

  .footer-grid > :nth-child(4) {
    grid-column: 1 / -1;
  }

  .footer-address {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
  }

  .footer-phones {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.35rem 0.9rem;
  }

  .footer-bottom {
    margin-top: 1.15rem;
    padding-top: 0.85rem;
  }

  .site-footer h3 {
    margin-bottom: 0.4rem;
  }

  .site-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-block: 0.35rem;
    padding-inline: 0.15rem;
  }

  .site-footer li {
    display: block;
  }

  .site-footer li a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding-block: 0.3rem;
  }

  .site-footer li + li {
    margin-top: 0;
  }

  .footer-phones a {
    min-height: 44px;
  }

  .director-socials a,
  .director-social {
    min-width: 44px;
    min-height: 44px;
  }

  .hero-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.5rem 1.15rem calc(1.65rem + var(--mobile-dock-h));
    gap: 0;
  }

  .hero-visual {
    order: -1;
    width: min(18rem, 70vw);
    margin: 1.35rem auto 0;
    flex-shrink: 0;
  }

  .hero-copy {
    order: 2;
    width: min(22.5rem, 100%);
    max-width: 22.5rem;
    margin-top: auto;
    margin-inline: auto;
    padding: 1.35rem 0 0;
    gap: 0.95rem;
    align-items: center;
    text-align: center;
    justify-self: center;
  }

  .hero-title {
    font-size: clamp(1.75rem, 7.2vw, 2.35rem);
    text-align: center;
  }

  .hero-actions {
    margin: 0;
  }

  .hero-actions .btn {
    min-height: 48px;
    padding-inline: 1.35rem;
  }

  html[lang="fa"] .hero-title .w-strong,
  html[lang="fa"] .hero-title .w-light {
    white-space: normal;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    margin-top: 0;
    padding-top: calc(var(--header-h) + var(--mobile-header-gap) + env(safe-area-inset-top, 0px));
  }

  main > :first-child:not(.hero) {
    margin-top: 0;
    border-top-width: var(--chrome-h);
  }

  .page-hero {
    padding-top: 0.55rem;
    padding-bottom: 1.85rem;
  }

  .about-story {
    padding-top: 0.55rem;
  }

  .about-story-crumb {
    margin-bottom: 0.8rem;
  }

  .magazine {
    padding-top: 1.05rem;
  }

  .magazine .breadcrumb {
    margin-bottom: 0.85rem;
  }

  body.page-gallery {
    background: var(--pink-50);
  }

  body.page-gallery .site-footer {
    background: var(--teal-ink);
  }

  .bento-gallery {
    overflow: hidden;
    padding: 0.7rem 0 2.4rem;
    background: var(--pink-50);
  }

  .bento-gallery-head .breadcrumb,
  .bento-gallery-head .breadcrumb a {
    color: var(--rose);
  }

  .bento-gallery-head .breadcrumb a:hover,
  .bento-gallery-head .breadcrumb a:focus-visible {
    color: var(--rose-hover);
  }

  .services-studio {
    padding-top: 0.65rem;
    padding-bottom: 3.2rem;
  }

  .services-open {
    margin-bottom: 1.35rem;
  }

  .services-menu-copy,
  .services-menu-stage {
    display: none;
  }

  .services-menu {
    display: block;
    min-height: 0;
    gap: 0;
  }

  .services-tile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem 0.9rem;
    justify-items: center;
  }

  .services-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem;
    width: 100%;
    min-height: 44px;
    padding: 0.35rem 0.25rem;
    text-align: center;
    text-decoration: none;
    color: var(--teal-ink);
  }

  .services-tile:focus-visible {
    outline: 2px solid var(--teal);
    outline-offset: 4px;
    border-radius: 18px;
  }

  .services-tile-media {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #83c5be;
    box-shadow:
      0 0 0 3px rgba(237, 246, 249, 0.95),
      0 0 0 6px rgba(0, 109, 119, 0.2);
  }

  .services-tile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
  }

  .services-tile-title {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }

  .services-tile:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 0.9rem) / 2);
    justify-self: center;
  }

  .pillars,
  .blog-grid,
  .gallery-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .bento-stage {
    margin-top: 0.75rem;
  }

  .bento-scroller {
    overflow: visible;
    cursor: default;
    touch-action: pan-y;
    padding-block: 0;
    direction: inherit;
  }

  .bento-scroller.is-dragging,
  .bento-scroller.is-dragging .bento-card {
    cursor: pointer;
  }

  .bento-grid {
    display: block;
    width: 100%;
    max-width: none;
    column-count: 2;
    column-gap: 0.55rem;
    padding-inline: 0.85rem;
    margin-bottom: -0.55rem;
  }

  .bento-card,
  .bento-card.span-lg,
  .bento-card.span-tall,
  .bento-card.span-wide {
    display: inline-block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0 0 0.55rem;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    border: 0;
    border-radius: 0.85rem;
    background: #d7ecea;
    box-shadow: 0 6px 16px rgba(16, 36, 40, 0.07);
    color: var(--teal-ink);
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
  }

  .bento-card img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .bento-card:nth-child(2) img,
  .bento-card:nth-child(8) img {
    aspect-ratio: 1 / 1;
  }

  .bento-card:nth-child(3) img,
  .bento-card:nth-child(12) img {
    aspect-ratio: 5 / 4;
  }

  .bento-card:nth-child(4) img,
  .bento-card:nth-child(10) img {
    aspect-ratio: 2 / 3;
  }

  .bento-card:nth-child(5) img,
  .bento-card:nth-child(11) img {
    aspect-ratio: 6 / 5;
  }

  .bento-card:nth-child(6) img,
  .bento-card:nth-child(9) img {
    aspect-ratio: 3 / 4;
  }

  .bento-card:nth-child(7) img {
    aspect-ratio: 16 / 10;
  }

  .bento-card-scrim {
    display: none;
  }

  .bento-card-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .bento-card:hover,
  .bento-card:focus-visible {
    z-index: auto;
    box-shadow: 0 6px 16px rgba(16, 36, 40, 0.07);
    transform: none;
  }

  .bento-card:hover img,
  .bento-card:focus-visible img {
    transform: none;
  }

  .bento-card:active {
    opacity: 0.9;
  }

  .bento-card:focus-visible {
    outline: 2px solid var(--teal);
    outline-offset: 3px;
  }

  .bento-viewer-btn {
    width: 44px;
    height: 44px;
  }

  .bento-viewer {
    grid-template-columns: 1fr;
    max-height: none;
    width: min(100%, calc(100vw - 1.4rem));
  }

  .bento-viewer-media {
    padding: 3.4rem 0.85rem 0.85rem;
  }

  .bento-viewer-media img {
    max-height: min(58vh, 28rem);
  }

  .bento-viewer-note {
    padding: 1.1rem 1.15rem 1.2rem;
  }

  .bento-lightbox.is-expanded .bento-viewer-media img {
    max-height: min(86vh, 44rem);
  }

  .magazine-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .magazine-aside {
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    min-height: 12.5rem;
  }

  .magazine-aside .magazine-card-media {
    flex: 1;
    min-height: 5.25rem;
    aspect-ratio: unset;
  }

  .magazine-feature-link {
    min-height: clamp(15.5rem, 48vw, 20rem);
  }

  .magazine-feature-card {
    inset-inline: 0.65rem;
    bottom: 0.65rem;
    padding: 0.85rem 0.95rem 0.8rem;
  }

  .magazine-feature-card p {
    max-width: none;
  }

  .magazine-grid .magazine-card-excerpt,
  .magazine-grid .magazine-go {
    display: none;
  }

  .magazine-grid .magazine-card-body,
  .magazine-aside .magazine-card-body {
    padding: 0.55rem 0.6rem 0.65rem;
    gap: 0.18rem;
  }

  .magazine-grid .magazine-card-title,
  .magazine-aside .magazine-card-title {
    font-size: 0.82rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .magazine-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 0.75rem) / 2);
    justify-self: center;
  }

  main:has(.services-studio) .services-close h2 {
    text-align: center;
  }

  main:has(.services-studio) .services-close-action {
    align-items: center;
    text-align: center;
  }

  .story-hero {
    padding-top: 0.45rem;
  }

  .story-body {
    padding-bottom: 3.2rem;
  }

  .story-prose p,
  .story-prose li {
    font-size: 1rem;
  }

  .article-card {
    flex-basis: auto;
  }
}

@media (max-width: 1100px) and (min-width: 961px) {
  .about-iris {
    width: min(16.25rem, 42%);
  }

  .about-manifesto {
    margin-inline-start: -3.6rem;
    padding-inline-start: 4.6rem;
  }
}

@media (max-width: 1100px) and (min-width: 721px) {
  .logo-icon {
    height: 38px;
  }

  .logo-name {
    height: 38px;
  }

  .tubelight-item {
    padding: 0.35rem 0.65rem;
    font-size: 0.76rem;
  }

  .btn-beam-inner {
    padding-inline: 0.65rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 960px) and (min-width: 721px) {
  .logo-name {
    font-size: 0.88rem;
  }

  .tubelight-pill {
    gap: 0.12rem;
  }

  .tubelight-item {
    min-width: 38px;
    min-height: 38px;
    padding: 0.4rem;
  }

  .tubelight-label {
    display: none;
  }

  .tubelight-icon {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 720px) {
  .bento-grid {
    column-count: 3;
    column-gap: 0.65rem;
    padding-inline: 1.1rem;
    margin-bottom: -0.65rem;
  }

  .bento-card,
  .bento-card.span-lg,
  .bento-card.span-tall,
  .bento-card.span-wide {
    margin-bottom: 0.65rem;
  }
}

@media (max-width: 560px) {
  .topbar-phones-icon {
    width: 20px;
    height: 20px;
  }

  .doctor-hero::after {
    width: 9rem;
    height: 9rem;
    inset-inline-end: -2.5rem;
  }

  .doctor-stats,
  .doctor-focus-grid,
  .doctor-path-list,
  .doctor-story-grid {
    grid-template-columns: 1fr;
  }

  .doctor-stats li {
    border-inline-start: 0;
    border-block-start: 1px solid var(--line-soft);
  }

  .doctor-stats li:first-child {
    border-block-start: 0;
  }

  .doctor-identity {
    padding: 1.5rem 1.25rem 1.3rem;
  }

  .doctor-cta-band {
    flex-direction: column;
    align-items: stretch;
  }

  .about-pillar > p,
  .about-pillar-more {
    padding-inline-start: 0;
    margin-inline-start: 0;
  }
}

@media (max-width: 420px) {
  .topbar-place-copy {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
  }

  .topbar-place {
    flex: 1 1 auto;
    padding-inline-end: 0.35rem;
  }
}

.contact-page {
  overflow: visible;
}

.contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 2.6rem 0 5.4rem;
  background:
    radial-gradient(ellipse 48% 70% at 92% 8%, rgba(255, 221, 210, 0.55), transparent 58%),
    radial-gradient(ellipse 42% 60% at 4% 88%, rgba(226, 149, 120, 0.18), transparent 50%),
    linear-gradient(180deg, #83c5be 0%, #edf6f9 78%);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.7fr);
  align-items: center;
  gap: 1.5rem 2rem;
}

.contact-hero-copy h1 {
  margin: 0.4rem 0 0.85rem;
  font-size: clamp(2.05rem, 4.6vw, 3.35rem);
  letter-spacing: -0.035em;
  line-height: 1.18;
  max-width: 16ch;
}

.contact-hero-lead {
  margin: 0;
  max-width: 38rem;
  font-size: 1.05rem;
  color: var(--muted);
}

.contact-gaze {
  position: relative;
  justify-self: center;
  width: min(19rem, 58vw);
  aspect-ratio: 1;
  color: var(--teal);
}

.contact-gaze-ring,
.contact-gaze-pupil,
.contact-gaze-spec {
  position: absolute;
  border-radius: 50%;
  inset-inline-start: 50%;
  top: 50%;
  translate: -50% -50%;
}

.contact-gaze-ring:nth-child(1) {
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(0, 109, 119, 0.22);
}

.contact-gaze-ring:nth-child(2) {
  width: 72%;
  height: 72%;
  border: 1.4px dashed rgba(0, 109, 119, 0.38);
  animation: contact-iris-spin 48s linear infinite;
}

.contact-gaze-ring:nth-child(3) {
  width: 46%;
  height: 46%;
  border: 1.6px solid rgba(0, 109, 119, 0.5);
}

.contact-gaze-pupil {
  width: 18%;
  height: 18%;
  background: radial-gradient(circle at 38% 32%, #2a6b72, var(--teal-ink) 70%);
  box-shadow: 0 0 0 10px rgba(0, 109, 119, 0.12);
}

.contact-gaze-spec {
  width: 7%;
  height: 7%;
  inset-inline-start: 42%;
  top: 40%;
  background: rgba(255, 255, 255, 0.72);
}

.contact-channels {
  position: relative;
  z-index: 2;
  margin-top: -3.4rem;
  padding: 0 0 1.2rem;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.contact-channel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  min-height: 5.4rem;
  padding: 0.95rem 1rem;
  border-radius: 1.15rem;
  background: linear-gradient(165deg, var(--white) 0%, var(--ice) 100%);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.contact-channel:hover,
.contact-channel:focus-visible {
  transform: translateY(-3px);
}

.contact-channel-iris {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  color: var(--teal);
  flex-shrink: 0;
}

.contact-channel-iris svg:first-child {
  width: 100%;
  height: 100%;
  transition: transform 1.8s linear;
}

.contact-channel:hover .contact-channel-iris svg:first-child,
.contact-channel:focus-visible .contact-channel-iris svg:first-child {
  transform: rotate(70deg);
}

.contact-channel-glyph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--teal-ink);
}

.contact-channel-glyph svg {
  width: 1.05rem;
  height: 1.05rem;
}

.contact-channel-copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.contact-channel-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.contact-channel[href^="tel:"] .contact-channel-iris {
  color: var(--address-strong);
}

.contact-channel-value {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.contact-channel[href^="tel:"] .contact-channel-value {
  color: var(--address-strong);
  font-size: 1.18rem;
}

.contact-channel-hint {
  font-size: 0.78rem;
  color: var(--muted);
}

.contact-desk {
  padding: 2.6rem 0 1.2rem;
}

.contact-desk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.72fr);
  gap: 1.4rem 1.6rem;
  align-items: start;
}

.contact-form,
.contact-aside {
  border-radius: 1.5rem;
}

.contact-form {
  position: relative;
  overflow: hidden;
  padding: 1.7rem 1.6rem 1.55rem;
  background:
    radial-gradient(circle at 92% 8%, rgba(131, 197, 190, 0.28), transparent 34%),
    var(--white);
  box-shadow: var(--shadow);
}

.contact-form::before {
  content: "";
  position: absolute;
  inset-inline-end: -2.4rem;
  top: -2.6rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 109, 119, 0.18);
  pointer-events: none;
}

.contact-form-head h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
  letter-spacing: -0.03em;
}

.contact-form-head p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.contact-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 0.9rem;
}

.contact-field {
  position: relative;
  display: grid;
}

.contact-field--full,
.contact-form-actions {
  grid-column: 1 / -1;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--ice);
  padding: 1.25rem 0.95rem 0.5rem;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.contact-field textarea {
  min-height: 8.5rem;
  resize: vertical;
  padding-top: 1.45rem;
}

.contact-field label {
  position: absolute;
  inset-inline-start: 0.95rem;
  top: 0.95rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  pointer-events: none;
  transition: top 0.2s var(--ease), font-size 0.2s var(--ease), color 0.2s var(--ease);
}

.contact-field textarea + label {
  top: 1.1rem;
}

.contact-field :is(input, textarea):focus,
.contact-field :is(input, textarea):focus-visible {
  outline: none;
  background: var(--white);
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 109, 119, 0.16);
}

.contact-field :is(input, textarea):focus + label,
.contact-field :is(input, textarea):not(:placeholder-shown) + label {
  top: 0.32rem;
  font-size: 0.7rem;
  color: var(--teal);
}

.contact-req {
  color: var(--rose);
}

.contact-field-error {
  margin: 0.3rem 0.15rem 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #9b3a22;
}

.contact-field.is-invalid :is(input, textarea) {
  border-color: #9b3a22;
  background: #fff6f2;
}

.contact-errors {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  background: #fff6f2;
  border: 1px solid rgba(155, 58, 34, 0.28);
}

.contact-errors h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}

.contact-errors ul {
  margin: 0;
  padding-inline-start: 1.1rem;
}

.contact-errors a {
  color: #9b3a22;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  cursor: pointer;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin-top: 0.25rem;
}

.contact-send svg {
  width: 1.05rem;
  height: 1.05rem;
}

html[dir="rtl"] .contact-send svg {
  transform: scaleX(-1);
}

.contact-privacy {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.contact-success {
  margin: 0;
  padding: 1.1rem 0.2rem 0.3rem;
  font-weight: 650;
  color: var(--teal);
}

.contact-form.is-sent .contact-form-fields,
.contact-form.is-sent .contact-errors {
  display: none;
}

.contact-aside {
  padding: 1.65rem 1.45rem 1.5rem;
  background: linear-gradient(165deg, #0a2f33 0%, #14555c 100%);
  color: #e7f3f3;
  box-shadow: var(--shadow);
}

.contact-aside h2 {
  margin: 0 0 1.1rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.contact-aside-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.contact-aside-item {
  position: relative;
  padding-inline-start: 2.6rem;
}

.contact-aside-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.2rem;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #0a2f33 0 18%, transparent 19%),
    radial-gradient(circle at 50% 50%, transparent 34%, #83c5be 35% 48%, transparent 49%),
    #edf6f9;
}

.contact-aside-item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.98rem;
}

.contact-aside-item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(231, 243, 243, 0.82);
}

.contact-aside-address {
  display: block;
  margin: 0;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--address);
}

.contact-page .visit--atlas {
  padding-top: 2.4rem;
}

[data-stagger].will-stagger > * {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

[data-stagger].is-inview > *:nth-child(1) { transition-delay: 0.02s; }
[data-stagger].is-inview > *:nth-child(2) { transition-delay: 0.08s; }
[data-stagger].is-inview > *:nth-child(3) { transition-delay: 0.14s; }
[data-stagger].is-inview > *:nth-child(4) { transition-delay: 0.2s; }

[data-stagger].is-inview > * {
  opacity: 1;
  transform: none;
}

@keyframes contact-iris-spin {
  to {
    rotate: 360deg;
  }
}

@media (max-width: 960px) {
  .contact-hero-grid,
  .contact-desk-grid,
  .contact-channels-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-hero-copy h1 {
    max-width: none;
  }

  .contact-gaze {
    width: min(14rem, 42vw);
  }

  .contact-desk-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-hero {
    padding: 0.55rem 0 4.6rem;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .contact-gaze {
    width: min(11.5rem, 56vw);
    order: -1;
  }

  .contact-channels {
    margin-top: -2.6rem;
  }

  .contact-channels-grid,
  .contact-form-fields {
    grid-template-columns: 1fr;
  }

  .contact-form,
  .contact-aside {
    padding: 1.35rem 1.15rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .glass-header,
  .mobile-drawer-panel,
  .mobile-drawer-scrim,
  .menu-toggle-bars span {
    transition: none;
  }

  .contact-gaze-ring:nth-child(2) {
    animation: none;
  }

  .contact-channel,
  .contact-channel-iris svg:first-child,
  [data-stagger].will-stagger > * {
    transition: none;
  }

  .contact-channel:hover,
  .contact-channel:focus-visible,
  .contact-channel:hover .contact-channel-iris svg:first-child,
  .contact-channel:focus-visible .contact-channel-iris svg:first-child {
    transform: none;
  }

  [data-stagger] > * {
    opacity: 1;
    transform: none;
  }

  .topbar-place:hover .topbar-pin,
  .topbar-socials a:hover,
  .topbar-socials a:focus-visible {
    transform: none;
  }

  .hero-visual .glow,
  .hero-atmosphere .orb,
  .article-track {
    animation: none;
    transition: none;
  }

  .tubelight-lamp {
    transition: none;
  }

  .btn-beam-comet {
    display: none;
  }

  .map-pin-pulse,
  .clinic-map-pin-pulse {
    animation: none;
    opacity: 0.35;
  }

  .visit--atlas .map-facade:hover .map-iris,
  .visit--atlas .map-facade:focus-visible .map-iris {
    transform: translate(-50%, -50%);
  }

  .magazine-feature-stage img,
  .magazine-feature-card,
  .magazine-go svg,
  .magazine-card,
  .magazine-card-media img {
    transition: none;
  }

  .magazine-feature-link:hover .magazine-feature-stage img,
  .magazine-feature-link:focus-visible .magazine-feature-stage img,
  .magazine-feature-link:hover .magazine-feature-card,
  .magazine-feature-link:focus-visible .magazine-feature-card,
  .magazine-card:hover,
  .magazine-card:focus-visible,
  .magazine-card:hover img,
  .magazine-card:focus-visible img {
    transform: none;
  }

  html[dir="ltr"] .magazine-go svg,
  html[dir="ltr"] .magazine-feature-link:hover .magazine-go svg,
  html[dir="ltr"] .magazine-feature-link:focus-visible .magazine-go svg,
  html[dir="ltr"] .magazine-card:hover .magazine-go svg,
  html[dir="ltr"] .magazine-card:focus-visible .magazine-go svg {
    transform: scaleX(-1);
  }

  .about-iris:hover img,
  .about-iris:focus-within img,
  .about-more:hover svg,
  .about-more:focus-visible svg,
  html[dir="rtl"] .about-more:hover svg,
  html[dir="rtl"] .about-more:focus-visible svg,
  .doctor-clinic-card:hover,
  .doctor-clinic-card:focus-visible {
    transform: none;
  }

  .about-story-orb,
  .about-story-spark,
  .about-story-blob {
    animation: none;
  }

  .bento-card,
  .bento-gallery.is-inview .bento-card,
  .bento-card img,
  .bento-card-scrim,
  .bento-card-copy,
  .bento-card-copy p {
    opacity: 1;
    transform: none;
    transition: none;
    max-height: none;
  }

  .about-pillar,
  .about-stat,
  .about-cta,
  .about-story-frame,
  .about-story-halo {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-story-title::after {
    width: 6rem;
  }

  .about-pillar-more {
    opacity: 1;
    transform: none;
  }

  .about-story.is-inview .about-pillar:hover,
  .about-story.is-inview .about-story-frame:hover,
  .about-story.is-stats-inview .about-stat:hover,
  .about-cta-btn:hover,
  .about-cta-btn:focus-visible,
  .about-stat:hover .about-stat-icon,
  .about-pillar:hover .about-pillar-icon {
    transform: none;
  }
}

.coming-soon {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(6, 28, 32, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.coming-soon[hidden] {
  display: none;
}

.coming-soon-card {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  width: min(28rem, 100%);
  padding: 1.9rem 1.55rem 1.45rem;
  border-radius: 18px;
  background: #edf6f9;
  color: var(--teal-ink);
  box-shadow: 0 28px 70px rgba(0, 16, 20, 0.4);
  text-align: center;
}

.coming-soon-iris {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #0a2f33 0 16%, transparent 17%),
    radial-gradient(circle at 50% 50%, transparent 32%, #83c5be 33% 46%, transparent 47%),
    #fff;
}

.coming-soon-card h2 {
  margin: 0.35rem 0 0;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.coming-soon-card p {
  margin: 0 0 0.55rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.coming-soon-card .btn {
  min-width: 8.5rem;
  min-height: 44px;
}

body.is-coming-soon-open {
  overflow: hidden;
}
