/* ═══════════════════════════════════════════════════════
   SECTION TAGS — always amber per design system
   ═══════════════════════════════════════════════════════ */
.section-tag {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
  display: block;
  margin-bottom: 12px;
}

/* On dark/navy backgrounds, amber still works but slightly brighter */
.origin .section-tag,
.trust-signals .section-tag {
  color: var(--amber);
}

/* about.css — About page styles */

/* ═══════════════════════════════════════════════════════
   PAGE HERO
   ═══════════════════════════════════════════════════════ */
.page-hero {
  padding-top: 60px; /* nav height */
  position: relative;
  background: var(--navy);
  overflow: hidden;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;--amber:#f59e0b;}

/* Subtle noise texture via SVG data-uri layered on navy */
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 90% 70% at 60% 100%, rgba(30,74,128,.55) 0%, transparent 65%),
    radial-gradient(ellipse 50% 80% at 10% 50%, rgba(22,50,88,.4) 0%, transparent 60%);
}
/* Ruled grid lines — matches index hero aesthetic */
.page-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 100% 100% at 50% 100%, black 20%, transparent 80%);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 80px 0 80px;
}

.page-hero-eyebrow {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber);
  display: block;
  margin-bottom: 24px;
}

.page-hero h1 {
  font-family: var(--f-serif);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
  color: #fff;
  line-height: 1.04;
  letter-spacing: -.025em;
  margin-bottom: 28px;
}
.page-hero h1 em {
  font-style: italic;
  color: rgba(255,255,255,.55);
}

.page-hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.page-hero-meta span {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}

.meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  flex-shrink: 0;
}

.page-hero-lead {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  line-height: 1.72;
  max-width: 640px;
}

/* ═══════════════════════════════════════════════════════
   TRUST BAR
   ═══════════════════════════════════════════════════════ */
.trust-bar {
  background: var(--off-white);
  border-bottom: 1px solid var(--warm-200);
  padding: 0;
  box-shadow: 0 1px 0 var(--warm-100);
}

.trust-grid {
  display: flex;
  align-items: stretch;
}

.trust-item {
  flex: 1;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trust-num {
  font-family: var(--f-serif);
  font-size: 44px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -.02em;
}
.trust-num span {
  font-size: 24px;
  opacity: .6;
}

.trust-label {
  font-size: 12px;
  font-weight: 300;
  color: var(--ink-500);
  line-height: 1.45;
  max-width: 180px;
}

.trust-divider {
  width: 1px;
  background: var(--warm-200);
  flex-shrink: 0;
  margin: 28px 0;
}

/* ═══════════════════════════════════════════════════════
   ORIGIN
   ═══════════════════════════════════════════════════════ */
.origin {
  padding: 80px 0;
  background: var(--off-white);
  border-bottom: 1px solid var(--warm-200);
}

.origin-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.origin-left .section-tag {
  display: block;
  margin-bottom: 18px;
}
/* amber inherited from .section-tag rule above */

.origin-left h2 {
  font-family: var(--f-serif);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 400;
  color: var(--ink-900);
  letter-spacing: -.02em;
  line-height: 1.12;
  margin-bottom: 24px;
}

.origin-left p {
  font-size: 15px;
  font-weight: 300;
  color: var(--ink-600);
  line-height: 1.76;
  max-width: 480px;
}
.origin-left p + p { margin-top: 14px; }

.origin-quote {
  margin-top: 40px;
  padding: 36px 40px 36px 44px;
  background: var(--navy);
  border-radius: var(--r-lg);
  position: relative;--amber:#f59e0b;}
.origin-quote::before {
  content: '“';
  font-family: var(--f-serif);
  font-size: 96px;
  line-height: 1;
  color: rgba(255,255,255,.12);
  position: absolute;
  top: 12px;
  left: 24px;
  pointer-events: none;
}
.origin-quote blockquote {
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.82);
  line-height: 1.76;
  letter-spacing: .005em;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.origin-quote blockquote::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,.25);
  margin-top: 20px;
}

/* Timeline */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 52px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(to bottom, var(--warm-200), var(--navy-accent) 30%, var(--navy-accent) 70%, var(--warm-200));
}

.tl-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  position: relative;
}
.tl-item:not(:last-child) {
  border-bottom: 1px solid var(--warm-100);
}

.tl-year {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--ink-400);
  min-width: 44px;
  padding-top: 3px;
  text-align: right;
  flex-shrink: 0;
}

/* Timeline node dot */
.tl-item::after {
  content: '';
  position: absolute;
  left: 48px;
  top: 30px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--navy-accent);
  box-shadow: 0 0 0 3px var(--white);
}
.tl-item:last-child::after {
  background: var(--navy);
  border-color: var(--navy);--amber:#f59e0b;}

.tl-body { padding-left: 10px; }

.tl-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-900);
  margin-bottom: 6px;
  line-height: 1.3;
}

.tl-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--ink-500);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════════════════
   LEADERSHIP
   ═══════════════════════════════════════════════════════ */
.leadership {
  padding: 80px 0;
  background: var(--warm-50);
  border-bottom: none;
}

.leadership-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}

.lh-left .section-tag { display: block; margin-bottom: 18px; }

.lh-left h2 {
  font-family: var(--f-serif);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 400;
  color: var(--ink-900);
  letter-spacing: -.02em;
  line-height: 1.12;
}

.lh-desc {
  font-size: 15px;
  font-weight: 300;
  color: var(--ink-500);
  line-height: 1.72;
  align-self: end;
}

/* TEAM — unified 2×2 grid, all 4 equal */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--warm-300);
  border: 1px solid var(--warm-300);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(12,31,61,.06);
}

.person-card {
  background: var(--white);
  padding: 52px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: background .2s;
}
.person-card:hover { background: #fdfcfb; }

/* Photo */
.person-photo-wrap {
  position: relative;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: flex-start;
}

.person-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid var(--warm-200);
  object-fit: cover;
  object-position: center top;
  display: block;
  background: var(--warm-100);
}

/* LinkedIn badge — sits bottom-right of the photo */
.person-linkedin {
  position: absolute;
  bottom: 2px;
  left: 106px;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #0a66c2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2.5px solid var(--white);
  transition: background .15s, transform .15s;
  z-index: 1;
}
.person-linkedin:hover {
  background: #004182;
  transform: scale(1.1);
}
.person-linkedin svg {
  width: 14px;
  height: 14px;
}


/* Person body */
.person-body { display: flex; flex-direction: column; }

.person-role {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-bottom: 6px;
}

.person-name {
  font-family: var(--f-serif);
  font-size: 30px;
  font-weight: 400;
  color: var(--ink-900);
  letter-spacing: -.015em;
  line-height: 1.1;
  margin-bottom: 4px;
}


.person-title {
  font-size: 12px;
  font-weight: 300;
  color: var(--ink-400);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--warm-100);
}


.person-bio p {
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-600);
  line-height: 1.74;
}
.person-bio p + p { margin-top: 12px; }

.person-education {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
  padding: 14px 16px;
  background: var(--warm-50);
  border-radius: var(--r-sm);
  border: 1px solid var(--warm-100);
}
.edu-label {
  font-family: var(--f-mono);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-400);
}
.edu-items {
  font-size: 12px;
  font-weight: 300;
  color: var(--ink-600);
  line-height: 1.5;
}

.person-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}

.ptag {
  font-family: var(--f-mono);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-500);
  background: var(--warm-100);
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid var(--warm-200);
}


.person-provenance {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--warm-100);
}
.prov-label {
  font-family: var(--f-mono);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-400);
}
.prov-items {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  row-gap: 4px;
}
.prov-item {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink-700);
  white-space: nowrap;
}
.prov-arr {
  width: 12px; height: 12px;
  color: var(--warm-300);
  flex-shrink: 0;
}



/* ═══════════════════════════════════════════════════════
   TRUST SIGNALS
   ═══════════════════════════════════════════════════════ */
.trust-signals {
  padding: 80px 0;
  background: var(--off-white);
  border-bottom: 1px solid var(--warm-200);
}

.ts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-radius: var(--r-xl);
}

.ts-card {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 40px 36px;
  transition: background .2s;--amber:#f59e0b;}
.ts-card:hover { background: #0f2648; }

.ts-icon {
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  margin-bottom: 20px;
}
.ts-icon svg { width: 18px; height: 18px; }

.ts-heading {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  margin-bottom: 12px;
  line-height: 1.3;
}

.ts-body {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  line-height: 1.72;
}

/* ═══════════════════════════════════════════════════════
   VALUES
   ═══════════════════════════════════════════════════════ */
.values-section {
  padding: 80px 0;
  background: var(--off-white);
  border-bottom: 1px solid var(--warm-200);
}

.values-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}

.values-left .section-tag { display: block; margin-bottom: 18px; }

.values-left h2 {
  font-family: var(--f-serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: var(--ink-900);
  letter-spacing: -.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.values-left p {
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-500);
  line-height: 1.72;
}

.values-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.value-row {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid var(--warm-100);
}
.value-row:first-child { padding-top: 0; }
.value-row:last-child { border-bottom: none; }

.value-num {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--warm-300);
  min-width: 24px;
  padding-top: 2px;
}

.value-heading {
  font-size: 16px;
  font-weight: 500;
  color: var(--ink-900);
  margin-bottom: 8px;
}

.value-text {
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-500);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════
   CONTACT ANCHOR
   ═══════════════════════════════════════════════════════ */
.contact-anchor {
  padding: 72px 0;
  background: var(--white);
  border-bottom: 1px solid var(--warm-200);
}

.ca-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}

.ca-left .section-tag,
.ca-mid .section-tag {
  display: block;
  margin-bottom: 18px;
}

.ca-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-900);
  margin-bottom: 8px;
}

.ca-line {
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-500);
  line-height: 1.8;
}

.ca-email a {
  color: var(--blue);
  transition: opacity .15s;
}
.ca-email a:hover { opacity: .75; }

.ca-office-city {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-800);
  margin-bottom: 2px;
}

.ca-office-role {
  font-size: 13px;
  font-weight: 300;
  color: var(--ink-500);
}

.ca-cta-label {
  font-family: var(--f-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink-900);
  letter-spacing: -.01em;
  line-height: 1.3;
  margin-bottom: 24px;
}

.ca-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

/* Buttons — matching home.css system */
.btn-primary {
  font-size: 13.5px;
  font-weight: 500;
  padding: 11px 24px;
  border-radius: var(--r-sm);
  background: var(--navy);
  color: #fff;
  border: none;
  transition: background .2s, transform .1s;
  letter-spacing: -.01em;
  cursor: pointer;
  white-space: nowrap;--amber:#f59e0b;}
.btn-primary:hover { background: var(--navy-mid);--amber:#f59e0b;}
.btn-primary:active { transform: scale(.98); }

.btn-secondary {
  font-size: 13.5px;
  font-weight: 400;
  padding: 11px 24px;
  border-radius: var(--r-sm);
  background: var(--white);
  color: var(--ink-700);
  border: 1px solid var(--warm-300);
  transition: border-color .2s, background .2s;
  letter-spacing: -.01em;
  cursor: pointer;
  white-space: nowrap;
}
.btn-secondary:hover { border-color: var(--warm-400); background: var(--warm-50); }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .origin-inner { grid-template-columns: 1fr; gap: 56px; }
  .leadership-header { grid-template-columns: 1fr; gap: 16px; }
  .ts-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .values-inner { grid-template-columns: 1fr; gap: 40px; }
  .ca-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .ca-right { grid-column: 1 / -1; border-top: 1px solid var(--warm-100); padding-top: 32px; }
}

@media (max-width: 768px) {
  .page-hero-inner { padding: 56px 0 64px; }
  .page-hero h1 { font-size: clamp(40px, 10vw, 60px); }
  .page-hero-meta { flex-wrap: wrap; gap: 8px; }

  .trust-grid { flex-direction: column; }
  .trust-divider { width: 100%; height: 1px; margin: 0; }
  .trust-item { padding: 24px 0; border-bottom: 1px solid var(--warm-100); }
  .trust-item:last-child { border-bottom: none; }

  .origin { padding: 64px 0; }
  .leadership { padding: 64px 0; }

  .team-grid { grid-template-columns: 1fr; border-radius: var(--r-lg); }

  .person-card { padding: 36px 24px; }

  .ts-grid { grid-template-columns: 1fr; gap: 12px; }

  .values-section { padding: 64px 0; }
  .contact-anchor { padding: 56px 0; }
  .ca-inner { grid-template-columns: 1fr; gap: 32px; }
  .ca-right { grid-column: auto; border-top: 1px solid var(--warm-100); padding-top: 28px; }
  .ca-btns { flex-direction: row; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .rv { opacity: 1 !important; transform: none !important; }
}

/* ═══════════════════════════════════════════════════════
   CSS-ONLY SCROLL REVEALS
   No JS dependency — uses animation-timeline where supported,
   falls back to simple fade-in on load everywhere else.
   ═══════════════════════════════════════════════════════ */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.origin-left,
.origin-right,
.leadership-header,
.person-card,
.ts-card,
.values-left,
.values-right,
.ca-inner,
.tl-item {
  animation: fadeUp .7s cubic-bezier(.16,1,.3,1) both;
}

/* Stagger delays per section */
.origin-left  { animation-delay: .05s; }
.origin-right { animation-delay: .18s; }

.leadership-header { animation-delay: .05s; }

.team-grid .person-card:nth-child(1) { animation-delay: .05s; }
.team-grid .person-card:nth-child(2) { animation-delay: .15s; }
.team-grid .person-card:nth-child(3) { animation-delay: .25s; }
.team-grid .person-card:nth-child(4) { animation-delay: .35s; }

.ts-card:nth-child(1) { animation-delay: .05s; }
.ts-card:nth-child(2) { animation-delay: .12s; }
.ts-card:nth-child(3) { animation-delay: .19s; }
.ts-card:nth-child(4) { animation-delay: .26s; }

.values-left  { animation-delay: .05s; }
.values-right { animation-delay: .18s; }

.ca-inner { animation-delay: .05s; }

.tl-item:nth-child(1) { animation-delay: .05s; }
.tl-item:nth-child(2) { animation-delay: .12s; }
.tl-item:nth-child(3) { animation-delay: .19s; }
.tl-item:nth-child(4) { animation-delay: .26s; }

@media (prefers-reduced-motion: reduce) {
  .origin-left, .origin-right, .leadership-header,
  .person-card, .ts-card, .values-left, .values-right,
  .ca-inner, .tl-item {
    animation: none;
  }
}


/* Collective strength note — between header and team grid */
.collective-note {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 32px 40px;
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;--amber:#f59e0b;}
.collective-note::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.collective-note p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.78);
  line-height: 1.76;
  max-width: 820px;
  font-style: normal;
  position: relative;
  z-index: 1;
}

/* Platform badges — Mike's commerce stack experience */
.person-platforms {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--warm-100);
}
.plat-label {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-400);
  display: block;
  margin-bottom: 10px;
}
.plat-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.plat-tag {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .04em;
  color: var(--ink-600);
  background: var(--warm-50);
  border: 1px solid var(--warm-200);
  border-radius: var(--r-sm);
  padding: 4px 10px;
}

/* ═══════════════════════════════════════════════════════
   HIGH CONTRAST MODE
   ═══════════════════════════════════════════════════════ */
body.hc .ts-card {
  background: #001428;
}
body.hc .ts-card .ts-heading { color: #ffffff; }
body.hc .ts-card .ts-body    { color: rgba(255,255,255,.85); }
body.hc .ts-card .ts-icon    { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9); }

body.hc .origin-quote {
  background: #00102a;--amber:#f59e0b;}
body.hc .origin-quote blockquote { color: rgba(255,255,255,.9); }

body.hc .collective-note {
  background: #00102a;--amber:#f59e0b;}
body.hc .collective-note p { color: rgba(255,255,255,.9); }

body.hc .page-hero { background: #00102a;--amber:#f59e0b;}
body.hc .page-hero h1 { color: #ffffff; }
body.hc .page-hero-lead { color: rgba(255,255,255,.85); }
