.homepage-physician-intro {
  padding: clamp(26px, 4vw, 46px) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.homepage-physician-intro-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(4, 34, 73, 0.08);
  box-shadow: 0 18px 48px rgba(4, 34, 73, 0.08);
}

.homepage-physician-intro-photo {
  width: clamp(92px, 12vw, 142px);
  height: clamp(92px, 12vw, 142px);
  border-radius: 999px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 34px rgba(4, 34, 73, 0.14);
  background: #eef7fb;
}

.homepage-physician-intro-photo picture,
.homepage-physician-intro-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-physician-intro-photo img {
  object-fit: cover;
  object-position: center top;
}

.homepage-physician-intro-copy h2 {
  margin: 0;
  color: var(--aim-navy);
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.homepage-physician-intro-copy p:not(.eyebrow) {
  max-width: 62ch;
  margin: 10px 0 0;
  color: var(--text-muted);
  line-height: 1.72;
}

.homepage-physician-intro .text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--aim-sky-dark, #0b5b96);
  font-weight: 800;
  text-decoration: none;
}

.homepage-physician-intro .text-link:hover,
.homepage-physician-intro .text-link:focus-visible {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .homepage-physician-intro-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .homepage-physician-intro-photo {
    margin: 0 auto;
  }

  .homepage-physician-intro-copy p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }
}


/* homepage-physician-intro-leaf-accent */
.homepage-physician-intro-card {
  position: relative;
  overflow: hidden;
}

.homepage-physician-intro-card::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  height: 170px;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(ellipse 28px 54px at 34px 54px, rgba(150, 216, 198, 0.42) 0%, rgba(150, 216, 198, 0.42) 52%, rgba(150, 216, 198, 0) 53%),
    radial-gradient(ellipse 24px 48px at 90px 32px, rgba(190, 229, 215, 0.42) 0%, rgba(190, 229, 215, 0.42) 52%, rgba(190, 229, 215, 0) 53%),
    radial-gradient(ellipse 24px 48px at 116px 88px, rgba(170, 222, 214, 0.36) 0%, rgba(170, 222, 214, 0.36) 52%, rgba(170, 222, 214, 0) 53%),
    linear-gradient(140deg, rgba(125, 178, 151, 0) 48%, rgba(125, 178, 151, 0.28) 49%, rgba(125, 178, 151, 0.28) 51%, rgba(125, 178, 151, 0) 52%);
  border-radius: 999px;
  filter: blur(0.2px);
}

.homepage-physician-intro-card::before {
  content: "";
  position: absolute;
  right: 88px;
  top: calc(50% - 38px);
  width: 2px;
  height: 78px;
  background: linear-gradient(180deg, rgba(125, 178, 151, 0) 0%, rgba(125, 178, 151, 0.32) 24%, rgba(125, 178, 151, 0.42) 50%, rgba(125, 178, 151, 0) 100%);
  transform: rotate(28deg);
  pointer-events: none;
  opacity: 0.6;
}

.homepage-physician-intro-copy {
  position: relative;
  z-index: 1;
}

@media (max-width: 920px) {
  .homepage-physician-intro-card::after {
    width: 132px;
    height: 132px;
    right: 18px;
    opacity: 0.42;
  }

  .homepage-physician-intro-card::before {
    right: 66px;
    height: 62px;
  }
}

@media (max-width: 640px) {
  .homepage-physician-intro-card::after,
  .homepage-physician-intro-card::before {
    display: none;
  }
}


/* hero-to-physician-gap-tightening */
.home-hero + .homepage-physician-intro {
  padding-top: clamp(10px, 2vw, 22px);
}

.homepage-physician-intro {
  margin-top: 0;
}

@media (max-width: 760px) {
  .home-hero + .homepage-physician-intro {
    padding-top: 12px;
  }
}


/* homepage-physician-intro-blue-branch-accent
   Replaces the temporary green leaf with a subtler blue botanical branch motif
   consistent with the site's blue wellness ornament language. */
.homepage-physician-intro-card::before,
.homepage-physician-intro-card::after {
  content: none !important;
  display: none !important;
}

.homepage-physician-intro-card {
  position: relative;
  overflow: hidden;
}

.homepage-physician-intro-card .homepage-physician-intro-copy::after {
  content: "";
  position: absolute;
  right: clamp(-220px, -12vw, -110px);
  top: 50%;
  transform: translateY(-50%) rotate(-8deg);
  width: clamp(170px, 18vw, 250px);
  height: clamp(150px, 16vw, 230px);
  pointer-events: none;
  opacity: 0.38;
  background:
    radial-gradient(ellipse 18px 42px at 42px 52px, rgba(79, 163, 217, 0.30) 0%, rgba(79, 163, 217, 0.30) 50%, transparent 52%),
    radial-gradient(ellipse 16px 38px at 88px 36px, rgba(129, 199, 232, 0.32) 0%, rgba(129, 199, 232, 0.32) 50%, transparent 52%),
    radial-gradient(ellipse 17px 40px at 130px 68px, rgba(79, 163, 217, 0.24) 0%, rgba(79, 163, 217, 0.24) 50%, transparent 52%),
    radial-gradient(ellipse 15px 36px at 84px 112px, rgba(129, 199, 232, 0.26) 0%, rgba(129, 199, 232, 0.26) 50%, transparent 52%),
    linear-gradient(126deg, transparent 45%, rgba(42, 115, 159, 0.30) 46%, rgba(42, 115, 159, 0.30) 48%, transparent 49%);
  border-radius: 999px;
  z-index: -1;
}

.homepage-physician-intro-copy {
  position: relative;
  z-index: 1;
}

@media (max-width: 920px) {
  .homepage-physician-intro-card .homepage-physician-intro-copy::after {
    right: -150px;
    opacity: 0.24;
  }
}

@media (max-width: 640px) {
  .homepage-physician-intro-card .homepage-physician-intro-copy::after {
    display: none;
  }
}


/* homepage-physician-intro-uploaded-leaf-accent
   Uses the uploaded transparent leaf branch asset for a cleaner, classier decorative accent. */
.homepage-physician-intro-card::before,
.homepage-physician-intro-card::after,
.homepage-physician-intro-card .homepage-physician-intro-copy::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.homepage-physician-intro-card {
  position: relative;
  overflow: hidden;
}

.homepage-physician-intro-card .homepage-physician-leaf-accent {
  position: absolute;
  right: clamp(10px, 2vw, 28px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(88px, 10vw, 128px);
  opacity: 0.68;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  filter: drop-shadow(0 10px 22px rgba(120, 168, 204, 0.10));
}

.homepage-physician-intro-card .homepage-physician-leaf-accent img {
  display: block;
  width: 100%;
  height: auto;
}

.homepage-physician-intro-copy,
.homepage-physician-intro-photo {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .homepage-physician-intro-card .homepage-physician-leaf-accent {
    width: 92px;
    opacity: 0.54;
    right: 12px;
  }
}

@media (max-width: 760px) {
  .homepage-physician-intro-card .homepage-physician-leaf-accent {
    display: none;
  }
}


/* homepage-physician-intro-greece-map-final */
.homepage-physician-intro-card::before,
.homepage-physician-intro-card::after,
.homepage-physician-intro-card .homepage-physician-intro-copy::after,
.homepage-physician-intro-card .homepage-physician-leaf-accent {
  content: none !important;
  display: none !important;
  background: none !important;
}

.homepage-physician-intro-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: clamp(190px, 20vw, 236px);
  padding-right: clamp(148px, 18vw, 230px);
}

.homepage-physician-intro-photo {
  width: clamp(118px, 11vw, 148px);
  height: clamp(118px, 11vw, 148px);
}

.homepage-physician-intro-copy {
  max-width: 920px;
}

.homepage-physician-intro-copy h2 {
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.02;
  margin-bottom: 10px;
}

.homepage-physician-intro-copy p:not(.eyebrow) {
  max-width: 40ch;
  font-size: clamp(18px, 1.55vw, 20px);
  line-height: 1.58;
}

.homepage-physician-intro .text-link {
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.homepage-physician-map-accent {
  position: absolute;
  right: clamp(10px, 1.8vw, 24px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(86px, 9.5vw, 118px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.homepage-physician-map-accent img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.homepage-physician-intro-copy,
.homepage-physician-intro-photo {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .homepage-physician-intro-card {
    padding-right: 116px;
  }

  .homepage-physician-intro-copy p:not(.eyebrow) {
    max-width: 36ch;
  }

  .homepage-physician-map-accent {
    width: 92px;
    opacity: 0.48;
  }
}

@media (max-width: 760px) {
  .homepage-physician-intro-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding-right: clamp(20px, 5vw, 32px);
    min-height: 0;
  }

  .homepage-physician-intro-photo {
    margin: 0 auto;
  }

  .homepage-physician-intro-copy p:not(.eyebrow) {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .homepage-physician-map-accent {
    display: none;
  }
}


/* homepage-physician-intro-real-greece-map-tune */
.homepage-physician-map-accent {
  width: clamp(96px, 11vw, 138px);
  opacity: 0.34;
}

.homepage-physician-map-accent img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 980px) {
  .homepage-physician-map-accent {
    width: 104px;
    opacity: 0.28;
  }
}


/* homepage-physician-existing-greece-map-final
   Uses the existing About-page clapperboard-fun-fact Greece map image as the desktop accent. */
.homepage-physician-intro-card::before,
.homepage-physician-intro-card::after,
.homepage-physician-intro-card .homepage-physician-intro-copy::after,
.homepage-physician-intro-card .homepage-physician-leaf-accent {
  content: none !important;
  display: none !important;
  background: none !important;
}

.homepage-physician-intro-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: clamp(190px, 20vw, 236px);
  padding-right: clamp(170px, 22vw, 285px);
}

.homepage-physician-intro-photo {
  width: clamp(118px, 11vw, 148px);
  height: clamp(118px, 11vw, 148px);
}

.homepage-physician-intro-copy {
  max-width: 920px;
}

.homepage-physician-intro-copy h2 {
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.02;
  margin-bottom: 10px;
}

.homepage-physician-intro-copy p:not(.eyebrow) {
  max-width: 42ch;
  font-size: clamp(18px, 1.55vw, 20px);
  line-height: 1.58;
}

.homepage-physician-intro .text-link {
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.homepage-physician-map-accent {
  position: absolute;
  right: clamp(16px, 2.4vw, 36px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(142px, 17vw, 225px);
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.homepage-physician-map-accent img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.homepage-physician-intro-copy,
.homepage-physician-intro-photo {
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) {
  .homepage-physician-intro-card {
    padding-right: 170px;
  }

  .homepage-physician-map-accent {
    width: 145px;
    opacity: 0.56;
  }
}

@media (max-width: 820px) {
  .homepage-physician-intro-card {
    padding-right: clamp(20px, 5vw, 32px);
  }

  .homepage-physician-map-accent {
    display: none;
  }
}

@media (max-width: 760px) {
  .homepage-physician-intro-card {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 0;
  }

  .homepage-physician-intro-photo {
    margin: 0 auto;
  }

  .homepage-physician-intro-copy p:not(.eyebrow) {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }
}


/* Header Book Now removal follow-up: slightly larger Meet Your Physician headshot. */
.homepage-physician-intro-photo {
  width: clamp(140px, 13vw, 176px) !important;
  height: clamp(140px, 13vw, 176px) !important;
}

@media (max-width: 760px) {
  .homepage-physician-intro-photo {
    width: clamp(132px, 40vw, 168px) !important;
    height: clamp(132px, 40vw, 168px) !important;
  }
}
