:root {
  --ink: #20221f;
  --muted: #626961;
  --line: #dce2d8;
  --paper: #fbfaf4;
  --soft: #eef3ea;
  --green: #315b43;
  --green-dark: #1e3d2b;
  --red: #9e3f2e;
  --gold: #a8792b;
  --white: #fffef9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.7;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 254, 249, 0.96);
  border-bottom: 1px solid rgba(49, 91, 67, 0.16);
  backdrop-filter: blur(10px);
}

.nav-wrap,
.topbar > .wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-weight: 800;
  font-size: 19px;
  color: var(--green-dark);
  white-space: nowrap;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: #334137;
}

.topnav a {
  flex: 0 0 auto;
  padding: 8px 0;
  white-space: nowrap;
}

.topnav .phone {
  padding: 8px 13px;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
}

.phone-group {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topnav .phone-alt {
  background: var(--red);
}

.mobile-nav-phone {
  display: none;
}

.hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-photo {
  color: var(--white);
  background-image: url("/assets/rft-clinic-front-20260603.jpg");
  background-size: cover;
  background-position: center;
}

.hero:not(.hero-photo) {
  min-height: 430px;
  color: var(--white);
  background: linear-gradient(120deg, var(--green-dark), var(--green));
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 31, 23, 0.84), rgba(31, 44, 33, 0.54) 46%, rgba(31, 44, 33, 0.16));
}

.hero-inner {
  position: relative;
  padding: 84px 0 116px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #f1d58a;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
}

.lead {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 254, 249, 0.92);
  font-size: 21px;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points,
.hero-sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-points span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(255, 254, 249, 0.34);
  border-radius: 6px;
  background: rgba(255, 254, 249, 0.12);
  color: rgba(255, 254, 249, 0.92);
  font-weight: 800;
}

.hero-sub-actions {
  margin-top: 14px;
  margin-bottom: 0;
}

.hero-sub-actions a {
  color: rgba(255, 254, 249, 0.9);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-actions a,
.inline-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 6px;
  font-weight: 800;
}

.primary-action {
  color: var(--green-dark);
  background: var(--white);
}

.secondary-action {
  color: var(--white);
  border: 1px solid rgba(255, 254, 249, 0.64);
}

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

.nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 6px;
  color: var(--green-dark);
  background: var(--white);
  font-weight: 800;
}

.inline-actions a {
  color: var(--white);
  background: var(--green);
}

.inline-actions a + a {
  color: var(--green-dark);
  background: transparent;
  border: 1px solid var(--green);
}

.quick-band {
  margin-top: -64px;
  position: relative;
  z-index: 3;
}

.summary-band {
  margin-top: -54px;
  position: relative;
  z-index: 3;
}

.quick-grid,
.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(49, 91, 67, 0.18);
  background: var(--white);
  box-shadow: 0 18px 55px rgba(35, 45, 34, 0.14);
}

.quick-grid div,
.summary-item {
  min-height: 118px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.quick-grid div:last-child,
.summary-item:last-child {
  border-right: 0;
}

.quick-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.quick-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.summary-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 86px 0;
}

.section.muted {
  background: var(--soft);
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.intro-grid,
.two-col,
.link-section,
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.photo-pair {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
}

.photo-pair img {
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
}

.photo-pair img:last-child {
  margin-top: 42px;
  height: 340px;
}

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

.service-grid-five {
  grid-template-columns: repeat(5, 1fr);
}

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

.service-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(49, 91, 67, 0.18);
  border-radius: 8px;
  background: var(--white);
}

.service-card span {
  color: var(--red);
  font-weight: 800;
  font-size: 14px;
}

.service-card strong {
  margin: 12px 0;
  font-size: 22px;
  line-height: 1.25;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card em {
  margin-top: auto;
  padding-top: 18px;
  color: var(--green-dark);
  font-style: normal;
  font-weight: 900;
}

.team-section {
  background: var(--green-dark);
  color: var(--white);
}

.team-section .section-kicker {
  color: #f1d58a;
}

.team-section .section-head p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 254, 249, 0.82);
}

.doctor-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}

.doctor-home-card {
  min-height: 360px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 254, 249, 0.18);
  border-radius: 8px;
  background: rgba(255, 254, 249, 0.08);
}

.doctor-home-card img {
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.doctor-home-card div {
  padding: 24px;
}

.doctor-home-card span {
  color: #f1d58a;
  font-size: 13px;
  font-weight: 900;
}

.doctor-home-card h3 {
  margin-top: 8px;
  color: var(--white);
  font-size: 30px;
}

.doctor-home-card p {
  color: rgba(255, 254, 249, 0.82);
}

.doctor-home-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 9px 14px;
  border-radius: 6px;
  color: var(--green-dark);
  background: var(--white);
  font-weight: 900;
}

.doctor-text-card {
  display: block;
}

.doctor-text-card div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.doctor-text-card a {
  margin-top: auto;
}

.plain-list,
.links {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mini-note {
  color: var(--muted);
}

.fact,
.panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.fact strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
}

.action-fact {
  border-top: 4px solid var(--green);
}

.panel h2 {
  font-size: 28px;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.photo-grid img {
  height: 340px;
  object-fit: cover;
  border-radius: 6px;
}

.notice {
  margin-top: 16px;
  padding: 16px;
  border-left: 4px solid var(--red);
  background: var(--soft);
}

.checklist {
  margin: 0;
  padding-left: 22px;
}

.checklist li {
  margin: 10px 0;
}

.plain-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.notice-panel {
  padding: 30px;
  border-left: 5px solid var(--red);
  background: var(--white);
  box-shadow: 0 12px 38px rgba(49, 91, 67, 0.1);
}

.notice-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 20px;
}

.notice-panel p {
  margin-bottom: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  min-height: 190px;
  padding: 22px;
  border-top: 4px solid var(--green);
  background: var(--white);
  counter-increment: steps;
}

.steps li::before {
  content: counter(steps, decimal-leading-zero);
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 900;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  margin-top: 8px;
  color: var(--muted);
}

.links {
  display: grid;
  gap: 12px;
}

.links a {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 700;
}

.links a:hover,
.service-card:hover {
  border-color: rgba(158, 63, 46, 0.45);
  transform: translateY(-1px);
  transition: 160ms ease;
}

.clinic-facts {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  align-items: start;
}

.clinic-facts > div:first-child p {
  color: var(--muted);
}

.facts-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.facts-table div {
  min-height: 108px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.facts-table div:nth-child(2n) {
  border-right: 0;
}

.facts-table div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.facts-table span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.facts-table strong {
  color: var(--green-dark);
  line-height: 1.45;
}

.facts-actions {
  grid-column: 2;
  margin-top: 16px;
}

.final-boundary {
  padding: 28px 0;
  background: #f4eee2;
}

.final-boundary p {
  margin: 0;
  color: #5f5a50;
  font-size: 15px;
}

footer {
  padding: 36px 0 42px;
  color: rgba(255, 254, 249, 0.82);
  background: var(--green-dark);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

footer strong,
footer a {
  color: var(--white);
  font-weight: 800;
}

footer p,
footer span {
  display: block;
  margin: 6px 0 0;
}

.icp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255, 254, 249, 0.72);
}

.icp a {
  color: rgba(255, 254, 249, 0.82);
  font-weight: 700;
}

.license-hero {
  background: linear-gradient(180deg, #143d35 0%, #1f584d 100%);
}

.notice-strip {
  padding: 14px 0;
  background: #efe5d1;
  color: #4b463b;
  font-size: 15px;
}

.notice-strip strong {
  color: var(--green-dark);
}

.license-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.license-card {
  padding: 22px;
  border: 1px solid rgba(31, 88, 77, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(18, 45, 38, 0.08);
}

.license-card h2,
.license-card h3 {
  margin-top: 0;
}

.license-card p {
  color: var(--muted);
}

.license-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.license-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(31, 88, 77, 0.12);
}

.license-list span {
  color: var(--muted);
  font-weight: 800;
}

.license-list strong {
  color: var(--green-dark);
  line-height: 1.45;
}

.credential-placeholder {
  margin-top: 14px;
  padding: 16px;
  border: 1px dashed rgba(31, 88, 77, 0.36);
  border-radius: 8px;
  background: #fbf8f0;
  color: #5f5a50;
  font-size: 14px;
}

.public-note {
  padding: 22px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: #fff8e9;
}

.public-note p {
  margin: 0;
  color: #5d503b;
}

.page-hero {
  padding: 82px 0 58px;
  background: var(--green-dark);
  color: var(--white);
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 254, 249, 0.86);
  font-size: 19px;
}

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

.info-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.doctor-card {
  padding-top: 0;
  overflow: hidden;
}

.doctor-photo {
  width: calc(100% + 44px);
  max-width: none;
  height: 300px;
  margin: 0 -22px 18px;
  object-fit: cover;
  object-position: center 24%;
}

.info-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 19px;
}

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

.faq-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-item h2 {
  margin-bottom: 8px;
  font-size: 23px;
}

.mobile-call {
  display: none;
}

@media (max-width: 880px) {
  body {
    padding-bottom: 76px;
  }

  .nav-wrap,
  .topbar > .wrap {
    min-height: auto;
    padding: 12px 0;
    display: block;
  }

  .brand {
    display: block;
    margin-bottom: 8px;
  }

  .topnav {
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 2px;
  }

  .topnav a[data-mobile-label] {
    font-size: 0;
  }

  .topnav a[data-mobile-label]::after {
    content: attr(data-mobile-label);
    font-size: 14px;
  }

  .desktop-info-link {
    display: none;
  }

  .mobile-nav-phone {
    display: inline-flex;
  }

  .phone-group {
    gap: 6px;
  }

  .topnav .phone-group {
    display: none;
  }

  .hero {
    min-height: 560px;
  }

  .hero-inner {
    padding: 74px 0 110px;
  }

  h1 {
    font-size: 46px;
  }

  .lead {
    font-size: 18px;
  }

  .quick-grid,
  .summary-grid,
  .intro-grid,
  .two-col,
  .link-section,
  .grid-2,
  .grid-3,
  .service-grid,
  .steps,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid div,
  .summary-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-grid div:last-child,
  .summary-item:last-child {
    border-bottom: 0;
  }

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

  .photo-pair img,
  .photo-pair img:last-child {
    height: auto;
    max-height: 360px;
    margin-top: 0;
    object-fit: cover;
  }

  .section {
    padding: 58px 0;
  }

  .service-card,
  .steps li {
    min-height: auto;
  }

  .service-grid-five,
  .doctor-grid,
  .license-grid,
  .clinic-facts,
  .facts-table {
    grid-template-columns: 1fr;
  }

  .doctor-home-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .doctor-home-card img {
    height: 330px;
  }

  .facts-table div,
  .facts-table div:nth-child(2n),
  .facts-table div:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .facts-table div:last-child {
    border-bottom: 0;
  }

  .facts-actions {
    grid-column: auto;
  }

  .footer-grid {
    display: block;
  }

  .license-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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

  .photo-grid img {
    height: auto;
    max-height: 360px;
  }

  .doctor-photo {
    height: 260px;
  }

  .mobile-call {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }

  .mobile-call a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--white);
    background: var(--green);
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(21, 31, 23, 0.22);
  }

  .mobile-call a + a {
    background: var(--red);
  }

  .mobile-call a:last-child {
    background: var(--gold);
  }
}
