.page-about-redesign {
  --about-gold: #d49a32;
  --about-green: #1d3433;
  --about-text: #202020;
  --about-muted: #4c4c4c;
  --about-line: rgba(29, 52, 51, 0.2);
  background: #f7f3ec;
  color: var(--about-text);
}

.page-about-redesign .site-header {
  background: rgba(29, 52, 51, 0.92);
  backdrop-filter: blur(10px);
}

.page-about-redesign .site-header.is-scrolled {
  background: rgba(29, 52, 51, 0.96);
}

.page-about-redesign .site-nav__link.is-active,
.page-about-redesign .site-nav__link:hover,
.page-about-redesign .site-nav__link:focus-visible {
  color: #f5d79b;
}

.page-about-redesign .site-nav__cta {
  background: var(--about-gold);
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.about-main {
  padding: 44px 0 88px;
}

.about-frame {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  border: 1px solid rgba(29, 52, 51, 0.18);
  background: #fcfaf6;
  box-shadow: 0 24px 60px rgba(29, 52, 51, 0.08);
}

.about-ribbon {
  height: 112px;
  overflow: hidden;
  position: relative;
}

.about-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(29, 52, 51, 0.78), rgba(29, 52, 51, 0.3));
}

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

.about-shell {
  width: min(690px, calc(100% - 48px));
  margin: 0 auto;
}

.about-stack {
  padding: 36px 0 64px;
}

.about-kicker,
.about-copy__eyebrow {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--about-green);
}

.about-intro h1,
.about-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.65rem);
  line-height: 1.05;
  font-weight: 700;
  color: var(--about-green);
}

.about-tagline {
  margin: 4px 0 0;
  font-size: 1.34rem;
  line-height: 1.35;
  font-style: italic;
  color: var(--about-green);
}

.about-intro__copy {
  margin-top: 34px;
}

.about-intro__copy p,
.about-copy p {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--about-text);
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
  align-items: start;
}

.about-pillar {
  min-height: 100%;
  padding: 20px 20px 22px;
  border: 1px solid rgba(212, 154, 50, 0.92);
  background: #d49a32;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  box-shadow: 0 14px 30px rgba(212, 154, 50, 0.22);
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.about-pillar:hover {
  transform: translateY(-2px);
  background: #bd8627;
  border-color: #bd8627;
  box-shadow: 0 18px 34px rgba(189, 134, 39, 0.28);
}

.about-pillar h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fffef8;
}

.about-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  flex-shrink: 0;
}

.about-pillar__title {
  font-weight: 700;
}

.about-pillar .about-pillar__text {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.65;
}

.about-copy {
  margin-top: 42px;
}

.about-copy__section + .about-copy__section {
  margin-top: 30px;
}

.about-copy__section h2 {
  margin-bottom: 14px;
}

.about-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-chamfer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--about-gold);
  background: var(--about-gold);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.about-chamfer-btn:hover {
  transform: translateY(-2px);
  background: #bd8627;
  color: #fff;
}

.about-chamfer-btn--ghost {
  border-color: var(--about-green);
  background: var(--about-green);
}

.about-chamfer-btn--ghost:hover {
  background: #142726;
}

@media (max-width: 900px) {
  .about-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-main {
    padding: 28px 0 64px;
  }

  .about-frame {
    width: min(100% - 20px, 100%);
  }

  .about-ribbon {
    height: 86px;
  }

  .about-shell {
    width: min(100% - 28px, 100%);
  }

  .about-stack {
    padding: 24px 0 42px;
  }

  .about-tagline {
    font-size: 1.12rem;
  }

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

  .about-pillar {
    padding: 18px 18px 20px;
  }

  .about-copy__actions {
    flex-direction: column;
  }

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