:root {
  --midnight: #071621;
  --blue: #0b2a3e;
  --blue-light: #123b55;
  --gold: #c5a052;
  --soft-gold: #e2c680;
  --ivory: #f5f1e8;
  --white: #fcfbf7;
  --slate: #66727a;
  --charcoal: #172129;
  --line: #d9d6ce;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.modal-open, body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.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; left: 16px; top: -100px; z-index: 1000; background: var(--gold); color: var(--midnight); padding: 10px 14px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; min-height: 84px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, min-height .25s, box-shadow .25s; }
.site-header.is-scrolled { min-height: 70px; background: rgba(7,22,33,.96); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 13px; }
.logo-mark { width: 40px; height: 37px; display: grid; place-items: center; position: relative; color: var(--soft-gold); }
.logo-mark::before { content: ""; position: absolute; inset: 0; background: currentColor; clip-path: polygon(50% 0,100% 100%,0 100%); }
.logo-mark::after { content: ""; position: absolute; inset: 5px 6px 6px; background: var(--midnight); clip-path: polygon(50% 0,100% 100%,0 100%); }
.logo-mark i { position: relative; z-index: 1; display: inline-flex; align-items: flex-start; gap: 1px; margin-top: 10px; font-family: Georgia, serif; font-size: .72rem; font-style: normal; font-weight: 700; letter-spacing: -.04em; }
.logo-mark i small { margin-top: -1px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .28rem; font-weight: 900; letter-spacing: 0; }
.brand-name { display: grid; text-transform: uppercase; letter-spacing: .13em; line-height: 1.22; font-size: .76rem; }
.brand-name strong { font-weight: 700; }
.brand-name em { color: var(--soft-gold); font-size: .58rem; font-style: normal; letter-spacing: .37em; }
.site-nav { display: flex; align-items: center; gap: clamp(17px,2.2vw,32px); font-size: .78rem; letter-spacing: .035em; }
.site-nav a { color: rgba(255,255,255,.72); transition: color .2s; }
.site-nav a:hover { color: white; }
.nav-action { border: 1px solid rgba(226,198,128,.65); border-radius: 999px; padding: 10px 17px; color: var(--soft-gold); background: transparent; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: white; }

.hero { min-height: 100vh; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 18% 15%, rgba(25,79,109,.43), transparent 31%), radial-gradient(circle at 83% 65%, rgba(197,160,82,.1), transparent 30%), linear-gradient(130deg,#06131d 0%,#0a263a 60%,#06151f 100%); display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.55fr); align-items: center; gap: clamp(50px,7vw,105px); padding: 160px clamp(24px,7vw,104px) 130px; }
.hero::after { content: ""; position: absolute; left: 62%; top: -15%; width: 1px; height: 130%; background: linear-gradient(transparent,rgba(226,198,128,.3),transparent); transform: rotate(23deg); }
.hero-content, .hero-proof { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--soft-gold); font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 20px; height: 1px; margin: 0 9px 3px; background: currentColor; }
.eyebrow-dark { color: #89681e; }
.hero h1 { max-width: 980px; margin: 0; font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(4rem,7.7vw,9rem); line-height: .86; letter-spacing: -.05em; }
.hero h1 em { color: var(--soft-gold); font-weight: 400; }
.hero-copy { max-width: 720px; margin: 34px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem,1.4vw,1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 14px 20px; border: 0; border-radius: 2px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; transition: transform .2s,background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--midnight); background: var(--gold); }
.button-gold:hover { background: #d2b268; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.28); background: transparent; }
.button-dark { width: 100%; color: white; background: var(--blue); }
.hero-proof { align-self: end; margin-bottom: 35px; padding: 30px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.hero-proof > p { margin: 0 0 20px; color: rgba(255,255,255,.58); font-family: Georgia,serif; font-size: 1.07rem; line-height: 1.55; }
.hero-proof dl { margin: 0; }
.hero-proof dl div { display: grid; grid-template-columns: 35px 1fr; gap: 10px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof dt { color: var(--gold); font-size: .65rem; }
.hero-proof dd { margin: 0; font-size: .76rem; font-weight: 700; }
.specialty-rail { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(16px,3.3vw,50px); padding: 12px 24px; border-top: 1px solid rgba(255,255,255,.11); background: rgba(3,14,22,.45); color: rgba(255,255,255,.48); font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.specialty-rail span { display: flex; align-items: center; gap: 10px; }
.specialty-rail span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero-geometry { position: absolute; inset: 0; pointer-events: none; }
.triangle { position: absolute; border: 1px solid rgba(226,198,128,.14); clip-path: polygon(50% 0,100% 100%,0 100%); }
.triangle-one { width: 520px; height: 450px; top: 8%; right: -6%; transform: rotate(12deg); }
.triangle-two { width: 250px; height: 215px; right: 8%; bottom: 8%; transform: rotate(-15deg); }
.triangle-three { width: 90px; height: 78px; left: 47%; top: 23%; transform: rotate(30deg); }
.orbit { position: absolute; width: 600px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; right: -20%; top: 0; }

.brand-meaning { min-height: 104px; padding: 22px clamp(24px,7vw,104px); display: flex; align-items: center; justify-content: center; gap: 22px; color: white; background: linear-gradient(90deg,#071621,#0b2a3e 55%,#071621); border-top: 1px solid rgba(226,198,128,.16); border-bottom: 1px solid rgba(226,198,128,.16); }
.brand-meaning-symbol { width: 60px; height: 60px; flex: 0 0 auto; position: relative; display: grid; place-items: center; border: 1px solid rgba(226,198,128,.72); color: var(--soft-gold); background: rgba(255,255,255,.025); font-family: Georgia,serif; }
.brand-meaning-symbol strong { font-size: 1.65rem; font-weight: 400; }
.brand-meaning-symbol small { position: absolute; top: 7px; right: 8px; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: .42rem; font-weight: 800; }
.brand-meaning p { max-width: 760px; margin: 0; color: rgba(255,255,255,.66); font-family: Georgia,serif; font-size: clamp(.95rem,1.35vw,1.15rem); line-height: 1.55; }
.brand-meaning p b { color: var(--soft-gold); font-weight: 400; }

.model-section { padding: 110px clamp(22px,6vw,90px); background: var(--white); }
.section-intro { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); align-items: end; gap: 70px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.section-intro h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.8rem,5vw,6rem); line-height: .95; font-weight: 400; letter-spacing: -.04em; }
.section-intro > p { margin: 0; color: var(--slate); line-height: 1.75; }
.audience-switcher { max-width: 1180px; margin: 60px auto 0; display: flex; border-bottom: 1px solid var(--line); }
.audience-switcher button { min-width: 170px; padding: 15px 20px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #7c858a; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.audience-switcher button[aria-selected="true"] { color: var(--blue); border-bottom-color: var(--gold); }
.audience-panel { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; padding: 44px 0 20px; }
.audience-panel[hidden] { display: none; }
.panel-statement { padding: 38px; color: white; background: var(--blue); }
.panel-statement > span { color: var(--soft-gold); font-size: .63rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.panel-statement h3 { margin: 18px 0; font-family: Georgia,serif; font-size: clamp(2rem,3vw,3.3rem); line-height: 1.03; font-weight: 400; }
.panel-statement p { color: rgba(255,255,255,.67); line-height: 1.7; font-size: .88rem; }
.text-link { padding: 8px 0; border: 0; border-bottom: 1px solid rgba(197,160,82,.6); color: var(--blue); background: transparent; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.panel-statement .text-link { margin-top: 16px; color: var(--soft-gold); }
.text-link b { margin-left: 10px; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.principle-grid article { min-height: 200px; padding: 28px; border: 1px solid var(--line); background: white; }
.principle-grid article b { color: #9a741e; font-size: .65rem; }
.principle-grid h4 { margin: 24px 0 11px; font-family: Georgia,serif; font-size: 1.3rem; font-weight: 400; }
.principle-grid p { color: var(--slate); font-size: .8rem; line-height: 1.6; }
.process-band { max-width: 1180px; margin: 45px auto 0; padding: 30px 32px; color: white; background: var(--midnight); display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 30px; }
.process-band > p { margin: 0; color: var(--soft-gold); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.process-band ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.process-band li { display: grid; gap: 7px; font-size: .73rem; }
.process-band li span { color: var(--gold); font-size: .61rem; }
.expertise { max-width: 1180px; margin: 100px auto 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.expertise-heading h3 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.25rem,4vw,4.3rem); line-height: .98; font-weight: 400; letter-spacing: -.035em; }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-item { width: 100%; display: grid; grid-template-columns: 36px 1fr 0fr 24px; gap: 12px; align-items: center; padding: 22px 6px; border: 0; border-bottom: 1px solid var(--line); color: var(--charcoal); background: transparent; text-align: left; transition: background .2s; }
.expertise-item:hover { background: #f8f5ef; }
.expertise-item > span { color: #9a741e; font-size: .63rem; }
.expertise-item strong { font-family: Georgia,serif; font-size: 1.18rem; font-weight: 400; }
.expertise-item i { overflow: hidden; width: 0; opacity: 0; color: var(--slate); font-size: .75rem; font-style: normal; line-height: 1.5; transition: opacity .2s; }
.expertise-item.is-open { grid-template-columns: 36px .8fr 1fr 24px; }
.expertise-item.is-open i { width: auto; opacity: 1; }
.expertise-item b { color: #9a741e; font-size: 1.2rem; font-weight: 400; text-align: center; }

.ecosystem-section { padding: 110px clamp(22px,6vw,90px) 0; color: white; background: var(--midnight); }
.review-intro { max-width: 1180px; margin: 0 auto 50px; display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.review-intro h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.8rem,5.3vw,6.2rem); line-height: .92; font-weight: 400; letter-spacing: -.04em; }
.review-intro > div:last-child p { color: rgba(255,255,255,.62); line-height: 1.7; }
.text-link-light { color: var(--soft-gold); }
.editorial-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.45fr .65fr; gap: 15px; }
.feature-story { min-height: 500px; display: grid; grid-template-columns: .85fr 1.15fr; background: #0d3047; }
.feature-art { position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%,#1c526f,transparent 45%),#081f2f; }
.feature-art::before,.feature-art::after { content: ""; position: absolute; width: 75%; height: 68%; border: 1px solid rgba(226,198,128,.3); clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(13deg); }
.feature-art::after { width: 42%; height: 38%; transform: rotate(-21deg); }
.feature-art span { position: relative; z-index: 1; display: inline-flex; align-items: flex-start; gap: 4px; color: var(--soft-gold); font-family: Georgia,serif; font-size: 5rem; }
.feature-art span small { margin-top: .5rem; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: .8rem; font-weight: 800; }
.story-copy { align-self: end; padding: 45px; }
.story-copy > p,.story-stack article > span { margin: 0 0 17px; color: var(--soft-gold); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-copy h3 { margin: 0 0 20px; font-family: Georgia,serif; font-size: clamp(2rem,3vw,3.2rem); line-height: 1.02; font-weight: 400; }
.story-copy > span { color: rgba(255,255,255,.58); font-size: .8rem; line-height: 1.65; }
.story-stack { display: grid; gap: 15px; }
.story-stack article { padding: 29px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.story-stack h4 { margin: 0; font-family: Georgia,serif; font-size: 1.3rem; line-height: 1.25; font-weight: 400; }
.founder-panel { max-width: 1180px; margin: 110px auto 0; padding: 55px; display: grid; grid-template-columns: .55fr 1.15fr .65fr; gap: 45px; align-items: center; color: var(--charcoal); background: var(--ivory); }
.founder-portrait { aspect-ratio: .78; overflow: hidden; border: 1px solid rgba(197,160,82,.55); background: var(--blue); box-shadow: 0 18px 45px rgba(7,22,33,.18); }
.founder-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 54% center; }
.founder-copy h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.8rem,4.5vw,5rem); line-height: .9; font-weight: 400; }
.founder-copy h3 { margin: 10px 0 25px; color: #927020; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.founder-copy > p { color: #5e696f; font-size: .85rem; line-height: 1.7; }
.founder-panel blockquote { margin: 0; padding-left: 25px; border-left: 1px solid var(--gold); color: #6d551f; font-family: Georgia,serif; font-size: 1.5rem; line-height: 1.4; font-style: italic; }
.closing-cta { max-width: 1180px; margin: 110px auto 0; padding: 60px 0; border-top: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.closing-cta h2 { margin: 0; max-width: 800px; font-family: Georgia,serif; font-size: clamp(3rem,5vw,5.5rem); line-height: .93; font-weight: 400; }
.closing-cta p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.6); line-height: 1.7; }
footer { max-width: 1180px; margin: 0 auto; min-height: 130px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 1.2fr .8fr .8fr auto; align-items: center; gap: 30px; color: rgba(255,255,255,.43); font-size: .63rem; letter-spacing: .07em; }
.footer-brand { color: white; }
footer > div { display: grid; gap: 5px; }
footer p { margin: 0; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; overflow-y: auto; background: rgba(2,10,15,.84); backdrop-filter: blur(8px); opacity: 0; transition: opacity .18s; }
.modal-backdrop[hidden] { display: none; }
.modal-backdrop.is-visible { opacity: 1; }
.modal { width: min(660px,100%); max-height: calc(100vh - 40px); overflow-y: auto; position: relative; padding: clamp(28px,5vw,54px); color: var(--charcoal); background: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.modal-close { position: absolute; top: 16px; right: 17px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--slate); background: transparent; font-size: 1.35rem; }
.modal h2 { margin: 0; padding-right: 25px; font-family: Georgia,serif; font-size: clamp(2.2rem,5vw,3.6rem); line-height: 1; font-weight: 400; }
.modal-intro,.founder-modal-copy p { color: var(--slate); line-height: 1.65; }
.founder-modal-copy { margin: 25px 0; }
form { display: grid; gap: 15px; margin-top: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
form label { display: grid; gap: 7px; color: #59646a; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
form input,form textarea,form select { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 13px; outline: 0; color: var(--charcoal); background: white; text-transform: none; letter-spacing: normal; resize: vertical; }
form input:focus,form textarea:focus,form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,160,82,.12); }
.form-note { display: block; margin-top: 17px; color: #7d8588; text-align: center; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-proof { max-width: 600px; margin: 0; }
  .section-intro,.review-intro { grid-template-columns: 1fr; gap: 25px; }
  .section-intro .eyebrow { grid-column: auto; margin-bottom: 0; }
  .audience-panel,.expertise { grid-template-columns: 1fr; }
  .process-band { grid-template-columns: 1fr; }
  .editorial-grid { grid-template-columns: 1fr; }
  .founder-panel { grid-template-columns: .55fr 1.2fr; }
  .founder-panel blockquote { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 0 18px; }
  .brand-name { font-size: .64rem; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; min-height: calc(100vh - 72px); padding: 40px 25px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: white; background: var(--midnight); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: Georgia,serif; font-size: 1.5rem; }
  .nav-action { margin-top: 25px; border-radius: 2px; padding: 15px; }
  .hero { padding: 125px 19px 120px; }
  .brand-meaning { justify-content: flex-start; padding: 24px 19px; }
  .hero h1 { font-size: clamp(3.7rem,16vw,6rem); }
  .hero-copy { margin-top: 25px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { padding: 22px; }
  .specialty-rail { justify-content: flex-start; overflow: hidden; flex-wrap: nowrap; white-space: nowrap; }
  .model-section,.ecosystem-section { padding-left: 18px; padding-right: 18px; }
  .audience-switcher button { min-width: 0; flex: 1; padding: 13px 8px; }
  .panel-statement { padding: 28px; }
  .principle-grid { grid-template-columns: 1fr; }
  .process-band { padding: 25px; }
  .process-band ol { grid-template-columns: 1fr 1fr; gap: 20px; }
  .expertise { margin-top: 75px; gap: 35px; }
  .expertise-item,.expertise-item.is-open { grid-template-columns: 30px 1fr 22px; }
  .expertise-item i { display: none; }
  .expertise-item.is-open i { display: block; grid-column: 2 / -1; width: auto; }
  .feature-story { grid-template-columns: 1fr; }
  .feature-art { min-height: 240px; }
  .story-copy { padding: 30px; }
  .founder-panel { margin-top: 75px; padding: 28px; grid-template-columns: 1fr; }
  .founder-portrait { max-width: 240px; }
  .founder-panel blockquote { grid-column: auto; }
  .closing-cta { margin-top: 75px; grid-template-columns: 1fr; gap: 25px; }
  footer { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

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