/* Manifesting With Friends — Kajabi landing-page theme */
:root {
  --ivory: #f8f1e7;
  --paper: #fffdf9;
  --ink: #2c1635;
  --plum: #500078;
  --plum-deep: #2c004d;
  --violet: #660099;
  --mauve: #e4d5f1;
  --gold: #c99b3f;
  --gold-deep: #8c6118;
  --gold-bright: #efd27f;
  --gold-light: #f7e7b7;
  --line: rgba(80, 0, 120, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Roboto", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
main { overflow-x: clip; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold-light); color: var(--plum-deep); }

.announcement {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(90deg, var(--plum-deep), #3d0063 55%, var(--plum-deep));
  color: var(--ivory);
  border-bottom: 1px solid rgba(239,210,127,.35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.site-header {
  height: 92px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--violet);
  border-radius: 50%;
  color: var(--plum);
  font: italic 600 23px/1 var(--serif);
}
.brand-name { color: var(--plum); font-size: 11px; font-weight: 700; line-height: 1.08; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 38px; }
.site-header nav a { color: #5c4b5a; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.site-header nav a:hover { color: var(--plum); }

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button span { font-size: 17px; line-height: 1; }
.button-small { min-height: 44px; padding: 0 19px; gap: 15px; font-size: 10px; }
.button-ink { background: linear-gradient(135deg, var(--plum), var(--violet)); color: white; }
.button-primary { background: linear-gradient(135deg, var(--plum), var(--violet)); color: white; box-shadow: 0 14px 30px rgba(80,0,120,.2), inset 0 1px rgba(255,255,255,.18); }
.button-primary:hover { background: linear-gradient(135deg, #5b0088, #7500ad); box-shadow: 0 18px 36px rgba(80,0,120,.28); }
.button-gold { background: linear-gradient(115deg, #8f6419 0%, #d6ac50 25%, #f5dea0 47%, #bd8b2f 72%, #e6c46e 100%); color: var(--plum-deep); box-shadow: 0 13px 30px rgba(33,0,54,.22), inset 0 1px rgba(255,255,255,.55); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.hero {
  min-height: 720px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 72px 110px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 68px;
  align-items: center;
  position: relative;
  overflow: visible;
}
.hero-glow { position: absolute; width: 1100px; height: 900px; right: -440px; top: -330px; border-radius: 50%; background: radial-gradient(ellipse at 58% 48%, rgba(239,210,127,.22) 0%, rgba(102,0,153,.1) 36%, transparent 62%); filter: blur(10px); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.spark { color: var(--gold); background: linear-gradient(135deg, var(--gold-deep), var(--gold-bright) 48%, var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 13px; margin-right: 7px; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; color: var(--plum); font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; }
h1 { max-width: 680px; font-size: clamp(58px, 6vw, 88px); line-height: .94; }
h1 em, h2 em { color: var(--violet); font-weight: 500; }
.hero-lede { max-width: 590px; margin: 28px 0 32px; color: #625160; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.micro-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 24px; color: #766874; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.micro-proof span { display: flex; align-items: center; gap: 8px; }
.micro-proof span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.hero-visual { min-height: 520px; display: grid; place-items: center; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(102,0,153,.2); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 400px; height: 400px; border-color: rgba(213,173,101,.3); transform: rotate(-13deg); }
.orbit-one::before, .orbit-two::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.orbit-one::before { top: 48px; right: 70px; box-shadow: 0 0 0 8px rgba(213,173,101,.1); }
.orbit-two::after { left: 22px; bottom: 95px; background: var(--violet); }
.rhythm-card { width: 342px; padding: 36px 36px 31px; background: rgba(255,253,249,.94); border: 1px solid rgba(102,0,153,.16); box-shadow: 0 30px 70px rgba(80,0,120,.15); position: relative; z-index: 2; backdrop-filter: blur(8px); }
.card-kicker { margin: 0 0 22px; color: var(--violet); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.day-row { padding: 17px 0; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-top: 1px solid var(--line); }
.day-row span { grid-row: 1 / 3; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(112,66,105,.35); border-radius: 50%; color: var(--violet); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.day-row strong { color: var(--plum); font: 600 21px/1.1 var(--serif); }
.day-row small { margin-top: 3px; color: #897a87; font-size: 10px; }
.card-note { margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); color: var(--plum); font: italic 500 17px/1.45 var(--serif); text-align: center; }
.live-pill { position: absolute; left: 50%; right: auto; bottom: 1px; z-index: 3; padding: 10px 15px; transform: translateX(-50%); white-space: nowrap; background: linear-gradient(135deg, var(--plum-deep), var(--violet)); color: white; box-shadow: 0 13px 26px rgba(44,0,77,.22); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.live-pill i { display: inline-block; width: 5px; height: 5px; margin-right: 7px; background: #e5bf78; border-radius: 50%; box-shadow: 0 0 0 4px rgba(229,191,120,.16); }
.hero-spark { position: absolute; z-index: 3; font-size: 22px; }
.hero-spark-one { left: 5%; top: 20%; }
.hero-spark-two { right: 8%; top: 30%; font-size: 12px; color: var(--violet); }

.truth-band { padding: 50px 32px 56px; background: linear-gradient(90deg, #eee3f5, var(--mauve), #eee3f5); text-align: center; }
.truth-small { margin: 0 0 4px; color: #786875; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.truth-large { margin: 0; color: var(--plum); font: 500 clamp(30px, 3.6vw, 48px)/1.2 var(--serif); }
.truth-large em { color: var(--violet); }

.current-study { display: grid; grid-template-columns: .48fr 1.52fr; gap: 80px; align-items: center; padding-top: 88px; padding-bottom: 88px; background: linear-gradient(125deg, var(--paper) 0%, var(--paper) 68%, #f1e8f6 68%); }
.study-book { width: min(270px, 100%); min-height: 370px; margin-inline: auto; padding: 36px 30px 28px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: linear-gradient(145deg, #7200aa 0%, var(--violet) 38%, var(--plum-deep) 100%); color: white; border: 1px solid var(--gold); box-shadow: -12px 15px 0 #dfd0e7, 0 28px 55px rgba(44,0,77,.2), inset 1px 1px rgba(255,255,255,.18); }
.study-book::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(239,210,127,.5); }
.study-book::after { content: "✦"; position: absolute; right: 32px; top: 32px; color: var(--gold-bright); font-size: 16px; }
.study-book-kicker, .study-book-author { position: relative; z-index: 1; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.study-book-title { margin: auto 0; position: relative; z-index: 1; color: var(--ivory); font: 600 34px/1.08 var(--serif); letter-spacing: -.04em; }
.study-book-title em { color: var(--gold-bright); font-size: 52px; font-weight: 600; }
.study-book-author { color: var(--gold-light); }
.study-copy h2 { font-size: clamp(42px, 4.3vw, 62px); line-height: 1.01; }
.study-copy > p:not(.eyebrow) { max-width: 650px; color: #695775; }
.study-copy .study-arrival { margin: 26px 0 22px; padding-left: 22px; border-left: 1px solid var(--gold); color: var(--plum); font: italic 500 22px/1.4 var(--serif); }
.study-copy .text-link { margin-top: 14px; }

.section { padding: 120px max(40px, calc((100vw - 1140px) / 2)); }
.section-heading h2, .benefit-intro h2, .day-copy h2, .hosts-heading h2, .stories h2, .join h2, .faq h2 { font-size: clamp(48px, 5.2vw, 72px); line-height: 1.01; }
.intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; align-items: start; background: var(--paper); }
.intro-body { max-width: 545px; padding-top: 39px; color: #685a66; }
.intro-body p { margin: 0 0 20px; }
.intro-body .lead-serif { margin-bottom: 23px; color: var(--plum); font: italic 500 27px/1.3 var(--serif); }

.section-plum { background: linear-gradient(135deg, var(--plum-deep) 0%, var(--plum) 54%, #5d008d 100%); color: white; }
.benefits { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.eyebrow-light { color: var(--gold-light); }
.benefit-intro { position: sticky; top: 40px; }
.benefit-intro h2 { color: #fff9f1; }
.benefit-intro > p:last-child { max-width: 460px; margin: 28px 0 0; color: #cfbdcc; font-size: 17px; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.17); }
.benefit { padding: 34px 0; display: grid; grid-template-columns: 74px 1fr; border-bottom: 1px solid rgba(255,255,255,.17); }
.benefit > span { color: var(--gold); font: italic 500 20px var(--serif); }
.benefit h3 { margin: 0 0 7px; color: white; font: 500 29px/1.1 var(--serif); }
.benefit p { max-width: 500px; margin: 0; color: #cfbdcc; font-size: 14px; }

.day-in-life { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: center; background: linear-gradient(120deg, var(--ivory) 0%, var(--ivory) 54%, #eee3f5 54%); }
.day-copy > p:not(.eyebrow) { max-width: 590px; margin: 27px 0; color: #6d5e69; }
.day-copy blockquote { max-width: 590px; margin: 40px 0 0; padding: 4px 0 4px 24px; border-left: 1px solid var(--gold); color: var(--plum); font: italic 500 22px/1.45 var(--serif); }
.session-card { padding: 44px 46px 30px; background: var(--paper); border: 1px solid rgba(60,23,61,.12); box-shadow: 0 24px 60px rgba(60,23,61,.09); }
.session-card ol { margin: 0; padding: 0; list-style: none; }
.session-card li { padding: 18px 0; display: grid; grid-template-columns: 47px 1fr; border-top: 1px solid var(--line); }
.session-card li > span { color: var(--gold); font: italic 600 15px var(--serif); }
.session-card strong { display: block; color: var(--plum); font: 600 21px/1.1 var(--serif); }
.session-card small { color: #837581; font-size: 11px; }
.session-footer { padding-top: 21px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--violet); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.included { background: var(--paper); }
.centered-heading { max-width: 780px; margin: 0 auto 65px; text-align: center; }
.centered-heading > p:last-child { margin: 24px auto 0; color: #786a75; }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.included-grid article { min-height: 235px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included-icon { height: 40px; display: block; color: var(--gold); font: italic 600 17px var(--serif); letter-spacing: .05em; }
.included-grid h3 { margin: 18px 0 8px; color: var(--plum); font: 600 25px/1.2 var(--serif); }
.included-grid p { max-width: 270px; margin: 0; color: #81727e; font-size: 12px; }

.for-you { padding-top: 20px; background: var(--paper); }
.for-you-panel { padding: 75px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: linear-gradient(135deg, var(--violet), #4f0078); color: white; box-shadow: inset 0 1px rgba(255,255,255,.15); }
.for-you h2 { color: white; font-size: clamp(43px, 4.7vw, 66px); line-height: 1.02; }
.for-you ul { margin: 5px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.for-you li { padding: 15px 2px 15px 31px; border-bottom: 1px solid rgba(255,255,255,.2); position: relative; color: #f2e7f0; font-size: 13px; }
.for-you li::before { content: "✦"; position: absolute; left: 2px; color: var(--gold-light); }
.for-you-note { margin: 18px 0 0; color: var(--violet); font: italic 500 17px var(--serif); text-align: center; }

.hosts { background: linear-gradient(125deg, #eee3f5, var(--ivory) 42%, #f2e9df); }
.hosts-heading { max-width: 720px; margin-bottom: 60px; }
.hosts-heading > p:last-child { max-width: 570px; margin: 26px 0 0; color: #71636e; }
.host-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.host-card { min-height: 560px; padding: 24px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: stretch; background: var(--paper); border: 1px solid rgba(102,0,153,.12); box-shadow: 0 22px 50px rgba(44,0,77,.07); }
.host-photo { min-height: 100%; position: relative; overflow: hidden; background: var(--plum-deep); }
.host-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,0,77,.2), transparent 45%); pointer-events: none; }
.host-photo img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.host-tommy .host-photo img, .host-monte .host-photo img { object-position: center; }
.host-copy { padding: 22px 10px 22px 0; align-self: center; }
.host-copy h3 { margin: 0 0 22px; color: var(--plum); font: 500 43px/1 var(--serif); }
.host-copy > p:not(.card-kicker) { color: #70626d; font-size: 13px; }

.stories { background: var(--paper); }
.stories-top { margin-bottom: 62px; display: grid; grid-template-columns: 1fr .42fr; gap: 60px; align-items: end; }
.stories-top > p { margin: 0 0 8px; color: #7b6d78; font-size: 13px; }
.story-grid { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 18px; align-items: stretch; }
.story-grid figure { min-height: 350px; margin: 0; padding: 38px 34px; display: flex; flex-direction: column; background: #f1e8f6; }
.story-grid .story-featured { background: linear-gradient(145deg, var(--plum-deep), var(--violet)); color: white; transform: translateY(-16px); }
.quote-mark { height: 42px; color: var(--gold); font: 500 65px/.8 var(--serif); }
.story-grid blockquote { margin: 27px 0 35px; color: var(--plum); font: 500 25px/1.34 var(--serif); }
.story-featured blockquote { color: white; }
.story-grid figcaption { margin-top: auto; display: flex; align-items: center; gap: 10px; color: #776873; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-featured figcaption { color: #d7c5d4; }
.story-grid figcaption i { width: 20px; height: 1px; background: var(--gold); }
.story-ribbon { margin-top: 45px; padding: 24px 0; display: flex; align-items: center; justify-content: space-around; gap: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--violet); font: italic 500 17px var(--serif); }

.join { display: grid; grid-template-columns: 1fr .78fr; gap: 100px; align-items: center; background: linear-gradient(135deg, var(--plum-deep) 0%, #400067 55%, var(--violet) 145%); color: white; position: relative; overflow: hidden; }
.join::before { content: ""; position: absolute; width: 500px; height: 500px; left: -220px; bottom: -320px; border: 1px solid rgba(213,173,101,.2); border-radius: 50%; box-shadow: 0 0 0 75px rgba(213,173,101,.025), 0 0 0 150px rgba(213,173,101,.02); }
.join-copy { position: relative; z-index: 1; }
.join h2 { color: white; }
.join-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 38px; color: #cfbdcc; font-size: 17px; }
.guarantee-note { max-width: 560px; padding-top: 26px; display: grid; grid-template-columns: 74px 1fr; gap: 19px; border-top: 1px solid rgba(255,255,255,.17); }
.guarantee-note > span { color: var(--gold); font: italic 500 56px/.9 var(--serif); }
.guarantee-note p { margin: 0; color: #c9b8c6; font-size: 11px; }
.guarantee-note strong { color: white; font-size: 12px; }
.price-card { padding: 50px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.18); position: relative; z-index: 1; }
.price { display: inline-flex; align-items: baseline; flex-wrap: nowrap; gap: 3px; color: var(--plum); white-space: nowrap; }
.price .price-currency { margin: 0; font: 600 29px/1 var(--serif); }
.price .price-amount { font: 600 86px/.82 var(--serif); letter-spacing: -.055em; }
.price .price-term { margin-left: 8px; color: #7b6d78; font-size: 11px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.price-sub { margin: 17px 0 28px; color: #746672; font: italic 500 19px var(--serif); }
.price-card ul { margin: 0 0 29px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.price-card li { padding: 12px 0 12px 25px; border-bottom: 1px solid var(--line); position: relative; color: #62545f; font-size: 12px; }
.price-card li::before { content: "✓"; position: absolute; left: 2px; color: var(--violet); font-weight: 800; }
.price-fine { margin: 14px 0 0; color: #897c86; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.after-trial { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; background: var(--ivory); }
.after-trial-heading h2 { font-size: clamp(48px, 5.2vw, 72px); line-height: 1.01; }
.after-trial-heading > p:last-child { max-width: 520px; margin-top: 25px; color: #6f5d77; }
.membership-options { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.membership-options article { min-height: 300px; padding: 37px 33px; display: flex; flex-direction: column; position: relative; background: var(--paper); border: 1px solid var(--line); }
.membership-options article > span { color: var(--violet); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.membership-options article > div { margin: 34px 0 18px; display: flex; align-items: baseline; color: var(--plum); }
.membership-options strong { font: 600 55px/.9 var(--serif); }
.membership-options small { margin-left: 7px; color: #76657b; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.membership-options p { margin: 0; color: #74647b; font-size: 12px; }
.membership-options .annual-option { background: linear-gradient(145deg, var(--plum-deep), var(--plum)); color: white; border-color: var(--gold); }
.annual-option > span, .annual-option > div, .annual-option small, .annual-option p { color: white !important; }
.annual-option i { margin-top: auto; align-self: flex-start; padding: 7px 11px; background: linear-gradient(115deg, #a27420, var(--gold-bright), #be8d30); color: var(--plum-deep); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .65fr 1fr; gap: 110px; background: var(--paper); }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.faq-heading > p:last-child { max-width: 300px; color: #7a6b77; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 4px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; color: var(--plum); font: 600 21px/1.25 var(--serif); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 18px; height: 18px; flex: 0 0 auto; position: relative; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: var(--violet); transition: transform .2s; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -6px 42px 28px 4px; color: #776975; font-size: 13px; }

.final-cta { padding: 120px 30px 130px; background: linear-gradient(135deg, #7500ad, var(--violet) 45%, var(--plum-deep)); color: white; position: relative; overflow: hidden; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.final-cta::before { left: -290px; top: -190px; box-shadow: 0 0 0 90px rgba(255,255,255,.018); }
.final-cta::after { right: -320px; bottom: -320px; box-shadow: 0 0 0 90px rgba(255,255,255,.018); }
.final-cta h2 { margin: 0 auto; color: white; font-size: clamp(55px, 7vw, 90px); line-height: .98; position: relative; z-index: 1; }
.final-cta h2 em { color: var(--gold-light); }
.final-cta > p:not(.eyebrow) { margin: 25px 0 31px; color: #e2d4df; }
.final-cta .button { position: relative; z-index: 1; }
.final-spark { display: block; margin: 0 0 20px; color: var(--gold-light); font-size: 23px; }

footer { min-height: 220px; padding: 58px max(40px, calc((100vw - 1140px) / 2)); display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 35px; background: var(--plum-deep); color: #c8b4d4; }
.footer-logo { width: 238px; display: block; }
.footer-logo img { width: 100%; height: auto; display: block; }
.brand-light .brand-mark { border-color: var(--gold); color: var(--gold-light); }
.brand-light .brand-name { color: white; }
footer > p { font: italic 500 17px var(--serif); text-align: center; }
footer > div { display: flex; justify-content: flex-end; gap: 22px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
footer a:hover { color: white; }
footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .site-header { padding-inline: 24px; }
  .site-header nav { display: none; }
  .hero { padding-inline: 40px; gap: 28px; }
  .rhythm-card { width: 310px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 340px; height: 340px; }
  .section { padding-inline: 50px; }
  .intro, .benefits, .join, .faq, .current-study, .after-trial { gap: 65px; }
  .day-in-life { gap: 50px; }
  .for-you-panel { padding: 60px; gap: 55px; }
  .host-card { grid-template-columns: 1fr; }
  .host-photo { min-height: 330px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; padding-bottom: 66px; }
  .announcement { height: auto; min-height: 36px; padding: 8px 14px; gap: 8px; font-size: 8px; text-align: center; }
  .site-header { height: 72px; padding: 0 20px; }
  .site-header > .button { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: auto; padding: 54px 22px 82px; grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(52px, 15.5vw, 70px); }
  .hero-lede { margin: 24px 0 28px; font-size: 16px; }
  .hero-actions { width: 100%; flex-direction: column; gap: 19px; }
  .hero-actions .button { width: 100%; }
  .micro-proof { justify-content: center; gap: 12px 17px; }
  .hero-visual { min-height: 430px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 305px; height: 305px; }
  .rhythm-card { width: min(315px, 88vw); padding: 30px; text-align: left; }
  .live-pill { left: 50%; right: auto; bottom: 0; }
  .hero-spark-one { left: 1%; }
  .truth-band { padding: 38px 22px 42px; }
  .section { padding: 82px 22px; }
  .section-heading h2, .benefit-intro h2, .day-copy h2, .hosts-heading h2, .stories h2, .join h2, .faq h2, .study-copy h2, .after-trial-heading h2 { font-size: clamp(43px, 12vw, 58px); }
  .intro, .benefits, .day-in-life, .for-you-panel, .join, .faq, .current-study, .after-trial { grid-template-columns: 1fr; }
  .intro { gap: 25px; }
  .intro-body { padding-top: 0; }
  .benefits { gap: 55px; }
  .benefit-intro, .faq-heading { position: static; }
  .day-in-life { gap: 50px; background: var(--ivory); }
  .current-study { gap: 65px; background: var(--paper); }
  .study-book { min-height: 360px; width: min(260px, 82vw); box-shadow: -10px 13px 0 #dfd0e7, 0 24px 48px rgba(44,0,77,.18); }
  .study-book-title { font-size: 32px; }
  .study-book-title em { font-size: 49px; }
  .day-copy blockquote { font-size: 20px; }
  .session-card { padding: 34px 28px 25px; }
  .session-footer { gap: 10px; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid article { min-height: auto; padding: 30px; }
  .for-you { padding-top: 0; }
  .for-you-panel { padding: 48px 28px; gap: 39px; }
  .host-grid, .story-grid { grid-template-columns: 1fr; }
  .host-card { min-height: auto; padding: 22px; }
  .host-photo { min-height: 360px; }
  .host-copy { padding: 18px 7px 10px; }
  .hosts-heading { margin-bottom: 42px; }
  .stories-top { margin-bottom: 42px; grid-template-columns: 1fr; gap: 20px; }
  .story-grid .story-featured { transform: none; }
  .story-grid figure { min-height: 300px; }
  .story-ribbon { overflow: hidden; justify-content: flex-start; }
  .story-ribbon span { min-width: max-content; }
  .story-ribbon span:nth-of-type(n+2), .story-ribbon .spark:nth-of-type(n+2) { display: none; }
  .join { gap: 52px; }
  .price-card { padding: 39px 28px; }
  .after-trial { gap: 45px; }
  .membership-options { grid-template-columns: 1fr; }
  .membership-options article { min-height: 255px; }
  .faq { gap: 47px; }
  .final-cta { padding: 90px 22px 100px; }
  footer { padding: 52px 22px 38px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-logo { width: 250px; }
  footer > div { justify-content: center; flex-wrap: wrap; }
  footer small { grid-column: auto; width: 100%; }
  .mobile-cta { height: 62px; padding: 0 22px; display: flex; align-items: center; justify-content: center; gap: 18px; position: fixed; z-index: 30; bottom: 0; left: 0; right: 0; background: var(--gold); color: var(--plum-deep); box-shadow: 0 -6px 26px rgba(40,16,45,.14); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

.kajabi-powered-by {
  padding: 12px 20px;
  background: #2c004d;
  color: rgba(255, 255, 255, .62);
  font: 500 10px/1.4 "Roboto", Arial, sans-serif;
  text-align: center;
}
.kajabi-powered-by a { color: inherit; }
