:root {
  --bg: #fff8ef;
  --surface: #ffffff;
  --soft: #fff0dd;
  --ink: #173030;
  --muted: #62706d;
  --orange: #f26a21;
  --orange-dark: #c44a1d;
  --red-panda: #a73325;
  --green: #123b3a;
  --mint: #eaf7f1;
  --line: rgba(23, 48, 48, .12);
  --shadow: 0 18px 48px rgba(87, 52, 20, .12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 0%, rgba(242,106,33,.15), transparent 28%), radial-gradient(circle at 88% 4%, rgba(18,59,58,.12), transparent 28%), var(--bg);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 1000;
  background: var(--green);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { top: 16px; }

.medical-warning {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 6px 14px;
  background: var(--green);
  color: #fff8ed;
  font-size: 13px;
  text-align: center;
}

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,248,239,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,48,48,.08);
}
.site-header.is-scrolled { background: rgba(255,255,255,.93); box-shadow: 0 10px 28px rgba(40,32,20,.07); }
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 14px; color: white; font-weight: 900;
  background: linear-gradient(135deg, var(--orange), var(--red-panda));
}
.brand strong { display: block; line-height: 1.05; }
.brand small { display: block; color: var(--muted); font-size: 13px; margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 9px 12px; border-radius: 999px; color: rgba(23,48,48,.82); font-weight: 720; font-size: 14px; }
.nav a:hover { background: rgba(242,106,33,.11); color: var(--orange-dark); }
.nav .nav-cta { background: var(--green); color: white; padding-inline: 16px; }
.nav .nav-cta:hover { background: var(--orange); color: white; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 14px; background: white; box-shadow: 0 10px 22px rgba(30,30,30,.08); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 99px; }

.hero { padding: 46px 0 36px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr); gap: 34px; align-items: center; }
.eyebrow, .section-title span, .section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--orange-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900;
}
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(242,106,33,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 12px 0 16px; font-size: clamp(36px, 5vw, 58px); line-height: 1.02; letter-spacing: -.052em; max-width: 820px; }
.lead { color: #44524f; font-size: clamp(17px, 1.7vw, 20px); max-width: 760px; }
.hero-actions, .booking-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 18px; border-radius: 999px; border: 1px solid transparent; font-weight: 850; transition: .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: linear-gradient(135deg, var(--orange), var(--red-panda)); color: white; box-shadow: 0 14px 30px rgba(242,106,33,.22); }
.button.secondary { background: rgba(255,255,255,.75); border-color: rgba(18,59,58,.16); color: var(--green); }
.button.ghost { background: transparent; border-color: rgba(18,59,58,.22); color: var(--green); }
.button.wide { width: 100%; }
.button-disabled { opacity: .72; cursor: not-allowed; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.facts div { padding: 14px; border-radius: 18px; border: 1px solid rgba(23,48,48,.10); background: rgba(255,255,255,.65); }
.facts strong { display: block; font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.facts span { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; }

.doctor-card { background: rgba(255,255,255,.78); border: 1px solid rgba(23,48,48,.10); border-radius: var(--radius-xl); box-shadow: var(--shadow); padding: 20px; }
.photo-box { position: relative; height: clamp(360px, 38vw, 440px); border-radius: 23px; overflow: hidden; background: #102f2e; display: block; }
.photo-box picture { display: block; height: 100%; }
.doctor-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; filter: saturate(1.03); }
.photo-box.has-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,47,46,.26), transparent 42%); pointer-events: none; }
.photo-placeholder { width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.78); border: 1px dashed rgba(23,48,48,.24); display: grid; place-items: center; text-align: center; padding: 18px; box-shadow: 0 22px 44px rgba(51,44,35,.08); }
.photo-placeholder span { font-weight: 900; font-size: 24px; }
.photo-placeholder small { color: var(--muted); font-size: 12px; line-height: 1.25; }
.mascot { position: absolute; z-index: 2; width: 126px; right: 6px; bottom: -6px; filter: drop-shadow(0 10px 18px rgba(16,47,46,.22)); }
.doctor-card h2 { margin: 18px 0 6px; font-size: 25px; letter-spacing: -.03em; }
.doctor-card p { color: var(--muted); margin-bottom: 0; }

.section { padding: 52px 0; }
.section-soft { background: rgba(255,255,255,.33); border-block: 1px solid rgba(23,48,48,.06); }
.two-col { display: grid; grid-template-columns: .82fr 1.18fr; gap: 32px; align-items: start; }
.section-title h2 { margin: 10px 0 0; font-size: clamp(29px, 3.8vw, 44px); line-height: 1.08; letter-spacing: -.045em; }
.section-title p { color: var(--muted); margin: 10px 0 0; font-size: 17px; }
.section-title.center { text-align: center; max-width: 780px; margin: 0 auto 26px; }
.panel { background: rgba(255,255,255,.78); border: 1px solid rgba(23,48,48,.10); border-radius: var(--radius-xl); box-shadow: 0 14px 42px rgba(52,37,22,.07); padding: 24px; }
.text-panel { font-size: 17px; }
.text-panel p:last-child { margin-bottom: 0; }
.mini-note, .soft-text, .legal-small { color: #5c675f; background: var(--soft); border: 1px solid rgba(242,106,33,.16); border-radius: 18px; padding: 14px; margin-top: 16px; }

.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.card { min-height: 190px; padding: 21px; border-radius: 24px; background: rgba(255,255,255,.82); border: 1px solid rgba(23,48,48,.10); box-shadow: 0 12px 34px rgba(65,44,22,.06); }
.card b { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 14px; background: var(--mint); color: var(--green); margin-bottom: 15px; }
.card h3 { margin-bottom: 8px; font-size: 20px; letter-spacing: -.025em; }
.card p { color: var(--muted); margin-bottom: 0; }

.symptoms { background: linear-gradient(135deg, rgba(18,59,58,.96), rgba(23,48,48,.98)); color: white; }
.symptoms .section-title span { color: #ffb36b; }
.symptoms-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 30px; align-items: center; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chips span { padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.15); font-weight: 760; }
.chips span:nth-child(3n) { background: rgba(242,106,33,.18); }

.visit-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; align-items: stretch; }
.price-panel { background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,240,221,.86)); }
.price-panel h2 { margin: 12px 0 10px; font-size: clamp(30px, 4.2vw, 48px); line-height: 1; letter-spacing: -.05em; }
.price-panel p { color: var(--muted); margin-bottom: 0; }
.check-list { list-style: none; padding: 0; margin: 15px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; color: #44524f; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 900; }

.booking { padding-top: 28px; }
.booking-panel { display: grid; grid-template-columns: 1.05fr .55fr; gap: 24px; align-items: center; padding: 28px; border-radius: var(--radius-xl); background: radial-gradient(circle at 90% 12%, rgba(242,106,33,.16), transparent 28%), rgba(255,255,255,.82); border: 1px solid rgba(23,48,48,.10); box-shadow: var(--shadow); }
.booking-panel h2 { margin: 10px 0 10px; font-size: clamp(30px, 3.8vw, 44px); line-height: 1.06; letter-spacing: -.04em; }
.booking-panel p { color: var(--muted); }
.booking-actions { margin-top: 0; }

.links-grid { align-items: center; }
.profile-links { display: grid; gap: 10px; }
.profile-links a, .policy-links a, .footer a { color: var(--green); font-weight: 850; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.profile-links a { padding: 15px 17px; border-radius: 18px; background: rgba(255,255,255,.82); border: 1px solid rgba(23,48,48,.10); box-shadow: 0 10px 26px rgba(65,44,22,.05); text-decoration: none; }
.profile-links a:hover { border-color: rgba(242,106,33,.28); color: var(--orange-dark); }

.profile-links a.review-link {
  display: grid;
  gap: 2px;
  background: linear-gradient(135deg, var(--orange), var(--red-panda));
  color: white;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(242,106,33,.18);
}
.profile-links a.review-link:hover {
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(167,51,37,.22);
}
.profile-links a.review-link span {
  font-size: 12px;
  font-weight: 740;
  opacity: .82;
}
.policy-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }

.narrow { max-width: 850px; }
.accordion { overflow: hidden; background: rgba(255,255,255,.80); border: 1px solid rgba(23,48,48,.10); border-radius: var(--radius-xl); box-shadow: 0 14px 42px rgba(52,37,22,.07); }
.accordion-item + .accordion-item { border-top: 1px solid var(--line); }
.accordion button { width: 100%; display: flex; justify-content: space-between; gap: 16px; padding: 20px 24px; border: 0; background: transparent; color: var(--ink); font-weight: 900; text-align: left; cursor: pointer; }
.accordion button::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--orange-dark); flex: 0 0 auto; }
.accordion button[aria-expanded="true"]::after { content: "−"; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .22s ease; }
.accordion-panel > p { overflow: hidden; margin: 0; padding: 0 24px; color: var(--muted); }
.accordion button[aria-expanded="true"] + .accordion-panel { grid-template-rows: 1fr; }
.accordion button[aria-expanded="true"] + .accordion-panel > p { padding-bottom: 20px; }

.footer { padding: 30px 0; background: #102f2e; color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.1fr .8fr; gap: 22px; }
.footer strong { color: white; }
.footer p { margin: 6px 0 0; font-size: 14px; }
.footer a { display: block; color: #fff5df; margin-bottom: 8px; }
.footer-warning { color: #fff1d9; font-weight: 900; }
.updated { opacity: .74; }

.legal-page { padding: 46px 0 60px; }
.legal-page .panel { max-width: 920px; margin: 0 auto; }
.legal-page h1 { font-size: clamp(32px, 4vw, 48px); }
.legal-page h2 { margin-top: 28px; font-size: 23px; }
.legal-page li { margin-bottom: 8px; color: #44524f; }
.placeholder { background: #fff6eb; border: 1px dashed rgba(242,106,33,.4); border-radius: 12px; padding: 2px 6px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav { position: fixed; inset: 100px 20px auto; display: grid; gap: 5px; padding: 12px; background: rgba(255,255,255,.96); border: 1px solid rgba(23,48,48,.10); border-radius: 22px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .18s ease; }
  .nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav a { padding: 13px 15px; }
  .hero-grid, .two-col, .symptoms-grid, .visit-grid, .booking-panel, .footer-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand small { display: none; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(34px, 12vw, 48px); }
  .facts, .cards-grid { grid-template-columns: 1fr; }
  .photo-box { height: 390px; }
  .doctor-photo { object-position: center top; }
  .mascot { width: 112px; }
  .section { padding: 42px 0; }
  .panel, .booking-panel { padding: 20px; }
}

/* Articles */
.section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}
.section-head-row .section-title { max-width: 760px; }
.articles-preview { background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,240,221,.38)); border-top: 1px solid rgba(23,48,48,.06); }
.article-carousel { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 10px; align-items: center; }
.article-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 14px;
  scrollbar-width: thin;
}
.article-card, .article-list-card {
  scroll-snap-align: start;
  min-height: 246px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(23,48,48,.10);
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(65,44,22,.06);
  transition: .18s ease;
}
.article-card:hover, .article-list-card:hover { transform: translateY(-2px); border-color: rgba(242,106,33,.24); box-shadow: 0 16px 40px rgba(65,44,22,.08); }
.article-card a, .article-list-card a { display: grid; align-content: start; height: 100%; padding: 22px; }
.article-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}
.article-card h3, .article-list-card h2 { margin: 0 0 10px; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.article-card p, .article-list-card p { color: var(--muted); margin-bottom: 18px; }
.article-card small, .article-list-card small, .article-meta { color: #6a746f; font-weight: 760; }
.carousel-button {
  width: 44px; height: 44px;
  border: 1px solid rgba(23,48,48,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--green);
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(30,30,30,.06);
  cursor: pointer;
}
.carousel-button:hover { color: var(--orange-dark); border-color: rgba(242,106,33,.32); }
.article-index-hero { padding: 44px 0 22px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--green); font-weight: 850; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.breadcrumbs a::after { content: "→"; margin-left: 8px; color: var(--muted); text-decoration: none; }
.articles-list-section { padding-top: 26px; }
.articles-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.article-page { padding: 44px 0 60px; }
.article-header h1 { font-size: clamp(34px, 5vw, 58px); margin: 10px 0 14px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.article-meta span { padding: 8px 11px; border: 1px solid rgba(23,48,48,.10); border-radius: 999px; background: rgba(255,255,255,.7); }
.article-disclaimer { margin: 24px 0 16px; padding: 15px 17px; border-radius: 18px; background: var(--soft); border: 1px solid rgba(242,106,33,.18); color: #5c675f; font-weight: 760; }
.article-body { font-size: 18px; line-height: 1.68; }
.article-body h2 { margin: 24px 0 10px; font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.article-body h2:first-child { margin-top: 0; }
.article-body p { color: #44524f; }
.article-body ul { margin: 0 0 18px; padding-left: 22px; color: #44524f; }
.article-body li { margin-bottom: 8px; }
.related-articles { margin-top: 18px; padding: 22px; border-radius: 24px; background: rgba(255,255,255,.74); border: 1px solid rgba(23,48,48,.10); }
.related-articles h2 { font-size: 24px; margin-bottom: 12px; }
.related-articles div { display: grid; gap: 8px; }
.related-articles a { color: var(--green); font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.article-cta { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px; border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(18,59,58,.96), rgba(23,48,48,.98)); color: white; }
.article-cta p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.article-cta h2 { margin-bottom: 6px; }
@media (max-width: 920px) {
  .section-head-row, .article-cta { align-items: stretch; flex-direction: column; }
  .article-carousel { grid-template-columns: 1fr; }
  .carousel-button { display: none; }
  .articles-list-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .article-track { grid-auto-columns: minmax(260px, 86vw); }
  .article-body { font-size: 17px; }
  .article-card a, .article-list-card a { padding: 20px; }
}
