/* ========== HERO LAYOUT ========== */

.atr-hero {
  position: relative;
  margin-top: 0;
  padding-top: clamp(84px, 10vw, 140px); /* space for fixed header */
  height: 100vh;
  box-sizing: border-box;
}

.atr-hero--about,
.atr-hero--reusable {
  background: #1f1f1f;
  color: #ffffff;
  overflow: visible;
  height: auto;
  min-height: auto;
  padding-top: clamp(96px, 11vw, 156px);
  padding-bottom: clamp(48px, 7vw, 96px);
  --about-media-width: clamp(364px, 56vw, 560px);
}

.atr-hero--reusable-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.34;
  background-image:
    radial-gradient(140% 80% at -10% 18%, transparent 63.5%, rgba(215, 38, 30, 0.56) 64%, transparent 65.2%),
    radial-gradient(122% 76% at 24% 46%, transparent 67.5%, rgba(215, 38, 30, 0.42) 68%, transparent 69.2%),
    radial-gradient(132% 84% at 70% 14%, transparent 70.5%, rgba(215, 38, 30, 0.36) 71%, transparent 72.2%),
    radial-gradient(118% 76% at 96% 56%, transparent 66.5%, rgba(215, 38, 30, 0.48) 67%, transparent 68.2%);
}

.atr-hero--about .atr-hero__title,
.atr-hero--about .atr-hero__title-highlight,
.atr-hero--reusable .atr-hero__title,
.atr-hero--reusable .atr-hero__title-highlight {
  color: #ffffff;
}

.atr-hero--reusable .atr-hero__title {
  line-height: 0.84;
  letter-spacing: -0.03em;
}

.atr-hero--about .atr-hero__title,
.atr-hero--reusable .atr-hero__title {
  overflow: visible;
  padding-top: 0.08em;
  padding-bottom: 0.14em;
}

.atr-hero--about .atr-hero__main-title-copy,
.atr-hero--about .atr-hero__title-highlight,
.atr-hero--reusable .atr-hero__main-title-copy,
.atr-hero--reusable .atr-hero__title-highlight {
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
}

.atr-hero--about .atr-hero__container,
.atr-hero--reusable .atr-hero__container {
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  align-items: start;
  padding-top: clamp(56px, 7vw, 108px);
}

.atr-hero--about .atr-hero__left-inner,
.atr-hero--reusable .atr-hero__left-inner {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  overflow: visible;
  position: relative;
  width: 100%;
  max-width: clamp(520px, 44vw, 760px);
  contain: layout;
  padding-top: clamp(28px, 4vw, 56px);
}

.atr-hero--about .atr-hero__container,
.atr-hero--about .atr-hero__left,
.atr-hero--about .atr-hero__right,
.atr-hero--reusable .atr-hero__container,
.atr-hero--reusable .atr-hero__left,
.atr-hero--reusable .atr-hero__right {
  overflow: visible;
}

.atr-hero--reusable-pattern .atr-hero__container {
  position: relative;
  z-index: 1;
}

.atr-hero--about .atr-hero__left,
.atr-hero--reusable .atr-hero__left {
  align-items: flex-start;
}

.atr-hero--reusable-no-image .atr-hero__container {
  grid-template-columns: minmax(0, 1fr);
}

.atr-hero--reusable-no-image .atr-hero__left,
.atr-hero--reusable-no-image .atr-hero__left-inner,
.atr-hero--reusable-no-image .atr-hero__reusable-headline {
  max-width: 100%;
}

body.hero-dark .site-content,
body.hero-dark .content-area,
body.hero-dark .site-main,
body.hero-dark .inside-article,
body.hero-dark .entry-content,
body.hero-dark .site,
body.hero-dark .page,
body.hero-dark .site-content,
body.hero-dark .content-area,
body.hero-dark .site-main,
body.hero-dark .inside-article,
body.hero-dark .entry-content > .atr-hero--about {
  overflow: visible !important;
}

body.hero-dark,
body.hero-dark html {
  overflow-x: visible !important;
}

.atr-hero--about .atr-hero__scroll-hint,
.atr-hero--reusable .atr-hero__scroll-hint {
  margin: 50px 0 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

.atr-hero--about .atr-hero__about-image,
.atr-hero--reusable .atr-hero__about-image {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  z-index: 1;
  width: 100%;
  border-radius: 18px;
}
.atr-hero--about .atr-hero__about-image img,
.atr-hero--reusable .atr-hero__about-image img {
  width: 100%;
  height: clamp(360px, 48vw, 640px);
  object-fit: cover;
  display: block;
}

.atr-hero--about .atr-hero__about-text,
.atr-hero--reusable .atr-hero__about-text {
  margin: clamp(28px, 3.8vw, 44px) 0 0;
  padding-top: 0;
  width: min(100%, 760px);
  position: relative;
  z-index: 2;
}

.atr-hero--about .atr-hero__right--about,
.atr-hero--reusable .atr-hero__right--about {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right--about {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list {
  position: relative;
  z-index: 2;
  width: min(88%, 520px);
  align-self: flex-end;
  margin: clamp(-84px, -7vw, -52px) 0 0 auto;
  padding: clamp(18px, 2.2vw, 28px);
  background: #c10202;
  color: #ffffff;
}

.atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list .atr-hero__icon-list {
  margin-top: 0;
}

.atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list .atr-hero__icon-list-media {
  filter: brightness(0) invert(1);
}

@media (min-width: 1001px) {
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__container {
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    padding-left: 0;
    padding-right: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__left-inner {
    padding-left: clamp(18px, 4vw, 72px);
    padding-right: clamp(18px, 3vw, 48px);
    min-height: clamp(360px, 30vw, 520px);
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right--about .atr-hero__about-image {
    width: calc(100% - clamp(18px, 4vw, 72px));
    margin-right: clamp(18px, 4vw, 72px);
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__left-inner .atr-hero__action-panel > .atr-hero__icon-list {
    display: none;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list .atr-hero__icon-list,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list .atr-hero__icon-list-item,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list .atr-hero__icon-list-text {
    color: #ffffff;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list .atr-hero__icon-list-item {
    align-items: center;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list .atr-hero__icon-list-item + .atr-hero__icon-list-item {
    border-top: 1px solid rgba(229, 229, 229, 0.72);
    padding-top: 12px;
  }
}

.atr-hero--reusable-layout-stacked .atr-hero__container {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "headline headline"
    "detail media";
  align-items: start;
}

.atr-hero--reusable-layout-stacked .atr-hero__reusable-headline {
  grid-area: headline;
  width: min(100%, clamp(760px, 82vw, 1320px));
  padding-top: 4.5rem;
}

.atr-hero--reusable-layout-stacked .atr-hero__reusable-headline .atr-hero__title {
  font-size: clamp(48.17px, 4.9266vw, 73.35px);
}

.atr-hero--reusable-layout-stacked .atr-hero__left--reusable-detail {
  grid-area: detail;
  align-items: flex-start;
}

.atr-hero--reusable-layout-stacked .atr-hero__left--reusable-detail .atr-hero__left-inner {
  max-width: min(100%, 640px);
  padding-top: 0;
}

.atr-hero--reusable-layout-stacked .atr-hero__left--reusable-detail .atr-hero__about-text {
  margin-top: 0;
  margin-bottom: clamp(24px, 3.4vw, 36px);
}

.atr-hero--reusable-layout-stacked .atr-hero__left--reusable-detail .atr-hero__about-lead {
  max-width: min(100%, clamp(357px, 37.4vw, 544px));
  line-height: 1.42;
  letter-spacing: -0.014em;
}

.atr-hero--reusable-layout-stacked .atr-hero__left--reusable-detail .atr-hero__cta-group {
  width: auto;
}

.atr-hero--reusable-layout-stacked .atr-hero__right--about {
  grid-area: media;
}

.atr-hero--reusable-layout-stacked.atr-hero--reusable-no-image .atr-hero__container {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "headline"
    "detail";
}

.atr-hero--reusable-no-eyebrow .atr-hero__reusable-headline .atr-hero__title,
.atr-hero--reusable-no-eyebrow .atr-hero__left-inner .atr-hero__title {
  margin-top: 0;
}

@media (max-width: 1000px) {
  body.hero-dark,
  body.hero-dark html,
  body.hero-dark .entry-content,
  body.hero-dark .site,
  body.hero-dark .page,
  body.hero-dark .site-content,
  body.hero-dark .content-area,
  body.hero-dark .site-main,
  body.hero-dark .inside-article,
  body.hero-dark .entry-content > .atr-hero--about {
    overflow-x: clip !important;
  }

  .atr-hero--about .atr-hero__about-image,
  .atr-hero--reusable .atr-hero__about-image {
    overflow: hidden;
  }

  .atr-hero--about .atr-hero__about-text,
  .atr-hero--reusable .atr-hero__about-text {
    margin-top: clamp(24px, 5vw, 36px);
    width: 100%;
  }

  .atr-hero--about .atr-hero__left-inner,
  .atr-hero--reusable .atr-hero__left-inner {
    padding-top: clamp(32px, 6vw, 54px);
    padding-bottom: clamp(28px, 5vw, 44px);
  }

  .atr-hero--reusable-layout-stacked .atr-hero__container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "headline"
      "media"
      "detail";
  }

  .atr-hero--reusable.atr-hero--reusable-layout-stacked {
    padding-top: 0;
  }

  .atr-hero--reusable.atr-hero--reusable-layout-stacked .atr-hero__container {
    padding-top: clamp(28px, 4.5vw, 48px);
  }

  .atr-hero--reusable.atr-hero--reusable-layout-stacked .atr-hero__reusable-headline {
    padding-top: 0;
  }

  .atr-hero--reusable.atr-hero--reusable-layout-stacked .atr-hero__reusable-headline .atr-hero__title {
    font-size: clamp(38.54px, 3.9413vw, 58.68px);
  }

  .atr-hero--reusable-layout-stacked .atr-hero__left--reusable-detail .atr-hero__left-inner {
    padding-top: 0;
  }

  .atr-hero--image-first-mobile .atr-hero__left {
    order: 2;
  }

  .atr-hero--image-first-mobile .atr-hero__right--about {
    order: 1;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__container {
    padding-left: 0;
    padding-right: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right {
    padding-left: 0;
    padding-right: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__left {
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    margin-top: clamp(-108px, -14.4vw, -67px);
    padding-left: clamp(18px, 5vw, 24px);
    padding-right: clamp(18px, 5vw, 24px);
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__left-inner {
    background: #c10202;
    padding: clamp(22px, 5.5vw, 32px);
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__right-icon-list {
    display: none;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__left-inner,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__eyebrow-main,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__title,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__main-title-copy,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__title-highlight,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__about-lead,
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__icon-list-item {
    color: #ffffff;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__eyebrow-main {
    background: #d7261e;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__cta--secondary {
    color: #ffffff;
    border-color: #ffffff;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__cta--secondary::before {
    border-color: #ffffff;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__title-text {
    font-size: 1.3em;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__about-lead {
    color: #ffffff;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__icon-list-media {
    filter: brightness(0) invert(1);
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__about-text + .atr-hero__action-panel {
    margin-top: clamp(24px, 6vw, 36px);
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__action-panel .atr-hero__icon-list-item {
    align-items: center;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__action-panel .atr-hero__icon-list-item + .atr-hero__icon-list-item {
    border-top: 1px solid rgba(229, 229, 229, 0.72);
    padding-top: 12px;
  }
}

@media (max-width: 768px) {
  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__action-panel .atr-hero__cta:not(.atr-hero__cta--secondary)::before {
    background: #0a0a0a;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__left-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
    gap: clamp(20px, 3vw, 32px);
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__content-panel {
    grid-column: 1;
    min-width: 0;
    padding: clamp(22px, 5.5vw, 32px);
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__action-panel {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(28px, 4vw, 40px);
    min-width: 0;
    margin-top: 0;
    padding: clamp(18px, 3vw, 28px);
    background: #0a0a0a;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__action-panel .atr-hero__cta-group,
  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__action-panel .atr-hero__actions {
    width: 100%;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__action-panel .atr-hero__actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__action-panel .atr-hero__icon-list {
    margin-top: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__action-panel .atr-hero__icon-list-item {
    align-items: center;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a:not(.atr-hero--reusable-layout-stacked) .atr-hero__action-panel .atr-hero__icon-list-item + .atr-hero__icon-list-item {
    border-top: 1px solid rgba(229, 229, 229, 0.72);
    padding-top: 12px;
  }
}

.atr-hero--about .atr-hero__about-lead,
.atr-hero--reusable .atr-hero__about-lead {
  margin: 0 0 17.6px;
  font-size: clamp(0.95rem, 0.865rem + 0.34vw, 1.05rem);
  line-height: 1.6;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .atr-hero--about .atr-hero__about-lead,
  .atr-hero--reusable .atr-hero__about-lead {
    line-height: 1.2;
  }

}

.atr-hero--light-theme {
  background: #ffffff;
  color: #202020;
}

.atr-hero--light-theme .atr-hero__eyebrow-main,
.atr-hero--light-theme .atr-hero__title,
.atr-hero--light-theme .atr-hero__main-title-copy,
.atr-hero--light-theme .atr-hero__title-highlight,
.atr-hero--light-theme .atr-hero__scroll-hint,
.atr-hero--light-theme .atr-hero__about-lead,
.atr-hero--light-theme .atr-hero__about-body {
  color: #202020;
}

.atr-hero--light-theme .atr-hero__cta--secondary {
  color: #202020;
  border-color: #202020;
}

.atr-hero--light-theme .atr-hero__cta--secondary::before {
  background: transparent;
  border-color: #202020;
}

.atr-hero--light-theme .atr-hero__cta--secondary:hover,
.atr-hero--light-theme .atr-hero__cta--secondary:focus-visible {
  color: #202020;
}

.atr-hero--light-theme .atr-hero__cta--secondary:hover::before,
.atr-hero--light-theme .atr-hero__cta--secondary:focus-visible::before {
  border-color: #202020;
  background: transparent;
}

.atr-hero--brand-highlight .atr-hero__title-highlight {
  color: #d7261e;
}

.atr-hero--about .atr-hero__about-body {
  margin: 0;
  font-size: clamp(0.9rem, 0.81rem + 0.54vw, 1.08rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.atr-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.atr-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(10, 12, 18, 0.17) 0%,
    rgba(10, 12, 18, 0.11) 45%,
    rgba(10, 12, 18, 0.06) 100%
  );
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.2s ease;
}


.atr-hero__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  gap: 32px;
  align-items: stretch;
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  height: 100%;
  padding-left: clamp(18px, 4vw, 72px);
  padding-right: clamp(18px, 4vw, 72px);
  padding-bottom: clamp(36px, 5vw, 88px);
  box-sizing: border-box;
}

/* LEFT COLUMN */

.atr-hero__left {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible; /* or just remove this line entirely */
}

/* subtle grain overlay for left side */
.atr-hero__left::before {
  content: "";
  position: absolute;
  inset: -40px; /* bleed slightly */
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 0 0, rgba(0,0,0,0.18) 0, transparent 55%),
    radial-gradient(circle at 100% 0, rgba(0,0,0,0.18) 0, transparent 55%),
    radial-gradient(circle at 0 100%, rgba(0,0,0,0.18) 0, transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(0,0,0,0.18) 0, transparent 55%);
  background-size: 260px 260px;
}

.atr-hero__left-inner {
  position: relative;
  padding: 0 0 2.5em;
  padding-top: 10.5em;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.atr-hero-mini-slider {
  display: none;
  margin-top: clamp(260px, 24vw, 420px);
  max-width: 325px;
  width: 100%;
  align-self: flex-end;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.atr-hero-mini-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.atr-hero-mini-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.atr-hero-mini-slide.is-leaving {
  opacity: 0;
  transform: translateX(-24px);
}

.atr-hero-mini-slide__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.atr-hero-mini-slide__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.atr-hero-mini-slide__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.atr-hero-mini-slide__arrows {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.atr-hero-mini-slide__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.atr-hero-mini-slide__image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 2px;
}

.atr-hero-mini-slide__text {
  margin: 0;
  font-size: 1.35rem;
  color: #ffffff;
}

.atr-hero-mini-slide__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
}

.atr-hero__eyebrow-main {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12.65px;
  letter-spacing: 0.08em;
  text-transform: none;
  margin-bottom: 10px;
  background: rgb(0 0 0 / 57%);
  color: #ffffff;
}

.atr-hero--reusable .atr-hero__eyebrow-main,
.atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__eyebrow-main {
  background: rgba(0, 0, 0, 0.09);
}

@media (min-width: 1001px) {
  .atr-hero__eyebrow-main {
    font-size: 13.915px;
  }
}

.atr-hero__title {
  margin: 0 0 12px;
  font-size: clamp(41.65px, 5.95vw, 89.25px);
  line-height: 0.90;
  overflow: visible;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.atr-hero__title--reusable {
  text-shadow: none;
}

@media (min-width: 1001px) {
  .atr-hero:not(.atr-hero--about):not(.atr-hero--reusable) .atr-hero__title {
    max-width: min(100%, clamp(811px, 76.05vw, 1166px));
  }
}

.atr-hero:not(.atr-hero--about) .atr-hero__eyebrow-main,
.atr-hero:not(.atr-hero--about) .atr-hero__cta-group {
  opacity: 0;
  transform: translateY(24px);
}

.atr-hero:not(.atr-hero--about).is-primary-entered .atr-hero__eyebrow-main {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.atr-hero:not(.atr-hero--about).is-primary-entered .atr-hero__cta-group {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) 140ms,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 140ms;
}

.atr-hero__title-text {
  display: block;
  width: 100%;
}

.atr-hero--reusable .atr-hero__title-text {
  padding-left: 0.18em;
  padding-right: 0.18em;
  margin-left: -0.18em;
  margin-right: -0.18em;
  width: calc(100% + 0.36em);
}

@media (min-width: 1025px) {
  .atr-hero--reusable .atr-hero__title-text {
    width: 74%;
  }

  .atr-hero--reusable.atr-hero--title-full-width .atr-hero__title-text {
    width: calc(100% + 0.36em);
  }
}

.atr-hero__icon-list {
  list-style: none;
  margin: clamp(18px, 2vw, 28px) 0 0;
  padding: 0;
  display: grid;
  gap: 5px;
  max-width: min(100%, 680px);
}

.atr-hero__icon-list-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #fff;
}

.atr-hero__icon-list-media {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
}

.atr-hero__icon-list-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.atr-hero__icon-list-text {
  min-width: 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.45;
  font-weight: 650;
}

.atr-hero--light-theme .atr-hero__icon-list-item {
  color: #202124;
}

.atr-hero--reusable-layout-stacked .atr-hero__icon-list {
  margin-top: 22px;
}

/* each line block for animation */
.atr-hero__title-line {
  position: relative;
  display: block;
  white-space: normal;  /* allow wrapping so text isn't cut off */
  overflow: hidden; /* needed for slit-style reveal */
  padding: 0.08em 0 0.22em; /* extra room for tight leading + descenders */
  margin-bottom: -0.08em;
}

.atr-hero--reusable .atr-hero__title-line {
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin-left: -0.1em;
  margin-right: -0.1em;
}

/* Inner span = animated text */
.atr-hero__title-line-inner {
  display: block;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  clip-path: none;
  will-change: transform, opacity;
}

.atr-hero__word {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 0.12em;
}

.atr-hero__word-inner {
  display: inline-block;
  transform: none;
  opacity: 1;
}

.atr-hero__title-line.is-visible .atr-hero__title-line-inner {
  animation: atr-hero-line-pop 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: var(--line-delay, 0ms);
}

@keyframes atr-hero-line-pop {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes atr-hero-summary-pop {
  0% {
    opacity: 0;
    transform: translateY(38px) scale(0.965);
  }
  68% {
    opacity: 1;
    transform: translateY(-6px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* highlighted line uses a different font + color */
.atr-hero__title-highlight {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #ffffff;
  padding-top: 0.04em;
  padding-bottom: 0.08em;
}

.atr-hero--reusable .atr-hero__title-highlight {
  padding-left: 0.12em;
  padding-right: 0.12em;
}

.atr-hero__subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  width: 70%;
}

.atr-hero__cta-group {
  display: grid;
  width: min(100%, clamp(420px, 34vw, 560px));
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 1440px) {
  .atr-hero__cta-group {
    width: min(100%, clamp(500px, 32vw, 640px));
  }
}

@media (min-width: 1800px) {
  .atr-hero__cta-group {
    width: min(100%, clamp(560px, 30vw, 680px));
  }
}

.atr-hero__actions {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

.atr-hero__cta {
  --atr-hero-cta-icon-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12.1px;
  padding: 14px clamp(16px, 1.45vw, 22px);
  border-radius: 7px;
  text-decoration: none;
  font-size: clamp(10.5px, 0.72vw, 12px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: clamp(0.03em, 0.045vw, 0.06em);
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  box-shadow: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: color 0.2s ease;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (min-width: 981px) {
  .atr-hero__actions {
    grid-template-columns: minmax(max-content, 1.35fr) minmax(max-content, 1fr);
  }

.atr-hero__cta {
    white-space: nowrap;
  }
}

.atr-hero__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #d7261e;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  transform: scale(1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  transform-origin: center;
}

.atr-hero__cta:hover,
.atr-hero__cta:focus-visible {
  color: #fff;
  background: transparent;
}

.atr-hero__cta:hover::before,
.atr-hero__cta:focus-visible::before {
  transform: scale(0.98);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

.atr-hero__cta-icon {
  width: var(--atr-hero-cta-icon-size);
  height: var(--atr-hero-cta-icon-size);
  flex: 0 0 var(--atr-hero-cta-icon-size);
  display: inline-block;
  transform: rotate(45deg);
}

.atr-hero__cta--secondary {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.atr-hero__cta--secondary::before {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: none;
}


.atr-hero__cta--secondary:hover,
.atr-hero__cta--secondary:focus-visible {
  box-shadow: none;
  color: #ffffff;
}

.atr-hero__cta--secondary:hover::before,
.atr-hero__cta--secondary:focus-visible::before {
  border-color: #ffffff;
  box-shadow: none;
}

/* RIGHT COLUMN BASE */

.atr-hero__right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: clamp(36px, 7vh, 96px);
}

.atr-hero__summary-panel {
  --atr-hero-summary-media-size: clamp(112px, 9vw, 150px);
  width: min(100%, clamp(340px, 92%, 760px));
  display: grid;
  grid-template-columns: var(--atr-hero-summary-media-size) minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  min-height: calc(var(--atr-hero-summary-media-size) + 28px);
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.atr-hero:not(.atr-hero--about) .atr-hero__summary-panel {
  opacity: 0;
  transform: translateY(38px) scale(0.965);
}

.atr-hero:not(.atr-hero--about).is-summary-entered .atr-hero__summary-panel {
  animation: atr-hero-summary-pop 0.72s cubic-bezier(0.18, 0.89, 0.32, 1.18) both;
}

.atr-hero__summary-media {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: var(--atr-hero-summary-media-size);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.atr-hero__summary-media .atrmi-picture,
.atr-hero__summary-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.atr-hero__summary-media img {
  object-fit: cover;
}


.atr-hero__summary {
  width: 100%;
  max-width: none;
  margin: 0;
  align-self: center;
  color: #202020;
  text-wrap: pretty;
}

.atr-hero__summary--editorial {
  max-width: none;
  font-size: clamp(0.85rem, 0.935vw, 1.0625rem);
  line-height: 1.26;
  letter-spacing: -0.025em;
}


/* ========== SLIDER STRUCTURE ========== */

.atr-hero-slider {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 320px;
  z-index: 2;
}

/* Each slide */

.atr-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateX(16px);

  display: flex;
  align-items: flex-end;  /* vertical – bottom of the column */
  padding-bottom: 200px;
}

.atr-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

/* Slide background (full right column bg image) */

.atr-hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: scale(1);
}

.atr-hero:not(.atr-hero--about) .atr-hero-slide.is-active .atr-hero-slide__bg {
  transform: scale(1.1);
}

.atr-hero:not(.atr-hero--about).is-bg-entered .atr-hero-slide.is-active .atr-hero-slide__bg {
  transition: transform 1.05s cubic-bezier(0.2, 0.9, 0.22, 1);
  transform: scale(1);
}

/* Inner content over bg */

.atr-hero-slide__inner {
  position: relative;
  width: 100%;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 20px;
  padding: 24px 24px 26px;
  background: linear-gradient(
    135deg,
    rgba(51, 51, 51, 0.84),
    rgba(255, 255, 255, 0),
    rgba(4, 6, 12, 0.9)
  );
}


/* text block anchored lower-left */
.atr-hero-slide__text {
  align-self: flex-start;            /* push text to bottom */
}

/* Eyebrow inside slide */

.atr-hero-slide__eyebrow {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  margin-bottom: 10px;
  backdrop-filter: blur(12px);
}

/* Slide heading (H2) */

.atr-hero-slide__heading {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.35;
  color: #ffffff;
}


/* Outline button */

.atr-hero-slide__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.9);
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.atr-hero-slide__btn:hover {
  background: #ffffff;
  color: #111318;
  transform: translateY(-1px);
}

/* Mini image on the right of inner grid */

.atr-hero-slide__thumb {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.atr-hero-slide__thumb img {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.7);
}

.atr-hero__title-highlight-color{
  color: red;
}

/* ========== RESPONSIVE ========== */

@media (min-width: 1001px) {
  .atr-hero__container {
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
    padding-bottom: 0;
    height: 100%;
  }

  .atr-hero__left {
    min-height: auto;
    align-items: center;
  }

  .atr-hero__left-inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .atr-hero__right {
    margin-right: 0;
  }

  .atr-hero__title {
    font-size: clamp(37.4px, 3.825vw, 56.95px);
  }

  .atr-hero--about,
  .atr-hero--reusable {
    padding-bottom: 0;
  }
}

@media (min-width: 1001px) {
  .atr-hero--about .atr-hero__left {
    min-height: auto;
    align-items: flex-start;
  }

  .atr-hero--about .atr-hero__left-inner {
    padding-top: clamp(120px, 14vw, 190px);
    padding-bottom: 0;
    transform: none;
  }

}

@media (max-width: 1000px) {
  .atr-hero {
    height: auto;
    min-height: auto;
  }

  .atr-hero--splash-media {
    height: 100vh;
    min-height: 100vh;
  }

  @supports (height: 100svh) {
    .atr-hero--splash-media {
      height: 100svh;
      min-height: 100svh;
    }
  }

  .atr-hero__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    height: auto;
    padding-top: clamp(36px, 7vw, 72px);
  }

  .atr-hero--splash-media .atr-hero__container {
    height: 100%;
    align-content: end;
  }

  .entry-content > .atr-hero--reusable.atr-hero--custom-mobile-a {
    padding-top: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__container,
  .atr-hero--about.atr-hero--custom-mobile-a .atr-hero__container {
    padding-top: 0;
  }

  .atr-hero__right {
    padding-bottom: 0;
    margin-right: 0;
  }

  .atr-hero__summary {
    max-width: none;
  }

  .atr-hero__summary-panel {
    width: 100%;
    max-width: 100%;
  }

  .atr-hero__summary--editorial {
    max-width: 100%;
  }

  .atr-hero__cta-group,
  .atr-hero__actions {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

  .atr-hero__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atr-hero-slide__inner {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px 18px 22px;
    align-items: start;
  }

  .atr-hero-slide__thumb {
    justify-content: flex-start;
  }

  .atr-hero__title {
    font-size: clamp(28.9px, 7.65vw, 39.1px);
    max-width: 100%;
  }

  .atr-hero__left-inner {
    padding-top: clamp(28px, 6vw, 48px);
    padding-bottom: clamp(28px, 6vw, 48px);
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }

  .atr-hero--about .atr-hero__container {
    grid-template-columns: minmax(0, 1fr);
  }

  .atr-hero--about .atr-hero__left-inner {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .atr-hero--about .atr-hero__right--about {
    align-items: stretch;
    justify-content: stretch;
  }

  .atr-hero__subtitle {
    width: 100%;
  }
}

/* Keep reusable tablet heroes below the absolute site header. The main hero
   template intentionally removes this offset on mobile, where the image-first
   composition provides its own spacing. */
@media (min-width: 769px) and (max-width: 1000px) {
  .entry-content > .atr-hero--reusable,
  .entry-content > .atr-hero--reusable.atr-hero--custom-mobile-a {
    padding-top: clamp(128px, 14vw, 148px);
  }
}

@media (max-width: 768px) {
  .atr-hero__eyebrow-main {
    font-size: 11.385px;
  }

  .atr-hero__title-line {
    white-space: normal; /* allow natural wrapping on mobile */
  }

  .atr-hero__left-inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }

  .atr-hero {
    padding-top: clamp(112px, 16vw, 156px);
  }

  .entry-content > .atr-hero {
    padding-top: clamp(112px, 16vw, 156px);
  }

  .atr-hero--about .atr-hero__container {
    padding-top: clamp(40px, 9vw, 72px);
  }

  .entry-content > .atr-hero--reusable.atr-hero--custom-mobile-a {
    padding-top: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__container,
  .atr-hero--about.atr-hero--custom-mobile-a .atr-hero__container {
    padding-top: 0;
  }

  .atr-hero--reusable.atr-hero--custom-mobile-a .atr-hero__about-image {
    border-radius: 0;
  }

  .atr-hero--about .atr-hero__left-inner {
    padding-top: 0;
  }

  .atr-hero__summary-panel {
    --atr-hero-summary-media-size: clamp(82px, 22vw, 112px);
    grid-template-columns: var(--atr-hero-summary-media-size) minmax(0, 1fr);
    gap: 12px;
    min-height: calc(var(--atr-hero-summary-media-size) + 24px);
    padding: 12px;
  }

  .atr-hero__actions {
    grid-template-columns: 1fr;
  }

  .atr-hero__summary-media {
    min-height: var(--atr-hero-summary-media-size);
  }
}

@media (max-width: 480px) {
  .atr-hero__summary-panel {
    --atr-hero-summary-media-size: clamp(72px, 21vw, 92px);
    gap: 10px;
    min-height: calc(var(--atr-hero-summary-media-size) + 20px);
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .atr-hero__cta--secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ========== MOTION/ANIMATION ========== */

.atr-hero__title-line {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s cubic-bezier(0.45, 0.05, 0.22, 1),
    transform 0.7s cubic-bezier(0.45, 0.05, 0.22, 1);
}

/* when visible */
.atr-hero__title-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}
