.about-main { overflow: hidden; }
.nav-links a[aria-current="page"] { color: var(--terracotta-dark); }
.nav-links a[aria-current="page"]::after { right: 0; }

.about-hero {
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(380px, 1.04fr);
  align-items: center;
  gap: clamp(44px, 7vw, 92px);
  padding-block: clamp(52px, 7vw, 82px) clamp(72px, 8vw, 100px);
}

.about-hero-copy { max-width: 560px; }
.about-hero h1 { max-width: 560px; margin-bottom: 21px; font-size: clamp(46px, 4.7vw, 66px); }
.about-hero h1 em { color: var(--terracotta); font-style: normal; }

.about-lead { max-width: 500px; margin-bottom: 25px; color: #454a4c; font-size: 18px; line-height: 1.6; }

.about-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #4b504f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.about-location span { width: 34px; height: 2px; border-radius: 2px; background: var(--teal); }

.about-image { overflow: hidden; position: relative; margin: 0; border-radius: 8px; background: #eee9e2; box-shadow: 0 15px 38px rgba(73, 61, 49, .1); }
.about-image picture,
.about-image img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.about-image img { object-fit: cover; }
.about-hero-image img { object-position: center 32%; }
.story-image img { object-position: center 42%; }
.about-hero-image { aspect-ratio: 4 / 3; }

.brand-story { padding-block: clamp(76px, 9vw, 118px); background: #f3f0eb; }

.brand-story-inner {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(54px, 8vw, 112px);
}

.story-image { aspect-ratio: 5 / 6; }
.story-copy { max-width: 650px; }
.story-copy h2 { max-width: 610px; margin-bottom: 31px; font-size: clamp(38px, 4vw, 54px); }
.story-body { max-width: 66ch; }
.story-body p { margin-bottom: 17px; color: #444948; font-size: 16px; line-height: 1.75; }
.story-body p:last-child { margin-bottom: 0; }

.story-closing {
  max-width: 570px;
  margin: 34px 0 0;
  padding-top: 23px;
  border-top: 1px solid rgba(42, 157, 143, .52);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.about-cta { max-width: 820px; padding-block: clamp(82px, 10vw, 126px); text-align: center; }
.about-cta h2 { margin-bottom: 18px; font-size: clamp(38px, 4.4vw, 56px); }
.about-cta > p { max-width: 650px; margin: 0 auto 30px; color: #494e4d; font-size: 17px; line-height: 1.65; }
.about-cta-actions { display: flex; align-items: center; justify-content: center; gap: 28px; }

.about-text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.about-text-link span { margin-left: 8px; color: var(--teal); font-size: 19px; transition: transform 180ms ease-out; }
.about-text-link:hover span { transform: translateX(5px); }

@media (max-width: 980px) {
  .about-hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding-block: 64px 82px; }
  .about-hero-copy { max-width: 650px; }
  .about-hero-image { width: 100%; max-height: 480px; }
  .brand-story-inner { grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: 48px; }
  .story-copy h2 { font-size: 42px; }
}

@media (max-width: 700px) {
  .about-hero { gap: 34px; padding-block: 50px 68px; }
  .about-hero h1 { font-size: clamp(41px, 12vw, 53px); }
  .about-lead { font-size: 16px; }
  .about-hero-image { aspect-ratio: 5 / 4; }
  .brand-story { padding-block: 70px 76px; }
  .brand-story-inner { grid-template-columns: 1fr; gap: 43px; }
  .story-image { width: min(100%, 480px); aspect-ratio: 5 / 4; }
  .story-copy h2 { margin-bottom: 26px; font-size: 38px; }
  .story-body p { font-size: 15px; line-height: 1.72; }
  .story-closing { margin-top: 29px; font-size: 19px; }
  .about-cta { padding-block: 76px 82px; text-align: left; }
  .about-cta > p { margin-left: 0; }
  .about-cta-actions { align-items: stretch; flex-direction: column; gap: 11px; }
  .about-cta-actions .button { width: 100%; }
  .about-text-link { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .about-text-link span { transition-duration: .01ms !important; }
}
