:root {
  --ink: #201a3c;
  --muted: #5b5570;
  --purple: #7447ae;
  --purple-dark: #4b2b78;
  --purple-soft: #f2e8ff;
  --gold: #dca64d;
  --gold-soft: #fff3dd;
  --line: #e9dfef;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(59, 33, 99, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fffafd;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

main,
.nav-wrap,
.footer-grid,
.footer-bottom {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.12;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(232, 220, 238, 0.85);
  box-shadow: 0 8px 28px rgba(59, 33, 99, 0.08);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 250px;
}

.brand img {
  width: 100px;
  height: auto;
  display: block;
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu a {
  position: relative;
  padding: 34px 0 30px;
  transition: color 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--purple);
}

.nav-menu a::after {
  position: absolute;
  right: 50%;
  bottom: 20px;
  width: 22px;
  height: 3px;
  background: var(--purple);
  border-radius: 999px;
  content: "";
  opacity: 0;
  transform: translateX(50%);
  transition: opacity 0.2s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  opacity: 1;
}

.nav-menu i {
  font-size: 11px;
}

.nav-toggle,
.menu-button {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #6d3fa4, #8a5ec2);
  box-shadow: 0 12px 24px rgba(86, 48, 135, 0.24);
}

.btn-outline {
  color: var(--purple-dark);
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--purple-dark);
}

.btn-gold {
  color: #ffffff;
  background: linear-gradient(135deg, #d59b3f, #e7bf6c);
}

.btn-light-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
    width: 100vw;
    max-width: none;
    min-height: 690px;
    margin: 0 calc(50% - 50vw);
    padding: 150px max(36px, calc((100vw - 1240px) / 2)) 140px;
    background: linear-gradient(90deg, rgba(255, 249, 253, 0.98) 0%, rgba(255, 249, 253, 0.92) 38%, rgba(255, 249, 253, 0.18) 62%), url(https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=1800&q=85) center right / cover no-repeat;
    overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -5vw;
  bottom: -82px;
  left: -5vw;
  height: 170px;
  background: #fffafd;
  border-radius: 50% 50% 0 0 / 72% 72% 0 0;
  content: "";
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
}

.hero h1 {
  max-width: 650px;
  color: var(--ink);
  font-size: 47px;
  font-weight: 700;
}

.hero h1 span,
.about-copy h2 span {
  color: var(--purple);
}

.hero p {
  max-width: 560px;
  margin-top: 22px;
  color: #342d49;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 640px;
  margin-top: 38px;
}

.trust-row span {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  color: #272041;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.trust-row i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--purple);
  background: #f1e8ff;
  border-radius: 50%;
  font-size: 18px;
}

.hero-lotus {
  position: absolute;
  right: -42px;
  bottom: 34px;
  z-index: 1;
  width: 330px;
  height: 240px;
  opacity: 0.78;
  background:
    radial-gradient(circle at 52% 62%, rgba(255, 255, 255, 0.94) 0 8%, rgba(228, 160, 232, 0.95) 9% 18%, transparent 19%),
    conic-gradient(from 15deg, transparent 0 6%, rgba(232, 147, 224, 0.72) 7% 13%, transparent 14% 20%, rgba(255, 215, 243, 0.86) 21% 28%, transparent 29% 35%, rgba(232, 147, 224, 0.72) 36% 43%, transparent 44% 50%, rgba(255, 215, 243, 0.86) 51% 58%, transparent 59% 65%, rgba(232, 147, 224, 0.72) 66% 73%, transparent 74% 80%, rgba(255, 215, 243, 0.86) 81% 88%, transparent 89%);
  border-radius: 48% 52% 16% 16%;
  filter: drop-shadow(0 10px 24px rgba(122, 69, 174, 0.24));
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 0px;
  align-items: start;
  padding: 66px 8px 78px;
}

.about-image {
  position: relative;
  justify-self: center;
}

.about-image img {
  width: min(430px, 100%);
  aspect-ratio: 0.93;
  object-fit: cover;
  border: 9px solid #ffffff;
  border-radius: 45% 45% 8px 8px;
  box-shadow: var(--shadow);
}

.about-image.media-pending {
  display: grid;
  place-items: center;
  width: min(430px, 100%);
  aspect-ratio: 0.93;
  background:
    radial-gradient(circle at 50% 28%, rgba(220, 166, 77, 0.22), transparent 24%),
    linear-gradient(135deg, #fbf4ff, #ffffff);
  border: 9px solid #ffffff;
  border-radius: 45% 45% 8px 8px;
  box-shadow: var(--shadow);
}

.about-image.media-pending::before {
  width: 170px;
  height: 170px;
  background: url("assets/images/minora-logo.png") center / contain no-repeat;
  content: "";
  opacity: 0.84;
}

.experience-badge {
  position: absolute;
  right: 13px;
  bottom: 4px;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  color: var(--gold);
  background: #ffffff;
  border: 2px solid #ebce91;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(135, 92, 33, 0.12);
  text-align: center;
}

.experience-badge strong {
  display: block;
  font-size: 34px;
  line-height: 0.9;
}

.experience-badge span {
  color: #8a764f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.leaf-left {
  position: absolute;
  bottom: -44px;
  left: -55px;
  width: 120px;
  height: 150px;
  background: radial-gradient(ellipse at 70% 70%, #8957b6 0 22%, transparent 24%) 0 0 / 50px 50px;
  opacity: 0.72;
  transform: rotate(-28deg);
}

.about-copy {
  max-width: 620px;
}

.eyebrow {
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-copy h2 {
  max-width: 640px;
  margin-top: 10px;
  font-size: clamp(34px, 3.5vw, 48px);
}

.about-copy h3 {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--purple-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.4;
}

.about-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 18px;
  color: #322d44;
  font-size: 15px;
}

.about-copy .btn {
  margin-top: 24px;
}

.credentials-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.credentials-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--purple-dark);
  background: linear-gradient(135deg, #fbf6ff, #ffffff);
  border: 1px solid rgba(116, 71, 174, 0.2);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(59, 33, 99, 0.07);
  font-size: 12px;
  font-weight: 900;
}

.credentials-row i {
  color: var(--gold);
  font-size: 16px;
}

.about-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.detail-card {
  min-height: 100%;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(59, 33, 99, 0.07);
}

.detail-card h4 {
  margin: 0 0 12px;
  color: var(--purple-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.detail-card ul {
  padding-left: 18px;
}

.detail-card li {
  margin-bottom: 8px;
  color: #3d334f;
  font-size: 13px;
  line-height: 1.45;
}

.mandala {
  position: absolute;
  right: -18px;
  top: 185px;
  display: grid;
  place-items: center;
  width: 214px;
  height: 214px;
  color: #ffffff;
  background: radial-gradient(circle, #8152bd 0 32%, transparent 33%), repeating-conic-gradient(from 8deg, rgba(220, 166, 77, 0.28) 0 8deg, transparent 9deg 16deg);
  border-radius: 50%;
  opacity: 0.76;
}

.mandala i {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  background: #8152bd;
  border-radius: 50%;
  font-size: 42px;
}

.kamya-profile {
  display: grid;
  gap: 24px;
  padding: 44px;
  background:
    radial-gradient(circle at 10% 12%, rgba(220, 166, 77, 0.16), transparent 26%),
    linear-gradient(135deg, #ffffff, #fbf4ff 56%, #ffffff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(59, 33, 99, 0.08);
}

.profile-intro {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 34px;
  align-items: end;
}

.profile-intro h2 {
  max-width: 520px;
  margin-top: 10px;
  font-size: 32px;
}

.profile-intro p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
  font-size: 16px;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.profile-stats article {
  display: grid;
  gap: 6px;
  min-height: 118px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(116, 71, 174, 0.18);
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(59, 33, 99, 0.07);
}

.profile-stats strong {
  color: var(--purple);
  font-size: 42px;
  line-height: 1;
}

.profile-stats span {
  color: #3b334f;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.profile-card {
  min-height: 240px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(59, 33, 99, 0.07);
}

.profile-card.featured {
  background: linear-gradient(135deg, #6d3fa4, #8b5fc1);
}

.profile-card i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  font-size: 24px;
}

.profile-card.featured i {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.profile-card h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.profile-card p {
  color: #514760;
  font-size: 13px;
  line-height: 1.7;
}

.profile-card.featured h3,
.profile-card.featured p {
  color: #ffffff;
}

.experience-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.experience-panels article {
  padding: 24px;
  background: linear-gradient(135deg, #fffaf1, #ffffff);
  border: 1px solid rgba(220, 166, 77, 0.32);
  border-radius: 10px;
}

.experience-panels article:last-child {
  background: linear-gradient(135deg, #f7f2ff, #ffffff);
  border-color: rgba(116, 71, 174, 0.24);
}

.experience-panels article > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.experience-panels i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: var(--gold);
  border-radius: 50%;
  font-size: 20px;
}

.experience-panels article:last-child i {
  background: var(--purple);
}

.experience-panels h3 {
  margin: 0;
  font-size: 18px;
}

.experience-panels p {
  margin-top: 14px;
  color: #514760;
  font-size: 14px;
  line-height: 1.7;
}

.organizations {
  display: grid;
  gap: 26px;
  margin-top: 26px;
  padding: 44px;
  background:
    radial-gradient(circle at 9% 14%, rgba(220, 166, 77, 0.14), transparent 25%),
    linear-gradient(135deg, #ffffff, #f9f4ff 58%, #ffffff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(59, 33, 99, 0.08);
}

.org-heading {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 34px;
  align-items: end;
}

.org-heading h2 {
  max-width: 580px;
  margin-top: 10px;
  font-size: 32px;
}

.org-heading p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
}

.org-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.org-card {
  min-height: 230px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(116, 71, 174, 0.16);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(59, 33, 99, 0.07);
}

.org-logo {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.org-logo img {
  max-width: 132px;
  max-height: 48px;
  object-fit: contain;
}

.org-logo span {
  color: var(--purple-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.org-card h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.org-card p {
  color: #514760;
  font-size: 13px;
  line-height: 1.7;
}

.workshop-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.workshop-gallery article {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(59, 33, 99, 0.07);
}

.workshop-gallery img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.workshop-gallery article.media-pending::before {
  display: grid;
  place-items: center;
  aspect-ratio: 1.55;
  color: var(--purple-dark);
  background:
    radial-gradient(circle at 50% 35%, rgba(220, 166, 77, 0.2), transparent 24%),
    linear-gradient(135deg, #fbf4ff, #ffffff);
  content: "Mindora Workshop Photo";
  font-size: 14px;
  font-weight: 900;
}

.workshop-gallery div {
  padding: 20px;
}

.workshop-gallery h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.workshop-gallery p {
  margin-top: 10px;
  color: #514760;
  font-size: 13px;
  line-height: 1.7;
}

.section-heading {
  margin-bottom: 22px;
  text-align: center;
}

.section-heading h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.mental {
  padding: 28px 8px 24px;
}

.mental-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.info-card,
.level-card,
.services-grid article,
.service-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(59, 33, 99, 0.08);
}

.info-card {
  min-height: 230px;
  padding: 24px 18px;
  text-align: center;
}

.info-card i {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 16px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  font-size: 42px;
}

.info-card h3,
.level-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.info-card p,
.level-card p {
  margin-top: 12px;
  color: #49415d;
  font-size: 12px;
  line-height: 1.7;
}

.who-help {
  margin-top: 24px;
  padding: 34px;
  background:
    radial-gradient(circle at 8% 14%, rgba(220, 166, 77, 0.13), transparent 24%),
    linear-gradient(135deg, #ffffff, #fbf4ff 62%, #ffffff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(59, 33, 99, 0.08);
}

.who-help .section-heading {
  margin-bottom: 26px;
}

.who-help .section-heading h2 {
  margin-top: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  text-transform: none;
}

.who-help-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.who-help-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(116, 71, 174, 0.16);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(59, 33, 99, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.who-help-grid article:hover {
  border-color: rgba(116, 71, 174, 0.32);
  box-shadow: 0 16px 32px rgba(59, 33, 99, 0.1);
  transform: translateY(-2px);
}

.who-help-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  font-size: 21px;
}

.who-help-grid span {
  color: #302844;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.mind-levels {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 24px;
  padding: 34px;
  background:
    radial-gradient(circle at 5% 16%, rgba(220, 166, 77, 0.14), transparent 24%),
    linear-gradient(110deg, #fbf4ff, #ffffff 58%, #fbf3ff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(59, 33, 99, 0.08);
}

.mind-intro h2 {
  max-width: 380px;
  margin-top: 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.28;
}

.mind-intro p:not(.eyebrow) {
  max-width: 390px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.level-card {
  position: relative;
  min-height: 100%;
  padding: 26px;
  text-align: left;
  overflow: hidden;
}

.level-card::after {
  position: absolute;
  right: -34px;
  top: -34px;
  width: 118px;
  height: 118px;
  background: var(--purple-soft);
  border-radius: 50%;
  content: "";
  opacity: 0.72;
}

.level-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
}

.level-icon.purple {
  background: linear-gradient(135deg, #7142a7, #9a75ca);
}

.level-icon.gold {
  background: linear-gradient(135deg, #d69b44, #e5bd72);
}

.level-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: 22px;
}

.level-label {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mind-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mind-points li {
  position: relative;
  margin: 0;
  padding-left: 26px;
  color: #3b334f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.mind-points li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: #ffffff;
  background: var(--purple);
  border-radius: 50%;
  content: "\2713";
  font-size: 10px;
  font-weight: 900;
}

.subconscious .mind-points li::before {
  background: var(--gold);
}

.pattern-band {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  padding: 30px 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 58% 40%, rgba(236, 176, 255, 0.22), transparent 28%),
    radial-gradient(circle at 94% 12%, rgba(220, 166, 77, 0.18), transparent 22%),
    linear-gradient(135deg, #2e1b53, #4d2f79 56%, #24153e);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(59, 33, 99, 0.14);
}

.pattern-band h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.pattern-band p {
  margin-top: 6px;
  color: #f4e9ff;
}

.pattern-flow {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, auto));
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pattern-flow span {
  display: grid;
  gap: 10px;
  justify-items: center;
  align-content: center;
  min-width: 104px;
  min-height: 118px;
  padding: 16px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.pattern-flow span i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gold), #e8bd69);
  border-radius: 50%;
  font-size: 25px;
  box-shadow: 0 10px 20px rgba(220, 166, 77, 0.22);
}

.pattern-flow > i {
  color: #e3ba70;
  font-size: 22px;
}

.support-grid,
.wellness-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.support-card,
.wellness-card {
  min-height: 260px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.support-card h2,
.wellness-card h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.signs {
  background:
    linear-gradient(105deg, rgba(255, 249, 253, 0.96) 0 66%, rgba(255, 249, 253, 0.4)),
    url("assets/images/counselling/signs-emotional-support.jpg") center right / cover no-repeat;
}

.guidance {
  background:
    linear-gradient(105deg, rgba(255, 249, 241, 0.98) 0 55%, rgba(255, 249, 241, 0.28)),
    url("assets/images/counselling/professional-guidance-session.jpg") center right / cover no-repeat;
}

.two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 22px 0;
}

ul {
  margin: 0;
  padding-left: 16px;
}

li {
  margin-bottom: 9px;
  color: #372e4a;
  font-size: 13px;
  font-weight: 600;
}

.check-list {
  margin-top: 22px;
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: var(--gold);
  border-radius: 50%;
  content: "\2713";
  font-size: 11px;
  font-weight: 900;
}

.wellness-card {
  min-height: 220px;
  background: linear-gradient(135deg, #fbfff4, #ffffff);
}

.wellness-card.blue {
  background: linear-gradient(135deg, #f3f7ff, #ffffff);
}

.mini-icons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.blue .mini-icons {
  grid-template-columns: repeat(5, 1fr);
}

.mini-icons span {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #2e2841;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.mini-icons i {
  color: #5b8e58;
  font-size: 30px;
}

.blue .mini-icons i {
  color: #5b73b6;
}

.services {
  padding: 42px 0 0;
}

.with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.with-lines::before,
.with-lines::after {
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
  content: "";
}

.with-lines::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.services-grid,
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.services-grid article {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 104px;
  padding: 14px;
  text-align: center;
}

.services-grid i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  font-size: 26px;
}

.services-grid span {
  color: #302844;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.service-categories {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.service-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.service-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: var(--purple-dark);
  background: #ffffff;
  border: 1px solid rgba(116, 71, 174, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(59, 33, 99, 0.06);
  font-size: 12px;
  font-weight: 900;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.service-nav a:hover {
  color: #ffffff;
  background: var(--purple);
  transform: translateY(-2px);
}

.service-category {
  padding: 24px;
  background:
    radial-gradient(circle at 96% 8%, rgba(220, 166, 77, 0.14), transparent 26%),
    linear-gradient(135deg, #ffffff, #fbf7ff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(59, 33, 99, 0.08);
}

.service-category:nth-child(2) {
  background:
    radial-gradient(circle at 96% 8%, rgba(116, 71, 174, 0.11), transparent 26%),
    linear-gradient(135deg, #ffffff, #f7fbf5);
}

.service-category:nth-child(3) {
  background:
    radial-gradient(circle at 96% 8%, rgba(116, 71, 174, 0.12), transparent 26%),
    linear-gradient(135deg, #fffaf1, #ffffff);
}

.service-category-head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.service-category-head > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), #9c72cf);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(116, 71, 174, 0.2);
}

.service-category:nth-child(3) .service-category-head > span {
  background: linear-gradient(135deg, var(--gold), #e8bd69);
  box-shadow: 0 12px 24px rgba(220, 166, 77, 0.2);
}

.service-category-head i {
  font-size: 27px;
}

.service-category-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
}

.service-category-head p {
  max-width: 760px;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.service-card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card-grid.compact {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  border-color: rgba(116, 71, 174, 0.28);
  box-shadow: 0 16px 34px rgba(59, 33, 99, 0.11);
  transform: translateY(-2px);
}

.service-card i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  font-size: 22px;
}

.service-category:nth-child(3) .service-card i {
  color: #a66b15;
  background: var(--gold-soft);
}

.service-card h4 {
  margin: 0;
  color: #302844;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 44px;
  align-items: start;
  margin-top: 46px;
  padding: 42px;
  background:
    radial-gradient(circle at 13% 18%, rgba(220, 166, 77, 0.16), transparent 24%),
    linear-gradient(135deg, #fffafd, #ffffff 58%, #f7f0ff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(59, 33, 99, 0.08);
}

.faq-intro {
  position: sticky;
  top: 110px;
}

.faq-intro h2 {
  margin-top: 10px;
  font-size: clamp(30px, 3vw, 44px);
}

.faq-intro p:not(.eyebrow) {
  max-width: 360px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(59, 33, 99, 0.07);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px 58px 18px 22px;
  color: var(--ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
  transition: color 0.25s ease;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 20px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  content: "+";
  font-size: 22px;
  font-weight: 700;
  transform: translateY(-50%);
}

.faq-list details[open] {
  border-color: rgba(116, 71, 174, 0.28);
}

.faq-list details[open] summary {
  color: var(--purple-dark);
}

.faq-list details[open] summary::after {
  color: #ffffff;
  background: var(--purple);
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #4d455f;
  font-size: 14px;
  line-height: 1.75;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.session-info {
  margin-top: 34px;
  padding: 36px;
  background:
    radial-gradient(circle at 8% 16%, rgba(220, 166, 77, 0.13), transparent 24%),
    linear-gradient(135deg, #ffffff, #fbf4ff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(59, 33, 99, 0.08);
}

.session-info .section-heading h2 {
  margin-top: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 42px);
  text-transform: none;
}

.session-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.session-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(116, 71, 174, 0.16);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(59, 33, 99, 0.07);
}

.session-grid i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  font-size: 25px;
}

.session-grid h3 {
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: 18px;
}

.session-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.session-grid li {
  margin: 0;
  color: #3d334f;
  font-size: 14px;
  font-weight: 800;
}

.session-grid li span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.why-choose {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 42px;
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 18%, rgba(220, 166, 77, 0.22), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(246, 226, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #2e1b53, #593783 62%, #28173f);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(59, 33, 99, 0.16);
}

.why-copy h2 {
  max-width: 520px;
  margin-top: 10px;
  font-size: 32px;
}

.why-copy p:not(.eyebrow) {
  max-width: 480px;
  margin-top: 16px;
  color: #f1e8ff;
  font-size: 15px;
}

.why-copy .eyebrow {
  color: #f0c36d;
}

.why-copy .btn {
  margin-top: 24px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.why-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.why-grid i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gold), #e8bd69);
  border-radius: 50%;
  font-size: 22px;
}

.why-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
}

.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 22px;
  padding: 28px 48px;
  color: #ffffff;
  background:
    radial-gradient(circle at 11% 64%, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(135deg, #7646ae, #7e4ebe 54%, #4d2c7d);
  border-radius: 10px 10px 0 0;
}

.cta h2 {
  font-size: 30px;
}

.cta p {
  margin-top: 4px;
  color: #f3e9ff;
}

.cta-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  color: #ffffff;
  background: linear-gradient(135deg, #201333, #342052 70%, #1f1232);
  overflow: hidden;
}

.footer::after {
  position: absolute;
  right: 70px;
  bottom: 32px;
  width: 165px;
  height: 125px;
  border: 2px solid rgba(152, 93, 189, 0.42);
  border-radius: 50% 50% 10px 10px;
  content: "";
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
  gap: 46px;
  padding: 42px 0 28px;
}

.footer .brand {
  min-width: 0;
}

.footer .brand img {
  width: 170px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.footer p,
.footer a {
  color: #eee6ff;
  font-size: 13px;
}

.footer p {
  margin-top: 12px;
  max-width: 310px;
}

.footer h3 {
  margin: 0 0 14px;
  font-size: 16px;
}

.footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 7px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #f2d08a;
  border: 1px solid rgba(242, 208, 138, 0.6);
  border-radius: 50%;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #e8dcff;
  font-size: 12px;
}

.footer-bottom a {
  font-size: 12px;
}

@media (max-width: 1180px) {
  .nav-wrap {
    gap: 16px;
  }

  .brand {
    min-width: 210px;
  }

  .brand img {
    width: 205px;
  }

  .nav-menu {
    gap: 18px;
  }

  .mental-grid,
  .who-help-grid,
  .services-grid,
  .service-card-grid,
  .service-card-grid.compact {
    grid-template-columns: repeat(3, 1fr);
  }

  .profile-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .org-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .mind-levels {
    grid-template-columns: 1fr 1fr;
  }

  .mind-intro {
    grid-column: 1 / -1;
  }

  .pattern-band {
    grid-template-columns: 1fr;
  }

  .pattern-flow {
    grid-template-columns: 1fr;
    justify-content: stretch;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .pattern-flow span {
    min-width: 0;
    min-height: 92px;
  }

  .pattern-flow > i {
    justify-self: center;
    transform: rotate(90deg);
  }

  .mini-icons,
  .blue .mini-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  main,
  .nav-wrap,
  .footer-grid,
  .footer-bottom {
    width: min(100% - 30px, 720px);
  }

  .site-header {
    position: fixed;
  }

  .nav-wrap {
    min-height: 78px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
    flex: 0 1 auto;
  }

  .brand img {
    width: clamp(150px, 34vw, 190px);
  }

  .menu-button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    color: var(--purple);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 26px;
  }

  .nav-menu {
    position: absolute;
    top: 78px;
    right: 15px;
    left: 15px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 18px 18px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
  }

  .nav-toggle:checked ~ .nav-menu {
    display: grid;
  }

  .nav-menu a {
    padding: 12px 0;
  }

  .nav-menu a.active::after {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 107px 15px 115px;
    background:
      linear-gradient(180deg, rgba(255, 249, 253, 0.96) 0%, rgba(255, 249, 253, 0.84) 60%, rgba(255, 249, 253, 0.6)),
      url("assets/images/kamya/hero-counselling-environment.jpg") center / cover no-repeat;
  }

  .trust-row,
  .about,
  .profile-intro,
  .org-heading,
  .profile-stats,
  .experience-panels,
  .support-grid,
  .wellness-grid,
  .faq,
  .why-choose,
  .cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .faq {
    padding: 30px 20px;
  }

  .faq-intro {
    position: static;
  }

  .faq-intro p:not(.eyebrow) {
    max-width: 100%;
  }

  .about {
    gap: 44px;
    padding-top: 34px;
  }

  .kamya-profile {
    padding: 30px 20px;
  }

  .organizations {
    padding: 30px 20px;
  }

  .mandala {
    display: none;
  }

  .mental-grid,
  .who-help-grid,
  .profile-grid,
  .workshop-gallery,
  .session-grid,
  .services-grid,
  .service-card-grid,
  .service-card-grid.compact {
    grid-template-columns: repeat(2, 1fr);
  }

  .mind-levels {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 20px;
  }

  .mind-intro {
    grid-column: auto;
  }

  .level-card + .level-card::before {
    display: none;
  }

  .cta {
    padding: 28px 22px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand img {
    width: 100px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mental-grid,
  .who-help-grid,
  .profile-grid,
  .org-showcase,
  .workshop-gallery,
  .session-grid,
  .profile-stats,
  .experience-panels,
  .services-grid,
  .service-card-grid,
  .service-card-grid.compact {
    grid-template-columns: 1fr;
  }

  .service-category {
    padding: 18px;
  }

  .service-category-head {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .service-category-head > span {
    width: 46px;
    height: 46px;
  }

  .service-card {
    min-height: 76px;
  }

  .who-help-grid article {
    min-height: 68px;
  }

  .two-col-list,
  .mini-icons,
  .blue .mini-icons {
    grid-template-columns: 1fr 1fr;
  }

  .about-details {
    grid-template-columns: 1fr;
  }

  .pattern-band,
  .who-help,
  .kamya-profile,
  .organizations,
  .session-info,
  .faq,
  .why-choose,
  .support-card,
  .wellness-card {
    padding: 22px 18px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-grid article {
    min-height: 82px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 16px 52px 16px 16px;
    font-size: 14px;
  }

  .faq-list details p {
    padding: 0 16px 18px;
    font-size: 13px;
  }

  .with-lines::before,
  .with-lines::after {
    width: 34px;
  }

  .experience-badge {
    right: -6px;
    width: 92px;
    height: 92px;
  }
}
