:root {
  --black: #050607;
  --black-soft: #0c0d0e;
  --panel: #151515;
  --panel-soft: #1c1c1c;
  --line: rgba(218, 174, 99, 0.28);
  --gold: #c99a50;
  --gold-soft: #e2bd76;
  --gold-dark: #9b7132;
  --ivory: #f6f3ee;
  --paper: #ffffff;
  --ink: #171717;
  --muted: #b9b3aa;
  --muted-dark: #5d5a54;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

main > section:not(:first-child),
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

body.modal-open {
  overflow: hidden;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--gold);
  color: #111;
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 54px 0;
}

.section-dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 154, 80, 0.12), transparent 32%),
    linear-gradient(180deg, #0a0b0c 0%, #040505 100%);
}

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

.section-heading {
  max-width: 720px;
}

.section-heading.centered {
  margin: 0 auto 26px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: 4.35rem;
  line-height: 0.95;
  font-weight: 850;
}

h1 span,
.section-heading h2 span {
  color: var(--gold);
}

h2 {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 800;
}

h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  padding: 11px 18px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: linear-gradient(180deg, #e5bd70 0%, #c9984d 100%);
  color: #12100d;
  box-shadow: 0 14px 34px rgba(201, 154, 80, 0.26);
}

.btn-outline,
.btn-ghost,
.btn-outline-gold {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(6, 7, 8, 0.34);
}

.btn-outline-gold {
  border-color: var(--gold);
  color: var(--gold-soft);
}

.btn-large {
  min-height: 50px;
  padding: 13px 22px;
}

.hero {
  position: relative;
  min-height: 688px;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.98) 0%, rgba(3, 4, 5, 0.84) 34%, rgba(3, 4, 5, 0.18) 72%, rgba(3, 4, 5, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, transparent 40%, rgba(0, 0, 0, 0.68) 100%);
}

.site-header {
  position: relative;
  z-index: 3;
  padding: 24px 0 0;
}

.header-grid {
  display: grid;
  grid-template-columns: auto minmax(390px, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: 210px;
  height: auto;
  object-fit: contain;
}

.site-header .brand-logo {
  width: 248px;
}

.brand-logo-vertical {
  width: 180px;
}

.menu-toggle {
  display: none;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 0.83rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.86);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--gold-soft);
}

.main-nav a.active::after {
  background: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions .btn {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 0.74rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 74px 0 122px;
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 38px;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-metrics li {
  min-width: 170px;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  align-items: center;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-metrics li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.hero-metrics > li > i {
  grid-row: 1 / span 2;
  color: var(--gold-soft);
  font-size: 1.55rem;
}

.hero-metrics strong {
  font-size: 0.95rem;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
}

.stars {
  color: var(--gold-soft);
}

.proof-strip {
  position: relative;
  z-index: 4;
  margin-top: -58px;
  padding-bottom: 26px;
  background: linear-gradient(180deg, transparent 0, transparent 57px, #f8f8f8 58px, #f8f8f8 100%);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.proof-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  min-height: 122px;
  padding: 26px 24px;
  border-right: 1px solid #ece7df;
}

.proof-grid article:last-child {
  border-right: 0;
}

.proof-grid i {
  color: var(--gold);
  font-size: 2.15rem;
}

.proof-grid h3 {
  margin-bottom: 8px;
  font-size: 0.92rem;
}

.proof-grid p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.78rem;
}

.specialties {
  padding-top: 38px;
}

.cards-grid,
.specialties-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.specialty-card {
  min-height: 242px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.specialty-card > i {
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 2.42rem;
}

.specialty-card h3 {
  margin-bottom: 16px;
  color: var(--paper);
  font-size: 1.12rem;
}

.specialty-card p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.specialty-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.why {
  padding: 48px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 46px;
  align-items: center;
}

.why-copy .section-heading h2 {
  font-size: 1.65rem;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
}

.check-list i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-dark);
  font-size: 0.72rem;
}

.check-list strong {
  display: block;
  font-size: 0.95rem;
}

.check-list span {
  display: block;
  color: var(--muted-dark);
  font-size: 0.82rem;
}

.why-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 62px rgba(56, 42, 24, 0.2);
}

.why-image img {
  width: 100%;
  height: auto;
}

.results {
  padding-top: 48px;
  padding-bottom: 48px;
}

.results-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.results-heading > p:last-child {
  margin: 0 auto;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.results-grid {
  display: grid;
  gap: 20px;
}

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

.result-card {
  overflow: hidden;
  border: 1px solid rgba(201, 154, 80, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.result-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}

.result-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #050505;
}

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

.result-card-copy {
  padding: 16px 18px 18px;
}

.result-card-copy span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.result-card-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 0.96rem;
}

.centered-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.video-stories {
  padding-top: 26px;
  padding-bottom: 64px;
}

.video-stories-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 28px;
}

.video-stories-intro .section-heading {
  max-width: 660px;
}

.video-stories-intro .section-heading h2 {
  margin-bottom: 0;
  font-size: 2.35rem;
}

.video-stories-intro > p {
  max-width: 470px;
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.video-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(250px, 0.65fr);
  gap: 20px;
}

.story-card {
  position: relative;
  min-width: 0;
  min-height: 470px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(201, 154, 80, 0.44);
  border-radius: 10px;
  background: #0b0c0d;
  color: #fff;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.story-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-soft);
}

.story-card:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

.story-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.story-card-featured > img {
  object-position: center;
}

.story-card-portrait > img {
  object-position: center 30%;
}

.story-card:hover > img {
  transform: scale(1.025);
}

.story-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 38%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.12) 68%);
}

.story-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.64);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.story-badge i {
  color: var(--gold-soft);
}

.story-content {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.story-content > span:last-child {
  min-width: 0;
}

.story-content strong,
.story-content small {
  display: block;
}

.story-content strong {
  max-width: 540px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.story-content small {
  margin-top: 5px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.story-card-portrait .story-content {
  right: 18px;
  bottom: 20px;
  left: 18px;
  align-items: flex-start;
}

.story-card-portrait .story-content strong {
  font-size: 1rem;
}

.play-button {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.play-button i {
  margin-left: 3px;
}

.story-card-portrait .play-button {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.video-modal {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(201, 154, 80, 0.5);
  border-radius: 10px;
  background: #080909;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.72);
}

.video-modal::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
}

.video-modal.video-modal-portrait {
  width: min(480px, calc(100% - 32px));
}

.video-modal-shell {
  overflow: hidden;
  border-radius: inherit;
}

.video-modal-header {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 10px 8px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.video-modal-header p {
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-modal-close {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.video-modal video {
  width: 100%;
  max-height: calc(100vh - 110px);
  display: block;
  background: #000;
}

.doctor-panel {
  padding: 56px 0;
}

.doctor-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(460px, 1.35fr);
  gap: 54px;
  align-items: center;
}

.doctor-photo {
  align-self: center;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #ded4c6;
  box-shadow: 0 20px 46px rgba(58, 42, 22, 0.16);
}

.doctor-photo img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.doctor-copy {
  align-self: center;
  max-width: 650px;
  padding: 20px 0;
}

.doctor-copy .eyebrow {
  color: var(--gold-dark);
}

.doctor-copy h2 {
  margin-bottom: 0;
  font-size: 2.45rem;
}

.doctor-role {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: baseline;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: 1.3rem;
  font-weight: 800;
}

.doctor-role span {
  color: #4f4b45;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.doctor-copy p:not(.eyebrow):not(.doctor-role) {
  color: #55514b;
}

.doctor-intro {
  max-width: 560px;
  margin-bottom: 20px;
}

.doctor-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid #ddd3c3;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.doctor-highlights div {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
}

.doctor-highlights div + div {
  border-left: 1px solid #ddd3c3;
}

.doctor-highlights strong {
  color: var(--gold-dark);
  font-size: 0.92rem;
}

.doctor-highlights span {
  color: #625d55;
  font-size: 0.72rem;
  line-height: 1.25;
}

.formation-title {
  margin-bottom: 12px;
  color: #24211e;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.credential-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  color: #4b4741;
  list-style: none;
  font-size: 0.82rem;
}

.credential-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
}

.credential-list i {
  margin-top: 3px;
  color: var(--gold);
}

.doctor-focus {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: #eee8de;
  font-size: 0.82rem;
  font-weight: 650;
}

.education-feature {
  padding: 54px 0;
}

.education-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
  gap: 54px;
  align-items: center;
}

.education-photo {
  height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 46px rgba(58, 42, 22, 0.16);
}

.education-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.education-grid .eyebrow {
  color: var(--gold-dark);
}

.education-grid h2 {
  max-width: 560px;
  font-size: 2.25rem;
}

.education-grid > div > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted-dark);
}

.education-credential {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  max-width: 600px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #ddd3c3;
  border-radius: 8px;
  background: #fff;
}

.education-credential i {
  color: var(--gold-dark);
  font-size: 1.7rem;
  text-align: center;
}

.education-credential strong,
.education-credential span {
  display: block;
}

.education-credential span {
  color: #5d5851;
  font-size: 0.82rem;
}

.education-credential strong {
  margin-bottom: 2px;
  color: #24211e;
  font-size: 0.92rem;
}

.testimonials {
  padding-top: 42px;
  padding-bottom: 36px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(201, 154, 80, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.testimonial-card blockquote {
  flex: 1;
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.65;
}

.patient {
  display: flex;
  align-items: center;
  gap: 12px;
}

.patient > span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #e8ddd0;
  color: var(--ink);
  font-weight: 850;
}

.patient strong,
.patient small {
  display: block;
}

.patient strong {
  color: #fff;
  font-size: 0.86rem;
}

.patient small {
  margin-top: 3px;
  color: var(--gold-soft);
  font-size: 0.72rem;
}

.testimonials-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-outline-dark {
  border: 1px solid rgba(26, 24, 21, 0.32);
  color: var(--ink);
  background: transparent;
}

.btn-outline-dark:hover {
  border-color: var(--gold-dark);
  color: var(--gold-dark);
}

.location-section {
  padding: 56px 0;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: 44px;
  align-items: center;
}

.location-copy h2 {
  margin-bottom: 22px;
  color: var(--ink);
}

.location-copy address {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  color: #4d4841;
  font-style: normal;
  line-height: 1.65;
}

.location-copy address i {
  margin-top: 5px;
  color: var(--gold-dark);
  font-size: 1.25rem;
}

.location-map {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(112, 87, 49, 0.24);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(35, 28, 19, 0.12);
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 360px;
}

.steps-strip {
  background: var(--ivory);
  color: var(--ink);
  padding: 28px 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.steps-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
}

.steps-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2a2723;
  border-right: 2px solid #2a2723;
  transform: rotate(45deg);
}

.steps-grid span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 850;
}

.steps-grid h3 {
  margin-bottom: 4px;
  font-size: 0.92rem;
}

.steps-grid p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.78rem;
}

.faq {
  padding: 30px 0 28px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 36px;
  align-items: start;
}

.faq-intro h2 {
  margin-bottom: 26px;
}

.faq-list {
  display: grid;
  gap: 7px;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.02);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary i {
  color: var(--gold-soft);
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary i {
  transform: rotate(180deg);
}

.faq-list p {
  margin: 0;
  padding: 0 16px 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 12%, rgba(201, 154, 80, 0.22), transparent 26%),
    linear-gradient(120deg, rgba(6, 6, 6, 0.96), rgba(6, 6, 6, 0.82)),
    #090909;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, transparent 0 38%, rgba(201, 154, 80, 0.16) 39%, transparent 40% 58%, rgba(201, 154, 80, 0.11) 59%, transparent 60%),
    linear-gradient(25deg, transparent 0 48%, rgba(255, 255, 255, 0.05) 49%, transparent 50%);
  opacity: 0.7;
  pointer-events: none;
}

.cta-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: min(44vw, 620px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.95;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #080808 0%, rgba(8, 8, 8, 0.92) 46%, rgba(8, 8, 8, 0.28) 76%, rgba(8, 8, 8, 0.1) 100%);
  pointer-events: none;
}

.final-cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 42px;
  align-items: center;
  min-height: 194px;
  padding: 34px 0;
}

.cta-copy h2 {
  max-width: 460px;
  margin: 0;
  font-size: 2.2rem;
}

.cta-benefits {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
}

.cta-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
}

.cta-benefits i {
  color: var(--gold-soft);
  font-size: 1.35rem;
}

.cta-actions {
  display: grid;
  gap: 12px;
}

.site-footer {
  background: #080909;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(201, 154, 80, 0.28);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.4fr;
  gap: 36px;
  padding: 36px 0 26px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-brand .brand {
  justify-content: center;
  width: 100%;
  margin-bottom: 14px;
}

.footer-brand .brand-logo-vertical {
  width: 150px;
}

.footer-brand p {
  max-width: 260px;
  margin-bottom: 18px;
  font-size: 0.88rem;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 154, 80, 0.46);
  border-radius: 50%;
  color: var(--gold-soft);
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 6px;
  align-content: start;
}

.footer-links h3,
.footer-contact h3 {
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a {
  font-size: 0.86rem;
}

.footer-contact {
  font-style: normal;
}

.footer-contact p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 0.86rem;
}

.footer-contact i {
  color: var(--gold-soft);
  margin-top: 3px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 16px;
}

.footer-bottom a {
  color: var(--gold-soft);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: #1f9d55;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #168947;
}

.whatsapp-float i {
  font-size: 1.55rem;
}

.results-page {
  background: var(--ivory);
}

.results-page-header {
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 154, 80, 0.28);
  background: #080909;
}

.results-header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
}

.results-header-grid .brand-logo {
  width: 220px;
}

.results-header-grid nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 0.84rem;
  font-weight: 700;
}

.results-header-grid nav a:hover {
  color: var(--gold-soft);
}

.results-page-hero {
  padding: 86px 0 72px;
  background:
    radial-gradient(circle at 78% 20%, rgba(201, 154, 80, 0.18), transparent 30%),
    linear-gradient(135deg, #111212, #030404);
}

.results-page-hero .container {
  max-width: 900px;
  text-align: center;
}

.results-page-hero h1 {
  max-width: 850px;
  margin: 0 auto 20px;
  font-size: 3.75rem;
}

.results-page-hero > .container > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
}

.results-author {
  display: inline-grid;
  grid-template-columns: 36px auto;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  text-align: left;
}

.results-author i {
  color: var(--gold-soft);
  font-size: 1.5rem;
  text-align: center;
}

.results-author strong,
.results-author span {
  display: block;
}

.results-author span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.results-author strong {
  color: #fff;
  font-size: 0.88rem;
}

.clinical-gallery {
  padding: 54px 0 70px;
}

.clinical-note {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  max-width: 850px;
  margin: 0 auto 38px;
  padding: 16px 18px;
  border: 1px solid #ddd3c3;
  border-radius: 8px;
  background: #fff;
}

.clinical-note i {
  margin-top: 2px;
  color: var(--gold-dark);
}

.clinical-note p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.82rem;
}

.clinical-case {
  max-width: 1000px;
  margin: 0 auto 34px;
  padding: 28px;
  border: 1px solid #e1d8ca;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(60, 45, 25, 0.08);
}

.case-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 20px;
}

.case-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-dark);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.case-heading h2,
.case-heading p {
  margin: 0;
}

.case-heading h2 {
  font-size: 1.65rem;
}

.case-heading p {
  color: var(--muted-dark);
  font-size: 0.84rem;
}

.case-media {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  gap: 16px;
}

.case-media-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  overflow: hidden;
  border-radius: 7px;
  background: #141313;
}

.case-media img {
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.case-media a:hover img {
  transform: scale(1.015);
}

.case-author {
  margin: 16px 0 0;
  color: #777168;
  font-size: 0.72rem;
  text-align: right;
}

.results-page-cta {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin: 48px auto 0;
  padding: 30px;
  border-radius: 10px;
  background: #101111;
  color: #fff;
}

.results-page-cta h2 {
  max-width: 550px;
  margin: 0;
  font-size: 1.8rem;
}

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

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .proof-grid,
  .cards-grid,
  .specialties-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .doctor-grid {
    grid-template-columns: 0.9fr 1fr;
    gap: 26px;
  }

  .video-showcase {
    grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.7fr);
  }

  .final-cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, max-content);
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, 720px);
  }

  .section {
    padding: 44px 0;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(3, 4, 5, 0.96) 0%, rgba(3, 4, 5, 0.82) 62%, rgba(3, 4, 5, 0.52) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, transparent 38%, rgba(0, 0, 0, 0.82) 100%);
  }

  .header-grid {
    position: relative;
    grid-template-columns: 1fr auto;
    gap: 0;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(201, 154, 80, 0.7);
    border-radius: 6px;
    background: rgba(5, 6, 7, 0.72);
    color: #fff;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: var(--gold-soft);
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 10;
    grid-column: 1 / -1;
    grid-row: auto;
    display: none;
    gap: 0;
    overflow: visible;
    padding: 18px;
    border: 1px solid rgba(201, 154, 80, 0.32);
    border-radius: 8px;
    background: rgba(5, 6, 7, 0.96);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
  }

  .main-nav a {
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .header-actions {
    grid-column: 1 / -1;
    display: none;
  }

  .menu-open .main-nav {
    display: grid;
  }

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

  .results-header-grid nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .results-page-hero h1 {
    font-size: 3rem;
  }

  .case-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-content {
    padding: 58px 0 104px;
  }

  .hero-metrics li {
    width: 50%;
    min-width: 0;
    margin: 0 0 18px;
    padding-right: 18px;
    border-right: 0;
  }

  .proof-strip {
    margin-top: -40px;
  }

  .proof-grid article {
    min-height: 110px;
  }

  .why-grid,
  .faq-grid,
  .final-cta-grid,
  .location-grid,
  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

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

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

  .video-stories-intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .video-stories-intro > p {
    max-width: 650px;
  }

  .video-showcase {
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  }

  .story-card {
    min-height: 390px;
  }

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

  .doctor-photo {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .doctor-photo img {
    min-height: 0;
  }

  .doctor-copy {
    padding: 10px 0;
  }

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

  .education-photo {
    height: 380px;
  }

  .steps-grid article:not(:last-child)::after {
    display: none;
  }

  .cta-photo {
    width: 50%;
    opacity: 0.42;
  }

  .cta-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .container {
    width: min(100% - 24px, 520px);
  }

  .site-header {
    padding-top: 16px;
  }

  .results-header-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .results-header-grid .brand-logo {
    width: 210px;
  }

  .results-header-grid > .btn {
    width: 100%;
  }

  .results-header-grid nav {
    grid-column: auto;
    grid-row: auto;
    gap: 18px;
    font-size: 0.78rem;
  }

  .results-page-hero {
    padding: 60px 0 52px;
  }

  .results-page-hero h1 {
    font-size: 2.5rem;
  }

  .clinical-gallery {
    padding: 38px 0 52px;
  }

  .clinical-case {
    padding: 16px;
  }

  .case-media-pair {
    grid-template-columns: 1fr;
  }

  .case-media a {
    min-height: 0;
  }

  .case-author {
    text-align: left;
  }

  .results-page-cta {
    display: grid;
    padding: 22px;
  }

  .site-header .brand-logo {
    width: 190px;
  }

  .main-nav {
    gap: 0;
    font-size: 0.78rem;
  }

  .header-actions .btn,
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-content {
    padding: 48px 0 92px;
  }

  h1 {
    font-size: 2.58rem;
    line-height: 1;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-metrics li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .proof-grid,
  .cards-grid,
  .specialties-grid,
  .results-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .video-stories {
    padding-top: 16px;
    padding-bottom: 48px;
  }

  .video-stories-intro .section-heading h2 {
    font-size: 1.85rem;
  }

  .video-showcase {
    grid-template-columns: 1fr;
  }

  .story-card {
    min-height: 0;
  }

  .story-card-featured {
    aspect-ratio: 16 / 10;
  }

  .story-card-portrait {
    width: min(100%, 360px);
    min-height: 520px;
    margin: 0 auto;
  }

  .story-content {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .story-content strong {
    font-size: 1rem;
  }

  .play-button {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .video-modal {
    width: calc(100% - 16px);
  }

  .video-modal.video-modal-portrait {
    width: calc(100% - 16px);
  }

  .video-modal-header {
    padding-left: 12px;
  }

  .video-modal-header p {
    max-width: calc(100% - 52px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .proof-grid article {
    border-right: 0;
    border-bottom: 1px solid #ece7df;
    padding: 22px;
  }

  .proof-grid article:last-child {
    border-bottom: 0;
  }

  .specialty-card {
    min-height: 210px;
  }

  .why-copy .section-heading h2,
  .doctor-copy h2,
  .cta-copy h2 {
    font-size: 1.85rem;
  }

  .doctor-role {
    font-size: 1.2rem;
  }

  .doctor-panel {
    padding: 42px 0;
  }

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

  .doctor-highlights div {
    min-height: 64px;
  }

  .doctor-highlights div + div {
    border-top: 1px solid #ddd3c3;
    border-left: 0;
  }

  .education-feature {
    padding: 42px 0;
  }

  .education-grid {
    gap: 28px;
  }

  .education-photo {
    height: 330px;
  }

  .education-grid h2 {
    font-size: 1.85rem;
  }

  .faq-list summary {
    align-items: flex-start;
    font-size: 0.84rem;
  }

  .final-cta-grid {
    min-height: 360px;
    align-content: center;
    gap: 24px;
  }

  .cta-photo {
    width: 100%;
    height: 100%;
    opacity: 0.22;
  }

  .cta-benefits {
    font-size: 0.86rem;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
  }

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