.em-about-page,
.em-about-page .em-entry-content {
  margin: 0;
  padding: 0;
}

.em-about-page-content {
  overflow: clip;
  color: var(--em-ink);
}

.em-about-page-content h1,
.em-about-page-content h2,
.em-about-page-content h3,
.em-about-page-content p {
  margin-top: 0;
}

.em-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #dca300;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.em-about-eyebrow::before {
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: var(--em-primary);
  content: "";
}

.em-about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 7vw, 100px) 0 clamp(72px, 8vw, 118px);
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 196, 57, 0.16), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.1), transparent 30%),
    #17191c;
  color: #fff;
}

.em-about-hero::after {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -190px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 196, 57, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 196, 57, 0.04), 0 0 0 110px rgba(255, 196, 57, 0.025);
  content: "";
}

.em-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

.em-about-hero-copy {
  position: relative;
  z-index: 2;
}

.em-about-hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 5.7vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.em-about-hero h1 strong {
  color: var(--em-primary);
  font-weight: 700;
}

.em-about-lead {
  max-width: 710px;
  margin-bottom: 30px;
  color: #c9cdd2;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
}

.em-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.em-about-actions .em-button {
  min-height: 50px;
  padding-inline: 28px;
}

.em-about-actions .em-button.is-outline {
  border-color: #6c7178;
  color: #fff;
}

.em-about-actions .em-button.is-outline:hover {
  border-color: #fff;
}

.em-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-about-stats li {
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.em-about-stats li:first-child {
  padding-left: 0;
  border-left: 0;
}

.em-about-stats strong,
.em-about-stats span {
  display: block;
}

.em-about-stats strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
}

.em-about-stats span {
  color: #aeb3b9;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-about-visual {
  position: relative;
  width: min(100%, 470px);
  margin: 0 auto;
}

.em-about-visual::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 72%;
  height: 78%;
  border: 2px solid var(--em-primary);
  content: "";
}

.em-about-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.em-about-visual figcaption {
  position: absolute;
  z-index: 2;
  right: -26px;
  bottom: 28px;
  width: min(260px, 78%);
  padding: 18px 20px;
  border-left: 4px solid var(--em-primary);
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  color: #32363a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.em-about-section {
  padding: clamp(68px, 8vw, 112px) 0;
}

.em-about-intro-grid,
.em-about-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.em-about-copy h2,
.em-about-section-heading h2,
.em-about-support-copy h2 {
  margin-bottom: 22px;
  color: #202327;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.em-about-copy > p:not(.em-about-eyebrow),
.em-about-support-copy > p:not(.em-about-eyebrow) {
  color: #5f666d;
  font-size: 16px;
  line-height: 1.85;
}

.em-about-promise {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid #e1e4e7;
  border-radius: 18px;
  background: #f7f8f9;
  box-shadow: 0 18px 50px rgba(31, 35, 39, 0.08);
}

.em-about-promise::before {
  position: absolute;
  top: 0;
  left: 34px;
  width: 72px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--em-primary);
  content: "";
}

.em-about-promise h3 {
  margin-bottom: 22px;
  font-size: 22px;
}

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

.em-about-checklist li {
  position: relative;
  padding-left: 32px;
  color: #444a50;
  line-height: 1.6;
}

.em-about-checklist li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--em-primary);
  color: #222;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.em-about-library {
  background: #f3f4f5;
}

.em-about-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.em-about-section-heading .em-about-eyebrow {
  justify-content: center;
}

.em-about-section-heading > p:last-child {
  color: #666d74;
  font-size: 16px;
  line-height: 1.75;
}

.em-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.em-about-card {
  min-height: 300px;
  padding: 30px 26px;
  border: 1px solid #e0e3e6;
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.em-about-card:hover {
  border-color: #d7b650;
  box-shadow: 0 18px 45px rgba(31, 35, 39, 0.1);
  transform: translateY(-5px);
}

.em-about-card-index {
  display: block;
  margin-bottom: 58px;
  color: #c99a0c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.em-about-card h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.3;
}

.em-about-card p {
  margin-bottom: 0;
  color: #686f76;
  font-size: 14px;
  line-height: 1.75;
}

.em-about-coverage {
  padding-block: clamp(58px, 7vw, 90px);
  background: #fff;
}

.em-about-coverage-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.em-about-coverage h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
}

.em-about-coverage-copy p {
  margin-bottom: 0;
  color: #6a7178;
  line-height: 1.7;
}

.em-about-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-about-brands a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid #dfe2e5;
  border-radius: 999px;
  background: #fafafa;
  color: #34383d;
  font-size: 13px;
  font-weight: 600;
}

.em-about-brands a:hover {
  border-color: var(--em-primary);
  background: #fff7df;
  color: #5a4300;
}

.em-about-process {
  position: relative;
  overflow: hidden;
  background: #1d2024;
  color: #fff;
}

.em-about-process .em-about-section-heading h2 {
  color: #fff;
}

.em-about-process .em-about-section-heading > p:last-child {
  color: #b9bec4;
}

.em-about-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.em-about-step {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.em-about-step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 50%;
  background: var(--em-primary);
  color: #222;
  font-size: 13px;
  font-weight: 800;
}

.em-about-step h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 21px;
}

.em-about-step p {
  margin-bottom: 0;
  color: #b9bec4;
  font-size: 14px;
  line-height: 1.75;
}

.em-about-support {
  background: #fff;
}

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

.em-about-policy {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #e0e3e6;
  border-radius: 14px;
  background: #fafbfc;
}

.em-about-policy strong {
  display: block;
  font-size: 15px;
}

.em-about-policy span {
  color: #9a7200;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.em-about-policy:hover {
  border-color: #d6b650;
  background: #fff8e5;
  color: #222;
}

.em-about-final {
  padding: 0 0 clamp(72px, 8vw, 110px);
}

.em-about-final-inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(34px, 5vw, 62px);
  border-radius: 22px;
  background: var(--em-primary);
  color: #202226;
}

.em-about-final-inner::after {
  position: absolute;
  right: -72px;
  bottom: -104px;
  width: 260px;
  height: 260px;
  border: 34px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.em-about-final-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.em-about-final h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.em-about-final p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.em-about-final .em-button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  border-color: #202226;
  background: #202226;
  color: #fff;
}

@media (max-width: 1023px) {
  .em-about-hero-grid,
  .em-about-intro-grid,
  .em-about-support-grid {
    grid-template-columns: 1fr;
  }

  .em-about-visual {
    width: min(76vw, 480px);
  }

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

  .em-about-coverage-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .em-about-hero {
    padding-top: 48px;
  }

  .em-about-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .em-about-lead {
    font-size: 16px;
  }

  .em-about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .em-about-actions .em-button {
    width: 100%;
  }

  .em-about-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .em-about-stats li,
  .em-about-stats li:first-child {
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .em-about-stats li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .em-about-visual {
    width: calc(100% - 20px);
    margin-top: 12px;
  }

  .em-about-visual::before {
    top: -10px;
    right: -10px;
  }

  .em-about-visual figcaption {
    right: -10px;
    bottom: 18px;
  }

  .em-about-card-grid,
  .em-about-steps,
  .em-about-policy-grid,
  .em-about-final-inner {
    grid-template-columns: 1fr;
  }

  .em-about-card {
    min-height: 0;
  }

  .em-about-card-index,
  .em-about-step-number {
    margin-bottom: 28px;
  }

  .em-about-step {
    padding: 28px;
  }

  .em-about-final .em-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-about-card {
    transition: none;
  }
}
