/* ==============================
   ABOUT PAGE
   TrailWatch UK
============================== */

.about-hero__content {
  max-width: 860px;
}

/* Shared */

.about-section-label {
  margin: 0 0 16px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.about-section-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.about-section-head h2,
.about-intro__content h2,
.about-capture__content h2,
.about-process__content h2,
.about-cta h2 {
  margin: 0;
  color: #101410;
  font-size: clamp(42px, 5.8vw, 82px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.about-intro__content p,
.about-capture__content p,
.about-process__content p,
.about-cta p {
  color: #556052;
  font-size: 18px;
  line-height: 1.7;
}

/* Intro */

.about-intro {
  padding: 104px 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 88% 8%, rgba(143, 191, 77, 0.18), transparent 30%),
    linear-gradient(180deg, #f4f7f0 0%, #ffffff 100%);
}

.about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.about-intro__content {
  min-width: 0;
}

.about-intro__content h2 {
  max-width: 920px;
}

.about-intro__content p {
  max-width: 760px;
  margin: 26px 0 0;
}

.about-intro__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.about-intro__stats div {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(11, 61, 44, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(6, 20, 15, 0.055);
}

.about-intro__stats strong {
  display: block;
  margin-bottom: 8px;
  color: #101410;
  font-size: 15px;
  font-weight: 900;
}

.about-intro__stats span {
  display: block;
  color: #5a6657;
  font-size: 14px;
  line-height: 1.55;
}

.about-owner-card {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(11, 61, 44, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 70px rgba(6, 20, 15, 0.14);
}

.about-owner-card::before {
  content: "";
  position: absolute;
  inset: -22px -16px auto auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(199, 229, 109, 0.28);
  filter: blur(10px);
  z-index: 0;
}

.about-owner-card__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 26px;
  background: #06140f;
}

.about-owner-card__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-owner-card figcaption {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 7px;
  margin: -62px 18px 18px;
  padding: 18px;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 18%, rgba(199, 229, 109, 0.22), transparent 30%),
    rgba(6, 20, 15, 0.92);
  backdrop-filter: blur(12px);
}

.about-owner-card figcaption span {
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.about-owner-card figcaption strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

/* Capture block */

.about-capture {
  padding: 104px 0;
  overflow-x: clip;
  background: #06140f;
}

.about-capture__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
  gap: 54px;
  align-items: center;
}

.about-capture__image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(199, 229, 109, 0.24);
  border-radius: 34px;
  background: #020504;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.about-capture__image::after {
  content: "Sample wildlife capture";
  position: absolute;
  left: 22px;
  bottom: 22px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #07140f;
  background: linear-gradient(135deg, #c7e56d, #8fbf4d);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-capture__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.01);
}

.about-capture__content {
  min-width: 0;
}

.about-capture__content .about-section-label {
  color: var(--accent-strong);
}

.about-capture__content h2 {
  color: #ffffff;
}

.about-capture__content p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.about-check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-check-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.about-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07140f;
  background: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  color: var(--accent-strong);
  font-size: 16px;
  font-weight: 900;
}

.about-text-link:hover {
  color: #ffffff;
}

/* Values */

.about-values {
  padding: 104px 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 4%, rgba(143, 191, 77, 0.16), transparent 28%),
    #f4f7f0;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-value-card {
  min-width: 0;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid rgba(11, 61, 44, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(6, 20, 15, 0.065);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.about-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 62px rgba(6, 20, 15, 0.10);
}

.about-value-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 50%;
  color: #07140f;
  background: linear-gradient(135deg, #c7e56d, #8fbf4d);
  font-size: 14px;
  font-weight: 900;
}

.about-value-card h3 {
  margin: 42px 0 12px;
  color: #101410;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.about-value-card p {
  margin: 0;
  color: #556052;
  font-size: 17px;
  line-height: 1.62;
}

/* Process */

.about-process {
  padding: 104px 0;
  background: #ffffff;
}

.about-process__box {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
  padding: 44px;
  border-radius: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 12%, rgba(199, 229, 109, 0.22), transparent 30%),
    linear-gradient(135deg, #06140f 0%, #0b3d2c 100%);
  box-shadow: 0 28px 70px rgba(6, 20, 15, 0.16);
}

.about-process__content .about-section-label {
  color: var(--accent-strong);
}

.about-process__content h2 {
  color: #ffffff;
}

.about-process__content p {
  max-width: 520px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.about-process__steps {
  display: grid;
  gap: 16px;
}

.about-process__steps article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.about-process__steps strong {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07140f;
  background: var(--accent-strong);
  font-size: 15px;
  font-weight: 900;
}

.about-process__steps h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.about-process__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  line-height: 1.55;
}

/* CTA */

.about-cta {
  padding: 104px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 191, 77, 0.16), transparent 28%),
    #f4f7f0;
}

.about-cta__inner {
  max-width: 920px;
}

.about-cta .about-section-label {
  color: var(--primary);
}

.about-cta p {
  max-width: 740px;
  margin: 26px auto 0;
}

.about-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* Responsive */

@media (max-width: 1180px) {
  .about-intro__grid,
  .about-capture__grid,
  .about-process__box {
    grid-template-columns: 1fr;
  }

  .about-owner-card {
    max-width: 620px;
  }

  .about-values__grid {
    grid-template-columns: 1fr;
  }

  .about-value-card {
    min-height: auto;
  }

  .about-value-card span {
    margin-bottom: 34px;
  }

  .about-value-card h3 {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .about-intro,
  .about-capture,
  .about-values,
  .about-process,
  .about-cta {
    padding: 72px 0;
  }

  .about-section-head h2,
  .about-intro__content h2,
  .about-capture__content h2,
  .about-process__content h2,
  .about-cta h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -0.055em;
  }

  .about-intro__stats {
    grid-template-columns: 1fr;
  }

  .about-owner-card {
    border-radius: 26px;
  }

  .about-owner-card__image {
    border-radius: 20px;
  }

  .about-owner-card figcaption {
    margin: -46px 12px 12px;
  }

  .about-capture__image {
    border-radius: 26px;
  }

  .about-capture__image::after {
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    white-space: normal;
  }

  .about-process__box {
    padding: 28px;
    border-radius: 28px;
  }

  .about-process__steps article {
    grid-template-columns: 1fr;
  }

  .about-cta__actions {
    display: grid;
  }

  .about-cta__actions .home-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .about-intro__content p,
  .about-capture__content p,
  .about-process__content p,
  .about-cta p,
  .about-value-card p {
    font-size: 16px;
  }

  .about-owner-card figcaption strong {
    font-size: 18px;
  }

  .about-value-card,
  .about-process__box {
    padding: 24px;
  }
}