:root {
  --ink: #090909;
  --ink-soft: #11110f;
  --paper: #f3efe7;
  --paper-deep: #e8e1d5;
  --gold: #c7a35b;
  --gold-light: #e2c889;
  --muted-dark: #7f7a70;
  --muted-light: #a8a39b;
  --line-dark: rgba(255, 255, 255, 0.11);
  --line-gold: rgba(199, 163, 91, 0.28);
  --line-light: rgba(9, 9, 9, 0.15);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: 0.035; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--gold); color: var(--ink); }
.site-shell { width: 100%; overflow: clip; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-light { background: var(--paper); color: var(--ink); }
.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; width: 100%; min-height: 82px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 clamp(24px, 5vw, 82px); border-bottom: 1px solid var(--line-dark); background: rgba(9, 9, 9, 0.72); backdrop-filter: blur(16px); transition: min-height 240ms ease, background 240ms ease; }
.site-header.compact { min-height: 68px; background: rgba(9, 9, 9, 0.92); }
.wordmark { display: inline-flex; align-items: baseline; justify-self: start; gap: 7px; font-size: 12px; font-weight: 650; letter-spacing: 0.17em; }
.wordmark-primary { color: var(--paper); }
.wordmark-secondary { color: var(--gold); }
.site-nav { display: flex; gap: clamp(20px, 3vw, 44px); color: #c5c0b8; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav a, .header-link, .footer-links a { transition: color 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible, .header-link:hover, .header-link:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: var(--gold-light); }
.header-link { display: inline-flex; align-items: center; justify-self: end; gap: 12px; color: #d8d2c8; font-size: 11px; letter-spacing: 0.04em; }
.hero { display: grid; min-height: 100vh; grid-template-columns: 53% 47%; padding-top: 82px; border-bottom: 1px solid var(--line-gold); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 82px); padding: 96px clamp(32px, 7vw, 122px) 74px clamp(24px, 7vw, 118px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; color: var(--gold); font-size: 10px; font-weight: 650; letter-spacing: 0.2em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 36px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #8f6f33; }
.hero h1, .statement h2, .section-heading h2, .architecture h2, .closing h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 118px); font-weight: 400; letter-spacing: -0.065em; line-height: 0.88; }
.hero h1 em, .section-heading h2 em, .architecture h2 em, .closing h2 em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 690px; margin: 40px 0 0; color: #b8b2a9; font-family: var(--serif); font-size: clamp(19px, 1.55vw, 25px); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 48px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #0a0907; }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); }
.hero-note { color: #77726b; font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; }
.hero-orbit { position: relative; display: flex; min-height: calc(100vh - 82px); align-items: center; justify-content: center; overflow: hidden; border-left: 1px solid var(--line-dark); background: radial-gradient(circle at 50% 50%, rgba(199, 163, 91, 0.08), transparent 33%), linear-gradient(145deg, #11100e 0%, #090909 62%); }
.hero-orbit::before { position: absolute; inset: 0; opacity: 0.45; content: ""; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at center, black 0 42%, transparent 73%); }
.orbit-field { position: relative; width: min(76%, 650px); aspect-ratio: 1; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(199, 163, 91, 0.26); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 94%; height: 94%; animation: breathe 8s ease-in-out infinite; }
.orbit-two { width: 67%; height: 67%; border-color: rgba(199, 163, 91, 0.42); animation: breathe 8s ease-in-out 1s infinite; }
.orbit-three { width: 40%; height: 40%; border-color: rgba(255, 255, 255, 0.13); }
.orbit-one::after, .orbit-two::after { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 24px rgba(199, 163, 91, 0.65); content: ""; }
.orbit-one::after { top: 18%; right: 9%; }
.orbit-two::after { right: 6%; bottom: 22%; }
.orbit-core { position: absolute; top: 50%; left: 50%; display: flex; width: 104px; height: 104px; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 50%; background: rgba(9, 9, 9, 0.92); color: var(--gold-light); transform: translate(-50%, -50%); }
.orbit-core span { font-family: var(--serif); font-size: 40px; line-height: 1; }
.orbit-core small { margin: 16px 0 0 4px; font-size: 10px; letter-spacing: 0.12em; }
.orbit-node { position: absolute; display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 5px rgba(243, 239, 231, 0.06); }
.node-a { top: 17%; left: 29%; }
.node-b { right: 12%; bottom: 34%; }
.node-c { bottom: 15%; left: 25%; }
.orbit-label { position: absolute; color: #77736d; font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase; }
.orbit-label-a { top: 12%; left: 12%; }
.orbit-label-b { right: -2%; bottom: 28%; }
.orbit-label-c { bottom: 8%; left: 5%; }
.orbit-caption { position: absolute; right: 44px; bottom: 32px; left: 44px; display: flex; justify-content: space-between; margin: 0; padding-top: 16px; border-top: 1px solid var(--line-dark); color: #817d76; font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase; }
.orbit-caption span { color: var(--gold); }
.statement { display: grid; grid-template-columns: 90px minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(28px, 5vw, 88px); padding: clamp(96px, 12vw, 190px) clamp(24px, 7vw, 118px); border-bottom: 1px solid var(--line-light); }
.section-index { padding-top: 7px; color: #8e887d; font-family: var(--serif); font-size: 18px; }
.statement h2 { max-width: 850px; font-size: clamp(48px, 5.8vw, 94px); line-height: 0.96; }
.statement-body { align-self: end; max-width: 560px; padding-bottom: 3px; }
.statement-body p { margin: 0 0 24px; color: #45413c; font-family: var(--serif); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.ventures { padding: clamp(96px, 11vw, 170px) clamp(24px, 7vw, 118px) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: clamp(40px, 8vw, 150px); padding-bottom: clamp(72px, 8vw, 118px); }
.section-heading h2, .architecture h2, .closing h2 { font-size: clamp(48px, 5.4vw, 88px); line-height: 0.97; }
.section-heading > p { max-width: 520px; margin: 0 0 6px; color: #99948c; font-family: var(--serif); font-size: 17px; line-height: 1.65; }
.venture-list { border-top: 1px solid var(--line-gold); }
.venture-card { display: grid; min-height: 260px; grid-template-columns: 90px minmax(220px, .7fr) minmax(0, 1.3fr); align-items: stretch; border-bottom: 1px solid var(--line-dark); transition: background 240ms ease; }
.venture-card:hover, .venture-card:focus-visible { background: #11100e; }
.venture-number { padding: 30px 0; color: var(--gold); font-family: var(--serif); font-size: 16px; }
.venture-name { display: flex; align-items: center; border-left: 1px solid var(--line-dark); padding: 32px clamp(28px, 4vw, 62px); color: #f0ebe2; font-size: clamp(18px, 1.8vw, 28px); font-weight: 600; letter-spacing: 0.06em; }
.venture-copy { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line-dark); padding: 38px clamp(28px, 5vw, 76px); }
.venture-copy > p { margin: 0 0 14px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.venture-copy h3 { max-width: 720px; margin: 0; color: #cfc9c0; font-family: var(--serif); font-size: clamp(24px, 2.35vw, 38px); font-weight: 400; line-height: 1.18; }
.venture-copy span { margin-top: 28px; color: #747069; font-size: 10px; letter-spacing: 0.08em; }
.principles { display: grid; grid-template-columns: 90px 1fr; gap: 0 clamp(28px, 5vw, 88px); padding: clamp(105px, 12vw, 190px) clamp(24px, 7vw, 118px); }
.light-heading { padding-bottom: clamp(70px, 8vw, 116px); }
.light-heading > p { color: #514d46; }
.light-heading h2 em { color: #8f6f33; }
.principle-grid { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.principle-grid article { min-height: 310px; padding: 34px clamp(22px, 3vw, 44px) 38px; }
.principle-grid article + article { border-left: 1px solid var(--line-light); }
.principle-grid article > span { color: #9a8050; font-family: var(--serif); font-size: 14px; }
.principle-grid h3 { margin: 92px 0 18px; font-family: var(--serif); font-size: clamp(25px, 2vw, 34px); font-weight: 400; }
.principle-grid p { max-width: 350px; margin: 0; color: #5c5750; font-size: 14px; line-height: 1.7; }
.architecture { display: grid; min-height: 740px; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(50px, 8vw, 160px); padding: clamp(96px, 11vw, 170px) clamp(24px, 7vw, 118px); border-top: 1px solid var(--line-gold); }
.architecture-copy > p:last-child { max-width: 520px; margin: 36px 0 0; color: #9e9991; font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.architecture-map { position: relative; min-height: 560px; border: 1px solid var(--line-dark); background: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 48px 48px; }
.map-holding, .map-node { position: absolute; z-index: 3; display: flex; flex-direction: column; justify-content: center; background: var(--ink); }
.map-holding { top: 50%; left: 50%; width: 190px; height: 190px; align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--paper); font-size: 12px; font-weight: 650; letter-spacing: 0.07em; transform: translate(-50%, -50%); }
.map-holding small, .map-node small { margin-top: 9px; color: var(--gold); font-size: 8px; letter-spacing: 0.16em; }
.map-node { width: 190px; min-height: 82px; border: 1px solid var(--line-dark); padding: 0 20px; color: #d9d3cb; font-size: 11px; letter-spacing: 0.055em; }
.map-node-one { top: 54px; left: 54px; }
.map-node-two { top: 54px; right: 54px; }
.map-node-three { right: 54px; bottom: 54px; }
.map-line { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(199,163,91,.55), transparent); transform-origin: left center; }
.line-one { top: 34%; left: 26%; width: 29%; transform: rotate(19deg); }
.line-two { top: 34%; left: 51%; width: 29%; transform: rotate(-20deg); }
.line-three { top: 61%; left: 52%; width: 31%; transform: rotate(26deg); }
.closing { padding: clamp(110px, 15vw, 230px) clamp(24px, 7vw, 118px); text-align: center; }
.closing-kicker { margin: 0 0 30px; color: #8f6f33; font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.closing h2 em { color: #8f6f33; }
.closing-meta { display: flex; justify-content: center; gap: 24px; margin-top: 48px; color: #69635a; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.closing-meta span:not(:last-child)::after { margin-left: 24px; color: #a18b61; content: "·"; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 38px; padding: 60px clamp(24px, 7vw, 118px) 44px; border-top: 1px solid var(--line-gold); }
.footer-brand { display: flex; gap: 7px; font-size: 11px; letter-spacing: 0.16em; }
.footer-brand strong { color: var(--gold); font-weight: 650; }
.footer-links { display: flex; gap: 26px; color: #86817a; font-size: 10px; }
.footer-note { justify-self: end; text-align: right; }
.footer-note p { margin: 4px 0; color: #68645f; font-size: 9px; letter-spacing: 0.05em; }
@keyframes breathe { 0%, 100% { opacity: .7; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.018); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }
@media (max-width: 1050px) { .site-header { grid-template-columns: 1fr auto; } .site-nav { display: none; } .hero { grid-template-columns: 1fr; } .hero-copy { min-height: auto; padding-top: 120px; padding-bottom: 100px; } .hero-orbit { min-height: 680px; border-top: 1px solid var(--line-dark); border-left: 0; } .statement { grid-template-columns: 64px 1fr; } .statement-body { grid-column: 2; margin-top: 8px; } .section-heading { grid-template-columns: 1fr; align-items: start; } .venture-card { grid-template-columns: 64px .6fr 1.4fr; } .principles { grid-template-columns: 64px 1fr; } .principle-grid { grid-template-columns: 1fr; } .principle-grid article { min-height: auto; } .principle-grid article + article { border-top: 1px solid var(--line-light); border-left: 0; } .principle-grid h3 { margin-top: 48px; } .architecture { grid-template-columns: 1fr; } .architecture-map { min-height: 620px; } }
@media (max-width: 720px) { .site-header { min-height: 70px; padding: 0 20px; } .header-link { display: none; } .wordmark { font-size: 10px; } .hero { padding-top: 70px; } .hero-copy { padding: 100px 22px 72px; } .hero h1 { font-size: clamp(58px, 20vw, 86px); } .hero-intro { margin-top: 30px; font-size: 18px; } .hero-actions { align-items: flex-start; flex-direction: column; } .hero-orbit { min-height: 560px; } .orbit-field { width: 90%; } .orbit-core { width: 86px; height: 86px; } .orbit-caption { right: 22px; bottom: 24px; left: 22px; } .statement, .principles { grid-template-columns: 1fr; padding-right: 22px; padding-left: 22px; } .section-index { margin-bottom: 48px; } .statement-body, .principle-grid { grid-column: 1; } .statement h2, .section-heading h2, .architecture h2, .closing h2 { font-size: clamp(48px, 15vw, 70px); } .ventures { padding-right: 22px; padding-left: 22px; } .venture-card { grid-template-columns: 48px 1fr; min-height: 0; } .venture-number { padding: 24px 0; } .venture-name { border-left: 1px solid var(--line-dark); padding: 24px 20px; } .venture-copy { grid-column: 1 / -1; border-top: 1px solid var(--line-dark); border-left: 0; padding: 32px 0 44px 48px; } .principle-grid article { padding-right: 0; padding-left: 0; } .architecture { padding-right: 22px; padding-left: 22px; } .architecture-map { min-height: 720px; } .map-holding { width: 150px; height: 150px; font-size: 10px; } .map-node { width: 165px; } .map-node-one { top: 44px; left: 24px; } .map-node-two { top: 180px; right: 24px; } .map-node-three { right: 24px; bottom: 44px; } .line-one { top: 31%; left: 21%; width: 44%; transform: rotate(43deg); } .line-two { top: 43%; left: 49%; width: 37%; transform: rotate(-17deg); } .line-three { top: 59%; left: 50%; width: 43%; transform: rotate(50deg); } .closing { padding-right: 22px; padding-left: 22px; } .closing-meta { gap: 12px; flex-wrap: wrap; } .closing-meta span:not(:last-child)::after { margin-left: 12px; } .site-footer { grid-template-columns: 1fr; align-items: start; padding: 48px 22px 36px; } .footer-links { flex-wrap: wrap; } .footer-note { justify-self: start; text-align: left; } }
