/* =========================
   Bosaga Co Landing (2026)
   ========================= */

/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { 
  scroll-behavior: smooth; 
  overflow-x: hidden;
  width: 100%;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #0f172a;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(251,146,60,0.22), transparent 60%),
              radial-gradient(1000px 500px at 100% 10%, rgba(239,68,68,0.18), transparent 55%),
              #0b1220;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

a { color: inherit; text-decoration: none; }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container { 
  max-width: 1180px; 
  margin: 0 auto; 
  padding: 0 20px; 
  width: 100%;
  box-sizing: border-box;
}

/* Utility */
.w-full { width: 100%; }
.section-subtitle {
  text-align: center;
  margin: -1.25rem auto 2.5rem;
  max-width: 780px;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11,18,32,0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148,163,184,0.15);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
}
.logo {
  flex-shrink: 0;
}
.logo h1 {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #fff;
}
.logo p { font-size: 0.9rem; color: rgba(255,255,255,0.72); }

.header-actions { 
  display:flex; 
  align-items:center; 
  gap: 14px; 
  flex-wrap: nowrap; 
  justify-content: flex-end; 
  flex-shrink: 0;
}
.contact-inline{ 
  display:flex; 
  gap:10px; 
  flex-wrap: nowrap; 
  flex-shrink: 0;
}
.pill{
  display:flex; 
  align-items:center; 
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(148,163,184,0.18);
  color: rgba(255,255,255,0.92);
  white-space: nowrap;
  flex-shrink: 0;
}
.pill-muted{ background: rgba(255,255,255,0.06); }
.pill-ico{ opacity:0.95; }
.pill-link{ font-weight: 650; }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn-small{ 
  padding: 10px 14px; 
  font-size: 0.95rem; 
  border-radius: 12px; 
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-primary{
  background: linear-gradient(135deg, #fb923c 0%, #ef4444 70%, #b91c1c 100%);
  color: #0b1220;
  box-shadow: 0 10px 30px rgba(239,68,68,0.18);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 40px rgba(239,68,68,0.28); }

.btn-secondary{
  background: rgba(255,255,255,0.08);
  color:#fff;
  border-color: rgba(148,163,184,0.18);
}
.btn-secondary:hover{ transform: translateY(-2px); background: rgba(255,255,255,0.12); }

.btn-ghost{
  background: rgba(255,255,255,0.06);
  color:#fff;
  border-color: rgba(148,163,184,0.18);
}
.btn-ghost:hover{ transform: translateY(-2px); background: rgba(255,255,255,0.10); }

.btn-light{
  background: rgba(255,255,255,0.12);
  color:#fff;
  border-color: rgba(148,163,184,0.18);
}
.btn-light:hover{ transform: translateY(-2px); background: rgba(255,255,255,0.16); }

.btn:active{ transform: scale(0.98); }

/* Hero */
.hero{
  padding: 56px 0 42px;
  color: #fff;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.18);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.hero-content h2{
  font-size: 2.9rem;
  line-height: 1.1;
  letter-spacing: -0.8px;
  margin-bottom: 14px;
}
.hero-subtitle{
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  max-width: 740px;
  margin-bottom: 18px;
}
.cta-buttons{ 
  display:flex; 
  gap:12px; 
  flex-wrap: wrap; 
  margin: 14px 0 18px; 
  width: 100%;
  box-sizing: border-box;
}

.hero-badges{
  display:flex; 
  gap:10px; 
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.badge{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.18);
  color: rgba(255,255,255,0.9);
  font-weight: 650;
  font-size: 0.95rem;
}

/* Hero side card */
.hero-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border: 1px solid rgba(148,163,184,0.20);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.hero-card-head{ margin-bottom: 14px; }
.hero-card-title{ font-size: 1.1rem; font-weight: 800; color:#fff; }
.hero-card-note{ font-size: 0.95rem; color: rgba(255,255,255,0.72); margin-top: 4px; }
.hero-mini{ display:grid; gap: 10px; padding: 10px 0 16px; }
.mini-row{ display:flex; justify-content: space-between; gap:12px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(148,163,184,0.16); }
.mini-k{ color: rgba(255,255,255,0.75); font-weight: 650; }
.mini-v{ color: rgba(255,255,255,0.95); font-weight: 750; }
.mini-v a{ text-decoration: underline; text-underline-offset: 2px; }

/* Sections base */
.products, .advantages, .certs, .contact{
  padding: 56px 0;
}
.section-title{
  text-align:center;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  color:#fff;
  margin-bottom: 2.5rem;
}

/* Products */
.products{
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border-top: 1px solid rgba(148,163,184,0.12);
  border-bottom: 1px solid rgba(148,163,184,0.12);
}
.products-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.product-card{
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.16);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.22);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}
.product-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(0,0,0,0.30);
  border-color: rgba(251,146,60,0.42);
}
.product-card.featured{
  border-color: rgba(239,68,68,0.55);
  box-shadow: 0 18px 55px rgba(239,68,68,0.16);
}
.product-badge{
  position:absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.82rem;
  color: #0b1220;
  background: linear-gradient(135deg, #fb923c 0%, #ef4444 100%);
}
.product-image{ display:flex; justify-content:center; margin-bottom: 12px; }
.brick-plate{
  width: 88px; height: 88px;
  border-radius: 20px;
  background: radial-gradient(40px 40px at 30% 30%, rgba(251,146,60,0.45), rgba(239,68,68,0.10)),
              rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.18);
  display:flex; align-items:center; justify-content:center;
}
.brick-icon{ font-size: 2.9rem; filter: drop-shadow(0 10px 18px rgba(0,0,0,0.25)); }
.product-info h3{
  color:#fff;
  font-size: 1.4rem;
  font-weight: 900;
  text-align:center;
  margin-bottom: 10px;
}
.price{ text-align:center; margin-bottom: 12px; }
.price-value{ font-size: 2.2rem; font-weight: 900; color:#fb923c; }
.price-unit{ font-size: 1rem; color: rgba(255,255,255,0.65); margin-left: 6px; }
.features{ list-style:none; display:grid; gap: 8px; }
.features li{ color: rgba(255,255,255,0.78); font-weight: 600; }

.note{
  max-width: 920px;
  margin: 22px auto 0;
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.16);
  color: rgba(255,255,255,0.78);
}
.note-ico{ font-size: 1.15rem; margin-top: 2px; }

/* Advantages */
.advantages{ background: transparent; }
.advantages-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.advantage-item{
  text-align:center;
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.16);
  box-shadow: 0 10px 36px rgba(0,0,0,0.20);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.advantage-item:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.28);
  border-color: rgba(251,146,60,0.36);
}
.advantage-icon{ font-size: 2.3rem; margin-bottom: 10px; }
.advantage-item h3{ color:#fff; font-size: 1.15rem; font-weight: 900; margin-bottom: 6px; }
.advantage-item p{ color: rgba(255,255,255,0.72); font-weight: 600; }

/* Certificates */
.certs{
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.04));
  border-top: 1px solid rgba(148,163,184,0.12);
  border-bottom: 1px solid rgba(148,163,184,0.12);
}
.certs-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.cert-card{
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.16);
  box-shadow: 0 10px 36px rgba(0,0,0,0.20);
}
.cert-ico{ font-size: 1.9rem; margin-bottom: 10px; }
.cert-card h3{ color:#fff; font-size: 1.1rem; font-weight: 900; margin-bottom: 6px; }
.cert-card p{ color: rgba(255,255,255,0.72); font-weight: 600; }
.certs-cta{ display:flex; gap: 12px; justify-content:center; flex-wrap: wrap; margin-top: 22px; }

/* Contact */
.contact{ background: transparent; }
.contact-content{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}
.contact-item{
  display:flex;
  gap: 12px;
  align-items:center;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.16);
  margin-bottom: 12px;
}
.contact-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(251,146,60,0.95), rgba(239,68,68,0.85));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0b1220;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.contact-item h3{ color:#fff; font-size: 1rem; font-weight: 900; margin-bottom: 2px; }
.contact-item p, .contact-item a{ color: rgba(255,255,255,0.78); font-weight: 650; }
.contact-item a{ text-decoration: underline; text-underline-offset: 2px; }

.contact-box{
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(148,163,184,0.18);
}
.contact-box-title{ color:#fff; font-weight: 900; font-size: 1.05rem; margin-bottom: 6px; }
.contact-box-text{ color: rgba(255,255,255,0.72); font-weight: 600; margin-bottom: 12px; }

/* Form */
.contact-form{
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.16);
  box-shadow: 0 14px 46px rgba(0,0,0,0.24);
}
.contact-form h3{
  text-align:center;
  color:#fff;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.form-group{ margin-bottom: 10px; }
.form-group input, .form-group select{
  width:100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,0.20);
  background: rgba(11,18,32,0.55);
  color:#fff;
  font-size: 1rem;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.form-group input::placeholder{ color: rgba(255,255,255,0.55); }
.form-group input:focus, .form-group select:focus{
  border-color: rgba(251,146,60,0.60);
  box-shadow: 0 0 0 4px rgba(251,146,60,0.14);
  background: rgba(11,18,32,0.65);
}
.form-message{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 650;
  border: 1px solid rgba(148,163,184,0.16);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
}
.form-message.ok{
  border-color: rgba(34,197,94,0.45);
  background: rgba(34,197,94,0.10);
}
.form-message.err{
  border-color: rgba(239,68,68,0.55);
  background: rgba(239,68,68,0.10);
}
.form-foot{
  margin-top: 10px;
  color: rgba(255,255,255,0.60);
  font-size: 0.92rem;
  text-align: center;
}

/* Footer */
.footer{
  padding: 30px 0 16px;
  border-top: 1px solid rgba(148,163,184,0.12);
  background: rgba(11,18,32,0.78);
  color: rgba(255,255,255,0.86);
}
.footer-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  flex-wrap:wrap;
}
.footer-info h3{ color:#fff; font-weight: 900; margin-bottom: 6px; }
.footer-info p{ color: rgba(255,255,255,0.68); font-weight: 600; }
.footer-contact a{ text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(148,163,184,0.12);
  text-align:center;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
}

/* WhatsApp Floating Button */
.whatsapp-float{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.whatsapp-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #fff;
  background: #22c55e;
  box-shadow: 0 10px 26px rgba(34,197,94,0.26);
  border: 1px solid rgba(255,255,255,0.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  position: relative;
  overflow: hidden;
}
.whatsapp-btn:hover{
  transform: translateY(-2px) scale(1.04);
  background: #16a34a;
  box-shadow: 0 14px 34px rgba(34,197,94,0.34);
}
.whatsapp-btn::before{
  content:'';
  position:absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), transparent 55%);
  transform: rotate(12deg);
}

/* Responsive */
@media (max-width: 900px){
  html, body{
    overflow-x: hidden;
    max-width: 100vw;
  }
  .hero-grid{ 
    grid-template-columns: 1fr; 
    gap: 20px;
    width: 100%;
  }
  .hero-content{
    width: 100%;
  }
  .hero-content h2{ 
    font-size: 2.25rem; 
    line-height: 1.15;
    word-wrap: break-word;
  }
  .contact-content{ 
    grid-template-columns: 1fr; 
    gap: 16px;
    width: 100%;
  }
  .header-inner{
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .logo{
    width: 100%;
    text-align: center;
  }
  .header-actions{ 
    justify-content: center; 
    align-items: center;
    width: 100%;
    margin-top: 8px;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
  }
  .contact-inline{
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .header-actions .btn{
    justify-content: center;
    width: auto;
    min-width: auto;
  }
  .cta-buttons{
    flex-direction: column;
    width: 100%;
  }
  .cta-buttons .btn{
    width: 100%;
    justify-content: center;
  }
  .products-grid{
    width: 100%;
  }
  .advantages-grid,
  .certs-grid{
    width: 100%;
  }
}

@media (max-width: 480px){
  html, body{
    overflow-x: hidden;
    max-width: 100vw;
  }
  .container{ 
    padding: 0 14px; 
    max-width: 100%;
    width: 100%;
  }
  .hero{ 
    padding: 44px 0 34px; 
    width: 100%;
    overflow-x: hidden;
  }
  .hero-content{
    width: 100%;
    overflow-x: hidden;
  }
  .hero-content h2{ 
    font-size: 1.85rem; 
    letter-spacing: -0.5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .hero-subtitle{
    font-size: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .section-title{ 
    font-size: 1.85rem; 
    padding: 0 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .section-subtitle{
    font-size: 0.95rem;
    padding: 0 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .whatsapp-btn{ 
    width: 54px; 
    height: 54px; 
    bottom: 16px;
    right: 16px;
  }
  .whatsapp-float{
    bottom: 16px;
    right: 16px;
  }
  .products-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }
  .advantages-grid,
  .certs-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }
  .hero-badges{
    flex-wrap: wrap;
    width: 100%;
  }
  .badge{
    font-size: 0.88rem;
    padding: 6px 10px;
    word-wrap: break-word;
  }
  .price-value{
    font-size: 1.9rem;
  }
  .product-info h3{
    font-size: 1.25rem;
    word-wrap: break-word;
  }
  .form-group input, 
  .form-group select{
    font-size: 0.95rem;
    padding: 11px 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .contact-item{
    flex-wrap: wrap;
    padding: 12px;
    width: 100%;
  }
  .contact-icon{
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .footer-content{
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
  .header-actions .pill{
    font-size: 0.88rem;
    padding: 8px 10px;
    word-wrap: break-word;
  }
  .btn{
    font-size: 0.95rem;
    padding: 11px 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .btn-small{
    font-size: 0.9rem;
    padding: 9px 12px;
  }
  .logo{
    width: 100%;
    text-align: center;
  }
  .logo h1{
    font-size: 1.1rem;
    word-wrap: break-word;
    text-align: center;
  }
  .logo p{
    font-size: 0.85rem;
    text-align: center;
  }
  .header-inner{
    justify-content: center;
    text-align: center;
  }
  .header-actions{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    flex-direction: row;
  }
  .contact-inline{
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 8px;
  }
  .header-actions .btn{
    width: auto;
    min-width: auto;
    justify-content: center;
  }
  .hero-card{
    width: 100%;
    box-sizing: border-box;
  }
  .contact-form{
    width: 100%;
    box-sizing: border-box;
  }
  .note{
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}



/* =========================
   Stock tags (availability)
   ========================= */
.stock-tags{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0 12px;
}
.tag{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgba(148,163,184,0.18);
  background: rgba(255,255,255,0.06);
  color: rgba(226,232,240,0.92);
}
.tag-instock{
  border-color: rgba(34,197,94,0.32);
  background: rgba(34,197,94,0.10);
}
.tag-preorder{
  border-color: rgba(251,146,60,0.35);
  background: rgba(251,146,60,0.10);
}

/* =========================
   Gallery
   ========================= */
.gallery{
  padding: 64px 0;
  border-top: 1px solid rgba(148,163,184,0.12);
  border-bottom: 1px solid rgba(148,163,184,0.12);
  background: radial-gradient(900px 500px at 18% 30%, rgba(251,146,60,0.09), transparent 60%),
              radial-gradient(800px 420px at 85% 70%, rgba(239,68,68,0.07), transparent 60%);
}
.gallery-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 18px;
  width: 100%;
  box-sizing: border-box;
}
.gallery-item{
  grid-column: span 4;
  position: relative;
  display:block;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(148,163,184,0.16);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 14px 46px rgba(0,0,0,0.22);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gallery-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 62px rgba(0,0,0,0.32);
  border-color: rgba(251,146,60,0.35);
}
.gallery-item img{
  display:block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}
.gallery-meta{
  position:absolute;
  left: 0; right: 0; bottom: 0;
  padding: 12px 12px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(11,18,32,0.86) 60%, rgba(11,18,32,0.92) 100%);
}
.gallery-title{
  display:block;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.94);
}
.gallery-hint{
  display:block;
  margin-top: 4px;
  font-size: 0.86rem;
  color: rgba(226,232,240,0.78);
}

/* Responsive gallery */
@media (max-width: 900px){
  .gallery-grid{
    gap: 12px;
  }
  .gallery-item{ 
    grid-column: span 6; 
  }
  .gallery-item img{ 
    height: 220px; 
  }
}
@media (max-width: 560px){
  .gallery-grid{
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .gallery-item{ 
    grid-column: span 1; 
  }
  .gallery-item img{ 
    height: 200px; 
  }
  .gallery-meta{
    padding: 10px;
  }
}

/* =========================
   Lightbox
   ========================= */
.no-scroll{ overflow: hidden; }

.lightbox{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(10px);
  z-index: 9999;
  overflow: auto;
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}
.lightbox.open{ display:flex; }
.lightbox-img{
  width: min(1040px, 92vw);
  max-width: calc(100vw - 44px);
  max-height: 82vh;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,0.24);
  box-shadow: 0 30px 90px rgba(0,0,0,0.55);
  object-fit: contain;
  background: rgba(255,255,255,0.03);
}
.lightbox-close{
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.22);
  background: rgba(11,18,32,0.55);
  color: rgba(255,255,255,0.92);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.lightbox-close:hover{
  transform: translateY(-1px);
  background: rgba(11,18,32,0.72);
  border-color: rgba(251,146,60,0.35);
}
