.about-site-page {
  background:
    radial-gradient(circle at top, rgba(121, 89, 48, 0.14), transparent 26%),
    linear-gradient(180deg, #090806 0%, #080706 38%, #050403 100%);
}

.about-page {
  position: relative;
  z-index: 1;
  padding-bottom: 116px;
  --about-shell-width: min(1240px, calc(100vw - 64px));
  --about-shell-gutter: 32px;
  --about-paper: rgba(246, 238, 225, 0.96);
  --about-copy: rgba(233, 222, 204, 0.78);
  --about-muted: rgba(214, 190, 151, 0.78);
  --about-border: rgba(188, 153, 101, 0.2);
  --about-panel: rgba(16, 12, 10, 0.76);
  --about-panel-strong: rgba(10, 8, 7, 0.92);
  --about-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.about-page .container {
  width: min(var(--about-shell-width), calc(100% - var(--about-shell-gutter)));
}

.site-header .brand {
  flex-shrink: 0;
}

.site-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 2vw, 34px);
  flex: 1;
  min-width: 0;
  padding-left: clamp(16px, 3vw, 56px);
}

.site-header .header-nav a {
  color: rgba(237, 225, 204, 0.72);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-header .header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 154, 98, 0.72), transparent);
  transform: scaleX(0.32);
  transform-origin: center;
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header .header-nav a:hover,
.site-header .header-nav a:focus-visible,
.site-header .header-nav a.is-active {
  color: rgba(250, 242, 229, 0.98);
}

.site-header .header-nav a:hover::after,
.site-header .header-nav a:focus-visible::after,
.site-header .header-nav a.is-active::after {
  transform: scaleX(1);
  opacity: 1;
}

.header-nav a.is-active {
  color: rgba(250, 242, 229, 0.98);
}

.header-nav a.is-active::after {
  transform: scaleX(1);
  opacity: 1;
}

.about-page-back {
  display: none;
}

.about-kicker {
  margin: 0;
  color: var(--about-muted);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.about-subtitle {
  margin: 0;
  color: rgba(233, 221, 203, 0.72);
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
}

.about-copy {
  display: grid;
  gap: 18px;
}

.about-copy p {
  margin: 0;
  color: var(--about-copy);
  font-size: 18px;
  line-height: 1.95;
  text-wrap: pretty;
}

.about-hero-title,
.about-display-title {
  margin: 0;
  color: var(--about-paper);
  font-family: var(--hero-title-display);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.about-hero-title {
  font-size: clamp(34px, 4.9vw, 62px);
  max-width: 16.5ch;
  width: min(100%, 16.5ch);
}

.about-display-title {
  font-size: clamp(34px, 4.4vw, 60px);
  max-width: 12ch;
}

.about-title-line {
  display: block;
}

.about-hook .about-title-line,
.about-cards-head .about-title-line,
.about-closing-card .about-title-line {
  white-space: nowrap;
}

.about-master-copy .about-title-line {
  white-space: nowrap;
}

.about-hook {
  position: relative;
  min-height: 92vh;
  padding: 132px 0 86px;
  overflow: clip;
}

.about-hook::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(5, 4, 3, 0), rgba(5, 4, 3, 0.98));
  pointer-events: none;
}

.about-hook-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 5, 4, 0.24), rgba(7, 5, 4, 0.82)),
    linear-gradient(90deg, rgba(6, 5, 4, 0.92) 0%, rgba(6, 5, 4, 0.76) 38%, rgba(6, 5, 4, 0.28) 72%, rgba(6, 5, 4, 0.86) 100%),
    radial-gradient(circle at 76% 24%, rgba(190, 159, 108, 0.28), transparent 18%),
    url("/images/hero-moon-mirror.jpg") center/cover no-repeat;
  filter: saturate(0.76) brightness(0.72);
  transform: scale(1.04);
}

.about-hook-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.5fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: end;
}

.about-hook-copy {
  display: grid;
  gap: 22px;
  padding-bottom: 18px;
  animation: about-rise 680ms ease both;
}

.about-hook-aside {
  position: relative;
  display: grid;
  gap: 16px;
  align-self: end;
  margin-bottom: 10px;
  padding: 34px 30px 28px 34px;
  background:
    radial-gradient(circle at top, rgba(176, 131, 70, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(48, 34, 20, 0.28), rgba(19, 13, 10, 0.92)),
    rgba(14, 10, 8, 0.8);
  box-shadow: var(--about-shadow);
  backdrop-filter: blur(8px);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
  animation: about-rise 760ms ease 120ms both;
  overflow: hidden;
}

.about-hook-aside-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(214, 190, 151, 0.92);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-hook-aside-mark::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 117, 0.34);
  background:
    radial-gradient(circle, rgba(208, 171, 110, 0.22) 0 24%, transparent 25% 100%),
    rgba(31, 22, 16, 0.92);
  box-shadow:
    inset 0 0 0 4px rgba(12, 9, 7, 0.86),
    0 0 18px rgba(183, 140, 77, 0.12);
}

.about-hook-aside p {
  margin: 0;
  color: rgba(239, 230, 214, 0.82);
  font-size: 16px;
  line-height: 1.9;
}

.about-hook-aside::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(198, 165, 115, 0.24);
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
  pointer-events: none;
}

.about-hook-aside::after {
  content: "";
  position: absolute;
  inset: auto 22px 18px auto;
  width: 84px;
  height: 84px;
  background:
    radial-gradient(circle, rgba(188, 145, 83, 0.18), transparent 64%);
  pointer-events: none;
  opacity: 0.9;
}

.about-section {
  position: relative;
  padding: 46px 0;
}

.about-section--master {
  padding-top: 22px;
}

.about-master-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.08fr);
  gap: clamp(24px, 3vw, 46px);
  align-items: center;
}

.about-master-visual {
  position: relative;
  min-height: 640px;
  max-width: 760px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  background: rgba(12, 10, 9, 0.82);
  box-shadow: var(--about-shadow);
}

.about-master-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(218, 193, 154, 0.15);
  border-radius: 24px;
  pointer-events: none;
}

.about-master-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 5, 4, 0.16), rgba(7, 5, 4, 0.88)),
    linear-gradient(90deg, rgba(6, 5, 4, 0.74), rgba(6, 5, 4, 0.12)),
    url("/images/hero-lamp-altar.jpg") center/cover no-repeat;
  filter: saturate(0.78) brightness(0.84);
}

.about-master-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 53% 44%, rgba(243, 188, 102, 0.2), transparent 18%),
    linear-gradient(180deg, rgba(12, 9, 7, 0), rgba(12, 9, 7, 0.8));
}

.about-master-seal {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-master-seal span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(220, 196, 157, 0.16);
  background: rgba(18, 13, 11, 0.6);
  color: rgba(244, 235, 219, 0.8);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-master-copy {
  display: grid;
  gap: 18px;
}

.about-master-copy .about-display-title {
  font-size: clamp(34px, 4.9vw, 62px);
  line-height: 1.02;
  max-width: min(100%, 21.8ch);
  width: min(100%, 21.8ch);
}

.about-site-page[data-site-language="de"] #aboutMasterTitle {
  max-width: min(100%, 24ch);
  width: min(100%, 24ch);
}

.about-site-page[data-site-language="de"] #aboutMasterTitle .about-title-line {
  white-space: nowrap;
}

.about-master-copy .about-copy {
  padding-top: 4px;
}

.about-section--cards {
  padding-top: 70px;
}

.about-cards-head {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  margin-bottom: 28px;
}

.about-cards-head .about-display-title {
  max-width: min(100%, 22ch);
  width: min(100%, 22ch);
  justify-self: center;
  margin-inline: auto;
}

.about-cards-head .about-subtitle {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
  justify-self: center;
  margin-inline: auto;
}

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

.about-pillar {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 320px;
  padding: 26px 24px 24px;
  border-radius: 28px;
  border: 1px solid var(--about-border);
  background:
    radial-gradient(circle at top, rgba(214, 173, 113, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 244, 226, 0.045), rgba(255, 244, 226, 0.01)),
    linear-gradient(180deg, rgba(14, 10, 8, 0.94), rgba(9, 7, 6, 0.98));
  box-shadow: var(--about-shadow);
  overflow: hidden;
  animation: about-rise 720ms ease both;
}

.about-pillar:nth-child(2) {
  animation-delay: 90ms;
}

.about-pillar:nth-child(3) {
  animation-delay: 180ms;
}

.about-pillar::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 166, 110, 0.36), transparent);
}

.about-pillar span {
  display: inline-flex;
  color: rgba(214, 190, 151, 0.78);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.24em;
}

.about-pillar strong {
  color: var(--about-paper);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 600;
}

.about-pillar p {
  margin: 0;
  color: rgba(232, 220, 201, 0.72);
  font-size: 16px;
  line-height: 1.9;
}

.about-section--closing {
  padding-top: 72px;
}

.about-closing-card {
  position: relative;
  display: grid;
  gap: 20px;
  justify-items: center;
  padding: 62px min(7vw, 78px);
  text-align: center;
  border-radius: 38px;
  border: 1px solid rgba(188, 153, 101, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 143, 85, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 244, 226, 0.05), rgba(255, 244, 226, 0.01)),
    linear-gradient(180deg, rgba(14, 10, 8, 0.96), rgba(8, 6, 5, 0.98));
  box-shadow: var(--about-shadow);
  overflow: hidden;
}

.about-closing-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 30px;
  border: 1px solid rgba(223, 196, 153, 0.1);
  pointer-events: none;
}

.about-copy--center {
  max-width: 780px;
}

.about-closing-card .about-display-title {
  display: block;
  width: max-content;
  max-width: 100%;
  justify-self: center;
  margin-inline: auto;
  text-align: center;
}

.about-closing-card .about-subtitle {
  display: block;
  width: max-content;
  max-width: 100%;
  justify-self: center;
  margin-inline: auto;
  text-align: center;
  white-space: nowrap;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.about-actions .button {
  min-width: 236px;
}

.about-actions .button.secondary {
  color: var(--about-paper);
  border-color: rgba(185, 154, 98, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 244, 226, 0.035), rgba(255, 244, 226, 0.01)),
    rgba(10, 13, 18, 0.42);
}

@media (min-width: 901px) {
  .about-section--cards {
    padding-top: 86px;
  }

  .about-cards-head {
    margin-bottom: 54px;
  }

  .about-pillars {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(28px, 2.3vw, 42px);
    padding-top: 58px;
    align-items: start;
  }

  .about-pillars::before {
    content: "";
    position: absolute;
    top: 20px;
    left: clamp(24px, 3vw, 42px);
    right: clamp(24px, 3vw, 42px);
    height: 1px;
    background: linear-gradient(90deg, rgba(165, 128, 76, 0.08), rgba(201, 166, 110, 0.56), rgba(165, 128, 76, 0.08));
    box-shadow: 0 0 18px rgba(178, 137, 80, 0.1);
  }

  .about-pillar {
    min-height: 0;
    gap: 18px;
    padding: 54px 6px 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
  }

  .about-pillar:nth-child(2) {
    margin-top: 34px;
  }

  .about-pillar:nth-child(3) {
    margin-top: 12px;
  }

  .about-pillar::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(214, 182, 128, 0.44);
    background:
      radial-gradient(circle, rgba(243, 213, 162, 0.88) 0 18%, rgba(214, 173, 113, 0.38) 19% 42%, rgba(12, 9, 7, 0.96) 43% 100%);
    box-shadow:
      0 0 0 8px rgba(12, 9, 7, 0.8),
      0 0 22px rgba(192, 149, 90, 0.2);
  }

  .about-pillar::after {
    inset: -20px auto auto 8px;
    width: 1px;
    height: 58px;
    background: linear-gradient(180deg, rgba(201, 166, 110, 0.7), rgba(201, 166, 110, 0));
  }

  .about-pillar span {
    position: absolute;
    top: -76px;
    left: 32px;
    color: rgba(214, 190, 151, 0.82);
    font-size: 12px;
    letter-spacing: 0.3em;
  }

  .about-pillar strong {
    position: relative;
    display: block;
    padding-top: 22px;
    max-width: 10.5ch;
    font-size: clamp(34px, 2.7vw, 48px);
    line-height: 0.96;
    text-wrap: balance;
  }

  .about-pillar strong::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 166, 110, 0.72), rgba(201, 166, 110, 0));
  }

  .about-pillar p {
    max-width: 28ch;
    color: rgba(232, 220, 201, 0.7);
    font-size: 17px;
    line-height: 1.96;
  }

  .about-section--closing {
    padding-top: 104px;
  }

  .about-closing-card {
    position: relative;
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 0 10px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
  }

  .about-closing-card::before {
    inset: auto;
    top: -18px;
    left: 50%;
    width: min(820px, 74vw);
    height: 1px;
    border: 0;
    border-radius: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(185, 154, 98, 0), rgba(208, 176, 121, 0.78), rgba(185, 154, 98, 0));
    box-shadow: 0 0 18px rgba(183, 143, 85, 0.1);
  }

  .about-closing-card::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    transform: translateX(-50%);
    border: 1px solid rgba(214, 182, 128, 0.42);
    background:
      radial-gradient(circle, rgba(243, 213, 162, 0.92) 0 18%, rgba(214, 173, 113, 0.4) 19% 42%, rgba(10, 8, 7, 0.96) 43% 100%);
    box-shadow:
      0 0 0 8px rgba(9, 7, 6, 0.9),
      0 0 24px rgba(183, 143, 85, 0.12);
    pointer-events: none;
  }

  .about-closing-card .about-kicker {
    letter-spacing: 0.32em;
  }

  .about-closing-card .about-display-title {
    justify-self: center;
    margin-inline: auto;
    width: max-content;
    max-width: 100%;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 0.9;
    letter-spacing: -0.045em;
    text-align: center;
  }

  .about-closing-card .about-subtitle {
    position: relative;
    width: max-content;
    max-width: 100%;
    padding-bottom: 24px;
    font-size: 21px;
    line-height: 1.6;
  }

  .about-closing-card .about-subtitle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(198, 165, 115, 0), rgba(198, 165, 115, 0.72), rgba(198, 165, 115, 0));
  }

  .about-copy--center {
    max-width: 980px;
    gap: 22px;
    margin-top: 6px;
  }

  .about-copy--center p {
    color: rgba(232, 220, 201, 0.82);
    font-size: 18px;
    line-height: 2;
  }

  .about-actions {
    position: relative;
    gap: 18px;
    margin-top: 22px;
    padding-top: 26px;
  }

  .about-actions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(320px, 28vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(198, 165, 115, 0), rgba(198, 165, 115, 0.46), rgba(198, 165, 115, 0));
  }

  .about-actions .button {
    min-width: 304px;
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 244, 226, 0.04), rgba(255, 244, 226, 0.01)),
      rgba(14, 10, 8, 0.54);
    box-shadow:
      inset 0 0 0 1px rgba(188, 153, 101, 0.14),
      0 20px 44px rgba(0, 0, 0, 0.16);
  }
}

@keyframes about-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .about-hook {
    min-height: 82vh;
  }

  .about-hook-inner,
  .about-master-grid {
    grid-template-columns: 1fr;
  }

  .about-hook-aside {
    max-width: 520px;
  }

  .about-master-visual {
    min-height: 560px;
  }

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

@media (max-width: 900px) {
  .about-page {
    --about-shell-gutter: 28px;
    padding-bottom: 96px;
  }

  .about-hook {
    padding: 108px 0 70px;
  }

  .about-hero-title {
    font-size: clamp(30px, 6.2vw, 46px);
    max-width: 16ch;
    width: min(100%, 16ch);
  }

  .about-display-title {
    font-size: clamp(32px, 7vw, 48px);
  }

  .about-cards-head .about-display-title {
    font-size: clamp(26px, 5.4vw, 40px);
    max-width: min(100%, 24ch);
    width: min(100%, 24ch);
  }

  .about-cards-head .about-subtitle {
    font-size: clamp(18px, 3.1vw, 22px);
    width: max-content;
    max-width: 100%;
  }

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

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

  .about-pillar {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .about-page {
    --about-shell-gutter: 24px;
  }

  .about-site-page .header-inner {
    min-height: 78px;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0;
  }

  .about-site-page .header-nav {
    display: none;
  }

  .about-site-page .brand {
    min-width: 0;
  }

  .about-page-back {
    display: inline-flex;
    margin-left: auto;
    margin-right: 10px;
    flex: 0 0 auto;
    text-align: right;
    color: rgba(236, 223, 196, 0.84);
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  .about-hook {
    min-height: 0;
    padding: 88px 0 56px;
  }

  .about-hook-media {
    background-position: 68% center;
  }

  .about-hook-copy {
    gap: 18px;
  }

  .about-hero-title {
    font-size: clamp(24px, 7.1vw, 32px);
    line-height: 1.04;
    max-width: 16.2ch;
    width: min(100%, 16.2ch);
  }

  .about-master-copy .about-display-title {
    font-size: clamp(24px, 7.1vw, 32px);
    line-height: 1.04;
    max-width: 100%;
    width: 100%;
    margin-right: auto;
  }

  .about-hook-aside,
  .about-closing-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-site-page[data-site-language="de"] #aboutMasterTitle {
    font-size: clamp(24px, 7.1vw, 32px);
    line-height: 1.04;
    max-width: 100%;
    width: 100%;
  }

  .about-site-page[data-site-language="de"] #aboutMasterTitle .about-title-line {
    white-space: nowrap;
  }

  .about-site-page[data-site-language="de"] #aboutMasterSubtitle,
  .about-site-page[data-site-language="de"] #aboutMasterCopy p {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .about-hook-aside {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .about-master-visual {
    min-height: 420px;
    border-radius: 26px;
  }

  .about-master-visual::before,
  .about-closing-card::before {
    inset: 12px;
    border-radius: 20px;
  }

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

  .about-section--cards,
  .about-section--closing {
    padding-top: 52px;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .about-cards-head .about-display-title {
    font-size: clamp(24px, 7.1vw, 32px);
    max-width: 100%;
    width: 100%;
  }

  .about-cards-head,
  .about-cards-head .about-kicker,
  .about-cards-head .about-display-title,
  .about-cards-head .about-subtitle {
    justify-self: start;
    margin-inline: 0;
    text-align: left;
  }

  .about-cards-head .about-kicker,
  .about-cards-head .about-subtitle {
    font-size: clamp(12px, 3.2vw, 15px);
    width: 100%;
    max-width: 100%;
    letter-spacing: 0;
  }

  .about-closing-card .about-display-title,
  .about-closing-card .about-subtitle,
  .about-copy--center {
    width: 100%;
    max-width: 100%;
  }

  .about-closing-card {
    gap: 18px;
    padding: 6px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
  }

  .about-closing-card::before {
    display: none;
  }

  .about-closing-card::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(198, 165, 115, 0), rgba(198, 165, 115, 0.64), rgba(198, 165, 115, 0));
  }

  .about-closing-card .about-display-title {
    font-size: clamp(24px, 7.1vw, 32px);
    text-align: center;
  }

  .about-closing-card .about-subtitle {
    font-size: clamp(12px, 3.6vw, 15px);
    white-space: normal;
    text-align: center;
    padding-bottom: 16px;
  }

  .about-closing-card .about-subtitle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 88px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(198, 165, 115, 0), rgba(198, 165, 115, 0.72), rgba(198, 165, 115, 0));
  }

  .about-copy--center {
    gap: 16px;
    padding: 0 4px;
  }

  .about-copy p,
  .about-hook-aside p,
  .about-pillar p {
    font-size: 15px;
    line-height: 1.86;
  }

  .about-pillars {
    position: relative;
    gap: 26px;
    padding-left: 34px;
  }

  .about-pillars::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 14px;
    left: 9px;
    width: 1px;
    background: linear-gradient(180deg, rgba(201, 166, 110, 0), rgba(201, 166, 110, 0.66) 10%, rgba(201, 166, 110, 0.4) 90%, rgba(201, 166, 110, 0));
  }

  .about-pillar {
    min-height: 0;
    gap: 12px;
    padding: 0 0 0 16px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
  }

  .about-pillar::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -32px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 1px solid rgba(214, 182, 128, 0.42);
    background:
      radial-gradient(circle, rgba(243, 213, 162, 0.88) 0 22%, rgba(214, 173, 113, 0.34) 23% 46%, rgba(10, 8, 7, 0.96) 47% 100%);
    box-shadow:
      0 0 0 6px rgba(9, 7, 6, 0.86),
      0 0 18px rgba(192, 149, 90, 0.14);
  }

  .about-pillar::after {
    display: none;
  }

  .about-pillar span {
    color: rgba(214, 190, 151, 0.8);
    font-size: 11px;
    letter-spacing: 0.24em;
  }

  .about-pillar strong {
    font-size: 22px;
    line-height: 1.2;
  }

  .about-actions {
    width: 100%;
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(185, 154, 98, 0.12);
  }

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