/* ============================================================
   INFO TEMPLATE
   Layout styles for standalone info pages (about, international-patients, etc.).
   Shared typography (sec-eye, sec-h2, body-text), buttons, breadcrumb,
   nav, and footer are in main.css — not repeated here.
   ============================================================ */

/* ============================================================
   HERO — two-column split
   ============================================================ */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 72vh;
  border-bottom: 0.5px solid var(--surface-alt);
}

.hero-left {
  padding: 5.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page-category {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-category::before {
  content: '';
  width: 24px;
  height: 0.5px;
  background: var(--accent);
  display: block;
}

.page-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  font-weight: 300;
  line-height: 1.05;
  color: var(--text-primary);
  margin-bottom: 1.4rem;
}
.page-h1 em { font-style: italic; color: var(--accent); }

.hero-tagline {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--text-secondary);
  max-width: 440px;
}

.hero-right {
  background: var(--surface);
  position: relative;
  overflow: hidden;
}

/* ============================================================
   PROFILE STRIP — 2fr / 1fr
   ============================================================ */
.profile-strip {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-bottom: 0.5px solid var(--surface-alt);
}

.profile-main {
  padding: 5rem 3.75rem;
  border-right: 0.5px solid var(--surface-alt);
}

.profile-side {
  padding: 3.5rem 2.5rem;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Fact list */
.fact-list { display: flex; flex-direction: column; }
.fact-row {
  padding: 0.8rem 0;
  border-bottom: 0.5px solid var(--surface-alt);
}
.fact-row:first-child { border-top: 0.5px solid var(--surface-alt); }
.fact-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 3px;
}
.fact-val {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ============================================================
   APPROACH SECTION
   ============================================================ */
.approach-section {
  padding: 5.5rem 3.5rem;
  border-bottom: 0.5px solid var(--surface-alt);
}
.approach-inner { max-width: 820px; }

.approach-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--surface-alt);
  border: 0.5px solid var(--surface-alt);
  margin: 2.5rem 0;
}

.pillar { background: var(--bg); padding: 1.8rem 1.6rem; }
.pillar-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: var(--accent);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.pillar-title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 0.6rem;
}
.pillar-body {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ============================================================
   PHILOSOPHY — inverse (dark) strip
   ============================================================ */
.philosophy-section {
  background: var(--inv-bg);
  padding: 5.5rem 3.5rem;
  border-bottom: 0.5px solid rgba(255,255,255,0.06);
}
.philosophy-inner { max-width: 820px; }

.phi-eye {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
.phi-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.15;
  color: var(--inv-text);
  margin-bottom: 1.3rem;
}
.phi-h2 em { font-style: italic; color: var(--accent-light); }

.phi-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.95;
  color: rgba(240,234,224,0.75);
  margin-bottom: 1.3rem;
}
.phi-text:last-child { margin-bottom: 0; }

.phi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: var(--inv-text);
  line-height: 1.55;
  margin: 2.5rem 0;
  border-left: 1.5px solid var(--accent);
  padding-left: 1.5rem;
  max-width: 640px;
}

/* ============================================================
   CREDENTIALS
   ============================================================ */
.credentials-section {
  padding: 5.5rem 3.5rem;
  border-bottom: 0.5px solid var(--surface-alt);
}
.credentials-inner { max-width: 820px; }

.cred-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--surface-alt);
  border: 0.5px solid var(--surface-alt);
  margin: 2rem 0;
}
.cred-item { background: var(--bg); padding: 1.4rem 1.5rem; }
.cred-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.cred-val {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Membership logos */
.about-memberships {
  margin-top: 2.8rem;
  padding-top: 2.4rem;
  border-top: 0.5px solid var(--surface-alt);
}
.about-mem-label {
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 1.4rem;
}

.about-ht-block {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.6rem;
  flex-wrap: wrap;
}
.about-ht-block img {
  display: block;
  opacity: 1.0;
  filter: brightness(0.82);
  flex-shrink: 0;
}
@media (prefers-color-scheme: dark) {
  .about-ht-block img { opacity: 0.88; filter: none; }
}
.about-ht-note {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
}
.about-ht-note span {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.08em;
  margin-top: 4px;
  color: var(--text-primary);
  opacity: 0.62;
}

.about-mem-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 540px;
}
.about-mem-row {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.8rem 0;
  border-bottom: 0.5px solid var(--surface-alt);
}
.about-mem-row:first-child { border-top: 0.5px solid var(--surface-alt); }
.about-mem-logo {
  flex-shrink: 0;
  width: 130px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-mem-logo img {
  display: block;
  opacity: 1.0;
  filter: brightness(0.82);
}
@media (prefers-color-scheme: dark) {
  .about-mem-logo img { opacity: 0.86; filter: none; }
}
.about-mem-text { flex: 1; }
.about-mem-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--accent);
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}
.about-mem-sub {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--text-primary);
  opacity: 0.6;
  font-family: 'Jost', sans-serif;
  margin-top: 5px;
  line-height: 1.5;
}

/* ============================================================
   INTERNATIONAL NOTE
   ============================================================ */
.intl-section {
  padding: 4rem 3.5rem;
  border-bottom: 0.5px solid var(--surface-alt);
  background: var(--surface);
}
.intl-inner { max-width: 680px; }
.intl-eye {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
.intl-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-secondary);
}

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip {
  padding: 4rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}
.cta-title em { font-style: italic; color: var(--accent); }
.cta-sub {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-muted);
}
.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

.vc-note {
  display: block;
  font-size: 9.5px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  margin-top: 5px;
  padding-left: 1px;
}

/* ============================================================
   RESPONSIVE — info template (≤768px)
   ============================================================ */
@media (max-width: 768px) {
  .about-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 3rem 1.5rem 2.5rem; justify-content: flex-start; }
  .page-h1 { font-size: 38px; }
  .hero-right { min-height: 60vw; }

  .profile-strip { grid-template-columns: 1fr; }
  .profile-main { padding: 3rem 1.5rem; border-right: none; border-bottom: 0.5px solid var(--surface-alt); }
  .profile-side { padding: 2.5rem 1.5rem; }

  .approach-section,
  .credentials-section { padding: 3.5rem 1.5rem; }
  .approach-pillars { grid-template-columns: 1fr; }
  .cred-grid { grid-template-columns: 1fr; }

  .philosophy-section { padding: 3.5rem 1.5rem; }
  .phi-h2 { font-size: 26px; }

  .intl-section { padding: 3rem 1.5rem; }

  .cta-strip { padding: 3rem 1.5rem; flex-direction: column; align-items: flex-start; }

  .about-mem-list { max-width: 100%; }
}

@media (max-width: 600px) {
  .about-mem-logo { width: 100px; }
  .about-mem-row { gap: 1.6rem; padding: 1.4rem 0; }
  .about-ht-block { gap: 1.2rem; }
}

@media (max-width: 480px) {
  .cta-btns { flex-direction: column; }
}
