:root {
  --home-ink: #142a24;
  --home-green: #163f34;
  --home-green-deep: #0d2c25;
  --home-gold: #b88948;
  --home-paper: #f5f0e6;
  --home-paper-soft: #fbf9f4;
  --home-muted: #65726d;
  --home-line: rgba(20, 42, 36, .14);
  --home-serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --home-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.home-v5 {
  color: var(--home-ink);
  background: var(--home-paper-soft);
  font-family: var(--home-sans);
}

.home-v5 h1,
.home-v5 h2,
.home-v5 h3 {
  font-family: var(--home-serif);
  letter-spacing: -.035em;
}

.home-v5 .container {
  width: min(1180px, calc(100% - 48px));
}

.home-v5 main section[id] {
  scroll-margin-top: 84px;
}

.home-v5 .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 249, 244, .94);
  border-bottom: 1px solid rgba(20, 42, 36, .08);
  backdrop-filter: blur(18px);
}

.home-v5 .header-inner {
  height: auto;
  min-height: 78px;
  gap: 22px;
}

.home-v5 .brand img {
  width: 44px;
  height: 44px;
}

.home-v5 .desktop-nav {
  display: flex;
  gap: 22px;
  color: #33463f;
  font-size: 13px;
}

.home-v5 .desktop-nav a::after {
  bottom: -7px;
}

.home-v5 .header-phone {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
  padding: 9px 14px;
  color: #fff;
  background: var(--home-green);
  border-radius: 8px;
}

.home-v5 .header-phone span {
  color: rgba(255, 255, 255, .65);
  font-size: 9px;
  letter-spacing: .08em;
}

.home-v5 .header-phone strong {
  margin: 0;
  font-size: 13px;
  letter-spacing: .02em;
}

.rft-home-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 58px;
  background:
    linear-gradient(90deg, rgba(184, 137, 72, .11) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(rgba(184, 137, 72, .08) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(135deg, #f7f2e8 0%, #eee5d6 100%);
}

.rft-home-hero::after {
  content: "瑞蚨堂";
  position: absolute;
  right: -30px;
  bottom: -75px;
  color: rgba(22, 63, 52, .035);
  font: 700 180px/1 var(--home-serif);
  letter-spacing: -.08em;
  pointer-events: none;
}

.rft-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(46px, 6vw, 82px);
  align-items: center;
}

.rft-home-hero-copy .eyebrow,
.rft-section-head .eyebrow,
.rft-doctor-copy .eyebrow,
.rft-proof-copy .eyebrow,
.rft-fee-note .eyebrow {
  margin-bottom: 14px;
  color: #9a6330;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}

.rft-home-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--home-green-deep);
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 700;
  line-height: 1.08;
}

.rft-home-hero-copy h1 small {
  display: block;
  margin-top: 15px;
  color: #566b63;
  font-family: var(--home-serif);
  font-size: clamp(24px, 2.5vw, 35px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.rft-hero-lead {
  max-width: 650px;
  margin: 27px 0 0;
  color: #53645e;
  font-size: 17px;
  line-height: 1.9;
}

.rft-hero-actions,
.rft-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.rft-hero-actions {
  margin-top: 32px;
}

.rft-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.rft-button:hover {
  transform: translateY(-2px);
}

.rft-button-primary {
  color: #fff;
  background: var(--home-green);
  box-shadow: 0 14px 32px rgba(22, 63, 52, .16);
}

.rft-button-secondary {
  color: var(--home-green);
  background: rgba(255, 255, 255, .76);
  border-color: rgba(22, 63, 52, .2);
}

.rft-inline-link,
.rft-more-link {
  color: var(--home-green);
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.rft-inline-link {
  margin-left: 5px;
}

.rft-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
  margin: 34px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(20, 42, 36, .16);
}

.rft-hero-facts > div {
  padding-right: 24px;
}

.rft-hero-facts > div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(20, 42, 36, .13);
}

.rft-hero-facts dt {
  color: #8a6d4b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.rft-hero-facts dd {
  margin: 7px 0 0;
  color: var(--home-green-deep);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}

.rft-home-hero-media {
  position: relative;
  min-height: 610px;
  margin: 0;
}

.rft-home-hero-media > img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center 37%;
  border-radius: 30px 30px 8px 8px;
  box-shadow: 0 30px 70px rgba(20, 42, 36, .18);
  filter: saturate(.83) contrast(.98);
}

.rft-home-hero-media > figcaption {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 11px;
  color: #fff;
  background: rgba(10, 36, 29, .74);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.rft-doctor-chip {
  position: absolute;
  right: -22px;
  bottom: 26px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 13px;
  width: min(280px, calc(100% - 30px));
  padding: 11px;
  color: var(--home-ink);
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(9, 31, 25, .22);
  backdrop-filter: blur(12px);
}

.rft-doctor-chip > img {
  width: 74px;
  height: 90px;
  object-fit: cover;
  object-position: top;
  border-radius: 7px;
}

.rft-doctor-chip > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.rft-doctor-chip small {
  color: #8a6d4b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.rft-doctor-chip strong {
  margin-top: 3px;
  color: var(--home-green);
  font: 700 24px/1.2 var(--home-serif);
}

.rft-doctor-chip em {
  margin-top: 5px;
  color: var(--home-muted);
  font-size: 10px;
  font-style: normal;
}

.rft-home-proof {
  color: #fff;
  background: var(--home-green-deep);
}

.rft-home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rft-home-proof-grid > * {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 24px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.rft-home-proof-grid > *:last-child {
  border-right: 0;
}

.rft-home-proof-grid span {
  color: #d5b985;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.rft-home-proof-grid strong {
  margin-top: 7px;
  font: 700 18px/1.4 var(--home-serif);
}

.rft-home-proof-grid small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .56);
  font-size: 10px;
}

.rft-patient-path {
  background: #fff;
  border-bottom: 1px solid var(--home-line);
}

.rft-patient-path .container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rft-patient-path a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 12px;
  border-right: 1px solid var(--home-line);
  font-size: 12px;
}

.rft-patient-path a:first-child {
  border-left: 1px solid var(--home-line);
}

.rft-patient-path span {
  color: var(--home-gold);
  font-size: 10px;
  font-weight: 800;
}

.rft-patient-path strong {
  color: #33463f;
}

.rft-section {
  padding: 96px 0;
}

.rft-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 450px);
  gap: 70px;
  align-items: end;
  margin-bottom: 45px;
}

.rft-section-head h2,
.rft-doctor-copy h2,
.rft-proof-copy h2 {
  margin: 0;
  color: var(--home-green-deep);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.18;
}

.rft-section-head > p,
.rft-doctor-intro,
.rft-proof-copy > p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.9;
}

.rft-directions {
  background: var(--home-paper-soft);
}

.rft-direction-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 54px;
  border-bottom: 1px solid var(--home-line);
}

.rft-direction-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 31px 0 29px;
  border-top: 1px solid var(--home-line);
}

.rft-direction-list article > span {
  color: var(--home-gold);
  font: 700 12px/1.3 var(--home-serif);
}

.rft-direction-list h3 {
  margin: 0;
  color: var(--home-green);
  font-size: 24px;
  line-height: 1.3;
}

.rft-direction-list p {
  margin: 10px 0 17px;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.75;
}

.rft-direction-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rft-direction-links a {
  padding: 6px 9px;
  color: var(--home-green);
  background: #fff;
  border: 1px solid rgba(22, 63, 52, .14);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}

.rft-directions > .container > .rft-more-link {
  margin-top: 28px;
}

.rft-doctor {
  color: #fff;
  background: var(--home-green-deep);
}

.rft-doctor-grid {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 108px);
  align-items: center;
}

.rft-doctor-portrait {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 24px 24px 0;
  background: #e8e1d4;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 24px 24px 0 rgba(184, 137, 72, .15);
}

.rft-doctor-portrait img {
  width: 100%;
  aspect-ratio: 400 / 520;
  object-fit: cover;
  object-position: top;
}

.rft-doctor-portrait figcaption {
  padding: 15px 0 17px;
  color: var(--home-green-deep);
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.rft-doctor-copy .eyebrow {
  color: #d5b985;
}

.rft-doctor-copy h2 {
  color: #fff;
}

.rft-doctor-role {
  margin: 12px 0 0;
  color: #d5b985;
  font-size: 13px;
  font-weight: 750;
}

.rft-doctor-intro {
  max-width: 720px;
  margin-top: 23px;
  color: rgba(255, 255, 255, .7);
}

.rft-doctor-ledger {
  display: grid;
  grid-template-columns: 1.4fr .65fr .75fr;
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.rft-doctor-ledger > div {
  padding: 18px 18px 18px 0;
}

.rft-doctor-ledger > div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.rft-doctor-ledger dt {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  letter-spacing: .1em;
}

.rft-doctor-ledger dd {
  margin: 6px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.rft-doctor-questions {
  margin-top: 27px;
}

.rft-doctor-questions > strong {
  color: #fff;
  font-size: 13px;
}

.rft-doctor-questions ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.rft-doctor-questions li {
  padding: 13px 14px;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: 11px;
  line-height: 1.65;
}

.rft-doctor .rft-section-actions {
  margin-top: 27px;
}

.rft-doctor .rft-button-primary {
  color: var(--home-green-deep);
  background: #fff;
}

.rft-doctor .rft-button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .28);
}

.rft-first-visit {
  background: var(--home-paper);
}

.rft-visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 54px;
  align-items: stretch;
}

.rft-visit-grid > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.rft-visit-grid > ol li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 28px 28px 28px 0;
  border-bottom: 1px solid var(--home-line);
}

.rft-visit-grid > ol li:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid var(--home-line);
}

.rft-visit-grid > ol span {
  color: var(--home-gold);
  font-size: 11px;
  font-weight: 800;
}

.rft-visit-grid h3 {
  margin: 0;
  color: var(--home-green);
  font-size: 20px;
}

.rft-visit-grid li p {
  margin: 8px 0 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.75;
}

.rft-fee-note {
  padding: 34px;
  color: #fff;
  background: var(--home-green);
  border-radius: 4px 30px 4px 4px;
}

.rft-fee-note .eyebrow {
  color: #d5b985;
}

.rft-fee-note h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.35;
}

.rft-fee-note dl {
  margin: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.rft-fee-note dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.rft-fee-note dt {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.rft-fee-note dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.rft-fee-note > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.rft-fee-note > a {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.rft-clinic-proof {
  background: #fff;
}

.rft-clinic-proof-grid {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  gap: clamp(45px, 7vw, 86px);
  align-items: center;
}

.rft-proof-copy > p {
  margin-top: 22px;
}

.rft-proof-copy ul {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.rft-proof-copy li {
  position: relative;
  padding: 13px 0 13px 25px;
  color: #40534b;
  border-bottom: 1px solid var(--home-line);
  font-size: 12px;
  font-weight: 750;
}

.rft-proof-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--home-gold);
}

.rft-proof-copy .rft-section-actions {
  margin-top: 28px;
}

.rft-proof-gallery {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  grid-template-rows: 240px 240px;
  gap: 11px;
}

.rft-proof-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #e2ddd3;
}

.rft-proof-gallery figure:first-child {
  grid-row: 1 / 3;
}

.rft-proof-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rft-proof-gallery figure:first-child img {
  object-position: center 35%;
}

.rft-proof-gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  color: #fff;
  background: rgba(9, 34, 27, .74);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 750;
}

.rft-reading {
  background: #edf0eb;
}

.rft-reading .rft-section-head {
  grid-template-columns: 1fr auto;
}

.rft-reading-list {
  border-top: 1px solid var(--home-line);
}

.rft-reading-list a {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 92px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--home-line);
  transition: padding .2s ease, background .2s ease;
}

.rft-reading-list a:hover {
  padding-right: 16px;
  padding-left: 16px;
  background: rgba(255, 255, 255, .48);
}

.rft-reading-list span {
  color: #8a6d4b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.rft-reading-list strong {
  color: var(--home-green);
  font: 700 21px/1.5 var(--home-serif);
}

.rft-reading-list em {
  color: var(--home-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.rft-contact {
  padding: 90px 0;
  color: #fff;
  background:
    radial-gradient(circle at 5% 8%, rgba(184, 137, 72, .15), transparent 32%),
    var(--home-green-deep);
}

.rft-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.rft-contact-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.28;
}

.rft-contact-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .63);
}

.rft-contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 32px;
}

.rft-contact-links a {
  display: grid;
  gap: 4px;
  padding: 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
}

.rft-contact-links span {
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
}

.rft-contact-links strong {
  font-size: 13px;
}

.rft-contact-form {
  padding: 32px;
  color: var(--home-ink);
  background: #fff;
  border-radius: 8px 32px 8px 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.rft-form-heading {
  margin-bottom: 25px;
}

.rft-form-heading p {
  margin: 0;
  color: #9a6330;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.rft-form-heading h3 {
  margin: 7px 0 0;
  color: var(--home-green);
  font-size: 29px;
}

.rft-form-heading span {
  display: block;
  margin-top: 7px;
  color: var(--home-muted);
  font-size: 11px;
}

.home-v5 .rft-contact-form button {
  background: var(--home-green);
}

.home-v5 .site-footer {
  background: #071e18;
}

.home-v5 .footer-main {
  gap: 30px;
}

.home-v5 .footer-links {
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 10px;
}

@media (max-width: 1080px) {
  .home-v5 .desktop-nav,
  .home-v5 .header-phone {
    display: none;
  }

  .home-v5 .mobile-menu {
    position: static;
    display: block;
    margin-left: auto;
  }

  .home-v5 .mobile-menu summary {
    min-width: 62px;
    min-height: 40px;
    border-radius: 999px;
  }

  .home-v5 .mobile-menu[open] nav {
    position: absolute;
    z-index: 90;
    top: calc(100% + 9px);
    right: 20px;
    left: 20px;
    width: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(20, 42, 36, .16);
  }

  .rft-home-hero-grid {
    grid-template-columns: 1fr .75fr;
    gap: 45px;
  }

  .rft-home-hero-media,
  .rft-home-hero-media > img {
    min-height: 540px;
    height: 540px;
  }

  .rft-doctor-chip {
    right: -12px;
  }
}

@media (max-width: 820px) {
  .home-v5 .site-header {
    position: sticky;
  }

  .rft-home-hero {
    padding: 46px 0 40px;
  }

  .rft-home-hero-grid,
  .rft-doctor-grid,
  .rft-visit-grid,
  .rft-clinic-proof-grid,
  .rft-contact-grid {
    grid-template-columns: 1fr;
  }

  .rft-home-hero-media,
  .rft-home-hero-media > img {
    min-height: 470px;
    height: 470px;
  }

  .rft-home-hero-media > img {
    object-position: center 34%;
  }

  .rft-doctor-chip {
    right: 18px;
  }

  .rft-home-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rft-home-proof-grid > * {
    min-height: 108px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .rft-home-proof-grid > *:nth-child(2) {
    border-right: 0;
  }

  .rft-patient-path .container {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
  }

  .rft-patient-path a {
    flex: 0 0 175px;
    justify-content: flex-start;
    scroll-snap-align: start;
  }

  .rft-section {
    padding: 70px 0;
  }

  .rft-section-head {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 34px;
  }

  .rft-direction-list {
    grid-template-columns: 1fr;
  }

  .rft-doctor-portrait {
    width: min(330px, calc(100% - 24px));
  }

  .rft-doctor-copy {
    margin-top: 6px;
  }

  .rft-proof-gallery {
    grid-template-rows: 210px 210px;
  }

  .rft-reading .rft-section-head {
    grid-template-columns: 1fr;
  }

  .rft-contact-form {
    max-width: 620px;
  }
}

@media (max-width: 560px) {
  .home-v5 .container {
    width: min(100% - 32px, 1180px);
  }

  .home-v5 .header-inner {
    height: auto;
    min-height: 68px;
  }

  .home-v5 main section[id] {
    scroll-margin-top: 70px;
  }

  .rft-patient-path .container {
    width: 100%;
  }

  .home-v5 .brand img {
    width: 38px;
    height: 38px;
  }

  .rft-home-hero-copy h1 {
    font-size: clamp(36px, 10.4vw, 42px);
  }

  .rft-home-hero-copy h1 small {
    margin-top: 12px;
    font-size: 24px;
  }

  .rft-hero-lead {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.82;
  }

  .rft-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rft-hero-actions .rft-inline-link {
    grid-column: 1 / 3;
    justify-self: start;
    margin: 4px 0 0;
  }

  .rft-button {
    min-height: 46px;
    padding: 11px 12px;
    font-size: 12px;
    text-align: center;
  }

  .rft-hero-facts {
    display: none;
  }

  .rft-hero-facts > div {
    padding-right: 15px;
  }

  .rft-hero-facts > div + div {
    padding-left: 15px;
  }

  .rft-home-hero-media,
  .rft-home-hero-media > img {
    min-height: 390px;
    height: 390px;
  }

  .rft-home-hero-media > img {
    border-radius: 22px 22px 6px 6px;
  }

  .rft-home-hero-media > figcaption {
    display: none;
  }

  .rft-doctor-chip {
    right: 10px;
    bottom: 12px;
    grid-template-columns: 60px 1fr;
    width: 244px;
  }

  .rft-doctor-chip > img {
    width: 60px;
    height: 74px;
  }

  .rft-doctor-chip strong {
    font-size: 21px;
  }

  .rft-home-proof-grid > * {
    min-height: 98px;
    padding: 17px 14px;
  }

  .rft-home-proof-grid strong {
    font-size: 15px;
  }

  .rft-section {
    padding: 58px 0;
  }

  .rft-section-head h2,
  .rft-doctor-copy h2,
  .rft-proof-copy h2 {
    font-size: 34px;
  }

  .rft-section-head > p {
    font-size: 13px;
    line-height: 1.75;
  }

  .rft-direction-list article {
    grid-template-columns: 34px 1fr;
    gap: 11px;
    padding: 24px 0 23px;
  }

  .rft-direction-list h3 {
    font-size: 21px;
  }

  .rft-doctor-portrait {
    display: grid;
    grid-template-columns: 108px 1fr;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 12px;
    box-shadow: 12px 12px 0 rgba(184, 137, 72, .15);
  }

  .rft-doctor-portrait img {
    width: 108px;
  }

  .rft-doctor-portrait figcaption {
    padding: 15px;
    text-align: left;
    line-height: 1.7;
  }

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

  .rft-doctor-ledger > div,
  .rft-doctor-ledger > div + div {
    padding: 13px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .rft-doctor-ledger > div:last-child {
    border-bottom: 0;
  }

  .rft-doctor-questions ul {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rft-visit-grid > ol {
    grid-template-columns: 1fr;
  }

  .rft-visit-grid > ol li,
  .rft-visit-grid > ol li:nth-child(even) {
    padding: 21px 0;
    border-left: 0;
  }

  .rft-fee-note {
    padding: 27px 23px;
    border-radius: 4px 24px 4px 4px;
  }

  .rft-fee-note h3 {
    font-size: 24px;
  }

  .rft-proof-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 145px;
  }

  .rft-proof-gallery figure:first-child {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .rft-reading-list a {
    grid-template-columns: 1fr auto;
    gap: 8px 15px;
    min-height: 108px;
    padding: 18px 0;
  }

  .rft-reading-list span,
  .rft-reading-list strong {
    grid-column: 1;
  }

  .rft-reading-list strong {
    font-size: 18px;
  }

  .rft-reading-list em {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .rft-contact {
    padding: 62px 0;
  }

  .rft-contact-copy h2 {
    font-size: 35px;
  }

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

  .rft-contact-form {
    display: none;
  }

  .rft-form-heading h3 {
    font-size: 25px;
  }

  .home-v5 .footer-main {
    display: block;
  }

  .home-v5 .footer-links {
    justify-content: flex-start;
    margin-top: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rft-button,
  .rft-reading-list a {
    transition: none;
  }
}
