.cotamee-about-page {
  color: #171322;
  background: #fff;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.about-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-breadcrumb span::before {
  content: ">";
  margin-right: 10px;
  color: #c8c1bd;
}

.about-hero {
  background: #fff9f5;
  border-top: 1px solid #f3e5dc;
  border-bottom: 1px solid #f3e5dc;
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 54px;
  width: min(1180px, calc(100% - 48px));
  min-height: 520px;
  margin: 0 auto;
  padding: 64px 0;
}

.about-eyebrow,
.about-section-kicker,
.about-cta > p {
  margin: 0 0 18px;
  color: #ef745c;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0 0 28px;
  color: #171322;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.45;
}

.about-hero-copy > p:not(.about-eyebrow) {
  max-width: 620px;
  margin: 0 0 10px;
  color: #4f596c;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.about-hero-art {
  display: grid;
  place-items: center;
  align-self: stretch;
  overflow: hidden;
}

.about-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}

.about-origin {
  padding: 100px 24px;
  background: #fff;
}

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

.about-origin h2 {
  margin: 0;
  color: #171322;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
}

.about-origin-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 18px;
  margin: 38px 0 30px;
  color: #2d3442;
  font-size: 30px;
  font-weight: 900;
}

.about-origin-name span,
.about-origin-name strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 66px;
  padding: 10px 22px;
  border: 2px solid #f1d8ca;
  border-radius: 8px;
}

.about-origin-name strong {
  color: #ef745c;
  background: #fff5ef;
  border-color: #ef947c;
}

.about-origin-name b {
  color: #a8b2c1;
}

.about-origin-inner > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #4f596c;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.about-features {
  padding: 100px 24px 110px;
  background: #fffaf6;
}

.about-section-heading {
  width: min(900px, 100%);
  margin: 0 auto 56px;
  text-align: center;
}

.about-section-heading > p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #2c211d;
  font-size: 15px;
  font-weight: 900;
}

.about-section-heading > p::before,
.about-section-heading > p::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #ff9a65;
  transform: rotate(-48deg);
}

.about-section-heading > p::after {
  transform: rotate(48deg);
}

.about-section-heading h2 {
  margin: 0;
  color: #171322;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
}

.about-feature-list {
  width: min(1120px, 100%);
  margin: 0 auto;
  border-top: 1px solid #eaded7;
}

.about-feature-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-height: 330px;
  border-bottom: 1px solid #eaded7;
}

.about-feature-item:nth-child(even) .about-feature-media {
  order: 2;
}

.about-feature-media {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 280px;
  border-radius: 8px;
}

.about-feature-media.is-coral {
  background: #fff0ea;
}

.about-feature-media.is-mint {
  background: #ecf8f3;
}

.about-feature-media.is-yellow {
  background: #fff8dc;
}

.about-feature-media.is-pink {
  background: #fff0f2;
}

.about-feature-media.is-blue {
  background: #edf5fb;
}

.about-feature-media img {
  display: block;
  width: 170px;
  height: 170px;
  object-fit: contain;
}

.about-feature-copy {
  padding: 42px 68px;
}

.about-feature-number {
  display: block;
  margin-bottom: 16px;
  color: #ef745c;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.about-feature-copy h3 {
  margin: 0 0 16px;
  color: #171322;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}

.about-feature-copy p {
  margin: 0;
  color: #4f596c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.about-principles {
  padding: 100px 24px;
  background: #fff;
}

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

.about-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
}

.about-principle-grid article {
  min-height: 250px;
  padding: 38px 34px;
}

.about-principle-grid article + article {
  border-left: 1px solid #e4e7ec;
}

.about-principle-grid span {
  display: block;
  margin-bottom: 22px;
  color: #ef745c;
  font-size: 15px;
  font-weight: 900;
}

.about-principle-grid h3 {
  margin: 0 0 14px;
  color: #171322;
  font-size: 21px;
  font-weight: 900;
}

.about-principle-grid p {
  margin: 0;
  color: #566174;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.about-operator {
  padding: 72px 24px;
  background: #fff;
}

.about-operator-inner {
  width: min(860px, 100%);
  margin: 0 auto;
}

.about-operator .about-section-kicker {
  margin-bottom: 10px;
}

.about-operator h2 {
  margin: 0 0 28px;
  color: #171322;
  font-size: 26px;
  font-weight: 900;
}

.about-operator dl {
  margin: 0;
  border-top: 1px solid #e8e4e1;
}

.about-operator dl > div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid #e8e4e1;
}

.about-operator dt,
.about-operator dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.about-operator dt {
  color: #2f3747;
  font-weight: 900;
}

.about-operator dd {
  color: #626b7b;
  font-weight: 700;
}

.about-operator a {
  color: #df6e59;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-cta {
  padding: 86px 24px 92px;
  color: #fff;
  background: #ef7d67;
  text-align: center;
}

.about-cta > p {
  color: #fff6f1;
}

.about-cta h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}

.about-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 54px;
  padding: 12px 28px;
  color: #fff;
  background: #171f36;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(23, 31, 54, 0.18);
}

.about-cta a:hover,
.about-cta a:focus-visible {
  background: #26314e;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .about-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 28px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-feature-copy {
    padding: 36px 42px;
  }

  .about-principle-grid article {
    padding: 32px 24px;
  }
}

@media (max-width: 700px) {
  .about-breadcrumb {
    width: calc(100% - 32px);
    padding: 16px 0;
  }

  .about-hero-inner {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 42px 0 0;
  }

  .about-hero h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.5;
  }

  .about-hero-copy > p:not(.about-eyebrow) {
    font-size: 14px;
    line-height: 1.9;
  }

  .about-hero-art {
    height: 300px;
  }

  .about-hero-art img {
    object-position: center bottom;
  }

  .about-origin,
  .about-features,
  .about-principles,
  .about-operator {
    padding: 68px 16px;
  }

  .about-origin h2,
  .about-section-heading h2,
  .about-cta h2 {
    font-size: 25px;
  }

  .about-origin-name {
    gap: 8px;
    margin: 30px 0 26px;
    font-size: 20px;
  }

  .about-origin-name span,
  .about-origin-name strong {
    min-width: 82px;
    min-height: 52px;
    padding: 8px 12px;
  }

  .about-origin-inner > p:last-child {
    font-size: 14px;
    line-height: 1.9;
  }

  .about-section-heading {
    margin-bottom: 38px;
  }

  .about-feature-item {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }

  .about-feature-item:nth-child(even) .about-feature-media {
    order: 0;
  }

  .about-feature-media {
    min-height: 210px;
  }

  .about-feature-media img {
    width: 132px;
    height: 132px;
  }

  .about-feature-copy {
    padding: 26px 8px 4px;
  }

  .about-feature-number {
    margin-bottom: 12px;
    font-size: 42px;
  }

  .about-feature-copy h3 {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .about-feature-copy p {
    font-size: 14px;
  }

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

  .about-principle-grid article {
    min-height: 0;
    padding: 30px 12px;
  }

  .about-principle-grid article + article {
    border-top: 1px solid #e4e7ec;
    border-left: 0;
  }

  .about-operator h2 {
    margin-bottom: 22px;
    font-size: 23px;
  }

  .about-operator dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
  }

  .about-cta {
    padding: 64px 20px 70px;
  }

  .about-cta a {
    width: 100%;
    max-width: 340px;
  }
}
