/* Product page: home primitives, with a workbench treatment for the device. */
body.cf-product { background: var(--cf-bg-deep); }
body.cf-product header.site-header { background: rgba(8, 5, 15, .85); border-bottom-color: rgba(255, 43, 184, .18); }
body.cf-product footer.site-footer { border-top-color: rgba(245, 236, 255, .08); }
.cf-product-hero { position: relative; overflow: hidden; padding: 72px 0 96px; background: radial-gradient(circle at 72% 35%, rgba(255,43,184,.16), transparent 35%), linear-gradient(145deg, #08050f, #1b0a27 68%, #08050f); }
.cf-product-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.cf-product-hero-copy h1 { margin: 16px 0 24px; font-family: 'Chakra Petch', sans-serif; font-size: clamp(54px, 7vw, 104px); line-height: .9; letter-spacing: .01em; text-transform: uppercase; }
.cf-product-hero-copy h1 span { display: block; }
.cf-product-accent { color: var(--cf-cyan); text-shadow: 0 0 24px var(--cf-cyan); }
.cf-product-hero-media { position: relative; min-width: 0; padding: 32px 0 72px; text-align: center; }
.cf-product-hero-media img { position: relative; z-index: 1; display: block; width: min(100%, 560px); margin: 0 auto; filter: drop-shadow(0 30px 50px rgba(0,0,0,.7)); }
.cf-product-bench { position: absolute; left: 5%; right: 5%; bottom: 26px; height: 80px; transform: skewY(-4deg); background: linear-gradient(180deg, rgba(104,225,253,.15), rgba(255,43,184,.08)); border-top: 1px solid var(--cf-cyan); box-shadow: 0 20px 60px rgba(255,43,184,.2); }
.cf-product-facts { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(2, max-content); gap: 8px; text-align: left; }
.cf-product-facts div { padding: 8px 10px; background: rgba(8,5,15,.9); border-left: 2px solid var(--cf-magenta); font-family: var(--cf-font-mono); font-size: 10px; }
.cf-product-facts span, .cf-product-facts strong { display: block; }
.cf-product-facts span { color: var(--cf-ink-mute); text-transform: uppercase; letter-spacing: .12em; }
.cf-product-facts strong { color: var(--cf-ink); font-weight: 400; margin-top: 3px; }
.cf-product-spec-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; margin-top: 40px; align-items: start; }
.cf-product-spec-image { margin: 20px 12px 0 0; }
.cf-product-spec-image img { width: 100%; max-width: 360px; margin: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,.5)); }
.cf-product-status-grid .hm-card { border-top: 2px solid var(--cf-magenta); }
.cf-product-status-grid ul { margin: 18px 0 0; padding-left: 20px; color: var(--cf-ink-dim); line-height: 1.7; }
.cf-product-note { margin-top: 24px; color: var(--cf-ink-mute); }
.cf-product-details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 40px; background: rgba(104,225,253,.18); }
.cf-product-details-grid article { padding: 24px; background: var(--cf-bg-page); }
.cf-product-details-grid h3 { margin: 0 0 8px; font-family: 'Chakra Petch', sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.cf-product-details-grid p { margin: 0; color: var(--cf-ink-dim); line-height: 1.6; }
@media (max-width: 880px) {
  .cf-product-hero { padding: 40px 0 64px; }
  .cf-product-hero-grid, .cf-product-spec-grid { grid-template-columns: 1fr; gap: 32px; }
  .cf-product-hero-copy h1 { font-size: clamp(48px, 15vw, 72px); }
  .cf-product-hero-copy .hm-btn { width: 100%; justify-content: center; }
  .cf-product-hero-media { padding-bottom: 96px; }
  .cf-product-facts { left: 0; right: 0; justify-content: center; }
  .cf-product-details-grid { grid-template-columns: 1fr; }
}
