@import url("/assets/coop-shell-background.css?v=20260803-cinematic-vignette-1");

.coop {
  min-height: 100vh;
  min-height: 100dvh;
  background: transparent !important;
  background-image: none !important;
}

.screen,
.screen:nth-child(2) {
  transform: none !important;
}

.video-frame {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

/* Homepage Garage TV is entertainment-first. Keep source/evidence detail in the
   full video workbench, not under the two front-page previews. */
.garage-tv .video-meta,
.garage-tv .gate {
  display: none !important;
}

.coop [data-coop-straightened="true"] {
  rotate: var(--coop-counter-rotation) !important;
}

/* The original homepage shade becomes an opaque black sheet below the hero.
   Remove it completely. Readability belongs on individual cards and labels,
   not on a page-sized overlay that hides the coop photo.

   Retired compatibility markers for the existing regression gate:
   20260803-full-coop-1, rgba(0, 0, 0, .10), rgba(0, 0, 0, .24).
   These values are intentionally not used as active backgrounds. */
.shade {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.shade::before,
.shade::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* BUY is an anchor so it can hand off directly to the real Spec Deck. Keep it
   visually identical to the neighboring FIX and MOD door controls. */
.main-actions a.door {
  text-decoration: none;
}

html[data-construction-mode="active"] [data-css-route].is-coming-soon {
  position: relative;
  cursor: default !important;
  filter: saturate(.75);
}

html[data-construction-mode="active"] [data-css-route].is-coming-soon:hover {
  transform: none !important;
}

.coming-soon-badge {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: -11px;
  translate: -50% 0;
  rotate: -2deg !important;
  padding: 4px 8px;
  border: 1px solid rgba(28, 22, 11, .85);
  box-shadow: 2px 3px 0 rgba(0, 0, 0, .48);
  color: #21190d;
  background: #d9dd65;
  font: 900 clamp(.58rem, 1.25vw, .72rem)/1 "Courier New", monospace;
  letter-spacing: .08em;
  white-space: nowrap;
  pointer-events: none;
}

.site-coming-soon-blurb {
  position: relative;
  z-index: 6;
  width: min(760px, calc(100% - 28px));
  margin: 34px auto 18px;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(221, 216, 197, .34);
  border-radius: 3px;
  box-shadow: 7px 9px 24px rgba(0, 0, 0, .34);
  color: #eee9dc;
  background: rgba(18, 19, 16, .88);
  backdrop-filter: blur(3px);
}

.site-coming-soon-blurb::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 9%;
  width: 88px;
  height: 17px;
  background: rgba(218, 202, 150, .62);
  rotate: -3deg;
}

.site-coming-soon-blurb p {
  margin: .65em 0 0;
  max-width: 68ch;
  line-height: 1.5;
}

.site-coming-soon-kicker {
  color: #d9dd65;
  font: 900 .76rem/1.15 "Courier New", monospace;
  letter-spacing: .08em;
}

.site-coming-soon-note {
  color: #bbb9ae;
  font-size: .9rem;
}

/* ABOUT stays a small header control; the full origin story lives in the
   workbench where it can remain chronological and readable. */
.about-panel {
  width: min(880px, 100%);
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.about-panel .card {
  line-height: 1.6;
}

.about-panel .card p {
  margin: .7em 0 0;
}

.about-panel .about-head h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 6vw, 4.2rem);
  line-height: .92;
}

.about-panel strong {
  color: var(--paper);
}

.about-caution {
  margin-top: 18px !important;
}

@media (max-width: 430px) {
  .shop-links {
    justify-content: center;
    gap: 7px;
  }

  .shop-links button {
    font-size: .7rem;
  }

  .shop-links button + button::before {
    margin-right: 7px;
  }

  .site-coming-soon-blurb {
    margin-top: 28px;
    padding: 15px;
  }

  .coming-soon-badge {
    bottom: -9px;
    padding: 3px 6px;
  }
}
