/* TASK-2026-03955: light ARLEA product-led treatment for the group introduction. */
.arlea-redesign .ar-approach {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #e9edf0;
  color: var(--ar-brand-navy, #192b42);
}

.arlea-redesign .ar-approach::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(244, 245, 246, .36), rgba(244, 245, 246, .12)),
    url('/assets/projects/le-grey-8/architecture-11.jpg') center 55% / cover no-repeat;
  filter: saturate(.72) contrast(.94) brightness(1.04);
  transform: scale(1.015);
}

.arlea-redesign .ar-approach::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(244, 245, 246, .76) 0%, rgba(244, 245, 246, .48) 50%, rgba(244, 245, 246, .30) 100%),
    linear-gradient(0deg, rgba(25, 43, 66, .13), transparent 42%, rgba(255, 255, 255, .16));
}

.arlea-redesign .ar-approach > .shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 72px), 1560px);
  margin-block: clamp(48px, 6vw, 92px);
  padding: clamp(72px, 7vw, 118px) clamp(38px, 5vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  background: linear-gradient(118deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .67));
  box-shadow: 0 28px 90px rgba(25, 43, 66, .16), inset 0 1px 0 rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.arlea-redesign .ar-approach > .shell::before {
  content: "";
  position: absolute;
  left: -7%;
  bottom: -31%;
  z-index: -1;
  width: min(48vw, 690px);
  aspect-ratio: 548.03 / 466.218;
  pointer-events: none;
  background: var(--ar-brand-navy, #192b42);
  opacity: .035;
  -webkit-mask: url('/assets/brand/arlea-pattern-outline.svg') center / contain no-repeat;
  mask: url('/assets/brand/arlea-pattern-outline.svg') center / contain no-repeat;
}

.arlea-redesign .ar-approach .ar-editorial-copy {
  position: relative;
  z-index: 2;
}

.arlea-redesign .ar-approach .ar-section-label {
  color: #53697b !important;
}

.arlea-redesign .ar-approach .ar-editorial-copy h2 {
  max-width: 760px;
  color: var(--ar-brand-navy, #192b42);
  font-size: clamp(44px, 4.65vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.arlea-redesign .ar-approach .ar-editorial-copy > p:not(.ar-section-label) {
  max-width: 610px;
  color: #344b5e;
  font-size: clamp(16px, 1.05vw, 17px);
  line-height: 1.76;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.arlea-redesign .ar-approach .ar-editorial-copy > p:not(.ar-section-label) + p {
  margin-top: 20px;
}

.arlea-redesign .ar-approach-media {
  margin: 0;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: visible;
  isolation: isolate;
  background: rgba(255, 255, 255, .32);
  border: 1px solid rgba(25, 43, 66, .13);
  box-shadow: 0 24px 60px rgba(25, 43, 66, .12);
}

.arlea-redesign .ar-approach-media::before {
  content: none;
  display: none;
}

.arlea-redesign .ar-approach-artwork {
  position: absolute;
  inset: 0;
  overflow: visible;
  background:
    radial-gradient(circle at 58% 25%, rgba(255, 255, 255, .82), rgba(226, 232, 236, .52) 46%, rgba(199, 206, 216, .34) 100%);
}

.arlea-redesign .ar-approach-pattern {
  position: absolute;
  left: 4%;
  bottom: 18%;
  width: 80%;
  aspect-ratio: 548.03 / 466.218;
  background: var(--ar-brand-navy, #192b42);
  opacity: .15;
  -webkit-mask: url('/assets/brand/arlea-pattern-outline.svg') center / contain no-repeat;
  mask: url('/assets/brand/arlea-pattern-outline.svg') center / contain no-repeat;
}

.arlea-redesign .ar-approach-artwork .ar-approach-model {
  z-index: 3;
  left: -18%;
  bottom: -7%;
  width: 127%;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 28px 22px rgba(25, 43, 66, .25));
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .arlea-redesign .ar-approach > .shell {
    background: rgba(255, 255, 255, .91);
  }
}

@media (max-width: 980px) {
  .arlea-redesign .ar-approach > .shell {
    width: min(calc(100% - 40px), 900px);
    margin-block: 36px;
    padding: 78px 42px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .72));
  }

  .arlea-redesign .ar-approach-media {
    width: min(680px, 100%);
    justify-self: center;
  }

  .arlea-redesign .ar-approach > .shell::before {
    left: -18%;
    bottom: 30%;
    width: 74vw;
  }
}

@media (max-width: 760px) {
  .arlea-redesign .ar-approach::before {
    background-position: 60% center;
  }

  .arlea-redesign .ar-approach::after {
    background: rgba(238, 241, 243, .48);
  }

  .arlea-redesign .ar-approach > .shell {
    width: calc(100% - 24px);
    margin-block: 20px;
    padding: 58px 18px 68px;
    gap: 52px;
    background: rgba(255, 255, 255, .84);
    -webkit-backdrop-filter: blur(13px) saturate(1.08);
    backdrop-filter: blur(13px) saturate(1.08);
  }

  .arlea-redesign .ar-approach .ar-editorial-copy h2 {
    font-size: clamp(42px, 12.5vw, 62px);
    line-height: 1;
  }

  .arlea-redesign .ar-approach .ar-editorial-copy > p:not(.ar-section-label) {
    font-size: 16px;
    line-height: 1.7;
  }

  .arlea-redesign .ar-approach-media {
    width: 100%;
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .arlea-redesign .ar-approach > .shell {
    background: rgba(255, 255, 255, .94);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
