/* Pathfinder · NOTCH1 — cream + deep teal + soft gold */
:root {
  --cream: #F7F1E6;
  --cream-deep: #EFE6D6;
  --cream-card: #FFFCF7;
  --teal: #0A4D4A;
  --teal-mid: #1A6B67;
  --teal-soft: #3D5C5A;
  --teal-tint: rgba(10, 77, 74, 0.06);
  --gold: #D4A84B;
  --gold-soft: #E8C97A;
  --ink: #1A2B2A;
  --ink-muted: #4A5C5A;
  --line: rgba(10, 77, 74, 0.14);
  --shadow: 0 12px 40px rgba(10, 77, 74, 0.08);
  --radius: 16px;
  --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --disclaimer-h: 3.25rem;
  --header-h: 4rem;
  --max: 1120px;
  --narrow: 720px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--disclaimer-h) + var(--header-h) + 0.5rem); }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-mid); text-underline-offset: 0.18em; }
a:hover { color: var(--teal); }
cite { font-style: italic; }

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}
.narrow { width: min(100% - 2rem, var(--narrow)); margin-inline: auto; }

/* Sticky disclaimer */
.sticky-disclaimer {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--teal);
  color: var(--cream);
  font-size: 0.82rem;
  line-height: 1.4;
  border-bottom: 2px solid var(--gold);
}
.sticky-disclaimer__inner {
  padding: 0.65rem 0;
  text-align: center;
}
.sticky-disclaimer strong { color: var(--gold-soft); font-weight: 700; }
.sticky-disclaimer em { font-style: normal; font-weight: 600; color: #fff; }

/* Header */
.site-header {
  position: sticky;
  top: var(--disclaimer-h);
  z-index: 900;
  background: rgba(247, 241, 230, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--teal);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.logo__mark {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, var(--gold), var(--teal));
  box-shadow: 0 0 0 3px rgba(212, 168, 75, 0.25);
}
.logo__muted { color: var(--teal-soft); font-weight: 500; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.1rem;
  align-items: center;
}
.site-nav a {
  text-decoration: none;
  color: var(--teal-soft);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.35rem 0;
}
.site-nav a:hover { color: var(--teal); }

/* Hero */
.hero {
  padding: 2.25rem 0 2rem;
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(212, 168, 75, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 80%, rgba(10, 77, 74, 0.08), transparent 50%),
    var(--cream);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}
.eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow--on-dark { color: var(--gold-soft); }
.hero h1 {
  margin: 0 0 1.1rem;
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--teal);
  font-weight: 800;
}
.gold { color: var(--gold); }
.lede {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  color: var(--ink);
  max-width: 38rem;
}
.hero__note {
  margin: 0 0 1.75rem;
  font-size: 0.95rem;
  color: var(--ink-muted);
  max-width: 36rem;
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.network-art {
  width: min(100%, 420px);
  margin-inline: auto;
}
.node--pulse { animation: pulse 3.2s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.node--pulse:nth-of-type(2) { animation-delay: 0.6s; }
.node--pulse:nth-of-type(3) { animation-delay: 1.2s; }
.ring { animation: spin 48s linear infinite; transform-origin: 210px 210px; }
@keyframes pulse {
  0%, 100% { opacity: 0.5; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary {
  background: var(--teal);
  color: var(--cream);
  box-shadow: 0 8px 24px rgba(10, 77, 74, 0.22);
}
.btn--primary:hover { background: var(--teal-mid); color: #fff; }
.btn--ghost {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn--ghost:hover { background: var(--teal-tint); color: var(--teal); }
.btn--gold {
  background: var(--gold);
  color: var(--teal);
  box-shadow: 0 8px 24px rgba(212, 168, 75, 0.35);
}
.btn--gold:hover { background: var(--gold-soft); color: var(--teal); }

/* Sections */
.section { padding: 2.25rem 0; }
.section--tint { background: var(--cream-deep); }
.section h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  letter-spacing: -0.025em;
  color: var(--teal);
  font-weight: 800;
}
.section-lede {
  margin: -0.5rem 0 2rem;
  color: var(--ink-muted);
  max-width: 40rem;
}
.prose p { margin: 0 0 0.85rem; color: var(--ink); }
.story-hammer {
  background: var(--cream-card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(10, 77, 74, 0.06);
}
.story-hammer strong { color: var(--teal); }

.privacy-callout {
  background: var(--cream-card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  font-size: 0.95rem;
  color: var(--teal-soft);
}

/* Method */
.method-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}
.method-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  background: var(--cream-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
  box-shadow: var(--shadow);
}
.method-steps__n {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: 0.15rem;
}
.method-steps h3 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: var(--teal);
}
.method-steps p { margin: 0; color: var(--ink-muted); font-size: 0.98rem; }

/* Findings — multi-column grid (not a one-per-line stack) */
.findings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.finding-card {
  background: var(--cream-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.finding-card--wide { grid-column: auto; }
.finding-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.12rem;
  color: var(--teal);
}
.finding-card p { margin: 0 0 0.85rem; color: var(--ink-muted); font-size: 0.98rem; }
.finding-card .cite {
  margin: 0;
  font-size: 0.85rem;
  color: var(--teal-soft);
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

/* Crossroads */
.crossroads {
  background: var(--cream-card);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.crossroads-svg { width: 100%; max-width: 640px; margin-inline: auto; }

/* Scope */
.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.scope-card {
  border-radius: var(--radius);
  padding: 1.5rem 1.65rem;
  border: 1px solid var(--line);
}
.scope-card h3 { margin: 0 0 0.85rem; font-size: 1.15rem; }
.scope-card ul { margin: 0; padding-left: 1.15rem; color: var(--ink-muted); }
.scope-card li { margin-bottom: 0.45rem; }
.scope-card--is {
  background: var(--cream-card);
  border-top: 4px solid var(--teal);
}
.scope-card--is h3 { color: var(--teal); }
.scope-card--isnt {
  background: #FBF6EE;
  border-top: 4px solid var(--gold);
}
.scope-card--isnt h3 { color: #8A6B20; }

/* Pathfinder CTA */
.pathfinder-cta {
  background:
    linear-gradient(145deg, var(--teal) 0%, #063937 55%, #0A4D4A 100%);
  color: var(--cream);
  padding: 5rem 0;
}
.pathfinder-cta__inner { text-align: center; }
.pathfinder-cta h2 { color: var(--cream); }
.pathfinder-cta p {
  color: rgba(247, 241, 230, 0.88);
  max-width: 34rem;
  margin: 0 auto 1rem;
}
.pathfinder-cta .btn { margin-top: 0.75rem; }

/* Footer */
.site-footer {
  background: #062E2C;
  color: rgba(247, 241, 230, 0.82);
  padding: 2.5rem 0 2rem;
  font-size: 0.88rem;
}
.footer-disclaimer {
  border: 1px solid rgba(212, 168, 75, 0.35);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}
.footer-disclaimer strong { color: var(--gold-soft); }
.footer-disclaimer em { font-style: normal; font-weight: 600; color: #fff; }
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  justify-content: space-between;
}
.footer-meta a { color: var(--gold-soft); text-decoration: none; }
.footer-meta a:hover { text-decoration: underline; color: var(--gold); }
.footer-dot { opacity: 0.5; }

/* Mobile */
@media (max-width: 860px) {
  .sticky-disclaimer { min-height: 0; }
  .sticky-disclaimer__inner { text-align: left; padding: 0.7rem 0; }
  /* Keep header under disclaimer: approx 2–3 lines on narrow screens */
  .site-header { top: 4.5rem; }
  .hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero__art { order: -1; }
  .network-art { width: min(100%, 300px); }
  .findings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scope-grid { grid-template-columns: 1fr; }
  .finding-card--wide { grid-column: auto; }
  .nav-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--cream-card);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 1rem 1rem;
    gap: 0;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid var(--line);
  }
  .site-header { position: sticky; }
  .site-header__inner { position: relative; }
  .method-steps li { grid-template-columns: 1fr; gap: 0.5rem; }
  .crossroads { padding: 0.75rem; overflow-x: auto; }
  .footer-meta { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .node--pulse, .ring { animation: none !important; }
}


/* About — copy first, then small side-by-side photos (same pattern desktop + mobile) */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  align-items: start;
  max-width: 40rem;
}
.about-copy { max-width: 36rem; margin: 0; }
.about-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  width: 280px;
  margin: 0;
}
.about-photo {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(10, 77, 74, 0.08);
  background: var(--cream-card);
  width: 100%;
  aspect-ratio: 1 / 1;
}
.about-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}
/* Mobile: keep the look Mark likes — centered pair, slightly tighter */
@media (max-width: 720px) {
  .about-grid { gap: 1.25rem; max-width: none; }
  .about-photos {
    width: min(280px, 88vw);
    margin: 0 auto;
  }
}

/* Pull Approach up under About photos */
#about.section { padding-bottom: 1.25rem; }
#method.section { padding-top: 1.25rem; }



@media (max-width: 560px) {
  .findings-grid { grid-template-columns: 1fr; }
}
