/* ── About Photo Hero ── */
    .page-hero.about-photo-hero {
      position: relative;
      width: 100%;
      aspect-ratio: 3 / 2;
      max-height: 85vh;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      padding: 0;
      background: #1a2d4a;
      /* Extend navy above the hero to cover mobile overscroll gap */
      box-shadow: 0 -200px 0 0 #1a2d4a;
    }
    .page-hero.about-photo-hero::before {
      display: none;
    }
    .about-photo-hero__img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 15%;
      opacity: 0;
      transition: opacity 0.8s ease;
    }
    .about-photo-hero__img.is-loaded {
      opacity: 1;
    }
    .about-photo-hero__overlay {
      display: block;
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(23,50,96,0.10) 0%,
        rgba(23,50,96,0.0) 25%,
        rgba(23,50,96,0.58) 60%,
        rgba(23,50,96,0.92) 100%
      );
    }
    .about-photo-hero__content {
      position: relative;
      z-index: 2;
      width: 100%;
      text-align: center;
      padding: 0 var(--space-6) var(--space-20);
    }
    .about-photo-hero__eyebrow {
      display: block;
      font-family: var(--font-sans);
      font-size: var(--text-xs);
      font-weight: 400;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.58);
      margin-bottom: var(--space-4);
    }
    .about-photo-hero__title {
      font-family: var(--font-script);
      font-style: italic;
      font-size: clamp(3rem, 7.5vw, 5.5rem);
      font-weight: 400;
      color: #fff;
      line-height: 1.1;
      letter-spacing: -0.01em;
      text-shadow: 0 2px 40px rgba(0,0,0,0.15);
      margin: 0;
    }
    
    .about-intro.section-top {
      padding-top: var(--space-20) !important;
    }
    @media (max-width: 768px) {
      .about-photo-hero { aspect-ratio: 4 / 3; max-height: 70vh; }
      .about-photo-hero__content { padding-bottom: var(--space-14); }
      .about-photo-hero__img { object-position: center 15%; }
    }
    @media (max-width: 480px) {
      .about-photo-hero { aspect-ratio: 1 / 1; max-height: 65vh; }
      .about-photo-hero__img { object-position: center 15%; }
    }

/* ═══════════════════════════════════════════════════
   ABOUT PAGE v2
═══════════════════════════════════════════════════ */

.about-photo-hero__subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 2.2vw, 1.22rem);
  color: rgba(255,255,255,0.68);
  letter-spacing: 0.04em;
  max-width: 46ch;
  margin: 0 auto;
  line-height: 1.75;
}

/* WHO I AM */
.about-who {
  padding: var(--space-32) var(--section-h, var(--space-6)) var(--section-v, var(--space-32));
  background: var(--color-ivory);
}
.about-who__inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(3rem, 8vw, 6rem);
  align-items: stretch;
  max-width: 1100px;
  margin-inline: auto;
}
.about-who__photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-photo);
  align-self: stretch;
}
.about-who__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-who__eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: var(--space-4);
}
.about-who__title {
  font-family: var(--font-script);
  font-style: italic;
  font-size: clamp(3.2rem, 7vw, 5.5rem);
  font-weight: 400;
  color: var(--color-charcoal);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-8);
  overflow: visible;
}
.about-who__body {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 1.6vw, 1.25rem);
  font-weight: 300;
  line-height: 2.0;
  color: var(--color-charcoal);
  max-width: 62ch;
}
.about-who__body em {
  font-style: italic;
  color: var(--color-charcoal);
}
@media (max-width: 768px) {
  .about-who__inner {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }
  .about-who__photo-wrap {
    order: -1;
    max-width: 400px;
    margin-inline: auto;
    aspect-ratio: 2 / 3;
  }
  .about-who__photo {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .about-who__photo-wrap {
    max-width: 100%;
  }
  .fp-section {
    padding-bottom: var(--space-16);
  }
}

/* FLIGHT PATH — click version */
.fp-section {
  background: var(--color-ivory);
  padding-bottom: var(--space-32);
}
.fp-map-wrap {
  padding: var(--space-14) var(--space-6) var(--space-8);
  max-width: 1000px;
  margin-inline: auto;
}
.fp-svg {
  width: 100%;
  display: block;
  overflow: visible;
}
.fp-path-bg {
  fill: none;
  stroke: rgba(23,50,96,0.10);
  stroke-width: 2.5;
  stroke-dasharray: 6 6;
}
.fp-path-live {
  fill: none;
  stroke: rgba(23,50,96,0.40);
  stroke-width: 2.5;
}
.fp-dot-g {
  cursor: pointer;
}
.fp-dot-g:focus { outline: none; }
.fp-dot-hit { fill: transparent; }
@media (max-width: 600px) {
  .fp-dot-ring { r: 14px; }
  .fp-dot-inner { r: 6px; }
  .fp-dot-hit { r: 28px; }
}
@keyframes fpPulse {
  0%,100% { r: 14; opacity: .12; }
  50%      { r: 20; opacity: .05; }
}
.fp-dot-pulse { fill: rgba(23,50,96,0.07); }
.fp-dot-pulse.anim { animation: fpPulse 1.8s ease-in-out infinite; }
.fp-dot-ring {
  fill: none;
  stroke: rgba(23,50,96,0.16);
  stroke-width: 1;
  transition: stroke 0.3s;
}
.fp-dot-inner {
  fill: var(--color-ivory);
  stroke: rgba(23,50,96,0.38);
  stroke-width: 1.5;
  transition: fill 0.35s ease, stroke 0.35s ease;
}
.fp-dot-g.active .fp-dot-inner,
.fp-dot-g.reached .fp-dot-inner {
  fill: var(--color-ink);
  stroke: var(--color-ink);
}
.fp-dot-lbl {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  fill: rgba(23,50,96,0.35);
  transition: fill 0.3s;
  pointer-events: none;
}
.fp-dot-g.active .fp-dot-lbl,
.fp-dot-g.reached .fp-dot-lbl { fill: var(--color-ink); }
.fp-dot-g.active .fp-dot-inner {
  fill: var(--color-ink);
  stroke: var(--color-ink);
}
.fp-dot-g.active .fp-dot-lbl {
  fill: var(--color-ink);
}
.fp-nav.show {
  display: flex;
}
.fp-dot-num {
  font-family: 'Courier New', monospace;
  font-size: 8.5px;
  fill: rgba(23,50,96,0.18);
  pointer-events: none;
}
.fp-plane {
  font-size: 15.6px;
  pointer-events: none;
}

/* Content panel below map */
.fp-panel-wrap {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 var(--space-6);
}
.fp-hint {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(23,50,96,0.45);
  margin-bottom: var(--space-6);
}
.fp-panel {
  display: none;
  border-top: 2px solid var(--color-ink);
  padding-top: var(--space-8);
  animation: fpFadeUp 0.35s ease both;
}
.fp-panel.active { display: grid; grid-template-columns: 110px 1fr; gap: var(--space-12); align-items: start; }
@keyframes fpFadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fpTagIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fp-panel__num {
  font-family: 'Courier New', monospace;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: rgba(23,50,96,0.50);
  display: block;
  margin-bottom: var(--space-1);
}
.fp-panel__cat {
  font-family: var(--font-sans);
  font-size: var(--text-caption);
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(23,50,96,0.60);
  display: block;
  margin-top: 0;
}
.fp-panel__text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.32rem);
  line-height: 2.0;
  color: rgba(26,40,64,0.82);
  margin-bottom: var(--space-5);
  max-width: 60ch;
}
.fp-panel__text em {
  font-style: normal;
  color: var(--color-charcoal);
}
.fp-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.fp-panel__tag {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  color: rgba(23,50,96,0.68);
  border-bottom: 1px solid rgba(23,50,96,0.18);
  padding: 0 0 2px;
  animation: fpTagIn 0.25s ease both;
  transition: color 0.2s, border-color 0.2s;
}
.fp-panel__tag:hover {
  color: var(--color-ink);
  border-color: var(--color-ink);
}

/* Nav arrows below panel */
.fp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-10);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border);
}
.fp-nav__btn {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23,50,96,0.55);
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-2) var(--space-3);
  transition: color 0.2s;
}
.fp-nav__btn:hover { color: var(--color-ink); }
.fp-nav__btn:disabled { opacity: 0.2; cursor: default; }
.fp-nav__dots {
  display: flex;
  gap: var(--space-2);
  align-items: center;
}
.fp-nav__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(23,50,96,0.15);
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  border: none;
  padding: 0;
}
.fp-nav__dot.active {
  background: var(--color-ink);
  transform: scale(1.3);
}

@media (max-width: 600px) {
  .fp-panel.active {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  .fp-panel__left {
    display: flex;
    align-items: center;
    gap: var(--space-3);
  }
}

/* THE EVENING */
.about-eve {
  background: var(--color-charcoal);
  background-image:
    radial-gradient(ellipse 65% 55% at 20% 65%, rgba(174,205,232,0.08) 0%, transparent 65%),
    radial-gradient(ellipse 45% 40% at 85% 20%, rgba(255,255,255,0.04) 0%, transparent 55%);
  padding: var(--space-32) var(--space-6);
  position: relative;
  overflow: hidden;
}
.about-eve__inner {
  max-width: 660px;
  margin-inline: auto;
  text-align: center;
}
.about-eve__eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-caption);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: var(--space-5);
}
.about-eve__title {
  font-family: var(--font-script);
  font-style: italic;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  color: rgba(255,255,255,0.90);
  line-height: 1.15;
  margin-bottom: var(--space-14);
  letter-spacing: -0.01em;
}
.about-eve__vignettes {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.about-eve__v {
  padding: var(--space-7) 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--space-6);
  align-items: start;
}
.about-eve__v:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.about-eve__v-rule {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: rgba(255,255,255,0.18);
  padding-top: 2px;
}
.about-eve__v-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.95;
  color: rgba(237,244,255,0.82);
  max-width: 58ch;
}
.about-eve__v-text em {
  font-style: normal;
  color: rgba(237,244,255,0.86);
}
@media (max-width: 600px) {
  .about-eve__v { grid-template-columns: 32px 1fr; gap: var(--space-4); }
}