/* AGI /about page — section styles.
   Ported from About.dc.html (design source of truth).
   DO NOT import into site.css — page-scoped only. */

/* ---------- About hero ---------- */
.about-hero {
  background: var(--navy);
  color: #fff;
  padding: 0 0 clamp(56px, 9vw, 88px);
}
.about-hero__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(44px, 8vw, 72px) clamp(20px, 4vw, 32px) 0;
}
.about-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 6.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  text-wrap: pretty;
}
.about-hero__lead {
  font-size: clamp(1rem, 2.6vw, 1.125rem);
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 36em;
  text-wrap: pretty;
}

/* ---------- Founders section ---------- */
.founders {
  background: #fff;
  padding: clamp(56px, 9vw, 88px) 0;
}
.founders__heading {
  margin: 0 0 40px;
}
.eyebrow { margin-bottom: 16px; }
.founders__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  /* The two bios are very different lengths — the Northtek card carries three
     testimonials the Derrick card does not. Stretching them to a common height
     left ~215px of blank inside the shorter card's border, which reads as a
     rendering fault. Uneven bottoms on two tall editorial cards do not. */
  align-items: start;
}
.founders__card {
  display: flex;
  flex-direction: column;
}
.founders__img-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  margin-bottom: 22px;
  background: var(--mist-100);
}
.founders__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
/* Northtek has a wordmark, not a headshot — so this is a designed
   brand tile, not a dashed "image missing" box. */
.founders__img-frame--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hairline);
  padding: 20px;
  background:
    radial-gradient(circle at 26% 18%, rgba(48, 161, 213, 0.18), transparent 62%),
    linear-gradient(160deg, var(--mist-100), var(--mist-200));
  position: relative;
}
.founders__img-frame--placeholder::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--green);
}
.founders__logo-slot {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.125rem);
  color: var(--navy);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.founders__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.375rem;
  color: var(--navy);
  margin: 0 0 4px;
}
.founders__role {
  font-size: 0.9375rem;
  color: var(--ink-muted);
  margin-bottom: 16px;
}
.founders__card p {
  font-size: 1rem;
  line-height: 1.68;
  color: var(--ink-muted);
  margin: 0 0 14px;
}
.founders__card-last { margin-bottom: 0 !important; }
.founders__quotes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
  margin-top: 6px;
}
.founders__quote-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 6px;
}
.founders__quote-who {
  font-size: 0.8125rem;
  color: var(--ink-muted);
}

/* ---------- Journey (timeline) ---------- */
.journey {
  background: var(--navy-900);
  background-image: radial-gradient(circle at 80% 8%, rgba(48, 161, 213, 0.18), transparent 55%);
  color: #fff;
  padding: clamp(56px, 9vw, 92px) 0;
}
.journey__header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 5vw, 56px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 48px);
}
.journey__header .h2--dark { margin: 0; }
.journey__sub {
  font-size: 1.0625rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  text-wrap: pretty;
}
.journey__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  align-items: start;
}
.journey__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.journey__rule {
  height: 4px;
  background: var(--green);
  border-radius: 2px;
  margin-bottom: 16px;
}
.journey__when {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
.journey__photo-frame {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.06);
}
.journey__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
/* Milestone tile — an intentional typographic panel for moments we do
   not have a photograph of. Reads as designed, not as a broken image.
   Swap in a real photo by replacing the tile with
   <div class="journey__photo-frame media-frame"><img ...></div>. */
.journey__photo-frame--placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  text-align: left;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 78% 14%, rgba(48, 161, 213, 0.3), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  overflow: hidden;
  position: relative;
}
.journey__photo-frame--placeholder::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--green);
}
.journey__mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.25rem, 6vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
}
.journey__slot {
  font-size: 0.6875rem;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sky-200);
}
.journey__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.22;
  margin-bottom: 9px;
  text-wrap: pretty;
}
.journey__body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 720px) {
  .journey__grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    border-left: 2px solid rgba(117, 197, 66, 0.35);
    padding-left: 22px;
  }
  .journey__item { position: relative; }
  .journey__rule {
    position: absolute;
    left: -29px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green);
  }
}

/* ---------- Build log ---------- */
.buildlog {
  background: var(--navy);
  color: #fff;
  padding: clamp(40px, 6vw, 60px) 0;
}
.buildlog__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
  margin-bottom: clamp(26px, 4vw, 34px);
}
.buildlog__label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sky);
}
.buildlog__sub {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.buildlog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0;
}
.buildlog__item {
  padding: 0 clamp(12px, 2vw, 22px) 0 0;
  position: relative;
}
.buildlog__rail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.buildlog__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sky);
  flex: 0 0 auto;
}
.buildlog__line {
  height: 1px;
  background: rgba(48, 161, 213, 0.35);
  flex: 1;
}
.buildlog__n {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  color: var(--sky-200);
  margin-bottom: 8px;
}
.buildlog__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.01em;
  margin-bottom: 7px;
}
.buildlog__body {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  padding-right: 8px;
}
@media (max-width: 720px) {
  .buildlog__grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
    border-left: 1px solid rgba(48, 161, 213, 0.35);
    padding-left: 20px;
  }
  .buildlog__item { position: relative; }
  .buildlog__rail {
    position: absolute;
    left: -26px;
    top: 3px;
    display: flex;
    align-items: center;
  }
  .buildlog__line { display: none; }
}

/* ---------- Footer ---------- */
.about-footer {
  background: var(--navy-900);
  color: #fff;
  font-family: var(--font-body);
}
.about-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.about-footer__top-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding-top: clamp(48px, 8vw, 72px);
  padding-bottom: 40px;
}
.about-footer__subscribe-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.375rem, 4vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  text-wrap: pretty;
}
.about-footer__subscribe-sub {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 32em;
}
.about-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 40px;
}
.about-footer__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.about-footer__links a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.9375rem;
}
.about-footer__links a:hover { color: #fff; }
.about-footer__copy {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}
