/* index.css — theme / custom layer for warungnasiibuimas.com
   Rebuilt to preserve the brand: warm orange (#fe7606) theme, Playfair Display
   typography, and Sundanese-restaurant feel. */

:root {
  --brand: #fe7606;
  --brand-dark: #c95605;
  --brand-deep: #a8480a;
  --ink: #2b2b2b;
  --cream: #fff8f0;
}

/* ---- brand color helpers ---- */
.u-custom-color-1 { background-color: var(--brand); }
.u-custom-color-2 { background-color: var(--brand-deep); }
.u-text-active-palette-1-base { color: #fff; }
.u-text-hover-custom-color-3:hover { color: #ffe3c2; }

/* ================= HEADER ================= */
.u-header.u-custom-color-1 { background-color: var(--brand); box-shadow: 0 2px 12px rgba(0,0,0,.12); }

/* ================= SECTION 1 — HERO ================= */
.u-section-1 {
  background-image: linear-gradient(rgba(20,10,0,.15), rgba(20,10,0,.35)), url(images/hero-bg.jpg);
  min-height: 560px;
  display: flex;
  align-items: center;
}
.u-section-1 .u-sheet-1 { padding-top: 90px; padding-bottom: 90px; }
.u-section-1 .u-text-1 {
  font-size: 3.4rem;
  letter-spacing: 1px;
  text-shadow: 0 3px 18px rgba(0,0,0,.55);
  margin-bottom: 1.2rem;
}
.u-section-1 .u-text-1 b { color: #fff; }
.u-section-1 .u-text-2 {
  max-width: 760px;
  font-size: 1.18rem;
  line-height: 1.7;
  color: #fdeede;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
}

/* ================= SECTION 2 — MENU ================= */
.u-section-2 { background: #ffffff; padding-bottom: 60px; }
.u-section-2 .u-group-1 { background: var(--brand); height: 54px; width: 100%; }
.u-section-2 .u-group-2 { background: transparent; }
.u-section-2 .u-container-layout-2 { padding: 50px 0 10px; }
.u-section-2 .u-layout-row { align-items: center; gap: 26px; }
.u-section-2 .u-image-1,
.u-section-2 .u-image-2 {
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  object-fit: cover;
  width: 100%;
  max-height: 460px;
}
.u-section-2 .u-layout-cell-2 { flex: 1.15 1 0; }
.u-section-2 .u-container-layout-4 {
  background: var(--cream);
  border: 1px solid #f4e2cf;
  border-radius: 16px;
  padding: 30px 28px;
}
.u-section-2 .u-text-1 { color: var(--brand-dark); font-size: 1.75rem; margin-bottom: 1rem; }
.u-section-2 .u-text-2 { color: #3a3a3a; font-size: 1.02rem; line-height: 1.7; }

/* ================= SECTION 3 — ABOUT COPY ================= */
.u-section-3 {
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-deep) 100%);
  padding: 0 0 56px;
}
.u-section-3 .u-group-1 { background: var(--brand-dark); height: 40px; }
.u-section-3 .u-layout-wrap-1 { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.u-section-3 .u-custom-color-2 { background: transparent; }
.u-section-3 .u-text-1 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 40px 10px 6px;
}
.u-section-3 .u-container-layout-3 { padding: 6px 6px 20px; }
.u-section-3 .u-text { color: #fff6ec; font-size: 1.02rem; line-height: 1.75; }
.u-section-3 .u-button-link { color: #fff; text-decoration: underline; }
.u-section-3 .u-button-link:hover { color: #ffe0bf; }

/* ================= SECTION 4 — INFO + ICONS ================= */
.u-section-4 {
  background-image: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), url(images/section-bg.jpg);
  padding: 64px 0;
}
.u-section-4 .u-layout-row { gap: 22px; align-items: stretch; }
.u-section-4 .u-layout-cell-1 { flex: 1.6 1 0; }
.u-section-4 .u-layout-cell-1.u-custom-color-1 { background: var(--brand); }
.u-section-4 .u-container-layout-1 { padding: 32px 30px; }
.u-section-4 .u-text-1 { color: #fff; font-size: 1.5rem; text-align: center; text-transform: capitalize; }
.u-section-4 .u-text-2 { color: #fff4e8; font-size: 1rem; line-height: 1.7; margin-bottom: 1.2rem; }
.u-section-4 .u-social-icons { margin-top: 6px; }
.u-section-4 .u-icon-circle { color: #fff; }

.u-section-4 .u-layout-cell-2,
.u-section-4 .u-layout-cell-3,
.u-section-4 .u-layout-cell-4 {
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-section-4 .u-layout-cell-2 .u-container-layout,
.u-section-4 .u-layout-cell-3 .u-container-layout,
.u-section-4 .u-layout-cell-4 .u-container-layout {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 28px 16px; width: 100%;
}
.u-section-4 .u-icon-6, .u-section-4 .u-icon-7, .u-section-4 .u-icon-8 {
  width: 88px; height: 88px; padding: 20px; color: #fff; margin-bottom: 14px;
}
.u-section-4 h5 { color: #fff; text-transform: capitalize; font-size: 1.15rem; margin: 0; }

/* ================= FOOTER ================= */
.u-footer.u-custom-color-1 { background: var(--brand-dark); }
.u-footer .u-text-1 { color: rgba(255,255,255,.9); }

/* ================= SUB-PAGES (About / Contact) ================= */
.np-page { max-width: 900px; margin: 0 auto; padding: 56px 20px 72px; }
.np-page h1 { color: var(--brand-dark); font-size: 2.4rem; margin-bottom: .4rem; }
.np-page .np-lede { color: #666; font-size: 1.12rem; margin-bottom: 2rem; }
.np-page h2 { color: var(--brand-dark); font-size: 1.5rem; margin: 2rem 0 .6rem; }
.np-page p { color: #333; font-size: 1.04rem; line-height: 1.75; }
.np-page ul.np-list { margin: 1rem 0; padding-left: 0; }
.np-page ul.np-list li {
  padding: 12px 18px; margin-bottom: 10px; background: var(--cream);
  border-left: 4px solid var(--brand); border-radius: 6px; list-style: none;
}
.np-info-card {
  background: var(--cream); border: 1px solid #f2ddc6; border-radius: 14px;
  padding: 26px 28px; margin: 1.4rem 0;
}
.np-info-card strong { color: var(--brand-dark); }
.np-map { width: 100%; border: 0; border-radius: 14px; min-height: 340px; margin-top: 1rem; }
.np-cta {
  display: inline-block; margin-top: 1.4rem; padding: 13px 30px; background: var(--brand);
  color: #fff; border-radius: 40px; font-weight: 700; transition: background .2s ease;
}
.np-cta:hover { background: var(--brand-dark); }

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .u-section-1 .u-text-1 { font-size: 2.3rem; }
  .u-section-1 { min-height: 460px; }
  .u-section-2 .u-image-1, .u-section-2 .u-image-2 { max-height: 340px; }
  .np-page h1 { font-size: 1.9rem; }
}
