/* ==========================================================================
   PT FAS-B GLOBAL INFINITY — Company Profile
   Single stylesheet. Mobile-first.
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------- */
:root {
  /* Biru sebagai warna utama, slate gelap untuk kontras, putih sebagai dasar.
     Warna dipakai seperlunya — sebagian besar halaman putih dan lapang. */
  --navy:        #0f172a;   /* slate-900 — pita gelap & footer */
  --navy-soft:   #1e293b;   /* slate-800 */
  --brand-dark:  #1d4ed8;   /* blue-700 */
  --brand:       #2563eb;   /* blue-600 — tombol & tautan */
  --brand-light: #3b82f6;   /* blue-500 */
  --brand-tint:  #eff6ff;   /* blue-50 */
  --accent:      #60a5fa;   /* blue-400 — aksen di atas latar gelap */
  --accent-ink:  #2563eb;   /* aksen di atas latar terang */

  --surface-2:   #f8fafc;   /* slate-50 — selang-seling seksi */
  --surface-3:   #eef2f7;   /* slate-100 */

  --ink:         #0f172a;
  --ink-soft:    #475569;   /* slate-600 */
  --ink-mute:    #94a3b8;   /* slate-400 */
  --line:        #e2e8f0;   /* slate-200 */
  --white:       #ffffff;

  --radius:    14px;
  --radius-sm: 8px;
  /* bayangan lebih tipis supaya kesannya bersih, bukan berat */
  --shadow:    0 1px 2px rgba(15,23,42,.04), 0 4px 16px rgba(15,23,42,.05);
  --shadow-lg: 0 2px 6px rgba(15,23,42,.06), 0 14px 34px rgba(15,23,42,.09);

  --wrap:      1180px;
  --nav-h:     72px;

  --sans: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont,
          "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* --- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
/* height:auto WAJIB — tanpa ini, atribut height="…" di HTML tetap dipakai saat
   lebar menyusut di layar kecil, dan gambar jadi melar tidak proporsional. */
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.2; font-weight: 700; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* --- Layout helpers ----------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.section { padding: 64px 0; }
.section--tight { padding: 44px 0; }
.section--tint { background: var(--surface-2); }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: .6rem;
}


.section-head { max-width: 640px; margin-bottom: 36px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); }
.section-head p { color: var(--ink-soft); margin: 0; }


.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: repeat(2, 1fr); }

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  padding: 13px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700; font-size: .95rem;
  cursor: pointer;
  transition: transform .15s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--brand); color: var(--white); }
.btn--primary:hover { background: var(--brand-dark); color: var(--white); }
.btn--accent { background: var(--brand); color: var(--white); }
.btn--accent:hover { background: var(--brand-dark); color: var(--white); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.14); color: var(--white); }
.btn--outline { background: transparent; color: var(--brand-dark); border-color: var(--brand); }
.btn--outline:hover { background: var(--brand); color: var(--white); }

/* --- Header ------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 16px; min-height: var(--nav-h); }

.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand__mark {
  width: 40px; height: 40px; flex: none;
  border-radius: 10px;
  background: linear-gradient(140deg, var(--brand), var(--navy));
  color: var(--white);
  display: grid; place-items: center;
  font-weight: 800; font-size: .85rem; letter-spacing: -.03em;
}
img.brand__mark { background: none; padding: 0; }
.brand__name { display: block; font-weight: 800; font-size: 1rem; line-height: 1.1; color: var(--navy); letter-spacing: -.02em; white-space: nowrap; }
.brand__tag { display: block; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; white-space: nowrap; }

/* Header di layar kecil: rapatkan agar brand tidak wrap keluar bar. */
@media (max-width: 899px) {
  .site-header .nav { gap: 10px; }
  .site-header .brand__mark { width: 36px; height: 36px; font-size: .78rem; }
  .site-header .brand__name { font-size: .8rem; }
  .site-header .brand__tag { display: none; }
  .site-header .lang button { padding: 5px 9px; font-size: .72rem; }
}
@media (max-width: 380px) {
  .site-header .brand__name { font-size: .72rem; }
  .site-header .brand { gap: 8px; }
}

.nav__links { display: none; gap: 4px; align-items: center; }
.nav__links a {
  padding: 8px 13px; border-radius: 999px;
  font-size: .93rem; font-weight: 600; color: var(--ink-soft);
}
.nav__links a:hover { background: var(--brand-tint); color: var(--brand-dark); }
.nav__links a[aria-current="page"] { color: var(--brand-dark); background: var(--brand-tint); }

.nav__actions { display: flex; align-items: center; gap: 10px; }

.lang {
  display: inline-flex; padding: 3px;
  background: var(--surface-3); border-radius: 999px;
}
.lang button {
  border: 0; background: transparent; cursor: pointer;
  padding: 5px 12px; border-radius: 999px;
  font-size: .78rem; font-weight: 800; letter-spacing: .04em;
  color: var(--ink-soft);
}
.lang button[aria-pressed="true"] { background: var(--white); color: var(--brand-dark); box-shadow: 0 1px 3px rgba(0,0,0,.12); }

.nav__cta { display: none; }

/* flex (bukan grid) supaya jarak antar garis benar-benar 3px —
   pada grid, tiap span jadi baris tersendiri dan gap-nya melar. */
.burger {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 3px;
  width: 42px; height: 42px;
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--white); cursor: pointer;
}
.burger span { display: block; width: 19px; height: 2px; background: var(--ink); border-radius: 2px; }

.nav__drawer {
  display: none;
  padding: 10px 0 18px;
  border-top: 1px solid var(--line);
}
.nav__drawer.is-open { display: block; }
.nav__drawer a {
  display: block; padding: 11px 4px;
  font-weight: 600; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.nav__drawer a[aria-current="page"] { color: var(--brand-dark); }
.nav__drawer .btn { margin-top: 14px; width: 100%; justify-content: center; }

/* --- Hero slideshow ----------------------------------------------------- */
.hero { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }

.hero__track { position: relative; }
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity .7s ease;
}
.hero__slide.is-active { opacity: 1; visibility: visible; position: relative; }
.hero__slide img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: .62;
}
.hero__slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(15,23,42,.86) 4%, rgba(15,23,42,.58) 48%, rgba(15,23,42,.20) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: 74px 0 68px; max-width: 700px; }
.hero h1, .hero h2 { font-size: clamp(1.9rem, 5.6vw, 3.1rem); color: var(--white); margin-bottom: .35em; }
.hero__lead { font-size: clamp(1rem, 2.4vw, 1.12rem); color: #cbd5e1; margin-bottom: 1.8em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* panah */
.hero__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(15,23,42,.35);
  color: #fff; cursor: pointer;
  display: none; place-items: center;
  transition: background .2s ease;
}
.hero__nav:hover { background: rgba(15,23,42,.65); }
.hero__nav svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; }
.hero__nav--prev { left: 14px; }
.hero__nav--next { right: 14px; }

/* titik indikator */
.hero__dots {
  position: absolute; z-index: 4; left: 0; right: 0; bottom: 16px;
  display: flex; justify-content: center; gap: 8px;
}
.hero__dots button {
  width: 9px; height: 9px; padding: 0; border-radius: 50%;
  border: 0; cursor: pointer;
  background: rgba(255,255,255,.42);
  transition: background .2s ease, width .2s ease;
}
.hero__dots button[aria-selected="true"] { background: var(--white); width: 26px; border-radius: 999px; }

.hero__stats {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: rgba(255,255,255,.14);
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero__stat { background: rgba(15,23,42,.72); padding: 18px 20px; }
.hero__stat b { display: block; font-size: 1.25rem; color: var(--accent); }
.hero__stat span { font-size: .84rem; color: #cbd5e1; }

/* Page banner (inner pages) */
.pagehead { background: var(--surface-2); border-bottom: 1px solid var(--line); padding: 46px 0 40px; }
.pagehead h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); color: var(--navy); }
.pagehead p { color: var(--ink-soft); max-width: 620px; margin: 0; }
.crumb { font-size: .82rem; color: var(--ink-mute); margin-bottom: .8rem; }
.crumb a { color: var(--brand); }

/* --- Cards -------------------------------------------------------------- */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
a.card:hover, .card--hover:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card__media { position: relative; aspect-ratio: 4 / 3; background: var(--surface-3); }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.card__body h3 { font-size: 1.08rem; margin-bottom: .35em; color: var(--navy); }
.card__body p { color: var(--ink-soft); font-size: .92rem; margin: 0; }
.card__more { margin-top: auto; padding-top: 14px; font-size: .87rem; font-weight: 700; color: var(--brand); }

.badge {
  position: absolute; top: 12px; left: 12px;
  padding: 5px 11px; border-radius: 999px;
  font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  background: var(--white); color: var(--brand-dark);
  box-shadow: 0 2px 6px rgba(0,0,0,.14);
}
.badge--soon { background: var(--ink-mute); color: var(--white); }
.badge--accent { background: var(--brand); color: var(--white); }

/* Feature (icon) cards */
.feature {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px 22px;
}

.feature__ico {
  width: 46px; height: 46px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 14px;
  background: var(--brand-tint); color: var(--brand);
}

.feature__ico svg { width: 24px; height: 24px; stroke-width: 1.8; }
.feature h3 { font-size: 1.02rem; margin-bottom: .3em; }
.feature p { font-size: .9rem; color: var(--ink-soft); margin: 0; }


/* --- About split -------------------------------------------------------- */
.split { display: grid; gap: 30px; align-items: center; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.split__body h2 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); }
.split__body p { color: var(--ink-soft); }

.tick { list-style: none; padding: 0; margin: 0 0 1.4em; }
.tick li { position: relative; padding-left: 30px; margin-bottom: 11px; color: var(--ink-soft); }
.tick li::before {
  content: ""; position: absolute; left: 0; top: .38em;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--brand-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;
}

/* Vision / Mission */
.vm { display: grid; gap: 20px; }
.vm__card {
  background: var(--white); border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius); padding: 26px 24px;
  box-shadow: var(--shadow);
}
.vm__card h3 { color: var(--navy); font-size: 1.15rem; }
.vm__card p, .vm__card li { color: var(--ink-soft); }
.vm__list { counter-reset: m; list-style: none; padding: 0; margin: 0; }
.vm__list li { position: relative; padding-left: 38px; margin-bottom: 14px; }
.vm__list li::before {
  counter-increment: m; content: counter(m);
  position: absolute; left: 0; top: .1em;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--brand); color: var(--white);
  display: grid; place-items: center;
  font-size: .8rem; font-weight: 800;
}

/* --- Legal / KBLI table ------------------------------------------------- */
.legal-grid { display: grid; gap: 14px; grid-template-columns: 1fr; margin-bottom: 34px; }
.legal-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 16px 18px;
}
.legal-item dt { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); font-weight: 700; }
.legal-item dd { margin: 4px 0 0; font-weight: 700; color: var(--navy); font-size: 1rem; word-break: break-word; }

.kbli { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; grid-template-columns: 1fr; }
.kbli li {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 16px 13px 44px; position: relative; font-size: .93rem; color: var(--ink-soft);
}
.kbli li::before {
  content: ""; position: absolute; left: 16px; top: 1.15em;
  width: 8px; height: 8px; border-radius: 2px; background: var(--accent);
}

/* --- Gallery ------------------------------------------------------------ */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.filters button {
  border: 1px solid var(--line); background: var(--white);
  padding: 9px 17px; border-radius: 999px; cursor: pointer;
  font-size: .88rem; font-weight: 600; color: var(--ink-soft);
  transition: all .15s ease;
}
.filters button:hover { border-color: var(--brand-light); color: var(--brand-dark); }
.filters button[aria-pressed="true"] { background: var(--brand); border-color: var(--brand); color: var(--white); }

.gallery { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.gallery figure { margin: 0; position: relative; border-radius: var(--radius-sm); overflow: hidden; cursor: zoom-in; background: var(--surface-3); }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .3s ease; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 22px 14px 11px;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
  color: #fff; font-size: .82rem; font-weight: 600;
}
.gallery figure[hidden] { display: none; }

.lightbox {
  position: fixed; inset: 0; z-index: 100;
  display: none; place-items: center;
  background: rgba(15,23,42,.94); padding: 24px;
}
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1000px, 92vw); max-height: 82vh; object-fit: contain; border-radius: 8px; }
.lightbox__cap { color: #cbd5e1; text-align: center; margin-top: 14px; font-size: .9rem; }
.lightbox__close {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1);
  color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer;
}

/* --- Contact ------------------------------------------------------------ */
.contact-grid { display: grid; gap: 24px; }
.contact-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
}
.contact-card h3 { font-size: 1rem; color: var(--navy); }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list svg { width: 20px; height: 20px; flex: none; margin-top: 3px; stroke: var(--brand); stroke-width: 1.8; }
.contact-list b { display: block; font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-mute); }
.contact-list span, .contact-list a { font-size: .96rem; color: var(--ink); }
.contact-list a:hover { color: var(--brand); }

.hours { list-style: none; padding: 0; margin: 0; }
.hours li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: .93rem; }
.hours li:last-child { border-bottom: 0; }
.hours b { font-weight: 700; color: var(--navy); }
.hours .closed { color: #dc2626; font-weight: 700; }

.form-field { margin-bottom: 15px; }
.form-field label { display: block; font-size: .84rem; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  font: inherit; font-size: .95rem; background: var(--white); color: var(--ink);
}
.form-field textarea { min-height: 118px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--brand-light); box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}
.form-note { font-size: .82rem; color: var(--ink-mute); margin: 10px 0 0; }
.form-row { display: grid; gap: 0; }

.map-embed {
  border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; background: var(--surface-3);
  aspect-ratio: 16 / 9; display: grid; place-items: center; text-align: center; padding: 20px;
}
.map-embed p { color: var(--ink-mute); font-size: .9rem; margin: 0; }

/* --- CTA band ----------------------------------------------------------- */
.cta-band { background: var(--navy); color: var(--white); text-align: center; padding: 56px 0; }
.cta-band h2 { color: var(--white); font-size: clamp(1.5rem, 3.6vw, 2.1rem); }
.cta-band p { color: #cbd5e1; max-width: 560px; margin: 0 auto 1.6em; }
.cta-band .hero__actions { justify-content: center; }

/* --- Footer ------------------------------------------------------------- */
.site-footer { background: var(--navy); color: #94a3b8; padding: 52px 0 0; font-size: .92rem; }
.footer-grid { display: grid; gap: 30px; padding-bottom: 36px; }
.site-footer h4 { color: var(--white); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.1em; }
.site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: var(--accent); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.footer-brand .brand__name { color: var(--white); }
.footer-brand .brand__tag { color: #64748b; }
.footer-brand p { margin-top: 14px; max-width: 330px; color: #94a3b8; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 18px 0 24px;
  display: flex; flex-direction: column; gap: 6px;
  font-size: .82rem; color: #64748b;
}

/* --- Floating WhatsApp -------------------------------------------------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.28);
  transition: transform .18s ease;
}
.wa-float:hover { transform: scale(1.07); color: #fff; }
.wa-float svg { width: 29px; height: 29px; fill: currentColor; }

/* --- Placeholder notice ------------------------------------------------- */
.ph-note {
  background: var(--brand-tint); border: 1px solid #bfdbfe; color: #1e40af;
  border-radius: var(--radius-sm); padding: 12px 16px; font-size: .87rem;
  display: flex; gap: 10px; align-items: flex-start;
}
.ph-note b { color: #1e3a8a; }

/* --- Reveal on scroll --------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* --- Mobile ergonomics -------------------------------------------------
   Sentuhan jari butuh target ±44px dan teks minimal 12px. Aturan di bawah
   hanya berlaku di layar kecil, tampilan desktop tidak berubah.
   ----------------------------------------------------------------------- */
@media (max-width: 899px) {
  /* toggle bahasa */
  .lang { padding: 4px; }
  .lang button { min-height: 38px; padding: 8px 13px; font-size: .8rem; }

  /* link di footer: beri ruang sentuh */
  .site-footer li { margin-bottom: 2px; }
  .site-footer li a {
    display: block;
    padding: 10px 0;
    font-size: .95rem;
  }
  .site-footer .footer-brand p { margin-top: 12px; }
  .footer-brand .brand__tag { font-size: .74rem; }

  /* tombol filter (galeri & katalog) */
  .filters button { min-height: 42px; padding: 10px 18px; font-size: .9rem; }

  /* link "Request specification" / "View category" */
  .card__more { display: inline-block; padding: 8px 0; }

  /* daftar kontak & jam operasional lebih lega */
  .contact-list li { padding: 15px 0; }
  .hours li { padding: 13px 0; }

  /* tombol utama full-width supaya mudah ditekan */
  .hero__actions .btn,
  .cta-band .btn { min-height: 48px; }

  /* jangan sampai tombol WhatsApp menutupi tombol di pojok */
  .wa-float { right: 14px; bottom: 14px; }

  /* iOS Safari otomatis zoom kalau font input < 16px — kunci di 16px */
  .form-field input,
  .form-field select,
  .form-field textarea { font-size: 16px; }

  /* beri ruang di dasar halaman supaya tombol WA tidak menutupi teks footer */
  .footer-legal { padding-bottom: 78px; }
}

/* --- Breakpoints -------------------------------------------------------- */
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
  .legal-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; gap: 15px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-legal { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 900px) {
  .section { padding: 84px 0; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .kbli { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr 1fr; gap: 48px; }
  .split--flip .split__media { order: 2; }
  .vm { grid-template-columns: 1fr 1fr; align-items: start; }
  .contact-grid { grid-template-columns: 1.05fr .95fr; }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; }
  .hero__inner { padding: 108px 0 96px; }

  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; }
  .burger { display: none; }
  .nav__drawer { display: none !important; }
}

/* panah slideshow hanya di layar lebar; di HP pakai geser jari + titik */
@media (min-width: 900px) {
  .hero__nav { display: grid; }
  .hero__inner { padding: 112px 0 104px; }
  .hero__dots { bottom: 22px; }
}
