:root {
  color-scheme: light;
  --ink: #161817;
  --muted: #5c6460;
  --paper: #f5f6f3;
  --surface: #ffffff;
  --line: #dfe4de;
  --teal: #08756f;
  --teal-dark: #065a55;
  --coral: #c94f42;
  --leaf: #5f7f45;
  --gold: #ba8120;
  --rose: #a84a61;
  --charcoal: #1e2220;
  --shadow: 0 24px 64px rgba(22, 24, 23, 0.15);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 4.5rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(22, 24, 23, 0.78), rgba(22, 24, 23, 0));
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(245, 246, 243, 0.94);
  border-bottom: 1px solid rgba(22, 24, 23, 0.1);
  backdrop-filter: blur(16px);
}

.brand,
.site-nav,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-weight: 850;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, currentColor 0 5%, transparent 6%),
    radial-gradient(circle at 50% 18%, currentColor 0 4%, transparent 5%),
    radial-gradient(circle at 18% 72%, currentColor 0 4%, transparent 5%),
    radial-gradient(circle at 82% 72%, currentColor 0 4%, transparent 5%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
}

.site-nav {
  gap: 0.25rem;
}

.site-nav a,
.menu-toggle {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
  font-weight: 780;
}

.site-nav a:hover,
.menu-toggle:hover {
  border-color: currentColor;
}

.menu-toggle {
  display: none;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  align-items: end;
  padding: 8rem 4.5rem 5.5rem;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(22, 24, 23, 0.84), rgba(22, 24, 23, 0.42), rgba(22, 24, 23, 0.1)),
    url("https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1800&q=84") center / cover;
}

.hero-content {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: 6rem;
}

h2 {
  margin-bottom: 1rem;
  font-size: 4rem;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.8rem;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button,
button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0.85rem 1.05rem;
  color: #ffffff;
  background: var(--teal);
  cursor: pointer;
  font-weight: 850;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
button:hover {
  transform: translateY(-1px);
  background: var(--teal-dark);
  box-shadow: 0 14px 30px rgba(8, 117, 111, 0.2);
}

.button.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.scroll-cue {
  position: absolute;
  right: 4.5rem;
  bottom: 2rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.section {
  padding: 6rem 4.5rem;
}

.discovery,
.method,
.application,
.ritual {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: start;
}

.section-copy,
.application-copy {
  max-width: 620px;
}

.theme-picker,
.session-switcher,
.zodiac-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.theme-tab,
.session-button,
.zodiac-button {
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
}

.theme-tab.is-active,
.session-button.is-active,
.zodiac-button.is-active {
  color: #ffffff;
  background: var(--coral);
  border-color: var(--coral);
}

.theme-panel,
.session-panel,
.weekly-panel,
.map-reading,
.application-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.theme-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.theme-panel > div {
  min-height: 148px;
  padding: 1.35rem;
  background: var(--surface);
}

.panel-kicker,
.map-reading span,
.session-panel span,
.steps span {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--rose);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.method {
  background: #ffffff;
}

.method-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
}

.method-map img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.map-point {
  position: absolute;
  width: 34px;
  height: 34px;
  min-height: 34px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  padding: 0;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(186, 129, 32, 0.24);
}

.map-point.is-active {
  background: var(--coral);
  box-shadow: 0 0 0 12px rgba(201, 79, 66, 0.24);
}

.point-one {
  left: 24%;
  top: 28%;
}

.point-two {
  right: 22%;
  top: 42%;
}

.point-three {
  left: 48%;
  bottom: 24%;
}

.map-reading {
  margin-top: 1.6rem;
  padding: 1.35rem;
}

.pathways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pathways article,
.steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.pathways img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.pathways h3,
.pathways p {
  padding-inline: 1.25rem;
}

.pathways h3 {
  margin-top: 1.25rem;
}

.pathways p {
  padding-bottom: 1.4rem;
}

.weekly {
  background: #ffffff;
}

.zodiac-picker {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.zodiac-button {
  min-height: 52px;
}

.weekly-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.weekly-panel > div,
.weekly-panel aside {
  padding: 1.45rem;
  background: var(--surface);
}

.weekly-panel span,
.blog-grid span {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--rose);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.weekly-panel aside {
  background: #f7faf5;
}

.weekly-panel aside p {
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 780;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-grid article {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.35rem;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(22, 24, 23, 0.08);
}

.blog-grid a {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--teal-dark);
  font-weight: 900;
}

.sessions {
  background: var(--charcoal);
  color: #ffffff;
}

.sessions p {
  color: rgba(255, 255, 255, 0.75);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.session-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 1.5rem;
  padding: 1.5rem;
  color: var(--ink);
}

.session-panel p {
  max-width: 760px;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--muted);
  line-height: 1.55;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--leaf);
  content: "✓";
  font-weight: 950;
}

.ritual {
  align-items: stretch;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.steps article {
  min-height: 250px;
  padding: 1.3rem;
}

.faq {
  background: #ffffff;
}

.faq-list {
  max-width: 920px;
}

.faq-item {
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 1.2rem 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
}

.faq-item:hover {
  background: transparent;
  box-shadow: none;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin-bottom: 0;
}

.faq-answer.is-open {
  grid-template-rows: 1fr;
  padding-bottom: 1rem;
}

.application {
  background:
    linear-gradient(90deg, rgba(245, 246, 243, 0.95), rgba(245, 246, 243, 0.82)),
    url("https://images.unsplash.com/photo-1530026405186-ed1f139313f8?auto=format&fit=crop&w=1600&q=82") center / cover;
}

.application-form {
  display: grid;
  gap: 0.65rem;
  padding: 1.35rem;
}

.hidden-field {
  display: none;
}

label {
  font-weight: 820;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.9rem 0.95rem;
  color: var(--ink);
  background: #ffffff;
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 1.6rem;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 4.5rem;
  color: #ffffff;
  background: var(--charcoal);
}

.site-footer span:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.thanks-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 2rem;
  background:
    linear-gradient(90deg, rgba(22, 24, 23, 0.84), rgba(22, 24, 23, 0.44)),
    url("https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1800&q=84") center / cover;
}

.thanks-panel {
  width: min(760px, 100%);
  border-radius: 8px;
  padding: clamp(1.4rem, 5vw, 3rem);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.thanks-panel h1 {
  color: var(--ink);
  font-size: 3.4rem;
}

.thanks-panel .button {
  margin-top: 1rem;
}

@media (max-width: 1100px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .scroll-cue {
    right: 2rem;
  }

  h1 {
    font-size: 4.6rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .discovery,
  .method,
  .application,
  .ritual {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 70px 1rem auto 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 1rem;
  }

  .hero {
    min-height: 92svh;
    padding-top: 7rem;
  }

  h1 {
    font-size: 3.3rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  h3 {
    font-size: 1.45rem;
  }

  .pathways,
  .session-panel,
  .weekly-panel,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .zodiac-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .method-map,
  .method-map img {
    min-height: 440px;
    height: 440px;
  }

  .scroll-cue {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-actions,
  .theme-picker,
  .session-switcher {
    align-items: stretch;
    flex-direction: column;
  }

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

  .button,
  .theme-tab,
  .session-button,
  .application-form button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
