:root {
  --ink: #123b42;
  --muted: #5d7475;
  --paper: #fbf8f1;
  --paper-2: #edf6f3;
  --white: #ffffff;
  --night: #063b45;
  --night-2: #087075;
  --gold: #c99652;
  --gold-dark: #775829;
  --gold-soft: #ead6b8;
  --teal: #147d78;
  --teal-strong: #0f706f;
  --teal-bright: #42c8b8;
  --teal-deep: #0a5e60;
  --teal-soft: #dff4ef;
  --violet: #62517f;
  --line: rgba(18, 83, 82, .15);
  --shadow: 0 24px 70px rgba(6, 80, 79, .14);
  --shadow-soft: 0 12px 38px rgba(6, 80, 79, .09);
  --radius: 26px;
  --radius-small: 16px;
  --content: 1180px;
  --article: 760px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
:where(a, button, input, summary):focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--teal-deep);
}
p { margin: 0 0 1.1em; }
ul, ol { margin: .7em 0 1.3em; padding-left: 1.25em; }
li { margin: .35em 0; }
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.025em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.45rem, 5.4vw, 5.4rem); }
h2 { margin: 2.2em 0 .7em; font-size: clamp(1.75rem, 3.1vw, 2.65rem); }
h3 { margin: 1.45em 0 .55em; font-size: clamp(1.25rem, 2vw, 1.55rem); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--night);
  border-radius: 10px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.reading-progress {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal-strong), var(--teal-bright), #a9eee5);
}

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(6, 59, 69, .95);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(calc(100% - 36px), var(--content));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--white);
}
.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  border: 1px solid rgba(234, 214, 184, .7);
  border-radius: 50%;
}
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  inset: 6px 13px;
  background: var(--gold-soft);
  border-radius: 50%;
  transform: rotate(45deg);
}
.brand-mark::after { transform: rotate(-45deg); }
.brand strong { font-size: 16px; letter-spacing: .16em; }
.brand small { display: block; margin-top: 1px; color: #b8d9d5; font-size: 10px; letter-spacing: .02em; }
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 21px;
}
.main-nav > a:not(.header-cta) {
  color: #dcf0ed;
  font-size: 14px;
  transition: color .2s ease;
}
.main-nav > a:not(.header-cta):hover { color: #9ce9df; }
.header-cta, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  box-shadow: 0 12px 32px rgba(15, 112, 111, .24);
  font-weight: 760;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(15, 112, 111, .32); }
.button.secondary {
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(16, 36, 58, .2);
  box-shadow: none;
}
.landing-hero .button.secondary {
  color: #c9f1ec;
  border-color: rgba(201, 241, 236, .42);
}
.landing-hero .button.secondary:hover { color: var(--white); border-color: rgba(255, 255, 255, .72); }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  z-index: 79;
  inset: 76px 0 0;
  padding: 24px 22px 110px;
  overflow: auto;
  color: var(--white);
  background: linear-gradient(170deg, var(--night), #07545b);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
}
.nav-open .mobile-nav { opacity: 1; pointer-events: auto; visibility: visible; transform: none; transition-delay: 0s; }
.mobile-nav-search {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
}
.mobile-nav-search::placeholder { color: #c3ddda; opacity: 1; }
.mobile-nav-groups { display: grid; gap: 26px; margin-top: 24px; }
.mobile-nav-group b { display: block; margin-bottom: 8px; color: #9ce9df; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav-group a { display: block; padding: 8px 0; color: #e5f4f2; }
.mobile-nav-group a[hidden] { display: none; }
.mobile-nav-empty { margin: 26px 0; color: #dcefeb; }

.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.breadcrumbs a { color: var(--teal); }
.breadcrumbs span:not(:last-child)::after { content: "/"; margin-left: 8px; opacity: .45; }
.landing-hero .breadcrumbs, .article-hero .breadcrumbs { color: #c4e1dd; }
.landing-hero .breadcrumbs a, .article-hero .breadcrumbs a { color: #9ce9df; }

.landing-hero, .article-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(66, 200, 184, .30), transparent 28%),
    radial-gradient(circle at 10% 85%, rgba(22, 143, 136, .34), transparent 34%),
    linear-gradient(135deg, var(--night), var(--night-2));
}
.landing-hero::after, .article-hero::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(234, 214, 184, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(234, 214, 184, .03), 0 0 0 140px rgba(234, 214, 184, .02);
  pointer-events: none;
}
.landing-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.03fr .82fr;
  align-items: center;
  gap: 72px;
  padding: 76px 0 82px;
}
.landing-hero .eyebrow, .article-hero .eyebrow { color: #9ce9df; }
.landing-hero h1 { max-width: 780px; }
.hero-lead {
  max-width: 690px;
  margin: 24px 0 28px;
  color: #dcf0ed;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-note { margin-top: 13px; color: #aebdc6; font-size: 13px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.hero-trust span {
  padding: 7px 11px;
  color: #dce7ea;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
}
.hero-visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 220px 220px 30px 30px;
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .25);
}
.hero-visual picture, .hero-visual img { width: 100%; height: 100%; }
.hero-visual img { position: absolute; inset: 0; object-fit: cover; object-position: center; opacity: .88; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6, 59, 69, .92)); }
.hero-visual-caption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; }
.hero-visual-caption small { color: var(--gold-soft); }
.hero-visual-caption b { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }

.section { padding: 88px 0; }
.section.compact { padding: 64px 0; }
.section.alt { background: var(--paper-2); }
.section.dark { color: var(--white); background: var(--night); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head h2 { margin: 0 0 15px; }
.section-head p { color: var(--muted); }
.dark .section-head p { color: #c0ded9; }

.outcome-grid, .path-grid, .topic-grid, .related-grid, .signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.outcome-card, .path-card, .topic-card, .related-card, .signal-card {
  position: relative;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
}
.outcome-card span, .path-card span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 24px;
  color: var(--teal);
  border-radius: 50%;
  background: var(--teal-soft);
  font-weight: 800;
  font-size: 13px;
}
.outcome-card h3, .path-card h3, .topic-card h3, .related-card h3 { margin: 0 0 10px; }
.outcome-card p, .path-card p, .topic-card p, .related-card p, .signal-card p { margin: 0; color: var(--muted); font-size: 15px; }
.topic-card, .related-card { display: flex; min-height: 220px; flex-direction: column; transition: .2s ease; }
.topic-card:hover, .related-card:hover { transform: translateY(-4px); border-color: rgba(22, 143, 136, .42); }
.topic-card small, .related-card small { margin-bottom: 18px; color: var(--teal); font-weight: 750; }
.card-link { margin-top: auto; padding-top: 20px; color: var(--teal); font-weight: 760; font-size: 14px; }

.center-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
  align-items: stretch;
}
.center-strip::before {
  content: "";
  position: absolute;
  top: 73px;
  right: 4%;
  left: 4%;
  height: 1px;
  background: rgba(22, 143, 136, .32);
}
.center-link {
  position: relative;
  z-index: 1;
  min-height: 250px;
  padding: 15px 14px 19px;
  overflow: hidden;
  border: 1px solid rgba(20, 93, 95, .14);
  border-radius: 18px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 14px 30px rgba(8, 65, 70, .08);
  text-align: center;
  transition: .2s ease;
}
.center-link::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--center);
  opacity: .74;
}
.center-link:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--center), transparent 56%); box-shadow: 0 20px 38px rgba(8, 65, 70, .13); }
.center-link-muladhara { --center: #c8423b; }
.center-link-svadhisthana { --center: #e57933; }
.center-link-manipura { --center: #e0aa32; }
.center-link-anahata { --center: #79a94d; }
.center-link-vishuddha { --center: #4baac2; }
.center-link-ajna { --center: #5667c5; }
.center-link-sahasrara { --center: #8b5bb4; }
.center-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #557174;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}
.center-number i { width: 7px; height: 7px; border-radius: 50%; background: var(--center); }
.center-symbol {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 15px auto 13px;
  color: var(--center);
  border: 1px dashed color-mix(in srgb, var(--center), transparent 35%);
  border-radius: 50%;
}
.center-symbol::before,
.center-symbol::after,
.center-symbol i {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 10px;
  transform: rotate(45deg);
}
.center-symbol::after { transform: rotate(15deg); opacity: .6; }
.center-symbol i { width: 24px; height: 24px; border-radius: 50%; transform: none; opacity: .82; }
.center-link b { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 17px; font-weight: 500; line-height: 1.2; }
.center-link strong { display: block; margin-bottom: 9px; color: var(--center); font-size: 13px; line-height: 1.25; }
.center-link small { display: block; color: var(--muted); font-size: 11px; line-height: 1.35; }

.bridge-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.bridge-quote {
  position: sticky;
  top: 108px;
  padding: 34px;
  color: var(--white);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #0b7b7b, var(--night));
  box-shadow: var(--shadow);
}
.bridge-quote p { font-family: Georgia, serif; font-size: 27px; line-height: 1.36; }
.bridge-quote small { color: var(--gold-soft); }
.bridge-copy h2 { margin-top: 0; }

.soft-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 34px;
  border: 1px solid rgba(22, 143, 136, .28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f7fffc, #e2f3ee);
  box-shadow: var(--shadow-soft);
}
.soft-cta h2, .soft-cta h3 { margin: 0 0 9px; }
.soft-cta p { max-width: 680px; margin: 0; color: var(--muted); }

.article-hero-inner { position: relative; z-index: 1; max-width: 930px; padding: 62px 0 74px; }
.author-hero-inner {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  gap: 64px;
}
.author-hero-photo {
  width: 240px;
  height: 300px;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  box-shadow: 18px 18px 0 rgba(35, 193, 179, .18), 0 24px 60px rgba(0, 0, 0, .2);
}
.article-hero h1 { font-size: clamp(2.35rem, 5vw, 4.65rem); }
.article-hero .hero-lead { max-width: 800px; }

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, var(--article)) 300px;
  justify-content: space-between;
  gap: 70px;
  padding: 68px 0 92px;
}
.article-body { min-width: 0; font-size: 18px; line-height: 1.72; }
.article-body h2 { font-size: clamp(1.62rem, 2.35vw, 2.2rem); line-height: 1.14; text-wrap: balance; }
.article-body > p:first-of-type { font-size: 1.12em; color: #2c5b60; }
.article-body h2:first-child { margin-top: 0; }
.article-body strong { color: #0f6464; }
.article-body a:not(.button) { color: var(--teal-strong); text-decoration: underline; text-decoration-color: rgba(15, 112, 111, .3); text-underline-offset: 3px; }
.article-body a:not(.button):hover { text-decoration-color: currentColor; }
.article-list {
  padding: 22px 26px 22px 44px;
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: #eaf6f2;
}
.article-list li { padding-left: 5px; }
.quick-answer {
  margin: 10px 0 36px;
  padding: 26px 28px;
  border: 1px solid rgba(22, 143, 136, .25);
  border-radius: var(--radius-small);
  background: var(--teal-soft);
}
.quick-answer b { display: block; margin-bottom: 8px; color: var(--teal); font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.quick-answer p { margin: 0; font-size: 18px; }
.mobile-toc { display: none; }
.insight {
  margin: 34px 0;
  padding: 28px 30px;
  color: var(--white);
  border-radius: var(--radius-small);
  background: linear-gradient(140deg, #0a7777, var(--night));
}
.insight b { display: block; margin-bottom: 8px; color: #a9eee5; }
.insight p { margin: 0; color: #e0f1ee; }
.signal-grid { grid-template-columns: repeat(2, 1fr); margin: 24px 0 34px; }
.signal-card { padding: 21px; box-shadow: none; }
.signal-card b { display: block; margin-bottom: 6px; }
.article-table-wrap { margin: 28px 0; overflow: auto; border: 1px solid var(--line); border-radius: var(--radius-small); }
.article-table { width: 100%; min-width: 580px; border-collapse: collapse; background: var(--white); }
.article-table th, .article-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th { color: var(--teal-strong); background: #e5f4f0; font-size: 13px; }
.article-table tr:last-child td { border-bottom: 0; }
.inline-cta {
  margin: 42px 0;
  padding: 30px;
  border: 1px solid rgba(22, 143, 136, .3);
  border-radius: var(--radius);
  background: linear-gradient(140deg, #f7fffc, #e3f4ef);
}
.inline-cta small { color: var(--teal); font-weight: 760; }
.inline-cta h3 { margin: 8px 0 11px; }
.inline-cta p { color: var(--muted); }
.inline-cta .button { margin-top: 4px; }
.example-strip, .ecosystem-links {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: #f8f1e5;
}
.example-strip b, .ecosystem-links b { display: block; margin-bottom: 7px; color: #775829; }
.example-strip p, .ecosystem-links p { margin: 0; color: var(--muted); }

.article-quiz {
  margin: 58px 0;
  padding: 34px;
  border: 1px solid rgba(22, 143, 136, .28);
  border-radius: var(--radius);
  background: linear-gradient(155deg, #f8fffd, #e5f5f0);
  box-shadow: var(--shadow-soft);
}
.quiz-intro small, .quiz-result small {
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quiz-intro h2 { margin: 8px 0 14px; }
.quiz-intro p { color: var(--muted); }
.quiz-questions { display: grid; gap: 16px; margin-top: 28px; }
.quiz-questions fieldset {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, .76);
}
.quiz-questions legend { width: 100%; padding: 0; font-weight: 760; line-height: 1.45; }
.quiz-questions legend span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-right: 10px;
  color: var(--teal-strong);
  border-radius: 50%;
  background: var(--teal-soft);
  font-size: 12px;
}
.quiz-questions label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 11px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
}
.quiz-questions label:hover { border-color: rgba(22, 143, 136, .22); background: #f3fbf8; }
.quiz-questions input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--teal-strong); }
.quiz-actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.quiz-actions p { margin: 0; color: #8a542d; font-size: 14px; }
.quiz-result {
  margin-top: 28px;
  padding: 28px;
  color: var(--white);
  border-radius: var(--radius-small);
  background: linear-gradient(145deg, #0a7979, var(--night));
}
.quiz-result h3 { margin: 7px 0 10px; }
.quiz-result p { color: #dcefeb; }
.quiz-result-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 18px; }
.quiz-result-links a { color: #a9eee5 !important; text-decoration-color: rgba(169, 238, 229, .45) !important; font-weight: 760; }

.article-sidebar { min-width: 0; }
.sidebar-viewport {
  position: sticky;
  top: 94px;
  height: calc(100vh - 114px);
  height: calc(100svh - 114px);
  overflow: hidden;
  border-radius: var(--radius-small);
}
.sidebar-sticky {
  display: grid;
  gap: 16px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.sidebar-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, .72);
}
.sidebar-card b { display: block; margin-bottom: 10px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.toc a { display: block; padding: 7px 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.toc a:hover, .toc a.active { color: var(--teal); }
.sidebar-cta { color: var(--white); background: linear-gradient(145deg, #0a7979, var(--night)); }
.sidebar-cta p { color: #c9e4df; font-size: 14px; }
.sidebar-cta .button { width: 100%; padding-inline: 14px; font-size: 14px; }
.sidebar-related a { display: block; padding: 9px 0; color: var(--teal); border-bottom: 1px solid var(--line); font-size: 14px; }
.sidebar-related a:last-child { border: 0; }

.faq { display: grid; gap: 10px; margin-top: 24px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius-small); background: rgba(255, 255, 255, .68); }
.faq summary { padding: 18px 50px 18px 20px; cursor: pointer; list-style: none; font-weight: 750; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 19px; top: 12px; color: var(--teal); font-size: 26px; font-weight: 400; }
.faq details[open] summary::after { content: "-"; }
.faq details p { padding: 0 20px 18px; margin: 0; color: var(--muted); }

.author-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 54px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.author-card img { width: 112px; height: 112px; object-fit: cover; border-radius: 50%; }
.author-card h3 { margin: 0 0 6px; }
.author-card p { margin: 0; color: var(--muted); font-size: 14px; }
.author-card small { display: block; margin-bottom: 4px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.legal-main { background: linear-gradient(180deg, #f8fcfa, var(--paper)); }
.legal-hero { padding: 34px 0 48px; color: var(--white); background: linear-gradient(145deg, var(--night), #08696e); }
.legal-hero .breadcrumbs { color: #c4e1dd; }
.legal-hero .breadcrumbs a { color: #9ce9df; }
.legal-hero .eyebrow { color: #9ce9df; }
.legal-hero h1 { max-width: 920px; margin: 0; font-size: clamp(2.2rem, 5vw, 4.35rem); }
.legal-page-body { max-width: 980px; padding-top: 46px; padding-bottom: 84px; }
.legal-page-body > .breadcrumbs { margin-bottom: 18px; }
.legal-source-content { color: var(--ink); }
.legal-source-content > p, .legal-source-content > h2, .legal-source-content > h3, .pranaum-policy-card { max-width: 820px; margin-inline: auto; }
.legal-source-content h2 { margin-top: 1.8em; font-size: clamp(1.45rem, 3vw, 2.05rem); }
.legal-source-content p { margin: .85em auto; }
.legal-source-content a { color: var(--teal-strong); text-decoration: underline; text-underline-offset: 3px; }
.pranaum-trust-hero {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.65fr);
  gap: 50px;
  align-items: center;
  margin-bottom: 34px;
  padding: 38px;
  color: var(--white);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--night), #08696e);
}
.pranaum-trust-hero__photo {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(166, 237, 226, .22);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(28, 189, 174, .13));
}
.pranaum-trust-hero__photo::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 58%;
  height: 42%;
  border-right: 2px solid rgba(126, 232, 217, .5);
  border-bottom: 2px solid rgba(126, 232, 217, .5);
  border-radius: 0 0 30px 0;
  pointer-events: none;
}
.pranaum-trust-hero__photo img { width: 100%; aspect-ratio: 4 / 5; height: auto; object-fit: cover; object-position: center; border-radius: 22px; box-shadow: 0 18px 42px rgba(0, 0, 0, .18); }
.pranaum-trust-kicker { display: block; margin-bottom: 10px; color: #9ce9df; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pranaum-trust-hero h1, .pranaum-simple-hero h1 { margin: 0 0 16px; }
.pranaum-trust-lead { color: inherit; font-size: 1.08rem; }
.pranaum-trust-actions, .pranaum-trust-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pranaum-trust-button, .pranaum-trust-link, .pranaum-trust-socials a { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 16px; border-radius: 12px; }
.pranaum-trust-button { color: var(--white) !important; background: var(--teal); text-decoration: none !important; }
.pranaum-trust-link, .pranaum-trust-socials a { color: var(--teal-strong); background: #e7f5f1; text-decoration: none !important; }
.pranaum-trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pranaum-trust-grid article, .pranaum-trust-sites, .pranaum-contact-cards article, .pranaum-contact-form, .pranaum-policy-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--white);
}
.pranaum-trust-grid article h2 { margin-top: 0; }
.pranaum-trust-sites { margin-top: 20px; }
.pranaum-simple-hero { margin-bottom: 28px; padding: 36px; color: var(--white); border-radius: var(--radius); background: linear-gradient(145deg, var(--night), #08696e); }
.pranaum-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pranaum-contact-cards { display: grid; gap: 12px; }
.pranaum-contact-cards article span, .pranaum-contact-cards article strong, .pranaum-contact-cards article small { display: block; }
.pranaum-contact-cards article span { color: var(--muted); font-size: 13px; }
.pranaum-contact-cards article small { margin-top: 6px; color: var(--muted); }
.contact-preview-safe { align-self: start; }
.pranaum-policy-card h2:first-child { margin-top: 0; }

.site-footer { padding: 58px 0 100px; color: #dcefeb; background: linear-gradient(155deg, var(--night), #07575e); }
.footer-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 44px; }
.footer-copy p { max-width: 340px; margin-top: 16px; color: #b7d5d1; font-size: 14px; }
.footer-group b { display: block; margin-bottom: 12px; color: #9ce9df; font-size: 13px; }
.footer-group a { display: block; padding: 5px 0; color: #cee3df; font-size: 13px; }
.footer-group a:hover { color: var(--white); }
.legal-footer {
  display: grid;
  grid-template-columns: minmax(210px, .85fr) minmax(420px, 1.55fr);
  gap: 14px 30px;
  margin-top: 42px;
  padding-top: 24px;
  color: #a9c8c4;
  border-top: 1px solid rgba(255, 255, 255, .11);
  font-size: 12px;
  line-height: 1.55;
}
.legal-identity strong, .legal-identity span { display: block; }
.legal-identity strong { color: var(--white); font-size: 13px; }
.legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.legal-links a { color: #d9ece8; border-bottom: 1px solid rgba(217, 236, 232, .3); }
.legal-links a:hover { color: var(--white); border-color: currentColor; }
.legal-note { max-width: 760px; }
.legal-copyright { text-align: right; }

.mobile-cta {
  position: fixed;
  z-index: 70;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  min-height: 64px;
  align-items: center;
  gap: 12px;
  padding: 9px 9px 9px 15px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(6, 67, 73, .97);
  box-shadow: 0 18px 50px rgba(0, 48, 50, .32);
  visibility: hidden;
  pointer-events: none;
  transform: translateY(130%);
  transition: transform .25s ease, visibility 0s linear .25s;
}
.mobile-cta.visible { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
.mobile-cta span { min-width: 0; margin-right: auto; }
.mobile-cta b, .mobile-cta small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-cta b { color: #9ce9df; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-cta small { margin-top: 2px; color: #dcefeb; font-size: 12px; }
.mobile-cta .button { min-height: 45px; padding: 9px 16px; font-size: 13px; }
.mobile-cta-close {
  display: inline-grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: #cfe6e2;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.intent-route {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 42px rgba(21, 66, 60, .06);
}
.intent-route small {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.intent-route h3 { margin: 10px 0 12px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.intent-route p { margin: 0 0 22px; color: var(--muted); }
.route-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: auto; }
.route-links a {
  color: var(--teal-strong);
  border-bottom: 1px solid rgba(6, 96, 96, .24);
  font-size: 14px;
  font-weight: 800;
}
.route-links a:hover { border-color: currentColor; }
.center-cluster-library section + section { margin-top: 70px; }
.center-cluster-library .related-grid { margin-top: 26px; }

@media (max-width: 1040px) {
  .main-nav > a:not(.header-cta) { display: none; }
  .nav-toggle { display: block; }
  .landing-hero-inner { gap: 38px; }
  .center-strip { grid-template-columns: repeat(4, 1fr); }
  .center-strip::before { display: none; }
  .article-shell { grid-template-columns: minmax(0, 1fr) 270px; gap: 42px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--content)); }
  .header-inner { width: min(calc(100% - 24px), var(--content)); min-height: 68px; }
  .site-header .header-cta { display: none; }
  .mobile-nav { top: 68px; }
  .landing-hero-inner { min-height: 0; grid-template-columns: 1fr; padding: 54px 0 42px; }
  .landing-hero h1 { font-size: clamp(2.55rem, 10.5vw, 4.5rem); }
  .hero-visual { min-height: 430px; max-height: 600px; border-radius: 180px 180px 24px 24px; }
  .outcome-grid, .path-grid, .topic-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .intent-grid { grid-template-columns: 1fr; }
  .intent-route { min-height: 0; }
  .bridge-layout { grid-template-columns: 1fr; gap: 34px; }
  .bridge-quote { position: static; }
  .article-shell { display: block; padding-top: 50px; }
  .author-hero-inner { grid-template-columns: minmax(0, 1fr) 170px; gap: 28px; }
  .author-hero-photo { width: 170px; height: 220px; }
  .article-sidebar { display: none; }
  .article-body { max-width: var(--article); margin-inline: auto; font-size: 17px; }
  .mobile-toc {
    display: block;
    margin: -15px 0 36px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .72);
  }
  .mobile-toc summary { position: relative; padding: 14px 46px 14px 16px; color: var(--teal-strong); cursor: pointer; font-weight: 800; list-style: none; }
  .mobile-toc summary::-webkit-details-marker { display: none; }
  .mobile-toc summary::after { content: "+"; position: absolute; right: 17px; top: 7px; font-size: 26px; font-weight: 400; }
  .mobile-toc[open] summary::after { content: "-"; }
  .mobile-toc nav { display: grid; max-height: 52svh; padding: 2px 16px 14px; overflow: auto; }
  .mobile-toc a { padding: 8px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; line-height: 1.4; }
  .soft-cta { grid-template-columns: 1fr; }
  .article-quiz { padding: 26px; }
  .mobile-cta { display: flex; }
  .legal-footer { grid-template-columns: 1fr; }
  .legal-links { display: grid; grid-template-columns: 1fr 1fr; justify-content: start; gap: 8px 16px; }
  .legal-links a { min-height: 36px; display: flex; align-items: center; }
  .legal-copyright { text-align: left; }
  .pranaum-trust-hero { grid-template-columns: 190px minmax(0, 1fr); gap: 28px; padding: 28px; }
  .pranaum-contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 78px; }
  body { line-height: 1.62; }
  .brand small { display: none; }
  .brand strong { font-size: 14px; }
  .section { padding: 62px 0; }
  .section.compact { padding: 48px 0; }
  .landing-hero-inner { padding-top: 43px; }
  .landing-hero h1, .article-hero h1 { font-size: clamp(2.2rem, 11.5vw, 3.35rem); }
  .hero-lead { margin: 18px 0 23px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 455px; }
  .outcome-grid, .path-grid, .topic-grid, .related-grid, .signal-grid { grid-template-columns: 1fr; }
  .intent-route { padding: 23px; border-radius: 19px; }
  .route-links { display: grid; gap: 12px; }
  .outcome-card, .path-card, .topic-card, .related-card { padding: 23px; }
  .topic-card, .related-card { min-height: 0; }
  .center-strip { display: flex; gap: 10px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .center-link { min-width: 154px; min-height: 228px; scroll-snap-align: start; }
  .bridge-quote { padding: 26px; }
  .bridge-quote p { font-size: 23px; }
  .article-hero-inner { padding: 45px 0 54px; }
  .author-hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .author-hero-photo { width: 146px; height: 182px; border-radius: 22px; }
  .article-shell { padding: 42px 0 74px; }
  .article-body h2 { margin-top: 1.9em; font-size: clamp(1.5rem, 7vw, 1.95rem); }
  .quick-answer, .insight, .inline-cta { padding: 21px; }
  .example-strip, .ecosystem-links { padding: 20px; }
  .article-quiz { margin: 44px 0; padding: 20px; border-radius: 20px; }
  .quiz-questions fieldset { padding: 17px; }
  .quiz-questions label { padding: 10px 8px; }
  .quiz-actions { align-items: stretch; flex-direction: column; }
  .quiz-actions .button { width: 100%; }
  .quiz-result { padding: 21px; }
  .quiz-result-links { display: grid; gap: 12px; }
  .article-list { padding: 19px 18px 19px 37px; }
  .author-card { grid-template-columns: 74px 1fr; gap: 16px; }
  .author-card img { width: 74px; height: 74px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .legal-links { grid-template-columns: 1fr; }
  .mobile-cta b { font-size: 11px; }
  .mobile-cta { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; padding-left: 13px; }
  .mobile-cta .button { padding-inline: 13px; }
  .legal-page-body { width: min(calc(100% - 28px), var(--content)); padding-top: 28px; padding-bottom: 60px; }
  .legal-hero { padding: 18px 0 34px; }
  .legal-hero h1 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .pranaum-trust-hero { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
  .pranaum-trust-hero__photo { width: min(100%, 260px); padding: 12px; }
  .pranaum-trust-grid { grid-template-columns: 1fr; }
  .pranaum-trust-grid article, .pranaum-trust-sites, .pranaum-contact-cards article, .pranaum-contact-form, .pranaum-policy-card { padding: 21px; }
  .pranaum-simple-hero { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .header-cta:hover, .button:hover { transform: none; }
}

@media print {
  .site-header, .mobile-nav, .mobile-cta, .reading-progress, .article-sidebar, .site-footer { display: none !important; }
  body { color: #000; background: #fff; }
  .article-hero { color: #000; background: #fff; }
  .article-hero .hero-lead, .article-meta { color: #333; }
  .article-shell { display: block; padding-top: 30px; }
}
