/* Trifecta high-end presentation layer — aug 2026 */
:root {
  --bg: #050806;
  --bg-soft: #080d0a;
  --surface: #0b120e;
  --surface-2: #0e1712;
  --ink: #f5f1e8;
  --ink-soft: #d8d4ca;
  --muted: #959b94;
  --muted-2: #858d86;
  --gold: #cda553;
  --gold-bright: #f0cf83;
  --gold-dark: #79602d;
  --line: rgba(245,241,232,.1);
  --line-strong: rgba(240,207,131,.3);
  --max: 1480px;
  --ease: cubic-bezier(.16,1,.3,1);
}

html { background: var(--bg); }
body {
  font-family: var(--font-geist-sans), "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 18%, rgba(62,112,83,.1), transparent 25%),
    radial-gradient(circle at 92% 72%, rgba(205,165,83,.065), transparent 26%),
    #050806;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.section-shell {
  width: min(calc(100% - 80px), var(--max));
  margin-inline: auto;
  padding: 0;
  border: 0;
}
.section { padding-block: clamp(104px, 7.5vw, 148px); }
.section-heading { max-width: none; }
.section-heading h2 { font-size: clamp(3.35rem, 5.8vw, 6.6rem); line-height: .99; letter-spacing: -.065em; }
section[id] { scroll-margin-top: 112px; }
h1,h2 { letter-spacing: -.065em; }
h2 { font-size: clamp(3.35rem, 5.8vw, 6.6rem); }
h1 em,h2 em { color: var(--gold-bright); }

.button {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 12px;
  letter-spacing: -.01em;
}
.button-xl { min-height: 66px; padding-inline: 31px; }
.button-gold {
  background: linear-gradient(120deg, #f4d58c, #c99e48 72%, #e5c476);
  box-shadow: 0 15px 50px rgba(185,139,55,.17), inset 0 1px rgba(255,255,255,.52);
}
.button-gold:hover { box-shadow: 0 24px 70px rgba(185,139,55,.28), inset 0 1px rgba(255,255,255,.58); }
.button-ghost { border-color: rgba(255,255,255,.18); background: rgba(7,12,9,.34); }

.site-header {
  top: 22px;
  width: min(calc(100% - 48px), 1480px);
  min-height: 72px;
  padding: 8px 9px 8px 12px;
  border-radius: 16px;
  border-color: rgba(255,255,255,.12);
  background: rgba(5,8,6,.66);
  box-shadow: 0 20px 80px rgba(0,0,0,.26);
}
.site-header.is-scrolled { top: 10px; background: rgba(5,8,6,.9); }
.brand img { width: 50px; height: 50px; border-radius: 10px; }
.brand-copy strong { letter-spacing: .25em; }
.brand-copy small { letter-spacing: .22em; }
.header-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-inline: auto 20px; }
.header-nav a {
  position: relative;
  padding: 8px 0;
  color: rgba(245,241,232,.68);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .035em;
  transition: color .2s;
}
.header-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--gold-bright);
  transition: right .25s var(--ease);
}
.header-nav a:hover { color: var(--ink); }
.header-nav a:hover::after { right: 0; }
.menu-trigger { display: none; border-radius: 10px; }
.header-cta { min-height: 52px; border-radius: 10px; }

.site-menu {
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: min(740px, calc(100% - 20px));
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 2%, rgba(240,207,131,.13), transparent 31%),
    linear-gradient(155deg, #0e1712, #050806 82%);
}
.menu-nav a { padding-block: 19px; }
.menu-nav strong { font-size: clamp(26px, 3.4vw, 44px); }

.hero {
  min-height: max(900px, 100svh);
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding: 0;
  background:
    radial-gradient(circle at 16% 26%, rgba(52,104,74,.18), transparent 29%),
    linear-gradient(135deg, #070c09, #030504 76%);
}
.hero::before {
  z-index: 2;
  width: auto;
  height: auto;
  transform: none;
  background:
    linear-gradient(90deg, rgba(4,7,5,.99) 0%, rgba(4,7,5,.96) 34%, rgba(4,7,5,.58) 52%, rgba(4,7,5,.04) 74%),
    linear-gradient(180deg, rgba(2,4,3,.2), transparent 52%, rgba(2,4,3,.92));
}
.hero::after {
  width: auto;
  height: auto;
  transform: none;
  opacity: .16;
}
.hero-media {
  z-index: 1;
  top: 104px;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 30px;
  left: 48%;
  overflow: hidden;
  border: 1px solid rgba(240,207,131,.2);
  border-radius: 28px;
  box-shadow: 0 50px 130px rgba(0,0,0,.5);
}
.hero-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4,7,5,.78), transparent 42%),
    linear-gradient(180deg, transparent 58%, rgba(4,7,5,.88));
}
.hero-media > picture > img {
  object-position: 62% center;
  filter: saturate(.82) contrast(1.04);
  transform: scale(1.018);
}
.hero-grid {
  z-index: 5;
  grid-template-columns: minmax(0, 880px) minmax(280px, 1fr);
  gap: clamp(40px, 6vw, 100px);
  padding-top: 145px;
  padding-bottom: 150px;
}
.hero-copy { max-width: 850px; }
.hero .eyebrow { color: rgba(245,241,232,.76); }
.hero h1 {
  max-width: 890px;
  margin: 28px 0 32px;
  font-size: clamp(4.7rem, 7.35vw, 7rem);
  line-height: .93;
  text-shadow: 0 25px 80px rgba(0,0,0,.45);
}
.hero h1 em { display: inline; }
.hero-lead {
  max-width: 680px;
  margin-bottom: 38px;
  color: rgba(245,241,232,.78);
  font-size: clamp(18px, 1.4vw, 21px);
}
.hero-actions { gap: 13px; }
.hero-micro { margin-top: 22px; color: rgba(245,241,232,.55); }

.hero-sidecard {
  align-self: end;
  justify-self: end;
  width: min(100%, 370px);
  margin-bottom: 0;
  padding: 27px;
  border: 1px solid rgba(240,207,131,.22);
  border-radius: 12px;
  background: rgba(6,10,8,.88);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}
.hero-sidecard-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.hero-sidecard > p { margin: 24px 0 20px; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.hero-sidecard ol { margin: 0; padding: 0; list-style: none; }
.hero-sidecard li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.09);
}
.hero-sidecard li span { color: var(--gold); font-size: 11px; }
.hero-sidecard li strong { font-size: 12px; font-weight: 650; }
.hero-signature { display: grid; margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line); }
.hero-signature span { color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hero-signature strong { margin-top: 4px; font-family: Georgia, serif; font-size: 20px; font-style: italic; font-weight: 400; }

.hero-disclosure {
  right: max(42px, calc((100vw - var(--max)) / 2 + 16px));
  top: auto;
  bottom: 116px;
  max-width: 360px;
  transform: none;
  border-radius: 9px;
  background: rgba(4,7,5,.72);
  font-size: 11px;
}
.hero-principles {
  position: relative;
  left: auto;
  bottom: auto;
  width: min(calc(100% - 80px), var(--max));
  flex: 0 0 auto;
  transform: none;
  border-top: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(90deg, rgba(5,8,6,.7), rgba(5,8,6,.2));
}
.hero-principles > div { padding-block: 21px; }

.recognition-strip {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid var(--line);
  background: #070b09;
}
.recognition-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  align-items: stretch;
}
.recognition-grid > p {
  margin: 0;
  padding: 38px 38px 38px 0;
  color: var(--ink-soft);
  font-family: Georgia, serif;
  font-size: clamp(20px, 1.7vw, 27px);
  font-style: italic;
  line-height: 1.4;
}
.recognition-grid > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-areas: "num title" "num sub";
  column-gap: 12px;
  align-content: center;
  padding: 34px 25px;
  border-left: 1px solid var(--line);
}
.recognition-grid span { grid-area: num; color: var(--gold); font-size: 11px; }
.recognition-grid strong { grid-area: title; font-size: 14px; }
.recognition-grid small { grid-area: sub; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.tension { padding-block: clamp(120px, 8.5vw, 165px); }
.tension-title h2 em { display: inline; }
.tension-copy {
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  box-shadow: 0 35px 100px rgba(0,0,0,.2);
}
.tension-copy .lead { margin-bottom: 42px; }
.tension-link { margin-top: 34px; }

.leak-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(205,165,83,.08), transparent 23%),
    linear-gradient(180deg, rgba(8,13,10,.35), rgba(12,20,15,.88) 18%, rgba(8,13,10,.7));
}
.leak-explorer { border-radius: 26px; background: rgba(5,9,7,.8); }
.leak-tabs button { min-height: 126px; }
.leak-panels article { min-height: clamp(360px, 24vw, 420px); }
.panel-mark { color: rgba(240,207,131,.1); }

.bridge-section { background: #070b09; }
.bridge-flow {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding-bottom: 0;
  overflow: visible;
}
.bridge-flow li {
  width: auto;
  min-width: 0;
  min-height: 270px;
  border-radius: 16px;
  transition: transform .3s var(--ease), border-color .3s, background .3s;
}
.bridge-flow li:hover { transform: translateY(-7px); border-color: var(--line-strong); background: rgba(240,207,131,.055); }

.method-steps li { transition: padding-left .3s var(--ease), border-color .3s; }
.method-steps li:hover { padding-left: 14px; border-color: var(--line-strong); }

.start-card {
  min-height: 0;
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.start-card h3 { margin-top: 58px; }
.start-card > p { min-height: 0; }
.start-card:hover { transform: translateY(-8px); border-color: var(--line-strong); box-shadow: 0 32px 90px rgba(0,0,0,.3); }
.start-card.active { transform: translateY(-12px); }
.start-card.active:hover { transform: translateY(-18px); }

.fit-section { background: linear-gradient(135deg, rgba(9,16,12,.96), rgba(5,8,6,.95)); }
.fit-grid { margin-top: 0; border: 0; }
.fit-grid article { min-height: 0; padding: 28px 30px; }
.fit-card { border-radius: 18px; }

.founder-section {
  display: block;
  grid-template-columns: none;
  gap: 0;
  align-items: normal;
}
.founder-grid {
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
  gap: clamp(56px, 6vw, 96px);
  align-items: start;
}
.founder-visual {
  width: min(100%, 600px);
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  box-shadow: 0 45px 130px rgba(0,0,0,.42);
}
.founder-visual img { object-position: 50% 15%; }
.founder-visual::before {
  content: "FOUNDER / STRATEGY / EXECUTION";
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px;
  background: rgba(4,7,5,.5);
  color: rgba(245,241,232,.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  backdrop-filter: blur(10px);
}
.founder-copy blockquote { border-left-width: 1px; }
.founder-copy h2 { font-size: clamp(3.2rem, 4.2vw, 4.7rem); line-height: 1; }

.faq-section {
  display: block;
  grid-template-columns: none;
  gap: 0;
  background: #070b09;
}
.faq-grid { grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); }
.faq-list details { padding: 0; }
.faq-list summary {
  position: static;
  padding: 28px 0;
  padding-right: 0;
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 650;
}
.faq-list summary::after { content: none; }
.faq-list details[open] summary::after { content: none; }
.faq-list details p { margin: 0; }
summary { transition: color .25s, padding-left .25s; }
summary:hover { color: var(--gold-bright); padding-left: 0; }

.final-cta {
  padding-block: clamp(120px, 8.5vw, 165px);
  background:
    radial-gradient(circle at 88% 10%, rgba(205,165,83,.14), transparent 30%),
    linear-gradient(140deg, #0d1711, #040705 66%);
}
.final-grid h2 { font-size: clamp(3.5rem, 6.1vw, 7rem); }
.site-footer {
  display: block;
  min-height: 0;
  padding: 0;
  background: #030503;
}
.footer-main { padding-top: 48px; padding-bottom: 44px; }
.footer-bottom { padding-top: 20px; padding-bottom: 42px; font-size: 10px; }
.ai-note,.final-actions small { font-size: 11px; }

@media (max-width: 1399px) and (min-width: 901px) {
  .bridge-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1181px) and (max-width: 1399px) {
  .hero-media { left: 44%; }
  .hero-grid { grid-template-columns: minmax(0, 760px) minmax(280px, 1fr); gap: 40px; }
  .hero-sidecard { width: 320px; }
}

@media (max-width: 1280px) {
  .header-nav { display: none; }
  .menu-trigger { display: inline-flex; }
  .recognition-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .recognition-grid > p { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .recognition-grid > div:nth-of-type(1) { border-left: 0; }
}

@media (max-width: 1180px) {
  .hero-media { left: 43%; }
  .hero-grid { grid-template-columns: minmax(0, 720px) minmax(250px, 1fr); gap: 35px; }
  .hero h1 { font-size: clamp(4.4rem, 7.4vw, 7rem); }
  .hero-sidecard { width: 320px; }
}

@media (max-width: 1120px) {
  .fit-grid,.founder-grid,.final-grid { grid-template-columns: 1fr; }
  .founder-visual { max-width: 600px; }
  .final-actions { max-width: 560px; }
}

@media (max-width: 900px) {
  .section-shell { width: min(calc(100% - 40px), var(--max)); }
  .hero { min-height: auto; padding-top: 108px; }
  .hero::before,.hero::after { display: none; }
  .hero-grid { display: block; padding-top: 62px; padding-bottom: 50px; }
  .hero h1 { max-width: 820px; font-size: clamp(3.7rem, 11.8vw, 6.8rem); }
  .hero-sidecard { display: none; }
  .hero-media { inset: auto; width: calc(100% - 40px); border-radius: 22px; }
  .hero-media::before { background: linear-gradient(180deg, transparent 55%, rgba(4,7,5,.78)); }
  .hero-disclosure { right: auto; bottom: auto; }
  .hero-principles { position: relative; left: auto; bottom: auto; width: min(calc(100% - 40px), var(--max)); transform: none; }
  .recognition-grid { width: 100%; }
  .recognition-grid > p { padding-inline: 20px; }
  .recognition-grid > div { padding-inline: 20px; }
  .tension-copy { padding: 32px; }
  .bridge-flow { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 172px; width: max-content; min-width: 100%; padding-bottom: 20px; overflow-x: auto; }
  .bridge-flow li { width: 172px; min-width: 172px; }
  .start-card:hover,.start-card.active,.start-card.active:hover { transform: none; }
}

@media (max-width: 640px) {
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { top: 9px; width: calc(100% - 18px); border-radius: 14px; }
  .brand img { border-radius: 9px; }
  .hero { padding-top: 86px; }
  .hero-grid { padding-top: 45px; padding-bottom: 38px; }
  .hero h1 { font-size: clamp(3.15rem, 15.6vw, 4.7rem); }
  .hero-lead { font-size: 16px; }
  .button,.button-xl { border-radius: 11px; }
  .hero-media { width: calc(100% - 28px); border-radius: 18px; }
  .hero-principles { width: calc(100% - 28px); border-radius: 16px; }
  .recognition-grid { display: block; }
  .recognition-grid > p { padding: 28px 14px; }
  .recognition-grid > div { min-height: 92px; padding: 22px 14px; border-left: 0; border-top: 1px solid var(--line); }
  .tension-copy { padding: 24px 20px; border-radius: 18px; }
  .leak-explorer,.start-card,.fit-card,.founder-visual { border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .bridge-flow li:hover,.method-steps li:hover,.start-card:hover { transform: none; }
}
