:root {
  --ink: #17191b;
  --muted: #6f6b64;
  --blue: #07576d;
  --blue-deep: #102c36;
  --teal: #0d7083;
  --gold: #bd7714;
  --gold-soft: #c99958;
  --canvas: #f9f7f1;
  --paper: #fffdfa;
  --line: #d9d2c7;
  --dark: #202322;
  --serif: Didot, "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); font-size: 15px; }
body.dialog-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.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; z-index: 100; top: 10px; left: 10px; transform: translateY(-180%); background: #fff; color: var(--ink); padding: 11px 16px; border: 1px solid var(--gold); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }

.eyebrow { margin: 0; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.section-heading { text-align: center; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: 2px; }
.section-heading > span { display: block; width: 32px; height: 1px; margin: 10px auto 20px; background: var(--gold); }
.section-heading.align-left { text-align: left; }
.section-heading.align-left > span { margin-left: 0; }
.section-heading.compact h2 { font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: 2px; }
.section-heading.compact p { margin: 5px 0 16px; color: var(--muted); font-family: var(--serif); font-size: 10px; }

.site-header { z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 30px; }
.home-header { position: absolute; inset: 0 0 auto; background: transparent; }
.inner-header { position: relative; max-width: 1320px; margin: 0 auto; background: var(--canvas); border-bottom: 1px solid rgba(189,119,20,.15); }
.brand { display: flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; }
.brand img { width: 24px; height: 24px; }
.brand strong { font-size: 9px; letter-spacing: 2px; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { font-size: 9px; text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle svg, .text-link svg, .sector-card svg, .thinking-card svg, .site-footer svg, .page-cards svg, .related svg, .rail-cta svg, .sitemap-grid svg, .explore-grid svg, .share-bar svg, .methodology svg, .author-card svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.home-body { background: var(--canvas); }
.home-stage { display: grid; grid-template-columns: 49% 51%; width: 100%; min-height: 100vh; margin: 0; background: var(--canvas); }
.left-column { border-right: 1px solid rgba(189,119,20,.32); }
.hero { position: relative; height: 470px; overflow: hidden; background: var(--canvas); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg,rgba(249,247,241,.99) 0%,rgba(249,247,241,.94) 34%,rgba(249,247,241,.18) 74%,rgba(249,247,241,0) 100%), var(--hero-image); background-size: cover; background-position: center; }
.hero-copy { position: relative; z-index: 2; width: 60%; min-width: 410px; padding: 84px 30px 30px 50px; }
.hero h1 { margin: 0 0 14px; font-family: var(--serif); font-size: 54px; font-weight: 400; line-height: .94; letter-spacing: 5.5px; -webkit-font-smoothing: antialiased; }
.tagline { margin: 0 0 7px; color: var(--blue); font-size: 13px; font-weight: 400; letter-spacing: 2px; white-space: nowrap; }
.descriptor { margin: 0; font-size: 9.5px; letter-spacing: 1.2px; white-space: nowrap; }
.intro { max-width: 315px; margin: 17px 0 22px; font-size: 12px; line-height: 1.75; }
.actions { display: flex; gap: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; font-size: 8px; font-weight: 700; letter-spacing: 1px; cursor: pointer; }
.button.primary { color: #fff; background: var(--blue); }
.button.primary:hover { background: #06475a; }
.button.secondary { color: var(--gold); background: rgba(255,255,255,.9); border-color: #cfc2b3; }

.journey { height: 230px; padding: 18px 34px 12px; background: var(--canvas); }
.journey .section-heading > span { margin-bottom: 12px; }
.journey-track { position: relative; display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 4px; margin-top: 18px; }
.journey-track::before { content: ""; position: absolute; top: 23px; left: 5%; right: 5%; height: 1px; background: #cfb88e; }
.milestone { z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; }
.milestone-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #cfb88e; border-radius: 50%; background: var(--canvas); color: var(--blue-deep); font-family: var(--serif); font-size: 10px; }
.milestone.today .milestone-icon { color: var(--gold); border-color: var(--gold); }
.milestone b { max-width: 74px; margin-top: 8px; font-size: 7px; line-height: 1.2; letter-spacing: .45px; text-transform: uppercase; }
.milestone small { margin-top: 3px; color: var(--muted); font-size: 6.5px; }
.journey-note { margin: 10px 0 0; color: #625e58; text-align: center; font-family: var(--serif); font-size: 9px; line-height: 1.35; }

.thinking { height: 310px; padding: 20px 26px 24px; background: var(--canvas); }
.thinking .section-heading h2 { font-size: 15px; }
.thinking .section-heading > span { margin-bottom: 14px; }
.thinking-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; height: 232px; }
.thinking-card { position: relative; min-width: 0; overflow: hidden; background: #10212a; }
.thinking-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(180deg,rgba(5,13,17,.22),rgba(5,13,17,.94)), var(--card-image); background-size: cover; background-position: center; transition: transform .5s ease; }
.thinking-card:hover::before { transform: scale(1.035); }
.thinking-card a { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; padding: 18px 16px 13px; color: #fff; text-decoration: none; }
.thinking-card small { align-self: flex-start; padding: 4px 6px; color: #fff; background: var(--blue); font-size: 6.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.thinking-card h3 { margin: 15px 0 8px; font-family: var(--serif); font-size: 15px; font-weight: 400; line-height: 1.13; }
.thinking-card p { margin: 0; color: rgba(255,255,255,.8); font-size: 8px; line-height: 1.45; }
.thinking-card span { display: flex; align-items: center; gap: 5px; margin-top: auto; color: #fff; font-size: 6.5px; font-weight: 700; letter-spacing: .8px; }
.thinking-card span svg { width: 13px; height: 13px; }

.philosophy { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; height: 185px; padding: 36px 38px 24px; background: var(--canvas); }
.philosophy blockquote { grid-column: 1/-1; align-self: start; margin: 0; text-align: center; color: #5d5a55; font-family: var(--serif); font-size: 24px; font-weight: 700; font-style: italic; }
.founder-lockup { display: flex; align-items: center; gap: 10px; }
.founder-lockup span { display: flex; flex-direction: column; gap: 4px; }
.founder-lockup b { font-family: var(--serif); font-size: 10px; letter-spacing: 1.5px; }
.founder-lockup small { font-size: 6px; letter-spacing: 1px; }
.signature { justify-self: end; object-fit: contain; width: 120px; height: 48px; }

.build { height: 410px; padding: 16px 25px 20px; background: var(--canvas); }
.build .section-heading > span { margin-bottom: 10px; }
.sector-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-rows: repeat(2,1fr); gap: 8px; height: 342px; }
.sector-card { position: relative; min-width: 0; overflow: hidden; color: #fff; text-decoration: none; }
.sector-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(180deg,rgba(5,13,17,.05),rgba(5,13,17,.78)), var(--sector-image); background-position: center; background-size: cover; transition: transform .5s ease; }
.sector-card:hover::before { transform: scale(1.035); }
.sector-card > span { position: absolute; inset: auto 14px 13px; display: flex; flex-direction: column; gap: 5px; text-shadow: 0 1px 5px rgba(0,0,0,.65); }
.sector-card b { max-width: 150px; font-family: var(--serif); font-size: 14px; font-weight: 400; line-height: 1.08; letter-spacing: .3px; text-transform: uppercase; }
.sector-card small { max-height: 0; overflow: hidden; opacity: 0; font-size: 7px; line-height: 1.35; transition: .25s ease; }
.sector-card:hover small, .sector-card:focus small { max-height: 40px; opacity: 1; }

.legacy-companies { position: relative; height: 290px; padding: 10px 25px 18px; background: var(--canvas); }
.legacy-companies .section-heading > span { margin-bottom: 9px; }
.legacy-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 7px; }
.legacy-card { position: relative; min-width: 0; padding: 0 0 14px; border: 1px solid #ddd7cf; background: #faf8f3; text-align: left; cursor: pointer; }
.legacy-image { display: block; height: 153px; background-image: var(--legacy-image); background-size: cover; background-position: center; }
.legacy-card b, .legacy-card small { display: block; padding: 0 9px; }
.legacy-card b { margin-top: 8px; color: var(--blue); font-size: 8px; letter-spacing: .8px; }
.legacy-card small { margin-top: 4px; color: var(--muted); font-size: 6.5px; }
.legacy-card i { position: absolute; right: 7px; bottom: 4px; font-style: normal; }
.legacy-card:hover { border-color: rgba(189,119,20,.7); }

.case-dialog { width: min(760px,calc(100% - 36px)); padding: 46px; border: 0; background: var(--canvas); box-shadow: 0 25px 100px rgba(0,0,0,.35); }
.case-dialog::backdrop { background: rgba(7,17,23,.82); backdrop-filter: blur(3px); }
.case-dialog h2 { margin: 7px 0 28px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.dialog-close svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.case-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.case-columns h3 { margin: 0 0 7px; color: var(--gold); font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; }
.case-columns p { margin: 0; font-size: 12px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: 1px; text-decoration: none; }
.text-link svg { width: 16px; height: 16px; }

.ventures { min-height: 188px; padding: 20px 24px; border-top: 1px solid rgba(189,119,20,.16); background: var(--canvas); }
.venture-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); height: 100%; }
.venture-grid a { display: flex; min-width: 0; min-height: 148px; overflow: hidden; flex-direction: column; padding: 5px 10px; border-right: 1px solid rgba(189,119,20,.18); text-decoration: none; }
.venture-grid a:last-child { border-right: 0; }
.venture-wordmark { display: flex; min-width: 0; max-width: 100%; min-height: 43px; align-items: center; gap: 7px; overflow: hidden; color: var(--gold); }
.venture-wordmark i { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; font-style: normal; }
.venture-wordmark svg { display: block; width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.venture-logo-copy { display: block; min-width: 0; max-width: 100%; color: var(--gold); font-family: var(--serif); font-size: 13px; font-weight: 500; letter-spacing: 1.2px; line-height: 1.02; }
.venture-logo-copy span { display: block; }
.venture-wordmark--slate { gap: 5px; }
.venture-wordmark--slate i, .venture-wordmark--slate svg { width: 25px; height: 25px; }
.slate-copy { font-size: 7.3px; letter-spacing: .55px; white-space: nowrap; }
.slate-copy span { display: inline; padding: 0 1px; }
.plad-copy { font-family: Arial,sans-serif; font-size: 19px; letter-spacing: 4px; }
.plad-copy small { display: block; padding-left: 2px; font-size: 5px; letter-spacing: 4.6px; text-align: center; }
.venture-wordmark--plad { justify-content: center; text-align: center; }
.water-copy { font-size: 12px; line-height: .95; }
.aurify-copy { font-size: 14px; letter-spacing: 2.5px; }
.shepherd-copy { font-size: 12px; letter-spacing: .4px; }
.shul-copy { padding: 4px 5px; border: 1px solid currentColor; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .2px; line-height: .88; }
.venture-wordmark--shul i, .venture-wordmark--plad i { display: none; }
.venture-overview { display: block; margin-top: 8px; color: #3f4443; font-size: 9px; line-height: 1.42; }
.venture-link { margin-top: auto; color: var(--blue); font-size: 7px; font-weight: 700; letter-spacing: .7px; }
.venture-link svg { display: none; }

.explore { position: relative; min-height: 225px; margin: 0; padding: 18px 18px 30px; background: var(--canvas); }
.explore::before { content: ""; pointer-events: none; position: absolute; inset: 9px 8px 11px; border: .1px solid var(--gold); border-radius: 5px; }
.explore .section-heading { position: relative; z-index: 1; }
.explore-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 22px; width: min(100%,760px); margin: 0 auto; padding: 0 6px; }
.explore-grid > div { min-width: 0; }
.explore-grid h3 { display: flex; align-items: center; gap: 6px; margin: 0 0 10px; color: var(--blue-deep); font-size: 9px; letter-spacing: .7px; text-transform: uppercase; }
.explore-grid h3 svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--gold); stroke-width: 1.35; }
.explore-grid a { display: block; margin: 0 0 6px; color: #3f4443; font-size: 8px; line-height: 1.3; text-decoration: none; }
.explore-grid a:hover { color: var(--blue); text-decoration: underline; }
.explore-grid .explore-all { margin-top: 10px; color: var(--blue); font-size: 7.5px; font-weight: 700; letter-spacing: .7px; }

.site-footer { color: #fff; background: var(--dark); }
.home-footer { grid-column: 1/-1; }
.site-footer { display: grid; grid-template-columns: 1.1fr 1fr .55fr; gap: 60px; padding: 34px 70px 23px; }
.footer-brand { display: flex; gap: 16px; color: #fff; text-decoration: none; }
.footer-brand img { width: 52px; height: 52px; filter: brightness(0) invert(1); }
.footer-brand span { display: flex; flex-direction: column; gap: 6px; max-width: 245px; }
.footer-brand b { font-family: var(--serif); font-size: 14px; }
.footer-brand small { color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; }
.footer-links > b, .footer-connect > b { display: block; margin-bottom: 13px; font-size: 8px; letter-spacing: 1px; }
.footer-links > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px 18px; }
.footer-links a { color: rgba(255,255,255,.75); font-size: 8px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-connect > div { display: flex; gap: 10px; }
.footer-connect a { display: grid; place-items: center; width: 31px; height: 31px; color: #fff; border: 1px solid rgba(255,255,255,.22); }
.footer-connect svg { width: 17px; height: 17px; }
.footer-legal { grid-column: 1/-1; display: flex; justify-content: center; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 8px; }
.footer-legal a { color: inherit; text-decoration: none; }

.admin-trigger { position: fixed; z-index: 50; right: 20px; bottom: 20px; width: 45px; height: 45px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.2); cursor: pointer; }
.admin-panel { position: fixed; z-index: 60; top: 0; right: 0; width: min(400px,100%); height: 100vh; overflow: auto; padding: 42px 30px; background: var(--canvas); box-shadow: -15px 0 60px rgba(0,0,0,.25); }
.admin-panel h2 { margin: 8px 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.admin-panel > p:not(.eyebrow) { font-size: 12px; line-height: 1.6; }
.admin-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; padding: 9px; border: 0; background: transparent; }
.admin-close svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.admin-panel label { display: block; margin: 24px 0 8px; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.admin-panel .switch { display: flex; align-items: center; gap: 9px; }
.admin-panel select, .admin-panel button:not(.admin-close) { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); background: #fff; }
.admin-panel .admin-upload { color: var(--gold); border-color: var(--gold); }
.admin-panel .admin-save { margin-top: 28px; color: #fff; border-color: var(--blue); background: var(--blue); }
.admin-notice { color: var(--blue); }
[data-edit].is-editing { outline: 1px dashed var(--gold); background: rgba(255,248,211,.45); }

/* Interior knowledge pages */
.page-hero { position: relative; min-height: 430px; overflow: hidden; color: #fff; background: var(--blue-deep); }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg,rgba(9,25,32,.96),rgba(9,25,32,.7) 56%,rgba(9,25,32,.2)), var(--page-image); background-size: cover; background-position: center; }
.page-hero.simple { min-height: 320px; }
.page-hero > div { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 76px 32px 70px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 64px; color: rgba(255,255,255,.62); font-size: 10px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs i { font-style: normal; opacity: .45; }
.page-hero .eyebrow { color: #efb75d; }
.page-hero h1 { max-width: 850px; margin: 13px 0 17px; font-family: var(--serif); font-size: clamp(44px,6vw,78px); font-weight: 400; line-height: .96; letter-spacing: .5px; }
.page-hero > div > p:last-child { max-width: 740px; margin: 0; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.65; }
.page-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(260px,.85fr); gap: 76px; max-width: 1180px; margin: 0 auto; padding: 80px 32px 88px; }
.page-article > section:not(.direct-answer):not(.faq) { margin: 0 0 54px; }
.page-article > section[id] { scroll-margin-top: 30px; }
.page-article h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.1; }
.page-article p { margin: 0 0 18px; color: #41413e; font-size: 16px; line-height: 1.82; }
.direct-answer { margin: 0 0 64px; padding: 30px 34px; border-left: 3px solid var(--gold); background: #f1eee7; }
.direct-answer .eyebrow { margin-bottom: 10px; }
.direct-answer p:last-child { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.share-bar { display: flex; align-items: center; gap: 8px; margin: -42px 0 58px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.share-bar > span { margin-right: 5px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 1.5px; }
.share-bar a, .share-bar button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); color: var(--blue); background: transparent; text-decoration: none; cursor: pointer; }
.share-bar a:hover, .share-bar button:hover { color: var(--gold); border-color: var(--gold); }
.share-bar svg { width: 15px; height: 15px; }
.share-bar button { position: relative; }
.share-bar button small { position: absolute; left: calc(100% + 8px); width: max-content; color: var(--muted); font-size: 7px; letter-spacing: .8px; }
.page-rail { min-width: 0; }
.page-rail > * { margin-bottom: 24px; }
.page-toc, .principles, .related { padding: 25px; border: 1px solid var(--line); background: #fbfaf6; }
.page-toc { position: sticky; top: 18px; }
.page-toc .eyebrow { margin-bottom: 15px; }
.page-toc a { display: block; padding: 8px 0; border-top: 1px solid rgba(217,210,199,.7); color: #474743; font-size: 10px; line-height: 1.35; text-decoration: none; }
.page-toc a:hover { color: var(--blue); }
.principles ul { margin: 17px 0 0; padding: 0; list-style: none; }
.principles li { padding: 10px 0; border-top: 1px solid rgba(217,210,199,.7); font-size: 12px; line-height: 1.4; }
.related a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 0; border-top: 1px solid rgba(217,210,199,.7); color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .3px; text-decoration: none; }
.related .eyebrow + a { margin-top: 15px; }
.related svg { width: 16px; height: 16px; flex: 0 0 auto; }
.rail-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 24px; color: #fff; background: var(--blue-deep); text-decoration: none; }
.rail-cta small, .rail-cta b { grid-column: 1; }
.rail-cta small { color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .5px; }
.rail-cta b { margin-top: 5px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.rail-cta svg { grid-column: 2; grid-row: 1/3; width: 22px; height: 22px; }
.faq { margin-top: 72px; }
.faq .eyebrow { margin-bottom: 10px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 19px 30px 19px 0; font-family: var(--serif); font-size: 18px; cursor: pointer; }
.faq details p { padding: 0 28px 18px 0; }
.methodology { padding: 27px 30px; border: 1px solid rgba(189,119,20,.34); background: #fbf8f0; }
.methodology .eyebrow { margin-bottom: 10px; }
.methodology p:not(.eyebrow) { margin-bottom: 12px; font-size: 12px; line-height: 1.65; }
.methodology a, .author-card a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .4px; text-decoration: none; }
.methodology svg, .author-card svg { width: 15px; height: 15px; }
.author-card { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; margin: 0 0 54px; padding: 27px 30px; color: #fff; background: var(--blue-deep); }
.author-card > img { width: 46px; height: 46px; filter: brightness(0) invert(1); }
.author-card .eyebrow { margin-bottom: 6px; color: #efb75d; }
.author-card b { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.author-card p:not(.eyebrow) { margin: 8px 0 12px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.author-card a { color: #fff; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 72px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .5px; text-transform: uppercase; }
.page-cards { max-width: 1180px; margin: 0 auto; padding: 0 32px 100px; }
.page-cards > .eyebrow { margin-bottom: 18px; }
.page-cards > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.page-cards a { display: flex; min-height: 210px; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: #fbfaf6; text-decoration: none; transition: transform .2s ease,border-color .2s ease; }
.page-cards a:hover { transform: translateY(-3px); border-color: var(--gold); }
.page-cards h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.08; }
.page-cards p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.page-cards span { display: flex; align-items: center; gap: 7px; margin-top: auto; color: var(--blue); font-size: 8px; font-weight: 700; letter-spacing: 1px; }
.page-cards svg { width: 15px; height: 15px; }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 48px 0 60px; padding: 32px; background: #f1eee7; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; }
.contact-form label.full { grid-column: 1/-1; }
.contact-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form label span { font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px; border: 1px solid #cfc8bd; background: #fff; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; min-width: 160px; }
.form-notice { align-self: center; margin: 0!important; color: var(--blue)!important; font-size: 12px!important; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; max-width: 1180px; margin: 0 auto; padding: 80px 32px 100px; }
.sitemap-grid section { padding: 28px; border: 1px solid var(--line); background: #fbfaf6; }
.sitemap-grid h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.sitemap-grid a { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-top: 1px solid rgba(217,210,199,.75); color: var(--blue); font-size: 11px; text-decoration: none; }
.sitemap-grid svg { width: 14px; height: 14px; }

@media (max-width: 1180px) {
  .venture-grid a { padding-inline: 7px; }
  .site-footer { gap: 38px; padding-inline: 40px; }
}

@media (max-width: 1020px) {
  .home-stage { display: flex; flex-direction: column; max-width: none; }
  .home-column { display: contents; }
  .left-column { border-right: 0; }
  .hero { order: 1; width: 100%; height: 650px; }
  .journey { order: 2; }
  .build { order: 3; }
  .legacy-companies { order: 4; }
  .ventures { order: 5; }
  .thinking { order: 6; }
  .explore { order: 7; }
  .philosophy { order: 8; }
  .home-footer { order: 9; }
  .hero-copy { width: 80%; padding-top: 96px; }
  .journey, .build, .legacy-companies, .ventures, .thinking, .explore, .philosophy { height: auto; }
  .journey { padding: 44px 24px 38px; overflow: hidden; }
  .journey-track { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px 12px; }
  .journey-track::before { display: none; }
  .journey-note { margin-top: 28px; font-size: 13px; }
  .build { padding: 42px 24px; }
  .sector-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; height: auto; }
  .sector-card { min-height: 245px; }
  .sector-card b { font-size: 20px; }
  .sector-card small { max-height: 50px; opacity: .85; font-size: 10px; }
  .legacy-companies { padding: 42px 24px; }
  .legacy-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
  .legacy-image { height: 250px; }
  .legacy-card b { font-size: 11px; }
  .legacy-card small { font-size: 9px; }
  .ventures { padding: 38px 24px; }
  .venture-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .venture-grid a { min-height: 128px; padding: 18px 14px; border-bottom: 1px solid rgba(189,119,20,.18); }
  .venture-grid b { font-size: 13px; }
  .venture-grid small { font-size: 9px; }
  .venture-link { font-size: 7px; }
  .thinking { padding: 42px 24px; }
  .thinking-grid { height: auto; }
  .thinking-card { min-height: 320px; }
  .thinking-card h3 { font-size: 24px; }
  .thinking-card p { font-size: 11px; }
  .thinking-card span { font-size: 8px; }
  .explore { padding: 45px 30px 55px; }
  .explore::before { inset: 18px 14px 23px; }
  .explore-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; width: 100%; padding: 0 10px; }
  .explore-grid h3 { font-size: 10px; }
  .explore-grid a { font-size: 10px; }
  .explore-grid .explore-all { font-size: 8px; }
  .philosophy { min-height: 210px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-connect { grid-column: 1/-1; }
  .page-layout { grid-template-columns: 1fr; gap: 40px; }
  .page-rail { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .page-rail > * { margin: 0; }
  .page-toc { position: static; }
}

@media (max-width: 720px) {
  body { font-size: 14px; }
  .site-header { min-height: 68px; padding: 0 20px; }
  .nav-toggle { display: block; }
  .site-header nav { position: absolute; z-index: 25; top: 60px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px; border: 1px solid var(--line); background: rgba(249,247,241,.98); box-shadow: 0 12px 35px rgba(0,0,0,.14); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 13px 4px; border-bottom: 1px solid rgba(217,210,199,.65); color: var(--ink); font-size: 11px; }
  .hero { min-height: 620px; height: auto; }
  .hero::before { background-image: linear-gradient(90deg,rgba(249,247,241,.97) 0%,rgba(249,247,241,.92) 46%,rgba(249,247,241,.18) 82%,rgba(249,247,241,0) 100%), var(--hero-image); background-position: 66% center; }
  .hero-copy { width: 100%; min-width: 0; padding: 106px 20px 48px; }
  .hero h1 { font-size: 48px; }
  .tagline { max-width: 310px; white-space: normal; line-height: 1.45; }
  .descriptor { max-width: 285px; white-space: normal; line-height: 1.5; }
  .intro { max-width: 300px; font-size: 13px; }
  .actions { flex-wrap: wrap; }
  .journey-track { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .milestone b { max-width: 120px; font-size: 9px; }
  .milestone small { font-size: 8px; }
  .thinking-grid { grid-template-columns: 1fr; }
  .thinking-card { min-height: 350px; }
  .thinking-card a { padding: 28px 24px 20px; }
  .thinking-card h3 { max-width: 360px; font-size: 29px; }
  .thinking-card p { max-width: 390px; font-size: 12px; }
  .philosophy { grid-template-columns: 1fr; gap: 20px; padding: 38px 24px 30px; }
  .philosophy blockquote { font-size: 24px; }
  .signature { justify-self: start; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 300px; }
  .legacy-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legacy-image { height: 225px; }
  .venture-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .slate-copy { font-size: 9px; letter-spacing: .9px; }
  .venture-wordmark--slate i, .venture-wordmark--slate svg { width: 28px; height: 28px; }
  .explore-grid { grid-template-columns: 1fr; }
  .explore-grid > div { padding-bottom: 18px; border-bottom: 1px solid rgba(189,119,20,.16); }
  .explore-grid h3 { font-size: 11px; }
  .explore-grid a { font-size: 11px; }
  .case-dialog { padding: 42px 24px 28px; }
  .case-columns { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; padding: 38px 24px 24px; }
  .footer-links > div { grid-template-columns: repeat(2,1fr); }
  .footer-connect { grid-column: auto; }
  .footer-legal { justify-content: flex-start; flex-wrap: wrap; }
  .page-hero { min-height: 470px; }
  .page-hero > div { padding: 52px 22px 55px; }
  .breadcrumbs { margin-bottom: 55px; }
  .page-hero h1 { font-size: 49px; }
  .page-hero > div > p:last-child { font-size: 14px; }
  .page-layout { padding: 55px 22px 70px; }
  .direct-answer { padding: 25px 24px; }
  .direct-answer p:last-child { font-size: 19px; }
  .page-article h2 { font-size: 30px; }
  .page-article p { font-size: 15px; }
  .share-bar { margin-top: -40px; }
  .author-card { grid-template-columns: 38px 1fr; padding: 24px; }
  .author-card > img { width: 38px; height: 38px; }
  .page-rail { grid-template-columns: 1fr; }
  .page-cards { padding: 0 22px 75px; }
  .page-cards > div { grid-template-columns: 1fr; }
  .page-cards a { min-height: 190px; }
  .contact-form { grid-template-columns: 1fr; padding: 24px; }
  .contact-form label.full { grid-column: auto; }
  .sitemap-grid { grid-template-columns: 1fr; padding: 55px 22px 80px; }
}

@media (max-width: 440px) {
  .hero h1 { font-size: 43px; }
  .actions .button { width: 100%; }
  .legacy-image { height: 190px; }
  .venture-grid a { min-height: 135px; padding: 15px 11px; }
  .explore { padding-inline: 22px; }
  .page-hero h1 { font-size: 42px; }
  .share-bar button small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
