:root {
  --ink: #1f3025;
  --forest: #294437;
  --sage: #9cae91;
  --cream: #f5f0e6;
  --sand: #e8dec9;
  --clay: #b85d42;
  --line: rgba(31, 48, 37, .16);
  --radius-control: 16px;
  --radius-panel: 20px;
  --radius-card: 28px;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.5; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: -40px; left: 12px; padding: 8px 12px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { min-height: 88px; padding: 18px clamp(22px, 5vw, 84px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; font-family: var(--display); font-weight: 700; line-height: .84; letter-spacing: -.04em; font-size: 21px; }
.brand-mark { display: grid; place-items: center; width: 33px; height: 33px; color: var(--cream); background: var(--forest); border-radius: 50% 50% 45% 45%; font-family: var(--body); font-size: 22px; }
nav { display: flex; gap: 26px; font-size: 14px; }
nav a { text-decoration: none; opacity: .78; }
nav a:hover, .text-link:hover { color: var(--clay); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; padding: 15px 21px; border-radius: var(--radius-control); color: #fff; background: var(--clay); font-weight: 700; text-align: center; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #a84f37; }
.button-small { padding: 10px 14px; font-size: 13px; }
.light-button { background: var(--cream); color: var(--ink); }
.light-button:hover { background: #fff; }

.section { padding: 108px clamp(22px, 8vw, 132px); }
.section-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: clamp(36px, 8vw, 160px); align-items: center; min-height: calc(100vh - 88px); padding: 76px clamp(22px, 10vw, 162px); }
.eyebrow { margin: 0 0 13px; color: var(--clay); font-size: 11px; line-height: 1.1; font-weight: 800; letter-spacing: .13em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(48px, 7.25vw, 102px); }
h2 { max-width: 800px; margin-bottom: 20px; font-size: clamp(38px, 5vw, 70px); }
h3 { font-size: 27px; }
.lead { max-width: 620px; font-size: clamp(18px, 2vw, 23px); line-height: 1.42; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 33px; }
.text-link { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.microcopy, .fine-print { font-size: 12px; opacity: .68; }
.microcopy { margin-top: 19px; }

.founder-card { display: flex; min-height: 560px; flex-direction: column; overflow: hidden; border: 1px solid rgba(31,48,37,.12); border-radius: var(--radius-card); color: var(--ink); background: #fffdf8; box-shadow: 0 24px 60px rgba(31,48,37,.14); }
.founder-photo { display: grid; height: 355px; min-height: 355px; margin: 0; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 28%, #f4f0e4 0 23%, #dce5da 68%, #cad7cc 100%); }
.founder-photo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.founder-content { padding: 30px 34px 34px; }
.founder-card .eyebrow { color: var(--clay); }
.founder-content h2 { margin-bottom: 13px; font-size: clamp(30px, 2.7vw, 42px); }
.founder-content p:not(.eyebrow) { max-width: 470px; margin-bottom: 0; color: #536158; font-size: 14px; line-height: 1.48; }

.soft-section { background: var(--sand); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 52px; }
.section-heading h2 { margin: 0; }
.faith-journey { position: relative; max-width: 1120px; margin: 0 auto; padding: 8px 0; }
.journey-rail { position: absolute; top: 0; bottom: 0; left: 26px; width: 2px; overflow: hidden; background: rgba(31,48,37,.16); }
.journey-rail i { display: block; width: 100%; height: 0; background: var(--clay); transition: height 1.5s cubic-bezier(.2,.9,.3,1); }
.faith-journey.is-visible .journey-rail i { height: 100%; }
.journey-step { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr) minmax(180px, .45fr); align-items: center; gap: clamp(20px, 4vw, 72px); min-height: 180px; padding: 26px 0; opacity: 0; filter: blur(14px); transform: translateY(22px); transition: opacity .55s ease var(--step-delay), filter .55s ease var(--step-delay), transform .55s ease var(--step-delay); }
.faith-journey.is-visible .journey-step { opacity: 1; filter: blur(0); transform: translateY(0); }
.journey-number { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(184,93,66,.4); border-radius: 50%; color: var(--clay); background: var(--cream); font-size: 12px; font-weight: 850; box-shadow: 0 0 0 7px var(--sand); }
.journey-kicker { margin-bottom: 7px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.journey-copy h3 { margin: 0 0 8px; font-size: clamp(31px, 3vw, 44px); }
.journey-copy > p:last-child { max-width: 510px; margin: 0; color: #536158; }
.journey-note { max-width: 205px; margin: 0; padding: 15px 17px; border-radius: 0 18px 18px; color: #415247; background: rgba(245,240,230,.72); font-family: var(--display); font-size: 18px; line-height: 1.08; }

.demo-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(40px, 9vw, 160px); background: #fcfaf5; }
.demo-intro > p:not(.eyebrow) { max-width: 450px; }
.week-route { display: grid; margin-top: 32px; border-top: 1px solid var(--line); }
.week-route-item { display: grid; grid-template-columns: 35px 1fr auto; grid-template-areas: "number day arrow" "number description arrow"; column-gap: 12px; width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; transition: padding .25s ease, color .25s ease; }
.week-route-item > span { grid-area: number; display: grid; width: 28px; height: 28px; place-items: center; align-self: center; border-radius: 50%; color: #637167; background: #e7ece3; font-size: 10px; font-weight: 850; transition: color .25s ease, background .25s ease; }
.week-route-item b { grid-area: day; font-family: var(--display); font-size: 21px; letter-spacing: -.045em; line-height: 1; }
.week-route-item small { grid-area: description; margin-top: 4px; color: #657268; font-size: 11px; font-weight: 650; }
.week-route-item i { grid-area: arrow; align-self: center; font-style: normal; opacity: 0; transform: translateX(-8px); transition: opacity .25s ease, transform .25s ease; }
.week-route-item:hover, .week-route-item[aria-selected="true"] { padding-right: 10px; padding-left: 10px; color: var(--clay); }
.week-route-item:hover > span, .week-route-item[aria-selected="true"] > span { color: #fff; background: var(--clay); }
.week-route-item:hover i, .week-route-item[aria-selected="true"] i { opacity: 1; transform: translateX(0); }
.route-service { margin-top: 8px; border-top: 1px solid var(--line); }
.demo-panel-wrap { position: sticky; top: 30px; }
.panel-caption { margin: 0 0 10px; color: #708076; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: right; }
.app-shell { overflow: hidden; max-width: 610px; margin-left: auto; box-shadow: 0 18px 58px rgba(31,48,37,.13); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); }
.app-shell.is-changing .app-body { animation: panel-swap .38s ease both; }
@keyframes panel-swap { 0% { opacity: .3; transform: translateY(6px); } 100% { opacity: 1; transform: translateY(0); } }
.app-topbar { display: flex; justify-content: space-between; align-items: center; padding: 17px 21px; color: #ecf2e8; background: var(--forest); font-size: 11px; font-weight: 700; }
.app-logo { font-family: var(--display); font-size: 21px; }
.app-body { padding: 40px 38px 28px; }
.app-kicker, .panel-label { margin-bottom: 10px; color: var(--clay); font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.app-body h3 { max-width: 470px; margin-bottom: 20px; font-size: clamp(31px, 3vw, 42px); }
.scripture { padding-left: 15px; border-left: 2px solid var(--clay); font-family: var(--display); font-size: 19px; line-height: 1.3; }
.action-panel { margin: 28px 0 21px; padding: 19px; background: #edf1e9; border-radius: var(--radius-control); }
.action-panel p:last-child { margin: 0; font-size: 15px; }
.quiet-button { border: 0; padding: 0; background: transparent; color: var(--forest); font-size: 14px; font-weight: 800; }
.quiet-button.is-done { color: var(--clay); }
.app-progress { display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-top: 1px solid var(--line); color: #637167; font-size: 11px; font-weight: 700; }
.app-progress div { flex: 1; height: 5px; overflow: hidden; border-radius: 99px; background: #dce4d8; }
.app-progress i { display: block; width: 25%; height: 100%; background: var(--clay); transition: width .3s ease; }

.family-service { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; color: var(--cream); background: var(--forest); }
.family-service .eyebrow { color: #eab4a5; }
.service-journey { position: relative; padding: 4px 0 4px 4px; }
.service-rail { position: absolute; top: 30px; bottom: 30px; left: 26px; width: 1px; overflow: hidden; background: rgba(245,240,230,.26); }
.service-rail i { display: block; width: 100%; height: 0; background: #e9a38c; transition: height 1.35s cubic-bezier(.2,.9,.3,1); }
.service-journey.is-visible .service-rail i { height: 100%; }
.service-step { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 18px; min-height: 134px; align-items: start; padding: 21px 0; opacity: 0; filter: blur(14px); transform: translateY(18px); transition: opacity .5s ease var(--service-delay), filter .5s ease var(--service-delay), transform .5s ease var(--service-delay); }
.service-journey.is-visible .service-step { opacity: 1; filter: blur(0); transform: translateY(0); }
.service-step > span { position: relative; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(233,163,140,.55); border-radius: 50%; color: #f2ad95; background: var(--forest); box-shadow: 0 0 0 7px var(--forest); font-size: 11px; font-weight: 850; }
.service-kicker { margin: 3px 0 7px; color: #e9a38c; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.service-step h3 { margin: 0 0 7px; color: #fffaf0; font-size: 29px; }
.service-step div > p:last-child { max-width: 390px; margin: 0; color: rgba(245,240,230,.83); font-size: 15px; }

.bonus-section { overflow: hidden; background: #fbf8f0; }
.bonus-intro { max-width: 680px; }
.bonus-intro > p:not(.eyebrow) { max-width: 585px; font-size: 18px; }
.bonus-total { margin-top: 28px; color: var(--forest); font-size: 16px !important; }
.bonus-total s { color: #69776b; }
.wheel-layout { max-width: 960px; margin: 54px auto 0; }
.wheel-card { position: relative; width: min(100%, 520px); margin: 0 auto; overflow: hidden; padding: 35px 31px 30px; color: var(--cream); background: var(--forest); border-radius: var(--radius-card); text-align: center; box-shadow: 0 25px 60px rgba(31,48,37,.18); }
.wheel-card::before { content: ""; position: absolute; width: 400px; height: 400px; right: -210px; top: -240px; border: 1px solid rgba(245,240,230,.16); border-radius: 50%; box-shadow: 0 0 0 30px rgba(245,240,230,.045), 0 0 0 60px rgba(245,240,230,.04); }
.wheel-card > * { position: relative; z-index: 1; }
.wheel-badge { display: inline-block; padding: 7px 12px; border: 1px solid rgba(245,240,230,.28); border-radius: 999px; color: #f2b8a6; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.wheel-card h3 { margin: 18px 0 9px; font-size: 37px; }
.wheel-card > p { max-width: 320px; margin: 0 auto; color: rgba(245,240,230,.78); font-size: 14px; }
.wheel-stage { position: relative; width: min(285px, 86vw); aspect-ratio: 1; margin: 27px auto 25px; }
.wheel { position: absolute; inset: 0; overflow: hidden; border: 6px solid #e9b454; border-radius: 50%; background: conic-gradient(from -30deg, #bd6045 0deg 60deg, #d9ad49 60deg 120deg, #8ba27c 120deg 180deg, #b7c5a2 180deg 240deg, #ecd9b8 240deg 300deg, #c5a269 300deg 360deg); box-shadow: 0 8px 0 rgba(0,0,0,.12), 0 17px 30px rgba(0,0,0,.22); transition: transform 4.1s cubic-bezier(.11,.69,.16,1); }
.wheel.is-spinning { transform: rotate(1800deg); }
.wheel-pointer { position: absolute; z-index: 3; top: -13px; left: 50%; width: 0; height: 0; transform: translateX(-50%); border-right: 17px solid transparent; border-left: 17px solid transparent; border-top: 35px solid #f3c75f; filter: drop-shadow(0 3px 2px rgba(0,0,0,.25)); }
.wheel-prize { position: absolute; z-index: 2; display: grid; place-items: center; min-width: 62px; color: var(--forest); line-height: 1; text-align: center; }
.wheel-prize strong { font-family: var(--display); font-size: 18px; letter-spacing: -.07em; }.wheel-prize small { margin-top: 3px; font-size: 6px; font-weight: 850; letter-spacing: .08em; }
.prize-1 { top: 13%; left: 50%; color: #fffaf0; transform: translateX(-50%); }.prize-2 { top: 28%; right: 8%; }.prize-3 { right: 8%; bottom: 23%; }.prize-4 { bottom: 12%; left: 50%; transform: translateX(-50%); }.prize-5 { bottom: 23%; left: 8%; }.prize-6 { top: 28%; left: 8%; }
.wheel-hub { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 84px; height: 84px; place-items: center; transform: translate(-50%, -50%); border: 5px solid #e9b454; border-radius: 50%; color: var(--forest); background: var(--cream); font-family: var(--display); font-size: 12px; font-weight: 800; line-height: .92; letter-spacing: -.03em; box-shadow: 0 3px 7px rgba(0,0,0,.18); }
.wheel-button { width: 100%; padding: 15px 18px; border: 0; border-radius: var(--radius-control); color: var(--ink); background: #f4c560; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.wheel-button:hover { transform: translateY(-2px); background: #ffcf67; }.wheel-button:disabled { cursor: default; opacity: .78; }
.wheel-note { margin-top: 14px !important; font-size: 11px !important; }
.bonus-reveal { display: none; margin-top: 38px; opacity: 0; transform: translateY(8px); }
.bonus-reveal.is-revealed { display: block; animation: reveal-package .5s ease forwards; }
@keyframes reveal-package { to { opacity: 1; transform: translateY(0); } }
.reveal-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }.reveal-heading .eyebrow { margin-bottom: 6px; }.reveal-heading h3 { margin: 0; font-size: 35px; }.reveal-check { display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: #fff; background: var(--clay); font-size: 22px; font-weight: 800; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.bonus-product { display: grid; grid-template-columns: 128px 1fr; align-items: center; gap: 18px; min-height: 250px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-panel); background: #fffdf8; opacity: 0; transform: translateY(18px) scale(.98); }.is-revealed .bonus-product { animation: reveal-product .5s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--delay); }
@keyframes reveal-product { to { opacity: 1; transform: translateY(0) scale(1); } }
.bonus-product img { width: 100%; max-height: 185px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(31,48,37,.16)); }
.product-type { margin: 0 0 5px; color: var(--clay); font-size: 8px; font-weight: 850; letter-spacing: .09em; }.bonus-product h4 { margin: 0 0 8px; font-family: var(--display); font-size: 20px; line-height: 1.02; letter-spacing: -.035em; }.product-benefit { margin: 0 0 11px; color: #58665d; font-size: 12px; line-height: 1.38; }.product-price { margin: 0; font-size: 13px; }.bonus-product s { color: #79837b; }.bonus-product strong { color: var(--forest); }
.bonus-cta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 18px; border-radius: var(--radius-panel); color: var(--cream); background: var(--forest); opacity: 0; transform: translateY(14px); }.is-revealed .bonus-cta { animation: reveal-product .5s ease forwards .72s; }.bonus-cta p { margin: 0; font-size: 13px; }.bonus-cta .button { flex: 0 0 auto; background: #f4c560; color: var(--ink); }

.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 30px clamp(22px, 5vw, 84px); }
.site-footer p { margin: 0; color: #6b776e; font-size: 12px; }

dialog { width: min(510px, calc(100% - 32px)); padding: 38px; color: var(--ink); border: 0; border-radius: var(--radius-card); box-shadow: 0 25px 100px rgba(0,0,0,.25); }
dialog::backdrop { background: rgba(24, 38, 29, .72); backdrop-filter: blur(3px); }
dialog h2 { margin-bottom: 16px; font-size: 43px; }
.dialog-close { position: absolute; top: 15px; right: 18px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 29px; }
.dialog-note { margin: 25px 0; padding: 16px; background: var(--sand); border-radius: var(--radius-control); font-size: 14px; }

@media (max-width: 790px) {
  .site-header { min-height: 72px; padding: 14px 21px; }
  .site-header nav, .site-header .button-small { display: none; }
  .section-grid, .demo-section, .family-service, .wheel-layout { grid-template-columns: 1fr; }
  .section-grid { min-height: auto; padding: 70px 22px; }
  .section { padding: 74px 22px; }
  .founder-card { min-height: 0; }.founder-photo { height: 420px; min-height: 420px; }.founder-content { padding: 27px 24px 30px; }
  .section-heading { display: block; }
  .journey-step { grid-template-columns: 46px 1fr; gap: 18px; min-height: 0; padding: 24px 0 30px; }
  .journey-rail { left: 22px; }.journey-number { width: 46px; height: 46px; }.journey-note { grid-column: 2; max-width: 100%; margin-top: -5px; font-size: 16px; }
  .service-journey { margin-top: 6px; }.service-rail { left: 26px; }.service-step { min-height: 0; }.service-step h3 { font-size: 28px; }
  .demo-panel-wrap { position: static; }.panel-caption { display: none; }
  .app-shell { margin: 15px 8px 0 0; }
  .app-body { padding: 31px 25px 23px; }
  .bonus-grid { grid-template-columns: 1fr; }.bonus-cta { align-items: stretch; flex-direction: column; }.bonus-cta .button { width: 100%; }.reveal-heading h3 { font-size: 30px; }.bonus-product { grid-template-columns: 110px 1fr; min-height: 180px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
