/* base style via link tag */

.product-hero {
  min-height: auto;
}

.product-hero h1 {
  overflow-wrap: anywhere;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.product-hero .hero__lede {
  max-width: 740px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.35rem 0 0;
}

.status-pill {
  display: inline-block;
  align-items: center;
  max-width: 100%;
  min-height: 32px;
  padding: 0.36rem 0.72rem;
  border: 1px solid var(--mu-color-border);
  border-radius: 999px;
  color: var(--mu-color-text);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.status--live {
  background: rgba(45, 212, 191, 0.16);
  border-color: rgba(45, 212, 191, 0.45);
}

.status--dogfood,
.status--staging {
  background: rgba(0, 212, 255, 0.14);
  border-color: rgba(0, 212, 255, 0.38);
}

.status--build {
  background: rgba(255, 184, 77, 0.15);
  border-color: rgba(255, 184, 77, 0.4);
}

.status--planned {
  background: rgba(179, 179, 179, 0.12);
  border-color: rgba(179, 179, 179, 0.3);
}

.product-visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 440px;
  align-content: center;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--mu-color-border);
  border-radius: var(--mu-radius-lg);
  background:
    radial-gradient(circle at 25% 20%, rgba(182, 110, 255, 0.24), transparent 30%),
    radial-gradient(circle at 75% 72%, rgba(0, 212, 255, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--mu-shadow-glow);
  overflow: hidden;
}

.product-visual::before {
  position: absolute;
  inset: 11%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 42%;
  transform: rotate(-11deg);
}

.diagram-node {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
}

.diagram-node span {
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid var(--mu-color-border);
  border-radius: var(--mu-radius-sm);
  background: rgba(7, 5, 11, 0.82);
  color: var(--mu-color-text);
  font-weight: 950;
}

.audience-card,
.access-card {
  padding: 1.2rem;
  border: 1px solid var(--mu-color-border);
  border-radius: var(--mu-radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.audience-card p,
.access-card p,
.shot-card p,
.proof-list li {
  color: var(--mu-color-muted);
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shot-card {
  min-width: 0;
}

.shot-placeholder {
  display: grid;
  min-height: 210px;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--mu-color-border);
  border-radius: var(--mu-radius-sm);
  background:
    linear-gradient(135deg, rgba(182, 110, 255, 0.16), transparent 45%),
    linear-gradient(315deg, rgba(0, 212, 255, 0.13), transparent 42%),
    rgba(255, 255, 255, 0.045);
  text-align: center;
}

.shot-placeholder span {
  max-width: 18ch;
  color: var(--mu-color-text);
  font-weight: 950;
}

.proof-list {
  margin: 0;
  padding-left: 1.15rem;
}

.product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 1040px) {
  .shot-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  html,
  body {
    overflow-x: hidden;
  }

  .product-hero .hero__copy,
  .product-hero .hero__lede {
    min-width: 0;
    max-width: calc(100vw - 40px);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .product-hero .hero__actions .mu-button {
    flex: 1 1 100%;
    max-width: 100%;
    white-space: normal;
  }

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .status-pill {
    width: auto;
    max-width: calc(100vw - 40px);
    min-height: 0;
    white-space: normal !important;
    word-break: break-word;
  }

  .product-visual,
  .diagram-node,
  .diagram-node span {
    max-width: calc(100vw - 40px);
    overflow-wrap: anywhere;
  }
}

/* v2 (2026-07-09): real screenshots, eyebrow, proof tiles, clarity, shipping log */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--mu-color-surface, #171026);
  color: var(--mu-color-text, #fff);
  padding: 0.6rem 1rem;
  border-radius: 0 0 12px 0;
  z-index: 50;
}
.skip-link:focus { left: 0; }

img.mu-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: none;
  display: inline-block;
  object-fit: contain;
}

.mu-eyebrow {
  display: inline-block;
  margin: 0 0 0.9rem;
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(182, 110, 255, 0.55);
  border-radius: 999px;
  background: rgba(182, 110, 255, 0.12);
  color: var(--mu-color-text, #fff);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-note {
  margin: 0.85rem 0 0;
  color: var(--mu-color-muted, #b3b3b3);
  font-size: 0.9rem;
}

.product-visual--shot {
  margin: 0;
  border: 1px solid var(--mu-color-border, rgba(255,255,255,0.14));
  border-radius: 18px;
  overflow: hidden;
  background: #0b0714;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.product-visual--shot img { display: block; width: 100%; height: auto; }
.product-visual--shot figcaption {
  padding: 0.6rem 0.9rem;
  color: var(--mu-color-muted, #b3b3b3);
  font-size: 0.82rem;
}

.shot-card--real {
  margin: 0;
  border: 1px solid var(--mu-color-border, rgba(255,255,255,0.14));
  border-radius: 16px;
  overflow: hidden;
  background: #0b0714;
}
.shot-card--real img { display: block; width: 100%; height: auto; }
.shot-card--real figcaption {
  padding: 0.65rem 0.9rem;
  color: var(--mu-color-muted, #b3b3b3);
  font-size: 0.84rem;
}

.proof-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.9rem;
  margin: 0 0 1.4rem;
}
.proof-tile {
  padding: 1.05rem 1.15rem;
  border: 1px solid var(--mu-color-border, rgba(255,255,255,0.14));
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(182,110,255,0.10), rgba(0,212,255,0.05));
}
.proof-tile strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: -0.01em;
}
.proof-tile span { color: var(--mu-color-muted, #b3b3b3); font-size: 0.86rem; }

.pricing-line { margin: 0 0 0.5rem; font-size: 1.02rem; }
.clarity-line {
  margin: 0.8rem 0 0;
  padding-top: 0.8rem;
  border-top: 1px dashed var(--mu-color-border, rgba(255,255,255,0.18));
  color: var(--mu-color-muted, #b3b3b3);
  font-size: 0.88rem;
}

.whats-new {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}
.whats-new li {
  padding: 0.75rem 1rem;
  border: 1px solid var(--mu-color-border, rgba(255,255,255,0.12));
  border-left: 3px solid #b66eff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.mu-lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  align-items: center;
  justify-content: center;
}
.mu-lightbox--open { display: flex; }
.mu-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}
.mu-lightbox__content {
  position: relative;
  display: grid;
  grid-template:
    "close close" auto
    "prev img   next" 1fr
    "cap   cap   cap" auto
    / auto minmax(0, 90vw) auto;
  gap: 0.8rem;
  align-items: center;
  justify-items: center;
  max-width: 1200px;
  max-height: 90vh;
}
.mu-lightbox__close {
  grid-area: close;
  justify-self: end;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
}
.mu-lightbox__prev,
.mu-lightbox__next {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.8rem 0.6rem;
  border-radius: 8px;
  transition: background 120ms ease;
}
.mu-lightbox__prev:hover,
.mu-lightbox__next:hover { background: rgba(255,255,255,0.18); }
.mu-lightbox__prev { grid-area: prev; }
.mu-lightbox__next { grid-area: next; }
.mu-lightbox__img {
  grid-area: img;
  max-width: 100%;
  max-height: 75vh;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.mu-lightbox__caption {
  grid-area: cap;
  color: #b3b3b3;
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
}
