@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');

:root {
  --navy: #0B1525;
  --blue: #0A2540;
  --orange: #FF6800;
  --steel: #506880;
  --mist: #F3F5F7;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --ink: #101C2B;
  --muted: #5A6A79;
  --hairline: #D8DFE5;
  --dark-line: rgba(255, 255, 255, 0.14);
  --shadow: 0 26px 80px rgba(4, 13, 25, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 Montserrat, Arial, sans-serif; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(255, 104, 0, 0.5); outline-offset: 3px; }
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; color: var(--ink); background: var(--white); border-radius: 5px; }
.skip-link:focus { top: 16px; }
.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; }
h1, h2, h3, blockquote { font-family: Oswald, Impact, sans-serif; text-transform: uppercase; letter-spacing: -0.035em; }
h1, h2, h3, p { text-wrap: pretty; }
h2 { margin: 0; color: var(--blue); font-size: clamp(43px, 5.2vw, 74px); line-height: 1; }
h3 { margin: 0; color: var(--blue); font-size: 26px; line-height: 1.15; }
.section { padding-block: clamp(82px, 10vw, 138px); }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; }
.kicker::before { content: ""; display: block; width: 34px; height: 2px; background: currentColor; }
.kicker.light { color: #F2A36D; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 20px; text-decoration: none; border: 0; border-radius: 4px; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; transition: transform 160ms ease, background 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button-orange { color: var(--white); background: var(--orange); box-shadow: 0 14px 35px rgba(255, 104, 0, 0.22); }
.button-orange:hover, .button-orange:focus-visible { background: #E95E00; }
.button-navy { color: var(--white); background: var(--blue); }
.button-navy:hover, .button-navy:focus-visible { background: var(--navy); }
.button-outline { color: var(--blue); background: transparent; border: 1px solid #A8B5C0; }
.arrow-link { display: inline-flex; gap: 8px; color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 6px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }

/* Navigation */
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid var(--dark-line); }
.site-header.inner-header { position: relative; background: var(--navy); }
.header-row { min-height: 84px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; width: fit-content; text-decoration: none; font-family: Oswald, sans-serif; font-size: 20px; line-height: 1; letter-spacing: 0.08em; }
.wordmark small { display: block; margin-top: 6px; color: #A9BACB; font: 600 8px/1 Montserrat, sans-serif; letter-spacing: 0.25em; }
.compass-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--orange); border: 1px solid rgba(255, 104, 0, 0.55); border-radius: 50%; }
.compass-mark svg { width: 26px; height: 26px; display: block; }
.tagline-pipe { color: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: 22px; }
.desktop-nav a { color: #DCE5ED; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a[aria-current="page"] { color: var(--white); }
.header-cta { padding: 12px 16px; color: var(--white); border: 1px solid rgba(255,255,255,0.3); border-radius: 4px; text-decoration: none; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.header-cta:hover, .header-cta:focus-visible { border-color: var(--orange); background: rgba(255, 104, 0, 0.08); }
.menu-button, .mobile-nav { display: none; }

/* Home hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 22%, rgba(29, 76, 112, 0.78), transparent 36%), linear-gradient(130deg, #08111F 0%, var(--navy) 50%, #0E2B45 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -290px; bottom: -270px; border: 1px solid rgba(255,255,255,0.13); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,0.02), 0 0 0 150px rgba(255,255,255,0.015); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: linear-gradient(90deg, var(--orange) 0 22%, transparent 22% 100%); }
.hero-grid { position: absolute; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, black 24%, black 75%, transparent); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr); gap: 72px; align-items: center; padding-block: 150px 86px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #B9C8D6; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.17em; }
.eyebrow span { display: block; width: 34px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(58px, 7.2vw, 102px); line-height: 0.94; }
.hero-lede { max-width: 720px; margin: 30px 0 0; color: #CDD8E2; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: var(--white); text-underline-offset: 6px; font-size: 12px; font-weight: 700; }
.text-link span { color: var(--orange); margin-left: 5px; }
.trust-line { margin: 20px 0 0; color: #91A4B8; font-size: 11px; font-weight: 600; letter-spacing: 0.03em; }
.orientation-card { padding: 28px; color: var(--ink); background: rgba(250, 248, 243, 0.98); border: 1px solid rgba(255,255,255,0.28); border-radius: 10px; box-shadow: var(--shadow); }
.orientation-topline { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--hairline); color: var(--steel); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; }
.orientation-card h2 { margin: 24px 0; font-size: clamp(30px, 3.1vw, 44px); }
.signal-list { display: grid; gap: 8px; }
.signal-list button { width: 100%; min-height: 76px; display: grid; grid-template-columns: 34px 1fr 20px; gap: 12px; align-items: center; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid var(--hairline); border-radius: 6px; text-align: left; cursor: pointer; transition: border-color 160ms ease, transform 160ms ease, background 160ms ease; }
.signal-list button:hover, .signal-list button:focus-visible, .signal-list button.active { border-color: var(--orange); background: #FFF7F1; transform: translateX(3px); }
.signal-number { color: var(--orange); font: 700 15px/1 Oswald, sans-serif; }
.signal-list strong, .signal-list small { display: block; }
.signal-list strong { color: var(--blue); font-size: 12px; line-height: 1.35; }
.signal-list small { margin-top: 4px; color: var(--steel); font-size: 10px; line-height: 1.35; }
.orientation-result { margin-top: 16px; padding: 15px 16px; color: #CBD8E3; background: var(--blue); border-left: 4px solid var(--orange); }
.orientation-result span, .orientation-result strong { display: block; }
.orientation-result span { margin-bottom: 3px; color: #8FA6B9; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; }
.orientation-result strong { font-size: 12px; line-height: 1.45; }

/* Home sections */
.recognition { background: var(--paper); }
.section-grid { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); gap: clamp(56px, 9vw, 140px); align-items: start; }
.sticky-copy { position: sticky; top: 40px; }
.section-intro p:not(.kicker) { color: var(--muted); font-size: 17px; }
.pressure-list { border-top: 1px solid var(--hairline); }
.pressure-list article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 33px 0; border-bottom: 1px solid var(--hairline); }
.pressure-list article > span { color: var(--orange); font: 600 17px/1 Oswald, sans-serif; }
.pressure-list h3 { font-size: clamp(26px, 3vw, 39px); }
.pressure-list p { margin: 10px 0 0; color: var(--muted); }
.route-section { color: var(--white); background: var(--blue); }
.route-section h2 { color: var(--white); }
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 700px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px; align-items: end; }
.split-heading > p:last-child { color: #BCC9D4; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--dark-line); }
.route-card { position: relative; min-height: 420px; display: flex; flex-direction: column; padding: 30px; color: var(--white); border-right: 1px solid var(--dark-line); text-decoration: none; overflow: hidden; }
.route-card:last-child { border-right: 0; }
.route-card::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--orange); transition: height 180ms ease; }
.route-card:hover::before, .route-card:focus-visible::before { height: 7px; }
.route-index { align-self: end; color: #8BA0B2; font: 600 14px/1 Oswald, sans-serif; }
.route-label { margin: auto 0 14px; color: #9BAFC0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; }
.route-card h3 { color: var(--white); font-size: clamp(29px, 3vw, 40px); }
.route-card > p:not(.route-label) { color: #BBC7D1; }
.route-action { margin-top: 18px; color: #F2A36D; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.approach-preview { background: var(--mist); }
.route-steps { display: grid; grid-template-columns: repeat(7, 1fr); padding: 0; margin: 56px 0 42px; list-style: none; border-top: 1px solid #B9C4CD; }
.route-steps li { position: relative; min-height: 160px; padding: 24px 15px 20px 0; border-right: 1px solid #C6D0D8; }
.route-steps li::before { content: ""; position: absolute; width: 9px; height: 9px; top: -5px; left: 0; background: var(--orange); border-radius: 50%; }
.route-steps span, .route-steps strong, .route-steps small { display: block; }
.route-steps span { color: var(--orange); font: 700 13px/1 Oswald, sans-serif; }
.route-steps strong { margin-top: 28px; color: var(--blue); font-family: Oswald, sans-serif; text-transform: uppercase; }
.route-steps small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.field-note { color: var(--white); background: var(--navy); }
.field-note-grid { display: grid; grid-template-columns: 50px 1.3fr 0.7fr; gap: 60px; align-items: center; }
.vertical-label { margin: 0; color: #8396A8; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.22em; }
.field-note blockquote { margin: 0; color: var(--white); font-size: clamp(40px, 5.5vw, 76px); line-height: 1.05; }
.field-note-grid > div p { color: #B2C0CC; }
.light-link { color: var(--white); }
.tool-preview { background: var(--paper); }
.tool-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(54px, 10vw, 150px); align-items: center; }
.tool-copy p:not(.kicker) { color: var(--muted); font-size: 17px; }
.tool-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tool-preview-card { min-height: 360px; display: flex; flex-direction: column; padding: 26px; color: var(--ink); background: var(--white); border: 1px solid var(--hairline); box-shadow: var(--shadow); text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.tool-preview-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(10, 37, 64, 0.16); }
.tool-preview-card > span { color: var(--orange); font: 700 14px/1 Oswald, sans-serif; letter-spacing: 0.12em; }
.tool-preview-card > p { margin: 66px 0 8px; color: var(--steel); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.tool-preview-card h3 { margin-bottom: 12px; font-size: clamp(38px, 4vw, 54px); }
.tool-preview-card small { color: var(--muted); font-size: 13px; line-height: 1.65; }
.tool-preview-card strong { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; }
.tool-preview-card-dark { color: var(--white); background: var(--blue); border-color: var(--blue); }
.tool-preview-card-dark > p, .tool-preview-card-dark small { color: #C7D3DC; }
.tool-preview-card-dark h3 { color: var(--white); }
.tool-preview-card-dark strong { color: var(--white); }
.scorecard { padding: 34px; background: var(--white); border: 1px solid var(--hairline); box-shadow: var(--shadow); }
.score-top { display: flex; justify-content: space-between; margin-bottom: 28px; padding-bottom: 17px; border-bottom: 1px solid var(--hairline); color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.score-top strong { color: var(--orange); }
.score-row { display: grid; grid-template-columns: 120px 1fr 30px; gap: 14px; align-items: center; padding: 14px 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.score-row i { position: relative; height: 8px; background: #E6EBEF; overflow: hidden; }
.score-row i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--score); background: linear-gradient(90deg, var(--blue), var(--orange)); }
.score-row b { color: var(--blue); font-family: Oswald, sans-serif; }
.scorecard > p { margin: 25px 0 0; color: #778795; font-size: 9px; }
.founder-section { background: #E8EDF0; }
.founder-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(60px, 10vw, 150px); align-items: stretch; }
.founder-monogram { min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; color: var(--white); background: radial-gradient(circle at 70% 22%, #254C68, transparent 35%), var(--blue); }
.founder-monogram span { font: 700 clamp(100px, 16vw, 220px)/0.85 Oswald, sans-serif; letter-spacing: -0.08em; opacity: 0.22; }
.founder-monogram small { font-size: 10px; font-weight: 800; letter-spacing: 0.18em; }
.founder-copy { align-self: center; }
.founder-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 38px 0; border-block: 1px solid #C3CED6; }
.proof-grid div { padding: 23px 15px 23px 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--orange); font: 700 36px/1 Oswald, sans-serif; }
.proof-grid span { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.conversation-band { color: var(--white); background: linear-gradient(120deg, var(--blue), #0E314C); }
.conversation-band h2 { color: var(--white); }
.conversation-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 100px; align-items: center; }
.conversation-grid > div:last-child > p { color: #C2D0DB; font-size: 17px; }
.conversation-grid small { display: block; margin-top: 14px; color: #91A5B6; }

/* Interior page heroes and content */
.page-hero { position: relative; overflow: hidden; padding-block: clamp(86px, 10vw, 136px); color: var(--white); background: radial-gradient(circle at 85% 15%, rgba(38, 86, 119, 0.8), transparent 28%), var(--navy); }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 6px; background: linear-gradient(90deg, var(--orange) 0 18%, transparent 18%); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero h1 { max-width: 920px; margin: 0; font-size: clamp(54px, 7vw, 98px); line-height: 0.96; }
.page-hero .lede { max-width: 780px; margin: 28px 0 0; color: #C6D2DC; font-size: clamp(17px, 1.8vw, 22px); }
.page-hero .hero-actions { margin-top: 32px; }
.page-grid { display: grid; grid-template-columns: 0.76fr 1.24fr; gap: clamp(54px, 9vw, 130px); align-items: start; }
.content-stack { display: grid; gap: 22px; }
.content-card { padding: 30px; background: var(--white); border: 1px solid var(--hairline); }
.content-card h3 { font-size: clamp(27px, 3vw, 38px); }
.content-card p { color: var(--muted); }
.content-card .mini-label { color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; }
.dark-panel { color: var(--white); background: var(--blue); border: 0; }
.dark-panel h3 { color: var(--white); }
.dark-panel p { color: #BECCD6; }
.lane { scroll-margin-top: 32px; padding-block: clamp(80px, 9vw, 124px); border-bottom: 1px solid var(--hairline); }
.lane:last-child { border-bottom: 0; }
.lane-head { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 70px; margin-bottom: 50px; }
.lane-head p { color: var(--muted); font-size: 17px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-grid.two { grid-template-columns: repeat(2, 1fr); }
.compass-preview { background: linear-gradient(145deg, #E8EEF3 0%, var(--paper) 58%); }
.compass-grid { align-items: stretch; }
.compass-card { position: relative; overflow: hidden; border-top: 5px solid var(--orange); box-shadow: var(--shadow); }
.compass-card::after { content: "✦"; position: absolute; right: 22px; top: 18px; color: rgba(10, 37, 64, 0.08); font-size: 82px; line-height: 1; }
.compass-card > * { position: relative; z-index: 1; }
.development-note { margin-top: 25px; padding: 15px 17px; color: var(--steel) !important; background: var(--mist); border-left: 4px solid var(--orange); font-size: 11px; }
.development-note strong { color: var(--blue); }
.compass-link { margin-top: 30px; }
.compass-lane { scroll-margin-top: 24px; background: #EDF2F5; }
.compass-points { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--steel); font-size: 12px; }
.compass-points li { position: relative; padding-left: 20px; }
.compass-points li::before { content: "✦"; position: absolute; left: 0; top: 1px; color: var(--orange); font-size: 10px; }
.compass-boundary { display: grid; grid-template-columns: 0.45fr 1.55fr; gap: 28px; margin-top: 22px; padding: 24px 28px; color: #BFCBD4; background: var(--navy); border-left: 5px solid var(--orange); font-size: 12px; }
.compass-boundary strong { color: var(--white); font-family: Oswald, sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: 0.04em; }

/* Compass samples */
.compass-hero { background: radial-gradient(circle at 78% 32%, rgba(33, 86, 121, 0.9), transparent 30%), linear-gradient(126deg, #07101D 0%, #0B1B2C 48%, #123A57 100%); }
.compass-hero .shell { max-width: 1080px; }
.compass-hero .lede { max-width: 830px; }
.compass-hero-secondary { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,0.4); }
.compass-hero-secondary:hover, .compass-hero-secondary:focus-visible { border-color: var(--orange); background: rgba(255,104,0,0.09); }
.sample-facts { max-width: 760px; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-block: 1px solid rgba(255,255,255,0.16); }
.sample-facts span { padding: 18px 18px 18px 0; color: #A9BAC8; border-right: 1px solid rgba(255,255,255,0.13); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.11em; }
.sample-facts span:last-child { border-right: 0; }
.sample-facts strong { display: block; margin-bottom: 7px; color: var(--orange); font: 700 22px/1 Oswald, sans-serif; letter-spacing: 0; }
.compass-sampler-section { background: linear-gradient(150deg, #E8EEF2 0%, var(--paper) 56%, #F0EDE6 100%); }
.sampler-frame { position: relative; min-height: 640px; overflow: hidden; background: var(--white); border: 1px solid #C9D3DB; box-shadow: 0 34px 100px rgba(5,18,32,0.2); scroll-margin-top: 22px; }
.sampler-frame::after { content: "✦"; position: absolute; right: -34px; bottom: -64px; color: rgba(10,37,64,0.035); font-size: 320px; line-height: 1; pointer-events: none; }
.sampler-frame > * { position: relative; z-index: 1; }
.sampler-frame [hidden] { display: none; }
.sampler-topline { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px clamp(22px,4vw,48px); color: #AFC0CD; background: var(--navy); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; }
.sampler-topline span:last-child { display: flex; align-items: center; gap: 8px; }
.sampler-topline i { width: 8px; height: 8px; background: #48B982; border-radius: 50%; box-shadow: 0 0 0 5px rgba(72,185,130,0.13); }
.sampler-launch { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(45px,7vw,100px); padding: clamp(32px,6vw,78px); }
.sampler-launch-copy h2 { font-size: clamp(44px,5vw,70px); }
.sampler-launch-copy > p:last-child { color: var(--muted); font-size: 16px; }
.sampler-choices { display: grid; gap: 15px; }
.sampler-choice { min-height: 224px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; color: var(--ink); background: var(--mist); border: 1px solid #CDD6DD; text-align: left; cursor: pointer; transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease; }
.sampler-choice:hover, .sampler-choice:focus-visible { transform: translateY(-3px); border-color: var(--orange); box-shadow: 0 24px 60px rgba(10,37,64,0.13); }
.sampler-choice > span { color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; }
.sampler-choice strong { margin-top: 18px; color: var(--blue); font: 700 clamp(28px,3.2vw,43px)/1 Oswald, sans-serif; text-transform: uppercase; letter-spacing: -0.025em; }
.sampler-choice small { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.sampler-choice b { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; }
.sampler-choice-dark { color: var(--white); background: var(--blue); border-color: var(--blue); }
.sampler-choice-dark strong, .sampler-choice-dark b { color: var(--white); }
.sampler-choice-dark small { color: #C0CDD6; }
.sampler-runner { padding: clamp(28px,5vw,64px); }
.sampler-progress > div { display: flex; justify-content: space-between; gap: 24px; color: var(--steel); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; }
.sampler-progress strong { color: var(--orange); }
.sampler-progress > i { display: block; height: 6px; margin-top: 14px; overflow: hidden; background: #E5EAEE; }
.sampler-progress > i span { display: block; height: 100%; background: linear-gradient(90deg, var(--orange), #FF9B58); transition: width 180ms ease; }
.sampler-question { max-width: 930px; margin: 58px auto 0; }
.sampler-question > p { margin: 0 0 13px; color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; }
.sampler-question h2 { max-width: 850px; font-size: clamp(39px,5vw,62px); }
.sampler-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 36px; }
.sample-option { min-height: 104px; display: grid; grid-template-columns: 34px 1fr 20px; gap: 15px; align-items: center; padding: 17px 19px; color: var(--ink); background: var(--mist); border: 1px solid #CDD6DD; text-align: left; cursor: pointer; transition: transform 150ms ease, border-color 150ms ease, background 150ms ease; }
.sample-option:hover, .sample-option:focus-visible { transform: translateX(3px); border-color: var(--orange); background: #FFF5ED; }
.sample-option.selected { color: var(--white); background: var(--blue); border-color: var(--blue); }
.sample-option > span { display: grid; width: 30px; height: 30px; place-items: center; color: var(--orange); border: 1px solid #D7C3B5; border-radius: 50%; font: 700 13px/1 Oswald, sans-serif; }
.sample-option strong { font-size: 12px; line-height: 1.55; }
.sample-option i { color: var(--orange); font-style: normal; }
.sampler-controls { display: flex; justify-content: space-between; max-width: 930px; margin: 28px auto 0; }
.sample-back, .sample-reset { padding: 8px 0; color: var(--steel); background: transparent; border: 0; cursor: pointer; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.sample-back:disabled { opacity: 0.35; cursor: default; }
.sampler-result { padding: clamp(30px,5.5vw,72px); }
.result-heading { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; align-items: end; padding-bottom: 40px; border-bottom: 1px solid var(--hairline); }
.result-heading h2 { font-size: clamp(48px,6vw,78px); }
.result-heading > p { color: var(--muted); font-size: 16px; }
.sample-signal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 34px; }
.sample-signal-grid article { padding: 27px; background: var(--mist); border-top: 4px solid var(--orange); }
.sample-signal-grid article > span, .pressure-read > span, .practice-card > span, .japheth-question > span { color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; }
.sample-signal-grid h3 { margin-top: 13px; }
.sample-signal-grid p { color: var(--muted); font-size: 12px; }
.sample-bars { display: grid; gap: 18px; margin-top: 34px; padding: 28px; border: 1px solid var(--hairline); }
.sample-bar-row > div { display: flex; justify-content: space-between; gap: 22px; margin-bottom: 8px; color: var(--steel); font-size: 10px; font-weight: 700; }
.sample-bar-row strong { color: var(--blue); font-size: 9px; text-transform: uppercase; }
.sample-bar-row > i { display: block; height: 10px; overflow: hidden; background: #E6EBEF; }
.sample-bar-row b { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--orange)); transition: width 500ms ease; }
.pressure-read { margin-top: 16px; padding: 28px; color: var(--white); background: var(--blue); border-left: 6px solid var(--orange); }
.pressure-read strong { display: block; margin-top: 12px; font: 700 clamp(28px,3.2vw,42px)/1 Oswald,sans-serif; text-transform: uppercase; }
.pressure-read p { margin-bottom: 0; color: #C5D2DC; }
.practice-card { margin-top: 16px; padding: 28px; background: #FFF2E8; border: 1px solid #FFD1B2; }
.practice-card h3 { margin-top: 12px; max-width: 900px; font-size: clamp(26px,3.2vw,40px); }
.practice-card p { color: var(--muted); }
.japheth-question { margin-top: 16px; padding: 28px; background: var(--navy); }
.japheth-question blockquote { margin: 13px 0 0; color: var(--white); font-size: clamp(27px,3.6vw,46px); line-height: 1.1; }
.sampler-result-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.sampler-result-actions .arrow-link { margin-left: auto; }
.sample-disclaimer { margin: 25px 0 0; color: #71808D; font-size: 9px; }
.sample-privacy { display: grid; grid-template-columns: 0.42fr 1.58fr; gap: 32px; padding: 22px 28px; color: #B9C8D4; background: var(--navy); border-left: 5px solid var(--orange); font-size: 11px; }
.sample-privacy strong { color: var(--white); text-transform: uppercase; }
.sample-depth { background: var(--paper); }
.sample-depth-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 18px; }
.sample-depth-grid article { min-height: 390px; padding: 34px; background: var(--white); border: 1px solid var(--hairline); }
.sample-depth-grid article > span { color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; }
.sample-depth-grid h3 { margin-top: 68px; font-size: clamp(34px,4vw,54px); }
.sample-depth-grid ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 12px; }
.sample-depth-grid li { position: relative; padding-left: 22px; }
.sample-depth-grid li::before { content: "✦"; position: absolute; left: 0; color: var(--orange); }
.sample-depth-grid .sample-depth-full { color: var(--white); background: linear-gradient(145deg,#0A2540,#0C1727); border-color: var(--navy); box-shadow: var(--shadow); }
.sample-depth-full h3 { color: var(--white); }
.sample-depth-full ul { color: #C3D0DA; }
.room-demo { color: var(--white); background: radial-gradient(circle at 12% 20%, #163D5B, transparent 30%), var(--navy); }
.room-demo h2 { color: var(--white); }
.room-demo-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(55px,8vw,120px); align-items: center; }
.room-demo-grid > div > p:last-child { color: #BDCBD5; font-size: 16px; }
.room-demo ol { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.room-demo li { min-height: 180px; padding: 25px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.room-demo li span, .room-demo li strong, .room-demo li small { display: block; }
.room-demo li span { color: var(--orange); font: 700 14px/1 Oswald,sans-serif; }
.room-demo li strong { margin-top: 40px; font-family: Oswald,sans-serif; text-transform: uppercase; }
.room-demo li small { margin-top: 7px; color: #9FB0BE; font-size: 10px; }
.compass-status { background: #E8EDF0; }
.status-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.status-grid article { padding: 32px; background: var(--white); border-top: 4px solid var(--orange); }
.status-grid h3 { margin-top: 14px; }
.status-grid p:last-child { color: var(--muted); font-size: 12px; }
.principle-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--hairline); }
.principle-list article { min-height: 230px; padding: 32px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.principle-list article:nth-child(2n) { border-right: 0; }
.principle-list span { color: var(--orange); font: 700 13px/1 Oswald, sans-serif; }
.principle-list h3 { margin-top: 28px; }
.principle-list p { color: var(--muted); }
.code-list { margin: 0; padding: 0; list-style: none; counter-reset: code; border-top: 1px solid #6E8191; }
.code-list li { counter-increment: code; display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid #6E8191; }
.code-list li::before { content: counter(code, decimal-leading-zero); color: var(--orange); font: 700 14px/1 Oswald, sans-serif; }
.code-list strong { color: var(--white); }

/* Diagnostics */
.diagnostic-shell { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 36px; align-items: start; }
.diagnostic-panel { padding: clamp(24px, 4vw, 46px); background: var(--white); border: 1px solid var(--hairline); box-shadow: var(--shadow); }
.tool-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.tool-tab { padding: 11px 15px; color: var(--steel); background: var(--mist); border: 1px solid var(--hairline); cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.09em; }
.tool-tab[aria-selected="true"] { color: var(--white); background: var(--blue); border-color: var(--blue); }
.tool-view[hidden] { display: none; }
.diagnostic-question { margin-bottom: 28px; padding-bottom: 25px; border-bottom: 1px solid var(--hairline); }
.diagnostic-question:last-of-type { border-bottom: 0; }
.diagnostic-question fieldset { margin: 0; padding: 0; border: 0; }
.diagnostic-question legend { margin-bottom: 14px; color: var(--blue); font-weight: 700; }
.answer-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.answer-row label { position: relative; }
.answer-row input { position: absolute; opacity: 0; }
.answer-row span { min-height: 48px; display: grid; place-items: center; padding: 8px; color: var(--steel); background: var(--mist); border: 1px solid var(--hairline); cursor: pointer; text-align: center; font-size: 10px; font-weight: 700; }
.answer-row input:checked + span { color: var(--white); background: var(--orange); border-color: var(--orange); }
.answer-row input:focus-visible + span { outline: 3px solid rgba(255, 104, 0, 0.4); }
.tool-result { margin-top: 28px; padding: 25px; background: var(--blue); color: var(--white); border-left: 6px solid var(--orange); }
.tool-result[hidden] { display: none; }
.tool-result h3 { color: var(--white); }
.tool-result p { color: #C7D3DC; }
.privacy-note { padding: 24px; color: var(--muted); background: #E8EDF0; border-top: 4px solid var(--orange); font-size: 12px; }
.privacy-note strong { display: block; margin-bottom: 7px; color: var(--blue); }
.calculator-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field label { display: block; margin-bottom: 7px; color: var(--blue); font-size: 11px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 12px 13px; color: var(--ink); background: var(--white); border: 1px solid #ABB8C3; border-radius: 3px; }
.field textarea { min-height: 130px; resize: vertical; }
.field small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.calc-output { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 26px; }
.owner-load-output { grid-template-columns: repeat(2, 1fr); }
.owner-load-result[hidden] { display: none; }
.calc-output div { padding: 18px; color: var(--white); background: var(--blue); }
.calc-output span, .calc-output strong { display: block; }
.calc-output span { color: #9EB1C0; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.calc-output strong { margin-top: 8px; color: var(--white); font: 700 27px/1 Oswald, sans-serif; }

/* Forms and legal */
.conversation-form { padding: clamp(26px, 4vw, 44px); background: var(--white); border: 1px solid var(--hairline); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field.full { grid-column: 1 / -1; }
.form-note { color: var(--muted); font-size: 11px; }
.direct-routes { display: grid; gap: 10px; margin-top: 28px; }
.direct-routes a { display: flex; justify-content: space-between; padding: 15px; color: var(--blue); background: var(--white); border: 1px solid var(--hairline); text-decoration: none; font-size: 12px; font-weight: 800; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin-top: 50px; font-size: 38px; }
.legal-copy h3 { margin-top: 34px; font-size: 25px; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-status { margin-bottom: 32px; padding: 18px; color: var(--blue); background: #FFF3EA; border-left: 5px solid var(--orange); font-size: 12px; }

/* Footer */
.site-footer { padding-top: 62px; color: #B9C7D1; background: #07101D; }
.footer-main { display: grid; grid-template-columns: 1fr 0.8fr 1.2fr; gap: 50px; align-items: start; padding-bottom: 54px; }
.footer-main > p { margin: 8px 0 0; color: var(--white); font-family: Oswald, sans-serif; text-transform: uppercase; }
.footer-main nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.footer-main nav a { text-decoration: none; font-size: 11px; font-weight: 700; }
.footer-main nav a:hover { color: var(--white); }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid var(--dark-line); color: #748899; font-size: 9px; }
.footer-legal span:last-child { display: flex; gap: 20px; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .header-row { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; width: 46px; height: 46px; place-content: center; gap: 7px; color: var(--white); background: transparent; border: 1px solid var(--dark-line); border-radius: 5px; }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 2px; background: currentColor; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 84px; padding: 12px 24px 24px; background: var(--navy); border-bottom: 1px solid var(--dark-line); }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { padding: 13px 0; color: var(--white); border-bottom: 1px solid var(--dark-line); text-decoration: none; font-size: 13px; font-weight: 700; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; padding-top: 144px; }
  .orientation-card { max-width: 720px; }
  .section-grid, .tool-layout, .founder-grid, .page-grid, .lane-head, .compass-boundary { grid-template-columns: 1fr; }
  .tool-card-grid { max-width: 760px; }
  .sticky-copy { position: static; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .route-steps { grid-template-columns: repeat(4, 1fr); row-gap: 20px; border-top: 0; }
  .route-steps li { border-top: 1px solid #B9C4CD; }
  .field-note-grid { grid-template-columns: 1fr; gap: 24px; }
  .vertical-label { writing-mode: initial; transform: none; }
  .conversation-grid { grid-template-columns: 1fr; gap: 32px; }
  .diagnostic-shell { grid-template-columns: 1fr; }
  .sampler-launch, .result-heading, .room-demo-grid { grid-template-columns: 1fr; }
  .sample-depth-grid { grid-template-columns: 1fr; }
  .sample-depth-grid article { min-height: 330px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1220px); }
  .header-row { min-height: 74px; }
  .mobile-nav { top: 74px; }
  .hero-layout { padding-block: 124px 70px; }
  .hero h1, .page-hero h1 { font-size: clamp(50px, 16vw, 74px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button, .text-link { width: 100%; text-align: center; }
  .orientation-card { padding: 20px; }
  .signal-list button { grid-template-columns: 30px 1fr 18px; padding-inline: 10px; }
  .tool-card-grid { grid-template-columns: 1fr; }
  .tool-preview-card { min-height: 310px; }
  .tool-preview-card > p { margin-top: 46px; }
  .route-steps { grid-template-columns: repeat(2, 1fr); }
  .founder-monogram { min-height: 340px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid, .detail-grid.two, .principle-list { grid-template-columns: 1fr; }
  .principle-list article { border-right: 0; }
  .answer-row { grid-template-columns: repeat(2, 1fr); }
  .calculator-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .calc-output { grid-template-columns: 1fr; }
  .sample-facts { grid-template-columns: repeat(2,1fr); }
  .sample-facts span:nth-child(2) { border-right: 0; }
  .sampler-launch, .sampler-runner, .sampler-result { padding: 24px 18px 32px; }
  .sampler-launch { gap: 30px; }
  .sampler-choice { min-height: 230px; padding: 22px; }
  .sampler-progress > div { align-items: flex-start; flex-direction: column; gap: 6px; }
  .sampler-question { margin-top: 38px; }
  .sampler-options, .sample-signal-grid, .status-grid { grid-template-columns: 1fr; }
  .sample-option { min-height: 92px; padding: 14px 13px; }
  .sampler-controls { gap: 20px; }
  .sample-privacy { grid-template-columns: 1fr; gap: 6px; padding: 20px; }
  .sampler-result-actions { align-items: stretch; flex-direction: column; }
  .sampler-result-actions .arrow-link { margin: 12px 0 0; }
  .sample-depth-grid article { min-height: 300px; padding: 26px; }
  .sample-depth-grid h3 { margin-top: 46px; }
  .room-demo ol { grid-template-columns: 1fr; }
  .room-demo li { min-height: 150px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: auto; }
  .footer-legal { flex-direction: column; }
}

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

.orientation-result .blunt-link { display: inline-block; margin-top: 9px; color: #fff; font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; transition: color 160ms ease, transform 160ms ease; animation: bluntIn 1.26s ease both, bluntNudge 2.4s ease-in-out 1.4s 9; }
.orientation-result .blunt-link:hover, .orientation-result .blunt-link:focus-visible { color: var(--orange); transform: translateX(4px); animation: none; }
@keyframes bluntIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes bluntNudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
@media (prefers-reduced-motion: reduce) { .orientation-result .blunt-link { animation: none; transition: color 160ms ease; } .orientation-result .blunt-link:hover { transform: none; } }
.orientation-result .blunt-link:hover { color: var(--orange); }
.blunt-next { margin-top: 14px; padding: 0; background: none; border: none; color: var(--steel); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.blunt-next:hover { color: var(--orange); }

/* r14: split landing chooser + door pages */
.landing-body { background: var(--navy); }
.landing-header { position: relative; }
.landing-doors { position: relative; background: var(--navy); color: var(--white); padding: 68px 0 90px; overflow: hidden; min-height: calc(100svh - 82px); }
.landing-doors .hero-grid { position: absolute; inset: 0; }
.landing-shell { position: relative; z-index: 1; }
.landing-intro { max-width: 780px; margin-bottom: 46px; }
.landing-intro h1 { font-family: Oswald, Impact, sans-serif; font-size: clamp(2.3rem, 5.2vw, 3.9rem); line-height: 1.04; text-transform: uppercase; letter-spacing: 0.01em; margin: 14px 0 18px; }
.landing-lede { color: rgba(255, 255, 255, 0.82); font-size: 1.08rem; max-width: 620px; }
.door-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(430px, 100%), 1fr)); gap: 22px; }
.door-card { display: flex; flex-direction: column; gap: 14px; padding: 34px 30px 30px; border-radius: 18px; text-decoration: none; border: 1px solid var(--hairline); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.door-card:hover, .door-card:focus-visible { transform: translateY(-4px); }
.door-card h2 { font-family: Oswald, Impact, sans-serif; font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.14; text-transform: uppercase; margin: 0; }
.door-card p { color: var(--muted); margin: 0; }
.door-label { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.78rem; color: var(--blue); margin: 0; }
.door-label span { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 0.72rem; letter-spacing: 0; }
.door-business .door-label, .door-business .door-label span { color: var(--white); }
.door-business .door-label span { background: var(--orange); }
.door-business { background: linear-gradient(160deg, var(--blue), var(--navy)); border-color: rgba(255, 255, 255, 0.16); color: var(--white); }
.door-business h2 { color: var(--white); }
.door-business p, .door-business .door-points li { color: rgba(255, 255, 255, 0.8); }
.door-points { list-style: none; margin: 2px 0 6px; padding: 0; display: grid; gap: 8px; }
.door-points li { position: relative; padding-left: 20px; color: var(--muted); }
.door-points li::before { content: ""; position: absolute; left: 0; top: 0.52em; width: 9px; height: 9px; border-radius: 2px; background: var(--orange); }
.door-enter { margin-top: auto; align-self: flex-start; }
.landing-trust { margin-top: 34px; color: rgba(255, 255, 255, 0.62); font-size: 0.9rem; letter-spacing: 0.04em; }
.door-switch { background: var(--blue); color: var(--white); padding: 34px 0; }
.door-switch-row { display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; justify-content: space-between; }
.door-switch-row p { margin: 0; max-width: 640px; color: rgba(255, 255, 255, 0.85); }
.door-switch .arrow-link { color: var(--orange); }

/* r15: Business Picture, magnetic enrichment, Modernization Check */
.bp-live-read { color: var(--blue); font-weight: 600; min-height: 1.4em; margin: 6px 0 14px; }
.bp-extra { margin-top: 18px; border-top: 1px solid var(--hairline); padding-top: 14px; display: grid; gap: 10px; }
.bp-extra p { margin: 0; color: var(--muted); }
.bp-extra strong { color: var(--ink); }
.bp-tag { display: inline-block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; padding: 1px 7px; border-radius: 999px; background: var(--mist); color: var(--blue); vertical-align: middle; }
.mod-hint { display: block; font-weight: 400; color: var(--muted); font-size: 0.82rem; margin-top: 3px; }
.mod-buckets { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin: 14px 0; }
.mod-bucket { background: var(--mist); border-radius: 12px; padding: 12px 14px; }
.mod-bucket ul { margin: 6px 0 0 18px; padding: 0; }
.mod-bucket small { display: block; margin-top: 8px; color: var(--muted); }
.bp-section { background: var(--paper); }
.bp-domains { display: grid; gap: 8px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin: 18px 0; }
.bp-domain { display: flex; justify-content: space-between; align-items: center; background: #fff; border: 1px solid var(--hairline); border-radius: 10px; padding: 10px 14px; }
.bp-domain em { font-style: normal; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.bp-strained { color: var(--orange); }
.bp-steady { color: #1D7A46; }
.bp-unknown { color: var(--muted); }
.bp-connection { background: var(--navy); color: #fff; border-radius: 14px; padding: 18px 20px; margin: 12px 0; }
.bp-connection p { margin: 0 0 6px; }
.bp-connection small { color: rgba(255, 255, 255, 0.6); }
.bp-route { background: #fff; border: 1px solid var(--hairline); border-left: 4px solid var(--orange); border-radius: 12px; padding: 16px 18px; margin: 12px 0; }
.bp-route p { color: var(--muted); margin: 6px 0 12px; }
.bp-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 16px; }
.bp-cta-label { font-weight: 700; color: var(--blue); }

.bp-clear { background: none; border: none; color: var(--muted); text-decoration: underline; cursor: pointer; font: inherit; font-size: 0.8rem; padding: 0; }


/* r20: Phase One-B commissioning */
.landing-intro h1 .brand-personal { font-style: italic; color: #2a78d6; }
.landing-doors-line { color: var(--muted, #8fa1b3); font-size: clamp(15px, 1.6vw, 18px); margin-top: 10px; letter-spacing: .01em; }
.door-grid--weighted { grid-template-columns: 1.55fr 1fr; align-items: stretch; }
.door-grid--weighted .door-personal { padding: 26px 24px; }
.door-grid--weighted .door-personal h2 { font-size: clamp(19px, 2vw, 24px); }
.door-grid--weighted .door-personal p { font-size: 15px; }
@media (max-width: 860px) { .door-grid--weighted { grid-template-columns: 1fr; } }
.guided-strip { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 26px; padding: 18px 22px; border: 1px solid rgba(255,104,0,.35); border-radius: 14px; background: rgba(255,104,0,.06); }
.guided-strip p { margin: 0; max-width: 62ch; }
.diag-pathways { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; margin-bottom: 26px; }
@media (max-width: 760px) { .diag-pathways { grid-template-columns: 1fr; } }
.diag-path { border: 1px solid var(--line, #22374e); border-radius: 14px; padding: 22px; background: rgba(255,255,255,.02); }
.diag-path--primary { border-color: rgba(255,104,0,.45); background: rgba(255,104,0,.05); }
.diag-path h2 { font-size: clamp(20px, 2.2vw, 26px); margin: 6px 0 8px; }
.diag-path p { margin: 0 0 14px; }
.compass-hero-quiet { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; margin-top: 12px; color: var(--muted, #8fa1b3); font-size: 15px; }
.compass-hero-quiet a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.compass-hero-quiet a:hover { color: #fff; }
.flow-diagram { margin: 26px 0 6px; }
.flow-diagram svg { width: 100%; height: auto; display: block; }
.flow-caption { color: var(--muted, #8fa1b3); font-size: 14px; margin-top: 8px; }

/* r21: Managed Partnership flagship */
.closing-cta .direct-routes { grid-template-columns: repeat(3, 1fr); max-width: 860px; }
.compass-boundary + .compass-boundary { margin-top: 14px; }
@media (max-width: 860px) { .closing-cta .direct-routes { grid-template-columns: 1fr; } }

/* r22: approved Opening Experience (first visit), Managed Partnership imagery, small polish */
.ns-opening { position: fixed; inset: 0; z-index: 60; display: grid; align-items: center; background: radial-gradient(1200px 700px at 70% 20%, #12233B 0%, var(--navy) 55%); color: var(--white); opacity: 1; transition: opacity 2400ms ease; }
body.ns-opening-active { overflow: hidden; }
.ns-opening-leave { opacity: 0; pointer-events: none; }
.ns-opening-inner { position: relative; display: grid; gap: 26px; padding-block: 40px; min-height: 70vh; align-content: center; }
.ns-opening-mark { width: 44px; height: 44px; color: var(--orange); opacity: 0.9; }
.ns-opening-mark svg { width: 100%; height: 100%; }
.ns-beat { grid-area: 2 / 1; align-self: center; opacity: 0; transform: translateY(10px); transition: opacity 1400ms ease, transform 1400ms ease; pointer-events: none; max-width: 30ch; }
.ns-beat p { margin: 0; font-family: Oswald, Impact, sans-serif; text-transform: uppercase; letter-spacing: -0.03em; font-size: clamp(40px, 6.6vw, 86px); line-height: 1.06; }
.ns-beat .ns-you { color: var(--orange); font-size: 1.6em; line-height: 1; display: inline-block; vertical-align: baseline; }
.ns-beat-4 .ns-lockup { font-size: clamp(38px, 6vw, 80px); }
.ns-opening[data-beat="1"] .ns-beat-1,
.ns-opening[data-beat="2"] .ns-beat-2,
.ns-opening[data-beat="3"] .ns-beat-3,
.ns-opening[data-beat="4"] .ns-beat-4 { opacity: 1; transform: none; pointer-events: auto; transition: opacity 2400ms ease 1500ms, transform 2400ms ease 1500ms; }
.ns-opening-actions { margin-top: 26px; }
.ns-opening-controls { position: absolute; inset: auto 0 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-inline: 4px; }
.ns-skip { background: none; border: 1px solid rgba(255,255,255,0.35); color: #DCE5ED; border-radius: 4px; padding: 9px 14px; cursor: pointer; font: 800 11px/1 Montserrat, sans-serif; text-transform: uppercase; letter-spacing: 0.08em; }
.ns-skip:hover, .ns-skip:focus-visible { color: var(--white); border-color: var(--white); }
.ns-hint { margin: 0; color: rgba(220,229,237,0.55); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.ns-open-visual { grid-area: 2 / 1; justify-self: end; align-self: center; position: relative; width: min(560px, 44vw); height: auto; display: none; margin-right: clamp(0px, 8vw, 150px); }
@media (min-width: 900px) { .ns-open-visual { display: block; } }

/* r22e: operating-network visual (replaces floating pills) */
.ns-net { width: 100%; height: auto; display: block; }
.ns-net text { font: 700 9px Montserrat, Arial, sans-serif; letter-spacing: 0.14em; text-transform: uppercase; fill: #8FA6BC; text-anchor: end; }
.ns-fieldrail { stroke: rgba(199,211,222,0.28); stroke-width: 1; transition: stroke 2400ms ease; }
.ns-ports rect { fill: none; stroke: rgba(199,211,222,0.55); stroke-width: 1; transition: stroke 2400ms ease; }
.ns-net path { fill: none; stroke-width: 1.4; stroke-linecap: round; }
.ns-p-own path, .ns-p-rail path, .ns-direction { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 2400ms ease, opacity 2400ms ease; }
.ns-p-own path { stroke: rgba(159,182,204,0.55); }
.ns-p-own path.ns-hot { stroke: var(--orange); stroke-width: 1.8; opacity: 0.9; }
.ns-p-own path:nth-of-type(2) { transition-delay: 200ms; }
.ns-p-own path:nth-of-type(3) { transition-delay: 400ms; }
.ns-p-own path:nth-of-type(4) { transition-delay: 600ms; }
.ns-p-own path:nth-of-type(5) { transition-delay: 800ms; }
.ns-p-own path:nth-of-type(6) { transition-delay: 1000ms; }
.ns-p-rail path { stroke: rgba(76,143,224,0.8); }
.ns-p-rail path:nth-of-type(2) { transition-delay: 180ms; }
.ns-p-rail path:nth-of-type(3) { transition-delay: 360ms; }
.ns-p-rail path:nth-of-type(4) { transition-delay: 540ms; }
.ns-p-rail path:nth-of-type(5) { transition-delay: 720ms; }
.ns-p-rail path:nth-of-type(6) { transition-delay: 900ms; }
.ns-owner-ring { fill: rgba(255,255,255,0.03); stroke: rgba(199,211,222,0.85); stroke-width: 1.4; transition: stroke 2400ms ease; }
.ns-owner-pressure { fill: none; stroke: var(--orange); stroke-width: 2; stroke-dasharray: 10 7; opacity: 0; transition: opacity 2400ms ease; }
.ns-net .ns-owner-mark { fill: var(--orange); opacity: 0.9; stroke: none; }
.ns-owner-label { text-anchor: middle !important; fill: #E6EDF3 !important; font-size: 10px !important; letter-spacing: 0.18em !important; }
.ns-rail rect { fill: rgba(76,143,224,0.06); stroke: rgba(76,143,224,0.0); stroke-width: 1.4; transition: stroke 2400ms ease, fill 2400ms ease; }
.ns-rail text { text-anchor: middle !important; fill: rgba(159,182,204,0.0); font-size: 9.5px !important; letter-spacing: 0.16em !important; transition: fill 2400ms ease; }
.ns-direction { stroke: rgba(76,143,224,0.9); }
.ns-net .ns-direction-head { fill: rgba(76,143,224,0.0); stroke: none; transition: fill 1200ms ease 900ms; }
.ns-p-rail path, .ns-direction { opacity: 0; }

/* beat choreography */
.ns-opening[data-beat="1"] .ns-p-own path { stroke-dashoffset: 0; }
.ns-opening[data-beat="1"] .ns-owner-pressure { opacity: 0.85; }
.ns-opening[data-beat="2"] .ns-p-own path { stroke-dashoffset: 0; opacity: 0.22; }
.ns-opening[data-beat="2"] .ns-p-own path.ns-hot { opacity: 0.35; }
.ns-opening[data-beat="2"] .ns-owner-pressure { opacity: 0.35; }
.ns-opening[data-beat="2"] .ns-rail rect, .ns-opening[data-beat="3"] .ns-rail rect { stroke: rgba(76,143,224,0.75); fill: rgba(76,143,224,0.10); }
.ns-opening[data-beat="2"] .ns-rail text, .ns-opening[data-beat="3"] .ns-rail text { fill: rgba(198,219,244,0.95); }
.ns-opening[data-beat="2"] .ns-p-rail path { stroke-dashoffset: 0; opacity: 1; }
.ns-opening[data-beat="3"] .ns-p-own path { stroke-dashoffset: 0; opacity: 0; }
.ns-opening[data-beat="3"] .ns-p-rail path { stroke-dashoffset: 0; opacity: 1; }
.ns-opening[data-beat="3"] .ns-owner-pressure { opacity: 0; }
.ns-opening[data-beat="3"] .ns-owner-ring { stroke: rgba(76,143,224,0.95); }
.ns-opening[data-beat="3"] .ns-direction { stroke-dashoffset: 0; opacity: 1; }
.ns-opening[data-beat="3"] .ns-net .ns-direction-head { fill: rgba(76,143,224,0.95); }
.ns-opening[data-beat="4"] .ns-p-own path { stroke-dashoffset: 0; opacity: 0; }
.ns-opening[data-beat="4"] .ns-p-rail path { stroke-dashoffset: 0; opacity: 1; stroke: rgba(120,178,242,0.95); }
.ns-opening[data-beat="4"] .ns-owner-pressure { opacity: 0; }
.ns-opening[data-beat="4"] .ns-owner-ring { stroke: rgba(150,198,248,1); }
.ns-opening[data-beat="4"] .ns-direction { stroke-dashoffset: 0; opacity: 1; stroke: rgba(150,198,248,1); }
.ns-opening[data-beat="4"] .ns-net .ns-direction-head { fill: rgba(150,198,248,1); }
.ns-opening[data-beat="4"] .ns-rail rect { stroke: rgba(140,190,245,0.95); fill: rgba(76,143,224,0.18); }
.ns-opening[data-beat="4"] .ns-rail text { fill: rgba(226,239,251,1); }
.ns-opening[data-beat="4"] .ns-ports rect { stroke: rgba(199,211,222,0.85); }
.ns-opening[data-beat="4"] .ns-fieldrail { stroke: rgba(199,211,222,0.45); }
.ns-opening.ns-reduced .ns-net path, .ns-opening.ns-reduced .ns-owner-ring, .ns-opening.ns-reduced .ns-owner-pressure, .ns-opening.ns-reduced .ns-rail rect, .ns-opening.ns-reduced .ns-rail text { transition: none; }
@media (prefers-reduced-motion: reduce) { .ns-net path, .ns-owner-ring, .ns-owner-pressure, .ns-rail rect, .ns-rail text, .ns-direction-head { transition: none !important; } }

/* mobile: intentional compact composition below the copy */
@media (max-width: 899px) { .ns-open-visual { display: block; position: static; width: min(380px, 88vw); justify-self: center; align-self: end; margin: 8px auto 74px; opacity: 0.92; height: auto; } }


.ns-opening.ns-reduced .ns-beat, .ns-opening.ns-reduced { transition: none; }
@media (prefers-reduced-motion: reduce) { .ns-opening, .ns-beat { transition: none !important; } }
.ns-bridge-line { margin: 18px 0 4px; color: var(--orange); font-family: Oswald, Impact, sans-serif; text-transform: uppercase; letter-spacing: 0.01em; font-size: clamp(20px, 2.6vw, 30px); }
.ns-replay { background: none; border: 0; padding: 0; margin-left: 10px; color: #9FB6CC; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font: inherit; font-size: 12px; }
.ns-replay:hover, .ns-replay:focus-visible { color: var(--white); }

/* r22: Managed Partnership imagery per approved graphics handoff */
.mp-hero { position: relative; overflow: hidden; background: var(--navy); }
.mp-hero img.mp-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.mp-hero .mp-hero-scrim { position: absolute; inset: 0; background: linear-gradient(93deg, rgba(11,21,37,0.94) 0%, rgba(11,21,37,0.82) 42%, rgba(11,21,37,0.28) 78%, rgba(11,21,37,0.12) 100%); }
.mp-hero .shell { position: relative; }
@media (max-width: 720px) { .mp-hero .mp-hero-scrim { background: linear-gradient(180deg, rgba(11,21,37,0.94) 0%, rgba(11,21,37,0.86) 60%, rgba(11,21,37,0.55) 100%); } }
.mp-figure { margin: 26px 0 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--hairline); box-shadow: var(--shadow); }
.mp-figure img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.mp-media-grid { display: grid; gap: 26px; align-items: center; }
@media (min-width: 920px) { .mp-media-grid { grid-template-columns: 1.05fr 0.95fr; } .mp-media-grid.mp-media-flip { grid-template-columns: 0.95fr 1.05fr; } .mp-media-flip .mp-figure { order: -1; } .mp-figure { margin-top: 0; } }

/* r22: recovery routes on utility pages */
.route-list { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.route-list a { display: flex; justify-content: space-between; gap: 14px; padding: 15px 18px; border: 1px solid var(--hairline); border-radius: 10px; background: var(--white); text-decoration: none; font-weight: 700; }
.route-list a:hover, .route-list a:focus-visible { border-color: var(--blue); }
.route-list span { color: var(--muted); font-weight: 500; }

/* r22b: [hidden] must always win, even against the overlay grid display */
.ns-opening[hidden]{display:none !important;}

/* r22b: attribute hidden always wins */
[hidden]{display:none !important;}

/* r22d: keep long beats clear of the controls on short windows */
@media (max-height: 900px){ .ns-beat p{ font-size: clamp(34px, 5.4vw, 68px); } }
@media (max-height: 700px){ .ns-beat p{ font-size: clamp(28px, 4.4vw, 54px); } }

/* r22d: visible break between OWN line and the closing line */
.ns-beat-3 p + p{ margin-top: 0.55em; }

/* r22f: no skip button; keep the hint right-aligned */
.ns-opening-controls{ justify-content: flex-end; }

/* r22l: beat 1 stands alone center-stage; the network cues in on beat 2 */
.ns-open-visual { transition: opacity 2400ms ease; }
.ns-opening[data-beat="1"] .ns-open-visual { opacity: 0; }
.ns-opening .ns-beat-1 { justify-self: center; text-align: center; width: min(88vw, 980px); max-width: none; }

/* r22p: living network - traveling signals and breathing pressure */
.ns-dot { fill: #BFD7F2; opacity: 0; animation: nsTravel 4200ms linear infinite; }
.ns-dot-hot { fill: var(--orange); }
.ns-flow-own .ns-dot:nth-child(2) { animation-delay: 1700ms; animation-duration: 3600ms; }
.ns-flow-rail .ns-dot:nth-child(2) { animation-delay: 2100ms; }
@keyframes nsTravel { 0% { offset-distance: 0%; opacity: 0; } 12% { opacity: 0.9; } 80% { opacity: 0.9; } 100% { offset-distance: 100%; opacity: 0; } }
.ns-flow { display: none; }
.ns-opening[data-beat="1"] .ns-flow-own, .ns-opening[data-beat="2"] .ns-flow-own { display: inline; }
.ns-opening[data-beat="2"] .ns-flow-rail, .ns-opening[data-beat="3"] .ns-flow-rail, .ns-opening[data-beat="4"] .ns-flow-rail { display: inline; }
.ns-opening[data-beat="1"] .ns-owner-pressure, .ns-opening[data-beat="2"] .ns-owner-pressure { animation: nsPressure 2600ms ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes nsPressure { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.055); } }
@media (prefers-reduced-motion: reduce) { .ns-dot, .ns-owner-pressure { animation: none !important; } .ns-flow { display: none !important; } }
.ns-opening.ns-reduced .ns-dot, .ns-opening.ns-reduced .ns-owner-pressure { animation: none; }
.ns-opening.ns-reduced .ns-flow { display: none; }

/* r22q: words hug toward center to match the graphic */
@media (min-width: 900px){ .ns-beat{ margin-left: clamp(0px, 8vw, 150px); } .ns-opening .ns-beat-1{ margin-left: 0; } }

/* r22r: mobile - text stands out over the network without moving either */
@media (max-width: 899px){
  .ns-beat p{ text-shadow: 0 2px 18px rgba(11,21,37,0.95), 0 0 42px rgba(11,21,37,0.85), 0 0 80px rgba(11,21,37,0.7); }
  .ns-open-visual{ opacity: 0.5; }
  .ns-opening[data-beat="4"] .ns-open-visual{ opacity: 0.62; }
}
