/* CSS khusus halaman foto showroom */

body.foto-body {
  background: #f7f9fc;
  line-height: 1.6;
  padding-top: 80px;
}

main.foto-page {
  padding: 20px;
  margin-top: 10px;
}

.section {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.section h2 {
  color: #002368;
  margin-bottom: 10px;
  font-size: 20px;
}

/* === HIGHLIGHT — 1 GAMBAR SAJA === */
.section-highlight .gallery {
  display: block;
}

.section-highlight .gallery img {
  width: 260px;
  max-width: 100%;
  border-radius: 12px;
  display: block;
  margin-left: 0;
}

/* ========================================
   GALLERY GLOBAL — MASONRY (TIDAK PAKAI GRID)
======================================== */
.gallery {
  columns: 3;
  column-gap: 18px;
}

.gallery a {
  break-inside: avoid;
  display: block;
  margin-bottom: 18px;
}

.gallery img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* === BATASI SEMUA GAMBAR MENJADI 260PX === */
.section-exterior .gallery img,
.section-interior .gallery img,
.section-service .gallery img,
.section-bodyrepair .gallery img,
.section-review-photos .gallery img {
  max-width: 260px;
}

/* Responsive */
@media (max-width: 1024px) {
  .gallery { columns: 2; }
}

@media (max-width: 600px) { 
  .gallery { columns: 1; }
}
.internal-links {
  margin: 40px auto;
  padding: 20px 15px;
  max-width: 900px;
  border-top: 1px solid #e0e0e0;
}

.internal-links h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.internal-links ul {
  padding-left: 18px;
  line-height: 1.7;
}

.internal-links a {
  color: #005baa;
  text-decoration: none;
}

.internal-links a:hover {
  text-decoration: underline;
}
