/* Homepage V188 — flyer and video previews without a backing panel. */

@property --gallery-accent {
  syntax: "<color>";
  inherits: true;
  initial-value: #9d3d0f;
}

@property --gallery-copy {
  syntax: "<color>";
  inherits: true;
  initial-value: #6d3417;
}

@property --gallery-title {
  syntax: "<color>";
  inherits: true;
  initial-value: #3b170a;
}

html body.home-page .home-gallery-v182 {
  --gallery-accent: #9d3d0f;
  --gallery-copy: #6d3417;
  --gallery-title: #3b170a;
  transition:
    --gallery-accent .82s ease,
    --gallery-copy .82s ease,
    --gallery-title .82s ease;
}

html body.home-page .home-gallery-v182[data-gallery-theme="smoke"] {
  --gallery-accent: #8c4a13;
  --gallery-copy: #6b3815;
  --gallery-title: #32180a;
}

html body.home-page .home-gallery-v182[data-gallery-theme="solar"] {
  --gallery-accent: #8b5b00;
  --gallery-copy: #6f4b00;
  --gallery-title: #3d2b05;
}

html body.home-page .home-gallery-v182[data-gallery-theme="cocoa"] {
  --gallery-accent: #7a4829;
  --gallery-copy: #5c3824;
  --gallery-title: #2d170e;
}

html body.home-page .home-gallery-v182[data-gallery-theme="steel"] {
  --gallery-accent: #2f668f;
  --gallery-copy: #365f7d;
  --gallery-title: #173247;
}

html body.home-page .home-gallery-v182[data-gallery-theme="studio"] {
  --gallery-accent: #7a5432;
  --gallery-copy: #61452f;
  --gallery-title: #33261b;
}

html body.home-page .home-gallery-v182[data-gallery-theme="street"] {
  --gallery-accent: #7e4f3f;
  --gallery-copy: #66483f;
  --gallery-title: #332725;
}

html body.home-page .home-gallery-v182[data-gallery-theme="midnight"] {
  --gallery-accent: #4d6072;
  --gallery-copy: #465665;
  --gallery-title: #25313d;
}

html body.home-page .home-gallery-v182[data-gallery-theme="office"] {
  --gallery-accent: #355f7b;
  --gallery-copy: #49647a;
  --gallery-title: #1e3547;
}

html body.home-page .home-gallery-v182[data-gallery-theme="ivory"] {
  --gallery-accent: #9a6b4a;
  --gallery-copy: #72513d;
  --gallery-title: #3e2c22;
}

html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182,
html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182.reveal {
  min-height: 590px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  outline: none;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182::before,
html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  animation: none !important;
}

html body.home-page .home-gallery-frame-v182,
html body.home-page .home-gallery-frame-v182 * {
  box-sizing: border-box;
}

html body.home-page .home-gallery-frame-v182 {
  position: relative;
  z-index: 2;
  width: min(100%, 620px) !important;
  height: 570px;
  min-height: 570px;
  padding: 18px;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) 3px auto auto;
  gap: 10px;
  color: #0b1730 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home-page .home-gallery-frame-v182::before {
  display: none !important;
}

html body.home-page .home-gallery-frame-v182::after {
  display: none !important;
}

html body.home-page .home-gallery-top-v182 {
  position: relative;
  z-index: 8;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--gallery-copy) !important;
  font-size: .56rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html body.home-page .home-gallery-top-v182 span,
html body.home-page .home-gallery-top-v182 b {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

html body.home-page .home-gallery-top-v182 b {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gallery-accent) !important;
  font-size: inherit;
  letter-spacing: inherit;
}

html body.home-page .home-gallery-top-v182 i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gallery-accent) !important;
  box-shadow: 0 0 0 5px rgba(21, 95, 209, .08), 0 0 16px var(--gallery-accent);
  animation: homeGalleryPulseV182 2.2s ease-in-out infinite;
}

html body.home-page .home-gallery-stage-v182 {
  position: relative;
  z-index: 3;
  min-height: 0;
  overflow: visible !important;
  touch-action: pan-y;
  cursor: grab;
  clip-path: none !important;
  contain: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home-page .home-gallery-stage-v182::before,
html body.home-page .home-gallery-stage-v182::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}

html body.home-page .home-gallery-v182.is-dragging .home-gallery-stage-v182 {
  cursor: grabbing;
}

html body.home-page .home-gallery-slide-v182 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(64%, 294px) !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid rgba(21, 54, 108, .20) !important;
  border-radius: 20px !important;
  background: #111a2b !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .48) !important;
  transform: translate(-50%, -50%) scale(.76);
  filter: saturate(.72) brightness(.7);
  transition:
    transform .72s cubic-bezier(.22, 1, .36, 1),
    opacity .55s ease,
    filter .55s ease,
    visibility .55s ease;
  will-change: transform, opacity;
}

html body.home-page .home-gallery-slide-v182::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
  pointer-events: none;
}

html body.home-page .home-gallery-slide-v182 img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: inherit !important;
}

html body.home-page .home-gallery-slide-v182.is-video-preview-v188 img {
  object-fit: contain !important;
  background: #eef2f6 !important;
}

html body.home-page .home-gallery-video-mark-v188 {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  background: rgba(12, 26, 48, .82) !important;
  box-shadow: 0 8px 22px rgba(7, 18, 36, .22);
  backdrop-filter: blur(10px);
  font-size: .5rem;
  font-weight: 850;
  letter-spacing: .11em;
}

html body.home-page .home-gallery-video-mark-v188 b {
  color: inherit !important;
  font-size: .58rem;
}

html body.home-page .home-gallery-slide-v182.is-active {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) rotate(0) scale(1);
  filter: saturate(1.04) brightness(1.02);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .58),
    0 0 0 1px rgba(135, 181, 255, .26),
    0 0 42px rgba(44, 113, 232, .20) !important;
}

html body.home-page .home-gallery-slide-v182.is-prev {
  z-index: 2;
  opacity: .4;
  visibility: visible;
  transform: translate(-89%, -50%) rotate(-4.5deg) scale(.8);
  filter: saturate(.62) brightness(.58) blur(.35px);
}

html body.home-page .home-gallery-slide-v182.is-next {
  z-index: 3;
  opacity: .56;
  visibility: visible;
  transform: translate(-11%, -50%) rotate(4.5deg) scale(.82);
  filter: saturate(.76) brightness(.7) blur(.2px);
}

html body.home-page .home-gallery-slide-v182:focus-visible {
  outline: 3px solid #8db9ff !important;
  outline-offset: 4px;
}

html body.home-page .home-gallery-progress-v182 {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(21, 54, 108, .12) !important;
}

html body.home-page .home-gallery-progress-v182 i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gallery-accent), var(--gallery-copy)) !important;
  box-shadow: 0 0 16px rgba(83, 145, 255, .52);
}

html body.home-page .home-gallery-v182.is-running .home-gallery-progress-v182 i {
  animation: homeGalleryProgressV182 4.8s linear forwards;
}

html body.home-page .home-gallery-v182.is-paused .home-gallery-progress-v182 i {
  animation-play-state: paused;
}

html body.home-page .home-gallery-info-v182 {
  position: relative;
  z-index: 8;
  min-width: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

html body.home-page .home-gallery-info-v182 > div {
  min-width: 0;
}

html body.home-page .home-gallery-info-v182 small,
html body.home-page .home-gallery-info-v182 strong,
html body.home-page .home-gallery-info-v182 > span {
  display: block;
  -webkit-text-fill-color: currentColor !important;
}

html body.home-page .home-gallery-info-v182 small {
  color: var(--gallery-accent) !important;
  font-size: .55rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}

html body.home-page .home-gallery-info-v182 strong {
  margin-top: 4px;
  overflow: hidden;
  color: var(--gallery-title) !important;
  font-size: clamp(.92rem, 1.45vw, 1.08rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body.home-page .home-gallery-info-v182 > span {
  flex: none;
  color: var(--gallery-copy) !important;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .12em;
}

html body.home-page .home-gallery-actions-v182 {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

html body.home-page .home-gallery-controls-v182 {
  flex: none;
  display: flex;
  align-items: center;
  gap: 7px;
}

html body.home-page .home-gallery-controls-v182 button {
  min-width: 38px;
  height: 38px;
  padding: 0 11px;
  display: inline-grid;
  place-items: center;
  color: var(--gallery-accent) !important;
  -webkit-text-fill-color: currentColor !important;
  border: 1px solid rgba(21, 54, 108, .16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 8px 22px rgba(31, 57, 101, .08) !important;
  font: inherit;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

html body.home-page .home-gallery-controls-v182 button:hover,
html body.home-page .home-gallery-controls-v182 button:focus-visible {
  color: var(--gallery-copy) !important;
  border-color: rgba(21, 95, 209, .34) !important;
  background: #eef4ff !important;
  transform: translateY(-1px);
  outline: none;
}

html body.home-page .home-gallery-controls-v182 button:focus-visible,
html body.home-page .home-gallery-actions-v182 > a:focus-visible {
  outline: 2px solid var(--gallery-copy) !important;
  outline-offset: 3px;
}

html body.home-page .home-gallery-actions-v182 > a {
  min-height: 38px;
  padding: 0 15px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid #2d73e7 !important;
  border-radius: 999px !important;
  background: #1f65da !important;
  box-shadow: 0 10px 26px rgba(22, 86, 193, .32) !important;
  font-size: .56rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .075em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

html body.home-page .home-gallery-actions-v182 > a:hover {
  color: #ffffff !important;
  background: #327cf2 !important;
  box-shadow: 0 14px 32px rgba(38, 105, 220, .4) !important;
  transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) {
  html body.home-page .home-gallery-slide-v182.is-active:hover {
    transform: translate(-50%, -50%) rotate(0) scale(1.018);
  }
}

@media (max-width: 1180px) {
  html body.home-page .home-gallery-frame-v182 {
    height: 552px;
    min-height: 552px;
    padding: 16px;
    border-radius: 26px !important;
  }

  html body.home-page .home-gallery-slide-v182 {
    width: min(67%, 278px) !important;
  }
}

@media (max-width: 900px) {
  html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182,
  html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182.reveal {
    min-height: 580px !important;
    margin-top: 14px;
  }

  html body.home-page .home-gallery-frame-v182 {
    width: min(100%, 640px) !important;
    height: 570px;
    min-height: 570px;
  }
}

@media (max-width: 680px) {
  html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182,
  html body.home-page .hero.ecosystem-hero .hero-visual.home-gallery-v182.reveal {
    min-height: 560px !important;
    margin-top: 26px;
  }

  html body.home-page .home-gallery-frame-v182 {
    height: 560px;
    min-height: 560px;
    padding: 14px;
    gap: 9px;
    border-radius: 24px !important;
  }

  html body.home-page .home-gallery-top-v182 {
    gap: 8px;
    font-size: .49rem;
    letter-spacing: .085em;
  }

  html body.home-page .home-gallery-slide-v182 {
    width: min(72%, 260px) !important;
    border-radius: 17px !important;
  }

  html body.home-page .home-gallery-slide-v182.is-prev {
    transform: translate(-81%, -50%) rotate(-4deg) scale(.7);
  }

  html body.home-page .home-gallery-slide-v182.is-next {
    transform: translate(-19%, -50%) rotate(4deg) scale(.72);
  }

  html body.home-page .home-gallery-info-v182 strong {
    max-width: 235px;
    font-size: .9rem;
  }
}

@media (max-width: 420px) {
  html body.home-page .home-gallery-frame-v182 {
    padding: 13px;
  }

  html body.home-page .home-gallery-top-v182 b {
    font-size: .45rem;
  }

  html body.home-page .home-gallery-actions-v182 {
    gap: 8px;
  }

  html body.home-page .home-gallery-controls-v182 {
    gap: 5px;
  }

  html body.home-page .home-gallery-controls-v182 button {
    min-width: 34px;
    height: 36px;
    padding-inline: 9px;
  }

  html body.home-page .home-gallery-actions-v182 > a {
    min-height: 36px;
    padding-inline: 12px;
    font-size: .5rem;
  }
}

@keyframes homeGalleryProgressV182 {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes homeGalleryPulseV182 {
  0%, 100% { opacity: .72; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  html body.home-page .home-gallery-top-v182 i,
  html body.home-page .home-gallery-v182.is-running .home-gallery-progress-v182 i {
    animation: none !important;
  }

  html body.home-page .home-gallery-slide-v182,
  html body.home-page .home-gallery-controls-v182 button,
  html body.home-page .home-gallery-actions-v182 > a {
    transition: none !important;
  }

  html body.home-page .home-gallery-progress-v182 i {
    width: 100%;
  }
}
