:root {
  --ink: #193234;
  --muted: #627476;
  --teal: #0b6b68;
  --teal-dark: #07504e;
  --mint: #e7f3f0;
  --cream: #fbf8f1;
  --gold: #c89048;
  --line: #dce8e5;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(14, 56, 57, 0.1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #f7faf9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.75;
}

img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dark); }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 232, 229, 0.9);
  backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 72px;
}

.brand {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.brand span {
  display: inline-block;
  margin-left: 7px;
  color: var(--teal);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.nav-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav-links a { color: #496366; font-size: 0.95rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--teal); }

.nav-call, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nav-call, .button.primary { color: var(--white); background: var(--teal); box-shadow: 0 8px 20px rgba(11, 107, 104, 0.18); }
.nav-call:hover, .button.primary:hover { color: var(--white); background: var(--teal-dark); transform: translateY(-1px); }
.button.secondary { color: var(--teal-dark); background: var(--white); border: 1px solid var(--line); }
.button.secondary:hover { background: var(--mint); transform: translateY(-1px); }
.button.text { padding-left: 0; padding-right: 0; border-radius: 0; }

.hero { padding: 78px 0 64px; background: linear-gradient(135deg, var(--cream), #eef7f4 65%, #e1f0ec); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero-grid > * { min-width: 0; }
.eyebrow { margin: 0 0 13px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.25; letter-spacing: -.02em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.6rem); max-width: 720px; }
h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
h3 { font-size: 1.2rem; }
.hero-copy { max-width: 660px; margin: 22px 0 28px; color: var(--muted); font-size: 1.08rem; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.metrics { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 34px; }
.metric { display: grid; gap: 3px; }
.metric strong { color: var(--teal-dark); font-size: 1.2rem; }
.metric span { color: var(--muted); font-size: .86rem; }
.hero-photo { position: relative; }
.hero-photo img { width: 100%; min-width: 0; min-height: 390px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.photo-note { position: absolute; right: 18px; bottom: 18px; max-width: 230px; padding: 9px 12px; color: #fff; background: rgba(25, 50, 52, .78); border-radius: 12px; font-size: .75rem; line-height: 1.45; }

.section { padding: 78px 0; }
.section.soft { background: var(--mint); }
.section.cream { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading p { max-width: 560px; margin: 0; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 26px rgba(14, 56, 57, .05); }
.card p { margin: 10px 0 0; color: var(--muted); }
.card ul { margin: 13px 0 0; padding-left: 20px; color: var(--muted); }
.card li + li { margin-top: 5px; }
.icon-badge { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; color: var(--teal-dark); background: var(--mint); border-radius: 13px; font-weight: 800; }
.tag { display: inline-block; margin-bottom: 12px; padding: 4px 10px; color: var(--teal-dark); background: var(--mint); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.store-card { display: flex; flex-direction: column; gap: 16px; }
.store-card .store-top { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.store-card .store-top h3 { max-width: 430px; }
.store-meta { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.store-meta strong { color: var(--ink); }
.store-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 5px; }

.service-card { display: flex; flex-direction: column; min-height: 220px; }
.service-card .link-row { margin-top: auto; padding-top: 20px; font-weight: 700; }
.service-card p { font-size: .94rem; }
.doctor-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.doctor-pill { padding: 8px 13px; color: var(--teal-dark); background: #f2f8f6; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; }

.callout { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 30px; background: var(--teal-dark); color: var(--white); border-radius: 24px; }
.callout p { margin: 8px 0 0; color: #d8ece8; }
.callout .button.secondary { border-color: rgba(255,255,255,.35); }

.page-hero { padding: 62px 0 46px; background: linear-gradient(135deg, var(--cream), #eef7f4); }
.page-hero p { max-width: 700px; margin: 18px 0 0; color: var(--muted); }
.breadcrumbs { margin-bottom: 17px; color: var(--teal); font-size: .84rem; font-weight: 700; }

.article { max-width: 820px; margin: 0 auto; }
.article h2 { margin-top: 40px; font-size: 1.65rem; }
.article h3 { margin-top: 28px; }
.article p, .article li { color: var(--muted); }
.article ul, .article ol { padding-left: 22px; }
.article li + li { margin-top: 7px; }
.notice { margin: 24px 0; padding: 18px 20px; color: #466364; background: var(--mint); border-left: 4px solid var(--teal); border-radius: 10px; }
.article-contact { display: grid; gap: 15px; margin-top: 42px; padding: 24px; background: var(--cream); border: 1px solid #efe2c9; border-radius: 18px; }
.article-contact h3 { margin: 0; }
.article-contact p { margin: 0; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-line { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.contact-line:last-child { border-bottom: 0; }
.contact-line strong { color: var(--ink); }
.contact-line span { color: var(--muted); }
.map-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.site-footer { padding: 44px 0 30px; color: #c7dcda; background: #173d3d; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 32px; }
.site-footer h3, .site-footer strong { color: #fff; }
.site-footer p, .site-footer li { color: #c7dcda; font-size: .9rem; }
.site-footer ul { margin: 12px 0 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 5px; }
.site-footer a { color: #d8efeb; }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(216,239,235,.17); color: #a5c4c1; font-size: .8rem; }

@media (max-width: 840px) {
  .container { width: min(100% - 28px, 680px); }
  .nav { align-items: flex-start; padding: 14px 0; flex-wrap: wrap; }
  .nav-links { order: 3; width: 100%; gap: 12px 18px; }
  .nav-call { margin-left: auto; }
  .hero { padding: 52px 0 42px; }
  .hero-grid, .grid-2, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 32px; }
  .hero-photo img { min-height: 260px; max-height: 360px; }
  .grid-3 { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 12px; }
  .callout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.25rem; }
  .actions .button { width: 100%; }
  .metrics { gap: 16px; }
  .card { padding: 21px; }
  .contact-line { grid-template-columns: 74px 1fr; }
}
