:root {
  --ink: #101513;
  --ink-soft: #18211e;
  --forest: #1c4a3e;
  --mint: #9fc9b9;
  --ivory: #f4f0e8;
  --paper: #faf8f3;
  --white: #ffffff;
  --line-dark: rgba(16, 21, 19, .16);
  --line-light: rgba(255, 255, 255, .18);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --page-pad: clamp(1.25rem, 5vw, 5.5rem);
  --radius: 1.1rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 999;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--ink);
  border-radius: .35rem;
  transition: top .2s ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(16, 21, 19, .74);
  backdrop-filter: blur(18px);
  transition: height .25s ease, background .25s ease;
}

.site-header.scrolled {
  height: 66px;
  background: rgba(16, 21, 19, .95);
}

.header-inner {
  width: 100%;
  height: 100%;
  padding-inline: var(--page-pad);
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
}

.brand {
  width: 168px;
  height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(1.05rem, 2.2vw, 2.25rem);
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, .72);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: color .2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.45rem;
  height: 1px;
  background: var(--mint);
  transition: right .25s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--white);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.header-contact,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 48px;
  padding: .85rem 1.2rem;
  border: 1px solid;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.header-contact {
  min-height: 42px;
  border-color: rgba(255, 255, 255, .3);
}

.header-contact:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.header-contact svg,
.button svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform .2s ease;
}

.header-contact:hover svg,
.button:hover svg {
  transform: translateX(.2rem);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: var(--white);
  transition: transform .25s ease;
}

.intro {
  position: relative;
  min-height: 730px;
  padding: clamp(7.5rem, 11vw, 10.5rem) var(--page-pad) clamp(3rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .75fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 18%, rgba(78, 137, 117, .16), transparent 31%),
    var(--ink);
}

.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  pointer-events: none;
}

.intro-copy,
.intro-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.35rem;
  color: var(--mint);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: var(--forest);
}

.intro h1,
.section-heading h2,
.care h2,
.doctor h2,
.editorial h2,
.faq h2,
.contact h2 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .94;
}

h1 em,
h2 em {
  color: var(--mint);
  font-weight: 400;
}

.intro-text {
  max-width: 590px;
  margin-top: 1.7rem;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(.92rem, 1.3vw, 1.06rem);
}

.intro-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.button-light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
  transform: translateY(-2px);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-dark:hover {
  background: var(--forest);
  border-color: var(--forest);
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding-block: .4rem;
  color: rgba(255, 255, 255, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  font-size: .75rem;
  font-weight: 600;
  transition: color .2s ease, border-color .2s ease;
}

.text-link:hover {
  color: var(--white);
  border-color: var(--mint);
}

.intro-notes {
  margin-top: 2rem;
  padding-top: 1.2rem;
  display: flex;
  gap: 1.5rem;
  border-top: 1px solid var(--line-light);
}

.intro-notes span {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255, 255, 255, .54);
  font-size: .65rem;
  letter-spacing: .04em;
}

.intro-notes span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mint);
}

.intro-visual {
  justify-self: end;
  width: min(100%, 510px);
}

.photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: .83;
  overflow: hidden;
  border-radius: 48% 48% 1.25rem 1.25rem;
  background: var(--forest);
}

.photo-frame::before {
  content: "";
  position: absolute;
  inset: .7rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: inherit;
  pointer-events: none;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.8) contrast(1.04);
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.photo-frame:hover img {
  transform: scale(1.025);
}

.photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 13, 11, .8));
}

.photo-caption {
  position: absolute;
  right: 2rem;
  bottom: 1.8rem;
  left: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: .6rem;
  color: var(--white);
}

.photo-caption span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--mint);
  font-family: var(--serif);
  font-size: 2.5rem;
}

.photo-caption strong {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.photo-caption small {
  margin-top: .35rem;
  color: rgba(255, 255, 255, .6);
  font-size: .56rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.precision-seal {
  position: absolute;
  right: calc(100% - 3rem);
  bottom: 7%;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ivory);
  color: var(--forest);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}

.precision-seal svg {
  position: absolute;
  inset: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  animation: spin 20s linear infinite;
}

.precision-seal text {
  fill: currentColor;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.precision-seal > span {
  font-family: var(--serif);
  font-size: 1.8rem;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.intro-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(159, 201, 185, .11);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  right: -12vw;
  top: -25vw;
  width: 68vw;
  height: 68vw;
}

.orbit-two {
  right: 6vw;
  top: -4vw;
  width: 42vw;
  height: 42vw;
}

.intro-index {
  position: absolute;
  bottom: 1.5rem;
  left: 1.4rem;
  color: rgba(255, 255, 255, .16);
  font-family: var(--serif);
  font-size: 1rem;
  transform: rotate(-90deg);
}

.specialty-line {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 1rem 0;
  color: var(--ink);
  background: var(--mint);
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.specialty-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  animation: marquee 30s linear infinite;
}

.specialty-track span {
  font-family: var(--serif);
  font-size: 1.05rem;
  white-space: nowrap;
}

.specialty-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--forest);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section-light {
  color: var(--ink);
  background: var(--ivory);
}

.procedures {
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-pad);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .6fr;
  gap: 4rem;
  align-items: end;
}

.section-heading h2,
.doctor h2,
.faq h2 {
  font-size: clamp(2.35rem, 4.35vw, 4.2rem);
}

.section-heading h2 em,
.doctor h2 em,
.faq h2 em {
  color: var(--forest);
}

.heading-copy {
  max-width: 520px;
  color: rgba(16, 21, 19, .66);
  font-size: .92rem;
}

.procedure-filters {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.procedure-filters::-webkit-scrollbar {
  display: none;
}

.filter-button {
  flex: 0 0 auto;
  padding: .7rem 1.15rem;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: rgba(16, 21, 19, .68);
  background: transparent;
  font-size: .69rem;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}

.filter-button:hover,
.filter-button.active {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.procedure-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.procedure-card {
  min-height: 330px;
  padding: clamp(1.25rem, 2.4vw, 2.25rem);
  display: flex;
  flex-direction: column;
  background: transparent;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition: color .35s ease, background .35s ease, opacity .25s ease, transform .25s ease;
}

.procedure-card:hover {
  color: var(--white);
  background: var(--forest);
}

.procedure-card[hidden] {
  display: none;
}

.procedure-card.filtering {
  opacity: 0;
  transform: translateY(.5rem);
}

.procedure-card.feature-card {
  grid-column: span 2;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 15%, rgba(159, 201, 185, .18), transparent 35%),
    var(--ink);
}

.card-top {
  display: flex;
  justify-content: space-between;
  color: rgba(16, 21, 19, .45);
  font-size: .65rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.feature-card .card-top,
.procedure-card:hover .card-top {
  color: rgba(255, 255, 255, .52);
}

.procedure-card h3 {
  max-width: 13ch;
  margin-top: auto;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
}

.procedure-card p {
  max-width: 34ch;
  margin-top: 1rem;
  color: rgba(16, 21, 19, .62);
  font-size: .76rem;
  line-height: 1.65;
}

.feature-card p,
.procedure-card:hover p {
  color: rgba(255, 255, 255, .62);
}

.procedure-card a {
  width: fit-content;
  margin-top: 1.2rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid rgba(16, 21, 19, .28);
  font-size: .64rem;
  font-weight: 700;
  transition: border-color .2s ease;
}

.feature-card a,
.procedure-card:hover a {
  border-color: rgba(255, 255, 255, .35);
}

.procedure-card a:hover {
  border-color: var(--mint);
}

.care {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-pad);
  overflow: hidden;
  background: var(--forest);
}

.care::after {
  content: "CUIDADO";
  position: absolute;
  right: -1rem;
  bottom: -3.4rem;
  color: rgba(255, 255, 255, .035);
  font-family: var(--serif);
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: 1;
  pointer-events: none;
}

.care-heading {
  max-width: 770px;
}

.care h2 {
  font-size: clamp(2.35rem, 4.35vw, 4.2rem);
}

.care-heading > p:last-child {
  max-width: 480px;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, .63);
  font-size: .9rem;
}

.care-path {
  position: relative;
  z-index: 1;
  margin-top: clamp(3rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.care-path::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, .24);
}

.care-step {
  padding-right: clamp(1.25rem, 3vw, 3.5rem);
}

.care-step > span {
  display: block;
  color: var(--mint);
  font-family: var(--serif);
  font-size: 1rem;
}

.step-marker {
  position: relative;
  width: 9px;
  height: 9px;
  margin-top: 1.5rem;
  border: 2px solid var(--forest);
  border-radius: 50%;
  background: var(--mint);
  outline: 1px solid rgba(255, 255, 255, .6);
}

.care-step h3 {
  margin-top: 2rem;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.care-step p {
  margin-top: .8rem;
  color: rgba(255, 255, 255, .6);
  font-size: .75rem;
}

.medical-note {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 3rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  color: rgba(255, 255, 255, .56);
  font-size: .64rem;
}

.doctor {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  min-height: 650px;
  color: var(--ink);
  background: var(--paper);
}

.doctor-monogram {
  display: grid;
  place-items: center;
  min-height: 100%;
  color: rgba(255, 255, 255, .76);
  background:
    linear-gradient(rgba(16, 21, 19, .28), rgba(16, 21, 19, .28)),
    radial-gradient(circle at 40% 25%, #6a897e, transparent 35%),
    linear-gradient(150deg, #1b4b3e 0%, #16251f 65%, #0c1210 100%);
  font-family: var(--serif);
  font-size: clamp(9rem, 18vw, 18rem);
  letter-spacing: -.12em;
  line-height: 1;
  text-shadow: 0 16px 50px rgba(0, 0, 0, .25);
}

.doctor-content {
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-pad);
}

.doctor-copy {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  color: rgba(16, 21, 19, .65);
  font-size: .85rem;
}

.doctor-copy p:first-child::first-letter {
  float: left;
  margin: .05em .15em 0 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 4.5rem;
  line-height: .75;
}

.doctor-pillars {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
}

.doctor-pillars div {
  padding: 1.4rem 1rem 0 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-right: 1px solid var(--line-dark);
}

.doctor-pillars div:not(:first-child) {
  padding-left: 1rem;
}

.doctor-pillars div:last-child {
  border-right: 0;
}

.doctor-pillars span {
  color: var(--forest);
  font-family: var(--serif);
  font-size: .85rem;
}

.doctor-pillars strong {
  font-size: .7rem;
  line-height: 1.5;
}

.editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  background: var(--ink);
}

.editorial-image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.editorial-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 75%, var(--ink));
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.68) contrast(1.06);
}

.image-label {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  padding: .65rem .9rem;
  color: var(--ink);
  background: var(--mint);
  border-radius: 999px;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.editorial-copy {
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-pad);
  align-self: center;
}

.editorial h2 {
  font-size: clamp(2.35rem, 4.25vw, 4rem);
}

.editorial-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 1.8rem;
  color: rgba(255, 255, 255, .63);
  font-size: .86rem;
}

.editorial-statement {
  max-width: 570px;
  margin-top: 2rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  color: rgba(255, 255, 255, .86);
  border-left: 1px solid var(--mint);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.35;
}

.light-link {
  margin-top: 1.2rem;
}

.faq {
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-pad);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(3rem, 8vw, 9rem);
}

.faq-intro {
  position: sticky;
  top: 7rem;
  align-self: start;
}

.faq-intro > p:not(.eyebrow) {
  max-width: 490px;
  margin-top: 1.5rem;
  color: rgba(16, 21, 19, .62);
  font-size: .85rem;
}

.faq-intro .button {
  margin-top: 1.8rem;
}

.accordion {
  border-top: 1px solid var(--line-dark);
}

.faq-item {
  border-bottom: 1px solid var(--line-dark);
}

.faq-item button {
  width: 100%;
  padding: 1.65rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 0;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.faq-item button span {
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.faq-item button i {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.faq-item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item button[aria-expanded="true"] i {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.faq-item button[aria-expanded="true"] i::before,
.faq-item button[aria-expanded="true"] i::after {
  background: var(--white);
}

.faq-item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  overflow: hidden;
}

.faq-answer p {
  max-width: 650px;
  padding: 0 3.5rem 1.6rem 0;
  color: rgba(16, 21, 19, .62);
  font-size: .82rem;
}

.contact {
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-pad);
  background:
    radial-gradient(circle at 5% 15%, rgba(97, 158, 137, .17), transparent 26%),
    var(--ink);
}

.contact-main {
  display: grid;
  grid-template-columns: 1.2fr .7fr auto;
  align-items: end;
  gap: clamp(2rem, 5vw, 5rem);
}

.contact-main .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}

.contact h2 {
  font-size: clamp(2.55rem, 5.1vw, 4.75rem);
}

.contact-main > p:not(.eyebrow) {
  max-width: 360px;
  color: rgba(255, 255, 255, .62);
  font-size: .88rem;
}

.contact-details {
  margin-top: clamp(3.5rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.contact-card {
  position: relative;
  min-height: 285px;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.address-card {
  background: var(--forest);
}

.contact-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(255, 255, 255, .32);
  font-family: var(--serif);
  font-size: 1rem;
}

.contact-card small {
  color: var(--mint);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-card h3 {
  margin-top: 2.7rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 400;
  line-height: 1.25;
}

.contact-card p {
  margin-top: .8rem;
  color: rgba(255, 255, 255, .5);
  font-size: .7rem;
}

.contact-card > a,
.social-links {
  position: absolute;
  right: clamp(1.5rem, 3vw, 2.7rem);
  bottom: 1.7rem;
  left: clamp(1.5rem, 3vw, 2.7rem);
  width: fit-content;
  padding-bottom: .2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-size: .66rem;
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: 1rem;
  border-bottom: 0;
}

.social-links a {
  padding-bottom: .2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.contact-card a:hover {
  border-color: var(--mint);
}

.site-footer {
  padding: 2.5rem var(--page-pad) 1.7rem;
  color: rgba(255, 255, 255, .52);
  background: #080b0a;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.footer-brand {
  width: 190px;
  height: 82px;
  overflow: hidden;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer > p {
  max-width: 440px;
  margin-top: .6rem;
  font-family: var(--serif);
  font-size: 1.15rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .58rem;
}

.footer-bottom a:hover {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 80;
  min-width: 54px;
  height: 54px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  color: var(--white);
  background: #1b9c5a;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .3);
  transition: transform .2s ease, background .2s ease;
}

.whatsapp-float:hover {
  background: #168a4e;
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 24px;
  fill: currentColor;
}

.whatsapp-float span {
  font-size: .68rem;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 170px 1fr auto;
    gap: 1.5rem;
  }

  .main-nav {
    gap: 1.2rem;
  }

  .main-nav a {
    font-size: .68rem;
  }

  .header-contact {
    padding-inline: 1rem;
  }

  .procedure-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .doctor {
    grid-template-columns: .6fr 1.4fr;
  }
}

@media (max-width: 940px) {
  .site-header,
  .site-header.scrolled {
    height: 68px;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 155px;
    height: 56px;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

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

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

  .main-nav {
    position: absolute;
    top: 67px;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: calc(100dvh - 67px);
    padding: 2rem var(--page-pad) 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .4rem;
    visibility: hidden;
    opacity: 0;
    background: var(--ink);
    transform: translateY(-1rem);
    transition: .25s ease;
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .main-nav a {
    width: 100%;
    padding: .7rem 0;
    border-bottom: 1px solid var(--line-light);
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
  }

  .header-contact {
    display: none;
  }

  .intro {
    min-height: auto;
    padding-top: 7.2rem;
    grid-template-columns: 1fr .77fr;
    gap: 2rem;
  }

  .intro-notes {
    flex-wrap: wrap;
    gap: .8rem 1.2rem;
  }

  .precision-seal {
    right: calc(100% - 2rem);
    width: 94px;
    height: 94px;
  }

  .section-heading {
    grid-template-columns: 1fr .75fr;
    gap: 2rem;
  }

  .procedure-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .care-path {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0;
  }

  .care-path::before {
    display: none;
  }

  .care-step {
    padding-right: 2rem;
  }

  .step-marker {
    display: none;
  }

  .care-step h3 {
    margin-top: .8rem;
  }

  .doctor {
    grid-template-columns: .52fr 1.48fr;
  }

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

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

  .doctor-pillars div {
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .doctor-pillars div:not(:first-child) {
    padding-left: 0;
  }

  .faq {
    gap: 3rem;
  }

  .contact-main {
    grid-template-columns: 1fr auto;
  }

  .contact-main > p:not(.eyebrow) {
    grid-column: 1 / 2;
  }

  .contact-main .button {
    grid-column: 2 / 3;
    grid-row: 3;
  }

  .contact-details {
    grid-template-columns: 1fr 1fr;
  }

  .address-card {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  :root {
    --page-pad: 1.25rem;
  }

  html {
    scroll-padding-top: 4.5rem;
  }

  .intro {
    padding-top: 7rem;
    padding-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .intro h1,
  .contact h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .intro-text {
    margin-top: 1.35rem;
  }

  .intro-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .intro-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .intro-visual {
    width: calc(100% - 1.5rem);
    margin: .5rem 0 0 auto;
  }

  .photo-frame {
    aspect-ratio: .84;
  }

  .precision-seal {
    right: auto;
    bottom: 5%;
    left: -2rem;
  }

  .intro-index {
    display: none;
  }

  .specialty-line {
    padding-block: .8rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

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

  .procedure-card.feature-card {
    grid-column: span 1;
  }

  .procedure-card {
    min-height: 300px;
  }

  .care-path {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .care-step {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid var(--line-light);
  }

  .doctor {
    display: flex;
    flex-direction: column;
  }

  .doctor-monogram {
    min-height: 300px;
    font-size: 10rem;
  }

  .doctor-content {
    padding-block: 4rem;
  }

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

  .editorial-image {
    min-height: auto;
    aspect-ratio: .82;
  }

  .editorial-image::after {
    background: linear-gradient(180deg, transparent 75%, var(--ink));
  }

  .editorial-copy {
    padding-block: 3.5rem 4.5rem;
  }

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

  .faq-intro {
    position: static;
  }

  .contact-main {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-main .eyebrow {
    margin-bottom: 0;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .address-card {
    grid-column: span 1;
  }

  .contact-card {
    min-height: 270px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: .8rem;
  }

  .whatsapp-float {
    right: .8rem;
    bottom: .8rem;
    width: 54px;
    padding: 0;
  }

  .whatsapp-float span {
    display: none;
  }
}

@media (max-height: 800px) and (min-width: 721px) {
  .site-header {
    height: 66px;
  }

  .intro {
    min-height: 700px;
    padding-top: 6.7rem;
    padding-bottom: 2.5rem;
  }

  .intro h1 {
    font-size: clamp(2.55rem, 4.4vw, 4rem);
  }

  .intro-text,
  .intro-actions,
  .intro-notes {
    margin-top: 1.3rem;
  }

  .intro-visual {
    width: min(100%, 445px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
