/* ===== About page ===== */

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Section scaffolding ---------- */
.band { padding: clamp(72px, 10vw, 132px) clamp(24px, 5vw, 64px); }
.band--light { background: var(--alpine); }
.band--white { background: #ffffff; }
.band--mist { background: var(--mist); }
.band--navy {
background: linear-gradient(155deg, var(--midnight) 0%, #15302b 60%, #1a3a30 100%);
}

.wrap { max-width: 1160px; margin: 0 auto; }
.wrap.narrow { max-width: 820px; }

.eyebrow {
  display: block;
  color: var(--summit);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow--center { text-align: center; }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--midnight);
  margin: 0 0 26px;
}
.section-title--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-title--invert { color: var(--alpine); }

.prose { font-size: clamp(16px, 1.55vw, 19px); line-height: 1.8; color: var(--ridge); margin: 0; }
.prose--center { text-align: center; margin-left: auto; margin-right: auto; }
.prose--invert { color: var(--river); }
.prose--flow p { margin: 0 0 16px; }
.prose--flow p:last-child { margin-bottom: 0; }
.prose .accent, .prose--flow .accent { color: var(--summit); font-weight: 600; }
.prose--invert .accent { color: var(--summit); }

/* ---------- Hero ---------- */
.hero--about {
  background-color: var(--alpine);
  background-image: none;
  min-height: 0;
  border-bottom: 1px solid var(--mist);
}
.hero--about .hero__inner {
  justify-content: center;
  text-align: center;
  padding-top: clamp(64px, 9vw, 104px);
  padding-bottom: clamp(64px, 9vw, 104px);
}
.hero--about .hero__content { max-width: 680px; }
.hero--about .hero__divider { margin-left: auto; margin-right: auto; }
.hero--about .hero__body {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  color: var(--midnight);
}
.active { color: var(--summit) !important; }

/* ---------- Two-column ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.two-col__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 53% center;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(18, 38, 58, 0.16);
  display: block;
}
.two-col--reverse .two-col__media { order: 2; }

/* ---------- Maybe you're here because ---------- */
.maybe__rows {
  max-width: 700px;
  margin: 52px auto 0;
}
.maybe__row {
  position: relative;
  margin: 0;
  padding: 22px 0 22px 32px;
  border-bottom: 1px solid var(--mist);
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.55;
  color: var(--ridge);
  text-align: left;
}
.maybe__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--summit);
}
.maybe__row:first-child { padding-top: 0; }
.maybe__row:first-child::before { top: 8px; }
.maybe__row:last-child { border-bottom: none; }
.maybe__row .accent { color: var(--summit); }
.maybe__end { text-align: center; margin-top: 56px; }
.maybe__perfect {
  font-family: var(--serif);
  font-size: clamp(32px, 4.5vw, 50px);
  color: var(--summit);
  margin: 0 0 8px;
}
.maybe__begin {
  font-size: clamp(17px, 1.8vw, 21px);
  color: var(--ridge);
  margin: 0;
}

/* ---------- Meet your builder ---------- */
.meet__media img { aspect-ratio: 4 / 5; }
.meet__namesake {
  font-style: italic;
  color: var(--ridge);
  margin-top: 10px;
}

/* ---------- Process steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.step { position: relative; }
.step__num {
  display: block;
  font-family: var(--serif);
  font-size: 30px;
  color: var(--summit);
  line-height: 1;
  margin-bottom: 18px;
}
.step::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 44px;
  right: -28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,169,122,0.5), rgba(201,169,122,0));
}
.step:last-child::before { display: none; }
.step h3 { font-size: 19px; font-weight: 700; color: var(--midnight); margin: 0 0 8px; }
.step p { font-size: 15px; line-height: 1.65; color: var(--ridge); margin: 0; }

/* ---------- Final CTA (cinematic) ---------- */
.final-cta {
  position: relative;
  background-color: var(--midnight);
  background-image:
    linear-gradient(180deg, rgba(18,38,58,0.5) 0%, rgba(18,38,58,0.78) 100%),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center 45%;
  padding: clamp(104px, 14vw, 184px) clamp(24px, 5vw, 64px);
  text-align: center;
}
.final-cta__inner { max-width: 720px; margin: 0 auto; }
.final-cta .prose { margin-bottom: 36px; }
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* ---------- Secondary button variants ---------- */
.btn--outline {
  background: transparent;
  color: var(--midnight);
  border: 1.5px solid var(--summit);
  padding: 12.5px 24.5px;
  font-size: 13px;
  border-radius: 3px;
}
.btn--outline:hover { background: var(--summit); color: var(--midnight); }
.btn--outline-invert { color: var(--alpine); }
.btn--outline-invert:hover { background: var(--summit); color: var(--midnight); }

/* ---------- Footer (shared with /start) ---------- */
.site-footer__brand {
  background: var(--alpine);
  border-top: 1px solid var(--mist);
  text-align: center;
  padding: 36px 24px 32px;
}
.footer-logo { display: flex; align-items: center; justify-content: center; padding: 8px 0; }
.footer-logo img { height: auto; width: auto; max-height: 200px; max-width: 90%; }
.footer-bar {
  background: var(--midnight);
  color: var(--summit);
  text-align: center;
  padding: 22px;
  letter-spacing: 0.28em;
  font-size: 13px;
  font-weight: 600;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; }
  .two-col__media { order: -1 !important; }
  .two-col__media img { aspect-ratio: 3 / 2; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
  .step::before { display: none; }
  .maybe__row:nth-child(even) { text-align: left; }
}
@media (max-width: 520px) {
  .steps { grid-template-columns: 1fr; }
}
