:root {
  --navy-950: #102d38;
  --navy-900: #173b47;
  --navy-850: #1d4651;
  --navy-800: #285561;
  --burgundy-700: #b84c32;
  --burgundy-600: #cf5b3d;
  --burgundy-100: #f1ded5;
  --warm-50: #f2eee6;
  --white: #ffffff;
  --grey-50: #e8e4dc;
  --grey-100: #dfd9cf;
  --grey-200: #cec6b9;
  --grey-400: #8b8b83;
  --grey-600: #5d625e;
  --grey-700: #3f4846;
  --text: #20302f;
  --text-muted: #5c6662;
  --text-dark-muted: #c7d1cd;
  --success: #17633b;
  --danger: #9a2632;
  --font-sans: Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Aptos Display", Avenir, "Segoe UI", system-ui, sans-serif;
  --shell: 1180px;
  --narrow: 840px;
  --radius-sm: 3px;
  --radius: 5px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 0 rgba(16, 24, 39, 0.05);
  --shadow: 0 12px 32px rgba(16, 24, 39, 0.08);
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 18px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 72px;
  --space-8: 104px;
  --focus: 3px solid #d9a4aa;
  --motion-fast: 160ms;
  --motion-slow: 720ms;
  --z-header: 100;
  --z-menu: 110;
  --z-floating: 80;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-50); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { color: var(--text); font-family: var(--font-display); font-weight: 680; letter-spacing: -0.035em; }
h3, h4 { color: var(--text); font-weight: 690; letter-spacing: -0.018em; }
h1 { font-size: clamp(2.7rem, 6.5vw, 5.6rem); line-height: 0.98; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; }
h3 { margin-bottom: 10px; font-size: 1.2rem; line-height: 1.3; }
h4 { margin-bottom: 8px; font-size: 0.92rem; line-height: 1.4; }
p { margin-bottom: 16px; color: var(--text-muted); }
ul { margin-top: 0; }

:focus-visible { outline: var(--focus); outline-offset: 3px; }
.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: 10px; left: 10px; z-index: 999; transform: translateY(-160%); padding: 11px 16px; border-radius: var(--radius-sm); background: var(--white); color: var(--navy-900); font-weight: 750; }
.skip-link:focus { transform: none; }

.section { padding: clamp(76px, 8vw, 118px) 24px; }
.section-shell, .hero-inner, .nav-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), var(--narrow)); margin-inline: auto; }
.section-muted, .advisory-section { background: #e9e4da; }
.section-heading { max-width: 780px; margin-bottom: 52px; padding-left: 22px; border-left: 2px solid var(--burgundy-700); }
.section-heading.centered { margin-inline: 0; text-align: left; }
.section-heading > p:last-child { max-width: 64ch; }
.section-action { margin-top: 34px; text-align: center; }
.eyebrow { margin-bottom: 15px; color: #e7a38f; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.02em; text-transform: none; }
.eyebrow-dark { color: var(--burgundy-700); }

.site-header { position: sticky; top: 0; z-index: var(--z-header); border-bottom: 1px solid var(--grey-200); background: rgba(242, 238, 230, 0.95); backdrop-filter: blur(14px); transition: box-shadow 240ms, background 240ms; }
.site-header.scrolled { background: rgba(242, 238, 230, 0.99); box-shadow: 0 8px 24px rgba(23,59,71,.08); }
.nav-shell { min-height: 70px; display: flex; align-items: center; gap: 26px; }
.wordmark { color: var(--navy-900); font-size: 1.24rem; font-weight: 830; letter-spacing: -0.04em; text-decoration: none; white-space: nowrap; }
.wordmark span { color: var(--burgundy-600); }
.desktop-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.desktop-nav a, .footer-links a { position: relative; color: var(--grey-700); font-size: 0.84rem; font-weight: 680; text-decoration: none; transition: color var(--motion-fast); }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--burgundy-700); }
.desktop-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.menu-button { width: 46px; height: 46px; display: none; margin-left: auto; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--grey-200); border-radius: var(--radius-sm); background: var(--white); cursor: pointer; }
.menu-button span { width: 20px; height: 2px; background: var(--navy-900); }
.mobile-menu { display: none; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid var(--burgundy-700); border-radius: 0; background: var(--burgundy-700); color: var(--white); font-size: 0.82rem; font-weight: 800; letter-spacing: .04em; line-height: 1.3; text-decoration: none; cursor: pointer; transition: background var(--motion-fast), border-color var(--motion-fast), transform var(--motion-fast); }
.button:hover { border-color: var(--burgundy-600); background: var(--burgundy-600); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 9px 14px; }
.button-secondary-dark { border-color: #526174; background: transparent; color: var(--white); }
.button-secondary-dark:hover { border-color: #738195; background: rgba(255,255,255,0.06); }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy-900); }
.button-light:hover { border-color: var(--grey-100); background: var(--grey-100); }
.button-outline { border-color: var(--navy-900); background: transparent; color: var(--navy-900); }
.button-outline:hover { background: var(--navy-900); color: var(--white); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--burgundy-700); font-weight: 760; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.tertiary-link { display: inline-flex; margin-top: 26px; color: var(--text-dark-muted); font-size: 0.9rem; font-weight: 650; text-underline-offset: 5px; }

.hero { overflow: hidden; background: #102d38; color: var(--white); }
.hero-inner { min-height: calc(100vh - 70px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: 0; align-items: stretch; padding-block: 0; }
.hero h1, .hero h2, .hero h3 { color: var(--white); }
.hero-copy { min-width: 0; max-width: 760px; position: relative; z-index: 2; align-self: center; padding: clamp(56px, 7vw, 96px) clamp(34px, 5vw, 78px) clamp(56px, 7vw, 88px) 0; }
.hero-lockup { width: 100%; display: flex; align-items: baseline; margin-bottom: 15px; color: var(--white); font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(3.65rem, 5vw, 5.8rem); font-stretch: condensed; font-weight: 900; letter-spacing: -.075em; line-height: .84; white-space: nowrap; }
.hero-lockup b { margin-left: .06em; color: #e46b4a; font-size: 1.08em; }
.brand-subline { display: flex; gap: clamp(14px, 2vw, 28px); margin-bottom: 46px; color: #a9bbb9; font-size: .78rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.brand-subline b { color: #ef8a6e; font-weight: 700; }
.reference-hero .eyebrow { margin-bottom: 20px; color: #ef8a6e; font-size: .8rem; letter-spacing: .03em; text-transform: none; }
.reference-hero h1 { max-width: 15ch; margin-bottom: 22px; font-family: var(--font-display); font-size: clamp(2.6rem, 3.6vw, 4.15rem); font-weight: 620; line-height: 1.02; text-transform: none; }
.hero-lede { max-width: 57ch; margin-bottom: 34px; color: #a9aeb6; font-size: clamp(1rem, 1.35vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-primary { min-width: min(100%, 330px); min-height: 66px; justify-content: space-between; padding-inline: 26px; border-color: #d65a3a; background: #d65a3a; text-transform: none; letter-spacing: 0; }
.hero-primary small { color: #ffe2d8; font-size: .68rem; font-weight: 620; letter-spacing: .02em; }
.hero-explore { padding: 0 16px; color: #cbd0d6; font-size: .84rem; text-decoration-color: #555e69; }
.hero-visual { --rx: 0deg; --ry: 0deg; position: relative; min-height: 620px; overflow: hidden; border-top: 0; border-right: 1px solid #365965; border-bottom: 0; border-left: 1px solid #365965; background: radial-gradient(circle at 55% 49%, rgba(214,90,58,.2), transparent 27%), linear-gradient(120deg, #143440, #102a35); transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform 320ms ease-out, border-color 280ms; }
.hero-visual:hover { border-color: #48596f; }
.hero-visual p { position: absolute; right: 22px; bottom: 18px; left: 22px; z-index: 2; margin: 0; color: #aeb8c5; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.hero-visual b { color: #d47f8a; }
.x-grid { position: absolute; inset: -8%; opacity: 0.52; background-image: linear-gradient(#233247 1px, transparent 1px), linear-gradient(90deg, #233247 1px, transparent 1px); background-size: 46px 46px; transform: perspective(500px) rotateX(58deg) rotateZ(-8deg) scale(1.3); }
.x-mark { position: absolute; inset: 10%; filter: drop-shadow(0 24px 26px rgba(0,0,0,.38)); }
.x-mark span { position: absolute; top: 50%; left: 50%; width: 66%; height: 72px; border-radius: 2px; transform-origin: center; }
.x-mark span:first-child { z-index: 2; background: linear-gradient(90deg, #b9472d, #e06a48 52%, #9f3925); transform: translate(-50%, -50%) rotate(40deg); box-shadow: 5px 5px 0 #5f9b94; }
.x-mark span:last-child { z-index: 1; background: linear-gradient(90deg, #7d3427, #b94c34 48%, #652b22); transform: translate(-50%, -50%) rotate(-40deg); box-shadow: 5px 5px 0 #4f8781; }
.x-core { position: absolute; top: 50%; left: 50%; z-index: 4; width: 16px; height: 16px; border-radius: 50%; background: #ffd0bb; box-shadow: 0 0 14px #ec8264, 0 0 42px rgba(214,90,58,.7); transform: translate(-50%, -50%); }
.orbit { position: absolute; inset: 18%; border: 1px solid rgba(216,224,233,.22); border-radius: 50%; transform: rotate(24deg); }
.orbit-two { inset: 29% 10%; border-color: rgba(195,66,80,.36); transform: rotate(-31deg); }

.credibility { padding: 82px 24px; background: var(--white); }
.statement { max-width: 22ch; }
.credibility-copy { max-width: 68ch; font-size: 1.05rem; }
.card-grid { display: grid; gap: 16px; }
.capability-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--grey-200); }
.capability-card { display: grid; grid-template-columns: 70px minmax(190px, .65fr) minmax(0, 1fr); gap: clamp(22px, 4vw, 64px); align-items: start; padding: 34px 0; border-top: 0; border-bottom: 1px solid var(--grey-200); }
.capability-card .card-number { margin: 3px 0 0; }
.capability-card h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.capability-card p { min-height: 0; }
.capability-card ul { grid-column: 3; }
.card, .info-card { padding: 30px 28px 34px 0; border: 0; border-top: 2px solid var(--navy-900); border-radius: 0; background: transparent; box-shadow: none; }
.card, .product-card, .person-card, .advisor-card, .info-card, .responsibility-grid article { transition: border-color 220ms ease, background 220ms ease; }
.card:hover, .product-card:hover, .person-card:hover, .advisor-card:hover, .info-card:hover, .responsibility-grid article:hover { border-color: var(--burgundy-700); box-shadow: none; transform: none; }
.card-number { display: block; margin-bottom: 32px; color: var(--burgundy-700); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; }
.card p { min-height: 72px; }
.card ul, .product-card ul, .legal-content ul, .method-detail ul, .split-layout ul { padding-left: 20px; color: var(--text-muted); }
.card li, .product-card li, .legal-content li, .method-detail li, .split-layout li { margin-bottom: 7px; }

.engagement-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--grey-200); border-left: 1px solid var(--grey-200); }
.product-card { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 44px); border: 0; border-right: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); border-radius: 0; background: var(--white); }
.product-card .card-number { margin-bottom: 18px; }
.product-card h3 { font-size: 1.45rem; }
.product-card h4 { margin-top: 12px; }
.product-card ul { margin-bottom: 24px; }
.product-card .text-link { margin-top: auto; }
.duration { padding: 15px; border-left: 3px solid var(--burgundy-700); background: #f3e4dc; font-size: 0.88rem; }
.duration strong, .deliverable strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }

.section-split { background: var(--white); }
.split-layout, .editorial-grid, .join-status, .praxis-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(38px, 8vw, 110px); align-items: start; }
.proof-note, .status-card { padding: 30px; border: 1px solid var(--grey-200); border-radius: var(--radius); background: var(--warm-50); }
.proof-note p:last-child, .status-card p:last-child { margin-bottom: 0; }

.process-section, .contact-section, .page-hero, .not-found { background: var(--navy-950); color: var(--white); }
.process-section h2, .process-section h3, .process-section h4, .contact-section h2, .page-hero h1, .not-found h1 { color: var(--white); }
.process-section p, .contact-section p, .page-hero p, .not-found p { color: var(--text-dark-muted); }
.method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid #344256; border-left: 1px solid #344256; list-style: none; }
.method-grid > li { padding: 30px; border: 0; border-right: 1px solid #344256; border-bottom: 1px solid #344256; background: transparent; }
.method-grid > li > span { display: block; margin-bottom: 30px; color: #d78b94; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; }
.compact-method { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.compact-method > li { min-height: 230px; }
.method-detail { margin-top: 22px; padding-top: 22px; border-top: 1px solid #304056; }
.method-detail ul { color: var(--text-dark-muted); }
.deliverable { margin-top: 22px; padding: 14px; background: #1c2a3e; }

.safeguard-grid, .governance-grid, .responsibility-grid, .problem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--grey-200); border-left: 1px solid var(--grey-200); }
.safeguard-grid article, .governance-grid article, .responsibility-grid article, .problem-grid article { padding: 26px; border: 0; border-right: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); border-radius: 0; background: var(--white); }
.review-note, .legal-status { margin-top: 24px; padding: 14px 16px; border-left: 3px solid var(--burgundy-700); background: var(--burgundy-100); color: #6f2630; font-size: 0.86rem; font-weight: 650; }

.team-grid { display: grid; gap: 18px; }
.founders-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.core-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.group-heading { margin: 0 0 22px; font-size: 1.45rem; }
.group-heading:not(:first-child) { margin-top: 62px; }
.person-card { overflow: hidden; border: 0; border-top: 2px solid var(--navy-900); border-radius: 0; background: transparent; box-shadow: none; }
.person-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--grey-100); color: var(--grey-600); }
.person-photo > span { position: absolute; inset: 0; display: grid; place-items: center; font-size: 1.5rem; font-weight: 800; }
.person-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.person-photo img.failed, .advisor-photo img.failed { display: none; }
.person-photo.initials { display: grid; place-items: center; font-size: 1.5rem; font-weight: 800; }
.person-body { padding: 24px; }
.person-body h3 { margin-bottom: 3px; }
.person-body p { margin-bottom: 8px; font-size: 0.9rem; }
.person-body .role { color: var(--burgundy-700); font-weight: 760; }
.person-body a { display: inline-block; margin-top: 12px; color: var(--text); font-size: 0.9rem; font-weight: 750; text-underline-offset: 4px; }
.compact .person-photo { aspect-ratio: 1 / 1; }
.compact .person-body { padding: 20px; }
.experience-label { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--grey-200); color: var(--text); font-size: 0.72rem !important; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.experience-label.previous { margin-top: 12px; padding-top: 0; border-top: 0; }
.company-experience { display: flex; flex-wrap: wrap; gap: 7px; }
.company-chip { min-height: 36px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid var(--grey-200); border-radius: 2px; background: var(--grey-50); color: var(--grey-700); font-size: 0.72rem; font-weight: 720; }
.company-chip img { width: 22px; height: 22px; object-fit: contain; }
.company-experience-compact .company-chip { padding-right: 8px; }

.advisor-grid { display: grid; gap: 0; border-top: 1px solid var(--grey-200); border-left: 1px solid var(--grey-200); }
.full-advisor-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.featured-advisor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.advisor-card { min-height: 248px; display: flex; align-items: center; flex-direction: column; padding: 24px 18px; border: 0; border-right: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); border-radius: 0; background: var(--white); box-shadow: none; text-align: center; }
.advisor-photo { position: relative; width: 104px; height: 104px; flex: 0 0 104px; overflow: hidden; border-radius: 50%; background: var(--grey-100); color: var(--grey-600); }
.advisor-photo > span { position: absolute; inset: 0; display: grid; place-items: center; font-size: 0.9rem; font-weight: 800; }
.advisor-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.advisor-photo.initials { display: grid; place-items: center; font-size: 0.95rem; font-weight: 800; }
.advisor-card h3 { min-height: 2.6em; display: grid; place-items: center; margin: 15px 0 10px; font-size: 1rem; }
.advisor-company { min-width: 58px; height: 42px; display: grid; place-items: center; margin-top: auto; padding: 6px 10px; border-top: 1px solid var(--grey-200); border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; background: transparent; }
.advisor-company img { width: auto; max-width: 74px; height: 28px; object-fit: contain; }
.disclaimer { max-width: 88ch; margin: 24px 0 0; font-size: 0.79rem; }
.missing-photo-note { margin-top: 48px; padding: 24px; border: 1px solid var(--grey-200); border-radius: var(--radius); background: var(--white); }
.missing-photo-note h2 { font-size: 1.3rem; }
.missing-photo-note p { margin-bottom: 0; }

.contact-cta { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.contact-cta > div { max-width: 760px; }
.join-invitation { padding: 22px 24px; border-top: 1px solid var(--grey-200); background: var(--white); }
.join-invitation .section-shell { display: flex; justify-content: space-between; gap: 24px; }
.join-invitation p { margin: 0; color: var(--text); }
.join-invitation a { color: var(--burgundy-700); font-weight: 750; }

.page-hero { padding: 76px 24px 84px; border-bottom: 5px solid var(--burgundy-700); }
.page-hero .section-shell { max-width: var(--shell); }
.page-hero h1 { max-width: 980px; margin-bottom: 24px; }
.page-lede { max-width: 76ch; margin-bottom: 0; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.breadcrumbs { margin-bottom: 50px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { color: #9eabba; font-size: 0.8rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #69778a; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; color: #c9d1dc; text-underline-offset: 4px; }

.two-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.info-card h2 { font-size: 1.65rem; }
.expectation-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; background: #2b394c; list-style: none; }
.expectation-list li { min-height: 100px; display: grid; place-items: center; padding: 18px; background: var(--navy-850); color: var(--white); font-weight: 720; text-align: center; }
.status-card span { display: block; margin-bottom: 8px; color: var(--burgundy-700); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.status-card strong { display: block; margin-bottom: 12px; font-size: 1.2rem; }

.join-grid, .contact-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr); gap: clamp(42px, 8vw, 105px); align-items: start; }
.form-card { padding: clamp(24px, 4vw, 40px); border: 1px solid var(--grey-200); border-radius: 0; background: var(--white); box-shadow: none; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-field { margin-bottom: 19px; }
.form-field label { display: block; margin-bottom: 7px; color: var(--text); font-size: 0.9rem; font-weight: 720; }
.optional { margin-left: 5px; color: var(--text-muted); font-size: 0.75rem; font-weight: 520; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bdc5cf; border-radius: var(--radius-sm); background: var(--white); color: var(--text); }
.form-field textarea { min-height: 124px; resize: vertical; }
.form-field input[type="file"] { height: auto; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #929eab; }
.form-field [aria-invalid="true"] { border-color: var(--danger); }
.field-help, .field-error { margin: 5px 0 0; font-size: 0.78rem; line-height: 1.45; }
.field-error { min-height: 1.1em; color: var(--danger); font-weight: 650; }
.consent-field { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin: 4px 0 0; }
.consent-field input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--burgundy-700); }
.consent-field label { color: var(--grey-700); font-size: 0.83rem; }
.form-card button[disabled] { opacity: 0.68; cursor: wait; transform: none; }
.form-status { min-height: 1.5em; margin: 15px 0 0; font-size: 0.88rem; font-weight: 650; }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }
.contact-details { display: grid; gap: 1px; margin: 28px 0 0; font-style: normal; background: var(--grey-200); }
.contact-details div { padding: 18px 20px; background: var(--white); }
.contact-details span { display: block; margin-bottom: 4px; color: var(--text-muted); font-size: 0.7rem; font-weight: 780; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-details a { color: var(--text); font-weight: 680; overflow-wrap: anywhere; }

.legal-content { max-width: 820px; }
.legal-content h2 { margin-top: 46px; font-size: 1.6rem; }
.legal-content h2:first-of-type { margin-top: 34px; }
.legal-content p, .legal-content li { font-size: 1rem; }
.legal-status { margin-top: 0; }

.not-found { min-height: calc(100vh - 70px); display: grid; align-items: center; padding: 80px 24px; }
.not-found .section-shell { max-width: 820px; }
.not-found p { max-width: 56ch; font-size: 1.1rem; }

.site-footer { padding: 58px 24px 30px; background: var(--navy-950); color: var(--white); }
.footer-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 38px; align-items: start; }
.wordmark-dark { color: var(--white); }
.site-footer p { margin: 12px 0 0; color: var(--text-dark-muted); font-size: 0.85rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 22px; }
.footer-links a { color: var(--text-dark-muted); }
.footer-links a:hover { color: var(--white); }
.footer-note, .copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #26354a; }
.copyright { margin-top: -18px !important; padding-top: 0; border-top: 0; }
.back-to-top { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: var(--z-floating); width: 46px; height: 46px; border: 1px solid var(--grey-200); border-radius: 50%; background: var(--white); color: var(--navy-900); box-shadow: var(--shadow); cursor: pointer; }

.motion-ready .hero-copy > * { opacity: 0; transform: translateY(18px); transition: opacity 720ms cubic-bezier(.2,.7,.2,1), transform 720ms cubic-bezier(.2,.7,.2,1); }
.motion-ready .hero-copy.hero-entered > * { opacity: 1; transform: none; }
.motion-ready .hero-copy > :nth-child(2) { transition-delay: 80ms; }
.motion-ready .hero-copy > :nth-child(3) { transition-delay: 150ms; }
.motion-ready .hero-copy > :nth-child(4) { transition-delay: 220ms; }
.motion-ready .hero-copy > :nth-child(5) { transition-delay: 290ms; }
.motion-ready .hero-copy > :nth-child(6) { transition-delay: 360ms; }
.motion-ready .hero-copy > :nth-child(7) { transition-delay: 430ms; }
.motion-ready .hero-visual { opacity: 0; transform: perspective(900px) translateX(30px) rotateX(var(--rx)) rotateY(var(--ry)); transition: opacity 900ms 120ms, transform 900ms 120ms cubic-bezier(.2,.7,.2,1); }
.motion-ready .hero-visual.hero-entered { opacity: 1; transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)); }
.text-link span, .tertiary-link span, .join-invitation a span { display: inline-block; transition: transform var(--motion-fast); }
.text-link:hover span, .tertiary-link:hover span, .join-invitation a:hover span { transform: translateX(5px); }

@media (min-width: 1051px) {
  .full-advisor-grid .advisor-card:nth-last-child(2) { grid-column: 2; }
}

@media (max-width: 1120px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 0.78rem; }
  .nav-shell { gap: 16px; }
}

@media (max-width: 1050px) {
  .full-advisor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compact-method, .safeguard-grid, .governance-grid, .responsibility-grid, .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .core-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .expectation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: flex; }
  .mobile-menu { position: fixed; top: 70px; right: 0; bottom: 0; left: 0; z-index: var(--z-menu); overflow-y: auto; padding: 18px 24px calc(28px + env(safe-area-inset-bottom)); background: var(--white); }
  .mobile-menu:not([hidden]) { display: flex; flex-direction: column; }
  .mobile-menu > a:not(.button) { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--grey-200); color: var(--text); font-size: 1.08rem; font-weight: 720; text-decoration: none; }
  .mobile-menu .button { margin-top: 22px; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-block: 70px; }
  .hero-copy { padding: 0; }
  .hero-visual { width: min(100%, 580px); min-height: 390px; }
  .featured-advisor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .join-grid, .contact-grid { grid-template-columns: 1fr; }
  .form-card { max-width: 720px; }
}

@media (max-width: 760px) {
  :root { --space-8: 76px; }
  .capability-grid, .engagement-product-grid, .method-grid, .two-card-grid, .editorial-grid, .join-status, .split-layout, .praxis-layout { grid-template-columns: 1fr; }
  .capability-card { grid-template-columns: 46px minmax(0, 1fr); gap: 16px; }
  .capability-card p, .capability-card ul { grid-column: 2; }
  .founders-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .core-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .full-advisor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card p { min-height: auto; }
  .contact-cta { align-items: start; flex-direction: column; }
  .join-invitation .section-shell { align-items: start; flex-direction: column; gap: 6px; }
  .footer-shell { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-note, .copyright { grid-column: auto; }
}

@media (max-width: 520px) {
  .section-shell, .hero-inner, .nav-shell, .narrow, .footer-shell { width: min(calc(100% - 32px), var(--shell)); }
  .section, .page-hero { padding-inline: 16px; }
  .hero-inner { padding-block: 56px 64px; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .hero-lockup { max-width: 100%; font-size: clamp(2.9rem, 13.5vw, 4rem); letter-spacing: -.065em; }
  .brand-subline { margin-bottom: 38px; font-size: .67rem; letter-spacing: .25em; }
  .reference-hero .eyebrow { max-width: 28ch; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-primary small { display: none; }
  .hero-visual { min-height: 320px; }
  .x-mark span { height: 48px; }
  .page-hero { padding-block: 54px 64px; }
  .breadcrumbs { margin-bottom: 34px; }
  .founders-grid { grid-template-columns: 1fr; }
  .advisor-grid { gap: 10px; }
  .advisor-card { min-height: 222px; padding: 18px 10px; }
  .advisor-photo { width: 86px; height: 86px; flex-basis: 86px; }
  .advisor-card h3 { font-size: 0.9rem; }
  .advisor-company { height: 38px; }
  .advisor-company img { max-width: 64px; height: 24px; }
  .safeguard-grid, .governance-grid, .responsibility-grid, .problem-grid, .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 22px 18px; }
  .expectation-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .motion-ready .hero-copy > *, .motion-ready .hero-visual { opacity: 1; transform: none; }
  .hero-visual { transform: none !important; }
}
