:root {
  --night: #07101a;
  --deep: #102436;
  --river: #1d4f5f;
  --moss: #41533f;
  --clay: #7e4e2d;
  --gold: #d7a84b;
  --gold-2: #b88635;
  --cream: #f7f1e5;
  --paper: #fffbf2;
  --mist: #d9d3c6;
  --muted: #a99f91;
  --ink: #17212b;
  --line: rgba(247, 241, 229, .16);
  --line-dark: rgba(23, 33, 43, .14);
  --shadow: 0 28px 80px rgba(5, 10, 17, .28);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--night);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { margin: 0; color: var(--mist); }
.wrap { width: min(var(--max), calc(100vw - 40px)); margin: 0 auto; }
.soft { color: var(--muted); }

h1, h2, h3 {
  margin: 0;
  color: #fff8e9;
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 { font-size: clamp(48px, 8vw, 108px); max-width: 920px; }
h2 { font-size: clamp(34px, 5vw, 70px); max-width: 900px; }
h3 { font-size: clamp(24px, 2.7vw, 34px); }

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lead {
  color: #e7decd;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
  max-width: 760px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 118px;
  padding: 20px clamp(24px, 5vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(7, 16, 26, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img { width: min(194px, 28vw); max-height: 88px; object-fit: contain; }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 24px;
  color: #d7cfbf;
  font-size: 17px;
  font-weight: 850;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 56px;
  padding: 14px 6px;
}
.nav-links a:hover { color: var(--gold); }
.nav-action {
  color: #1a1006;
  border-radius: 999px;
  padding: 15px 21px;
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
}
.nav-action:hover { color: #1a1006; filter: brightness(1.06); }

.hero {
  min-height: 820px;
  display: grid;
  align-items: center;
  padding: 86px 0 78px;
  background:
    linear-gradient(90deg, rgba(7, 16, 26, .92), rgba(7, 16, 26, .7) 50%, rgba(7, 16, 26, .62)),
    url("https://pearlofpeace.org/images/pearl-sunset.jpg") center 58% / cover;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}
.hero-copy { display: grid; gap: 22px; }
.hero h1 span { color: var(--gold); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 850;
  transition: transform .16s ease, filter .16s ease, border-color .16s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn.primary { background: linear-gradient(180deg, var(--gold), var(--gold-2)); color: #1b1108; border-color: transparent; }
.btn.secondary { background: rgba(255, 251, 242, .07); color: var(--cream); }
.btn.dark { background: var(--ink); color: white; border-color: var(--ink); }

.path-panel,
.hero-identity {
  display: grid;
  border-radius: 8px;
  overflow: visible;
}
.hero-identity {
  align-content: center;
}
.hero-gil {
  display: grid;
  justify-items: center;
  margin: 0;
  position: relative;
  z-index: 2;
}
.path-panel .gil-portrait,
.hero-identity .gil-portrait {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, .34));
  transform: translateY(-28px);
  margin-bottom: -18px;
}
.hero-gil figcaption {
  margin-top: -8px;
  color: #fff8e9;
  font: 560 clamp(28px, 3vw, 42px)/1.05 Fraunces, Georgia, serif;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
}
.hero-phoenix-card {
  width: min(440px, 88%);
  justify-self: center;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 10px 0 16px;
  position: relative;
  z-index: 1;
}
.hero-phoenix-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 0;
  opacity: .86;
  filter:
    drop-shadow(0 20px 42px rgba(0, 0, 0, .38))
    drop-shadow(0 0 30px rgba(215, 168, 75, .16));
  -webkit-mask-image: radial-gradient(ellipse 64% 64% at 50% 50%, #000 0%, #000 52%, rgba(0, 0, 0, .62) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 64% 64% at 50% 50%, #000 0%, #000 52%, rgba(0, 0, 0, .62) 74%, transparent 100%);
}
.hero-phoenix-card p {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .5);
}
.path-panel-body {
  margin-top: 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(247, 241, 229, .22);
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(16, 36, 54, .94), rgba(29, 79, 95, .78));
  box-shadow: var(--shadow);
}
.hero-path-panel {
  grid-column: 1 / -1;
  width: min(900px, 100%);
  justify-self: center;
  align-self: end;
  margin-top: clamp(14px, 3vw, 34px);
  padding: clamp(30px, 4vw, 44px);
}
.path-list { display: grid; gap: 18px; padding: 0; margin: 24px 0 0; list-style: none; }
.path-list li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: start; color: var(--cream); }
.path-list span { color: var(--gold); font-weight: 900; letter-spacing: .13em; font-size: 15px; padding-top: 5px; }
.path-list p { color: #fff8e9; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.45; }
.hero-path-panel .eyebrow { font-size: 14px; }

.section { padding: 96px 0; }
.section.light { background: var(--paper); color: var(--ink); }
.section.light h2, .section.light h3 { color: var(--ink); }
.section.light p { color: #514b43; }
.section.river { background: linear-gradient(180deg, #102436, #0b1925); border-block: 1px solid var(--line); }
.section.earth { background: linear-gradient(180deg, #20160f, #12222a); border-block: 1px solid rgba(215, 168, 75, .18); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 38px;
}
.copy-stack { display: grid; gap: 18px; }
.grid { display: grid; gap: 18px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card, .route-card, .course-card, .book-card, .support-row {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 251, 242, .055);
}
.section.light .card,
.section.light .route-card,
.section.light .book-card,
.section.light .support-row {
  background: white;
  border-color: var(--line-dark);
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}
.card { min-height: 238px; padding: 28px; }
.card-mark, .route-step, .module-num {
  color: var(--gold);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.card h3 { margin: 14px 0 12px; }

.testimonial-card {
  gap: 22px;
  display: flex;
  flex-direction: column;
}

.testimonial-card p:first-child {
  color: var(--ink);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.45;
  margin: 0;
}

.testimonial-card .card-mark {
  margin-top: auto;
  color: #9a641e;
}

#begin .grid.four {
  align-items: stretch;
}

#begin .grid.four .card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

#begin .grid.four .card h3 {
  min-height: 92px;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
}

#begin .grid.four .card p:not(.card-mark) {
  min-height: 108px;
}

#begin .grid.four .card .btn {
  width: max-content;
  margin-top: auto;
  align-self: flex-start;
}

.pathway-card-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.route-strip {
  width: min(1340px, calc(100vw - 40px));
  margin: -46px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.route-card {
  min-height: 230px;
  padding: 22px;
  background: rgba(16, 36, 54, .96);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.route-card > div {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.route-card h2 {
  min-height: 112px;
  font-size: clamp(28px, 2.6vw, 42px);
  margin: 16px 0 10px;
  overflow-wrap: break-word;
}

.route-card p {
  margin-top: 0;
  overflow-wrap: break-word;
}

.route-card-meditations h2 {
  font-size: clamp(28px, 2.25vw, 38px);
  text-align: left;
}

#begin .pathway-card-strip .route-card {
  min-height: 290px;
  background: rgba(16, 36, 54, .96);
  border-color: rgba(247, 241, 229, .16);
  box-shadow: 0 22px 52px rgba(16, 24, 32, .18);
}

#begin .pathway-card-strip .route-card h2 {
  min-height: 112px;
  font-size: clamp(28px, 2.05vw, 34px);
  color: #fff8e9;
}

#begin .pathway-card-strip .route-card p {
  color: #f1eadc;
}

.capture-band {
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .36);
  background: linear-gradient(135deg, rgba(65, 83, 63, .96), rgba(16, 36, 54, .96));
  padding: clamp(28px, 5vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.capture-band > div { display: grid; gap: 14px; }
.section.light .capture-band h2 { color: #fff8e9; }
.section.light .capture-band p { color: #e7decd; }
.section.light .capture-band .eyebrow { color: var(--gold); }

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .88fr);
  gap: 44px;
  align-items: center;
}
.feature-layout.reverse { grid-template-columns: minmax(330px, .9fr) minmax(0, 1fr); }
.feature-copy { display: grid; gap: 22px; }
.feature-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.book-card { padding: 30px; min-height: 270px; display: grid; align-content: space-between; gap: 18px; }
.book-card h3 { margin-top: 12px; }
.book-card a { color: var(--gold-2); font-weight: 850; border-bottom: 1px solid currentColor; width: max-content; }
.book-cover {
  width: min(170px, 54%);
  height: 240px;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 18px 34px rgba(16, 24, 32, .18);
  justify-self: center;
  margin: 0 auto 6px;
}

.course-card {
  min-height: 310px;
  padding: 26px;
  background: linear-gradient(155deg, rgba(16, 36, 54, .82), rgba(32, 22, 15, .72));
}
.course-card h3 { margin: 14px 0 12px; }

.course-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.course-showcase {
  min-height: 520px;
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .34);
  padding: clamp(26px, 4vw, 38px);
  display: grid;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(7, 16, 26, .44), rgba(7, 16, 26, .94)),
    var(--deep);
  overflow: hidden;
}

.choice-showcase {
  background:
    linear-gradient(180deg, rgba(7, 16, 26, .44), rgba(7, 16, 26, .96)),
    url("https://gilhodgesfreedom.com/images/book-choice.jpg") center / cover;
}

.bym-showcase {
  background:
    linear-gradient(180deg, rgba(7, 16, 26, .50), rgba(7, 16, 26, .96)),
    url("https://gilhodgesfreedom.com/images/book-bym.jpg") center / cover;
}

.course-showcase-copy {
  padding: clamp(22px, 3vw, 30px);
  border-radius: 8px;
  border: 1px solid rgba(247, 241, 229, .24);
  background: rgba(7, 16, 26, .78);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
  backdrop-filter: blur(4px);
}

.course-showcase h3 {
  margin: 12px 0;
  font-size: clamp(34px, 4.8vw, 62px);
  text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
}

.course-showcase p,
.course-showcase li {
  color: #e7decd;
}

.course-showcase ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.course-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.text-link {
  color: var(--gold);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.course-feature-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.course-feature {
  min-height: 300px;
  padding: clamp(26px, 4vw, 36px);
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .32);
  background: linear-gradient(145deg, rgba(16, 36, 54, .9), rgba(65, 83, 63, .7));
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.course-feature .btn { width: max-content; }

.course-feature h3 {
  color: #fff8e9;
}

.course-feature p {
  color: #e7decd;
}

.section.light .course-feature h3 {
  color: #fff8e9;
}

.section.light .course-feature p {
  color: #e7decd;
}

.course-feature .card-mark,
.section.light .course-feature .card-mark {
  color: var(--gold);
}

.path-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.path-choice-card {
  min-height: 290px;
  padding: clamp(26px, 4vw, 38px);
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .34);
  background: linear-gradient(145deg, rgba(16, 36, 54, .94), rgba(65, 83, 63, .74));
  display: grid;
  align-content: space-between;
  gap: 16px;
  box-shadow: 0 24px 62px rgba(23, 33, 43, .12);
}

.path-choice-card span,
.path-detail-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.path-choice-card strong {
  color: #fff8e9;
  font: 560 clamp(34px, 5vw, 62px)/1.02 Fraunces, Georgia, serif;
}

.path-choice-card em {
  color: #e7decd;
  font-style: normal;
  font-size: 18px;
}

.path-detail-section {
  scroll-margin-top: 94px;
}

.path-detail-panel {
  border: 1px solid rgba(215, 168, 75, .34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(7, 16, 26, .72), rgba(16, 36, 54, .92));
  padding: clamp(30px, 5vw, 48px);
  display: grid;
  gap: 28px;
}

.path-detail-panel.light-panel {
  background: #fff;
  border-color: var(--line-dark);
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}

.path-detail-panel.light-panel h2,
.path-detail-panel.light-panel h3 {
  color: var(--ink);
}

.path-detail-panel.light-panel p {
  color: #514b43;
}

.path-detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.path-detail-list article {
  min-height: 160px;
  border-radius: 8px;
  border: 1px solid rgba(247, 241, 229, .16);
  background: rgba(255, 251, 242, .06);
  padding: 22px;
}

.light-panel .path-detail-list article {
  border-color: var(--line-dark);
  background: #fffdf8;
}

.lesson-stack {
  display: grid;
  gap: 14px;
}

.lesson-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 8px;
  border: 1px solid rgba(247, 241, 229, .18);
  background: rgba(255, 251, 242, .055);
}

.lesson-row span,
.timeline span,
.module-card span {
  color: var(--gold);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lesson-row h3,
.timeline h3,
.module-card h3 { margin: 8px 0 10px; }

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.module-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 18px 46px rgba(23, 33, 43, .06);
}

.section.light .module-card p { color: #514b43; }

.timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.timeline article {
  padding: clamp(24px, 3vw, 32px);
  border-radius: 8px;
  border: 1px solid rgba(247, 241, 229, .18);
  background: rgba(255, 251, 242, .055);
}

.course-choice-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 26, .94), rgba(16, 36, 54, .78)),
    url("https://gilhodgesfreedom.com/images/book-choice.jpg") center / cover;
}

.course-bym-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 26, .94), rgba(16, 36, 54, .78)),
    url("https://gilhodgesfreedom.com/images/book-bym.jpg") center / cover;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.schedule-card {
  min-height: 310px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.schedule-card span {
  color: var(--gold-2);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.schedule-card h3 {
  color: var(--ink);
  font-size: clamp(42px, 7vw, 84px);
}

.lesson-stack.compact .lesson-row {
  padding: 22px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  min-height: 390px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .32);
  background: linear-gradient(150deg, rgba(16, 36, 54, .92), rgba(32, 22, 15, .82));
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.pricing-card.featured {
  border-color: rgba(215, 168, 75, .7);
  background: linear-gradient(150deg, rgba(215, 168, 75, .2), rgba(16, 36, 54, .94));
}

.pricing-card.light-card {
  background: white;
  border-color: var(--line-dark);
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}

.pricing-card.featured-light {
  border-color: rgba(184, 134, 53, .58);
  box-shadow: 0 24px 64px rgba(184, 134, 53, .16);
}

.pricing-card h3 {
  font-size: clamp(52px, 7vw, 86px);
}

.pricing-card h3 span {
  font: 800 18px/1 Inter, system-ui, sans-serif;
  color: var(--muted);
}

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

.option-card {
  min-height: 250px;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 18px 42px rgba(23, 33, 43, .07);
  display: grid;
  align-content: space-between;
  gap: 16px;
}

.option-card h3 { margin-top: 10px; }

.option-card a {
  color: var(--gold-2);
  font-weight: 850;
  border-bottom: 1px solid currentColor;
  width: max-content;
}

.featured-option {
  border-color: rgba(184, 134, 53, .56);
  box-shadow: 0 22px 54px rgba(184, 134, 53, .16);
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.event-card {
  min-height: 520px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
  display: grid;
  align-content: space-between;
  gap: 20px;
}

.featured-event {
  border-color: rgba(184, 134, 53, .58);
  box-shadow: 0 24px 64px rgba(184, 134, 53, .16);
}

.event-time {
  display: grid;
  gap: 4px;
}

.event-time strong {
  color: var(--ink);
  font: 560 clamp(72px, 11vw, 132px)/.86 Fraunces, Georgia, serif;
}

.event-time span {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.live-event-section {
  background: #07101a;
}

.live-event-list {
  max-width: 900px;
  display: grid;
}

.live-event-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 116px;
  gap: 34px;
  align-items: center;
  padding: 38px 0;
  border-bottom: 1px solid rgba(247, 241, 229, .18);
}

.live-event-row:first-child {
  border-top: 1px solid rgba(247, 241, 229, .18);
}

.live-event-time {
  display: grid;
  gap: 2px;
}

.live-event-time span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.live-event-time strong {
  color: #fff8e9;
  font: 560 clamp(54px, 6vw, 76px)/.9 Fraunces, Georgia, serif;
}

.live-event-time em {
  color: rgba(247, 241, 229, .68);
  font-style: normal;
  font-weight: 850;
}

.live-event-copy {
  display: grid;
  gap: 10px;
}

.live-event-copy h2 {
  color: #fff8e9;
  font-size: clamp(30px, 3vw, 40px);
}

.live-event-copy p {
  color: #e7decd;
  font-weight: 750;
}

.recording-warning {
  color: #ff6b5f !important;
  font-size: 13px;
  font-weight: 900 !important;
  line-height: 1.35;
}

.simple-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 19px;
  color: #514b43;
}

.med-library {
  margin-top: 42px;
}

.med-section-title {
  margin: 44px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(215, 168, 75, .24);
  color: var(--gold);
  font-size: clamp(24px, 3vw, 36px);
}

.med-section-title:first-child {
  margin-top: 0;
}

.med-track-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.med-track {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid rgba(247, 241, 229, .12);
}

.med-track span {
  color: rgba(247, 241, 229, .58);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.med-track b {
  color: var(--cream);
  font: 560 18px/1.35 Fraunces, Georgia, serif;
}

.med-track em {
  color: var(--gold);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--mist);
}

.section.light .pricing-card ul,
.pricing-card.light-card ul { color: #514b43; }

.inline-offer {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.inline-offer p {
  color: #514b43;
}

.inline-offer a {
  color: var(--gold-2);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
}

.inline-offer.dark-offer {
  border-color: rgba(215, 168, 75, .34);
  background: rgba(255, 251, 242, .07);
}

.inline-offer.dark-offer p { color: var(--mist); }

.bundle-panel {
  margin-top: 0;
}

.price-chip {
  min-width: 220px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .45);
  background: rgba(255, 251, 242, .08);
  display: grid;
  gap: 10px;
  justify-items: start;
}

.price-chip span {
  color: var(--gold);
  font: 560 clamp(58px, 7vw, 92px)/.9 Fraunces, Georgia, serif;
}

.price-chip p {
  color: var(--cream);
  font-weight: 850;
}

.light-panel {
  background: white;
  border-color: var(--line-dark);
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}

.light-panel h2,
.light-panel p { color: var(--ink); }

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 32px;
  align-items: start;
}

.interest-form {
  padding: clamp(24px, 4vw, 36px);
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
  display: grid;
  gap: 18px;
}

.interest-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

.interest-form input,
.interest-form select,
.interest-form textarea {
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: #fffdf8;
  color: var(--ink);
  font: 500 16px/1.4 Inter, system-ui, sans-serif;
  padding: 12px 14px;
}

.interest-form textarea {
  resize: vertical;
}

.sales-panel {
  margin-top: 34px;
  border: 1px solid rgba(215, 168, 75, .42);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(215, 168, 75, .12), rgba(16, 36, 54, .9));
  padding: clamp(28px, 4vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.newsletter-embed {
  width: min(460px, 100%);
}
.newsletter-embed iframe {
  width: 100%;
  height: 150px;
  border: 1px solid rgba(255, 252, 245, .28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}
.light-embed iframe {
  border-color: var(--line);
  box-shadow: 0 18px 40px rgba(23, 33, 43, .10);
}

.support-list { display: grid; gap: 14px; }
.support-row {
  padding: 20px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
}
.support-row b { color: var(--gold); font: 560 34px/1 Fraunces, Georgia, serif; }

.donation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.donation-card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(23, 33, 43, .2);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--ink);
  display: grid;
  align-content: space-between;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(23, 33, 43, .08);
}
.donation-card span {
  color: #9a641e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.donation-card b {
  color: var(--ink);
  font: 560 clamp(30px, 3vw, 46px)/.95 Fraunces, Georgia, serif;
}
.donation-card p {
  margin: 0;
  color: #3f372f;
  font-weight: 650;
}
.featured-donation {
  background: linear-gradient(145deg, rgba(215, 168, 75, .22), #fffdf9);
  border-color: rgba(154, 100, 30, .72);
}
.river .donation-card {
  background: #fffdf9;
}
.anchor-offset {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}

.share-box {
  max-width: 920px;
  text-align: center;
}
.share-box .lead { margin: 18px auto 0; }
.share-copy {
  margin: 30px auto 20px;
  max-width: 760px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 251, 242, .06);
  text-align: left;
}
.share-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.share-options details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 251, 242, .07);
  overflow: hidden;
}
.share-options summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--cream);
  font-weight: 800;
}
.share-options details[open] summary {
  border-bottom: 1px solid var(--line);
}
.share-options details p {
  padding: 16px 18px 18px;
  margin: 0;
  color: rgba(255, 251, 242, .86);
}

.page-hero {
  padding: 92px 0 64px;
  background:
    linear-gradient(90deg, rgba(7, 16, 26, .94), rgba(16, 36, 54, .78)),
    url("gil-headshot-cropped.webp") center / cover;
}
.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
  gap: 44px;
  align-items: center;
}
.detail-list { display: grid; gap: 18px; }
.detail-item {
  padding: 22px 0;
  border-top: 1px solid var(--line-dark);
}
.detail-item h3 { margin-bottom: 8px; }
.price-box {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(16, 36, 54, .96), rgba(65, 83, 63, .9));
  padding: 30px;
  color: var(--cream);
}
.price-box h3 { color: var(--cream); }
.price-box p { color: rgba(255, 251, 242, .84); }
.price-box .path-list p { color: rgba(255, 251, 242, .84); }
.section.light .price-box .eyebrow,
.price-box .eyebrow {
  color: var(--gold);
}
.section.light .price-box h3,
.section.light .price-box p,
.section.light .price-box .path-list p {
  color: var(--cream);
}
.section.light .price-box > p:not(.eyebrow) {
  color: rgba(255, 251, 242, .88);
}

.hero-choice-box {
  align-self: stretch;
}

.hero-choice-actions {
  display: grid;
  gap: 14px;
}

.hero-choice-actions a {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(247, 241, 229, .22);
  background: rgba(255, 251, 242, .08);
  display: grid;
  gap: 7px;
}

.hero-choice-actions span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-choice-actions strong {
  color: #fff8e9;
  font: 560 30px/1.05 Fraunces, Georgia, serif;
}

.hero-choice-actions em {
  color: #e7decd;
  font-style: normal;
}

.footer {
  padding: 44px 0;
  background: #050b12;
  border-top: 1px solid var(--line);
}
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; }
.footer img { width: min(250px, 70vw); margin-bottom: 14px; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; color: var(--muted); font-weight: 750; }
.footer-links a { align-items: center; display: inline-flex; min-height: 44px; }
.footer-links a:hover { color: var(--gold); }

.mini-hero {
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(7, 16, 26, .94), rgba(16, 36, 54, .84)),
    url("https://pearlofpeace.org/images/pearl-hero.jpg") center / cover;
}

.mini-hero .lead { margin-top: 18px; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.pathway {
  display: grid;
  gap: 16px;
  counter-reset: pathway;
}

.pathway-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 18px 46px rgba(23, 33, 43, .06);
}

.pathway-item span {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pathway-item h3 { margin-bottom: 8px; }

.media-card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 251, 242, .06);
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-card .inside { padding: 24px; }

.about-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 26, .96), rgba(16, 36, 54, .82), rgba(32, 22, 15, .72)),
    url("https://pearlofpeace.org/images/pearl-hero.jpg") center / cover;
}

.about-portrait {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 0;
}

.about-portrait img {
  width: min(420px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 8px;
  border: 1px solid rgba(247, 241, 229, .22);
  box-shadow: var(--shadow);
}

.about-portrait figcaption {
  color: var(--gold);
  font: 560 clamp(30px, 3vw, 46px)/1 Fraunces, Georgia, serif;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .4);
}

.about-statement {
  max-width: 980px;
  padding: clamp(28px, 5vw, 48px);
  border-left: 5px solid var(--gold-2);
  background: linear-gradient(145deg, #fff, rgba(247, 241, 229, .82));
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}

.about-statement p {
  color: var(--ink);
  font: 560 clamp(34px, 5vw, 68px)/1.06 Fraunces, Georgia, serif;
}

.about-statement span {
  display: block;
  margin-top: 18px;
  color: #514b43;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
}

.about-book-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about-book-path article {
  min-height: 250px;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}

.about-book-path span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-book-path h3 {
  margin: 14px 0 12px;
}

.faq {
  display: grid;
  gap: 14px;
}

.faq details {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: white;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
}

.faq p { margin-top: 12px; }

.contact-box {
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .42);
  background: linear-gradient(145deg, rgba(215, 168, 75, .14), rgba(16, 36, 54, .9));
  padding: clamp(28px, 4vw, 42px);
}

.next-step-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 75, .38);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(247, 241, 229, .9));
  padding: clamp(22px, 4vw, 32px);
  box-shadow: 0 18px 46px rgba(23, 33, 43, .08);
}

.next-step-box h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 10px;
}

.next-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

.article-list {
  display: grid;
  gap: 16px;
}

.article-row {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--line-dark);
}

.article-row time,
.article-row span {
  color: var(--gold-2);
  font-weight: 850;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-row a { color: var(--ink); font-weight: 850; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.blog-featured,
.blog-card,
.newsletter-panel {
  border-radius: 8px;
  overflow: hidden;
}

.blog-featured {
  margin-bottom: 22px;
  border: 1px solid rgba(184, 134, 53, .48);
  background: white;
  box-shadow: 0 24px 64px rgba(23, 33, 43, .11);
}

.blog-featured-image,
.blog-card-image {
  display: block;
  background: var(--deep);
}

.blog-featured-image { aspect-ratio: 2 / 1; }
.blog-card-image { aspect-ratio: 16 / 9; }

.blog-featured img,
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-featured-body,
.blog-card-body {
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: clamp(24px, 4vw, 36px);
}

.blog-featured-body time,
.blog-card-body time {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-featured h3 {
  font-size: clamp(36px, 5vw, 64px);
}

.blog-featured h3 a,
.blog-card h3 a {
  color: inherit;
}

.blog-card {
  min-height: 460px;
  border: 1px solid var(--line-dark);
  background: white;
  box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}

.blog-card h3 {
  font-size: clamp(24px, 2.4vw, 32px);
}

.blog-state {
  grid-column: 1 / -1;
  min-height: 220px;
  padding: 52px 24px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  text-align: center;
}

.blog-state .btn {
  margin-top: 20px;
}

.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
  border: 1px solid rgba(215, 168, 75, .36);
  background: linear-gradient(145deg, rgba(255, 251, 242, .08), rgba(16, 36, 54, .72));
  padding: clamp(28px, 5vw, 46px);
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-linkout .btn {
  width: 100%;
}

.newsletter-form label {
  display: grid;
  gap: 8px;
  color: var(--cream);
  font-weight: 850;
}

.newsletter-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(247, 241, 229, .22);
  border-radius: 8px;
  background: rgba(255, 251, 242, .96);
  color: var(--ink);
  font: 600 16px/1.4 Inter, system-ui, sans-serif;
  padding: 12px 14px;
}

@media (max-width: 760px) {
  .article-row, .pathway-item { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links { width: 100%; justify-content: flex-start; }
  .hero { min-height: auto; padding-top: 64px; }
  .hero-grid, .split, .feature-layout, .feature-layout.reverse, .capture-band, .sales-panel, .page-grid, .footer-grid, .form-layout, .next-step-box { grid-template-columns: 1fr; }
  .route-strip, .pathway-card-strip, .grid.three, .grid.four, .blog-grid, .about-book-path, .module-grid, .timeline, .course-feature-grid, .course-showcase-grid, .path-choice-grid, .path-detail-list, .schedule-grid, .pricing-grid, .option-grid, .event-grid, .donation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .wrap, .route-strip { width: min(100vw - 28px, var(--max)); }
  html, body { max-width: 100vw; overflow-x: hidden; }
  .section { padding: 72px 0; }
  h1 { font-size: 40px; max-width: 12ch; overflow-wrap: normal; }
  .page-hero h1 { max-width: 12ch; }
  p, .lead { max-width: 330px; overflow-wrap: break-word; }
  .hero-grid, .page-grid, .hero-copy, .path-panel, .hero-identity, .price-box, .feature-copy { min-width: 0; max-width: 100%; }
  .hero-copy { width: min(100%, 330px); }
  .hero, .page-hero { overflow: hidden; }
  .nav { overflow: hidden; flex-direction: row; align-items: center; gap: 12px; padding: 10px 14px; min-height: 66px; }
  .brand { flex: 0 0 auto; }
  .brand img { width: min(116px, 30vw); max-height: 56px; margin: 0; }
  .nav-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    gap: 6px;
    font-size: 14px;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { flex: 0 0 auto; min-width: 0; min-height: 48px; padding: 11px 10px; text-align: center; white-space: nowrap; }
  .nav-action { padding: 12px 12px; }
  .route-strip, .pathway-card-strip, .grid.three, .grid.four, .blog-grid, .about-book-path, .newsletter-panel, .module-grid, .timeline, .course-feature-grid, .course-showcase-grid, .path-choice-grid, .path-detail-list, .lesson-row, .schedule-grid, .pricing-grid, .option-grid, .event-grid, .donation-grid { grid-template-columns: 1fr; }
  .live-event-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 0;
  }
  .live-event-row .btn {
    width: 100%;
  }
  .actions { display: grid; }
  .btn { width: 100%; }
  .course-feature .btn { width: 100%; }
  .course-showcase-actions { display: grid; }
  .course-showcase-actions .text-link { width: max-content; }
  .inline-offer { display: grid; }
  .inline-offer a { white-space: normal; }
  .next-step-actions { display: grid; justify-content: stretch; }
  .path-list li { grid-template-columns: 1fr; gap: 6px; }
  .hero-path-panel { padding: 24px; }
  .support-row { grid-template-columns: 1fr; }
}
