/* ============================================================
   ABOUT (ab2-*)  — using ab2 to avoid clash with albums .ab-
   ============================================================ */

.ab2-page {
  --paper:   var(--parchment-lightest);
  --paper-2: var(--parchment-light);
  --paper-3: var(--parchment);
  --line:    #d6cbb8;
  --ink-2:   #3a3026;
  --ink-3:   #6b5a44;

  --display: var(--font-display);
  --body:    var(--font-body);
  --accent:  var(--font-accent);
  --mono:    var(--font-mono, ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace);

  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  position: relative;
}
.ab2-page::before {
  content: ""; position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(120,90,55,0.04), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(120,90,55,0.04), transparent 60%);
}
.ab2-page > * { position: relative; z-index: 1; }
:where(.ab2-page a) { color: inherit; text-decoration: none; }

.ab2-section { max-width: 1340px; margin: 0 auto; padding: 80px 40px; }
.ab2-kicker {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sepia);
  margin-bottom: 16px;
  display: inline-flex; align-items: center; gap: 12px;
}
.ab2-kicker::after { content: ""; width: 48px; height: 1px; background: var(--sepia); opacity: 0.5; }

/* Hero portrait + body */
.ab2-hero {
  background: var(--ink); color: var(--paper);
  position: relative; overflow: hidden;
}
.ab2-hero::before {
  content: ""; position: absolute;
  right: -120px; top: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(168,122,37,0.16), transparent 65%);
  pointer-events: none;
}
.ab2-hero__inner {
  position: relative; z-index: 1;
  max-width: 1340px; margin: 0 auto;
  padding: 110px 40px 90px;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; align-items: start;
}
.ab2-hero__portrait {
  position: relative;
  border: 1px solid rgba(245,240,232,0.18);
  background: rgba(245,240,232,0.05);
  padding: 14px;
  align-self: start;
}
.ab2-hero__portrait::before {
  content: ""; position: absolute;
  inset: -1px; border: 1px solid rgba(168,122,37,0.32);
  pointer-events: none;
  transform: translate(8px, 8px);
  z-index: -1;
}
.ab2-hero__portrait img {
  display: block; width: 100%; height: auto;
  border: 1px solid rgba(245,240,232,0.18);
}
.ab2-hero__kicker {
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: inline-flex; align-items: center; gap: 14px;
}
.ab2-hero__kicker::after { content: ""; width: 50px; height: 1px; background: var(--gold); opacity: 0.5; }
.ab2-hero__title {
  font-family: var(--display);
  font-size: 64px; line-height: 1.04; letter-spacing: -0.005em;
  font-weight: 500;
  margin: 0 0 22px;
  color: var(--paper);
  text-wrap: balance;
}
.ab2-hero__title em { font-family: var(--accent); font-style: italic; color: var(--gold); font-weight: 400; }
.ab2-hero__divider {
  border: 0; height: 1px; background: rgba(245,240,232,0.18);
  margin: 18px 0 28px; width: 100px;
}
.ab2-hero__body { font-size: 18px; line-height: 1.7; color: var(--paper); }
.ab2-hero__body p { color: var(--paper); }
.ab2-hero__body p { margin: 14px 0; text-wrap: pretty; }
.ab2-hero__body h2, .ab2-hero__body h3 { font-family: var(--display); color: var(--paper); margin: 26px 0 12px; font-weight: 500; }
.ab2-hero__body h2 { font-size: 26px; }
.ab2-hero__body h3 { font-size: 20px; }
.ab2-hero__body a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.ab2-hero__body strong { color: var(--paper); font-weight: 600; }
.ab2-hero__body ul, .ab2-hero__body ol { padding-left: 22px; }
.ab2-hero__body li { padding: 4px 0; }

/* Timeline */
.ab2-timeline { background: var(--paper); border-top: 1px solid var(--line); }
.ab2-timeline__inner { max-width: 940px; margin: 0 auto; padding: 90px 40px 100px; }
.ab2-timeline__head { text-align: center; margin-bottom: 56px; }
.ab2-timeline__kicker {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--rouge);
  margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 12px;
}
.ab2-timeline__kicker::before { content: ""; width: 28px; height: 1px; background: var(--rouge); }
.ab2-timeline__kicker::after  { content: ""; width: 28px; height: 1px; background: var(--rouge); }
.ab2-timeline__h {
  font-family: var(--display); font-size: 42px; font-weight: 500;
  margin: 0 0 14px;
  color: var(--ink); line-height: 1.1;
}
.ab2-timeline__h em { font-family: var(--accent); font-style: italic; color: var(--sepia); font-weight: 400; }
.ab2-timeline__lede {
  font-size: 17px; color: var(--ink-2);
  max-width: 560px; margin: 0 auto;
  font-style: italic;
  text-wrap: pretty;
}

.ab2-timeline__list {
  list-style: none; padding: 0; margin: 0;
  position: relative;
  counter-reset: ab2step;
}
/* Spine */
.ab2-timeline__list::before {
  content: ""; position: absolute;
  top: 8px; bottom: 8px;
  left: 140px;
  width: 1px;
  background: var(--line);
}
.ab2-timeline__row {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 36px;
  padding: 22px 0;
  align-items: start;
}
.ab2-timeline__row + .ab2-timeline__row { border-top: 1px dotted var(--line); }
.ab2-timeline__year {
  font-family: var(--display);
  font-size: 22px; font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: right;
  padding-right: 28px;
  position: relative;
  white-space: nowrap;
}
/* Marker dot on the spine */
.ab2-timeline__row::before {
  content: "";
  position: absolute;
  left: 140px;
  top: 30px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--rouge);
  border: 2px solid var(--paper);
  box-shadow: 0 0 0 1px var(--rouge);
  transform: translateX(-50%);
  z-index: 1;
}
.ab2-timeline__body { padding-left: 16px; }
.ab2-timeline__label {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rouge); font-weight: 600;
  margin-bottom: 8px;
}
.ab2-timeline__text {
  font-size: 16px; color: var(--ink-2);
  line-height: 1.65;
  margin: 0;
  text-wrap: pretty;
}

@media (max-width: 720px) {
  .ab2-timeline__inner { padding: 60px 22px 70px; }
  .ab2-timeline__h { font-size: 32px; }
  .ab2-timeline__list::before { left: 14px; }
  .ab2-timeline__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px 0 20px 38px;
  }
  .ab2-timeline__row::before { left: 14px; top: 30px; }
  .ab2-timeline__year {
    text-align: left;
    padding-right: 0;
    font-size: 18px;
    color: var(--sepia);
  }
  .ab2-timeline__body { padding-left: 0; }
}

/* Thanks */
.ab2-thanks { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ab2-thanks__inner { max-width: 820px; margin: 0 auto; padding: 70px 40px; text-align: center; }
.ab2-thanks__kicker {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--rouge);
  margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 12px;
}
.ab2-thanks__kicker::before { content: ""; width: 28px; height: 1px; background: var(--rouge); }
.ab2-thanks__kicker::after { content: ""; width: 28px; height: 1px; background: var(--rouge); }
.ab2-thanks h2 {
  font-family: var(--display); font-size: 36px; font-weight: 500;
  margin: 0 0 18px;
  color: var(--ink);
}
.ab2-thanks h2 em { font-family: var(--accent); font-style: italic; color: var(--sepia); font-weight: 400; }
.ab2-thanks p {
  font-size: 18px; color: var(--ink-2);
  line-height: 1.65;
  margin: 0;
  text-wrap: pretty;
}
.ab2-thanks p b { color: var(--ink); font-weight: 600; }

/* Gallery */
.ab2-gallery { background: var(--paper); }
.ab2-gallery__inner { max-width: 1340px; margin: 0 auto; padding: 80px 40px; }
.ab2-gallery__head { text-align: center; margin-bottom: 36px; }
.ab2-gallery__h {
  font-family: var(--display); font-size: 38px; font-weight: 500;
  margin: 0 0 16px;
  color: var(--ink);
}
.ab2-gallery__h em { font-family: var(--accent); font-style: italic; color: var(--sepia); font-weight: 400; }
.ab2-gallery__grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 18px;
}
.ab2-gallery__item {
  margin: 0;
  background: var(--paper-2);
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.ab2-gallery__item:hover { border-color: var(--sepia); transform: translateY(-1px); }
.ab2-gallery__item img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.ab2-gallery__item figcaption {
  padding: 12px 14px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-3);
  border-top: 1px solid var(--line);
}

@media (max-width: 1100px) {
  .ab2-hero__inner { grid-template-columns: 1fr; gap: 40px; padding: 80px 40px 70px; }
  .ab2-hero__title { font-size: 48px; }
  .ab2-gallery__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .ab2-hero__inner { padding: 56px 22px 56px; }
  .ab2-hero__title { font-size: 38px; }
  .ab2-thanks__inner { padding: 56px 22px; }
  .ab2-gallery__inner { padding: 56px 22px; }
}
