.about-page {
  background: #fff;
}

.about-container {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
}

.about-section {
  padding: 86px 0;
}

.about-soft {
  background: #f7f8fa;
}

.about-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(7, 83, 133, .12), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

.about-intro::before {
  position: absolute;
  top: -120px;
  right: -90px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(214, 181, 50, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(214, 181, 50, .035);
  content: "";
  pointer-events: none;
}

.about-intro .about-container {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(6, 19, 55, .08);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .72));
  box-shadow: 0 24px 70px rgba(6, 19, 55, .1);
}

.about-intro .about-split {
  align-items: stretch;
}

.about-intro .about-copy {
  display: flex;
  padding: 5px 0;
  flex-direction: column;
  justify-content: center;
}

.about-grid-bg {
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(7, 83, 133, .12) .75px, transparent 1px);
  background-size: 22px 22px;
}

.about-grid-dark {
  background-color: #0d0d0c;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .1) .75px, transparent 1px);
  background-size: 22px 22px;
}

.about-hero {
  display: grid;
  min-height: 500px;
  padding: 66px 24px 90px;
  place-items: center;
}

.about-hero-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.about-hero .eyebrow {
  margin-bottom: 10px;
  font-size: 18px;
}

.about-hero h1 {
  max-width: 1080px;
  margin: 0 auto 18px;
  font-size: 55px;
  line-height: 1.08;
  letter-spacing: -1px;
}

.about-hero-inner > p:not(.eyebrow) {
  max-width: 1060px;
  margin: 0 auto 5px;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 25px;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-copy .eyebrow {
  margin-bottom: 16px;
}

.about-copy h2 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -.7px;
}

.about-copy > p {
  color: #555;
  font-size: 17px;
  line-height: 25px;
}

.about-copy h3 {
  margin: 4px 0 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.about-checklist {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.about-checklist li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #555;
  font-size: 17px;
  line-height: 23px;
}

.about-checklist i {
  margin-top: 3px;
  color: var(--blue);
  font-size: 17px;
}

.about-checklist-spaced {
  gap: 15px;
}

.about-intro .about-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.about-intro .about-checklist li {
  min-height: 64px;
  padding: 13px 14px;
  align-items: center;
  border: 1px solid rgba(7, 83, 133, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(6, 19, 55, .045);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.about-intro .about-checklist li:hover {
  border-color: rgba(214, 181, 50, .58);
  box-shadow: 0 15px 30px rgba(6, 19, 55, .09);
  transform: translateY(-2px);
}

.about-intro .about-copy a {
  color: var(--blue);
  font-weight: 700;
}

.about-image {
  height: 510px;
  overflow: hidden;
  border-radius: 6px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro .about-image img {
  object-position: center;
}

.about-intro-image {
  position: relative;
  height: auto;
  min-height: 650px;
  border: 1px solid rgba(214, 181, 50, .45);
  border-radius: 30px;
  box-shadow: 0 24px 54px rgba(6, 19, 55, .18);
}

.about-intro-actions {
  display: flex;
  margin-top: 5px;
  align-items: center;
}

.about-intro-cta {
  min-height: 54px;
  padding-inline: 28px;
  gap: 11px;
  box-shadow: 0 14px 30px rgba(7, 83, 133, .2);
}

.about-intro .about-copy a.about-intro-cta {
  color: #fff;
  font-weight: 600;
}

.about-intro-cta i {
  font-size: 14px;
  transition: transform .24s ease;
}

.about-intro-cta:hover i {
  transform: translateX(4px);
}

.about-heading {
  max-width: 980px;
  margin: 0 auto 38px;
}

.about-heading .eyebrow {
  margin-bottom: 10px;
}

.about-heading h2 {
  margin-bottom: 16px;
  font-size: 50px;
  line-height: 60px;
}

.about-heading > p:last-child {
  max-width: 820px;
  margin: 0 auto;
  color: #555;
  font-size: 18px;
  line-height: 25px;
}

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

.about-foundation {
  position: relative;
  overflow: hidden;
  background-color: #0d0d0c;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .1) .75px, transparent 1px);
  background-size: 22px 22px;
  color: #fff;
}

.about-foundation::before {
  position: absolute;
  left: -130px;
  top: 110px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 83, 133, .38), transparent 66%);
  content: "";
  pointer-events: none;
}

.about-foundation::after {
  position: absolute;
  right: -85px;
  bottom: -115px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(214, 181, 50, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(214, 181, 50, .03);
  content: "";
  pointer-events: none;
}

.about-foundation .about-container {
  position: relative;
  z-index: 1;
}

.about-foundation .about-heading {
  max-width: 1120px;
  margin-bottom: 42px;
  padding: 40px 44px 36px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(7, 83, 133, .28), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 18px 45px rgba(0, 0, 0, .12);
}

.about-foundation .about-heading .eyebrow {
  color: #fff;
}

.about-foundation .about-heading h2 {
  color: #fff;
}

.about-foundation .about-heading h2 strong {
  color: var(--gold);
}

.about-foundation .about-heading > p:last-child {
  color: rgba(255,255,255,.78);
}

.foundation-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .25);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.foundation-card:hover {
  border-color: rgba(214, 181, 50, .62);
  box-shadow: 0 26px 58px rgba(0, 0, 0, .35);
  transform: translateY(-5px);
}

.foundation-image {
  position: relative;
  height: 225px;
  margin: 0;
  overflow: hidden;
}

.foundation-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .42) 100%);
  content: "";
  pointer-events: none;
}

.foundation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.foundation-card:hover .foundation-image img {
  transform: scale(1.06);
}

.foundation-content {
  padding: 28px 28px 30px;
}

.foundation-content span {
  display: inline-flex;
  min-width: 44px;
  height: 32px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 181, 50, .42);
  border-radius: 999px;
  background: rgba(214, 181, 50, .1);
  color: #8e7214;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.foundation-card h3 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
}

.foundation-card p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 25px;
}

.about-editorial {
  position: relative;
  overflow: hidden;
  padding: 110px 0 100px;
  background:
    radial-gradient(circle at 8% 16%, rgba(7, 83, 133, .09), transparent 29%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

.about-editorial::before {
  position: absolute;
  top: -165px;
  right: -112px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(214, 181, 50, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(214, 181, 50, .035);
  content: "";
  pointer-events: none;
}

.about-editorial .about-container {
  position: relative;
  z-index: 1;
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  gap: 80px;
  align-items: center;
}

.about-editorial-media {
  position: relative;
  min-height: 640px;
  padding: 0 74px 56px 0;
}

.about-editorial-primary,
.about-editorial-detail {
  margin: 0;
  overflow: hidden;
  background: #fff;
  transition: transform .38s ease, border-color .38s ease, box-shadow .38s ease;
}

.about-editorial-primary {
  position: absolute;
  inset: 0 74px 56px 0;
  padding: 10px;
  border: 1px solid rgba(214, 181, 50, .58);
  border-radius: 12px;
  box-shadow: 0 26px 62px rgba(6, 19, 55, .17);
}

.about-editorial-primary::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 7px;
  content: "";
  pointer-events: none;
}

.about-editorial-primary img,
.about-editorial-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.about-editorial-primary img {
  border-radius: 7px;
}

.about-editorial-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62%;
  height: 225px;
  padding: 8px;
  border: 1px solid rgba(6, 19, 55, .1);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(6, 19, 55, .24);
}

.about-editorial-detail img {
  border-radius: 6px;
}

@media (hover: hover) and (pointer: fine) {
  .about-editorial-primary:hover {
    border-color: rgba(214, 181, 50, .88);
    box-shadow: 0 32px 72px rgba(6, 19, 55, .22);
    transform: translateY(-6px);
  }

  .about-editorial-primary:hover img {
    transform: scale(1.025);
  }

  .about-editorial-detail:hover {
    border-color: rgba(214, 181, 50, .58);
    box-shadow: 0 24px 52px rgba(6, 19, 55, .3);
    transform: translateY(-7px);
  }

  .about-editorial-detail:hover img {
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-editorial-primary,
  .about-editorial-detail,
  .about-editorial-primary img,
  .about-editorial-detail img {
    transition: none;
  }

  .about-editorial-primary:hover,
  .about-editorial-detail:hover,
  .about-editorial-primary:hover img,
  .about-editorial-detail:hover img {
    transform: none;
  }
}

.about-editorial-copy {
  max-width: 520px;
  padding: 12px 0 18px 4px;
}

.about-editorial-copy .eyebrow {
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 700;
}

.about-editorial-copy h2 {
  margin-bottom: 26px;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -1px;
}

.about-editorial-copy > p {
  color: #535961;
  font-size: 17px;
  line-height: 1.62;
}

.about-editorial-copy .about-editorial-lead {
  color: #252a31;
  font-size: 20px;
  line-height: 1.52;
}

.about-editorial-link {
  display: inline-flex;
  min-height: 54px;
  margin-top: 8px;
  padding: 0 28px;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(7, 83, 133, .18);
  transition: gap .24s ease, background .24s ease, box-shadow .24s ease, transform .24s ease;
}

.about-editorial-link::after {
  content: "→";
  font-size: 18px;
}

.about-editorial-link:hover {
  gap: 17px;
  box-shadow: 0 16px 32px rgba(7, 83, 133, .25);
}

.about-editorial-pledge {
  position: relative;
  margin-top: 72px;
  padding: 48px 54px 50px;
  overflow: hidden;
  border: 1px solid rgba(214, 181, 50, .25);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 15%, rgba(7, 83, 133, .52), transparent 38%),
    linear-gradient(135deg, #061337 0%, #050914 100%);
  color: #fff;
  box-shadow: 0 24px 58px rgba(6, 19, 55, .2);
}

.about-editorial-pledge::after {
  position: absolute;
  right: -84px;
  bottom: -112px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(214, 181, 50, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(214, 181, 50, .03);
  content: "";
  pointer-events: none;
}

.about-editorial-pledge p,
.about-editorial-pledge span {
  position: relative;
  z-index: 1;
}

.about-editorial-pledge p {
  max-width: 970px;
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.6px;
}

.about-editorial-pledge p strong {
  color: var(--gold);
  font-weight: 600;
}

.about-editorial-pledge span {
  display: block;
  max-width: 820px;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
  line-height: 1.55;
}

.about-page .founder {
  padding-bottom: 40px;
}

.about-expect {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(7, 83, 133, .1), transparent 31%),
    radial-gradient(circle at 96% 86%, rgba(214, 181, 50, .1), transparent 28%),
    linear-gradient(180deg, #f7f9fb 0%, #eef2f6 100%);
}

.about-expect::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(7, 83, 133, .12) .7px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(115deg, #000 0%, transparent 34%, transparent 70%, rgba(0, 0, 0, .7) 100%);
  mask-image: linear-gradient(115deg, #000 0%, transparent 34%, transparent 70%, rgba(0, 0, 0, .7) 100%);
  opacity: .42;
  content: "";
  pointer-events: none;
}

.about-expect::after {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(214, 181, 50, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(214, 181, 50, .025), 0 0 0 92px rgba(214, 181, 50, .018);
  content: "";
  pointer-events: none;
}

.expect-stage {
  position: relative;
  display: grid;
  max-width: 1160px;
  min-height: 680px;
  margin: 0 auto;
  padding: 12px;
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
  gap: 12px;
  border: 1px solid rgba(6, 19, 55, .1);
  border-radius: 40px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 30px 80px rgba(6, 19, 55, .15);
  backdrop-filter: blur(8px);
}

.expect-visual {
  position: relative;
  isolation: isolate;
  min-height: 654px;
  overflow: hidden;
  border-radius: 31px 16px 16px 31px;
  background: #07142a;
}

.expect-visual::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 19, 55, .08) 15%, rgba(6, 19, 55, .35) 54%, rgba(4, 12, 28, .96) 100%),
    linear-gradient(90deg, rgba(6, 19, 55, .28), transparent 68%);
  content: "";
}

.expect-visual img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s ease;
}

.expect-stage:hover .expect-visual img {
  transform: scale(1.035);
}

.expect-visual-copy {
  position: absolute;
  right: 46px;
  bottom: 94px;
  left: 46px;
  max-width: 600px;
  color: #fff;
}

.expect-visual-copy .eyebrow {
  margin-bottom: 12px;
  color: #f3d45e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.expect-visual-copy h2 {
  max-width: 540px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 55px;
  line-height: 1.02;
  letter-spacing: -1px;
}

.expect-visual-copy h2 strong {
  color: var(--gold);
}

.expect-visual-copy > p:last-child {
  max-width: 550px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.55;
}

.expect-visual-note {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  display: flex;
  margin: 0;
  padding-top: 16px;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .4px;
}

.expect-visual-note i {
  color: var(--gold);
}

.expect-panel {
  position: relative;
  display: flex;
  padding: 48px 42px 36px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(214, 181, 50, .3);
  border-radius: 16px 31px 31px 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 83, 133, .55), transparent 42%),
    linear-gradient(155deg, #092b50 0%, #061337 62%, #040c20 100%);
  color: #fff;
}

.expect-panel::after {
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(214, 181, 50, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(214, 181, 50, .025);
  content: "";
  pointer-events: none;
}

.expect-panel-heading,
.expect-outcomes,
.expect-promise {
  position: relative;
  z-index: 1;
}

.expect-panel-heading .eyebrow {
  margin-bottom: 12px;
  color: #f3d45e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.expect-panel-heading h3 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 35px;
  line-height: 1.08;
  font-weight: 600;
}

.expect-outcomes {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.expect-outcome {
  display: grid;
  padding: 24px 0;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.expect-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(214, 181, 50, .45);
  border-radius: 15px;
  background: rgba(214, 181, 50, .09);
  color: #f3d45e;
  font-size: 18px;
}

.expect-outcome h4 {
  margin: 0 0 7px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.expect-outcome p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.5;
}

.expect-promise {
  display: grid;
  margin-top: auto;
  padding-top: 28px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--gold);
}

.expect-promise i {
  margin-top: 5px;
  font-size: 19px;
}

.expect-promise p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.25;
}

.about-page .faq-intro img {
  object-position: center;
}

@media (max-width: 1000px) {
  .about-split {
    gap: 42px;
  }

  .about-copy h2 {
    font-size: 39px;
    line-height: 47px;
  }

  .foundation-card {
    min-height: 420px;
  }

  .foundation-content {
    padding: 25px 24px 28px;
  }

  .about-editorial-grid {
    gap: 50px;
  }

  .about-editorial-media {
    min-height: 570px;
    padding-right: 54px;
  }

  .about-editorial-primary {
    right: 54px;
  }

  .about-editorial-copy h2 {
    font-size: 45px;
  }

  .about-editorial-pledge p {
    font-size: 40px;
  }

  .expect-stage {
    grid-template-columns: minmax(0, 1.06fr) minmax(350px, .94fr);
  }

  .expect-panel {
    padding: 42px 32px 32px;
  }

  .expect-visual-copy {
    right: 38px;
    left: 38px;
  }

  .expect-visual-copy h2 {
    font-size: 48px;
  }
}

@media (max-width: 800px) {
  .about-container {
    width: calc(100% - 34px);
  }

  .about-section {
    padding: 66px 0;
  }

  .about-hero {
    min-height: 460px;
    padding: 62px 17px 72px;
  }

  .about-hero h1 {
    font-size: 42px;
    line-height: 47px;
  }

  .about-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-intro .about-container {
    padding: 24px;
  }

  .about-intro-image {
    min-height: 0;
  }

  .about-intro .about-checklist {
    grid-template-columns: 1fr;
  }

  .about-copy h2,
  .about-heading h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .about-image {
    height: 470px;
  }

  .about-split-reverse .about-image {
    order: 2;
  }

  .about-split-reverse .about-copy {
    order: 1;
  }

  .foundation-grid {
    grid-template-columns: 1fr;
  }

  .foundation-card {
    min-height: 280px;
  }

  .foundation-image {
    height: 260px;
  }

  .about-editorial {
    padding: 78px 0 72px;
  }

  .about-editorial-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-editorial-copy {
    max-width: 650px;
    padding: 0;
    order: 1;
  }

  .about-editorial-media {
    min-height: 610px;
    padding: 0 62px 50px 0;
    order: 2;
  }

  .about-editorial-primary {
    inset: 0 62px 50px 0;
  }

  .about-editorial-detail {
    width: 58%;
  }

  .about-editorial-pledge {
    margin-top: 54px;
    padding: 40px 36px 42px;
  }

  .about-editorial-pledge p {
    font-size: 37px;
  }

  .about-foundation .about-heading {
    padding: 34px 28px 30px;
  }

  .expect-stage {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .expect-visual {
    min-height: 580px;
    border-radius: 31px 31px 16px 16px;
  }

  .expect-panel {
    border-radius: 16px 16px 31px 31px;
  }
}

@media (max-width: 520px) {
  .about-container {
    width: calc(100% - 28px);
  }

  .about-section {
    padding: 56px 0;
  }

  .about-hero {
    min-height: 430px;
    padding-inline: 14px;
  }

  .about-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .about-hero-inner > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 24px;
  }

  .about-copy h2,
  .about-heading h2 {
    font-size: 34px;
    line-height: 41px;
  }

  .about-image {
    height: 340px;
  }

  .about-editorial {
    padding: 66px 0 60px;
  }

  .about-editorial-copy h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  .about-editorial-copy .about-editorial-lead {
    font-size: 18px;
  }

  .about-editorial-media {
    min-height: 480px;
    padding: 0 28px 28px 0;
  }

  .about-editorial-primary {
    inset: 0 28px 28px 0;
    padding: 7px;
  }

  .about-editorial-primary::after {
    inset: 7px;
  }

  .about-editorial-detail {
    width: 70%;
    height: 150px;
    padding: 6px;
  }

  .about-editorial-pledge {
    margin-top: 42px;
    padding: 34px 25px 36px;
    border-radius: 18px;
  }

  .about-editorial-pledge p {
    font-size: 31px;
  }

  .about-editorial-pledge span {
    font-size: 16px;
  }

  .foundation-card {
    min-height: 0;
  }

  .foundation-image {
    height: 220px;
  }

  .foundation-content {
    padding: 24px 22px 26px;
  }

  .about-intro .about-container {
    padding: 18px;
    border-radius: 24px;
  }

  .about-intro .about-checklist li {
    min-height: 0;
  }

  .expect-stage {
    padding: 8px;
    border-radius: 29px;
  }

  .expect-visual {
    min-height: 520px;
    border-radius: 22px 22px 12px 12px;
  }

  .expect-visual-copy {
    right: 26px;
    bottom: 96px;
    left: 26px;
  }

  .expect-visual-copy h2 {
    font-size: 42px;
  }

  .expect-visual-copy > p:last-child {
    font-size: 16px;
  }

  .expect-visual-note {
    right: 22px;
    left: 22px;
    align-items: flex-start;
  }

  .expect-panel {
    padding: 36px 24px 28px;
    border-radius: 12px 12px 22px 22px;
  }

  .expect-panel-heading h3 {
    font-size: 30px;
  }

  .expect-outcome {
    padding: 22px 0;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .expect-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

}
