.edge-experience-pillars__root,
.edge-experience-pillars__root * {
  box-sizing: border-box;
}

.edge-experience-pillars__root {
  --edge-ep-radius: 24px;
  --edge-ep-accent: #718A75;
  --edge-ep-text: #101312;
  --edge-ep-muted: #5F6B62;
  --edge-ep-pill-bg: rgba(255,255,255,0.35);
  --edge-ep-pill-active-bg: #FFFFFF;
  --edge-ep-cta-bg: #718A75;
  --edge-ep-cta-text: #FFFFFF;
  --edge-ep-cta-hover-bg: #5F7864;
  --edge-ep-cta-hover-text: #FFFFFF;
  width: 100%;
  position: relative;
  overflow: visible;
}

.edge-experience-pillars__inner {
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.edge-experience-pillars__desktop {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.25fr);
  align-items: center;
  width: 100%;
}

.edge-experience-pillars__content {
  width: 100%;
  min-width: 0;
}

.edge-experience-pillars__eyebrow {
  color: var(--edge-ep-accent);
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.82;
}

.edge-experience-pillars__heading {
  color: var(--edge-ep-text);
  margin: 0;
  max-width: 8.5em;
  font-size: clamp(2.25rem, 4vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.edge-experience-pillars__intro {
  color: var(--edge-ep-muted);
  margin: 1.15rem 0 0;
  max-width: 34rem;
  font-size: clamp(1rem, 1.1vw, 1.13rem);
  line-height: 1.6;
}

.edge-experience-pillars__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  margin-top: 2rem;
}

.edge-experience-pillars__pillar {
  position: relative;
  background: var(--edge-ep-pill-bg);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.075);
  transition: border-color .24s ease, background-color .24s ease, box-shadow .24s ease;
}

.edge-experience-pillars__pillar:not(.is-active):hover {
  background: rgba(255,255,255,0.55);
}

.edge-experience-pillars__pillar.is-active {
  background: var(--edge-ep-pill-active-bg);
  border-color: rgba(17, 17, 17, 0.06);
}

.edge-experience-pillars__button {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  padding: 1rem 1.15rem !important;
  font: inherit;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
}

.edge-experience-pillars__button:hover,
.edge-experience-pillars__button:focus,
.edge-experience-pillars__button:active {
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.edge-experience-pillars__kicker,
.edge-experience-pillars__mobile-kicker {
  color: var(--edge-ep-accent);
  display: block;
  margin: 0 0 0.25rem;
  font-size: 0.68rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}

.edge-experience-pillars__title,
.edge-experience-pillars__mobile-title {
  color: var(--edge-ep-text);
  display: block;
  margin: 0;
  font-size: clamp(1.35rem, 1.65vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.edge-experience-pillars__plus {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(113, 138, 117, 0.12);
  transition: transform .24s ease, background-color .24s ease;
}

.edge-experience-pillars__plus::before,
.edge-experience-pillars__plus::after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 44%;
  height: 1px;
  border-radius: 99px;
}

.edge-experience-pillars__plus::after {
  transform: rotate(90deg);
}

.edge-experience-pillars__pillar.is-active .edge-experience-pillars__plus {
  transform: rotate(45deg);
  background: rgba(113, 138, 117, 0.2);
}

.edge-experience-pillars__panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.edge-experience-pillars__pillar.is-active .edge-experience-pillars__panel {
  height: auto;
  opacity: 1;
}

.edge-experience-pillars__panel-inner {
  padding: 0 1.15rem 1.15rem;
}

.edge-experience-pillars__body,
.edge-experience-pillars__mobile-body {
  color: var(--edge-ep-muted);
  margin: 0;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.6;
}

.edge-experience-pillars__cta,
.edge-experience-pillars__mobile-cta {
  background: var(--edge-ep-cta-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  min-height: 2.65rem;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  color: var(--edge-ep-cta-text) !important;
  font-size: 0.82rem;
  line-height: 1;
  text-decoration: none !important;
  font-weight: 500;
  transition: transform .22s ease, opacity .22s ease;
}

.edge-experience-pillars__cta:hover,
.edge-experience-pillars__mobile-cta:hover {
  background: var(--edge-ep-cta-hover-bg);
  color: var(--edge-ep-cta-hover-text) !important;
  transform: translateY(-1px);
  opacity: 0.9;
}

.edge-experience-pillars__media-stage {
  position: relative;
  width: 100%;
  align-self: stretch;
  min-width: 0;
  isolation: isolate;
  overflow: visible;
}

.edge-experience-pillars__media-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015) translateY(10px);
}

.edge-experience-pillars__media-item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  z-index: 2;
}

.edge-experience-pillars__media-frame,
.edge-experience-pillars__video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: rgba(255,255,255,.25);
}

.edge-experience-pillars__media-frame[data-has-secondary="true"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  background: transparent;
  overflow: hidden;
}

.edge-experience-pillars__media-frame[data-has-secondary="true"] > .edge-experience-pillars__media-img {
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  aspect-ratio: auto;
  grid-row: 1;
}

.edge-experience-pillars__media-frame[data-has-secondary="true"] > .edge-experience-pillars__media-img:first-child {
  grid-column: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.edge-experience-pillars__media-frame[data-has-secondary="true"] > .edge-experience-pillars__media-img--secondary {
  grid-column: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.edge-experience-pillars__media-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center;
  border-radius: inherit;
}

.edge-experience-pillars__media-frame[data-has-secondary="true"] .edge-experience-pillars__media-img {
  align-self: stretch;
  justify-self: stretch;
}

.edge-experience-pillars__media-img--secondary {
  transform: none;
}

.edge-experience-pillars__video-wrap iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  border: 0;
}

.edge-experience-pillars__video-wrap > * {
  width: 100% !important;
  height: 100% !important;
}

.edge-experience-pillars__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: linear-gradient(135deg, rgba(113,138,117,.18), rgba(255,255,255,.45));
}

.edge-experience-pillars__mobile {
  display: none;
}

.edge-experience-pillars__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: 1rem;
}

.edge-experience-pillars__nav,
.edge-experience-pillars__dot {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.edge-experience-pillars__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.075) !important;
  color: inherit !important;
  cursor: pointer;
  transition: transform .22s ease, background-color .22s ease;
}

.edge-experience-pillars__nav:hover,
.edge-experience-pillars__nav:focus,
.edge-experience-pillars__nav:active {
  color: inherit !important;
  background: rgba(255,255,255,.9) !important;
  transform: translateY(-1px);
}

.edge-experience-pillars__nav svg {
  width: 42%;
  height: 42%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.edge-experience-pillars__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}

.edge-experience-pillars__dot {
  width: .48rem;
  height: .48rem;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(113,138,117,.24) !important;
  cursor: pointer;
  transition: width .24s ease, background-color .24s ease;
}

.edge-experience-pillars__dot.is-active {
  width: 1.35rem;
}

@media (max-width: 1024px) {
  .edge-experience-pillars__desktop {
    display: none;
  }

  .edge-experience-pillars__mobile {
    display: block;
    width: 100%;
    overflow: visible;
  }

  .edge-experience-pillars__heading {
    max-width: 9.5em;
    margin-bottom: 1.5rem;
  }

  .edge-experience-pillars__mobile-viewport {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
  }

  .edge-experience-pillars__mobile-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    will-change: transform;
  }

  .edge-experience-pillars__mobile-slide {
    flex: 0 0 min(88vw, 680px);
    width: min(88vw, 680px);
  }

  .edge-experience-pillars__mobile-card {
    background: var(--edge-ep-pill-active-bg);
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(17,17,17,0.065);
  }

  .edge-experience-pillars__mobile-media {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(255,255,255,.28);
    border-radius: inherit inherit 0 0 !important;
  }

  .edge-experience-pillars__mobile-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  .edge-experience-pillars__mobile-media .edge-experience-pillars__media-img--secondary {
    display: none;
  }

  .edge-experience-pillars__mobile-copy {
    padding: 1.35rem;
  }

  .edge-experience-pillars__mobile-title {
    margin: 0 0 .8rem;
  }
}

@media (max-width: 767px) {
  .edge-experience-pillars__mobile-slide {
    flex-basis: 88vw;
    width: 88vw;
  }

  .edge-experience-pillars__mobile-copy {
    padding: 1.2rem;
  }
}
