:root {
  --navy: #1b2a4a;
  --navy-mid: #2c3e6b;
  --navy-pale: #eef1f8;
  --gold: #8b6914;
  --gold-light: #c9a84c;
  --gold-pale: #f7f0df;
  --stone: #f5f3ef;
  --stone-mid: #e8e4dc;
  --ink: #1a1814;
  --ink-mid: #3d3a35;
  --ink-soft: #6b6660;
  --white: #fff;
  --font-serif: "EB Garamond", Georgia, serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-card: 0 1px 4px rgba(0, 0, 0, 0.07), 0 14px 36px rgba(27, 42, 74, 0.08);
  --shadow-nav: 0 2px 16px rgba(0, 0, 0, 0.25);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: hidden; }
body { background: var(--white); color: var(--ink); font-family: var(--font-sans); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.content-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.section-kicker { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker-light { color: var(--gold-light); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 21px; gap: 10px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 700; line-height: 1.4; transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-light); color: var(--navy); box-shadow: 0 8px 24px rgba(201,168,76,.16); }
.button-gold:hover { background: #dabd69; box-shadow: 0 10px 28px rgba(201,168,76,.25); }
.button-ghost { border-color: rgba(255,255,255,.34); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); border-color: white; }
.button-navy { background: var(--navy); color: white; }
.button-navy:hover { background: var(--navy-mid); box-shadow: 0 8px 20px rgba(27,42,74,.16); }

.arise-hero { position: relative; isolation: isolate; min-height: 600px; display: grid; place-items: center; overflow: hidden; padding: 100px 24px 112px; background: linear-gradient(145deg, #17233d 0%, var(--navy) 54%, #273957 100%); color: white; text-align: center; }
.arise-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 50% 12%, rgba(201,168,76,.23), transparent 43%), linear-gradient(180deg, transparent 60%, rgba(0,0,0,.13)); }
.arise-hero::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 110px; background: linear-gradient(176deg, transparent 48%, var(--stone) 49%); }
.arise-hero-inner { position: relative; z-index: 3; max-width: 900px; margin: 0 auto 40px; }
.arise-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.arise-eyebrow::before, .arise-eyebrow::after { content: ""; width: 28px; height: 1px; background: var(--gold-light); opacity: .65; }
.arise-hero h1 { max-width: 880px; margin: 0 auto; font: 500 clamp(46px, 7.2vw, 78px)/.98 var(--font-serif); letter-spacing: -.025em; text-wrap: balance; }
.arise-hero-lead { max-width: 630px; margin: 25px auto 0; color: rgba(255,255,255,.7); font-size: clamp(15px, 2vw, 18px); }
.arise-hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.arise-orbit { position: absolute; z-index: 0; border: 1px solid rgba(201,168,76,.16); border-radius: 50%; }
.arise-orbit::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.045); border-radius: inherit; }
.arise-orbit-one { width: 720px; height: 720px; top: -470px; left: 50%; transform: translateX(-50%); }
.arise-orbit-two { width: 460px; height: 460px; right: -270px; bottom: -150px; opacity: .55; }
.arise-sun { position: absolute; z-index: 1; left: 50%; bottom: 62px; width: 440px; height: 220px; transform: translateX(-50%); overflow: hidden; opacity: .32; }
.arise-sun::before { content: ""; position: absolute; top: 30px; left: 50%; width: 300px; height: 300px; border: 1px solid var(--gold-light); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 70px rgba(201,168,76,.17); }
.arise-sun span { position: absolute; left: 50%; bottom: 0; width: 1px; height: 175px; background: linear-gradient(to top, rgba(201,168,76,.55), transparent); transform-origin: bottom; }
.arise-sun span:nth-child(1) { transform: rotate(-52deg); }
.arise-sun span:nth-child(2) { transform: rotate(0); }
.arise-sun span:nth-child(3) { transform: rotate(52deg); }

.burdens-section { padding: 70px 0 105px; background: var(--stone); }
.burdens-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.burdens-layout h2, .conference-copy h2, .section-heading h2 { margin-top: 10px; color: var(--navy); font: 500 clamp(37px, 5vw, 55px)/1.05 var(--font-serif); letter-spacing: -.015em; }
.burdens-copy > p { color: var(--ink-mid); font-size: 16px; line-height: 1.85; }
.burden-words { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.burden-words span { padding: 7px 12px; border: 1px solid var(--stone-mid); border-radius: 100px; background: white; color: var(--ink-soft); font-size: 10px; font-weight: 600; }

.freedom-section { position: relative; isolation: isolate; overflow: hidden; padding: 105px 0; background: var(--navy); color: white; }
.freedom-section::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 14% 50%, rgba(201,168,76,.15), transparent 34%); }
.freedom-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.scripture-block { position: relative; padding: 35px 0 35px 42px; border-left: 1px solid rgba(201,168,76,.42); }
.scripture-mark { position: absolute; top: -28px; left: 24px; color: rgba(201,168,76,.22); font: 400 130px/1 var(--font-serif); }
.scripture-block blockquote { position: relative; z-index: 1; }
.scripture-block blockquote p { font: italic 400 clamp(29px, 4vw, 42px)/1.13 var(--font-serif); color: #f5ebce; }
.scripture-block cite { display: block; margin-top: 18px; color: var(--gold-light); font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.freedom-copy h2 { margin: 9px 0 20px; color: white; font: 500 clamp(39px, 5vw, 58px)/1.02 var(--font-serif); }
.freedom-copy > p:last-child { max-width: 580px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.85; }
.freedom-copy strong { color: var(--gold-light); }
.freedom-art { position: absolute; z-index: -1; right: -180px; top: 50%; width: 430px; height: 430px; border: 1px solid rgba(201,168,76,.1); border-radius: 50%; transform: translateY(-50%); }
.freedom-art::before { content: ""; position: absolute; inset: 36px; border: 1px solid rgba(255,255,255,.035); border-radius: 50%; }
.freedom-cross::before, .freedom-cross::after { content: ""; position: absolute; top: 50%; left: 50%; background: rgba(201,168,76,.12); transform: translate(-50%,-50%); }
.freedom-cross::before { width: 1px; height: 210px; }
.freedom-cross::after { width: 140px; height: 1px; }

.conference-section { padding: 110px 0; background: white; }
.conference-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }
.conference-visual { position: relative; padding: 0 18px 26px 0; }
.flyer-frame { position: relative; overflow: hidden; max-width: 430px; margin: 0 auto; border: 9px solid white; border-radius: 170px 170px 18px 18px; box-shadow: var(--shadow-card); background: var(--stone); }
.flyer-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(201,168,76,.32); border-radius: inherit; pointer-events: none; }
.flyer-frame img { display: block; width: 100%; height: auto; }
.visual-note { position: absolute; right: 0; bottom: 0; max-width: 230px; padding: 13px 16px; border: 1px solid var(--stone-mid); border-radius: 9px; background: white; color: var(--navy); box-shadow: 0 8px 24px rgba(27,42,74,.1); font-size: 10px; font-weight: 700; line-height: 1.4; }
.visual-note span { margin-right: 7px; color: var(--gold); }
.conference-copy h2 { max-width: 620px; }
.conference-lead { max-width: 600px; margin-top: 22px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.conference-points { display: grid; margin: 30px 0; border-top: 1px solid var(--stone-mid); }
.conference-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--stone-mid); }
.conference-points span { color: var(--gold); font: italic 17px/1 var(--font-serif); }
.conference-points p { color: var(--ink-soft); font-size: 12.5px; }
.conference-points strong { color: var(--navy); }

.for-you-section { padding: 105px 0; background: var(--stone); }
.section-heading { max-width: 730px; margin: 0 auto 50px; text-align: center; }
.section-heading > p:last-child { margin-top: 17px; color: var(--ink-soft); font-size: 14px; }
.welcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.welcome-grid article { min-height: 215px; padding: 26px; border: 1px solid var(--stone-mid); border-radius: var(--radius-md); background: white; transition: transform .2s, border-color .2s, box-shadow .2s; }
.welcome-grid article:hover { transform: translateY(-4px); border-color: var(--gold-light); box-shadow: var(--shadow-card); }
.welcome-grid article > span { color: var(--gold); font: italic 15px/1 var(--font-serif); }
.welcome-grid h3 { margin: 35px 0 10px; color: var(--navy); font: 600 22px/1.1 var(--font-serif); }
.welcome-grid p { color: var(--ink-soft); font-size: 12px; }

.final-invitation { position: relative; isolation: isolate; overflow: hidden; padding: 105px 24px; background: linear-gradient(140deg, #17233d, var(--navy-mid)); color: white; text-align: center; }
.final-invitation-inner { position: relative; z-index: 2; max-width: 720px; margin: auto; }
.final-invitation h2 { margin: 10px 0 16px; font: 500 clamp(41px, 6vw, 63px)/1.02 var(--font-serif); text-wrap: balance; }
.final-invitation p:not(.section-kicker) { color: rgba(255,255,255,.65); font-size: 15px; }
.final-invitation .button { margin-top: 28px; }
.final-rings { position: absolute; z-index: -1; top: -380px; left: 50%; width: 720px; height: 720px; border: 1px solid rgba(201,168,76,.15); border-radius: 50%; transform: translateX(-50%); }
.final-rings::before, .final-rings::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.035); border-radius: 50%; }
.final-rings::before { inset: 34px; }
.final-rings::after { inset: 74px; }

@media (max-width: 900px) {
  .burdens-layout, .freedom-layout, .conference-layout { grid-template-columns: 1fr; gap: 50px; }
  .burdens-layout { gap: 30px; }
  .conference-copy { max-width: 680px; margin: auto; }
  .conference-visual { max-width: 500px; margin: auto; }
  .welcome-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .content-shell { width: min(100% - 32px, 1120px); }
  .arise-hero { min-height: 570px; padding: 76px 18px 105px; }
  .arise-hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .arise-hero-lead { font-size: 14px; }
  .arise-hero-actions { flex-direction: column; max-width: 340px; margin-left: auto; margin-right: auto; }
  .arise-orbit-one { width: 500px; height: 500px; top: -330px; }
  .arise-orbit-two { display: none; }
  .arise-sun { width: 330px; }
  .burdens-section, .freedom-section, .conference-section, .for-you-section { padding: 72px 0; }
  .burdens-layout h2, .conference-copy h2, .section-heading h2, .freedom-copy h2 { font-size: 39px; }
  .burdens-copy > p { font-size: 14px; }
  .scripture-block { padding: 26px 0 26px 24px; }
  .scripture-block blockquote p { font-size: 30px; }
  .conference-visual { padding-right: 0; }
  .flyer-frame { max-width: 350px; border-radius: 130px 130px 14px 14px; }
  .visual-note { right: -2px; }
  .welcome-grid { grid-template-columns: 1fr; }
  .welcome-grid article { min-height: 165px; }
  .welcome-grid h3 { margin-top: 23px; }
  .final-invitation { padding: 80px 18px; }
  .final-invitation h2 { font-size: 43px; }
}

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