/* Site chrome — nav pillars, footer, home explore, Sādhak CTA */

:root {
  --om-ink: #1c1410;
  --om-muted: #5c534c;
  --om-accent: #b45309;
  --om-deep: #7c2d12;
  --om-line: rgba(28, 20, 16, 0.12);
  --om-card: rgba(255, 252, 246, 0.92);
  --om-display: Fraunces, Georgia, "Times New Roman", serif;
  --om-body: Outfit, "Segoe UI", system-ui, sans-serif;
}

/* —— Sādhak CTA —— */
.om-sadhak-cta {
  margin: 2rem 0 1rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(180, 83, 9, 0.28);
  background:
    linear-gradient(145deg, rgba(180, 83, 9, 0.08), rgba(124, 45, 18, 0.05)),
    var(--om-card);
}

.om-sadhak-cta.is-medium {
  border-color: rgba(180, 83, 9, 0.4);
}

.om-sadhak-cta.is-strong {
  background:
    linear-gradient(160deg, rgba(124, 45, 18, 0.92), rgba(180, 83, 9, 0.88));
  border-color: transparent;
  color: #fff8f1;
}

.om-sadhak-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--om-accent);
}

.om-sadhak-cta.is-strong .om-sadhak-eyebrow {
  color: rgba(255, 248, 241, 0.75);
}

.om-sadhak-title {
  margin: 0 0 0.45rem;
  font-family: var(--om-display);
  font-size: 1.35rem;
  color: var(--om-deep);
}

.om-sadhak-cta.is-strong .om-sadhak-title {
  color: #fff8f1;
}

.om-sadhak-body {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: var(--om-muted);
  font-size: 0.98rem;
}

.om-sadhak-cta.is-strong .om-sadhak-body {
  color: rgba(255, 248, 241, 0.88);
}

.om-sadhak-btn {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  background: var(--om-accent);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
}

.om-sadhak-cta.is-strong .om-sadhak-btn {
  background: #fff8f1;
  color: var(--om-deep) !important;
}

.om-sadhak-btn:hover {
  background: var(--om-deep);
}

.om-sadhak-cta.is-strong .om-sadhak-btn:hover {
  background: #fff;
}

/* —— Nav pillars —— */
.navbar.om-nav {
  font-family: var(--om-body);
}

.om-nav .dropdown-menu {
  min-width: 15rem;
  padding: 0.5rem 0;
  border: 1px solid var(--om-line);
  box-shadow: 0 12px 28px rgba(28, 20, 16, 0.08);
}

.om-nav .dropdown-header {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--om-accent);
  font-weight: 600;
}

.om-nav .dropdown-item {
  font-size: 0.92rem;
  padding: 0.4rem 1rem;
}

.om-nav .dropdown-item.is-hub {
  font-weight: 600;
  color: var(--om-deep);
}

.om-nav .nav-link-sadhak {
  font-weight: 600;
  color: var(--om-accent) !important;
}

/* —— Footer —— */
.footer.om-footer {
  font-family: var(--om-body);
  background: linear-gradient(180deg, #faf6f0 0%, #f3ebe0 100%);
  border-top: 1px solid var(--om-line);
}

.om-footer h6 {
  font-family: var(--om-display);
  font-size: 1rem;
  color: var(--om-deep);
}

.om-footer ul li {
  margin-bottom: 0.35rem;
}

.om-footer a {
  color: var(--om-muted);
  font-size: 0.92rem;
}

.om-footer a:hover {
  color: var(--om-accent);
}

.om-footer-popular a {
  display: inline-block;
  margin: 0.2rem 0.45rem 0.2rem 0;
  padding: 0.25rem 0.55rem;
  border: 1px solid var(--om-line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--om-ink);
  text-decoration: none;
  font-size: 0.85rem;
}

.om-footer-popular a:hover {
  border-color: rgba(180, 83, 9, 0.4);
  color: var(--om-accent);
}

/* —— Home explore —— */
.om-home {
  font-family: var(--om-body);
  --om-home-accent: #b45309;
  background: #fffdf9;
  color: var(--om-ink);
}

.om-home-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(251, 191, 36, 0.2), transparent 28rem),
    radial-gradient(circle at 88% 72%, rgba(194, 65, 12, 0.16), transparent 30rem),
    linear-gradient(145deg, #3f170b 0%, #7c2d12 52%, #9a3412 100%);
  color: #fff8f1;
  overflow: hidden;
}

.om-home-hero-inner {
  padding-top: clamp(3.5rem, 8vw, 6.5rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  max-width: 58rem;
  text-align: center;
}

.om-home-language {
  width: fit-content;
  margin: 0 auto 1.25rem;
  padding: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border: 1px solid rgba(255, 248, 241, 0.38);
  border-radius: 999px;
  background: rgba(63, 23, 11, 0.38);
  box-shadow: 0 0.55rem 1.4rem rgba(31, 9, 3, 0.18);
}

.om-home-language-label {
  padding: 0 0.5rem 0 0.65rem;
  color: rgba(255, 248, 241, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
}

.om-home-language a {
  min-height: 2.15rem;
  padding: 0.42rem 0.78rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #fff8f1;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.om-home-language a:hover {
  background: rgba(255, 248, 241, 0.12);
}

.om-home-language a.is-active {
  color: #3f170b;
  background: #fbbf24;
  box-shadow: 0 0.2rem 0.65rem rgba(31, 9, 3, 0.22);
}

.om-home-language a:focus-visible {
  outline: 3px solid #fff8f1;
  outline-offset: 2px;
}

.om-home-eyebrow,
.om-section-kicker {
  margin: 0 0 0.65rem;
  color: #fbbf24;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.om-home-hero h1 {
  margin: 0 auto 1rem;
  max-width: 50rem;
  font-family: var(--om-display);
  font-size: clamp(2.35rem, 7vw, 4.7rem);
  font-weight: 700;
  line-height: 1.03;
  text-wrap: balance;
}

.om-home-lede {
  max-width: 43rem;
  margin: 0 auto 1.5rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 248, 241, 0.86);
}

.om-home-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.om-home-ctas a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.om-btn-primary {
  background: #fbbf24;
  color: var(--om-deep) !important;
}

.om-btn-ghost {
  border: 1px solid rgba(255, 248, 241, 0.65);
  color: #fff8f1 !important;
}

.om-btn-ghost:hover {
  background: rgba(255, 248, 241, 0.12);
}

.om-home-promises {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-top: 1.5rem;
  font-size: 0.84rem;
  color: rgba(255, 248, 241, 0.75);
}

.om-home-promises span::before {
  content: "·";
  color: #fbbf24;
  margin-right: 0.45rem;
}

.om-explore-section {
  padding-top: clamp(3.25rem, 7vw, 5rem);
  padding-bottom: 1rem;
}

.om-section-heading {
  max-width: 47rem;
  margin: 0 auto 1.8rem;
  text-align: center;
}

.om-explore-section h2,
.om-home-support h2 {
  font-family: var(--om-display);
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  color: var(--om-deep);
  margin-bottom: 0.35rem;
}

.om-section-kicker {
  color: var(--om-accent);
}

.om-explore-section .om-section-lede {
  color: var(--om-muted);
  margin: 0;
  line-height: 1.65;
}

.om-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.om-tile {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.3rem;
  border: 1px solid var(--om-line);
  border-radius: 1rem;
  background:
    linear-gradient(160deg, rgba(255, 252, 248, 0.98), rgba(255, 245, 235, 0.9));
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease;
  min-height: 10rem;
}

.om-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(180, 83, 9, 0.4);
  color: inherit;
}

.om-tile-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--om-accent);
}

.om-tile strong {
  font-family: var(--om-display);
  font-size: 1.25rem;
  color: var(--om-ink);
}

.om-tile span {
  font-size: 0.9rem;
  color: var(--om-muted);
  line-height: 1.45;
}

.om-practice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 1rem;
}

.om-feature-card,
.om-mini-card,
.om-pillar-grid a {
  text-decoration: none;
  color: inherit;
}

.om-feature-card {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.55rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 82% 15%, rgba(251, 191, 36, 0.26), transparent 12rem),
    linear-gradient(145deg, #431407, #9a3412);
  color: #fff8f1;
}

.om-feature-card .om-card-icon {
  margin-bottom: auto;
  font-family: var(--om-display);
  font-size: 3.3rem;
  color: #fbbf24;
}

.om-feature-card strong {
  font-family: var(--om-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.om-feature-card > span:not(.om-tile-kicker):not(.om-card-icon):not(.om-card-action) {
  max-width: 32rem;
  color: rgba(255, 248, 241, 0.8);
  line-height: 1.55;
}

.om-feature-card .om-card-action {
  margin-top: 0.5rem;
  color: #fbbf24;
  font-weight: 700;
}

.om-practice-links {
  display: grid;
  gap: 1rem;
}

.om-mini-card {
  display: flex;
  min-height: 7.3rem;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--om-line);
  border-radius: 1rem;
  background: #fff;
}

.om-mini-card strong {
  font-family: var(--om-display);
  font-size: 1.15rem;
  color: var(--om-deep);
}

.om-mini-card span {
  color: var(--om-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.om-home-band {
  margin-top: clamp(3rem, 7vw, 5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  background: #f7eee4;
}

.om-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.om-pillar-grid a {
  display: flex;
  min-height: 8.5rem;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.2rem;
  border: 1px solid rgba(124, 45, 18, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.66);
}

.om-pillar-grid strong {
  font-family: var(--om-display);
  font-size: 1.16rem;
  color: var(--om-deep);
}

.om-pillar-grid span {
  color: var(--om-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.om-path-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 0.9rem;
}

.om-path-card {
  padding: 1.4rem;
  border: 1px solid var(--om-line);
  border-radius: 1rem;
  background: var(--om-card);
}

.om-path-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #ffedd5;
  color: #9a3412;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.om-path-card h3 {
  font-family: var(--om-display);
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
  color: var(--om-deep);
}

.om-path-card p {
  margin: 0 0 0.85rem;
  color: var(--om-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.om-path-card a {
  font-weight: 600;
  color: var(--om-accent);
  text-decoration: none;
}

.om-path-card a:hover {
  text-decoration: underline;
}

.om-services-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.om-services-compact a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--om-line);
  border-radius: 999px;
  background: #fff;
  color: var(--om-ink);
  text-decoration: none;
  font-size: 0.9rem;
}

.om-services-compact a:hover {
  border-color: rgba(180, 83, 9, 0.45);
  color: var(--om-accent);
}

.om-home-closing {
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.om-dharma-verse {
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border-left: 4px solid #d97706;
  background: #431407;
  color: #fff8f1;
  text-align: center;
}

.om-dharma-verse p {
  margin: 0 0 0.4rem;
  font-family: var(--om-display);
  font-size: clamp(1.6rem, 4vw, 2.35rem);
}

.om-dharma-verse footer {
  color: rgba(255, 248, 241, 0.72);
}

.om-home-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--om-line);
  border-radius: 1rem;
  background: #fff;
}

.om-home-support h2 {
  margin: 0 0 0.25rem;
  font-size: 1.45rem;
}

.om-home-support p {
  margin: 0;
  color: var(--om-muted);
}

.om-home-support-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.om-home-support-actions a,
.om-home-support-actions button {
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #c2410c;
  border-radius: 999px;
  background: #fff;
  color: #9a3412;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
}

.om-home-support-actions button {
  background: #c2410c;
  color: #fff;
}

.om-feature-card:hover,
.om-mini-card:hover,
.om-pillar-grid a:hover {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.6rem rgba(67, 20, 7, 0.09);
}

.om-home a:focus-visible,
.om-home button:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}

@media (max-width: 767.98px) {
  .om-home-hero-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .om-practice-grid,
  .om-tile-grid,
  .om-pillar-grid {
    grid-template-columns: 1fr;
  }

  .om-feature-card {
    min-height: 20rem;
  }

  .om-home-support {
    align-items: flex-start;
    flex-direction: column;
  }

  .om-home-support-actions {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .om-tile-grid,
  .om-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .om-tile,
  .om-feature-card,
  .om-mini-card,
  .om-pillar-grid a {
    transition: none;
  }

  .om-tile:hover,
  .om-feature-card:hover,
  .om-mini-card:hover,
  .om-pillar-grid a:hover {
    transform: none;
  }
}

/* Explore hub pages */
.om-hub-page {
  font-family: var(--om-body);
  background: linear-gradient(180deg, #fff8f1 0%, #faf6f0 50%, #f3ebe0 100%);
  min-height: 60vh;
}

.om-hub-wrap {
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}

.om-hub-wrap h1 {
  font-family: var(--om-display);
  color: var(--om-deep);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.om-hub-wrap .om-hub-lede {
  color: var(--om-muted);
  line-height: 1.6;
  max-width: 40rem;
}

.om-hub-orientation {
  margin: 1.25rem 0;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--om-saffron);
  background: rgba(255, 255, 255, 0.66);
}

.om-hub-orientation-kicker {
  margin: 0;
  color: var(--om-saffron);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.om-hub-orientation h2 {
  margin: 0.15rem 0 0.65rem;
  color: var(--om-deep);
  font-family: var(--om-display);
  font-size: 1.2rem;
}

.om-hub-orientation ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--om-muted);
  line-height: 1.65;
}
