:root {
  --ink: #21352f;
  --muted: #5d6d66;
  --paper: #f8f4ea;
  --cream: #eee8da;
  --white: #fffdf8;
  --coral: #f06f57;
  --coral-dark: #b84031;
  --mint: #b9d7c6;
  --yellow: #e8bd54;
  --red: #d86253;
  --line: rgba(33, 53, 47, .18);
  --radius: 1.4rem;
  --shadow: 0 22px 70px rgba(42, 58, 50, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-wrap: break-word; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
p, h1, h2, h3 { margin-top: 0; }
.container { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .75rem 1rem; color: white; background: var(--ink); border-radius: .5rem; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #176f64; outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248, 244, 234, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-weight: 850; font-size: 1.25rem; letter-spacing: -.04em; text-decoration: none; }
.brand-mark, .mini-mark { width: 2.25rem; fill: var(--coral); stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-toggle { width: 2.75rem; height: 2.75rem; display: none; place-content: center; gap: 4px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.js .nav-toggle { display: grid; }
.nav-toggle span:not(.sr-only) { width: 1.1rem; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
.primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: grid; padding: .6rem 1rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(33,53,47,.08); }
.js .primary-nav { display: none; }
.js .primary-nav.is-open { display: grid; }
.primary-nav a { padding: .85rem; font-weight: 700; text-decoration: none; border-radius: .7rem; }
.primary-nav a:hover { background: var(--cream); }
.primary-nav .nav-cta { color: white; background: var(--ink); text-align: center; }

.hero { position: relative; padding: 3.2rem 0 5.5rem; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 18rem; height: 18rem; right: -9rem; top: 8rem; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(185,215,198,.2), 0 0 0 8rem rgba(185,215,198,.12); z-index: -1; }
.hero-grid { display: grid; gap: 4rem; }
.hero-line { display: block; }
.status-list { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 2rem; }
.status-list span { padding: .35rem .65rem; border: 1px solid currentColor; border-radius: 99px; color: #385a50; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { margin-bottom: 1rem; color: var(--coral-dark); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 12ch; margin-bottom: 1.4rem; font-size: clamp(3rem, 15vw, 6.8rem); line-height: .89; letter-spacing: -.075em; }
h1 em { color: var(--coral); font-family: Georgia, serif; font-weight: 500; }
.hero-lede { max-width: 38rem; font-size: clamp(1.05rem, 3vw, 1.25rem); color: #465b54; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin: 1.8rem 0; }
.button { min-height: 3.15rem; display: inline-flex; justify-content: center; align-items: center; padding: .75rem 1.15rem; border: 0; border-radius: .8rem; font-weight: 800; text-decoration: none; }
.button-primary { color: white; background: var(--ink); box-shadow: 4px 4px 0 var(--coral); }
.button-primary:hover { background: #162822; transform: translate(-1px,-1px); }
.text-link { padding: .7rem .1rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.availability { max-width: 35rem; padding-left: 1rem; border-left: 3px solid var(--mint); color: var(--muted); font-size: .88rem; }
.concept-wrap { position: relative; width: min(100%, 25rem); margin: auto; }
.concept-label { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-bottom: 1rem; color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.concept-label span { width: .5rem; height: .5rem; background: var(--coral); border-radius: 50%; }
.phone { width: min(100%, 20rem); margin: auto; padding: .55rem; background: #18211e; border: 2px solid #41504a; border-radius: 2.5rem; box-shadow: var(--shadow), 14px 14px 0 rgba(240,111,87,.28); transform: rotate(1.5deg); }
.phone-screen { min-height: 38rem; padding: .7rem .85rem 1rem; background: #fbf8f0; border-radius: 2rem; overflow: hidden; }
.phone-top { display: flex; justify-content: space-between; padding: 0 .4rem .65rem; font-size: .62rem; font-weight: 800; }
.app-head { display: flex; align-items: center; gap: .4rem; padding-bottom: .7rem; font-size: .72rem; font-weight: 800; }
.mini-mark { width: 1.45rem; }
.app-head .step { margin-left: auto; color: var(--muted); font-weight: 650; }
.photo-placeholder { position: relative; min-height: 12.5rem; display: grid; place-items: end center; padding: 1rem; color: #456055; background: #d7e6da; border-radius: 1.2rem; overflow: hidden; text-align: center; font-size: .6rem; }
.photo-placeholder::before { content: ""; position: absolute; width: 9rem; height: 9rem; top: -3rem; right: -2rem; background: #f3b195; border-radius: 50%; opacity: .65; }
.cat-shape { position: absolute; width: 7rem; height: 7rem; top: 2rem; background: #fff7e4; border: 2px solid #355348; border-radius: 46% 46% 42% 42%; }
.cat-shape::before, .cat-shape::after { content: ""; position: absolute; width: 2.4rem; height: 3rem; top: -.8rem; background: #fff7e4; border: 2px solid #355348; z-index: -1; transform: rotate(24deg); }
.cat-shape::before { left: .2rem; }.cat-shape::after { right: .2rem; transform: rotate(-24deg); }
.cat-shape i::before, .cat-shape i::after { content: ""; position: absolute; width: .4rem; height: .4rem; top: 3rem; background: #355348; border-radius: 50%; }.cat-shape i::before { left: 2rem; }.cat-shape i::after { right: 2rem; }
.cat-shape b { position: absolute; width: .45rem; height: .3rem; top: 4rem; left: calc(50% - .22rem); background: var(--coral); border-radius: 50%; }
.frame-corner { position: absolute; width: 1.5rem; height: 1.5rem; border-color: white; z-index: 2; }.corner-one { top: .7rem; left: .7rem; border-top: 2px solid; border-left: 2px solid; }.corner-two { right: .7rem; bottom: .7rem; border-right: 2px solid; border-bottom: 2px solid; }
.phone-kicker { margin: .9rem 0 .2rem; color: var(--coral-dark); font-size: .6rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.phone h2 { margin-bottom: .35rem; font-size: 1.35rem; line-height: 1.05; letter-spacing: -.04em; }
.phone h2 + p { color: var(--muted); font-size: .7rem; line-height: 1.45; }
.tip { display: flex; align-items: center; gap: .7rem; padding: .65rem; background: #f1e4c1; border-radius: .75rem; }
.tip > span { width: 1.8rem; height: 1.8rem; display: grid; place-items: center; background: white; border-radius: 50%; }
.tip p { margin: 0; font-size: .65rem; line-height: 1.3; }.tip strong { display: block; }
.comfort-check { display: flex; justify-content: space-between; align-items: center; margin: .7rem 0; padding: .7rem; border: 1px solid var(--line); border-radius: .75rem; font-size: .62rem; }.comfort-check span { display: flex; align-items: center; gap: .3rem; color: var(--muted); }.comfort-check i { width: .45rem; height: .45rem; background: #4d9071; border-radius: 50%; }
.phone button { width: 100%; padding: .7rem; color: white; background: var(--ink); border: 0; border-radius: .7rem; font-size: .7rem; font-weight: 800; }
.floating-note { position: absolute; right: -.4rem; bottom: 4rem; width: 11rem; display: grid; grid-template-columns: 2.2rem 1fr; padding: .8rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 12px 30px rgba(33,53,47,.16); transform: rotate(-3deg); }
.floating-note > span { grid-row: 1/3; width: 1.7rem; height: 1.7rem; display: grid; place-items: center; color: var(--coral-dark); background: #fbe1d8; border-radius: 50%; }.floating-note strong { font-size: .7rem; }.floating-note small { color: var(--muted); font-size: .57rem; line-height: 1.3; }

/* Content is visible by default. JavaScript adds .hero-entrance only when motion is welcome. */
.hero-entrance .site-header .brand-mark { animation: mark-arrive .7s cubic-bezier(.2,.75,.25,1) both; }
.hero-entrance .hero .status-list span { animation: chip-arrive .48s ease-out both; }
.hero-entrance .hero .status-list span:nth-child(1) { animation-delay: .18s; }
.hero-entrance .hero .status-list span:nth-child(2) { animation-delay: .28s; }
.hero-entrance .hero .status-list span:nth-child(3) { animation-delay: .38s; }
.hero-entrance .hero-copy > .eyebrow { animation: copy-arrive .55s ease-out .3s both; }
.hero-entrance .hero-line-one { animation: line-arrive .72s cubic-bezier(.2,.75,.25,1) .48s both; }
.hero-entrance .hero-line-two { animation: line-arrive .78s cubic-bezier(.2,.75,.25,1) .72s both; }
.hero-entrance .hero-lede { animation: copy-arrive .7s ease-out .95s both; }
.hero-entrance .hero-actions { animation: copy-arrive .7s ease-out 1.08s both; }
.hero-entrance .availability { animation: copy-arrive .7s ease-out 1.2s both; }
.hero-entrance .concept-wrap { animation: concept-arrive 1s cubic-bezier(.2,.75,.25,1) 1.12s both; }
.hero-entrance .hero::after { animation: depth-arrive 1.35s ease-out .55s both; }

@keyframes mark-arrive {
  from { opacity: 0; transform: scale(.82); }
  55% { opacity: 1; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes chip-arrive {
  from { opacity: 0; transform: translateY(.45rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes line-arrive {
  from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(1rem); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
}

@keyframes copy-arrive {
  from { opacity: 0; transform: translateY(.7rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes concept-arrive {
  from { opacity: 0; transform: perspective(45rem) translateY(1.25rem) translateX(.45rem) rotateY(-2deg) scale(.985); }
  to { opacity: 1; transform: perspective(45rem) translateY(0) translateX(0) rotateY(0) scale(1); }
}

@keyframes depth-arrive {
  from { opacity: 0; transform: translate3d(1rem, .5rem, 0) scale(.96); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

h2 { margin-bottom: 1.2rem; font-size: clamp(2.15rem, 7vw, 4.2rem); line-height: 1.04; letter-spacing: -.055em; }
h3 { line-height: 1.15; letter-spacing: -.025em; }
.problem { background: var(--white); border-block: 1px solid var(--line); }
.split-heading, .section-heading { display: grid; gap: 1.3rem; }
.problem-copy { max-width: 36rem; color: var(--muted); font-size: 1.04rem; }
.value-strip { display: grid; margin-top: 3rem; border-top: 1px solid var(--line); }
.value-strip > div { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }.value-strip span { color: var(--coral-dark); font: italic 1.1rem Georgia, serif; }.value-strip h3 { margin: .6rem 0 .4rem; }.value-strip p { margin: 0; color: var(--muted); font-size: .9rem; }
.section-heading { margin-bottom: 2.8rem; }.section-heading h2 { max-width: 18ch; }.section-heading > p { max-width: 29rem; color: var(--muted); }
.how { background: var(--ink); color: #f8f4ea; }.how .eyebrow { color: #f4a48f; }.how .section-heading > p { color: #bac7c1; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: .7rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }.steps li > span { color: #f4a48f; font: italic 1rem Georgia, serif; }.steps h3 { margin-bottom: .4rem; font-size: 1.3rem; }.steps p { max-width: 35rem; margin: 0; color: #bac7c1; font-size: .9rem; }
.mission-success { display: grid; gap: .35rem; margin-top: 1.2rem; padding: 1.2rem; color: var(--ink); background: #f3c478; border-radius: 1rem; }.mission-success strong { font-family: Georgia,serif; font-size: 1.2rem; font-style: italic; }.mission-success p { margin: 0; font-size: .86rem; }
.learning-principles { display: grid; gap: 1.5rem; margin-top: 1.2rem; padding: 1.4rem; border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; }.learning-principles .eyebrow { margin-bottom: .6rem; }.learning-principles h3 { margin-bottom: .6rem; font-size: 1.35rem; }.learning-principles p { margin-bottom: .8rem; color: #bac7c1; font-size: .84rem; }.learning-principles p:last-child { margin-bottom: 0; }.learning-principles strong { display: block; margin-bottom: .2rem; color: #f8f4ea; }
.goals { background: #eee8da; }
.goal-grid { display: grid; gap: 1rem; }
.goal-grid article { min-height: 18rem; position: relative; padding: 1.3rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }.goal-grid article:hover { transform: translateY(-4px); box-shadow: 0 12px 25px rgba(33,53,47,.1); }.goal-number { color: var(--coral-dark); font: italic .9rem Georgia, serif; }.goal-grid h3 { margin: 5.8rem 0 .25rem; font-size: 1.3rem; }.goal-skill { display: block; margin-bottom: .55rem; color: var(--coral-dark); font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }.goal-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.goal-icon { position: absolute; width: 7rem; height: 5.5rem; right: -1rem; top: 2.7rem; border: 2px solid var(--ink); border-radius: 50%; opacity: .78; }.goal-icon::after, .goal-icon::before { content: ""; position: absolute; }
.goal-icon.eye::after { width: 1.2rem; height: 1.2rem; top: 2rem; left: 2.8rem; background: var(--coral); border: 2px solid var(--ink); border-radius: 50%; }.goal-icon.eye::before { inset: .7rem; border: 1px dashed var(--ink); border-radius: 50%; }
.goal-icon.room { border-radius: .3rem; transform: rotate(-5deg); background: linear-gradient(140deg,transparent 48%,var(--mint) 49%); }.goal-icon.room::before { width: 2rem; height: 2.8rem; left: 1rem; bottom: 0; border: 2px solid var(--ink); border-bottom: 0; }
.goal-icon.light { border: 0; border-left: 2px solid; border-radius: 0; background: repeating-linear-gradient(120deg, transparent 0 12px, rgba(232,189,84,.55) 13px 15px); }
.goal-icon.detail { width: 5rem; height: 5rem; border-width: 8px; }.goal-icon.detail::after { width: 3rem; height: .5rem; right: -2.5rem; bottom: -1rem; background: var(--ink); transform: rotate(45deg); border-radius: 99px; }
.goal-icon.rest { border: 0; border-bottom: 2px solid; border-radius: 0; }.goal-icon.rest::after { width: 4.5rem; height: 3rem; left: 1rem; bottom: 0; background: var(--mint); border: 2px solid var(--ink); border-radius: 50% 50% 10% 10%; }
.goal-icon.play { border-style: dashed; }.goal-icon.play::after { width: 1.5rem; height: 1.5rem; right: .7rem; top: .4rem; background: var(--coral); border-radius: 50%; box-shadow: -3.5rem 2.6rem 0 var(--yellow); }
.welfare { background: #dbe7dd; }
.welfare-intro { display: grid; gap: 1rem; margin-bottom: 2.6rem; }.welfare-intro > div:last-child { max-width: 35rem; color: #475d55; }
.signal-grid { display: grid; gap: 1rem; }.signal { padding: 1.4rem; background: rgba(255,253,248,.76); border: 1px solid var(--line); border-top: .45rem solid; border-radius: 1.1rem; }.signal.green { border-top-color: #3e7b5e; }.signal.yellow { border-top-color: #b47b00; }.signal.red { border-top-color: #ae3e32; }.signal-head { display: flex; align-items: center; gap: .8rem; }.signal-head > span { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border: 1px solid; border-radius: 50%; font-weight: 900; }.signal-head p { margin: 0; }.signal-head small, .signal-head strong { display: block; }.signal-head small { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }.signal-head strong { font-size: 1.15rem; }.signal > p { min-height: 6.5rem; color: var(--muted); font-size: .88rem; }.signal > b { display: block; padding-top: .8rem; border-top: 1px solid var(--line); font-size: .8rem; }
.welfare-note { display: grid; gap: .5rem; margin-top: 1.2rem; padding: 1.2rem; color: white; background: var(--ink); border-radius: 1rem; }.welfare-note strong { color: #f4a48f; font-family: Georgia,serif; font-size: 1.25rem; font-style: italic; }.welfare-note p { margin: 0; color: #d9e2de; font-size: .85rem; }
.truth { overflow: hidden; }.truth-grid { display: grid; gap: 4rem; align-items: center; }.truth-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }.truth-art { position: relative; min-height: 24rem; }.truth-card { position: absolute; inset: 1.5rem; border-radius: 1.5rem; }.truth-card.back { background: var(--mint); transform: rotate(-8deg); }.truth-card.front { display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; background: #f3c478; border: 1px solid var(--ink); box-shadow: var(--shadow); transform: rotate(3deg); }.truth-card.front > span { align-self: flex-start; padding: .3rem .55rem; border: 1px solid; border-radius: 99px; font-size: .65rem; font-weight: 850; letter-spacing: .1em; }.truth-card.front > p { max-width: 9ch; margin: 0; font: italic 1.7rem/1.05 Georgia,serif; }.line-cat { width: 8rem; height: 8rem; align-self: center; border: 3px solid var(--ink); border-radius: 50%; }.line-cat::before, .line-cat::after { content: ""; position: absolute; border-style: solid; border-width: 0 2rem 3rem; border-color: transparent transparent var(--ink); }.line-cat::before { transform: translate(-.3rem,-1rem) rotate(-20deg); }.line-cat::after { transform: translate(4.2rem,-1rem) rotate(20deg); }
.check-list { margin: 1.8rem 0 0; padding: 0; list-style: none; }.check-list li { padding: .65rem 0 .65rem 1.8rem; border-bottom: 1px solid var(--line); font-weight: 750; }.check-list li::before { content: "✓"; position: absolute; margin-left: -1.7rem; color: var(--coral-dark); }
.users { background: var(--white); border-block: 1px solid var(--line); }.market-copy { max-width: 48rem; margin: -1.2rem 0 2.5rem; color: var(--muted); }.user-list { display: grid; border-top: 1px solid var(--line); }.user-list div { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }.user-list span { font-weight: 850; }.user-list p { margin: .25rem 0 0; color: var(--muted); font-size: .87rem; }.language-note { display: grid; grid-template-columns: 3.3rem 1fr; gap: 1rem; margin-top: 2rem; padding: 1.2rem; background: var(--cream); border-radius: 1rem; }.language-note > span { width: 3.2rem; height: 3.2rem; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: .65rem; font-weight: 850; }.language-note p { margin: 0; color: var(--muted); font-size: .85rem; }.language-note strong { color: var(--ink); }.global-note { margin-top: 1rem; padding: 1.4rem; color: #edf3ef; background: var(--ink); border-radius: 1rem; }.global-note .eyebrow { color: #f4a48f; }.global-note h3 { margin-bottom: .6rem; font-size: 1.35rem; }.global-note > p:last-child { max-width: 50rem; margin: 0; color: #bac7c1; font-size: .86rem; }
.roadmap-list { display: grid; gap: 1rem; }.roadmap-list article { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 1.2rem; }.roadmap-list article.current { color: white; background: var(--ink); }.roadmap-list article > div { display: flex; justify-content: space-between; gap: .5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }.roadmap-list article.current > div { border-color: rgba(255,255,255,.2); }.roadmap-list article span { color: var(--coral-dark); font-weight: 850; }.roadmap-list article.current span { color: #f4a48f; }.roadmap-list article small { text-align: right; }.roadmap-list h3 { margin: 1.4rem 0 1rem; font-size: 1.35rem; }.roadmap-list ul { padding-left: 1.2rem; color: var(--muted); font-size: .85rem; }.roadmap-list .current ul { color: #c7d2cd; }.roadmap-list li { margin-bottom: .5rem; }
.boundary { padding: 4.5rem 0; color: white; background: var(--coral-dark); }.boundary .eyebrow { color: #ffe0d6; }.boundary-inner { display: grid; gap: 1.5rem; }.boundary-mark { width: 4rem; height: 4rem; display: grid; place-items: center; border: 2px solid; border-radius: 50%; font: 3rem/1 Georgia,serif; }.boundary h2 { max-width: 15ch; }.boundary p:last-child { max-width: 43rem; margin: 0; color: #ffe5dc; }
.pilot { text-align: center; }.pilot-inner { max-width: 50rem; }.pilot h2 { margin-inline: auto; }.pilot-inner > p:not(.eyebrow) { max-width: 40rem; margin-inline: auto; color: var(--muted); }.pilot .pilot-scope { font-size: .9rem; }.pilot .button { margin-top: 1rem; }.pilot small { display: block; max-width: 36rem; margin: .8rem auto 0; color: var(--muted); }.pilot small a { font-weight: 750; overflow-wrap: anywhere; text-underline-offset: 3px; }
.site-footer { padding: 3.5rem 0 2rem; color: #e8eee9; background: #172620; }.footer-top { display: grid; gap: 2rem; padding-bottom: 2rem; }.footer-brand { color: white; }.footer-top > p { margin: 0; color: #aebdb7; }.footer-top > p strong { color: #f3a18c; }.footer-top nav { display: grid; gap: .5rem; }.footer-top nav a { width: max-content; color: #dbe5e0; text-underline-offset: 4px; }.footer-bottom { display: grid; gap: .7rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.17); }.footer-bottom p { margin: 0; color: #9fb0a9; font-size: .72rem; }.footer-bottom .footer-contact { margin-top: .35rem; color: #dce6e1; }.footer-contact a { font-weight: 750; overflow-wrap: anywhere; text-underline-offset: 3px; }

@media (min-width: 42rem) {
  .container { width: min(100% - 3rem, 72rem); }
  .section { padding: 7rem 0; }
  .hero { padding-top: 4.5rem; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; align-items: center; }
  .split-heading, .welfare-intro, .truth-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1.5fr .7fr; align-items: end; }
  .section-heading > p { justify-self: end; }
  .value-strip, .signal-grid, .roadmap-list { grid-template-columns: repeat(3, 1fr); }
  .value-strip > div { padding: 1.5rem; border-right: 1px solid var(--line); }.value-strip > div:first-child { padding-left: 0; }.value-strip > div:last-child { border-right: 0; }
  .steps li { grid-template-columns: 5rem 1fr; padding: 1.8rem 0; }.steps h3 { font-size: 1.55rem; }
  .mission-success { grid-template-columns: 16rem 1fr; align-items: center; padding: 1.4rem; }
  .learning-principles { grid-template-columns: .8fr 1.2fr; padding: 1.6rem; }
  .goal-grid { grid-template-columns: repeat(2, 1fr); }
  .welfare-note { grid-template-columns: 12rem 1fr; align-items: center; padding: 1.4rem; }
  .truth-art { min-height: 32rem; }.truth-card { inset: 3rem; }
  .user-list { grid-template-columns: 1fr 1fr; }.user-list div { padding-right: 1rem; }
  .boundary-inner { grid-template-columns: 6rem 1fr; align-items: start; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }.footer-top nav { justify-self: end; }
}

@media (min-width: 60rem) {
  .nav-toggle, .js .nav-toggle { display: none; }
  .primary-nav, .js .primary-nav { position: static; display: flex; align-items: center; gap: .2rem; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .primary-nav a { padding: .6rem .75rem; font-size: .84rem; }.primary-nav .nav-cta { margin-left: .3rem; padding-inline: 1rem; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 6rem; }
  .goal-grid { grid-template-columns: repeat(3, 1fr); }
  .user-list { grid-template-columns: repeat(4, 1fr); }.user-list div { padding: 1.2rem; border-right: 1px solid var(--line); }.user-list div:first-child { padding-left: 0; }.user-list div:last-child { border-right: 0; }
}

@media (max-width: 21rem) {
  .container { width: min(100% - 1.25rem, 72rem); }
  h1 { font-size: 2.85rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }.text-link { text-align: center; }
  .floating-note { right: -.2rem; }
  .language-note { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-entrance .site-header .brand-mark,
  .hero-entrance .hero .status-list span,
  .hero-entrance .hero-copy > .eyebrow,
  .hero-entrance .hero-line,
  .hero-entrance .hero-lede,
  .hero-entrance .hero-actions,
  .hero-entrance .availability,
  .hero-entrance .concept-wrap,
  .hero-entrance .hero::after { opacity: 1; animation: none; transform: none; clip-path: none; }
  .phone, .floating-note, .truth-card { transform: none; }
}
