/* ---- page-specific: about us ---- */
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 249, 246, .98) 0%, rgba(251, 249, 246, .92) 48%, rgba(244, 240, 250, .62) 100%),
    url("../../images/generated/sycamore-about-pharmacy-team.webp") center center / cover no-repeat;
  padding: clamp(48px, 7vw, 92px) 0;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.crumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: auto;
  margin: 0 0 20px;
  padding: 9px 14px;
  border: 1px solid rgba(21, 59, 99, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--sv-purple);
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 16px 34px -30px rgba(7, 24, 42, .42);
}

.crumbs a {
  color: var(--sv-purple);
}

.crumbs a:hover {
  color: var(--sv-orange);
}

.crumbs i {
  color: var(--sv-orange);
  font-size: 9px;
}

.page-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero__lead {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--sv-ink-soft);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}

.split {
  align-items: center;
  gap: clamp(32px, 5vw, 68px);
}

.split > div:first-child > p {
  max-width: 760px;
}

.about-photo {
  position: relative;
  min-height: clamp(320px, 40vw, 520px);
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 59, 99, .16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(7, 24, 42, .05) 0%, rgba(7, 24, 42, .24) 100%),
    url("../../images/generated/sycamore-about-pharmacy-interior.webp") center center / cover no-repeat;
  box-shadow: 0 28px 60px -46px rgba(7, 24, 42, .5);
}

.about-photo::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 18px;
  pointer-events: none;
}

.about-photo__badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 42px -34px rgba(7, 24, 42, .55);
}

.about-photo__badge strong {
  display: block;
  color: var(--sv-ink);
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 1.1;
}

.about-photo__badge span {
  color: var(--sv-purple);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.about-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(26px, 4vw, 42px);
}

.about-proof span {
  display: grid;
  align-content: center;
  min-height: 96px;
  padding: 20px;
  border: 1px solid var(--sv-line);
  border-radius: 16px;
  background: var(--sv-white);
  color: var(--sv-ink-soft);
  box-shadow: 0 18px 42px -36px rgba(7, 24, 42, .34);
}

.about-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--sv-purple);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sec-head {
  max-width: 780px;
}

.feat-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 28px 24px 26px;
  border: 1px solid var(--sv-line);
  border-radius: 18px;
  background: var(--sv-white);
  box-shadow: 0 18px 40px -34px rgba(7, 24, 42, .42);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.feat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 59, 99, .28);
  box-shadow: 0 24px 48px -34px rgba(7, 24, 42, .52);
}

.feat-card .icon-tile {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--sv-surface);
  color: var(--sv-purple);
  font-size: 19px;
}

.feat-card h4 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.25;
}

.feat-card p {
  margin-bottom: 0;
  color: var(--sv-ink-soft);
  font-size: 15.5px;
  line-height: 1.62;
}

.easy-card,
.ink-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 54px -42px rgba(7, 24, 42, .48);
}

.easy-card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--sv-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(244, 240, 250, .94)),
    var(--sv-cream);
}

.ink-card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, .16);
  background: var(--sv-grad-brand);
}

.easy-card h3,
.ink-card h3 {
  margin: 8px 0 20px;
}

.easy-card p {
  color: var(--sv-ink-soft);
}

.ink-card h3,
.ink-card h3 em {
  color: var(--sv-white);
}

.ink-card .ticks li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.65;
}

.ink-card .ticks li + li {
  margin-top: 9px;
}

.ink-card .ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--sv-orange-light);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .12);
}

.ink-card .closing {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .88);
  font-style: italic;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--sv-white);
  color: var(--sv-purple);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.chip--why {
  background: rgba(255, 255, 255, .16);
  color: var(--sv-white);
}

.about-split2 {
  position: relative;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--sv-line);
  border-radius: 22px;
  background: linear-gradient(180deg, var(--sv-white) 0%, var(--sv-surface) 100%);
  box-shadow: 0 22px 50px -42px rgba(7, 24, 42, .44);
}

.about-split2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--sv-grad-brand);
}

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

.about-split2 p {
  color: var(--sv-ink-soft);
  margin-bottom: 28px;
}

.about-split2 p:last-child {
  margin-bottom: 0;
}

.stoneview-page-about-us .sec--ink {
  background: var(--sv-cream);
  padding: clamp(46px, 5vw, 66px) 0 clamp(42px, 5vw, 58px);
}

.stoneview-page-about-us .about-cta-section.stoneview-cta-section > .wrap,
.stoneview-page-about-us .sec--ink.about-cta-section > .wrap {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.stoneview-page-about-us .about-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 0;
  padding: clamp(34px, 4.2vw, 52px) clamp(26px, 5vw, 60px);
  border: 0;
  border-radius: 24px;
  background: var(--sv-grad-brand);
  box-shadow: 0 24px 70px rgba(7, 24, 42, .16);
  color: #fff;
  text-align: left;
}

.stoneview-page-about-us .about-final-cta__copy,
.stoneview-page-about-us .about-final-cta__copy h2,
.stoneview-page-about-us .about-final-cta__copy p {
  text-align: left;
}

.stoneview-page-about-us .about-final-cta h2 {
  max-width: 680px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
}

.stoneview-page-about-us .about-final-cta p {
  max-width: 620px;
  margin: 0;
  color: #fff;
}

.stoneview-page-about-us .about-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.stoneview-page-about-us .about-final-cta__contact {
  display: grid;
  gap: 18px;
}

.stoneview-page-about-us .about-final-cta__contact div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.stoneview-page-about-us .about-final-cta__contact div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.stoneview-page-about-us .about-final-cta__contact span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .82);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.stoneview-page-about-us .about-final-cta__contact a,
.stoneview-page-about-us .about-final-cta__contact p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

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

  .stoneview-page-about-us .about-final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .page-hero {
    background-attachment: scroll;
  }

  .split {
    gap: 28px;
  }

  .about-photo {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .crumbs {
    max-width: 100%;
    font-size: 13px;
  }

  .page-hero__lead {
    line-height: 1.55;
  }

  .about-photo {
    min-height: 280px;
    border-radius: 18px;
  }

  .about-photo::before {
    inset: 12px;
    border-radius: 14px;
  }

  .about-photo__badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .about-photo__badge span {
    text-align: left;
  }

  .about-proof {
    grid-template-columns: 1fr;
  }

  .feat-card,
  .easy-card,
  .ink-card,
  .about-split2 {
    border-radius: 16px;
  }
}
