@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Raleway:wght@300;400;500;600&display=swap");

:root {
  color-scheme: light;
  --paper: oklch(97.8% 0.009 88);
  --pearl: oklch(99.1% 0.006 92);
  --veil: oklch(94.5% 0.012 96);
  --ink: oklch(22% 0.018 72);
  --soft-ink: oklch(41% 0.023 73);
  --muted: oklch(58% 0.022 78);
  --line: oklch(86% 0.022 86);
  --gold: #FFA400;
  --gold-dark: #FFA400;
  --gold-deep: #9A6400;
  --green: oklch(35% 0.055 154);
  --green-soft: oklch(88% 0.035 150);
  --rose: oklch(86% 0.055 32);
  --shadow: 0 22px 58px oklch(38% 0.03 76 / 0.105);
  --shadow-soft: 0 14px 34px oklch(38% 0.03 76 / 0.075);
  --max: 1520px;
  --page-edge: clamp(70px, 10.5vw, 216px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: oklch(99.8% 0.001 92);
  color: var(--ink);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.58;
  font-kerning: normal;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: oklch(99.7% 0.001 92);
  box-shadow: 0 2px 10px oklch(36% 0.018 76 / 0.035);
}

.header-top {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2.2vw, 36px);
  padding: 5px var(--page-edge) 4px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  color: var(--green);
}

.brand img {
  width: auto;
  height: clamp(58px, 5.6vw, 78px);
}

.header-class-link {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 610px;
  min-height: 2.25rem;
  padding: 0.38rem 1rem;
  border: 1px solid oklch(66% 0.065 74 / 0.82);
  color: var(--gold-deep);
  font-size: clamp(0.86rem, 0.96vw, 1rem);
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0;
  min-height: 3rem;
  padding: 0 var(--page-edge);
  overflow-x: auto;
  background: var(--gold-dark);
  color: oklch(98% 0.006 88);
  font-size: clamp(1.05rem, 1.1vw, 1.22rem);
  font-weight: 500;
  scrollbar-width: thin;
}

.site-nav a,
.phone,
.nav-login,
.text-link {
  text-decoration: none;
}

.site-nav a,
.phone {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  white-space: nowrap;
}

.nav-separator {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 clamp(0.35rem, 0.65vw, 0.78rem);
  color: oklch(98% 0.006 88 / 0.64);
  font-weight: 300;
  pointer-events: none;
}

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 var(--page-edge);
  overflow-x: auto;
  background: #FFD84D;
  color: oklch(14% 0.018 72);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  scrollbar-width: thin;
}

.announcement-separator {
  padding: 0 clamp(0.45rem, 0.7vw, 0.9rem);
  color: oklch(14% 0.018 72 / 0.58);
  font-weight: 300;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--gold-deep);
}

.phone:hover {
  color: var(--gold-deep);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  white-space: nowrap;
}

.phone {
  color: var(--green);
  font-size: clamp(0.9rem, 0.98vw, 1.04rem);
  font-weight: 700;
}

.nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid oklch(45% 0.075 74);
  border-radius: 3px;
  background: var(--gold-dark);
  color: oklch(98% 0.006 88);
  font-size: clamp(0.84rem, 0.9vw, 0.96rem);
  font-weight: 700;
}

main {
  overflow: hidden;
}

.benefits,
.school,
.teachers,
.courses,
.events,
.retreat-list,
.schedule,
.reviews,
.faq,
.yogiji,
.registration,
.memory-gallery,
.cta {
  width: min(var(--max), calc(100% - clamp(28px, 4.5vw, 86px)));
  margin-inline: auto;
}

.hero {
  position: relative;
  width: 100%;
  min-height: min(820px, calc(100vh - 86px));
  display: grid;
  grid-template-columns: minmax(560px, 0.92fr) minmax(390px, 1.08fr);
  align-items: center;
  gap: 0;
  padding: clamp(24px, 3.8vw, 52px) 0 clamp(18px, 3vw, 40px) clamp(70px, 10.5vw, 216px);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 50%, oklch(88% 0.002 92 / 0.72) 0 9%, oklch(93% 0.001 92 / 0.52) 20%, transparent 42%),
    radial-gradient(circle at 58% 43%, oklch(99.4% 0.001 92 / 0.78) 0 20%, transparent 46%),
    oklch(95.4% 0.001 92);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 62vw);
  padding-block: clamp(18px, 3vw, 42px);
}

.hero-kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-kicker {
  max-width: 450px;
  padding: 0.68rem 1rem;
  border: 1px solid oklch(79% 0.05 78 / 0.8);
  border-radius: 999px;
  background: oklch(99% 0.006 92 / 0.68);
  color: var(--green);
  letter-spacing: 0;
  text-transform: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: none;
  margin-bottom: 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.7rem, 6.25vw, 6.9rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
  color: oklch(30% 0.01 74);
}

h1 span {
  display: block;
}

h1 span:last-child {
  white-space: nowrap;
}

.hero-name {
  margin-bottom: 1.15rem;
  color: var(--gold-deep);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(2.25rem, 3.15vw, 3.55rem);
  font-weight: 300;
  line-height: 1;
}

h2 {
  max-width: 790px;
  margin-bottom: 1.5rem;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.65rem;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 2.25vw, 2.35rem);
  font-weight: 400;
  line-height: 1.16;
}

.hero-lead,
.school-copy p,
.events-copy p,
.faq p {
  max-width: 68ch;
  color: var(--soft-ink);
  font-size: 1.28rem;
}

.hero-lead {
  max-width: 48ch;
  font-size: 1.08rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.55rem;
  padding: 0.92rem 1.34rem;
  border-radius: 999px;
  font-size: 1.12rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease-out, background 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--gold-dark);
  color: oklch(98% 0.006 88);
  box-shadow: 0 9px 22px oklch(48% 0.09 72 / 0.11);
}

.button.secondary {
  border: 1px solid var(--line);
  background: oklch(99% 0.006 92 / 0.86);
  color: var(--ink);
}

.hero-figure {
  position: relative;
  min-height: clamp(570px, calc(100vh - 120px), 760px);
  display: grid;
  align-items: end;
  justify-items: start;
  align-self: stretch;
}

.hero-figure::before {
  content: none;
}

.hero-energy {
  position: absolute;
  z-index: 1;
  width: min(44vw, 520px);
  aspect-ratio: 1;
  top: calc(51% - 25px);
  left: clamp(-22px, calc(-8.6vw + 152px), 56px);
  transform: translateY(-50%);
  opacity: 0.94;
  mix-blend-mode: normal;
  pointer-events: none;
}

.hero-spiral {
  position: absolute;
  z-index: 0;
  width: min(58vw, 720px);
  max-width: none;
  top: 53%;
  left: clamp(-190px, -10vw, -125px);
  transform: translateY(-50%);
  opacity: 0.38;
}

.hero-girl {
  position: relative;
  z-index: 2;
  width: auto;
  height: min(700px, calc(100vh - 118px));
  max-width: none;
  object-fit: contain;
  align-self: end;
  margin-left: clamp(16px, 4.2vw, 76px);
  margin-right: 0;
  filter: drop-shadow(0 18px 34px oklch(30% 0.018 70 / 0.1));
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 70px);
  align-items: start;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0;
}

.single-heading {
  display: block;
}

.single-heading h2 {
  max-width: 980px;
}

.benefits,
.teachers,
.courses,
.faq,
.reviews,
.yogiji,
.registration {
  padding: clamp(64px, 9vw, 118px) 0;
}

.benefits-reference {
  width: 100%;
  padding: clamp(48px, 4vw, 70px) clamp(70px, 10.5vw, 216px) clamp(48px, 4.2vw, 72px);
  background: oklch(94.7% 0.001 92);
}

.benefits-reference h2 {
  max-width: 900px;
  margin: 0 0 clamp(28px, 3.2vw, 44px);
  color: oklch(28% 0.012 74);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(3.15rem, 3.35vw, 4.3rem);
  font-weight: 300;
  line-height: 0.98;
}

.carousel-shell {
  position: relative;
  width: 100%;
  min-width: 0;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: clamp(42px, 3.4vw, 52px);
  height: clamp(42px, 3.4vw, 52px);
  border: 1px solid oklch(70% 0.04 80 / 0.58);
  border-radius: 50%;
  background: oklch(99.4% 0.004 92 / 0.9);
  box-shadow: 0 10px 24px oklch(34% 0.025 76 / 0.085);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease-out, background 180ms ease-out, box-shadow 180ms ease-out;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.03);
  background: var(--gold-dark);
  color: oklch(98% 0.006 88);
  box-shadow: 0 14px 30px oklch(34% 0.025 76 / 0.12);
}

.carousel-arrow::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid oklch(29% 0.018 72);
  border-left: 2px solid oklch(29% 0.018 72);
}

.carousel-arrow.prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.carousel-arrow.prev:hover {
  transform: translate(-50%, -50%) scale(1.03);
}

.carousel-arrow.prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.carousel-arrow.next {
  right: 0;
  transform: translate(50%, -50%);
}

.carousel-arrow.next:hover {
  transform: translate(50%, -50%) scale(1.03);
}

.carousel-arrow.next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.benefit-grid {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - clamp(28px, 2.2vw, 34px) * 2) / 3);
  align-items: stretch;
  gap: clamp(28px, 2.2vw, 34px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 0;
  background: transparent;
  border-top: 0;
}

.benefit-grid::-webkit-scrollbar {
  display: none;
}

.benefit-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: clamp(460px, 26vw, 530px);
  height: 100%;
  padding: clamp(20px, 1.65vw, 30px) clamp(28px, 2vw, 38px) clamp(24px, 2vw, 36px);
  background: oklch(99.8% 0.001 92);
  scroll-snap-align: start;
}

.rich-grid {
  grid-template-columns: none;
}

.benefit-grid img {
  width: 100%;
  height: clamp(208px, 12.5vw, 246px);
  object-fit: contain;
  margin-bottom: clamp(18px, 1.55vw, 28px);
  background: transparent;
  border-radius: 0;
}

.benefit-grid h3 {
  max-width: 13.5em;
  margin-bottom: 0.65rem;
  color: oklch(27% 0.012 74);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(1.22rem, 1.16vw, 1.48rem);
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
}

.benefit-grid p,
.course-card span {
  color: var(--soft-ink);
}

.benefit-grid p {
  max-width: 29ch;
  color: oklch(45% 0.014 74);
  font-size: clamp(0.96rem, 0.94vw, 1.12rem);
  line-height: 1.24;
}

.school {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  padding: clamp(64px, 9vw, 112px) 0;
}

.school-media {
  position: relative;
}

.school-media::before {
  content: "";
  position: absolute;
  inset: -24px 34px 34px -24px;
  border: 1px solid oklch(78% 0.055 78 / 0.52);
  border-radius: 8px;
}

.school-media img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.teacher-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  border-top: 1px solid var(--line);
}

.teacher-profile p {
  color: var(--soft-ink);
  font-size: 1.24rem;
}

.teacher-role {
  color: var(--gold-deep) !important;
  font-weight: 700;
}

.teacher-profile figure {
  margin: 0;
}

.teacher-profile img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.teacher-profile figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.courses {
  position: relative;
  width: 100%;
  padding-inline: clamp(18px, 4vw, 56px);
  background: white;
  border-block: 1px solid oklch(88% 0.02 92);
}

.courses .section-heading,
.courses .carousel-shell,
.course-grid {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.course-grid {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(430px, 30%);
  gap: 1.4rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 1rem 0 1.6rem;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.benefit-grid::-webkit-scrollbar,
.course-grid::-webkit-scrollbar,
.retreat-carousel::-webkit-scrollbar {
  display: none;
}

.benefit-grid::-webkit-scrollbar-thumb,
.course-grid::-webkit-scrollbar-thumb,
.retreat-carousel::-webkit-scrollbar-thumb {
  border: 4px solid white;
  border-radius: 999px;
  background: var(--gold-dark);
}

.benefit-grid::-webkit-scrollbar-track,
.course-grid::-webkit-scrollbar-track,
.retreat-carousel::-webkit-scrollbar-track {
  background: oklch(93% 0.012 92);
  border-radius: 999px;
}

.course-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  padding: 0;
  border: 1px solid oklch(84% 0.026 86 / 0.82);
  border-radius: 8px;
  background: oklch(99.8% 0.002 92);
  scroll-snap-align: start;
  transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
}

.course-card:hover {
  transform: translateY(-2px);
  border-color: oklch(72% 0.075 78 / 0.72);
  box-shadow: var(--shadow-soft);
}

.course-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--veil);
}

.course-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.45rem;
}

.course-card p {
  margin-bottom: 1rem;
  color: var(--gold-deep);
  font-weight: 800;
}

.course-card a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  margin-top: auto;
  color: inherit;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}

.button:focus-visible,
.site-nav a:focus-visible,
.phone:focus-visible,
.nav-login:focus-visible,
.course-card a:focus-visible,
.text-link:focus-visible,
summary:focus-visible {
  outline: 3px solid oklch(70% 0.105 78 / 0.58);
  outline-offset: 4px;
}

.events {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  width: 100vw;
  min-height: clamp(420px, 42vw, 620px);
  margin-top: clamp(2rem, 4vw, 3.6rem);
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(1.7rem, 3vw, 2.8rem);
  padding: clamp(2rem, 5vw, 4.8rem);
  padding-inline: max(clamp(28px, 4.5vw, 86px), calc((100vw - var(--max)) / 2));
  border: 1px solid oklch(84% 0.024 86 / 0.7);
  border-inline: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, oklch(99.5% 0.005 92 / 0.86) 0%, oklch(99.5% 0.005 92 / 0.52) 42%, oklch(99.5% 0.005 92 / 0.08) 100%),
    linear-gradient(180deg, oklch(99.8% 0.002 92 / 0.06), oklch(44% 0.036 78 / 0.12)),
    url("images/original/retreat-map.jpg") center / cover no-repeat;
  box-shadow: var(--shadow-soft);
}

.events::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, oklch(76% 0.09 78 / 0.16), transparent 22rem),
    radial-gradient(circle at 82% 74%, oklch(78% 0.05 150 / 0.16), transparent 18rem);
  pointer-events: none;
}

.events-map-markers,
.events-route {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.map-destination-marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 27px;
  height: 27px;
  border: 2px solid oklch(99% 0.004 92 / 0.96);
  border-radius: 50% 50% 50% 0;
  background: #FFA400;
  box-shadow:
    0 8px 22px oklch(42% 0.12 68 / 0.2),
    0 0 0 5px oklch(99% 0.004 92 / 0.52);
  transform: translate(-50%, -85%) rotate(-45deg);
}

.map-destination-marker::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: oklch(99% 0.004 92);
  transform: translate(-50%, -50%);
}

.events-map-markers .route-end-marker {
  width: 40px;
  height: 40px;
  background: oklch(72% 0.175 64);
}

.events-map-markers .route-end-marker::before {
  width: 12px;
  height: 12px;
}

.events-compass {
  position: absolute;
  top: clamp(22px, 3vw, 42px);
  left: max(clamp(22px, 3.8vw, 58px), calc((100vw - var(--max)) / 2 + 18px));
  width: clamp(58px, 6.5vw, 98px);
  height: clamp(58px, 6.5vw, 98px);
}

.events-compass img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px oklch(46% 0.11 64 / 0.18));
  animation: compassDrift 18s linear infinite;
  transform-origin: 50% 50%;
}

.events-route {
  color: oklch(24% 0.008 74);
  opacity: 0.28;
}

.events-route .route-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 9 18;
}

.events-copy {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  max-width: var(--max);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.events-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.4vw, 1rem);
}

.events-title-row img {
  flex: 0 0 auto;
  width: clamp(64px, 7vw, 104px);
  height: auto;
  animation: compassDrift 18s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes compassDrift {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.events-copy h2 {
  max-width: 790px;
  margin-bottom: 0.9rem;
}

.retreat-list {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.6rem);
  padding-bottom: clamp(4.2rem, 8vw, 7.2rem);
}

.retreat-group {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.retreat-group h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.retreat-grid,
.retreat-carousel {
  display: grid;
  gap: 1rem;
}

.retreat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.retreat-carousel {
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 24%);
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 0.5rem 0 1.25rem;
  scrollbar-width: none;
}

.retreat-card {
  display: grid;
  gap: 0.65rem;
  min-height: 12.2rem;
  padding: clamp(1.05rem, 1.45vw, 1.3rem);
  border: 1px solid oklch(84% 0.026 86 / 0.82);
  border-radius: 8px;
  background:
    linear-gradient(180deg, oklch(99.8% 0.002 92), oklch(98.7% 0.006 90));
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.retreat-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  background: var(--veil);
}

.retreat-card:hover {
  transform: translateY(-2px);
  border-color: oklch(72% 0.075 78 / 0.72);
  box-shadow: var(--shadow-soft);
}

.retreat-card span {
  color: var(--gold-deep);
  font-weight: 800;
}

.retreat-card strong {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(1.22rem, 1.24vw, 1.42rem);
  font-weight: 400;
  line-height: 1.14;
}

.retreat-card em {
  color: var(--soft-ink);
  font-style: normal;
}

.schedule {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  align-items: start;
}

.class-tabs {
  display: grid;
  gap: 1.65rem;
}

.class-tabs > input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.tab-buttons label {
  min-height: 3.35rem;
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1.14rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--soft-ink);
  font-size: 1.12rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tab-buttons label:hover {
  border-color: oklch(69% 0.08 78 / 0.55);
  color: var(--ink);
}

#class-tab-1:checked ~ .tab-buttons label[for="class-tab-1"],
#class-tab-2:checked ~ .tab-buttons label[for="class-tab-2"],
#class-tab-3:checked ~ .tab-buttons label[for="class-tab-3"] {
  border-color: var(--gold-deep);
  background: var(--gold-dark);
  color: oklch(98% 0.006 88);
}

.tab-panel {
  display: none;
  padding: clamp(1.5rem, 2.6vw, 2.45rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: oklch(99.4% 0.004 92);
}

.tab-panel h3 {
  margin-top: 0;
}

.tab-panel p {
  color: var(--soft-ink);
  font-size: 1.24rem;
}

.tab-panel .button {
  width: fit-content;
  margin-top: 0.6rem;
}

#class-tab-1:checked ~ .tab-panels .tab-panel-1,
#class-tab-2:checked ~ .tab-panels .tab-panel-2,
#class-tab-3:checked ~ .tab-panels .tab-panel-3 {
  display: grid;
  gap: 1rem;
}

.schedule-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.schedule-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 1.06rem;
  line-height: 1.45;
}

.schedule-table th,
.schedule-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.schedule-table th {
  color: var(--gold-deep);
  font-weight: 900;
}

.schedule-table td:first-child,
.schedule-table td:nth-child(2) {
  width: 190px;
  color: var(--ink);
  font-weight: 850;
}

.schedule-notes {
  display: grid;
  gap: 0.6rem;
  margin: 0.5rem 0 0;
  padding-left: 1.3rem;
  color: var(--soft-ink);
  font-size: 1.1rem;
}

.text-link {
  color: var(--gold-deep);
  font-weight: 800;
}

.reviews {
  border-top: 1px solid var(--line);
}

.reviews .section-heading > p {
  max-width: 42ch;
  align-self: end;
  color: var(--soft-ink);
  font-size: clamp(1.1rem, 1.08vw, 1.28rem);
}

.review-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(560px, 46%);
  gap: clamp(18px, 2vw, 30px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0.4rem 0 1.2rem;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.review-carousel::-webkit-scrollbar {
  display: none;
}

.review-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(1rem, 1.5vw, 1.4rem);
  align-items: start;
  min-height: clamp(300px, 20vw, 370px);
  padding: clamp(1.1rem, 1.8vw, 1.6rem);
  border: 1px solid oklch(84% 0.026 86);
  border-radius: 8px;
  background: oklch(99.6% 0.003 92);
  scroll-snap-align: start;
}

.review-card img {
  width: 150px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  background: var(--veil);
}

.review-card p {
  color: var(--soft-ink);
  font-size: clamp(0.98rem, 0.98vw, 1.12rem);
  line-height: 1.5;
}

.review-card footer {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid oklch(84% 0.026 86);
}

.review-card strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.review-card span {
  color: var(--gold-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.review-form {
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.8rem);
  align-items: center;
  margin-top: clamp(22px, 3.2vw, 42px);
  padding: clamp(0.85rem, 1.45vw, 1.2rem);
  border: 1px solid oklch(78% 0.055 78 / 0.48);
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 14%, oklch(77% 0.07 80 / 0.12), transparent 15rem),
    var(--pearl);
}

.review-form h3 {
  max-width: none;
  margin: 0 0 0.32rem;
  font-size: clamp(1.28rem, 1.42vw, 1.65rem);
  line-height: 1.12;
}

.review-form-copy p {
  max-width: 44ch;
  margin: 0;
  color: var(--soft-ink);
  font-size: clamp(0.84rem, 0.78vw, 0.94rem);
  line-height: 1.32;
}

.review-form-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 0.7rem;
  align-items: center;
}

.review-form label,
.registration-panel li {
  color: var(--soft-ink);
}

.review-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.96rem;
}

.review-form input,
.review-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.65rem 0.78rem;
  background: oklch(99.8% 0.002 92);
  color: var(--ink);
  font: 600 0.94rem/1.3 "Montserrat", Arial, Helvetica, sans-serif;
}

.review-form textarea {
  min-height: 3.6rem;
  resize: vertical;
}

.review-form .button {
  min-height: 2.55rem;
  width: fit-content;
  padding-block: 0.62rem;
  padding-inline: 1rem;
  white-space: nowrap;
}

.yogiji {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.62fr);
  gap: clamp(34px, 5.8vw, 96px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.yogiji-copy p {
  max-width: 64ch;
  color: var(--soft-ink);
  font-size: clamp(1.05rem, 1vw, 1.14rem);
  line-height: 1.48;
}

.yogiji-copy .button {
  margin-top: 1rem;
}

.yogiji-access {
  color: var(--gold-deep) !important;
  font-weight: 800;
}

.yogiji-side {
  display: grid;
  gap: clamp(0.85rem, 1.45vw, 1.2rem);
  justify-items: center;
  align-self: center;
}

.yogiji-figure {
  position: relative;
  margin: 0;
  justify-self: center;
}

.yogiji-figure::before {
  content: "";
  position: absolute;
  inset: 8% 4% 0;
  border-radius: 50%;
  background: oklch(76% 0.095 150 / 0.16);
  filter: blur(26px);
}

.yogiji-figure img {
  position: relative;
  width: min(430px, 100%);
  height: auto;
  filter: drop-shadow(0 28px 42px oklch(33% 0.035 150 / 0.18));
}

.yogiji-question {
  display: grid;
  width: min(100%, 31rem);
  gap: 0.55rem;
  padding: clamp(0.75rem, 1.1vw, 0.95rem);
  border: 1px solid oklch(78% 0.055 78 / 0.48);
  border-radius: 8px;
  background: oklch(99.6% 0.004 92);
}

.yogiji-question label {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.question-prompt {
  display: block;
  color: var(--ink);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(1.04rem, 1.22vw, 1.32rem);
  line-height: 1.12;
}

.prompt-text {
  animation: none !important;
}

.yogiji-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
}

.yogiji-answer-field {
  position: relative;
  min-width: 0;
}

.yogiji-input-row input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 2.45rem;
  padding: 0.52rem 0.85rem 0.52rem 1.65rem;
  background: var(--pearl);
  color: var(--ink);
  font: 700 0.95rem/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

.answer-caret {
  position: absolute;
  z-index: 1;
  left: 0.88rem;
  top: 50%;
  width: 0.52em;
  height: 0.52em;
  border-radius: 2px;
  background: var(--gold-deep);
  transform: translateY(-50%);
  animation: caretBlink 950ms steps(1, end) infinite;
  pointer-events: none;
}

.yogiji-answer-field:focus-within .answer-caret {
  opacity: 0;
  animation: none;
}

.yogiji-input-row button {
  min-height: 2.45rem;
  padding: 0.52rem 0.82rem;
  border: 0;
  border-radius: 999px;
  background: var(--gold-dark);
  color: oklch(98% 0.006 88);
  font: 800 0.92rem/1.1 "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  cursor: pointer;
}

@keyframes caretBlink {
  0%,
  45% {
    opacity: 1;
  }
  46%,
  100% {
    opacity: 0;
  }
}

.registration {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.5fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.registration-copy p {
  max-width: 70ch;
  color: var(--soft-ink);
  font-size: 1.22rem;
}

.registration-panel {
  display: grid;
  gap: 1.1rem;
  padding: clamp(1.25rem, 2.15vw, 1.95rem);
  border: 1px solid oklch(78% 0.055 78 / 0.48);
  border-radius: 8px;
  background: oklch(99.6% 0.004 92);
  box-shadow: var(--shadow-soft);
}

.registration-panel h3 {
  margin: 0;
}

.registration-panel ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.25rem;
  font-size: 1.08rem;
}

.registration-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.3rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: oklch(99% 0.006 92 / 0.9);
  padding: 18px 22px;
}

summary {
  cursor: pointer;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
}

details p {
  margin: 14px 0 0;
}

.question-form {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: oklch(99.8% 0.002 92);
}

.question-form h3 {
  margin: 0;
}

.question-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--soft-ink);
  font-weight: 700;
}

.question-form input,
.question-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.85rem 0.95rem;
  background: var(--pearl);
  color: var(--ink);
  font: inherit;
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(46px, 6vw, 82px);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid oklch(76% 0.055 76 / 0.44);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 8%, oklch(76% 0.07 80 / 0.22), transparent 18rem),
    var(--pearl);
  box-shadow: 0 18px 50px oklch(44% 0.025 76 / 0.08);
}

.cta h2 {
  max-width: 760px;
  margin: 0;
}

.numerology-cta {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
}

.numerology-cta p:not(.eyebrow) {
  max-width: 55ch;
  margin: 1rem 0 0;
  color: var(--soft-ink);
  font-size: clamp(1rem, 0.98vw, 1.14rem);
  line-height: 1.52;
}

.numerology-form,
.akara-form {
  display: grid;
  gap: 0.75rem;
  justify-self: stretch;
}

.numerology-form label,
.akara-form label {
  color: var(--gold-deep);
  font-size: clamp(0.95rem, 0.9vw, 1.06rem);
  font-weight: 700;
}

.numerology-form-row,
.akara-form-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.numerology-form input,
.akara-form input {
  min-width: 0;
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid oklch(76% 0.055 76 / 0.62);
  border-radius: 8px;
  padding: 0.75rem 0.95rem;
  background: oklch(99.8% 0.002 92);
  color: var(--ink);
  font: inherit;
  font-size: clamp(1rem, 1vw, 1.12rem);
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.72);
}

.numerology-form input:focus,
.akara-form input:focus {
  border-color: var(--gold);
  outline: 3px solid oklch(77% 0.165 72 / 0.18);
}

.numerology-page {
  min-height: 100vh;
}

.numerology-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(20px, 2.2vw, 34px) var(--page-edge);
  border-bottom: 1px solid oklch(86% 0.022 86 / 0.7);
  background: oklch(99.8% 0.001 92);
}

.numerology-home-link {
  color: var(--ink);
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  font-weight: 700;
  text-decoration: none;
}

.numerology-main {
  width: min(100% - calc(var(--page-edge) * 2), var(--max));
  margin: 0 auto;
  padding: clamp(40px, 5vw, 78px) 0 clamp(70px, 8vw, 118px);
}

.akara-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: end;
  margin-bottom: clamp(46px, 6vw, 88px);
  padding-bottom: clamp(34px, 4vw, 56px);
  border-bottom: 1px solid oklch(82% 0.04 78 / 0.5);
}

.akara-hero h1 {
  max-width: 940px;
  margin: 0;
  font-family: "Raleway", "Montserrat", sans-serif;
  font-size: clamp(3.25rem, 7vw, 7.5rem);
  font-weight: 300;
  line-height: 0.98;
}

.akara-hero p:not(.eyebrow) {
  max-width: 62ch;
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: var(--soft-ink);
  font-size: clamp(1.08rem, 1.18vw, 1.28rem);
  line-height: 1.55;
}

.akara-form {
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid oklch(76% 0.055 76 / 0.48);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, oklch(76% 0.13 74 / 0.13), transparent 14rem),
    var(--pearl);
  box-shadow: var(--shadow-soft);
}

.akara-error {
  margin: 0.25rem 0 0;
  color: oklch(43% 0.13 31);
  font-weight: 700;
}

.akara-map-section {
  margin-bottom: clamp(48px, 6vw, 92px);
}

.akara-map-layout {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(320px, 0.5fr);
  gap: clamp(24px, 4.5vw, 70px);
  align-items: center;
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid oklch(78% 0.05 76 / 0.42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 12%, oklch(87% 0.065 78 / 0.42), transparent 12rem),
    radial-gradient(circle at 24% 78%, oklch(72% 0.07 72 / 0.17), transparent 19rem),
    linear-gradient(135deg, oklch(93% 0.035 82), oklch(82% 0.072 78));
  box-shadow: var(--shadow-soft);
}

.akara-map-core {
  position: relative;
  min-height: clamp(410px, 33vw, 520px);
  overflow: hidden;
  border-radius: 8px;
}

.akara-map-core::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 24%, oklch(99% 0.012 86 / 0.38), transparent 11rem),
    repeating-linear-gradient(92deg, oklch(31% 0.03 76 / 0.035) 0 1px, transparent 1px 5px);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.akara-symbol {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.akara-symbol-line {
  fill: none;
  stroke: oklch(10% 0.012 72);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.akara-symbol-guide {
  fill: none;
  stroke: oklch(18% 0.012 72 / 0.66);
  stroke-width: 1.6;
  stroke-linecap: round;
}

.akara-symbol-label {
  fill: oklch(13% 0.014 72);
  font-family: "Raleway", "Montserrat", sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
}

.akara-symbol-number {
  fill: oklch(10% 0.012 72);
  font-family: "Raleway", "Montserrat", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  text-anchor: middle;
  dominant-baseline: middle;
}

.akara-map-lines {
  position: absolute;
  inset: 4% 2% 0;
  width: 100%;
  height: 100%;
  color: oklch(12% 0.015 72);
}

.akara-map-lines path {
  fill: none;
  stroke: currentColor;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.akara-map-node {
  position: absolute;
  display: block;
  width: 0;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  transform: translate(-50%, -50%);
}

.akara-map-node::after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: oklch(14% 0.012 72 / 0.66);
  transform-origin: 100% 50%;
}

.akara-map-node span,
.akara-map-extra span {
  color: var(--gold);
  font-family: "Raleway", "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 0.86;
}

.akara-map-node span {
  display: block;
  min-width: 2.8rem;
  padding: 0;
  background: transparent;
  color: oklch(11% 0.012 72);
  font-size: clamp(2.6rem, 4.25vw, 4.85rem);
  font-style: italic;
  text-align: center;
  transform: rotate(-3deg);
}

.akara-map-node strong {
  position: absolute;
  width: max-content;
  color: oklch(14% 0.014 72);
  font-family: "Raleway", "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 2vw, 2.45rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.akara-map-extra strong {
  color: var(--ink);
  font-size: clamp(0.82rem, 0.86vw, 0.98rem);
  line-height: 1.12;
}

.akara-map-node-soul {
  left: 36%;
  top: 50%;
}

.akara-map-node-soul::after {
  right: 42px;
  top: -18px;
  width: 60px;
  transform: rotate(48deg);
}

.akara-map-node-soul strong {
  right: 128px;
  top: -62px;
}

.akara-map-node-karma {
  left: 36%;
  top: 62%;
}

.akara-map-node-karma::after {
  right: 42px;
  top: 12px;
  width: 58px;
  transform: rotate(-48deg);
}

.akara-map-node-karma strong {
  right: 128px;
  top: 74px;
}

.akara-map-node-path {
  left: 65%;
  top: 34%;
}

.akara-map-node-path::after {
  right: -16px;
  top: -20px;
  width: 68px;
  transform: rotate(-46deg);
}

.akara-map-node-path strong {
  left: 72px;
  top: -72px;
}

.akara-map-node-gift {
  left: 46.5%;
  top: 50%;
}

.akara-map-node-gift::after {
  left: 76px;
  top: 16px;
  width: 120px;
}

.akara-map-node-gift strong {
  left: 214px;
  top: -8px;
}

.akara-map-node-fate {
  left: 46.5%;
  top: 62%;
  max-width: 190px;
}

.akara-map-node-fate::after {
  left: 48px;
  top: 58px;
  width: 42px;
  transform: rotate(22deg);
}

.akara-map-node-fate strong {
  left: 104px;
  top: 72px;
}

.akara-map-extra {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
}

.akara-map-extra article {
  display: grid;
  gap: 0.2rem;
  align-content: center;
  min-height: 92px;
  padding: 0.85rem 1rem;
  border: 1px solid oklch(82% 0.035 82 / 0.66);
  border-radius: 8px;
  background: oklch(99.6% 0.003 92 / 0.78);
}

.akara-map-extra span {
  font-size: clamp(2.1rem, 2.8vw, 3.2rem);
}

.akara-results {
  margin-bottom: clamp(48px, 6vw, 90px);
}

.akara-results-heading {
  display: grid;
  gap: 0.35rem;
  margin-bottom: clamp(22px, 3vw, 38px);
}

.akara-results-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.7rem);
  font-weight: 300;
}

.akara-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
}

.akara-grid-core {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.akara-card {
  min-height: 100%;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid oklch(78% 0.052 76 / 0.5);
  border-radius: 8px;
  background: oklch(99.3% 0.004 92);
}

.akara-card-soft {
  background: oklch(98.5% 0.007 91);
}

.akara-number {
  display: block;
  margin-bottom: clamp(20px, 2.5vw, 34px);
  color: var(--gold);
  font-family: "Raleway", "Montserrat", sans-serif;
  font-size: clamp(3.6rem, 5.4vw, 6.2rem);
  font-weight: 300;
  line-height: 0.84;
}

.akara-card h3 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.25rem, 1.35vw, 1.55rem);
  line-height: 1.18;
}

.akara-card p {
  margin: 0;
  color: var(--soft-ink);
  font-size: clamp(0.98rem, 0.98vw, 1.1rem);
  line-height: 1.5;
}

.akara-card p + p {
  margin-top: 0.8rem;
}

.memory-gallery {
  padding: clamp(18px, 2vw, 28px) 0 clamp(62px, 8vw, 112px);
}

.memory-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.54fr);
  gap: clamp(24px, 5vw, 78px);
  align-items: end;
  margin-bottom: clamp(26px, 3.2vw, 48px);
  padding-top: clamp(28px, 4vw, 56px);
  border-top: 1px solid oklch(78% 0.055 78 / 0.42);
}

.memory-gallery-heading h2 {
  max-width: 980px;
  margin: 0;
}

.memory-gallery-heading p:last-child {
  max-width: 44ch;
  margin: 0 0 0.35rem;
  color: var(--soft-ink);
  font-size: clamp(1.08rem, 1.05vw, 1.22rem);
  line-height: 1.46;
}

.memory-gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 23%);
  gap: clamp(12px, 1.2vw, 18px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 0.25rem 0 0.9rem;
}

.memory-gallery-track::-webkit-scrollbar {
  display: none;
}

.memory-photo {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid oklch(82% 0.05 78 / 0.62);
  border-radius: 6px;
  background:
    linear-gradient(135deg, oklch(99.5% 0.004 92), oklch(96.8% 0.016 88));
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 18px 42px oklch(36% 0.025 74 / 0.08);
}

.memory-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: clamp(10px, 1vw, 16px);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease-out;
}

.memory-photo span {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid oklch(78% 0.05 78 / 0.34);
  border-radius: 4px;
  background: oklch(99.5% 0.005 92 / 0.9);
  color: var(--ink);
  font-size: clamp(0.78rem, 0.78vw, 0.95rem);
  font-weight: 600;
  line-height: 1.22;
  text-align: left;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.memory-photo:hover img {
  filter: saturate(1.03);
  transform: scale(1.02);
}

.memory-photo:hover span,
.memory-photo:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.memory-photo:focus-visible {
  outline: 3px solid oklch(70% 0.105 78 / 0.58);
  outline-offset: 4px;
}

.has-lightbox {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 84px;
  align-items: center;
  gap: 12px;
  padding: clamp(18px, 3vw, 46px);
  background: oklch(18% 0.012 74 / 0.86);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox figure {
  min-width: 0;
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.gallery-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: oklch(99% 0.004 92);
  box-shadow: 0 28px 90px oklch(8% 0.01 74 / 0.32);
}

.gallery-lightbox figcaption {
  margin-top: 0.85rem;
  color: oklch(97% 0.006 92);
  font-size: clamp(1rem, 1.1vw, 1.28rem);
  text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  border: 1px solid oklch(80% 0.05 78 / 0.48);
  border-radius: 50%;
  background: oklch(99% 0.004 92 / 0.92);
  cursor: pointer;
}

.gallery-lightbox-close {
  position: absolute;
  top: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  width: 48px;
  height: 48px;
}

.gallery-lightbox-close::before,
.gallery-lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background: var(--ink);
}

.gallery-lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-lightbox-nav {
  position: relative;
  width: 58px;
  height: 58px;
  justify-self: center;
}

.gallery-lightbox-nav::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.gallery-lightbox-nav.prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.gallery-lightbox-nav.next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.legal-header {
  width: min(var(--max), calc(100% - clamp(28px, 4.5vw, 86px)));
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.legal-header .brand img {
  height: 72px;
}

.legal-back {
  color: var(--gold-deep);
  font-weight: 800;
  text-decoration: none;
}

.legal-page {
  width: min(1040px, calc(100% - clamp(28px, 4.5vw, 86px)));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 86px) 0 clamp(58px, 8vw, 110px);
}

.legal-document {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: oklch(99.7% 0.002 92);
}

.legal-document h1 {
  max-width: 10ch;
  margin-bottom: 1.4rem;
  font-size: clamp(3.6rem, 6vw, 6.4rem);
}

.legal-document h2 {
  margin: 2.4rem 0 0.8rem;
  font-size: clamp(1.8rem, 2.4vw, 2.55rem);
}

.legal-document p {
  max-width: 72ch;
  color: var(--soft-ink);
  font-size: 1.12rem;
}

.legal-lead {
  font-size: 1.28rem !important;
}

.site-footer {
  width: min(var(--max), calc(100% - clamp(28px, 4.5vw, 86px)));
  margin: 0 auto;
  padding: 2rem 0 2.4rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  color: var(--soft-ink);
  font-size: 1rem;
}

.site-footer div,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.site-footer img {
  width: 54px;
  height: auto;
}

.site-footer a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .header-top {
    grid-template-columns: auto 1fr;
  }

  .header-class-link {
    order: 3;
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .header-actions {
    justify-self: end;
  }

  .site-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .hero,
  .school,
  .events,
  .cta,
  .numerology-cta,
  .akara-hero {
    grid-template-columns: 1fr;
  }

  .akara-form {
    max-width: 620px;
  }

  .akara-map-layout {
    grid-template-columns: 1fr;
  }

  .akara-map-core {
    min-height: 360px;
  }

  .hero {
    min-height: auto;
    padding: clamp(34px, 5vw, 56px) clamp(22px, 5vw, 56px) 0;
    background: linear-gradient(180deg, oklch(98.4% 0.001 92) 0 58%, oklch(99.9% 0.001 92) 58% 100%);
  }

  .hero-figure {
    min-height: 520px;
    justify-items: center;
  }

  .hero-girl {
    margin-right: 0;
    height: min(640px, 68vh);
  }

  .hero-spiral {
    width: min(120vw, 760px);
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .hero-energy {
    width: min(108vw, 680px);
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0.78;
  }

  h1 {
    max-width: 12ch;
  }

  .retreat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .teacher-profile,
  .schedule-grid,
  .faq-layout,
  .yogiji,
  .registration {
    grid-template-columns: 1fr;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  body {
    background: oklch(99.8% 0.001 92);
    font-size: 20px;
  }

  .header-top {
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding: 7px 14px;
  }

  .brand img {
    width: auto;
    height: 54px;
  }

  .header-class-link,
  .phone,
  .site-nav {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .nav-login {
    min-height: 2.35rem;
    padding: 8px 10px;
    font-size: 0.88rem;
  }

  .benefits,
  .school,
  .teachers,
  .courses,
  .events,
  .retreat-list,
  .schedule,
  .reviews,
  .faq,
  .yogiji,
  .registration,
  .memory-gallery,
  .cta {
    width: min(100% - 32px, var(--max));
  }

  .numerology-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .numerology-form-row,
  .akara-form-row {
    display: grid;
  }

  .akara-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .akara-map-layout {
    padding: 18px;
  }

  .akara-map-core {
    min-height: 300px;
  }

  .akara-map-node {
    width: clamp(78px, 21vw, 96px);
    min-height: clamp(78px, 21vw, 96px);
    padding: 0.55rem;
  }

  .akara-map-node span {
    font-size: clamp(2.3rem, 10vw, 3.2rem);
  }

  .akara-map-extra {
    grid-template-columns: 1fr;
  }

  .akara-grid,
  .akara-grid-core {
    grid-template-columns: 1fr;
  }

  .events {
    width: 100vw;
    min-height: 380px;
    margin-left: calc(50% - 50vw);
    padding: 24px;
    background-position: 58% center;
  }

  .events-title-row {
    align-items: flex-start;
  }

  .events-title-row img {
    width: 56px;
  }

  .events-copy {
    width: calc(100% - 10px);
    padding: 1rem;
  }

  .carousel-arrow.prev {
    left: 8px;
    transform: translateY(-50%);
  }

  .carousel-arrow.prev:hover {
    transform: translateY(-50%) scale(1.03);
  }

  .carousel-arrow.next {
    right: 8px;
    transform: translateY(-50%);
  }

  .carousel-arrow.next:hover {
    transform: translateY(-50%) scale(1.03);
  }

  .hero {
    width: 100%;
    padding: 22px 16px 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.7rem, 15vw, 4.2rem);
    line-height: 0.9;
  }

  h1 span:last-child {
    white-space: normal;
  }

  .hero-name {
    max-width: 100%;
    font-size: clamp(2.05rem, 8.8vw, 2.55rem);
  }

  .hero-lead {
    max-width: 100%;
    font-size: 1.18rem;
    line-height: 1.52;
  }

  .hero-figure {
    min-height: 360px;
  }

  .hero-girl {
    width: auto;
    height: 360px;
    max-width: none;
    margin-right: 0;
  }

  .hero-energy {
    width: 440px;
    top: 50%;
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0.62;
  }

  .hero-spiral {
    width: 430px;
    top: 50%;
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0.18;
  }

  .courses {
    width: 100%;
    padding-inline: 16px;
  }

  .benefits-reference {
    width: 100%;
    padding: 58px 16px 70px;
  }

  .benefits-reference h2 {
    margin-bottom: 42px;
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .benefit-grid,
  .course-grid,
  .retreat-carousel,
  .memory-gallery-track {
    grid-auto-columns: minmax(86vw, 1fr);
  }

  .memory-gallery-heading,
  .gallery-lightbox {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox {
    gap: 10px;
    padding: 72px 16px 22px;
  }

  .gallery-lightbox-nav {
    display: none;
  }

  .legal-header,
  .legal-page {
    width: min(100% - 32px, var(--max));
  }

  .legal-header .brand img {
    height: 54px;
  }

  .retreat-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid article,
  .course-card {
    min-height: auto;
  }

  .benefit-grid span {
    margin-bottom: 24px;
  }

  .school-media::before {
    inset: -14px 18px 20px -14px;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .tab-buttons {
    display: grid;
  }

  .review-carousel {
    grid-auto-columns: minmax(86vw, 1fr);
  }

  .review-card,
  .review-form,
  .review-form-fields,
  .yogiji-question,
  .yogiji-input-row {
    grid-template-columns: 1fr;
  }

  .review-card img {
    width: 100%;
    max-width: 220px;
  }

  .review-form .button,
  .registration-actions .button {
    width: 100%;
  }

  .yogiji-input-row {
    grid-column: auto;
  }

  .tab-buttons label,
  .tab-panel .button {
    width: 100%;
  }

  .site-footer {
    width: min(100% - 32px, var(--max));
    display: grid;
  }
}
