@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Instrument+Sans:wght@400;500;600;700&display=swap');

/* ── DESIGN SYSTEM ───────────────────────────────────────
   White canvas default.
   Dark (#0B0F14) for hero sections and final CTAs.
   Blue (#2563EB) for headline emphasis — one word, used rarely.
   Orange (#FF6A2A) for action only — buttons and nav CTA.
   640px text column max.
   100–120px section spacing.
   No italics.
──────────────────────────────────────────────────────── */

:root {
  --white:      #FFFFFF;
  --bg:         #F3F5F7;
  --dark:       #0B0F14;
  --dark2:      #111820;
  --blue:       #2563EB;
  --orange:     #FF6A2A;
  --orange-dk:  #E55A1C;
  --text:       #0B0F14;
  --text2:      #4B5563;
  --muted:      #6B7280;
  --border:     #E2E6EA;
  --border-dk:  rgba(255,255,255,0.07);
  --max:        640px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Instrument Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── NAV ─────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 62px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-brand { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 2px; color: var(--text); text-decoration: none; }
.nav-brand span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text2); text-decoration: none; transition: color 0.2s; letter-spacing: 0.01em; }
.nav-links a:hover { color: var(--text); }
.nav-cta { font-size: 13px !important; font-weight: 600 !important; color: var(--white) !important; background: var(--orange) !important; padding: 9px 20px !important; border-radius: 2px !important; transition: background 0.2s !important; white-space: nowrap; }
.nav-cta:hover { background: var(--orange-dk) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--text); }

/* ── LAYOUT ──────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 52px; }
.text-col { max-width: var(--max); }
.section-light { background: var(--white); padding: 110px 0; }
.section-gray  { background: var(--white); padding: 110px 0; }
.section-dark  { background: var(--dark);  padding: 110px 0; }
hr { border: none; border-top: 1px solid var(--border); }

/* ── TYPOGRAPHY ──────────────────────── */
/* Blue accent on a single emphasized word in headlines */
.accent { color: var(--blue); }

.h-hero {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 6.5vw, 84px);
  line-height: 1; letter-spacing: 0.5px;
  color: #fff; margin-bottom: 20px;
}
.h-hero-light {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 6.5vw, 84px);
  line-height: 1; letter-spacing: 0.5px;
  color: var(--text); margin-bottom: 20px;
}
.h-page {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1; letter-spacing: 0.5px;
  color: #fff; margin-bottom: 14px;
}
.h-section {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.05; letter-spacing: 0.5px;
  color: var(--text); margin-bottom: 20px;
}
.h-section-light { color: #fff; }

.sub-hero { font-size: 20px; font-weight: 500; color: rgba(255,255,255,0.6); line-height: 1.45; margin-bottom: 0; max-width: var(--max); }
.sub-page { font-size: 17px; font-weight: 500; color: rgba(255,255,255,0.55); max-width: var(--max); line-height: 1.55; }

.label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.label-dk { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 12px; }

.body { font-size: 17px; font-weight: 500; line-height: 1.7; color: var(--text2); max-width: var(--max); margin-bottom: 20px; }
.body:last-child { margin-bottom: 0; }
.body-dk { color: rgba(255,255,255,0.65); }
.body p { margin-bottom: 18px; }
.body p:last-child { margin-bottom: 0; }

/* ── AVAILABILITY BADGE ───────────────── */
.avail {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  padding: 6px 14px; margin-bottom: 28px;
}
.avail-dot { width: 7px; height: 7px; border-radius: 50%; background: #10B981; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
.avail span { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.55); }

/* ── BUTTONS ─────────────────────────── */
.btn {
  display: inline-flex; align-items: center;
  background: var(--orange); color: var(--white);
  font-family: 'Instrument Sans', sans-serif; font-size: 15px; font-weight: 600;
  padding: 13px 28px; border-radius: 2px; text-decoration: none;
  transition: background .2s, transform .15s; border: none; cursor: pointer; white-space: nowrap;
}
.btn:hover { background: var(--orange-dk); transform: translateY(-1px); }
.btn-text {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.65); font-family: 'Instrument Sans', sans-serif;
  font-size: 15px; font-weight: 600; text-decoration: none;
  margin-left: 28px; transition: color .2s;
}
.btn-text:hover { color: #fff; }
.btn-text-dark {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--text2); font-family: 'Instrument Sans', sans-serif;
  font-size: 15px; font-weight: 600; text-decoration: none;
  transition: color .2s;
}
.btn-text-dark:hover { color: var(--blue); }
.link { color: var(--blue); text-decoration: none; font-weight: 600; font-size: 15px; }
.link:hover { text-decoration: underline; }
.link-dk { color: rgba(255,255,255,.55); text-decoration: none; font-weight: 600; }
.link-dk:hover { color: #fff; }

/* ── HERO (homepage) ─────────────────── */
.hero {
  background: var(--dark); padding-top: 140px; padding-bottom: 120px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(37,99,235,.06) 0%, transparent 65%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: var(--max); }

/* ── PAGE HERO (inner) ───────────────── */
.page-hero {
  background: var(--dark); padding-top: 120px; padding-bottom: 80px;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(37,99,235,.05) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero > .container { position: relative; z-index: 1; }

/* ── SYSTEMS LIST (What I Build) ─────── */
.systems { border-top: 1px solid var(--border); margin-top: 40px; }
.system-item { padding: 24px 0; border-bottom: 1px solid var(--border); }
.system-item h3 { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.system-item p  { font-size: 15px; font-weight: 500; color: var(--text2); margin: 0; line-height: 1.55; }
.system-item a  { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--blue); text-decoration: none; }
.system-item a:hover { text-decoration: underline; }

/* ── DISCIPLINE PAGE BLOCKS ──────────── */
.discipline-blocks { margin-top: 40px; }
.discipline-block { padding: 28px 0; border-bottom: 1px solid var(--border); }
.discipline-block:first-child { border-top: 1px solid var(--border); }
.discipline-block .label { margin-bottom: 10px; }
.discipline-block p { font-size: 17px; font-weight: 500; line-height: 1.7; color: var(--text2); margin-bottom: 12px; }
.discipline-block p:last-child { margin-bottom: 0; }
.discipline-list { list-style: none; padding: 0; margin: 0; }
.discipline-list li { font-size: 16px; font-weight: 500; color: var(--text2); padding: 0 0 8px 18px; position: relative; line-height: 1.55; }
.discipline-list li::before { content: '+'; position: absolute; left: 0; color: var(--blue); font-weight: 700; font-size: 13px; }
.discipline-list li:last-child { padding-bottom: 0; }

/* ── CASE STUDY ──────────────────────── */
.cs-wrap { max-width: 900px; }
.cs-title { font-family: 'Bebas Neue', sans-serif; font-size: 36px; letter-spacing: .5px; color: var(--text); line-height: 1; margin-bottom: 6px; }
.cs-company { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 28px; }
.cs-label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.cs-body { font-size: 16px; font-weight: 500; line-height: 1.7; color: var(--text2); margin-bottom: 0; max-width: var(--max); }
.cs-list { list-style: none; padding: 0; margin: 0; }
.cs-list li { font-size: 16px; font-weight: 500; color: var(--text2); padding: 0 0 8px 20px; position: relative; line-height: 1.6; }
.cs-list li::before { content: '→'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.cs-list li:last-child { padding-bottom: 0; }
.cs-divider { border: none; border-top: 1px solid var(--border); margin: 56px 0 0; }

/* ── PROOF LINKS ─────────────────────── */
.proof-links { border-top: 1px solid var(--border); max-width: var(--max); margin-top: 32px; }
.proof-link { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--border); text-decoration: none; transition: all .2s; }
.proof-link:hover .pl-label { color: var(--blue); }
.proof-link:hover .pl-arrow { transform: translateX(5px); color: var(--blue); }
.pl-label { font-size: 16px; font-weight: 600; color: var(--text); transition: color .2s; }
.pl-desc  { font-size: 13px; font-weight: 500; color: var(--muted); margin-top: 3px; }
.pl-arrow { font-size: 16px; color: var(--muted); transition: transform .2s, color .2s; flex-shrink: 0; }

/* ── REFERENCES ──────────────────────── */
.ref-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 40px; max-width: 1000px; }
.ref-quote { font-size: 16px; font-weight: 500; line-height: 1.75; color: var(--text2); margin-bottom: 18px; }
.ref-name  { font-size: 13px; font-weight: 700; color: var(--text); }
.ref-role  { font-size: 12px; color: var(--muted); margin-top: 3px; }

/* ── WHERE I STEP IN ─────────────────── */
.step-list { border-top: 1px solid var(--border-dk); max-width: var(--max); margin-top: 32px; }
.step-item { display: flex; gap: 16px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--border-dk); font-size: 17px; font-weight: 500; color: rgba(255,255,255,.75); line-height: 1.6; }
.step-dash { color: var(--orange); font-weight: 700; flex-shrink: 0; }

/* ── FINAL CTA ───────────────────────── */
.cta-block { background: var(--dark); padding: 130px 0; text-align: center; }
.cta-block h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px,5vw,56px); letter-spacing: .5px; color: #fff; line-height: 1.05; margin-bottom: 12px; max-width: 640px; margin-left: auto; margin-right: auto; }
.cta-block p { font-size: 17px; font-weight: 500; color: rgba(255,255,255,.5); max-width: 420px; margin: 0 auto 36px; line-height: 1.65; }

/* ── WORK PAGE ───────────────────────── */
.work-item { padding: 24px 0; border-bottom: 1px solid var(--border); max-width: 800px; }
.work-item:first-child { border-top: 1px solid var(--border); }
.work-type { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.work-title { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.work-desc { font-size: 15px; font-weight: 500; color: var(--text2); line-height: 1.65; margin-bottom: 10px; }
.work-item a { font-size: 13px; font-weight: 600; color: var(--blue); text-decoration: none; }
.work-item a:hover { text-decoration: underline; }

/* ── WHO I WORK WITH ─────────────────── */
.wiw-block { padding: 48px 0; border-bottom: 1px solid var(--border); max-width: var(--max); }
.wiw-block:first-child { padding-top: 0; }
.wiw-block:last-child { border-bottom: none; }
.wiw-title { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: .5px; color: var(--text); line-height: 1; margin-bottom: 18px; }

/* ── THINKING ────────────────────────── */
.think-list { border-top: 1px solid var(--border); max-width: 800px; }
.think-item { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.think-item:hover .ti-title { color: var(--blue); }
.ti-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .5px; color: var(--text); line-height: 1.2; margin-bottom: 5px; transition: color .2s; }
.ti-desc  { font-size: 14px; font-weight: 500; color: var(--muted); line-height: 1.6; }
.ti-date  { font-size: 12px; font-weight: 500; color: var(--muted); white-space: nowrap; }

/* ── FEATURED POST ───────────────────── */
.featured { background: var(--bg); border-left: 3px solid var(--blue); padding: 28px 32px; max-width: 720px; margin-bottom: 40px; }
.featured h3 { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: .5px; color: var(--text); margin-bottom: 10px; line-height: 1.1; }
.featured p { font-size: 16px; font-weight: 500; color: var(--text2); line-height: 1.65; margin-bottom: 16px; }

/* ── ARTICLE ─────────────────────────── */
.article-meta { font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--border); display: flex; gap: 20px; flex-wrap: wrap; }
.article-body { max-width: var(--max); }
.article-body h2 { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: .5px; color: var(--text); margin: 36px 0 12px; line-height: 1; }
.article-body h3 { font-size: 17px; font-weight: 700; color: var(--text); margin: 24px 0 10px; }
.article-body p  { font-size: 17px; font-weight: 500; line-height: 1.75; color: var(--text2); margin-bottom: 20px; }
.article-body ul, .article-body ol { padding-left: 20px; margin-bottom: 20px; }
.article-body li { font-size: 17px; font-weight: 500; line-height: 1.75; color: var(--text2); margin-bottom: 8px; }
.article-source { margin-top: 40px; padding: 18px 22px; background: var(--bg); border: 1px solid var(--border); font-size: 14px; font-weight: 500; color: var(--text2); }
.article-source a { color: var(--blue); text-decoration: none; font-weight: 600; }

/* ── ABOUT ───────────────────────────── */
.about-grid { display: grid; grid-template-columns: 260px 1fr; gap: 72px; align-items: start; }
.about-photo img { width: 100%; display: block; filter: grayscale(15%) contrast(1.05); }
.about-section { padding: 28px 0; border-bottom: 1px solid var(--border); max-width: 760px; }
.about-section:last-child { border-bottom: none; padding-bottom: 0; }

/* About page v2 */
.about-intro { padding-top: 64px; padding-bottom: 64px; }
.about-grid-v2 {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}
.about-portrait {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  filter: grayscale(15%) contrast(1.02);
  border: 1px solid var(--border);
}
.about-lead-col { padding-top: 4px; }
.about-lead {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 3.4vw, 48px);
  letter-spacing: .5px;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 28px;
}

.about-block { padding-top: 80px; padding-bottom: 80px; }
.about-block-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: start;
  max-width: 1080px;
}
.abg-meta { padding-top: 4px; }
.abg-meta .label { margin: 0; }
.abg-body { max-width: 640px; }
.abg-body .body strong { font-weight: 700; color: var(--text); }
.abg-body .body { margin-bottom: 18px; }
.abg-body .body:last-child { margin-bottom: 0; }

.about-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

/* ── CONTACT ─────────────────────────── */
.contact-email { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px, 4vw, 52px); letter-spacing: .5px; color: var(--text); margin: 8px 0 32px; display: block; text-decoration: none; transition: color .2s; }
.contact-email:hover { color: var(--blue); }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.form-group input, .form-group textarea { width: 100%; background: var(--bg); border: 1px solid var(--border); padding: 11px 14px; font-family: 'Instrument Sans', sans-serif; font-size: 15px; font-weight: 500; color: var(--text); outline: none; transition: border-color .2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--blue); }
.form-group textarea { height: 120px; resize: vertical; }
.form-submit { background: var(--orange); color: var(--white); font-family: 'Instrument Sans', sans-serif; font-size: 14px; font-weight: 600; padding: 13px 28px; border: none; cursor: pointer; transition: background .2s; }
.form-submit:hover { background: var(--orange-dk); }

/* ── PITWALL ─────────────────────────── */
.pitwall-item { padding: 20px 0; border-bottom: 1px solid var(--border); max-width: var(--max); }
.pitwall-item:first-child { border-top: 1px solid var(--border); }
.pitwall-item h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.pitwall-item p  { font-size: 15px; font-weight: 500; color: var(--text2); line-height: 1.65; margin: 0; }

/* ── BUILD TILE GRID ─────────────────── */
.pitwall-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  margin-bottom: 2px;
}
.pitwall-feature-content {
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--border);
}
.pitwall-feature-aside {
  padding: 48px 52px;
  background: var(--dark);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pitwall-feature-aside .doc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-dk);
  text-decoration: none;
  transition: all .2s;
}
.pitwall-feature-aside .doc-item:last-child { border-bottom: none; }
.pitwall-feature-aside .doc-item:hover .doc-arrow { transform: translateX(4px); color: var(--orange); }
.doc-name { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.75); }
.doc-type { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-top: 2px; }
.doc-arrow { font-size: 14px; color: rgba(255,255,255,.3); transition: all .2s; flex-shrink: 0; }

.build-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 2px;
}
.build-tile {
  border: 1px solid var(--border);
  padding: 32px 36px;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  display: block;
}
.build-tile:hover { border-color: var(--blue); background: #f8faff; }
.build-tile-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.build-tile-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .5px; color: var(--text); line-height: 1; margin-bottom: 10px; }
.build-tile-desc { font-size: 14px; font-weight: 500; color: var(--text2); line-height: 1.6; margin-bottom: 16px; }
.build-tile-link { font-size: 13px; font-weight: 600; color: var(--blue); }

/* ── WHO I WORK WITH TABS ─────────────── */
.tab-nav { display: flex; gap: 0; border-bottom: 2px solid var(--border); margin-bottom: 52px; }
.tab-btn {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  color: var(--muted);
  background: none; border: none; cursor: pointer;
  padding: 14px 28px;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .2s, border-color .2s;
  letter-spacing: .01em;
}
.tab-btn:hover { color: var(--text); }
.tab-btn.active { color: var(--text); border-bottom-color: var(--orange); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.wiw-panel-title { font-family: 'Bebas Neue', sans-serif; font-size: 44px; letter-spacing: .5px; color: var(--text); line-height: 1; margin-bottom: 28px; }

/* ── THINKING CARD GRID ───────────────── */
.think-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.think-card {
  border: 1px solid var(--border);
  padding: 28px 30px;
  text-decoration: none;
  display: block;
  transition: border-color .2s;
}
.think-card:hover { border-color: var(--blue); }
.think-card:hover .think-card-title { color: var(--blue); }
.think-card-date { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.think-card-title { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: .5px; color: var(--text); line-height: 1.1; margin-bottom: 10px; transition: color .2s; }
.think-card-desc { font-size: 14px; font-weight: 500; color: var(--text2); line-height: 1.6; }

/* ── HOMEPAGE HERO ──────────────────────── */
.hero-grid-bg { position: absolute; inset: 0; pointer-events: none; opacity: .9; z-index: 0; }
.hero-grid-bg svg { width: 100%; height: 100%; display: block; }
.hero > .container { position: relative; z-index: 1; }
.hero-split { display: grid; grid-template-columns: 1fr 360px; gap: 72px; align-items: center; }

.hero-portrait { position: relative; }
.hero-portrait-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: var(--dark2);
}
.hero-portrait-frame::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,15,20,0) 55%, rgba(11,15,20,.55) 100%);
  z-index: 2; pointer-events: none;
}
.hero-portrait-frame::after {
  content: '';
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(37,99,235,.18);
  z-index: 3; pointer-events: none;
}
.hero-portrait-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%;
  display: block;
  filter: grayscale(15%) contrast(1.02);
}
.hero-portrait-meta {
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.hpm-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.hpm-row:last-child { border-bottom: none; }
.hpm-label { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.3); }
.hpm-value { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.75); }

.hero-categories {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: rgba(255,255,255,.42);
  line-height: 1.6;
  max-width: var(--max);
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ── LOGO BAND (below hero) ─────────────── */
.logo-band {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 56px 0 64px;
}
.logo-band-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 28px;
  text-align: center;
}
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px 64px;
}
.logo-row img {
  height: 36px;
  width: auto;
  opacity: .7;
  transition: opacity .2s;
  filter: grayscale(100%);
}
.logo-row img:hover { opacity: 1; }

/* ── HOMEPAGE LAYOUT BLOCKS ─────────────── */

/* Block: split (intro + bullets) */
.home-block { padding-top: 96px; padding-bottom: 96px; }
.home-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: start; }
.home-split-left .h-section { margin-bottom: 24px; }
.home-split-right { display: flex; flex-direction: column; gap: 16px; }
.hsr-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid var(--border);
  background: var(--white);
  align-items: start;
  transition: border-color .2s;
}
.hsr-card:hover { border-color: var(--blue); }
.hsr-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: var(--blue);
  line-height: 1;
}
.hsr-text { font-size: 16px; font-weight: 500; color: var(--text); line-height: 1.55; }
.hsr-text strong { font-weight: 700; color: var(--text); }

/* Block: POV grid (How I think about this work) */
.pov-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.pov-item {
  border-top: 2px solid var(--blue);
  padding: 28px 4px 0;
  display: flex;
  flex-direction: column;
}
.pov-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  color: var(--blue);
  margin-bottom: 18px;
}
.pov-text {
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}
.pov-text strong { font-weight: 700; color: var(--text); }

/* Block: dark article band */
.home-article { padding-top: 80px; padding-bottom: 80px; }
.ha-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}
.ha-meta .label-dk { margin-bottom: 16px; }
.ha-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.ha-link {
  display: block;
  text-decoration: none;
  border-left: 1px solid rgba(255,255,255,.1);
  padding-left: 64px;
  margin-left: -64px;
  transition: border-color .2s;
}
.ha-link:hover { border-left-color: var(--blue); }
.ha-link:hover .ha-cta { color: var(--blue); }
.ha-link:hover .ha-title { color: #fff; }
.ha-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 3.2vw, 44px);
  letter-spacing: .5px;
  color: rgba(255,255,255,.92);
  line-height: 1.1;
  margin-bottom: 20px;
  transition: color .2s;
}
.ha-desc {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  line-height: 1.6;
  max-width: 640px;
  margin-bottom: 24px;
}
.ha-cta {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  letter-spacing: .04em;
  transition: color .2s;
}

/* Block: light article band (light variant of ha) */
.home-article-light { padding-top: 80px; padding-bottom: 80px; background: var(--gray); }
.home-article-light .ha-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}
.ha-date-light {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 16px;
}
.ha-link-light {
  display: block;
  text-decoration: none;
  border-left: 1px solid var(--border);
  padding-left: 64px;
  margin-left: -64px;
  transition: border-color .2s;
}
.ha-link-light:hover { border-left-color: var(--blue); }
.ha-link-light:hover .ha-cta-light { color: var(--blue); }
.ha-link-light:hover .ha-title-light { color: var(--blue); }
.ha-title-light {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 2.8vw, 40px);
  letter-spacing: .5px;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 18px;
  transition: color .2s;
}
.ha-desc-light {
  font-size: 17px;
  font-weight: 500;
  color: var(--text2);
  line-height: 1.6;
  max-width: 640px;
  margin-bottom: 22px;
}
.ha-cta-light {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: .04em;
  transition: color .2s;
}

/* Block: method grid (How I work, dark) */
.home-method { padding-top: 96px; padding-bottom: 96px; }
.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.method-step {
  padding: 36px 36px 36px 0;
  border-right: 1px solid rgba(255,255,255,.1);
}
.method-step:nth-child(2) { padding-left: 36px; }
.method-step:nth-child(3) { padding-left: 36px; padding-right: 0; border-right: none; }
.method-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  color: var(--blue);
  margin-bottom: 20px;
}
.method-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(20px, 1.8vw, 24px);
  letter-spacing: .5px;
  color: rgba(255,255,255,.95);
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 14px;
}
.method-text {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.55);
  line-height: 1.6;
  margin: 0;
}

/* Block: proof grid (feature left, stack right) */
.proof-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
  min-height: 540px;
}
.proof-tile {
  position: relative;
  display: block;
  padding: 28px 32px 56px 32px;
  border: 1px solid var(--border);
  background: var(--white);
  text-decoration: none;
  transition: all .2s;
}
.proof-tile:hover { border-color: var(--blue); background: var(--gray); }
.proof-tile:hover .pt-arrow { transform: translateX(6px); color: var(--blue); }
.proof-tile:hover .pt-title { color: var(--blue); }
.pt-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.pt-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: .5px;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 8px;
  transition: color .2s;
}
.pt-desc {
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
  line-height: 1.5;
}
.pt-arrow {
  position: absolute;
  bottom: 22px;
  right: 28px;
  font-size: 18px;
  color: var(--muted);
  transition: all .2s;
}
.proof-tile.pt-feature {
  background: var(--dark);
  border-color: var(--dark);
  grid-row: 1 / span 3;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px;
  position: relative;
  overflow: hidden;
}
.proof-tile.pt-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(37,99,235,.18) 0%, transparent 60%);
  pointer-events: none;
}
.proof-tile.pt-feature > div { position: relative; z-index: 1; }
.proof-tile.pt-feature .pt-label { color: var(--orange); margin-bottom: 16px; }
.proof-tile.pt-feature .pt-title { color: #fff; font-size: clamp(56px, 6vw, 84px); letter-spacing: 2px; line-height: 1; margin: 0; }
.proof-tile.pt-feature .pt-desc { color: rgba(255,255,255,.6); font-size: 17px; max-width: 360px; margin-bottom: 0; }
.proof-tile.pt-feature .pt-arrow { color: rgba(255,255,255,.4); position: static; display: inline-block; margin-top: 16px; font-size: 22px; }
.proof-tile.pt-feature:hover { border-color: var(--blue); background: var(--dark); }
.proof-tile.pt-feature:hover .pt-title { color: #fff; }
.proof-tile.pt-feature:hover .pt-arrow { color: var(--orange); transform: translateX(6px); }

/* Block: references (asymmetric) */
.home-refs { padding-top: 96px; padding-bottom: 96px; background: var(--gray); }
.refs-asym {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: start;
}
.ref-feature {
  border-left: 3px solid var(--blue);
  padding: 8px 0 8px 32px;
}
.ref-feature-quote {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(26px, 2.6vw, 36px);
  letter-spacing: .5px;
  color: var(--text);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 28px;
}
.ref-feature-meta .ref-name { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.ref-feature-meta .ref-role { font-size: 13px; font-weight: 500; color: var(--text2); }
.ref-feature-meta .ref-rel { font-size: 12px; font-weight: 500; color: var(--blue); margin-top: 6px; letter-spacing: .02em; }
.ref-stack { display: flex; flex-direction: column; gap: 32px; }
.ref-small {
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.ref-small .ref-quote {
  font-size: 15px;
  font-weight: 500;
  color: var(--text2);
  line-height: 1.55;
  margin-bottom: 14px;
}
.ref-small .ref-name { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.ref-small .ref-role { font-size: 12px; font-weight: 500; color: var(--muted); }
.ref-small .ref-rel { font-size: 11px; font-weight: 600; color: var(--blue); margin-top: 4px; letter-spacing: .02em; }

/* ── FOOTER ──────────────────────────── */
footer { background: var(--dark2); border-top: 1px solid var(--border-dk); padding: 36px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; color: rgba(255,255,255,.7); text-decoration: none; }
.footer-brand span { color: var(--orange); }
.footer-links { display: flex; gap: 24px; list-style: none; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.3); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: rgba(255,255,255,.7); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.2); }

/* ── RESPONSIVE ──────────────────────── */
@media (max-width: 960px) {
  nav { padding: 0 24px; }
  .container { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 62px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 24px; gap: 20px; z-index: 99; }
  .nav-toggle { display: flex; }
  .ref-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid-v2 { grid-template-columns: 1fr; gap: 40px; }
  .about-portrait { max-width: 320px; }
  .about-block-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-block { padding-top: 56px; padding-bottom: 56px; }
  .about-cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-cta-grid > div:last-child { justify-content: flex-start !important; }
  .section-light, .section-gray, .section-dark { padding: 72px 0; }
  .home-block { padding-top: 72px; padding-bottom: 72px; }
  .home-refs { padding-top: 72px; padding-bottom: 72px; }
  .hero { padding-top: 100px; padding-bottom: 80px; }
  .page-hero { padding-top: 100px; padding-bottom: 60px; }
  .footer-inner { flex-direction: column; gap: 20px; text-align: center; }
  .pitwall-feature { grid-template-columns: 1fr; }
  .pitwall-feature-content { border-right: none; border-bottom: 1px solid var(--border); }
  .build-tile-grid { grid-template-columns: 1fr 1fr; }
  .think-card-grid { grid-template-columns: 1fr 1fr; }
  .hero-split { grid-template-columns: 1fr; gap: 48px; }
  .hero-portrait { max-width: 320px; }
  .home-split { grid-template-columns: 1fr; gap: 40px; }
  .pov-grid { grid-template-columns: 1fr; gap: 24px; }
  .method-grid { grid-template-columns: 1fr; border-top: none; }
  .method-step { padding: 28px 0 !important; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.1); }
  .method-step:last-child { border-bottom: none; }
  .home-method { padding-top: 72px; padding-bottom: 72px; }
  .logo-band { padding: 40px 0 48px; }
  .logo-row { gap: 32px 40px; }
  .logo-row img { height: 28px; }
  .ha-grid { grid-template-columns: 1fr; gap: 24px; }
  .ha-link { border-left: none; padding-left: 0; margin-left: 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; }
  .ha-link:hover { border-top-color: var(--blue); }
  .home-article-light .ha-grid { grid-template-columns: 1fr; gap: 24px; }
  .ha-link-light { border-left: none; padding-left: 0; margin-left: 0; border-top: 1px solid var(--border); padding-top: 24px; }
  .ha-link-light:hover { border-top-color: var(--blue); }
  .proof-grid { grid-template-columns: 1fr; grid-template-rows: auto; min-height: 0; }
  .proof-tile.pt-feature { grid-row: auto; grid-column: auto; padding: 36px; }
  .proof-tile.pt-feature .pt-title { font-size: 56px; letter-spacing: 1px; }
  .refs-asym { grid-template-columns: 1fr; gap: 40px; }
  .tab-btn { padding: 12px 18px; font-size: 13px; }
}
@media (max-width: 600px) {
  .build-tile-grid { grid-template-columns: 1fr; }
  .think-card-grid { grid-template-columns: 1fr; }
}
