.elementor-1267 .elementor-element.elementor-element-76befc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4247203 */@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,500&family=Montserrat:wght@500;600&display=swap");

:root {
  --black: #070605;
  --obsidian: #11100e;
  --charcoal: #1a1815;
  --gold: #b8944f;
  --gold-light: #d1ad62;
  --ivory: #f2e8d5;
  --ivory-soft: #cfc2aa;
  --ember: #8c4b2f;
  --line: rgba(184, 148, 79, 0.38);
  --font-display: "Cinzel", Georgia, serif;
  --font-editorial: "Cormorant Garamond", Georgia, serif;
  --font-ui: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--font-editorial);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 0 clamp(22px, 3.6vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(184, 148, 79, 0.25);
  background: rgba(7, 6, 5, 0.18);
  backdrop-filter: blur(5px);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 6, 5, 0.88);
  border-color: rgba(184, 148, 79, 0.48);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-size: clamp(11px, 1vw, 16px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ivory);
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(209, 173, 98, 0.74);
  border-radius: 50%;
  color: var(--gold-light);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(209, 173, 98, 0.24);
  border-radius: 50%;
}

.brand-mark::after {
  inset: 12px -7px;
  border-radius: 50%;
}

.brand-mark span {
  font-size: 13px;
}

.brand-name i {
  margin: 0 6px;
  color: var(--gold-light);
  font-style: normal;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.2vw, 36px);
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--ivory-soft);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.28s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 3px;
  left: 50%;
  height: 1px;
  background: var(--gold-light);
  transition:
    left 0.28s ease,
    right 0.28s ease;
}

.desktop-nav a:hover {
  color: var(--gold-light);
}

.desktop-nav a:hover::after {
  right: 0;
  left: 0;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 900px;
  height: 100svh;
  overflow: hidden;
  background: var(--black);
  isolation: isolate;
}

.hero-image {
  position: absolute;
  z-index: -5;
  inset: -28px;
  background:
    url("./images/templo-solar-hero.webp") 68% 49% / cover no-repeat,
    radial-gradient(
      circle at 69% 40%,
      rgba(209, 173, 98, 0.18),
      transparent 24%
    ),
    var(--obsidian);
  animation: hero-drift 18s ease-in-out infinite alternate;
}

.hero-vignette {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 6, 5, 0.99) 0%,
      rgba(7, 6, 5, 0.92) 34%,
      rgba(7, 6, 5, 0.53) 54%,
      rgba(7, 6, 5, 0.08) 75%
    ),
    linear-gradient(
      180deg,
      rgba(7, 6, 5, 0.16),
      transparent 62%,
      rgba(7, 6, 5, 0.88)
    ),
    radial-gradient(
      circle at 50% 42%,
      transparent 42%,
      rgba(0, 0, 0, 0.58) 100%
    );
}

.hero-rings {
  position: absolute;
  z-index: -1;
  top: 17%;
  left: 58%;
  width: min(39vw, 560px);
  aspect-ratio: 1;
  opacity: 0.32;
  pointer-events: none;
}

.hero-rings i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(209, 173, 98, 0.32);
  border-radius: 50%;
  animation: ring-turn 92s linear infinite;
}

.hero-rings i::before,
.hero-rings i::after {
  content: "✦";
  position: absolute;
  color: var(--gold-light);
  font-style: normal;
  font-size: 10px;
}

.hero-rings i::before {
  top: -5px;
  left: 50%;
}

.hero-rings i::after {
  right: -4px;
  top: 50%;
}

.hero-rings i + i {
  inset: 12%;
  animation-direction: reverse;
  animation-duration: 118s;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(690px, 48vw);
  padding-top: clamp(126px, 15vh, 160px);
  margin-left: clamp(24px, 3.7vw, 56px);
  animation: reveal-content 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold-light);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.eyebrow i {
  font-style: normal;
  font-size: 9px;
}

.hero h1 {
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: clamp(46px, 4.1vw, 67px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.03;
  text-wrap: balance;
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.48);
}

.hero h1 strong {
  display: block;
  font-weight: 500;
}

.hero-subtitle {
  max-width: 570px;
  margin: 26px 0 0;
  color: var(--ivory-soft);
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.32;
  text-wrap: balance;
}

.hero-lead {
  max-width: 570px;
  margin: 22px 0 0;
  color: rgba(242, 232, 213, 0.84);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 27px;
}

.button {
  min-height: 62px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(255, 244, 211, 0.36);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition:
    transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.32s ease,
    box-shadow 0.32s ease;
}

.button-gold {
  min-width: min(470px, 90vw);
  color: #0b0906;
  background: linear-gradient(135deg, #d8b96e 0%, #b8944f 58%, #98733b 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 211, 0.2),
    0 14px 44px rgba(0, 0, 0, 0.42);
}

.button-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.09);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 211, 0.34),
    0 19px 52px rgba(184, 148, 79, 0.21);
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0 8px;
  color: var(--ivory-soft);
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 33px;
  height: 1px;
  background: var(--gold);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.text-link:hover::after {
  transform: scaleX(1.12);
}

.proof-strip {
  position: absolute;
  z-index: 4;
  right: clamp(24px, 3.7vw, 56px);
  bottom: 28px;
  left: clamp(24px, 3.7vw, 56px);
  min-height: 114px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border: 1px solid rgba(184, 148, 79, 0.68);
  background:
    linear-gradient(
      90deg,
      rgba(184, 148, 79, 0.05),
      transparent 18%,
      transparent 82%,
      rgba(184, 148, 79, 0.05)
    ),
    rgba(6, 5, 4, 0.91);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
  animation: reveal-strip 0.75s 0.55s both;
}

.proof-strip::before,
.proof-strip::after {
  content: "";
  position: absolute;
  top: 19%;
  bottom: 19%;
  width: 1px;
  background: linear-gradient(transparent, var(--line), transparent);
}

.proof-strip::before {
  left: 33.333%;
}

.proof-strip::after {
  right: 33.333%;
}

.proof-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 24px);
  color: var(--gold-light);
}

.proof-item strong {
  font-family: var(--font-editorial);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
}

.proof-item small {
  color: var(--ivory-soft);
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.proof-symbol {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 17px;
}

.proof-diamond {
  font-size: 27px;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 160px;
  display: none;
  font-family: var(--font-ui);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.opening-section {
  position: relative;
  min-height: 720px;
  padding: 150px clamp(24px, 8vw, 120px);
  display: grid;
  grid-template-columns: 0.3fr minmax(0, 1.5fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: clamp(30px, 6vw, 92px);
  overflow: hidden;
  border-top: 1px solid rgba(184, 148, 79, 0.2);
  background:
    radial-gradient(
      circle at 82% 46%,
      rgba(184, 148, 79, 0.11),
      transparent 26%
    ),
    linear-gradient(135deg, #0b0907, var(--obsidian) 58%, #080706);
}

.opening-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(184, 148, 79, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 148, 79, 0.15) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, black 64%, transparent);
}

.opening-index {
  align-self: start;
  color: rgba(209, 173, 98, 0.28);
  font-family: var(--font-editorial);
  font-size: clamp(90px, 12vw, 180px);
  font-style: italic;
  line-height: 0.85;
}

.opening-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.opening-copy h2 {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 66px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.opening-copy h2 em {
  display: block;
  margin-top: 8px;
  color: var(--gold-light);
  font-family: var(--font-editorial);
  font-weight: 500;
}

.opening-copy > p:last-child {
  max-width: 700px;
  margin: 30px 0 0;
  color: var(--ivory-soft);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.65;
}

.opening-seal {
  position: relative;
  justify-self: center;
  width: min(23vw, 310px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
}

.opening-seal::before,
.opening-seal::after,
.opening-seal i {
  content: "";
  position: absolute;
  border: 1px solid rgba(184, 148, 79, 0.25);
  border-radius: 50%;
}

.opening-seal::before {
  inset: 11%;
}

.opening-seal::after {
  inset: 25%;
}

.opening-seal i:first-of-type {
  inset: 48% -12%;
}

.opening-seal i:last-of-type {
  inset: -12% 48%;
}

.opening-seal span {
  font-size: clamp(28px, 4vw, 48px);
  text-shadow: 0 0 35px rgba(209, 173, 98, 0.46);
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h2,
.path-intro h2,
.curriculum-header h2,
.ritual-copy h2,
.experience-heading h2,
.materials-copy h2,
.fit-column h2,
.teacher-copy h2,
.boundary-section h2,
.offer-card h2,
.enrollment-section h2,
.faq-heading h2,
.closing-section h2 {
  margin: 22px 0 0;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.section-heading h2 em {
  display: block;
  color: var(--gold-light);
  font-family: var(--font-editorial);
  font-weight: 500;
}

.section-heading > p:last-child {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--ivory-soft);
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.6;
}

.section-heading-centered {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.distinction-section {
  position: relative;
  padding: 145px clamp(24px, 6vw, 92px) 160px;
  border-top: 1px solid rgba(184, 148, 79, 0.14);
  background:
    radial-gradient(circle at 50% 0, rgba(184, 148, 79, 0.1), transparent 29%),
    var(--black);
}

.distinction-section::before,
.distinction-section::after {
  content: "";
  position: absolute;
  top: 86px;
  width: min(27vw, 420px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line));
}

.distinction-section::before {
  left: 0;
}

.distinction-section::after {
  right: 0;
  transform: scaleX(-1);
}

.distinction-grid {
  max-width: 1300px;
  margin: 86px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(184, 148, 79, 0.32);
}

.distinction-grid article {
  position: relative;
  min-height: 330px;
  padding: 44px clamp(26px, 3vw, 46px);
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(184, 148, 79, 0.055), transparent 47%),
    var(--obsidian);
}

.distinction-grid article + article {
  border-left: 1px solid rgba(184, 148, 79, 0.25);
}

.distinction-grid article > span {
  position: absolute;
  top: 26px;
  right: 28px;
  color: rgba(209, 173, 98, 0.18);
  font-family: var(--font-editorial);
  font-size: 74px;
  font-style: italic;
  line-height: 1;
}

.distinction-grid article::after {
  content: "✦";
  width: 47px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 12px;
}

.distinction-grid h3 {
  max-width: 280px;
  margin: 68px 0 0;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.25;
}

.distinction-grid p {
  min-height: 110px;
  margin: 22px 0 30px;
  color: var(--ivory-soft);
  font-size: 18px;
  line-height: 1.55;
}

.path-section {
  position: relative;
  padding: 150px clamp(24px, 6vw, 92px);
  overflow: hidden;
  border-top: 1px solid rgba(184, 148, 79, 0.22);
  border-bottom: 1px solid rgba(184, 148, 79, 0.22);
  background:
    linear-gradient(115deg, rgba(7, 6, 5, 0.97), rgba(13, 11, 8, 0.85)),
    repeating-linear-gradient(
      90deg,
      transparent 0 119px,
      rgba(184, 148, 79, 0.08) 120px
    );
}

.path-section::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -150px;
  width: 460px;
  aspect-ratio: 1;
  border: 1px solid rgba(184, 148, 79, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(184, 148, 79, 0.025),
    0 0 0 108px rgba(184, 148, 79, 0.018);
}

.path-intro {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.path-intro > p:last-child {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--ivory-soft);
  font-size: 21px;
  line-height: 1.6;
}

.path-steps {
  position: relative;
  z-index: 2;
  max-width: 1350px;
  margin: 90px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.path-steps::before {
  content: "";
  position: absolute;
  top: 39px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--line),
    var(--gold-light),
    var(--line)
  );
}

.path-steps li {
  position: relative;
  text-align: center;
}

.path-steps li > span {
  position: relative;
  z-index: 2;
  width: 80px;
  aspect-ratio: 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  background: var(--black);
  font-family: var(--font-editorial);
  font-size: 28px;
  font-style: italic;
  box-shadow: 0 0 32px rgba(184, 148, 79, 0.09);
}

.path-steps div {
  padding: 0 clamp(16px, 2vw, 34px);
}

.path-steps small {
  display: block;
  margin-top: 28px;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.path-steps h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
}

.path-steps p {
  max-width: 230px;
  margin: 16px auto 0;
  color: var(--ivory-soft);
  font-size: 17px;
  line-height: 1.5;
}

.curriculum-section {
  position: relative;
  padding: 150px clamp(24px, 6vw, 92px) 170px;
  background:
    radial-gradient(
      circle at 14% 38%,
      rgba(184, 148, 79, 0.08),
      transparent 26%
    ),
    #090806;
}

.curriculum-header {
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 70px;
}

.curriculum-header > p {
  margin: 0 0 4px;
  color: var(--ivory-soft);
  font-size: 20px;
  line-height: 1.6;
}

.curriculum-shell {
  max-width: 1350px;
  min-height: 670px;
  margin: 74px auto 0;
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(520px, 1.2fr);
  border: 1px solid rgba(184, 148, 79, 0.36);
  background: rgba(17, 16, 14, 0.67);
}

.curriculum-tabs {
  display: grid;
  align-content: stretch;
  border-right: 1px solid rgba(184, 148, 79, 0.3);
}

.curriculum-tabs button {
  position: relative;
  width: 100%;
  min-height: 82px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 44px 1fr 26px;
  align-items: center;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid rgba(184, 148, 79, 0.16);
  color: var(--ivory-soft);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.curriculum-tabs button:last-child {
  border-bottom: 0;
}

.curriculum-tabs button:hover,
.curriculum-tabs button.is-active {
  color: var(--ivory);
  background: linear-gradient(
    90deg,
    rgba(184, 148, 79, 0.16),
    rgba(184, 148, 79, 0.025)
  );
}

.curriculum-tabs button.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 3px;
  background: var(--gold-light);
  box-shadow: 0 0 18px rgba(209, 173, 98, 0.48);
}

.curriculum-tabs button > span {
  color: var(--gold);
  font-family: var(--font-editorial);
  font-size: 24px;
  font-style: italic;
}

.curriculum-tabs button > strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.curriculum-tabs button > i {
  color: var(--gold-light);
  font-style: normal;
  text-align: right;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.curriculum-tabs button.is-active > i {
  opacity: 1;
  transform: translateX(0);
}

.curriculum-panel {
  position: relative;
  min-width: 0;
  padding: clamp(52px, 6vw, 90px);
  overflow: hidden;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(184, 148, 79, 0.13),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(26, 24, 21, 0.62), transparent);
}

.panel-number {
  position: absolute;
  top: 5px;
  right: 36px;
  color: rgba(209, 173, 98, 0.09);
  font-family: var(--font-editorial);
  font-size: clamp(180px, 20vw, 310px);
  font-style: italic;
  line-height: 1;
}

.curriculum-panel > *:not(.panel-number) {
  position: relative;
  z-index: 2;
}

.curriculum-panel h3 {
  max-width: 650px;
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 500;
  line-height: 1.1;
}

.panel-promise {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--ivory-soft);
  font-size: 21px;
  line-height: 1.55;
}

.curriculum-panel ol {
  max-width: 690px;
  margin: 54px 0 0;
  padding: 0;
  border-top: 1px solid rgba(184, 148, 79, 0.3);
  list-style: none;
}

.curriculum-panel li {
  min-height: 76px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(184, 148, 79, 0.2);
  color: var(--ivory);
  font-size: 19px;
}

.curriculum-panel li span {
  width: 34px;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.ritual-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  border-top: 1px solid rgba(184, 148, 79, 0.18);
  border-bottom: 1px solid rgba(184, 148, 79, 0.18);
  background: var(--obsidian);
}

.ritual-image {
  position: relative;
  min-height: 690px;
  overflow: hidden;
}

.ritual-image div {
  position: absolute;
  inset: -20px;
  background:
    linear-gradient(90deg, transparent 45%, rgba(17, 16, 14, 0.96) 100%),
    linear-gradient(180deg, rgba(7, 6, 5, 0.12), rgba(7, 6, 5, 0.38)),
    url("./images/altar-cerimonial.webp") center / cover no-repeat;
}

.ritual-image::after {
  content: "";
  position: absolute;
  inset: 52px;
  border: 1px solid rgba(209, 173, 98, 0.25);
  pointer-events: none;
}

.ritual-copy {
  align-self: center;
  padding: 90px clamp(40px, 7vw, 120px) 90px clamp(34px, 4.5vw, 80px);
}

.ritual-copy > p:not(.section-kicker) {
  max-width: 630px;
  margin: 30px 0 0;
  color: var(--ivory-soft);
  font-size: 21px;
  line-height: 1.65;
}

.ritual-copy blockquote {
  position: relative;
  max-width: 600px;
  margin: 50px 0 0;
  padding: 32px 0 0 34px;
  border-top: 1px solid var(--line);
  color: var(--gold-light);
  font-size: clamp(22px, 2vw, 29px);
  font-style: italic;
  line-height: 1.45;
}

.ritual-copy blockquote::before {
  content: "“";
  position: absolute;
  top: 19px;
  left: 0;
  font-family: Georgia, serif;
  font-size: 46px;
}

.experience-section {
  padding: 150px clamp(24px, 6vw, 92px);
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(184, 148, 79, 0.09),
      transparent 33%
    ),
    var(--black);
}

.experience-heading {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.experience-grid {
  max-width: 1380px;
  margin: 82px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(184, 148, 79, 0.3);
  background: rgba(184, 148, 79, 0.23);
}

.experience-grid article {
  min-height: 370px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(145deg, rgba(184, 148, 79, 0.055), transparent 44%),
    var(--obsidian);
}

.experience-grid article > span {
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
}

.experience-grid article > strong {
  margin-top: 42px;
  color: var(--gold-light);
  font-family: var(--font-editorial);
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 500;
  line-height: 0.9;
}

.experience-grid h3 {
  margin: 20px 0 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
}

.experience-grid p {
  margin: 18px 0 0;
  color: var(--ivory-soft);
  font-size: 17px;
  line-height: 1.55;
}

.materials-section {
  padding: 150px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(70px, 9vw, 150px);
  border-top: 1px solid rgba(184, 148, 79, 0.2);
  background:
    linear-gradient(110deg, rgba(184, 148, 79, 0.055), transparent 38%),
    var(--obsidian);
}

.materials-copy {
  position: sticky;
  top: 130px;
  align-self: start;
}

.materials-copy > p:last-child {
  margin: 28px 0 0;
  color: var(--ivory-soft);
  font-size: 21px;
  line-height: 1.62;
}

.materials-list {
  border-top: 1px solid rgba(184, 148, 79, 0.4);
}

.materials-list article {
  min-height: 132px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(184, 148, 79, 0.27);
}

.materials-list article > span {
  color: var(--gold-light);
  font-family: var(--font-editorial);
  font-size: 42px;
  font-style: italic;
  text-align: center;
}

.materials-list article > div {
  padding-left: 30px;
  border-left: 1px solid rgba(184, 148, 79, 0.25);
}

.materials-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.materials-list p {
  margin: 10px 0 0;
  color: var(--ivory-soft);
  font-size: 17px;
  line-height: 1.45;
}

.fit-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(184, 148, 79, 0.22);
  border-bottom: 1px solid rgba(184, 148, 79, 0.22);
}

.fit-column {
  min-height: 680px;
  padding: 120px clamp(34px, 6vw, 100px);
}

.fit-yes {
  background:
    radial-gradient(circle at 0 0, rgba(209, 173, 98, 0.12), transparent 35%),
    #0d0b09;
}

.fit-no {
  border-left: 1px solid rgba(184, 148, 79, 0.25);
  background:
    radial-gradient(circle at 100% 0, rgba(140, 75, 47, 0.09), transparent 35%),
    #090807;
}

.fit-column h2 {
  max-width: 620px;
  font-size: clamp(34px, 3.3vw, 52px);
}

.fit-column ul {
  max-width: 620px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.fit-column li {
  position: relative;
  padding: 20px 0 20px 42px;
  border-top: 1px solid rgba(184, 148, 79, 0.2);
  color: var(--ivory-soft);
  font-size: 18px;
  line-height: 1.45;
}

.fit-column li:last-child {
  border-bottom: 1px solid rgba(184, 148, 79, 0.2);
}

.fit-column li::before {
  content: "✦";
  position: absolute;
  top: 23px;
  left: 5px;
  color: var(--gold-light);
  font-size: 10px;
}

.fit-no li::before {
  content: "—";
  top: 18px;
  color: var(--ember);
  font-size: 17px;
}

.teacher-section {
  position: relative;
  min-height: 820px;
  padding: 150px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: center;
  gap: clamp(70px, 10vw, 160px);
  overflow: hidden;
  background:
    radial-gradient(
      circle at 19% 49%,
      rgba(184, 148, 79, 0.12),
      transparent 21%
    ),
    linear-gradient(125deg, #080706, var(--obsidian));
}

.teacher-section::before {
  content: "MAGISTER";
  position: absolute;
  right: -30px;
  bottom: -35px;
  color: rgba(209, 173, 98, 0.035);
  font-family: var(--font-display);
  font-size: clamp(100px, 17vw, 260px);
  letter-spacing: 0.05em;
}

.teacher-sigil {
  position: relative;
  justify-self: center;
  width: min(31vw, 410px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  box-shadow:
    0 0 0 22px rgba(184, 148, 79, 0.025),
    0 0 70px rgba(184, 148, 79, 0.08);
}

.teacher-sigil::before,
.teacher-sigil::after,
.teacher-sigil i {
  content: "";
  position: absolute;
  border: 1px solid rgba(184, 148, 79, 0.34);
  border-radius: 50%;
}

.teacher-sigil::before {
  inset: 9%;
}

.teacher-sigil::after {
  inset: 22%;
}

.teacher-sigil i:first-of-type {
  inset: 49% -8%;
}

.teacher-sigil i:last-of-type {
  inset: -8% 49%;
}

.teacher-sigil span {
  width: 37%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-light);
  transform: rotate(45deg);
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 54px);
}

.teacher-sigil span::first-line {
  transform: rotate(-45deg);
}

.teacher-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.teacher-copy h2 {
  color: var(--gold-light);
}

.teacher-role {
  margin: 25px 0 0;
  color: var(--ivory);
  font-size: clamp(21px, 2vw, 28px);
  font-style: italic;
  line-height: 1.45;
}

.teacher-copy > p:not(.section-kicker):not(.teacher-role) {
  margin: 24px 0 0;
  color: var(--ivory-soft);
  font-size: 19px;
  line-height: 1.63;
}

.teacher-signature {
  margin-top: 42px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: var(--gold-light);
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.teacher-signature i {
  font-style: normal;
  font-size: 8px;
}

.boundary-section {
  padding: 100px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 90px 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
  border-top: 1px solid rgba(184, 148, 79, 0.34);
  border-bottom: 1px solid rgba(184, 148, 79, 0.34);
  background: #0b0907;
}

.boundary-mark {
  width: 76px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 32px;
}

.boundary-section h2 {
  max-width: 700px;
  font-size: clamp(29px, 3vw, 44px);
}

.boundary-section > p {
  margin: 0;
  color: var(--ivory-soft);
  font-size: 18px;
  line-height: 1.6;
}

.offer-section {
  position: relative;
  padding: 160px 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.2), var(--black)),
    radial-gradient(
      circle at 50% 42%,
      rgba(184, 148, 79, 0.14),
      transparent 33%
    ),
    #090806;
}

.offer-section::before,
.offer-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(184, 148, 79, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.offer-section::before {
  width: min(92vw, 1260px);
  aspect-ratio: 1;
}

.offer-section::after {
  width: min(68vw, 920px);
  aspect-ratio: 1;
}

.offer-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(209, 173, 98, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(184, 148, 79, 0.1);
  transform: translate(-50%, -50%);
}

.offer-card {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 84px);
  border: 1px solid rgba(209, 173, 98, 0.62);
  background:
    linear-gradient(145deg, rgba(184, 148, 79, 0.09), transparent 38%),
    rgba(10, 9, 7, 0.95);
  box-shadow:
    0 35px 110px rgba(0, 0, 0, 0.65),
    inset 0 0 0 8px rgba(184, 148, 79, 0.025);
  text-align: center;
}

.offer-card::before,
.offer-card::after {
  content: "✦";
  position: absolute;
  color: var(--gold-light);
  font-size: 12px;
}

.offer-card::before {
  top: 22px;
  left: 24px;
}

.offer-card::after {
  right: 24px;
  bottom: 22px;
}

.offer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.offer-top > span {
  color: var(--ivory-soft);
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.offer-card h2 {
  max-width: 780px;
  margin: 42px auto 0;
}

.offer-subtitle {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--ivory-soft);
  font-size: 21px;
  line-height: 1.55;
}

.offer-facts {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-facts > div {
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
}

.offer-facts > div + div {
  border-left: 1px solid var(--line);
}

.offer-facts small,
.offer-price small {
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-facts strong {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
}

.offer-facts span {
  margin-top: 7px;
  color: var(--ivory-soft);
  font-size: 16px;
}

.offer-price {
  margin: 52px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(35px, 7vw, 100px);
}

.offer-price > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-price s {
  color: var(--ivory-soft);
  font-family: var(--font-editorial);
  font-size: 34px;
  text-decoration-color: var(--ember);
}

.offer-price strong {
  color: var(--gold-light);
  font-family: var(--font-editorial);
  font-size: clamp(66px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.offer-price sup {
  font-size: 22px;
  letter-spacing: 0;
}

.offer-button {
  width: min(610px, 100%);
  min-width: 0;
  margin-top: 50px;
}

.offer-note {
  max-width: 690px;
  margin: 24px auto 0;
  color: rgba(207, 194, 170, 0.68);
  font-family: var(--font-ui);
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.enrollment-section {
  padding: 105px 24px;
  border-top: 1px solid rgba(184, 148, 79, 0.25);
  border-bottom: 1px solid rgba(184, 148, 79, 0.25);
  background:
    linear-gradient(
      90deg,
      rgba(184, 148, 79, 0.06),
      transparent 28%,
      transparent 72%,
      rgba(184, 148, 79, 0.06)
    ),
    var(--obsidian);
  text-align: center;
}

.enrollment-section h2 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(32px, 3.5vw, 52px);
}

.enrollment-section > p:not(.section-kicker) {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--ivory-soft);
  font-size: 19px;
  line-height: 1.6;
}

.status-pill {
  margin-top: 30px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: var(--gold-light);
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-pill i {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 12px var(--gold-light);
}

.faq-section {
  padding: 150px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(70px, 9vw, 145px);
  background: var(--black);
}

.faq-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.faq-heading h2 {
  font-size: clamp(34px, 3.5vw, 52px);
}

.faq-list {
  border-top: 1px solid rgba(184, 148, 79, 0.45);
}

.faq-list article {
  border-bottom: 1px solid rgba(184, 148, 79, 0.32);
}

.faq-list button {
  width: 100%;
  min-height: 104px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 44px 1fr 28px;
  align-items: center;
  gap: 20px;
  border: 0;
  color: var(--ivory);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-list button > span {
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.faq-list button > strong {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.35;
}

.faq-list button > i {
  position: relative;
  width: 24px;
  aspect-ratio: 1;
}

.faq-list button > i::before,
.faq-list button > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gold-light);
  transition: transform 0.25s ease;
}

.faq-list button > i::after {
  transform: rotate(90deg);
}

.faq-list article.is-open button > i::after {
  transform: rotate(0);
}

.faq-list article > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}

.faq-list article.is-open > div {
  grid-template-rows: 1fr;
}

.faq-list article > div > p {
  min-height: 0;
  margin: 0;
  padding: 0 52px 0 64px;
  overflow: hidden;
  color: var(--ivory-soft);
  font-size: 19px;
  line-height: 1.6;
  transition: padding 0.32s ease;
}

.faq-list article.is-open > div > p {
  padding-bottom: 32px;
}

.closing-section {
  position: relative;
  min-height: 680px;
  padding: 130px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid rgba(184, 148, 79, 0.28);
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(184, 148, 79, 0.14),
      transparent 22%
    ),
    radial-gradient(
      circle at 50% 50%,
      transparent 0 33%,
      rgba(184, 148, 79, 0.08) 33.2%,
      transparent 33.5%
    ),
    linear-gradient(180deg, #0a0806, var(--black));
  text-align: center;
}

.closing-seal {
  position: relative;
  width: 96px;
  aspect-ratio: 1;
  margin-bottom: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
}

.closing-seal::before,
.closing-seal::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(184, 148, 79, 0.28);
  border-radius: 50%;
}

.closing-seal::before {
  inset: 11px;
}

.closing-seal::after {
  inset: 47% -24px;
}

.closing-section h2 {
  max-width: 970px;
}

.closing-section .button {
  min-width: min(500px, 90vw);
  margin-top: 44px;
}

footer {
  min-height: 150px;
  padding: 38px clamp(24px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-top: 1px solid rgba(184, 148, 79, 0.3);
  background: #050403;
}

.footer-brand {
  justify-self: start;
}

footer > p {
  margin: 0;
  color: rgba(207, 194, 170, 0.7);
  font-family: var(--font-ui);
  font-size: 9px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

footer > a:last-child {
  justify-self: end;
  color: var(--gold-light);
  font-family: var(--font-ui);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

@keyframes ring-turn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-drift {
  from {
    transform: scale(1.018) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.035) translate3d(-10px, -5px, 0);
  }
}

@keyframes reveal-content {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reveal-strip {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    background: rgba(7, 6, 5, 0.62);
  }

  .menu-button span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--gold-light);
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    padding: 26px;
    display: grid;
    gap: 18px;
    background: rgba(7, 6, 5, 0.96);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-nav a {
    color: var(--ivory-soft);
    font-family: var(--font-ui);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-content {
    width: min(700px, 61vw);
  }

  .hero-vignette {
    background:
      linear-gradient(
        90deg,
        rgba(7, 6, 5, 0.99),
        rgba(7, 6, 5, 0.85) 45%,
        rgba(7, 6, 5, 0.34) 70%,
        rgba(7, 6, 5, 0.2)
      ),
      linear-gradient(
        180deg,
        rgba(7, 6, 5, 0.22),
        transparent 58%,
        rgba(7, 6, 5, 0.9)
      );
  }

  .distinction-grid article {
    padding-right: 28px;
    padding-left: 28px;
  }

  .curriculum-shell {
    grid-template-columns: minmax(320px, 0.72fr) minmax(440px, 1.28fr);
  }

  .curriculum-tabs button {
    padding-right: 22px;
    padding-left: 22px;
    grid-template-columns: 36px 1fr 18px;
    gap: 10px;
  }

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

  .materials-section {
    gap: 60px;
  }

  .teacher-section {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 70px;
  }

  .boundary-section {
    grid-template-columns: 74px 1fr;
  }

  .boundary-section > p {
    grid-column: 2;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  footer > p {
    order: 3;
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .distinction-grid {
    grid-template-columns: 1fr;
  }

  .distinction-grid article {
    min-height: 0;
  }

  .distinction-grid article + article {
    border-top: 1px solid rgba(184, 148, 79, 0.25);
    border-left: 0;
  }

  .distinction-grid p {
    min-height: 0;
  }

  .path-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 0;
  }

  .path-steps::before {
    display: none;
  }

  .curriculum-header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .curriculum-shell {
    grid-template-columns: 1fr;
  }

  .curriculum-tabs {
    grid-template-columns: repeat(4, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(184, 148, 79, 0.3);
  }

  .curriculum-tabs button {
    min-height: 72px;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 5px;
    border-right: 1px solid rgba(184, 148, 79, 0.16);
    text-align: center;
  }

  .curriculum-tabs button:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(184, 148, 79, 0.16);
  }

  .curriculum-tabs button > i {
    display: none;
  }

  .curriculum-tabs button > strong {
    font-size: 10px;
  }

  .curriculum-tabs button.is-active::before {
    top: auto;
    right: 0;
    bottom: -1px;
    width: auto;
    height: 3px;
  }

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

  .ritual-image {
    min-height: 520px;
  }

  .ritual-image div {
    background:
      linear-gradient(180deg, transparent 48%, var(--obsidian) 100%),
      url("./images/altar-cerimonial.webp") center / cover no-repeat;
  }

  .materials-section,
  .teacher-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .materials-copy,
  .faq-heading {
    position: static;
  }

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

  .fit-column {
    min-height: auto;
  }

  .fit-no {
    border-top: 1px solid rgba(184, 148, 79, 0.25);
    border-left: 0;
  }

  .teacher-sigil {
    width: min(58vw, 390px);
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 68px;
  }

  .brand-name {
    max-width: 220px;
    white-space: normal;
    line-height: 1.4;
  }

  .brand-mark {
    width: 36px;
  }

  .hero {
    height: auto;
    min-height: 920px;
  }

  .hero-image {
    inset: 0;
    background-position: 71% 50%;
    opacity: 0.72;
    animation: none;
  }

  .hero-vignette {
    background:
      linear-gradient(
        180deg,
        rgba(7, 6, 5, 0.4),
        rgba(7, 6, 5, 0.77) 32%,
        rgba(7, 6, 5, 0.97) 68%,
        var(--black)
      ),
      linear-gradient(90deg, rgba(7, 6, 5, 0.86), rgba(7, 6, 5, 0.34));
  }

  .hero-rings {
    top: 12%;
    left: 52%;
    width: 70vw;
  }

  .hero-content {
    width: auto;
    padding: 120px 23px 300px;
    margin: 0;
  }

  .eyebrow {
    flex-wrap: wrap;
    gap: 9px;
  }

  .eyebrow::after {
    width: 70px;
  }

  .hero h1 {
    font-size: clamp(37px, 11vw, 47px);
    line-height: 1.07;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button-gold {
    width: 100%;
    min-width: 0;
    padding: 0 20px;
    font-size: 11px;
  }

  .text-link {
    align-self: flex-start;
  }

  .proof-strip {
    right: 22px;
    bottom: 28px;
    left: 22px;
    min-height: 214px;
    padding: 12px 0;
    grid-template-columns: 1fr;
  }

  .proof-strip::before,
  .proof-strip::after {
    top: auto;
    right: 12%;
    left: 12%;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line), transparent);
  }

  .proof-strip::before {
    bottom: 66.666%;
  }

  .proof-strip::after {
    bottom: 33.333%;
  }

  .proof-item {
    gap: 18px;
  }

  .proof-symbol {
    width: 38px;
  }

  .proof-item strong {
    min-width: 52px;
    font-size: 40px;
  }

  .proof-item small {
    min-width: 94px;
  }

  .opening-section {
    min-height: 760px;
    padding: 110px 24px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .opening-index {
    position: absolute;
    top: 80px;
    right: 22px;
    opacity: 0.48;
  }

  .opening-seal {
    width: min(72vw, 280px);
    margin-top: 30px;
  }

  .section-heading h2,
  .path-intro h2,
  .curriculum-header h2,
  .ritual-copy h2,
  .experience-heading h2,
  .materials-copy h2,
  .teacher-copy h2,
  .offer-card h2,
  .enrollment-section h2,
  .faq-heading h2,
  .closing-section h2 {
    font-size: clamp(31px, 9.4vw, 43px);
  }

  .distinction-section,
  .path-section,
  .curriculum-section,
  .experience-section,
  .materials-section,
  .teacher-section,
  .faq-section {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .distinction-section::before,
  .distinction-section::after {
    top: 58px;
  }

  .distinction-grid {
    margin-top: 58px;
  }

  .distinction-grid article {
    padding: 34px 25px;
  }

  .distinction-grid article > span {
    font-size: 60px;
  }

  .distinction-grid h3 {
    margin-top: 54px;
  }

  .path-steps {
    margin-top: 62px;
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .path-steps li {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    text-align: left;
  }

  .path-steps li > span {
    width: 64px;
    margin: 0;
  }

  .path-steps div {
    padding: 0 0 0 20px;
  }

  .path-steps small {
    margin-top: 0;
  }

  .path-steps p {
    margin-right: 0;
    margin-left: 0;
  }

  .curriculum-shell {
    min-height: 0;
    margin-top: 52px;
  }

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

  .curriculum-tabs button {
    min-height: 76px;
  }

  .curriculum-tabs button:nth-child(-n + 6) {
    border-bottom: 1px solid rgba(184, 148, 79, 0.16);
  }

  .curriculum-panel {
    min-height: 520px;
    padding: 52px 24px;
  }

  .panel-number {
    right: 20px;
    font-size: 170px;
  }

  .curriculum-panel h3 {
    font-size: 35px;
  }

  .panel-promise {
    font-size: 19px;
  }

  .curriculum-panel li {
    gap: 12px;
    font-size: 17px;
  }

  .ritual-image {
    min-height: 440px;
  }

  .ritual-image::after {
    inset: 22px;
  }

  .ritual-copy {
    padding: 70px 24px 100px;
  }

  .experience-grid {
    margin-top: 58px;
    grid-template-columns: 1fr;
  }

  .experience-grid article {
    min-height: 320px;
  }

  .materials-section {
    gap: 52px;
  }

  .materials-list article {
    grid-template-columns: 60px 1fr;
    gap: 14px;
  }

  .materials-list article > span {
    font-size: 34px;
  }

  .materials-list article > div {
    padding-left: 18px;
  }

  .fit-column {
    padding: 90px 24px;
  }

  .fit-column h2 {
    font-size: 34px;
  }

  .teacher-sigil {
    width: min(78vw, 320px);
  }

  .teacher-signature {
    flex-wrap: wrap;
  }

  .boundary-section {
    padding: 85px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .boundary-mark {
    width: 62px;
  }

  .boundary-section > p {
    grid-column: 1;
  }

  .offer-section {
    padding: 105px 18px;
  }

  .offer-card {
    padding: 46px 22px;
  }

  .offer-top {
    flex-direction: column;
  }

  .offer-card h2 {
    margin-top: 32px;
  }

  .offer-facts {
    grid-template-columns: 1fr;
  }

  .offer-facts > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .offer-price {
    flex-direction: column;
    gap: 34px;
  }

  .offer-price strong {
    font-size: 66px;
  }

  .offer-button {
    min-height: 66px;
    padding: 0 16px;
    font-size: 10px;
  }

  .enrollment-section {
    padding: 85px 24px;
  }

  .faq-section {
    gap: 56px;
  }

  .faq-list button {
    grid-template-columns: 34px 1fr 22px;
    gap: 12px;
  }

  .faq-list article > div > p {
    padding-right: 8px;
    padding-left: 46px;
  }

  .closing-section {
    min-height: 610px;
    padding: 100px 24px;
  }

  .closing-section .button {
    min-width: 0;
    width: 100%;
    padding: 0 16px;
    font-size: 10px;
  }

  footer {
    padding-top: 54px;
    padding-bottom: 54px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-brand,
  footer > a:last-child {
    justify-self: center;
  }

  footer > p {
    order: 0;
    grid-column: auto;
  }
}

@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;
  }
}/* End custom CSS */