:root {
  --night: #101827;
  --night-2: #172235;
  --ink: #182133;
  --ink-soft: #48566b;
  --ink-muted: #596579;
  --paper: #fbf8f1;
  --paper-2: #f2ebdd;
  --white: #ffffff;
  --gold: #b8943f;
  --gold-bright: #d7b75d;
  --teal: #156f6a;
  --teal-bright: #75d4ca;
  --line: rgba(24, 33, 51, 0.13);
  --line-dark: rgba(255, 255, 255, 0.13);
  --serif: 'Source Serif 4', Georgia, serif;
  --sans: 'Outfit', Arial, sans-serif;
  --mono: 'JetBrains Mono', Consolas, monospace;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 24px 70px rgba(16, 24, 39, 0.12);
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--teal-bright); outline-offset: 4px; border-radius: 6px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); background: var(--night); color: var(--white); padding: 10px 16px; z-index: 1000; }
.skip-link:focus { transform: none; }

.holdings-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 241, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.holdings-brand { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; }
.holdings-brand img { width: 46px; height: 46px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 17px; letter-spacing: 0.12em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: var(--ink-muted); font-family: var(--mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); background: rgba(184, 148, 63, 0.12); }
.desktop-nav .nav-cta { margin-left: 5px; padding-inline: 18px; background: var(--night); color: var(--white); }
.desktop-nav .nav-cta:hover, .desktop-nav .nav-cta.is-active { background: var(--teal); color: var(--white); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 14px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 20px; height: 2px; background: var(--ink); }
.mobile-menu nav { position: absolute; right: 0; top: 58px; width: min(300px, calc(100vw - 32px)); background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 12px; box-shadow: var(--shadow); }
.mobile-menu nav a { display: flex; align-items: center; min-height: 48px; padding: 0 14px; border-radius: 10px; font-weight: 650; }
.mobile-menu nav a:hover { background: var(--paper-2); }

.eyebrow { margin: 0 0 18px; color: var(--teal); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7.4vw, 96px); line-height: 0.98; letter-spacing: -0.045em; font-weight: 600; }
.display em, .section-title em { color: var(--gold); font-style: italic; }
.hero-lead { margin: 28px 0 0; max-width: 680px; color: var(--ink-soft); font-size: clamp(18px, 2.3vw, 24px); line-height: 1.55; }
.button-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid var(--night); border-radius: 999px; font-weight: 700; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--night); color: var(--white); }
.button.primary:hover { background: var(--teal); border-color: var(--teal); }
.button.light { border-color: var(--line-dark); background: var(--white); color: var(--night); }
.button.ghost { background: transparent; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 700; }
.text-link::after { content: '>'; font-family: var(--mono); }

.holdings-hero { min-height: 760px; display: grid; align-items: center; background: radial-gradient(circle at 80% 16%, rgba(85,199,187,.18), transparent 28%), radial-gradient(circle at 15% 85%, rgba(215,183,93,.18), transparent 30%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(48px, 8vw, 110px); align-items: center; padding-block: 110px; }
.hero-seal { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero-seal::before, .hero-seal::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid var(--line); }
.hero-seal::before { inset: 0; }
.hero-seal::after { inset: 12%; border-style: dashed; }
.hero-seal img { width: 58%; filter: drop-shadow(0 20px 35px rgba(16,24,39,.2)); }
.orbit-label { position: absolute; padding: 8px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.orbit-label.one { top: 8%; right: 2%; }
.orbit-label.two { bottom: 12%; left: -2%; }
.orbit-label.three { bottom: 2%; right: 8%; }

.section { padding-block: clamp(76px, 10vw, 132px); }
.section.dark { background: var(--night); color: var(--white); }
.section.warm { background: var(--paper-2); }
.section-title { margin: 0; max-width: 820px; font-family: var(--serif); font-size: clamp(36px, 5vw, 66px); font-weight: 600; line-height: 1.05; letter-spacing: -0.035em; }
.section-lead { margin: 22px 0 0; max-width: 720px; color: var(--ink-soft); font-size: clamp(17px, 2vw, 21px); }
.dark .section-lead { color: #b9c4d3; }
.dark .eyebrow, .dark .text-link { color: var(--teal-bright); }
.dark .prose p, .dark .prose li { color: #c1cbd8; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }

.parent-map { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.parent-statement { position: sticky; top: 120px; }
.parent-statement p { color: #b9c4d3; font-size: 19px; }
.company-stack { display: grid; gap: 14px; }
.stack-card { min-height: 150px; padding: 26px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.045); display: grid; grid-template-columns: 54px 1fr auto; gap: 20px; align-items: start; }
.stack-index { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(215,183,93,.5); color: var(--gold-bright); font-family: var(--mono); font-size: 11px; }
.stack-card h3 { margin: 0 0 7px; font-size: 23px; }
.stack-card p { margin: 0; color: #aeb9ca; }
.status { white-space: nowrap; color: var(--teal); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.dark .status, .venture.featured .status { color: var(--teal-bright); }

.card-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(16,24,39,.045); }
.card h3 { margin: 12px 0 10px; font-size: 24px; line-height: 1.15; }
.card p { margin: 0; color: var(--ink-soft); }
.card .mini { color: var(--teal); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.dark-card .mini { color: var(--teal-bright); }
.card .text-link { margin-top: 22px; }
.card.dark-card { background: var(--night-2); border-color: var(--line-dark); color: var(--white); }
.card.dark-card p { color: #b9c4d3; }

.venture-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.venture { grid-column: span 6; min-height: 330px; padding: clamp(28px, 4vw, 46px); border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.venture::after { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid var(--line); border-radius: 50%; right: -50px; top: -55px; }
.venture.featured { grid-column: span 8; background: var(--night); color: var(--white); }
.venture.side { grid-column: span 4; }
.venture h3 { margin: 16px 0 12px; font-family: var(--serif); font-size: clamp(30px, 4vw, 46px); line-height: 1; }
.venture p { margin: 0; max-width: 560px; color: var(--ink-soft); font-size: 17px; }
.venture.featured p { color: #bbc6d5; }
.venture .venture-link { min-height: 44px; display: flex; align-items: end; margin-top: auto; padding-top: 18px; font-weight: 700; color: var(--teal); }
.venture.featured .venture-link { color: var(--teal-bright); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--white); }
.proof-cell { padding: 28px; border-right: 1px solid var(--line); }
.proof-cell:last-child { border-right: 0; }
.proof-cell strong { display: block; font-family: var(--serif); font-size: 34px; line-height: 1; }
.proof-cell span { display: block; margin-top: 9px; color: var(--ink-muted); font-size: 13px; }
.proof-note { margin-top: 18px; color: var(--ink-muted); font-size: 13px; }

.page-hero { padding-block: clamp(90px, 12vw, 150px) clamp(64px, 8vw, 100px); background: radial-gradient(circle at 85% 20%, rgba(85,199,187,.15), transparent 27%), var(--paper); border-bottom: 1px solid var(--line); }
.page-hero .display { max-width: 980px; font-size: clamp(52px, 7vw, 88px); }
.breadcrumb { margin-bottom: 28px; color: var(--ink-muted); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumb a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; color: var(--teal); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 8vw, 100px); align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 56px 0 18px; font-family: var(--serif); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--ink-soft); font-size: 18px; }
.prose blockquote { margin: 36px 0; padding: 28px 30px; border-left: 4px solid var(--gold); background: var(--white); font-family: var(--serif); font-size: 26px; line-height: 1.4; }
.facts { display: grid; gap: 14px; }
.fact { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.55); }
.fact strong { display: block; margin-bottom: 6px; }
.fact span { color: var(--ink-muted); }

.timeline { position: relative; display: grid; gap: 20px; }
.timeline::before { content: ''; position: absolute; left: 24px; top: 24px; bottom: 24px; width: 1px; background: var(--line); }
.timeline-item { position: relative; padding: 24px 24px 24px 72px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.timeline-dot { position: absolute; left: 15px; top: 25px; width: 20px; height: 20px; border-radius: 50%; background: var(--paper); border: 5px solid var(--teal); }
.timeline-item h3 { margin: 0 0 8px; }
.timeline-item p { margin: 0; color: var(--ink-soft); }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.holdings-form { padding: clamp(24px, 5vw, 44px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); display: grid; gap: 20px; position: relative; }
.holdings-form label { display: grid; gap: 8px; color: var(--ink); font-weight: 650; }
.holdings-form label span { font-size: 14px; }
.holdings-form label small { color: var(--ink-muted); font-weight: 400; }
.holdings-form input, .holdings-form textarea, .holdings-form select { width: 100%; min-height: 50px; border: 1px solid rgba(24,33,51,.2); border-radius: 12px; background: var(--paper); color: var(--ink); padding: 12px 14px; font: inherit; }
.holdings-form textarea { min-height: 170px; resize: vertical; }
.holdings-form input:focus, .holdings-form textarea:focus, .holdings-form select:focus { outline: 3px solid rgba(85,199,187,.28); border-color: var(--teal); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit { width: 100%; border: 0; cursor: pointer; font: inherit; }
.form-privacy { margin: -2px 0 0; color: var(--ink-muted); font-size: 12px; text-align: center; }
.form-privacy a { color: var(--teal); text-decoration: underline; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-note { margin-top: 34px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-2); }
.contact-note a { color: var(--teal); font-weight: 700; }
.contact-note a, .form-privacy a { min-height: 44px; display: inline-flex; align-items: center; }

.principles { counter-reset: principle; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.principle { counter-increment: principle; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.principle::before { content: '0' counter(principle); display: block; color: var(--gold); font-family: var(--mono); font-size: 11px; margin-bottom: 16px; }
.principle h3 { margin: 0 0 8px; }
.principle p { margin: 0; color: var(--ink-soft); }
.principle.dark-card { background: var(--night-2); border-color: var(--line-dark); color: var(--white); }
.principle.dark-card p { color: #c1cbd8; }
.dark .fact { background: rgba(255,255,255,.05); border-color: var(--line-dark); }
.dark .fact span { color: #c1cbd8; }

.cta-band { padding-block: clamp(70px, 9vw, 110px); background: var(--teal); color: var(--white); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-band h2 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.cta-band p { margin: 18px 0 0; max-width: 640px; color: rgba(255,255,255,.82); font-size: 19px; }

.holdings-footer { padding-top: 72px; background: #0b1220; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; padding-bottom: 56px; }
.footer-brand .brand-copy small { color: #93a0b2; }
.footer-statement { max-width: 380px; color: #9eabba; }
.holdings-footer h2 { margin: 0 0 16px; color: var(--gold-bright); font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.holdings-footer div > a:not(.holdings-brand) { display: flex; align-items: center; min-height: 44px; color: #bdc6d2; font-size: 14px; }
.holdings-footer a:hover { color: var(--white); }
.footer-floor { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line-dark); color: #8996a8; font-size: 12px; }
.footer-floor a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; margin-left: 20px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .parent-map, .split, .contact-layout { grid-template-columns: 1fr; }
  .hero-seal { width: min(460px, 90%); margin-inline: auto; }
  .parent-statement { position: static; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .venture.featured, .venture.side, .venture { grid-column: span 6; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-cell:nth-child(2) { border-right: 0; }
  .proof-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-row { min-height: 70px; }
  .holdings-brand img { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 15px; }
  .holdings-hero { min-height: auto; }
  .hero-grid { padding-block: 78px 64px; }
  .display { font-size: clamp(44px, 14vw, 66px); }
  .hero-seal { width: 86%; }
  .section-head { align-items: start; flex-direction: column; }
  .stack-card { grid-template-columns: 44px 1fr; }
  .stack-card .status { grid-column: 2; }
  .card-grid, .principles { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .venture.featured, .venture.side, .venture { grid-column: 1 / -1; min-height: 290px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-cell, .proof-cell:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-cell:last-child { border-bottom: 0; }
  .cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-floor { padding-block: 22px; flex-direction: column; align-items: flex-start; }
  .footer-floor a { margin-left: 0; margin-right: 18px; }
}

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