.about-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(71, 105, 255, 0.06), transparent 24rem),
    var(--lc-paper);
}

.about-main {
  width: 100%;
  overflow: clip;
}

.about-hero,
.about-section,
.leon-story,
.numbers-section,
.locations-story,
.promise-section,
.about-final-cta {
  width: var(--lc-container);
  margin-right: auto;
  margin-left: auto;
}

.about-hero {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  min-height: 650px;
  border: 1px solid rgba(182, 123, 77, 0.28);
  border-radius: 34px;
  background: #fbf8f1;
  box-shadow: var(--lc-shadow);
  overflow: hidden;
}

.about-hero-copy {
  align-self: center;
  padding: clamp(42px, 6vw, 82px);
}

.about-hero h1 {
  max-width: 8ch;
  margin: 8px 0 24px;
  font-family: var(--lc-display);
  font-size: clamp(4.2rem, 8vw, 7.5rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
}

.about-hero h1 em {
  color: var(--lc-copper);
  font-style: normal;
}

.about-hero-lead {
  max-width: 42ch;
  margin: 0;
  color: var(--lc-ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.about-hero-slogan {
  margin: 28px 0 0;
  display: grid;
  justify-items: start;
  gap: 6px;
  font-family: var(--lc-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.1;
}

.about-hero-slogan .hero-slogan-brand {
  display: inline-block;
}

.about-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-hero-media {
  position: relative;
  min-height: 650px;
  background: var(--lc-ink);
}

.about-hero-media picture,
.about-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-hero-media img {
  object-fit: cover;
  object-position: center;
}

.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 27, 43, 0.08), transparent 34%),
    linear-gradient(0deg, rgba(16, 27, 43, 0.44), transparent 38%);
}

.about-hero-stamp {
  position: absolute;
  right: 28px;
  bottom: 26px;
  z-index: 1;
  width: 170px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 27, 43, 0.82);
  box-shadow: 0 18px 40px rgba(16, 27, 43, 0.28);
  text-align: center;
  backdrop-filter: blur(9px);
}

.about-hero-stamp strong {
  font-family: var(--lc-display);
  font-size: 2rem;
  line-height: 1;
}

.about-hero-stamp span {
  margin-top: 7px;
  color: var(--lc-copper-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-section,
.locations-story,
.promise-section {
  padding: 112px 0;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: start;
}

.story-heading {
  position: sticky;
  top: 118px;
}

.story-heading .section-heading {
  max-width: 11ch;
}

.story-heading .section-intro {
  max-width: 46ch;
}

.story-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: story;
}

.story-timeline li {
  position: relative;
  min-height: 190px;
  padding: 0 0 54px 116px;
  border-left: 1px solid rgba(182, 123, 77, 0.38);
}

.story-timeline li:last-child {
  min-height: 0;
  padding-bottom: 0;
  border-left-color: transparent;
}

.story-timeline li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -7px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--lc-paper);
  border-radius: 50%;
  background: var(--lc-copper);
  box-shadow: 0 0 0 1px rgba(182, 123, 77, 0.35);
}

.story-year {
  position: absolute;
  top: -8px;
  left: 24px;
  color: var(--lc-copper);
  font-family: var(--lc-display);
  font-size: 2rem;
  font-weight: 700;
}

.story-timeline h3 {
  margin: 0 0 12px;
  font-family: var(--lc-display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}

.story-timeline p {
  max-width: 48ch;
  margin: 0;
  color: var(--lc-muted);
}

.leon-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  min-height: 720px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 123, 77, 0.16), transparent 26rem),
    var(--lc-ink);
  box-shadow: 0 28px 70px rgba(16, 27, 43, 0.18);
  overflow: hidden;
}

.leon-story-media {
  min-height: 720px;
  margin: 0;
  background: #18273b;
}

.leon-story-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.leon-story-copy {
  align-self: center;
  padding: clamp(44px, 7vw, 96px);
}

.leon-story-copy .section-kicker {
  color: var(--lc-copper-soft);
}

.leon-story-copy h2 {
  max-width: 11ch;
  margin: 12px 0 30px;
  font-family: var(--lc-display);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.94;
}

.leon-story-copy > p {
  max-width: 46ch;
  color: #bec8d7;
  font-size: 1.02rem;
}

.leon-story-copy blockquote {
  max-width: 34ch;
  margin: 38px 0 0;
  padding: 18px 0 0;
  border-top: 2px solid var(--lc-copper);
  color: #fff;
  font-family: var(--lc-display);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.12;
}

.numbers-section {
  margin-top: 112px;
  padding: clamp(44px, 6vw, 72px);
  border-radius: 30px;
  background: #eee5d7;
}

.numbers-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 50px;
  align-items: end;
}

.numbers-heading .section-heading {
  margin-bottom: 0;
}

.numbers-heading > p {
  margin: 0 0 8px;
  color: var(--lc-muted);
}

.numbers-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 27, 43, 0.16);
  border-bottom: 1px solid rgba(16, 27, 43, 0.16);
}

.numbers-grid article {
  padding: 34px 24px 34px 0;
}

.numbers-grid article + article {
  padding-left: 24px;
  border-left: 1px solid rgba(16, 27, 43, 0.16);
}

.numbers-grid strong {
  display: block;
  color: var(--lc-copper);
  font-family: var(--lc-display);
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.9;
}

.numbers-grid h3 {
  margin: 18px 0 8px;
  font-size: 1rem;
}

.numbers-grid p {
  margin: 0;
  color: var(--lc-muted);
  font-size: 0.86rem;
}

.numbers-source {
  margin: 18px 0 0;
  color: #737b87;
  font-size: 0.76rem;
}

.craft-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.craft-copy .section-heading {
  max-width: 12ch;
}

.craft-copy .section-intro {
  max-width: 49ch;
}

.craft-copy .button {
  margin-top: 24px;
}

.service-flow {
  display: grid;
  gap: 14px;
}

.service-flow article {
  position: relative;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  border: 1px solid var(--lc-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 36px rgba(16, 27, 43, 0.06);
}

.service-flow article::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 58px;
  z-index: 1;
  width: 1px;
  height: 15px;
  background: var(--lc-copper);
}

.service-flow article:last-child::after {
  display: none;
}

.service-flow article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lc-ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.service-flow h3 {
  margin: 0 0 6px;
  font-family: var(--lc-display);
  font-size: 1.55rem;
  line-height: 1.1;
}

.service-flow p {
  margin: 0;
  color: var(--lc-muted);
  font-size: 0.9rem;
}

.locations-story {
  padding-top: 0;
}

.locations-story-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.locations-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.story-location-card {
  position: relative;
  min-height: 570px;
  border-radius: 26px;
  color: #fff;
  background: var(--lc-ink);
  box-shadow: var(--lc-shadow);
  overflow: hidden;
}

.story-location-card picture,
.story-location-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.story-location-card img {
  object-fit: cover;
}

.story-location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 27, 43, 0.96) 0%, rgba(16, 27, 43, 0.1) 72%);
}

.story-location-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 34px;
}

.story-location-card span {
  color: var(--lc-copper-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-location-card h3 {
  margin: 8px 0 4px;
  font-family: var(--lc-display);
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 1;
}

.story-location-card p {
  margin: 0;
  color: #c3cddd;
}

.story-location-card a {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-decoration-color: var(--lc-copper);
  text-underline-offset: 5px;
}

.story-location-card a b {
  color: var(--lc-copper-soft);
}

.promise-section {
  padding-top: 0;
}

.promise-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

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

.promise-grid article {
  min-height: 250px;
  padding: 28px;
  border-top: 3px solid var(--lc-copper);
  border-radius: 4px 4px 18px 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 27, 43, 0.07);
}

.promise-grid span {
  color: var(--lc-copper);
  font-size: 0.72rem;
  font-weight: 700;
}

.promise-grid h3 {
  margin: 38px 0 14px;
  font-family: var(--lc-display);
  font-size: 1.65rem;
  line-height: 1.05;
}

.promise-grid p {
  margin: 0;
  color: var(--lc-muted);
  font-size: 0.9rem;
}

.about-final-cta {
  margin-bottom: 112px;
  padding: clamp(42px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(182, 123, 77, 0.28), transparent 18rem),
    var(--lc-ink);
}

.about-final-cta .section-kicker {
  color: var(--lc-copper-soft);
}

.about-final-cta h2 {
  max-width: 13ch;
  margin: 8px 0 12px;
  font-family: var(--lc-display);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.94;
}

.about-final-cta p {
  margin: 0;
  color: #bac5d4;
}

.about-final-actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.about-final-actions .button {
  justify-content: center;
}

@media (max-width: 1040px) {
  .about-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  }

  .story-section,
  .craft-section {
    grid-template-columns: 1fr 1fr;
    gap: 46px;
  }

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

@media (max-width: 860px) {
  .about-hero {
    margin-top: 14px;
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 22px;
  }

  .about-hero-copy {
    padding: 44px 28px 38px;
  }

  .about-hero h1 {
    font-size: clamp(4rem, 18vw, 6.5rem);
  }

  .about-hero-media {
    min-height: min(76vw, 560px);
  }

  .about-section,
  .locations-story,
  .promise-section {
    padding: 82px 0;
  }

  .story-section,
  .craft-section {
    grid-template-columns: 1fr;
  }

  .story-heading {
    position: static;
  }

  .story-heading .section-heading,
  .craft-copy .section-heading {
    max-width: 14ch;
  }

  .leon-story {
    grid-template-columns: 1fr;
  }

  .leon-story-media {
    min-height: min(110vw, 650px);
  }

  .leon-story-copy {
    padding: 50px 28px 58px;
  }

  .numbers-section {
    margin-top: 82px;
  }

  .numbers-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .numbers-grid article:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid rgba(16, 27, 43, 0.16);
    border-left: 0;
  }

  .numbers-grid article:nth-child(4) {
    border-top: 1px solid rgba(16, 27, 43, 0.16);
  }

  .locations-story-grid {
    grid-template-columns: 1fr;
  }

  .story-location-card {
    min-height: 520px;
  }

  .about-final-cta {
    margin-bottom: 82px;
    grid-template-columns: 1fr;
  }

  .about-final-actions {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .about-hero-copy {
    padding: 36px 20px 32px;
  }

  .about-hero-lead {
    font-size: 1rem;
  }

  .about-hero-actions {
    display: grid;
  }

  .about-hero-actions .button {
    justify-content: center;
  }

  .about-hero-stamp {
    right: 16px;
    bottom: 14px;
    width: 132px;
  }

  .about-hero-stamp strong {
    font-size: 1.6rem;
  }

  .story-timeline li {
    padding-left: 82px;
  }

  .story-year {
    left: 18px;
    font-size: 1.55rem;
  }

  .numbers-section {
    padding: 34px 20px;
    border-radius: 22px;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .numbers-grid article,
  .numbers-grid article + article {
    padding: 26px 0;
    border-top: 1px solid rgba(16, 27, 43, 0.16);
    border-left: 0;
  }

  .numbers-grid article:first-child {
    border-top: 0;
  }

  .numbers-grid strong {
    font-size: 3.6rem;
  }

  .service-flow article {
    padding: 22px 18px;
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .service-flow article > span {
    width: 44px;
    height: 44px;
  }

  .story-location-card {
    min-height: 470px;
  }

  .story-location-card > div {
    padding: 25px 22px;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise-grid article {
    min-height: 0;
  }

  .promise-grid h3 {
    margin-top: 20px;
  }

  .about-final-cta {
    padding: 38px 22px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
