/* Core Motion Physio — สไตล์หน้าเว็บ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Sarabun', 'Prompt', system-ui, sans-serif;
  font-size: 16.5px; line-height: 1.75;
  color: var(--dark, #3d4653);
  background: #fff;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Prompt', 'Sarabun', sans-serif; line-height: 1.35; margin: 0 0 .5em; color: var(--dark); }
p { margin: 0 0 1em; }
img { max-width: 100%; height: auto; }
a { color: var(--pink-dark); text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.ic { vertical-align: -0.18em; flex-shrink: 0; }

/* ---------- ปุ่ม ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 999px;
  font-family: 'Prompt', sans-serif; font-weight: 500; font-size: 16px;
  border: 2px solid transparent; cursor: pointer; transition: all .2s;
  text-decoration: none;
}
.btn-primary { background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: #fff; box-shadow: 0 6px 18px rgba(226,68,126,.32); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(226,68,126,.42); }
.btn-outline { border-color: var(--pink); color: var(--pink-dark); background: #fff; }
.btn-outline:hover { background: var(--pink-soft); }
.btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.15); }
.btn-sm { padding: 9px 20px; font-size: 14.5px; }
.btn-lg { padding: 16px 36px; font-size: 17.5px; }

/* ---------- แถบบน + เฮดเดอร์ ---------- */
.topbar { background: var(--dark); color: #fff; font-size: 13.5px; }
.topbar-inner { display: flex; gap: 18px; align-items: center; padding: 7px 20px; flex-wrap: wrap; }
.topbar-item { color: #fff; display: inline-flex; align-items: center; gap: 6px; opacity: .92; }
.topbar-item:hover { opacity: 1; }
.topbar-spacer { flex: 1; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); box-shadow: 0 1px 12px rgba(61,70,83,.08); }
.header-inner { display: flex; align-items: center; gap: 14px; padding-top: 6px; padding-bottom: 6px; max-width: 1280px; flex-wrap: nowrap; }
.brand-logo { width: 112px; height: auto; display: block; }
.main-nav { display: flex; gap: 1px; margin-left: auto; flex-wrap: nowrap; }
.nav-link { font-family: 'Prompt', sans-serif; font-size: 14px; font-weight: 400; color: var(--dark); padding: 8px 9px; border-radius: 8px; white-space: nowrap; }
.nav-link:hover { color: var(--pink-dark); background: var(--pink-soft); }
.nav-link.active { color: var(--pink-dark); font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-cta { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; color: var(--dark); cursor: pointer; padding: 6px; }

/* ---------- แบนเนอร์สไลด์ (ภาพเต็มจอ) ---------- */
.hero { position: relative; overflow: hidden; background: #33202a; }
.hero-track { display: flex; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.hero-slide { min-width: 100%; position: relative; height: clamp(460px, 66vh, 640px); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(38,14,26,.55) 0%, rgba(38,14,26,.3) 42%, rgba(38,14,26,.05) 72%, rgba(38,14,26,0) 100%),
    linear-gradient(0deg, rgba(38,14,26,.35) 0%, rgba(38,14,26,0) 38%);
}
.hero-content {
  position: relative; z-index: 2; height: 100%;
  max-width: 1180px; margin: 0 auto; padding: 0 76px 46px 20px;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
}
.hero-content h2 { font-size: clamp(27px, 3.8vw, 46px); font-weight: 600; margin-bottom: 12px; color: #fff; max-width: 640px; text-shadow: 0 2px 18px rgba(38,14,26,.45); }
.hero-sub { font-size: clamp(15.5px, 1.6vw, 19px); color: rgba(255,255,255,.94); max-width: 560px; margin-bottom: 26px; text-shadow: 0 1px 12px rgba(38,14,26,.5); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--pink-dark);
  font-family: 'Prompt', sans-serif; font-weight: 500; font-size: 14px;
  padding: 7px 16px; border-radius: 999px; box-shadow: 0 4px 14px rgba(38,14,26,.3); margin-bottom: 18px;
}
.hero-dots { position: absolute; bottom: 18px; left: 0; right: 0; display: flex; justify-content: center; gap: 9px; z-index: 5; }
.hero-dot { width: 10px; height: 10px; border-radius: 999px; border: none; background: rgba(255,255,255,.45); cursor: pointer; padding: 0; transition: all .25s; }
.hero-dot.active { width: 30px; background: #fff; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 999px; border: none; cursor: pointer;
  background: rgba(255,255,255,.85); color: var(--pink-dark); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(38,14,26,.3); transition: all .2s;
}
.hero-arrow:hover { background: #fff; }
.hero-prev { left: 14px; } .hero-next { right: 14px; }

/* ---------- ส่วนทั่วไป ---------- */
.section { padding: 72px 0; }
.section-alt { background: linear-gradient(180deg, #fdf5f9, #fff); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 600; }
.section-head h2::after { content: ''; display: block; width: 56px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--pink), var(--pink-dark)); margin: 14px auto 0; }
.section-head p { color: #5d6a7a; margin-top: 14px; }

/* ---------- การ์ดบริการ ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card {
  background: #fff; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 6px 24px rgba(61,70,83,.09); transition: all .25s; border: 1px solid #f6e3ec;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(194,46,102,.16); }
.svc-card-img { aspect-ratio: 4/3; overflow: hidden; background: var(--pink-soft); }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.svc-card:hover .svc-card-img img { transform: scale(1.05); }
.svc-card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.svc-card-body h3 { font-size: 20px; font-weight: 600; display: flex; align-items: center; gap: 9px; color: var(--pink-dark); }
.svc-card-body p { color: #5d6a7a; font-size: 15.5px; flex: 1; }
.svc-link { font-family: 'Prompt', sans-serif; font-weight: 500; color: var(--pink-dark); display: inline-flex; align-items: center; gap: 7px; }
.svc-link:hover { gap: 11px; }

/* ---------- จุดเด่น ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { background: #fff; border-radius: 18px; padding: 28px 26px; box-shadow: 0 4px 18px rgba(61,70,83,.07); border: 1px solid #f6e3ec; display: flex; gap: 18px; align-items: flex-start; }
.why-icon {
  width: 52px; height: 52px; border-radius: 15px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--pink-soft), #fbd9e8); color: var(--pink-dark);
  display: flex; align-items: center; justify-content: center;
}
.why-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 5px; }
.why-card p { font-size: 14.5px; color: #5d6a7a; margin: 0; }

/* ---------- แพ็กเกจราคา ---------- */
.pkg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.pkg-card {
  background: #fff; border-radius: 20px; padding: 30px 26px; position: relative;
  border: 2px solid #f3dae6; display: flex; flex-direction: column;
  box-shadow: 0 6px 22px rgba(61,70,83,.07); transition: all .25s;
}
.pkg-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(194,46,102,.15); }
.pkg-card.highlight { border-color: var(--pink); box-shadow: 0 14px 36px rgba(226,68,126,.2); }
.pkg-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: #fff;
  font-family: 'Prompt', sans-serif; font-size: 13px; font-weight: 500;
  padding: 5px 18px; border-radius: 999px; white-space: nowrap;
}
.pkg-name { font-family: 'Prompt', sans-serif; font-size: 20px; font-weight: 600; color: var(--pink-dark); margin-bottom: 2px; text-align: center; }
.pkg-en { text-align: center; font-size: 12.5px; letter-spacing: .12em; color: #97a2b0; font-weight: 500; margin-bottom: 4px; }
.pkg-desc { text-align: center; font-size: 14px; color: #5d6a7a; min-height: 42px; }
.pkg-price { text-align: center; font-family: 'Prompt', sans-serif; font-size: 38px; font-weight: 700; color: var(--dark); margin: 8px 0 0; }
.pkg-old { text-align: center; font-size: 13.5px; color: #97a2b0; text-decoration: line-through; }
.pkg-per { text-align: center; font-size: 13.5px; color: var(--pink-dark); margin-bottom: 14px; }
.pkg-features { list-style: none; padding: 0; margin: 14px 0; flex: 1; }
.pkg-features li { display: flex; gap: 9px; align-items: flex-start; font-size: 14.5px; padding: 5px 0; color: #47536270; color: #475362; }
.pkg-features li .ic { color: var(--pink); margin-top: 4px; }
.pkg-note { font-size: 12.5px; color: #97a2b0; background: #fdf5f9; border-radius: 10px; padding: 10px 12px; margin-bottom: 16px; }
.pkg-cta { text-align: center; }

/* ---------- สินค้า ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.prod-card {
  background: #fff; border-radius: 22px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 8px 28px rgba(61,70,83,.1); border: 1px solid #f6e3ec; transition: all .25s;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(194,46,102,.16); }
.prod-card-img { aspect-ratio: 1/1; overflow: hidden; background: #faf7f4; }
.prod-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.prod-card:hover .prod-card-img img { transform: scale(1.04); }
.prod-card-body { padding: 26px 28px 28px; }
.prod-card-body h3 { font-size: 22px; font-weight: 600; margin-bottom: 2px; }
.prod-en { color: #97a2b0; font-size: 13.5px; letter-spacing: .06em; margin-bottom: 10px; }
.prod-price { font-family: 'Prompt', sans-serif; font-size: 20px; font-weight: 600; color: var(--pink-dark); }
.prod-size { display: inline-block; background: var(--pink-soft); color: var(--pink-dark); font-size: 12.5px; font-weight: 500; border-radius: 999px; padding: 3px 12px; margin-left: 8px; vertical-align: 2px; }

/* ---------- รายละเอียดสินค้า ---------- */
.prod-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.prod-detail-img img { border-radius: 22px; box-shadow: 0 16px 40px rgba(61,70,83,.14); width: 100%; }
.benefit-list { list-style: none; padding: 0; margin: 18px 0; }
.benefit-list li { display: flex; gap: 11px; align-items: flex-start; padding: 8px 0; }
.benefit-list .ic { color: var(--pink); margin-top: 5px; }
.spec-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0 24px; }
.spec-tag { background: var(--pink-soft); color: var(--pink-dark); border-radius: 999px; font-size: 13px; padding: 6px 15px; font-weight: 500; }

/* ---------- ขั้นตอน ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step-card { background: #fff; border-radius: 18px; padding: 30px 24px 26px; text-align: center; box-shadow: 0 4px 18px rgba(61,70,83,.07); border: 1px solid #f6e3ec; position: relative; }
.step-num {
  width: 46px; height: 46px; border-radius: 999px; margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: #fff;
  font-family: 'Prompt', sans-serif; font-size: 20px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.step-card h3 { font-size: 17px; font-weight: 600; }
.step-card p { font-size: 14px; color: #5d6a7a; margin: 0; }

/* ---------- แกลเลอรี ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gal-item { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; aspect-ratio: 3/4; background: var(--pink-soft); border: none; padding: 0; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; display: block; }
.gal-item:hover img { transform: scale(1.05); }
.gal-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px;
  background: linear-gradient(transparent, rgba(30,20,25,.72)); color: #fff; font-size: 13.5px; font-family: 'Prompt', sans-serif;
}
.gal-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 58px; height: 58px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--pink-dark);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,.25); transition: all .2s;
}
.gal-item:hover .gal-play { transform: translate(-50%,-50%) scale(1.1); }

/* ---------- คำพูด / CTA ---------- */
.quote-band { background: linear-gradient(120deg, var(--pink-dark), var(--pink)); color: #fff; text-align: center; padding: 56px 20px; }
.quote-band p { font-family: 'Prompt', sans-serif; font-size: clamp(19px, 2.4vw, 26px); font-weight: 400; max-width: 820px; margin: 0 auto; }
.cta-band { background: linear-gradient(120deg, #fdf0f6, #fbdcea); text-align: center; padding: 64px 20px; border-radius: 26px; }
.cta-band h2 { font-size: clamp(23px, 2.8vw, 32px); }
.cta-band p { color: #5d6a7a; max-width: 620px; margin: 0 auto 26px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid #f3dae6; border-radius: 16px; margin-bottom: 14px; overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 18px 22px; font-family: 'Prompt', sans-serif; font-weight: 500; font-size: 16.5px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--pink-dark); flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { color: var(--pink-dark); }
.faq-a { padding: 0 22px 20px; color: #5d6a7a; }

/* ---------- ฟอร์มติดต่อ ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-card { background: #fff; border-radius: 20px; padding: 32px; box-shadow: 0 8px 28px rgba(61,70,83,.09); border: 1px solid #f6e3ec; }
.contact-ways { display: flex; flex-direction: column; gap: 14px; }
.contact-way { display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid #f3dae6; border-radius: 16px; padding: 16px 20px; transition: all .2s; color: var(--dark); }
.contact-way:hover { border-color: var(--pink); box-shadow: 0 6px 18px rgba(226,68,126,.13); }
.contact-way-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--pink-soft); color: var(--pink-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-way b { font-family: 'Prompt', sans-serif; font-weight: 500; display: block; font-size: 15.5px; }
.contact-way span { font-size: 13.5px; color: #7d8894; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-family: 'Prompt', sans-serif; font-weight: 500; font-size: 14.5px; margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 12px 15px; border: 1.5px solid #e5d3dd; border-radius: 12px;
  font-family: 'Sarabun', sans-serif; font-size: 15.5px; color: var(--dark); background: #fff;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px rgba(226,68,126,.12); }
.form-note { font-size: 13px; color: #97a2b0; }
.alert-success { background: #e8f7ef; border: 1px solid #b3e2c8; color: #21714a; border-radius: 14px; padding: 15px 18px; margin-bottom: 18px; display: flex; gap: 10px; align-items: flex-start; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 400; background: rgba(20,12,17,.9); display: flex; align-items: center; justify-content: center; padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox-body { max-width: min(920px, 94vw); max-height: 90vh; }
.lightbox-body img, .lightbox-body video { max-width: 100%; max-height: 86vh; border-radius: 14px; display: block; }
.lightbox-close { position: absolute; top: 18px; right: 20px; background: none; border: none; color: #fff; cursor: pointer; padding: 8px; }

/* ---------- ปุ่มลอย ---------- */
.float-contact { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 12px; z-index: 300; }
.float-btn { width: 54px; height: 54px; border-radius: 999px; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.22); transition: transform .2s; }
.float-btn:hover { transform: scale(1.08); }
.float-line { background: #06c755; }
.float-phone { background: linear-gradient(135deg, var(--pink), var(--pink-dark)); }

/* ---------- ฟุตเตอร์ ---------- */
.site-footer { background: #33202a; color: #d9c9d1; margin-top: 72px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 36px; padding: 56px 20px 40px; }
.footer-col h3 { color: #fff; font-size: 16.5px; font-weight: 500; margin-bottom: 16px; }
.footer-col a, .footer-col span { display: flex; align-items: center; gap: 9px; color: #d9c9d1; padding: 4px 0; }
.footer-col a:hover { color: #fff; }
.footer-logo { width: 150px; background: #fff; border-radius: 14px; padding: 10px; }
.footer-tagline { font-family: 'Prompt', sans-serif; color: #f0a8c4; margin: 14px 0 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; text-align: center; font-size: 13px; color: #a08b96; }

/* ---------- หน้าใน: hero เล็ก ---------- */
.page-hero { background: linear-gradient(120deg, #fdeef5, #fbd9e8); padding: 56px 0 48px; text-align: center; }
.page-hero h1 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; }
.page-hero p { color: #5d6a7a; max-width: 720px; margin: 10px auto 0; }
.breadcrumb { font-size: 13.5px; color: #97a2b0; margin-bottom: 10px; }
.breadcrumb a { color: #97a2b0; }
.breadcrumb a:hover { color: var(--pink-dark); }

/* ---------- อื่นๆ ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.img-frame img { border-radius: 22px; box-shadow: 0 16px 40px rgba(61,70,83,.14); width: 100%; }
.check-list { list-style: none; padding: 0; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; padding: 7px 0; }
.check-list .ic { color: var(--pink); margin-top: 5px; flex-shrink: 0; }
.promo-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 26px rgba(61,70,83,.1); border: 1px solid #f6e3ec; }
.promo-card img { width: 100%; display: block; }
.promo-card-body { padding: 22px 26px; }
.empty-note { text-align: center; color: #97a2b0; padding: 40px 20px; background: #fdf5f9; border-radius: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 1140px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 1024px) {
  .svc-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1140px) {
  .main-nav.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: 0 18px 30px rgba(61,70,83,.16); padding: 12px 16px 18px; gap: 2px;
  }
  .main-nav.open .nav-link { padding: 12px 14px; font-size: 16px; }
}
@media (max-width: 760px) {
  body { font-size: 15.5px; }
  .section { padding: 52px 0; }
  .hero-slide { height: clamp(420px, 62vh, 560px); }
  .hero-bg { object-position: 68% center !important; }
  .hero-content { padding: 0 20px 60px; justify-content: flex-end; }
  .hero-content h2 { font-size: clamp(24px, 6.4vw, 32px); }
  .hero-scrim { background: linear-gradient(0deg, rgba(38,14,26,.8) 0%, rgba(38,14,26,.35) 45%, rgba(38,14,26,.05) 70%); }
  .hero-arrow { display: none; }
  .topbar-inner { justify-content: center; gap: 12px; }
  .topbar-item:first-child { display: none; }
  .topbar-spacer { display: none; }
  .header-cta { display: none; }
  .brand-logo { width: 108px; }
  .svc-grid, .why-grid, .prod-grid, .pkg-grid, .steps { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid, .two-col, .prod-detail { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .pkg-desc { min-height: 0; }
}
@media (max-width: 460px) {
  .gal-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  .container { padding: 0 16px; }
}
