:root {
  --paper:#f8f5ee;
  --ink:#202020;
  --muted:#746d63;
  --line:#ded5c3;
  --gold:#bfa76a;
  --charcoal:#101318;
  --moon:#f5efcf;
  --white:#fffaf0;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,Arial,Helvetica,sans-serif;
  line-height:1.6;
}
a { color:inherit; }
.site-header {
  background:rgba(248,245,238,.98);
  border-bottom:1px solid #ddd7cc;
  position:sticky;
  top:0;
  z-index:20;
}
.brand-row {
  height:84px;
  display:grid;
  grid-template-columns:60px 1fr 60px;
  align-items:center;
  padding:0 32px;
}
.menu-mark { font-size:22px; color:var(--ink); }
.brand {
  text-align:center;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(48px,6vw,84px);
  font-weight:900;
  letter-spacing:.045em;
  line-height:1;
  text-transform:lowercase;
  text-decoration:none;
}
.logo-small {
  justify-self:end;
  width:34px;
  height:34px;
  object-fit:contain;
}
nav {
  min-height:38px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:58px;
  border-top:1px solid #e6e0d5;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  flex-wrap:wrap;
  padding:0 14px;
}
nav a { text-decoration:none; color:var(--ink); }
.page {
  width:min(1220px,calc(100vw - 64px));
  margin:0 auto;
}
.hero {
  padding:58px 0 52px;
  border-bottom:1px solid var(--gold);
  text-align:center;
}
.kicker,.label,.meta,.chapter-meta,.verse-num,.meaning-label,.toc,.back-link {
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
}
.hero .kicker { letter-spacing:.24em; margin-bottom:20px; }
.hero h1 {
  max-width:950px;
  margin:0 auto 20px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(46px,6vw,92px);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:900;
}
.hero p {
  max-width:720px;
  margin:0 auto 26px;
  color:var(--muted);
  font-size:18px;
}
.actions,.hero-buttons {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:12px 18px;
  border:1px solid var(--ink);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  background:transparent;
}
.button.primary {
  background:var(--ink);
  color:var(--paper);
}
.feature {
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:44px;
  align-items:center;
  padding:44px 0 52px;
  border-bottom:1px solid var(--line);
}
.feature img,.card img,.hero-image {
  width:100%;
  display:block;
  object-fit:cover;
  border:1px solid var(--line);
  background:#eee6d5;
}
.feature img { aspect-ratio:16/9; }
.feature h2,.section-title h2,.about h2,.story-section h2,.context-section h2,.note-section h2,.closing-cta h3 {
  font-family:Georgia,'Times New Roman',serif;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:900;
}
.feature h2 {
  margin:0 0 16px;
  font-size:clamp(38px,4.6vw,68px);
}
.feature p { margin:0 0 22px; color:var(--muted); font-size:17px; }
.pathways {
  margin:42px 0 58px;
  border-top:1px solid var(--gold);
}
.pathway {
  min-height:78px;
  display:grid;
  grid-template-columns:70px 1fr 42px;
  align-items:center;
  border-bottom:1px solid var(--line);
  text-decoration:none;
}
.pathway .num {
  color:var(--muted);
  font-size:12px;
  letter-spacing:.14em;
}
.pathway h2 {
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(26px,3vw,42px);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:900;
}
.pathway .arrow {
  justify-self:end;
  color:var(--gold);
  font-size:24px;
}
.section-title {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid var(--line);
  padding-bottom:14px;
  margin-bottom:26px;
}
.section-title h2 {
  margin:0;
  font-size:clamp(34px,4vw,56px);
}
.section-title p {
  max-width:600px;
  margin:0;
  color:var(--muted);
  font-size:16px;
}
.grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  margin-bottom:62px;
}
.card {
  display:block;
  text-decoration:none;
  color:var(--ink);
  border-bottom:1px solid var(--line);
  padding-bottom:20px;
}
.card img {
  aspect-ratio:16/10;
  margin-bottom:16px;
}
.card .meta { margin-bottom:10px; }
.card h3 {
  margin:0 0 10px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:32px;
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:900;
}
.card p { margin:0; color:var(--muted); font-size:16px; }
.about {
  display:grid;
  grid-template-columns:130px 1fr;
  gap:42px;
  align-items:center;
  padding:0 0 48px;
  border-bottom:1px solid var(--line);
  margin-bottom:28px;
}
.about img {
  width:122px;
  height:122px;
  object-fit:contain;
  justify-self:center;
}
.about h2 { margin:0 0 14px; font-size:44px; }
.about p {
  max-width:800px;
  margin:0 0 12px;
  color:var(--muted);
  font-size:17px;
}
footer {
  padding:28px 0 56px;
  display:flex;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  border-top:1px solid var(--line);
}
.platforms { display:flex; gap:22px; flex-wrap:wrap; }
.platforms a { text-decoration:none; color:var(--ink); }

/* Article, lyrics and story pages */
.back-link {
  display:inline-block;
  margin:30px 0 18px;
  text-decoration:none;
}
.content-hero,.lyric-hero,.story-hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
  padding:28px 0 48px;
  border-bottom:1px solid var(--gold);
}
.hero-image { aspect-ratio:16/10; }
.content-title {
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(42px,5vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
  margin:0 0 18px;
}
.kannada-title {
  display:block;
  font-family:Georgia,'Noto Serif Kannada',serif;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.28;
  letter-spacing:0;
  margin-bottom:14px;
}
.subtitle { color:var(--muted); font-size:18px; margin:0 0 24px; }
.intro {
  max-width:790px;
  margin:46px auto 54px;
  border-bottom:1px solid var(--line);
  padding-bottom:36px;
  font-size:18px;
  color:var(--muted);
}
.intro strong { color:var(--ink); }
.tag-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.tag {
  border:1px solid var(--line);
  padding:6px 10px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
  background:rgba(255,255,255,.25);
}
.video-panel {
  max-width:790px;
  margin:0 auto 54px;
  padding:28px;
  background:var(--charcoal);
  color:var(--white);
  text-align:center;
}
.video-panel p { margin:0 0 20px; color:#e9dfc6; font-size:17px; }
.video-panel .button { border-color:var(--moon); color:var(--moon); }
.two-column-layout {
  display:grid;
  grid-template-columns:190px 1fr;
  gap:48px;
  align-items:start;
}
.toc {
  position:sticky;
  top:140px;
  padding-top:6px;
  font-size:12px;
}
.toc-title {
  color:var(--ink);
  border-bottom:1px solid var(--line);
  padding-bottom:12px;
  margin-bottom:14px;
}
.toc a {
  display:block;
  color:var(--muted);
  text-decoration:none;
  padding:8px 0;
  border-bottom:1px solid rgba(222,213,195,.7);
}
.content-body { max-width:790px; }
.story-section,.lyric-verse {
  padding:0 0 48px;
  margin-bottom:42px;
  border-bottom:1px solid var(--line);
}
.story-section h2 {
  font-size:clamp(30px,3.5vw,48px);
  margin:0 0 26px;
}
.story-section h2 span {
  display:block;
  font-family:Georgia,'Noto Serif Kannada',serif;
  font-size:.72em;
  line-height:1.35;
  letter-spacing:0;
  margin-bottom:5px;
}
.story-section h2 em {
  display:block;
  font-weight:400;
  color:var(--muted);
  font-style:italic;
  font-size:.48em;
  letter-spacing:0;
}
.story-kn {
  font-family:Georgia,'Noto Serif Kannada',serif;
  font-size:20px;
  line-height:1.95;
  margin:0 0 18px;
}
.translation,.meaning {
  font-family:Georgia,'Times New Roman',serif;
  font-size:18px;
  line-height:1.82;
  color:var(--muted);
  border-left:2px solid var(--gold);
  padding-left:22px;
  margin:22px 0 0;
  font-style:italic;
}
.mantra-box {
  margin:24px 0;
  border:1px solid var(--line);
  background:#fffaf0;
  padding:22px;
}
.mantra-label {
  display:block;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:10px;
}
.mantra-kn,.kannada-lines {
  font-family:Georgia,'Noto Serif Kannada',serif;
  font-size:24px;
  line-height:1.72;
  color:var(--ink);
  margin-bottom:18px;
}
.kannada-lines p { margin:0 0 4px; }
.mantra-phonetic { font-family:Georgia,'Times New Roman',serif; font-style:italic; color:#6f4b16; }
.mantra-meaning { color:var(--muted); font-size:15px; }
.meaning { margin:0; }
.meaning-label {
  font-family:Inter,Arial,Helvetica,sans-serif;
  margin-bottom:8px;
}
.meaning p { margin:0; }
.context-section,.note-section {
  margin:0 0 56px;
  padding:30px;
  border:1px solid var(--line);
  background:#fffaf0;
}
.context-section h2,.note-section h2 {
  font-size:36px;
  margin:0 0 12px;
}
.context-section p,.note-section p {
  margin:0 0 14px;
  color:var(--muted);
  font-family:Georgia,'Times New Roman',serif;
  font-size:18px;
  line-height:1.75;
}
details { border-bottom:1px solid var(--line); padding:16px 0; }
summary {
  cursor:pointer;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:900;
  font-size:21px;
  list-style:none;
}
summary::-webkit-details-marker { display:none; }
details p {
  margin:10px 0 0;
  color:var(--muted);
  font-family:Georgia,'Times New Roman',serif;
  font-size:18px;
  line-height:1.75;
}
.closing-cta {
  margin:56px 0;
  padding:36px 28px;
  background:radial-gradient(circle at 50% 0%,rgba(245,239,207,.18),transparent 28%),linear-gradient(135deg,#151923,#050604 72%);
  color:var(--white);
  text-align:center;
}
.closing-cta h3 { font-size:42px; margin:0 0 12px; }
.closing-cta p { color:#e9dfc6; margin:0 auto 22px; max-width:620px; }
.closing-cta .button { border-color:var(--moon); color:var(--moon); }
.closing-cta .button.primary { background:var(--moon); color:var(--charcoal); }

@media(max-width:900px) {
  .page { width:min(100vw - 28px,1220px); }
  .brand-row { padding:0 16px; grid-template-columns:36px 1fr 36px; }
  nav { gap:24px; }
  .feature,.grid,.about,.content-hero,.lyric-hero,.story-hero { grid-template-columns:1fr; }
  .about { text-align:center; }
  .about p { margin-left:auto; margin-right:auto; }
  .two-column-layout { grid-template-columns:1fr; }
  .toc { display:none; }
  .story-kn { font-size:18px; }
  .kannada-lines { font-size:22px; }
  .translation,.meaning { font-size:17px; }
}