:root {
  --paper: #f6f2e9;
  --paper-2: #fbf8f0;
  --ink: #20232a;
  --muted: #68655f;
  --indigo: #25284f;
  --sage: #68775b;
  --gold: #ad8137;
  --line: rgba(32, 35, 42, 0.15);
  --shadow: 0 24px 70px rgba(32, 35, 42, 0.12);
  font-family: Inter, "Noto Sans Thai", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 4%, rgba(173, 129, 55, 0.1), transparent 28rem),
    linear-gradient(180deg, var(--paper-2), var(--paper));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(37, 40, 79, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 40, 79, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) auto auto auto;
  gap: 28px;
  align-items: center;
  min-height: 88px;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(251, 248, 240, 0.92);
  border-bottom: 1px solid rgba(173, 129, 55, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Songti SC", "Noto Serif SC", serif;
  font-size: 25px;
  line-height: 1;
}

.brand strong,
h1,
h2 {
  font-family: "Songti SC", "Noto Serif SC", "Noto Serif Thai", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-size: 20px;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 15px;
}

.main-nav a,
.lang-switch a {
  color: var(--muted);
  white-space: nowrap;
}

.main-nav a.is-active,
.main-nav a:hover,
.lang-switch a.is-active,
.lang-switch a:hover {
  color: var(--ink);
}

.main-nav a.is-active {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 7px;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(32, 35, 42, 0.34);
  font-size: 14px;
  white-space: nowrap;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.header-cta,
.btn.primary {
  background: var(--ink);
  color: #fff;
}

.btn.secondary {
  background: rgba(251, 248, 240, 0.75);
  color: var(--ink);
}

.header-cta:hover,
.btn.primary:hover {
  background: var(--indigo);
}

.btn.secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero {
  display: grid;
  grid-template-columns: minmax(350px, 0.72fr) minmax(620px, 1.28fr);
  min-height: calc(100vh - 88px);
  align-items: stretch;
  border-bottom: 1px solid rgba(173, 129, 55, 0.16);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(24px, 4vw, 56px) clamp(26px, 6vw, 108px);
  background:
    linear-gradient(90deg, rgba(251, 248, 240, 0.98), rgba(251, 248, 240, 0.82)),
    url("data:image/svg+xml,%3Csvg width='180' height='260' viewBox='0 0 180 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ad8137' stroke-opacity='.2'%3E%3Cpath d='M30 250c70-46 83-111 44-195'/%3E%3Cpath d='M76 54c-31 28-45 52-42 74 25-10 43-30 42-74Z'/%3E%3Cpath d='M91 103c-4 39 7 65 34 78 10-31 0-58-34-78Z'/%3E%3C/g%3E%3C/svg%3E") left bottom / 260px auto no-repeat;
}

.city-line {
  color: var(--gold);
  font-size: 14px;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 8px;
  font-size: clamp(42px, 5.1vw, 68px);
  line-height: 1.04;
}

.hero h2 {
  margin: 0;
  color: var(--indigo);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.28;
}

.hero p,
.page-hero p,
.contact-hero p {
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.62;
}

.hero-meta {
  color: var(--gold) !important;
  font-family: Georgia, serif;
}

.actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.hero-image {
  position: relative;
  margin: 0;
  min-height: 560px;
  overflow: hidden;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 24%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(246, 242, 233, 0.62), transparent);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.intro-band,
.trust-strip,
.local-search,
.split-section,
.team-section,
.insights-section,
.care-note,
.price-teaser,
.visit-flow,
.page-hero,
.pricing-stack,
.other-items,
.values,
.faq,
.contact-hero,
.free-services,
.social-section,
.page-grid {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.intro-band {
  padding: 72px 0 54px;
  text-align: center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(173, 129, 55, 0.18);
  background: rgba(173, 129, 55, 0.18);
  box-shadow: 0 18px 52px rgba(37, 40, 79, 0.055);
}

.trust-strip article {
  min-height: 116px;
  padding: 22px;
  background: rgba(251, 248, 240, 0.84);
}

.trust-strip span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.trust-strip strong {
  display: block;
  color: var(--indigo);
  font-family: "Songti SC", "Noto Serif SC", "Noto Serif Thai", Georgia, serif;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 500;
  line-height: 1.35;
}

.local-search {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  margin-top: 42px;
  padding: 34px 0 22px;
  border-top: 1px solid rgba(173, 129, 55, 0.24);
  border-bottom: 1px solid rgba(173, 129, 55, 0.16);
}

.local-search-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.local-search h2 {
  margin: 0 0 14px;
  color: var(--indigo);
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.18;
}

.local-search p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.local-search-meta {
  display: grid;
  gap: 13px;
}

.local-search-meta article {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(173, 129, 55, 0.14);
}

.local-search-meta strong {
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
}

.search-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.search-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(173, 129, 55, 0.2);
  background: rgba(251, 248, 240, 0.58);
  color: var(--indigo);
  font-size: 13px;
  line-height: 1.25;
}

.intro-band h2,
.page-hero h1,
.contact-hero h1 {
  margin: 0 auto 16px;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1.15;
}

.intro-band > p {
  max-width: 760px;
  margin: 0 auto 44px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

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

.service-card {
  min-height: 190px;
  padding: 26px 18px;
  background: rgba(251, 248, 240, 0.66);
  border: 1px solid rgba(173, 129, 55, 0.18);
  text-align: center;
}

.service-glyph {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-bottom: 1px solid var(--gold);
  color: var(--indigo);
  font-family: "Songti SC", serif;
  font-size: 25px;
}

.service-card h3 {
  margin: 0 0 10px;
  font-family: "Songti SC", "Noto Serif SC", serif;
  font-size: 22px;
  font-weight: 500;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: 64px 0 72px;
}

.split-section img,
.page-hero img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.split-section h2,
.price-teaser h2,
.price-section h2,
.other-items h2,
.values h2,
.faq h2,
.free-services h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.22;
}

.split-section p,
.price-teaser p,
.section-heading p,
.doctor-card p,
.insight-card p,
.care-note p,
.values p,
.faq p,
.other-items p,
.contact-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}

.visit-flow {
  padding: 20px 0 46px;
}

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

.visit-grid article {
  position: relative;
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(173, 129, 55, 0.2);
  background:
    linear-gradient(180deg, rgba(251, 248, 240, 0.76), rgba(251, 248, 240, 0.54)),
    linear-gradient(135deg, rgba(104, 119, 91, 0.09), transparent 62%);
}

.visit-grid article::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 54px;
  height: 1px;
  background: var(--gold);
}

.visit-grid span {
  display: block;
  margin-bottom: 34px;
  color: rgba(173, 129, 55, 0.72);
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.visit-grid h3 {
  margin: 0 0 12px;
  color: var(--indigo);
  font-family: "Songti SC", "Noto Serif SC", "Noto Serif Thai", Georgia, serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.2;
}

.visit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.team-section {
  padding: 18px 0 74px;
  scroll-margin-top: 178px;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  align-items: stretch;
}

.doctor-grid.compact {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 18px;
}

.doctor-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(173, 129, 55, 0.22);
  background: rgba(251, 248, 240, 0.72);
  box-shadow: 0 20px 58px rgba(37, 40, 79, 0.07);
}

.doctor-grid.compact .doctor-card,
.doctor-card.is-compact {
  grid-template-columns: 1fr;
  min-height: 0;
}

.doctor-card figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  height: clamp(390px, 36vw, 450px);
  padding-top: 24px;
  overflow: hidden;
  background: rgba(173, 129, 55, 0.08);
}

.doctor-card.is-compact figure {
  height: clamp(300px, 28vw, 360px);
}

.doctor-card img {
  display: block;
  width: min(64%, 240px);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.doctor-card.is-compact img {
  width: min(56%, 210px);
}

.doctor-copy {
  display: grid;
  align-content: start;
  padding: clamp(20px, 2.6vw, 32px);
}

.doctor-copy > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.doctor-copy h3 {
  margin: 0 0 10px;
  color: var(--indigo);
  font-family: "Songti SC", "Noto Serif SC", "Noto Serif Thai", Georgia, serif;
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.12;
}

.doctor-name-lines {
  margin-top: 0;
  min-height: 92px;
  color: var(--ink) !important;
  font-family: Georgia, "Noto Serif Thai", serif;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.doctor-detail {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(173, 129, 55, 0.18);
}

.doctor-detail h4 {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 650;
  text-transform: uppercase;
}

.doctor-detail p {
  margin: 0;
  font-size: 15.5px;
}

.insights-section {
  padding: 18px 0 72px;
}

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

.section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.16;
}

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

.insight-grid.compact {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
}

.insight-card {
  min-height: 260px;
  padding: 30px;
  background: rgba(251, 248, 240, 0.72);
  border: 1px solid rgba(173, 129, 55, 0.2);
  box-shadow: 0 14px 44px rgba(37, 40, 79, 0.05);
}

.insight-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.insight-card h3 {
  margin: 0 0 14px;
  color: var(--indigo);
  font-family: "Songti SC", "Noto Serif SC", "Noto Serif Thai", Georgia, serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.22;
}

.insight-card p {
  margin: 0;
  font-size: 16px;
}

.insight-card .insight-body {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(173, 129, 55, 0.18);
}

.page-insights {
  padding-top: 10px;
}

.care-note {
  margin-bottom: 74px;
  padding: 32px;
  border-left: 2px solid var(--gold);
  background: rgba(104, 119, 91, 0.1);
}

.care-note h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 42px);
}

.care-note p {
  margin: 0;
}

.price-teaser {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 72px;
  padding: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-teaser p {
  max-width: 760px;
  margin: 0;
}

.page-hero {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: 72px 0 46px;
}

.page-hero.compact {
  align-items: end;
}

.page-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 42px;
}

.pricing-stack {
  display: grid;
  gap: 28px;
  padding-bottom: 56px;
}

.price-section {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(173, 129, 55, 0.22);
  background: rgba(251, 248, 240, 0.76);
  box-shadow: 0 16px 46px rgba(37, 40, 79, 0.06);
}

.price-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 22px 28px;
  color: #fff;
  background: linear-gradient(90deg, var(--indigo), var(--sage));
}

.price-section:nth-child(3) .price-heading {
  background: linear-gradient(90deg, #7c6531, var(--gold));
}

.price-heading h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
}

.price-heading span {
  color: rgba(255, 255, 255, 0.76);
  font-family: Georgia, serif;
}

.table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(32, 35, 42, 0.1);
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

td:not(:first-child),
th:not(:first-child) {
  text-align: right;
  font-family: Georgia, serif;
  font-size: 21px;
}

td strong {
  display: block;
  font-weight: 550;
}

td small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.other-items {
  margin-bottom: 76px;
  padding: 28px;
  background: rgba(104, 119, 91, 0.1);
  border: 1px solid rgba(104, 119, 91, 0.2);
}

.item-list p {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(32, 35, 42, 0.1);
}

.item-list p:last-child {
  border-bottom: 0;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 30px 0 56px;
}

.values article {
  padding: 32px;
  border-left: 1px solid var(--gold);
  background: rgba(251, 248, 240, 0.52);
}

.faq {
  padding-bottom: 78px;
}

details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-size: 20px;
  font-family: "Songti SC", "Noto Serif SC", serif;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: 34px;
  align-items: start;
  padding: 76px 0 42px;
}

.contact-image {
  margin: 0;
  overflow: hidden;
}

.contact-image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.contact-panel {
  grid-column: 1 / -1;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 32px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.contact-panel p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
}

.contact-panel p:last-child {
  margin-bottom: 0;
}

.contact-panel strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
}

.free-services {
  padding: 28px 0 80px;
}

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

.free-grid span {
  padding: 22px;
  text-align: center;
  border: 1px solid rgba(173, 129, 55, 0.25);
  background: rgba(251, 248, 240, 0.64);
  font-family: "Songti SC", "Noto Serif SC", serif;
  font-size: 20px;
}

.social-section {
  padding: 0 0 82px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.social-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(173, 129, 55, 0.22);
  background: rgba(251, 248, 240, 0.7);
  box-shadow: 0 14px 42px rgba(37, 40, 79, 0.05);
}

.social-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(173, 129, 55, 0.5), transparent);
}

.social-card[href]:hover {
  transform: translateY(-3px);
  border-color: rgba(173, 129, 55, 0.44);
  background: rgba(251, 248, 240, 0.82);
}

.social-visual {
  position: relative;
  display: grid;
  place-items: end start;
  margin: 0;
  aspect-ratio: 16 / 9;
  min-height: 170px;
  max-height: 260px;
  overflow: hidden;
  border-bottom: 1px solid rgba(173, 129, 55, 0.18);
  background: rgba(251, 248, 240, 0.16);
}

.social-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.social-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(31, 33, 40, 0.72));
}

.social-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-family: "Songti SC", "Noto Serif SC", "Noto Serif Thai", Georgia, serif;
  font-size: 24px;
  line-height: 1.18;
}

.social-visual.is-app-icon {
  display: grid;
  place-items: center;
  isolation: isolate;
  background: linear-gradient(135deg, rgba(251, 248, 240, 0.86), rgba(224, 213, 188, 0.5));
}

.social-visual.is-app-icon::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(173, 129, 55, 0.18);
}

.social-visual.is-app-icon::after {
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.48), transparent 30%),
    linear-gradient(180deg, transparent 48%, rgba(31, 33, 40, 0.18));
}

.platform-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  padding: 0;
  color: #fff;
  font-family: Inter, "Noto Sans SC", "Noto Sans Thai", system-ui, sans-serif;
  font-size: 58px;
  font-weight: 760;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  border-radius: 23px;
  box-shadow: 0 18px 44px rgba(31, 33, 40, 0.2);
}

.platform-facebook {
  background: #1877f2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 800;
  align-items: end;
  padding-bottom: 10px;
}

.platform-xiaohongshu {
  background: #ff2442;
  color: #fff;
  font-size: 24px;
  font-weight: 820;
}

.platform-google-business {
  overflow: hidden;
  border-radius: 50% 50% 50% 10px;
  background:
    linear-gradient(135deg, #4285f4 0 28%, #34a853 28% 52%, #fbbc05 52% 74%, #ea4335 74%);
  color: transparent;
  transform: rotate(-45deg);
}

.platform-google-business::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
}

.platform-google-business::after {
  content: "G";
  position: absolute;
  transform: rotate(45deg);
  color: #4285f4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.social-visual.is-qr {
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(251, 248, 240, 0.94), rgba(224, 213, 188, 0.82)),
    radial-gradient(circle at 20% 20%, rgba(173, 129, 55, 0.18), transparent 42%);
}

.social-visual.is-qr::after {
  display: none;
}

.social-visual.is-qr figcaption {
  left: 16px;
  right: auto;
  top: auto;
  bottom: 14px;
  color: var(--indigo);
  font-size: 18px;
}

.social-visual.is-map {
  background:
    linear-gradient(135deg, rgba(251, 248, 240, 0.86), rgba(104, 119, 91, 0.34)),
    linear-gradient(rgba(37, 40, 79, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 40, 79, 0.08) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

.social-visual.is-map::before {
  content: "";
  position: absolute;
  inset: 34px 18px 28px;
  border: 1px solid rgba(173, 129, 55, 0.42);
  background:
    linear-gradient(140deg, transparent 0 34%, rgba(173, 129, 55, 0.44) 34% 36%, transparent 36% 56%, rgba(37, 40, 79, 0.28) 56% 58%, transparent 58%),
    linear-gradient(28deg, transparent 0 47%, rgba(104, 119, 91, 0.5) 47% 49%, transparent 49%);
}

.social-visual.is-map::after {
  background: linear-gradient(180deg, rgba(31, 33, 40, 0.08), rgba(31, 33, 40, 0.64));
}

.map-pin {
  position: absolute;
  top: 64px;
  left: 50%;
  z-index: 1;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50% 50% 50% 0;
  background: var(--indigo);
  box-shadow: 0 16px 38px rgba(31, 33, 40, 0.22);
  transform: translateX(-50%) rotate(-45deg);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: var(--gold);
}

.social-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.social-card-qr {
  margin-top: 18px;
  width: min(100%, 162px);
  padding: 9px;
  border: 1px solid rgba(173, 129, 55, 0.22);
  background: rgba(255, 255, 255, 0.9);
}

.social-card-qr img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.social-card-body > span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.social-card h3 {
  margin: 0 0 12px;
  font-family: "Songti SC", "Noto Serif SC", "Noto Serif Thai", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.social-card p {
  flex: 1;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.social-card small {
  display: block;
  margin-top: 18px;
  color: var(--indigo);
}

.social-qr {
  width: min(82%, 248px) !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto 18px;
  border: 1px solid rgba(32, 35, 42, 0.1);
  background: #fff;
}

.social-card.is-pending,
.social-card.has-qr {
  background:
    linear-gradient(135deg, rgba(251, 248, 240, 0.72), rgba(104, 119, 91, 0.08));
}

.site-footer {
  padding: 40px clamp(20px, 4vw, 64px);
  background: #1f2128;
  color: rgba(255, 255, 255, 0.78);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1.1fr;
  gap: 28px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  margin: 5px 0;
  line-height: 1.65;
}

.disclaimer {
  font-size: 13px;
}

.footer-social {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding-top: 24px;
}

.footer-social .section-heading {
  max-width: 310px;
}

.footer-social .section-heading h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.18;
}

.footer-social .section-heading p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.footer-social .social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.footer-social .social-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: 0;
  height: 82px;
  align-items: stretch;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.footer-social .social-card::after {
  display: none;
}

.footer-social .social-card[href]:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
}

.footer-social .social-visual {
  width: 50px;
  min-height: 0;
  height: auto;
  max-height: none;
  align-self: stretch;
  aspect-ratio: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
}

.footer-social .social-visual::before {
  inset: 7px;
}

.footer-social .social-visual figcaption {
  display: none;
}

.footer-social .platform-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: none;
  font-size: 21px;
}

.footer-social .platform-facebook {
  align-items: end;
  padding-bottom: 4px;
  font-size: 27px;
}

.footer-social .platform-xiaohongshu {
  font-size: 11px;
}

.footer-social .platform-google-business {
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 5px;
}

.footer-social .platform-google-business::before {
  width: 16px;
  height: 16px;
}

.footer-social .platform-google-business::after {
  font-size: 11px;
}

.footer-social .social-card-body {
  min-width: 0;
  overflow: hidden;
  padding: 11px 12px 10px;
}

.footer-social .social-card-body > span {
  margin-bottom: 4px;
  font-size: 10px;
}

.footer-social .social-card h3 {
  margin-bottom: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 1.18;
}

.footer-social .social-card p {
  display: none;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  line-height: 1.48;
}

.footer-social .social-card small {
  margin-top: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
  opacity: 0.76;
}

.footer-social .social-card-qr {
  width: 44px;
  margin-top: 0;
  padding: 3px;
}

.footer-social .social-card.has-qr .social-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 8px;
  align-items: center;
}

.footer-social .social-card.has-qr .social-card-body > :not(.social-card-qr) {
  grid-column: 1;
}

.footer-social .social-card.has-qr .social-card-qr {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: center;
  margin-top: 0;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px 22px;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .page-hero,
  .local-search,
  .split-section,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-image {
    order: -1;
  }

  .hero-image {
    min-height: 420px;
  }

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

  .service-grid,
  .trust-strip,
  .visit-grid,
  .page-grid,
  .doctor-grid.compact,
  .insight-grid.compact,
  .values,
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-social {
    grid-template-columns: 1fr;
  }

  .footer-social .section-heading {
    max-width: 720px;
  }

  .footer-social .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-teaser {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 76px;
    padding: 12px 16px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .main-nav {
    gap: 8px;
    font-size: 13px;
  }

  .lang-switch {
    font-size: 13px;
    gap: 7px;
  }

  .hero-copy {
    padding: 48px 20px 38px;
  }

  .hero-image {
    min-height: 320px;
  }

  .actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn,
  .header-cta {
    width: 100%;
  }

  .service-grid,
  .trust-strip,
  .visit-grid,
  .page-grid,
  .doctor-grid.compact,
  .insight-grid,
  .insight-grid.compact,
  .values,
  .free-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .footer-social .social-grid {
    grid-template-columns: 1fr;
  }

  .footer-social .social-card {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .footer-social .social-visual {
    width: 50px;
  }

  .intro-band,
  .trust-strip,
  .local-search,
  .split-section,
  .team-section,
  .insights-section,
  .care-note,
  .price-teaser,
  .visit-flow,
  .page-hero,
  .pricing-stack,
  .other-items,
  .values,
  .faq,
  .contact-hero,
  .free-services,
  .social-section,
  .page-grid {
    width: min(100% - 28px, 1180px);
  }

  .price-teaser,
  .other-items,
  .values article,
  .contact-panel {
    padding: 24px;
  }

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

  .local-search {
    margin-top: 28px;
    padding: 28px 0 12px;
  }

  .local-search-meta article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  th,
  td {
    padding: 14px 13px;
  }
}

@media (max-width: 520px) {
  .doctor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 440px) {
  .footer-social .social-card.has-qr .social-card-body {
    grid-template-columns: 1fr;
  }

  .footer-social .social-card.has-qr .social-card-body > :not(.social-card-qr),
  .footer-social .social-card.has-qr .social-card-qr {
    grid-column: 1;
  }

  .footer-social .social-card.has-qr .social-card-qr {
    grid-row: auto;
    margin-top: 12px;
  }
}
