/* Heroes archive and single-Hero page styles. */

body.post-type-archive-hero .site-main,
body.single-hero .site-main {
  padding: 0;
}

.dt-button-alt {
  background: #f0f3f8;
  color: #161d2a;
}

.dt-button-alt .button__content {
  color: #161d2a;
}

.dt-heroes-archive,
.dt-hero-single {
  background: #161d2a;
}

:root .wp-block-dt-heroes-banner,
:root .wp-block-dt-hero-filter-grid,
:root .dt-hero-single>.wp-block-dt-hero-detail-banner,
:root .dt-hero-single>.wp-block-dt-hero-status-section,
:root .dt-hero-single>.wp-block-dt-hero-components-section,
:root .dt-hero-single>.wp-block-dt-hero-shop-grid,
:root .dt-hero-single>.wp-block-dt-hero-featured-sets,
:root .dt-hero-single .wp-block-post-content>.wp-block-dt-hero-detail-banner,
:root .dt-hero-single .wp-block-post-content>.wp-block-dt-hero-status-section,
:root .dt-hero-single .wp-block-post-content>.wp-block-dt-hero-components-section,
:root .dt-hero-single .wp-block-post-content>.wp-block-dt-hero-shop-grid,
:root .dt-hero-single .wp-block-post-content>.wp-block-dt-hero-featured-sets {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Single hero: blocks live inside post content; core flow layout adds sibling spacing. */
body.single-hero .dt-hero-single .wp-block-post-content.is-layout-flow {
  gap: 0;
}

body.single-hero .dt-hero-single .wp-block-post-content.is-layout-flow>*+* {
  margin-block-start: 0 !important;
}

.dt-heroes-banner {
  position: relative;
  overflow: hidden;
  min-height: 23.875rem;
  padding-top: var(--nav-height);
  background:
    transparent;
}

.dt-heroes-banner__media,
.dt-heroes-banner__overlay,
.dt-hero-status::before,
.dt-hero-single__lead::before,
.dt-hero-components::before,
.dt-hero-featured::before {
  position: absolute;
  inset: 0;
  content: "";
}

.dt-heroes-banner__media {
  z-index: 0;
}

.dt-heroes-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.dt-heroes-banner__media:empty {
  background:
    radial-gradient(circle at 50% 90%, rgba(242, 107, 43, 0.22), transparent 28%),
    linear-gradient(180deg, #090b12 0%, #151d2a 72%, #161d2a 100%);
}

.dt-heroes-banner__overlay {
  z-index: 1;
  display: none;
}

.dt-heroes-banner__inner {
  position: relative;
  z-index: 2;
  min-height: calc(26.875rem - var(--nav-height));
  display: flex;
  align-items: center;
  justify-content: center;

}

.dt-heroes-banner__inner h1,
.dt-hero-single__summary h1,
.dt-hero-status h2,
.dt-hero-components h2,
.dt-hero-shop h2,
.dt-hero-featured h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
}

.dt-heroes-banner__inner h1 {
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1;
  text-align: center;
  text-shadow: 0 0.35rem 1.5rem rgba(0, 0, 0, 0.45);
}

.dt-heroes-browser {
  padding: 1.875rem 0 4.25rem;
  background: #161d2a;
}

.dt-heroes-browser .container-l {
  max-width: 68rem;
}

.dt-heroes-browser__toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}

.dt-heroes-browser__label {
  font-family: var(--font-display);
  font-size: 1.125rem;
  line-height: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dt-heroes-browser__select {
  position: relative;
}

.dt-heroes-browser__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.95rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #161d2a;
  border-bottom: 2px solid #161d2a;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.dt-heroes-browser__select select,
.dt-heroes-browser__reset {
  min-height: 2.5rem;
  border: 2px solid #161d2a;
  border-radius: 0.25rem;
  background: #f0f3f8;
  color: #161d2a;
  font-family: var(--font-display);
  font-size: 1.125rem;
  line-height: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dt-heroes-browser__select select {
  min-width: 10.25rem;
  padding: 0.75rem 2.8rem 0.75rem 0.95rem;
  appearance: none;
}

.dt-heroes-browser__reset {
  padding: 0.75rem 1rem;
  opacity: 0.25;
  cursor: pointer;
}

.dt-heroes-browser__reset.is-active {
  opacity: 1;
}

.dt-heroes-browser__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.35rem;
}

.dt-hero-card-shell {
  min-width: 0;
}

.dt-hero-card-shell.is-hidden {
  display: none;
}

.dt-hero-card {
  position:relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #06070c;
  box-shadow: 0 0.6rem 1.25rem rgba(0, 0, 0, 0.32);
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.dt-hero-card:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.9rem 1.7rem rgba(0, 0, 0, 0.36);
}

.dt-hero-card.is-muted {
  filter: grayscale(1) brightness(0.5);
  opacity: 0.35;
}

.dt-hero-card.is-muted:hover {
  filter: grayscale(0.6) brightness(0.8);
  opacity: 0.7;
}

.dt-hero-card__image {
  display: block;
  aspect-ratio: 2 / 3;
}

.dt-hero-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.dt-hero-card__image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.dt-hero-card:hover .dt-hero-card__image img{
  transform: translate(-50%, -55%) scale(1.09);
}

.dt-hero-card__label {
  display: block;
  background: #000;
    position:absolute;
  bottom:0;
    width:100%;

}

.dt-hero-card__label::before{
  content: "";
  background: url(/wp-content/themes/dicethrone/assets/images/hero-border-bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 20px;
  display: block;
position:absolute;
bottom: 26px;

left:0px;
right:0;
width:100%;
height:20px;
}



.dt-hero-card__name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.4rem 0.45rem 0.6rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  line-height: 0.82rem;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;

}

.dt-hero-single__lead {
  position: relative;
  overflow: hidden;
  background: #161d2a;
}

.dt-hero-single__lead::before {
  background:
    radial-gradient(circle at 45% 10%, rgba(242, 107, 43, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.dt-hero-single__lead-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 660px;
  max-width: 100%;
}

.dt-hero-buy {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 54px;
  height: 78px;
  background: center / contain no-repeat url("../images/hero-buy-button.svg");
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
  text-decoration: none;
  transform-origin: center center;
  transition: transform 0.18s ease;
}

.dt-hero-buy:hover,
.dt-hero-buy:focus-visible {
  transform: scale(1.12);
}

.dt-hero-buy:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 8px;
}

.dt-hero-buy__label {
  margin-bottom: 15px;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #e9edf4;
  pointer-events: none;
}

@media (max-width: 56rem) {
  .dt-hero-buy {
    right: 16px;
    bottom: 16px;
  }
}

.dt-hero-single__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 10px;
  pointer-events: none;
}

.dt-hero-single__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 50px;
  background: rgba(22, 29, 42, 0.4);
  color: #fff;
  pointer-events: auto;
  transition: background 0.18s ease;
}

.dt-hero-single__nav-btn:hover {
  background: rgba(22, 29, 42, 0.72);
}

.dt-hero-single__nav-btn:focus-visible {
  outline: 2px solid var(--color-brand-orange);
  outline-offset: 3px;
}

.dt-hero-single__nav-arrow {
  display: block;
  width: 15.75px;
  height: 10px;
}

.dt-hero-single__nav-btn--next .dt-hero-single__nav-arrow {
  transform: rotate(180deg);
}

.dt-hero-single__lead--video .dt-hero-single__lead-inner {
  min-height: 850px;
}

.dt-hero-single__art {
  position: relative;
  min-height: 0;
  background-color: #f26b2b;
}

.dt-hero-single__art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 107, 43, 0.42), rgba(242, 107, 43, 0.12));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.dt-hero-single__art--has-bg {
  align-self: stretch;
  height: 100%;
  width: 100%;
  min-height: 660px;
  box-shadow: inset 0 -2rem 3rem rgba(0, 0, 0, 0.2), 0 1.5rem 2.25rem rgba(0, 0, 0, 0.28);
}

.dt-hero-single__lead--video .dt-hero-single__art--has-bg {
  min-height: 850px;
}

.dt-hero-single__summary {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 120px 60px 60px;
  height: 100%;
  min-height: 660px;
  background:
    linear-gradient(180deg, rgba(73, 85, 109, 0.92), rgba(22, 29, 42, 0.94)),
    #49556d;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.dt-hero-single__summary--has-bg {
  overflow: hidden;
}

.dt-hero-single__summary--has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(73, 85, 109, 0.74), rgba(22, 29, 42, 0.9)),
    rgba(73, 85, 109, 0.72);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.dt-hero-single__summary--has-bg>* {
  position: relative;
  z-index: 1;
}

.dt-hero-single__summary-head {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}

.dt-hero-single__logo {
  width: 100%;
  height: 180px;
  max-width: min(520px, 100%);
  max-height: 180px;
  object-fit: contain;
  object-position: center;
}

.dt-hero-single__summary h1 {
  font-size: clamp(2.7rem, 4vw, 4rem);
  line-height: 0.95;
}

.dt-hero-single__eyebrow,
.dt-featured-set__eyebrow {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0;
  color: #f0f3f8;
}

.dt-hero-single__summary-text,
.dt-hero-single__backstory-section .dt-hero-single__readmore-body p {
  text-align: center;
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #f0f3f8;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

#hero-backstory{
  padding-top: 0;
}

.dt-hero-single__backstory-section .dt-hero-single__readmore-body p + p {
  margin-top:2rem;
}

/* Intro "Read more" link: under leaflet bio, right-aligned (matches hero layout reference). */
.dt-hero-single__leaflet-foot {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0.35rem;
}

/* Read more / read less applies to Backstory copy only (not leaflet bio). */
.dt-hero-single__backstory-section {
  width: 100%;
  max-width: 100%;
}

.dt-hero-single__backstory-section .dt-hero-single__readmore-clamp {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 780ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease 40ms, transform 640ms ease;
  will-change: max-height, opacity, transform;
}

.dt-hero-single__backstory-section .dt-hero-single__readmore-clamp--is-expanded {
  opacity: 1;
  transform: translateY(0);
}

.dt-hero-single__backstory-section .dt-hero-single__eyebrow {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin: 0;
  transition: max-height 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 130ms ease, margin 420ms ease;
  will-change: max-height, opacity, margin;
}

.dt-hero-single__backstory-section.dt-hero-single__readmore-is-expanded .dt-hero-single__eyebrow {
  max-height: 3rem;
  opacity: 1;
  margin: 0 0 20px;
}

.dt-hero-single__backstory-section .dt-hero-single__readmore-body {
  opacity: 1;
}

.dt-hero-single__backstory-section .dt-hero-single__readmore-foot {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.dt-hero-single__backstory-section.dt-hero-single__readmore-expand--no-toggle .dt-hero-single__readmore-foot {
  display: none;
}

.dt-hero-single__backstory-section button.dt-hero-single__readmore-toggle.dt-hero-single__read-more {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-decoration: none;
}

.dt-hero-single__backstory-section button.dt-hero-single__readmore-toggle.dt-hero-single__read-more:focus-visible {
  outline: 2px solid var(--color-brand-orange);
  outline-offset: 2px;
}

.dt-hero-single__summary-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.dt-hero-single__complexity,
.dt-hero-single__read-more {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.dt-hero-single__complexity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #f0f3f8;
}

.dt-hero-single__complexity-label {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 2.2px;
  text-align: center;
}

.dt-hero-single__complexity-meter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 8px;
}

.dt-hero-single__complexity-image {
  display: block;
  width: min(100%, 270px);
  height: auto;
}

.dt-hero-single__read-more {
  color: #fab63e;
}

/* Hero header — Video variant (Figma "Video Header"). */
.dt-hero-single__lead--video .dt-hero-single__summary {
  justify-content: center;
  gap: 20px;
  min-height: 850px;
}

.dt-hero-single__video {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.dt-hero-single__video-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background-color: #161d2a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1.25rem 2.25rem rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.dt-hero-single__video-play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(240, 243, 248, 0.92);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.45);
  transition: transform 0.18s ease, background 0.18s ease;
}

.dt-hero-single__video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.28rem;
  border-style: solid;
  border-width: 0.66rem 0 0.66rem 1.1rem;
  border-color: transparent transparent transparent #161d2a;
}

.dt-hero-single__video-frame:hover .dt-hero-single__video-play,
.dt-hero-single__video-frame:focus-visible .dt-hero-single__video-play {
  transform: scale(1.08);
  background: #fff;
}

.dt-hero-single__video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000;
}

.dt-hero-single__video-frame.is-playing {
  cursor: default;
}

.dt-hero-single__hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 30px;
}

.dt-hero-single__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border: 2px solid #161d2a;
  border-radius: 4px;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.dt-hero-single__cta--light {
  background: #f0f3f8;
  color: #161d2a;
}

.dt-hero-single__cta--orange {
  background: var(--color-brand-orange);
  color: #f0f3f8;
}

.dt-hero-single__cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.dt-hero-single__cta.is-disabled {
  cursor: default;
  opacity: 0.68;
  pointer-events: none;
}

.dt-hero-single__cta:focus-visible {
  outline: 2px solid var(--color-brand-orange);
  outline-offset: 2px;
}

.dt-hero-status {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 100dvh;
  background-color: #120f14;
  background-position: center;
  background-size: cover;
}

.dt-hero-status__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  object-fit: cover;
}

.dt-hero-status::before {
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.65s ease;
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.34), rgba(7, 10, 16, 0.52)),
    radial-gradient(circle at center, rgba(242, 107, 43, 0.16), transparent 30%);
}

/* Extra dim on paused status video; fades away when demo is playing. */
.dt-hero-status:has(.dt-hero-status__video-bg)::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: rgba(5, 7, 12, 0.42);
  opacity: 1;
  transition: opacity 0.65s ease;
}

.dt-hero-status.is-video-focused:has(.dt-hero-status__video-bg)::after {
  opacity: 0;
}

.dt-hero-status .container-l,
.dt-hero-components .container-l,
.dt-hero-shop .container-xl,
.dt-hero-featured .container-xl {
  position: relative;
  z-index: 1;
}

.dt-hero-status .container-l {
  z-index: 3;
}

.dt-hero-status__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  min-height: 100dvh;
  padding: 4.5rem 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.55s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.55s ease;
  visibility: visible;
}

.dt-hero-status.is-video-focused {
  cursor: zoom-out;
}

.dt-hero-status.is-video-focused::before {
  opacity: 0;
}

.dt-hero-status.is-video-focused .container-l {
  pointer-events: none;
}

.dt-hero-status.is-video-focused .dt-hero-status__video-bg {
  pointer-events: auto;
  cursor: pointer;
}

.dt-hero-status.is-video-focused .dt-hero-status__inner {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 2rem, 0);
  visibility: hidden;
}

.dt-hero-status__copy {
  max-width: 32rem;
}

.dt-hero-status h2,
.dt-hero-components h2,
.dt-hero-featured h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 0.96;
  text-align: center;
}

.dt-hero-status__copy p {
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1.45rem;
}

.dt-hero-status__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 50rem;
  justify-content: center;
}

@media (min-width: 782px) {
  .dt-hero-status__grid:has(.dt-hero-status__item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 38rem;
  }
}

.dt-hero-status__item {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}

.dt-hero-status__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  padding: 0;
}

.dt-hero-status__trigger:focus-visible {
  outline: 2px solid var(--color-brand-orange);
  outline-offset: 6px;
  border-radius: 16px;
}

.dt-hero-status__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.dt-hero-status__icon img {
  object-fit: contain;
}

.dt-hero-status__icon-fallback {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: #fff;
}

.dt-hero-status__item h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
}

/* Status modal */
.dt-modal-open {
  overflow: hidden;
}

.dt-hero-status-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.dt-hero-status-modal[hidden] {
  display: none !important;
}

.dt-hero-status-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.dt-hero-status-modal__dialog {
  position: relative;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.25rem;
  outline: none;
  max-width: 360px;
  padding: 2em;
  margin: auto;
}

.dt-hero-status-modal__dialog.dt-hero-status-modal__dialog--anim-in {
  animation: dtStatusModalIn 220ms ease-out both;
}

.dt-hero-status-modal__dialog.dt-hero-status-modal__dialog--anim-in.dt-hero-status-modal__dialog--from-left {
  animation-name: dtStatusModalInLeft;
}

.dt-hero-status-modal__dialog.dt-hero-status-modal__dialog--anim-in.dt-hero-status-modal__dialog--from-right {
  animation-name: dtStatusModalInRight;
}

@keyframes dtStatusModalIn {
  from {
    transform: translateY(8px) scale(0.985);
    opacity: 0.6;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes dtStatusModalInLeft {
  from {
    transform: translateX(-14px);
    opacity: 0.65;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes dtStatusModalInRight {
  from {
    transform: translateX(14px);
    opacity: 0.65;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.dt-hero-status-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(240, 243, 248, 0.9);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.dt-hero-status-modal__content {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  text-align: center;
  padding-top: 0.5rem;
  background:#fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  padding:2em;

}

.dt-hero-status-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.dt-hero-status-modal__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.dt-hero-status-modal__title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
  color:#49556D;
}

.dt-hero-status-modal__description {
  font-size: 1rem;
  line-height: 1.5;
  color:#49556D;
}

.dt-hero-status-modal__description p {
  margin: 0.75rem 0 0;
  color:#49556D;
}

.dt-hero-status-modal__nav {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.dt-hero-status-modal__nav-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 2.5rem;
  padding: 0;
  border: none;
  box-shadow: none;
  background: #7f8088;
  color: #6b3ea0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 700;
  transition: background 0.15s ease, transform 0.15s ease;
  --dt-nav-btn-bg: #7f8088;
}

.dt-hero-status-modal__nav-btn:hover {
  background: #8e8e98;
  transform: translateY(-1px);
  --dt-nav-btn-bg: #8e8e98;
}

.dt-hero-status-modal__nav-btn:disabled {
  opacity: 1;
  cursor: not-allowed;
}

/* Mirror the carousel next button rounding */
.dt-hero-status-modal__nav-btn.is-next {
  border-radius: 0 50% 50% 0;
}

/* If markup doesn't provide .is-next/.is-prev, infer from position. */
.dt-hero-status-modal__nav .dt-hero-status-modal__nav-btn:first-child {
  border-radius: 50% 5px 5px 50%;
}

.dt-hero-status-modal__nav .dt-hero-status-modal__nav-btn:last-child {
  border-radius: 5px 50% 50% 5px;
}

/* Rounded triangle arrows (replace ‹ › glyphs). */
.dt-hero-status-modal__nav-btn {
  position: relative;
  font-size: 0; /* hide text arrow glyph */
}

.dt-hero-status-modal__nav-btn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  /* Rounded triangle via SVG mask (points RIGHT). */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.15 5.08c-.84-.5-1.9.1-1.9 1.08v11.68c0 .98 1.06 1.58 1.9 1.08l9.72-5.84c.81-.49.81-1.67 0-2.16L8.15 5.08z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.15 5.08c-.84-.5-1.9.1-1.9 1.08v11.68c0 .98 1.06 1.58 1.9 1.08l9.72-5.84c.81-.49.81-1.67 0-2.16L8.15 5.08z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.dt-hero-status-modal__nav-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: var(--dt-nav-btn-bg);
  /* Same mask, scaled down to create an outline. */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.15 5.08c-.84-.5-1.9.1-1.9 1.08v11.68c0 .98 1.06 1.58 1.9 1.08l9.72-5.84c.81-.49.81-1.67 0-2.16L8.15 5.08z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.15 5.08c-.84-.5-1.9.1-1.9 1.08v11.68c0 .98 1.06 1.58 1.9 1.08l9.72-5.84c.81-.49.81-1.67 0-2.16L8.15 5.08z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: scale(0.72);
}

.dt-hero-status-modal__nav-btn[data-dt-status-modal-prev]::before {
  transform: rotate(180deg);
}

.dt-hero-status-modal__nav-btn[data-dt-status-modal-prev]::after {
  transform: rotate(180deg) scale(0.72);
}

.dt-hero-status-modal__nav-btn:focus-visible,
.dt-hero-status-modal__close:focus-visible {
  outline: 2px solid var(--color-brand-orange);
  outline-offset: 2px;
}

.dt-hero-components {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
  background:
    radial-gradient(circle at top center, rgba(178, 210, 229, 0.12), transparent 36%),
    linear-gradient(180deg, #2f394c 0%, #2a3446 100%);
}

.dt-hero-components::before {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
}

/* Custom photo only: no default gradient stack or scrim — inline background-image is the sole layer. */
.dt-hero-components--has-section-bg {
  margin-top: 0;
  padding: 4.5rem 0 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dt-hero-components--has-section-bg::before {
  content: none;
  display: none;
}

.dt-hero-components--has-section-bg .dt-hero-components__art {
  margin-top: 1.25rem;
}

.wp-block-dt-hero-components-section:has(.dt-hero-components--has-section-bg) {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

.dt-hero-components__art {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.dt-hero-components__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.dt-hero-components__content,
.dt-hero-components__media {
  width: 100%;
}

.dt-hero-components__content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.dt-hero-components__media {
  display: grid;
  justify-items: center;
}

.dt-hero-components__media-text {
  max-width: 48rem;
  color: #f0f3f8;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
}

.dt-hero-components__media-text p {
  margin: 0;
}

.dt-hero-components__media-text + .dt-hero-components__art {
  margin-top: 1.25rem;
}

.dt-hero-components__art + .dt-hero-components__media-text {
  margin-top: 1.25rem;
}

.dt-hero-components__art img {
  width: min(100%, 58rem);
  object-fit: contain;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.24));
}

.dt-hero-components__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.dt-hero-components__actions .button,
.dt-hero-components__actions .button:visited,
.dt-hero-components__actions .button:hover,
.dt-hero-components__actions .button:focus,
.dt-hero-components__actions .button__content {
  text-decoration: none !important;
}

@media (min-width: 900px) {
  .dt-hero-components__layout--split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    column-gap: clamp(2rem, 5vw, 5rem);
  }

  .dt-hero-components__layout--split.dt-hero-components__layout--media-left {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .dt-hero-components__layout--split .dt-hero-components__content {
    justify-items: start;
    text-align: left;
  }

  .dt-hero-components__layout--split .dt-hero-components__content h2,
  .dt-hero-components__layout--split .dt-hero-components__media-text,
  .dt-hero-components__layout--split .dt-hero-components__actions {
    text-align: left;
  }

  .dt-hero-components__layout--split .dt-hero-components__actions {
    justify-content: flex-start;
  }

  .dt-hero-components__layout--split .dt-hero-components__art {
    margin-top: 0;
  }
}

.dt-hero-shop {
  --dt-hero-shop-rail-width: min(100%, clamp(58rem, 72vw, 94rem));
  position: relative;
  overflow: visible;
  padding: 4rem 0;
  background: #b2d2e5;
}

.dt-hero-shop::before,
.dt-hero-shop::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 30px;
  pointer-events: none;
  background: url(/wp-content/themes/dicethrone/assets/images/blue-border.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.dt-hero-shop::before {
  top: 0;
  transform: rotate(180deg);
}

.dt-hero-shop::after {
  bottom: 0;
}

.dt-hero-shop h2 {
  color: #49556d;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  width: var(--dt-hero-shop-rail-width);
  margin-right: auto;
  margin-left: auto;
}

.dt-hero-shop__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.875rem;
  width: max-content;
  min-width: min-content;
  box-sizing: content-box;
}

.dt-hero-shop__viewport {
  position: relative;
  box-sizing: border-box;
  width: calc(50vw + (var(--dt-hero-shop-rail-width) / 2));
  margin-right: 0;
  margin-left: calc((100% - var(--dt-hero-shop-rail-width)) / 2);
  min-width: 0;
  margin-top: 2rem;

  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

.dt-hero-shop__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.dt-hero-shop__viewport:focus-visible {
  outline: 2px solid var(--color-brand-orange);
  outline-offset: 4px;
}

.dt-hero-shop__track > * {
  flex: 0 0 18rem;
  scroll-snap-align: start;
}

.dt-hero-shop .heros-carousel-nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--dt-hero-shop-rail-width);
  margin-right: auto;
  margin-left: auto;
  gap: 5rem;
  padding: 1.15rem 0 0;
}

.dt-hero-shop .heros-carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 2.5rem;
  padding: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background: #7f8088;
  color: #6b3ea0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: background 0.15s ease, transform 0.15s ease;
}

.dt-hero-shop .heros-carousel-btn:hover {
  background: #8e8e98;
  transform: translateY(-1px);
}

.dt-hero-shop .heros-carousel-btn:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.dt-hero-shop .heros-carousel-btn.is-next {
  border-radius: 0 50% 50% 0;
}

.dt-store-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: 100%;
  padding: 1.5rem 1.25rem;
  border-radius: 0.75rem;
  background: #fff;

}

.dt-store-card__image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.dt-store-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dt-store-card__body,
.dt-featured-set__body {
  display: grid;
  gap: 0.35rem;
  color: #49556d;
}

.dt-store-card h3,
.dt-featured-set h3 {
  font-family: var(--font-body);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  color: #49556d;
}

.dt-store-card__subtitle {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #49556d;
}

.dt-store-card__footer {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.dt-store-card__price {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #49556d;
  text-align: left;

}

.dt-featured-set__purchase strong {
  font-size: 1.75rem;
  line-height: 1;
  color: #49556d;
}

.dt-store-card .button {
  min-width: 0;
}

.dt-hero-featured {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, #0f141e 0%, #161d2a 100%);

}

.dt-hero-featured::before {
  background: radial-gradient(circle at center, rgba(178, 210, 229, 0.15), transparent 32%);
}

/* Custom photo: inline background-image only; drop default gradient and decorative ::before. */
.dt-hero-featured--has-section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dt-hero-featured--has-section-bg::before {
  content: none;
  display: none;
}

/* Mobile + reduced motion: fixed backgrounds are often janky/ignored. */
@media (max-width: 56rem), (prefers-reduced-motion: reduce) {
  .dt-hero-components--has-section-bg,
  .dt-hero-featured,
  .dt-hero-featured--has-section-bg {
    background-attachment: scroll;
  }
}

.wp-block-dt-hero-featured-sets:has(.dt-hero-featured--has-section-bg) {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

.dt-hero-featured__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.dt-hero-featured__description {
  max-width: 42rem;
  margin: 0.85rem auto 0;
  color: rgba(240, 243, 248, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.45;
  text-align: center;
}

.dt-hero-featured__viewport {
  overflow: visible;
}

.dt-hero-featured__nav {
  display: none;
}

.dt-featured-set {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(14rem, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 17rem;
  padding: 1rem 1.25rem;
}

.dt-featured-set__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 15rem;
}

.dt-featured-set__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dt-featured-set__copy {
  display: grid;
  gap: 0.25rem;
}

.dt-featured-set__eyebrow {
  text-align: left;
}

.dt-featured-set__body h3,
.dt-featured-set__eyebrow,
.dt-featured-set__note,
.dt-featured-set__purchase strong {
  color: #f0f3f8;
}

.dt-featured-set__note {
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(240, 243, 248, 0.75);
}

.dt-featured-set__purchase {
  display: grid;
  gap: 0.55rem;
  margin-bottom:1em;
}

.dt-featured-set__text-link {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff8d3a;
}

@media (max-width: 78rem) {
  .dt-heroes-browser__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .dt-hero-single__lead-inner {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.95fr);
  }

  .dt-featured-set {
    grid-template-columns: minmax(0, 0.8fr) minmax(12rem, 1fr);
  }
}

@media (max-width: 56rem) {
  .dt-heroes-banner {
    min-height: 16.25rem;
    padding-top: var(--nav-height-mobile);
  }

  .dt-heroes-banner__inner {
    min-height: calc(16.25rem - var(--nav-height-mobile));
    padding-bottom: 2.2rem;
  }

  .dt-heroes-banner__inner h1 {
    font-size: 2.6rem;
  }

  .dt-heroes-browser {
    padding: 1.5rem 0 3rem;
  }

  .dt-heroes-browser__toolbar {
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
  }

  .dt-heroes-browser__label,
  .dt-heroes-browser__select select,
  .dt-heroes-browser__reset {
    font-size: 0.9rem;
  }

  .dt-heroes-browser__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .dt-hero-card__edge {
    height: 0.55rem;
  }

  .dt-hero-card__name {
    min-height: 2rem;
    padding: 0.3rem 0.3rem 0.45rem;
    font-size: 0.55rem;
    line-height: 0.66rem;
  }

  .dt-hero-single__lead {
    padding-top: var(--nav-height-mobile);
  }

  .dt-hero-single__lead-inner {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding: 0;
    gap: 0;
  }

  .dt-hero-single__lead--video .dt-hero-single__lead-inner {
    min-height: auto;
  }

  .dt-hero-single__art,
  .dt-hero-single__art--has-bg,
  .dt-hero-single__lead--video .dt-hero-single__art--has-bg {
    height: clamp(24rem, 112vw, 34rem);
    min-height: 0;
    width: 100%;
    background-position: center top !important;
  }

  .dt-hero-single__summary {
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 1.5rem 20px 2.5rem;
    justify-content: flex-start;
    gap: 0.9rem;
  }

  .dt-hero-single__nav {
    padding: 0 16px 10px;
  }

  .dt-hero-single__lead--video .dt-hero-single__summary {
    min-height: 0;
  }

  .dt-hero-single__logo {
    max-width: 14rem;
    max-height: 4rem;
  }

  .dt-hero-single__summary h1,
  .dt-hero-status h2,
  .dt-hero-components h2,
  .dt-hero-shop h2,
  .dt-hero-featured h2 {
    font-size: 2.2rem;
  }

  .dt-hero-status__inner,
  .dt-hero-components:not(.dt-hero-components--has-section-bg),
  .dt-hero-featured {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .dt-hero-components--has-section-bg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .dt-hero-status__grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .dt-hero-shop {
    padding: 3rem 0;
  }

  .dt-hero-featured__description {
    max-width: 21rem;
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.35;
  }

  .dt-hero-shop__track > * {
    flex: 0 0 15rem;
  }

  .dt-hero-featured__viewport {
    overflow-x: auto;
    scroll-padding-inline: 7vw;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .dt-hero-featured__viewport::-webkit-scrollbar {
    display: none;
  }

  .dt-hero-featured__grid {
    display: flex;
    grid-template-columns: none;
    gap: 1rem;
    padding-inline: 7vw;
    padding-bottom: 0.35rem;
  }

  .dt-hero-featured__grid::after {
    content: "";
    flex: 0 0 7vw;
  }

  .dt-featured-set {
    flex: 0 0 min(86vw, 28rem);
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
    scroll-snap-align: center;
  }

  .dt-featured-set__body,
  .dt-featured-set__copy,
  .dt-featured-set__purchase,
  .dt-featured-set__actions {
    justify-items: center;
    text-align: center;
  }

  .dt-featured-set__eyebrow,
  .dt-featured-set__note,
  .dt-featured-set__description {
    text-align: center;
  }

  .dt-hero-featured__nav {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.25rem;
  }

  .dt-hero-featured .heros-carousel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    border-radius: 999px;
    background: #7f8088;
    color: #6b3ea0;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
  }

  .dt-hero-featured .heros-carousel-btn:hover {
    background: #8e8e98;
    transform: translateY(-1px);
  }

  .dt-hero-featured .heros-carousel-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
  }
}
