@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-italic-cyrillic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ha-midnight: #102533;
  --ha-slate: #1b2d3a;
  --ha-saffron: #e0862b;
  --ha-sand: #e3c79a;
  --ha-ivory: #f5f1ea;
  --ha-charcoal: #2d2d2d;
  --ha-white: #fff;
  --ha-shell: 1240px;
  --ha-side: clamp(24px, 5vw, 64px);
  --ha-section-space: clamp(88px, 10vw, 140px);
  --ha-serif: "Cormorant Garamond", Georgia, serif;
  --ha-sans: "Inter", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body.himalayan-academy {
  margin: 0;
  background: var(--ha-midnight);
  color: var(--ha-charcoal);
  font-family: var(--ha-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

body.himalayan-academy,
body.himalayan-academy button,
body.himalayan-academy input,
body.himalayan-academy textarea,
body.himalayan-academy select {
  font-family: var(--ha-sans);
}

body.himalayan-academy a {
  color: inherit;
  text-decoration: none;
}

body.himalayan-academy img {
  display: block;
  max-width: 100%;
}

body.himalayan-academy ::selection {
  background: var(--ha-saffron);
  color: var(--ha-midnight);
}

.ha-site-main {
  min-height: 50vh;
  overflow: hidden;
}

.ha-site-main > .elementor {
  width: 100%;
}

.ha-shell.e-con,
.ha-shell {
  width: min(100%, var(--ha-shell));
  max-width: var(--ha-shell);
  margin-inline: auto;
}

.ha-section.e-con,
.ha-section {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --gap: 0;
  width: 100%;
  max-width: none;
  padding: var(--ha-section-space) var(--ha-side);
}

.ha-section .elementor-widget-text-editor p:last-child,
.ha-section .elementor-widget-heading .elementor-heading-title {
  margin-bottom: 0;
}

/* Global header */
.ha-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: var(--ha-midnight);
  color: var(--ha-ivory);
}

.himalayan-front-page .ha-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
}

.ha-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2.5vw, 38px);
  width: 100%;
  padding: clamp(18px, 2.5vw, 34px) var(--ha-side);
}

.ha-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 0 1 auto;
}

.ha-brand__logo {
  width: clamp(50px, 5vw, 72px);
  height: clamp(50px, 5vw, 72px);
  object-fit: contain;
  flex: none;
}

.ha-brand__name {
  overflow: hidden;
  color: var(--ha-ivory);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ha-nav {
  margin-left: auto;
}

.ha-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-nav__list a {
  position: relative;
  display: block;
  color: rgba(245, 241, 234, 0.8);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ha-nav__list a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--ha-saffron);
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: 180ms ease;
}

.ha-nav__list a:hover,
.ha-nav__list a:focus-visible {
  color: var(--ha-ivory);
}

.ha-nav__list a:hover::after,
.ha-nav__list a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.ha-button,
.ha-button-widget .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 15px 32px;
  border: 0;
  border-radius: 999px;
  background: var(--ha-saffron);
  box-shadow: 0 12px 30px rgba(224, 134, 43, 0.26);
  color: var(--ha-slate);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.03em;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ha-button:hover,
.ha-button:focus-visible,
.ha-button-widget .elementor-button:hover,
.ha-button-widget .elementor-button:focus-visible {
  background: #ec9942;
  box-shadow: 0 16px 36px rgba(224, 134, 43, 0.34);
  color: var(--ha-slate);
  transform: translateY(-2px);
}

.ha-button--small {
  min-height: 40px;
  padding: 10px clamp(15px, 1.6vw, 24px);
  box-shadow: none;
  font-size: 12px;
  white-space: nowrap;
}

.ha-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(245, 241, 234, 0.2);
  border-radius: 50%;
  background: rgba(16, 37, 51, 0.55);
}

.ha-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 1px;
  margin: 4px auto;
  background: var(--ha-ivory);
  transition: transform 180ms ease, opacity 180ms ease;
}

/* Hero */
.ha-hero.e-con,
.ha-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding-top: clamp(112px, 12vw, 164px);
  padding-bottom: clamp(52px, 6vw, 84px);
  background-color: var(--ha-midnight);
  background-image: url("../images/hero-himalayas.jpg");
  background-position: center 43%;
  background-size: cover;
}

.ha-hero::before,
.ha-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
}

.ha-hero::before {
  background:
    linear-gradient(115deg, rgba(6, 16, 23, 0.98) 0%, rgba(10, 25, 35, 0.9) 28%, rgba(16, 37, 51, 0.5) 52%, rgba(16, 37, 51, 0.2) 70%, rgba(16, 37, 51, 0.42) 100%),
    radial-gradient(ellipse 55% 65% at 82% 52%, transparent 0%, transparent 35%, rgba(6, 16, 23, 0.6) 100%);
}

.ha-hero::after {
  background: linear-gradient(180deg, rgba(6, 16, 23, 0.38) 0%, transparent 23%, transparent 66%, rgba(6, 16, 23, 0.62) 100%);
}

.ha-hero__content.e-con,
.ha-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: calc(100svh - clamp(164px, 18vw, 238px));
}

.ha-hero__content > .elementor-element {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.ha-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 18px 9px 14px;
  border: 1px solid rgba(245, 241, 234, 0.06);
  border-radius: 999px;
  background: rgba(16, 37, 51, 0.43);
  backdrop-filter: blur(10px);
  color: var(--ha-sand);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ha-eyebrow-pill span {
  color: var(--ha-saffron);
}

.ha-hero__title {
  margin-top: 22px;
  max-width: 480px !important;
}

.ha-hero__title .elementor-heading-title {
  color: var(--ha-ivory);
  font-family: var(--ha-serif);
  font-size: clamp(36px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.ha-hero__title em {
  color: var(--ha-sand);
  font-weight: 400;
}

.ha-hero__copy {
  max-width: 470px !important;
  margin-top: 18px;
}

.ha-hero__copy,
.ha-hero__copy p {
  color: rgba(245, 241, 234, 0.8);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 300;
  line-height: 1.72;
}

.ha-hero__actions.e-con,
.ha-hero__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  width: auto;
  margin-top: 30px;
}

.ha-hero__actions > .elementor-element {
  width: auto;
}

.ha-social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(245, 241, 234, 0.06);
  border-radius: 999px;
  background: rgba(16, 37, 51, 0.42);
  backdrop-filter: blur(10px);
}

.ha-social-proof__avatars {
  display: flex;
  padding-left: 12px;
}

.ha-social-proof__avatars img {
  width: 40px;
  height: 40px;
  margin-left: -12px;
  border: 2px solid var(--ha-midnight);
  border-radius: 50%;
  object-fit: cover;
}

.ha-social-proof__avatars img:nth-child(1) { object-position: 50% 18%; }
.ha-social-proof__avatars img:nth-child(2) { object-position: 45% 32%; filter: sepia(0.18); }
.ha-social-proof__avatars img:nth-child(3) { object-position: 55% 45%; filter: saturate(0.75); }

.ha-social-proof strong,
.ha-social-proof span {
  display: block;
}

.ha-social-proof strong {
  color: var(--ha-ivory);
  font-family: var(--ha-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.ha-social-proof span {
  margin-top: 3px;
  color: rgba(245, 241, 234, 0.6);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

/* Shared section typography */
.ha-light-section,
.ha-about {
  background: var(--ha-ivory);
}

.ha-dark-section,
.ha-books,
.ha-academy {
  background: var(--ha-slate);
}

/* Photographic teaching layer. The gradient keeps Elementor content readable. */
#teaching.ha-dark-section,
.ha-dark-section {
  background-color: var(--ha-slate);
  background-image:
    linear-gradient(105deg, rgba(16, 37, 51, 0.96) 0%, rgba(27, 45, 58, 0.9) 52%, rgba(16, 37, 51, 0.8) 100%),
    url("../images/teaching-mountains.jpg");
  background-position: center 44%;
  background-size: cover;
}

.ha-kicker .elementor-heading-title {
  color: var(--ha-saffron);
  font-family: var(--ha-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ha-section-title {
  margin-top: 20px;
}

.ha-section-title .elementor-heading-title,
.ha-final-cta__title .elementor-heading-title {
  color: var(--ha-charcoal);
  font-family: var(--ha-serif);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.018em;
}

.ha-section-intro--light .ha-section-title .elementor-heading-title,
.ha-centered-copy .ha-section-title .elementor-heading-title {
  color: var(--ha-ivory);
}

.ha-section-intro.e-con,
.ha-section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 730px);
  margin: 0 auto clamp(50px, 6vw, 78px);
  text-align: center;
}

.ha-section-intro > .elementor-element {
  width: 100%;
}

.ha-section-lead {
  margin-top: 20px;
}

.ha-section-lead,
.ha-section-lead p {
  color: rgba(45, 45, 45, 0.66);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.ha-section-intro--light .ha-section-lead,
.ha-section-intro--light .ha-section-lead p,
.ha-centered-copy .ha-section-lead,
.ha-centered-copy .ha-section-lead p {
  color: rgba(245, 241, 234, 0.72);
}

/* About */
.ha-about__grid.e-con,
.ha-about__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
}

.ha-about__grid > .elementor-element {
  width: 100%;
}

.ha-portrait {
  position: relative;
  width: min(100%, 430px);
  margin-inline: auto;
  padding: 14px 30px 34px 8px;
}

.ha-portrait::before {
  position: absolute;
  z-index: 0;
  top: 35px;
  right: 7px;
  bottom: 9px;
  left: 31px;
  border: 1px solid rgba(224, 134, 43, 0.62);
  border-radius: 46% 8% 42% 8% / 32% 8% 28% 8%;
  content: "";
}

.ha-portrait__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 5px solid rgba(245, 241, 234, 0.92);
  border-radius: 46% 8% 42% 8% / 32% 8% 28% 8%;
  background: var(--ha-sand);
  box-shadow: 0 30px 70px rgba(27, 45, 58, 0.24);
}

.ha-portrait__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.ha-portrait__ornament {
  position: absolute;
  z-index: 2;
  right: -1%;
  bottom: -2%;
  width: 54%;
  opacity: 0.78;
  pointer-events: none;
}

.ha-about__copy.e-con,
.ha-about__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ha-about__copy > .elementor-element {
  width: 100%;
}

.ha-body-copy {
  max-width: 590px;
  margin-top: 24px;
}

.ha-body-copy,
.ha-body-copy p {
  color: var(--ha-charcoal);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.86;
}

.ha-body-copy p + p {
  margin-top: 1.2em;
}

/* Cards */
.ha-card-grid.e-con,
.ha-card-grid {
  display: grid;
  width: 100%;
}

.ha-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  background: transparent;
}

.ha-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.ha-card-grid > .elementor-element {
  width: 100%;
  height: 100%;
}

.ha-card {
  padding: clamp(30px, 3vw, 44px) clamp(24px, 2.6vw, 38px);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.ha-card--dark {
  background: rgba(27, 45, 58, 0.74);
}

.ha-card--dark:hover {
  background: rgba(32, 54, 68, 0.94);
  transform: translateY(-4px);
}

.ha-card--light {
  border: 1px solid rgba(45, 45, 45, 0.08);
  background: var(--ha-white);
}

.ha-card--light:hover {
  border-color: rgba(224, 134, 43, 0.36);
  box-shadow: 0 18px 40px rgba(27, 45, 58, 0.08);
  transform: translateY(-5px);
}

.ha-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 25px;
  border: 1px solid var(--ha-saffron);
  border-radius: 50%;
  color: var(--ha-saffron);
}

.ha-card__icon svg {
  width: 20px;
  height: 20px;
}

.ha-card h3 {
  margin: 0 0 11px;
  font-family: var(--ha-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.ha-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.72;
}

.ha-card--dark h3 { color: var(--ha-ivory); }
.ha-card--dark p { color: rgba(245, 241, 234, 0.62); }
.ha-card--light h3 { color: var(--ha-charcoal); }
.ha-card--light p { color: rgba(45, 45, 45, 0.65); }

/* Books */
.ha-books__grid.e-con,
.ha-books__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  gap: 22px;
  width: min(100%, 1100px);
  margin-inline: auto;
  align-items: end;
}

.ha-books__grid > .elementor-element {
  width: 100%;
}

.ha-book {
  min-height: 230px;
  padding: 22px 17px;
  border-left: 3px solid var(--ha-saffron);
  background: #24384a;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.ha-book .elementor-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 186px;
}

.ha-book:hover {
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.38);
  transform: translateY(-9px) rotate(-0.5deg);
}

.ha-book--2 { background: #2d3f50; transform: translateY(-9px); }
.ha-book--3 { background: #213244; }
.ha-book--4 { background: #2a3c4e; transform: translateY(-13px); }
.ha-book--5 { background: #233648; }
.ha-book--6 { background: #2c3e50; transform: translateY(-7px); }

.ha-book__author {
  color: rgba(245, 241, 234, 0.58);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ha-book h3 {
  margin: auto 0 0;
  color: var(--ha-ivory);
  font-family: var(--ha-serif);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
}

/* Events */
.ha-events-shell {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
}

.ha-events__head,
.ha-event {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 240px;
  gap: 28px;
}

.ha-events__head {
  padding: 0 30px 13px;
  color: rgba(45, 45, 45, 0.42);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ha-event {
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-bottom: 14px;
  padding: 22px 30px;
  border: 1px solid rgba(27, 45, 58, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 13px 38px rgba(27, 45, 58, 0.07);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.ha-event::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--ha-saffron), var(--ha-sand));
  content: "";
}

.ha-event:hover {
  box-shadow: 0 20px 48px rgba(27, 45, 58, 0.11);
  transform: translateY(-3px);
}

.ha-event h3 {
  margin: 0;
  color: var(--ha-charcoal);
  font-family: var(--ha-serif);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 400;
  line-height: 1.35;
}

.ha-event__date,
.ha-event__location {
  display: flex;
  align-items: center;
  gap: 11px;
}

.ha-event__date {
  min-height: 52px;
  padding: 8px 13px 8px 9px;
  border-radius: 14px;
  background: rgba(224, 134, 43, 0.09);
  color: var(--ha-slate);
  font-family: var(--ha-serif);
  font-size: 17px;
  line-height: 1.25;
}

.ha-event__date span,
.ha-event__location span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0;
}

.ha-event__date span {
  background: var(--ha-saffron);
  color: var(--ha-midnight);
}

.ha-event__date span::before {
  width: 14px;
  height: 13px;
  border: 1.7px solid currentColor;
  border-radius: 3px;
  content: "";
}

.ha-event__date span::after {
  position: absolute;
  top: 9px;
  width: 10px;
  height: 4px;
  border-top: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  content: "";
}

.ha-event__location {
  color: rgba(45, 45, 45, 0.68);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
}

.ha-event__location span {
  width: 32px;
  height: 32px;
  background: rgba(27, 45, 58, 0.06);
  color: var(--ha-saffron);
}

.ha-event__location span::before {
  width: 11px;
  height: 11px;
  border: 1.7px solid currentColor;
  border-radius: 50% 50% 50% 0;
  content: "";
  transform: rotate(-45deg) translate(1px, -1px);
}

.ha-event__location span::after {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: translateY(-2px);
}

/* Course promo and final CTA */
.ha-centered-copy.e-con,
.ha-centered-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 790px);
  text-align: center;
}

.ha-centered-copy > .elementor-element {
  width: 100%;
}

.ha-centered-copy .ha-button-widget {
  width: auto;
  margin-top: 34px;
}

/* Course promo: a 12-step visual system built from the existing UI language. */
.ha-academy.e-con,
.ha-academy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--ha-slate);
  background-image:
    radial-gradient(circle at 78% 48%, rgba(224, 134, 43, 0.13), transparent 24%),
    radial-gradient(circle at 18% 100%, rgba(227, 199, 154, 0.08), transparent 32%),
    linear-gradient(118deg, #1b2d3a 0%, #102533 100%);
}

.ha-academy::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(18px, 8vw, 130px);
  color: rgba(227, 199, 154, 0.065);
  content: "12";
  font-family: var(--ha-serif);
  font-size: clamp(270px, 34vw, 500px);
  font-weight: 400;
  line-height: 0.72;
  pointer-events: none;
  transform: translateY(-50%);
}

.ha-academy::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(-210px, -10vw, -90px);
  width: clamp(420px, 47vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(227, 199, 154, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(227, 199, 154, 0.028),
    0 0 0 116px rgba(224, 134, 43, 0.018);
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.ha-academy > .elementor-element {
  position: relative;
  z-index: 1;
}

.ha-academy .ha-centered-copy {
  align-items: flex-start;
  width: min(100%, 1120px);
  padding: clamp(40px, 5vw, 68px);
  border: 1px solid rgba(245, 241, 234, 0.08);
  border-radius: 30px;
  background: linear-gradient(115deg, rgba(16, 37, 51, 0.82) 0%, rgba(16, 37, 51, 0.5) 70%, rgba(16, 37, 51, 0.24) 100%);
  box-shadow: 0 30px 80px rgba(6, 16, 23, 0.24);
  text-align: left;
}

.ha-academy .ha-kicker {
  width: auto;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(224, 134, 43, 0.11);
}

.ha-academy .ha-section-title {
  max-width: 720px;
  margin-top: 26px;
}

.ha-academy .ha-section-lead {
  position: relative;
  max-width: 640px;
  margin-top: 24px;
  padding-bottom: 53px;
}

.ha-academy .ha-section-lead::before {
  position: absolute;
  bottom: 25px;
  left: 0;
  color: var(--ha-sand);
  content: "12 ступеней";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ha-academy .ha-section-lead::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: min(360px, 100%);
  height: 8px;
  background-image: radial-gradient(circle, var(--ha-saffron) 0 2.5px, transparent 3px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 30px 8px;
  content: "";
}

.ha-academy .ha-button-widget {
  margin-top: 28px;
}

.ha-final-cta.e-con,
.ha-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(650px, 64vw, 820px);
  background-color: var(--ha-midnight);
  background-image:
    linear-gradient(90deg, #102533 0%, rgba(16, 37, 51, 0.995) 37%, rgba(16, 37, 51, 0.96) 47%, rgba(16, 37, 51, 0.76) 59%, rgba(16, 37, 51, 0.39) 74%, rgba(16, 37, 51, 0.23) 100%),
    linear-gradient(180deg, rgba(6, 16, 23, 0.2) 0%, transparent 44%, rgba(6, 16, 23, 0.42) 100%),
    url("../images/cta-himalayas.jpg");
  background-position: center, center, right center;
  background-repeat: no-repeat;
  background-size: cover, cover, 78% auto;
}

.ha-final-cta .ha-centered-copy {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: clamp(470px, 49vw, 620px);
  padding-right: 54%;
  padding-bottom: 210px;
  text-align: left;
}

.ha-final-cta__logo {
  position: absolute;
  bottom: -38px;
  left: 50%;
  order: 4;
  width: clamp(180px, 14vw, 230px) !important;
  margin: 0;
  opacity: 0.3;
  animation: ha-seal-rotation 44s linear infinite;
}

.ha-final-cta__logo img {
  width: 100%;
  filter: none;
}

.ha-final-cta__title {
  max-width: 570px;
}

.ha-final-cta__title .elementor-heading-title {
  color: var(--ha-ivory);
  font-size: clamp(44px, 4.6vw, 62px);
  text-shadow: 0 5px 28px rgba(6, 16, 23, 0.28);
}

.ha-final-cta .ha-button-widget {
  width: auto;
  margin-top: 34px;
}

@keyframes ha-seal-rotation {
  from { transform: translateX(-50%) rotate(0); }
  to { transform: translateX(-50%) rotate(360deg); }
}

/* Footer */
.ha-footer {
  padding: clamp(70px, 8vw, 92px) var(--ha-side) 38px;
  background: var(--ha-slate);
  color: rgba(245, 241, 234, 0.62);
}

.ha-footer__grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: clamp(32px, 5vw, 64px);
}

.ha-footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ha-ivory) !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.ha-footer__brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ha-footer__about p {
  max-width: 300px;
  margin: 20px 0 0;
  color: rgba(245, 241, 234, 0.58);
  font-size: 13px;
  line-height: 1.75;
}

.ha-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.ha-footer__column h2 {
  margin: 0 0 8px;
  color: var(--ha-ivory);
  font-family: var(--ha-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ha-footer__column a {
  color: rgba(245, 241, 234, 0.58);
  font-size: 13px;
  transition: color 160ms ease;
}

.ha-footer__column a:hover,
.ha-footer__column a:focus-visible {
  color: var(--ha-saffron);
}

.ha-footer__bottom {
  margin-top: 58px;
  padding-top: 23px;
  border-top: 1px solid rgba(245, 241, 234, 0.1);
  color: rgba(245, 241, 234, 0.45);
  font-size: 12px;
}

body.himalayan-academy .ha-nav__list a {
  color: rgba(245, 241, 234, 0.8);
}

body.himalayan-academy .ha-header .ha-header__cta {
  color: var(--ha-slate);
}

body.himalayan-academy .ha-footer .ha-footer__brand {
  color: var(--ha-ivory);
}

body.himalayan-academy .ha-footer .ha-footer__column a {
  color: rgba(245, 241, 234, 0.58);
}

body.himalayan-academy .ha-footer .ha-footer__column a:hover,
body.himalayan-academy .ha-footer .ha-footer__column a:focus-visible {
  color: var(--ha-saffron);
}

/*
 * Elementor writes Global Colors and Global Fonts into a per-page stylesheet
 * that loads after the theme. Keep the class-based design system authoritative
 * without depending on the visitor's current Elementor Kit defaults.
 */
body.himalayan-academy .elementor .ha-hero .ha-hero__title .elementor-heading-title {
  color: var(--ha-ivory);
  font-family: var(--ha-serif);
  font-size: clamp(36px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

body.himalayan-academy .elementor .ha-hero .ha-hero__title em {
  color: var(--ha-sand);
  font-family: inherit;
  font-weight: 400;
}

body.himalayan-academy .elementor .ha-section .ha-kicker .elementor-heading-title {
  color: var(--ha-saffron);
  font-family: var(--ha-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28em;
}

body.himalayan-academy .elementor .ha-section .ha-section-title .elementor-heading-title {
  color: var(--ha-charcoal);
  font-family: var(--ha-serif);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.018em;
}

body.himalayan-academy .elementor .ha-section .ha-section-intro--light .ha-section-title .elementor-heading-title,
body.himalayan-academy .elementor .ha-section .ha-centered-copy .ha-section-title .elementor-heading-title {
  color: var(--ha-ivory);
}

body.himalayan-academy .elementor .ha-section .ha-hero__copy,
body.himalayan-academy .elementor .ha-section .ha-hero__copy p {
  color: rgba(245, 241, 234, 0.8);
  font-family: var(--ha-sans);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 300;
  line-height: 1.72;
}

body.himalayan-academy .elementor .ha-section .ha-body-copy,
body.himalayan-academy .elementor .ha-section .ha-body-copy p {
  color: var(--ha-charcoal);
  font-family: var(--ha-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.86;
}

body.himalayan-academy .elementor .ha-section .ha-section-lead,
body.himalayan-academy .elementor .ha-section .ha-section-lead p {
  color: rgba(45, 45, 45, 0.66);
  font-family: var(--ha-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

body.himalayan-academy .elementor .ha-section .ha-section-intro--light .ha-section-lead,
body.himalayan-academy .elementor .ha-section .ha-section-intro--light .ha-section-lead p,
body.himalayan-academy .elementor .ha-section .ha-centered-copy .ha-section-lead,
body.himalayan-academy .elementor .ha-section .ha-centered-copy .ha-section-lead p {
  color: rgba(245, 241, 234, 0.72);
}

body.himalayan-academy .elementor .ha-section .ha-button-widget .elementor-button {
  border: 0;
  border-radius: 999px;
  background: var(--ha-saffron);
  color: var(--ha-slate);
  font-family: var(--ha-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}

body.himalayan-academy .elementor .ha-section .ha-button-widget .elementor-button:hover,
body.himalayan-academy .elementor .ha-section .ha-button-widget .elementor-button:focus-visible {
  background: #ec9942;
  color: var(--ha-slate);
}

body.himalayan-academy .elementor .ha-section .ha-card h3 {
  color: var(--ha-charcoal);
  font-family: var(--ha-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

body.himalayan-academy .elementor .ha-section .ha-card p {
  color: rgba(45, 45, 45, 0.65);
  font-family: var(--ha-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.72;
}

body.himalayan-academy .elementor .ha-section .ha-card--dark h3 {
  color: var(--ha-ivory);
}

body.himalayan-academy .elementor .ha-section .ha-card--dark p {
  color: rgba(245, 241, 234, 0.62);
}

body.himalayan-academy .elementor .ha-section .ha-book h3 {
  color: var(--ha-ivory);
  font-family: var(--ha-serif);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
}

body.himalayan-academy .elementor .ha-section .ha-event h3 {
  color: var(--ha-charcoal);
  font-family: var(--ha-serif);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 400;
  line-height: 1.35;
}

body.himalayan-academy .elementor .ha-final-cta .ha-final-cta__title .elementor-heading-title {
  color: var(--ha-ivory);
  font-family: var(--ha-serif);
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.13;
}

@media (max-width: 1100px) {
  .ha-header__cta {
    display: none;
  }

  .ha-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ha-books__grid {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    max-width: 720px;
  }
}

@media (max-width: 900px) {
  .ha-menu-toggle {
    display: block;
    margin-left: auto;
    cursor: pointer;
  }

  .ha-header__inner {
    flex-wrap: wrap;
  }

  .ha-nav {
    display: grid;
    overflow: hidden;
    order: 4;
    width: 100%;
    max-height: 0;
    margin: 0;
    opacity: 0;
    transition: max-height 240ms ease, opacity 180ms ease;
  }

  .ha-header.is-menu-open .ha-nav {
    max-height: 440px;
    opacity: 1;
  }

  .ha-header.is-menu-open {
    background: rgba(16, 37, 51, 0.98);
  }

  .ha-nav__list {
    display: grid;
    gap: 0;
    padding: 16px 0 8px;
  }

  .ha-nav__list a {
    padding: 11px 0;
    font-size: 14px;
  }

  .ha-header.is-menu-open .ha-menu-toggle span:nth-child(2) { transform: translateY(5px) rotate(45deg); }
  .ha-header.is-menu-open .ha-menu-toggle span:nth-child(3) { opacity: 0; }
  .ha-header.is-menu-open .ha-menu-toggle span:nth-child(4) { transform: translateY(-5px) rotate(-45deg); }

  .ha-about__grid.e-con,
  .ha-about__grid {
    grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1fr);
    gap: 48px;
  }

  .ha-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ha-events__head,
  .ha-event {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .ha-events__head span:last-child {
    display: none;
  }

  .ha-event__location {
    grid-column: 2;
  }

  .ha-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ha-final-cta {
    background-size: cover, cover, 84% auto;
  }

  .ha-final-cta .ha-centered-copy {
    padding-right: 46%;
  }

  .ha-academy .ha-centered-copy {
    padding: 48px;
  }

  .ha-academy::before {
    right: -10px;
    font-size: clamp(260px, 46vw, 400px);
  }
}

@media (max-width: 700px) {
  :root {
    --ha-side: 20px;
    --ha-section-space: 78px;
  }

  html {
    scroll-padding-top: 78px;
  }

  .ha-brand__name {
    font-size: 10px;
  }

  .ha-hero.e-con,
  .ha-hero {
    min-height: 860px;
    padding-top: 118px;
    background-position: 56% center;
  }

  .ha-hero::before {
    background: linear-gradient(112deg, rgba(6, 16, 23, 0.97) 0%, rgba(10, 25, 35, 0.82) 54%, rgba(16, 37, 51, 0.3) 100%);
  }

  .ha-hero__content.e-con,
  .ha-hero__content {
    justify-content: flex-end;
    min-height: 710px;
  }

  .ha-eyebrow-pill {
    max-width: 100%;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .ha-hero__title .elementor-heading-title {
    font-size: clamp(36px, 11.5vw, 50px);
  }

  .ha-hero__actions.e-con,
  .ha-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .ha-about__grid.e-con,
  .ha-about__grid {
    grid-template-columns: 1fr;
  }

  .ha-about__visual {
    max-width: 420px;
    margin-inline: auto;
  }

  #teaching.ha-dark-section,
  .ha-dark-section {
    background-position: 54% center;
  }

  .ha-academy::before {
    top: 44%;
    right: 50%;
    font-size: 300px;
    transform: translate(50%, -50%);
  }

  .ha-academy::after {
    right: 50%;
    width: 430px;
    transform: translate(50%, -50%);
  }

  .ha-academy .ha-centered-copy {
    align-items: center;
    padding: 38px 22px;
    border-radius: 24px;
    text-align: center;
  }

  .ha-academy .ha-section-lead::before {
    right: 0;
    text-align: center;
  }

  .ha-academy .ha-section-lead::after {
    right: 0;
    margin-inline: auto;
  }

  .ha-final-cta.e-con,
  .ha-final-cta {
    min-height: 0;
    padding-top: clamp(430px, 120vw, 520px);
    background-image:
      linear-gradient(180deg, rgba(16, 37, 51, 0.06) 0%, rgba(16, 37, 51, 0.14) 30%, rgba(16, 37, 51, 0.55) 52%, rgba(16, 37, 51, 0.91) 70%, #102533 88%),
      url("../images/cta-himalayas.jpg");
    background-position: top center, top center;
    background-size: 100% auto, 100% auto;
  }

  .ha-final-cta .ha-centered-copy {
    align-items: center;
    min-height: 0;
    padding: 0;
    text-align: center;
  }

  .ha-final-cta__logo {
    position: static;
    width: 132px !important;
    margin-top: 48px;
    opacity: 0.42;
    animation: none;
  }

  .ha-final-cta__logo img {
    width: 100%;
  }

  .ha-section-title .elementor-heading-title,
  .ha-final-cta__title .elementor-heading-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  body.himalayan-academy .elementor .ha-hero .ha-hero__title .elementor-heading-title {
    font-size: clamp(36px, 11.5vw, 48px);
  }

  body.himalayan-academy .elementor .ha-section .ha-section-title .elementor-heading-title,
  body.himalayan-academy .elementor .ha-final-cta .ha-final-cta__title .elementor-heading-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .ha-card-grid--three,
  .ha-card-grid--four,
  .ha-books__grid {
    grid-template-columns: 1fr;
  }

  .ha-card-grid--four,
  .ha-books__grid {
    gap: 18px;
  }

  .ha-books__grid {
    max-width: 360px;
  }

  .ha-book,
  .ha-book--2,
  .ha-book--4,
  .ha-book--6 {
    min-height: 180px;
    transform: none;
  }

  .ha-book .elementor-widget-container {
    min-height: 136px;
  }

  .ha-events__head {
    display: none;
  }

  .ha-event {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .ha-event__date {
    width: fit-content;
    max-width: 100%;
  }

  .ha-event__location {
    grid-column: 1;
  }

  .ha-footer__grid {
    grid-template-columns: 1fr;
  }

  .ha-footer__bottom {
    margin-top: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
