/* GAP Industries field notes and founder profile */
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--strike);
  color: #1b1305;
  font-weight: 700;
}
.skip-link:focus { top: 12px; }

.insight-main { position: relative; z-index: 2; }
.insight-wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.insight-narrow { width: min(780px, calc(100% - 48px)); margin: 0 auto; }

.insight-hero {
  padding: clamp(88px, 11vw, 150px) 0 clamp(64px, 8vw, 105px);
  overflow: hidden;
}
.insight-hero::after {
  background:
    radial-gradient(90% 80% at 82% 12%, rgba(232,163,61,.09), transparent 50%),
    radial-gradient(115% 95% at 10% 0%, var(--navy-2), transparent 58%),
    var(--navy);
}
.insight-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: clamp(38px, 7vw, 84px);
  align-items: end;
}
.insight-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--strike-hi);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: .72rem;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.insight-hero h1 {
  max-width: 19ch;
  font-size: clamp(2.7rem, 6.2vw, 5rem);
  line-height: .98;
}
.insight-deck {
  max-width: 62ch;
  margin-top: 28px;
  color: var(--ink-dim);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.58;
}
.insight-byline {
  margin-top: 28px;
  color: var(--ink-dim);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: .76rem;
  line-height: 1.7;
}
.insight-byline a { color: var(--strike-hi); text-decoration: underline; text-underline-offset: 3px; }
.insight-hero-note {
  border-top: 2px solid var(--strike);
  padding-top: 20px;
  color: var(--ink-dim);
  font-size: .94rem;
  line-height: 1.62;
}
.insight-hero-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.insight-body { background: var(--paper); color: var(--ink-paper); padding: clamp(68px, 9vw, 118px) 0; }
.answer-box {
  margin-bottom: 62px;
  padding: 28px 30px;
  border-left: 4px solid var(--strike);
  background: var(--paper-2);
}
.answer-box .answer-label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink-paper-dim);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.answer-box p { max-width: 70ch; font-size: 1.13rem; line-height: 1.65; }

.article-layout { display: grid; grid-template-columns: minmax(0, 730px) 250px; gap: 72px; align-items: start; }
.article-copy h2 { margin: 66px 0 20px; font-size: clamp(1.85rem, 3.4vw, 2.65rem); line-height: 1.08; }
.article-copy h2:first-child { margin-top: 0; }
.article-copy h3 { margin: 34px 0 12px; font-size: 1.35rem; line-height: 1.18; }
.article-copy p { margin: 0 0 22px; color: var(--ink-paper-dim); font-size: 1.06rem; line-height: 1.78; }
.article-copy strong { color: var(--ink-paper); font-weight: 700; }
.article-copy a { color: #7b3f00; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-copy ul, .article-copy ol { margin: 0 0 26px 24px; color: var(--ink-paper-dim); }
.article-copy li { margin: 10px 0; padding-left: 6px; line-height: 1.65; }
.article-copy blockquote {
  margin: 42px 0;
  padding: 10px 0 10px 25px;
  border-left: 2px solid var(--strike);
  color: var(--ink-paper);
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
}
.article-aside {
  position: sticky;
  top: 96px;
  border-top: 1px solid rgba(22,34,46,.25);
  padding-top: 18px;
}
.article-aside h2 {
  margin-bottom: 12px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: .69rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.article-aside ol { list-style: none; }
.article-aside li { border-bottom: 1px solid rgba(22,34,46,.12); }
.article-aside a { display: block; padding: 12px 0; color: var(--ink-paper-dim); font-size: .88rem; line-height: 1.4; }
.article-aside a:hover { color: var(--ink-paper); }

.field-list { list-style: none; margin-left: 0 !important; }
.field-list li {
  position: relative;
  margin: 0 !important;
  padding: 18px 0 18px 38px !important;
  border-top: 1px solid rgba(22,34,46,.14);
}
.field-list li::before {
  content: '\2713';
  position: absolute;
  left: 5px;
  top: 18px;
  color: #7b3f00;
  font-weight: 700;
}
.field-list li:last-child { border-bottom: 1px solid rgba(22,34,46,.14); }

.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 30px 0; }
.process-card { padding: 24px; border: 1px solid rgba(22,34,46,.17); background: rgba(255,255,255,.2); }
.process-card .number {
  display: block;
  margin-bottom: 12px;
  color: #7b3f00;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: .7rem;
  letter-spacing: .12em;
}
.process-card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.process-card p { margin: 0; font-size: .96rem; line-height: 1.6; }

.decision-table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: .94rem; }
.decision-table th, .decision-table td { padding: 15px 14px; border-bottom: 1px solid rgba(22,34,46,.16); text-align: left; vertical-align: top; }
.decision-table th { background: var(--paper-2); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.faq { margin-top: 70px; border-top: 3px solid var(--ink-paper); }
.faq h2 { margin-top: 32px; }
.faq details { border-bottom: 1px solid rgba(22,34,46,.18); }
.faq summary { cursor: pointer; padding: 22px 34px 22px 0; font-weight: 700; line-height: 1.4; list-style-position: outside; }
.faq details p { padding-bottom: 18px; }

.insight-related { padding: 86px 0; background: var(--navy-deep); }
.section-label { color: var(--strike-hi); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; }
.insight-related h2 { margin: 14px 0 34px; font-size: clamp(2rem, 4vw, 3rem); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { display: flex; flex-direction: column; min-height: 250px; padding: 28px; border: 1px solid var(--rule); background: rgba(14,44,87,.62); }
.related-card .card-tag { color: var(--strike-hi); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.related-card h3 { margin: 18px 0 12px; font-size: 1.42rem; line-height: 1.17; }
.related-card p { color: var(--ink-dim); font-size: .93rem; line-height: 1.58; }
.related-card .card-link { margin-top: auto; padding-top: 24px; color: var(--strike-hi); font-weight: 700; }

.author-band { padding: 82px 0; background: var(--paper-2); color: var(--ink-paper); }
.author-grid { display: grid; grid-template-columns: 180px minmax(0, 680px); gap: 38px; align-items: center; }
.author-photo { width: 180px; aspect-ratio: 1; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.author-copy h2 { margin: 8px 0 13px; font-size: 2rem; }
.author-copy p { color: var(--ink-paper-dim); line-height: 1.7; }
.author-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
.author-links a { color: #7b3f00; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.cta-band { padding: 86px 0; text-align: center; background: var(--navy); }
.cta-band h2 { max-width: 19ch; margin: 12px auto 18px; font-size: clamp(2rem, 4vw, 3.25rem); }
.cta-band p { max-width: 59ch; margin: 0 auto 28px; color: var(--ink-dim); font-size: 1.05rem; }
.cta-button { display: inline-flex; padding: 13px 22px; background: var(--strike); color: #1b1305; font-weight: 700; text-decoration: none; }
.cta-button:hover { background: var(--strike-hi); transform: translateY(-1px); }

.hub-intro { max-width: 720px; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.hub-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(22,34,46,.18); background: var(--paper-2); }
.hub-card h2 { margin: 15px 0; font-size: 1.55rem; line-height: 1.16; }
.hub-card p { color: var(--ink-paper-dim); line-height: 1.65; }
.hub-card a { margin-top: auto; padding-top: 24px; color: #7b3f00; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.profile-hero .insight-hero-grid { grid-template-columns: minmax(0, 1fr) 320px; align-items: center; }
.profile-portrait { width: 100%; aspect-ratio: 1; object-fit: cover; border-bottom: 5px solid var(--strike); }
.profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px 0; }
.profile-fact { padding: 22px; border-top: 2px solid #7b3f00; background: var(--paper-2); }
.profile-fact strong { display: block; margin-bottom: 6px; }
.profile-fact span { color: var(--ink-paper-dim); font-size: .92rem; }

@media (max-width: 900px) {
  .insight-hero-grid, .profile-hero .insight-hero-grid, .article-layout { grid-template-columns: 1fr; }
  .insight-hero-note { max-width: 600px; }
  .article-aside { display: none; }
  .related-grid, .hub-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 0; }
}
@media (max-width: 640px) {
  .insight-wrap, .insight-narrow { width: min(100% - 32px, 1120px); }
  .process-grid, .profile-facts { grid-template-columns: 1fr; }
  .answer-box { padding: 23px 20px; }
  .decision-table { display: block; overflow-x: auto; }
  .author-grid { grid-template-columns: 100px minmax(0, 1fr); gap: 22px; align-items: start; }
  .author-photo { width: 100px; }
  .author-copy h2 { font-size: 1.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
