/* ============================================================
   ABOUT PAGE
   ============================================================ */

.page-about {
  background:
    radial-gradient(circle at top left, rgba(196, 141, 38, 0.08), transparent 24%),
    linear-gradient(180deg, #f8f4eb 0%, #fcfaf5 100%);
}

.page-about .main {
  padding-bottom: 88px;
}

.page-about .reveal,
.page-about .reveal.visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.industry-hero--about {
  background: #08110a;
}

.industry-hero--about .hero__overlay {
  background:
    radial-gradient(circle at 50% 14%, rgba(243, 198, 109, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 17, 8, 0.18) 0%, rgba(7, 17, 8, 0.34) 36%, rgba(7, 17, 8, 0.88) 100%);
}

.industry-hero--about .hero__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.18em;
  max-width: min(100%, 13.5ch);
  line-height: 0.94;
}

.industry-hero--about .hero__title-brand {
  display: inline-flex;
  align-items: baseline;
  margin-top: 0;
  color: inherit;
  font-style: normal;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 28px rgba(7, 17, 8, 0.28);
}

.industry-hero--about .hero__title-main,
.industry-hero--about .hero__title-question {
  display: inline-block;
}

.industry-hero--about .hero__title-question {
  margin-left: -0.06em;
  color: #fff;
}

.industry-hero--about .hero__brand-gold,
.industry-hero--about .hero__brand-green {
  display: inline;
}

.industry-hero--about .hero__brand-gold {
  color: var(--gold);
}

.industry-hero--about .hero__brand-green {
  color: var(--green);
}

.industry-hero--about .hero__sub {
  width: min(100%, 50ch);
  max-width: 50ch;
}

.industry-hero--about .hero__metrics {
  width: min(100%, 860px);
}

.industry-hero--about .hero__metric {
  display: block;
  min-height: auto;
  align-content: normal;
}

@media (min-width: 1025px) {
  .page-about .industry-hero--about {
    align-content: stretch;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: clamp(28px, 4svh, 48px);
    padding-top: clamp(92px, 10svh, 116px);
    padding-bottom: clamp(24px, 3.6svh, 38px);
  }

  .page-about .industry-hero--about .hero__content {
    align-self: center;
    padding-top: clamp(18px, 3svh, 34px);
    transform: translateY(clamp(4px, 1.2svh, 12px));
  }

  .page-about .industry-hero--about .hero__intro {
    margin-bottom: clamp(20px, 2.7svh, 28px);
  }

  .page-about .industry-hero--about .hero__rating {
    margin-top: clamp(22px, 2.8svh, 30px);
  }

  .page-about .industry-hero--about .hero__actions {
    margin-top: clamp(24px, 3svh, 34px);
    transform: none;
  }

  .page-about .industry-hero--about .hero__metrics {
    align-self: end;
    width: min(100%, 980px);
    transform: none;
  }
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 134px 0 72px;
  background:
    radial-gradient(circle at 16% 12%, rgba(196, 141, 38, 0.16), transparent 21%),
    radial-gradient(circle at 86% 16%, rgba(41, 98, 22, 0.18), transparent 24%),
    linear-gradient(145deg, #09130b 0%, #0d1b10 52%, #17331a 100%);
}

.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
}

.about-hero::before {
  top: -120px;
  left: -100px;
  width: 320px;
  height: 320px;
  background: rgba(196, 141, 38, 0.12);
}

.about-hero::after {
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  background: rgba(41, 98, 22, 0.18);
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.98fr);
  gap: 42px;
  align-items: center;
}

.about-hero__copy {
  color: var(--white-on-dark);
}

.about-hero__eyebrow {
  margin-bottom: 22px;
}

.about-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(3.1rem, 5.8vw, 5.3rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.about-hero h1 span {
  display: block;
  margin-top: 0.16em;
  color: var(--gold);
}

.about-hero__copy > p {
  width: min(100%, 56ch);
  margin: 24px 0 0;
  color: rgba(245, 241, 232, 0.78);
  font-size: 1.04rem;
  line-height: 1.72;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-hero__signals li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 241, 232, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero__visual {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  padding: 18px 0 94px 62px;
}

.about-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0 22px 94px 0;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(140deg, rgba(196, 141, 38, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.about-hero__image {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  margin: 0;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.24);
}

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

.about-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 10, 0.08) 25%, rgba(8, 14, 10, 0.72) 100%);
}

.about-hero__image figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: rgba(245, 241, 232, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-hero__note {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(360px, calc(100% - 104px));
  padding: 26px 28px 28px;
  background: rgba(255, 253, 248, 0.96);
}

.about-hero__note-label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(41, 98, 22, 0.08);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero__note h2 {
  margin: 16px 0 10px;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.82rem;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.about-hero__note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.about-hero__note-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.about-hero__note-list li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.5;
}

.about-hero__note-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 0.22rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a243 0%, #b37c1d 100%);
}

.about-intro {
  padding: 76px 0 64px;
}

.about-intro__shell {
  display: grid;
  gap: 30px;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

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

.about-intro__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow-lg);
}

.about-intro__photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-intro__panel {
  padding: 24px;
}

.about-intro__panel strong {
  display: block;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.14;
}

.about-intro__details {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.about-intro__details li {
  display: grid;
  grid-template-columns: minmax(110px, 0.5fr) 1fr;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(16, 33, 13, 0.08);
}

.about-intro__details span:first-child {
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-intro__details span:last-child {
  color: var(--muted);
  line-height: 1.55;
}

.about-intro__copy h2 {
  margin: 0;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.about-intro__copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

@media (min-width: 821px) {
  .about-intro__media {
    position: relative;
    align-self: stretch;
  }

  .about-intro__photo {
    height: 100%;
    min-height: 520px;
  }

  .about-intro__photo img {
    height: 100%;
    aspect-ratio: auto;
  }

  .about-intro__panel {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 253, 248, 0.92);
    backdrop-filter: blur(18px);
  }
}

.about-intro__trust {
  display: grid;
  gap: 18px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-intro__trust-head {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}

.about-intro__trust-head h3 {
  margin: 12px 0 0;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.25vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.about-intro__trust-head p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.about-intro__trust .about-trust__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-intro__trust .about-trust__card {
  padding: 20px 18px 18px;
}

.about-intro__trust .about-trust__card h3 {
  margin-top: 14px;
}

.about-trust {
  padding: 40px 0 56px;
}

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

.about-trust__card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 26px 22px 24px;
  text-align: center;
}

.about-trust__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--green);
}

.about-trust__card--sage {
  background: linear-gradient(180deg, rgba(242, 248, 239, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.about-trust__card--sage::before {
  background: #5e8a46;
}

.about-trust__card--sand {
  background: linear-gradient(180deg, rgba(252, 247, 236, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.about-trust__card--sand::before {
  background: #c48d26;
}

.about-trust__card--mist {
  background: linear-gradient(180deg, rgba(241, 247, 248, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.about-trust__card--mist::before {
  background: #7c939a;
}

.about-trust__card--linen {
  background: linear-gradient(180deg, rgba(248, 244, 239, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.about-trust__card--linen::before {
  background: #8c775f;
}

.about-trust__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--green-deep);
  border: 1px solid rgba(16, 33, 13, 0.08);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-trust__card h3 {
  margin: 18px 0 10px;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.about-trust__card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.about-trust__progress {
  display: none;
}

.page-about .logo-band--simple {
  padding: 74px 0 36px;
}

.page-about .logo-band--simple .section-label {
  margin-bottom: 24px;
}

.page-about .logo-band__grid--center {
  max-width: 980px;
  gap: 18px;
}

.page-about .logo-band--simple .logo-band__item {
  min-height: 92px;
  padding: 20px 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 244, 236, 0.96) 100%);
  border: 1px solid rgba(16, 33, 13, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 14px 32px rgba(14, 24, 16, 0.06);
  filter: none;
  opacity: 1;
}

.page-about .logo-band--simple .logo-band__item:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 20px 38px rgba(14, 24, 16, 0.12);
}

.page-about .logo-band--simple .logo-band__item img {
  max-height: 34px;
}

.page-about .logo-band--simple .logo-band__item--kw img {
  max-height: 42px;
}

.page-about .logo-band--simple .logo-band__item--sothebys img,
.page-about .logo-band--simple .logo-band__item--homes img,
.page-about .logo-band--simple .logo-band__item--matterport img {
  max-height: 24px;
}

.page-about .logo-band--simple .logo-band__item--realtor img {
  max-height: 28px;
}

.about-team {
  padding: 68px 0 76px;
  background: #fffdf8;
}

.about-team .shell {
  position: relative;
}

.about-team__head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-team__head h2 {
  margin: 0;
  color: #0d1216;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1;
  letter-spacing: 0;
}

.about-team__head p {
  margin: 18px auto 0;
  color: #4f5a65;
  font-size: 1rem;
  line-height: 1.72;
}

.about-team__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 760px;
  margin: 28px auto 0;
}

.about-team__member {
  text-align: center;
}

.about-team__portrait {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 30%, rgba(250, 250, 250, 0.16) 0 10%, transparent 22%),
    radial-gradient(ellipse at 50% 100%, rgba(10, 10, 10, 0.5) 0 28%, transparent 48%),
    linear-gradient(135deg, #727272 0%, #2f2f2f 56%, #161616 100%);
  box-shadow: 0 16px 38px rgba(13, 18, 22, 0.1);
  filter: grayscale(1);
}

.about-team__portrait::before,
.about-team__portrait::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.about-team__portrait::before {
  top: 18%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(238, 238, 238, 0.72), rgba(60, 60, 60, 0.7));
  box-shadow:
    -44px 10px 42px rgba(255, 255, 255, 0.08),
    42px 18px 52px rgba(0, 0, 0, 0.24);
}

.about-team__portrait::after {
  bottom: -18%;
  width: 58%;
  height: 48%;
  border-radius: 48% 48% 0 0;
  background: linear-gradient(155deg, rgba(38, 38, 38, 0.94), rgba(102, 102, 102, 0.52));
}

.about-team__portrait span {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(3.6rem, 8vw, 6.4rem);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.about-team__portrait--dorian {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #5e5e5e 0%, #2a2a2a 58%, #101010 100%);
  background-size: 26px 100%, auto, auto;
}

.about-team__portrait--marcella {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #8d8d8d 0%, #464646 52%, #191919 100%);
}

.about-team__portrait--photo {
  background: #15181b;
  filter: none;
}

.about-team__portrait--photo::before,
.about-team__portrait--photo::after {
  display: none;
}

.about-team__portrait--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.about-team__member h3 {
  margin: 18px 0 4px;
  color: #15181b;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.22rem, 1.9vw, 1.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.about-team__member p {
  margin: 0;
  color: #626c78;
  font-size: 0.98rem;
  line-height: 1.5;
}

.page-about .launch-banner {
  padding-top: 60px;
}

.page-about .launch-banner__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 34px;
  padding: 44px 40px;
  border-radius: 36px;
  border: 1px solid rgba(16, 33, 13, 0.1);
  background:
    linear-gradient(118deg, #18261a 0%, #243226 44%, #1b281d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 70px rgba(9, 18, 11, 0.16);
}

.page-about .launch-banner__inner::before,
.page-about .launch-banner__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.page-about .launch-banner__inner::before {
  inset: -18% auto -30% -12%;
  width: 54%;
  background:
    radial-gradient(circle at 24% 36%, rgba(243, 198, 109, 0.2) 0%, rgba(240, 138, 96, 0.12) 24%, transparent 66%);
}

.page-about .launch-banner__inner::after {
  background:
    radial-gradient(circle at 92% 18%, rgba(94, 138, 70, 0.18) 0%, transparent 28%),
    linear-gradient(90deg, rgba(10, 18, 12, 0.02) 0%, rgba(10, 18, 12, 0.12) 56%, rgba(10, 18, 12, 0.24) 100%);
}

.page-about .launch-banner__copy,
.page-about .launch-banner__actions {
  position: relative;
  z-index: 1;
}

.page-about .launch-banner__copy {
  max-width: 640px;
}

.page-about .launch-banner__inner .section-label {
  color: #c48d26;
}

.page-about .launch-banner__inner h2 {
  max-width: 12ch;
  color: #fff8ee;
  text-wrap: balance;
}

.page-about .launch-banner__inner p {
  max-width: 46ch;
  color: rgba(245, 241, 232, 0.8);
  font-size: 1rem;
}

.page-about .launch-banner__actions {
  gap: 14px;
}

.page-about .launch-banner__actions .btn--gold {
  box-shadow: 0 18px 38px rgba(196, 141, 38, 0.28);
}

.page-about .launch-banner__actions .btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.page-about .launch-banner__actions .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.page-about .site-footer__info .site-footer__panel {
  text-align: center;
}

.page-about .site-footer__info .site-footer__panel .section-label {
  justify-content: center;
}

.page-about .site-footer__info .site-footer__meta {
  justify-content: center;
}

.page-about .site-footer__info .site-footer__meta span {
  justify-content: center;
}

.page-about .site-footer__info .site-footer__detail-list {
  margin-top: 8px;
}

.page-about .site-footer__info .site-footer__detail-list a,
.page-about .site-footer__info .site-footer__detail-list span:last-child {
  font-weight: 800;
  font-size: clamp(1.16rem, 1.4vw, 1.28rem);
  line-height: 1.35;
}

.page-about .site-footer__info .site-footer__social {
  text-align: left;
}

.page-about .site-footer__form-card {
  text-align: center;
}

.page-about .site-footer__form-card .section-label {
  justify-content: center;
}

.page-about .site-footer__form-card h2,
.page-about .site-footer__form-card > p {
  margin-right: auto;
  margin-left: auto;
}

.page-about .site-footer__form,
.page-about .site-footer__form-note {
  text-align: left;
}

@media (max-width: 1180px) {
  .about-hero__grid,
  .about-intro__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__visual {
    width: min(100%, 720px);
    margin-left: 0;
  }

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

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

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

  .about-team__grid {
    gap: 18px;
  }

  .page-about .launch-banner__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .about-hero {
    padding-top: 116px;
  }

  .about-hero__visual {
    width: 100%;
    padding: 24px 0 84px 24px;
  }

  .about-hero__visual::before {
    inset: 0 16px 84px 0;
  }

  .about-hero__image {
    min-height: 460px;
  }

  .about-hero__note {
    width: min(360px, calc(100% - 72px));
  }

  .about-team__head {
    max-width: 620px;
  }

  .about-team__member p {
    font-size: 0.92rem;
  }
}

@media (max-width: 680px) {
  .about-hero h1 {
    font-size: clamp(2.55rem, 11vw, 4.2rem);
  }

  .about-hero__copy > p,
  .about-intro__copy p {
    font-size: 1rem;
  }

  .about-hero__visual {
    padding: 0;
  }

  .about-hero__visual::before {
    inset: 14px 0 104px 0;
  }

  .about-hero__image {
    min-height: 340px;
  }

  .about-hero__note {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

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

  .about-intro__trust {
    padding: 0;
    border-radius: 0;
  }

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

  .about-team {
    padding: 54px 0 62px;
  }

  .about-team__head p {
    font-size: 0.96rem;
  }

  .about-team__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 28px;
  }

  .page-about .launch-banner {
    padding-top: 48px;
  }

  .page-about .launch-banner__inner {
    padding: 32px 28px;
  }

  .page-about .launch-banner__inner::before {
    inset: -8% -10% auto -14%;
    width: auto;
    height: 74%;
  }

  .page-about .launch-banner__inner h2,
  .page-about .launch-banner__inner p {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .about-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero__actions .btn {
    width: 100%;
  }

  .about-hero__signals {
    gap: 8px;
  }

  .about-hero__signals li {
    min-height: 34px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .about-hero__note,
  .about-intro__panel,
  .about-trust__card {
    padding: 22px;
    border-radius: 24px;
  }

  .about-intro__details li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .page-about .logo-band--simple .logo-band__item {
    min-height: 84px;
    padding: 18px 20px;
  }

  .page-about .logo-band--simple .logo-band__item img {
    max-height: 30px;
  }

  .page-about .logo-band--simple .logo-band__item--kw img {
    max-height: 36px;
  }

  .page-about .launch-banner__inner {
    padding: 28px 22px;
    border-radius: 30px;
  }

  .page-about .launch-banner__actions .btn {
    width: 100%;
  }
}

/* About trust sticky scroll experiment.
   Revert by removing about-trust-sticky/data-sticky-trust from about.html. */
@media (min-width: 1181px) and (prefers-reduced-motion: no-preference) {
  .page-about .about-intro__trust.about-trust-sticky {
    --trust-sticky-top: clamp(92px, 11vh, 120px);
    --trust-stage-height: clamp(540px, calc(100vh - var(--trust-sticky-top) - 42px), 680px);
    --trust-progress: 0;
    position: relative;
    display: grid;
    grid-template-columns: minmax(270px, 0.42fr) minmax(520px, 0.58fr);
    gap: clamp(34px, 6vw, 90px);
    align-items: start;
    min-height: calc(var(--trust-stage-height) + 255vh);
    margin-top: clamp(42px, 7vw, 82px);
    padding: clamp(20px, 4vh, 38px) 0 clamp(58px, 9vh, 96px);
    isolation: isolate;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head {
    position: sticky;
    top: var(--trust-sticky-top);
    z-index: 2;
    display: flex;
    min-height: var(--trust-stage-height);
    flex-direction: column;
    justify-content: center;
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head .section-label {
    justify-content: flex-start;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head h3 {
    max-width: 10.5ch;
    font-size: clamp(2.35rem, 4vw, 4.1rem);
    line-height: 0.94;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head p {
    max-width: 35ch;
    font-size: clamp(1rem, 1.08vw, 1.12rem);
  }

  .page-about .about-trust-sticky .about-trust__progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 330px);
    margin-top: 34px;
    padding-top: 18px;
  }

  .page-about .about-trust-sticky .about-trust__progress::before,
  .page-about .about-trust-sticky .about-trust__progress::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    border-radius: 999px;
  }

  .page-about .about-trust-sticky .about-trust__progress::before {
    width: 100%;
    background: rgba(23, 53, 14, 0.12);
  }

  .page-about .about-trust-sticky .about-trust__progress::after {
    width: 100%;
    background: linear-gradient(90deg, #5e8a46 0%, #c48d26 42%, #7c939a 72%, #8c775f 100%);
    transform: scaleX(var(--trust-progress));
    transform-origin: left center;
    transition: transform 0.22s ease-out;
  }

  .page-about .about-trust-sticky .about-trust__progress span {
    color: rgba(23, 53, 14, 0.42);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .page-about .about-trust-sticky .about-trust__progress span.is-active,
  .page-about .about-trust-sticky .about-trust__progress span.is-past {
    color: var(--green-deep);
  }

  .page-about .about-trust-sticky .about-trust__progress span.is-active {
    transform: translateY(-2px);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__grid {
    position: sticky;
    top: var(--trust-sticky-top);
    z-index: 1;
    display: block;
    width: 100%;
    height: var(--trust-stage-height);
    margin: 0;
    padding: 0;
    perspective: 1200px;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__grid::before {
    content: "";
    position: absolute;
    inset: clamp(18px, 3vw, 34px) clamp(16px, 3vw, 34px);
    border: 1px solid rgba(23, 53, 14, 0.06);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(23, 53, 14, 0.06), rgba(196, 141, 38, 0.05));
    transform: translate3d(24px, 24px, -90px) rotateZ(1.1deg);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card {
    --trust-accent: var(--green);
    --trust-accent-rgb: 41, 98, 22;
    --trust-accent-deep: var(--green-deep);
    position: absolute;
    inset: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    min-height: auto;
    height: 100%;
    margin: 0;
    padding: clamp(30px, 3.3vw, 48px);
    border: 1px solid rgba(var(--trust-accent-rgb), 0.34);
    border-radius: 30px;
    background:
      radial-gradient(circle at 86% 12%, rgba(var(--trust-accent-rgb), 0.22), transparent 32%),
      linear-gradient(145deg, rgba(var(--trust-accent-rgb), 0.16) 0%, rgba(255, 255, 255, 0.94) 43%, rgba(var(--trust-accent-rgb), 0.12) 100%);
    text-align: left;
    box-shadow:
      0 30px 86px rgba(36, 30, 18, 0.16),
      0 20px 52px rgba(var(--trust-accent-rgb), 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(46px, 62px, -120px) rotateX(6deg) rotateZ(1.2deg) scale(0.9);
    transform-origin: 52% 68%;
    transition:
      transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      filter 0.32s ease,
      box-shadow 0.32s ease;
    will-change: transform, opacity, filter;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card::before {
    inset: auto clamp(28px, 4vw, 52px) clamp(26px, 4vw, 48px) clamp(28px, 4vw, 52px);
    width: auto;
    height: 8px;
    border-radius: 999px;
    background: var(--trust-accent);
    box-shadow: 0 0 28px rgba(var(--trust-accent-rgb), 0.34);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card::after {
    content: attr(data-step);
    position: absolute;
    right: clamp(24px, 4vw, 56px);
    bottom: clamp(18px, 3vw, 42px);
    color: rgba(var(--trust-accent-rgb), 0.13);
    font-family: var(--font-heading);
    font-size: clamp(5rem, 13vw, 10rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.08em;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card > * {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity 0.16s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--sage {
    --trust-accent: #5e8a46;
    --trust-accent-rgb: 94, 138, 70;
    --trust-accent-deep: #315b22;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--sand {
    --trust-accent: #c48d26;
    --trust-accent-rgb: 196, 141, 38;
    --trust-accent-deep: #855909;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--mist {
    --trust-accent: #5f95a8;
    --trust-accent-rgb: 95, 149, 168;
    --trust-accent-deep: #315d69;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--linen {
    --trust-accent: #9a7654;
    --trust-accent-rgb: 154, 118, 84;
    --trust-accent-deep: #604328;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__badge {
    justify-self: start;
    width: fit-content;
    min-height: 34px;
    border-color: rgba(var(--trust-accent-rgb), 0.28);
    background: rgba(var(--trust-accent-rgb), 0.13);
    color: var(--trust-accent-deep);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card h3 {
    max-width: 15ch;
    margin: clamp(34px, 6vh, 58px) 0 0;
    font-size: clamp(2.2rem, 3.35vw, 3.8rem);
    line-height: 0.92;
    letter-spacing: -0.058em;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card p {
    position: relative;
    z-index: 1;
    max-width: 38ch;
    margin: 24px 0 clamp(58px, 9vh, 82px);
    padding-top: 20px;
    padding-left: 0;
    border-top: 3px solid rgba(var(--trust-accent-rgb), 0.54);
    border-left: 0;
    font-size: clamp(1rem, 1.18vw, 1.15rem);
    line-height: 1.78;
  }

  .page-about .about-intro__trust.about-trust-sticky:not(.is-sticky-ready) .about-trust__card:first-child,
  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-active {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    filter: none;
    border-color: rgba(var(--trust-accent-rgb), 0.5);
    box-shadow:
      0 30px 86px rgba(36, 30, 18, 0.16),
      0 22px 64px rgba(var(--trust-accent-rgb), 0.22);
    transform: translate3d(0, 0, 0) rotateX(0) rotateZ(0) scale(1);
  }

  .page-about .about-intro__trust.about-trust-sticky:not(.is-sticky-ready) .about-trust__card:first-child::after,
  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-active::after {
    opacity: 1;
  }

  .page-about .about-intro__trust.about-trust-sticky:not(.is-sticky-ready) .about-trust__card:first-child > *,
  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-active > * {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.04s;
  }

  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-past {
    z-index: 1;
    opacity: 0;
    filter: saturate(0.62);
    transform: translate3d(-54px, -52px, -180px) rotateX(-7deg) rotateZ(-1.5deg) scale(0.86);
  }

  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-next {
    z-index: 4;
    opacity: 0.24;
    filter: saturate(0.9);
    transform: translate3d(32px, 42px, -72px) rotateX(4deg) rotateZ(1.2deg) scale(0.955);
  }
}

@media (min-width: 561px) and (max-width: 1180px) and (prefers-reduced-motion: no-preference) {
  .page-about .about-intro__trust.about-trust-sticky {
    --trust-sticky-top: clamp(72px, 10vh, 96px);
    --trust-stage-height: clamp(500px, calc(100vh - var(--trust-sticky-top) - 28px), 660px);
    --trust-progress: 0;
    display: grid;
    gap: 24px;
    min-height: calc(var(--trust-stage-height) + 260vh);
    margin-top: 34px;
    padding-bottom: 56px;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 320px);
    margin: 20px auto 0;
    padding-top: 16px;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress::before,
  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    border-radius: 999px;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress::before {
    width: 100%;
    background: rgba(23, 53, 14, 0.12);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress::after {
    width: 100%;
    background: linear-gradient(90deg, #5e8a46 0%, #c48d26 42%, #5f95a8 72%, #9a7654 100%);
    transform: scaleX(var(--trust-progress));
    transform-origin: left center;
    transition: transform 0.22s ease-out;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress span {
    color: rgba(23, 53, 14, 0.42);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress span.is-active,
  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress span.is-past {
    color: var(--green-deep);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__grid {
    position: sticky;
    top: var(--trust-sticky-top);
    display: block;
    width: min(100%, 620px);
    height: var(--trust-stage-height);
    margin: 0 auto;
    padding: 0;
    perspective: 900px;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__grid::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(23, 53, 14, 0.05), rgba(196, 141, 38, 0.04));
    transform: translate3d(12px, 14px, -70px) rotateZ(0.8deg);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card {
    --trust-accent: var(--green);
    --trust-accent-rgb: 41, 98, 22;
    --trust-accent-deep: var(--green-deep);
    position: absolute;
    inset: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    height: 100%;
    margin: 0;
    padding: clamp(26px, 7vw, 42px);
    border: 1px solid rgba(var(--trust-accent-rgb), 0.34);
    border-radius: 28px;
    background:
      radial-gradient(circle at 86% 12%, rgba(var(--trust-accent-rgb), 0.22), transparent 34%),
      linear-gradient(145deg, rgba(var(--trust-accent-rgb), 0.16) 0%, rgba(255, 255, 255, 0.94) 44%, rgba(var(--trust-accent-rgb), 0.12) 100%);
    text-align: left;
    box-shadow:
      0 24px 62px rgba(36, 30, 18, 0.14),
      0 16px 40px rgba(var(--trust-accent-rgb), 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(24px, 40px, -90px) rotateX(5deg) rotateZ(1deg) scale(0.92);
    transform-origin: 50% 70%;
    transition:
      transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      filter 0.32s ease,
      box-shadow 0.32s ease;
    will-change: transform, opacity, filter;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card::before {
    inset: auto 28px 26px;
    width: auto;
    height: 7px;
    border-radius: 999px;
    background: var(--trust-accent);
    box-shadow: 0 0 24px rgba(var(--trust-accent-rgb), 0.32);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card::after {
    content: attr(data-step);
    position: absolute;
    right: clamp(18px, 6vw, 34px);
    bottom: clamp(28px, 8vw, 48px);
    color: rgba(var(--trust-accent-rgb), 0.12);
    font-family: var(--font-heading);
    font-size: clamp(4rem, 26vw, 7rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.08em;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card > * {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity 0.16s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--sage {
    --trust-accent: #5e8a46;
    --trust-accent-rgb: 94, 138, 70;
    --trust-accent-deep: #315b22;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--sand {
    --trust-accent: #c48d26;
    --trust-accent-rgb: 196, 141, 38;
    --trust-accent-deep: #855909;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--mist {
    --trust-accent: #5f95a8;
    --trust-accent-rgb: 95, 149, 168;
    --trust-accent-deep: #315d69;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--linen {
    --trust-accent: #9a7654;
    --trust-accent-rgb: 154, 118, 84;
    --trust-accent-deep: #604328;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__badge {
    width: fit-content;
    min-height: 32px;
    border-color: rgba(var(--trust-accent-rgb), 0.28);
    background: rgba(var(--trust-accent-rgb), 0.13);
    color: var(--trust-accent-deep);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card h3 {
    max-width: 13ch;
    margin: clamp(30px, 7vh, 46px) 0 0;
    font-size: clamp(2rem, 10vw, 3.45rem);
    line-height: 0.92;
    letter-spacing: -0.058em;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card p {
    max-width: 32ch;
    margin: 22px 0 clamp(48px, 9vh, 70px);
    padding-top: 18px;
    padding-left: 0;
    border-top: 3px solid rgba(var(--trust-accent-rgb), 0.54);
    border-left: 0;
    font-size: clamp(0.98rem, 3.8vw, 1.08rem);
    line-height: 1.68;
  }

  .page-about .about-intro__trust.about-trust-sticky:not(.is-sticky-ready) .about-trust__card:first-child,
  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-active {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    filter: none;
    border-color: rgba(var(--trust-accent-rgb), 0.5);
    box-shadow:
      0 24px 62px rgba(36, 30, 18, 0.14),
      0 18px 48px rgba(var(--trust-accent-rgb), 0.22);
    transform: translate3d(0, 0, 0) rotateX(0) rotateZ(0) scale(1);
  }

  .page-about .about-intro__trust.about-trust-sticky:not(.is-sticky-ready) .about-trust__card:first-child::after,
  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-active::after {
    opacity: 1;
  }

  .page-about .about-intro__trust.about-trust-sticky:not(.is-sticky-ready) .about-trust__card:first-child > *,
  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-active > * {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.04s;
  }

  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-past {
    z-index: 1;
    opacity: 0;
    filter: saturate(0.62);
    transform: translate3d(-30px, -34px, -130px) rotateX(-6deg) rotateZ(-1.2deg) scale(0.86);
  }

  .page-about .about-intro__trust.about-trust-sticky.is-sticky-ready .about-trust__card.is-next {
    z-index: 4;
    opacity: 0.22;
    filter: saturate(0.9);
    transform: translate3d(18px, 28px, -60px) rotateX(4deg) rotateZ(1deg) scale(0.955);
  }
}

@media (max-width: 560px) {
  .page-about .about-intro__trust.about-trust-sticky {
    gap: 22px;
    margin-top: 28px;
    padding-bottom: 8px;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head {
    text-align: left;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head .section-label {
    justify-content: flex-start;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head h3 {
    max-width: 13ch;
    font-size: clamp(1.7rem, 8vw, 2.35rem);
    line-height: 0.94;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-intro__trust-head p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__progress {
    display: none;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card {
    --trust-accent: #5e8a46;
    --trust-accent-rgb: 94, 138, 70;
    position: relative;
    display: block;
    min-height: 0;
    height: auto;
    padding: 22px;
    border: 1px solid rgba(var(--trust-accent-rgb), 0.22);
    border-radius: 24px;
    background:
      radial-gradient(circle at 90% 0%, rgba(var(--trust-accent-rgb), 0.14), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 246, 238, 0.96) 100%);
    text-align: left;
    box-shadow: 0 16px 34px rgba(36, 30, 18, 0.08);
    opacity: 1;
    transform: none;
    filter: none;
    pointer-events: auto;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--sage {
    --trust-accent: #5e8a46;
    --trust-accent-rgb: 94, 138, 70;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--sand {
    --trust-accent: #c48d26;
    --trust-accent-rgb: 196, 141, 38;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--mist {
    --trust-accent: #5f95a8;
    --trust-accent-rgb: 95, 149, 168;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card--linen {
    --trust-accent: #9a7654;
    --trust-accent-rgb: 154, 118, 84;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card::before {
    inset: 0 auto 0 0;
    width: 5px;
    height: auto;
    border-radius: 24px 0 0 24px;
    background: var(--trust-accent);
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card::after {
    content: attr(data-step);
    position: absolute;
    right: 18px;
    top: 18px;
    color: rgba(var(--trust-accent-rgb), 0.14);
    font-family: var(--font-heading);
    font-size: 3.1rem;
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.06em;
    pointer-events: none;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card > * {
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: none;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__badge {
    width: fit-content;
    min-height: 30px;
    padding: 0 10px;
    border-color: rgba(var(--trust-accent-rgb), 0.22);
    background: rgba(var(--trust-accent-rgb), 0.1);
    color: var(--green-deep);
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card h3 {
    max-width: 13.5ch;
    margin: 18px 0 10px;
    font-size: clamp(1.35rem, 6.4vw, 1.86rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .page-about .about-intro__trust.about-trust-sticky .about-trust__card p {
    max-width: 31ch;
    margin: 0;
    padding-top: 14px;
    border-top: 2px solid rgba(var(--trust-accent-rgb), 0.34);
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.58;
  }
}
