.hero-visual { min-height: 520px; }
.portrait-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 34px 34px 180px 34px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(30,76,70,.14);
}
.portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.portrait-note {
  position: absolute;
  z-index: 3;
  left: -15px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 40px rgba(16,44,42,.15);
  backdrop-filter: blur(12px);
}
.portrait-note > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef736d;
  box-shadow: 0 0 0 6px rgba(239,115,109,.12);
}
.portrait-note small {
  display: block;
  margin-bottom: 4px;
  color: #70827f;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.portrait-note strong { font-family: var(--serif); font-size: 17px; }
@media (max-width: 850px) {
  .hero-visual { min-height: 460px; }
  .portrait-frame { height: 440px; width: min(92%, 430px); }
  .portrait-note { left: 2%; bottom: 12px; }
}
@media (max-width: 520px) {
  .hero-visual { min-height: 385px; }
  .portrait-frame { height: 370px; border-radius: 25px 25px 120px 25px; }
  .portrait-note { left: 0; right: 0; bottom: -2px; margin: auto; width: max-content; max-width: 94%; }
}
.credentials { border-top: 1px solid var(--line); }
.credentials-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-top: 55px; }
.credentials-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px,5vw,64px); font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.credentials-head p { margin: 0; color: #526864; font-size: 17px; line-height: 1.75; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 55px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.credential-grid div { min-height: 150px; padding: 30px; background: rgba(255,255,255,.58); }
.credential-grid small { display: block; margin-bottom: 16px; color: var(--teal); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.credential-grid strong { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.4; }
.contact a:not(.button) { color: var(--teal); }
.profile-link { display: inline-block; margin: 26px 0 0 18px; font-size: 14px; font-weight: 600; text-decoration: none; }
footer a { color: #d9eee8; text-decoration: none; }
@media (max-width: 850px) {
  .credentials-head { grid-template-columns: 1fr; gap: 25px; }
  .credential-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .profile-link { display: block; margin-left: 0; }
}
.heart-feature { position: relative; min-height: 600px; overflow: hidden; background: #061f2a; color: #fff; }
.heart-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .9; }
.heart-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,25,35,.98) 0%,rgba(4,25,35,.82) 35%,rgba(4,25,35,.08) 75%); }
.heart-feature-copy { position: relative; z-index: 2; width: min(1160px,calc(100% - 64px)); margin: auto; padding: 155px 0; }
.heart-feature-copy h2 { max-width: 610px; margin: 20px 0 25px; font-family: var(--serif); font-size: clamp(46px,5.5vw,74px); font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.heart-feature-copy p:last-child { max-width: 540px; color: #bdd0d1; font-size: 17px; line-height: 1.7; }
.heart-feature .eyebrow { color: #75d6c6; }
.clinical-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 65px; }
.clinical-gallery figure { position: relative; min-height: 370px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: #071c25; }
.clinical-gallery img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; transition: transform .7s ease; }
.clinical-gallery figure:hover img { transform: scale(1.025); }
.clinical-gallery figure::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(3,18,23,.94)); }
.clinical-gallery figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; }
.clinical-gallery figcaption span { display: block; margin-bottom: 8px; color: #8fd1c4; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.clinical-gallery figcaption strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.visual-note { margin: 25px 0 0; color: #819a96; font-size: 11px; text-align: right; }
@media (max-width: 850px) {
  .heart-feature { min-height: 540px; }
  .heart-feature-copy { width: calc(100% - 40px); padding: 110px 0 230px; }
  .heart-feature::after { background: linear-gradient(180deg,rgba(4,25,35,.92) 0%,rgba(4,25,35,.66) 55%,rgba(4,25,35,.12) 100%); }
  .clinical-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .heart-feature { min-height: 590px; }
  .heart-feature > img { object-position: 62% center; }
  .heart-feature-copy { padding-top: 80px; }
  .clinical-gallery figure,.clinical-gallery img { min-height: 290px; }
  .clinical-gallery figcaption { left: 20px; right: 20px; bottom: 20px; }
}
