/* ==================================================
   COUNTER
================================================== */
.counter-cell {
  text-align: center;
  padding: 10px;
  position: relative;
  width: 200px;
  font-family: "ComicSansWeb", "Comic Sans MS", "Comic Sans", cursive;
  font-weight: bold;
  font-size: 20px;
  color: #000aff;
}

/* ==================================================
   GLOBAL / CURSOR
================================================== */
* {
  cursor: url("https://raw.githubusercontent.com/ephemeraonline/site/refs/heads/main/IMAGES/EPH_CURSOR_GOOD.png"), auto !important;
}

a,
button,
img,
.orbit {
  cursor: url("https://raw.githubusercontent.com/ephemeraonline/site/refs/heads/main/IMAGES/EPH_CURSOR_BAD.png"), pointer !important;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
}

@font-face {
  font-family: "NurealRegular";
  src: url("https://files.catbox.moe/zcgiwn.woff2") format("woff2");
}

@font-face {
  font-family: "Myriad Pro";
  src: url("https://dl.dropbox.com/scl/fi/z8hqw29h8a9i3a3cbbxkt/MYRIADPRO-REGULAR.OTF?rlkey=begwqxljs2gzyw26h00oeovzi&st=px0mbeax&dl=0") format("woff");
}

@font-face {
  font-family: "ComicSansWeb";
  src: url("https://github.com/ephemeraonline/site/raw/refs/heads/main/FONTS/comic-sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ==================================================
   MOBILE STAGE
================================================== */
#scale-stage {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

#scale-shell {
  transform-origin: top left;
  position: relative;
  will-change: transform;
}

#scale-root {
  width: 1400px;
  position: relative;
  padding-top: 220px;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #scale-shell {
    transform: none !important;
  }

  #scale-stage {
    height: auto !important;
    min-height: 0 !important;
  }
}

/* ==================================================
   FALLING STARS
================================================== */
.star {
  position: fixed;
  top: -80px;
  left: 0;
  pointer-events: none;
  z-index: -9999;
  animation: fall linear infinite;
  will-change: transform, opacity;
}

.star img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.95;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}

@keyframes fall {
  to {
    transform: translateY(calc(100vh + 160px)) rotate(360deg);
    opacity: 0;
  }
}

/* ==================================================
   DECOR PLANET
================================================== */
.e-wrap {
  --w: 80%;
  --x: 0px;
  --y: 490px;
  width: var(--w);
  max-width: 420px;
  min-width: 120px;
  height: 200px;
  margin: 10px auto 0;
  margin-bottom: -190px;
  position: relative;
  transform: translate(var(--x), var(--y));
  z-index: 50;
}

#decor-e {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(40px);
  width: 60%;
  height: auto;
  z-index: 50;
}

.orbit-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%) translateY(40px);
  pointer-events: none;
  z-index: 60;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18%;
  max-width: 240px;
  min-width: 60px;
  pointer-events: auto;
  z-index: 10;
  transform:
    translate(-50%, -50%)
    translate(var(--x), var(--y))
    rotate(var(--r, 0deg))
    scale(var(--s, 1));
  animation: float 6s ease-in-out infinite;
  transition: transform 0.2s ease;
  will-change: transform;
}

@keyframes float {
  0% {
    transform:
      translate(-50%, -50%)
      translate(var(--x), var(--y))
      rotate(var(--r, 0deg))
      scale(var(--s, 1));
  }
  50% {
    transform:
      translate(-50%, -50%)
      translate(var(--x), calc(var(--y) - 8px))
      rotate(var(--r, 0deg))
      scale(var(--s, 1));
  }
  100% {
    transform:
      translate(-50%, -50%)
      translate(var(--x), var(--y))
      rotate(var(--r, 0deg))
      scale(var(--s, 1));
  }
}

/* ==================================================
   AERO WINDOW
================================================== */
.aero-window {
  position: relative;
  margin: 6px auto 24px;
  width: var(--w, 900px);
  max-width: var(--mw, 90%);
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  box-shadow:
    0 0 20px rgba(0, 150, 255, 0.2),
    0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  transform:
    translate(var(--x, 0px), var(--y, 120px))
    rotate(var(--r, 0deg))
    scale(var(--s, 1));
}

.aero-window .aero-header {
  height: 40px;
  background-color: #907cff;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-bottom: 1px solid #0d3882;
  box-sizing: border-box;
}

.aero-window .aero-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
}

.aero-window .aero-content {
  padding: 15px;
  background-color: #e9e9e9;
  font-size: 18px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  box-sizing: border-box;
  width: 100%;
}

.aero-window .aero-content p {
  margin: 0 0 10px;
  font-weight: inherit;
}

.aero-window .aero-content p:last-child {
  margin-bottom: 0;
}

.aero-window--first {
  --w: 900px;
  --mw: 90%;
  --x: 0px;
  --y: 250px;
}

.aero-window--second {
  --w: 320px;
  --mw: 92%;
  --x: 360px;
  --y: 320px;
}

.aero-window--third {
  --w: 620px;
  --mw: 92%;
  --x: 10px;
  --y: 150px;
}

/* desktop: second aero window should always be visible */
@media (min-width: 769px) {
  .aero-window--second {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform:
      translate(var(--x, 0px), var(--y, 0px))
      rotate(var(--r, 0deg))
      scale(1) !important;
  }

  .aero-window--second.hidden-window,
  .aero-window--second.hidden-window.is-visible {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform:
      translate(var(--x, 0px), var(--y, 0px))
      rotate(var(--r, 0deg))
      scale(1) !important;
  }
}

/* ==================================================
   HIDDEN AERO WINDOW
================================================== */
.hidden-window {
  opacity: 0;
  pointer-events: none;
  transform:
    translate(var(--x, 0px), var(--y, 0px))
    rotate(var(--r, 0deg))
    scale(0.94);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.hidden-window.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform:
    translate(var(--x, 0px), var(--y, 0px))
    rotate(var(--r, 0deg))
    scale(1);
}

/* ==================================================
   PETS WINDOW
================================================== */
#pets-window {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: min(92vw, 360px);
  max-width: 92vw;
  max-height: 78vh;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 1000004;
}

#pets-window .aero-content {
  overflow-y: auto;
}

#pets-window .pets-content {
  padding: 12px 14px 16px;
}

.pets-frame-wrap {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
}

.pets-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.pets-glitter-frame {
  position: relative;
  overflow: hidden;
  width: min(210px, 100%);
  min-width: 0;
  padding: 8px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #ff8de1 0%, #ffe66f 28%, #7ef9ff 55%, #b996ff 78%, #ff8de1 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.85),
    0 10px 22px rgba(125, 67, 178, 0.18);
}

.pets-glitter-frame::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  opacity: 0.7;
}

.pets-glitter-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.95) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.85) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.95) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 24% 78%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 10%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 10% 55%, rgba(255, 255, 255, 0.75) 0 1px, transparent 2px),
    radial-gradient(circle at 92% 46%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px);
  opacity: 0.28;
  mix-blend-mode: screen;
  animation: petsBorderSparkle 2.6s steps(1, end) infinite;
}

.pets-glitter-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.pets-text {
  width: 100%;
  min-width: 0;
  flex: unset;
}

.pets-text h2 {
  margin: 0 0 8px;
  color: #7d43b2;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  font-family: "ComicSansWeb", "Comic Sans MS", "Comic Sans", cursive;
  text-transform: uppercase;
}

.pets-text p {
  margin: 0 0 12px;
  color: #5a4b73;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
}

.pets-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #a5ff00;
  color: #7d43b2;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: lowercase;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.pets-submit-btn:hover {
  background: #c3ff59;
}

.pets-arrow {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border: 0;
  border-radius: 999px;
  background: #907cff;
  color: #fff;
  font-size: 22px !important;
  line-height: 1;
  text-shadow: none;
  display: grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 8px 16px rgba(125, 67, 178, 0.18);
}

.pets-arrow:hover {
  background: #7d43b2;
}

.pets-arrow-left,
.pets-arrow-right {
  justify-self: center;
  align-self: center;
}

@keyframes petsBorderSparkle {
  0%, 100% {
    opacity: 0.25;
    transform: scale(1);
    filter: brightness(1);
  }
  20% {
    opacity: 0.5;
    filter: brightness(1.08);
  }
  40% {
    opacity: 0.3;
    transform: scale(1.01);
  }
  60% {
    opacity: 0.58;
    filter: brightness(1.15);
  }
  80% {
    opacity: 0.35;
  }
}

/* ==================================================
   IMAGE HEADER
================================================== */
.image-header-img {
  width: var(--w, 600px);
  max-width: 90vw;
  height: auto;
  display: block;
}

/* mobile-only alternate bottom header */
.image-header-bottom-mobile {
  display: none;
}

@media (min-width: 769px) {
  .image-header-top {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 999;
    pointer-events: none;
    opacity: 1;
    transition: opacity 260ms ease, transform 260ms ease;
    will-change: opacity, transform;
  }

  .image-header-top.is-hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(-12px);
  }

  .image-header-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 125px 0 40px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 320ms ease, transform 320ms ease;
    pointer-events: none;
  }

  .image-header-bottom.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================================================
   TABLE
================================================== */
.image-table-wrap {
  width: 100%;
  margin-top: 380px;
  padding: 0 16px 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  transform: translateY(160px);
}

.image-table {
  width: min(1100px, 100%);
  border-collapse: collapse;
  table-layout: fixed;
}

.image-table td {
  padding: 12px;
  vertical-align: top;
}

.tbl-img {
  display: block;
  width: var(--w, 180px);
  height: auto;
  transform: translate(var(--x), var(--y)) rotate(var(--r, 0deg));
}

/* ==================================================
   AFFIRMATIONS
================================================== */
.tbl-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tbl-img-wrap {
  position: relative;
  display: inline-block;
}

.live-date {
  position: static;
  transform: none;
  z-index: auto;
  width: 100%;
  margin-top: -10px;
  text-align: center;
  font-family: "ComicSansWeb", "Comic Sans MS", "Comic Sans", cursive !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #7c42b2;
  pointer-events: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.55);
}

.tbl-caption {
  margin-top: 8px;
  padding: 8px 12px;
  font-family: "ComicSansWeb", "Comic Sans MS", "Comic Sans", cursive;
  font-weight: bold;
  font-size: 20px;
  background: var(--bg, #a5ff00);
  color: var(--color, #7d43b2);
  border-radius: 0;
  text-align: center;
  width: fit-content;
  max-width: 260px;
}

/* ==================================================
   AERO GALLERY MODAL
================================================== */
.aero-overlay {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 999999;
  background: rgba(60, 255, 0, 0);
  backdrop-filter: blur(2px);
}

.aero-overlay.is-open {
  display: grid;
}

.aero-gallery {
  width: min(960px, calc(100vw - 28px));
  height: min(620px, calc(100vh - 28px));
  overflow: hidden;
  transform: none;
}

.aero-gallery-body {
  position: relative;
  height: calc(100% - 40px);
  padding: 14px;
  overflow: auto;
  background: #e9e9e9;
}

.flyer-intro {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
  transition: filter 220ms ease, opacity 220ms ease;
}

.flyer-intro p {
  margin: 0;
  color: #7d43b2;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.flyer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  transition: filter 220ms ease, opacity 220ms ease;
}

.flyer-grid.is-blurred,
.flyer-intro.is-blurred {
  filter: blur(4px);
  opacity: 0.35;
  pointer-events: none;
}

.flyer-thumb {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
  background: #dcdcdc;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.flyer-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.flyer-thumb::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.flyer-thumb:hover img {
  transform: scale(1.06);
}

.flyer-thumb:hover::after {
  opacity: 1;
}

.flyer-inline-view {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(233, 233, 233, 0.24);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 20;
}

.flyer-inline-view.is-open {
  display: flex;
}

.flyer-inline-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.flyer-inline-img {
  max-width: min(100%, 720px);
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.flyer-inline-close {
  position: absolute;
  top: 12px;
  right: 10px;
  transform: none;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(166, 255, 0, 0.95);
  color: #000;
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
  z-index: 3;
}

.flyer-inline-close:hover {
  background: #fff;
}

/* hide scrollbar only when flyer is open */
.aero-gallery-body:has(.flyer-inline-view.is-open) {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.aero-gallery-body:has(.flyer-inline-view.is-open)::-webkit-scrollbar {
  display: none;
}

.aero-close-btn {
  margin-left: auto;
  margin-right: 10px;
  width: 34px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  min-width: 34px;
  text-shadow: none;
}

.aero-close-btn:hover {
  background: rgba(255, 90, 90, 0.85);
}

/* ==================================================
   FLYER LIGHTBOX
================================================== */
.flyer-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 20px;
}

.flyer-lightbox.is-open {
  display: grid;
}

.flyer-lightbox-inner {
  position: relative;
  width: min(92vw, 1000px);
  height: min(90vh, 900px);
  display: grid;
  place-items: center;
  overflow: auto;
}

.flyer-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  transition: transform 220ms ease;
  transform-origin: center center;
  cursor: zoom-in !important;
}

.flyer-lightbox-img.is-zoomed {
  transform: scale(1.8);
  cursor: zoom-out !important;
}

.flyer-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.flyer-lightbox-close:hover {
  background: #fff;
}

/* ==================================================
   ABOUT OVERLAY CONTENT
================================================== */
.about-window {
  width: min(92vw, 980px);
  height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  transform: translateY(40px);
}

.about-desktop-content {
  display: block;
}

.about-mobile-content {
  display: none;
}

.about-aero-content {
  flex: 1;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.aero-about-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #ffffff;
}

/* desktop inside layout */
.about-sheet-v2 {
  width: 100%;
  min-height: 100%;
  padding: 20px 22px 0;
  box-sizing: border-box;
  background: #ffffff;
  color: #000;
  font-family: "Roboto Mono", monospace;
}

.about-top-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.about-top-meta span:nth-child(2) {
  text-align: center;
}

.about-top-meta span:nth-child(3) {
  text-align: right;
}

.about-star-divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: clamp(10px, 1.2vw, 16px);
  line-height: 1;
  margin: 14px 0 22px;
  font-weight: 700;
}

.about-hero-v2 {
  margin-bottom: 24px;
}

.about-brand-image-wrap {
  width: 100%;
  margin: 0 0 18px;
  display: flex;
  justify-content: center;
}

.about-brand-image-v2 {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.about-intro-v2 {
  margin: 0 0 24px;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.3;
  font-weight: 700;
  max-width: 900px;
  letter-spacing: -0.02em;
  color: #222;
}

.about-services-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.service-card {
  position: relative;
  padding-top: 18px;
}

.service-card-body {
  min-height: 196px;
  padding: 36px 16px 16px;
  border: 3px solid #000;
  border-radius: 28px;
  background: #ffffff;
  box-sizing: border-box;
}

.service-card-body ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.service-card-body li {
  font-family: "Roboto Mono", monospace;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.service-pill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 66%;
  padding: 8px 14px;
  border: 3px solid #000;
  border-radius: 999px;
  text-align: center;
  color: #000;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  box-sizing: border-box;
}

.service-card--pink .service-pill {
  background: #f27db1;
}

.service-card--green .service-pill {
  background: #a5ff00;
}

.service-card--blue .service-pill {
  background: #73b9db;
}

.service-card--yellow .service-pill {
  background: #f6d300;
}

.service-tldr {
  margin: 0;
  text-align: center;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: -0.02em;
  color: #222;
}

.about-logo-strip {
  margin: 24px -22px 0;
  background: #ffffff;
  min-height: 230px;
}

.about-logo-strip-inner {
  width: 100%;
  min-height: 230px;
  padding: 24px;
  box-sizing: border-box;
}

/* ==================================================
   ABOUT CLIENTS SECTION
================================================== */
.about-clients-section {
  width: 100%;
}

.about-clients-heading {
  margin: 0 0 18px;
  text-align: center;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #000;
}

.clients-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
  align-items: start;
}

.client-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.client-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.client-gif {
  display: block;
  width: 130px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto;
}

.client-stack .client-gif {
  width: 130px;
  height: auto;
  margin: 0;
}

.client-item span {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #111;
}

/* mobile / non-desktop poster version */
.about-image-content {
  padding: 14px;
  background: #e9e9e9;
}

.about-poster-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.about-poster-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.about-poster-btn:focus-visible {
  outline: 2px solid #907cff;
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .about-window {
    width: min(92vw, 420px) !important;
    max-width: 92vw !important;
    height: auto !important;
    max-height: 88vh !important;
  }

  .about-desktop-content {
    display: none !important;
  }

  .about-mobile-content {
    display: block !important;
  }

  .about-image-content {
    padding: 12px;
  }
}

@media (max-width: 900px) {
  .clients-table {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ==================================================
   MUSIC PLAYER
================================================== */
#player-drag {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  touch-action: none;
}

.player {
  width: fit-content;
  border: #cecece solid 2px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(0deg, #c4e149 0%, #a0dc5b 30%, #a5ff00 100%);
  padding: 5px;
  user-select: none;
}

.player .window {
  cursor: grab !important;
}

.player.dragging .window {
  cursor: grabbing !important;
}

.seek_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 6px;
  background: #d8e4d5;
  opacity: 0.7;
  transition: opacity 0.2s;
  border-radius: 8px;
}

.seek_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #cecece;
  padding-top: 3px;
  position: relative;
  bottom: 3px;
}

button,
input,
label,
option,
select,
textarea,
ul.tree-view {
  -webkit-font-smoothing: none;
  font-family: "Myriad Pro";
  font-size: 11px;
}

h1 { font-size: 5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }

u {
  border-bottom: 0.5px solid #222;
  text-decoration: none;
}

button,
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: transparent;
  min-height: 23px;
  min-width: 75px;
  padding: 0 12px;
  text-shadow: 0 0 #222;
}

.vertical-bar,
button.vertical-bar,
input[type="reset"].vertical-bar,
input[type="submit"].vertical-bar {
  height: 20px;
  width: 4px;
}

button:not(:disabled):active,
input[type="reset"]:not(:disabled):active,
input[type="submit"]:not(:disabled):active {
  opacity: 0.5;
}

button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  opacity: 1;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
}

:disabled,
:disabled + label,
input[readonly],
input[readonly] + label {
  color: grey;
}

:disabled + label,
button:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  text-shadow: 1px 1px 0 #fff;
}

.window,
.title-bar {
  font-family: "Myriad Pro";
  -webkit-font-smoothing: none;
  font-size: 11px;
}

.window {
  padding: 10px;
  width: 290px;
}

.window-body {
  display: block;
  margin: auto;
  border-radius: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
}

.flex {
  display: flex;
}

/* ==================================================
   SCROLL BAR MATCH
================================================== */
.aero-about-body,
.aero-gallery-body {
  scrollbar-width: thin;
  scrollbar-color: #000 #b7ff00;
}

.aero-about-body::-webkit-scrollbar,
.aero-gallery-body::-webkit-scrollbar {
  width: 12px;
}

.aero-about-body::-webkit-scrollbar-track,
.aero-gallery-body::-webkit-scrollbar-track {
  background: #b7ff00;
}

.aero-about-body::-webkit-scrollbar-thumb,
.aero-gallery-body::-webkit-scrollbar-thumb {
  background: #000;
  border: 2px solid #b7ff00;
}

.aero-about-body::-webkit-scrollbar-thumb:hover,
.aero-gallery-body::-webkit-scrollbar-thumb:hover {
  background: #333;
}

/* ==================================================
   MOBILE AERO MUSIC PLAYER
================================================== */
#mobile-player {
  display: block;
  position: fixed;
  top: 25px;
  left: 50%;
  right: auto;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  z-index: 1000003;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

#mobile-player .aero-header {
  display: none;
}

.mobile-player .mobile-player-body {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 380px;
  padding: 0 12px;
  background: #e9e9e9;
  box-sizing: border-box;
}

.mobile-player .mobile-player-body button {
  min-width: 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: #3947ef;
  text-shadow: none;
  font-size: 14px !important;
  opacity: 0.8;
  display: grid;
  place-items: center;
}

.mobile-player .mobile-player-body button:hover {
  opacity: 1;
}

.mobile-player .songtitle {
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
  color: #7d43b2;
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.mobile-player .mute-track {
  margin-left: auto;
  margin-right: 4px;
}

/* ==================================================
   TOP GREEN BAR (PLAYER BACKDROP)
================================================== */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #a5ff00;
  z-index: 1000002;
  pointer-events: none;
}

body::after {
  content: "⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹";
  position: fixed;
  top: 14px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #7d43b2;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1000002;
  pointer-events: none;
}

/* ==================================================
   MOBILE GRID DEFAULT STATE
================================================== */
.mobile-grid-wrap,
.mobile-grid {
  display: none;
}

/* ==================================================
   RESPONSIVE
================================================== */
@media (max-width: 900px) {
  .flyer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  :root {
    --mobile-player-offset: 96px;
  }

  #player-drag,
  #mute-float {
    display: none !important;
  }

  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #a5ff00;
    z-index: 999999;
    pointer-events: none;
  }

  body::after {
    top: 12px;
    font-size: 14px;
  }

  #mobile-player {
    display: block !important;
    position: fixed;
    top: 25px;
    left: 50%;
    right: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    z-index: 1000003;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }

  #mobile-player .aero-header {
    display: none;
    cursor: pointer;
    user-select: none;
  }

  .mobile-player .mobile-player-body {
    width: min(380px, calc(100vw - 24px));
  }

  .mobile-player .mute-track {
    margin-left: auto;
    margin-right: 4px;
  }

  #mobile-player.is-collapsed .mobile-player-body {
    display: none;
  }

  #scale-stage,
  #scale-shell,
  #scale-root {
    position: relative;
  }

  #scale-root {
    width: 100%;
    padding-top: var(--mobile-player-offset);
    box-sizing: border-box;
  }

  .image-header-top {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }

  .image-header-bottom {
    display: none !important;
  }

  .image-header-bottom-mobile {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin: 140px 0 24px;
    pointer-events: none;
  }

  .image-header-img {
    width: min(88vw, 360px);
  }

  .mobile-grid-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .mobile-grid-item .tbl-img {
    max-width: 100%;
    height: auto;
  }

  .mobile-grid-item .tbl-card {
    width: 100%;
  }

  .e-wrap {
    --y: 138px;
    transform:
      translate(var(--x), calc(var(--y) - 10px))
      scale(0.5);
    transform-origin: center top;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* mobile: second windows hidden until triggered */
  .aero-window--second {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  #under-construction-window,
  #come-back-soon-window {
    display: none !important;
  }

  #under-construction-window.is-visible,
  #come-back-soon-window.is-visible {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .aero-window:not(#mobile-player):not(#welcome-window):not(#pets-window):not(#under-construction-window):not(#come-back-soon-window),
  .aero-window--first {
    width: min(92vw, 420px) !important;
    max-width: 92vw !important;
    margin: 8px auto 8px !important;
    transform: translateY(40px) !important;
  }

  #welcome-window {
    width: min(92vw, 420px) !important;
    max-width: 92vw !important;
    margin: 8px auto 8px !important;
    transform: translateY(142px) !important;
  }

  /* mobile trigger windows open centered */
  #pets-window,
  #under-construction-window,
  #come-back-soon-window {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(92vw, 420px) !important;
    max-width: 92vw !important;
    max-height: 78vh !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1000004 !important;
  }

  #pets-window .aero-content,
  #under-construction-window .aero-content,
  #come-back-soon-window .aero-content {
    overflow-y: auto;
  }

  .aero-window .aero-content {
    font-size: 15px;
  }

  .flyer-intro {
    margin-bottom: 20px;
  }

  .flyer-intro p {
    font-size: 14px;
    line-height: 1.55;
  }

  .flyer-inline-view {
    inset: 10px;
    padding: 14px;
  }

  .flyer-inline-img {
    max-width: 100%;
    max-height: 100%;
  }

  .flyer-grid.is-blurred,
  .flyer-intro.is-blurred {
    filter: blur(3px);
    opacity: 0.3;
  }
}

@media (max-width: 640px) {
  .mobile-grid-wrap {
    display: block;
    width: 100%;
    margin-top: 150px !important;
    margin-bottom: 40px;
    padding: 0 12px 40px;
    box-sizing: border-box;
    overflow: visible;
  }

  .mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    align-items: start;
    overflow: visible;
  }

  .image-table-wrap {
    display: none;
  }

  .mobile-grid-item {
    min-width: 0;
  }

  .mobile-grid-item--wide {
    grid-column: span 2;
  }

  .mobile-grid-item .tbl-img {
    width: min(var(--w, 180px), 100%);
    transform: none !important;
    margin: 0 auto;
  }

  .mobile-grid-item .tbl-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-grid-item .tbl-img-wrap {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .mobile-grid-item .live-date {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 1.15;
  }

  .mobile-grid-item .tbl-caption {
    margin-top: 8px;
    max-width: 240px;
    font-size: 18px;
  }

  #welcome-stars-mobile {
    width: min(260px, 100%) !important;
  }

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

  .pets-frame-wrap {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    align-items: center;
  }

  .pets-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pets-glitter-frame {
    width: min(200px, 100%);
    min-width: 0;
  }

  .pets-text {
    width: 100%;
  }

  .pets-text h2 {
    font-size: 15px;
  }

  .pets-text p {
    font-size: 13px;
    line-height: 1.4;
  }

  .pets-arrow {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 22px !important;
  }

  .pets-arrow-left,
  .pets-arrow-right {
    justify-self: center;
    align-self: center;
  }

  .image-header-bottom-mobile {
    margin: 120px 0 24px;
  }

  .about-window {
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
  }

  .about-image-content {
    padding: 10px;
  }

  .clients-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .client-stack {
    gap: 0;
  }

  .client-gif {
    width: 74px;
    height: 74px;
  }

  .client-stack .client-gif {
    width: 74px;
    height: auto;
    margin: 0;
  }

  .client-item span {
    font-size: 10px;
  }
}
