/* Shared product landing pages; production customizer styles stay untouched.
   2026-09-15 SEO audit (Visual, High): same pre-rebrand sage/cream/rust
   palette as home.css (see that file's header comment) — recolored to the
   same approved Raspberry/Navy tokens from styles.css's :root. */
.product-landing { background: var(--bg); color: var(--text); }
.product-landing .site-header { background: var(--bg); box-shadow: none; border-bottom: 1px solid var(--line); }
.product-landing .product-page { max-width: 1200px; margin: auto; padding: 0 24px; }
.product-landing .breadcrumb { padding: 24px 0; font-size: .85rem; }
.product-landing .hero-grid { grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(24px, 5vw, 72px); padding: 0; margin: 0 0 64px; }
.product-landing .hero-copy { grid-column: 2; grid-row: 1; padding: 0; background: none; border: 0; box-shadow: none; }
.product-landing .hero-copy h1 { font-size: clamp(2.4rem, 4.5vw, 4.2rem); line-height: 1.08; letter-spacing: -.045em; margin: 16px 0 24px; }
.product-landing .eyebrow { color: var(--accent); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.product-landing .hero-text { color: var(--text-soft); line-height: 1.8; font-size: 1.05rem; }
.product-landing .landing-price { font-size: 1.65rem; font-weight: 600; margin-top: 24px; }
.product-landing .landing-note { color: var(--text-soft); font-size: .82rem; line-height: 1.7; margin: 12px 0 24px; }
.product-landing .hero-media { grid-column: 1; grid-row: 1; display: block; margin: 0; padding: 0; background: var(--surface-2); border: 0; border-radius: 12px; box-shadow: none; }
.product-landing .hero-media img { display: block; width: 100%; height: auto; max-height: none; aspect-ratio: 1; object-fit: contain; filter: none; }
.product-landing figcaption { padding: 14px 18px; color: var(--text-soft); font-size: .75rem; line-height: 1.5; }
.product-landing .button { border-radius: 6px; box-shadow: none; }
.product-landing .button.primary { background: var(--primary); border-color: var(--primary); color: #fff; }
.product-landing .button.primary:hover { background: var(--primary-dark); }
.product-landing .button.secondary { background: transparent; border-color: var(--line); color: var(--accent); }
.product-landing .policy-card { max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.product-landing .policy-section { padding: 36px 0; margin: 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.product-landing .policy-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -.03em; margin-bottom: 20px; }
.product-landing .policy-section ul { padding-left: 22px; line-height: 1.9; }
.product-landing .info-card, .product-landing .phone-hub-card { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; box-shadow: none; }
.product-landing .info-card h2 { font-size: 1.15rem; }
.product-landing .info-icon { background: var(--accent-soft); color: var(--accent); box-shadow: none; }
.product-landing .variant-group { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; margin: 12px 0; padding: 18px 20px; }
.product-landing .variant-group summary { cursor: pointer; font-weight: 600; }
.product-landing .variant-group small { color: var(--text-soft); font-weight: 400; margin-left: 12px; }
.product-landing .variant-group .toolbar-meta { margin-top: 18px; }
.product-landing .pill { background: var(--primary-soft); color: var(--primary-dark); border: 1px solid var(--line); white-space: normal; }
.product-landing a:focus-visible, .product-landing summary:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
@media (max-width: 760px) {
  /* 2026-09-15 SEO audit (Visual, High): price/CTA measured 11-184px below
     the fold at 375x812. Reordering them above the description (see the
     generator) does most of the work; these two trims close the rest of
     the gap without touching anything above the fold on desktop. */
  .product-landing .breadcrumb { padding: 10px 0; }
  /* aspect-ratio:1 elsewhere makes the image's height track its width — it
     was filling the full container width (~339px at this breakpoint),
     making it just as tall. Cap height and let width follow instead, still
     centered, instead of stretching to fill the row. */
  .product-landing .hero-media img { width: auto; max-width: 100%; max-height: 280px; margin: 0 auto; }
  .product-landing .product-page { padding: 0 18px; }
  .product-landing .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-bottom: 24px; }
  .product-landing .hero-media { grid-column: 1; grid-row: 1; }
  .product-landing .hero-copy { grid-column: 1; grid-row: 2; }
  .product-landing .hero-actions { display: flex; flex-wrap: wrap; }
  .product-landing .hero-actions .button { flex: 1; text-align: center; }
  .product-landing .section-grid, .product-landing .phone-hub-grid { grid-template-columns: minmax(0, 1fr); }
}
