.about-page {
  background: #ffffff;
  color: var(--dayzy-navy);
}

.about-hero {
  position: relative;
  min-height: 640px;
  padding: 150px 6% 88px;
  background:
    linear-gradient(90deg, rgba(7, 23, 53, 0.88) 0%, rgba(7, 23, 53, 0.68) 45%, rgba(7, 23, 53, 0.18) 100%),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=85");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.about-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -58px;
  width: 116%;
  height: 118px;
  background: #ffffff;
  border-radius: 50% 50% 0 0;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 46px;
}

.about-hero-copy {
  max-width: 700px;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--dayzy-pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.about-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(255, 122, 151, 0.15);
}

.about-hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
}

.about-hero p {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1.45;
}

.about-hero-panel {
  min-height: 430px;
  position: relative;
}

.about-photo-card {
  position: absolute;
  right: 18px;
  top: 10px;
  width: min(460px, 88%);
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.9)),
    url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1000&q=85");
  background-size: cover;
  background-position: center;
  color: var(--dayzy-navy);
  box-shadow: 0 24px 54px rgba(7, 23, 53, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-photo-card span,
.about-floating-card span {
  display: block;
}

.about-photo-card span {
  margin-bottom: 10px;
  color: var(--dayzy-purple);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.about-photo-card strong {
  display: block;
  max-width: 340px;
  font-size: 28px;
  line-height: 1.1;
}

.about-floating-card {
  position: absolute;
  width: 260px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dayzy-navy);
  box-shadow: 0 20px 42px rgba(7, 23, 53, 0.2);
  backdrop-filter: blur(8px);
}

.about-floating-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.about-floating-card span {
  color: #596579;
  font-size: 14px;
  line-height: 1.45;
}

.about-floating-card--top {
  left: 26px;
  top: 70px;
}

.about-floating-card--bottom {
  left: 70px;
  bottom: 20px;
  width: 310px;
}

.about-belief,
.about-values,
.about-story {
  padding: 62px 6%;
}

.about-belief {
  position: relative;
  z-index: 3;
  padding-top: 42px;
  background: #ffffff;
}

.about-values {
  background:
    linear-gradient(90deg, #fff3f7, #ffffff 48%, #f8f3ff 100%);
}

.about-story {
  background: #ffffff;
}

.about-belief-grid,
.about-story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 56px;
}

.about-belief h2,
.about-section-heading h2,
.about-story h2 {
  margin: 0;
  color: var(--dayzy-navy);
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}

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

.about-belief-copy p,
.about-story p {
  margin: 0;
  color: #596579;
  font-size: 17px;
  line-height: 1.7;
}

.about-section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-value-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--dayzy-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.about-value-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #efe7ff;
  color: var(--dayzy-purple);
  font-size: 14px;
  font-weight: 900;
}

.about-value-grid h3 {
  margin: 0 0 10px;
  color: var(--dayzy-navy);
  font-size: 23px;
  line-height: 1.14;
}

.about-value-grid p {
  margin: 0;
  color: #596579;
  font-size: 15px;
  line-height: 1.6;
}

.about-story-visual {
  position: relative;
  min-height: 430px;
}

.about-story-image {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(7, 23, 53, 0.02), rgba(7, 23, 53, 0.5)),
    url("https://images.unsplash.com/photo-1519682577862-22b62b24e493?auto=format&fit=crop&w=1200&q=85");
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
}

.about-story-note {
  position: absolute;
  right: 28px;
  bottom: -28px;
  width: min(380px, 74%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(8px);
}

.about-story-note strong,
.about-story-note span {
  display: block;
}

.about-story-note strong {
  margin-bottom: 10px;
  color: var(--dayzy-navy);
  font-size: 20px;
}

.about-story-note span {
  color: #596579;
  font-size: 14px;
  line-height: 1.5;
}

.about-story-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.about-story-copy .products-btn {
  width: fit-content;
  margin-top: 8px;
}

.about-final-cta {
  background: #ffffff;
}

@media (max-width: 1080px) {
  .about-hero-inner,
  .about-belief-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-panel {
    min-height: 360px;
  }

  .about-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .about-hero {
    min-height: auto;
    padding: 52px 6% 66px;
  }

  .about-hero::after {
    bottom: -42px;
    height: 82px;
  }

  .about-hero h1 {
    font-size: 42px;
    line-height: 1.06;
  }

  .about-hero p {
    font-size: 17px;
    line-height: 1.5;
  }

  .about-hero-panel {
    display: none;
  }

  .about-belief,
  .about-values,
  .about-story {
    padding: 42px 6%;
  }

  .about-belief {
    padding-top: 26px;
  }

  .about-belief-grid,
  .about-story-grid {
    gap: 28px;
  }

  .about-belief h2,
  .about-section-heading h2,
  .about-story h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  .about-belief-copy p,
  .about-story p {
    font-size: 15px;
    line-height: 1.6;
  }

  .about-section-heading {
    margin-bottom: 22px;
  }

  .about-value-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-value-grid article {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .about-value-grid h3 {
    font-size: 21px;
  }

  .about-story-visual {
    min-height: 320px;
  }

  .about-story-image {
    border-radius: 20px;
  }

  .about-story-note {
    right: 16px;
    bottom: -16px;
    width: calc(100% - 32px);
    padding: 18px;
    border-radius: 18px;
  }

  .about-story-copy .products-btn {
    width: 100%;
  }
}
