/* ==========================================================================
   VEYRA MEDS — About Page (FINAL MASTER SPEC, Sep 3 2026)
   Type: Inter (UI/body) · Cormorant Garamond (editorial display)
   ========================================================================== */

:root {
  --ab-navy: #040D2E;
  --ab-royal: #061155;
  --ab-electric: #099EF8;
  --ab-violet: #6B0DD8;
  --ab-light-violet: #8B2EE8;
  --ab-magenta: #D92FE8;
  --ab-gold: #FFD700;
  --ab-body-copy: #5F6F8F;
  --ab-secondary: #667085;
  --ab-pale-blue: #F5F9FD;
  --ab-dark-support: #D5DDF0;
  --ab-container: min(1200px, calc(100% - 64px));
}

/* ===== GLOBAL CONTAINER ===== */
.about-container,
.ab-hero-inner,
.ab-mission-inner,
.ab-approach-grid,
.ab-trust-inner,
.ab-atlanta-grid,
.ab-cta-band {
  width: var(--ab-container);
  margin-inline: auto;
}

/* ===== 2. HERO ===== */
.ab-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  max-height: 580px;
  background: linear-gradient(105deg, #FFFFFF 0%, #F7FBFF 42%, #DDEBFF 70%, #C8D0FF 100%);
}

.ab-hero-inner {
  min-height: 560px;
  padding: 28px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  position: relative;
}

.ab-hero-copy {
  position: relative;
  z-index: 3;
}

.ab-hero-eyebrow {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--ab-royal);
  margin: 0 0 18px;
}

.ab-hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--ab-navy);
  max-width: 500px;
  margin: 0;
}
.ab-hl-blue {
  font-style: italic;
  color: #096BFF;
}
.ab-hl-violet {
  font-style: italic;
  color: #A72CE8;
}

.ab-hero-accent {
  width: 64px;
  height: 3px;
  margin-top: 18px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, #099EF8 0%, #6B0DD8 55%, #D92FE8 100%);
}

.ab-hero-body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.60;
  color: #33415F;
  max-width: 520px;
  margin: 0;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-top: 24px;
}

.about-hero-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #099EF8 0%, #3155F5 48%, #730BE8 100%);
  box-shadow: 0 10px 24px rgba(49, 85, 245, .22);
  color: #FFFFFF;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .015em;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease;
}
.about-hero-primary-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(49, 85, 245, .30);
}
.about-hero-primary-cta:focus-visible {
  outline: 2px solid var(--ab-electric);
  outline-offset: 3px;
}

/* Hero visual — layer order: hero bg → oversized V watermark → woman → quote card */
.ab-hero-visual {
  position: relative;
}

.about-hero-v-watermark {
  position: absolute;
  /* Kandi, Sep 5 2026: approved transparent V-mark (VEYRA-V-MARK-TRANSPARENT-1024.png,
     1024x1024, genuine alpha) as hero watermark — height-based sizing keeps the
     approved footprint; rendered size stays well below native at every breakpoint */
  height: clamp(500px, 42vw, 600px);
  width: auto;
  max-width: none;
  object-fit: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.18;
  z-index: 1;
  pointer-events: none;
}

.ab-hero-woman {
  position: absolute;
  right: 235px;
  bottom: 0;
  height: 555px;
  width: auto;
  object-fit: contain;
  z-index: 2;
}

/* Quote card */
.ab-quote-card {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 280px;
  min-height: 220px;
  padding: 24px 24px 22px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(9, 158, 248, .30);
  box-shadow: 0 16px 38px rgba(4, 13, 46, .17);
  z-index: 4;
}
.ab-quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  line-height: .6;
  color: #096BFF;
  display: block;
}
.ab-quote-text {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.52;
  color: var(--ab-navy);
  margin: 8px 0 0;
}
.ab-quote-sig {
  font-family: 'Allura', cursive;
  font-size: 30px;
  font-weight: 400;
  color: #096BFF;
  margin: 12px 0 0;
}

/* ===== 3. MISSION BAND ===== */
.ab-mission {
  padding: 58px 48px 52px;
  background: #040D2E;
}
.ab-mission-eyebrow {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ab-electric);
  text-align: center;
  margin: 0 0 14px;
}
.ab-mission-statement {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.18;
  color: #FFFFFF;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 30px;
}
.ab-mission-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 28px;
}
.ab-mp {
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .20);
}
.ab-mp:last-child { border-right: none; }
.ab-mp-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  color: var(--ab-electric);
}
.ab-mp-icon svg { width: 100%; height: 100%; }
.ab-mp-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 6px;
  line-height: 1.2;
}
.ab-mp-body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50;
  color: var(--ab-dark-support);
  margin: 0;
}

/* ===== 4. OUR APPROACH ===== */
.ab-approach {
  padding: 72px 0 68px;
  background: #FFFFFF;
}
.ab-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  column-gap: 56px;
  align-items: center;
}
.ab-approach-copy {
  padding: 0;
}
.ab-approach-eyebrow {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--ab-royal);
  margin: 0 0 14px;
}
.ab-approach-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.00;
  letter-spacing: -.02em;
  color: var(--ab-navy);
  margin: 0 0 18px;
}
.ab-ap-blue { font-style: italic; color: var(--ab-electric); }
.ab-ap-violet {
  font-style: italic;
  background: linear-gradient(90deg, #6B0DD8 0%, #D72BE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ab-approach-accent {
  width: 64px;
  height: 3px;
  margin: 18px 0 0;
  background: linear-gradient(90deg, #099EF8, #6B0DD8, #D72BE8);
}
.ab-approach-body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #4F607D;
  max-width: 610px;
  margin: 20px 0 0;
}
.ab-approach-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 30px;
  margin-top: 30px;
}
.ab-ap-step {
  text-align: left;
}
.ab-ap-step-icon {
  width: 46px;
  height: 46px;
  color: var(--ab-electric);
  margin-bottom: 10px;
}
.ab-ap-step-icon svg { width: 100%; height: 100%; }
.ab-ap-step-label {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ab-navy);
  margin: 0 0 6px;
  line-height: 1.2;
}
.ab-ap-step-desc {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #4F607D;
  margin: 0;
}
.ab-approach-img-wrap {
  display: block;
}
.ab-approach-img {
  width: min(100%, 500px);
  max-height: 540px;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  margin: 0 auto;
}

/* ===== 5. A COMPANY BUILT ON TRUST ===== */
.ab-trust {
  background: #FFFFFF;
}
.ab-trust-inner {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px 34px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(9, 158, 248, .35);
  background: #040D2E;
}
.ab-trust-eyebrow {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 18px;
}
.ab-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
}
.ab-trust-col {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  padding: 6px 16px;
  border-right: 1px solid rgba(255, 255, 255, .20);
}
.ab-trust-col:last-child { border-right: none; }
.ab-trust-icon {
  width: 40px;
  height: 40px;
  color: var(--ab-electric);
}
.ab-trust-icon svg { width: 100%; height: 100%; }
.ab-trust-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.2;
}
.ab-trust-copy {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ab-dark-support);
  margin: 0;
}

/* ===== 6. ATLANTA ===== */
.ab-atlanta {
  padding: 68px 0;
  background: #FFFFFF;
}
.ab-atlanta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(4, 13, 46, .12);
  background: #FFFFFF;
}
.ab-atlanta-img-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ab-atlanta-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
.ab-atlanta-panel {
  background: #040D2E;
  padding: 30px 40px 28px 56px;
  position: relative;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}
.ab-atlanta-eyebrow {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--ab-electric);
  margin: 0 0 10px;
}
.ab-atlanta-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 46px;
  font-weight: 600;
  line-height: .98;
  color: #FFFFFF;
  margin: 0 0 18px;
}
.ab-atlanta-year {
  background: linear-gradient(90deg, #8B2EE8 0%, #D92FE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ab-atlanta-body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #FFFFFF;
  max-width: 500px;
  margin: 0 0 8px;
}
.ab-atlanta-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 20px;
}
.ab-atlanta-feat {
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, .20);
}
.ab-atlanta-feat:last-child { border-right: none; }
.ab-atlanta-feat-icon {
  width: 50px;
  height: 50px;
  color: var(--ab-electric);
  margin-bottom: 10px;
}
.ab-atlanta-feat-icon svg {
  width: 100%;
  height: 100%;
}
.ab-atlanta-feat-copy {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0;
}

/* ===== 7. PRE-FOOTER CTA ===== */
.ab-cta-section {
  background: #FFFFFF;
  padding: 48px 32px 56px;
}
.ab-cta-band {
  padding: 36px 52px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FFF9E8 0%, #FFFFFF 48%, #F2F5FF 100%);
  border: 1px solid rgba(9, 158, 248, .18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ab-cta-copy { max-width: 640px; }
.ab-cta-headline {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ab-navy);
  margin: 0 0 8px;
}
.ab-cta-body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ab-secondary);
  margin: 0;
}
.ab-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #099EF8 0%, #3155F5 48%, #730BE8 100%);
  box-shadow: 0 10px 24px rgba(49, 85, 245, .22);
  color: #FFFFFF;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .015em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .2s ease;
}
.ab-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(49, 85, 245, .30);
}

/* ==========================================================================
   RESPONSIVE — 1024px
   ========================================================================== */
@media (max-width: 1024px) {
  :root { --ab-container: min(1200px, calc(100% - 72px)); }

  .ab-hero-headline { font-size: 54px; }
  .ab-hero-body { font-size: 16px; }
  .ab-hero-woman { right: 110px; height: 490px; }
  .about-hero-v-watermark { height: 450px; width: auto; opacity: 0.17; }
  .ab-quote-card { width: 240px; }
  .ab-quote-text { font-size: 14px; }

  .ab-mission { padding: 60px 36px 54px; }
  .ab-mission-statement { font-size: 30px; }
  .ab-mission-pillars { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .ab-mp:nth-child(2) { border-right: none; }

  .ab-approach { padding: 60px 0 56px; }
  .ab-approach-grid { width: calc(100% - 96px); column-gap: 40px; }
  .ab-approach-eyebrow { font-size: 12px; }
  .ab-approach-heading { font-size: 46px; }
  .ab-approach-body { font-size: 17px; }
  .ab-ap-step-icon { width: 42px; height: 42px; }
  .ab-ap-step-label { font-size: 13.5px; }
  .ab-ap-step-desc { font-size: 13.5px; }

  .ab-trust-inner { padding: 28px 28px; }

  .ab-atlanta { padding: 60px 0; }
  .ab-atlanta-heading { font-size: 40px; }

  .ab-cta-section { padding: 44px 36px 48px; }
  .ab-cta-band { padding: 32px 40px; }
}

/* ==========================================================================
   RESPONSIVE — 900px (Approach + Atlanta stack)
   ========================================================================== */
@media (max-width: 900px) {
  .ab-approach-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    align-items: start;
  }
  .ab-approach-eyebrow { font-size: 12px; }
  .ab-approach-heading { font-size: 42px; }
  .ab-approach-body { font-size: 16.5px; }
  .ab-ap-step-icon { width: 40px; height: 40px; }
  .ab-ap-step-label { font-size: 13.5px; }
  .ab-ap-step-desc { font-size: 13.5px; }
  .ab-approach-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 26px;
    margin-top: 28px;
  }
  .ab-approach-img {
    width: min(76vw, 470px);
    max-height: 520px;
    margin: 34px auto 0;
  }
}

/* ==========================================================================
   RESPONSIVE — 768px
   ========================================================================== */
@media (max-width: 768px) {
  :root { --ab-container: min(1200px, calc(100% - 64px)); }

  .ab-hero {
    min-height: auto;
    max-height: none;
  }
  .ab-hero-inner {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 44px 32px 0;
    min-height: auto;
  }
  .ab-hero-headline { font-size: 46px; }
  .ab-hero-body { font-size: 16px; }
  .ab-hero-visual {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    min-height: 470px;
  }
  .ab-hero-woman {
    position: relative;
    right: auto;
    bottom: auto;
    height: 460px;
    width: auto;
  }
  .about-hero-v-watermark {
    right: auto;
    left: 50%;
    bottom: auto;
    top: 52%;
    transform: translate(-50%, -50%);
    height: 460px;
    width: auto;
    opacity: 0.155;
  }
  .ab-quote-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 420px;
    margin: 14px auto 24px;
  }

  .ab-mission { padding: 56px 32px 50px; }
  .ab-mission-statement { font-size: 27px; }

  .ab-approach { padding: 58px 32px 50px; }
  .ab-approach-grid { width: 100%; }
  .ab-approach-eyebrow { font-size: 12px; }
  .ab-approach-heading { font-size: 42px; }
  .ab-approach-body { font-size: 16.5px; }
  .ab-ap-step-icon { width: 40px; height: 40px; }
  .ab-ap-step-label { font-size: 13.5px; }
  .ab-ap-step-desc { font-size: 13.5px; }

  .ab-trust-inner { width: 100%; }
  .ab-trust-grid { grid-template-columns: repeat(2, 1fr); }

  .ab-atlanta-grid {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
  .ab-atlanta-panel {
    clip-path: none;
    padding: 28px 32px;
  }
  .ab-atlanta-heading { font-size: 44px; }

  .ab-cta-section { padding: 40px 32px 44px; }
  .ab-cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 28px;
  }
}

/* ==========================================================================
   RESPONSIVE — 430px
   ========================================================================== */
@media (max-width: 430px) {
  :root { --ab-container: min(1200px, calc(100% - 40px)); }

  .ab-hero-inner { padding: 40px 20px 0; }
  .ab-hero-eyebrow { font-size: 10px; }
  .ab-hero-headline { font-size: 39px; line-height: 1.02; }
  .ab-hero-body { font-size: 15.5px; }
  .ab-hero-body { font-size: 15px; line-height: 1.55; }
  .about-hero-actions {
    width: 100%;
    margin-top: 22px;
  }
  .about-hero-primary-cta {
    width: 100%;
    min-width: 0;
    height: 52px;
  }
  .ab-hero-visual { min-height: 420px; margin-top: 14px; }
  .ab-hero-woman {
    width: 100%;
    max-height: 440px;
    height: auto;
    object-fit: contain;
  }
  .about-hero-v-watermark {
    right: auto;
    left: 50%;
    bottom: auto;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 385px;
    width: auto;
    opacity: 0.12;
  }
  .ab-quote-card {
    margin-top: -8px;
    padding: 22px;
    min-height: auto;
  }

  .ab-mission { padding: 48px 20px 44px; }
  .ab-mission-statement { font-size: 26px; line-height: 1.18; }
  .ab-mission-pillars { grid-template-columns: 1fr; }
  .ab-mp {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
    padding: 14px 20px;
  }
  .ab-mp:last-child { border-bottom: none; }

  .ab-approach { padding: 48px 20px 42px; }
  .ab-approach-eyebrow { font-size: 11px; }
  .ab-approach-heading { font-size: 38px; line-height: 1.02; }
  .ab-approach-body { font-size: 16px; line-height: 1.55; }
  .ab-ap-step-icon { width: 40px; height: 40px; }
  .ab-approach-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 24px;
    margin-top: 28px;
  }
  .ab-ap-step-label { font-size: 14px; }
  .ab-ap-step-desc { font-size: 14px; line-height: 1.45; }
  .ab-approach-img {
    width: min(88vw, 365px);
    max-height: 430px;
    margin: 30px auto 0;
  }

  .ab-trust-inner { width: 100%; padding: 20px 16px; }
  .ab-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-trust-col {
    border-right: none;
    padding: 10px 8px;
  }
  .ab-trust-col:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .20); }
  .ab-trust-title { font-size: 11px; }
  .ab-trust-copy { font-size: 11px; }

  .ab-atlanta { padding: 48px 20px; }
  .ab-atlanta-grid { width: 100%; }
  .ab-atlanta-panel { padding: 28px 22px; }
  .ab-atlanta-heading { font-size: 38px; }
  .ab-atlanta-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ab-atlanta-feat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
    padding-bottom: 12px;
  }
  .ab-atlanta-feat:last-child { border-bottom: none; }

  .ab-cta-section { padding: 40px 20px 44px; }
  .ab-cta-band { padding: 24px 20px; }
  .ab-cta-headline { font-size: 22px; }
  .ab-cta-body { font-size: 13px; }
  .ab-cta-btn { width: 100%; justify-content: center; }
}

/* ==========================================================================
   RESPONSIVE — 390px
   ========================================================================== */
@media (max-width: 390px) {
  .ab-hero-headline { font-size: 37px; }
  .ab-mission-statement { font-size: 25px; }
  .about-hero-v-watermark { height: 300px; width: auto; }
  .ab-hero-woman { max-height: 400px; }

  .ab-approach-eyebrow { font-size: 11px; }
  .ab-approach-heading { font-size: 36px; }
  .ab-approach-body { font-size: 15.5px; }
  .ab-ap-step-icon { width: 39px; height: 39px; }
  .ab-ap-step-label { font-size: 13.5px; }
  .ab-ap-step-desc { font-size: 13.5px; }
  .ab-approach-process {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  .ab-approach-img {
    width: min(88vw, 335px);
    max-height: 400px;
    margin: 28px auto 0;
  }
}
