:root {
  --ink: #211c15;
  --ink-2: #4a321d;
  --forest: #4a321d;
  --forest-deep: #21190f;
  --sage: #e6d8c7;
  --sage-soft: #f2eadf;
  --lime: #dda04a;
  --cream: #fff4e5;
  --paper: #fffaf6;
  --white: #fff;
  --muted: #756b5e;
  --line: #eadfce;
  --line-dark: rgba(255, 244, 229, 0.16);
  --shadow: 0 28px 70px rgba(54, 35, 12, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: 34px; min-height: 72px; padding: 0 clamp(22px, 5vw, 76px); background: rgba(251, 250, 246, .9); border-bottom: 1px solid rgba(20, 37, 31, .08); backdrop-filter: blur(18px); }
.site-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-weight: 800; letter-spacing: -.02em; }
.site-mark { display: flex; align-items: flex-end; justify-content: center; gap: 2px; width: 34px; height: 34px; padding: 8px; color: var(--forest); background: var(--lime); border-radius: 50%; }
.site-mark i { display: block; width: 3px; background: currentColor; border-radius: 2px; }
.site-mark i:nth-child(1) { height: 9px; }.site-mark i:nth-child(2) { height: 17px; }.site-mark i:nth-child(3) { height: 12px; }
.site-mark.large { width: 56px; height: 56px; padding: 14px; }.site-mark.large i { width: 5px; }.site-mark.large i:nth-child(1) { height: 15px; }.site-mark.large i:nth-child(2) { height: 27px; }.site-mark.large i:nth-child(3) { height: 20px; }
.site-nav nav { display: flex; gap: 28px; color: #4f5e57; font-size: 13px; font-weight: 650; }
.site-nav nav a, footer a { transition: color .2s ease; }.site-nav nav a:hover, footer a:hover { color: #098563; }
.nav-action, .primary-action, .secondary-action, .pilot-form button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 48px; padding: 0 20px; border-radius: 999px; font-size: 13px; font-weight: 760; }
.nav-action, .primary-action, .pilot-form button { color: #fff; background: var(--forest); border: 1px solid var(--forest); }
.nav-action { min-height: 42px; padding: 0 17px; }.nav-action span { color: var(--lime); }
.primary-action span { color: var(--lime); }.secondary-action { color: var(--ink); background: transparent; border: 1px solid #bac5bd; }
.primary-action, .secondary-action, .nav-action, .pilot-form button { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-action:hover, .nav-action:hover, .pilot-form button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(7, 30, 24, .18); }
.secondary-action:hover { background: #fff; transform: translateY(-2px); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #386554; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: #74a48f; }
.eyebrow.light { color: #a8c9ba; }.eyebrow.light > span { background: var(--lime); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); gap: clamp(40px, 6vw, 94px); align-items: center; min-height: calc(100vh - 72px); padding: clamp(72px, 9vw, 132px) clamp(22px, 6vw, 92px); overflow: hidden; }
.hero::before { position: absolute; right: -18%; bottom: -42%; width: 760px; height: 760px; content: ""; background: radial-gradient(circle, rgba(185, 216, 196, .35), transparent 66%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.hero h1, .tension-section h2, .section-intro h2, .flow-copy h2, .pilot-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 850px; font-size: clamp(54px, 6.2vw, 96px); }
.hero h1 em, .turning-point em, .systems-close em { color: #668274; font-weight: 400; }
.hero-lede { max-width: 730px; margin: 30px 0 0; color: #536159; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-assurance { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: #68766f; font-size: 12px; font-weight: 650; }.hero-assurance span { display: grid; place-items: center; width: 18px; height: 18px; color: var(--forest); background: var(--sage-soft); border-radius: 50%; }

.backbone-visual { position: relative; display: grid; grid-template-columns: 1fr 154px 1fr; grid-template-rows: auto 1fr auto; gap: 24px 17px; align-items: center; min-height: 550px; padding: 25px; background: linear-gradient(145deg, #102f26, #071f19); border: 1px solid rgba(255,255,255,.08); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.backbone-visual::before { position: absolute; top: 18%; left: 50%; width: 360px; height: 360px; content: ""; background: radial-gradient(circle, rgba(214,243,106,.13), transparent 65%); transform: translateX(-50%); }
.visual-caption { grid-column: 1 / -1; display: flex; justify-content: space-between; color: #90aa9f; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.visual-caption strong { color: var(--lime); font-weight: 700; }
.system-side { position: relative; display: grid; gap: 10px; }.system-side small { margin-bottom: 4px; color: #7f9b8f; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }.system-side span { padding: 11px 13px; color: #d9e5df; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 9px; font-size: 12px; font-weight: 650; }
.system-input span::after, .system-output span::before { float: right; color: #6f8a7f; content: "→"; }.system-output span::before { float: left; margin-right: 10px; content: "→"; }
.spine-core { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; color: #fff; }.spine-core strong { margin-top: 13px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }.spine-core small { margin-top: 3px; color: #90aa9f; font-size: 9px; }.core-status { margin-top: 20px; padding: 6px 10px; color: #cde3d8; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 99px; font-size: 9px; font-weight: 750; text-transform: uppercase; }.core-status b { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 12px var(--lime); }
.spine-pulse { position: absolute; top: -63px; left: 50%; width: 1px; height: 210px; background: linear-gradient(transparent, var(--lime), transparent); transform: translateX(-50%); opacity: .4; }
.visual-outcome { grid-column: 1 / -1; display: flex; gap: 7px; justify-content: center; }.visual-outcome span { padding: 7px 9px; color: #9db4a9; background: rgba(255,255,255,.04); border-radius: 5px; font-size: 9px; }

.tension-section { padding: clamp(80px, 10vw, 145px) clamp(22px, 8vw, 120px); color: #eef5f1; background: var(--forest-deep); }
.tension-section h2 { max-width: 1000px; font-size: clamp(48px, 6.2vw, 88px); }
.tension-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 140px); margin-top: 78px; }
.tension-lede { max-width: 540px; margin: 0; color: #a8bbb2; font-size: 21px; line-height: 1.55; }
.tension-list { border-top: 1px solid var(--line-dark); }.tension-list div { display: grid; grid-template-columns: 50px 1fr; gap: 12px; padding: 23px 0; border-bottom: 1px solid var(--line-dark); }.tension-list span { color: var(--lime); font-size: 10px; font-weight: 800; }.tension-list p { margin: 0; color: #dce7e1; font-size: 16px; }
.turning-point { margin: 110px 0 0; color: #f5f1e8; font-family: Georgia, serif; font-size: clamp(34px, 4.2vw, 61px); letter-spacing: -.035em; line-height: 1.1; text-align: center; }

.backbone-section, .systems-section { padding: clamp(85px, 10vw, 150px) clamp(22px, 7vw, 106px); }
.section-intro { max-width: 980px; }.section-intro h2, .flow-copy h2, .pilot-copy h2 { font-size: clamp(45px, 5.6vw, 78px); }.section-intro > p:last-child { max-width: 760px; margin: 27px 0 0; color: var(--muted); font-size: 19px; }
.lifecycle { position: relative; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 16px; margin-top: 96px; }.lifecycle-line { position: absolute; top: 57px; right: 5%; left: 5%; height: 1px; background: #cfd9d2; }.lifecycle article { position: relative; }.lifecycle article > span { color: #789086; font-size: 10px; font-weight: 800; }.life-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 53px; height: 53px; margin: 22px 0 29px; color: #183d31; background: var(--paper); border: 1px solid #b8c9bd; border-radius: 50%; font-size: 20px; }.lifecycle article:nth-child(4) .life-icon { background: var(--lime); border-color: var(--lime); box-shadow: 0 0 0 8px rgba(214,243,106,.2); }.lifecycle h3 { margin: 0; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }.lifecycle p { margin: 11px 0 0; color: var(--muted); font-size: 13px; }
.model-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 90px; padding: 24px; color: #4f665c; background: #eef2ed; border-radius: 13px; font-size: 12px; font-weight: 700; }.model-strip i { color: #9db0a6; font-style: normal; }

.flow-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); align-items: center; padding: clamp(85px, 10vw, 145px) clamp(22px, 7vw, 106px); color: #edf5f1; background: #12352b; }
.flow-copy > p:not(.eyebrow) { max-width: 620px; margin: 27px 0 0; color: #a9bdb3; font-size: 18px; }.flow-copy ul { display: grid; gap: 0; margin: 41px 0 0; padding: 0; list-style: none; }.flow-copy li { padding: 16px 0; color: #dce8e2; border-top: 1px solid var(--line-dark); font-size: 14px; }.flow-copy li:last-child { border-bottom: 1px solid var(--line-dark); }.flow-copy li span { display: inline-block; width: 92px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.flow-console { padding: 22px; color: var(--ink); background: #f8f8f3; border-radius: 20px; box-shadow: 0 35px 90px rgba(0,0,0,.22); transform: rotate(1deg); }.flow-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.flow-top div { display: flex; align-items: center; gap: 9px; }.flow-top small { color: #648176; }.flow-orb { width: 19px; height: 19px; background: var(--lime); border: 5px solid #1c4b3c; border-radius: 50%; }
.flow-question { max-width: 72%; margin: 28px 0 18px auto; padding: 13px 17px; color: #f0f7f3; background: var(--forest); border-radius: 16px 16px 4px 16px; font-size: 13px; }.flow-answer { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 4px 16px 16px 16px; }.flow-answer p { margin: 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.45; }.answer-evidence { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 20px; }.answer-evidence span { padding: 9px; color: #6c7a73; background: #f1f4ef; border-radius: 7px; font-size: 9px; }.answer-evidence b { display: block; color: #24473b; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.flow-recommendation { display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; margin-top: 12px; padding: 17px; background: #e9f1e8; border-radius: 10px; }.flow-recommendation > span { grid-column: 1 / -1; color: #587066; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.flow-recommendation strong { font-size: 12px; }.flow-recommendation button { color: #173a2f; background: none; border: 0; font-size: 10px; font-weight: 800; cursor: pointer; }.flow-recommendation button span { color: #589273; }

.systems-section { background: var(--cream); }.section-intro.compact { max-width: 900px; }.operating-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 72px; }.mode-card { padding: clamp(28px, 4vw, 50px); background: rgba(255,255,255,.58); border: 1px solid #d8d6cb; border-radius: 18px; }.mode-card.featured { color: #eef6f1; background: var(--forest); border-color: var(--forest); }.mode-label { margin: 0 0 38px !important; color: #5d7f70 !important; font-size: 10px !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.featured .mode-label { color: var(--lime) !important; }.mode-card h3 { max-width: 480px; margin: 0; font-family: Georgia, serif; font-size: clamp(29px, 3vw, 43px); font-weight: 500; letter-spacing: -.025em; line-height: 1.05; }.mode-card > p { max-width: 570px; margin: 21px 0 0; color: #64716b; font-size: 15px; }.mode-card.featured > p { color: #acc0b6; }.system-map { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 42px; padding: 17px; background: rgba(229,235,228,.75); border-radius: 10px; font-size: 11px; font-weight: 700; }.featured .system-map { color: #b9cbc2; background: rgba(255,255,255,.07); }.system-map strong { padding: 8px 11px; color: var(--forest); background: var(--lime); border-radius: 7px; }.system-map i { color: #8fa097; font-style: normal; }.systems-close { margin: 70px 0 0; font-family: Georgia, serif; font-size: clamp(25px, 3.2vw, 42px); text-align: center; }.systems-close em { display: block; }

.trust-section { padding: clamp(85px, 10vw, 145px) clamp(22px, 8vw, 120px); background: #fffaf2; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 58px; }
.trust-grid article { padding: 30px; background: #f7efe3; border: 1px solid #e4d5c4; border-radius: 15px; }
.trust-grid h3 { margin: 0; color: #4a321d; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.trust-grid p { margin: 12px 0 0; color: #756b5e; font-size: 14px; line-height: 1.6; }
.trust-boundary { margin: 20px 0 0; padding: 18px 20px; color: #6a4a2d; background: #fff0da; border-left: 3px solid #c87936; font-size: 13px; line-height: 1.55; }

.pilot-section { display: grid; grid-template-columns: 1fr minmax(390px, .72fr); gap: clamp(55px, 10vw, 150px); align-items: start; padding: clamp(85px, 10vw, 145px) clamp(22px, 8vw, 120px); color: #edf5f1; background: var(--forest-deep); }.pilot-copy > p:not(.eyebrow) { max-width: 680px; margin: 27px 0 0; color: #a7bab1; font-size: 18px; }.pilot-copy ol { display: grid; gap: 0; max-width: 600px; margin: 45px 0 0; padding: 0; list-style: none; }.pilot-copy li { padding: 16px 0; color: #dce7e1; border-top: 1px solid var(--line-dark); }.pilot-copy li span { display: inline-block; width: 48px; color: var(--lime); font-size: 10px; }.pilot-promise { display: flex; gap: 28px; margin-top: 44px; color: var(--lime); font-family: Georgia, serif; font-size: 20px; }.pilot-promise span { color: #98aea4; }
.pilot-form { display: grid; gap: 17px; padding: clamp(25px, 4vw, 39px); color: var(--ink); background: #f7f5ed; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }.form-heading { display: grid; gap: 3px; margin-bottom: 8px; }.form-heading span { font-family: Georgia, serif; font-size: 25px; }.form-heading small { color: var(--muted); }.pilot-form label { display: grid; gap: 7px; color: #46564f; font-size: 11px; font-weight: 750; }.pilot-form input, .pilot-form select, .pilot-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #d7ded8; border-radius: 8px; outline: none; resize: vertical; }.pilot-form input:focus, .pilot-form select:focus, .pilot-form textarea:focus { border-color: #70a18d; box-shadow: 0 0 0 3px rgba(112,161,141,.13); }.pilot-form button { width: 100%; margin-top: 5px; cursor: pointer; }.pilot-form button span { color: var(--lime); }.pilot-form button:disabled { cursor: wait; opacity: .6; }.form-note { margin: 0; color: #748079; font-size: 10px; text-align: center; }.pilot-result { padding: 13px; color: #28483d; background: #e3eee6; border-radius: 8px; font-size: 11px; }.pilot-result p { margin: 5px 0; }.template-actions { display: flex; flex-wrap: wrap; gap: 8px; }.template-actions a { text-decoration: underline; }
.pilot-form .pilot-consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px; font-weight: 600; line-height: 1.45; }.pilot-form .pilot-consent input { width: 18px; height: 18px; margin: 1px 0 0; padding: 0; }

footer { display: flex; align-items: center; gap: 30px; min-height: 115px; padding: 25px clamp(22px, 6vw, 92px); color: #d8c8b5; background: #1a130c; border-top: 1px solid var(--line-dark); font-size: 12px; }footer .site-brand { color: #fffaf2; }footer p { margin: 0 auto; font-family: Georgia, serif; font-size: 15px; }footer > div:last-child { display: flex; gap: 22px; }

/* Brand continuity: the public story uses the same warm amber, cream, and brown
   family as the RevSpine operating product, with more editorial spacing. */
.site-mark { color: #1c1207; background: linear-gradient(135deg, #f3d692 0%, #dda04a 54%, #c87936 100%); border-radius: 8px; box-shadow: 0 7px 15px rgba(169, 95, 42, .14); }
.site-nav { background: rgba(255, 254, 250, .92); border-bottom-color: rgba(169, 95, 42, .12); }
.site-nav nav a:hover, footer a:hover { color: #a95f2a; }
.eyebrow { color: #a95f2a; }.eyebrow > span { background: #dda04a; }.eyebrow.light { color: #e6c99e; }
.hero::before { background: radial-gradient(circle, rgba(221, 160, 74, .18), transparent 66%); }
.hero h1 em, .turning-point em, .systems-close em { color: #a95f2a; }
.hero-lede, .hero-assurance { color: #756b5e; }
.backbone-visual { background: linear-gradient(145deg, #4a321d, #21190f); }
.backbone-visual::before { background: radial-gradient(circle, rgba(221, 160, 74, .2), transparent 65%); }
.visual-caption { color: #cbb9a2; }.visual-caption strong { color: #f3c56f; }
.system-side small { color: #bca88f; }.system-side span { color: #fff5e8; border-color: rgba(255, 244, 229, .12); }.system-input span::after, .system-output span::before { color: #bca88f; }
.spine-core small { color: #c7b49a; }.core-status { color: #f4dec1; }.visual-outcome span { color: #e6d8c7; }.visual-outcome b { color: #f3c56f; }
.tension-lede { color: #c9baa7; }.tension-list p { color: #f2eadf; }
.lifecycle-line { background: #dfd2c1; }.lifecycle article > span { color: #a27e5e; }.life-icon { color: #4a321d; border-color: #cfb999; }.model-strip { color: #6c5138; background: #f2eadf; }.model-strip i { color: #b69473; }
.flow-section { color: #fffaf2; background: #4a321d; }.flow-copy > p:not(.eyebrow) { color: #d7c7b3; }.flow-copy li { color: #f2eadf; }
.flow-orb { border-color: #8a4a20; }.flow-top small { color: #8a7057; }.flow-answer { border-color: #eadfce; }.answer-evidence span { color: #756b5e; background: #fff7ec; }.answer-evidence b { color: #8a4a20; }
.flow-recommendation { background: #fff0da; }.flow-recommendation > span { color: #a95f2a; }.flow-recommendation button { color: #6a3c1d; }.flow-recommendation button span { color: #c87936; }
.mode-card.featured { color: #fffaf2; }.featured .mode-label { color: #f3c56f !important; }.mode-card.featured > p { color: #d8c8b5; }.featured .system-map { color: #e4d5c4; }.system-map strong { color: #21190f; }
.pilot-section { color: #fffaf2; }.pilot-copy > p:not(.eyebrow) { color: #c9baa7; }.pilot-copy li { color: #f2eadf; }.pilot-promise span { color: #c9baa7; }
.pilot-form { background: #fffaf2; }.pilot-form label { color: #5f5143; }.pilot-form input:focus, .pilot-form select:focus, .pilot-form textarea:focus { border-color: #dda04a; box-shadow: 0 0 0 3px rgba(221, 160, 74, .14); }

@media (max-width: 980px) {
  .site-nav nav { display: none; }.nav-action { font-size: 0; }.nav-action::before { content: "Explore a pilot"; font-size: 12px; }
  .hero { grid-template-columns: 1fr; }.hero-copy { max-width: 800px; }.backbone-visual { width: 100%; max-width: 720px; min-height: 500px; }
  .tension-grid, .flow-section, .pilot-section { grid-template-columns: 1fr; }.tension-grid { gap: 50px; }.flow-console { max-width: 700px; transform: none; }.pilot-form { max-width: 650px; }
  .lifecycle { grid-template-columns: repeat(2, 1fr); }.lifecycle-line { display: none; }.operating-modes { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-nav { min-height: 64px; padding: 0 16px; }.site-nav .site-brand { font-size: 14px; }.nav-action { min-height: 38px; padding: 0 13px; }
  .hero { min-height: auto; padding: 67px 18px 72px; }.hero h1 { font-size: clamp(47px, 14vw, 67px); }.hero-lede { font-size: 18px; }.hero-actions { display: grid; }.primary-action, .secondary-action { width: 100%; }
  .backbone-visual { grid-template-columns: 1fr 92px 1fr; gap: 16px 8px; min-height: 455px; padding: 17px; border-radius: 19px; }.system-side span { padding: 9px 7px; font-size: 9px; }.system-output span::before { margin-right: 4px; }.spine-core strong { font-size: 15px; }.spine-core small { display: none; }.site-mark.large { width: 45px; height: 45px; }.visual-outcome { flex-wrap: wrap; }.visual-caption { font-size: 8px; }
  .tension-section, .backbone-section, .flow-section, .systems-section, .trust-section, .pilot-section { padding: 80px 18px; }.tension-section h2, .section-intro h2, .flow-copy h2, .pilot-copy h2 { font-size: 45px; }.tension-grid { margin-top: 52px; }.turning-point { margin-top: 75px; }
  .lifecycle { grid-template-columns: 1fr; gap: 38px; margin-top: 62px; }.lifecycle article { display: grid; grid-template-columns: 45px 1fr; column-gap: 14px; }.lifecycle article > span { grid-column: 1; }.life-icon { grid-column: 1; grid-row: 2 / span 2; width: 42px; height: 42px; margin: 6px 0 0; }.lifecycle h3, .lifecycle p { grid-column: 2; }.lifecycle h3 { grid-row: 2; }.lifecycle p { grid-row: 3; }.model-strip { justify-content: flex-start; margin-top: 58px; }
  .answer-evidence { grid-template-columns: 1fr; }.flow-recommendation { grid-template-columns: 1fr; }.flow-recommendation button { padding: 5px 0; text-align: left; }.operating-modes { margin-top: 50px; }.mode-card { padding: 27px 23px; }.system-map { gap: 6px; font-size: 9px; }.trust-grid { grid-template-columns: 1fr; margin-top: 45px; }.pilot-promise { display: grid; gap: 2px; }
  footer { display: grid; gap: 18px; padding: 37px 18px; }footer p { margin: 0; }footer > div:last-child { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
