/* ============================================================
   DRIFTMORE CONSULTING · V2
   Shared stylesheet for: /, /about, /approach, /work, /services
   ============================================================
   Tokens → Reset → Nav → Hero variants → Page sections
   → Components (placeholder, FAQ, case studies, services)
   → Footer → Reveals → Mobile
   ============================================================ */

/* ============ TOKENS ============ */
:root {
  --pale:       #FAF4E4;
  --sand:       #F0E6CD;
  --stone:      #E2DDC7;
  --mist:       #B8BDB8;

  --sage-light: #A6BAA9;
  --sage:       #5C7A68;
  --sage-deep:  #3F5B4B;
  --sage-dark:  #2A3A30;

  --ink:        #2A2A2A;

  --coral:      #E56A52;

  --serif:      'Cormorant Garamond', Georgia, serif;
  --display:    'Fraunces', Georgia, serif;
  --sans:       'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:       'JetBrains Mono', 'SF Mono', Menlo, monospace;
}

/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--pale);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; padding: 0; color: inherit; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }

/* ============ NAV ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 240ms ease, box-shadow 240ms ease;
  background: transparent;
}
.nav.scrolled,
.nav.solid {
  background: rgba(74, 95, 80, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.coral-rule {
  height: 3px;
  background: var(--coral);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.wm-name {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.18em;
  transition: color 240ms ease;
}
.wm-sub {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.24em;
  opacity: 0.7;
  margin-top: 3px;
  transition: color 240ms ease, opacity 240ms ease;
}
.nav-links {
  display: flex;
  gap: 28px;
}
.nav-links a {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.02em;
  transition: opacity 180ms ease, color 240ms ease;
  padding-bottom: 4px;
}
.nav-links a:hover { opacity: 0.7; }
.nav-links a.active {
  border-bottom: 1px solid var(--coral);
}

.nav.scrolled .wm-name,
.nav.scrolled .wm-sub,
.nav.scrolled .nav-links a,
.nav.solid .wm-name,
.nav.solid .wm-sub,
.nav.solid .nav-links a {
  color: var(--pale);
}

.nav-toggle {
  display: none;
  width: 32px; height: 32px;
  position: relative;
}
.nav-toggle span {
  position: absolute;
  left: 4px; right: 4px;
  height: 1.5px;
  background: var(--pale);
  transition: transform 220ms ease;
}
.nav-toggle span:nth-child(1) { top: 11px; }
.nav-toggle span:nth-child(2) { bottom: 11px; }

/* ============ HERO (homepage with video, legacy) ============ */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(92, 122, 104, 0.78);
  z-index: 1;
}

/* ============ HERO (homepage solid sage, current) ============ */
.hero.hero-solid {
  background: var(--pale);
  overflow: visible;
  min-height: 0;
  padding: 9rem 32px 6.5rem;
}
.hero.hero-solid .hero-eyebrow,
.hero.hero-solid .hero-h,
.hero.hero-solid .hero-sub {
  color: var(--ink);
}
.hero.hero-solid .hero-cta {
  color: var(--sage-dark);
  border: 1px solid var(--sage-dark);
}
.hero.hero-solid .hero-cta:hover {
  background: var(--sage-dark);
  color: var(--sage-light);
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 32px;
  max-width: 760px;
}
.hero-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pale);
  margin: 0 0 1.5rem;
  line-height: 1.6;
  opacity: 0.95;
}
.hero-eyebrow .he-line {
  display: block;
}
.hero-eyebrow .he-tail {
  display: block;
  font-family: var(--display);
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: 0.5rem;
  opacity: 0.9;
}
.hero-h {
  font-family: var(--serif);
  font-size: clamp(46px, 6.8vw, 72px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: -0.018em;
  margin: 0 0 1.75rem;
}
.hero-h em { font-style: italic; }
.hero-h .hero-h-light {
  font-weight: 400;
  font-size: 0.78em;
  line-height: 1.2;
  display: inline-block;
  margin-top: 0.5em;
  color: var(--sage);
}
.hero-h .hero-h-light em { font-style: italic; font-weight: 400; }
.hero-h .hero-h-pop {
  color: var(--sage-dark);
  font-weight: 500;
}
.hero-sub {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.65;
  margin: 0 auto 2rem;
  max-width: 620px;
  opacity: 0.88;
}
.hero-cta {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--pale);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid var(--pale);
  transition: background 220ms ease, color 220ms ease;
}
.hero-cta:hover {
  background: var(--pale);
  color: var(--sage);
}

.hero-creds {
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  color: var(--sage);
  margin: 2.5rem 0 0;
  letter-spacing: 0.01em;
  opacity: 1;
  line-height: 1.6;
  font-weight: 500;
}
.hero-creds .dot-coral { font-style: normal; opacity: 1; color: var(--coral); }

/* ============ PAGE HERO (sub-pages, no video) ============ */
.page-hero {
  background: var(--sage);
  padding: 8rem 32px 5rem;
  text-align: center;
}
.page-hero-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--pale);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  opacity: 0.85;
  font-weight: 400;
}
.page-hero-h {
  font-family: var(--serif);
  font-size: clamp(44px, 6.5vw, 72px);
  font-weight: 500;
  color: var(--pale);
  margin: 0 0 1.75rem;
  line-height: 1.05;
  letter-spacing: -0.018em;
}
.page-hero-h em { font-style: italic; font-weight: 400; }
.page-hero-sub {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--pale);
  margin: 0 auto;
  max-width: 600px;
  opacity: 0.94;
  font-weight: 300;
  line-height: 1.6;
}
.page-hero-sub-stack p {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--pale);
  margin: 0 0 0.4rem;
  opacity: 0.94;
  font-weight: 300;
  line-height: 1.55;
}
.page-hero-sub-stack p:last-child { margin-bottom: 0; }

/* ============ HOMEPAGE: PROOF STRIP ============ */
.proof {
  background: var(--sage-dark);
  padding: 44px 32px;
}
.proof .wrap { text-align: center; max-width: 820px; }
.proof-quote {
  font-family: var(--display);
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  color: var(--pale);
  line-height: 1.5;
  margin: 0 0 16px;
  letter-spacing: -0.005em;
}
.proof-attr {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--coral);
  letter-spacing: 0.22em;
  margin: 0;
  font-weight: 500;
}

/* ============ HOMEPAGE: SIGNALS ============ */
.signals { 
  background: var(--pale); 
padding: 5rem 0 5.5rem; 
}
.slack-window {
  max-width: 720px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.slack-header {
  background: #F8F8F6;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
}
.slack-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.dot-red { background: #FF5F57; }
.dot-yellow { background: #FEBC2E; }
.dot-green { background: #28C840; }
.slack-channel {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: #1D1C1D;
  margin-left: 14px;
}
.slack-body { padding: 18px; }
.slack-msg { display: flex; gap: 10px; padding: 8px 0; }
.slack-msg + .slack-msg { padding-top: 6px; }
.slack-avatar {
  width: 36px; height: 36px;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}
.slack-content { flex: 1; }
.slack-meta { display: flex; align-items: baseline; gap: 8px; margin-bottom: 2px; }
.slack-name { font-family: var(--sans); font-size: 14px; font-weight: 600; color: #1D1C1D; }
.slack-time { font-family: var(--sans); font-size: 11px; color: #616061; }
.slack-text { font-family: var(--sans); font-size: 14px; color: #1D1C1D; line-height: 1.5; margin: 0; }

.signals-punchline { text-align: center; padding-top: 3rem; }
.signals-punchline h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  color: var(--sage-dark);
  margin: 0;
  letter-spacing: -0.01em;
}
.signals-punchline em { font-style: italic; }
.signals-emoji {
  font-size: 32px;
  margin: 14px 0 4px;
  line-height: 1;
  text-align: center;
}
.signals-aside {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--sage);
  margin: 1.25rem 0 0;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.005em;
}

/* ============ HOMEPAGE: ABOUT ============ */
.about-section { 
  background: var(--pale); 
padding: 5rem 0 4.5rem; 
  position: relative; 
}
.about-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 64px; height: 1px;
  background: var(--coral);
  opacity: 0.35;
}
.section-h {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  color: var(--ink);
  text-align: center;
  margin: 0 0 4rem;
  letter-spacing: -0.01em;
}
.section-h em { font-style: italic; }

.about-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin: 0 0 4.5rem;
  flex-wrap: wrap;
}
.about-photo {
  width: 220px; height: 220px;
  background: var(--stone);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 0 rgba(42, 42, 42, 0.06), 0 8px 32px rgba(74, 95, 80, 0.12);
  border: 6px solid var(--pale);
  outline: 1px solid rgba(92, 122, 104, 0.18);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-headline {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(56px, 7vw, 84px);
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1;
}
.about-headline em { font-style: italic; }

.about-copy {
  max-width: 720px;
  margin: 0 auto 4rem;
}
.about-copy.placeholder {
  border: 1px dashed var(--coral);
  border-radius: 4px;
  background: rgba(217, 119, 87, 0.04);
  padding: 28px 32px;
}
.placeholder-tag {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--coral);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 500;
}
.about-copy p {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 1.4rem;
  line-height: 1.75;
  font-weight: 300;
  text-align: center;
}
.about-copy p:last-child { margin-bottom: 0; }

.about-meta { text-align: center; max-width: 820px; margin: 0 auto; }
.about-locale {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 0 0 2rem;
  flex-wrap: wrap;
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: var(--sage);
  letter-spacing: 0.01em;
  font-weight: 500;
}
.about-locale .locale-secondary { opacity: 1; }
.dot-coral { color: var(--coral); font-size: 18px; font-style: normal; line-height: 1; }
.about-divider {
  width: 64px;
  height: 2px;
  background: var(--coral);
  margin: 0 auto 2.25rem;
  opacity: 0.7;
  border-radius: 2px;
}
.about-credentials {
  font-family: var(--display);
  font-size: 15px;
  color: var(--sage);
  opacity: 0.85;
  letter-spacing: 0.03em;
  margin: 0 0 2rem;
  line-height: 1.6;
}
.dot-muted { opacity: 0.45; margin: 0 8px; }
.about-more {
  display: inline-block;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--coral);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--coral);
  padding-bottom: 2px;
  transition: opacity 180ms ease;
}
.about-more:hover { opacity: 0.7; }

/* ============ HOMEPAGE: SERVICES TEASER ============ */
.services { 
  background: var(--pale); 
padding: 5rem 0; 
  position: relative; 
}
.services::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 64px; height: 1px;
  background: var(--coral);
  opacity: 0.35;
}
.sec-head { text-align: center; margin: 0 0 4rem; }
.sec-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 1rem;
  font-weight: 400;
}
.services-h {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 400;
  color: var(--ink);
  margin: 0 auto;
  letter-spacing: -0.01em;
  max-width: 760px;
  line-height: 1.15;
}
.services-h em { font-style: italic; }

.services-list { max-width: 880px; margin: 0 auto; }
.service-row {
  display: grid;
  grid-template-columns: 80px 1fr 180px;
  gap: 32px;
  padding: 2rem 0;
  border-top: 1px solid rgba(42, 42, 42, 0.15);
  align-items: start;
}
.service-row:last-child { border-bottom: 1px solid rgba(42, 42, 42, 0.15); }
.service-num {
  font-family: var(--display);
  font-size: 38px;
  color: var(--coral);
  margin: 0;
  font-weight: 400;
  line-height: 1;
  padding-top: 4px;
}
.service-body h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 0.4rem;
  letter-spacing: -0.005em;
  line-height: 1.1;
}
.service-tag {
  font-family: var(--display);
  font-size: 14px;
  color: var(--sage);
  margin: 0 0 1rem;
  line-height: 1.5;
}
.service-tag em { font-style: italic; }
.service-examples {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  margin: 0;
  line-height: 1.7;
  opacity: 0.78;
  font-weight: 300;
  max-width: 540px;
}
.service-cta { text-align: right; padding-top: 12px; }
.service-cta a {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--coral);
  font-weight: 500;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--coral);
  padding-bottom: 2px;
  transition: opacity 180ms ease;
}
.service-cta a:hover { opacity: 0.7; }

/* ============ HOMEPAGE: CONTACT ============ */
.contact { background: var(--sage); padding: 5rem 32px 4rem; text-align: center; }
.contact .wrap { max-width: 720px; }
.contact-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--pale);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  opacity: 0.85;
  font-weight: 400;
}
.contact-h {
  font-family: var(--serif);
  font-size: clamp(40px, 5.5vw, 56px);
  font-weight: 400;
  color: var(--pale);
  margin: 0 0 1rem;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.contact-h em { font-style: italic; }
.contact-sub {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--pale);
  line-height: 1.55;
  margin: 0 auto 2rem;
  max-width: 480px;
  opacity: 0.92;
  font-weight: 300;
}
.contact-actions { margin: 0 0 1.5rem; }
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}
.btn.primary { color: var(--sage); background: var(--pale); }
.btn.primary:hover { opacity: 0.9; transform: translateY(-1px); }
.contact-meta {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--pale);
  margin: 0;
  opacity: 0.75;
  letter-spacing: 0.04em;
}

/* ============ ABOUT PAGE ============ */
.about-bio-wrap { 
  background: var(--pale); 
padding: 5rem 32px 4rem; 
}
.about-bio { max-width: 720px; margin: 0 auto; }
.about-bio.placeholder {
  border: 1px dashed var(--coral);
  border-radius: 4px;
  background: rgba(229, 106, 82, 0.04);
  padding: 32px 36px;
}
.about-bio p {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 1.25rem;
  line-height: 1.75;
  font-weight: 300;
}
.about-bio p:last-child { margin-bottom: 0; }
.about-bio p.bio-lede {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 2rem;
  letter-spacing: -0.005em;
}
.about-bio p.bio-lede em {
  font-style: italic;
  color: var(--sage);
}

.cred-section { 
  background: var(--pale); 
padding: 0 32px 5rem; 
}
.cred-wrap { max-width: 880px; margin: 0 auto; }
.cred-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 3rem;
  text-align: center;
}
.cred-grid { border-top: 1px solid rgba(42, 42, 42, 0.15); }
.cred-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(42, 42, 42, 0.15);
}
.cred-cell {
  padding: 1.75rem 0;
}
.cred-cell:first-child {
  padding-right: 32px;
  border-right: 1px solid rgba(42, 42, 42, 0.15);
}
.cred-cell:last-child {
  padding-left: 32px;
}
.cred-row.full {
  grid-template-columns: 1fr;
}
.cred-row.full .cred-cell {
  padding: 1.75rem 0;
  border-right: none;
}
.cred-label {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  font-weight: 500;
}
.cred-line {
  font-family: var(--display);
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 4px;
  line-height: 1.6;
}
.cred-line:last-child { margin-bottom: 0; }
.cred-note {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: var(--sage);
  margin: 14px 0 0;
  line-height: 1.55;
  font-weight: 400;
  opacity: 0.85;
}
.cred-bridge {
  text-align: center;
  margin: 4rem 0 0;
  padding: 2.5rem 0 0;
  border-top: 1px solid rgba(42, 42, 42, 0.12);
}
.cred-bridge-label {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: var(--sage);
  margin: 0 0 1rem;
  font-weight: 500;
}
.cred-bridge-link {
  display: inline-block;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--coral);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--coral);
  padding-bottom: 2px;
  transition: opacity 180ms ease;
}
.cred-bridge-link:hover { opacity: 0.7; }
.cred-placeholder {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: var(--sage);
  opacity: 0.65;
  margin: 0;
  line-height: 1.55;
}

.kudos-section { 
  background: var(--pale); 
padding: 5rem 32px; 
  position: relative; 
}
.kudos-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 64px; height: 1px;
  background: var(--coral);
  opacity: 0.35;
}
.kudos-wrap { max-width: 880px; margin: 0 auto; }
.kudos-head { text-align: center; margin: 0 0 4rem; }
.kudos-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
}
.kudos-h {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.kudos-h em { font-style: italic; font-weight: 400; }
.kudos-row {
  display: grid;
  grid-template-columns: 60px 1fr 200px;
  gap: 32px;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(42, 42, 42, 0.15);
  align-items: start;
}
.kudos-row:last-child { border-bottom: 1px solid rgba(42, 42, 42, 0.15); }
.kudos-quote-mark {
  font-family: var(--display);
  font-style: italic;
  font-size: 32px;
  color: var(--coral);
  margin: 0;
  line-height: 0.8;
}
.kudos-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  margin: 0;
  line-height: 1.45;
}
.kudos-attr { padding-top: 8px; }
.kudos-attr-role {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
  font-weight: 500;
}

.work-grid-section { 
  background: var(--pale); 
padding: 5rem 32px; 
}
.work-grid-wrap { max-width: 880px; margin: 0 auto; }
.work-grid-head { text-align: center; margin: 0 0 3.5rem; }
.work-grid-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
}
.work-grid-h {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.work-grid-h em { font-style: italic; color: var(--sage); }
.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
}
.work-item-label {
  font-family: var(--display);
  font-size: 11px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.work-item-desc {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  margin: 0;
  line-height: 1.65;
  opacity: 0.82;
  font-weight: 300;
}

/* ============ APPROACH PAGE ============ */
.approach-map-section { background: var(--pale); padding: 5rem 32px 4rem; }
.approach-map-wrap { max-width: 880px; margin: 0 auto; }
.map-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 3rem;
  text-align: center;
}
.map-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
}
.map-box {
  background: var(--sand);
  border-radius: 4px;
  padding: 1.5rem 1.25rem;
  text-align: center;
}
.map-num {
  font-family: var(--display);
  font-size: 32px;
  color: var(--coral);
  margin: 0 0 0.6rem;
  line-height: 1;
}
.map-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 0.5rem;
}
.map-meta {
  font-family: var(--display);
  font-style: italic;
  font-size: 12px;
  color: var(--sage);
  margin: 0;
  line-height: 1.4;
}
.map-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: var(--coral);
  font-size: 24px;
  font-family: var(--display);
}

.approach-detail-section { background: var(--pale); padding: 0 32px 5rem; }
.approach-detail-wrap { max-width: 760px; margin: 0 auto; }
.phase-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  padding: 2rem 0;
  border-top: 1px solid rgba(42, 42, 42, 0.15);
  align-items: start;
}
.phase-row:last-child { border-bottom: 1px solid rgba(42, 42, 42, 0.15); }
.phase-num {
  font-family: var(--display);
  font-size: 30px;
  color: var(--coral);
  margin: 0;
  line-height: 1;
  padding-top: 4px;
}
.phase-h {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 0.4rem;
  letter-spacing: -0.005em;
}
.phase-tag {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: var(--sage);
  margin: 0 0 1rem;
}
.phase-body {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  margin: 0;
  line-height: 1.7;
  opacity: 0.85;
  font-weight: 300;
}

.ai-section { background: var(--sage); padding: 5rem 32px; }
.ai-wrap { max-width: 720px; margin: 0 auto; text-align: center; }
.ai-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
  font-weight: 500;
}
.ai-h {
  font-family: var(--serif);
  font-style: italic;
  font-size: 38px;
  font-weight: 400;
  color: var(--pale);
  margin: 0 0 2.25rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.ai-thesis {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  font-weight: 500;
  color: var(--pale);
  margin: 0 auto 2rem;
  line-height: 1.3;
  max-width: 540px;
  letter-spacing: -0.005em;
}
.ai-body {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--pale);
  margin: 0 auto 1.25rem;
  line-height: 1.75;
  opacity: 0.92;
  font-weight: 300;
  max-width: 600px;
}
.ai-body:last-child { margin-bottom: 0; }

.faq-section { background: var(--sand); padding: 5rem 32px; }
.faq-wrap { max-width: 720px; margin: 0 auto; }
.faq-head { text-align: center; margin: 0 0 3rem; }
.faq-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
}
.faq-h {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.faq-row {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(42, 42, 42, 0.15);
}
.faq-row:last-child { border-bottom: 1px solid rgba(42, 42, 42, 0.15); }
.faq-q {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.faq-a {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  margin: 0;
  line-height: 1.7;
  opacity: 0.82;
  font-weight: 300;
}

/* ============ WORK PAGE ============ */
.cases-section { background: var(--pale); padding: 5rem 32px 4rem; }
.cases-wrap { max-width: 880px; margin: 0 auto; }
.case-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 32px;
  padding: 2.25rem 0;
  border-top: 1px solid rgba(42, 42, 42, 0.15);
  align-items: baseline;
}
.case-row:last-child { border-bottom: 1px solid rgba(42, 42, 42, 0.15); }
.case-num {
  font-family: var(--display);
  font-size: 30px;
  color: var(--coral);
  margin: 0;
  line-height: 1;
}
.case-h {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.case-h em {
  font-style: italic;
  color: var(--sage);
}
.case-body {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  margin: 0;
  line-height: 1.7;
  opacity: 0.85;
  font-weight: 300;
}

.thread-section { background: var(--sage-dark); padding: 5rem 32px; }
.thread-wrap { max-width: 720px; margin: 0 auto; text-align: center; }
.thread-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
  font-weight: 500;
}
.thread-h {
  font-family: var(--serif);
  font-style: italic;
  font-size: 38px;
  font-weight: 400;
  color: var(--pale);
  margin: 0 0 2rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.thread-body {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--pale);
  margin: 0 auto;
  line-height: 1.75;
  opacity: 0.92;
  font-weight: 300;
  max-width: 600px;
}

/* ============ SERVICES PAGE ============ */
.tier-section { background: var(--pale); padding: 5rem 32px 4rem; }
.tier-wrap { max-width: 880px; margin: 0 auto; }
.tier-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 32px;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(42, 42, 42, 0.15);
  align-items: start;
}
.tier-row:last-child { border-bottom: 1px solid rgba(42, 42, 42, 0.15); }
.tier-num {
  font-family: var(--display);
  font-size: 30px;
  color: var(--coral);
  margin: 0;
  line-height: 1;
  padding-top: 4px;
}
.tier-h {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.tier-tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--sage);
  margin: 0 0 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.tier-desc {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  margin: 0 0 2rem;
  line-height: 1.7;
  opacity: 0.85;
  font-weight: 300;
}
.tier-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}
.tier-meta-label {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 8px;
  font-weight: 500;
}
.tier-meta-value {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink);
  margin: 0;
  line-height: 1.6;
  opacity: 0.85;
}

.tier-examples {
  background: var(--sand);
  border-left: 2px solid var(--coral);
  padding: 1.25rem 1.5rem;
  margin: 0 0 2rem;
}
.tier-examples-label {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 0.75rem;
  font-weight: 500;
}
.tier-examples-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tier-examples-list li {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.6;
  padding: 0.3rem 0 0.3rem 1.25rem;
  position: relative;
  opacity: 0.9;
}
.tier-examples-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 1px;
  background: var(--coral);
}

/* ============ FOOTER ============ */
.footer { background: var(--sage-deep); position: relative; }
.footer-coral-rule { height: 3px; background: var(--coral); }
.foot-top { padding: 2.25rem 0 1.5rem; }
.foot-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.foot-brand {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
}
.foot-wordmark {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--pale);
  letter-spacing: 0.18em;
  font-weight: 500;
}
.coral-dot { color: var(--coral); }
.foot-tagline {
  font-family: var(--display);
  font-style: italic;
  font-size: 13px;
  color: var(--pale);
  opacity: 0.78;
}
.foot-nav { display: flex; gap: 24px; flex-wrap: wrap; }
.foot-nav a {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--pale);
  opacity: 0.85;
  letter-spacing: 0.02em;
  transition: opacity 180ms ease;
}
.foot-nav a:hover { opacity: 1; }

.foot-bottom {
  border-top: 1px solid rgba(239, 238, 234, 0.12);
  padding: 1.25rem 0;
}
.foot-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.foot-locale, .foot-email, .foot-copy {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--pale);
  letter-spacing: 0.04em;
  margin: 0;
}
.foot-locale { opacity: 0.7; }
.foot-email { opacity: 0.85; }
.foot-email a { transition: opacity 180ms ease; }
.foot-email a:hover { opacity: 0.7; }
.foot-copy { opacity: 0.5; }

/* ============ REVEALS ============ */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal.d1 { transition-delay: 80ms; }
.reveal.d2 { transition-delay: 160ms; }
.reveal.d3 { transition-delay: 240ms; }
.reveal.d4 { transition-delay: 320ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============ HOMEPAGE: WHAT I DO (V3.1) ============
   Position 3, between proof strip and Slack signals.
   This is the page's value statement, calm, declarative,
   prose-led. The H2 carries the line; the body paragraphs
   land it without stacking sub-elements or pillars.
   Pale surface gives it visual rest after the dark proof
   strip and before the mist-toned pain section. */
.what-i-do {
  background: var(--pale);
padding: 6rem 32px 5.5rem;
}
.what-i-do .wrap { max-width: 760px; }
.wid-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1.5rem;
  font-weight: 400;
  text-align: center;
}
.wid-h {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 48px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.012em;
  margin: 0 0 2.75rem;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.wid-h em { font-style: italic; }
.wid-body {
  max-width: 620px;
  margin: 0 auto;
}
.wid-body p {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.75;
  margin: 0 0 1.25rem;
}
.wid-body p:last-child { margin-bottom: 0; }

/* ============ WORK PAGE: HERO CASE STUDIES (V3.4) ============
   Rebuilt from flat case rows into multi-block stories.
   Each case has a left meta column (number + small tag) and a
   right content column with headline + 3 labeled blocks
   (before / what I did / what changed) + a "what it gave them"
   capacity tag. The capacity tag is the page's recurring punchline. */
.case-hero {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 56px;
  padding: 4rem 0;
  border-top: 1px solid rgba(42, 42, 42, 0.15);
  align-items: start;
}
.case-hero:first-child { border-top: none; padding-top: 1rem; }
.case-hero-meta { padding-top: 8px; }
.case-hero-num {
  font-family: var(--display);
  font-size: 44px;
  color: var(--coral);
  margin: 0 0 0.5rem;
  line-height: 1;
  font-weight: 400;
}
.case-hero-tag {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0;
  font-weight: 500;
}
.case-hero-h {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 38px);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 2.25rem;
  letter-spacing: -0.012em;
  line-height: 1.15;
}
.case-hero-h em {
  font-style: italic;
  color: var(--sage);
  font-weight: 400;
}

.case-block {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(92, 122, 104, 0.25);
}
.case-block-label {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.case-block-body {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  margin: 0;
  line-height: 1.7;
  font-weight: 300;
  opacity: 0.92;
}

.case-capacity {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(229, 106, 82, 0.4);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.case-capacity em {
  font-style: italic;
  color: var(--sage);
  font-weight: 400;
}

/* ============ WORK PAGE: OTHER THINGS I'VE BUILT ============ */
.other-work-section {
  background: var(--sand);
  padding: 5rem 32px 5rem;
}
.other-work-wrap { max-width: 1080px; margin: 0 auto; }
.other-work-head { text-align: center; margin: 0 0 3.5rem; }
.other-work-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
  font-weight: 400;
}
.other-work-h {
  font-family: var(--serif);
  font-size: clamp(30px, 3.6vw, 40px);
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.other-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 40px;
}
.other-work-item {
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(42, 42, 42, 0.18);
}
.other-work-label {
  font-family: var(--display);
  font-size: 12px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 0.75rem;
  font-weight: 500;
}
.other-work-desc {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  line-height: 1.65;
  font-weight: 300;
  opacity: 0.85;
  margin: 0;
}

/* ============ HOMEPAGE: AI CALLOUT (V3.5) ============
   A specialty offering with real visual weight. Sits between
   What-I-Do and the Slack signals so it lands as a substantive
   product moment before the page pivots into pain visualization.
   Sage-deep surface anchors the page's middle; the thesis line
   ("AI can't work on broken systems") is the section's punchline. */
.ai-callout {
  background: var(--sage-deep);
  padding: 5.5rem 32px 5rem;
}
.ai-callout .wrap { max-width: 760px; text-align: center; }
.ai-callout-eyebrow {
  font-family: var(--display);
  font-size: 12px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1.5rem;
  font-weight: 500;
}
.ai-callout-h {
  font-family: var(--serif);
  font-size: clamp(32px, 4.5vw, 44px);
  font-weight: 400;
  color: var(--pale);
  line-height: 1.15;
  letter-spacing: -0.012em;
  margin: 0 0 2.5rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.ai-callout-h em {
  font-style: italic;
  color: var(--sage-light);
  font-weight: 400;
}
.ai-callout-thesis {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 500;
  color: var(--coral);
  line-height: 1.35;
  margin: 0 auto 2.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(229, 106, 82, 0.5);
  border-bottom: 1px solid rgba(229, 106, 82, 0.5);
  max-width: 520px;
  letter-spacing: -0.01em;
}
.ai-callout-body {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.ai-callout-body p {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--pale);
  line-height: 1.75;
  margin: 0 0 1.25rem;
  opacity: 0.94;
}
.ai-callout-body p:last-child { margin-bottom: 0; }

/* ============ SERVICES PAGE: AI BAND (V3.5) ============
   Sits between page-hero and tier-section. Sand surface to
   tonally distinguish from the pale tier list below. Two-column
   layout signals "this runs alongside the menu" instead of
   "this is another menu item." Tighter than the homepage AI
   callout so it doesn't compete with the three tiers below it. */
.ai-band {
  background: var(--sand);
  padding: 4rem 32px 4rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.12);
}
.ai-band-wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}
.ai-band-tag {}
.ai-band-eyebrow {
  font-family: var(--display);
  font-size: 11px;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
  font-weight: 500;
}
.ai-band-h {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.012em;
  margin: 0;
}
.ai-band-h em {
  font-style: italic;
  color: var(--sage);
  font-weight: 400;
}
.ai-band-body p {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.7;
  margin: 0 0 1.25rem;
  opacity: 0.92;
}
.ai-band-thesis {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px !important;
  color: var(--sage) !important;
  font-weight: 500;
  margin: 0 !important;
  opacity: 1 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.005em;
}

/* ============ MOBILE ============ */
@media (max-width: 880px) {
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--sage);
    padding: 1.5rem 32px;
    gap: 1rem;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }
  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-toggle { display: block; }

  .hero { min-height: 90vh; }
  .hero-eyebrow { font-size: 13px; }
  .page-hero { padding: 7rem 24px 4rem; }

  .proof { padding: 28px 24px; }
  .proof-quote { font-size: 18px; }
  .proof-attr { font-size: 9px; letter-spacing: 0.18em; }

  .signals { padding: 4rem 16px; }
  .signals-punchline h2 { font-size: 36px; }

  .about-section { padding: 4rem 0 3.5rem; }
  .section-h { font-size: 34px; margin-bottom: 3rem; }
  .about-top { gap: 24px; flex-direction: column; }
  .about-headline { font-size: 48px; text-align: center; }
  .about-photo { width: 160px; height: 160px; }
  .about-copy.placeholder { padding: 22px 22px; }
  .about-copy p { font-size: 14px; }
  .about-locale { gap: 12px; font-size: 13px; }
  .about-credentials { font-size: 14px; }

  .services { padding: 4rem 0; }
  .services-h { font-size: 30px; }
  .service-row {
    grid-template-columns: 56px 1fr;
    gap: 20px;
    padding: 1.75rem 0;
  }
  .service-num { font-size: 30px; }
  .service-body h3 { font-size: 24px; }
  .service-cta {
    grid-column: 1 / -1;
    text-align: left;
    padding-top: 0;
    padding-left: 76px;
    margin-top: 4px;
  }

  .contact { padding: 4rem 24px 3rem; }
  .contact-h { font-size: 40px; }

  .about-bio-wrap { padding: 4rem 24px 3rem; }
  .about-bio.placeholder { padding: 22px 22px; }
  .about-bio p { font-size: 14px; }
  .about-bio p.bio-lede { font-size: 19px; line-height: 1.4; margin-bottom: 1.5rem; }

  .cred-section { padding: 0 24px 4rem; }
  .cred-row { grid-template-columns: 1fr; }
  .cred-cell:first-child {
    padding: 1.5rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  }
  .cred-cell:last-child { padding: 1.5rem 0; }

  .kudos-section { padding: 4rem 24px; }
  .kudos-row {
    grid-template-columns: 32px 1fr;
    gap: 16px;
  }
  .kudos-quote { font-size: 18px; }
  .kudos-attr {
    grid-column: 1 / -1;
    padding-top: 4px;
    padding-left: 48px;
  }

  .work-grid-section { padding: 4rem 24px; }
  .work-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .work-grid-h { font-size: 30px; }

  .approach-map-section { padding: 4rem 24px 3rem; }
  .map-grid { grid-template-columns: 1fr; gap: 12px; }
  .map-arrow { padding: 4px 0; transform: rotate(90deg); }

  .approach-detail-section { padding: 0 24px 4rem; }
  .phase-row { grid-template-columns: 50px 1fr; gap: 20px; }
  .phase-num { font-size: 24px; }
  .phase-h { font-size: 22px; }

  .ai-section { padding: 4rem 24px; }
  .ai-h { font-size: 30px; }
  .ai-thesis { font-size: 22px; }

  .faq-section { padding: 4rem 24px; }
  .faq-h { font-size: 28px; }
  .faq-q { font-size: 18px; }

  .cases-section { padding: 4rem 24px; }
  .case-row { grid-template-columns: 50px 1fr; gap: 20px; padding: 1.75rem 0; }
  .case-num { font-size: 24px; }
  .case-h { font-size: 24px; }

  .thread-section { padding: 4rem 24px; }
  .thread-h { font-size: 28px; }

  .tier-section { padding: 4rem 24px; }
  .tier-row { grid-template-columns: 50px 1fr; gap: 20px; padding: 2rem 0; }
  .tier-num { font-size: 24px; }
  .tier-h { font-size: 26px; }
  .tier-tag { font-size: 16px; }
  .tier-meta { grid-template-columns: 1fr; gap: 1.25rem; }

  .foot-top-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .foot-brand { flex-direction: column; align-items: flex-start; gap: 6px; }
  .foot-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  /* V3.3 / V3.4 mobile additions */
  .hero.hero-solid { padding: 7rem 24px 5rem; }
  .hero-creds { font-size: 13px; margin-top: 1.75rem; }

  .what-i-do { padding: 4rem 24px; }
  .wid-h { font-size: 28px; margin-bottom: 2rem; }
  .wid-body p { font-size: 15px; }

  .signals-aside { font-size: 18px; margin-top: 1rem; }

  .tier-examples { padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
  .tier-examples-list li { font-size: 13px; }

  .case-hero {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 3rem 0;
  }
  .case-hero-num { font-size: 32px; }
  .case-hero-h { font-size: 24px; margin-bottom: 1.75rem; }
  .case-block { margin-bottom: 1.25rem; }
  .case-block-body { font-size: 14px; }
  .case-capacity { font-size: 17px; padding-top: 1.25rem; margin-top: 1.5rem; }

  .other-work-section { padding: 4rem 24px; }
  .other-work-grid { grid-template-columns: 1fr; gap: 1.5rem; }

  .ai-callout { padding: 4rem 24px; }
  .ai-callout-h { font-size: 28px; margin-bottom: 2rem; }
  .ai-callout-thesis { font-size: 20px; padding: 1rem 0; margin-bottom: 2rem; }
  .ai-callout-body p { font-size: 14px; }

  .ai-band { padding: 3rem 24px; }
  .ai-band-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
  .ai-band-h { font-size: 24px; }
  .ai-band-body p { font-size: 14px; }
  .ai-band-thesis { font-size: 16px !important; }
}
