/* Minimal fallback if brand CSS missing paths — brand style.css is primary */
body.gunpla-page { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0b0b0f; color: #e8e8ef; }
.gunpla-page .site-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.gunpla-page .nav { display: flex; gap: 16px; flex-wrap: wrap; }
.gunpla-page .nav a { color: #c8c8d0; text-decoration: none; font-size: .9rem; }
.gunpla-page .nav a:hover { color: #E60012; }
.gunpla-page .main-content { max-width: 960px; margin: 0 auto; padding: 32px 20px 64px; }
.gunpla-page .hero h1 { font-size: 2rem; margin-bottom: 12px; }
.gunpla-page .hero p { color: #c8c8d0; margin-bottom: 10px; line-height: 1.6; }
.gunpla-page .btn {
  display: inline-block; margin: 8px 8px 0 0; padding: 10px 16px;
  background: #E60012; color: #fff; text-decoration: none; border-radius: 6px; font-weight: 600;
}
.gunpla-page .btn-outline { background: transparent; border: 1px solid rgba(255,255,255,.2); }
.gunpla-page .cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin-top: 16px; }
.gunpla-page .product-card {
  display: block; background: #14141c; border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit;
}
.gunpla-page .product-card img { width: 100%; height: 180px; object-fit: cover; display: block; background: #0b0b0f; }
.gunpla-page .product-card h3 { font-size: 1rem; padding: 12px 14px 4px; color: #fff; }
.gunpla-page .product-card p { font-size: .85rem; padding: 0 14px 14px; color: #c8c8d0; }
.gunpla-page .photo-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px; margin-bottom: 24px; }
.gunpla-page .photo-gallery img { width: 100%; height: auto; border-radius: 8px; }
.gunpla-page .content-page h1 { font-size: 1.6rem; margin-bottom: 16px; }
.gunpla-page .content-page h2 { font-size: 1.15rem; margin: 24px 0 10px; color: #fff; }
.gunpla-page .content-page p { margin-bottom: 12px; line-height: 1.65; color: #c8c8d0; }
.gunpla-page .content-page a { color: #E60012; }
.gunpla-page .site-footer {
  text-align: center; padding: 28px 16px; border-top: 1px solid rgba(255,255,255,.08);
  color: #8a8a96; font-size: .85rem;
}
.gunpla-page .site-footer a { color: #c8c8d0; }
.gunpla-page table { width: 100%; border-collapse: collapse; margin: 12px 0; }
.gunpla-page td, .gunpla-page th { border: 1px solid rgba(255,255,255,.1); padding: 8px 10px; text-align: left; font-size: .85rem; }
