.size-btn:has(:checked) { border-color: var(--ink); background: var(--ink); color: #fff; }
.hero-media video {
  width: 100%; height: 100%; object-fit: cover; object-position: 70% center;
  filter: brightness(0.55) contrast(1.05);
}
.coupon-box { margin: 16px 0 8px; }
.coupon-row { display: flex; gap: 8px; align-items: stretch; }
.coupon-row input { flex: 1; min-width: 0; }
.coupon-row .btn { min-height: 48px; padding: 0 16px; }
.hero-slide.is-on { opacity: 1; pointer-events: auto; }
.hero-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; gap: 8px; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.35); }
.hero-dots button.is-on { background: var(--gold); }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.thumbs button { border: 1px solid var(--line); padding: 0; background: #fff; aspect-ratio: 1; overflow: hidden; }
.thumbs button.is-on { border-color: var(--ink); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.specs { width: 100%; border-collapse: collapse; margin-top: 18px; }
.specs th, .specs td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); font-size: 14px; }
.specs th { width: 38%; color: var(--stone); font-weight: 500; text-transform: none; letter-spacing: 0; font-size: 14px; }
.pdp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.flash-ok, .flash-err { margin: 12px auto; width: min(1280px, calc(100% - 40px)); padding: 12px 16px; font-size: 14px; }
.flash-ok { background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0; }
.flash-err { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.page-light { padding: 40px 0 72px; }
.page-light label { color: var(--stone); }
.auth-card, .account-card { max-width: 480px; margin: 0 auto; background: #fff; border: 1px solid var(--line); padding: 28px 24px; }
.auth-card h1, .account-wide h1 { font-family: var(--font-display); font-size: 36px; font-weight: 500; margin-bottom: 16px; }
.auth-card input, .account-card input, .account-card textarea, .page-light input, .page-light textarea, .page-light select {
  width: 100%; min-height: 48px; border: 1px solid var(--line); padding: 12px 14px; background: #fff; color: var(--ink);
}
.auth-card p, .muted { color: var(--stone); font-size: 14px; margin-top: 12px; }
.account-wide { max-width: 860px; margin: 0 auto; }
.order-list { display: grid; gap: 14px; }
.order-card { border: 1px solid var(--line); background: #fff; padding: 16px; }
.pager { display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.pager a, .pager span { min-height: 40px; padding: 8px 12px; border: 1px solid var(--line); display: inline-flex; align-items: center; }
.pdp-desc { color: var(--stone); margin: 16px 0; }
.qr-wrap { text-align: center; max-width: 420px; margin: 0 auto; background: #fff; padding: 28px; border: 1px solid var(--line); }
.qr-wrap img { width: 240px; height: 240px; margin: 12px auto; }
@media (max-width: 640px) {
  .pdp-actions .btn { width: 100%; }
  .flash-ok, .flash-err { width: min(1280px, calc(100% - 24px)); }
}
