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

:root {
  color-scheme: dark;
  --bg: #0d0d0d;
  --bg-warm: #17130e;
  --gold: #c9a84c;
  --gold-dim: #9a7a30;
  --cream: #eee7da;
  --taupe: #aaa194;
  --separator: rgba(201, 168, 76, 0.22);
  --content: 700px;
  --wide: 1120px;
  --accent: var(--gold);
  --accent-rgb: 201, 168, 76;
}

html { scroll-behavior: smooth; }
body {
  min-height: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.sign { --accent: #f2a643; --accent-rgb: 242, 166, 67; --bg-warm: #101729; --separator: rgba(242, 166, 67, 0.24); }
body.course { --accent: #cf8a47; --accent-rgb: 207, 138, 71; --bg-warm: #24150d; --separator: rgba(207, 138, 71, 0.25); }
body.play { --accent: #d7a14b; --accent-rgb: 215, 161, 75; --bg-warm: #111a19; --separator: rgba(143, 170, 163, 0.26); }

a { color: var(--accent); text-underline-offset: .2em; }
a:hover { color: var(--cream); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--cream); color: var(--bg); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.living-canvas { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: var(--bg); }
.living-canvas__gradient { position: absolute; inset: 0; background: linear-gradient(135deg, var(--bg), #151515 48%, var(--bg-warm)); }
.living-canvas__glow { position: absolute; inset: -20%; background: radial-gradient(circle at 52% 34%, rgba(var(--accent-rgb), .2), transparent 58%); animation: breathe 7s ease-in-out infinite; }
.living-canvas__motes { position: absolute; inset: 0; }
.mote { position: absolute; bottom: -5%; border-radius: 50%; background: var(--accent); animation: rise linear infinite; }
.living-canvas__corners { position: absolute; inset: 0; width: 100%; height: 100%; }
.living-canvas__corners path { fill: none; stroke: var(--accent); stroke-width: 1.1; stroke-linecap: round; opacity: .15; }
@keyframes breathe { 0%,100% { opacity: .48; transform: scale(.98); } 50% { opacity: 1; transform: scale(1.03); } }
@keyframes rise { 0% { transform: translateY(0); opacity: 0; } 10%,85% { opacity: var(--mote-opacity); } 100% { transform: translateY(-120vh); opacity: 0; } }
@keyframes appear { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.site-nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: .75rem 1.5rem; background: rgba(13,13,13,.84); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--separator); }
.site-nav__brand { display: flex; align-items: center; gap: .65rem; color: var(--accent); font-weight: 700; text-decoration: none; }
.site-nav__brand img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; }
.site-nav__links { display: flex; gap: 1.7rem; list-style: none; }
.site-nav__links a { color: var(--taupe); font-size: .88rem; text-decoration: none; }
.site-nav__toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.site-nav__toggle > span:not(.sr-only) { width: 23px; height: 2px; border-radius: 2px; background: var(--cream); }

.hero { min-height: calc(100svh - 64px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 5rem 1.5rem 4rem; text-align: center; position: relative; }
.hero--hub { min-height: 78svh; }
.hero__mark { position: relative; width: 146px; height: 146px; display: grid; place-items: center; margin-bottom: 1.7rem; border-radius: 50%; }
.hero__mark::before, .hero__mark::after { content: ""; position: absolute; border-radius: 50%; border: 1.5px solid var(--accent); animation: ring 5.85s ease-in-out infinite; }
.hero__mark::before { inset: -8px; }
.hero__mark::after { inset: 2px; animation-delay: -.7s; }
.hero__mark img { width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 8px 24px rgba(var(--accent-rgb), .2)); }
.hero__icon-wrap { width: 184px; height: 184px; display: grid; place-items: center; position: relative; margin-bottom: 1.7rem; }
.hero__icon-glow { position: absolute; inset: -14px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb), .4), transparent 68%); filter: blur(13px); animation: breathe 6.5s ease-in-out infinite; }
.hero__icon { position: relative; width: 164px; height: 164px; object-fit: cover; border-radius: 37px; box-shadow: 0 14px 48px rgba(0,0,0,.58); animation: breathe 6.5s ease-in-out infinite; }
.hero__eyebrow, .eyebrow { display: block; margin-bottom: .75rem; color: var(--accent); font-size: .73rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.hero__name { max-width: 900px; font-size: clamp(2.25rem, 7vw, 5rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 760; animation: appear .8s ease both; }
.hero__name--product { font-size: clamp(1.65rem, 5vw, 2.25rem); letter-spacing: .27em; margin-left: .27em; text-transform: uppercase; }
.hero__promise { max-width: 680px; margin: 1.25rem auto 2rem; color: var(--cream); font-size: clamp(1.15rem, 3vw, 1.55rem); font-style: italic; }
.hero__intro { max-width: 700px; margin: 1.2rem auto 2rem; color: var(--taupe); font-size: 1.05rem; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.hero__scroll { position: absolute; bottom: 1.3rem; color: var(--taupe); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
@keyframes ring { 0%,100% { opacity: .3; transform: scale(.98); } 50% { opacity: .88; transform: scale(1.03); } }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.4rem; border-radius: 999px; font-size: .94rem; font-weight: 700; text-decoration: none; }
.button--solid { background: var(--accent); color: #0d0d0d; }
.button--outline { color: var(--cream); border: 1.5px solid var(--accent); background: rgba(var(--accent-rgb), .11); }
.button--quiet { cursor: default; background: color-mix(in srgb, var(--accent) 72%, #5b4a27); color: #0d0d0d; }

.dot-row { display: flex; justify-content: center; gap: .55rem; padding: .7rem 1.5rem 2.8rem; }
.dot-row span { width: 3px; height: 3px; border-radius: 50%; background: var(--separator); }
.intro { max-width: var(--content); margin: 0 auto; padding: 0 1.5rem 4.5rem; text-align: center; }
.intro h2 { margin-bottom: 1rem; font-size: clamp(1.35rem, 3vw, 1.75rem); font-style: italic; font-weight: 580; }
.intro p { color: var(--taupe); font-size: 1.05rem; }
.intro__trust { margin-top: 1rem; font-size: .9rem !important; opacity: .82; }

.app-family { max-width: var(--wide); margin: 0 auto; padding: 1rem 1.5rem 6rem; }
.section-heading { max-width: 690px; margin-bottom: 2.7rem; }
.section-heading h2, .statement h2, .closing h2 { margin-bottom: 1rem; font-size: clamp(1.85rem, 5vw, 2.75rem); line-height: 1.16; letter-spacing: -.025em; }
.section-heading p, .statement > p, .closing p { color: var(--taupe); font-size: 1.05rem; }
.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--separator); }
.app-card { position: relative; display: grid; grid-template-columns: 112px 1fr; gap: 1.35rem; min-height: 260px; padding: 2.2rem 2.2rem 2.2rem 0; color: inherit; text-decoration: none; border-bottom: 1px solid var(--separator); transition: background .25s ease, transform .25s ease; }
.app-card:nth-child(odd) { border-right: 1px solid var(--separator); }
.app-card:nth-child(even) { padding-left: 2.2rem; }
.app-card:hover { color: inherit; background: linear-gradient(120deg, rgba(var(--card-rgb), .1), transparent 72%); transform: translateY(-2px); }
.app-card__icon { width: 112px; height: 112px; border-radius: 25px; object-fit: cover; box-shadow: 0 10px 34px rgba(0,0,0,.46), 0 0 28px rgba(var(--card-rgb), .12); }
.app-card__body { display: flex; flex-direction: column; align-items: flex-start; }
.app-card__status { display: inline-flex; margin-bottom: .65rem; color: rgb(var(--card-rgb)); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.app-card h3 { margin-bottom: .45rem; color: var(--cream); font-size: 1.35rem; line-height: 1.2; }
.app-card__tagline { margin-bottom: .65rem; color: var(--cream); font-style: italic; }
.app-card__copy { color: var(--taupe); font-size: .9rem; }
.app-card__cta { margin-top: auto; padding-top: 1.1rem; color: rgb(var(--card-rgb)); font-weight: 700; font-size: .86rem; }

.feature-flow { max-width: 880px; margin: 0 auto; padding: .5rem 1.5rem 4.5rem; }
.feature-flow__list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.4rem; list-style: none; }
.feature-flow__list--four { grid-template-columns: repeat(4, 1fr); }
.feature-flow li { display: flex; flex-direction: column; align-items: center; gap: .65rem; text-align: center; }
.feature-flow li > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: var(--feature); font-size: 1.55rem; background: color-mix(in srgb, var(--feature) 14%, transparent); box-shadow: 0 0 20px color-mix(in srgb, var(--feature) 18%, transparent); }
.feature-flow strong { color: var(--taupe); font-size: .82rem; }

.statement { max-width: var(--content); margin: 0 auto; padding: 5rem 1.5rem; }
.statement--wide { max-width: var(--wide); }
.statement--bordered { max-width: none; border-block: 1px solid var(--separator); text-align: center; }
.statement--bordered > * { max-width: var(--content); margin-inline: auto; }
.statement__symbol { display: block; margin-bottom: 1rem; color: var(--accent); font-size: 2.8rem; text-shadow: 0 0 28px rgba(var(--accent-rgb), .46); }
.statement__note { margin-top: 1.2rem !important; font-size: .92rem !important; }
.truth-list { list-style: none; display: grid; gap: .75rem; margin-top: 2rem; }
.truth-list li { color: var(--taupe); }
.truth-list li::before { content: "✓"; color: var(--accent); font-weight: 800; margin-right: .7rem; }
.capability-lines { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2.5rem; border-top: 1px solid var(--separator); }
.capability-lines > div { display: flex; flex-direction: column; gap: .3rem; padding: 1.4rem 1rem 1.4rem 0; border-bottom: 1px solid var(--separator); }
.capability-lines > div:nth-child(odd) { border-right: 1px solid var(--separator); }
.capability-lines > div:nth-child(even) { padding-left: 1.4rem; }
.capability-lines strong { color: var(--cream); }
.capability-lines span { color: var(--taupe); font-size: .9rem; }
.step-line { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 2.5rem; border-block: 1px solid var(--separator); }
.step-line li { position: relative; min-height: 120px; display: flex; align-items: center; justify-content: center; padding: 1rem; color: var(--taupe); text-align: center; list-style: none; }
.step-line li:not(:last-child) { border-right: 1px solid var(--separator); }
.step-line li::after { content: ""; position: absolute; right: -3px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.step-line li:last-child::after { display: none; }

.blessing { max-width: 660px; margin: 0 auto; padding: 2rem 1.5rem 4rem; text-align: center; }
.blessing h2 { margin-bottom: 1rem; font-size: 1.25rem; }
.blessing p { color: rgba(238,231,218,.84); font-style: italic; line-height: 1.9; }
.moving-truth { display: flex; flex-direction: column; align-items: center; padding: 4.5rem 1.5rem 3rem; text-align: center; }
.moving-truth__ring { position: relative; width: 120px; height: 120px; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 50%; }
.moving-truth__ring::before, .moving-truth__ring::after { content: ""; position: absolute; border-radius: 50%; border: 1.5px solid var(--accent); animation: ring 5.85s ease-in-out infinite; }
.moving-truth__ring::before { inset: -7px; }
.moving-truth__ring::after { inset: 0; animation-delay: -.7s; }
.moving-truth__ring img { width: 94px; height: 94px; object-fit: contain; filter: drop-shadow(0 8px 22px rgba(var(--accent-rgb), .18)); }
.moving-truth > span, .moving-truth > small { color: var(--taupe); }
.moving-truth > small { margin-top: .7rem; }
.moving-truth > a:last-child { margin-top: .45rem; font-size: .85rem; }
.closing { max-width: 650px; margin: 0 auto; padding: 5rem 1.5rem 6rem; text-align: center; }
.closing p { margin-bottom: 2rem; }

footer { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; padding: 2.5rem 1.5rem; border-top: 1px solid var(--separator); text-align: center; }
.footer__brand { display: flex; align-items: center; gap: .55rem; color: var(--accent); }
.footer__brand img { width: 30px; height: 30px; border-radius: 7px; object-fit: cover; }
footer ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; list-style: none; }
footer a { color: var(--taupe); font-size: .84rem; text-decoration: none; }
footer p { color: var(--taupe); opacity: .62; font-size: .76rem; }

@media (max-width: 820px) {
  .app-grid { grid-template-columns: 1fr; }
  .app-card:nth-child(odd) { border-right: 0; }
  .app-card:nth-child(even) { padding-left: 0; }
  .step-line { grid-template-columns: 1fr; }
  .step-line li { min-height: auto; padding: 1.15rem; }
  .step-line li:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--separator); }
  .step-line li::after { right: auto; bottom: -3px; }
}
@media (max-width: 700px) {
  .site-nav__toggle { display: flex; }
  .site-nav__links { display: none; position: absolute; inset: 64px 0 auto; flex-direction: column; gap: 0; padding: .6rem 0; background: rgba(13,13,13,.97); border-bottom: 1px solid var(--separator); }
  .site-nav__links[data-open="true"] { display: flex; }
  .site-nav__links a { display: block; min-height: 48px; padding: .8rem 1.5rem; }
  .feature-flow__list { grid-template-columns: repeat(2, 1fr); }
  .feature-flow__list--four { grid-template-columns: repeat(2, 1fr); }
  .feature-flow li:last-child { grid-column: 1 / -1; }
  .feature-flow__list--four li:last-child { grid-column: auto; }
  .hero__name { font-size: clamp(2.2rem, 13vw, 3.5rem); }
  .hero__name--product { font-size: clamp(1.45rem, 8vw, 2rem); }
}
@media (max-width: 540px) {
  .app-card { grid-template-columns: 82px 1fr; gap: 1rem; min-height: 0; padding: 1.7rem 0; }
  .app-card__icon { width: 82px; height: 82px; border-radius: 19px; }
  .capability-lines { grid-template-columns: 1fr; }
  .capability-lines > div:nth-child(odd) { border-right: 0; }
  .capability-lines > div:nth-child(even) { padding-left: 0; }
  .hero__icon-wrap { width: 156px; height: 156px; }
  .hero__icon { width: 142px; height: 142px; border-radius: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .mote { display: none; }
}
@media (prefers-contrast: more) {
  :root { --taupe: #ddd6ca; --separator: rgba(238,231,218,.52); --gold: #f0cf70; }
}
