.ab-hero {
  position: relative;
  padding: 190px 32px 110px;
  text-align: center;
}
.ab-hero__inner { max-width: 52rem; margin: 0 auto; }
.ab-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #7ea8f0;
  margin-bottom: 24px;
}
.ab-hero__eyebrow::before,
.ab-hero__eyebrow::after {
  content: '';
  width: 22px; height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.ab-hero__title {
  font-size: clamp(46px, 7.6vw, 96px);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 0.9;
  margin-bottom: 28px;
  text-wrap: balance;
}
.ab-hero__lede {
  font-size: clamp(16.5px, 1.6vw, 21px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  max-width: 38rem;
  margin: 0 auto;
}
.ab-hero__cta {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: 12px;
  margin-top: 42px;
}

.ab-head { text-align: center; margin: 0 auto clamp(48px, 6vw, 80px); max-width: 44rem; }
.ab-head h2 {
  font-size: clamp(30px, 4.6vw, 58px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}
.ab-head p {
  margin-top: 18px;
  font-size: clamp(15px, 1.4vw, 17.5px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.nums {
  max-width: var(--md-shell);
  margin: 0 auto;
  padding: 20px 32px clamp(80px, 10vw, 130px);
}
.nums__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.nums__cell {
  padding: 38px 26px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid var(--md-ring);
  background: rgba(255, 255, 255, 0.025);
}
.nums__cell b {
  display: block;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}
.nums__cell span {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--md-faint);
}
@media (max-width: 860px) {
  .nums__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nums__cell { padding: 30px 18px; }
}

.stmt {
  max-width: var(--md-shell);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) 32px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
}
.stmt + .stmt { border-top: 1px solid var(--md-ring-2); }
.stmt__title {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  position: sticky;
  top: 130px;
  text-wrap: balance;
}
.stmt__body p {
  font-size: clamp(16px, 1.45vw, 19.5px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.64);
}
.stmt__body p + p { margin-top: 20px; }
.stmt__body a {
  color: #8ab6ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(138, 182, 255, 0.35);
}
.stmt__body a:hover { text-decoration-color: #8ab6ff; }
@media (max-width: 900px) {
  .stmt { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .stmt__title { position: static; }
}

.tl-section {
  max-width: var(--md-shell);
  margin: 0 auto;
  padding: clamp(80px, 11vw, 150px) 32px;
}
.tl { position: relative; }
.tl::before {
  content: '';
  position: absolute;
  left: 50%; top: 6px; bottom: 6px;
  width: 2px;
  margin-left: -1px;
  background: var(--md-ring);
}
.tl__item {
  position: relative;
  width: calc(50% - 46px);
  padding: 30px 30px 32px;
  border-radius: 22px;
  border: 1px solid var(--md-ring);
  background: rgba(255, 255, 255, 0.03);
}
.tl__item + .tl__item { margin-top: 26px; }
.tl__item:nth-child(even) { margin-left: auto; margin-top: -46px; }
.tl__item::after {
  content: '';
  position: absolute;
  top: 40px;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: #0a0c13;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.tl__item:nth-child(odd)::after  { right: -52px; }
.tl__item:nth-child(even)::after { left: -52px; }
.tl__item--now { border-color: rgba(79, 140, 255, 0.4); background: rgba(28, 39, 68, 0.42); }
.tl__item--now::after { background: var(--md-blue); border-color: var(--md-blue); }
.tl__date {
  font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--md-faint);
  margin-bottom: 12px;
}
.tl__item--now .tl__date { color: #8ab6ff; }
.tl__title {
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 12px;
}
.tl__body {
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
}
.tl__body a {
  color: #8ab6ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(138, 182, 255, 0.35);
}
@media (max-width: 900px) {
  .tl::before { left: 6px; margin-left: 0; }
  .tl__item,
  .tl__item:nth-child(even) {
    width: auto;
    margin-left: 42px;
    margin-top: 0;
  }
  .tl__item + .tl__item { margin-top: 18px; }
  .tl__item:nth-child(odd)::after,
  .tl__item:nth-child(even)::after { left: -48px; right: auto; }
}

.vals {
  max-width: var(--md-shell);
  margin: 0 auto;
  padding: 0 32px clamp(80px, 10vw, 130px);
}
.vals__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 900px) { .vals__grid { grid-template-columns: minmax(0, 1fr); } }
.val {
  padding: 34px 30px;
  border-radius: 22px;
  border: 1px solid var(--md-ring);
  background: rgba(255, 255, 255, 0.025);
}
.val__num {
  font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  color: #7ea8f0;
  margin-bottom: 20px;
}
.val__title {
  font-size: clamp(19px, 1.9vw, 23px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.val__body {
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.55);
}

.quote {
  max-width: 54rem;
  margin: 0 auto;
  padding: clamp(70px, 10vw, 130px) 32px;
  text-align: center;
}
.quote p {
  font-size: clamp(26px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.14;
  color: #fff;
  text-wrap: balance;
}
.quote__by {
  margin-top: 26px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--md-faint);
}

@media (max-width: 560px) {
  .ab-hero { padding: 132px 20px 72px; }
  .ab-hero__title { font-size: clamp(36px, 11vw, 50px); }
  .ab-hero__lede { font-size: 16px; }
  .ab-hero__cta { flex-direction: column; align-items: stretch; }
  .ab-hero__cta .hbtn { width: 100%; }

  .nums, .stmt, .tl-section, .vals, .quote { padding-inline: 20px; }
  .nums__grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .nums__cell { padding: 26px 20px; display: flex; align-items: baseline; gap: 16px; text-align: left; }
  .nums__cell b { font-size: 42px; }
  .nums__cell span { margin-top: 0; }

  .ab-head { margin-bottom: 36px; }
  .stmt__body p { font-size: 16px; }
  .tl__item { padding: 24px 22px 26px; margin-left: 36px; }
  .tl__item:nth-child(odd)::after,
  .tl__item:nth-child(even)::after { left: -42px; top: 32px; }
  .tl::before { left: 5px; }
  .val { padding: 26px 22px; }
}

.val__list { list-style: none; margin: 14px 0 0; padding: 0; }
.val__list li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.val__list li + li { border-top: 1px solid var(--md-ring-2); }
.val__list li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.val__list strong { color: rgba(255, 255, 255, 0.86); font-weight: 600; }
.val__body a, .val__list a {
  color: #8ab6ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(138, 182, 255, 0.35);
}
.val__cta {
  display: inline-flex;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #8ab6ff;
  text-decoration: none;
}
.val__cta:hover { color: #b9d3ff; }
.val--wide { grid-column: span 2; }
@media (max-width: 900px) { .val--wide { grid-column: auto; } }

.vals__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 900px) { .vals__grid--2 { grid-template-columns: minmax(0, 1fr); } }

.nums__cell--dead b {
  font-size: clamp(20px, 2.2vw, 27px);
  letter-spacing: -0.03em;
}
.nums__cell--dead span { margin-top: 10px; }

.ab-meta {
  margin-top: 26px;
  font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--md-faint);
}

.ab-note {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 32px clamp(70px, 9vw, 110px);
  text-align: center;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
}
.ab-note a {
  color: #8ab6ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(138, 182, 255, 0.35);
}
@media (max-width: 560px) { .ab-note { padding-inline: 20px; } }

.pt-list { max-width: var(--md-shell); margin: 0 auto; padding: 0 32px clamp(70px, 9vw, 110px); }
.pt-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 900px) { .pt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .pt-grid { grid-template-columns: minmax(0, 1fr); } }
.pt-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 24px;
  border-radius: 20px;
  border: 1px solid var(--md-ring);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.pt-card:hover { border-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.045); }
.pt-card__top { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.pt-card__logo, .pt-card__mark {
  width: 40px; height: 40px; flex: 0 0 auto;
  border-radius: 12px;
  background: #11141d;
  border: 1px solid var(--md-ring-2);
  object-fit: cover;
}
.pt-card__mark {
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.pt-card__name { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: #fff; }
.pt-card__kind { font-size: 11.5px; color: var(--md-faint); }
.pt-card__blurb {
  font-size: 14px; line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 16px;
  flex: 1;
}
.pt-card__go {
  font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 11.5px;
  color: #7ea8f0;
  display: inline-flex; align-items: center; gap: 7px;
}

.pt-empty {
  max-width: 40rem;
  margin: 0 auto;
  padding: 48px 32px;
  border-radius: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.015);
  text-align: center;
}
.pt-empty__slots { display: flex; justify-content: center; gap: 10px; margin-bottom: 24px; }
.pt-empty__slots span {
  width: 38px; height: 38px;
  border-radius: 11px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
}
.pt-empty__title { font-size: 19px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 10px; }
.pt-empty__body {
  font-size: 15px; line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  max-width: 30rem;
  margin: 0 auto 24px;
}
.pt-err {
  max-width: 40rem; margin: 0 auto;
  padding: 20px 22px;
  border: 1px solid var(--md-ring);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.022);
  font-size: 14.5px; line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}
.pt-err a { color: #8ab6ff; }
@media (max-width: 560px) {
  .pt-list { padding-inline: 20px; }
  .pt-empty { padding: 36px 22px; }
}
