.about-page {
  overflow: hidden;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page p {
  margin-top: 0;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  color: #f7f4ec;
  font-weight: 700;
}

.about-page h1 span,
.about-page h2 span,
.about-page h3 span,
.about-page h4,
.about-highlight strong {
  color: #e4d46a;
}

.about-page p {
  color: #aaa9a5;
  line-height: 1.75;
}

.about-hero {
  padding: calc(var(--landing-header-height) + 82px) 0 100px;
}

.about-hero__grid,
.about-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 72px;
}

.about-hero__copy h1 {
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7vw, 5.5rem);
  line-height: 1;
}

.about-hero__copy p {
  max-width: 650px;
}

.about-hero__copy .about-lead {
  color: #c4c2bb;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.about-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #e4d46a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(228, 212, 106, 0.24);
  border-radius: 28px;
  color: rgba(255, 247, 214, 0.75);
  background:
    radial-gradient(circle at 25% 20%, rgba(228, 212, 106, 0.25), transparent 30%),
    linear-gradient(145deg, #302617, #111113 60%, #050505);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.about-visual > span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-visual--hero {
  min-height: 520px;
}

.about-history-badge {
  position: absolute;
  right: -24px;
  bottom: -26px;
  display: grid;
  gap: 4px;
  padding: 24px 30px;
  border-radius: 22px;
  background: #e4d46a;
  color: #080806;
  box-shadow: 0 22px 50px rgba(228, 212, 106, 0.18);
}

.about-history-badge strong {
  font-size: 2.5rem;
  line-height: 1;
}

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

.about-section--intro,
.about-section--alternate,
.about-section--numbers {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(228, 212, 106, 0.06);
  border-bottom: 1px solid rgba(228, 212, 106, 0.06);
}

.about-section--intro {
  padding: 90px 0;
}

.about-centered {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.about-centered h2,
.about-centered h3 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1.12;
}

.about-centered h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.about-centered > p {
  font-size: 1.1rem;
}

.about-divider {
  width: 90px;
  height: 3px;
  margin: 32px auto 0;
  border-radius: 999px;
  background: #e4d46a;
}

.about-copy h3 {
  margin-bottom: 26px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

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

.about-info-card,
.about-feature-card,
.about-timeline article,
.about-journey article,
.about-location {
  border: 1px solid rgba(228, 212, 106, 0.18);
  background: rgba(29, 29, 31, 0.86);
}

.about-info-card {
  padding: 26px;
  border-radius: 20px;
}

.about-info-card h4,
.about-feature-card h4,
.about-timeline h4,
.about-journey h4,
.about-location h4 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.about-info-card p,
.about-feature-card p,
.about-timeline p,
.about-journey p,
.about-location p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.about-block {
  margin-top: 110px;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.about-feature-card {
  padding: 30px 24px;
  border-radius: 22px;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.about-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(228, 212, 106, 0.5);
}

.about-icon {
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #e4d46a;
  background: rgba(228, 212, 106, 0.1);
  font-size: 1.8rem;
}

.about-timeline {
  position: relative;
  max-width: 900px;
  display: grid;
  gap: 22px;
  margin: 48px auto 0;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 2px;
  background: rgba(228, 212, 106, 0.3);
}

.about-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  margin-left: 54px;
  padding: 28px;
  border-radius: 22px;
}

.about-timeline article::before {
  content: "";
  position: absolute;
  top: 31px;
  left: -38px;
  width: 18px;
  height: 18px;
  border: 4px solid #080808;
  border-radius: 50%;
  background: #e4d46a;
}

.about-timeline article > span,
.about-journey strong,
.about-numbers strong {
  color: #e4d46a;
  font-size: 1.8rem;
  font-weight: 700;
}

.about-two-columns--visual .about-visual {
  min-height: 460px;
}

.about-highlight {
  max-width: 1000px;
  margin: 0 auto;
  padding: 54px;
  border: 1px solid rgba(228, 212, 106, 0.24);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(228, 212, 106, 0.1), rgba(29, 29, 31, 0.86));
  text-align: center;
}

.about-highlight h3 {
  margin-bottom: 28px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.about-highlight strong {
  display: block;
  margin-top: 26px;
  line-height: 1.7;
}

.about-journey {
  position: relative;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 50px auto 0;
}

.about-journey article {
  padding: 30px;
  border-radius: 22px;
}

.about-journey strong {
  display: block;
  margin-bottom: 12px;
}

.about-numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 52px;
}

.about-numbers div {
  display: grid;
  gap: 10px;
  text-align: center;
}

.about-numbers strong {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.about-numbers span {
  color: #aaa9a5;
}

.about-location {
  padding: 34px;
  border-radius: 24px;
}

.about-location article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding-bottom: 24px;
}

.about-location article + article {
  padding-top: 24px;
  border-top: 1px solid rgba(228, 212, 106, 0.12);
}

.about-location .about-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  font-size: 1.25rem;
}

.about-visit-note {
  padding: 20px;
  border-radius: 16px;
  background: rgba(228, 212, 106, 0.08);
}

.about-visit-note strong {
  color: #e4d46a;
}

.about-section--cta {
  background: linear-gradient(90deg, rgba(228, 212, 106, 0.1), rgba(228, 212, 106, 0.03));
}

.about-section--cta .landing-button {
  margin-top: 26px;
}

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

  .about-visual--hero {
    min-height: 430px;
  }

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

@media (max-width: 640px) {
  .about-hero {
    padding-top: calc(var(--landing-header-height-mobile) + 54px);
  }

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

  .about-history-badge {
    right: 12px;
    bottom: 12px;
  }

  .about-card-grid,
  .about-numbers,
  .about-journey,
  .about-timeline article {
    grid-template-columns: 1fr;
  }

  .about-timeline article {
    gap: 10px;
  }

  .about-highlight {
    padding: 32px 22px;
  }
}
