:root {
  --bg: #F6F4ED;
  --ink: #002A32;
  --muted: #5a6b6e;
  --line: #e4dfd4;
  --white: #ffffff;
  --gold: #C4A574;
  --header: 100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

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

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

ul {
  list-style: none;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  background: var(--ink);
  color: var(--white);
  padding: 8px 14px;
  z-index: 100;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.skip-link:focus {
  top: 16px;
}

.kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted);
}

h1,
h2,
h3,
.serif {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero h1 {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.wrap {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 10px 8px;
}

.menu-toggle i {
  display: block;
  height: 1.5px;
  width: 22px;
  background: var(--ink);
}

.menu-toggle i:last-child {
  width: 16px;
}

.header-meta {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 1;
}

.tm {
  font-size: 0.42em;
  position: relative;
  top: -0.7em;
  margin-left: 0.08em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.brand .tm {
  font-size: 10px;
  top: auto;
  align-self: flex-end;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 2px;
  transform: translateY(-2px);
}

/* Homepage overlay menu keeps the original top-right mark */
.front-page .nav-overlay .brand,
.home .nav-overlay .brand {
  align-items: flex-start;
}
.front-page .nav-overlay .brand .tm,
.home .nav-overlay .brand .tm {
  top: 4px;
  align-self: flex-start;
  transform: none;
}

.front-page .site-header .brand .tm,
.home .site-header .brand .tm,
.page-template-page-lumina .site-header .brand .tm,
.page-template-page-innermost .site-header .brand .tm,
.page-template-page-ascend .site-header .brand .tm,
.page-template-page-podcast .site-header .brand .tm {
  color: #F6F4ED;
}

.brand img {
  height: 58px;
  width: auto;
  max-width: min(360px, 58vw);
  object-fit: contain;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}

.header-right .btn {
  letter-spacing: 0.12em;
  padding: 0 14px;
  white-space: nowrap;
}

.header-right a:not(.btn) {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 60;
  display: none;
  padding: 32px 48px;
  overflow: auto;
}

.nav-overlay[hidden] {
  display: none !important;
}

.nav-overlay.open {
  display: block !important;
}

.nav-overlay header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
}

.nav-overlay nav {
  display: grid;
  gap: 6px;
  max-width: 720px;
}

.nav-overlay nav a {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.12;
}

.nav-overlay nav a:hover {
  opacity: 0.4;
}

.close-menu {
  border: 0;
  background: none;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}

.home .site-header,
.front-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: none;
}

.home .menu-toggle i,
.front-page .menu-toggle i {
  background: #fff;
}

.home .header-meta,
.front-page .header-meta {
  color: #fff;
}

.home .header-right .btn,
.front-page .header-right .btn,
.home .header-join,
.front-page .header-join {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.92);
  color: #fff;
}

.home .header-right .btn:hover,
.front-page .header-right .btn:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.hero {
  position: relative;
  height: calc(100vh - var(--header));
  min-height: 640px;
  color: var(--white);
  overflow: hidden;
}

.home .hero,
.front-page .hero {
  height: 100vh;
}

.hero img,
.hero .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .hero img,
.front-page .hero img {
  object-position: center 18%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 42, 50, 0.35) 0%, rgba(0, 42, 50, 0.12) 38%, rgba(0, 42, 50, 0.55) 72%, rgba(0, 42, 50, 0.72) 100%),
    rgba(0, 42, 50, 0.22);
}

.hero-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.home .hero-copy,
.front-page .hero-copy {
  justify-content: flex-end;
  padding-top: calc(var(--header) + 12px);
  padding-bottom: 8vh;
}

.hero .kicker {
  color: rgba(246, 244, 237, 0.86);
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(42px, 6.4vw, 84px);
  line-height: 1.05;
  color: var(--white);
  max-width: 16ch;
}

.hero p {
  margin-top: 22px;
  max-width: 640px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(246, 244, 237, 0.92);
}

.home .hero-lede,
.front-page .hero-lede {
  font-size: 20px;
  max-width: 22ch;
  line-height: 1.45;
}

.hero .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}


.lumina-hero {
  height: 100vh;
  color: #F6F4ED;
}
.lumina-hero::after {
  background: linear-gradient(
    180deg,
    rgba(10, 8, 6, 0.48) 0%,
    rgba(10, 8, 6, 0.18) 40%,
    rgba(10, 8, 6, 0.32) 100%
  );
}
.lumina-hero img {
  object-position: center center;
}
.lumina-hero .hero-copy {
  justify-content: flex-start;
  padding-top: calc(var(--header) + 7vh);
  padding-bottom: 30vh;
}
.lumina-hero h1 {
  max-width: none;
  font-size: clamp(64px, 12vw, 148px);
  line-height: 0.9;
  letter-spacing: 0.06em;
  margin: 0;
}
.lumina-hero h1,
.lumina-hero p,
.lumina-hero .lineage {
  color: #F6F4ED;
}
.lumina-hero .kicker {
  color: #C4A574;
  margin-bottom: 18px;
}
.lumina-hero .lineage {
  margin-top: 22px;
  max-width: 28ch;
}
.lumina-hero .hero-actions {
  margin-top: 32px;
}
.page-template-page-lumina .site-header,
.page-template-page-innermost .site-header,
.page-template-page-ascend .site-header,
.page-template-page-podcast .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: none;
}
.page-template-page-lumina .menu-toggle i,
.page-template-page-innermost .menu-toggle i,
.page-template-page-ascend .menu-toggle i,
.page-template-page-podcast .menu-toggle i {
  background: #F6F4ED;
}
.page-template-page-lumina .header-meta,
.page-template-page-innermost .header-meta,
.page-template-page-ascend .header-meta,
.page-template-page-podcast .header-meta {
  color: #F6F4ED;
}
.page-template-page-lumina .header-right .btn,
.page-template-page-innermost .header-right .btn,
.page-template-page-ascend .header-right .btn,
.page-template-page-podcast .header-right .btn {
  background: transparent;
  border-color: #F6F4ED;
  color: #F6F4ED;
}

.page-hero {
  padding: 88px 0 40px;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(42px, 6vw, 84px);
  line-height: 1.05;
  max-width: 16ch;
  margin: 16px auto 20px;
}

.page-hero .lede {
  margin-left: auto;
  margin-right: auto;
}

.block {
  padding: 120px 0;
}

.block.tight {
  padding: 88px 0 40px;
}

.block.soft {
  background: var(--white);
}

.block.ink {
  background: var(--ink);
  color: var(--bg);
}

.block.ink .kicker,
.block.ink .lede,
.block.ink p {
  color: rgba(246, 244, 237, 0.78);
}

.block.ink h2,
.block.ink h3 {
  color: var(--bg);
}

.center {
  text-align: center;
}

.center .kicker,
.center h2,
.center .lede {
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  margin: 16px 0 20px;
}

h3 {
  font-size: 28px;
}

.lede {
  max-width: 620px;
  color: var(--muted);
  font-weight: 400;
  font-size: 17px;
}

.prose {
  max-width: 680px;
}

.prose p + p {
  margin-top: 18px;
}

.prose p {
  color: var(--muted);
}

.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 28vw);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 32px 28px;
  scroll-snap-type: x mandatory;
}

.card {
  scroll-snap-align: start;
  color: inherit;
}

.card figure {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--line);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.card:hover img {
  transform: scale(1.05);
}

.card h3 {
  font-size: 28px;
  margin-top: 16px;
}

.card p {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 680px;
}

.split.reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.split figure {
  min-height: 520px;
  overflow: hidden;
}

.split figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split figure img.portrait-top {
  object-position: top center;
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 8vw;
}

.split-copy p + p {
  margin-top: 18px;
  color: var(--muted);
}

.split.held {
  align-items: center;
  min-height: 0;
}

.split.held figure {
  min-height: 0;
  aspect-ratio: 16 / 10;
  align-self: center;
}

.split.held figure img {
  object-position: center 42%;
}

.card.held figure {
  aspect-ratio: 16 / 10;
}

.card.held img {
  object-position: center 40%;
}

.story img.held {
  object-position: center 42%;
}

.banner {
  position: relative;
  min-height: 72vh;
  color: var(--white);
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}

.banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 42, 50, 0.38);
}

.banner-copy {
  position: relative;
  z-index: 1;
  padding: 80px 24px;
  max-width: 760px;
}

.banner h2,
.banner blockquote {
  color: var(--white);
}

.banner p,
.banner .kicker {
  color: rgba(246, 244, 237, 0.86);
}

.banner blockquote {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(24px, 3vw, 36px);
  margin: 18px 0 28px;
}

.quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
}

.quotes article:first-child {
  grid-column: 1 / -1;
}

.quotes blockquote {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.2;
}

.quotes article:not(:first-child) blockquote {
  font-size: 26px;
}

.quotes footer {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.story {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.story:last-child {
  border-bottom: 1px solid var(--line);
}

.story img {
  width: 220px;
  height: 140px;
  object-fit: cover;
}

.story h3 {
  font-size: 32px;
}

.story p {
  color: var(--muted);
  margin-top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}

.btn.ghost {
  background: transparent;
  color: var(--ink);
}

.btn.light {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn.gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.btn.gold.ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--gold);
}

.text-link {
  display: inline-block;
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

form {
  display: grid;
  gap: 18px;
  margin-top: 12px;
}

label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

input,
textarea,
select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 10px 0 12px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  border-bottom-color: var(--ink);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

form .btn {
  width: 100%;
}

.contact-line {
  margin-top: 36px;
  color: var(--muted);
}

.contact-line a {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.site-footer {
  padding: 72px 0 28px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

.site-footer h4 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.site-footer li {
  list-style: none;
  margin-bottom: 8px;
}

.site-footer a,
.site-footer p {
  color: var(--muted);
}

.site-footer .brand img {
  height: 48px;
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}

.faq-grid,
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
}

.faq-grid h3,
.facts dt {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-weight: 400;
}

.facts dt {
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}

.facts dd {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 28px;
}

.faq-grid p {
  color: var(--muted);
}

.inquire-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.speakers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.speakers figure {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--line);
  margin-bottom: 18px;
}

.speakers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.speakers h3 {
  font-size: 26px;
}

.speakers p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 15px;
}

.lineage {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.4;
  text-align: center;
  margin: 8px auto 0;
  max-width: 22ch;
}

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

.hairline {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

.entry {
  padding: 88px 0 120px;
}

.entry h1 {
  font-size: clamp(36px, 5vw, 64px);
  margin: 12px 0 28px;
}

.entry .meta {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.entry .content p {
  margin-bottom: 1.15em;
  color: var(--muted);
  max-width: 680px;
}

.posts {
  display: grid;
  gap: 0;
}

body.page-template-page-lumina .kicker,
body.page-template-page-lumina .page-hero .kicker {
  color: var(--gold);
}

body.page-template-page-lumina input:focus,
body.page-template-page-lumina textarea:focus {
  border-bottom-color: var(--gold);
}

body.page-template-page-lumina .facts dt {
  color: var(--gold);
}

.podcast-cover {
  max-width: 420px;
  margin: 0 auto 36px;
}

.podcast-cover img {
  width: 100%;
  height: auto;
}

.episode-list article {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.episode-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.episode-list h3 {
  font-size: 28px;
}

.episode-list p {
  color: var(--muted);
  margin-top: 8px;
}

@media (max-width: 980px) {
  .header-meta {
    display: none;
  }

  .split,
  .split.reverse,
  .quotes,
  .faq-grid,
  .facts,
  .footer-grid,
  .form-row,
  .inquire-grid,
  .speakers {
    grid-template-columns: 1fr;
  }

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

  .story img {
    width: 100%;
    height: 200px;
  }

  .rail {
    grid-auto-columns: 78vw;
    padding: 0 20px 24px;
  }

  .block {
    padding: 80px 0;
  }

  .wrap {
    width: calc(100% - 40px);
  }

  .nav-overlay {
    padding: 24px 24px;
  }

  .hero {
    min-height: 520px;
  }
}

.nav-overlay.open,
.nav-overlay.open[hidden] {
  display: block !important;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rule {
  width: 64px;
  height: 1px;
  background: var(--gold);
  margin: 28px auto 0;
}

.block.teal,
.block.ink {
  background: var(--ink);
  color: var(--bg);
}

.block.cream-deep {
  background: #ebe6d8;
}

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

.sister-note a {
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 64px;
  align-items: start;
}

.contact-email {
  font-size: 32px;
  margin: 12px 0 18px;
}

.podcast-hero {
  position: relative;
  display: block;
  min-height: 88vh;
  background: #000;
  color: #F6F4ED;
}

.podcast-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}

.podcast-hero figure {
  position: absolute;
  inset: 0;
  min-height: 0;
  overflow: hidden;
}

.podcast-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.podcast-hero .split-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px 7vh;
  background: transparent;
}

.podcast-hero .split-copy h1,
.podcast-hero .split-copy p {
  color: #F6F4ED;
}

.podcast-hero .split-copy h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(22px, 5vw, 64px);
}

.podcast-hero .split-copy p {
  max-width: 62ch;
}

.podcast-hero .btn-row {
  justify-content: center;
}

.podcast-hero .kicker {
  color: var(--gold);
}

.episodes,
.episode-list {
  display: grid;
}

.episode {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.episode:last-child {
  border-bottom: 1px solid var(--line);
}

.episode time {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.bio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px 0 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.empty-note {
  color: var(--muted);
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .contact-layout,
  .podcast-hero {
    grid-template-columns: 1fr;
  }

  .episode {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .card img {
    transition: none;
  }
}

/* LUMINA event page — scoped; do not alter homepage templates */
.lumina-hero .lumina-sub {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.6vw, 30px);
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.25;
  margin-top: 10px;
  max-width: none;
  color: #F6F4ED;
}

.lumina-hero .lumina-status {
  margin-top: 28px;
  max-width: none;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: #F6F4ED;
}

.page-template-page-lumina {
  padding-bottom: 56px;
}

.page-template-page-lumina .kicker {
  color: var(--gold);
}

.lumina-gathering {
  background: var(--bg);
}

.lumina-gathering-inner {
  display: grid;
  place-items: center;
  text-align: center;
}

.lumina-gathering .prose {
  text-align: left;
  margin-top: 36px;
}

.lumina-gathering .prose p + p {
  margin-top: 28px;
}

.lumina-italic {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.45;
  color: var(--ink) !important;
  text-align: center;
}

.lumina-days {
  background: var(--white);
}

.lumina-days .lede {
  max-width: 46ch;
}

.lumina-days-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--line);
}

.lumina-days-grid article {
  padding: 36px 40px 8px 0;
  border-right: 1px solid var(--line);
}

.lumina-days-grid article:last-child {
  border-right: 0;
  padding-right: 0;
}

.lumina-days-grid article:not(:first-child) {
  padding-left: 40px;
}

.lumina-days-grid h3 {
  font-size: clamp(28px, 3vw, 36px);
  margin: 10px 0 14px;
}

.lumina-days-grid p {
  color: var(--muted);
  max-width: 32ch;
}

.lumina-days-note {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.lumina-rates {
  background: var(--bg);
}

.lumina-rate-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.lumina-rate {
  background: var(--white);
  border: 1px solid var(--ink);
  padding: 40px 36px 36px;
}

.lumina-rate.is-founding {
  border-color: var(--gold);
  box-shadow: inset 0 3px 0 var(--gold);
}

.lumina-rate .kicker {
  margin-bottom: 28px;
}

.lumina-price {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.lumina-price + .lumina-price {
  margin-top: 10px;
}

.lumina-price strong {
  font-weight: 400;
}

.lumina-price span {
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.lumina-rate-notes {
  display: grid;
  gap: 18px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.lumina-rate-notes p {
  color: var(--ink);
  font-size: 16px;
}

.lumina-rate-notes span {
  display: inline-block;
  min-width: 9.5em;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.lumina-reserve {
  background: var(--white);
  padding-bottom: calc(120px + 56px);
  scroll-margin-top: 24px;
}

.lumina-reserve .opt {
  letter-spacing: 0.08em;
  text-transform: none;
  font-size: 11px;
  color: var(--muted);
}

.page-template-page-lumina input:focus,
.page-template-page-lumina textarea:focus,
.page-template-page-lumina select:focus {
  border-bottom-color: var(--gold);
}

.lumina-colophon {
  background: var(--bg);
  text-align: center;
}

.lumina-colophon .note {
  margin: 0;
}

.lumina-colophon a {
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
}

.lumina-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 28px;
  background: var(--ink);
  color: var(--bg);
  border-top: 1px solid rgba(196, 165, 116, 0.35);
}

.lumina-sticky p {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0;
}

.lumina-sticky strong {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.lumina-sticky .btn {
  min-height: 36px;
  padding: 0 18px;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .lumina-days-grid,
  .lumina-rate-cards {
    grid-template-columns: 1fr;
  }

  .lumina-days-grid article,
  .lumina-days-grid article:not(:first-child),
  .lumina-days-grid article:last-child {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lumina-days-grid article:last-child {
    border-bottom: 0;
  }

  .lumina-rate-notes span {
    display: block;
    margin-bottom: 4px;
  }

  .lumina-hero .hero-copy {
    padding-top: calc(var(--header) + 4vh);
    padding-bottom: 26vh;
  }
}

@media (max-width: 640px) {
  .lumina-sticky {
    display: none;
  }

  .page-template-page-lumina {
    padding-bottom: 0;
  }

  .lumina-reserve {
    padding-bottom: 80px;
  }
}

/* Store page — scoped; do not alter other templates */
.store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.store-grid-rates {
  grid-template-columns: repeat(3, 1fr);
}

.store-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 40px 36px 36px;
  display: flex;
  flex-direction: column;
}

.store-card .kicker {
  color: var(--gold);
}

.store-card h3 {
  font-size: clamp(26px, 3vw, 32px);
  margin: 10px 0 8px;
}

.store-card p {
  color: var(--muted);
}

.store-card .btn {
  margin-top: 28px;
  align-self: flex-start;
}

.store-price {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  color: var(--ink);
  margin: 8px 0 16px;
}

.split-copy > .store-price {
  margin: 4px 0 12px;
}

.store-colophon {
  text-align: center;
}

.store-colophon .note {
  margin: 0;
}

.store-colophon a {
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
}

@media (max-width: 980px) {
  .store-grid,
  .store-grid-rates {
    grid-template-columns: 1fr;
  }
}


/* The Collective — plugin owns /collective/; keep header/footer on cream */
body.thrivery-room .site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
body.thrivery-room main#content {
  min-height: calc(100vh - var(--header) - 280px);
}

.lumina-lockup a {
  display: block;
  line-height: 0;
}
.lumina-lockup img {
  display: block;
  width: 100%;
  height: auto;
}

/* Archive event pages — INNERMOST / ASCEND */
.event-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #002A32;
}
.event-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.split-copy h2 a,
.card h3 a {
  color: inherit;
  text-decoration: none;
}
.split-copy h2 a:hover,
.card h3 a:hover {
  color: inherit;
}
.split figure a {
  display: block;
  line-height: 0;
  height: 100%;
}
.split figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innermost-hero .hero-copy {
  padding-bottom: 9vh;
}
.innermost-hero .lumina-sub {
  margin-top: auto;
}
.innermost-hero .lineage {
  margin-top: 8px;
  max-width: none;
}

.ascend-hero .lineage {
  max-width: none;
  white-space: nowrap;
}

.card-lumina img {
  object-position: center 42%;
}

.event-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #002A32;
}
.event-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.event-video-poster::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  border: 2px solid #F6F4ED;
  background: rgba(0, 42, 50, 0.28);
  box-sizing: border-box;
}
.event-video-poster::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin: -8px 0 0 -4px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #F6F4ED;
  z-index: 1;
}

@media (max-width: 980px) {
  .podcast-hero {
    min-height: 100vh;
  }
  .podcast-hero .split-copy {
    padding: 0 20px 6vh;
  }
}


/* Podcast, LUMINA, INNERMOST, ASCEND: no brand in the page header */
.page-template-page-podcast .site-header .brand,
.page-template-page-innermost .site-header .brand,
.page-template-page-ascend .site-header .brand,
.page-template-page-lumina .site-header .brand {
  visibility: hidden;
  pointer-events: none;
}
.page-template-page-podcast .nav-overlay .brand {
  display: none;
}

/* Podcast hero title: smaller ® at bottom-right of the Y */
.podcast-hero h1 .tm {
  font-size: 0.21em;
  top: 0.35em;
  margin-left: 0.04em;
}


/* === Mobile UX sweep (2026-09-03) === */
html {
  -webkit-text-size-adjust: 100%;
}

.header-join-short {
  display: none;
}

@media (max-width: 720px) {
  :root {
    --header: 72px;
  }

  .wrap {
    width: calc(100% - 32px);
  }

  .site-header {
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
  }

  .header-inner {
    gap: 6px;
  }

  .brand img {
    height: 40px;
    max-width: min(148px, 40vw);
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    padding: 8px 4px;
  }

  .header-right {
    gap: 6px;
    min-width: 0;
  }

  .header-right .btn,
  .header-join {
    font-size: 9px;
    letter-spacing: 0.08em;
    padding: 0 10px;
    min-height: 34px;
    white-space: nowrap;
  }

  /* Prefer short CTA label when dual spans are present */
  .header-join-full {
    display: none;
  }
  .header-join-short {
    display: inline;
  }

  /* Fallback if header HTML not yet dual-labeled */
  a.header-join:not(:has(.header-join-short)) {
    font-size: 0;
    letter-spacing: 0;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }
  a.header-join:not(:has(.header-join-short))::after {
    content: "Join";
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .nav-overlay {
    padding:
      calc(20px + env(safe-area-inset-top, 0px))
      calc(20px + env(safe-area-inset-right, 0px))
      calc(24px + env(safe-area-inset-bottom, 0px))
      calc(20px + env(safe-area-inset-left, 0px));
  }

  .nav-overlay header {
    margin-bottom: 40px;
  }

  .nav-overlay nav a {
    font-size: clamp(28px, 9vw, 44px);
    line-height: 1.18;
  }

  .hero {
    min-height: 100svh;
  }

  .home .hero,
  .front-page .hero,
  .lumina-hero {
    height: 100svh;
    min-height: 100svh;
  }

  .home .hero-copy,
  .front-page .hero-copy {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px) + 4vh);
    justify-content: flex-end;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 52px);
    text-shadow: 0 1px 18px rgba(0, 20, 24, 0.45);
  }

  .home .hero-lede,
  .front-page .hero-lede {
    font-size: 16px;
    max-width: 28ch;
  }

  .hero .hero-actions {
    width: 100%;
    gap: 10px;
    margin-top: 22px;
  }

  .hero .hero-actions .btn {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    padding: 0 12px;
  }

  .page-hero {
    padding: 48px 0 36px;
  }

  .page-hero h1 {
    font-size: clamp(32px, 9vw, 48px);
  }

  .block {
    padding: 64px 0;
  }

  .store-card {
    padding: 28px 22px 24px;
  }

  .store-card .btn {
    width: 100%;
    align-self: stretch;
  }

  .btn-row {
    gap: 10px;
  }

  .btn-row .btn {
    flex: 1 1 auto;
    min-width: min(100%, 140px);
  }

  .ascend-hero .lineage {
    white-space: normal;
  }

  .podcast-hero .split-copy {
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  }

  .lumina-hero .hero-copy {
    padding-bottom: calc(22vh + env(safe-area-inset-bottom, 0px));
  }

  .contact-email {
    font-size: clamp(22px, 6vw, 28px);
    word-break: break-word;
  }

  .episode-list h3 {
    font-size: 22px;
  }

  /* Avoid iOS bottom-bar covering sticky/footer CTAs */
  .site-footer {
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 420px) {
  .brand img {
    height: 34px;
    max-width: min(120px, 34vw);
  }

  .header-right .btn,
  .header-join {
    padding: 0 8px;
    min-height: 32px;
  }

  .header-join-short,
  a.header-join:not(:has(.header-join-short))::after {
    font-size: 8px;
    letter-spacing: 0.06em;
  }

  .hero .hero-actions {
    flex-direction: column;
  }

  .hero .hero-actions .btn {
    width: 100%;
    flex: 1 1 auto;
  }
}
