/* ============================================================
   JTR.org — About JTR page
   Layered on styles.css + home.css. Uses --hp-* tokens.
   ============================================================ */

/* ---------- HERO (full-bleed photo) ---------- */
.ab-hero {
  position: relative; min-height: 82vh; display: flex; flex-direction: column;
  justify-content: flex-end; color: #fff; overflow: hidden; isolation: isolate;
}
.ab-hero__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.ab-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,9,38,.5) 0%, rgba(16,9,38,.25) 42%, rgba(16,9,38,.86) 100%);
}
.ab-hero__inner { padding: 200px 40px 84px; max-width: var(--hp-maxw); margin: 0 auto; width: 100%; }
.ab-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(6px);
  font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #fff;
}
.ab-hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #b9a6ff; box-shadow: 0 0 10px 2px rgba(185,166,255,.8); }
.ab-hero h1 {
  color: #fff; margin: 26px 0 0; max-width: 17ch;
  font-weight: var(--hp-h-weight); font-size: clamp(38px, 5.4vw, 72px); line-height: 1.04; letter-spacing: -.025em;
}
.ab-hero p.sub { margin: 26px 0 0; max-width: 640px; font-size: 20px; line-height: 1.5; color: rgba(233,228,248,.86); }
.ab-hero__cta { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; }

/* ---------- INTRO statement ---------- */
.ab-intro .grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: start; }
.ab-intro .lead-statement { font-weight: var(--hp-h-weight); font-size: clamp(26px, 2.7vw, 39px); line-height: 1.16; color: var(--hp-ink); letter-spacing: -.02em; }
.ab-intro .lead-statement b { font-weight: 500; color: var(--hp-accent); }
.ab-intro .body { display: flex; flex-direction: column; gap: 24px; padding-top: 8px; }
.ab-intro .body p { font-size: 17px; line-height: 1.68; color: var(--sub); }

/* ---------- image + text rows ---------- */
.ab-imgrow { padding-top: 0; }
.ab-imgrow .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
.ab-imgrow.rev .grid { grid-template-columns: .95fr 1.05fr; }
.ab-imgrow.rev .ab-figure { order: 2; }
.ab-figure {
  position: relative; border-radius: 22px; overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 5/4; background: var(--surface-alt);
}
.ab-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-copy .eyebrow-lbl { font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--hp-accent); }
.ab-copy h2 { margin: 18px 0 20px; font-weight: var(--hp-h-weight); font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; letter-spacing: -.02em; color: var(--hp-ink); }
.ab-copy p { font-size: 17.5px; line-height: 1.65; color: var(--sub); max-width: 48ch; }
.ab-copy .btn { margin-top: 32px; }

/* ---------- achievements (dark band) ---------- */
.ab-achieve { background: var(--hp-accent-deep); color: #fff; overflow: hidden; }
.ab-achieve::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(72% 120% at 85% -10%, rgba(150,110,255,.34), transparent 55%);
}
.ab-achieve .wrap { position: relative; }
.ab-achieve .sec-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.ab-achieve .eyebrow-lbl { color: #c9b8ff; }
.ab-achieve h2 { color: #fff; margin-top: 16px; font-weight: var(--hp-h-weight); font-size: clamp(28px, 3.4vw, 46px); line-height: 1.1; letter-spacing: -.02em; }
.ab-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; }
.ab-stats .cell { background: var(--hp-accent-deep); padding: 38px 30px; }
.ab-stats .cell b { display: block; font-size: clamp(34px, 3.4vw, 48px); font-weight: 300; color: #fff; letter-spacing: -.03em; line-height: 1; }
.ab-stats .cell h4 { font-size: 16px; font-weight: 600; color: #fff; margin-top: 16px; letter-spacing: -.01em; }
.ab-stats .cell span { display: block; margin-top: 8px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.68); }

/* ---------- technology & equipment ---------- */
.ab-tech { background: var(--surface-alt); }
.ab-tech .sec-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.ab-tech .sec-head p { margin-top: 20px; font-size: 18px; line-height: 1.62; color: var(--sub); }
.ab-tech .bento { display: grid; grid-template-columns: 1.5fr 1fr; grid-auto-rows: 300px; gap: 24px; }

/* ---------- closing CTA ---------- */
.ab-close .box {
  position: relative; border-radius: 28px; overflow: hidden; padding: 84px 72px; text-align: center; color: #fff;
  background: linear-gradient(140deg, #2b1664 0%, #4a2ba0 52%, #6E3FF3 120%);
}
.ab-close .box::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 120% at 20% 10%, rgba(180,150,255,.4), transparent 60%); pointer-events: none; }
.ab-close .box > * { position: relative; z-index: 2; }
.ab-close .box .k { font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #d7c9ff; }
.ab-close h2 { color: #fff; font-weight: var(--hp-h-weight); font-size: clamp(27px, 3.2vw, 42px); line-height: 1.18; letter-spacing: -.02em; margin-top: 18px; max-width: 24ch; margin-left: auto; margin-right: auto; }
.ab-close .cta-btns { display: flex; gap: 16px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .ab-intro .grid, .ab-imgrow .grid, .ab-imgrow.rev .grid { grid-template-columns: 1fr; gap: 40px; }
  .ab-imgrow.rev .ab-figure { order: 0; }
  .ab-stats { grid-template-columns: 1fr 1fr; }
  .ab-tech .bento { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .ab-tech .pcard--feature { grid-row: span 1; min-height: 340px; }
}
@media (max-width: 720px) {
  .ab-hero__inner { padding: 150px 22px 60px; }
  .ab-stats { grid-template-columns: 1fr; }
  .ab-close .box { padding: 56px 26px; }
}
