.about-page {
  background: #fffdf8;
  color: var(--text);
  overflow: hidden;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

.about-hero,
.about-split,
.about-value,
.about-flow,
.about-business,
.about-vision,
.about-reviews,
.about-cta {
  padding: clamp(54px, 6.4vw, 104px) clamp(22px, 5vw, 72px);
}

.about-hero,
.about-split,
.about-value,
.about-flow,
.about-business,
.about-vision,
.about-reviews {
  border-bottom: 1px solid var(--gold-line);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(300px, 420px);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  justify-content: center;
  min-height: clamp(560px, 68vh, 720px);
  background:
    radial-gradient(circle at 82% 24%, rgba(196, 154, 69, 0.13), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #fffaf2 58%, #efe6d8 100%);
}

.about-label {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-label::before {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin-bottom: 14px;
  background: var(--gold);
}

.about-hero-copy,
.about-section-copy,
.about-text {
  max-width: 720px;
}

.about-hero h1,
.about-split h2,
.about-value h2,
.about-flow h2,
.about-business h2,
.about-vision h2,
.about-cta h2 {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.about-hero h1 {
  max-width: 690px;
  font-size: clamp(3.35rem, 5.55vw, 5.7rem);
  line-height: 0.96;
  text-wrap: balance;
}

.about-lead {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--text);
  font-size: clamp(1.16rem, 1.6vw, 1.42rem);
  line-height: 1.46;
}

.about-hero-copy > p:not(.about-label):not(.about-lead),
.about-section-copy > p,
.about-text p,
.about-vision p,
.about-cta p,
.about-line-list p,
.about-steps span,
.about-hero-panel p {
  color: var(--muted);
  line-height: 1.68;
}

.about-hero-copy > p:not(.about-label):not(.about-lead) {
  max-width: 610px;
  margin: 18px 0 0;
  font-size: 1.04rem;
}

.about-hero-panel {
  position: relative;
  width: 100%;
  max-width: 420px;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(196, 154, 69, 0.32);
  border-radius: 32px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 28px 76px rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
}

.about-panel-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
  padding: clamp(22px, 2.4vw, 30px);
}

.about-panel-line + .about-panel-line {
  border-top: 1px solid var(--gold-line);
}

.about-panel-line strong,
.about-line-list h3,
.about-steps h3 {
  display: block;
  margin: 0 0 5px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 840;
}

.about-panel-line p,
.about-line-list p,
.about-steps span {
  margin: 0;
}

.about-icon,
.about-step-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(196, 154, 69, 0.42);
  border-radius: 50%;
  color: var(--gold-dark);
  background: rgba(255, 253, 248, 0.74);
}

.about-icon.soft {
  width: 44px;
  height: 44px;
  margin-top: 6px;
  background: rgba(239, 230, 216, 0.42);
}

.about-icon svg,
.about-step-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.about-icon.soft svg {
  width: 20px;
  height: 20px;
}

.about-split,
.about-value,
.about-flow,
.about-business {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 640px);
  gap: clamp(38px, 5vw, 76px);
  align-items: center;
  justify-content: center;
}

.about-flow {
  grid-template-columns: minmax(0, 390px) minmax(0, 650px);
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.about-title-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  max-width: 520px;
}

.about-split h2,
.about-value h2,
.about-flow h2,
.about-business h2,
.about-vision h2,
.about-cta h2 {
  max-width: 620px;
  font-size: clamp(2.65rem, 4.35vw, 4.75rem);
  line-height: 1;
  text-wrap: balance;
}

.about-text {
  max-width: 640px;
}

.about-text p,
.about-section-copy > p,
.about-vision p {
  margin: 0;
  font-size: clamp(1.02rem, 1.08vw, 1.14rem);
}

.about-text p + p,
.about-section-copy > p + p,
.about-vision p + p {
  margin-top: 18px;
}

.about-value {
  background:
    linear-gradient(90deg, rgba(239, 230, 216, 0.3) 0 32%, transparent 32% 100%),
    #fffdf8;
}

.about-section-copy > p:first-of-type {
  margin-top: 22px;
}

.about-section-copy.narrow {
  max-width: 560px;
}

.about-line-list {
  width: 100%;
  max-width: 650px;
  justify-self: end;
  border-top: 1px solid var(--gold-line);
}

.about-line-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid var(--gold-line);
  padding: 21px 0;
}

.about-flow .about-section-copy {
  position: sticky;
  top: 96px;
}

.about-steps {
  display: grid;
  width: 100%;
  max-width: 650px;
  justify-self: end;
  border-top: 1px solid var(--gold-line);
}

.about-steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid var(--gold-line);
  padding: 23px 0;
}

.about-step-icon {
  width: 38px;
  height: 38px;
  margin: 2px 0 0;
}

.about-step-icon svg {
  width: 17px;
  height: 17px;
}

.about-steps p {
  margin: 0 0 8px;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.about-steps h3 {
  margin-bottom: 8px;
  font-size: clamp(1.08rem, 1.15vw, 1.24rem);
}

.about-steps span {
  display: block;
  font-size: 0.98rem;
}

.about-goal {
  background: #fffdf8;
}

.about-goal > div:first-child {
  max-width: 440px;
}

.about-goal .about-icon.soft {
  margin-top: 24px;
}

.about-business {
  grid-template-columns: minmax(0, 560px) minmax(300px, 520px);
  align-items: center;
  background:
    radial-gradient(circle at 84% 18%, rgba(196, 154, 69, 0.14), transparent 27%),
    linear-gradient(135deg, #111111 0%, #21180f 100%);
}

.about-business .about-label,
.about-business h2,
.about-business .about-section-copy > p {
  color: #ffffff;
}

.about-business .about-label {
  color: #d8bd78;
}

.about-business .about-section-copy > p {
  color: rgba(255, 255, 255, 0.76);
}

.about-business .button.primary {
  margin-top: 28px;
  border-color: var(--gold);
  background: var(--gold);
  color: var(--text);
}

.about-business-list {
  display: grid;
  width: 100%;
  max-width: 500px;
  justify-self: end;
  border-top: 1px solid rgba(200, 162, 74, 0.38);
}

.about-business-list span {
  display: flex;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid rgba(200, 162, 74, 0.38);
  color: #ffffff;
  font-weight: 820;
}

.about-business-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--gold);
}

.about-vision {
  max-width: 860px;
  margin: 0 auto;
  padding-top: clamp(48px, 5.2vw, 82px);
  padding-bottom: clamp(48px, 5.2vw, 82px);
  text-align: center;
}

.about-vision .about-label::before {
  margin-right: auto;
  margin-left: auto;
}

.about-vision h2 {
  max-width: none;
}

.about-vision p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.about-reviews {
  background: #ffffff;
}

.about-reviews .about-title-row {
  max-width: 500px;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(250px, max-content);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 84% 22%, rgba(196, 154, 69, 0.16), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #fff8ec 58%, #efe6d8 100%);
}

.about-cta p {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.2vw, 1.16rem);
  line-height: 1.68;
}

.about-cta .hero-actions {
  justify-self: start;
  margin-top: 0;
}

.about-cta .button.primary {
  border-color: var(--text);
  background: var(--text);
  color: #ffffff;
}

.about-cta .button.secondary {
  border-color: var(--gold);
  background: rgba(255, 253, 248, 0.74);
  color: var(--text);
}

.about-cta .button.secondary:hover {
  background: var(--text);
  border-color: var(--text);
  color: #ffffff;
}

.about-page + .footer {
  gap: 16px 26px;
  padding: 38px clamp(20px, 5vw, 72px);
  background: #fffdf8;
}

.about-page + .footer strong {
  margin-right: 4px;
  color: var(--text);
}

.about-page + .footer a {
  color: var(--muted);
}

@media (min-width: 1280px) {
  .about-hero,
  .about-split,
  .about-value,
  .about-flow,
  .about-business,
  .about-reviews,
  .about-cta {
    padding-top: clamp(60px, 5.2vw, 92px);
    padding-bottom: clamp(60px, 5.2vw, 92px);
  }

  .about-hero {
    min-height: clamp(540px, 64vh, 680px);
  }

  .about-hero h1 {
    font-size: clamp(3.75rem, 4.2vw, 5.15rem);
  }

  .about-lead {
    max-width: 600px;
    font-size: clamp(1.12rem, 1.18vw, 1.28rem);
  }

  .about-hero-copy > p:not(.about-label):not(.about-lead) {
    max-width: 590px;
  }

  .about-split h2,
  .about-value h2,
  .about-flow h2,
  .about-business h2,
  .about-vision h2,
  .about-cta h2 {
    font-size: clamp(3rem, 3.25vw, 4.1rem);
  }

  .about-value .about-section-copy,
  .about-flow .about-section-copy,
  .about-business .about-section-copy {
    max-width: 560px;
  }
}

@media (min-width: 1440px) {
  .about-hero,
  .about-split,
  .about-value,
  .about-flow,
  .about-business,
  .about-reviews,
  .about-cta {
    padding-right: max(56px, calc((100vw - 1360px) / 2 + 40px));
    padding-left: max(56px, calc((100vw - 1360px) / 2 + 40px));
  }

  .about-hero {
    grid-template-columns: minmax(0, 690px) minmax(340px, 420px);
    gap: 86px;
  }

  .about-split,
  .about-value {
    grid-template-columns: minmax(0, 420px) minmax(0, 640px);
    gap: 74px;
  }

  .about-flow {
    grid-template-columns: minmax(0, 390px) minmax(0, 650px);
    gap: 74px;
  }

  .about-business {
    grid-template-columns: minmax(0, 560px) minmax(0, 500px);
    gap: 82px;
  }

  .about-hero h1 {
    font-size: clamp(4.7rem, 4.05vw, 5.5rem);
  }

  .about-split h2,
  .about-value h2,
  .about-flow h2,
  .about-business h2,
  .about-vision h2,
  .about-cta h2 {
    font-size: clamp(3.35rem, 3vw, 4.35rem);
  }
}

@media (min-width: 1600px) {
  .about-hero,
  .about-split,
  .about-value,
  .about-flow,
  .about-business,
  .about-reviews,
  .about-cta {
    padding-right: calc((100vw - 1360px) / 2 + 40px);
    padding-left: calc((100vw - 1360px) / 2 + 40px);
  }

  .about-hero {
    min-height: 660px;
  }
}

@media (max-width: 1279px) {
  .about-hero,
  .about-split,
  .about-value,
  .about-flow,
  .about-business,
  .about-cta {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .about-hero {
    gap: clamp(30px, 5vw, 46px);
    min-height: auto;
    padding-top: clamp(58px, 8vw, 86px);
    padding-bottom: clamp(58px, 8vw, 86px);
  }

  .about-hero h1 {
    max-width: 760px;
    font-size: clamp(3.25rem, 7vw, 5rem);
  }

  .about-lead,
  .about-hero-copy > p:not(.about-label):not(.about-lead) {
    max-width: 700px;
  }

  .about-hero-panel {
    max-width: 650px;
    justify-self: start;
  }

  .about-split,
  .about-value,
  .about-flow,
  .about-business,
  .about-reviews {
    gap: clamp(26px, 5vw, 46px);
  }

  .about-title-row,
  .about-section-copy,
  .about-text,
  .about-section-copy.narrow,
  .about-line-list,
  .about-steps,
  .about-business-list {
    max-width: 760px;
    justify-self: start;
  }

  .about-flow .about-section-copy {
    position: static;
  }

  .about-cta .hero-actions {
    margin-top: 6px;
  }
}

@media (min-width: 721px) and (max-width: 1279px) {
  .about-line-list article,
  .about-steps article {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .about-hero,
  .about-split,
  .about-value,
  .about-flow,
  .about-business,
  .about-vision,
  .about-reviews,
  .about-cta {
    padding: 50px 20px;
  }

  .about-hero {
    gap: 32px;
  }

  .about-hero h1 {
    font-size: clamp(3rem, 12.5vw, 4.3rem);
  }

  .about-lead {
    margin-top: 22px;
    font-size: clamp(1.1rem, 5vw, 1.3rem);
  }

  .about-hero-panel {
    border-radius: 28px;
  }

  .about-panel-line {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 21px;
  }

  .about-title-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-split h2,
  .about-value h2,
  .about-flow h2,
  .about-business h2,
  .about-vision h2,
  .about-cta h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.45rem);
  }

  .about-value {
    background: #fffdf8;
  }

  .about-line-list article,
  .about-steps article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 21px 0;
  }

  .about-step-icon {
    width: 36px;
    height: 36px;
  }

  .about-business-list span {
    min-height: 62px;
  }

  .about-cta .hero-actions {
    width: 100%;
  }

  .about-cta .button {
    justify-content: center;
    width: 100%;
  }

  .about-page + .footer {
    gap: 14px 20px;
    padding: 32px 20px;
  }
}
