/* Product page styles — loaded only on product routes */

.product-header{
  background-color: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}
.concept-badge{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-fg-muted);
}
.concept-disclaimer{
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  margin-top: 8px;
  margin-bottom: 0;
}
.product-icon{
  width: 64px;
  height: 64px;
  border-radius: 23%;
  object-fit: cover;
}
.product-concept-notice{
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}
.concept-notice-text{
  margin: 0;
  color: var(--color-fg-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-sm);
}
.product-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: clamp(48px, 8vw, 88px) 20px;
  text-align: center;
  /* Carry each product's homepage tile color across the click so landing
     here still feels like the same card the visitor tapped. */
  background: radial-gradient(
    ellipse at 50% 0%,
    color-mix(in srgb, var(--tile-accent, transparent) 14%, transparent),
    transparent 62%
  );
}
.product-hero img.product-icon{
  width: 120px;
  height: 120px;
  border-radius: 23%;
  box-shadow: 0 12px 32px color-mix(in srgb, var(--tile-accent, rgba(0, 0, 0, 0.35)) 30%, transparent);
}
.product-hero h1{
  margin: 0;
  font-size: clamp(var(--text-3xl), 5.5vw, 3.6rem);
  line-height: var(--leading-3xl);
  text-wrap: balance;
}
.product-tagline{
  font-size: clamp(var(--text-lg), 2.5vw, var(--text-2xl));
  max-width: 640px;
  margin: 0;
  line-height: 1.5;
  color: var(--color-fg-muted);
}
.product-hero-note{
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.02em;
  color: var(--color-fg-muted);
}
.sound-demo-btn{
  font-family: inherit;
}
.sound-demo-btn__icon{
  display: inline-flex;
  width: 1em;
  justify-content: center;
  font-size: 0.85em;
  line-height: 1;
}
.sound-demo-btn.is-playing{
  background-color: color-mix(in srgb, var(--tile-accent, var(--color-accent)) 18%, transparent);
  border-color: var(--tile-accent, var(--color-accent));
}
.product-legal{
  padding: clamp(24px, 4vw, 40px) var(--space-page) clamp(40px, 6vw, 64px);
}
.product-legal-text{
  margin: 0 auto;
  max-width: 52rem;
  font-size: var(--text-xs);
  line-height: 1.55;
  color: var(--color-fg-muted);
  text-align: center;
}
.product-page section{
  padding: 32px 24px;
}
.product-section-inner{
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}
.product-section-inner h2{
  margin-top: 0;
}
.product-section-inner p{
  max-width: 720px;
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
}
.product-previews{
  overflow: hidden;
}
.product-preview-strip{
  display: flex;
  /* Center the (usually single) video; `safe` keeps the first item
     reachable if several previews ever overflow the strip. */
  justify-content: safe center;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 8px;
  overflow-x: auto;
}
.product-preview{
  margin: 0;
  flex: 0 0 auto;
}
.product-preview video{
  display: block;
  width: min(280px, 70vw);
  height: auto;
  max-height: 560px;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.product-preview video:not([controls]){
  pointer-events: none;
}
.product-preview video:not([controls])::-webkit-media-controls,
.product-preview video:not([controls])::-webkit-media-controls-enclosure,
.product-preview video:not([controls])::-webkit-media-controls-panel,
.product-preview video:not([controls])::-webkit-media-controls-start-playback-button{
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  pointer-events: none;
}
.screenshot-strip{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  align-items: start;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}
.screenshot-strip figure{
  margin: 0;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
}
.screenshot-strip img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
}
.screenshot-strip.phone-screenshots{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  overflow: visible;
}
.screenshot-strip.phone-screenshots figure{
  padding: 0;
  overflow: hidden;
}
.screenshot-strip.phone-screenshots figcaption{
  margin: 10px 12px;
}
.screenshot-strip.phone-screenshots img{
  border-radius: 0;
}
.feature-list strong,
.feature-list span{
  display: block;
}
.feature-list span{
  margin-top: 8px;
  color: var(--color-fg-muted);
}
.screenshot-strip figcaption{
  margin-top: 10px;
  font-size: var(--text-sm);
  line-height: var(--leading-xs);
}
.feature-list{
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.5;
}
.feature-list:has(.feature-card){
  padding-left: 0;
  gap: 16px;
}
.feature-list .feature-card{
  list-style: none;
}
.product-secondary-links{
  padding-top: 0;
}
.product-hero-identity{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.product-meta-strip{
  padding: 20px var(--space-page);
  border-top: 1px solid var(--color-border);
}
.product-meta-strip .product-meta-list{
  width: min(var(--content-wide), 100%);
  margin-inline: auto;
}
.product-meta-list{
  display: flex;
  flex-wrap: wrap;
  gap: 4px 32px;
  margin: 0;
  padding: 0;
}
.product-meta-item{
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.product-meta-item dt{
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.product-meta-item dd{
  margin: 0;
  font-size: var(--text-sm);
  display: flex;
  align-items: center;
  gap: 5px;
}
.feature-card{
  list-style: none;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
}
.feature-eyebrow{
  margin: 0 0 8px;
  font-size: var(--text-xs);
}
.feature-card strong{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.product-story,
.product-previews,
.product-features,
.product-screenshots{
  padding: clamp(56px, 9vw, 96px) var(--space-page);
}
.product-story{
  border-top: 1px solid var(--color-border);
}
.product-story h2,
.product-previews h2,
.product-features h2,
.product-screenshots h2{
  max-width: 820px;
  margin: 0;
  font-size: clamp(var(--text-2xl), 3vw, 2.5rem);
  line-height: var(--leading-3xl);
  text-wrap: balance;
}
.feature-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-list li{
  min-width: 0;
  padding: 22px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}
.feature-list h3{
  margin: 0;
  font-size: var(--text-base);
}
.feature-list p{
  margin: 10px 0 0;
  color: var(--color-fg-muted);
}
.product-screenshots{
  border-top: 1px solid var(--color-border);
}
.product-screenshots-copy{
  max-width: 920px;
  margin-bottom: clamp(24px, 4vw, 40px);
}
@media (min-width: 481px) and (max-width: 1024px) {
.screenshot-strip.phone-screenshots{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
.product-page section{
    padding: 28px 18px;
  }

  .screenshot-strip,
.screenshot-strip.phone-screenshots{
    grid-template-columns: 1fr;
    width: min(320px, 100%);
    margin-inline: auto;
  }
}
.product-crumb{
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px var(--space-page);
  background-color: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
  font-size: var(--text-sm);
  flex-wrap: wrap;
}
.product-crumb a{
  color: var(--color-fg-muted);
  text-decoration: none;
}
.product-crumb a:hover{
  color: var(--color-fg);
  text-decoration: underline;
}
.product-crumb strong{
  color: var(--color-fg);
  font-weight: 600;
}
.product-crumb__sep{
  color: var(--color-fg-muted);
  padding: 0 2px;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  user-select: none;
}
@media (max-width: 600px) {
.product-crumb{
    gap: 2px;
    font-size: var(--text-xs);
  }
}
.product-stub-marker{
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-fg-muted);
}
