/* DAPUR LAUT SERANG - layout.css
   Hero, bagian beranda, katalog, detail, peta, profil, konten statis */

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--oc-blue) 55%, var(--teal) 100%);
  color: #fff; padding: 72px 0;
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; max-width: 22ch; }
.hero p { color: rgba(255,255,255,.88); max-width: 56ch; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.hero .btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }
.hero-tagline { display: inline-block; padding: 7px 16px; border-radius: var(--radius-pill); background: rgba(255,255,255,.14); font-weight: 700; font-size: 13.5px; margin-bottom: 18px; letter-spacing: .03em; }

/* Trust bar */
.trust-bar { background: var(--surface); border-bottom: 1px solid var(--border); }
.trust-items { display: flex; gap: 28px; flex-wrap: wrap; padding: 18px 0; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; color: var(--navy); }
.trust-item .ico { color: var(--wa); display: inline-flex; }

/* Statistik */
.stats-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.stat-card { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 24px; text-align: center; }
.stat-card b { display: block; font-size: 2rem; font-weight: 800; color: var(--oc-blue); line-height: 1.1; }
.stat-card span { color: var(--muted); font-size: 13.5px; font-weight: 600; }

/* Cara pesan steps */
.steps-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.step-card { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 24px; position: relative; }
.step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--terra); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 18px; margin-bottom: 12px; }

/* Banner bergabung */
.cta-banner {
  background: linear-gradient(120deg, var(--terra), #C0492E);
  color: #fff; border-radius: var(--radius-lg); padding: 40px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.cta-banner h2 { color: #fff; margin: 0 0 6px; }
.cta-banner p { margin: 0; color: rgba(255,255,255,.9); }

/* Katalog toolbar */
.katalog-toolbar { display: grid; gap: 12px; grid-template-columns: 1fr auto; margin-bottom: 22px; }
.search-box { position: relative; }
.search-box input { width: 100%; padding: 13px 16px 13px 46px; border-radius: var(--radius-pill); border: 1.5px solid var(--border); background: var(--surface); font: inherit; font-size: 16px; }
.search-box .lens { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }
.select-inline { padding: 11px 14px; border-radius: var(--radius-md); border: 1.5px solid var(--border); background: var(--surface); font: inherit; font-size: 15px; color: var(--navy); }
.result-info { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; font-weight: 600; }

/* Empty state */
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state b { display: block; font-size: 20px; color: var(--navy); margin-bottom: 6px; }

/* Load more */
.load-more-wrap { text-align: center; margin-top: 32px; }

/* Breadcrumb */
.crumbs { font-size: 14px; color: var(--muted); padding: 18px 0 0; }
.crumbs a { color: var(--muted); }
.crumbs b { color: var(--navy); }

/* Detail menu */
.detail-grid { display: grid; gap: 32px; grid-template-columns: 1.1fr 1fr; align-items: start; }
.detail-gallery { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); background: var(--surface); }
.detail-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.detail-info { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 28px; }
.detail-info h1 { font-size: 1.7rem; }
.price-lg { font-size: 28px; font-weight: 800; color: var(--terra); }
.meta-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.detail-desc { color: var(--muted); }
.dapur-mini { display: flex; gap: 14px; align-items: center; background: var(--canvas); border-radius: var(--radius-md); padding: 14px; margin: 20px 0; text-decoration: none; }
.dapur-mini img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.dapur-mini b { color: var(--navy); font-size: 15.5px; }
.dapur-mini span { color: var(--muted); font-size: 13px; display: block; }

/* Toggle daftar/peta */
.seg-control { display: inline-flex; background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--radius-pill); padding: 4px; }
.seg-btn { padding: 9px 20px; border-radius: var(--radius-pill); border: 0; background: transparent; font: inherit; font-weight: 700; color: var(--muted); cursor: pointer; }
.seg-btn.active { background: var(--navy); color: #fff; }

/* Profil dapur */
.profil-cover { height: 220px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: linear-gradient(135deg, var(--teal), var(--oc-blue)); overflow: hidden; }
.profil-cover img { width: 100%; height: 100%; object-fit: cover; }
.profil-card { background: var(--surface); border-radius: 0 0 var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow-md); padding: 0 28px 28px; }
.profil-head { display: flex; gap: 20px; flex-wrap: wrap; align-items: flex-end; }
.profil-avatar { width: 112px; height: 112px; border-radius: 50%; border: 5px solid var(--surface); margin-top: -56px; background: #fff; object-fit: cover; box-shadow: var(--shadow-md); }
.profil-title { flex: 1; min-width: 220px; }
.profil-title h1 { margin: 8px 0 6px; }
.profil-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.profil-meta { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin: 24px 0; background: var(--canvas); border-radius: var(--radius-md); padding: 16px; }
.profil-meta .k { font-size: 12px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.profil-meta .v { font-weight: 700; color: var(--navy); }

/* Konten statis (tentang/bergabung) */
.prose { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 32px; }
.prose h2:not(:first-child) { margin-top: 32px; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 6px; }

/* FAQ */
.faq-item { background: var(--surface); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: 18px 20px; margin-bottom: 12px; }
.faq-item b { display: block; color: var(--navy); margin-bottom: 4px; }

@media (max-width: 860px) {
  .detail-grid { grid-template-columns: 1fr; }
  .katalog-toolbar { grid-template-columns: 1fr; }
  .hero { padding: 52px 0; }
}