:root {
  --bg: #09090b;
  --bg-soft: #111115;
  --panel: #17171c;
  --panel-2: #1d1d23;
  --text: #f5f3ed;
  --muted: #b8b5ad;
  --line: rgba(255,255,255,.11);
  --silver: #d8d9da;
  --gold: #d8a73a;
  --gold-bright: #f0c35d;
  --cream: #ece9e1;
  --ink: #171719;
  --max: 1180px;
  --shadow: 0 22px 70px rgba(0,0,0,.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  z-index: 999;
  padding: .75rem 1rem;
  background: var(--gold);
  color: #111;
  font-weight: 800;
  border-radius: .4rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(9,9,11,.78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled { background: rgba(9,9,11,.95); border-color: var(--line); }
.nav-wrap {
  width: min(var(--max), calc(100% - 2.5rem));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; letter-spacing: .06em; text-transform: uppercase; font-size: .86rem; }
.brand img { border-radius: 50%; box-shadow: 0 0 26px rgba(216,167,58,.16); }
.brand strong { color: var(--silver); }
.brand span { color: var(--gold-bright); }
nav { display: flex; align-items: center; gap: 1.7rem; }
nav a { position: relative; text-decoration: none; color: #d7d4cb; font-size: .92rem; font-weight: 700; }
nav a:hover, nav a:focus-visible, nav a[aria-current="page"] { color: var(--gold-bright); }
nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.7rem; height: 2px; background: var(--gold-bright); }
.nav-cta { border: 1px solid rgba(216,167,58,.55); border-radius: 999px; padding: .55rem 1rem; }
.nav-cta[aria-current="page"]::after { display: none; }
.menu-button { display: none; }

.hero {
  min-height: 94vh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 132px 0 82px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 58px 58px,
    radial-gradient(circle at 80% 28%, rgba(216,167,58,.15), transparent 31%),
    linear-gradient(180deg, #0b0b0e 0%, #09090b 72%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(216,167,58,.55), transparent); }
.hero-inner {
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(85px); opacity: .2; }
.hero-glow-one { width: 330px; height: 330px; background: var(--gold); right: 7%; top: 23%; }
.hero-glow-two { width: 240px; height: 240px; background: #8b8f98; left: 0; bottom: 8%; opacity: .08; }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--gold-bright); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .2em; }
.hero h1 { margin: 0; font-size: clamp(3.45rem, 7vw, 6.9rem); line-height: .91; letter-spacing: -.062em; max-width: 820px; }
.hero h1 span { color: var(--gold-bright); }
.hero-lead { margin: 2rem 0 0; max-width: 700px; font-size: clamp(1.03rem, 1.4vw, 1.22rem); color: var(--muted); }
.hero-actions, .founder-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.1rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .77rem 1.25rem; border-radius: .32rem; text-decoration: none; font-weight: 800; letter-spacing: .015em; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold-bright), #b77c17); color: #15120b; box-shadow: 0 10px 38px rgba(216,167,58,.18); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.025); color: var(--text); }
.button-secondary:hover { border-color: rgba(216,167,58,.55); }
.hero-mark { text-align: center; display: grid; justify-items: center; align-items: center; }
.hero-logo { display: block; width: min(100%, 720px); max-width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; filter: drop-shadow(0 28px 45px rgba(0,0,0,.52)) drop-shadow(0 0 30px rgba(216,167,58,.09)); }
.hero-logo-original { border-radius: 0; clip-path: none; transform: none; }
.hero-logo-tagline { margin: .15rem 0 0; color: #aaa9a5; font-size: clamp(.52rem, .72vw, .68rem); font-weight: 750; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }

.section { padding: clamp(5rem, 9vw, 8.8rem) 0; }
.section-inner { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 2.5rem)); }
.section h2, .contact-inner h2, .status-inner h2, .email-band-inner h2 { margin: 0; letter-spacing: -.035em; line-height: 1.08; font-size: clamp(2.2rem, 4.5vw, 4.25rem); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 4rem; margin-bottom: 2.8rem; }
.section-heading > p { color: var(--muted); margin: 0 0 .25rem; font-size: 1.05rem; }
.text-link { display: inline-flex; gap: .35rem; margin-top: 1.6rem; color: var(--gold-bright); text-decoration: none; font-weight: 800; border-bottom: 1px solid rgba(240,195,93,.38); padding-bottom: .16rem; }

.endeavors-section { background: linear-gradient(180deg, #0b0b0e 0%, #111115 100%); }
.featured-endeavor { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 5rem); padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(216,167,58,.38); background: radial-gradient(circle at 0 0, rgba(216,167,58,.17), transparent 40%), var(--panel); box-shadow: var(--shadow); }
.project-kicker { display: flex; flex-wrap: wrap; gap: .6rem; color: var(--gold-bright); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.project-kicker span { padding: .35rem .55rem; border: 1px solid rgba(216,167,58,.3); }
.featured-copy h3 { margin: 1.5rem 0 .8rem; font-size: clamp(2.3rem, 5vw, 4.7rem); letter-spacing: -.045em; line-height: .98; }
.featured-lead { font-size: 1.22rem; color: #eee9dc; }
.featured-copy p:not(.featured-lead):not(.project-note) { color: var(--muted); }
.project-note { border-left: 3px solid var(--gold); padding-left: 1rem; color: #d9d4c9; font-size: .9rem; }
.project-system { display: grid; align-content: center; }
.system-step { display: grid; grid-template-columns: 42px 95px 1fr; gap: 1rem; align-items: start; padding: 1rem 0; }
.system-step > span { color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.system-step strong { font-size: 1.05rem; }
.system-step small { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.system-line { width: 1px; height: 20px; background: linear-gradient(var(--gold), transparent); margin-left: 20px; }
.endeavor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.endeavor-card { padding: 2rem; min-height: 275px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.card-number, .endeavor-card > span, .goal-card > span, .topic-card > span { color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.endeavor-card h3 { margin: 4.5rem 0 .7rem; font-size: 1.45rem; }
.endeavor-card p { margin: 0; color: var(--muted); }
.statement { background: #0d0d10; text-align: center; }
.statement p:not(.section-label) { color: var(--muted); font-size: 1.12rem; max-width: 800px; margin: 1.65rem auto 0; }

.page-hero { min-height: 72vh; display: grid; align-items: end; padding: 145px 0 90px; background: radial-gradient(circle at 78% 30%, rgba(216,167,58,.16), transparent 30%), linear-gradient(180deg, #0e0e12, #09090b); border-bottom: 1px solid rgba(216,167,58,.25); }
.page-hero-inner { width: min(950px, calc(100% - 2.5rem)); margin: 0 auto; }
.page-hero h1 { margin: 0; font-size: clamp(3.4rem, 8vw, 7.2rem); line-height: .93; letter-spacing: -.06em; }
.page-hero p:last-child { max-width: 760px; color: var(--muted); font-size: 1.2rem; margin: 2rem 0 0; }
.light-section { background: var(--cream); color: var(--ink); }
.light-section .section-label { color: #835a0d; }
.two-column-story, .founder-story-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(3rem, 8vw, 8rem); }
.story-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.8vw, 4.6rem); line-height: 1.04; letter-spacing: -.045em; }
.story-copy { font-size: 1.08rem; }
.story-copy p:first-child { margin-top: 0; }
.light-section .story-copy { color: #49453e; }
.goals-section { background: #0d0d10; }
.goal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.goal-card { min-height: 315px; padding: 1.8rem; border: 1px solid var(--line); background: var(--panel); }
.goal-card h3 { margin: 4.7rem 0 .8rem; font-size: 1.45rem; }
.goal-card p { color: var(--muted); margin: 0; }
.principles-section { background: var(--cream); color: var(--ink); }
.principles-section .section-label { color: #835a0d; }
.principles-intro { max-width: 760px; margin-bottom: 3rem; }
.principles-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(0,0,0,.18); }
.principles-list li { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.principles-list li > span { color: #8b620f; font-weight: 900; letter-spacing: .12em; }
.principles-list h3 { margin: 0 0 .45rem; font-size: 1.55rem; }
.principles-list p { margin: 0; max-width: 790px; color: #565149; }
.status-band { padding: 5.5rem 0; background: linear-gradient(120deg, #17130c, #382609 55%, #0e0e11); border-top: 1px solid rgba(216,167,58,.3); }
.status-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; align-items: end; }
.status-inner p:last-child { color: #d0cbc0; font-size: 1.04rem; margin: 0; }

.founder-hero { padding: 135px 0 70px; min-height: 94vh; display: grid; align-items: center; background: radial-gradient(circle at 15% 50%, rgba(216,167,58,.14), transparent 28%), linear-gradient(180deg, #0d0d10, #09090b); }
.founder-hero-inner { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.founder-portrait { max-width: 490px; position: relative; }
.founder-portrait::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(216,167,58,.48); z-index: 0; }
.founder-portrait img { position: relative; z-index: 1; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 22%; box-shadow: var(--shadow); }
.founder-intro h1 { margin: 0; font-size: clamp(3.7rem, 8vw, 7.8rem); line-height: .88; letter-spacing: -.065em; }
.founder-role { color: var(--gold-bright); font-weight: 800; margin-top: 1.8rem; }
.founder-lead { max-width: 720px; color: var(--muted); font-size: 1.17rem; }
.founder-story-section { background: var(--cream); color: var(--ink); }
.founder-story-section .section-label { color: #835a0d; }
.founder-story-section .story-copy { color: #4f4b44; }
.founder-gallery-section { background: #0d0d10; }
.founder-gallery { display: grid; grid-template-columns: 1.22fr .78fr; gap: 1rem; }
.gallery-card { margin: 0; border: 1px solid var(--line); background: var(--panel); }
.gallery-wide { grid-row: span 2; }
.gallery-image { overflow: hidden; background: #050506; }
.gallery-image.landscape { aspect-ratio: 1.05 / 1; }
.gallery-image.portrait { aspect-ratio: 1.32 / 1; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-image.landscape img { object-position: 55% center; }
.gallery-image.portrait img { object-position: 50% 24%; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card figcaption { padding: 1.25rem 1.35rem 1.45rem; display: grid; gap: .35rem; }
.gallery-card figcaption strong { font-size: 1.15rem; }
.gallery-card figcaption span { color: var(--muted); font-size: .9rem; }
.article-spotlight { background: linear-gradient(120deg, #1d170d, #3b2808 58%, #101013); }
.article-spotlight-inner { display: grid; grid-template-columns: 155px 1fr auto; gap: 3rem; align-items: center; }
.article-badge { width: 135px; height: 135px; display: grid; place-items: center; text-align: center; border-radius: 50%; border: 1px solid rgba(240,195,93,.55); color: var(--gold-bright); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 900; }
.article-spotlight h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
.article-spotlight p:not(.section-label) { color: #d5cfc2; max-width: 750px; }
.founder-links-section { background: var(--cream); color: var(--ink); }
.founder-links-section .section-label { color: #835a0d; }
.link-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.link-card { min-height: 260px; display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid rgba(0,0,0,.18); color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.link-card:hover { transform: translateY(-4px); border-color: #956812; background: #f4f1e9; }
.link-card span { color: #835a0d; font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.link-card strong { margin-top: 4rem; font-size: 1.55rem; line-height: 1.15; }
.link-card em { margin-top: auto; color: #625d54; font-style: normal; font-size: .88rem; }

.contact-page-hero { min-height: 88vh; display: grid; align-items: center; padding: 135px 0 75px; background: radial-gradient(circle at 80% 30%, rgba(216,167,58,.16), transparent 30%), linear-gradient(180deg, #0d0d10, #09090b); }
.contact-page-grid { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.contact-page-copy h1 { margin: 0; font-size: clamp(4rem, 9vw, 8.2rem); line-height: .88; letter-spacing: -.07em; }
.contact-page-copy p:last-child { max-width: 680px; color: var(--muted); font-size: 1.15rem; margin-top: 2rem; }
.contact-card { padding: clamp(2rem, 5vw, 3.5rem); background: var(--panel); border: 1px solid rgba(216,167,58,.4); box-shadow: var(--shadow); }
.contact-card-label { color: var(--gold-bright); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.contact-card h2 { margin: 2.7rem 0 0; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.contact-card p { margin: .25rem 0 1.8rem; color: var(--muted); }
.contact-email { display: inline-block; color: var(--gold-bright); font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 850; text-decoration: none; overflow-wrap: anywhere; }
.contact-topics-section { background: var(--cream); color: var(--ink); }
.contact-topics-section .section-label { color: #835a0d; }
.contact-topics-section .section-heading > p { color: #5c574e; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.topic-card { min-height: 285px; padding: 1.8rem; border: 1px solid rgba(0,0,0,.18); }
.topic-card h3 { margin: 4.5rem 0 .7rem; font-size: 1.5rem; }
.topic-card p { color: #59544b; margin: 0; }
.email-band { padding: 5rem 0; background: #0d0d10; }
.email-band-inner { display: grid; grid-template-columns: 170px 1fr auto; gap: 3rem; align-items: center; }
.email-band-inner img { display: block; width: 170px; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 0; clip-path: none; transform: none; }
.email-band-inner h2 { font-size: clamp(1.8rem, 4vw, 3.6rem); overflow-wrap: anywhere; }
.email-band-inner p:not(.section-label) { color: var(--muted); margin-bottom: 0; }

.contact-band { position: relative; padding: 5.5rem 0; background: linear-gradient(120deg, #16120b, #32230b 55%, #0f0f12); border-top: 1px solid rgba(216,167,58,.35); border-bottom: 1px solid rgba(216,167,58,.25); overflow: hidden; }
.contact-band::after { content: "SV"; position: absolute; right: 2%; top: -58%; font: 900 23rem/1 Arial, sans-serif; color: rgba(255,255,255,.025); pointer-events: none; }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 3rem; position: relative; z-index: 1; }
.contact-inner h2 { max-width: 760px; font-size: clamp(2rem, 4.2vw, 3.85rem); }
footer { background: #070709; padding: 2rem 0; }
.footer-inner { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; color: #85827b; font-size: .82rem; }
.footer-inner p { margin: 0; }
.footer-brand { font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .featured-endeavor, .contact-page-grid, .founder-hero-inner { grid-template-columns: 1fr; }
  .featured-endeavor { gap: 2.5rem; }
  .endeavor-grid, .goal-grid, .link-card-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-portrait { max-width: 520px; }
  .founder-hero { padding-top: 125px; }
  .article-spotlight-inner, .email-band-inner { grid-template-columns: 125px 1fr; }
  .article-spotlight-inner .button, .email-band-inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 900px) {
  .menu-button { display: inline-flex; border: 1px solid var(--line); background: transparent; color: var(--text); border-radius: .3rem; padding: .5rem .75rem; font-weight: 750; }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 1.2rem 1.25rem 1.5rem; background: rgba(9,9,11,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: .25rem; }
  nav.open { display: flex; }
  nav a, .nav-cta { padding: .7rem 0; border: 0; }
  nav a[aria-current="page"]::after { display: none; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-inner { grid-template-columns: 1fr; gap: 3.4rem; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-mark { max-width: 520px; margin: 0 auto; }
  .section-heading, .two-column-story, .founder-story-grid, .status-inner { grid-template-columns: 1fr; gap: 2rem; }
  .founder-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: 1 / -1; grid-row: auto; }
  .gallery-image.landscape { aspect-ratio: 16 / 9; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: .55rem; }
}

@media (max-width: 680px) {
  .nav-wrap, .hero-inner, .section-inner, .footer-inner, .founder-hero-inner, .contact-page-grid { width: min(100% - 1.5rem, var(--max)); }
  .narrow, .page-hero-inner { width: min(100% - 1.5rem, 950px); }
  .brand { font-size: .74rem; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.45rem, 10.2vw, 4rem); letter-spacing: -.05em; }
  .hero-actions, .founder-actions, .contact-actions { flex-direction: column; }
  .button { width: 100%; }
  .section-heading { margin-bottom: 2rem; }
  .endeavor-grid, .goal-grid, .topic-grid, .link-card-grid, .founder-gallery { grid-template-columns: 1fr; }
  .featured-endeavor { padding: 1.5rem; }
  .system-step { grid-template-columns: 34px 78px 1fr; gap: .7rem; }
  .system-line { margin-left: 16px; }
  .endeavor-card, .goal-card, .topic-card { min-height: 245px; }
  .page-hero { min-height: 64vh; padding-top: 125px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .principles-list li { grid-template-columns: 50px 1fr; gap: 1rem; }
  .founder-hero { min-height: auto; }
  .founder-intro h1 { font-size: clamp(3.25rem, 16vw, 5.5rem); }
  .founder-portrait::before { inset: -10px 10px 10px -10px; }
  .gallery-wide { grid-column: auto; }
  .gallery-image.landscape, .gallery-image.portrait { aspect-ratio: 4 / 3; }
  .article-spotlight-inner, .email-band-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .article-badge { width: 105px; height: 105px; }
  .article-spotlight-inner .button, .email-band-inner .button { grid-column: auto; justify-self: stretch; }
  .email-band-inner img { width: 120px; height: auto; }
  .contact-band { padding: 4rem 0; }
}

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