:root {
  --navy: #0b1f3a;
  --blue: #163250;
  --blue-wash: rgba(22, 50, 80, 0.055);
  --blue-line: rgba(22, 50, 80, 0.14);
  --blue-shadow: rgba(22, 50, 80, 0.12);
  --white: #ffffff;
  --ivory: #f6f3ee;
  --graphite: #243142;
  --gold: #c89a3d;
  --gold-wash: rgba(200, 154, 61, 0.105);
  --gold-line: rgba(200, 154, 61, 0.28);
  --gold-shadow: rgba(200, 154, 61, 0.13);
  --turquoise: #5aafb3;
  --skin: #eed9d2;
  --line: rgba(36, 49, 66, 0.12);
  --line-dark: rgba(255, 255, 255, 0.15);
  --hairline: rgba(36, 49, 66, 0.08);
  --shadow: 0 30px 90px rgba(11, 31, 58, 0.12);
  --soft-shadow: 0 20px 56px rgba(11, 31, 58, 0.065);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-standard: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-precise: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 190ms;
  --duration-medium: 320ms;
  --duration-slow: 780ms;
  --max-width: 1240px;
  --radius: 8px;
  --flow-space: clamp(34px, 5vw, 68px);
  --surface-y: clamp(86px, 8vw, 112px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(22, 50, 80, 0.018), transparent 18rem),
    linear-gradient(180deg, var(--white), var(--white) 72%, var(--ivory));
  color: var(--graphite);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.72;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.search-open {
  overflow: hidden;
}

body::selection {
  background: rgba(200, 154, 61, 0.24);
}

@supports (content-visibility: auto) {
  .doctor-articles-section,
  .category-family-index-section,
  .category-overview-section,
  .category-signals-section,
  .category-patient-section,
  .service-overview-section,
  .service-signals-section,
  .service-preparation-section,
  .service-next-section,
  .service-benefit-section,
  .service-faq-section,
  .service-evidence-section,
  .service-note-section,
  .home-process-section,
  .home-contact-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }

  @media (max-width: 720px) {
    .doctor-articles-section,
    .category-family-index-section,
    .category-overview-section,
    .category-signals-section,
    .category-patient-section,
    .service-overview-section,
    .service-signals-section,
    .service-preparation-section,
    .service-next-section,
    .service-benefit-section,
    .service-faq-section,
    .service-evidence-section,
    .service-note-section,
    .home-process-section,
    .home-contact-section {
      contain-intrinsic-size: auto 620px;
    }
  }
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(90, 175, 179, 0.115), transparent 21rem),
    radial-gradient(circle at 48% 48%, rgba(200, 154, 61, 0.08), transparent 15rem),
    linear-gradient(145deg, rgba(9, 28, 53, 0.985), rgba(22, 50, 80, 0.985));
  background-size: 84px 84px, 84px 84px, auto, auto, auto;
  color: var(--white);
  opacity: 1;
  transition:
    opacity 620ms var(--ease-standard),
    visibility 620ms var(--ease-standard);
}

.site-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-loader-panel {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 20px 22px 18px;
  transform: translateY(0);
  transition:
    opacity 520ms var(--ease-standard),
    transform 680ms var(--ease-out);
}

.site-loader-panel::before {
  content: "";
  position: absolute;
  top: 0;
  width: 156px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 61, 0.6), transparent);
  opacity: 0.68;
}

.site-loader.is-hidden .site-loader-panel {
  opacity: 0;
  transform: translateY(-8px);
}

.site-loader-mark {
  position: relative;
  display: grid;
  width: clamp(84px, 9vw, 104px);
  aspect-ratio: 1;
  isolation: isolate;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.046) 58%, rgba(255, 255, 255, 0.018) 100%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(200, 154, 61, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-loader-mark::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background:
    conic-gradient(from 0deg, transparent 0deg, rgba(90, 175, 179, 0.08) 42deg, rgba(200, 154, 61, 0.9) 92deg, rgba(200, 154, 61, 0.16) 138deg, transparent 210deg, transparent 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
}

.site-loader-mark::after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(90, 175, 179, 0.16);
  border-radius: inherit;
  opacity: 0.74;
}

.site-loader-mark img {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(56px, 6vw, 68px);
  height: clamp(56px, 6vw, 68px);
  object-fit: contain;
  transform-origin: 50% 50%;
  filter:
    drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 18px rgba(200, 154, 61, 0.12));
  will-change: transform;
}

.site-loader-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-loader-line {
  position: relative;
  display: block;
  width: min(154px, 44vw);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.13);
}

.site-loader-line::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(90, 175, 179, 0.44), var(--gold), transparent);
}

@media (prefers-reduced-motion: no-preference) {
  .site-loader-panel {
    animation: loader-panel-in 760ms var(--ease-out) both;
  }

  .site-loader-panel::before {
    animation: loader-accent-in 900ms var(--ease-out) 120ms both;
  }

  .site-loader-mark {
    animation: loader-mark-in 820ms var(--ease-out) both;
  }

  .site-loader-mark::before {
    animation: loader-orbit 2100ms linear infinite;
  }

  .site-loader-mark::after {
    animation: loader-pulse 2400ms var(--ease-standard) infinite;
  }

  .site-loader-mark img {
    animation: loader-logo-spin 2600ms linear infinite;
  }

  .site-loader-line::before {
    animation: loader-line 1550ms var(--ease-standard) infinite;
  }
}

@media (max-width: 640px) {
  .site-loader {
    padding: 20px;
  }

  .site-loader-panel {
    gap: 18px;
  }

  .site-loader-text {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }
}

.particle-field {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  contain: strict;
  pointer-events: none;
  opacity: 0.34;
  mix-blend-mode: normal;
  transition: opacity var(--duration-medium) var(--ease-standard);
}

.particle-field[hidden] {
  display: none;
}

html.is-interacting .particle-field {
  opacity: 0.44;
}

body.menu-open .particle-field,
body.search-open .particle-field {
  opacity: 0.14;
}

#app > main,
#app > .site-footer {
  position: relative;
  z-index: 1;
}

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

:where(a, button):focus-visible {
  outline: 2px solid rgba(200, 154, 61, 0.9);
  outline-offset: 4px;
  box-shadow: 0 0 0 5px rgba(200, 154, 61, 0.1);
}

:where(a[href], button, summary, [role="button"]):not(:disabled) {
  cursor: pointer;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
.brand,
.kicker,
.eyebrow,
.band-label {
  font-family: "Manrope", "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.button,
.nav-links,
.nav-action,
.nav-cta,
.nav-search-toggle,
.menu-toggle,
.menu-close,
.mobile-menu-links a,
.back-to-top {
  font-family: "Inter", "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 26;
  color: var(--white);
  transition:
    inset var(--duration-medium) var(--ease-standard),
    transform var(--duration-medium) var(--ease-standard);
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100% - 48px, var(--max-width));
  min-height: 68px;
  margin: 0 auto;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(11, 31, 58, 0.84);
  box-shadow:
    0 22px 66px rgba(6, 18, 34, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  transition:
    min-height var(--duration-medium) var(--ease-standard),
    background var(--duration-medium) var(--ease-standard),
    border-color var(--duration-medium) var(--ease-standard),
    box-shadow var(--duration-medium) var(--ease-standard),
    backdrop-filter var(--duration-medium) var(--ease-standard);
}

.nav-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 2%, rgba(200, 154, 61, 0.32), transparent 38%);
  pointer-events: none;
}

.site-header.is-scrolled {
  top: 12px;
}

.site-header.is-scrolled .nav-shell {
  min-height: 62px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(11, 31, 58, 0.92);
  box-shadow:
    0 18px 54px rgba(6, 18, 34, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 184px;
  min-height: 44px;
  padding-right: 20px;
  font-weight: 700;
  transition: opacity var(--duration-fast) var(--ease-standard);
}

.brand::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  bottom: 9px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.brand:hover,
.brand:focus-visible {
  opacity: 0.92;
}

.brand-logo {
  display: block;
  width: clamp(154px, 13.4vw, 196px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.site-footer .brand-logo {
  width: clamp(162px, 13vw, 188px);
}

.brand-mark {
  position: relative;
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(200, 154, 61, 0.78);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow:
    inset 0 0 0 5px rgba(200, 154, 61, 0.045),
    0 0 0 1px rgba(255, 255, 255, 0.035);
}

.brand-text {
  display: grid;
  gap: 2px;
  line-height: 1.08;
}

.brand-text strong {
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
}

.brand-text span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 600;
}

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

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.032);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 650;
}

.nav-links a,
.nav-menu-trigger,
.nav-action,
.button {
  transition:
    transform var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    opacity var(--duration-fast) var(--ease-standard);
}

.nav-links > a,
.nav-menu-trigger {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 999px;
}

.nav-links > a::after,
.nav-menu-trigger::after {
  content: "";
  position: absolute;
  inset: auto 12px 8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 154, 61, 0), var(--gold), rgba(200, 154, 61, 0));
  opacity: 0;
  transform: scaleX(0.72);
  transition:
    opacity var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > a.is-active,
.nav-menu:hover .nav-menu-trigger,
.nav-menu:focus-within .nav-menu-trigger,
.nav-menu.is-expanded .nav-menu-trigger,
.nav-menu.is-active .nav-menu-trigger {
  background: rgba(255, 255, 255, 0.065);
  color: var(--white);
}

.nav-links > a:hover::after,
.nav-links > a:focus-visible::after,
.nav-links > a.is-active::after,
.nav-menu:hover .nav-menu-trigger::after,
.nav-menu:focus-within .nav-menu-trigger::after,
.nav-menu.is-expanded .nav-menu-trigger::after,
.nav-menu.is-active .nav-menu-trigger::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-menu {
  position: relative;
}

.nav-menu::after {
  content: "";
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 23;
  display: none;
  height: 34px;
}

.nav-menu-trigger em {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.64;
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--duration-fast) var(--ease-out);
}

.nav-menu:hover .nav-menu-trigger em,
.nav-menu:focus-within .nav-menu-trigger em,
.nav-menu.is-expanded .nav-menu-trigger em {
  transform: translateY(1px) rotate(225deg);
}

.nav-dropdown {
  position: fixed;
  top: 82px;
  left: 50%;
  z-index: 24;
  display: grid;
  width: min(1040px, calc(100vw - 48px));
  padding: 18px;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(22, 50, 80, 0.96), rgba(11, 31, 58, 0.96)),
    var(--navy);
  box-shadow: 0 28px 80px rgba(6, 18, 34, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition:
    opacity 220ms var(--ease-standard),
    transform 260ms var(--ease-out),
    visibility 220ms var(--ease-standard);
  visibility: hidden;
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  inset: 0 18px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 61, 0.58), rgba(90, 175, 179, 0.34), transparent);
  opacity: 0.9;
}

.site-header.is-scrolled .nav-dropdown {
  top: 76px;
}

.site-header.is-scrolled .nav-menu::after {
  top: 56px;
}

.nav-menu:hover .nav-dropdown,
.nav-menu:focus-within .nav-dropdown,
.nav-menu.is-expanded .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-menu:hover::after,
.nav-menu:focus-within::after,
.nav-menu.is-expanded::after {
  display: block;
}

.nav-dropdown-intro {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(200, 154, 61, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.nav-dropdown-intro::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(90, 175, 179, 0.72));
}

.nav-dropdown-intro span {
  color: var(--gold);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-dropdown-intro p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.58;
}

.nav-dropdown-intro a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 0 14px;
  border: 1px solid rgba(200, 154, 61, 0.32);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
}

.nav-dropdown-intro > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg);
  transition: transform var(--duration-fast) var(--ease-out);
}

.nav-dropdown-intro a:hover,
.nav-dropdown-intro a:focus-visible {
  background: rgba(200, 154, 61, 0.12);
  border-color: rgba(200, 154, 61, 0.58);
}

.nav-dropdown-intro > a:hover::after,
.nav-dropdown-intro > a:focus-visible::after {
  transform: translateX(2px) rotate(45deg);
}

.nav-menu.is-services-nav .nav-dropdown {
  width: min(1120px, calc(100vw - 40px));
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
}

.nav-menu.is-services-nav .nav-dropdown-intro {
  display: grid;
  align-content: start;
  background:
    radial-gradient(circle at 100% 0%, rgba(90, 175, 179, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.nav-quick-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-quick-routes::before {
  content: "Motivos frecuentes";
  flex: 0 0 100%;
  color: rgba(255, 255, 255, 0.54);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-quick-routes a {
  min-height: 34px;
  margin-top: 0;
  padding: 0 11px;
  border-color: rgba(90, 175, 179, 0.22);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}

.nav-quick-routes a:hover,
.nav-quick-routes a:focus-visible {
  border-color: rgba(90, 175, 179, 0.44);
  background: rgba(90, 175, 179, 0.12);
  color: var(--white);
}

.nav-dropdown-links {
  display: grid;
  gap: 12px;
}

.nav-dropdown-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.nav-dropdown-list.is-grouped {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.nav-dropdown-list.is-services-menu {
  max-height: min(68vh, 640px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: rgba(200, 154, 61, 0.58) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.nav-dropdown-list.is-services-menu .nav-child-group:nth-child(1) {
  grid-column: 1 / -1;
  grid-row: auto;
}

.nav-dropdown-list.is-services-menu .nav-child-group:nth-child(1) .nav-child-group-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nav-dropdown-list.is-services-menu .nav-child-group:nth-child(1) a {
  min-height: 66px;
  border-color: rgba(200, 154, 61, 0.16);
  background:
    linear-gradient(135deg, rgba(200, 154, 61, 0.09), rgba(90, 175, 179, 0.035)),
    rgba(255, 255, 255, 0.028);
}

.nav-child-group {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.nav-child-group[hidden],
.nav-dropdown-links a[hidden],
.mobile-menu-links a[hidden] {
  display: none !important;
}

.nav-dropdown-list.is-grouped .nav-child-group {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.nav-child-group-links {
  display: grid;
  gap: 7px;
}

.nav-dropdown-links .nav-child-group-label {
  display: block;
  padding: 1px 2px 4px;
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-dropdown-links a {
  position: relative;
  display: grid;
  min-height: 74px;
  align-content: start;
  padding: 13px 30px 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.82);
  transform: translateY(0);
  transition:
    color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.nav-dropdown-links a::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.28;
  transform: rotate(45deg);
  transition:
    opacity var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.nav-dropdown-list.is-grouped a {
  min-height: auto;
  padding: 11px 26px 11px 10px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.022);
}

.nav-dropdown-list.is-services-menu .nav-child-group:nth-child(1) a {
  min-height: 66px;
  border-color: rgba(200, 154, 61, 0.16);
  background:
    linear-gradient(135deg, rgba(200, 154, 61, 0.09), rgba(90, 175, 179, 0.035)),
    rgba(255, 255, 255, 0.028);
}

.nav-dropdown-links a:hover,
.nav-dropdown-links a:focus-visible {
  border-color: rgba(90, 175, 179, 0.48);
  background:
    linear-gradient(135deg, rgba(90, 175, 179, 0.15), rgba(255, 255, 255, 0.065));
  color: var(--white);
  box-shadow: inset 3px 0 0 rgba(90, 175, 179, 0.42);
  transform: translateY(-1px);
}

.nav-dropdown-links a.is-active {
  border-color: rgba(200, 154, 61, 0.48);
  background:
    linear-gradient(135deg, rgba(200, 154, 61, 0.16), rgba(255, 255, 255, 0.07));
  color: var(--white);
  box-shadow: inset 3px 0 0 rgba(200, 154, 61, 0.55);
  transform: translateY(-1px);
}

.nav-dropdown-links a:hover::after,
.nav-dropdown-links a:focus-visible::after,
.nav-dropdown-links a.is-active::after {
  opacity: 0.72;
  transform: translateX(2px) rotate(45deg);
}

.nav-dropdown-links span {
  font-weight: 800;
}

.nav-dropdown-links small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
}

.nav-dropdown-list.is-grouped small {
  font-size: 0.7rem;
  line-height: 1.32;
}

.list-search {
  display: grid;
  gap: 7px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.list-search span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.list-search input {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  appearance: none;
  background: rgba(255, 255, 255, 0.075);
  color: var(--white);
  font: 700 0.9rem "Inter", "Manrope", Arial, sans-serif;
  outline: 0;
  padding: 0 12px;
}

.list-search input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.list-search input:focus-visible {
  box-shadow: 0 0 0 3px rgba(200, 154, 61, 0.18);
}

.filter-empty {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
  line-height: 1.45;
}

.nav-utilities {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.language-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.language-switch-desktop {
  margin-left: 3px;
  border-color: rgba(200, 154, 61, 0.28);
  background:
    linear-gradient(180deg, rgba(200, 154, 61, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

.language-switch-desktop::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -8px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.language-switch a {
  display: inline-flex;
  min-width: 31px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  transition:
    background var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.language-switch a:hover,
.language-switch a:focus-visible {
  background: rgba(90, 175, 179, 0.18);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(90, 175, 179, 0.34);
}

.language-switch a.is-active {
  background: linear-gradient(180deg, rgba(213, 170, 85, 0.98), rgba(200, 154, 61, 0.86));
  color: var(--navy);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

.language-switch a.is-active:hover,
.language-switch a.is-active:focus-visible {
  background: linear-gradient(180deg, #d8b162, var(--gold));
  color: var(--navy);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 10px 22px rgba(0, 0, 0, 0.16);
}

.language-switch-mobile {
  width: max-content;
  height: 46px;
  margin: 0;
  justify-self: end;
  align-self: stretch;
  border-color: rgba(200, 154, 61, 0.3);
  background:
    linear-gradient(135deg, rgba(200, 154, 61, 0.18), rgba(90, 175, 179, 0.08)),
    rgba(255, 255, 255, 0.055);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 260ms var(--ease-standard),
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard);
}

.language-switch-mobile a {
  min-width: 35px;
  min-height: 38px;
}

.mobile-menu.is-open .language-switch-mobile {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 190ms;
}

.nav-search-toggle {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid rgba(90, 175, 179, 0.24);
  border-radius: 999px;
  appearance: none;
  background:
    linear-gradient(180deg, rgba(90, 175, 179, 0.12), rgba(90, 175, 179, 0.04)),
    rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  transition:
    color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard);
}

.nav-search-toggle span {
  white-space: nowrap;
}

.nav-search-toggle::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.6px solid currentColor;
  border-radius: 50%;
  box-shadow: 5px 5px 0 -3.4px currentColor;
  opacity: 0.84;
  transform: rotate(8deg);
}

.nav-search-toggle:hover,
.nav-search-toggle:focus-visible {
  border-color: rgba(200, 154, 61, 0.5);
  background:
    linear-gradient(180deg, rgba(90, 175, 179, 0.18), rgba(90, 175, 179, 0.07)),
    rgba(255, 255, 255, 0.075);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(200, 154, 61, 0.56);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(200, 154, 61, 0.18), rgba(200, 154, 61, 0.075)),
    rgba(200, 154, 61, 0.02);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  transition:
    color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: rgba(200, 154, 61, 0.86);
  background:
    linear-gradient(180deg, rgba(200, 154, 61, 0.28), rgba(200, 154, 61, 0.12)),
    rgba(200, 154, 61, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.nav-cta:active,
.nav-search-toggle:active {
  transform: translateY(1px);
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(200, 154, 61, 0.58);
  border-radius: 6px;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 600;
}

.nav-action:hover,
.nav-action:focus-visible {
  background: rgba(200, 154, 61, 0.13);
  border-color: rgba(200, 154, 61, 0.9);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.nav-action:active,
.button:active {
  transform: translateY(1px);
}

.menu-toggle,
.menu-close,
.back-to-top {
  display: none;
  border: 0;
  appearance: none;
  color: inherit;
  cursor: pointer;
}

.menu-toggle {
  display: inline-flex;
  min-width: 92px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.menu-toggle-icon {
  display: grid;
  width: 19px;
  gap: 4px;
  justify-items: stretch;
}

.menu-toggle-icon i,
.menu-close span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform var(--duration-fast) var(--ease-standard),
    opacity var(--duration-fast) var(--ease-standard);
}

.menu-toggle-icon i:nth-child(2) {
  width: 13px;
  justify-self: end;
  opacity: 0.72;
}

.menu-close span {
  width: 17px;
}

.menu-toggle-label {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(200, 154, 61, 0.58);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.menu-toggle:active {
  transform: scale(0.98);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.45);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.menu-toggle-mobile-fallback {
  display: none;
  border: 0;
  appearance: none;
  cursor: pointer;
}

@media (min-width: 861px) {
  .menu-toggle {
    display: none;
  }
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background:
    radial-gradient(circle at 20% 20%, rgba(90, 175, 179, 0.12), transparent 34%),
    rgba(6, 18, 34, 0.86);
  opacity: 0;
  transition:
    opacity 280ms var(--ease-standard),
    backdrop-filter 280ms var(--ease-standard);
  backdrop-filter: blur(5px);
}

.mobile-menu-overlay.is-visible {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 31;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 280ms var(--ease-standard),
    visibility 320ms var(--ease-standard);
  visibility: hidden;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-panel {
  position: relative;
  display: flex;
  width: min(460px, calc(100% - 32px));
  max-width: 100%;
  min-height: 100%;
  padding: 22px;
  overflow-y: auto;
  flex-direction: column;
  background:
    radial-gradient(circle at 100% 0%, rgba(90, 175, 179, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, var(--blue), var(--navy));
  color: var(--white);
  pointer-events: auto;
  box-shadow: -26px 0 70px rgba(6, 18, 34, 0.22);
  transform: translateY(-8px);
  transition:
    transform 320ms var(--ease-out),
    box-shadow 320ms var(--ease-standard);
}

.mobile-menu-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(200, 154, 61, 0.48), rgba(90, 175, 179, 0.26), transparent);
  opacity: 0.72;
}

.mobile-menu.is-open .mobile-menu-panel {
  transform: translateY(0);
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-menu .brand-text span {
  display: block;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.menu-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.menu-close span {
  grid-area: 1 / 1;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

.menu-close:hover,
.menu-close:focus-visible {
  border-color: rgba(200, 154, 61, 0.58);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.mobile-menu-intro {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(200, 154, 61, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-menu-intro::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(90, 175, 179, 0.75));
}

.mobile-menu-intro span,
.mobile-menu-label {
  display: block;
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mobile-menu-intro p {
  max-width: 25rem;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.55;
}

.mobile-menu-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.mobile-menu-secondary-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.mobile-menu-actions > a,
.mobile-menu-secondary-row > a,
.mobile-menu-secondary-row > button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  appearance: none;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  text-align: center;
  transition:
    box-shadow var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    opacity 260ms var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.mobile-menu-actions > a:hover,
.mobile-menu-actions > a:focus-visible,
.mobile-menu-secondary-row > a:hover,
.mobile-menu-secondary-row > a:focus-visible,
.mobile-menu-secondary-row > button:hover,
.mobile-menu-secondary-row > button:focus-visible {
  border-color: rgba(200, 154, 61, 0.44);
  background: rgba(200, 154, 61, 0.14);
  color: var(--white);
  box-shadow:
    inset 0 0 0 1px rgba(200, 154, 61, 0.16),
    0 12px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.mobile-menu-action-primary {
  justify-content: space-between !important;
  min-height: 54px !important;
  padding-inline: 18px !important;
  border-color: rgba(200, 154, 61, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(200, 154, 61, 0.22), rgba(90, 175, 179, 0.1)),
    rgba(255, 255, 255, 0.045) !important;
  color: var(--white) !important;
  font-weight: 800 !important;
  box-shadow: 0 18px 42px rgba(6, 18, 34, 0.16);
}

.mobile-menu-action-primary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg);
}

.mobile-service-shortcuts {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.032);
}

.mobile-service-shortcuts > span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-service-shortcuts div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-service-shortcuts a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(90, 175, 179, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.18;
}

.mobile-service-shortcuts a:hover,
.mobile-service-shortcuts a:focus-visible {
  border-color: rgba(200, 154, 61, 0.42);
  background: rgba(200, 154, 61, 0.12);
  color: var(--white);
}

.mobile-menu-links {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.mobile-menu-nav-label {
  display: block;
  margin: 24px 0 0 2px;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-menu-section {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.mobile-menu-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(200, 154, 61, 0.76), rgba(90, 175, 179, 0.42));
  opacity: 0;
  transition: opacity var(--duration-fast) var(--ease-standard);
}

.mobile-menu-section summary {
  position: relative;
  display: grid;
  min-height: 58px;
  align-content: center;
  padding: 12px 42px 12px 16px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  list-style: none;
}

.mobile-menu-section summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-section summary::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.64;
  transform: rotate(45deg);
  transition: transform var(--duration-fast) var(--ease-out);
}

.mobile-menu-section[open] summary::after {
  transform: translateY(4px) rotate(225deg);
}

.mobile-menu-section summary span {
  font-size: 0.98rem;
  font-weight: 800;
}

.mobile-menu-section summary small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.35;
}

.mobile-menu-section.is-active,
.mobile-menu-section[open] {
  border-color: rgba(200, 154, 61, 0.26);
  background: rgba(255, 255, 255, 0.045);
}

.mobile-menu-section.is-active::before,
.mobile-menu-section[open]::before {
  opacity: 1;
}

.mobile-menu-section-links {
  display: grid;
  gap: 7px;
  padding: 0 10px 12px 14px;
}

.mobile-menu-section-list {
  display: grid;
  gap: 7px;
}

.mobile-menu-section-list .nav-child-group {
  gap: 7px;
}

.mobile-menu-section-list .nav-child-group + .nav-child-group {
  margin-top: 7px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.mobile-menu-section-list .nav-child-group-label {
  display: block;
  padding: 0 4px 2px;
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mobile-menu-links a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 14px;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
  transition:
    color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    padding var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    opacity 260ms var(--ease-standard),
    transform 260ms var(--ease-out);
}

.mobile-menu-section-list .nav-child-group-links a {
  background: rgba(255, 255, 255, 0.018);
}

.mobile-menu-links a em {
  grid-row: 1 / span 2;
  grid-column: 2;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.5;
  transform: rotate(45deg);
  transition:
    opacity var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.mobile-menu-links a small {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.32;
}

.mobile-menu-main-link {
  border-color: rgba(200, 154, 61, 0.22) !important;
  background: rgba(200, 154, 61, 0.095) !important;
  color: var(--white) !important;
}

.mobile-menu-direct {
  min-height: 62px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.mobile-menu-direct span {
  font-weight: 800;
}

.mobile-menu.is-open .mobile-menu-links a,
.mobile-menu.is-open .mobile-menu-actions a,
.mobile-menu.is-open .mobile-menu-actions button {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu.is-open .mobile-menu-links a:nth-of-type(1),
.mobile-menu.is-open .mobile-menu-actions :is(a, button):nth-child(1) {
  transition-delay: 80ms;
}

.mobile-menu.is-open .mobile-menu-links a:nth-of-type(2),
.mobile-menu.is-open .mobile-menu-actions :is(a, button):nth-child(2) {
  transition-delay: 130ms;
}

.mobile-menu.is-open .mobile-menu-links a:nth-of-type(3),
.mobile-menu.is-open .mobile-menu-actions :is(a, button):nth-child(3) {
  transition-delay: 180ms;
}

.mobile-menu.is-open .mobile-menu-links a:nth-of-type(4) {
  transition-delay: 230ms;
}

.mobile-menu-links a:hover,
.mobile-menu-links a:focus-visible {
  border-color: rgba(90, 175, 179, 0.42);
  background:
    linear-gradient(135deg, rgba(90, 175, 179, 0.14), rgba(255, 255, 255, 0.055));
  color: var(--white);
  box-shadow: inset 3px 0 0 rgba(90, 175, 179, 0.38);
}

.mobile-menu-links a.is-active {
  border-color: rgba(200, 154, 61, 0.42);
  background:
    linear-gradient(135deg, rgba(200, 154, 61, 0.16), rgba(255, 255, 255, 0.06));
  color: var(--white);
  box-shadow: inset 3px 0 0 rgba(200, 154, 61, 0.5);
}

.mobile-menu-links a:hover em,
.mobile-menu-links a:focus-visible em,
.mobile-menu-links a.is-active em {
  opacity: 1;
  transform: translateX(2px) rotate(45deg);
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 42;
  display: grid;
  place-items: start center;
  padding: 112px 24px 32px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 280ms var(--ease-standard),
    visibility 280ms var(--ease-standard);
  visibility: hidden;
}

.site-search-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.site-search-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  appearance: none;
  background:
    radial-gradient(circle at 52% 8%, rgba(90, 175, 179, 0.12), transparent 30%),
    rgba(6, 18, 34, 0.78);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.site-search-panel {
  position: relative;
  display: grid;
  width: min(760px, 100%);
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.98)),
    var(--ivory);
  color: var(--graphite);
  box-shadow: 0 36px 90px rgba(6, 18, 34, 0.28);
  transform: translateY(14px) scale(0.985);
  transition:
    transform 320ms var(--ease-out),
    opacity 260ms var(--ease-standard);
}

.site-search-overlay.is-visible .site-search-panel {
  transform: translateY(0) scale(1);
}

.site-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-search-head > span,
.site-search-input > span,
.search-result > span,
.search-empty span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-search-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 50%;
  appearance: none;
  background: rgba(11, 31, 58, 0.04);
  color: var(--navy);
  cursor: pointer;
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard);
}

.site-search-close span {
  grid-area: 1 / 1;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-search-close span:first-child {
  transform: rotate(45deg);
}

.site-search-close span:last-child {
  transform: rotate(-45deg);
}

.site-search-close:hover,
.site-search-close:focus-visible {
  border-color: rgba(200, 154, 61, 0.38);
  background: rgba(200, 154, 61, 0.1);
  transform: translateY(-1px);
}

.site-search-input {
  display: grid;
  gap: 10px;
}

.site-search-input input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 16px;
  appearance: none;
  background: var(--white);
  color: var(--navy);
  font: 700 1rem "Inter", "Manrope", Arial, sans-serif;
  outline: 0;
  transition:
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.site-search-input input::placeholder {
  color: rgba(36, 49, 66, 0.46);
}

.site-search-input input:focus-visible {
  border-color: rgba(200, 154, 61, 0.5);
  box-shadow: 0 0 0 4px rgba(200, 154, 61, 0.14);
}

.site-search-note {
  margin: -2px 2px 0;
  color: rgba(36, 49, 66, 0.62);
  font-size: 0.94rem;
  line-height: 1.58;
}

.site-search-results {
  display: grid;
  max-height: min(58vh, 520px);
  overflow-y: auto;
  padding-right: 6px;
  gap: 10px;
  scrollbar-color: rgba(200, 154, 61, 0.55) rgba(11, 31, 58, 0.08);
  scrollbar-width: thin;
}

.search-result {
  display: grid;
  gap: 7px;
  padding: 17px 18px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--graphite);
  opacity: 0;
  transform: translateY(8px);
  animation: search-result-in 420ms var(--ease-out) var(--search-delay, 0ms) forwards;
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.search-result strong {
  color: var(--navy);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.search-result small {
  color: rgba(36, 49, 66, 0.66);
  font-size: 0.94rem;
  line-height: 1.48;
}

.search-result:hover,
.search-result:focus-visible {
  border-color: rgba(90, 175, 179, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.9));
  box-shadow:
    inset 3px 0 0 rgba(90, 175, 179, 0.34),
    0 18px 40px rgba(11, 31, 58, 0.1);
  transform: translateY(-2px);
}

.search-empty {
  padding: 22px;
  border: 1px dashed rgba(11, 31, 58, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
}

.search-empty p {
  margin-top: 8px;
  color: rgba(36, 49, 66, 0.68);
  line-height: 1.55;
}

.floating-whatsapp,
.back-to-top {
  position: fixed;
  right: 24px;
  --back-top-base: 24px;
  --footer-offset: 0px;
  z-index: 18;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.floating-whatsapp {
  display: grid;
  bottom: calc(var(--back-top-base) + var(--footer-offset) + 82px);
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.3), transparent 24%),
    linear-gradient(145deg, rgba(90, 175, 179, 0.98), rgba(22, 50, 80, 0.96) 58%, rgba(11, 31, 58, 0.98));
  box-shadow:
    0 20px 52px rgba(11, 31, 58, 0.18),
    0 0 0 1px rgba(90, 175, 179, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  transition:
    bottom 220ms var(--ease-standard),
    opacity 220ms var(--ease-standard),
    transform 220ms var(--ease-out),
    box-shadow 240ms var(--ease-standard),
    background 240ms var(--ease-standard);
  backdrop-filter: blur(16px);
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(90, 175, 179, 0.2);
  border-radius: inherit;
  background: radial-gradient(circle, rgba(90, 175, 179, 0.13), transparent 64%);
  opacity: 0.72;
  transform: scale(0.92);
  transition:
    opacity 240ms var(--ease-standard),
    transform 260ms var(--ease-out);
}

.floating-whatsapp::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 11px;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(11, 31, 58, 0.8);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(200, 154, 61, 0.12);
}

.floating-whatsapp-mark {
  display: grid;
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(11, 31, 58, 0.2);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.floating-whatsapp-mark svg {
  width: 25px;
  height: 25px;
  display: block;
}

.floating-whatsapp-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.floating-whatsapp-label {
  position: absolute;
  right: 76px;
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(90, 175, 179, 0.18);
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.9);
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition:
    opacity 180ms var(--ease-standard),
    transform 220ms var(--ease-out);
  white-space: nowrap;
}

.floating-whatsapp-prompt {
  position: absolute;
  right: 78px;
  bottom: 6px;
  width: max-content;
  max-width: min(280px, calc(100vw - 124px));
  min-height: 48px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(200, 154, 61, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.96)),
    var(--white);
  box-shadow:
    0 18px 44px rgba(11, 31, 58, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--navy);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px) translateY(4px) scale(0.98);
  transform-origin: right center;
  transition:
    opacity 240ms var(--ease-standard),
    transform 300ms var(--ease-out);
}

.floating-whatsapp-prompt::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(200, 154, 61, 0.14);
  border-right: 1px solid rgba(200, 154, 61, 0.14);
  background: rgba(255, 255, 255, 0.98);
  transform: rotate(45deg);
}

.floating-whatsapp.is-prompt-visible .floating-whatsapp-prompt {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}

.floating-whatsapp.is-near-footer .floating-whatsapp-prompt {
  opacity: 0;
  transform: translateX(10px) translateY(4px) scale(0.96);
}

.floating-whatsapp.is-prompt-visible .floating-whatsapp-label {
  opacity: 0;
  transform: translateX(6px);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(145deg, rgba(90, 175, 179, 1), rgba(18, 58, 90, 0.98) 60%, rgba(11, 31, 58, 0.98));
  box-shadow:
    0 24px 62px rgba(11, 31, 58, 0.24),
    0 0 0 7px rgba(90, 175, 179, 0.09);
  transform: translateY(-2px) scale(1);
}

.floating-whatsapp:hover::before,
.floating-whatsapp:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.floating-whatsapp:hover .floating-whatsapp-label,
.floating-whatsapp:focus-visible .floating-whatsapp-label {
  opacity: 1;
  transform: translateX(0);
}

.floating-whatsapp.is-prompt-visible:hover .floating-whatsapp-label,
.floating-whatsapp.is-prompt-visible:focus-visible .floating-whatsapp-label {
  opacity: 0;
  transform: translateX(6px);
}

.floating-whatsapp:active {
  transform: translateY(0) scale(0.98);
}

.back-to-top {
  display: grid;
  bottom: calc(var(--back-top-base) + var(--footer-offset));
  place-items: center;
  border: 0;
  background:
    conic-gradient(var(--gold) var(--scroll-progress, 0%), rgba(255, 255, 255, 0.14) 0),
    rgba(11, 31, 58, 0.88);
  box-shadow: 0 18px 46px rgba(11, 31, 58, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  transition:
    bottom 220ms var(--ease-standard),
    opacity 220ms var(--ease-standard),
    transform 220ms var(--ease-out),
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
  backdrop-filter: blur(16px);
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 16px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  transform: translateY(3px) rotate(45deg);
}

.scroll-progress-ring {
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(22, 50, 80, 0.96), rgba(11, 31, 58, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.scroll-progress-value {
  position: absolute;
  bottom: 11px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
}

.back-to-top.is-visible {
  display: grid;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background:
    conic-gradient(var(--gold) var(--scroll-progress, 0%), rgba(255, 255, 255, 0.2) 0),
    rgba(22, 50, 80, 0.94);
  box-shadow: 0 20px 52px rgba(11, 31, 58, 0.22);
  transform: translateY(-2px) scale(1);
}

.back-to-top:active {
  transform: translateY(0) scale(0.98);
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(720px, 92svh, 860px);
  overflow: hidden;
  overflow: clip;
  contain: layout paint;
  background: var(--navy);
  color: var(--white);
  isolation: isolate;
  --hero-shift: 0px;
  --hero-progress: 0;
  --hero-line-progress: 0.12;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.managed-picture {
  display: contents;
}

.image-motion-host {
  --image-spot-x: 72%;
  --image-spot-y: 34%;
  --image-motion-x: 0px;
  --image-motion-y: 0px;
  --image-motion-opacity: 0.42;
  --image-motion-active-opacity: 0.58;
}

.image-molecular-field,
.image-molecular-field span {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  pointer-events: none;
  text-transform: none;
}

.image-molecular-field {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  contain: paint;
  opacity: 0;
  visibility: hidden;
  mix-blend-mode: normal;
  transform: translate3d(var(--image-motion-x), var(--image-motion-y), 0);
  will-change: opacity, transform;
  transition:
    opacity 320ms var(--ease-standard),
    transform 480ms var(--ease-out),
    visibility 320ms var(--ease-standard);
}

.image-motion-host.is-image-motion-visible > .image-molecular-field {
  opacity: var(--image-motion-opacity);
  visibility: visible;
}

.image-motion-host:hover > .image-molecular-field,
.image-motion-host:focus-within > .image-molecular-field,
.image-motion-host.is-image-pointer-active > .image-molecular-field {
  opacity: var(--image-motion-active-opacity);
  visibility: visible;
  transform: translate3d(var(--image-motion-x), var(--image-motion-y), 0) scale(1.006);
}

.image-molecular-field::before {
  content: "";
  position: absolute;
  width: clamp(76px, 13vw, 176px);
  height: clamp(136px, 22vw, 280px);
  top: clamp(14px, 9%, 62px);
  right: clamp(16px, 8%, 84px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 260'%3E%3Cpath d='M60 6 C14 36 106 64 60 94 C14 124 106 154 60 184 C14 214 106 232 60 254' fill='none' stroke='%235AAFB3' stroke-opacity='.62' stroke-width='1.6'/%3E%3Cpath d='M60 6 C106 36 14 64 60 94 C106 124 14 154 60 184 C106 214 14 232 60 254' fill='none' stroke='%23C89A3D' stroke-opacity='.52' stroke-width='1.25'/%3E%3Cg stroke='%23FFFFFF' stroke-opacity='.2' stroke-width='1'%3E%3Cpath d='M36 34H84'/%3E%3Cpath d='M32 66H88'/%3E%3Cpath d='M35 98H85'/%3E%3Cpath d='M31 130H89'/%3E%3Cpath d='M35 162H85'/%3E%3Cpath d='M32 194H88'/%3E%3Cpath d='M36 226H84'/%3E%3C/g%3E%3Cg fill='%23FFFFFF' fill-opacity='.34'%3E%3Ccircle cx='60' cy='6' r='2'/%3E%3Ccircle cx='60' cy='94' r='2.2'/%3E%3Ccircle cx='60' cy='184' r='2.2'/%3E%3Ccircle cx='60' cy='254' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 12px rgba(90, 175, 179, 0.1));
  opacity: 0.44;
  transform: rotate(-12deg);
  transform-origin: center;
  animation: image-dna-float 14s var(--ease-standard) var(--image-motion-delay, 0ms) infinite alternate;
  animation-play-state: paused;
}

.image-molecular-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--image-spot-x) var(--image-spot-y), rgba(200, 154, 61, 0.12), transparent 18%),
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1.8px),
    radial-gradient(circle at 42% 72%, rgba(90, 175, 179, 0.28) 0 1.2px, transparent 2.1px),
    radial-gradient(circle at 74% 18%, rgba(200, 154, 61, 0.26) 0 1px, transparent 1.9px),
    radial-gradient(circle at 88% 68%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.8px),
    linear-gradient(115deg, transparent 16%, rgba(255, 255, 255, 0.07) 16.2%, transparent 16.7% 38%, rgba(90, 175, 179, 0.08) 38.2%, transparent 38.8%);
  background-size: auto, 210px 180px, 260px 240px, 220px 210px, 280px 260px, auto;
  opacity: 0.42;
  animation: image-particles-drift 16s var(--ease-standard) var(--image-motion-delay, 0ms) infinite alternate;
  animation-play-state: paused;
}

.image-molecular-orbit {
  position: absolute;
  border: 1px solid rgba(200, 154, 61, 0.1);
  border-left-color: rgba(90, 175, 179, 0.14);
  border-radius: 50%;
  opacity: 0.36;
  transform: translate3d(var(--image-motion-x), var(--image-motion-y), 0);
  animation: image-orbit-drift 18s var(--ease-standard) var(--image-motion-delay, 0ms) infinite alternate;
  animation-play-state: paused;
}

.image-motion-host.is-image-motion-visible > .image-molecular-field::before,
.image-motion-host.is-image-motion-visible > .image-molecular-field::after,
.image-motion-host.is-image-motion-visible > .image-molecular-field .image-molecular-orbit {
  animation-play-state: running;
}

.image-molecular-orbit-a {
  width: clamp(120px, 18vw, 230px);
  aspect-ratio: 1;
  right: 8%;
  top: 12%;
}

.image-molecular-orbit-b {
  width: clamp(80px, 13vw, 164px);
  aspect-ratio: 1;
  right: 14%;
  top: 22%;
  animation-duration: 10s;
}

.image-molecular-orbit-c {
  width: clamp(90px, 16vw, 190px);
  aspect-ratio: 1;
  left: 10%;
  bottom: 12%;
  opacity: 0.36;
  animation-duration: 16s;
}

.hero > .image-molecular-field {
  z-index: 1;
}

.hero {
  --image-motion-opacity: 0.18;
  --image-motion-active-opacity: 0.28;
}

.page-hero > .image-molecular-field {
  z-index: 2;
}

.page-hero {
  --image-motion-opacity: 0.18;
  --image-motion-active-opacity: 0.26;
}

.page-hero-visual > .image-molecular-field,
.sample-image > .image-molecular-field,
.service-visual > .image-molecular-field {
  z-index: 2;
}

.page-hero-visual,
.sample-image,
.service-visual {
  --image-motion-opacity: 0.3;
  --image-motion-active-opacity: 0.4;
}

.card-media > .image-molecular-field,
.service-card-figure > .image-molecular-field {
  z-index: 2;
}

.card-media,
.service-card-figure {
  --image-motion-opacity: 0.18;
  --image-motion-active-opacity: 0.26;
}

.home-contact-card > .image-molecular-field {
  z-index: 0;
}

.home-contact-card {
  --image-motion-opacity: 0.16;
  --image-motion-active-opacity: 0.24;
}

.hero-image {
  z-index: 0;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.035) translate3d(0, var(--hero-shift), 0);
  transform-origin: 52% 44%;
  will-change: transform;
}

.is-image-missing {
  display: none !important;
}

.hero-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 73% 42%, rgba(90, 175, 179, 0.13), transparent 29%),
    linear-gradient(90deg, rgba(11, 31, 58, 0.97) 0%, rgba(11, 31, 58, 0.93) 34%, rgba(11, 31, 58, 0.68) 60%, rgba(11, 31, 58, 0.28) 100%),
    linear-gradient(180deg, rgba(11, 31, 58, 0.08) 0%, rgba(11, 31, 58, 0.58) 100%);
  will-change: opacity;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  justify-content: start;
  width: min(100% - 48px, var(--max-width));
  margin: 0 auto;
  padding: clamp(150px, 16vh, 184px) 0 166px;
}

.hero-content {
  position: relative;
  min-width: 0;
  max-width: 720px;
  padding-left: 30px;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 8px auto 10px 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), rgba(200, 154, 61, 0));
}

.hero-brand-signature {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-brand-signature-mark {
  position: relative;
  display: inline-grid;
  width: 31px;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 154, 61, 0.38);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 45%, rgba(200, 154, 61, 0.72) 46%, transparent 49%),
    radial-gradient(circle at 50% 50%, rgba(90, 175, 179, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.16);
}

.hero-brand-signature-mark::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.eyebrow,
.kicker {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(3.75rem, 5.85vw, 5.72rem);
  font-weight: 800;
  line-height: 0.97;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.mobile-break {
  display: none;
}

.hero-copy {
  max-width: 650px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  max-width: 100%;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transition:
    transform 220ms var(--ease-out),
    border-color 220ms var(--ease-standard),
    background 220ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard),
    color 220ms var(--ease-standard);
  will-change: transform;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 4%, rgba(255, 255, 255, 0.14) 46%, transparent 74%);
  opacity: 0;
  transform: translateX(-44%);
  transition:
    opacity var(--duration-fast) var(--ease-standard),
    transform 680ms var(--ease-out);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) scale(1.006);
}

.button:hover::before,
.button:focus-visible::before {
  opacity: 0.78;
  transform: translateX(46%);
}

.button-primary {
  background: linear-gradient(180deg, #d5aa55, var(--gold));
  color: var(--navy);
  box-shadow:
    0 16px 34px rgba(200, 154, 61, 0.22),
    0 8px 22px rgba(22, 50, 80, 0.08);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #d3aa56;
  box-shadow:
    0 22px 44px rgba(200, 154, 61, 0.28),
    0 12px 30px rgba(22, 50, 80, 0.1);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.13);
}

.button-outline-dark {
  border-color: rgba(22, 50, 80, 0.2);
  background: rgba(255, 255, 255, 0.54);
  color: var(--blue);
}

.button-outline-dark:hover,
.button-outline-dark:focus-visible {
  border-color: rgba(22, 50, 80, 0.34);
  background: linear-gradient(180deg, var(--white), rgba(246, 243, 238, 0.86));
  box-shadow: 0 18px 38px rgba(22, 50, 80, 0.095);
}

.hero-rail {
  position: absolute;
  z-index: 2;
  inset: auto 0 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - 72px, var(--max-width));
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}

.hero-rail::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0.56), transparent);
  transform: scaleX(var(--hero-line-progress));
  transform-origin: left center;
  transition: transform 120ms linear;
}

.hero-proof-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 0;
  padding: 0 clamp(18px, 2.4vw, 32px) 0 0;
  color: inherit;
  transform: translateY(calc(var(--hero-progress) * -5px));
  transition:
    color var(--duration-fast) var(--ease-standard),
    opacity var(--duration-fast) var(--ease-standard),
    transform 260ms var(--ease-out);
}

.hero-proof-card + .hero-proof-card {
  padding-left: clamp(18px, 2.4vw, 32px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof-card::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  width: 1px;
  height: 14px;
  background: rgba(200, 154, 61, 0.82);
  transform: scaleY(calc(0.64 + (var(--hero-progress) * 0.36)));
  transform-origin: top;
  transition:
    background var(--duration-fast) var(--ease-standard),
    transform 260ms var(--ease-out);
}

.hero-proof-kicker {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof-card strong {
  display: block;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.18;
}

.hero-proof-card small {
  display: block;
  max-width: 25ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.77rem;
  font-weight: 500;
  line-height: 1.42;
}

.hero-proof-card:hover,
.hero-proof-card:focus-visible {
  color: var(--white);
  transform: translateY(-6px);
}

.hero-proof-card:hover::before,
.hero-proof-card:focus-visible::before {
  background: var(--gold);
  transform: scaleY(1);
}

.hero-proof-card:hover small,
.hero-proof-card:focus-visible small {
  color: rgba(255, 255, 255, 0.74);
}

.section {
  width: min(100% - 48px, var(--max-width));
  margin: 0 auto;
  padding: 120px 0;
  scroll-margin-top: 112px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.66fr);
  gap: 104px;
  align-items: start;
}

.section-heading h2,
.identity-panel h2,
.institutional-band h2,
.contact-section h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2.3rem, 4.45vw, 4.2rem);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
}

.section-copy p,
.identity-panel p,
.contact-section p {
  color: rgba(36, 49, 66, 0.72);
  font-size: 1.11rem;
  line-height: 1.82;
}

.editorial-rule {
  width: 100%;
  height: 1px;
  margin-top: 36px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0));
}

.page-guide-section {
  padding-top: clamp(54px, 6vw, 84px);
  padding-bottom: 0;
}

.page-guide-section + .section:not(.section-tight-top) {
  padding-top: clamp(58px, 5.2vw, 82px);
}

.page-guide-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 4.6vw, 68px);
  padding: clamp(30px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 1px, transparent 1px),
    radial-gradient(circle at 96% 0%, rgba(90, 175, 179, 0.11), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(246, 243, 238, 0.9)),
    var(--ivory);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  box-shadow: 0 22px 70px rgba(11, 31, 58, 0.07);
  isolation: isolate;
}

.page-guide-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold), rgba(90, 175, 179, 0.62), transparent);
}

.page-guide-card::after {
  content: "";
  position: absolute;
  right: clamp(24px, 4vw, 58px);
  bottom: clamp(18px, 3vw, 42px);
  width: clamp(120px, 15vw, 210px);
  height: clamp(120px, 15vw, 210px);
  border: 1px solid rgba(90, 175, 179, 0.14);
  border-radius: 50%;
  opacity: 0.52;
  pointer-events: none;
}

.page-guide-copy,
.page-guide-steps {
  position: relative;
  z-index: 1;
}

.page-guide-copy h2 {
  max-width: 16ch;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
}

.page-guide-copy p:not(.kicker) {
  max-width: 62ch;
  margin-top: 20px;
  color: rgba(36, 49, 66, 0.7);
  font-size: 1.05rem;
  line-height: 1.78;
}

.page-guide-steps {
  display: grid;
  align-content: center;
  gap: 10px;
}

.page-guide-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px 18px 16px 0;
  border-bottom: 1px solid rgba(36, 49, 66, 0.1);
  border-radius: 14px;
  transition:
    background var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) var(--ease-standard);
}

.page-guide-step:last-child {
  border-bottom: 0;
}

.page-guide-step:hover {
  border-color: rgba(200, 154, 61, 0.18);
  background: rgba(255, 255, 255, 0.42);
  transform: translateX(3px);
}

.page-guide-index {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(200, 154, 61, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard);
}

.page-guide-step:hover .page-guide-index {
  border-color: rgba(200, 154, 61, 0.45);
  background: rgba(200, 154, 61, 0.1);
  color: var(--navy);
}

.page-guide-step h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.page-guide-step p {
  max-width: 46ch;
  margin-top: 5px;
  color: rgba(36, 49, 66, 0.62);
  font-size: 0.95rem;
  line-height: 1.58;
}

@media (min-width: 861px) {
  .page-guide-section {
    padding-top: clamp(38px, 4.2vw, 62px);
  }

  .page-guide-section + .section:not(.section-tight-top) {
    padding-top: clamp(42px, 3.8vw, 58px);
  }

  .page-guide-card {
    gap: clamp(28px, 3.4vw, 52px);
    padding: clamp(30px, 3.1vw, 42px);
  }

  .page-guide-steps {
    align-content: start;
    gap: 8px;
  }

  .page-guide-step {
    padding: 13px 16px 13px 0;
  }

  .page-guide-copy p:not(.kicker) {
    margin-top: 16px;
    line-height: 1.68;
  }
}

.block-guide {
  position: relative;
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding: 18px 20px 18px 22px;
  overflow: hidden;
  border: 1px solid rgba(200, 154, 61, 0.18);
  border-left: 3px solid rgba(200, 154, 61, 0.72);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(90, 175, 179, 0.08), transparent 42%),
    linear-gradient(90deg, rgba(200, 154, 61, 0.075), rgba(255, 255, 255, 0.24)),
    rgba(255, 255, 255, 0.58);
}

.block-guide::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 18px;
  aspect-ratio: 1;
  border-top: 1px solid rgba(200, 154, 61, 0.26);
  border-right: 1px solid rgba(200, 154, 61, 0.26);
  opacity: 0.74;
  pointer-events: none;
}

.block-guide span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.block-guide strong {
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.32;
}

.block-guide p {
  margin: 0;
  color: rgba(36, 49, 66, 0.64);
  font-size: 0.94rem;
  line-height: 1.58;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 72px;
}

.principle-card {
  position: relative;
  display: flex;
  min-height: 236px;
  padding: 30px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(22, 50, 80, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(22, 50, 80, 0.018), transparent 38%),
    var(--white);
  box-shadow: var(--soft-shadow);
  transition:
    transform 260ms var(--ease-out),
    border-color 240ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard),
    background 260ms var(--ease-standard);
  will-change: transform;
}

.principle-card::before,
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 50, 80, 0.68), rgba(200, 154, 61, 0.7), rgba(90, 175, 179, 0));
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: left;
  transition:
    opacity 220ms var(--ease-standard),
    transform 360ms var(--ease-out);
}

.principle-card:hover::before,
.principle-card:focus-visible::before,
.service-card:hover::before,
.service-card:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.principle-card:hover,
.principle-card:focus-visible,
.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(200, 154, 61, 0.28);
  box-shadow:
    0 30px 76px rgba(22, 50, 80, 0.11),
    0 0 0 1px rgba(90, 175, 179, 0.08);
}

.card-media {
  position: relative;
  flex: 0 0 auto;
  min-height: 112px;
  margin: -30px -30px 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(22, 50, 80, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(90, 175, 179, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(22, 50, 80, 0.96), rgba(11, 31, 58, 0.98));
  isolation: isolate;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.02), rgba(11, 31, 58, 0.28)),
    linear-gradient(90deg, rgba(11, 31, 58, 0.58), rgba(11, 31, 58, 0.08));
}

.card-media-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
  opacity: 0.82;
  transform: scale(1.01);
  transition:
    opacity var(--duration-medium) var(--ease-standard),
    transform var(--duration-medium) var(--ease-out);
}

.site-card-link:hover .card-media-image,
.site-card-link:focus-visible .card-media-image,
.process-card:hover .card-media-image,
.process-card:focus-within .card-media-image,
.home-specialty-card:hover .card-media-image,
.home-specialty-card:focus-visible .card-media-image {
  opacity: 0.94;
  transform: scale(1.045);
}

.principle-card-with-media {
  min-height: 334px;
}

.principle-card-with-media h3 {
  margin-top: 24px;
}

.principle-card > span,
.service-card > span,
.band-list span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.principle-card h3,
.service-card h3 {
  margin-top: clamp(34px, 3.2vw, 48px);
  padding-top: 0;
  color: var(--navy);
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.2;
}

.principle-card p,
.service-card p {
  margin-top: 14px;
  color: rgba(36, 49, 66, 0.66);
  font-size: 1rem;
}

.service-card-tags,
.service-page-tags,
.home-service-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-card-tags {
  margin-top: 18px;
}

.service-card-tags span,
.service-page-tags span,
.home-service-result-tags b {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(90, 175, 179, 0.18);
  border-radius: 999px;
  background: rgba(90, 175, 179, 0.07);
  color: rgba(36, 49, 66, 0.68);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.service-page-tags {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 50, 80, 0.08);
}

.service-page-tags span {
  min-height: 30px;
  padding-inline: 11px;
  border-color: rgba(200, 154, 61, 0.24);
  background: rgba(200, 154, 61, 0.07);
}

.service-card .service-card-audience {
  display: flex;
  width: 100%;
  min-height: 0;
  margin-top: 22px;
  padding-top: 15px;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(22, 50, 80, 0.08);
  color: rgba(36, 49, 66, 0.58);
  background: transparent;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.service-card .service-card-audience::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 999px;
  background: rgba(90, 175, 179, 0.78);
  box-shadow: 0 0 0 4px rgba(90, 175, 179, 0.08);
}

.service-card-action {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  align-items: center;
  gap: 10px;
  color: rgba(11, 31, 58, 0.74);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  transition:
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.service-card-action::after {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(200, 154, 61, 0.74);
  transform-origin: left;
  transition:
    width var(--duration-fast) var(--ease-out),
    background var(--duration-fast) var(--ease-standard);
}

.service-card:hover .service-card-action,
.service-card:focus-visible .service-card-action {
  color: var(--navy);
  transform: translateX(2px);
}

.service-card:hover .service-card-action::after,
.service-card:focus-visible .service-card-action::after {
  width: 28px;
  background: var(--gold);
}

.service-card-dark .service-card-action {
  color: rgba(255, 255, 255, 0.78);
}

.service-card-dark .service-card-action::after {
  background: rgba(200, 154, 61, 0.86);
}

.category-question {
  display: block;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--hairline);
  color: rgba(36, 49, 66, 0.78);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42;
}

.identity-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(246, 243, 238, 0.94) 18%, rgba(246, 243, 238, 0.98) 82%, rgba(255, 255, 255, 0.5)),
    var(--ivory);
  padding: 120px 24px;
  scroll-margin-top: 112px;
}

.identity-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 78px;
  align-items: stretch;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.identity-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 510px;
  padding: 48px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 12%, rgba(238, 217, 210, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(90, 175, 179, 0.15), transparent 42%),
    linear-gradient(160deg, var(--navy), var(--blue));
  color: var(--white);
  box-shadow: var(--shadow);
}

.kicker-light {
  color: var(--turquoise);
}

.identity-panel h2 {
  max-width: 720px;
  color: var(--white);
}

.identity-panel p {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
}

.palette-list {
  display: grid;
  align-content: center;
  gap: 8px;
}

.palette-row {
  display: grid;
  grid-template-columns: 42px 112px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 66px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(36, 49, 66, 0.13);
  transition:
    border-color 220ms var(--ease-standard),
    transform 260ms var(--ease-out),
    background 220ms var(--ease-standard);
}

.chip {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(36, 49, 66, 0.1);
  border-radius: 50%;
  transition:
    transform 260ms var(--ease-out),
    box-shadow 260ms var(--ease-standard);
}

.palette-row:hover {
  border-color: rgba(200, 154, 61, 0.28);
  transform: translateX(3px);
}

.palette-row:hover .chip {
  transform: scale(1.04);
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.1);
}

.chip.navy {
  background: var(--navy);
}

.chip.blue {
  background: var(--blue);
}

.chip.ivory {
  background: var(--ivory);
}

.chip.graphite {
  background: var(--graphite);
}

.chip.gold {
  background: var(--gold);
}

.chip.turquoise {
  background: var(--turquoise);
}

.chip.skin {
  background: var(--skin);
}

.palette-row strong {
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.palette-row small {
  color: rgba(36, 49, 66, 0.62);
  font-size: 0.95rem;
}

.institutional-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(90, 175, 179, 0.14), transparent 28rem),
    linear-gradient(180deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.99));
  color: var(--white);
  padding: 112px 24px;
}

.institutional-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 61, 0.48), rgba(90, 175, 179, 0.18), transparent);
  opacity: 0.78;
}

.institutional-band > * {
  position: relative;
  z-index: 1;
}

.band-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.band-label {
  color: var(--turquoise);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.institutional-band h2 {
  max-width: 980px;
  color: var(--white);
  text-wrap: balance;
}

.band-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 66px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.band-list div,
.band-list a {
  display: block;
  padding: 28px 30px;
}

.band-list div + div,
.band-list a + a {
  border-left: 1px solid var(--line-dark);
}

.band-list strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 354px;
  padding: 30px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition:
    transform 260ms var(--ease-out),
    border-color 240ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard),
    background 260ms var(--ease-standard);
  will-change: transform;
}

.service-card-figure {
  position: relative;
  min-height: 124px;
  margin: -30px -30px 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(22, 50, 80, 0.08);
  background:
    radial-gradient(circle at 82% 20%, rgba(90, 175, 179, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(22, 50, 80, 0.95), rgba(11, 31, 58, 0.98));
  isolation: isolate;
}

.service-card-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.04), rgba(11, 31, 58, 0.34)),
    linear-gradient(90deg, rgba(11, 31, 58, 0.58), rgba(11, 31, 58, 0.1));
}

.service-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
  opacity: 0.78;
  transform: scale(1.01);
  transition:
    opacity var(--duration-medium) var(--ease-standard),
    transform var(--duration-medium) var(--ease-out);
}

.service-card:hover .service-card-image,
.service-card:focus-visible .service-card-image {
  opacity: 0.9;
  transform: scale(1.045);
}

.service-card h3 {
  margin-top: 24px;
  padding-top: 0;
}

.service-card-dark {
  background:
    linear-gradient(150deg, rgba(90, 175, 179, 0.12), transparent 52%),
    var(--blue);
  border-color: rgba(22, 50, 80, 0.42);
  color: var(--white);
}

.service-card-dark h3,
.service-card-dark p {
  color: var(--white);
}

.service-card-dark p {
  opacity: 0.72;
}

.service-card-dark .service-card-audience {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
}

.service-card-dark .service-card-tags span {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
}

.service-card-dark .service-card-audience::before {
  background: rgba(200, 154, 61, 0.88);
  box-shadow: 0 0 0 4px rgba(200, 154, 61, 0.12);
}

.service-card-dark:hover,
.service-card-dark:focus-visible {
  border-color: rgba(200, 154, 61, 0.4);
  box-shadow:
    0 30px 76px rgba(11, 31, 58, 0.18),
    0 0 0 1px rgba(90, 175, 179, 0.14);
}

.contact-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(22, 50, 80, 0.055), transparent 28rem),
    linear-gradient(180deg, var(--ivory), rgba(246, 243, 238, 0.82));
  padding: 112px 24px;
  scroll-margin-top: 112px;
}

.contact-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) auto;
  gap: 64px;
  align-items: end;
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 62px;
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 50, 80, 0.07), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(255, 255, 255, 0.94));
  box-shadow: 0 24px 62px rgba(22, 50, 80, 0.085);
}

.contact-inner::before,
.home-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), rgba(200, 154, 61, 0.72), rgba(90, 175, 179, 0.18));
  opacity: 0.86;
}

.contact-inner > *,
.home-contact-card > * {
  position: relative;
  z-index: 1;
}

.contact-inner-with-form {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.46fr);
  align-items: stretch;
  gap: clamp(28px, 3.4vw, 44px);
  padding: clamp(38px, 4.4vw, 50px);
}

.contact-cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.contact-section h2 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.contact-section p {
  max-width: 620px;
  margin-top: 22px;
}

.home-intro-media,
.home-profile-grid {
  display: grid;
  align-items: stretch;
  margin-top: 64px;
}

.home-intro-media {
  grid-template-columns: minmax(0, 0.76fr) minmax(300px, 0.44fr);
  gap: 22px;
}

.sample-image {
  position: relative;
  display: flex;
  min-height: 380px;
  margin: 0;
  align-items: flex-end;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(36, 49, 66, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  isolation: isolate;
}

.sample-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 72px);
  opacity: 0.62;
  z-index: -1;
}

.sample-image::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: 9%;
  top: 14%;
  border: 1px solid rgba(200, 154, 61, 0.22);
  border-radius: 50%;
  opacity: 0.65;
}

.sample-image-media,
.sample-image-shade {
  position: absolute;
  inset: 0;
}

.sample-image-media {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  transform: scale(1.01);
}

.sample-image-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.88), rgba(11, 31, 58, 0.52) 52%, rgba(11, 31, 58, 0.2)),
    linear-gradient(180deg, rgba(11, 31, 58, 0.04), rgba(11, 31, 58, 0.72));
}

.sample-image-has-media {
  background: var(--navy);
  color: var(--white);
}

.sample-image-has-media::before {
  z-index: 2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 72px);
  opacity: 0.44;
}

.sample-image-has-media::after {
  z-index: 2;
}

.sample-image-navy {
  background:
    radial-gradient(circle at 76% 22%, rgba(90, 175, 179, 0.16), transparent 28%),
    linear-gradient(145deg, var(--navy), var(--blue));
  color: var(--white);
}

.sample-image-skin {
  background:
    radial-gradient(circle at 76% 20%, rgba(238, 217, 210, 0.92), transparent 30%),
    linear-gradient(145deg, var(--ivory), #ffffff);
  color: var(--navy);
}

.sample-image-has-media.sample-image-navy,
.sample-image-has-media.sample-image-skin {
  color: var(--white);
}

.sample-image-has-media.sample-image-skin .sample-image-shade {
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.9), rgba(11, 31, 58, 0.58) 52%, rgba(11, 31, 58, 0.28)),
    linear-gradient(180deg, rgba(11, 31, 58, 0.08), rgba(11, 31, 58, 0.78));
}

.sample-image-has-media strong,
.sample-image-has-media small {
  color: currentColor;
  text-shadow: 0 16px 34px rgba(3, 12, 24, 0.32);
}

.sample-image-has-media small {
  opacity: 0.72;
}

.sample-image-mark {
  position: absolute;
  inset: 26px;
  z-index: 2;
  border: 1px solid currentColor;
  border-radius: calc(var(--radius) - 6px);
  opacity: 0.16;
}

.sample-image figcaption {
  position: relative;
  z-index: 3;
  max-width: 410px;
}

.sample-image span,
.home-fact-panel span,
.home-service-number,
.process-card span,
.home-specialty-card span,
.profile-points span {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sample-image span,
.home-fact-panel span,
.home-service-number,
.process-card span,
.home-specialty-card span {
  color: var(--gold);
}

.sample-image strong {
  display: block;
  max-width: 16ch;
  margin-top: 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.02;
  text-wrap: balance;
}

.sample-image small {
  display: block;
  max-width: 320px;
  margin-top: 18px;
  color: currentColor;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.5;
  opacity: 0.62;
}

.home-fact-panel {
  position: relative;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(36, 49, 66, 0.1);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: var(--soft-shadow);
}

.home-fact-panel .card-media-fact {
  position: absolute;
  inset: 0;
  min-height: 100%;
  margin: 0;
  border: 0;
  opacity: 0.22;
}

.home-fact-panel .card-media-fact::after {
  background:
    linear-gradient(180deg, rgba(246, 243, 238, 0.72), rgba(246, 243, 238, 0.92)),
    linear-gradient(90deg, rgba(246, 243, 238, 0.98), rgba(246, 243, 238, 0.46));
}

.home-fact-panel > span,
.home-fact-panel h3,
.home-fact-panel p {
  position: relative;
  z-index: 1;
}

.home-fact-panel h3 {
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.home-fact-panel p {
  margin-top: 18px;
  color: rgba(36, 49, 66, 0.7);
  font-size: 1rem;
  line-height: 1.72;
}

.home-service-list {
  display: grid;
  align-content: start;
  gap: 2px;
}

.home-service-finder {
  position: relative;
  display: grid;
  isolation: isolate;
  align-content: center;
  gap: clamp(14px, 1.8vw, 20px);
}

.home-service-mobile-head {
  position: relative;
  display: grid;
  isolation: isolate;
  gap: 4px;
  overflow: hidden;
  min-height: 88px;
  padding: 16px 82px 16px 20px;
  border: 1px solid rgba(22, 50, 80, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(11, 31, 58, 0.99), rgba(22, 50, 80, 0.95) 58%, rgba(24, 94, 105, 0.9));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 58px rgba(11, 31, 58, 0.16);
}

.home-service-mobile-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 0;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 34%, rgba(255, 255, 255, 0.88) 35% 42%, transparent 43%),
    linear-gradient(145deg, rgba(200, 154, 61, 0.38), rgba(90, 175, 179, 0.2));
  transform: translateY(-50%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.home-service-mobile-head::after {
  content: "";
  position: absolute;
  top: calc(50% + 14px);
  right: 20px;
  z-index: 0;
  width: 16px;
  height: 4px;
  border-radius: 999px;
  background: rgba(200, 154, 61, 0.92);
  transform: rotate(45deg);
}

.home-service-mobile-head span {
  position: relative;
  z-index: 1;
  color: rgba(200, 154, 61, 0.98);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-service-mobile-head strong {
  position: relative;
  z-index: 1;
  max-width: 30ch;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  font-weight: 850;
  line-height: 1.12;
  text-wrap: balance;
}

.home-service-mobile-head small {
  position: relative;
  z-index: 1;
  display: none;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

#buscar-servicio {
  scroll-margin-top: 118px;
}

.home-service-result-head {
  display: grid;
  gap: 5px;
}

.home-service-path {
  position: relative;
  display: grid;
  grid-template-columns: clamp(38px, 3.4vw, 46px) minmax(0, 1fr);
  gap: clamp(10px, 1.2vw, 14px);
  align-items: center;
  padding: clamp(12px, 1.3vw, 16px) clamp(14px, 1.6vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(22, 50, 80, 0.055), rgba(90, 175, 179, 0.055)),
    rgba(255, 255, 255, 0.58);
}

.home-service-path::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold), rgba(90, 175, 179, 0.52), transparent);
}

.home-service-path-icon {
  position: relative;
  display: grid;
  width: clamp(38px, 3.4vw, 46px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(200, 154, 61, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 66% 28%, rgba(200, 154, 61, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(11, 31, 58, 0.96), rgba(22, 50, 80, 0.9));
  box-shadow: 0 14px 28px rgba(11, 31, 58, 0.12);
}

.home-service-path-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 8px 8px 0 -5px rgba(200, 154, 61, 0.95);
  transform: rotate(8deg);
}

.home-service-path-icon::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.home-service-path-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.home-service-path-copy > span,
.home-service-result-head span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-service-path-copy strong,
.home-service-result-head strong {
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.24;
  text-wrap: balance;
}

.home-service-path-copy small {
  color: rgba(36, 49, 66, 0.58);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

.home-service-search {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 15px 18px 15px 54px;
  border: 1px solid rgba(22, 50, 80, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 243, 238, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 34px rgba(11, 31, 58, 0.055);
  transition:
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.home-service-search::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(11, 31, 58, 0.54);
  border-radius: 50%;
  transform: translateY(-58%);
}

.home-service-search::after {
  content: "";
  position: absolute;
  left: 35px;
  top: calc(50% + 7px);
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transform: rotate(45deg);
}

.home-service-search span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-service-search input {
  width: 100%;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
  transition:
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.home-service-search input::placeholder {
  color: rgba(36, 49, 66, 0.36);
}

.home-service-search:focus-within {
  border-color: rgba(200, 154, 61, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 42px rgba(11, 31, 58, 0.09);
  transform: translateY(-1px);
}

.home-service-search:focus-within input {
  transform: none;
}

.home-service-helper {
  max-width: 46ch;
  margin: -4px 0 0;
  color: rgba(36, 49, 66, 0.6);
  font-size: 0.88rem;
  line-height: 1.5;
}

.home-service-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.home-service-intents button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(22, 50, 80, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: rgba(36, 49, 66, 0.76);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.home-service-intents button:hover,
.home-service-intents button:focus-visible,
.home-service-intents button.is-active {
  transform: translateY(-1px);
  border-color: rgba(11, 31, 58, 0.62);
  background: linear-gradient(135deg, rgba(11, 31, 58, 0.96), rgba(22, 50, 80, 0.92));
  color: var(--white);
  box-shadow: 0 14px 30px rgba(11, 31, 58, 0.13);
}

.home-service-intents button:active {
  transform: translateY(0);
}

.home-service-result-head {
  padding-top: 6px;
  border-top: 1px solid rgba(36, 49, 66, 0.1);
}

.home-service-empty {
  margin: 0;
  color: rgba(36, 49, 66, 0.64);
  font-size: 0.98rem;
  line-height: 1.6;
}

.home-service-row {
  display: grid;
  grid-template-columns: 42px minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  min-height: auto;
  padding: 18px 0;
  border-bottom: 1px solid rgba(36, 49, 66, 0.12);
  border-radius: var(--radius);
  background: transparent;
  color: inherit;
  transition:
    background 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard),
    border-color 220ms var(--ease-standard),
    transform 240ms var(--ease-out);
}

.home-service-row:hover,
.home-service-row:focus-visible {
  border-color: rgba(200, 154, 61, 0.36);
  background:
    linear-gradient(90deg, rgba(200, 154, 61, 0.085), rgba(90, 175, 179, 0.06), transparent 78%);
  box-shadow: inset 3px 0 0 rgba(200, 154, 61, 0.38);
  transform: translateX(3px);
}

.home-service-row strong {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
  overflow-wrap: break-word;
}

.home-service-row small {
  color: rgba(36, 49, 66, 0.62);
  font-size: 0.95rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.home-service-result .home-service-number {
  display: inline-flex;
  width: auto;
  min-width: 42px;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-service-result {
  grid-template-columns: 70px minmax(150px, 0.34fr) minmax(0, 1fr) auto;
  animation: service-finder-in 340ms var(--ease-out) both;
}

.home-service-result-tags {
  grid-column: 3;
  margin-top: 4px;
}

.home-service-result-tags b {
  min-height: 22px;
  padding-inline: 8px;
  border-color: rgba(200, 154, 61, 0.18);
  background: rgba(200, 154, 61, 0.06);
  color: rgba(36, 49, 66, 0.58);
  font-size: 0.6rem;
}

.home-service-cta {
  align-self: center;
  justify-self: end;
  grid-column: 4;
  grid-row: 1 / span 2;
  color: rgba(11, 31, 58, 0.72);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.home-service-row:hover .home-service-cta,
.home-service-row:focus-visible .home-service-cta {
  color: var(--gold);
  transform: translateX(2px);
}

.home-finder-panel {
  min-height: 460px;
  justify-content: center;
}

.home-finder-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-finder-cues span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.process-card {
  display: flex;
  min-height: 318px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition:
    transform 260ms var(--ease-out),
    border-color 240ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard);
}

.process-card:hover,
.process-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(36, 49, 66, 0.14);
  box-shadow: 0 30px 76px rgba(11, 31, 58, 0.105);
}

.process-card h3 {
  margin-top: 24px;
  padding-top: 0;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.18;
}

.process-card p {
  margin-top: 14px;
  color: rgba(36, 49, 66, 0.66);
  font-size: 0.98rem;
  line-height: 1.62;
}

.home-specialty-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 52px;
}

.home-specialty-card {
  position: relative;
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
  transition:
    transform 260ms var(--ease-out),
    border-color 240ms var(--ease-standard),
    background 240ms var(--ease-standard);
}

.home-specialty-card .card-media-specialty {
  position: absolute;
  inset: 0;
  min-height: 100%;
  margin: 0;
  border: 0;
  opacity: 0.38;
}

.home-specialty-card .card-media-specialty::after {
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.18), rgba(11, 31, 58, 0.88)),
    linear-gradient(90deg, rgba(11, 31, 58, 0.76), rgba(11, 31, 58, 0.28));
}

.home-specialty-card span,
.home-specialty-card strong {
  position: relative;
  z-index: 2;
}

.home-specialty-card .image-molecular-field,
.home-specialty-card .image-molecular-field .image-molecular-orbit {
  position: absolute;
}

.home-specialty-card strong {
  margin-top: 34px;
}

.home-specialty-card:hover,
.home-specialty-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(200, 154, 61, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.home-specialty-card strong {
  max-width: 17ch;
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.22;
}

.doctor-articles-section {
  position: relative;
}

.articles-page .doctor-articles-section {
  margin-top: var(--flow-space);
}

.doctor-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.doctor-article-card {
  position: relative;
  display: flex;
  min-height: 282px;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(36, 49, 66, 0.095);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 10%, rgba(238, 217, 210, 0.42), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow: var(--soft-shadow);
  transition:
    transform 260ms var(--ease-out),
    border-color 240ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard);
}

.doctor-article-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(200, 154, 61, 0.72), rgba(90, 175, 179, 0.24), transparent);
  opacity: 0;
  transition: opacity var(--duration-fast) var(--ease-standard);
}

.doctor-article-card:hover,
.doctor-article-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(200, 154, 61, 0.24);
  box-shadow: 0 30px 76px rgba(11, 31, 58, 0.11);
}

.doctor-article-card:hover::before,
.doctor-article-card:focus-visible::before {
  opacity: 1;
}

.doctor-article-card .card-media-article {
  min-height: 96px;
  margin: -20px -20px 16px;
}

.doctor-article-label,
.profile-diploma-card span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.doctor-article-card h3 {
  max-width: 22ch;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(1.04rem, 1.34vw, 1.24rem);
  line-height: 1.14;
  text-wrap: balance;
}

.doctor-article-card p {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: rgba(36, 49, 66, 0.66);
  font-size: 0.9rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.doctor-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.doctor-article-tags b {
  min-height: 24px;
  padding: 6px 8px;
  border: 1px solid rgba(90, 175, 179, 0.2);
  border-radius: 999px;
  background: rgba(90, 175, 179, 0.075);
  color: rgba(36, 49, 66, 0.72);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.doctor-article-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(36, 49, 66, 0.1);
}

.doctor-article-meta small {
  color: rgba(36, 49, 66, 0.54);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.doctor-article-cta {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.doctor-article-cta::after {
  content: "";
  width: 20px;
  height: 1px;
  align-self: center;
  margin-left: 10px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0));
  transition: width 220ms var(--ease-out);
}

.doctor-article-card:hover .doctor-article-cta::after,
.doctor-article-card:focus-visible .doctor-article-cta::after {
  width: 32px;
}

.doctor-articles-link {
  margin-top: 22px;
}

.article-detail-section {
  position: relative;
}

.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.article-content-card,
.article-side-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(22, 50, 80, 0.022), transparent 40%),
    rgba(255, 255, 255, 0.96);
  box-shadow: var(--soft-shadow);
}

.article-content-card {
  padding: clamp(30px, 4.4vw, 58px);
}

.article-lede {
  max-width: 760px;
  margin-top: 22px;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.18rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.48;
  text-wrap: balance;
}

.article-copy-block {
  max-width: 780px;
  margin-top: clamp(34px, 4vw, 52px);
  padding-top: clamp(30px, 3.2vw, 42px);
  border-top: 1px solid rgba(36, 49, 66, 0.1);
}

.article-copy-block h2 {
  color: var(--navy);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 1.12;
  text-wrap: balance;
}

.article-copy-block p {
  margin-top: 16px;
  color: rgba(36, 49, 66, 0.72);
  font-size: 1.05rem;
  line-height: 1.72;
}

.article-copy-block ul,
.article-side-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.article-copy-block li,
.article-side-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(36, 49, 66, 0.72);
  line-height: 1.55;
}

.article-copy-block li::before,
.article-side-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
}

.article-side-panel {
  position: sticky;
  top: 112px;
  padding: 30px;
  background:
    radial-gradient(circle at 92% 8%, rgba(90, 175, 179, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.99));
  color: var(--white);
}

.article-side-panel span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-side-panel h2 {
  margin-top: 22px;
  color: var(--white);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.12;
}

.article-side-panel li {
  color: rgba(255, 255, 255, 0.72);
}

.article-side-panel .button {
  width: 100%;
  margin-top: 24px;
}

.article-side-panel .button + .button {
  margin-top: 12px;
}

.article-medical-note {
  margin-top: var(--flow-space);
}

.home-profile-grid {
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 0.7fr);
  gap: 64px;
  align-items: center;
  margin-top: 0;
}

.home-profile-copy h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
}

.profile-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 24px 0 30px;
}

.profile-points span {
  position: relative;
  display: inline-flex;
  min-height: auto;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(36, 49, 66, 0.62);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.015em;
  line-height: 1.35;
  text-transform: none;
}

.profile-points span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 16px;
  border-radius: 50%;
  background: rgba(200, 154, 61, 0.72);
}

.home-contact-section {
  width: min(100% - 48px, var(--max-width));
}

.home-contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.58fr);
  gap: 40px;
  align-items: stretch;
  padding: 50px;
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 50, 80, 0.06), transparent 32%),
    linear-gradient(180deg, rgba(246, 243, 238, 0.98), rgba(255, 255, 255, 0.9));
  box-shadow: 0 24px 62px rgba(22, 50, 80, 0.085);
}

.home-contact-card-image,
.home-contact-card-shade {
  position: absolute;
  inset: 0;
}

.home-contact-card-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0.2;
  filter: saturate(0.86) contrast(1.04);
}

.home-contact-card-shade {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(246, 243, 238, 0.98), rgba(246, 243, 238, 0.9) 48%, rgba(246, 243, 238, 0.66)),
    radial-gradient(circle at 94% 16%, rgba(90, 175, 179, 0.18), transparent 28%);
}

.home-contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-contact-card h2 {
  max-width: 720px;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.06;
}

.home-contact-card p {
  max-width: 680px;
  margin-top: 20px;
  color: rgba(36, 49, 66, 0.72);
  font-size: 1.08rem;
  line-height: 1.76;
}

.home-contact-card small {
  display: block;
  max-width: 640px;
  margin-top: 22px;
  color: rgba(36, 49, 66, 0.6);
  font-size: 0.94rem;
  line-height: 1.58;
}

.home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.section-editorial-diagnostic {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(66px, 6.4vw, 88px) clamp(28px, 4.6vw, 62px) clamp(52px, 5vw, 72px);
  border: 1px solid rgba(22, 50, 80, 0.085);
  border-radius: calc(var(--radius) + 2px);
  background:
    radial-gradient(circle at 94% 14%, rgba(90, 175, 179, 0.08), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 238, 0.72));
  box-shadow: 0 26px 76px rgba(11, 31, 58, 0.06);
}

.section-editorial-diagnostic::before {
  content: "";
  position: absolute;
  top: 34px;
  right: max(-82px, -4.4vw);
  z-index: 0;
  width: min(32vw, 360px);
  height: min(32vw, 360px);
  border: 1px solid rgba(90, 175, 179, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(90, 175, 179, 0.08), transparent 58%),
    radial-gradient(circle at 38% 40%, rgba(200, 154, 61, 0.08), transparent 22%);
  opacity: 0.55;
  pointer-events: none;
}

.section-editorial-diagnostic > * {
  position: relative;
  z-index: 1;
}

.section-editorial-diagnostic .section-grid {
  grid-template-columns: minmax(0, 0.74fr) minmax(390px, 0.76fr);
  gap: clamp(42px, 5.6vw, 78px);
  align-items: center;
}

@media (min-width: 861px) {
  .section-editorial-diagnostic .section-heading {
    padding-top: 0;
  }

  .section-editorial-diagnostic .home-intro-media {
    margin-top: clamp(30px, 3.4vw, 42px);
  }
}

.section-editorial-diagnostic .section-heading h2 {
  max-width: 14.5ch;
  font-size: clamp(2.35rem, 3.15vw, 3.4rem);
  line-height: 1.07;
}

.home-intro-copy-panel {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(36, 49, 66, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 100% 0%, rgba(90, 175, 179, 0.08), transparent 32%);
  box-shadow: 0 22px 58px rgba(11, 31, 58, 0.065);
  backdrop-filter: blur(10px);
}

.home-intro-copy-text {
  display: grid;
  gap: 12px;
}

.home-intro-panel-label {
  display: inline-flex;
  min-height: 28px;
  margin-bottom: 18px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(200, 154, 61, 0.22);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(200, 154, 61, 0.08);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-intro-copy-panel p {
  max-width: 56ch;
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.68;
}

.home-intro-copy-panel .editorial-rule {
  margin-top: 24px;
}

.home-intro-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.home-intro-signals span {
  display: grid;
  min-height: 128px;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(36, 49, 66, 0.09);
  border-radius: 16px;
  background: rgba(246, 243, 238, 0.62);
  color: rgba(36, 49, 66, 0.72);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  line-height: 1.34;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.home-intro-signals span + span {
  border-left-color: rgba(36, 49, 66, 0.09);
}

.home-intro-signals span:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 154, 61, 0.24);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
}

.home-intro-signals em {
  color: var(--gold);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.home-intro-signals strong {
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
}

.home-intro-signals small {
  color: rgba(36, 49, 66, 0.58);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.42;
}

.section-editorial-diagnostic .home-intro-media {
  grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.55fr);
  gap: 18px;
}

.section-editorial-diagnostic .sample-image {
  min-height: 390px;
}

.section-editorial-diagnostic .home-fact-panel {
  min-height: 390px;
  border-color: rgba(200, 154, 61, 0.18);
  background:
    linear-gradient(180deg, rgba(246, 243, 238, 0.94), rgba(255, 255, 255, 0.96)),
    var(--ivory);
}

.section-profile-editorial {
  position: relative;
  padding: 70px clamp(28px, 4.4vw, 64px);
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.035), transparent 44%),
    linear-gradient(180deg, rgba(246, 243, 238, 0.86), rgba(255, 255, 255, 0.96));
  box-shadow: 0 24px 72px rgba(11, 31, 58, 0.06);
}

.section-profile-editorial::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), rgba(200, 154, 61, 0.72), rgba(90, 175, 179, 0));
  border-radius: inherit;
}

.section-profile-editorial .home-profile-grid {
  gap: clamp(36px, 6vw, 82px);
}

.section-profile-editorial .sample-image {
  min-height: 520px;
  box-shadow: 0 34px 88px rgba(11, 31, 58, 0.14);
}

.section-profile-editorial .profile-points span {
  color: rgba(36, 49, 66, 0.64);
}

.home-finder-section {
  overflow: hidden;
}

.home-finder-section-featured {
  padding-top: clamp(50px, 5.2vw, 72px);
  padding-bottom: clamp(54px, 5.6vw, 78px);
  background:
    linear-gradient(90deg, rgba(22, 50, 80, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 50, 80, 0.026) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.94) 48%, rgba(237, 247, 247, 0.88));
  background-size: 46px 46px, 46px 46px, auto;
}

.home-finder-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 61, 0.42), transparent);
}

.home-finder-section-featured .identity-inner {
  grid-template-columns: minmax(280px, 0.5fr) minmax(460px, 1fr);
  gap: clamp(22px, 3.2vw, 42px);
  align-items: center;
}

.home-finder-section-featured .home-finder-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 300px;
  padding: clamp(30px, 3.4vw, 42px);
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(90, 175, 179, 0.18), transparent 42%),
    linear-gradient(160deg, var(--navy), var(--blue));
  background-size: 38px 38px, 38px 38px, auto, auto;
  box-shadow: 0 30px 82px rgba(11, 31, 58, 0.18);
}

.home-finder-section-featured .home-finder-panel h2 {
  max-width: 10.5ch;
  font-size: 3.35rem;
  line-height: 1.05;
}

.home-finder-section-featured .home-finder-panel p {
  max-width: 34ch;
}

.home-finder-section-featured .home-finder-panel::before {
  content: "";
  position: absolute;
  inset: 20px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.home-finder-section-featured .home-finder-panel::after {
  content: "";
  position: absolute;
  right: clamp(24px, 3vw, 38px);
  bottom: clamp(24px, 3vw, 38px);
  z-index: 0;
  width: 116px;
  height: 42px;
  border-bottom: 2px solid rgba(200, 154, 61, 0.54);
  border-left: 2px solid rgba(90, 175, 179, 0.34);
  transform: skewX(-18deg);
  opacity: 0.72;
}

.home-finder-section-featured .home-finder-panel > * {
  position: relative;
  z-index: 1;
}

.home-finder-section .home-service-finder {
  align-content: start;
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 96% 0%, rgba(90, 175, 179, 0.09), transparent 30%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 72px rgba(11, 31, 58, 0.075);
  transition:
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-medium) var(--ease-standard);
}

.home-finder-section-featured .home-service-finder {
  overflow: hidden;
  gap: clamp(14px, 1.8vw, 18px);
  padding: clamp(24px, 3vw, 34px);
  border-color: rgba(22, 50, 80, 0.13);
  background:
    linear-gradient(90deg, rgba(22, 50, 80, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 50, 80, 0.022) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.82));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 34px 90px rgba(11, 31, 58, 0.1);
}

.home-finder-section-featured .home-service-path {
  padding: clamp(12px, 1.4vw, 16px) clamp(14px, 1.8vw, 20px);
  border-color: rgba(22, 50, 80, 0.12);
  background:
    linear-gradient(135deg, rgba(22, 50, 80, 0.07), rgba(90, 175, 179, 0.07)),
    rgba(255, 255, 255, 0.66);
}

.home-finder-section-featured .home-service-path-copy strong {
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
}

.home-finder-section-featured .home-service-search input {
  font-size: 1.34rem;
}

.home-finder-section-featured .home-service-intents button {
  min-height: 38px;
  padding-inline: 13px;
}

.home-finder-section .home-service-list {
  max-height: 390px;
  overflow: auto;
  gap: 8px;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 154, 61, 0.42) rgba(22, 50, 80, 0.08);
}

.home-finder-section-featured .home-service-list {
  max-height: min(42vh, 330px);
}

.home-finder-section .home-service-row {
  padding: 13px 14px;
  border: 1px solid rgba(36, 49, 66, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.48));
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.045);
}

.home-finder-section .home-service-row:first-child {
  border-top: 1px solid rgba(36, 49, 66, 0.08);
}

.home-finder-section .home-service-row:hover,
.home-finder-section .home-service-row:focus-visible {
  border-color: rgba(200, 154, 61, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 243, 238, 0.58));
  box-shadow:
    inset 3px 0 0 rgba(200, 154, 61, 0.42),
    0 16px 38px rgba(11, 31, 58, 0.07);
}

.home-service-finder.is-spotlighted {
  border-color: rgba(200, 154, 61, 0.44);
  box-shadow:
    0 34px 90px rgba(11, 31, 58, 0.1),
    0 0 0 5px rgba(200, 154, 61, 0.1);
}

.services-discovery-section {
  position: relative;
}

.services-discovery-section .home-service-finder {
  max-width: 980px;
  margin: clamp(30px, 4.8vw, 54px) auto 0;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 243, 238, 0.72)),
    radial-gradient(circle at 100% 0%, rgba(90, 175, 179, 0.09), transparent 32%);
  box-shadow: 0 30px 78px rgba(11, 31, 58, 0.08);
}

.services-discovery-section .home-service-list {
  max-height: 360px;
  overflow: auto;
  gap: 8px;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 154, 61, 0.42) rgba(22, 50, 80, 0.08);
}

.services-discovery-section .home-service-row {
  padding: 14px 16px;
  border: 1px solid rgba(36, 49, 66, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}

.services-section.home-services-section {
  position: relative;
  margin-top: clamp(34px, 4vw, 56px);
  margin-bottom: clamp(38px, 4.4vw, 62px);
  padding-top: clamp(52px, 5vw, 72px);
  padding-bottom: clamp(54px, 5.4vw, 76px);
}

.home-services-section .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  margin-top: clamp(26px, 3vw, 36px);
}

.home-services-section .section-grid {
  gap: clamp(20px, 3vw, 38px);
}

.home-services-section .section-heading h2 {
  max-width: 13ch;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.home-services-section .section-copy p {
  max-width: 45ch;
  font-size: 0.98rem;
  line-height: 1.62;
}

.home-services-section .service-card {
  min-height: 252px;
  padding: 20px;
  background:
    linear-gradient(155deg, rgba(90, 175, 179, 0.15), transparent 48%),
    linear-gradient(145deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.99));
  border-color: rgba(200, 154, 61, 0.2);
  color: var(--white);
  box-shadow: 0 24px 58px rgba(11, 31, 58, 0.15);
}

.home-services-section .service-card-figure {
  min-height: 82px;
  margin: -20px -20px 15px;
  border-color: rgba(255, 255, 255, 0.1);
}

.home-services-section .service-card h3 {
  margin-top: 14px;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.18;
}

.home-services-section .service-card p {
  display: -webkit-box;
  margin-top: 9px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-services-section .service-card .service-card-audience {
  margin-top: 14px;
  padding-top: 12px;
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
}

.home-services-section .service-card-tags {
  margin-top: 12px;
}

.home-services-section .service-card-tags span {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
}

.home-services-section .service-card-action {
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
}

.service-card-dark:hover .service-card-action,
.service-card-dark:focus-visible .service-card-action,
.home-services-section .service-card:hover .service-card-action,
.home-services-section .service-card:focus-visible .service-card-action {
  color: var(--white);
}

.home-services-section .service-card:hover,
.home-services-section .service-card:focus-visible {
  border-color: rgba(200, 154, 61, 0.42);
  background:
    linear-gradient(155deg, rgba(200, 154, 61, 0.12), rgba(90, 175, 179, 0.17) 44%, transparent 64%),
    linear-gradient(145deg, rgba(22, 50, 80, 0.99), rgba(11, 31, 58, 0.99));
  box-shadow:
    0 30px 76px rgba(11, 31, 58, 0.18),
    0 0 0 1px rgba(90, 175, 179, 0.12);
}

.home-services-section .service-card:nth-child(1) {
  min-height: 252px;
}

.home-services-section .service-card:nth-child(1) h3,
.home-services-section .service-card:nth-child(1) p,
.home-services-section .service-card:nth-child(1) .service-card-audience {
  color: var(--white);
}

.home-services-section .service-card:nth-child(1) p,
.home-services-section .service-card:nth-child(1) .service-card-audience {
  opacity: 0.76;
}

.home-services-section .service-card:nth-child(1) .service-card-figure {
  min-height: 82px;
  border-color: rgba(255, 255, 255, 0.1);
}

.section-process-timeline {
  width: min(100% - 48px, var(--max-width));
  padding: clamp(64px, 7vw, 96px);
  border-radius: calc(var(--radius) + 2px);
  background:
    radial-gradient(circle at 90% 6%, rgba(90, 175, 179, 0.16), transparent 28rem),
    linear-gradient(145deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.99));
  color: var(--white);
  box-shadow: 0 28px 90px rgba(11, 31, 58, 0.14);
}

.section-process-timeline .section-heading h2,
.section-process-timeline .section-copy p {
  color: var(--white);
}

.section-process-timeline .section-copy p {
  opacity: 0.72;
}

.section-process-timeline .process-grid {
  position: relative;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.section-process-timeline .process-card {
  min-height: 300px;
  padding: 34px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section-process-timeline .process-card + .process-card {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.section-process-timeline .process-card .card-media {
  min-height: 84px;
  margin: -34px -30px 28px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  opacity: 0.74;
}

.section-process-timeline .process-card h3,
.section-process-timeline .process-card p {
  color: var(--white);
}

.section-process-timeline .process-card p {
  opacity: 0.68;
}

.section-process-timeline .process-card:hover,
.section-process-timeline .process-card:focus-within {
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.home-specialty-band .home-specialty-grid {
  grid-template-columns: minmax(0, 1.1fr) repeat(4, minmax(0, 0.78fr));
  align-items: stretch;
}

.home-specialty-band .home-specialty-card:first-child {
  min-height: 240px;
  padding: 34px;
  border-color: rgba(200, 154, 61, 0.28);
}

.home-specialty-band .home-specialty-card:first-child strong {
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

#articulos-home {
  position: relative;
}

#articulos-home .doctor-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

#articulos-home .doctor-article-card,
#articulos-home .doctor-article-card:first-child {
  grid-column: auto;
  min-height: 268px;
  background:
    linear-gradient(180deg, rgba(22, 50, 80, 0.02), transparent 36%),
    var(--white);
}

#articulos-home .doctor-article-card:nth-child(2) {
  grid-column: auto;
  min-height: 268px;
}

#articulos-home .doctor-article-card .card-media-article,
#articulos-home .doctor-article-card:first-child .card-media-article,
#articulos-home .doctor-article-card:nth-child(2) .card-media-article {
  min-height: 88px;
}

#articulos-home .doctor-article-tags {
  display: none;
}

#articulos-home .doctor-article-card p {
  -webkit-line-clamp: 2;
}

@media (max-width: 1180px) {
  .home-finder-section-featured {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .home-finder-section-featured .identity-inner {
    width: min(100%, 880px);
    gap: 26px;
  }

  .home-finder-section-featured .home-finder-panel {
    min-height: auto;
    padding: 32px;
  }

  .home-finder-section-featured .home-finder-panel h2 {
    font-size: 3rem;
  }

  .home-finder-section-featured .home-service-finder {
    padding: 28px;
  }

  .home-service-row,
  .home-service-result {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .home-service-number,
  .home-service-result .home-service-number,
  .home-service-row strong,
  .home-service-row small,
  .home-service-result small,
  .home-service-result-tags,
  .home-service-cta {
    grid-column: 1;
    grid-row: auto;
    max-width: 44rem;
  }

  .home-service-row strong {
    align-self: start;
  }

  .home-service-cta {
    justify-self: start;
    margin-top: 2px;
  }

  .home-service-search input {
    font-size: 1.22rem;
    line-height: 1.16;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(90, 175, 179, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 100%, rgba(200, 154, 61, 0.08), transparent 30rem),
    linear-gradient(180deg, rgba(22, 50, 80, 0.92), rgba(11, 31, 58, 0.98));
  color: var(--white);
  padding: 78px 24px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 154, 61, 0), rgba(200, 154, 61, 0.64), rgba(200, 154, 61, 0));
  opacity: 0.72;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.16fr);
  justify-content: space-between;
  gap: clamp(48px, 6vw, 86px);
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.footer-summary {
  align-self: start;
}

.footer-lede,
.footer-inner p {
  max-width: 34rem;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  line-height: 1.72;
}

.footer-meta-line {
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.footer-highlights {
  display: grid;
  gap: 0;
  max-width: 470px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-highlights div {
  display: grid;
  grid-template-columns: minmax(108px, 0.36fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 66px;
  padding: 16px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer-highlights div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-address {
  max-width: 30rem;
  margin-top: 28px;
  padding-left: 18px;
  border-left: 2px solid rgba(200, 154, 61, 0.58);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.58;
}

.footer-panel {
  display: grid;
  align-content: start;
  gap: 28px;
}

.footer-panel-heading {
  max-width: 640px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-panel-heading span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-panel-heading h2 {
  max-width: 640px;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(1.62rem, 2.5vw, 2.34rem);
  line-height: 1.08;
  text-wrap: balance;
}

.footer-panel-heading p {
  max-width: 560px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.62;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.footer-contact-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.026);
  color: inherit;
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.footer-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(200, 154, 61, 0.7), rgba(90, 175, 179, 0.2), transparent);
  opacity: 0;
  transition: opacity 220ms var(--ease-standard);
}

.footer-contact-card-primary {
  grid-column: 1 / -1;
  min-height: 116px;
  padding: 24px 26px;
  border-color: rgba(200, 154, 61, 0.2);
  background:
    radial-gradient(circle at 92% 18%, rgba(90, 175, 179, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(200, 154, 61, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
}

.footer-contact-card:hover,
.footer-contact-card:focus-visible {
  border-color: rgba(200, 154, 61, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 28px rgba(7, 20, 37, 0.14);
  transform: translateY(-1px);
}

.footer-contact-card:hover::before,
.footer-contact-card:focus-visible::before {
  opacity: 1;
}

.footer-highlights span,
.footer-contact-card span,
.footer-bottom span:first-child {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-highlights strong {
  color: rgba(255, 255, 255, 0.84);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.38;
}

.footer-contact-card strong {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.34;
}

.footer-contact-card small {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-links-wrap {
  display: grid;
  align-content: start;
  gap: 24px;
  padding-top: 4px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3.2vw, 42px);
  padding-top: 2px;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-links span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.34;
  transition:
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
  transform: translateX(2px);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 600;
  transition: color var(--duration-fast) var(--ease-standard);
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: var(--white);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-socials a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 15px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  font-weight: 700;
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.footer-social-link__icon,
.contact-social-link__icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  background: rgba(200, 154, 61, 0.11);
  color: var(--gold);
  transition:
    background var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.footer-social-link__icon svg,
.contact-social-link__icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-link-facebook .footer-social-link__icon svg,
.contact-social-link-facebook .contact-social-link__icon svg {
  fill: currentColor;
  stroke: none;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: rgba(200, 154, 61, 0.34);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  transform: translateY(-1px);
}

.footer-socials a:hover .footer-social-link__icon,
.footer-socials a:focus-visible .footer-social-link__icon {
  background: rgba(200, 154, 61, 0.2);
  color: var(--white);
  transform: translateY(-1px);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 32px;
  width: min(100%, var(--max-width));
  margin: 54px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom span:last-child {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.88rem;
  line-height: 1.55;
}

.site-footer {
  padding: 44px 24px 22px;
}

.footer-inner {
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.footer-lede,
.footer-inner p {
  max-width: 25rem;
  margin-top: 12px;
  font-size: 0.86rem;
  line-height: 1.5;
}

.footer-highlights {
  max-width: 360px;
  margin-top: 22px;
}

.footer-highlights div {
  grid-template-columns: 1fr;
  min-height: auto;
  gap: 4px;
  padding: 11px 0;
}

.footer-address {
  max-width: 26rem;
  margin-top: 14px;
  padding-left: 14px;
  font-size: 0.76rem;
  line-height: 1.42;
}

.footer-panel {
  grid-template-areas:
    "contact links"
    "social links";
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 14px 34px;
  align-items: start;
}

.footer-panel-heading {
  grid-area: heading;
  max-width: 280px;
  padding-bottom: 16px;
}

.footer-panel-heading h2 {
  max-width: 260px;
  margin-top: 9px;
  font-size: 1.08rem;
  line-height: 1.22;
}

.footer-panel-heading p {
  max-width: 260px;
  margin-top: 9px;
  font-size: 0.84rem;
  line-height: 1.48;
}

.footer-contact-grid {
  grid-area: contact;
  grid-template-columns: 1fr;
  gap: 7px;
}

.footer-contact-card {
  min-height: auto;
  gap: 4px;
  padding: 10px 13px;
  border-radius: 14px;
}

.footer-contact-card-primary {
  grid-column: auto;
  min-height: auto;
  padding: 11px 14px;
}

.footer-highlights span,
.footer-contact-card span,
.footer-bottom span:first-child {
  font-size: 0.64rem;
  letter-spacing: 0.05em;
}

.footer-highlights strong,
.footer-contact-card strong {
  font-size: 0.86rem;
  line-height: 1.3;
}

.footer-contact-card strong {
  overflow-wrap: anywhere;
  word-break: normal;
}

.footer-contact-card small {
  display: none;
}

.footer-links-wrap {
  grid-area: links;
  gap: 14px;
  padding-top: 0;
}

.footer-links {
  gap: clamp(18px, 2.6vw, 34px);
  padding-top: 0;
}

.footer-links div {
  gap: 7px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links span {
  font-size: 0.68rem;
}

.footer-links a {
  font-size: 0.81rem;
  line-height: 1.25;
}

.footer-legal-links {
  gap: 8px 11px;
  padding-top: 13px;
}

.footer-legal-links a {
  font-size: 0.76rem;
}

.footer-socials {
  grid-area: social;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}

.footer-socials a {
  min-height: 32px;
  padding: 0 11px;
  font-size: 0.74rem;
}

.footer-bottom {
  gap: 10px 24px;
  margin-top: 24px;
  padding-top: 16px;
}

.footer-bottom span:last-child {
  max-width: 520px;
  font-size: 0.76rem;
}

@media (min-width: 1081px) {
  .site-footer {
    padding: 30px clamp(110px, 7vw, 148px) 18px 24px;
  }

  .site-footer .brand {
    min-width: 0;
  }

  .footer-inner {
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
    gap: clamp(26px, 3vw, 40px);
  }

  .footer-lede,
  .footer-inner p {
    max-width: 24rem;
    margin-top: 10px;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .footer-meta-line {
    margin-top: 10px;
    font-size: 0.76rem;
    line-height: 1.38;
  }

  .footer-highlights {
    max-width: 100%;
    margin-top: 16px;
    border: 0;
    gap: 8px;
  }

  .footer-highlights div {
    padding: 0;
    border: 0;
  }

  .footer-highlights div + div {
    border-top: 0;
  }

  .footer-address {
    max-width: 24rem;
    margin-top: 10px;
    padding-left: 12px;
    font-size: 0.72rem;
    line-height: 1.34;
  }

  .footer-panel {
    grid-template-areas:
      "contact links"
      "social links";
    grid-template-columns: minmax(248px, 0.32fr) minmax(0, 1fr);
    gap: 10px 30px;
  }

  .footer-panel-heading {
    display: none;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .footer-contact-card,
  .footer-contact-card-primary {
    padding: 9px 12px;
  }

  .footer-highlights span,
  .footer-contact-card span,
  .footer-bottom span:first-child {
    font-size: 0.6rem;
  }

  .footer-highlights strong,
  .footer-contact-card strong {
    font-size: 0.82rem;
    line-height: 1.24;
  }

  .footer-links-wrap {
    gap: 12px;
  }

  .footer-links {
    gap: clamp(18px, 2.4vw, 32px);
  }

  .footer-links div {
    gap: 6px;
  }

  .footer-links span {
    font-size: 0.64rem;
  }

  .footer-links a {
    font-size: 0.79rem;
    line-height: 1.22;
  }

  .footer-legal-links {
    gap: 7px 10px;
    padding-top: 10px;
  }

  .footer-legal-links a {
    font-size: 0.72rem;
  }

  .footer-socials a {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .footer-bottom {
    margin-top: 20px;
    padding-top: 13px;
  }

  .footer-bottom span:last-child {
    max-width: 500px;
    font-size: 0.74rem;
    line-height: 1.42;
  }
}

.page-hero {
  padding: 164px 24px 104px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 76% 22%, rgba(90, 175, 179, 0.12), transparent 28%),
    linear-gradient(145deg, var(--navy), var(--blue));
  background-size:
    92px 92px,
    92px 92px,
    auto,
    auto;
  color: var(--white);
  overflow: hidden;
  overflow: clip;
  contain: layout paint;
  position: relative;
}

.page-hero-backdrop-image,
.page-hero-backdrop-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero-backdrop-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.26;
  filter: saturate(0.78) contrast(1.04);
  transform: scale(1.018);
}

.page-hero-backdrop-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.98) 0%, rgba(11, 31, 58, 0.94) 42%, rgba(11, 31, 58, 0.78) 100%),
    linear-gradient(180deg, rgba(11, 31, 58, 0.22), rgba(11, 31, 58, 0.88));
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.08), rgba(11, 31, 58, 0.38)),
    linear-gradient(180deg, rgba(11, 31, 58, 0), rgba(11, 31, 58, 0.34));
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 61, 0.45), transparent);
}

.page-hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.42fr);
  gap: 72px;
  align-items: end;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.page-hero-content {
  min-width: 0;
  max-width: 960px;
}

.page-hero h1 {
  max-width: 930px;
  margin-top: 16px;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 800;
  line-height: 0.98;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.18rem;
  line-height: 1.76;
  overflow-wrap: break-word;
}

.page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.page-hero-meta span,
.tag-grid span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(200, 154, 61, 0.28);
  border-radius: 999px;
  color: inherit;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
}

.page-hero-meta span {
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
}

.page-hero-visual {
  position: relative;
  min-height: 380px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow:
    0 30px 80px rgba(4, 16, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0));
}

.page-hero-visual-image,
.page-hero-visual-shade {
  position: absolute;
  inset: 0;
}

.page-hero-visual-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
  opacity: 0.52;
  transform: scale(1.01);
}

.page-hero-visual-shade {
  z-index: 1;
  background:
    linear-gradient(145deg, rgba(11, 31, 58, 0.92), rgba(11, 31, 58, 0.67) 54%, rgba(22, 50, 80, 0.42)),
    radial-gradient(circle at 78% 24%, rgba(90, 175, 179, 0.16), transparent 30%);
}

.page-hero-visual > span,
.page-hero-visual h2,
.page-hero-visual p,
.page-hero-visual-list,
.page-hero-visual-mark {
  position: relative;
  z-index: 2;
}

.page-hero-visual > span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-hero-visual-mark {
  position: relative;
  width: 104px;
  aspect-ratio: 1;
  margin-top: 56px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(200, 154, 61, 0.48) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(90, 175, 179, 0.18) 50%, transparent calc(50% + 0.5px)),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.022) 62%),
    rgba(255, 255, 255, 0.028);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.page-hero-visual-mark::before,
.page-hero-visual-mark::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.page-hero-visual-mark::before {
  inset: -9px;
  border: 1px solid rgba(90, 175, 179, 0.14);
  background:
    conic-gradient(from 28deg, transparent 0 42deg, rgba(200, 154, 61, 0.34) 84deg, transparent 126deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
}

.page-hero-visual-mark::after {
  inset: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(200, 154, 61, 0.32);
  opacity: 0.78;
}

.page-hero-visual h2 {
  max-width: 15ch;
  margin-top: 38px;
  color: var(--white);
  font-size: clamp(1.55rem, 2.2vw, 2.18rem);
  line-height: 1.06;
  text-wrap: balance;
}

.page-hero .page-hero-visual p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
  line-height: 1.62;
}

.page-hero-visual-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.page-hero-visual-list small {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.34;
}

.page-hero-visual-list b {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
}

.page-hero-visual-list small span {
  display: block;
}

.page-hero-visual-summary {
  align-self: stretch;
  min-height: 100%;
  padding: clamp(30px, 3vw, 42px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 88% 8%, rgba(90, 175, 179, 0.12), transparent 26%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.03));
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.page-hero-visual-summary h2 {
  max-width: 18ch;
  margin-top: clamp(56px, 6vw, 92px);
  font-size: clamp(1.95rem, 3vw, 2.7rem);
}

.page-hero .page-hero-visual-summary p {
  max-width: 33rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero-visual-summary .page-hero-visual-list {
  gap: 0;
  margin-top: 34px;
}

.page-hero-visual-summary .page-hero-visual-list small {
  grid-template-columns: minmax(86px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  min-height: 58px;
  padding: 14px 0;
}

.page-hero-visual-summary .page-hero-visual-list b {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-hero-visual-summary .page-hero-visual-list span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.48;
}

.site-card-link {
  color: inherit;
}

.site-card-link small,
.info-card small {
  display: block;
  margin-top: 18px;
  color: rgba(36, 49, 66, 0.56);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
}

.info-card,
.contact-grid .principle-card,
.profile-list article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 1)),
    var(--white);
}

.info-card:hover,
.contact-grid .principle-card:hover,
.profile-list article:hover {
  border-color: rgba(200, 154, 61, 0.22);
}

.architecture-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-list {
  gap: 12px;
}

.route-row {
  color: inherit;
}

.route-row strong {
  font-size: 0.82rem;
}

.institutional-page {
  background:
    radial-gradient(circle at 8% 9%, rgba(90, 175, 179, 0.055), transparent 24rem),
    linear-gradient(180deg, var(--white), rgba(246, 243, 238, 0.42) 47%, var(--white));
}

.institutional-page .page-hero {
  overflow: hidden;
}

.institutional-page .page-hero-inner {
  align-items: center;
}

.institutional-page .page-hero-content {
  position: relative;
}

.institutional-page .page-hero-content::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 116px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0));
  opacity: 0.88;
}

.institutional-page .page-hero-visual {
  min-height: 430px;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(90, 175, 179, 0.18), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.03));
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.institutional-page .page-hero-visual::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: -1;
  width: 132px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(200, 154, 61, 0.42) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(200, 154, 61, 0.28) 50%, transparent calc(50% + 0.5px));
  opacity: 0.58;
}

.not-found-page .page-hero {
  min-height: 72vh;
}

.not-found-page .page-hero h1 {
  max-width: 820px;
}

.not-found-page .page-hero-visual {
  min-height: 390px;
}

.not-found-page .page-hero-visual-mark {
  border-radius: 50%;
}

.not-found-page .page-hero-visual-mark::before,
.not-found-page .page-hero-visual-mark::after {
  background: rgba(200, 154, 61, 0.76);
}

.not-found-actions-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(246, 243, 238, 0.54), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.not-found-actions-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 48px, var(--max-width));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(200, 154, 61, 0.36), transparent);
}

.not-found-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.not-found-search-actions .button {
  min-width: 178px;
}

.not-found-grid .info-card,
.not-found-grid .principle-card {
  min-height: 100%;
}

.institutional-section {
  position: relative;
}

.institutional-section-light::before {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  width: min(34vw, 430px);
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 154, 61, 0), rgba(200, 154, 61, 0.32));
  pointer-events: none;
}

.institutional-section-index {
  display: inline-flex;
  min-height: 34px;
  margin-bottom: 22px;
  padding: 0 13px;
  align-items: center;
  border: 1px solid rgba(200, 154, 61, 0.28);
  border-radius: 999px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.identity-panel .institutional-section-index {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.institutional-page .info-card {
  min-height: 292px;
  isolation: isolate;
  background:
    radial-gradient(circle at 92% 12%, rgba(238, 217, 210, 0.26), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93));
}

.institutional-page .info-card::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: -1;
  width: 44px;
  aspect-ratio: 1;
  border-top: 1px solid rgba(200, 154, 61, 0.38);
  border-right: 1px solid rgba(200, 154, 61, 0.38);
  opacity: 0.68;
  transition:
    opacity 240ms var(--ease-standard),
    transform 280ms var(--ease-out);
}

.institutional-page .info-card:hover::after,
.institutional-page .info-card:focus-visible::after {
  opacity: 1;
  transform: translate(3px, -3px);
}

.institutional-page .info-card > span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  padding: 0 11px;
  align-items: center;
  border: 1px solid rgba(200, 154, 61, 0.2);
  border-radius: 999px;
  background: rgba(246, 243, 238, 0.62);
  color: rgba(36, 49, 66, 0.72);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.institutional-page .info-card h3 {
  font-size: 1.28rem;
  line-height: 1.18;
}

.institutional-page .info-card p {
  line-height: 1.66;
}

.institutional-page .info-card small {
  position: relative;
  width: fit-content;
  margin-top: 22px;
  padding-right: 22px;
  color: var(--navy);
}

.institutional-page .info-card small::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background: var(--gold);
  transform: translateY(-50%);
  transition: width 220ms var(--ease-out);
}

.institutional-page .info-card:hover small::after,
.institutional-page .info-card:focus-visible small::after {
  width: 18px;
}

.info-identity-section {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(246, 243, 238, 0.86)),
    var(--ivory);
}

.info-identity-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(200, 154, 61, 0.34), transparent);
}

.info-identity-section .identity-panel {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.info-identity-section .identity-panel::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 118px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.18) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(200, 154, 61, 0.36) 50%, transparent calc(50% + 0.5px));
  opacity: 0.72;
}

.info-mini-list {
  gap: 14px;
}

.info-mini-list .palette-row {
  grid-template-columns: 34px minmax(118px, 0.34fr) minmax(0, 1fr);
  min-height: 84px;
  padding: 18px;
  border: 1px solid rgba(36, 49, 66, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.045);
}

.info-mini-list .palette-row:hover {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 54px rgba(11, 31, 58, 0.07);
}

.info-mini-list .chip {
  width: 30px;
  height: 30px;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.22);
}

.info-mini-list .palette-row strong {
  font-size: 0.82rem;
  line-height: 1.28;
}

.info-mini-list .palette-row small {
  color: rgba(36, 49, 66, 0.68);
  line-height: 1.48;
}

.institutional-sitemap-page .full-route-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.institutional-sitemap-page .full-route-list .palette-row {
  padding: 16px;
  border: 1px solid rgba(36, 49, 66, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.service-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-tight-top {
  padding-top: 0;
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 52px;
}

.tag-grid span {
  padding: 0 16px;
  background: rgba(246, 243, 238, 0.8);
  color: var(--graphite);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.48fr);
  gap: 42px;
  align-items: stretch;
}

.detail-panel,
.detail-aside,
.profile-list article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.detail-panel::before,
.profile-list article::before,
.contact-grid .principle-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(200, 154, 61, 0.62), rgba(90, 175, 179, 0.18), transparent);
  opacity: 1;
  transform: none;
}

.detail-panel {
  padding: 48px;
}

.detail-panel h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
}

.detail-panel p {
  max-width: 780px;
  margin-top: 22px;
  color: rgba(36, 49, 66, 0.72);
  font-size: 1.1rem;
  line-height: 1.82;
}

.detail-panel .button {
  margin-top: 34px;
}

.detail-aside {
  display: grid;
  align-content: start;
  overflow: hidden;
}

.detail-aside div {
  padding: 28px;
}

.detail-aside div + div {
  border-top: 1px solid var(--hairline);
}

.detail-aside span,
.profile-list span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-aside strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.category-detail-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.54fr);
}

.category-problem-panel p + p {
  margin-top: 16px;
}

.category-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.category-detail-actions .button {
  margin-top: 0;
}

.category-featured-services {
  display: grid;
  gap: 10px;
}

.category-featured-services > span {
  margin-bottom: 6px;
}

.category-featured-services a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid rgba(22, 50, 80, 0.08);
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.35;
  transition:
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.category-featured-services a:hover,
.category-featured-services a:focus-visible {
  color: var(--blue);
  transform: translateX(3px);
}

.category-topic-grid .service-topic-card,
.category-benefit-grid .service-topic-card {
  min-height: 204px;
}

.service-overview-section {
  padding-bottom: 86px;
}

.service-overview-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.48fr);
}

.service-problem-panel {
  background:
    linear-gradient(135deg, rgba(90, 175, 179, 0.08), transparent 46%),
    var(--white);
}

.service-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.service-action-row .button {
  margin-top: 0;
}

.service-visual {
  position: relative;
  min-height: 292px;
  margin: 0;
  padding: 30px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--hairline);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.98));
  background-size: 34px 34px, 34px 34px, auto;
  color: var(--white);
}

.service-visual-skin-detail {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(22, 50, 80, 0.96), rgba(11, 31, 58, 0.98)),
    linear-gradient(135deg, rgba(238, 217, 210, 0.2), transparent);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.service-visual-hair-scalp {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(18, 58, 90, 0.98), rgba(11, 31, 58, 0.98));
  background-size: 34px 34px, 34px 34px, auto;
}

.service-visual-nails-feet {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(36, 49, 66, 0.98), rgba(11, 31, 58, 0.98));
  background-size: 34px 34px, 34px 34px, auto;
}

.service-visual-diagnostic-technology,
.service-visual-medical-documentation {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(22, 50, 80, 0.98), rgba(8, 22, 41, 0.99));
  background-size: 28px 28px, 28px 28px, auto;
}

.service-visual-media,
.service-visual-shade {
  position: absolute;
  inset: 0;
}

.service-visual-media {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  opacity: 0.58;
  transform: scale(1.01);
}

.service-visual-shade {
  z-index: 1;
  background:
    linear-gradient(145deg, rgba(11, 31, 58, 0.95), rgba(11, 31, 58, 0.7) 52%, rgba(22, 50, 80, 0.32)),
    linear-gradient(180deg, transparent, rgba(11, 31, 58, 0.72));
}

.service-visual-mark {
  position: absolute;
  inset: 28px 28px auto auto;
  z-index: 2;
  width: 112px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent);
}

.service-visual-mark::before,
.service-visual-mark::after {
  content: "";
  position: absolute;
  background: rgba(200, 154, 61, 0.66);
}

.service-visual-mark::before {
  top: 50%;
  left: 16px;
  right: 16px;
  height: 1px;
}

.service-visual-mark::after {
  top: 16px;
  bottom: 16px;
  left: 50%;
  width: 1px;
}

.service-visual figcaption {
  position: relative;
  z-index: 3;
  max-width: 22rem;
  text-shadow: 0 16px 34px rgba(3, 12, 24, 0.28);
}

.service-visual span,
.service-patient-panel span,
.medical-note span,
.service-topic-card span,
.service-approach-grid span,
.service-faq-item summary {
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.service-visual span,
.service-patient-panel span,
.medical-note span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-visual strong {
  display: block;
  margin-top: 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.42rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.service-visual small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.55;
}

.service-evidence-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(90, 175, 179, 0.11), transparent 26rem),
    linear-gradient(180deg, rgba(246, 243, 238, 0.82), rgba(255, 255, 255, 0.98));
}

.service-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}

.service-evidence-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(22, 50, 80, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    var(--white);
  box-shadow: 0 24px 68px rgba(11, 31, 58, 0.075);
  transition:
    border-color 240ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard),
    transform 260ms var(--ease-out);
}

.service-evidence-card:hover,
.service-evidence-card:focus-within {
  border-color: rgba(200, 154, 61, 0.22);
  box-shadow: 0 28px 78px rgba(11, 31, 58, 0.1);
  transform: translateY(-2px);
}

.service-evidence-card-comparison {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.82)),
    var(--white);
}

.service-evidence-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), rgba(200, 154, 61, 0.72), rgba(90, 175, 179, 0.12));
  opacity: 0.7;
}

.service-evidence-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.service-evidence-head span,
.service-evidence-note span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-evidence-head strong {
  max-width: 22rem;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.14;
  text-align: right;
}

.service-evidence-media {
  display: grid;
  gap: 12px;
}

.service-evidence-media.is-comparison {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.before-after-comparison {
  --split: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: calc(var(--radius) - 7px);
  background:
    radial-gradient(circle at var(--split) 50%, rgba(200, 154, 61, 0.15), transparent 9rem),
    linear-gradient(145deg, rgba(22, 50, 80, 0.96), rgba(11, 31, 58, 0.98));
  box-shadow:
    0 20px 58px rgba(11, 31, 58, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  cursor: col-resize;
  isolation: isolate;
  outline: none;
  touch-action: none;
  user-select: none;
  transition:
    border-color 220ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard);
}

.before-after-comparison::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius) - 14px);
  opacity: 0.86;
  pointer-events: none;
}

.before-after-comparison:hover,
.before-after-comparison:focus-visible,
.before-after-comparison.is-dragging {
  border-color: rgba(200, 154, 61, 0.34);
  box-shadow:
    0 26px 70px rgba(11, 31, 58, 0.16),
    0 0 0 1px rgba(200, 154, 61, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.before-after-comparison > .image-molecular-field {
  z-index: 2;
  --image-motion-opacity: 0.16;
  --image-motion-active-opacity: 0.24;
}

.before-after-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 300px;
}

.before-after-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at var(--split) 50%, rgba(255, 255, 255, 0.08), transparent 11rem),
    linear-gradient(90deg, rgba(11, 31, 58, 0.04), transparent 35%, rgba(255, 255, 255, 0.03));
  opacity: 0.72;
  pointer-events: none;
}

.before-after-layer,
.before-after-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.before-after-layer {
  z-index: 0;
}

.before-after-layer-after {
  z-index: 1;
  clip-path: inset(0 0 0 var(--split));
  transition: clip-path 180ms var(--ease-out);
  will-change: clip-path;
}

.before-after-image {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transform: scale(1.01);
  transition:
    filter var(--duration-medium) var(--ease-standard),
    transform var(--duration-medium) var(--ease-out);
}

.before-after-comparison:hover .before-after-image,
.before-after-comparison:focus-visible .before-after-image,
.before-after-comparison.is-dragging .before-after-image {
  filter: saturate(0.98) contrast(1.05);
  transform: scale(1.025);
}

.before-after-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.08), rgba(11, 31, 58, 0.22)),
    linear-gradient(90deg, rgba(11, 31, 58, 0.1), transparent 42%, rgba(11, 31, 58, 0.14));
  pointer-events: none;
}

.before-after-label {
  position: absolute;
  z-index: 4;
  top: 16px;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.72);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.before-after-label-before {
  left: 16px;
}

.before-after-label-after {
  right: 16px;
}

.before-after-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  z-index: 5;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  box-shadow:
    0 0 0 1px rgba(11, 31, 58, 0.12),
    0 0 24px rgba(200, 154, 61, 0.38);
  pointer-events: none;
  transform: translateX(-50%);
  transition: left 180ms var(--ease-out);
  will-change: left;
}

.before-after-divider::before,
.before-after-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  opacity: 0.62;
}

.before-after-divider::before {
  right: 16px;
  transform: translateY(-50%);
}

.before-after-divider::after {
  left: 16px;
  transform: translateY(-50%);
}

.before-after-comparison.is-dragging .before-after-layer-after,
.before-after-comparison.is-dragging .before-after-divider {
  transition: none;
}

.before-after-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(200, 154, 61, 0.18), transparent 44%, rgba(90, 175, 179, 0.16)),
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(22, 50, 80, 0.94), rgba(11, 31, 58, 0.98));
  box-shadow:
    0 18px 46px rgba(11, 31, 58, 0.34),
    inset 0 0 0 3px rgba(200, 154, 61, 0.18);
  transform: translate(-50%, -50%);
  transition:
    border-color 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard),
    transform 220ms var(--ease-out);
}

.before-after-handle::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.before-after-handle span {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  border-left: 2px solid rgba(255, 255, 255, 0.9);
}

.before-after-handle span:first-child {
  transform: rotate(-45deg);
}

.before-after-handle span:last-child {
  transform: rotate(135deg);
}

.before-after-comparison:hover .before-after-handle,
.before-after-comparison:focus-visible .before-after-handle,
.before-after-comparison.is-dragging .before-after-handle {
  border-color: rgba(200, 154, 61, 0.52);
  box-shadow:
    0 20px 50px rgba(11, 31, 58, 0.38),
    0 0 0 6px rgba(200, 154, 61, 0.1),
    inset 0 0 0 3px rgba(200, 154, 61, 0.28);
  transform: translate(-50%, -50%) scale(1.045);
}

.before-after-comparison:focus-visible {
  box-shadow:
    0 0 0 4px rgba(90, 175, 179, 0.16),
    0 22px 64px rgba(11, 31, 58, 0.14);
}

.before-after-help {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.35;
}

.before-after-help::before,
.before-after-help::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  pointer-events: none;
}

.before-after-help::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.09);
}

.before-after-help::after {
  width: var(--split);
  background: linear-gradient(90deg, rgba(90, 175, 179, 0.04), rgba(200, 154, 61, 0.78));
  box-shadow: 0 0 18px rgba(200, 154, 61, 0.22);
  transition: width 180ms var(--ease-out);
}

.before-after-comparison.is-dragging .before-after-help::after {
  transition: none;
}

.before-after-help span {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  transition: color 220ms var(--ease-standard);
}

.before-after-help small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  text-align: right;
  transition: opacity 220ms var(--ease-standard);
}

.before-after-comparison:hover .before-after-help span,
.before-after-comparison:focus-visible .before-after-help span,
.before-after-comparison.is-dragging .before-after-help span {
  color: var(--gold);
}

.before-after-comparison.has-interacted .before-after-help small {
  opacity: 0.78;
}

.service-evidence-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(22, 50, 80, 0.08);
  border-radius: calc(var(--radius) - 8px);
  background:
    linear-gradient(145deg, rgba(22, 50, 80, 0.94), rgba(11, 31, 58, 0.98)),
    var(--navy);
  isolation: isolate;
}

.service-evidence-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.04), rgba(11, 31, 58, 0.22)),
    linear-gradient(90deg, rgba(11, 31, 58, 0.12), transparent 46%);
  pointer-events: none;
}

.service-evidence-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1.01);
  transition:
    filter var(--duration-medium) var(--ease-standard),
    transform var(--duration-medium) var(--ease-out);
}

.service-evidence-card:hover .service-evidence-image,
.service-evidence-card:focus-within .service-evidence-image {
  filter: saturate(0.98) contrast(1.04);
  transform: scale(1.035);
}

.service-evidence-figure figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.76);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.service-evidence-card > p {
  margin: 18px 0 0;
  color: rgba(36, 49, 66, 0.66);
  font-size: 0.92rem;
  line-height: 1.62;
}

.service-evidence-note {
  display: grid;
  max-width: 920px;
  gap: 8px;
  margin-top: 24px;
  padding: 18px 22px;
  border: 1px solid rgba(200, 154, 61, 0.22);
  border-radius: calc(var(--radius) - 6px);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(36, 49, 66, 0.72);
}

.service-evidence-note p {
  margin: 0;
  line-height: 1.6;
}

.service-topic-grid,
.service-benefit-grid,
.service-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.service-prep-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-topic-card {
  position: relative;
  min-height: 222px;
  padding: 30px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    var(--white);
  box-shadow: var(--soft-shadow);
  transition:
    transform 260ms var(--ease-out),
    border-color 240ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard);
}

.service-topic-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 154, 61, 0.26);
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.09);
}

.service-topic-card span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
}

.service-topic-card h3 {
  margin-top: 42px;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.2;
}

.service-topic-card p {
  margin-top: 12px;
  color: rgba(36, 49, 66, 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.service-approach-band {
  padding-top: 118px;
  padding-bottom: 116px;
}

.service-approach-inner h2 {
  max-width: 980px;
}

.service-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.service-approach-grid article {
  min-height: 210px;
  padding: 28px 30px 4px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.service-approach-grid article:last-child {
  border-right: 0;
}

.service-approach-grid span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
}

.service-approach-grid strong {
  display: block;
  margin-top: 28px;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.18;
}

.service-approach-grid p {
  max-width: 22rem;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
  line-height: 1.62;
}

.service-clinical-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 22px;
}

.service-clinical-panel,
.service-patient-panel,
.medical-note {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.service-clinical-panel {
  padding: 42px;
}

.service-clinical-panel-muted {
  background:
    linear-gradient(150deg, rgba(246, 243, 238, 0.72), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.service-clinical-panel h2 {
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.06;
}

.service-clinical-panel > p:not(.kicker) {
  margin-top: 18px;
  color: rgba(36, 49, 66, 0.72);
  line-height: 1.7;
}

.service-list-block {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.service-list-block .service-topic-card {
  min-height: auto;
  padding: 22px 24px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.72);
}

.service-list-block .service-topic-card h3 {
  margin-top: 12px;
  font-size: 1.02rem;
}

.service-list-block .service-topic-card p {
  font-size: 0.96rem;
}

.service-next-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
  gap: 22px;
  align-items: stretch;
}

.service-next-panel {
  background:
    linear-gradient(140deg, rgba(90, 175, 179, 0.07), transparent 44%),
    var(--white);
}

.service-route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.service-route-list .service-topic-card {
  min-height: 190px;
  padding: 24px;
  box-shadow: none;
}

.service-route-list .service-topic-card h3 {
  margin-top: 34px;
  font-size: 1.06rem;
}

.service-route-list .service-topic-card p {
  font-size: 0.95rem;
  line-height: 1.56;
}

.service-safety-panel {
  padding: 36px;
  border: 1px solid rgba(36, 49, 66, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(155deg, rgba(246, 216, 212, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.98));
  color: var(--white);
  box-shadow: 0 24px 68px rgba(11, 31, 58, 0.12);
}

.service-safety-panel > span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-safety-panel h3 {
  margin-top: 18px;
  font-size: clamp(1.58rem, 2.4vw, 2.18rem);
  line-height: 1.1;
}

.service-safety-panel > p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.66;
}

.service-safety-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.service-safety-list div {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.service-safety-list strong {
  display: block;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.26;
}

.service-safety-list small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.93rem;
  line-height: 1.54;
}

.service-patient-panel {
  padding: 34px;
  align-self: start;
}

.service-patient-panel span {
  color: var(--gold);
}

.service-patient-panel ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-patient-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(36, 49, 66, 0.74);
  line-height: 1.62;
}

.service-patient-panel li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--turquoise);
  content: "";
}

.service-pediatric-note {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid rgba(200, 154, 61, 0.22);
  border-radius: calc(var(--radius) - 4px);
  background:
    linear-gradient(135deg, rgba(200, 154, 61, 0.12), rgba(90, 175, 179, 0.075)),
    rgba(255, 255, 255, 0.045);
}

.service-pediatric-note strong {
  display: block;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.28;
}

.service-pediatric-note p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.service-pediatric-note small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
  line-height: 1.45;
}

.service-faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin-top: 56px;
}

.service-faq-item {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 42px rgba(11, 31, 58, 0.045);
}

.service-faq-item summary {
  min-height: 64px;
  padding: 20px 24px;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.service-faq-item summary::marker {
  color: var(--gold);
}

.service-faq-item p {
  padding: 0 24px 24px;
  color: rgba(36, 49, 66, 0.72);
  line-height: 1.68;
}

.medical-note {
  max-width: 920px;
  padding: 28px 32px;
  border-left: 3px solid var(--gold);
  background:
    linear-gradient(90deg, rgba(200, 154, 61, 0.08), rgba(22, 50, 80, 0.035) 42%, rgba(255, 255, 255, 0.96)),
    var(--white);
}

.medical-note span {
  color: var(--gold);
}

.medical-note p {
  margin-top: 10px;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.35;
}

.medical-note small {
  display: block;
  max-width: 760px;
  margin-top: 12px;
  color: rgba(36, 49, 66, 0.68);
  line-height: 1.55;
}

.profile-list,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 68px;
}

.contact-social-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 243, 238, 0.86)),
    var(--white);
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.055);
}

.contact-social-panel span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-social-panel p {
  max-width: 480px;
  margin-top: 7px;
  color: rgba(36, 49, 66, 0.68);
  font-size: 0.98rem;
  line-height: 1.52;
}

.contact-social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.contact-social-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px 0 12px;
  border: 1px solid rgba(22, 50, 80, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(11, 31, 58, 0.045);
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
  border-color: rgba(200, 154, 61, 0.3);
  background: var(--white);
  color: var(--blue);
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.075);
  transform: translateY(-1px);
}

.contact-social-link:hover .contact-social-link__icon,
.contact-social-link:focus-visible .contact-social-link__icon {
  background: rgba(200, 154, 61, 0.18);
  transform: translateY(-1px);
}

.location-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 112px;
  padding: 112px 24px;
  background:
    radial-gradient(circle at 14% 12%, rgba(90, 175, 179, 0.12), transparent 26rem),
    radial-gradient(circle at 92% 78%, rgba(200, 154, 61, 0.1), transparent 30rem),
    linear-gradient(180deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.995));
  color: var(--white);
}

.location-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 61, 0.62), rgba(90, 175, 179, 0.18), transparent);
}

.location-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.28;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.location-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.location-copy h2 {
  max-width: 760px;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 1.02;
  text-wrap: balance;
}

.location-copy > p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.72;
}

.location-address-card {
  max-width: 720px;
  margin-top: 34px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 2px solid rgba(200, 154, 61, 0.7);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 52px rgba(7, 20, 37, 0.16);
}

.location-address-card span,
.location-pin-card span,
.location-route-card span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-address-card strong {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.46;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.location-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 28px 70px rgba(7, 20, 37, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.location-image-picture,
.location-image,
.location-visual-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.location-image {
  object-fit: cover;
  object-position: center;
  opacity: 0.74;
  filter: saturate(0.86) contrast(1.06);
}

.location-visual-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.16), rgba(11, 31, 58, 0.78)),
    radial-gradient(circle at 74% 18%, rgba(200, 154, 61, 0.16), transparent 22rem),
    radial-gradient(circle at 18% 32%, rgba(90, 175, 179, 0.14), transparent 20rem);
}

.location-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.42;
}

.location-pin-card,
.location-route-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(11, 31, 58, 0.54);
  box-shadow: 0 22px 48px rgba(7, 20, 37, 0.22);
  backdrop-filter: blur(16px);
}

.location-pin-card {
  top: 32px;
  left: 32px;
  max-width: calc(100% - 64px);
  padding: 24px 26px;
}

.location-pin-card::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  border: 1px solid rgba(200, 154, 61, 0.62);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(200, 154, 61, 0.95) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 50%, rgba(90, 175, 179, 0.18), transparent 72%);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.035);
}

.location-pin-card strong {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.36rem, 2vw, 1.9rem);
  line-height: 1.14;
}

.location-pin-card small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

.location-route-card {
  right: 32px;
  bottom: 32px;
  left: 32px;
  overflow: hidden;
}

.location-route-card a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 18px 20px;
  color: inherit;
  transition:
    background var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.location-route-card a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.location-route-card a:hover,
.location-route-card a:focus-visible {
  background: rgba(255, 255, 255, 0.055);
}

.location-route-card strong {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.32;
}

.location-route-card small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.45;
}

.location-snapshot-section {
  position: relative;
}

.location-snapshot-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(30px, 4.8vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.11);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 8%, rgba(90, 175, 179, 0.12), transparent 23rem),
    radial-gradient(circle at 100% 100%, rgba(200, 154, 61, 0.1), transparent 25rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.88));
  box-shadow: 0 24px 62px rgba(22, 50, 80, 0.08);
}

.location-snapshot-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(200, 154, 61, 0.72), rgba(90, 175, 179, 0.22), transparent);
}

.location-snapshot-card::after {
  content: "";
  position: absolute;
  right: clamp(22px, 4vw, 62px);
  top: clamp(24px, 5vw, 70px);
  width: 118px;
  height: 118px;
  border: 1px solid rgba(200, 154, 61, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(200, 154, 61, 0.42) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 50%, rgba(90, 175, 179, 0.08), transparent 70%);
  opacity: 0.72;
  pointer-events: none;
}

.location-snapshot-copy,
.location-snapshot-actions,
.location-snapshot-socials {
  position: relative;
  z-index: 1;
}

.location-snapshot-copy h2 {
  max-width: 760px;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.06;
  text-wrap: balance;
}

.location-snapshot-copy p {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(36, 49, 66, 0.7);
  font-size: 1.04rem;
  line-height: 1.72;
}

.location-snapshot-copy address {
  display: block;
  max-width: 700px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-left: 2px solid rgba(200, 154, 61, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.48;
}

.location-snapshot-actions {
  display: grid;
  gap: 12px;
}

.location-snapshot-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 50, 80, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.54);
  color: inherit;
  box-shadow: 0 12px 30px rgba(22, 50, 80, 0.045);
  transition:
    border-color var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.location-snapshot-action:hover,
.location-snapshot-action:focus-visible {
  border-color: rgba(200, 154, 61, 0.28);
  background: var(--white);
  box-shadow: 0 18px 40px rgba(22, 50, 80, 0.08);
  transform: translateY(-2px);
}

.location-snapshot-action span,
.location-snapshot-socials > span {
  color: var(--gold);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-snapshot-action strong {
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.32;
}

.location-snapshot-action small {
  color: rgba(36, 49, 66, 0.62);
  font-size: 0.9rem;
  line-height: 1.45;
}

.location-snapshot-action-map {
  border-color: rgba(200, 154, 61, 0.25);
  background:
    radial-gradient(circle at 92% 10%, rgba(90, 175, 179, 0.13), transparent 42%),
    linear-gradient(135deg, rgba(200, 154, 61, 0.13), rgba(255, 255, 255, 0.72));
}

.location-snapshot-socials {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(22, 50, 80, 0.09);
}

.location-snapshot-socials div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.location-snapshot-social-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px 0 11px;
  border: 1px solid rgba(22, 50, 80, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.location-snapshot-social-link:hover,
.location-snapshot-social-link:focus-visible {
  border-color: rgba(200, 154, 61, 0.32);
  background: var(--white);
  transform: translateY(-1px);
}

.location-snapshot-social-link__icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(200, 154, 61, 0.12);
  color: var(--gold);
}

.location-snapshot-social-link__icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-snapshot-social-link-facebook .location-snapshot-social-link__icon svg {
  fill: currentColor;
  stroke: none;
}

.profile-list article {
  padding: 28px;
}

.profile-list p {
  margin-top: 14px;
  color: rgba(36, 49, 66, 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.doctor-signature {
  display: inline-grid;
  justify-items: start;
  gap: 8px;
  max-width: 360px;
  margin: 34px 0 0;
}

.doctor-signature img {
  display: block;
  width: min(100%, 292px);
  height: auto;
  object-fit: contain;
}

.doctor-signature figcaption {
  color: rgba(36, 49, 66, 0.54);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
}

.doctor-signature-white img {
  width: min(100%, 172px);
}

.doctor-signature-white figcaption {
  color: rgba(255, 255, 255, 0.52);
}

.site-footer .doctor-signature {
  margin-top: 14px;
}

.profile-facts .palette-row {
  grid-template-columns: 38px 130px 1fr;
}

.profile-diplomas-section {
  position: relative;
}

.profile-diploma-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
  perspective: 1200px;
}

.profile-diploma-card {
  position: relative;
  display: flex;
  min-height: 246px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(36, 49, 66, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(36, 49, 66, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(36, 49, 66, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.88));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: 0 24px 62px rgba(11, 31, 58, 0.085);
  transform: rotate(var(--diploma-tilt, 0deg));
  transition:
    transform 260ms var(--ease-out),
    border-color 240ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard);
}

.profile-diploma-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 44px;
  height: 10px;
  border-top: 1px solid rgba(200, 154, 61, 0.38);
  border-bottom: 1px solid rgba(200, 154, 61, 0.2);
  transform: translateX(-50%);
  opacity: 0.84;
}

.profile-diploma-card::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 50px;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 154, 61, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(200, 154, 61, 0.14), transparent 62%);
  opacity: 0.76;
}

.profile-diploma-card:hover,
.profile-diploma-card:focus-within {
  transform: rotate(0deg) translateY(-4px);
  border-color: rgba(200, 154, 61, 0.22);
  box-shadow: 0 30px 76px rgba(11, 31, 58, 0.12);
}

.profile-diploma-card strong {
  position: relative;
  z-index: 1;
  max-width: 26rem;
  margin-top: 18px;
  color: var(--navy);
  font-size: clamp(1.05rem, 1.6vw, 1.34rem);
  line-height: 1.26;
}

.profile-diploma-card small {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: rgba(36, 49, 66, 0.56);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-page-section {
  padding-bottom: 112px;
}

.contact-mail-section {
  position: relative;
}

.contact-mail-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(22, 50, 80, 0.11);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 100%, rgba(22, 50, 80, 0.055), transparent 30%),
    radial-gradient(circle at 96% 8%, rgba(238, 217, 210, 0.42), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.86));
  box-shadow: 0 24px 62px rgba(22, 50, 80, 0.082);
}

.contact-mail-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), rgba(200, 154, 61, 0.74), rgba(90, 175, 179, 0.22));
  opacity: 0.9;
}

.contact-mail-card > * {
  position: relative;
  z-index: 1;
}

.contact-mail-card-compact {
  grid-template-columns: 1fr;
  gap: 18px;
  height: 100%;
  padding: 22px;
  border-color: rgba(22, 50, 80, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 50, 80, 0.08), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(90, 175, 179, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 238, 0.7));
  box-shadow: 0 22px 54px rgba(22, 50, 80, 0.09);
}

.contact-mail-copy h2 {
  max-width: 14ch;
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(1.72rem, 2.8vw, 2.55rem);
  line-height: 1.08;
  text-wrap: balance;
}

.contact-mail-copy p:not(.kicker) {
  max-width: 28rem;
  margin-top: 14px;
  color: rgba(36, 49, 66, 0.68);
  font-size: 0.94rem;
  line-height: 1.56;
}

.contact-mail-card-compact .contact-mail-copy h2 {
  max-width: 16ch;
  font-size: clamp(1.22rem, 1.8vw, 1.52rem);
  line-height: 1.08;
}

.contact-mail-card-compact .contact-mail-copy p:not(.kicker) {
  max-width: 30rem;
  margin-top: 10px;
  font-size: 0.86rem;
  line-height: 1.48;
}

.contact-mail-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-mail-form-compact {
  grid-template-columns: 1fr;
  gap: 10px;
}

.contact-form-field {
  display: grid;
  gap: 6px;
}

.contact-form-field-wide,
.contact-form-actions {
  grid-column: 1 / -1;
}

.contact-form-field span {
  color: rgba(22, 50, 80, 0.78);
  font-family: "Inter", "Manrope", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  border: 1px solid rgba(22, 50, 80, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66));
  color: var(--graphite);
  font: inherit;
  font-size: 0.92rem;
  outline: 0;
  transition:
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-out);
}

.contact-form-field input {
  min-height: 46px;
  padding: 0 13px;
}

.contact-mail-form-compact .contact-form-field input {
  min-height: 44px;
}

.contact-form-field textarea {
  min-height: 118px;
  padding: 12px 13px;
  resize: vertical;
  line-height: 1.48;
}

.contact-mail-form-compact .contact-form-field textarea {
  min-height: 92px;
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
  color: rgba(36, 49, 66, 0.42);
}

.contact-form-field:focus-within input,
.contact-form-field:focus-within textarea {
  border-color: rgba(22, 50, 80, 0.42);
  background: var(--white);
  box-shadow:
    0 0 0 4px rgba(22, 50, 80, 0.075),
    0 10px 22px rgba(22, 50, 80, 0.07);
  transform: translateY(-1px);
}

.contact-form-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-top: 2px;
}

.contact-form-actions .button {
  min-width: 180px;
}

.contact-form-actions small {
  display: block;
  max-width: 24rem;
  margin-top: 0;
  color: rgba(36, 49, 66, 0.58);
  font-size: 0.78rem;
  line-height: 1.4;
}

.contact-mail-form-compact .contact-form-actions {
  display: grid;
  gap: 9px;
  justify-content: stretch;
}

.contact-mail-form-compact .contact-form-actions .button {
  width: 100%;
  min-width: 0;
}

.contact-mail-form.is-submitted .button {
  box-shadow: 0 22px 48px rgba(200, 154, 61, 0.28);
}

.contact-grid .principle-card {
  min-height: 230px;
}

/* Secondary blue as a clinical surface: adds depth without losing cleanliness. */
.services-section,
.doctor-articles-section,
.institutional-section-light,
.service-clinical-section,
.service-benefit-section {
  position: relative;
  overflow: hidden;
  margin-top: var(--flow-space);
  margin-bottom: var(--flow-space);
  padding-top: var(--surface-y);
  padding-bottom: var(--surface-y);
  padding-right: clamp(24px, 4vw, 48px);
  padding-left: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(22, 50, 80, 0.085);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 96% 8%, rgba(22, 50, 80, 0.075), transparent 24rem),
    linear-gradient(180deg, rgba(246, 243, 238, 0.74), rgba(255, 255, 255, 0.96));
  box-shadow: 0 22px 58px rgba(22, 50, 80, 0.055);
}

.services-section.section-tight-top,
.doctor-articles-section.section-tight-top,
.institutional-section-light.section-tight-top,
.service-clinical-section.section-tight-top,
.service-benefit-section.section-tight-top {
  padding-top: clamp(74px, 6.4vw, 96px);
}

.services-section::before,
.doctor-articles-section::before,
.institutional-section-light::after,
.service-clinical-section::before,
.service-benefit-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), rgba(200, 154, 61, 0.58), rgba(90, 175, 179, 0.12));
  opacity: 0.58;
  pointer-events: none;
}

.services-section > *,
.doctor-articles-section > *,
.institutional-section-light > *,
.service-clinical-section > *,
.service-benefit-section > * {
  position: relative;
  z-index: 1;
}

#articulos-home.doctor-articles-section,
.doctor-articles-section-compact {
  padding-top: clamp(58px, 5.4vw, 78px);
  padding-bottom: clamp(58px, 5.4vw, 78px);
}

.doctor-articles-section-compact .doctor-article-grid {
  margin-top: 30px;
}

.doctor-articles-section-compact .doctor-article-card {
  min-height: 258px;
}

.doctor-articles-section-compact .doctor-article-tags {
  display: none;
}

.home-process-section {
  position: relative;
  overflow: hidden;
  margin-top: var(--flow-space);
  margin-bottom: var(--flow-space);
  padding: clamp(82px, 8vw, 112px) clamp(24px, 4.6vw, 56px);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 86% 12%, rgba(90, 175, 179, 0.2), transparent 24rem),
    radial-gradient(circle at 8% 100%, rgba(200, 154, 61, 0.1), transparent 22rem),
    linear-gradient(145deg, rgba(22, 50, 80, 0.98), rgba(11, 31, 58, 0.99));
  box-shadow: 0 34px 88px rgba(11, 31, 58, 0.14);
}

.home-process-section + .institutional-band {
  margin-top: calc(var(--flow-space) * 0.35);
}

.institutional-band + .section:not(.services-section):not(.doctor-articles-section):not(.service-clinical-section):not(.service-benefit-section),
.identity-section + .section:not(.services-section):not(.doctor-articles-section):not(.service-clinical-section):not(.service-benefit-section) {
  padding-top: clamp(96px, 8vw, 128px);
}

.section + .institutional-band,
.section + .identity-section,
.institutional-band + .contact-section {
  margin-top: calc(var(--flow-space) * 0.45);
}

.home-contact-section {
  margin-top: var(--flow-space);
  margin-bottom: var(--flow-space);
}

.home-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.48;
  pointer-events: none;
}

.home-process-section > * {
  position: relative;
  z-index: 1;
}

.home-process-section .section-heading h2,
.home-process-section .process-card h3 {
  color: var(--white);
}

.home-process-section .section-copy p,
.home-process-section .process-card p {
  color: rgba(255, 255, 255, 0.68);
}

.home-process-section .editorial-rule {
  background: linear-gradient(90deg, var(--gold), rgba(90, 175, 179, 0.34), transparent);
}

.home-process-section .process-card {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.home-process-section .process-card:hover,
.home-process-section .process-card:focus-within {
  border-color: rgba(200, 154, 61, 0.32);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.16);
}

.service-topic-card,
.doctor-article-card,
.service-clinical-panel,
.service-patient-panel,
.medical-note {
  border-color: rgba(22, 50, 80, 0.1);
  background:
    linear-gradient(180deg, rgba(22, 50, 80, 0.026), transparent 42%),
    rgba(255, 255, 255, 0.96);
}

.service-clinical-panel-muted,
.service-next-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 50, 80, 0.075), transparent 26%),
    linear-gradient(150deg, rgba(246, 243, 238, 0.8), rgba(255, 255, 255, 0.96));
}

.service-patient-panel {
  background:
    linear-gradient(145deg, rgba(22, 50, 80, 0.96), rgba(11, 31, 58, 0.98));
  color: var(--white);
}

.service-patient-panel li {
  color: rgba(255, 255, 255, 0.72);
}

.service-patient-panel li::before {
  background: var(--gold);
}

.detail-aside {
  border-color: rgba(22, 50, 80, 0.12);
  background:
    linear-gradient(180deg, rgba(22, 50, 80, 0.035), rgba(255, 255, 255, 0.96));
}

.detail-aside div {
  background: rgba(255, 255, 255, 0.54);
}

.medical-note {
  border-left-color: var(--gold);
  background:
    linear-gradient(90deg, rgba(200, 154, 61, 0.08), rgba(22, 50, 80, 0.035) 42%, rgba(255, 255, 255, 0.96)),
    var(--white);
}

/* Warm premium accents: thin editorial cues, not decorative badges. */
.section-heading {
  position: relative;
}

.section-heading::before {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0));
  opacity: 0.68;
}

.home-process-section .section-heading::before {
  background: linear-gradient(90deg, rgba(200, 154, 61, 0.86), rgba(90, 175, 179, 0.18), transparent);
}

.principle-card::after,
.service-card::after,
.service-topic-card::after,
.doctor-article-card::after,
.detail-panel::after,
.contact-mail-card::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 26px;
  width: 20px;
  aspect-ratio: 1;
  border-top: 1px solid var(--gold-line);
  border-right: 1px solid var(--gold-line);
  opacity: 0.26;
  pointer-events: none;
  transition:
    opacity 220ms var(--ease-standard),
    transform 260ms var(--ease-out);
}

.principle-card:hover::after,
.service-card:hover::after,
.service-topic-card:hover::after,
.doctor-article-card:hover::after,
.detail-panel:hover::after,
.contact-mail-card:hover::after {
  opacity: 0.58;
  transform: translate(2px, -2px);
}

.principle-card span,
.service-card span,
.service-topic-card span,
.doctor-article-label,
.institutional-section-index {
  position: relative;
  display: inline-block;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.principle-card span::after,
.service-card span::after,
.service-topic-card span::after,
.doctor-article-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 9px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0));
  opacity: 0.66;
}

.home-process-section .process-card span,
.service-safety-panel > span,
.service-approach-grid span,
.band-list span {
  position: relative;
  display: inline-block;
  width: fit-content;
  min-height: 0;
  padding: 0 0 9px;
  border: 0;
  border-bottom: 1px solid rgba(200, 154, 61, 0.34);
  border-radius: 0;
  background: transparent;
}

.contact-form-field span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
}

.contact-form-field span::before {
  content: "";
  width: 14px;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, var(--gold), rgba(200, 154, 61, 0));
  box-shadow: none;
}

.contact-form-field:focus-within span {
  color: var(--navy);
}

.button-outline-dark:hover,
.button-outline-dark:focus-visible {
  border-color: rgba(200, 154, 61, 0.46);
  box-shadow:
    0 18px 38px rgba(22, 50, 80, 0.085),
    0 8px 24px rgba(200, 154, 61, 0.12);
}

.page-hero-meta span,
.tag-grid span {
  border-color: rgba(200, 154, 61, 0.22);
  background:
    linear-gradient(180deg, rgba(200, 154, 61, 0.045), rgba(255, 255, 255, 0.025));
}

.js-enabled [data-reveal] {
  --reveal-y: 24px;
  --reveal-delay: 0ms;
  --reveal-duration: 760ms;
}

@media (prefers-reduced-motion: no-preference) {
  .js-enabled .site-header .nav-shell {
    animation: nav-entry 760ms var(--ease-out) 80ms both;
  }

  .js-enabled .hero-image {
    animation:
      hero-image-fade 1100ms var(--ease-out) 120ms both,
      hero-drift 18000ms var(--ease-standard) 1200ms infinite alternate;
  }

  .js-enabled .hero-overlay {
    animation: fade-in-soft 900ms var(--ease-standard) 120ms both;
  }

  .js-enabled .hero-content::before {
    transform-origin: top;
    animation: line-draw 880ms var(--ease-out) 420ms both;
  }

  .js-enabled .page-hero-visual-mark::before {
    animation: loader-orbit 7600ms linear infinite;
  }

  .js-enabled .hero-brand-signature {
    animation: hero-rise 820ms var(--ease-out) 260ms both;
  }

  .js-enabled .hero .eyebrow,
  .js-enabled .hero h1 span,
  .js-enabled .hero-copy,
  .js-enabled .hero-actions,
  .js-enabled .hero-rail {
    animation: hero-rise 860ms var(--ease-out) both;
  }

  .js-enabled .hero .eyebrow {
    animation-delay: 360ms;
  }

  .js-enabled .hero h1 span:first-child {
    animation-delay: 470ms;
  }

  .js-enabled .hero h1 span:last-child {
    animation-delay: 570ms;
  }

  .js-enabled .hero-copy {
    animation-delay: 690ms;
  }

  .js-enabled .hero-actions {
    animation-delay: 800ms;
  }

  .js-enabled .hero-rail {
    animation-delay: 930ms;
  }

  .js-enabled [data-reveal] {
    opacity: 0;
    transform: translate3d(0, var(--reveal-y), 0);
    transition:
      opacity var(--reveal-duration) var(--ease-standard),
      transform var(--reveal-duration) var(--ease-out);
    transition-delay: var(--reveal-delay);
  }

  .js-enabled [data-reveal="line"] {
    --reveal-y: 0px;
    transform: scaleX(0.16);
    transform-origin: left;
    filter: none;
  }

  .js-enabled [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .js-enabled [data-reveal="line"].is-visible {
    transform: scaleX(1);
  }

  .js-enabled [data-reveal].is-visible:is(.principle-card, .service-card):hover {
    transform: translate3d(0, -4px, 0);
  }

  .js-enabled [data-reveal].is-visible.palette-row:hover {
    transform: translateX(3px);
  }

  .js-enabled [data-reveal].is-visible.button:hover,
  .js-enabled [data-reveal].is-visible.button:focus-visible {
    transform: translateY(-2px) scale(1.006);
  }

  .js-enabled [data-reveal].is-visible.button:active {
    transform: translateY(1px);
  }
}

.js-enabled.animation-fallback .hero-image,
.js-enabled.animation-fallback .hero-overlay,
.js-enabled.animation-fallback .hero-brand-signature,
.js-enabled.animation-fallback .hero .eyebrow,
.js-enabled.animation-fallback .hero h1 span,
.js-enabled.animation-fallback .hero-copy,
.js-enabled.animation-fallback .hero-actions,
.js-enabled.animation-fallback .hero-rail {
  opacity: 1 !important;
  animation: none !important;
}

.js-enabled.animation-fallback .hero .eyebrow,
.js-enabled.animation-fallback .hero-brand-signature,
.js-enabled.animation-fallback .hero h1 span,
.js-enabled.animation-fallback .hero-copy,
.js-enabled.animation-fallback .hero-actions,
.js-enabled.animation-fallback .hero-rail {
  transform: none !important;
}

.js-enabled.animation-fallback .hero-content::before {
  opacity: 1 !important;
  transform: scaleY(1) !important;
  animation: none !important;
}

@keyframes nav-entry {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loader-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loader-accent-in {
  from {
    opacity: 0;
    transform: scaleX(0.35);
  }

  to {
    opacity: 0.68;
    transform: scaleX(1);
  }
}

@keyframes loader-mark-in {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loader-pulse {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(0.94);
  }

  48% {
    opacity: 0.82;
    transform: scale(1.04);
  }
}

@keyframes loader-line {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(270%);
  }
}

@keyframes loader-logo-spin {
  0% {
    opacity: 0.9;
    transform: rotate(0deg) scale(0.97);
  }

  45% {
    opacity: 1;
    transform: rotate(162deg) scale(1);
  }

  100% {
    opacity: 0.9;
    transform: rotate(360deg) scale(0.97);
  }
}

@keyframes hero-image-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-drift {
  from {
    transform: scale(1.035) translate3d(-4px, calc(var(--hero-shift) - 5px), 0);
  }

  to {
    transform: scale(1.055) translate3d(4px, calc(var(--hero-shift) + 5px), 0);
  }
}

@keyframes hero-drift-contained {
  from {
    transform: scale(1.006) translate3d(-2px, calc(var(--hero-shift) - 2px), 0);
  }

  to {
    transform: scale(1.014) translate3d(2px, calc(var(--hero-shift) + 2px), 0);
  }
}

@keyframes hero-pan-contained {
  from {
    object-position: 63% center;
  }

  to {
    object-position: 65% center;
  }
}

@keyframes image-dna-float {
  from {
    opacity: 0.34;
    transform: rotate(-13deg) translate3d(-2px, -3px, 0) scale(0.99);
  }

  to {
    opacity: 0.52;
    transform: rotate(-9deg) translate3d(3px, 4px, 0) scale(1.015);
  }
}

@keyframes image-particles-drift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 0.28;
  }

  to {
    background-position: 0 0, 12px -8px, -14px 10px, 10px 12px, -9px -10px, 14px 0;
    opacity: 0.44;
  }
}

@keyframes image-orbit-drift {
  from {
    transform: translate3d(calc(var(--image-motion-x) - 3px), calc(var(--image-motion-y) - 2px), 0) rotate(0deg);
  }

  to {
    transform: translate3d(calc(var(--image-motion-x) + 3px), calc(var(--image-motion-y) + 2px), 0) rotate(8deg);
  }
}

@keyframes fade-in-soft {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes line-draw {
  from {
    opacity: 0;
    transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes search-result-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes service-finder-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .brand {
    min-width: 188px;
    padding-right: 14px;
  }

  .brand-logo {
    width: 164px;
  }

  .nav-links {
    gap: 2px;
    font-size: 0.78rem;
  }

  .nav-links > a,
  .nav-menu-trigger {
    padding: 0 9px;
  }

  .nav-cta {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 148px;
    align-items: start;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-grid,
  .identity-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .page-hero-visual {
    min-height: auto;
  }

  .page-hero-visual-mark {
    margin-top: 34px;
  }

  .identity-panel {
    min-height: 420px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-services-section .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-intro-media,
  .home-profile-grid,
  .home-contact-card,
  .contact-mail-card {
    grid-template-columns: 1fr;
  }

  .location-shell {
    grid-template-columns: 1fr;
  }

  .location-visual {
    min-height: 520px;
  }

  .location-snapshot-card {
    grid-template-columns: 1fr;
  }

  .location-snapshot-socials {
    align-items: flex-start;
  }

  .process-grid,
  .home-specialty-grid,
  .doctor-article-grid,
  .profile-diploma-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-editorial-diagnostic .section-grid,
  .section-editorial-diagnostic .home-intro-media {
    grid-template-columns: 1fr;
  }

  .section-editorial-diagnostic {
    padding: 58px 32px 48px;
  }

  .section-editorial-diagnostic .section-heading h2 {
    max-width: 16ch;
  }

  .home-intro-copy-panel {
    max-width: 720px;
  }

  .section-profile-editorial .sample-image {
    min-height: 360px;
  }

  .home-services-section .service-card:nth-child(1),
  .home-services-section .service-card:nth-child(8) {
    grid-column: auto;
  }

  .section-process-timeline .process-card + .process-card {
    border-left: 0;
  }

  .section-process-timeline .process-card:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .section-process-timeline .process-card:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-specialty-band .home-specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #articulos-home .doctor-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #articulos-home .doctor-article-card,
  #articulos-home .doctor-article-card:first-child,
  #articulos-home .doctor-article-card:nth-child(2) {
    grid-column: auto;
    min-height: auto;
  }

  .architecture-grid,
  .service-grid-wide,
  .profile-list,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .js-enabled [data-reveal] {
    --reveal-y: 18px;
    --reveal-duration: 660ms;
  }

  html {
    scroll-padding-top: 74px;
  }

  body {
    font-size: 1rem;
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto;
  }

  .site-header.is-scrolled {
    top: 0;
  }

  .nav-shell {
    width: 100%;
    min-height: 76px;
    padding: 0 86px 0 22px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
      linear-gradient(180deg, rgba(11, 31, 58, 0.95), rgba(11, 31, 58, 0.82));
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .site-header.is-scrolled .nav-shell {
    min-height: 72px;
    background: rgba(11, 31, 58, 0.92);
    box-shadow: 0 12px 32px rgba(6, 18, 34, 0.12);
  }

  .nav-links {
    display: none;
  }

  .brand {
    min-width: 0;
    padding-right: 0;
  }

  .brand::after {
    display: none;
  }

  .nav-center,
  .nav-utilities,
  .nav-action,
  .nav-cta,
  .nav-search-toggle {
    display: none;
  }

  .menu-toggle {
    position: fixed;
    top: 16px;
    right: 22px;
    z-index: 32;
    display: inline-flex !important;
    min-height: 44px;
    margin-left: auto;
    border-color: rgba(200, 154, 61, 0.36);
    background: rgba(255, 255, 255, 0.075);
    color: var(--white);
    box-shadow: 0 10px 26px rgba(6, 18, 34, 0.14);
  }

  .menu-toggle:active {
    transform: scale(0.98);
  }

  .site-search-overlay {
    padding: 92px 22px 22px;
    place-items: start center;
  }

  .site-search-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .site-search-input input {
    min-height: 54px;
  }

  .hero {
    min-height: clamp(680px, 94svh, 780px);
  }

  .hero-image {
    object-position: 64% center;
    transform: none;
  }

  .js-enabled .hero-image {
    animation:
      hero-image-fade 900ms var(--ease-out) 80ms both,
      hero-pan-contained 17000ms var(--ease-standard) 1000ms infinite alternate;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 72% 28%, rgba(90, 175, 179, 0.12), transparent 28%),
      linear-gradient(90deg, rgba(11, 31, 58, 0.96) 0%, rgba(11, 31, 58, 0.86) 57%, rgba(11, 31, 58, 0.38) 100%),
      linear-gradient(180deg, rgba(11, 31, 58, 0.08), rgba(11, 31, 58, 0.5));
  }

  .hero-inner {
    width: min(100% - 44px, var(--max-width));
    min-height: inherit;
    padding: 128px 0 70px;
    align-content: center;
    align-items: center;
    gap: 30px;
  }

  .hero-content {
    max-width: 540px;
    padding-left: 16px;
  }

  .hero-brand-signature {
    gap: 9px;
    margin-bottom: 10px;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .hero-brand-signature-mark {
    width: 29px;
    padding: 5px;
  }

  .hero h1 {
    max-width: 520px;
    margin-top: 16px;
    font-size: clamp(2.72rem, 10vw, 4.05rem);
    line-height: 1;
  }

  .hero-copy {
    max-width: 440px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.66;
  }

  .hero-actions {
    margin-top: 30px;
    gap: 12px;
  }

  .button {
    min-height: 48px;
  }

  .hero-rail {
    display: none;
  }

  .section,
  .identity-section,
  .institutional-band,
  .contact-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .page-hero {
    padding: 128px 22px 82px;
  }

  .page-hero-backdrop-image {
    opacity: 0.2;
    object-position: center top;
    transform: none;
  }

  .page-hero-backdrop-shade {
    background:
      linear-gradient(180deg, rgba(11, 31, 58, 0.96) 0%, rgba(11, 31, 58, 0.9) 52%, rgba(11, 31, 58, 0.98) 100%),
      linear-gradient(90deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.78));
  }

  .page-hero-inner {
    gap: 30px;
  }

  .page-hero h1 {
    font-size: clamp(2.55rem, 8.8vw, 4.2rem);
    line-height: 1.02;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 1.04rem;
    line-height: 1.7;
  }

  .page-hero-visual {
    padding: 28px;
  }

  .page-hero-visual-mark {
    width: 88px;
    margin-top: 30px;
  }

  .page-hero-visual h2 {
    max-width: 22ch;
  }

  .page-hero-visual-summary h2 {
    max-width: 20ch;
    margin-top: 32px;
    font-size: clamp(1.72rem, 7vw, 2.22rem);
  }

  .page-hero-visual-summary .page-hero-visual-list small {
    grid-template-columns: minmax(82px, 0.34fr) minmax(0, 1fr);
    min-height: auto;
  }

  .section {
    width: min(100% - 44px, var(--max-width));
    scroll-margin-top: 0;
  }

  .identity-section,
  .institutional-band,
  .contact-section {
    scroll-margin-top: 0;
  }

  .section-profile-editorial,
  .section-process-timeline {
    width: min(100% - 44px, var(--max-width));
    padding: 44px 34px;
  }

  .section-editorial-diagnostic .sample-image,
  .section-editorial-diagnostic .home-fact-panel,
  .section-profile-editorial .sample-image {
    min-height: 320px;
  }

  .section-editorial-diagnostic::before {
    display: none;
  }

  .section-grid {
    gap: 30px;
  }

  .section-copy p,
  .identity-panel p,
  .contact-section p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .page-guide-section {
    padding-top: 64px;
  }

  .page-guide-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 30px;
  }

  .page-guide-copy h2 {
    max-width: 18ch;
    font-size: clamp(1.95rem, 7vw, 2.7rem);
  }

  .page-guide-copy p:not(.kicker) {
    font-size: 1rem;
    line-height: 1.7;
  }

  .page-guide-steps {
    gap: 4px;
  }

  .page-guide-step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
  }

  .block-guide {
    margin-top: 22px;
    padding: 16px 18px;
  }

  .editorial-rule {
    margin-top: 28px;
  }

  .principles-grid,
  .band-list {
    grid-template-columns: 1fr;
  }

  .doctor-article-grid,
  .profile-diploma-wall {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  .article-detail-layout {
    grid-template-columns: 1fr;
  }

  .article-side-panel {
    position: relative;
    top: auto;
  }

  .doctor-article-card,
  .profile-diploma-card {
    min-height: auto;
  }

  .profile-diploma-card {
    transform: none;
  }

  .principles-grid,
  .service-grid {
    gap: 16px;
    margin-top: 44px;
  }

  .principle-card,
  .service-card {
    min-height: auto;
  }

  .principle-card h3,
  .service-card h3 {
    margin-top: 30px;
    padding-top: 0;
  }

  .identity-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .identity-inner {
    gap: 34px;
  }

  .identity-panel {
    min-height: 380px;
    padding: 38px;
  }

  .identity-panel p {
    margin-top: 22px;
  }

  .home-intro-media,
  .home-profile-grid {
    gap: 22px;
    margin-top: 48px;
  }

  .home-intro-copy-panel {
    padding: 24px;
    border-color: rgba(200, 154, 61, 0.18);
    background:
      radial-gradient(circle at 100% 0%, rgba(90, 175, 179, 0.16), transparent 34%),
      linear-gradient(145deg, rgba(11, 31, 58, 0.98), rgba(22, 50, 80, 0.96));
    box-shadow: 0 22px 54px rgba(11, 31, 58, 0.16);
  }

  .home-intro-panel-label {
    border-color: rgba(200, 154, 61, 0.34);
    background: rgba(200, 154, 61, 0.12);
  }

  .home-intro-copy-panel p {
    color: rgba(255, 255, 255, 0.78);
  }

  .home-intro-copy-panel .editorial-rule {
    background: linear-gradient(90deg, var(--gold), rgba(255, 255, 255, 0.1));
  }

  .home-intro-signals {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .home-intro-signals span,
  .home-intro-signals span + span {
    min-height: auto;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
  }

  .home-intro-signals span + span {
    border-top-color: rgba(255, 255, 255, 0.12);
  }

  .home-intro-signals strong {
    color: var(--white);
  }

  .home-intro-signals small {
    color: rgba(255, 255, 255, 0.64);
  }

  .sample-image,
  .home-fact-panel {
    min-height: 320px;
    padding: 28px;
  }

  .sample-image strong {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .home-service-row {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px 14px;
    min-height: auto;
    padding: 18px 0;
  }

  .home-service-result {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .home-service-row strong {
    align-self: start;
  }

  .home-service-row small,
  .home-service-result small {
    grid-column: 2;
    max-width: 42rem;
  }

  .home-service-result-tags {
    grid-column: 2;
  }

  .home-service-cta {
    grid-column: 2;
    justify-self: start;
  }

  .floating-whatsapp,
  .back-to-top {
    right: 18px;
    --back-top-base: 18px;
    width: 56px;
    height: 56px;
  }

  .floating-whatsapp {
    bottom: calc(var(--back-top-base) + var(--footer-offset) + 68px);
  }

  .floating-whatsapp-mark {
    width: 34px;
    height: 34px;
  }

  .floating-whatsapp-mark svg {
    width: 21px;
    height: 21px;
  }

  .floating-whatsapp-label,
  .floating-whatsapp-prompt,
  .floating-whatsapp-prompt::after {
    display: none;
  }

  .process-grid,
  .home-specialty-grid {
    gap: 14px;
    margin-top: 44px;
  }

  .section-process-timeline .process-grid {
    gap: 0;
  }

  .process-card {
    min-height: 220px;
    padding: 26px;
  }

  .home-profile-copy h2,
  .home-contact-card h2 {
    font-size: clamp(2rem, 7.6vw, 2.55rem);
  }

  .home-contact-card {
    gap: 28px;
    padding: 34px 30px;
  }

  .contact-mail-card {
    gap: 24px;
    padding: 28px 26px;
  }

  .band-list {
    margin-top: 46px;
  }

  .band-list div,
  .band-list a {
    padding: 24px 26px;
  }

  .band-list div + div,
  .band-list a + a {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .profile-list,
  .contact-grid {
    margin-top: 48px;
  }

  .contact-social-panel {
    display: grid;
    gap: 18px;
    padding: 20px;
  }

  .contact-social-list {
    justify-content: flex-start;
  }

  .detail-panel {
    padding: 38px;
  }

  .palette-row {
    grid-template-columns: 38px 106px 1fr;
    gap: 14px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
    padding: 32px;
  }

  .contact-inner-with-form {
    grid-template-columns: 1fr;
  }

  .contact-cta-actions {
    margin-top: 24px;
  }

  .contact-inner .button {
    justify-self: start;
    min-width: 240px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-highlights {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .service-grid,
  .service-grid-wide,
  .home-services-section .service-grid {
    grid-template-columns: 1fr;
  }

  .home-services-section .service-card,
  .home-services-section .service-card:nth-child(1),
  .home-services-section .service-card:nth-child(8) {
    grid-column: auto;
    min-height: auto;
  }

  .home-services-section .service-card:nth-child(1) .service-card-figure {
    min-height: 126px;
  }
}

@media (max-width: 540px) {
  html {
    scroll-padding-top: 72px;
  }

  .brand-logo {
    width: 136px;
  }

  body {
    font-size: 0.98rem;
  }

  .particle-field {
    opacity: 0.2;
  }

  .nav-shell {
    min-height: 74px;
    padding: 0 78px 0 20px;
  }

  .site-header.is-scrolled .nav-shell {
    min-height: 72px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 148px;
    max-height: 40px;
  }

  .brand-mark {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 0.7rem;
  }

  .brand-text strong {
    font-size: 0.9rem;
  }

  .brand-text span {
    max-width: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.68rem;
  }

  .site-header .brand-text span {
    display: none;
  }

  .nav-action {
    display: none;
  }

  .menu-toggle {
    top: 15px;
    right: 20px;
    display: inline-flex !important;
    min-width: 86px;
    height: 44px;
    padding-inline: 12px;
    gap: 8px;
  }

  .mobile-menu-panel {
    width: min(100%, calc(100% - 18px));
    padding: 20px;
  }

  .mobile-menu-actions {
    grid-template-columns: 1fr;
  }

  .mobile-menu-secondary-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mobile-menu-secondary-row > button {
    grid-column: 1 / -1;
  }

  .mobile-menu-actions > a,
  .mobile-menu-secondary-row > a,
  .mobile-menu-secondary-row > button {
    justify-content: flex-start;
    padding-inline: 16px;
  }

  .language-switch-mobile {
    grid-column: 2;
    justify-self: end;
  }

  .list-search {
    padding: 10px;
    border-radius: 13px;
  }

  .list-search input {
    min-height: 42px;
  }

  .site-search-overlay {
    padding: 84px 18px 18px;
  }

  .site-search-panel {
    gap: 15px;
    padding: 18px;
    border-radius: 20px;
  }

  .site-search-results {
    max-height: calc(100svh - 260px);
  }

  .search-result {
    padding: 15px;
  }

  .mobile-menu-links {
    gap: 7px;
  }

  .mobile-menu-links a {
    min-height: 48px;
    font-size: 0.92rem;
  }

  .hero {
    min-height: clamp(660px, 94svh, 740px);
  }

  .hero-inner {
    width: min(100% - 44px, var(--max-width));
    padding-top: 116px;
    padding-bottom: 58px;
  }

  .hero h1 {
    max-width: 318px;
    font-size: clamp(2.5rem, 11.2vw, 2.86rem);
    line-height: 1.02;
  }

  .mobile-break {
    display: block;
  }

  .menu-toggle {
    min-width: 46px;
    width: 46px;
    display: inline-flex !important;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
  }

  .menu-toggle-label {
    display: none;
  }

  .menu-toggle-mobile-fallback {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 34;
    display: grid;
    width: 46px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(200, 154, 61, 0.36);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    color: var(--white);
    box-shadow: 0 10px 26px rgba(6, 18, 34, 0.14);
  }

  .menu-toggle-mobile-fallback span {
    grid-area: 1 / 1;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      opacity var(--duration-fast) var(--ease-standard),
      transform var(--duration-fast) var(--ease-standard);
  }

  .menu-toggle-mobile-fallback span:first-child {
    transform: translateY(-6px);
  }

  .menu-toggle-mobile-fallback span:last-child {
    transform: translateY(6px);
  }

  .menu-toggle-mobile-fallback[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .menu-toggle-mobile-fallback[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle-mobile-fallback[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .site-header::after {
    content: "";
    position: fixed;
    top: 37px;
    right: 34px;
    z-index: 36;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
      0 -6px 0 rgba(255, 255, 255, 0.94),
      0 6px 0 rgba(255, 255, 255, 0.94);
    pointer-events: none;
  }

  body.menu-open .site-header::after {
    opacity: 0;
  }

  .hero-copy,
  .hero-actions {
    width: min(100%, 318px);
    max-width: 318px;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.64;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
  }

  .hero-actions .button-ghost {
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.86);
  }

  .section-heading h2,
  .identity-panel h2,
  .institutional-band h2,
  .contact-section h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.18rem);
    line-height: 1.09;
    overflow-wrap: break-word;
  }

  .section,
  .identity-section,
  .institutional-band,
  .contact-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section {
    width: min(100% - 44px, var(--max-width));
  }

  .section-grid {
    gap: 26px;
  }

  .section-copy p,
  .identity-panel p,
  .contact-section p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .page-guide-section {
    padding-top: 54px;
  }

  .page-guide-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .page-guide-card::after {
    display: none;
  }

  .page-guide-copy h2 {
    max-width: 100%;
    font-size: clamp(1.8rem, 8vw, 2.18rem);
    line-height: 1.08;
  }

  .page-guide-copy p:not(.kicker) {
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .page-guide-step {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .page-guide-step p,
  .block-guide p,
  .home-service-helper,
  .site-search-note {
    font-size: 0.92rem;
  }

  .block-guide {
    border-radius: 14px;
  }

  .principles-grid,
  .service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
  }

  .home-services-section .service-grid {
    grid-template-columns: 1fr;
  }

  .home-services-section .service-card:nth-child(1),
  .home-services-section .service-card:nth-child(8) {
    grid-column: auto;
    min-height: auto;
  }

  .architecture-grid,
  .service-grid-wide,
  .profile-list,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .principle-card,
  .service-card,
  .identity-panel,
  .contact-inner,
  .detail-panel {
    padding: 26px;
  }

  .service-card-figure {
    min-height: 112px;
    margin: -26px -26px 22px;
  }

  .card-media {
    min-height: 108px;
    margin: -26px -26px 22px;
  }

  .home-specialty-card .card-media-specialty,
  .home-fact-panel .card-media-fact {
    margin: 0;
  }

  .page-hero {
    padding: 118px 22px 76px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8vw, 2.28rem);
    line-height: 1.07;
  }

  .page-hero p:not(.eyebrow) {
    margin-top: 20px;
    max-width: min(100%, 34ch);
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .page-hero-meta {
    gap: 8px;
    margin-top: 26px;
  }

  .page-hero-visual {
    padding: 24px;
  }

  .page-hero-visual,
  .page-hero-visual h2,
  .page-hero-visual p,
  .page-hero-visual-list span {
    overflow-wrap: break-word;
  }

  .page-hero-visual-mark {
    width: 78px;
    margin-top: 28px;
  }

  .page-hero-visual h2 {
    margin-top: 28px;
    max-width: 12ch;
    font-size: clamp(1.28rem, 5.4vw, 1.5rem);
  }

  .page-hero-visual-summary h2 {
    max-width: 12ch;
    font-size: clamp(1.34rem, 5.6vw, 1.62rem);
  }

  .page-hero .page-hero-visual p {
    font-size: 0.94rem;
    max-width: min(100%, 32ch);
  }

  .page-hero-visual-list small {
    grid-template-columns: 30px 1fr;
    font-size: 0.84rem;
  }

  .page-hero-visual-summary .page-hero-visual-list small {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 13px 0;
  }

  .page-hero-visual-summary .page-hero-visual-list span {
    font-size: 0.86rem;
  }

  .page-hero-meta span,
  .tag-grid span {
    min-height: 34px;
    font-size: 0.78rem;
  }

  .principle-card h3,
  .service-card h3 {
    margin-top: 26px;
    padding-top: 0;
  }

  .identity-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .identity-panel {
    min-height: auto;
    padding: 30px 26px;
  }

  .section-profile-editorial,
  .section-process-timeline {
    width: min(100% - 40px, var(--max-width));
    padding: 34px 24px;
    border-radius: var(--radius);
  }

  .section-editorial-diagnostic {
    width: min(100% - 32px, var(--max-width));
    padding: 36px 18px 30px;
    border-radius: var(--radius);
  }

  .section-editorial-diagnostic .section-grid {
    gap: 18px;
  }

  .section-editorial-diagnostic .section-heading h2 {
    max-width: 14.6ch;
    font-size: clamp(1.95rem, 8vw, 2.22rem);
    line-height: 1.08;
  }

  .home-intro-copy-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .home-intro-copy-text {
    gap: 8px;
  }

  .home-intro-panel-label {
    min-height: 26px;
    margin-bottom: 14px;
    padding: 0 10px;
    font-size: 0.64rem;
  }

  .home-intro-copy-panel p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .home-intro-copy-panel .editorial-rule {
    margin-top: 16px;
  }

  .home-intro-signals {
    margin-top: 14px;
  }

  .home-intro-signals span,
  .home-intro-signals span + span {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 10px;
    padding: 12px;
  }

  .home-intro-signals em {
    grid-row: span 2;
    align-self: start;
  }

  .identity-panel h2 {
    font-size: clamp(1.82rem, 8.1vw, 2.05rem);
    line-height: 1.1;
  }

  .identity-panel p {
    margin-top: 20px;
  }

  .home-intro-media,
  .home-profile-grid {
    margin-top: 42px;
  }

  .sample-image,
  .home-fact-panel {
    min-height: 286px;
    padding: 24px;
  }

  .section-editorial-diagnostic::before {
    display: none;
  }

  .section-editorial-diagnostic .sample-image,
  .section-editorial-diagnostic .home-fact-panel,
  .section-profile-editorial .sample-image {
    min-height: 260px;
  }

  .sample-image::after {
    width: 150px;
    height: 150px;
    right: -18px;
    top: 28px;
  }

  .sample-image-mark {
    inset: 18px;
  }

  .sample-image strong {
    max-width: 13ch;
    font-size: clamp(1.85rem, 10vw, 2.3rem);
  }

  .sample-image small,
  .home-fact-panel p,
  .home-service-row small,
  .process-card p,
  .home-contact-card small {
    font-size: 0.92rem;
  }

  .home-service-list {
    gap: 10px;
  }

  .home-service-finder {
    gap: 16px;
  }

  #buscar-servicio {
    scroll-margin-top: 96px;
  }

  .home-service-path-copy strong,
  .home-service-result-head strong {
    font-size: 0.95rem;
  }

  .home-service-path {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 16px;
    border-radius: var(--radius);
  }

  .home-service-path-icon {
    width: 42px;
  }

  .home-service-path-copy small {
    font-size: 0.8rem;
  }

  .home-service-intents {
    gap: 7px;
  }

  .home-service-intents button {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.76rem;
  }

  .home-service-helper {
    margin-top: -2px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .services-discovery-section .home-service-finder {
    margin-top: 28px;
    padding: 24px;
  }

  .home-service-search {
    gap: 5px;
    padding: 14px 16px 14px 50px;
  }

  .home-service-search input {
    min-height: 42px;
    font-size: 1.16rem;
    line-height: 1.16;
  }

  .home-finder-panel {
    min-height: auto;
  }

  .home-finder-cues {
    margin-top: 24px;
    padding-top: 20px;
  }

  .home-finder-cues span {
    min-height: 32px;
    font-size: 0.74rem;
  }

  .doctor-article-card,
  .profile-diploma-card {
    padding: 20px;
  }

  .doctor-article-card .card-media-article {
    min-height: 94px;
    margin: -20px -20px 16px;
  }

  .doctor-article-card h3 {
    margin-top: 14px;
  }

  .article-content-card,
  .article-side-panel {
    padding: 24px;
  }

  .article-copy-block {
    margin-top: 32px;
    padding-top: 28px;
  }

  .article-copy-block p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .doctor-article-meta {
    display: grid;
    gap: 8px;
    padding-top: 22px;
  }

  .home-service-row {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 12px;
    min-height: auto;
    padding: 18px 0;
  }

  .home-service-result {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .home-service-result .home-service-number,
  .home-service-number {
    min-width: 0;
  }

  .home-service-row small {
    grid-column: 2;
  }

  .home-service-result small {
    grid-column: auto;
  }

  .home-service-result-tags {
    grid-column: auto;
  }

  .home-service-cta {
    grid-column: auto;
    justify-self: start;
  }

  .process-grid,
  .home-specialty-grid {
    grid-template-columns: 1fr;
  }

  .section-process-timeline .process-card,
  .section-process-timeline .process-card:nth-child(2n) {
    border-left: 0;
  }

  .section-process-timeline .process-card + .process-card {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-specialty-band .home-specialty-grid,
  #articulos-home .doctor-article-grid {
    grid-template-columns: 1fr;
  }

  .process-card,
  .home-specialty-card {
    min-height: auto;
    padding: 24px;
  }

  .section-process-timeline .process-card {
    min-height: auto;
    padding: 24px 0;
  }

  .section-process-timeline .process-card .card-media {
    min-height: 72px;
    margin: -24px 0 22px;
    border-radius: calc(var(--radius) - 6px);
  }

  .process-card h3 {
    margin-top: 22px;
    padding-top: 0;
  }

  .home-profile-copy h2,
  .home-contact-card h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.18rem);
    line-height: 1.09;
  }

  .profile-points {
    gap: 8px 14px;
    margin: 20px 0 26px;
  }

  .profile-points span {
    width: auto;
    justify-content: flex-start;
    text-align: left;
    font-size: 0.76rem;
  }

  .home-contact-section {
    width: min(100% - 44px, var(--max-width));
  }

  .home-contact-card {
    padding: 28px 24px;
  }

  .home-contact-card p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .contact-mail-copy h2 {
    max-width: 100%;
    font-size: clamp(1.58rem, 7.2vw, 1.92rem);
    line-height: 1.09;
  }

  .contact-mail-form {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .contact-form-actions {
    display: grid;
    gap: 12px;
  }

  .contact-form-actions .button {
    width: 100%;
    min-width: 0;
  }

  .contact-social-panel {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
  }

  .contact-social-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .contact-social-link {
    min-height: 46px;
    justify-content: flex-start;
    padding-inline: 12px 14px;
  }

  .location-section {
    padding: 78px 20px;
  }

  .location-shell {
    gap: 30px;
  }

  .location-copy h2 {
    font-size: clamp(2.05rem, 10vw, 2.55rem);
    line-height: 1.06;
  }

  .location-copy > p {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .location-address-card {
    margin-top: 28px;
    padding: 20px;
  }

  .location-actions {
    display: grid;
    gap: 10px;
  }

  .location-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .location-visual {
    min-height: 540px;
    border-radius: 18px;
  }

  .location-pin-card {
    top: 18px;
    right: 18px;
    left: 18px;
    max-width: none;
    padding: 20px;
  }

  .location-pin-card::before {
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.035);
  }

  .location-route-card {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .location-route-card a {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 16px;
  }

  .location-snapshot-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .location-snapshot-card::after {
    width: 86px;
    height: 86px;
    opacity: 0.42;
  }

  .location-snapshot-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
    line-height: 1.08;
  }

  .location-snapshot-copy p {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .location-snapshot-copy address {
    padding: 16px;
    font-size: 0.94rem;
  }

  .location-snapshot-action {
    min-height: 82px;
    padding: 16px;
  }

  .location-snapshot-socials {
    display: grid;
    gap: 14px;
  }

  .location-snapshot-socials div {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 8px;
  }

  .location-snapshot-social-link {
    min-height: 44px;
    justify-content: flex-start;
  }

  .palette-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    gap: 10px;
  }

  .palette-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px 10px;
    min-height: auto;
    padding: 13px;
    border: 1px solid rgba(36, 49, 66, 0.1);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.54);
  }

  .chip {
    width: 30px;
    height: 30px;
  }

  .palette-row strong {
    align-self: center;
    font-size: 0.78rem;
  }

  .palette-row small {
    grid-column: 2;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .institutional-band h2 {
    font-size: clamp(1.95rem, 8.4vw, 2.2rem);
  }

  .band-list {
    margin-top: 40px;
  }

  .band-list div,
  .band-list a {
    padding: 22px 0;
  }

  .tag-grid {
    gap: 10px;
    margin-top: 36px;
  }

  .detail-panel h2 {
    font-size: clamp(1.9rem, 8.7vw, 2.18rem);
  }

  .detail-panel .button {
    margin-top: 28px;
  }

  .detail-aside div,
  .profile-list article {
    padding: 24px;
  }

  .profile-facts .palette-row {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .contact-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .contact-inner {
    gap: 22px;
    padding: 26px 22px;
  }

  .contact-cta-actions {
    display: grid;
    gap: 12px;
  }

  .contact-section .button {
    justify-self: stretch;
    min-width: 0;
  }

  .site-footer {
    padding: 42px 20px 24px;
  }

  .floating-whatsapp,
  .back-to-top {
    right: 14px;
    --back-top-base: 14px;
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp {
    bottom: calc(var(--back-top-base) + var(--footer-offset) + 62px);
  }

  .floating-whatsapp-mark {
    width: 32px;
    height: 32px;
  }

  .floating-whatsapp-mark svg {
    width: 20px;
    height: 20px;
  }

  .floating-whatsapp-label {
    display: none;
  }

  .floating-whatsapp-prompt {
    display: none;
  }

  .floating-whatsapp-prompt::after {
    display: none;
  }

  .footer-inner {
    gap: 28px;
  }

  .footer-panel {
    grid-template-areas:
      "contact"
      "links"
      "social";
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-panel-heading {
    max-width: none;
    padding-bottom: 14px;
  }

  .footer-panel-heading h2,
  .footer-panel-heading p {
    max-width: 100%;
  }

  .footer-panel-heading h2 {
    font-size: 1rem;
  }

  .footer-highlights {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .footer-highlights div {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .footer-address {
    margin-top: 14px;
    font-size: 0.84rem;
    line-height: 1.52;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-contact-card {
    min-height: auto;
    padding: 12px 14px;
  }

  .footer-contact-card-primary {
    min-height: auto;
    padding: 13px 15px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .footer-links-wrap {
    gap: 16px;
  }

  .footer-legal-links {
    gap: 8px 12px;
  }

  .footer-socials {
    gap: 8px;
    padding-top: 6px;
  }

  .footer-socials a {
    width: auto;
    min-height: 36px;
    justify-content: center;
    padding-inline: 12px;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding-top: 18px;
  }

  .site-footer .brand-text span {
    display: block;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .footer-summary p,
  .footer-inner p {
    max-width: 34rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }
}

@media (max-width: 360px) {
  .nav-shell {
    padding: 0 72px 0 18px;
  }

  .mobile-menu-panel {
    width: 100%;
  }

  .menu-toggle {
    top: 15px;
    right: 18px;
    display: inline-flex !important;
    min-width: 44px;
    padding: 0;
  }

  .menu-toggle-mobile-fallback {
    right: 18px;
    width: 44px;
  }

  .site-header::after {
    right: 31px;
  }

  .menu-toggle-label {
    display: none;
  }

  .site-header .brand-text span {
    display: none;
  }

  .nav-action {
    display: none;
  }

  .hero-inner {
    width: min(100% - 40px, var(--max-width));
  }

  .hero h1 {
    max-width: 280px;
    font-size: clamp(2.32rem, 11vw, 2.46rem);
  }

  .mobile-break {
    display: block;
  }

  .hero-copy,
  .hero-actions {
    width: min(100%, 280px);
    max-width: 280px;
  }

  .section {
    width: min(100% - 40px, var(--max-width));
  }

  .home-contact-section {
    width: min(100% - 40px, var(--max-width));
  }

  .home-contact-card,
  .contact-mail-card,
  .sample-image,
  .home-fact-panel,
  .process-card,
  .home-specialty-card {
    padding-right: 22px;
    padding-left: 22px;
  }

  .contact-mail-card {
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-mail-card-compact {
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-field input {
    min-height: 44px;
  }

  .contact-form-field textarea {
    min-height: 104px;
  }

  .contact-mail-form-compact .contact-form-field textarea {
    min-height: 88px;
  }

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

  .footer-links {
    grid-template-columns: 1fr;
  }

  .contact-section,
  .identity-section,
  .institutional-band {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-service-path {
    grid-template-columns: 1fr;
  }

  .home-service-path-icon {
    display: none;
  }
}

@media (max-width: 1080px) {
  .institutional-page .page-hero-visual {
    min-height: 360px;
  }

  .institutional-page .info-card {
    min-height: 268px;
  }

  .info-mini-list .palette-row {
    grid-template-columns: 34px minmax(108px, 0.36fr) minmax(0, 1fr);
  }

  .institutional-sitemap-page .full-route-list {
    grid-template-columns: 1fr;
  }

  .service-topic-grid,
  .service-benefit-grid,
  .service-prep-grid,
  .service-evidence-grid,
  .service-approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-approach-grid article:nth-child(2n) {
    border-right: 0;
  }

  .service-clinical-grid {
    grid-template-columns: 1fr;
  }

  .service-next-grid {
    grid-template-columns: 1fr;
  }

  .service-route-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .institutional-page .page-hero-content::before,
  .institutional-section-light::before {
    display: none;
  }

  .institutional-section-index {
    min-height: 30px;
    margin-bottom: 16px;
    padding: 0 11px;
    font-size: 0.68rem;
  }

  .institutional-page .info-card {
    min-height: auto;
  }

  .institutional-page .info-card h3 {
    margin-top: 24px;
    padding-top: 0;
  }

  .info-identity-section .identity-panel {
    min-height: auto;
  }

  .info-mini-list {
    gap: 12px;
  }

  .info-mini-list .palette-row {
    grid-template-columns: 30px minmax(104px, 0.38fr) minmax(0, 1fr);
    min-height: auto;
    padding: 16px;
  }

  .info-mini-list .chip {
    width: 28px;
    height: 28px;
  }

  .service-overview-section {
    padding-bottom: 70px;
  }

  .service-action-row {
    gap: 12px;
  }

  .service-action-row .button {
    min-height: 48px;
  }

  .service-topic-grid,
  .service-benefit-grid,
  .service-prep-grid {
    gap: 16px;
    margin-top: 44px;
  }

  .service-evidence-grid {
    gap: 18px;
    margin-top: 44px;
  }

  .service-evidence-card {
    padding: 18px;
  }

  .before-after-stage {
    min-height: 280px;
  }

  .before-after-help {
    align-items: flex-start;
    display: grid;
    gap: 6px;
  }

  .before-after-help small {
    text-align: left;
  }

  .service-evidence-head {
    display: grid;
    gap: 8px;
  }

  .service-evidence-head strong {
    text-align: left;
  }

  .service-topic-card {
    min-height: auto;
    padding: 26px;
  }

  .service-topic-card h3 {
    margin-top: 32px;
  }

  .service-approach-band {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .service-approach-grid {
    margin-top: 46px;
  }

  .service-approach-grid article {
    min-height: 190px;
  }

  .service-clinical-panel {
    padding: 34px;
  }

  .service-faq-list {
    margin-top: 42px;
  }

  .service-route-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-safety-panel {
    padding: 34px;
  }
}

@media (max-width: 540px) {
  .institutional-page .page-hero-visual::after,
  .info-identity-section .identity-panel::after {
    display: none;
  }

  .institutional-page .info-card::after {
    top: 22px;
    right: 22px;
    width: 34px;
  }

  .info-mini-list .palette-row,
  .institutional-sitemap-page .full-route-list .palette-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px 12px;
  }

  .info-mini-list .palette-row small,
  .institutional-sitemap-page .full-route-list .palette-row small {
    grid-column: 2;
  }

  .service-action-row {
    display: grid;
  }

  .service-visual {
    min-height: 238px;
    padding: 26px;
  }

  .service-visual-mark {
    width: 86px;
  }

  .service-topic-grid,
  .service-benefit-grid,
  .service-prep-grid,
  .service-evidence-grid,
  .service-approach-grid {
    grid-template-columns: 1fr;
  }

  .service-evidence-media.is-comparison {
    grid-template-columns: 1fr;
  }

  .before-after-stage {
    aspect-ratio: 1.05 / 1;
    min-height: 250px;
  }

  .before-after-comparison::before {
    inset: 7px;
    border-radius: calc(var(--radius) - 12px);
  }

  .before-after-label {
    top: 12px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .before-after-label-before {
    left: 12px;
  }

  .before-after-label-after {
    right: 12px;
  }

  .before-after-handle {
    width: 48px;
    height: 48px;
  }

  .before-after-divider::before,
  .before-after-divider::after {
    width: 22px;
  }

  .before-after-help {
    padding: 12px 14px 13px;
  }

  .service-evidence-figure {
    aspect-ratio: 1.08 / 1;
  }

  .service-route-list {
    grid-template-columns: 1fr;
  }

  .service-approach-grid article,
  .service-approach-grid article:nth-child(2n) {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .service-approach-grid article:last-child {
    border-bottom: 0;
  }

  .service-clinical-panel,
  .service-patient-panel,
  .service-safety-panel,
  .medical-note {
    padding: 26px;
  }

  .service-pediatric-note {
    margin-top: 22px;
    padding: 18px;
  }

  .service-list-block .service-topic-card {
    padding: 20px;
  }

  .service-faq-item summary {
    min-height: 58px;
    padding: 18px 20px;
  }

  .service-faq-item p {
    padding: 0 20px 20px;
  }
}

@media (max-width: 860px) {
  .services-section,
  .doctor-articles-section,
  .institutional-section-light,
  .service-clinical-section,
  .service-benefit-section {
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 72px 22px;
  }

  .services-section.section-tight-top,
  .doctor-articles-section.section-tight-top,
  .institutional-section-light.section-tight-top,
  .service-clinical-section.section-tight-top,
  .service-benefit-section.section-tight-top {
    padding-top: 64px;
  }

  .home-process-section,
  .home-contact-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home-finder-section-featured {
    padding: 36px 22px 48px;
  }

  .home-finder-section-featured .identity-inner {
    width: min(100%, 680px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-finder-section-featured .home-finder-panel {
    order: 2;
    min-height: auto;
    padding: 24px 22px;
  }

  .home-finder-section-featured .home-finder-panel h2 {
    max-width: 12ch;
    font-size: 2.1rem;
  }

  .home-finder-section-featured .home-service-finder {
    order: 1;
    width: 100%;
    gap: 14px;
    padding: 20px;
  }

  .home-service-mobile-head {
    display: grid;
    gap: 4px;
    min-height: 84px;
    padding: 15px 74px 15px 18px;
    border: 1px solid rgba(22, 50, 80, 0.18);
    border-radius: var(--radius);
  }

  .home-service-mobile-head span {
    color: rgba(200, 154, 61, 0.98);
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .home-service-mobile-head strong {
    max-width: 25ch;
    color: var(--white);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 850;
    line-height: 1.12;
    text-wrap: balance;
  }

  .home-service-mobile-head small {
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.48;
  }

  .home-finder-section-featured .home-service-list {
    max-height: 326px;
    overflow: auto;
    padding-right: 4px;
  }

  .services-section.home-services-section {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 54px 22px;
  }

  .home-services-section .section-grid {
    gap: 18px;
  }

  .home-services-section .service-grid {
    margin-top: 24px;
  }

  .home-services-section .service-card,
  .home-services-section .service-card:nth-child(1) {
    min-height: auto;
  }

  .doctor-articles-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

@media (max-width: 540px) {
  .image-motion-host {
    --image-motion-opacity: 0.18;
    --image-motion-active-opacity: 0.24;
  }

  .image-molecular-field::before {
    width: 92px;
    height: 162px;
    right: 14px;
    top: 16px;
  }

  .service-card-figure > .image-molecular-field,
  .card-media > .image-molecular-field {
    --image-motion-opacity: 0.14;
    --image-motion-active-opacity: 0.2;
  }

  .services-section,
  .doctor-articles-section,
  .institutional-section-light,
  .service-clinical-section,
  .service-benefit-section,
  .home-process-section {
    border-radius: calc(var(--radius) + 2px);
  }

  .services-section,
  .doctor-articles-section,
  .institutional-section-light,
  .service-clinical-section,
  .service-benefit-section {
    padding: 64px 20px;
  }

  .services-section.home-services-section {
    padding: 48px 20px;
  }

  .home-finder-section-featured {
    padding: 30px 16px 38px;
  }

  .home-finder-section-featured .home-finder-panel {
    padding: 20px 18px;
  }

  .home-finder-section-featured .home-finder-panel h2 {
    font-size: 1.88rem;
  }

  .home-finder-section-featured .home-service-finder {
    padding: 16px;
    border-radius: calc(var(--radius) - 2px);
  }

  .home-service-mobile-head {
    min-height: 82px;
    padding: 14px 66px 14px 16px;
  }

  .home-service-mobile-head::before {
    right: 16px;
    width: 40px;
  }

  .home-service-mobile-head::after {
    top: calc(50% + 13px);
    right: 14px;
    width: 15px;
  }

  .home-service-mobile-head strong {
    max-width: 22ch;
    font-size: 1.12rem;
  }

  .home-service-mobile-head small {
    font-size: 0.84rem;
  }

  .home-service-path {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 14px;
    border-radius: var(--radius);
  }

  .home-service-path-icon {
    width: 38px;
  }

  .home-service-path-icon::before {
    width: 13px;
    height: 13px;
  }

  .home-service-path-icon::after {
    right: 9px;
    bottom: 9px;
    width: 5px;
    height: 5px;
  }

  .home-service-path-copy {
    gap: 3px;
  }

  .home-service-path-copy > span {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .home-service-path-copy strong {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .home-service-path-copy small {
    display: none;
  }

  .home-service-search input {
    min-height: 44px;
    font-size: 1.05rem;
  }

  .home-finder-section-featured .home-service-list {
    max-height: 292px;
  }

  .home-services-section .service-card,
  .home-services-section .service-card:nth-child(1) {
    padding: 22px;
  }

  .home-services-section .service-card-figure,
  .home-services-section .service-card:nth-child(1) .service-card-figure {
    min-height: 88px;
    margin: -22px -22px 16px;
  }

  .doctor-articles-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media (hover: none) {
  .image-motion-host {
    --image-motion-active-opacity: var(--image-motion-opacity);
  }

  .image-motion-host:hover > .image-molecular-field,
  .image-motion-host:focus-within > .image-molecular-field {
    opacity: var(--image-motion-opacity);
    transform: none;
  }

  .button:hover,
  .button:focus-visible,
  .nav-action:hover,
  .nav-action:focus-visible,
  .principle-card:hover,
  .service-evidence-card:hover,
  .service-evidence-card:focus-within,
  .service-card:hover,
  .palette-row:hover,
  .floating-whatsapp:hover,
  .floating-whatsapp:focus-visible,
  .back-to-top:hover,
  .back-to-top:focus-visible {
    transform: none;
  }

  .palette-row:hover .chip {
    transform: none;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .particle-field {
    display: none;
  }

  .image-molecular-field {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
