:root {
  color-scheme: only light;
  --canvas: #f6f3ed;
  --surface: #ffffff;
  --soft: #eceae5;
  --ink: #11120f;
  --secondary: #343630;
  --muted: #555950;
  --line: #dedfd9;
  --coral: #ef5350;
  --coral-text: #b9363b;
  --coral-on-media: #ff8f88;
  --blush: #fde9e7;
  --green: #2f6b55;
  --green-soft: #e6f0ea;
  --blue: #3f627a;
  --blue-soft: #e8f0f5;
  --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--font);
  background: var(--canvas);
  color: var(--ink);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { color: var(--ink); }
a { color: inherit; text-underline-offset: 5px; }
button, summary { cursor: pointer; }
button { border: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h1 { font-size: clamp(2.5rem, 4.6vw, 4.125rem); line-height: 1.065; letter-spacing: -.052em; text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.3vw, 3.25rem); line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
h3 { font-size: 1.375rem; line-height: 1.25; letter-spacing: -.025em; }
p { color: var(--muted); }
::selection { background: var(--blush); color: var(--ink); }
:focus-visible { outline: 3px solid var(--coral-text); outline-offset: 5px; border-radius: 5px; }
[hidden] { display: none !important; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.wrap { width: min(1220px, calc(100% - 80px)); margin-inline: auto; }
.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; line-height: 0; }
.wordmark img { display: block; height: 30px; width: auto; }
.brand-symbol { width: 30px; height: 30px; object-fit: contain; }
.header-links { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 500; }
.header-links a { text-decoration: none; }
.header-links a:hover { color: var(--coral-text); }
.header-links .nav-outline { border: 1px solid #c4c6bd; padding: 10px 17px; border-radius: 999px; }
.skip { position: absolute; top: -100px; left: 20px; background: var(--ink); color: white; padding: 12px; z-index: 20; }
.skip:focus { top: 10px; }
.hero { padding: 46px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 66px; align-items: center; }
.eyebrow { font-size: .875rem; font-weight: 600; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; color: var(--coral-text); margin-bottom: 24px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: none; }
.hero-copy h1 span { color: var(--coral-text); }
.hero-copy > p.body { font-size: 1.125rem; line-height: 1.6; max-width: 47ch; margin-top: 26px; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 14px 24px; background: var(--coral); color: var(--ink); border-radius: 14px; font-size: 16px; font-weight: 600; text-decoration: none; transition: box-shadow .2s, transform .2s; }
.cta:hover { box-shadow: 0 6px 22px #ef53502b; transform: translateY(-2px); }
.cta-download { background: var(--ink); color: var(--surface); }
.cta-download:hover { background: var(--secondary); box-shadow: 0 6px 22px #11120f1f; }
.download-group { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.download-group .download-meta { margin: 0; font-size: .875rem; line-height: 1.5; }
.app-rating { display: inline-flex; align-items: center; flex-wrap: wrap; column-gap: 6px; row-gap: 2px; min-height: 32px; font-size: .875rem; line-height: 1.5; text-decoration: none; color: var(--muted); }
.app-rating strong { color: var(--ink); font-weight: 500; }
.app-rating:hover strong { text-decoration: underline; }
.rating-star { color: var(--coral-text); font-size: 1rem; }
.rating-count { white-space: nowrap; }
.download-open { overflow: hidden; }
.download-dialog { position: fixed; margin: auto; width: min(480px, calc(100% - 32px)); max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); overflow-y: auto; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--canvas); color: var(--ink); box-shadow: 0 24px 90px #11120f33; }
.download-dialog::backdrop { background: #11120f80; }
.download-close-form { margin: 0; }
.download-close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: transparent; }
.download-close:hover { background: var(--soft); }
.download-dialog h2 { padding-right: 26px; font-size: 1.75rem; line-height: 1.2; letter-spacing: -.035em; }
.download-dialog > p { margin-top: 13px; font-size: 1rem; }
.download-stores { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.download-store { display: grid; grid-template-columns: minmax(0, 1fr) 18px; align-content: center; column-gap: 7px; row-gap: 3px; min-height: 86px; padding: 15px 16px; border: 1px solid #bfc2b8; border-radius: 16px; background: var(--surface); text-decoration: none; line-height: 1.4; }
.download-store span { grid-column: 1; color: var(--muted); font-size: .875rem; }
.download-store strong { grid-column: 1; font-weight: 600; font-size: 1rem; }
.download-store .icon { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 18px; height: 18px; }
.download-store:hover { border-color: var(--ink); background: var(--soft); }
.download-qr { display: grid; grid-template-columns: 164px minmax(0, 1fr); gap: 22px; align-items: center; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.download-qr img { display: block; width: 164px; height: 164px; background: white; border-radius: 12px; }
.download-qr strong { display: block; font-size: 1rem; font-weight: 600; }
.download-qr p { margin-top: 8px; font-size: .875rem; line-height: 1.5; }
.download-page { max-width: 480px; padding-block: 50px; }
.download-page h1 { font-size: clamp(2rem, 6vw, 2.75rem); }
.download-page-intro { margin-top: 20px; font-size: 1rem; }
.download-page-back { margin-top: 34px; font-size: .875rem; }
@media (max-width: 430px) {
  .download-dialog { padding: 28px 22px; }
  .download-stores { grid-template-columns: 1fr; gap: 10px; }
  .download-store { min-height: 76px; }
  .download-qr { grid-template-columns: 132px minmax(0, 1fr); gap: 16px; }
  .download-qr img { width: 132px; height: 132px; }
}
@media (max-width: 350px) {
  .download-qr { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}
.hero-copy .cta { margin-top: 30px; }
.platforms { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 18px; }
.platforms a { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; text-decoration: none; min-height: 30px; }
.platforms a:hover { text-decoration: underline; }
.platforms .icon { width: 14px; height: 14px; }
.product-hero { position: relative; padding: 12px 24px 48px 36px; isolation: isolate; }
.product-hero::before { content: ""; position: absolute; inset: 12% -5% 0 -12%; border-radius: 50%; background: radial-gradient(ellipse, #ef535011 0, #ef535008 35%, transparent 70%); z-index: -1; }
.app-phone { max-width: 366px; width: 100%; margin-inline: auto; background: var(--canvas); border: 1px solid #d6d6cf; border-radius: 34px; padding: 14px 12px 0; overflow: hidden; box-shadow: 0 24px 70px #11120f12, 0 3px 8px #11120f05; color: var(--ink); font-family: var(--font); }
.app-top { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; padding: 6px 4px 14px; gap: 10px; }
.app-avatar { height: 34px; width: 34px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 12px; }
.app-top-title { text-align: center; }
.app-top-title strong { display: block; font-size: 26px; font-weight: 600; letter-spacing: -.04em; line-height: 1.2; }
.app-top-title span { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; }
.app-bell { display: grid; place-items: center; }
.app-dayline { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; margin: 2px 0 13px; }
.app-dayline::before { content: ""; position: absolute; height: 2px; background: var(--line); top: 20px; left: 12%; right: 12%; z-index: 0; }
.app-period { display: grid; justify-items: center; gap: 3px; font-size: 12px; color: var(--muted); z-index: 1; }
.app-period .node { display: grid; place-items: center; width: 42px; height: 42px; border: 5px solid var(--canvas); border-radius: 50%; background: var(--soft); }
.app-period .node .icon { width: 18px; height: 18px; }
.app-period.active .node { background: var(--coral); color: var(--ink); }
.app-period.active { color: var(--ink); }
.today-card { background: var(--surface); border: 1px solid var(--line); border-radius: 26px; padding: 18px; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; line-height: 1.4; font-weight: 500; padding: 6px 9px; border-radius: 999px; background: var(--blush); color: var(--coral-text); }
.tag.green { background: var(--green-soft); color: var(--green); }
.tag.blue { background: var(--blue-soft); color: var(--blue); }
.tag .icon { width: 14px; height: 14px; }
.card-more { color: var(--muted); background: var(--soft); border-radius: 50%; width: 32px; height: 32px; display: grid; place-items: center; }
.card-visual { height: 102px; margin-top: 14px; border-radius: 20px; display: grid; place-items: center; background: var(--blush); color: var(--coral-text); }
.card-visual .icon { width: 40px; height: 40px; }
.today-card h3 { font-size: 24px; line-height: 1.2; letter-spacing: -.035em; margin-top: 17px; }
.today-card p { font-size: 15px; line-height: 1.4; margin-top: 10px; }
.card-source { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; margin-top: 16px; }
.card-source .icon { width: 14px; height: 14px; }
.app-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--ink); color: var(--canvas); border-radius: 14px; padding: 11px 17px; font-size: 14px; font-weight: 500; margin-top: 18px; min-height: 44px; }
.app-action .icon { width: 16px; height: 16px; }
.app-nav { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); margin: 15px -12px 0; padding: 13px 7px 17px; background: var(--surface); }
.app-nav span { display: grid; justify-items: center; gap: 5px; font-size: 12px; color: var(--muted); }
.app-nav .current { color: var(--coral-text); }
.app-nav .icon { width: 19px; height: 19px; }
.floating-card { position: absolute; max-width: 236px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 30px #11120f0c; }
.float-understand { left: -35px; top: 136px; transform: translateX(-12%); }
.float-learning { right: -27px; bottom: 5px; }
.mini-label { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); font-weight: 500; }
.mini-label .icon { height: 15px; width: 15px; }
.floating-card strong { display: block; font-weight: 600; font-size: 16px; line-height: 1.35; margin-top: 9px; letter-spacing: -.02em; }
.floating-card p { margin-top: 8px; font-size: 13px; line-height: 1.4; }
.mini-fields { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 4px; }
.mini-fields span { background: var(--green-soft); color: var(--green); padding: 3px 6px; border-radius: 7px; font-size: 12px; }
.hero-reveal { margin-top: 66px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-top: 1px solid var(--line); padding-top: 42px; }
.hero-reveal h2 { max-width: 17ch; font-size: clamp(2rem, 3vw, 2.7rem); }
.hero-reveal .reveal-body p { font-size: 17px; line-height: 1.6; }
.hero-reveal .reveal-body p + p { margin-top: 18px; }
.live-app { margin-top: 42px; padding: 42px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 56px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 36px; scroll-margin-top: 24px; }
.live-app-guide { max-width: 390px; }
.live-app-guide .eyebrow { margin-bottom: 16px; font-size: 12px; }
.live-app-guide h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.12; letter-spacing: -.04em; }
.live-app-guide > p:not(.eyebrow) { margin-top: 17px; }
.live-app-paths { display: grid; gap: 12px; margin: 28px 0; }
.live-app-paths button { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 88px; padding: 17px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); color: var(--ink); text-align: left; }
.live-app-paths button > span { flex: 1; }
.live-app-paths button > .icon:last-child { width: 16px; }
.live-app-paths small { display: block; color: var(--muted); font-size: 12px; margin-bottom: 5px; }
.live-app-paths strong { display: block; font-size: 16px; line-height: 1.3; font-weight: 500; }
.live-app-paths button:hover { background: var(--canvas); }
.live-app-paths button[aria-current="page"] { background: var(--blush); border-color: #f2c9c3; }
.live-app-paths button[aria-current="page"] > .icon { color: var(--coral-text); }
.live-app-device { width: min(100%, 430px); justify-self: center; min-width: 0; }
.live-app-toolbar { display: flex; align-items: flex-end; justify-content: flex-end; gap: 14px; margin-bottom: 16px; }


.live-app-toolbar .text-link { min-height: 44px; font-size: 13px; gap: 5px; white-space: nowrap; }
.live-app-toolbar .icon { width: 15px; height: 15px; }
.live-app-window { position: relative; height: 840px; background: var(--surface); border: 1px solid var(--line); border-radius: 30px; overflow: hidden; box-shadow: 0 16px 44px #11120f0c; }
.live-app-window iframe { display: block; width: 100%; height: 100%; border: 0; background: var(--surface); color-scheme: light; }
.live-app-status { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 40px); padding: 10px 16px; background: var(--surface); color: var(--muted); border: 1px solid var(--line); border-radius: 14px; font-size: 14px; z-index: 2; }
.live-app-error { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 24px; text-align: center; background: var(--canvas); }
.live-app-error button { min-height: 44px; padding: 10px 20px; border-radius: 14px; background: var(--ink); color: var(--surface); }
.live-app-error a { font-size: 14px; }
.live-app-continue { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 4px 0; min-height: 44px; font-size: 13px; color: var(--muted); text-decoration: none; }
.live-app-continue:hover { text-decoration: underline; }
.live-app-continue .icon { width: 16px; }
@media (max-width: 960px) {
  .live-app { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 26px; padding: 28px; }
  .live-app-paths button { padding: 14px; gap: 10px; }
}
@media (max-width: 760px) {
  .live-app { grid-template-columns: minmax(0, 1fr); padding: 24px 16px 16px; gap: 24px; border-radius: 28px; }
  .live-app-guide { max-width: 100%; }
  .live-app-guide > p:not(.eyebrow) { font-size: 15px; margin-top: 12px; }
  .live-app-paths { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 22px 0 16px; }
  .live-app-paths button { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 12px 10px; min-height: 130px; border-radius: 16px; }
  .live-app-paths button > .icon:last-child { display: none; }
  .live-app-paths strong { font-size: 13px; }
  .live-app-paths small { margin-bottom: 6px; }
  .live-app-guide .caption br { display: none; }
  .live-app-window { height: 760px; height: min(800px, max(600px, 88svh)); border-radius: 24px; }
}
@media (max-width: 420px) {
  .live-app { padding-inline: 10px; }
  .live-app-guide { padding-inline: 4px; }
  .live-app-toolbar { gap: 8px; }

  .live-app-toolbar .text-link { font-size: 12px; }
}
.system-attributes { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; font-weight: 500; color: var(--secondary); }
.system-attributes span { display: inline-flex; align-items: center; gap: 7px; }
.system-attributes .icon { width: 16px; height: 16px; color: var(--green); }
.caption { font-size: 12px; color: var(--muted); line-height: 1.5; }
.hero-figure-caption { margin-top: 14px; text-align: center; }
.text-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; margin-top: 26px; }
.text-link { display: inline-flex; gap: 7px; align-items: center; color: var(--ink); font-size: 14px; font-weight: 550; min-height: 30px; text-decoration: underline; text-decoration-color: #92958a; }
.text-link:hover { color: var(--coral-text); text-decoration-color: var(--coral-text); }
.text-link .icon { width: 15px; height: 15px; }
.section { padding: 96px 0; }
.white-section { background: var(--surface); }
.section-intro { max-width: 740px; }
.section-intro > p:not(.eyebrow) { margin-top: 22px; font-size: 18px; line-height: 1.6; }
.section-intro .eyebrow { margin-bottom: 16px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.outcomes-label { margin-top: 32px; font-size: 14px; font-weight: 500; color: var(--secondary); }
.outcomes-label + .outcomes-grid { margin-top: 18px; }
.outcome { border-top: 1px solid var(--line); padding: 26px 0 0; }
.outcome-number { display: block; font-size: 14px; color: var(--coral-text); font-weight: 500; margin-bottom: 23px; }
.outcome p { font-size: 16px; line-height: 1.6; margin-top: 13px; max-width: 33ch; }
.outcome h3 { max-width: 18ch; }
.for-you .section-intro { max-width: 770px; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: start; }
.testimonial { background: var(--canvas); border-radius: 26px; padding: 38px; }
.testimonial blockquote { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2rem); line-height: 1.35; letter-spacing: -.03em; font-weight: 500; color: var(--ink); }
.attribution { display: flex; align-items: center; gap: 12px; margin-top: 27px; }
.attribution .initials { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--blush); color: var(--coral-text); font-size: 14px; }
.attribution strong { display: block; font-size: 15px; font-weight: 600; }
.attribution span { font-size: 13px; color: var(--muted); }
.source-note { margin-top: 20px; font-size: 12px; }
.story-copy > p { margin-top: 26px; }
.pricing .section-intro { text-align: center; margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 40px auto 26px; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 28px; }
.price-card.annual { border: 1px solid #f2b4ad; background: var(--blush); }
.billing-label { font-size: 15px; color: var(--secondary); font-weight: 500; }
.price { display: block; font-size: 44px; line-height: 1.2; letter-spacing: -.055em; font-weight: 600; margin: 18px 0 10px; }
.price span { font-size: 16px; font-weight: 400; letter-spacing: -.01em; color: var(--muted); }
.price-card p { font-size: 14px; }
.pricing-actions { text-align: center; }
.pricing-actions > p { max-width: 610px; margin: 18px auto 0; font-size: 13px; }
.pricing-actions .text-links { justify-content: center; }
.burden { background: var(--ink); color: var(--canvas); padding: 70px 0; }
.burden-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: start; }
.burden h2 { font-size: 24px; letter-spacing: -.025em; line-height: 1.25; max-width: 16ch; }
.burden p { color: var(--canvas); font-size: clamp(1.5rem, 2.7vw, 2.125rem); line-height: 1.45; letter-spacing: -.025em; }
.burden p span { color: #ffc4be; }
.burden .text-link { color: var(--canvas); text-decoration-color: #94968c; }
.closing { text-align: center; padding: 100px 0; }
.closing h2 { font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.08; letter-spacing: -.05em; }
.closing h2 span { color: var(--coral-text); }
.closing p { max-width: 625px; margin: 26px auto; font-size: 18px; }
.closing .platforms { justify-content: center; }
.closing .text-links { justify-content: center; }
/* Full-bleed closing: the photograph carries the section, copy sits over the scrimmed half. */
.closing-bleed { position: relative; overflow: hidden; padding: 0; text-align: left; background: var(--ink); }
.closing-bleed-media { position: absolute; inset: 0; }
.closing-bleed-figure { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.closing-bleed-figure-narrow { display: none; }
.closing-bleed-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, #11120ff5 0px, #11120feb 380px, #11120fc4 620px, #11120f75 800px, #11120f1f 1000px, #11120f00 1160px), linear-gradient(to bottom, #11120f57 0%, #11120f00 34%, #11120f4d 100%); }
.closing-bleed-inner { position: relative; min-height: 640px; display: flex; align-items: center; padding-block: 96px; }
.closing-bleed .closing-copy { max-width: 600px; }
.closing-bleed h2 { font-size: clamp(2.25rem, 3.9vw, 3.5rem); color: var(--surface); }
.closing-bleed h2 span { color: var(--coral-on-media); }
.closing-bleed p { max-width: 46ch; margin: 26px 0 0; color: var(--canvas); }
.closing-bleed .download-group { margin-top: 32px; }
.closing-bleed .cta-download { background: var(--surface); color: var(--ink); }
.closing-bleed .cta-download:hover { background: var(--canvas); box-shadow: 0 6px 22px #11120f5c; }
.closing-bleed .download-meta, .closing-bleed .app-rating { color: var(--canvas); }
.closing-bleed .app-rating strong { color: var(--surface); }
.closing-bleed .rating-star { color: var(--coral-on-media); }
.closing-bleed .text-links { justify-content: flex-start; }
.closing-bleed .text-link { color: var(--canvas); text-decoration-color: #94968c; }
.closing-bleed .text-link:hover { color: var(--coral-on-media); text-decoration-color: var(--coral-on-media); }
@media (max-width: 1024px) {
  .closing-bleed-media { bottom: auto; height: 420px; }
  .closing-bleed-media::after { background: linear-gradient(to bottom, #11120f4d 0%, #11120f00 22%, #11120f85 56%, #11120ff2 78%, var(--ink) 100%); }
  .closing-bleed-inner { min-height: 0; display: block; padding: 356px 0 64px; }
  .closing-bleed .closing-copy { max-width: none; }
  .closing-bleed h2 { font-size: clamp(2rem, 4.4vw, 2.75rem); }
}
.questions { padding: 74px 0 90px; background: var(--surface); }
.question-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; }
.question-heading h2 { font-size: 36px; }
.question-heading > p { margin-top: 18px; max-width: 24ch; font-size: 16px; }
.question-row { border-bottom: 1px solid var(--line); scroll-margin-top: 35px; }
.question-row:first-child { border-top: 1px solid var(--line); }
.question-row summary { padding: 20px 2px; display: flex; align-items: center; justify-content: space-between; gap: 22px; list-style: none; font-size: 17px; line-height: 1.45; font-weight: 500; }
.question-row summary::-webkit-details-marker { display: none; }
.question-row summary .icon { width: 18px; height: 18px; color: var(--muted); transition: transform .2s; }
.question-row[open] summary .icon { transform: rotate(45deg); }
.question-answer { padding: 0 30px 23px 2px; font-size: 16px; color: var(--muted); line-height: 1.6; }
.question-answer p + p { margin-top: 12px; }
.question-answer .text-link { margin-top: 14px; }
.question-answer blockquote { margin: 0 0 15px; padding-left: 18px; border-left: 2px solid var(--coral); color: var(--ink); }
.site-footer { padding: 33px 0; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 24px; font-size: 14px; }
.footer-note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 24px; font-size: 12px; color: var(--muted); }
.footer-note p { max-width: 750px; }
@keyframes enter { from { opacity: .3; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1500px) { .hero { padding-top: 66px; } }
@media (max-width: 1100px) {
  .wrap { width: min(1220px, calc(100% - 48px)); }
  .hero-grid { gap: 35px; grid-template-columns: 1fr 1fr; }
  .product-hero { padding: 0 0 42px 22px; }
  .float-understand { left: -20px; max-width: 198px; top: 140px; }
  .float-learning { right: -5px; max-width: 218px; }
  .hero-reveal { gap: 35px; }
  .story-grid, .question-layout { gap: 40px; }
}
@media (max-width: 820px) {
  .hero { padding: 28px 0 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { max-width: 650px; }
  .hero-copy h1 { max-width: 16ch; font-size: clamp(2.5rem, 7vw, 3.6rem); }
  .hero-copy > p.body { max-width: 54ch; }
  .hero-copy .eyebrow { margin-bottom: 20px; }
  .product-hero { max-width: 540px; width: 100%; margin: 12px auto 0; padding: 0 50px 40px; }
  .float-understand { left: 0; top: 122px; }
  .float-learning { right: 0; }
  .hero-reveal { grid-template-columns: 1fr; gap: 22px; margin-top: 48px; padding-top: 32px; }
  .hero-reveal h2 { max-width: 26ch; }
  .section { padding: 65px 0; }
  .story-grid { grid-template-columns: 1fr; gap: 30px; }
  .burden-grid { grid-template-columns: 1fr; gap: 24px; }
  .burden h2 { max-width: none; }
  .question-layout { grid-template-columns: 1fr; gap: 32px; }
  .question-heading > p { max-width: none; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 70px; }
  .wordmark img { height: 26px; }
  .brand-symbol { width: 27px; height: 27px; }
  .header-links { gap: 0; }
  .header-links > a:not(.nav-outline) { display: none; }
  .header-links .nav-outline { font-size: 13px; padding: 8px 13px; }
  .hero { padding-top: 21px; }
  .hero-copy h1 { font-size: clamp(2.25rem, 9.6vw, 3.25rem); max-width: none; }
  .hero-copy .eyebrow { font-size: 12px; letter-spacing: .075em; margin-bottom: 18px; max-width: 28ch; }
  .hero-copy > p.body { margin-top: 22px; font-size: 17px; line-height: 1.5; }
  .hero-copy .cta { margin-top: 24px; min-height: 54px; font-size: 15px; padding: 13px 20px; }
  .platforms { margin-top: 13px; gap: 20px; }
  .product-hero { padding: 0 4px 0; margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .app-phone { grid-column: 1 / -1; max-width: 360px; }
  .floating-card { position: static; max-width: none; transform: none; padding: 14px; border-radius: 18px; box-shadow: none; }
  .float-understand { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.2fr; gap: 8px 14px; margin-top: 2px; }
  .float-understand .mini-label { grid-column: 1; }
  .float-understand strong { grid-row: 2; grid-column: 1; margin-top: 0; }
  .float-understand p { grid-column: 2; grid-row: 1 / 3; margin: 0; align-self: center; }
  .float-understand .mini-fields { grid-column: 1 / -1; margin-top: 3px; }
  .float-learning { grid-column: 1 / -1; padding: 14px 16px; }
  .float-learning strong { font-size: 16px; margin-top: 5px; }
  .float-learning p { margin-top: 5px; }
  .hero-figure-caption { margin-top: 12px; }
  .hero-reveal { margin-top: 32px; gap: 18px; }
  .hero-reveal h2 { font-size: 32px; max-width: 20ch; }
  .hero-reveal .reveal-body p { font-size: 16px; }
  .system-attributes { gap: 9px; display: grid; margin-top: 22px; font-size: 14px; }
  .text-links { gap: 10px 24px; margin-top: 23px; }
  .section { padding: 54px 0; }
  .section-intro > p:not(.eyebrow) { font-size: 17px; margin-top: 20px; }
  h2 { font-size: 32px; }
  .outcomes-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; }
  .outcome { position: relative; padding: 22px 0 0 42px; }
  .outcome-number { position: absolute; top: 23px; left: 0; }
  .outcome h3 { max-width: none; font-size: 22px; }
  .outcome p { max-width: none; margin-top: 10px; }
  .testimonial { padding: 26px; }
  .testimonial blockquote { font-size: 26px; }
  .story-grid { gap: 25px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }
  .price-card { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding: 21px; align-items: center; }
  .price-card .price { grid-column: 2; grid-row: 1 / 3; font-size: 32px; margin: 0; }
  .price-card .price span { font-size: 14px; }
  .price-card p { font-size: 13px; }
  .pricing-actions .text-links { gap: 12px; }
  .burden { padding: 48px 0; }
  .burden h2 { font-size: 22px; }
  .burden p { font-size: 26px; line-height: 1.4; }
  .closing { padding: 64px 0; }
  .closing h2 { font-size: 38px; }
  .closing p { font-size: 17px; margin: 24px auto; }
  .questions { padding: 52px 0; }
  .question-heading h2 { font-size: 32px; }
  .question-row summary { font-size: 16px; padding: 19px 0; gap: 18px; }
  .question-answer { font-size: 15px; padding-right: 10px; }
  .footer-top { align-items: start; }
  .footer-links { gap: 13px; flex-wrap: wrap; justify-content: flex-end; font-size: 13px; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 32px); }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy > p.body { font-size: 16px; }
}
@media (max-height: 740px) and (max-width: 560px) {
  .site-header { height: 64px; }
  .hero { padding-top: 16px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy .eyebrow { margin-bottom: 16px; }
  .hero-copy > p.body { font-size: 16px; margin-top: 20px; }
  .hero-copy .cta { min-height: 52px; margin-top: 20px; }
  .hero-copy .platforms { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .cta:hover { transform: none; }
}
@media (forced-colors: active) {
  .cta, .app-action, .tag, .proof-tab, .floating-card, .today-card, .price-card { border: 1px solid ButtonText; }
}

/* Recognition, intended outcomes, and the work connecting them. */
.support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 36px; }
.support-group { border: 1px solid var(--line); border-radius: 24px; background: var(--canvas); padding: 26px; }
.support-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--blush); color: var(--coral-text); margin-bottom: 20px; }
.support-group h3 { font-size: 22px; }
.support-group ul { list-style: none; padding: 0; margin: 18px 0 0; }
.support-group li { font-size: 16px; line-height: 1.45; padding: 13px 0; border-top: 1px solid var(--line); color: var(--ink); }
.support-scope { font-size: 14px; max-width: 70ch; margin-top: 24px; }
.section-bridge { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 23px; font-size: 18px; color: var(--ink); }
.outcomes-section + #system { border-top: 1px solid var(--line); }
.system-diagram { margin-top: 38px; background: var(--canvas); border: 1px solid var(--line); border-radius: 28px; padding: 30px 34px 26px; }
.system-diagram > figcaption { text-align: center; font-size: 22px; font-weight: 500; letter-spacing: -.025em; color: var(--ink); }
.system-map { position: relative; display: grid; grid-template-columns: 28% 44% 28%; height: 400px; width: 100%; max-width: 960px; margin: 22px auto 0; align-items: center; }
.system-lines { position: absolute; width: 100%; height: 100%; inset: 0; overflow: visible; pointer-events: none; }
.system-lines-small { display: none; }
.system-inputs, .system-outputs { position: relative; display: grid; gap: 20px; }
.system-inputs { grid-column: 1; }
.system-outputs { grid-column: 3; }
.system-node { min-height: 110px; padding: 17px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); text-align: left; }
.system-node strong { display: block; font-size: 16px; line-height: 1.35; font-weight: 500; color: var(--ink); }
.system-node span { display: block; margin-top: 7px; font-size: 13px; line-height: 1.4; color: var(--muted); }
.system-hub { position: relative; grid-column: 2; display: flex; flex-direction: column; justify-content: center; text-align: center; width: 210px; height: 210px; justify-self: center; border: 1px solid #e4aaa3; border-radius: 50%; background: var(--blush); box-shadow: 0 0 0 12px var(--canvas), 0 0 0 13px #e4aaa3; color: var(--ink); }
.system-hub > span { font-size: 14px; font-weight: 500; color: var(--coral-text); }
.system-hub > strong { font-size: 38px; line-height: 1.2; letter-spacing: -.04em; font-weight: 500; margin: 9px 0; }
.system-hub > small { font-size: 13px; line-height: 1.5; color: var(--ink); }
.diagram-return { max-width: 58ch; margin: 20px auto 0; text-align: center; font-size: 14px; line-height: 1.5; }

/* One person connects the opening burden with the closing life scene. */
.burden-grid { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.burden h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.15; max-width: 18ch; margin-bottom: 24px; }
.burden p { font-size: clamp(22px, 2.2vw, 29px); line-height: 1.45; }
.life-scene { width: 100%; aspect-ratio: 1.5; overflow: hidden; border-radius: 24px; background: var(--soft); }
.life-scene img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* The first support page keeps each category easy to find. */
.directory-back { font-size: 14px; color: var(--ink); }
.directory-intro { padding: 60px 0 70px; }
.directory-intro h1 { max-width: 18ch; }
.directory-intro > p:not(.eyebrow) { max-width: 65ch; font-size: 19px; line-height: 1.6; margin-top: 26px; }
.directory-jumps { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.directory-jumps a { min-height: 44px; padding: 10px 18px; border: 1px solid var(--line); background: var(--surface); border-radius: 14px; text-decoration: none; font-size: 15px; }
.directory-jumps a:hover { color: var(--coral-text); border-color: #e4aaa3; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 42px; }
.directory-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.directory-grid h3 { font-size: 23px; }
.directory-grid p { font-size: 16px; margin-top: 17px; line-height: 1.6; }
.directory-terms { padding-left: 18px; margin: 20px 0; color: var(--secondary); font-size: 15px; }
.directory-terms li + li { margin-top: 9px; }
.directory-boundary { font-size: 15px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 80ch; }
.directory-next { padding: 70px 0; }
.directory-next p { margin-top: 20px; }
.directory-next-links { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; margin-top: 28px; }
@media (max-width: 900px) {
  .support-grid { gap: 14px; }
  .support-group { padding: 20px; }
  .system-diagram { padding-inline: 22px; }
  .system-hub { width: 176px; height: 176px; }
  .system-node { padding: 13px; }
  .burden-grid { gap: 28px; }
}

/* Both moments are visible together; the fuller life scene carries more weight. */
.hero-human { min-width: 0; }
.hero-moments { position: relative; padding-bottom: 76px; }
.hero-moment > span { display: block; padding: 9px 3px 0; color: var(--secondary); font-size: .875rem; font-weight: 500; line-height: 1.4; }
.moment-crop { position: relative; overflow: hidden; background: var(--soft); }
.moment-crop img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-moment-life { width: 90%; margin-left: auto; }
.hero-moment-life .moment-crop { aspect-ratio: 1.18; border-radius: 28px; }
.hero-moment-life > span { text-align: right; }
.hero-moment-work { position: absolute; bottom: 0; left: 0; width: 48%; padding: 6px 6px 0 0; border-radius: 23px 23px 0 0; background: var(--canvas); z-index: 1; }
.hero-moment-work .moment-crop { aspect-ratio: 1.22; border-radius: 18px; }
.hero-promise { padding-top: 23px; }
.hero-promise p { font-size: 1rem; line-height: 1.55; max-width: 48ch; }
.hero-promise strong { color: var(--ink); font-weight: 500; }
.hero-promise > span { display: block; margin-top: 8px; font-size: .75rem; color: var(--muted); }
.burden-grid { grid-template-columns: .62fr 1.38fr; align-items: start; }
.burden h2 { font-size: 26px; margin: 0; }
.burden p { font-size: clamp(24px, 2.7vw, 34px); }

/* Swipe through support and outcomes without a tall stack of cards. */
.swipe-region { margin-top: 34px; }
.swipe-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.swipe-tabs button { flex: 1; padding: 11px 13px; min-height: 44px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: 14px; }
.swipe-tabs button[aria-current="true"] { color: var(--coral-text); border-color: #e4aaa3; background: var(--blush); }
.swipe-track { display: flex; align-items: stretch; gap: 20px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding-block: 2px 8px; margin: 0; }
.swipe-track::-webkit-scrollbar { display: none; }
.swipe-track > article { flex: 0 0 calc((100% - 40px) / 3); min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; margin: 0; }
.swipe-track > .outcome { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 26px; position: static; }
.swipe-track .outcome-number { position: static; margin-bottom: 24px; }
.swipe-track .outcome h3 { max-width: 20ch; }
.swipe-track .outcome p { max-width: none; }
.swipe-controls { display: flex; align-items: center; gap: 10px; margin-top: 10px; color: var(--muted); font-size: 13px; }
.swipe-cue { margin-right: auto; padding-left: 5px; }
.swipe-controls button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); font-size: 20px; }
.swipe-controls button:disabled { opacity: .35; cursor: default; }
.swipe-region[data-all-fit="true"] .swipe-controls, .swipe-region[data-all-fit="true"] .swipe-tabs { display: none; }

/* Verbs are the entry points; screen names remain inside the full app. */
.live-app { align-items: start; }
.live-app-guide { max-width: none; }
.live-app-guide h3 { font-size: clamp(28px, 3vw, 38px); }
.demo-action-group { margin-top: 24px; }
.demo-action-group h4 { margin: 0 0 12px; color: var(--ink); font-size: 15px; line-height: 1.4; font-weight: 500; }
.demo-action-buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.demo-action-buttons button { min-height: 104px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 12px; padding: 14px 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; text-align: left; font-size: 14px; line-height: 1.35; color: var(--ink); }
.demo-action-buttons button .icon { width: 19px; height: 19px; color: var(--muted); }
.demo-action-buttons button:hover { background: var(--canvas); }
.demo-action-buttons button[aria-pressed="true"] { border-color: #e4aaa3; background: var(--blush); }
.demo-action-buttons button[aria-pressed="true"] .icon { color: var(--coral-text); }


.demo-care-choices { display: flex; gap: 8px; margin-top: 12px; }
.demo-care-choices button { min-height: 44px; padding: 9px 17px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); font-size: 14px; }
.demo-care-choices button[aria-pressed="true"] { background: var(--ink); color: var(--surface); border-color: var(--ink); }

/* A paired diagram keeps the starting problem visible beside the support. */
.system-comparison { margin-top: 40px; }
.system-comparison > figcaption { font-size: 18px; color: var(--muted); margin-bottom: 22px; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.comparison-panel { padding: 30px; background: var(--canvas); border: 1px solid var(--line); border-radius: 28px; }
.comparison-after { background: var(--surface); border-color: #e4aaa3; }
.comparison-label { display: inline-block; color: var(--muted); font-size: 12px; font-weight: 500; margin-bottom: 12px; }
.comparison-after .comparison-label { color: var(--coral-text); }
.comparison-panel h3 { font-size: 26px; min-height: 2.5em; letter-spacing: -.035em; }
.comparison-stage { position: relative; margin: 26px 0 16px; }
.comparison-sources { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; z-index: 1; }
.comparison-sources > span { min-height: 70px; padding: 10px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); font-size: 14px; line-height: 1.25; color: var(--secondary); text-align: center; }
.comparison-sources .icon { width: 19px; height: 19px; color: var(--muted); }
.comparison-connections { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #aaada3; stroke-width: 1.25; }
.comparison-before .comparison-connections { stroke-dasharray: 4 6; }
.comparison-work { position: relative; margin-top: 30px; padding: 26px 12px 32px; }
.comparison-person { position: relative; width: 100%; text-align: center; z-index: 1; }
.comparison-portrait { width: 160px; height: 160px; margin: 0 auto; border-radius: 50%; overflow: hidden; background: var(--soft); outline: 1px solid var(--line); outline-offset: 5px; }
.comparison-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison-after .comparison-portrait { outline-color: #e4aaa3; outline-offset: 6px; }
.comparison-person strong { display: block; margin-top: 15px; font-size: 16px; line-height: 1.35; font-weight: 500; color: var(--ink); }
.comparison-effort { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 24px; min-height: 38px; align-items: center; color: var(--muted); font-size: 14px; text-align: center; }
.comparison-system { border: 1px solid #e4aaa3; border-radius: 26px; background: var(--canvas); }
.comparison-system-label { position: absolute; left: 50%; top: -11px; transform: translateX(-50%); background: var(--surface); color: var(--coral-text); padding: 0 12px; font-size: 14px; font-weight: 500; }
.comparison-cycle { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 24px; z-index: 1; }
.comparison-cycle span { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; min-height: 38px; display: grid; place-items: center; font-size: 14px; color: var(--ink); }
.comparison-feedback { position: absolute; left: 12px; right: 12px; bottom: 0; width: calc(100% - 24px); height: 46px; fill: none; stroke: #c58a84; stroke-width: 1.25; }
.comparison-results { list-style: none; padding: 0; margin: 0; }
.comparison-results li { padding: 13px 0; border-top: 1px solid var(--line); color: var(--secondary); font-size: 15px; line-height: 1.4; }
.comparison-after .comparison-results li { color: var(--ink); }
.comparison-note { font-size: 13px; line-height: 1.5; margin-top: 17px; max-width: 47ch; }
@media (max-width: 900px) {
  .swipe-track > article { flex-basis: 78%; }
  .live-app { grid-template-columns: minmax(0, 1fr); }
  .live-app-device { scroll-margin-top: 20px; }
  .comparison-panel { padding: 22px; }
  .comparison-panel h3 { font-size: 24px; min-height: 60px; }
  .demo-action-buttons button { padding: 12px 9px; font-size: 14px; }
}
@media (max-width: 760px) {
  .hero-human { max-width: 540px; width: 100%; margin-inline: auto; }
  .hero-moments { padding-bottom: 68px; }
  .hero-moment-life .moment-crop { aspect-ratio: 1.3; }
  .hero-moment-work { width: 50%; }
  .hero-moment-work .moment-crop { aspect-ratio: 1.3; }
  .hero-promise { padding-top: 20px; }
  .live-app-guide > p:not(.eyebrow) { font-size: 15px; }
  .demo-action-group { margin-top: 20px; }
  .demo-action-buttons button { min-height: 100px; }

  .live-app-device { scroll-margin-top: 20px; }
  .swipe-region { margin-top: 26px; }
  .swipe-track { gap: 14px; }
  .swipe-track > article { flex-basis: 87%; }
  .swipe-track > .outcome { padding: 24px; }
  .swipe-tabs button { font-size: 14px; padding-inline: 9px; }
  .comparison-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .comparison-panel { padding: 24px 20px; }
  .comparison-panel h3 { min-height: 0; font-size: 26px; }
  .comparison-stage { margin-top: 22px; }
  .comparison-sources { gap: 7px; }
  .comparison-sources > span { font-size: 14px; }
  .comparison-cycle { gap: 6px; }
  .comparison-cycle span { font-size: 14px; }
  .comparison-results li { font-size: 15px; }
  .burden-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 760px) {
  .support-grid:not(.swipe-track), .directory-grid { grid-template-columns: 1fr; gap: 20px; }
  .support-group { padding: 22px; }
  .support-icon { float: right; margin: 0 0 12px 16px; }
  .support-group ul { clear: both; margin-top: 15px; }
  .support-group li { padding-block: 11px; }
  .section-bridge { font-size: 17px; margin-top: 28px; }
  .system-diagram { padding: 24px 10px; border-radius: 24px; }
  .system-diagram > figcaption { font-size: 20px; }
  .system-map { display: grid; grid-template-columns: 1fr; grid-template-rows: 112px 236px 112px; height: 460px; margin-top: 22px; }
  .system-lines-wide { display: none; }
  .system-lines-small { display: block; }
  .system-inputs, .system-outputs { grid-column: 1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; height: 112px; }
  .system-inputs { grid-row: 1; }
  .system-outputs { grid-row: 3; }
  .system-node { min-height: 112px; padding: 11px 8px; text-align: center; border-radius: 14px; }
  .system-node strong { font-size: 13px; line-height: 1.35; }
  .system-node span { font-size: 12px; line-height: 1.35; margin-top: 6px; }
  .system-inputs .system-node span { display: none; }
  .system-hub { grid-column: 1; grid-row: 2; width: 164px; height: 164px; box-shadow: 0 0 0 8px var(--canvas), 0 0 0 9px #e4aaa3; }
  .system-hub > strong { font-size: 32px; margin-block: 5px; }
  .system-hub > small { font-size: 12px; }
  .diagram-return { padding-inline: 12px; }
  .burden-grid { grid-template-columns: 1fr; gap: 30px; }
  .burden h2 { max-width: 22ch; font-size: 30px; }
  .life-scene { border-radius: 20px; }
  .closing-bleed-figure-wide { display: none; }
  .closing-bleed-figure-narrow { display: block; object-position: 50% 10%; }
  .closing-bleed { padding: 0; }
  .closing-bleed-media { height: 450px; }
  .closing-bleed-inner { padding: 384px 0 56px; }
  .closing-bleed h2 { font-size: 36px; }
  .closing-bleed p { max-width: none; margin-top: 20px; font-size: 17px; }
  .closing-bleed .download-group { align-items: stretch; margin-top: 26px; }
  .directory-intro { padding-top: 30px; padding-bottom: 45px; }
  .directory-intro h1 { font-size: 38px; }
  .directory-intro > p:not(.eyebrow) { font-size: 17px; }
  .directory-back { max-width: 15ch; text-align: right; font-size: 13px; }
  .directory-grid { margin-top: 30px; gap: 32px; }
  .directory-jumps { gap: 8px; }
  .directory-jumps a { flex: 1; text-align: center; padding-inline: 10px; }
  .directory-next { padding-block: 50px; }
  .directory-next .cta { font-size: 15px; }
}

/* The comparison leads into the three kinds of value. */
.comparison-caption { margin-top: 16px; font-size: 12px; color: var(--muted); }
.system-origin { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--line); }
.system-origin h3 { font-size: 24px; max-width: 24ch; }
.system-origin p { font-size: 17px; line-height: 1.6; }
.values-section { border-bottom: 1px solid var(--line); }
.values-section .section-intro { max-width: 780px; }
.values-section .eyebrow { max-width: 38ch; }

/* The value section pairs a three-beat rail with the product itself: the same
   device shell the v3 care cards use (App Store screenshot proportions), playing
   the prototype's Plan-generation screens. */
.value-split { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 65px; align-items: start; }
.value-copy { max-width: 620px; }
.value-beats { margin: 34px 0 0; border-top: 1px solid #d2d3ca; }
.value-beats > div { display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: 24px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid #d2d3ca; }
.value-beats dt { font-size: 12px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; color: var(--coral-text); }
.value-beats dd { margin: 0; font-size: 18px; line-height: 1.5; text-wrap: pretty; }
/* 70% of the device box: the phone runs past the bottom of the section rather
   than sitting in it, so the copy keeps the section's height. */
.value-stage { width: 430px; margin: 0; aspect-ratio: 1320 / 2008; overflow: hidden; }

.app-device { position: relative; width: 100%; aspect-ratio: 1320 / 2868; }
.app-device-frame { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: top; pointer-events: none; }
.app-device-screen { position: absolute; z-index: 2; inset: 2.4% 5.1% 2.4% 5.5%; overflow: hidden; border-radius: 13.8% / 6.4%; background: var(--canvas); container-type: inline-size; }
.ios-status-icon { display: block; flex-shrink: 0; height: calc(var(--u) * 8); background: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.ios-status-icon-cellular { aspect-ratio: 60 / 36; -webkit-mask-image: url("/images/device/ios-status-cellular.png"); mask-image: url("/images/device/ios-status-cellular.png"); }
.ios-status-icon-wifi { aspect-ratio: 81 / 59; -webkit-mask-image: url("/images/device/ios-status-wifi.png"); mask-image: url("/images/device/ios-status-wifi.png"); }
.ios-status-icon-battery { aspect-ratio: 94 / 42; -webkit-mask-image: url("/images/device/ios-status-battery.png"); mask-image: url("/images/device/ios-status-battery.png"); }

/* --u is one design pixel of the prototype's 430px-wide screen, so every value
   below is the measurement the prototype ships and the whole screen scales with
   the device instead of being re-measured at each breakpoint. */
.pgen { --u: calc(100cqw / 430); display: flex; flex-direction: column; height: 100%; color: var(--ink); font-size: calc(var(--u) * 15); line-height: 1.44; }
.pgen :where(p, h3) { margin: 0; }
.pgen .icon { width: calc(var(--u) * 14); height: calc(var(--u) * 14); }
.pgen strong { font-weight: 500; }
.pgen-status { height: calc(var(--u) * 32); padding: calc(var(--u) * 10) calc(var(--u) * 22) 0; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: calc(var(--u) * 12); font-weight: 500; }
.pgen-status-icons { display: flex; align-items: center; gap: calc(var(--u) * 5); }
.pgen-header { min-height: calc(var(--u) * 66); padding: calc(var(--u) * 10) calc(var(--u) * 20) calc(var(--u) * 12); display: flex; align-items: center; justify-content: space-between; }
.pgen-header-title { font-size: calc(var(--u) * 18); font-weight: 500; letter-spacing: -.022em; }
.pgen-close { color: var(--muted); font-size: calc(var(--u) * 14); font-weight: 500; }
.pgen-main { flex: 1; min-height: 0; padding: calc(var(--u) * 8) calc(var(--u) * 20) calc(var(--u) * 22); display: flex; flex-direction: column; }
.pgen-progress { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: calc(var(--u) * 7); margin: calc(var(--u) * 2) 0 calc(var(--u) * 20); }
.pgen-progress span { height: calc(var(--u) * 4); border-radius: 999px; background: var(--soft); transition: background 300ms ease; }
.pgen-progress span.is-complete { background: var(--coral); }
.pgen-stage { min-height: calc(var(--u) * 552); padding: calc(var(--u) * 22); border: 1px solid var(--line); border-radius: calc(var(--u) * 26); background: var(--surface); display: flex; flex-direction: column; animation: pgen-stage-in 320ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-visual { position: relative; height: calc(var(--u) * 210); margin-bottom: calc(var(--u) * 22); border-radius: calc(var(--u) * 22); background: var(--blush); color: var(--coral-text); overflow: hidden; }
.pgen-carry { position: absolute; left: calc(var(--u) * 12); top: calc(var(--u) * 11); z-index: 3; min-height: calc(var(--u) * 26); padding: 0 calc(var(--u) * 9); border-radius: 999px; background: var(--surface); color: var(--green); display: flex; align-items: center; gap: calc(var(--u) * 5); font-size: calc(var(--u) * 12); font-weight: 500; }
.pgen-carry .icon { width: calc(var(--u) * 13); height: calc(var(--u) * 13); }
.pgen-input { position: absolute; inset: calc(var(--u) * 14); display: grid; grid-template-columns: minmax(0, 1fr) calc(var(--u) * 28) minmax(0, 1.12fr); align-items: center; gap: calc(var(--u) * 7); }
.pgen-mini-stack { display: grid; gap: calc(var(--u) * 7); }
.pgen-mini-row { min-height: calc(var(--u) * 34); padding: 0 calc(var(--u) * 9); border-radius: calc(var(--u) * 9); background: var(--surface); display: flex; align-items: center; gap: calc(var(--u) * 6); color: var(--muted); font-size: calc(var(--u) * 12); animation: pgen-row-in 900ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-mini-row:nth-child(2) { animation-delay: 130ms; }
.pgen-mini-row:nth-child(3) { animation-delay: 260ms; }
.pgen-mini-row .icon { width: calc(var(--u) * 12); height: calc(var(--u) * 12); color: var(--coral-text); }
.pgen-mini-arrow { display: grid; place-items: center; color: var(--coral-text); }
.pgen-mini-arrow .icon { width: calc(var(--u) * 18); height: calc(var(--u) * 18); animation: pgen-arrow 1.2s ease-in-out infinite; }
.pgen-output { padding: calc(var(--u) * 12); border-radius: calc(var(--u) * 13); background: var(--ink); color: var(--canvas); animation: pgen-output-in 750ms 420ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-output span { display: block; color: var(--coral-on-media); font-size: calc(var(--u) * 12); letter-spacing: .05em; text-transform: uppercase; }
.pgen-output strong { display: block; margin-top: calc(var(--u) * 6); font-size: calc(var(--u) * 13); line-height: 1.3; }
.pgen-synthesis { position: absolute; inset: calc(var(--u) * 45) calc(var(--u) * 14) calc(var(--u) * 14); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: calc(var(--u) * 7); }
.pgen-view { --pgen-x: 0; --pgen-y: 0; min-width: 0; padding: calc(var(--u) * 5); border-radius: calc(var(--u) * 11); background: var(--surface); color: var(--ink); display: grid; place-items: center; align-content: center; gap: calc(var(--u) * 3); text-align: center; font-size: calc(var(--u) * 12); line-height: 1.14; font-weight: 500; animation: pgen-view-in 760ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-view .icon { width: calc(var(--u) * 14); height: calc(var(--u) * 14); color: var(--green); }
.pgen-view:nth-child(1) { --pgen-x: -12px; --pgen-y: -10px; animation-delay: 110ms; }
.pgen-view:nth-child(9) { --pgen-x: 12px; --pgen-y: 10px; animation-delay: 110ms; }
.pgen-view:nth-child(3) { --pgen-x: 12px; --pgen-y: -10px; animation-delay: 220ms; }
.pgen-view:nth-child(7) { --pgen-x: -12px; --pgen-y: 10px; animation-delay: 220ms; }
.pgen-view:nth-child(2) { --pgen-y: -12px; animation-delay: 330ms; }
.pgen-view:nth-child(8) { --pgen-y: 12px; animation-delay: 330ms; }
.pgen-view:nth-child(4) { --pgen-x: -12px; animation-delay: 440ms; }
.pgen-view:nth-child(6) { --pgen-x: 12px; animation-delay: 440ms; }
.pgen-view-core { background: var(--ink); color: var(--canvas); animation: pgen-core-in 780ms 610ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-view-core .icon { color: var(--coral-on-media); }
.pgen-view-core small { color: var(--canvas); font-size: calc(var(--u) * 12); line-height: 1.1; font-weight: 400; opacity: .8; }
.pgen-checks { position: absolute; inset: calc(var(--u) * 47) calc(var(--u) * 12) calc(var(--u) * 14); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: calc(var(--u) * 7); align-items: center; }
.pgen-check { min-height: calc(var(--u) * 98); padding: calc(var(--u) * 11) calc(var(--u) * 7); border-radius: calc(var(--u) * 13); background: var(--surface); color: var(--ink); text-align: center; display: grid; place-items: center; align-content: center; gap: calc(var(--u) * 7); font-size: calc(var(--u) * 12); font-weight: 500; animation: pgen-check-in 700ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-check:nth-child(2) { animation-delay: 250ms; }
.pgen-check:nth-child(3) { animation-delay: 500ms; }
.pgen-check .icon { width: calc(var(--u) * 22); height: calc(var(--u) * 22); color: var(--green); }
.pgen-milestones { position: absolute; inset: calc(var(--u) * 47) calc(var(--u) * 14) calc(var(--u) * 14); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: calc(var(--u) * 8); align-items: center; }
.pgen-milestone { min-height: calc(var(--u) * 112); padding: calc(var(--u) * 11) calc(var(--u) * 8); border-radius: calc(var(--u) * 14); background: var(--surface); color: var(--ink); animation: pgen-milestone-in 800ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-milestone:nth-child(2) { animation-delay: 220ms; }
.pgen-milestone:nth-child(3) { animation-delay: 440ms; }
.pgen-milestone b { display: block; color: var(--coral-text); font-size: calc(var(--u) * 12); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.pgen-milestone strong { display: block; margin: calc(var(--u) * 7) 0 calc(var(--u) * 10); font-size: calc(var(--u) * 13); }
.pgen-weeks { display: grid; grid-template-columns: 1fr 1fr; gap: calc(var(--u) * 4); }
.pgen-weeks span { height: calc(var(--u) * 22); border-radius: calc(var(--u) * 6); background: var(--soft); display: grid; place-items: center; color: var(--muted); font-size: calc(var(--u) * 12); }
.pgen-ready { position: absolute; inset: calc(var(--u) * 46) calc(var(--u) * 15) calc(var(--u) * 15); display: grid; grid-template-columns: calc(var(--u) * 76) minmax(0, 1fr); gap: calc(var(--u) * 11); align-items: center; }
.pgen-ready-check { width: calc(var(--u) * 72); height: calc(var(--u) * 72); border-radius: 50%; background: var(--green); color: var(--surface); display: grid; place-items: center; animation: pgen-ready-in 700ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-ready-check .icon { width: calc(var(--u) * 32); height: calc(var(--u) * 32); }
.pgen-ready-summary { display: grid; gap: calc(var(--u) * 7); }
.pgen-ready-line { height: calc(var(--u) * 32); padding: 0 calc(var(--u) * 9); border-radius: calc(var(--u) * 9); background: var(--surface); display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-size: calc(var(--u) * 12); animation: pgen-row-in 650ms cubic-bezier(.22,.8,.28,1) both; }
.pgen-ready-line:nth-child(2) { animation-delay: 120ms; }
.pgen-ready-line:nth-child(3) { animation-delay: 240ms; }
.pgen-label { margin-bottom: calc(var(--u) * 8); color: var(--muted); font-size: calc(var(--u) * 12); font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }
.pgen-title { font-size: calc(var(--u) * 26); line-height: 1.12; letter-spacing: -.035em; font-weight: 500; }
.pgen-copy { margin-top: calc(var(--u) * 10); color: var(--muted); font-size: calc(var(--u) * 15); line-height: 1.44; }
.pgen-detail { margin-top: auto; padding-top: calc(var(--u) * 20); }
.pgen-detail-line { min-height: calc(var(--u) * 46); padding: 0 calc(var(--u) * 13); border-radius: calc(var(--u) * 14); background: var(--soft); display: flex; align-items: center; gap: calc(var(--u) * 9); color: var(--ink); font-size: calc(var(--u) * 13); }
.pgen-detail-line .icon { width: calc(var(--u) * 16); height: calc(var(--u) * 16); color: var(--green); }
.pgen-review { min-height: calc(var(--u) * 50); border-radius: calc(var(--u) * 16); background: var(--ink); color: var(--canvas); display: grid; place-items: center; font-size: calc(var(--u) * 15); font-weight: 500; }
.pgen-approval { margin-top: calc(var(--u) * 10); text-align: center; color: var(--muted); font-size: calc(var(--u) * 12); line-height: 1.4; }
.pgen-bottom { margin-top: auto; padding-top: calc(var(--u) * 14); text-align: center; color: var(--muted); font-size: calc(var(--u) * 12); line-height: 1.4; }
@keyframes pgen-stage-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pgen-row-in { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pgen-output-in { from { opacity: 0; transform: translateX(12px) scale(.96); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes pgen-arrow { 0%, 100% { transform: translateX(-2px); opacity: .55; } 50% { transform: translateX(3px); opacity: 1; } }
@keyframes pgen-view-in { from { opacity: 0; transform: translate(var(--pgen-x), var(--pgen-y)) scale(.88); } to { opacity: 1; transform: translate(0, 0) scale(1); } }
@keyframes pgen-core-in { from { opacity: .25; transform: scale(.84); } to { opacity: 1; transform: scale(1); } }
@keyframes pgen-check-in { from { opacity: .18; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pgen-milestone-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pgen-ready-in { from { opacity: 0; transform: scale(.72) rotate(-8deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@media (max-width: 1024px) {
  .value-split { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .value-stage { width: min(100%, 390px); margin-inline: auto; }
}
@media (max-width: 560px) {
  .value-beats > div { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 16px 0; }
  .value-beats dd { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .pgen-stage, .pgen-carry, .pgen-mini-row, .pgen-output, .pgen-mini-arrow .icon, .pgen-view, .pgen-check, .pgen-milestone, .pgen-ready-check, .pgen-ready-line { animation: none; }
  .pgen-progress span { transition: none; }
}

/* Make the ongoing cost concrete before inviting a first step. */
.cost-section { padding: 76px 0; background: var(--surface); color: var(--ink); border-block: 1px solid var(--line); }
.cost-heading { max-width: 740px; }
.cost-section .eyebrow { font-size: 12px; color: var(--coral-text); margin-bottom: 20px; letter-spacing: .07em; }
.cost-section h2 { font-size: clamp(32px, 3.8vw, 48px); max-width: 22ch; color: var(--ink); line-height: 1.12; margin: 0; }
.cost-section p { font-size: 16px; line-height: 1.55; letter-spacing: normal; color: var(--muted); }
.cost-heading > p:not(.eyebrow) { font-size: 18px; max-width: 62ch; margin-top: 24px; }
.cost-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 42px; }
.cost-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.cost-grid article > span { display: block; font-size: 12px; color: var(--coral-text); margin-bottom: 16px; }
.cost-grid h3 { font-size: 24px; line-height: 1.25; color: var(--ink); }
.cost-grid p { margin-top: 15px; }
.cost-section .cost-bridge { font-size: 20px; color: var(--ink); max-width: 46ch; margin-top: 40px; }
@media (max-width: 760px) {
  .system-origin { grid-template-columns: 1fr; gap: 18px; margin-top: 32px; padding-top: 26px; }
  .system-origin h3 { font-size: 24px; }
  .system-origin p { font-size: 16px; }
  .cost-section { padding: 54px 0; }
  .cost-heading > p:not(.eyebrow) { font-size: 17px; }
  .cost-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 32px; }
  .cost-grid article { padding-top: 18px; }
  .cost-grid article > span { margin-bottom: 10px; }
  .cost-grid h3 { font-size: 22px; }
  .cost-grid p { margin-top: 10px; }
  .cost-section .cost-bridge { font-size: 20px; margin-top: 32px; }
}

/* The selected action carries its own story into the app. */
.demo-action-context { padding: 24px 0 0; margin-top: 28px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.demo-action-context h4 { font-size: 24px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; color: var(--ink); margin: 0 0 16px; }
.demo-action-context p { font-size: 16px; line-height: 1.55; }
.demo-action-context .action-problem { color: var(--muted); }
.demo-action-context .action-possibility { color: var(--ink); margin-top: 13px; }
.action-lenses { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.action-lenses span { font-size: 12px; color: var(--coral-text); background: var(--blush); border: 1px solid #f2d1cc; border-radius: 8px; padding: 5px 9px; }
.demo-action-context .action-try { font-size: 14px; margin-top: 20px; padding: 14px 16px; border-radius: 14px; background: var(--canvas); }
.action-try strong, .action-try span { display: block; }
.action-try strong { font-weight: 500; color: var(--ink); margin-bottom: 5px; }
#demo-note { margin-top: 16px; }
#demo-note span { display: block; }
.demo-care-choices { margin: 0 0 16px; }
.support-group { display: flex; flex-direction: column; }
.support-group ul { flex: 1; }
.support-more { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 22px; min-height: 44px; font-size: 14px; color: var(--secondary); text-decoration: none; }
.support-more:hover { color: var(--coral-text); text-decoration: underline; }
.support-more .icon { width: 16px; height: 16px; }

/* Three relationships make the depth of value visible. */
.value-diagram { margin: 24px 0 22px; padding: 20px 10px 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--canvas); }
.value-diagram figcaption { font-size: 13px; line-height: 1.4; color: var(--muted); margin-top: 16px; text-align: center; }
.foundation-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.foundation-columns > div { display: grid; grid-template-rows: auto repeat(3, minmax(40px, auto)); gap: 5px; }
.foundation-columns strong { font-size: 14px; font-weight: 500; text-align: center; color: var(--ink); margin-bottom: 5px; }
.foundation-columns span { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); padding: 5px 2px; font-size: 14px; text-align: center; line-height: 1.3; }
.diagram-join { display: block; width: 100%; height: 28px; fill: none; stroke: #b6b9ae; stroke-width: 1.2; }
.diagram-result { background: var(--blush); border: 1px solid #e4aaa3; border-radius: 12px; padding: 12px 9px; text-align: center; }
.diagram-result strong { display: block; color: var(--ink); font-size: 14px; line-height: 1.35; font-weight: 500; }
.diagram-result > span { display: block; color: var(--secondary); font-size: 13px; line-height: 1.4; margin-top: 5px; }
.plan-sequence { position: relative; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.plan-sequence::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid #b6b9ae; }
.plan-sequence span { position: relative; z-index: 1; padding: 12px 7px; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; font-size: 14px; line-height: 1.3; }
.plan-sequence span:last-child { background: var(--blush); border-color: #e4aaa3; }
.value-diagram .diagram-carry { margin: 14px 0 26px; font-size: 13px; text-align: center; color: var(--muted); }
.value-loop { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 6px; }
.value-loop span { padding: 10px 4px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); text-align: center; font-size: 14px; }
.value-loop svg { display: block; width: 100%; height: 42px; grid-column: 1 / -1; fill: none; stroke: #b6b9ae; stroke-width: 1.2; }
.agency-map { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.agency-map > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #b6b9ae; stroke-width: 1.2; }
.agency-support, .agency-abilities { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.agency-support span, .agency-abilities span { display: grid; place-items: center; padding: 9px 2px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); text-align: center; font-size: 14px; line-height: 1.3; }
.agency-support span:first-child { font-size: 13px; }
.agency-center { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 120px; height: 120px; border: 1px solid #e4aaa3; border-radius: 50%; background: var(--blush); box-shadow: 0 0 0 5px var(--canvas); }
.agency-center strong { font-size: 28px; line-height: 1.2; color: var(--ink); font-weight: 500; }
.agency-center span { color: var(--secondary); text-align: center; font-size: 14px; line-height: 1.35; margin-top: 6px; }
@media (max-width: 760px) {
  .support-icon { float: none; margin: 0 0 20px; }
  .demo-action-context h4 { font-size: 22px; }
  .live-app-toolbar .text-link { font-size: 14px; }
  .value-diagram { padding-inline: 8px; }
}
@media (max-width: 370px) {
  .foundation-columns { gap: 4px; }
  .agency-support, .agency-abilities { gap: 4px; }
}

/* The nine actions share one goal, an inner feedback loop, and continuing plans. */
.app-connection { grid-column: 1 / -1; min-width: 0; border-top: 1px solid var(--line); padding-top: 34px; scroll-margin-top: 24px; }
.connection-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; margin-bottom: 24px; }
.connection-heading h4 { margin: 0; font-size: 28px; line-height: 1.2; font-weight: 600; letter-spacing: -.035em; color: var(--ink); text-wrap: balance; }
.connection-heading > p { font-size: 16px; line-height: 1.55; }
.connection-goal { display: flex; align-items: center; gap: 18px; padding: 20px 24px; margin-bottom: 22px; border: 1px solid #e4aaa3; border-radius: 20px; background: var(--blush); }
.connection-goal > .icon { width: 30px; height: 30px; color: var(--coral-text); }
.connection-goal span { display: block; font-size: 12px; color: var(--coral-text); }
.connection-goal strong { display: block; margin-top: 5px; font-size: 20px; font-weight: 500; line-height: 1.35; letter-spacing: -.02em; }
.connection-goal p { margin-top: 3px; color: var(--secondary); font-size: 14px; }
.connection-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.connection-cycle, .connection-plans { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--canvas); }
.connection-panels h5 { margin: 0 0 20px; color: var(--ink); font-size: 16px; line-height: 1.4; font-weight: 500; }
.cycle-steps, .continuing-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; list-style: none; padding: 0; margin: 0; }
.cycle-steps > li { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; padding: 12px 10px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); color: var(--ink); transition: background-color .2s, border-color .2s; }
.cycle-steps > li:not(:last-child)::after, .continuing-plans > li:not(:last-child)::after { content: ''; position: absolute; right: -13px; top: 46px; width: 9px; height: 9px; border-top: 1px solid #92958a; border-right: 1px solid #92958a; transform: rotate(45deg); }
.cycle-steps > li[data-active="true"] { background: var(--blush); border-color: var(--coral-text); }
.cycle-steps .cycle-number { font-size: 12px; color: var(--muted); line-height: 1.2; }
.cycle-steps > li[data-active="true"] .cycle-number { color: var(--coral-text); }
.cycle-steps strong { font-size: 18px; font-weight: 500; line-height: 1.25; }
.cycle-steps > li > span:last-child { font-size: 14px; line-height: 1.4; color: var(--secondary); }
.cycle-return { position: relative; height: 50px; margin-bottom: 6px; }
.cycle-return svg { display: block; width: 100%; height: 40px; fill: none; stroke: var(--coral-text); stroke-width: 1.2; }
.cycle-return span { position: absolute; left: 50%; top: 19px; transform: translateX(-50%); width: max-content; max-width: calc(100% - 38px); padding: 0 8px; background: var(--canvas); color: var(--coral-text); font-size: 13px; line-height: 1.3; text-align: center; }
.connection-selection { padding-top: 15px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.5; }
.connection-selection strong { display: block; color: var(--ink); font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.connection-selection > span { display: block; color: var(--muted); }
.continuing-plans > li { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 10px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.continuing-plans > li:last-child { border-color: #e4aaa3; }
.continuing-label { font-size: 14px; color: var(--ink); font-weight: 500; }
.plan-cycle-icon { width: 28px; height: 28px; fill: none; stroke: var(--coral-text); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.continuing-plans strong { font-size: 14px; line-height: 1.4; color: var(--ink); font-weight: 500; }
.continuing-period { font-size: 12px; color: var(--muted); margin-top: auto; }
.connection-carry { display: flex; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.connection-carry > .icon { margin-top: 2px; color: var(--coral-text); width: 18px; height: 18px; }
.connection-carry p { font-size: 14px; line-height: 1.5; }
.connection-carry strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: 6px; }
.connection-note { margin-top: 18px; font-size: 13px; line-height: 1.5; }
.action-loop-link { margin-top: 17px; min-height: 44px; }
.live-app-toolbar { flex-wrap: wrap; }
.live-app-toolbar .demo-return { margin-right: auto; }

/* Each outcome has a readable product view and one way into the full app. */
.swipe-track > .outcome { display: flex; flex-direction: column; }
.outcome-proof { display: flex; flex-direction: column; flex: 1; margin: 24px 0 18px; }
.outcome-ui { display: flex; flex-direction: column; flex: 1; gap: 16px; padding: 18px; color: var(--ink); background: var(--canvas); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 6px 20px #11120f05; }
.outcome-ui-top { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 14px; line-height: 1.35; color: var(--ink); }
.outcome-ui-top > .icon { width: 17px; height: 17px; color: var(--coral-text); }
.outcome-ui-badge { display: block; flex-basis: 100%; font-size: 12px; color: var(--muted); }
.outcome-ui h4 { margin: 0; color: var(--ink); font-size: 22px; font-weight: 500; line-height: 1.2; letter-spacing: -.03em; }
.outcome-ui strong { display: block; font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--ink); }
.outcome .outcome-ui p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.outcome-ui-label { display: block; color: var(--coral-text); font-size: 12px; line-height: 1.35; margin-bottom: 6px; }
.outcome-signals { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.outcome-signals > div { padding: 12px 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.outcome-signals span { display: block; color: var(--muted); font-size: 12px; line-height: 1.4; margin-bottom: 6px; }
.outcome-insight, .outcome-plan-goal, .outcome-routine { padding: 15px; border: 1px solid #f2d1cc; border-radius: 14px; background: var(--blush); }
.outcome-question { display: flex; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.outcome-question > .icon { color: var(--coral-text); width: 18px; height: 18px; margin-top: 2px; }
.outcome-routine { display: flex; align-items: flex-start; gap: 10px; }
.outcome-routine > .icon { width: 24px; height: 24px; color: var(--coral-text); margin-top: 3px; }
.outcome-routine-steps { list-style: none; display: grid; gap: 11px; margin: 0; padding: 0; }
.outcome-routine-steps li { display: flex; align-items: center; gap: 10px; }
.outcome-routine-steps li > span { flex: 0 0 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--muted); font-size: 12px; }
.outcome-review { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.outcome-milestones { display: grid; gap: 18px; position: relative; list-style: none; padding: 0; margin: 0; }
.outcome-milestones::before { content: ''; position: absolute; top: 15px; bottom: 18px; left: 14px; width: 1px; background: #c58a84; }
.outcome-milestones li { position: relative; display: grid; grid-template-columns: 29px 1fr; gap: 10px; align-items: start; }
.milestone-dot { height: 29px; display: grid; place-items: center; color: var(--coral-text); background: var(--canvas); border: 1px solid #c58a84; border-radius: 50%; font-size: 12px; }
.outcome-milestones li:first-child .milestone-dot { background: var(--blush); }
.outcome-milestones li > div > span { color: var(--muted); font-size: 12px; line-height: 1.3; display: block; margin-bottom: 4px; }
.outcome-life-review { display: flex; align-items: flex-start; gap: 9px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.45; color: var(--secondary); margin-top: auto; }
.outcome-life-review .icon { width: 17px; height: 17px; margin-top: 2px; color: var(--coral-text); }
.outcome-proof figcaption { font-size: 12px; line-height: 1.4; color: var(--muted); padding-top: 10px; }
.outcome-demo-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; color: var(--ink); font-size: 14px; font-weight: 500; text-decoration: none; border-top: 1px solid var(--line); padding-top: 13px; }
.outcome-demo-link:hover { color: var(--coral-text); text-decoration: underline; }
.outcome-demo-link .icon { width: 17px; height: 17px; }

/* The three costs use the same horizontal browsing as the other card rows. */
.cost-grid.swipe-track { display: flex; gap: 20px; margin: 0; }
.cost-grid.swipe-track > article { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--canvas); }
@media (min-width: 901px) {
  .outcome > h3 { min-height: 2.5em; }
  .outcome > p { min-height: 6.4em; }
}
@media (max-width: 900px) {
  .connection-panels { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 760px) {
  .app-connection { padding-top: 28px; }
  .connection-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 20px; }
  .connection-heading h4 { font-size: 25px; }
  .connection-heading > p { font-size: 15px; }
  .connection-goal { padding: 18px 14px; gap: 12px; align-items: flex-start; }
  .connection-goal > .icon { width: 24px; height: 24px; margin-top: 4px; }
  .connection-goal strong { font-size: 18px; }
  .connection-cycle, .connection-plans { padding: 18px 12px; }
  .cycle-steps, .continuing-plans { gap: 10px; }
  .cycle-steps > li, .continuing-plans > li { padding: 11px 8px; }
  .cycle-steps > li:not(:last-child)::after, .continuing-plans > li:not(:last-child)::after { right: -9px; width: 6px; height: 6px; }
  .cycle-steps > li > span:last-child { font-size: 13px; }
  .cycle-steps strong { font-size: 17px; }
  .cycle-return span { max-width: calc(100% - 36px); font-size: 12px; padding-inline: 5px; }
  .continuing-plans strong { font-size: 13px; }
  .connection-carry { margin-top: 17px; }
  .swipe-track > .outcome { padding: 22px 18px; }
  .outcome-ui { padding: 15px; }
  .cost-grid.swipe-track { gap: 14px; }
  .cost-grid.swipe-track > article { padding: 24px; }
}
@media (max-width: 370px) {
  .connection-cycle, .connection-plans { padding-inline: 8px; }
  .cycle-steps > li, .continuing-plans > li { padding-inline: 5px; }
  .outcome-ui { padding-inline: 12px; }
  .outcome-insight, .outcome-plan-goal, .outcome-routine { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .cycle-steps > li { transition: none; }
}

/* The hosted product stays visually separate from the marketing page in a
   simple, borderless phone silhouette. */
body[data-page="home"] .live-app-device {
  display: flex;
  flex-direction: column;
  width: min(100%, 27rem);
}
body[data-page="home"] .live-app-window {
  order: 1;
  height: auto;
  aspect-ratio: 9 / 19.5;
  border: 0;
  border-radius: 3rem;
  background: var(--surface);
  box-shadow:
    0 2rem 5rem color-mix(in srgb, var(--ink) 16%, transparent),
    0 .5rem 1.5rem color-mix(in srgb, var(--ink) 8%, transparent);
  isolation: isolate;
}
body[data-page="home"] .live-app-window iframe {
  border-radius: inherit;
}
body[data-page="home"] .live-app-toolbar {
  order: 2;
  justify-content: center;
  margin: 1rem 0 0;
}
body[data-page="home"] .live-app-continue {
  order: 3;
}
@media (max-width: 40rem) {
  body[data-page="home"] .live-app-window {
    border-radius: 2.5rem;
  }
}

/* --- Canonical homepage: the photograph is the card and the copy sits on the scrim. ---
   Paired with applyPhotoOutcomeCards() and applyPhotoCostCards() in
   src/pages/update/UpdatePage.tsx. The home page (/) keeps the shared cards above.
   Delete this block and those functions together to retire the experiment. */
.update-v2-main-content .swipe-track > .outcome--photo,
.update-v2-main-content .swipe-track > .cost--photo { position: relative; display: flex; flex-direction: column; min-height: 560px; padding: 0; border: 0; border-radius: 24px; overflow: hidden; background: var(--ink); }
.update-v2-main-content .outcome-figure { position: absolute; inset: 0; margin: 0; }
.update-v2-main-content .outcome-figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.update-v2-main-content .outcome-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, #11120f8a 0%, #11120f21 26%, #11120f00 42%, #11120f9c 66%, #11120fe8 84%, #11120ff7 100%); }
.update-v2-main-content .outcome-head { position: absolute; top: 22px; left: 22px; right: 22px; display: flex; align-items: center; gap: 7px; margin: 0; color: var(--surface); font-size: 13px; font-weight: 500; line-height: 1.3; }
.update-v2-main-content .outcome-head .icon { width: 16px; height: 16px; color: var(--coral-on-media); }
.update-v2-main-content .outcome-body { position: relative; width: 100%; margin-top: auto; padding: 26px; }
.update-v2-main-content .outcome--photo .outcome-number,
.update-v2-main-content .cost--photo .outcome-number { margin-bottom: 14px; color: var(--coral-on-media); }
.update-v2-main-content .outcome--photo h3,
.update-v2-main-content .cost--photo h3 { color: var(--surface); }
.update-v2-main-content .outcome--photo .outcome-body > p,
.update-v2-main-content .cost--photo .outcome-body > p { margin: 13px 0 0; color: var(--canvas); }
.update-v2-main-content .outcome--photo .outcome-demo-link { margin-top: 24px; border-top-color: #ffffff3d; color: var(--canvas); }
.update-v2-main-content .outcome--photo .outcome-demo-link:hover { color: var(--coral-on-media); }
@media (max-width: 760px) {
  .update-v2-main-content .swipe-track > .outcome--photo,
  .update-v2-main-content .swipe-track > .cost--photo { min-height: 520px; padding: 0; }
  .update-v2-main-content .outcome-body { padding: 24px; }
}
@media (max-width: 370px) {
  .update-v2-main-content .outcome-body { padding-inline: 16px; }
}

/* Canonical homepage. One diagram replaces the goal card and the two stacked panels: three moments ringing
   a goal medallion, the six-week succession in the caption. The cards sit at true 120 degree
   spacing on one circle, so the ribbon is a single unbroken band and each card's canvas halo cuts
   it into three identical arcs -- see applyOrbitConnection in src/pages/update/UpdatePage.tsx for
   the geometry. */
.update-v2-main-content .connection-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 500px); gap: 48px; align-items: center; }
.update-v2-main-content .connection-lead h4 { margin: 0; font-size: 28px; line-height: 1.2; font-weight: 600; letter-spacing: -.035em; color: var(--ink); text-wrap: balance; }
.update-v2-main-content .connection-lede { margin-top: 16px; font-size: 16px; line-height: 1.55; }
.update-v2-main-content .connection-goal-line { display: flex; align-items: flex-start; gap: 11px; margin-top: 26px; }
.update-v2-main-content .connection-goal-line > .icon { width: 19px; height: 19px; margin-top: 4px; color: var(--coral-text); }
.update-v2-main-content .connection-goal-label { display: block; font-size: 12px; line-height: 1.3; color: var(--coral-text); }
.update-v2-main-content .connection-goal-line strong { display: block; margin-top: 4px; font-size: 20px; font-weight: 500; line-height: 1.35; letter-spacing: -.02em; color: var(--ink); }
.update-v2-main-content .connection-selection { margin-top: 26px; padding-top: 18px; }
.update-v2-main-content .connection-orbit-figure { margin: 0; padding: 20px 10px 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--canvas); }
.update-v2-main-content .connection-orbit-figure figcaption { margin-top: 16px; font-size: 13px; line-height: 1.4; color: var(--muted); text-align: center; }
.update-v2-main-content .connection-orbit { position: relative; width: 100%; max-width: 480px; aspect-ratio: 480 / 400; margin-inline: auto; }
.update-v2-main-content .orbit-links { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; }
.update-v2-main-content .orbit-band { stroke: #fbdedb; stroke-width: 16; }
.update-v2-main-content .orbit-rim { stroke: #f2cac5; stroke-width: 1; }
.update-v2-main-content .orbit-flow { stroke: transparent; stroke-width: 16; stroke-linecap: round; transition: stroke .2s; }
.update-v2-main-content .orbit-head { stroke: #e0b3ad; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; transition: stroke .2s; }
.update-v2-main-content .connection-orbit:has(.orbit-stage-plan[data-active="true"]) .orbit-flow[data-flow="plan"],
.update-v2-main-content .connection-orbit:has(.orbit-stage-act[data-active="true"]) .orbit-flow[data-flow="act"],
.update-v2-main-content .connection-orbit:has(.orbit-stage-learn[data-active="true"]) .orbit-flow[data-flow="learn"] { stroke: #f0aca5; }
.update-v2-main-content .connection-orbit:has(.orbit-stage-plan[data-active="true"]) .orbit-head[data-flow="plan"],
.update-v2-main-content .connection-orbit:has(.orbit-stage-act[data-active="true"]) .orbit-head[data-flow="act"],
.update-v2-main-content .connection-orbit:has(.orbit-stage-learn[data-active="true"]) .orbit-head[data-flow="learn"] { stroke: var(--surface); stroke-width: 1.8; }
.update-v2-main-content .orbit-goal { position: absolute; left: 40%; top: 43.625%; z-index: 2; width: 20%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid #e4aaa3; border-radius: 50%; background: var(--blush); box-shadow: 0 0 0 7px var(--canvas); }
.update-v2-main-content .orbit-goal > .icon { width: 20px; height: 20px; color: var(--coral-text); }
.update-v2-main-content .orbit-goal-label { display: block; margin-top: 5px; font-size: 12px; line-height: 1.2; color: var(--coral-text); }
.update-v2-main-content .orbit-goal strong { display: none; }
.update-v2-main-content .orbit-stages { list-style: none; padding: 0; margin: 0; }
.update-v2-main-content .orbit-stage { position: absolute; z-index: 2; width: 36.667%; display: flex; flex-direction: column; gap: 5px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: 0 0 0 7px var(--canvas); transition: background-color .2s, border-color .2s; }
.update-v2-main-content .orbit-stage[data-active="true"] { background: var(--blush); border-color: var(--coral-text); }
.update-v2-main-content .orbit-stage .cycle-number { font-size: 12px; line-height: 1.2; letter-spacing: .04em; color: var(--muted); }
.update-v2-main-content .orbit-stage[data-active="true"] .cycle-number { color: var(--coral-text); }
.update-v2-main-content .orbit-stage strong { font-size: 18px; font-weight: 500; line-height: 1.25; color: var(--ink); }
.update-v2-main-content .orbit-stage > span:last-child { font-size: 13px; line-height: 1.4; color: var(--secondary); }
.update-v2-main-content .orbit-stage-plan { left: 31.667%; top: 0; }
.update-v2-main-content .orbit-stage-act { left: 61.978%; top: 63%; }
.update-v2-main-content .orbit-stage-learn { left: 1.356%; top: 63%; }
@media (max-width: 900px) {
  .update-v2-main-content .connection-layout { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 760px) {
  .update-v2-main-content .connection-layout { gap: 20px; }
  .update-v2-main-content .connection-lead h4 { font-size: 25px; }
  .update-v2-main-content .connection-lede { margin-top: 13px; font-size: 15px; }
  .update-v2-main-content .connection-goal-line { margin-top: 20px; }
  .update-v2-main-content .connection-goal-line strong { font-size: 18px; }
  .update-v2-main-content .connection-selection { margin-top: 22px; padding-top: 16px; }
  .update-v2-main-content .connection-orbit-figure { padding: 18px 8px 14px; }
  .update-v2-main-content .connection-orbit { max-width: none; aspect-ratio: auto; }
  .update-v2-main-content .orbit-links,
  .update-v2-main-content .connection-goal-line { display: none; }
  .update-v2-main-content .orbit-goal { position: static; width: auto; aspect-ratio: auto; flex-direction: row; align-items: flex-start; justify-content: flex-start; text-align: left; gap: 12px; padding: 16px 14px; border-radius: 16px; box-shadow: none; }
  .update-v2-main-content .orbit-goal > .icon { width: 24px; height: 24px; margin-top: 3px; }
  .update-v2-main-content .orbit-goal-label { margin-top: 0; }
  .update-v2-main-content .orbit-goal strong { display: block; margin-top: 5px; font-size: 18px; font-weight: 500; line-height: 1.35; letter-spacing: -.02em; color: var(--ink); }
  .update-v2-main-content .orbit-stages { position: relative; display: flex; flex-direction: column; gap: 24px; margin-top: 22px; padding-left: 32px; }
  .update-v2-main-content .orbit-stages::before { content: ''; position: absolute; left: 0; top: 16px; bottom: 16px; width: 22px; border: 1px solid var(--coral-text); border-right: 0; border-radius: 13px 0 0 13px; }
  .update-v2-main-content .orbit-stages::after { content: ''; position: absolute; left: 18px; top: 11px; width: 9px; height: 9px; border-top: 1px solid var(--coral-text); border-right: 1px solid var(--coral-text); transform: rotate(45deg); }
  .update-v2-main-content .orbit-stage { position: relative; left: auto; top: auto; width: auto; box-shadow: none; }
  .update-v2-main-content .orbit-stage:not(:last-child)::after { content: ''; position: absolute; left: 50%; bottom: -17px; width: 9px; height: 9px; margin-left: -4px; border-right: 1px solid #92958a; border-bottom: 1px solid #92958a; transform: rotate(45deg); }
}
@media (max-width: 370px) {
  .update-v2-main-content .orbit-stages { padding-left: 28px; }
  .update-v2-main-content .orbit-stage { padding-inline: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .update-v2-main-content .orbit-stage,
  .update-v2-main-content .orbit-flow,
  .update-v2-main-content .orbit-head { transition: none; }
}
