* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #3d2c2e;
  background: #fff8f5;
  line-height: 1.6;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- HERO (latar foto kuku) ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('foto/4.png') center/cover no-repeat;
}

.hero-mask {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    100deg,
    rgba(84, 34, 45, 0.88) 15%,
    rgba(142, 74, 91, 0.6) 55%,
    rgba(142, 74, 91, 0.25)
  );
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 5%;
  flex-wrap: wrap;
  gap: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 26px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
  opacity: 0.95;
  transition: opacity 0.2s;
}

.nav-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  max-width: 620px;
  padding: 60px 6%;
}

.hero-kicker {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 0.85rem;
  opacity: 0.9;
  margin-bottom: 12px;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-desc {
  max-width: 500px;
  font-weight: 300;
  opacity: 0.97;
  margin-bottom: 32px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-hero {
  display: inline-block;
  background: #fff;
  color: #8e4a5b;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.btn-hero:hover {
  transform: translateY(-3px);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
}

/* ---- SECTION dasar ---- */
section {
  padding: 70px 0;
}

section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-align: center;
  color: #7c3f4f;
  margin-bottom: 8px;
}

.sub {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 40px;
  color: #7a6a6c;
}

/* ---- TENTANG ---- */
.tentang {
  background: #fff;
}

.tentang-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.tentang-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.tentang-teks h2 {
  text-align: left;
}

.tentang-teks p {
  color: #5c4a4c;
  margin: 12px 0 22px;
}

.keunggulan {
  list-style: none;
}

.keunggulan li {
  padding: 6px 0 6px 26px;
  position: relative;
  color: #4a3a3c;
}

.keunggulan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b76e79;
  font-weight: 700;
}

/* ---- GALERI ---- */
.galeri {
  background: #fff8f5;
}

.galeri-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}

.g-item {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.g-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}

.g-item:hover img {
  transform: scale(1.07);
}

/* ---- HARGA (daftar sederhana) ---- */
.harga {
  background: linear-gradient(180deg, #fff8f5 0%, #fff 40%, #fff8f5 100%);
}

.blok-judul {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: #8e4a5b;
  text-align: center;
  margin: 44px 0 20px;
  position: relative;
}

.blok-judul::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(135deg, #b76e79, #8e4a5b);
  margin: 10px auto 0;
}

.blok-judul:first-of-type {
  margin-top: 6px;
}

.menu-list {
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 6px;
  border-bottom: 1px dashed #eed7db;
  font-size: 1.05rem;
  color: #4a3a3c;
}

.menu-list li:last-child {
  border-bottom: none;
}

.menu-list .harga {
  font-weight: 700;
  color: #8e4a5b;
  white-space: nowrap;
}

/* ---- KONTAK ---- */
.kontak {
  background: linear-gradient(135deg, #b76e79, #8e4a5b);
  color: #fff;
}

.kontak h2 {
  color: #fff;
}

.kontak .sub {
  color: #f6e7ea;
}

.kontak-ig {
  text-align: center;
}

.kontak-ig img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
}

.kontak .btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.kontak-note {
  text-align: center;
  margin-top: 18px;
  font-size: 0.85rem;
  opacity: 0.9;
}

.footer {
  background: #7c3f4f;
  color: #f6e7ea;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 760px) {
  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 16px;
  }

  .hero-mask {
    background: linear-gradient(
      180deg,
      rgba(84, 34, 45, 0.7) 0%,
      rgba(84, 34, 45, 0.85) 100%
    );
  }

  .hero-content {
    align-items: center;
    text-align: center;
    max-width: 100%;
    padding: 40px 20px;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns {
    justify-content: center;
  }

  .tentang-grid {
    grid-template-columns: 1fr;
  }

  .tentang-teks h2 {
    text-align: center;
  }
}
