/* A² Perceptions About page redesign
   Scoped to body.about-redesign so index.html is not changed. */

.about-redesign {
  background: #070c0d;
  color: var(--text);
}

.about-redesign .site-header {
  background: linear-gradient(90deg, rgba(7, 12, 13, .98), rgba(7,18,28,.95)) !important;
  border-bottom: 1px solid rgba(56,189,248,.22) !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .24);
}

.about-redesign .section {
  padding-top: clamp(84px, 7vw, 120px);
  padding-bottom: clamp(84px, 7vw, 120px);
}

.about-hero {
  min-height: 660px;
  display: grid;
  align-items: end;
  background:
    radial-gradient(circle at 25% 25%, rgba(56,189,248,.15), transparent 32%),
    radial-gradient(circle at 84% 22%, rgba(55,170,255,.075), transparent 28%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, #091112 0%, #05090a 100%);
  background-size: auto, auto, 120px 120px, 120px 120px, auto;
  border-bottom: 1px solid rgba(56,189,248,.20);
}

.about-hero-inner {
  padding-top: 150px;
  padding-bottom: clamp(78px, 8vw, 116px);
  max-width: 1180px;
}

.about-hero h1 {
  margin: 0 0 26px;
  max-width: 1080px;
  font-size: clamp(54px, 7vw, 110px);
  line-height: .95;
  letter-spacing: -.075em;
}

.about-location {
  max-width: 950px;
  margin: 0;
  color: rgba(247,243,234,.76);
  font-size: clamp(21px, 1.8vw, 30px);
  line-height: 1.5;
}

.about-mission-section,
.tenets-section,
.founders-about-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(56,189,248,.06), transparent 28%),
    #070c0d;
}

.mission-vision-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.mission-block,
.tenet-card,
.about-founder-card {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  padding: clamp(30px, 3vw, 44px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.026)),
    radial-gradient(circle at 100% 0%, rgba(56,189,248,.06), transparent 36%);
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
}

.mission-block h2 {
  margin: 0 0 18px;
  max-width: 620px;
  font-size: clamp(34px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -.06em;
}

.mission-block p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.about-story-section,
.about-location-section {
  background: linear-gradient(180deg, rgba(247,243,234,.97), rgba(236,233,224,.98));
  color: #071011;
}

.about-story-section .section-kicker,
.about-location-section .section-kicker {
  color: #0369a1;
}

.story-grid,
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
}

.story-copy h2,
.location-copy h2,
.about-section-head h2 {
  margin: 0 0 22px;
  font-size: clamp(44px, 5.6vw, 86px);
  line-height: .98;
  letter-spacing: -.065em;
}

.story-copy p:not(.section-kicker),
.location-copy p,
.about-section-head p {
  color: #46524f;
  font-size: 19px;
  line-height: 1.68;
}

.story-panel {
  border: 1px solid rgba(7,12,13,.10);
  border-radius: 30px;
  padding: clamp(30px, 3vw, 46px);
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 60px rgba(0,0,0,.055);
}

.story-stat span {
  display: block;
  color: #0369a1;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.story-stat strong {
  display: block;
  max-width: 620px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.055em;
  margin-bottom: 24px;
}

.story-lines {
  display: grid;
  gap: 16px;
}

.story-lines p {
  margin: 0;
  color: #46524f;
  font-size: 19px;
  line-height: 1.62;
}

.about-section-head {
  max-width: 960px;
  margin-bottom: 44px;
}

.about-section-head.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-section-head.centered h2,
.about-section-head.centered .section-kicker {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tenets-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tenet-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-weight: 900;
  letter-spacing: .12em;
}

.tenet-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.05;
}

.tenet-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.about-founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.about-founder-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: center;
}

.about-founder-card img {
  width: 190px;
  height: 220px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
}

.about-founder-card .role {
  margin: 0;
  color: var(--green);
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 12px;
}

.about-founder-card h3 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.05;
}

.about-founder-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.about-founder-card h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.about-founder-card p:last-child {
  color: var(--muted);
  line-height: 1.65;
}

.location-cards {
  display: grid;
  gap: 18px;
}

.location-card {
  border: 1px solid rgba(7,12,13,.10);
  border-radius: 22px;
  padding: 26px 30px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 50px rgba(0,0,0,.045);
}

.location-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.location-card p {
  margin: 0;
  color: #46524f;
  line-height: 1.62;
}

.about-redesign .contact-band .container {
  grid-template-columns: 1fr;
  justify-items: center;
}

.about-redesign .contact-box {
  max-width: 980px;
  width: min(100%, 980px);
}

.about-redesign .contact-box a {
  color: var(--green);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .mission-vision-pair,
  .story-grid,
  .location-grid,
  .tenets-grid,
  .about-founder-grid {
    grid-template-columns: 1fr;
  }

  .tenets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-founder-card {
    grid-template-columns: 160px 1fr;
  }

  .about-founder-card img {
    width: 160px;
    height: 190px;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero-inner {
    padding-top: 132px;
    padding-bottom: 64px;
  }

  .about-hero h1,
  .story-copy h2,
  .location-copy h2,
  .about-section-head h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .tenets-grid,
  .about-founder-card {
    grid-template-columns: 1fr;
  }

  .about-founder-card img {
    width: 100%;
    height: auto;
    max-height: 360px;
  }
}

/* About cleanup v2 */

/* Fix hero readability: the heading must stay light on the dark tactical background. */
.about-hero h1,
.about-hero .eyebrow,
.about-hero .section-kicker {
  color: var(--text) !important;
}

.about-hero h1 {
  text-shadow: 0 18px 70px rgba(0,0,0,.42);
}

.about-hero .eyebrow {
  color: var(--green) !important;
}

.about-location {
  color: rgba(247,243,234,.84) !important;
}

/* Make Mission/Vision more compact and less oversized. */
.about-mission-section {
  padding-top: clamp(58px, 5.5vw, 86px) !important;
  padding-bottom: clamp(58px, 5.5vw, 86px) !important;
}

.mission-vision-pair {
  max-width: 1160px;
  margin: 0 auto;
  gap: 24px !important;
}

.mission-block {
  padding: clamp(26px, 2.4vw, 34px) !important;
  border-radius: 24px !important;
}

.mission-block h2 {
  font-size: clamp(30px, 3.2vw, 50px) !important;
  line-height: 1.03 !important;
  margin-bottom: 14px !important;
}

.mission-block p:last-child {
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.58 !important;
}

/* The Tenets section was removed from the page, but this keeps hidden if a cached copy exists. */
.tenets-section {
  display: none !important;
}

/* Improve founder section intro readability. */
.founders-about-section .about-section-head p,
.founders-about-section .about-section-head h2 {
  color: var(--text) !important;
}

.founders-about-section .about-section-head p {
  color: rgba(247,243,234,.78) !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.62 !important;
  max-width: 980px;
}

/* Make founder cards larger, with bigger photos and text. */
.about-founder-grid {
  gap: clamp(28px, 3vw, 42px) !important;
}

.about-founder-card {
  grid-template-columns: 250px 1fr !important;
  gap: clamp(30px, 3vw, 46px) !important;
  padding: clamp(34px, 3.4vw, 52px) !important;
  border-radius: 32px !important;
  min-height: 430px;
}

.about-founder-card img {
  width: 250px !important;
  height: 290px !important;
  border-radius: 24px !important;
}

.about-founder-card .role {
  font-size: 13px !important;
  letter-spacing: .12em !important;
}

.about-founder-card h3 {
  font-size: clamp(40px, 3.4vw, 62px) !important;
  line-height: .98 !important;
  margin: 12px 0 18px !important;
}

.about-founder-card p:last-child {
  font-size: clamp(18px, 1.35vw, 23px) !important;
  line-height: 1.62 !important;
  color: rgba(247,243,234,.80) !important;
}

@media (max-width: 1120px) {
  .about-founder-card {
    grid-template-columns: 210px 1fr !important;
    min-height: auto;
  }

  .about-founder-card img {
    width: 210px !important;
    height: 246px !important;
  }

  .about-founder-card h3 {
    font-size: clamp(34px, 5vw, 52px) !important;
  }
}

@media (max-width: 760px) {
  .about-founder-card {
    grid-template-columns: 1fr !important;
    padding: 28px !important;
  }

  .about-founder-card img {
    width: 100% !important;
    height: auto !important;
    max-height: 420px;
  }

  .mission-vision-pair {
    gap: 18px !important;
  }
}

/* About row color swap v3
   Alternates section bands after the dark hero:
   Mission/Vision = light, Story = dark, Founders = light, Why Here = dark. */

/* Mission/Vision row: switch to light band */
.about-mission-section {
  background: linear-gradient(180deg, rgba(247,243,234,.97), rgba(236,233,224,.98)) !important;
  color: #071011 !important;
  border-top: 1px solid rgba(7,12,13,.10);
  border-bottom: 1px solid rgba(7,12,13,.10);
}

.about-mission-section .section-kicker {
  color: #0369a1 !important;
}

.about-mission-section .mission-block {
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(7,12,13,.10) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.055) !important;
}

.about-mission-section .mission-block h2 {
  color: #071011 !important;
}

.about-mission-section .mission-block p:last-child {
  color: #46524f !important;
}

/* Story row: switch to dark band */
.about-story-section {
  background:
    radial-gradient(circle at 90% 12%, rgba(56,189,248,.065), transparent 28%),
    #070c0d !important;
  color: var(--text) !important;
  border-top: 1px solid rgba(56,189,248,.14);
  border-bottom: 1px solid rgba(56,189,248,.14);
}

.about-story-section .section-kicker {
  color: var(--green) !important;
}

.about-story-section .story-copy h2 {
  color: var(--text) !important;
}

.about-story-section .story-copy p:not(.section-kicker) {
  color: rgba(247,243,234,.76) !important;
}

.about-story-section .story-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.026)),
    radial-gradient(circle at 100% 0%, rgba(56,189,248,.07), transparent 36%) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.24) !important;
}

.about-story-section .story-stat span {
  color: var(--green) !important;
}

.about-story-section .story-stat strong {
  color: var(--text) !important;
}

.about-story-section .story-lines p {
  color: rgba(247,243,234,.76) !important;
}

/* Founders row: switch to light band and widen cards */
.founders-about-section {
  background: linear-gradient(180deg, rgba(247,243,234,.97), rgba(236,233,224,.98)) !important;
  color: #071011 !important;
  border-top: 1px solid rgba(7,12,13,.10);
  border-bottom: 1px solid rgba(7,12,13,.10);
}

.founders-about-section .container {
  width: min(96vw, 1640px) !important;
  max-width: 1640px !important;
}

.founders-about-section .section-kicker {
  color: #0369a1 !important;
}

.founders-about-section .about-section-head {
  max-width: 1180px !important;
}

.founders-about-section .about-section-head h2 {
  color: #071011 !important;
}

.founders-about-section .about-section-head p {
  color: #46524f !important;
  max-width: 1100px !important;
}

.about-founder-grid {
  grid-template-columns: repeat(2, minmax(640px, 1fr)) !important;
  gap: clamp(32px, 3vw, 52px) !important;
}

.about-founder-card {
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: clamp(34px, 3vw, 52px) !important;
  padding: clamp(38px, 3vw, 58px) !important;
  min-height: 470px !important;
  background: rgba(255,255,255,.74) !important;
  border: 1px solid rgba(7,12,13,.10) !important;
  box-shadow: 0 20px 70px rgba(0,0,0,.065) !important;
}

.about-founder-card img {
  width: 300px !important;
  height: 340px !important;
  border-color: rgba(7,12,13,.12) !important;
  background: rgba(7,12,13,.04) !important;
}

.about-founder-card h3 {
  font-size: clamp(30px, 2.1vw, 44px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.about-founder-card h3 a {
  color: #071011 !important;
}

.about-founder-card p:last-child {
  color: #46524f !important;
  font-size: clamp(19px, 1.25vw, 23px) !important;
}

/* Why Here row: switch to dark band */
.about-location-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(56,189,248,.07), transparent 28%),
    #070c0d !important;
  color: var(--text) !important;
  border-top: 1px solid rgba(56,189,248,.14);
}

.about-location-section .section-kicker {
  color: var(--green) !important;
}

.about-location-section .location-copy h2 {
  color: var(--text) !important;
}

.about-location-section .location-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.026)),
    radial-gradient(circle at 100% 0%, rgba(56,189,248,.07), transparent 36%) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.24) !important;
}

.about-location-section .location-card h3 {
  color: var(--text) !important;
}

.about-location-section .location-card p {
  color: rgba(247,243,234,.76) !important;
}

@media (max-width: 1450px) {
  .about-founder-grid {
    grid-template-columns: 1fr !important;
  }

  .about-founder-card {
    grid-template-columns: 300px 1fr !important;
  }
}

@media (max-width: 820px) {
  .about-founder-card {
    grid-template-columns: 1fr !important;
  }

  .about-founder-card img {
    width: 100% !important;
    height: auto !important;
    max-height: 460px;
  }

  .about-founder-card h3 {
    font-size: clamp(34px, 9vw, 48px) !important;
    white-space: normal !important;
  }
}


/* Founder card final sizing fix v4
   Add at the very end of about-page.css so these overrides win over earlier duplicated rules. */

.founders-about-section .container {
  width: min(98vw, 1920px) !important;
  max-width: 1920px !important;
}

.about-founder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(34px, 2.8vw, 56px) !important;
}

.about-founder-card {
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: clamp(30px, 2.4vw, 42px) !important;
  padding: clamp(38px, 2.7vw, 52px) !important;
  min-height: 430px !important;
  overflow: hidden !important;
}

.about-founder-card img {
  width: 240px !important;
  height: 280px !important;
  border-radius: 24px !important;
}

.about-founder-card > div {
  min-width: 0 !important;
}

.about-founder-card h3 {
  font-size: clamp(32px, 2.15vw, 46px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  max-width: 100% !important;
}

.about-founder-card h3 a {
  display: inline-block !important;
  max-width: 100% !important;
  color: #071011 !important;
  text-decoration: none;
}

.about-founder-card h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.about-founder-card p:last-child {
  font-size: clamp(18px, 1.15vw, 21px) !important;
  line-height: 1.62 !important;
}

/* If the viewport is not wide enough for two cards with one-line names, stack the cards.
   This prevents names from running outside the white cards. */
@media (max-width: 1880px) {
  .about-founder-grid {
    grid-template-columns: 1fr !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .about-founder-card {
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: clamp(34px, 3vw, 54px) !important;
  }

  .about-founder-card img {
    width: 280px !important;
    height: 320px !important;
  }

  .about-founder-card h3 {
    font-size: clamp(38px, 4.4vw, 62px) !important;
    white-space: normal !important;
  }
}

@media (max-width: 820px) {
  .about-founder-card {
    grid-template-columns: 1fr !important;
    padding: 28px !important;
  }

  .about-founder-card img {
    width: 100% !important;
    height: auto !important;
    max-height: 460px;
  }

  .about-founder-card h3 {
    font-size: clamp(34px, 9vw, 48px) !important;
    white-space: normal !important;
  }
}

/* Mobile footer logo centering */
@media (max-width: 760px) {
  .footer-logo {
    text-align: center !important;
    align-items: center !important;
  }

  .footer-logo img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-logo p {
    text-align: center !important;
  }
}
