.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-866ee1d */:root {
  --gold: #fbe8c2;
  --deep-gold: #d6b77d;
  --sky-blue: #c1e8ff;
  --background-dark: #000;
  --text-light: #e0e0e0;
  --deep-blue: #173b50;
}

/* Base Typography & Layout */
body {
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: var(--background-dark);
  color: var(--text-light);
  line-height: 1.7;
  font-weight: 200;
}

header {
  background: linear-gradient(to right, #000, #000);
  padding: 0.5rem 0.5rem;
  text-align: center;
}

h1, h2, h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--gold);
  letter-spacing: 1px;
}

h2 {
  font-size: 1.75rem;
  color: var(--gold);
  margin-bottom: .35rem;
}

h3 {
  font-size: 1.3rem;
  color: var(--sky-blue);
}

header h3 em {
  font-weight: 200;
  font-style: italic;
  display: block;
  margin-top: 0.4rem;
}

/* Subtitle under main title */
.subtitle {
  display: block;
  font-size: 2rem;
  font-weight: 100;
  color: var(--deep-gold);
  margin-top: 0.3rem;
  letter-spacing: 0.5px;
}

/* Manifesto block */
.manifesto {
  font-style: normal;
  font-size: 1.6rem;
  padding: 2rem;
  background: linear-gradient(to right, #000, var(--deep-blue));
  border-left: 6px solid var(--deep-blue);
  margin: 4rem auto;
  max-width: 840px;
  color: #fff;
  text-align: left;
}

/* Sections */
section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

@media (max-width: 600px) {
  section {
    padding: 0 0.5rem;
  }
}

/* Quotes */
.quote {
  font-style: italic;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto;
  color: var(--deep-gold);
  padding: 0;
  text-shadow:
    0 0 12px rgba(214, 183, 125, 0.8),
    0 0 24px rgba(214, 183, 125, 0.5);
  max-width: 700px;
}

.quote-top {
  margin-top: 2rem;
}

.quote-block {
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  max-width: 780px;
  margin: 2rem auto;
}

.quote-inner {
  color: white;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  max-width: 780px;
  margin: 2rem auto;
}

/* Video Placeholder */
.video-placeholder {
  text-align: center;
  padding: 2.5rem;
  background: #1a1a1a;
  margin: 2.5rem 0;
  border: 1px solid #444;
  border-radius: 10px;
  color: #ccc;
  font-style: italic;
}

/* Apply Button */
.apply-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem auto;
  background: #fff;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 32px;
  border: 1px solid #fff;
  font-size: 1.1rem;
  text-align: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease;
}

.apply-button:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid #fff;
}

.apply-button:active {
  background: #000;
  color: #fff !important;
  transform: scale(0.98);
  transition: none;
}

/* Footer */
footer {
  background: #111;
  text-align: center;
  padding: 2.5rem;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #333;
}

footer p {
  max-width: 600px;
  margin: 0.8rem auto;
}

/* General Paragraphs */
p {
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}

/* Lists */
ul.schedule-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}

ul.schedule-list li {
  margin-bottom: 0.5rem;
}

ul.schedule-list li strong {
  font-weight: bold;
}

ul, ol {
  margin-bottom: 1rem;
}

/* Spacing Utilities */
.list-spaced {
  margin-top: 2rem;
}

.spaced-item {
  margin-top: 1.5rem;
}

.nested-list {
  margin-top: 1rem;
  padding-left: 1.5rem;
}

.section-text {
  margin-top: 1rem;
}

/* Curriculum title & links */
.curriculum-title {
  text-align: center;
  font-size: 2.1rem;
  color: var(--deep-gold);
  margin-top: 2rem;
}

.curriculum-link {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-light);
}

.gold-link {
  color: var(--deep-gold);
  text-decoration: underline;
}

.section-subtitle {
  margin-top: 1.5rem;
}

/* Accordion */
.accordion {
  border: 1px solid #777;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.accordion-header {
  font-weight: bold;
  font-size: 1.15rem;
  color: #fff;
  padding: 1rem;
  background: #1a1a1a;
  transition: color 0.3s ease;
}

.accordion-header:hover {
  color: var(--sky-blue);
}

.accordion-content {
  height: 8.5em;
  overflow: hidden;
  padding: 0 1rem;
  opacity: 1;
  transition: height 0.3s ease;
  position: relative;
}

.faq .accordion-content {
  height: 4em;
}

.accordion-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0), #121212);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.accordion.open .accordion-content::after {
  opacity: 0;
}

/* Tuition */
.tuition-quote {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
  color: var(--deep-gold);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-beam {
  text-align: center;
}

.tuition-text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.tuition-button-wrapper {
  text-align: center;
  margin-top: 1.5rem;
}

.tuition-note {
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
  margin-top: 0.5rem;
}

/* Feature Grid */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 2rem 0;
}

.feature-card {
  background: linear-gradient(to right, #000, rgba(255,255,255,0.08), #000);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
}

.feature-title {
  margin: 0 0 0.4rem;
  color: var(--gold);
  font-weight: 300;
  font-size: 1.2rem;
}

.feature-text {
  margin: 0;
  font-size: 1rem;
}

/* Solstice Box */
.solstice-box {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 5rem;
  margin-bottom: 5.5rem;
  padding: 1.25rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Teacher Image */
.teacher-image-container {
  width: 100%;
  aspect-ratio: 20 / 9;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #333;
  margin: 2rem 0;
}

.teacher-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

/* Pills */
.pill-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0;
}

.pill {
  background: linear-gradient(to right, #000, rgba(255, 255, 255, 0.15), #000);
  color: var(--gold);
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease;
}

.pill:hover {
  transform: scale(1.02);
  background: linear-gradient(
    to right,
    rgba(214, 183, 125, 0) 0%,
    rgba(214, 183, 125, 0.25) 40%,
    rgba(214, 183, 125, 0.25) 60%,
    rgba(214, 183, 125, 0) 100%
  );
}

/* Beam */
.beam {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 0.75rem 1.2rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--gold);
  margin: 1.5rem 0 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Image Grid */
.img-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.img-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-grid img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 28px rgba(255, 255, 255, 0.18);
}

@media (min-width: 700px) {
  .img-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Content Section */
.content-section {
  max-width: 880px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.hero-section {
  margin-top: 2rem;
}

.hero-video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 1920px;
  overflow: hidden;
}

.hero-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

/* Base accordion container */
.accordion {
  border: 1px solid #777;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

/* Title header */
.accordion-header {
  font-weight: bold;
  font-size: 1.15rem;
  color: #fff;
  padding: 1rem;
  background: #1a1a1a;
  transition: color 0.3s ease;
}

.accordion-header:hover {
  color: var(--sky-blue);
}

/* Closed state content — default preview height */
.accordion-content {
  height: 8.5em; /* preview height */
  overflow: hidden;
  padding: 0 1rem;
  opacity: 1;
  transition: height 0.3s ease;
  position: relative;
}

/* FAQ version (smaller preview) */
.faq .accordion-content {
  height: 4em;
}

/* Gradient fade at bottom of closed accordion */
.accordion-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0), #121212);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Fade hidden when accordion is open */
.accordion.open .accordion-content::after {
  opacity: 0;
}

/* Make entire accordion clickable */
.accordion,
.accordion * {
  cursor: pointer;
}

.apply-button-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;     /* tighter */
  padding-top: 0.55rem; /* smaller vertical padding */
  padding-bottom: 0.55rem;
}

.button-sub {
  font-size: 0.98rem;     /* slightly smaller */
  font-weight: 300;
  color: var(--deep-gold);
  margin-top: -0.1rem;    /* brings lines closer */
}

/* ------------- */
/* Modal */
/* ------------- */

.class-modal {
  display: none;
  position: fixed;
  inset: 0;

  background: rgba(22, 22, 22, 0.2);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(4px);

  z-index: 99999;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}

.modal-inner {
  background: rgba(0, 0, 0, 0.80);  /* translucent smoked glass */

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.7rem;
  width: 94%;
  max-width: 440px;
  text-align: left;
  color: white;
  max-height: 88vh;
  overflow-y: auto;
}

/* Custom scrollbar */
.modal-inner::-webkit-scrollbar {
  width:8px;
}
.modal-inner::-webkit-scrollbar-thumb {
  background:#333;
  border-radius:8px;
}

/* Title */
.modal-title {
  margin:0 0 0.6rem 0;
  font-size:1.22rem;
  color:var(--gold);
  text-align:center;
}

/* Cards */
.class-card {
  display: block;
  padding: 0.8rem 0.9rem;
  margin-bottom: 0.7rem;
  background: rgba(0, 0, 0, 0.68);  /* white frost overlay */

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);

  text-decoration: none;
  color: #eee;
  transition: all 0.18s ease;
}

.class-card:hover {
  border-color:var(--gold);
  box-shadow:0 0 14px rgba(214,183,125,0.3);
  transform:translateY(-2px);
}

.card-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:0.25rem;
}

.card-title {
  font-weight:700;
  font-size:0.98rem;
}

.card-price {
  font-weight:700;
  font-size:0.98rem;
  color:var(--gold);
}

.card-sub {
  font-size:0.78rem;
  color:#ccc;
  margin-bottom:0.35rem;
}

.card-desc {
  font-size:0.8rem;
  line-height:1.35;
  color:#ddd;
}

/* Close button */
.close-modal {
  display:block;
  width:100%;
  margin-top:0.6rem;
  padding:0.6rem 0.9rem;
  background:#222;
  border-radius:8px;
  border:1px solid #444;
  color:#eee;
  font-size:0.9rem;
  cursor:pointer;
  transition:all 0.18s ease;
}

.close-modal:hover {
  border-color:var(--gold);
  box-shadow:0 0 10px rgba(214,183,125,0.3);
}

/* Support note */
.support-note {
  margin-top:0.7rem;
  font-size:0.76rem;
  text-align:center;
  color:#bbb;
}

.card-title,
.card-price {
  color: var(--gold) !important;
}

.close-modal {
  color: #eee !important;
  background: rgba(0, 0, 0, 0.28);  /* white frost overlay */

}

.close-modal:hover {
  color: #eee !important;
  background: rgba(0, 0, 0, 0.15);
}

/* PRICING CARDS — modular, no global overrides */

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 2rem;
}

.pricing-card {
  flex: 1 1 260px;
  border: 1px solid #222;
  border-radius: 16px;
  background: #0c0c0c;
  padding: 1.2rem 1.3rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(214,183,125,0.22);
}

.pricing-title {
  display: inline-block;
  padding: 0.45rem 1.15rem;
  border: 2px solid var(--deep-gold, #d6b77d);
  border-radius: 999px;
  color: var(--gold, #fbe8c2);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.pricing-price {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  color: var(--gold, #fbe8c2);
}

.pricing-card ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 1rem;
}

.pricing-card ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.pricing-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--deep-gold, #d6b77d);
  font-size: 0.9rem;
}/* End custom CSS */