:root {
  --navy: #071d3f;
  --navy-light: #0d2d5d;
  --gold: #d99a18;
  --gold-light: #f7c95d;
  --cream: #f8f3e8;
  --paper: #fffdf8;
  --ink: #13233c;
  --muted: #687386;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

::selection {
  color: #fff;
  background: var(--gold);
}

a {
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  color: var(--navy);
  background: #fff;
  padding: 0.7rem 1rem;
  border-radius: 0 0 8px 8px;
}

.skip-link:focus {
  top: 0;
}

.navbar {
  padding: 1rem 0;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}

.navbar.scrolled,
.navbar.menu-open {
  padding: 0.65rem 0;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 8px 35px rgba(7, 29, 63, 0.1);
  backdrop-filter: blur(14px);
}

.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.navbar-brand span {
  display: grid;
  line-height: 1;
}

.navbar-brand strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.navbar-brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.57rem;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.navbar.scrolled .navbar-brand strong,
.navbar.menu-open .navbar-brand strong {
  color: var(--navy);
}

.navbar.scrolled .navbar-brand small,
.navbar.menu-open .navbar-brand small {
  color: var(--muted);
}

.navbar .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
  font-weight: 600;
}

.navbar .nav-link::after {
  position: absolute;
  right: 0.5rem;
  bottom: 0.2rem;
  left: 0.5rem;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold-light);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.navbar.scrolled .nav-link,
.navbar.menu-open .nav-link {
  color: var(--ink);
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active,
.navbar.menu-open .nav-link:hover {
  color: var(--gold);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar.scrolled .navbar-toggler-icon,
.navbar.menu-open .navbar-toggler-icon {
  filter: none;
}

.btn {
  border-radius: 3px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.85rem 1.5rem;
  transition: all 0.25s ease;
}

.btn-lg {
  padding: 1rem 1.55rem;
}

.btn-gold {
  color: var(--navy);
  border: 1px solid var(--gold-light);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 30px rgba(217, 154, 24, 0.22);
}

.btn-gold:hover {
  color: var(--navy);
  border-color: #ffd678;
  background: #ffd678;
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 760px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 24, 54, 0.98) 0%, rgba(7, 29, 63, 0.94) 48%, rgba(7, 29, 63, 0.74) 100%),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2000&q=90") center/cover;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.08;
  background-image: radial-gradient(circle at center, #fff 0.8px, transparent 0.8px);
  background-size: 26px 26px;
  content: "";
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  top: 20%;
  right: 13%;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(247, 201, 93, 0.2), transparent 68%);
}

.hero-glow-two {
  bottom: -160px;
  left: 25%;
  width: 500px;
  height: 350px;
  background: radial-gradient(circle, rgba(58, 137, 154, 0.15), transparent 68%);
}

.eyebrow {
  margin-bottom: 1.25rem;
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin: 0 0.75rem 0.25rem 0;
  background: currentColor;
  content: "";
}

.display-title {
  max-width: 920px;
  margin-bottom: 0.85rem;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7.5vw, 6.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.92;
}

.display-title span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
  font-weight: 500;
}

.hero-awaken {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-tagline {
  margin: 0 0 1.5rem;
  color: var(--gold-light);
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 2.1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.85;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.7rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-notes span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-notes i {
  color: var(--gold-light);
  font-size: 1rem;
}

.hero-emblem {
  position: relative;
  display: grid;
  width: min(37vw, 470px);
  aspect-ratio: 1;
  place-items: center;
}

.hero-emblem::before,
.hero-emblem::after {
  position: absolute;
  border: 1px solid rgba(247, 201, 93, 0.3);
  border-radius: 50%;
  content: "";
  animation: breathe 5s ease-in-out infinite;
}

.hero-emblem::before {
  inset: -20px;
}

.hero-emblem::after {
  inset: -45px;
  animation-delay: 1s;
}

.hero-emblem img {
  z-index: 1;
  width: 82%;
  border-radius: 50%;
  box-shadow: 0 0 75px rgba(247, 201, 93, 0.25);
  mix-blend-mode: screen;
}

.emblem-rays {
  position: absolute;
  inset: -80px;
  opacity: 0.18;
  background: repeating-conic-gradient(from 0deg, transparent 0deg 5deg, var(--gold-light) 5.2deg 5.5deg);
  border-radius: 50%;
  animation: slow-spin 80s linear infinite;
  mask-image: radial-gradient(circle, transparent 0 29%, #000 58%, transparent 72%);
}

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  animation: bounce 2s infinite;
}

.section-pad {
  padding: 8rem 0;
}

.text-gold {
  color: var(--gold) !important;
}

.section-title {
  margin-bottom: 1.3rem;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.section-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.section-heading {
  max-width: 760px;
}

.image-composition {
  position: relative;
  padding: 2.2rem 2.2rem 4rem 0;
}

.image-frame {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.image-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 29, 63, 0.28));
  content: "";
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.image-composition:hover .image-frame img {
  transform: scale(1.035);
}

.floating-quote {
  position: absolute;
  right: -1rem;
  bottom: 0;
  z-index: 2;
  max-width: 280px;
  color: #fff;
  background: var(--navy);
  padding: 1.7rem 2rem;
  box-shadow: 0 22px 50px rgba(7, 29, 63, 0.2);
}

.floating-quote i {
  color: var(--gold-light);
  font-size: 1.7rem;
}

.floating-quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.25;
}

.lotus-stamp {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  color: var(--navy);
  background: var(--gold-light);
  border: 8px solid var(--paper);
  border-radius: 50%;
  font-size: 1.7rem;
  place-items: center;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
  color: var(--navy);
  border-bottom: 1px solid rgba(7, 29, 63, 0.25);
  font-size: 0.86rem;
  font-weight: 700;
  padding-bottom: 0.35rem;
}

.text-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.foundation-signature {
  max-width: 510px;
  margin: 1.75rem 0 0.5rem;
  padding: 0.8rem;
  border: 1px solid rgba(7, 29, 63, 0.08);
  background: #fff;
  box-shadow: 0 15px 35px rgba(7, 29, 63, 0.06);
}

.foundation-signature img {
  display: block;
  width: 100%;
  height: auto;
}

.book-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 154, 24, 0.1), transparent 25%),
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

.book-cover {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  padding: 0.85rem;
  background: #fff;
  box-shadow: 0 28px 60px rgba(7, 29, 63, 0.16);
}

.book-cover::before {
  position: absolute;
  inset: -14px;
  z-index: -1;
  border: 1px solid rgba(217, 154, 24, 0.35);
  content: "";
}

.book-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.book-subtitle {
  margin: -0.4rem 0 1.2rem;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  font-weight: 600;
}

.book-quote {
  margin: 0 0 1.8rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.7);
  padding: 1.2rem 1.4rem;
}

.book-quote p {
  margin: 0 0 0.85rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.7;
}

.book-quote cite {
  color: var(--gold);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
}

.btn-outline-navy {
  color: var(--navy);
  border: 1px solid rgba(7, 29, 63, 0.25);
  background: transparent;
}

.btn-outline-navy:hover {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.videos-section {
  background: #fff;
}

.video-card {
  height: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(7, 29, 63, 0.08);
  background: var(--cream);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  box-shadow: 0 18px 40px rgba(7, 29, 63, 0.1);
  transform: translateY(-4px);
}

.video-card iframe {
  border: 0;
}

.video-card h3 {
  margin: 0.95rem 0 0.35rem;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
}

.video-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.event-section {
  position: relative;
  z-index: 2;
  margin-bottom: -5rem;
  background: linear-gradient(to bottom, var(--paper) 50%, transparent 50%);
}

.event-shell {
  padding: 0.75rem;
  background: #fff;
  box-shadow: 0 25px 70px rgba(7, 29, 63, 0.18);
}

.event-artwork {
  position: relative;
  overflow: hidden;
  background: #f4f1ea;
}

.event-artwork::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(217, 154, 24, 0.25);
  content: "";
  pointer-events: none;
}

.event-artwork img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.7s ease;
}

.event-shell:hover .event-artwork img {
  transform: scale(1.012);
}

.event-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem 1.8rem 1.2rem;
}

.event-details > div {
  max-width: 760px;
}

.event-details .eyebrow {
  margin-bottom: 0.5rem;
  color: var(--gold);
}

.event-details h2 {
  margin-bottom: 0.45rem;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

.event-details p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.meditation-section {
  color: #fff;
  background:
    linear-gradient(rgba(7, 29, 63, 0.94), rgba(7, 29, 63, 0.97)),
    url("https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=1800&q=85") center/cover fixed;
  padding-top: 13rem;
}

.path-card {
  position: relative;
  min-height: 330px;
  padding: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.path-card::after {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(247, 201, 93, 0.15), transparent 67%);
  border-radius: 50%;
  content: "";
}

.path-card:hover {
  border-color: rgba(247, 201, 93, 0.4);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-8px);
}

.path-number {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  color: rgba(255, 255, 255, 0.15);
  font-family: var(--serif);
  font-size: 2.7rem;
}

.path-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 3.6rem;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 50%;
  font-size: 1.3rem;
  place-items: center;
}

.path-card h3,
.anahat-banner h3,
.vision-card h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
}

.path-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.8;
}

.anahat-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  padding: 2.2rem 2.5rem;
  color: var(--navy);
  background: linear-gradient(120deg, var(--gold-light), #e2a72f);
}

.anahat-banner h3 {
  margin: 0;
}

.anahat-banner .eyebrow {
  color: rgba(7, 29, 63, 0.65);
}

.vision-section {
  background:
    radial-gradient(circle at 10% 25%, rgba(217, 154, 24, 0.08), transparent 20%),
    var(--cream);
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(310px, auto));
  gap: 1.25rem;
}

.vision-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2.2rem;
  background: #fff;
  border: 1px solid rgba(7, 29, 63, 0.06);
  box-shadow: 0 15px 45px rgba(7, 29, 63, 0.04);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-card:hover {
  box-shadow: 0 22px 55px rgba(7, 29, 63, 0.1);
  transform: translateY(-5px);
}

.vision-card-featured {
  grid-row: span 2;
  color: #fff;
  background:
    radial-gradient(circle at 20% 15%, rgba(217, 154, 24, 0.28), transparent 45%),
    linear-gradient(165deg, #0c2a56 0%, #071d3f 55%, #041327 100%);
}

.vision-card-featured h3 {
  color: #fff;
  font-size: 2.8rem;
}

.vision-card-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.vision-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: auto;
  color: var(--gold);
  background: var(--cream);
  border-radius: 50%;
  font-size: 1.35rem;
  place-items: center;
}

.card-kicker {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vision-card h3 {
  color: var(--navy);
}

.vision-card p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.kanhoba-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 154, 24, 0.1), transparent 28%),
    var(--paper);
}

.kanhoba-poster {
  overflow: hidden;
  background: #0a1628;
  box-shadow: 0 25px 60px rgba(7, 29, 63, 0.16);
}

.kanhoba-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.mr-text {
  font-size: 1.02rem;
  line-height: 1.9;
}

.kanhoba-contacts {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.kanhoba-contacts-label {
  margin: 0 0 0.25rem;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kanhoba-contacts a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(7, 29, 63, 0.1);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.kanhoba-contacts a:hover {
  border-color: rgba(217, 154, 24, 0.55);
  transform: translateY(-2px);
}

.kanhoba-contacts .contact-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: var(--gold);
  background: var(--cream);
  border-radius: 50%;
  place-items: center;
}

.kanhoba-contacts span small {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.wisdom-section {
  background: #fff;
}

.platform-links {
  display: grid;
  gap: 0.7rem;
  margin-top: 2rem;
}

.platform-links a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  border: 1px solid rgba(7, 29, 63, 0.12);
  padding: 1rem 1.2rem;
  transition: all 0.25s ease;
}

.platform-links a:hover {
  color: var(--navy);
  border-color: var(--gold);
  background: var(--cream);
  transform: translateX(5px);
}

.platform-links > a > i:first-child {
  color: var(--gold);
  font-size: 1.6rem;
}

.platform-links span {
  display: grid;
  font-weight: 700;
}

.platform-links small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.media-card {
  border: 1px solid rgba(7, 29, 63, 0.08);
  background: var(--cream);
  padding: 0.8rem;
}

.media-image {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.media-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 29, 63, 0.3));
  content: "";
}

.media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.media-card:hover .media-image img {
  transform: scale(1.04);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  font-size: 2rem;
  place-items: center;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}

.play-button:hover {
  color: var(--navy);
  background: var(--gold-light);
  transform: translate(-50%, -50%) scale(1.08);
}

.media-caption {
  display: grid;
  padding: 1.1rem 0.5rem 0.5rem;
}

.media-caption span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.media-caption strong {
  margin-top: 0.25rem;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.contact-section {
  background: linear-gradient(to bottom, #fff 50%, var(--cream) 50%);
  padding: 3rem 0 0;
}

.contact-panel {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 5% 10%, rgba(247, 201, 93, 0.14), transparent 20%),
    var(--navy);
  padding: 4.5rem;
  overflow: hidden;
}

.contact-panel::after {
  position: absolute;
  top: -200px;
  right: -170px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(247, 201, 93, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(247, 201, 93, 0.025), 0 0 0 110px rgba(247, 201, 93, 0.02);
  content: "";
}

.contact-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem;
  transition: all 0.25s ease;
}

.contact-list a:hover {
  border-color: rgba(247, 201, 93, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.contact-list a > span:nth-child(2) {
  display: grid;
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-list small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem;
  font-weight: 500;
}

.contact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 50%;
  place-items: center;
}

.site-footer {
  color: var(--muted);
  background: var(--cream);
  padding: 4rem 0 1.5rem;
  font-size: 0.76rem;
  line-height: 1.8;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--navy);
}

.footer-brand:hover {
  color: var(--navy);
}

.footer-brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.footer-brand span {
  display: grid;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 1.4rem;
}

.footer-brand small {
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.social-links {
  display: inline-flex;
  gap: 0.65rem;
}

.social-links a {
  display: grid;
  width: 40px;
  height: 40px;
  color: var(--navy);
  border: 1px solid rgba(7, 29, 63, 0.16);
  border-radius: 50%;
  place-items: center;
  transition: all 0.25s ease;
}

.social-links a:hover {
  color: var(--navy);
  border-color: var(--gold);
  background: var(--gold-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(7, 29, 63, 0.1);
  padding-top: 1.5rem;
}

.footer-bottom a {
  color: var(--navy);
  font-weight: 600;
}

.whatsapp-float {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 100;
  display: grid;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #25d366;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  font-size: 1.45rem;
  place-items: center;
  transition: transform 0.25s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.04);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes breathe {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.97);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 0.7rem;
    border-top: 1px solid rgba(7, 29, 63, 0.08);
    padding: 1rem 0 0.5rem;
  }

  .navbar .nav-link {
    color: var(--ink);
    padding: 0.7rem 0;
  }

  .navbar .nav-link::after {
    display: none;
  }

  .hero {
    min-height: 720px;
    background-position: 62% center;
  }

  .hero-copy {
    max-width: 760px;
  }

  .section-pad {
    padding: 6rem 0;
  }

  .event-details {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
  }

  .meditation-section {
    padding-top: 11rem;
  }

  .vision-grid {
    grid-template-rows: auto;
  }

  .vision-card-featured {
    min-height: 520px;
    grid-row: auto;
  }

  .contact-panel {
    padding: 3.5rem 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 0.7rem 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .navbar-brand strong {
    font-size: 1.35rem;
  }

  .hero {
    min-height: 700px;
    background-position: 66% center;
  }

  .hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(7, 29, 63, 0.18);
    content: "";
  }

  .display-title {
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .hero-awaken {
    font-size: 1.1rem;
  }

  .hero-tagline {
    margin-bottom: 1.2rem;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .hero-lead {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .hero-notes {
    gap: 0.8rem 1.2rem;
  }

  .scroll-cue {
    display: none;
  }

  .section-pad {
    padding: 4.7rem 0;
  }

  .about-section {
    padding-bottom: 4rem;
  }

  .section-title {
    font-size: clamp(2.55rem, 12vw, 3.5rem);
  }

  .image-composition {
    padding: 0 1rem 3rem 0;
  }

  .image-frame {
    height: 440px;
  }

  .floating-quote {
    right: 0;
    max-width: 245px;
    padding: 1.3rem 1.5rem;
  }

  .floating-quote p {
    font-size: 1.25rem;
  }

  .lotus-stamp {
    top: -22px;
    width: 70px;
    height: 70px;
  }

  .foundation-signature {
    margin-top: 1.5rem;
  }

  .book-cover {
    max-width: 360px;
  }

  .book-quote p {
    font-size: 1.05rem;
  }

  .event-section {
    margin-bottom: -3.5rem;
  }

  .event-shell {
    margin-right: -5px;
    margin-left: -5px;
    padding: 0.4rem;
  }

  .event-artwork {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .event-artwork::-webkit-scrollbar {
    display: none;
  }

  .event-artwork img {
    width: 760px;
    max-width: none;
  }

  .event-artwork::before {
    position: sticky;
    bottom: 0.55rem;
    left: 0.55rem;
    z-index: 2;
    display: inline-block;
    color: #fff;
    background: rgba(7, 29, 63, 0.82);
    border-radius: 50px;
    content: "Swipe to explore  →";
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.7rem;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }

  .event-details {
    padding: 1.5rem 1.1rem 1.1rem;
  }

  .event-details h2 {
    font-size: 2.15rem;
  }

  .event-details .btn {
    width: 100%;
  }

  .meditation-section {
    padding-top: 8rem;
  }

  .path-card {
    min-height: 280px;
  }

  .path-icon {
    margin-bottom: 2.5rem;
  }

  .anahat-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.8rem;
  }

  .vision-grid {
    grid-template-columns: 1fr;
  }

  .vision-card {
    min-height: 300px;
  }

  .vision-card-featured {
    min-height: 480px;
  }

  .media-image {
    height: 360px;
  }

  .contact-section {
    padding-top: 0;
  }

  .contact-panel {
    margin-right: -12px;
    margin-left: -12px;
    padding: 3.5rem 1.25rem;
  }

  .contact-list a {
    padding: 0.85rem;
  }

  .contact-icon {
    width: 38px;
    height: 38px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 760px;
  }

  .hero .btn {
    width: 100%;
  }

  .hero-notes {
    display: grid;
  }

  .event-artwork img {
    width: 690px;
  }

  .vision-card-featured {
    min-height: 420px;
  }

  .media-image {
    height: 300px;
  }

  .play-button {
    width: 66px;
    height: 66px;
  }

  .contact-list a > span:nth-child(2) {
    font-size: 0.78rem;
  }

  .whatsapp-float {
    right: 1rem;
    bottom: 1rem;
    width: 50px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
