.about-page {
  color: var(--sek-ink);
  background: #f4f0e7;
}

.about-main {
  display: block;
}

.about-shell {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.about-kicker {
  color: var(--sek-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero {
  padding: 92px 0 100px;
  color: #f8f4e9;
  background:
    radial-gradient(circle at 78% 24%, rgba(185, 147, 66, 0.2), transparent 30%),
    #1b1813;
  border-bottom: 6px double var(--sek-gold);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(330px, 0.6fr);
  align-items: center;
  gap: 82px;
}

.about-hero h1 {
  max-width: 780px;
  margin: 14px 0 24px;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 70px);
  font-weight: 400;
  line-height: 1.02;
}

.about-hero h1 span {
  color: #d8c79a;
}

.about-hero-copy > p {
  max-width: 710px;
  margin: 0;
  color: #c9c1b3;
  font-size: 17px;
  line-height: 1.7;
}

.about-address-card {
  padding: 32px;
  background: #f5f0e5;
  color: var(--sek-ink);
  border: 1px solid #d7cba9;
  box-shadow: 14px 14px 0 rgba(183, 53, 43, 0.24);
}

.about-address-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #ffffff;
  background: var(--sek-brand-red);
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.about-address-card > div:nth-child(2) > span {
  color: #71695c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-address-card h2 {
  margin: 4px 0 20px;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.about-address-card dl {
  margin: 0;
  border-top: 1px solid #d9d0c0;
}

.about-address-card dl > div {
  padding: 14px 0;
  border-bottom: 1px solid #d9d0c0;
}

.about-address-card dt {
  color: #756c5e;
  font-size: 10px;
  text-transform: uppercase;
}

.about-address-card dd {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.about-address-card dd a {
  color: var(--sek-brand-red);
  text-decoration: underline;
  text-decoration-color: rgba(183, 53, 43, 0.35);
  text-underline-offset: 3px;
}

.about-address-card > p {
  margin: 18px 0 0;
  color: #6c6458;
  font-size: 12px;
  line-height: 1.55;
}

.about-purpose,
.about-principles {
  padding: 92px 0;
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 30px 90px;
}

.about-section-heading .about-kicker {
  grid-column: 1 / -1;
}

.about-section-heading h2,
.about-workflow h2,
.about-principles h2,
.about-closing h2 {
  margin: 0;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.about-section-heading > p {
  margin: 0;
  color: #696154;
  font-size: 15px;
  line-height: 1.7;
}

.about-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 58px;
  background: #cfc6b5;
  border: 1px solid #cfc6b5;
}

.about-capabilities article {
  min-height: 260px;
  padding: 30px;
  background: #fbf8f1;
}

.about-capabilities article > span {
  color: var(--sek-brand-red);
  font-size: 12px;
  font-weight: 700;
}

.about-capabilities h3 {
  margin: 46px 0 12px;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.about-capabilities p,
.about-principles-list p {
  margin: 0;
  color: #6e665a;
  font-size: 13px;
  line-height: 1.65;
}

.about-workflow {
  padding: 86px 0;
  background: #e7e0d2;
  border-top: 1px solid #cfc5b2;
  border-bottom: 1px solid #cfc5b2;
}

.about-workflow-grid,
.about-principles-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 90px;
}

.about-workflow h2,
.about-principles h2 {
  margin-top: 12px;
}

.about-workflow ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.about-workflow li {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  padding: 25px 0 25px 52px;
  border-top: 1px solid #bfb5a3;
  counter-increment: steps;
}

.about-workflow li::before {
  position: absolute;
  top: 26px;
  left: 0;
  color: var(--sek-brand-red);
  content: "0" counter(steps);
  font-size: 11px;
  font-weight: 700;
}

.about-workflow li:last-child {
  border-bottom: 1px solid #bfb5a3;
}

.about-workflow li strong {
  font-size: 14px;
}

.about-workflow li span {
  color: #6b6356;
  font-size: 13px;
  line-height: 1.55;
}

.about-principles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #cfc5b2;
  border-left: 1px solid #cfc5b2;
}

.about-principles-list > div {
  min-height: 176px;
  padding: 28px;
  border-right: 1px solid #cfc5b2;
  border-bottom: 1px solid #cfc5b2;
}

.about-principles-list strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.about-principles-list a {
  color: var(--sek-brand-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-closing {
  padding: 58px 0;
  background: #eae4d4;
  border-top: 1px solid #cfc5b2;
}

.about-closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.about-closing h2 {
  margin-top: 8px;
  font-size: 30px;
}

.about-closing p {
  margin: 8px 0 0;
  color: #6b6357;
  font-size: 13px;
}

.about-closing-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

@media (max-width: 900px) {
  .about-hero-grid,
  .about-section-heading,
  .about-workflow-grid,
  .about-principles-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-hero {
    padding: 70px 0 78px;
  }

  .about-address-card {
    max-width: 520px;
  }

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

  .about-capabilities article {
    min-height: 210px;
  }
}

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

  .about-hero {
    padding: 52px 0 60px;
  }

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

  .about-hero-copy > p {
    font-size: 15px;
  }

  .about-address-card {
    padding: 24px;
    box-shadow: 8px 8px 0 rgba(183, 53, 43, 0.24);
  }

  .about-purpose,
  .about-principles {
    padding: 62px 0;
  }

  .about-workflow {
    padding: 60px 0;
  }

  .about-workflow li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

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

  .about-closing-inner,
  .about-closing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-closing-actions a {
    justify-content: center;
  }
}
