:root {
  --inflict-cyan: #8defff;
  --inflict-violet: #b062ff;
  --inflict-pink: #ff5a8c;
  --inflict-header-offset: 100px;
}

[data-inflict-site-shell] {
  display: none !important;
}

[data-inflict-site-shell][data-mode="shopify"],
.inflict-shell__header-spacer {
  --inflict-shopify-header-space: max(86px, calc(74px + env(safe-area-inset-top)));
  display: block !important;
  width: 100%;
  height: var(--inflict-shopify-header-space);
  min-height: var(--inflict-shopify-header-space);
  flex: 0 0 var(--inflict-shopify-header-space);
  pointer-events: none;
}

.inflict-shell__header,
.inflict-shell__footer {
  color: #fff;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
}

.inflict-shell__header *,
.inflict-shell__footer * {
  box-sizing: border-box;
}

.inflict-shell__header {
  position: fixed;
  z-index: 2147483000;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  pointer-events: none;
}

.inflict-shell__skip-link {
  position: absolute;
  top: max(8px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid var(--inflict-cyan);
  border-radius: 7px;
  background: #000;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(-150%);
}

.inflict-shell__skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.inflict-shell__header-bar {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 78px;
  padding-top: max(9px, env(safe-area-inset-top));
  padding-right: max(18px, env(safe-area-inset-right));
  padding-bottom: 9px;
  padding-left: max(18px, env(safe-area-inset-left));
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(141, 239, 255, 0.22);
  background: #000;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.6);
  grid-template-columns: auto minmax(0, 1fr);
  pointer-events: auto;
  transition: max-width 260ms ease, min-height 260ms ease, padding 260ms ease, border-color 260ms ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.inflict-shell__header.is-compact .inflict-shell__header-bar {
  max-width: none;
  min-height: 56px;
  padding-top: max(5px, env(safe-area-inset-top));
  padding-right: max(18px, env(safe-area-inset-right));
  padding-bottom: 5px;
  padding-left: max(18px, env(safe-area-inset-left));
  border-color: rgba(141, 239, 255, 0.2);
}

.inflict-shell__brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  background: #000;
  box-shadow: none;
  color: #fff;
  line-height: 0;
  text-decoration: none;
}

.inflict-shell__brand inflict-logo,
.inflict-shell__logo {
  --inflict-logo-width: 128px;
  display: inline-block;
  width: 128px;
  max-width: 100%;
  aspect-ratio: 713 / 315;
  background: #000;
  box-shadow: none;
  transition: width 260ms ease;
}

.inflict-shell__brand inflict-logo > img,
.inflict-shell__logo-image {
  display: block;
  width: 128px;
  height: auto;
  transition: width 260ms ease;
}

.inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
.inflict-shell__header.is-compact .inflict-shell__logo {
  --inflict-logo-width: 100px;
  width: 100px;
}

.inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
.inflict-shell__header.is-compact .inflict-shell__logo-image {
  width: 100px;
}

.inflict-shell__primary-nav {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
  gap: 7px;
}

.inflict-shell__nav-button {
  position: relative;
  display: inline-flex;
  min-width: 0;
  width: 48px;
  height: 48px;
  padding: 4px;
  align-items: center;
  gap: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
}

.inflict-shell__nav-button::after {
  display: none;
}

.inflict-shell__nav-button:hover,
.inflict-shell__nav-button[aria-current="page"] {
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  transform: none;
}

.inflict-shell__nav-button:focus-visible,
.inflict-shell__footer-toggle:focus-visible,
.inflict-shell__sitemap a:focus-visible,
.inflict-shell__brand:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.inflict-shell__button-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(141, 239, 255, 0.78);
  border-radius: 7px;
  background-color: #000;
  background: radial-gradient(circle at 35% 25%, rgba(141, 239, 255, 0.15), rgba(0, 0, 0, 0.6) 65%);
  transition: box-shadow 150ms ease, border-color 150ms ease;
}

.inflict-shell__nav-button:hover .inflict-shell__button-icon,
.inflict-shell__nav-button:focus-visible .inflict-shell__button-icon,
.inflict-shell__nav-button[aria-current="page"] .inflict-shell__button-icon {
  border-color: #c8f7ff;
  box-shadow: 0 0 15px rgba(141, 239, 255, 0.48);
}

.inflict-shell__button-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.inflict-shell__button-icon svg {
  width: 22px;
  height: 22px;
  overflow: visible;
  fill: none;
  stroke: var(--inflict-cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 5px rgba(141, 239, 255, 0.46));
}

.inflict-shell__button-icon svg .spark {
  stroke: var(--inflict-violet);
}

.inflict-shell__badge {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  min-width: 17px;
  height: 17px;
  margin: 0;
  padding-inline: 4px;
  place-items: center;
  border-radius: 999px;
  background: var(--inflict-cyan);
  color: #000;
  font-size: 10px;
  font-weight: 800;
}

.inflict-shell__badge[hidden] {
  display: none;
}

.inflict-shell__lightning-canvas {
  position: fixed !important;
  z-index: 2147483005 !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
}

html.inflict-shell--lightbox-open,
body.inflict-shell--lightbox-open {
  overflow: hidden !important;
}

.inflict-shell__lightbox,
.inflict-shell__lightbox * {
  box-sizing: border-box;
}

.inflict-shell__lightbox {
  position: fixed;
  z-index: 2147483640;
  inset: 0;
  width: min(1180px, calc(100vw - 48px));
  height: min(780px, calc(100vh - 48px));
  height: min(780px, calc(100dvh - 48px));
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(141, 239, 255, 0.7);
  border-radius: 16px;
  background: #000;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.9),
    0 0 36px rgba(141, 239, 255, 0.2);
  color: #fff;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.inflict-shell__lightbox:not([open]) {
  display: none;
}

.inflict-shell__lightbox::backdrop {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.inflict-shell__lightbox-surface {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #000;
}

.inflict-shell__lightbox-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  opacity: 0;
  transition: opacity 180ms ease;
}

.inflict-shell__lightbox.is-loaded .inflict-shell__lightbox-frame {
  opacity: 1;
}

.inflict-shell__lightbox-loading {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(141, 239, 255, 0.78);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: opacity 150ms ease, visibility 150ms ease;
}

.inflict-shell__lightbox.is-loaded .inflict-shell__lightbox-loading {
  opacity: 0;
  visibility: hidden;
}

.inflict-shell__lightbox-close {
  position: absolute;
  z-index: 2;
  top: max(10px, env(safe-area-inset-top));
  right: max(10px, env(safe-area-inset-right));
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0 0 3px;
  place-items: center;
  border: 1px solid rgba(141, 239, 255, 0.78);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  touch-action: manipulation;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  -webkit-tap-highlight-color: transparent;
}

.inflict-shell__lightbox-close:hover {
  border-color: #fff;
  box-shadow: 0 0 18px rgba(141, 239, 255, 0.5);
  transform: scale(1.04);
}

.inflict-shell__lightbox-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.inflict-shell__footer {
  position: fixed;
  z-index: 2147482990;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.inflict-shell__footer-frame {
  width: 100%;
  max-width: none;
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(141, 239, 255, 0.22);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.72);
  pointer-events: auto;
  transition: max-width 260ms ease, border-color 260ms ease;
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
}

.inflict-shell__footer.is-expanded .inflict-shell__footer-frame {
  max-width: none;
  border-color: rgba(141, 239, 255, 0.34);
}

.inflict-shell__footer-toggle {
  display: flex;
  width: 100%;
  min-height: 42px;
  padding-top: 9px;
  padding-right: max(13px, env(safe-area-inset-right));
  padding-bottom: 9px;
  padding-left: max(13px, env(safe-area-inset-left));
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.08em;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.inflict-shell__footer-pulse {
  display: none;
}

.inflict-shell__footer-chevron {
  display: inline-grid;
  place-items: center;
  transition: transform 180ms ease;
}

.inflict-shell__footer-chevron svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.inflict-shell__footer.is-expanded .inflict-shell__footer-chevron {
  transform: rotate(180deg);
}

.inflict-shell__footer-panel {
  display: grid;
  max-height: 0;
  padding-top: 0;
  padding-right: max(22px, env(safe-area-inset-right));
  padding-bottom: 0;
  padding-left: max(22px, env(safe-area-inset-left));
  overflow: hidden;
  opacity: 0;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 2fr);
  gap: 18px 42px;
  transition: max-height 300ms ease, padding 300ms ease, opacity 180ms ease, visibility 300ms;
  visibility: hidden;
}

.inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
  max-height: min(65vh, 440px);
  max-height: min(65dvh, 440px);
  padding-top: 7px;
  padding-right: max(22px, env(safe-area-inset-right));
  padding-bottom: 18px;
  padding-left: max(22px, env(safe-area-inset-left));
  opacity: 1;
  visibility: visible;
}

.inflict-shell__footer-intro {
  align-self: start;
  padding-top: 11px;
}

.inflict-shell__wordmark {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-shadow: 0 0 12px rgba(141, 239, 255, 0.5);
}

.inflict-shell__sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.inflict-shell__sitemap section,
.inflict-shell__sitemap h2,
.inflict-shell__sitemap ul,
.inflict-shell__sitemap li {
  margin: 0;
  padding: 0;
}

.inflict-shell__sitemap h2 {
  padding: 10px 0 7px;
  border-bottom: 1px solid rgba(141, 239, 255, 0.16);
  color: rgba(141, 239, 255, 0.72);
  font: inherit;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.inflict-shell__sitemap ul {
  display: grid;
  padding-top: 6px;
  gap: 1px;
  list-style: none;
}

.inflict-shell__sitemap a {
  display: inline-block;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
  touch-action: manipulation;
  transition: color 150ms ease, transform 150ms ease;
  -webkit-tap-highlight-color: transparent;
}

.inflict-shell__sitemap a:hover,
.inflict-shell__sitemap a[aria-current="page"] {
  color: var(--inflict-cyan);
  transform: translateX(2px);
}

.inflict-shell__footer-spacer {
  width: 100%;
  height: clamp(190px, 22vh, 250px);
  flex: 0 0 clamp(190px, 22vh, 250px);
  pointer-events: none;
}

body.inflict-shell--shopify.inflict-shell--hide-native .shopify-section-group-header-group,
body.inflict-shell--shopify.inflict-shell--hide-native .shopify-section-group-footer-group {
  display: none !important;
}

@media (max-width: 820px) {
  [data-inflict-site-shell][data-mode="shopify"],
  .inflict-shell__header-spacer {
    --inflict-shopify-header-space: max(72px, calc(61px + env(safe-area-inset-top)));
  }

  .inflict-shell__header-bar {
    min-height: 64px;
    padding-top: max(5px, env(safe-area-inset-top));
    padding-right: max(16px, env(safe-area-inset-right));
    padding-bottom: 5px;
    padding-left: max(10px, env(safe-area-inset-left));
  }

  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo {
    --inflict-logo-width: 105px;
    width: 105px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image {
    width: 105px;
  }

  .inflict-shell__primary-nav {
    display: flex;
    gap: 4px;
  }

  .inflict-shell__footer-panel,
  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    overflow-y: auto;
    overscroll-behavior: contain;
    grid-template-columns: 1fr;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    max-height: min(66vh, 520px);
    max-height: min(66dvh, 520px);
  }

  .inflict-shell__footer-intro {
    display: none;
  }
}

@media (max-width: 560px) {
  [data-inflict-site-shell][data-mode="shopify"],
  .inflict-shell__header-spacer {
    --inflict-shopify-header-space: max(72px, calc(53px + env(safe-area-inset-top)));
  }

  .inflict-shell__header {
    top: 0;
  }

  .inflict-shell__header.is-compact .inflict-shell__header-bar {
    max-width: none;
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(10px, env(safe-area-inset-left));
  }

  .inflict-shell__nav-button {
    width: 44px;
    height: 44px;
    padding: 5px;
  }

  .inflict-shell__button-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo {
    --inflict-logo-width: 88px;
    width: 88px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 88px;
  }

  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 88px;
    width: 88px;
  }

  .inflict-shell__primary-nav {
    gap: 2px;
  }

  .inflict-shell__footer {
    bottom: 0;
  }

  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    padding-right: max(15px, env(safe-area-inset-right));
    padding-left: max(15px, env(safe-area-inset-left));
  }

  .inflict-shell__lightbox {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    height: calc(100dvh - 16px);
    border-radius: 12px;
  }

  .inflict-shell__sitemap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inflict-shell__sitemap section:last-child {
    grid-column: 1 / -1;
  }

}

@media (max-width: 380px) {
  [data-inflict-site-shell][data-mode="shopify"],
  .inflict-shell__header-spacer {
    --inflict-shopify-header-space: max(72px, calc(39px + env(safe-area-inset-top)));
  }

  .inflict-shell__header-bar,
  .inflict-shell__header.is-compact .inflict-shell__header-bar {
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(8px, env(safe-area-inset-left));
  }

  .inflict-shell__brand inflict-logo,
  .inflict-shell__logo,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo,
  .inflict-shell__header.is-compact .inflict-shell__logo {
    --inflict-logo-width: 56px;
    width: 56px;
  }

  .inflict-shell__brand inflict-logo > img,
  .inflict-shell__logo-image,
  .inflict-shell__header.is-compact .inflict-shell__brand inflict-logo > img,
  .inflict-shell__header.is-compact .inflict-shell__logo-image {
    width: 56px;
  }

  .inflict-shell__primary-nav {
    gap: 1px;
  }

  .inflict-shell__footer-toggle {
    min-height: 44px;
    gap: 7px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .inflict-shell__footer.is-expanded .inflict-shell__footer-panel {
    max-height: min(58vh, 260px);
    max-height: min(58dvh, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .inflict-shell__header *,
  .inflict-shell__footer *,
  .inflict-shell__lightbox * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

