/* ======================
   Homepage
====================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ======================
   BODY
====================== */
body {
  background-color: #e9e6e3; /* abu lembut */
  font-family: "Cormorant Garamond", serif;
  color: #2a2a2a;
}

/* ======================
   HERO SECTION
====================== */
.hero {
  height: 100vh; /* penuh layar */
  display: flex;
  flex-direction: column;
  justify-content: center; /* tengah vertikal */
  align-items: center; /* tengah horizontal */
  text-align: center;
  padding: 20px;
  position: relative;
}

/* ======================
   JUDUL
====================== */
.hero h1 {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

/* ======================
   TAGLINE
====================== */
.tagline {
  font-size: 20px;
  font-style: italic;
  color: #6b6763;
  max-width: 600px;
  margin-bottom: 45px;
  line-height: 1.6;
}

/* ======================
   BUTTON
====================== */
.btn {
  display: inline-block;
  padding: 12px 36px;
  border: 1px solid #8f8984;
  border-radius: 40px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: #2a2a2a;
  transition: 0.3s ease;
}

.btn:hover {
  background-color: #8f8984;
  color: #ffffff;
}

/* ======================
   BOTTOM NAVIGATION
====================== */
.bottom-nav {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.bottom-nav a {
  text-decoration: none;
  color: #5a5652;
  font-size: 14px;
  margin: 0 20px;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.bottom-nav a:hover {
  opacity: 0.6;
}

/* ======================
   LINK KEMBALI
====================== */
.back-link {
  position: absolute;
  top: 40px;
  left: 50px;
  text-decoration: none;
  font-size: 15px;
  color: #5a5652;
  letter-spacing: 1px;
  transition: 0.3s ease;
  z-index: 999;
}

.back-link:hover {
  opacity: 0.6;
}

/* ======================
   KATEGORI PAGE
====================== */
.kategori-page {
  min-height: 100vh;
  padding: 140px 40px 100px;
  text-align: center;
  position: relative;
}

/* Judul kecil "Desir Lara" */
.small-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 90px;
  letter-spacing: 1px;
}

/* Container kategori */
.kategori-container {
  display: flex;
  justify-content: center;
  gap: 140px;
  flex-wrap: wrap;
}

/* Box kategori */
.kategori-box {
  max-width: 320px;
}

/* Tombol kategori */
.kategori-btn {
  display: inline-block;
  border: 1px solid #8f8984;
  padding: 10px 28px;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #2a2a2a;
}

/* List judul */
.list-judul p {
  margin-bottom: 18px;
}

/* Link karya */
.list-judul a {
  text-decoration: none;
  color: #2a2a2a;
  font-size: 18px;
  transition: 0.3s ease;
}

.list-judul a:hover {
  opacity: 0.6;
}

/* Bottom nav */
.kategori-page .bottom-nav {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.kategori-page .bottom-nav a {
  text-decoration: none;
  font-size: 14px;
  color: #5a5652;
  letter-spacing: 1px;
}

.kategori-page .bottom-nav a:hover {
  opacity: 0.6;
}

/* ======================
   Keberangkatan yang Telah Usai
====================== */

/* Link kembali */
.back-link {
  position: absolute;
  top: 50px;
  left: 60px;
  text-decoration: none;
  font-size: 15px;
  color: #5a5652;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 0.6;
}

/* Container utama */
.detail-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 60px 120px;
}

/* Judul */
.detail-title {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

/* Gambar 15cm x 15cm, tidak terpotong, tengah */
.detail-container img {
  display: block;
  margin: 0 auto 90px auto;
  width: 15cm;
  height: 15cm;
  object-fit: contain; /* tidak terpotong */
}

/* Isi paragraf */
.detail-content p {
  font-size: 20px;
  line-height: 2;
  text-align: justify; /* seperti buku */
  margin-bottom: 10px;
}

/* ======================
  Tentang Tawa Tatapan dan Hati
====================== */
/* Tombol kembali */
.back-link {
  position: fixed;
  top: 40px;
  left: 60px;
  font-size: 15px;
  text-decoration: none;
  color: #6a6561;
  letter-spacing: 1px;
  z-index: 999;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 0.5;
}

/* Container utama */
.detail-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 150px 40px 120px;
}

/* Judul karya */
.detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

/* Gambar */
.detail-container img {
  display: block;
  width: 15cm;
  height: 15cm;
  object-fit: contain; /* tidak memotong */
  margin: 0 auto 0px auto;
}

/* Paragraf isi */
.detail-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2.1;
  text-align: justify;
  margin-bottom: 30px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .detail-container {
    padding: 120px 25px 80px;
  }

  .detail-title {
    font-size: 32px;
  }

  .detail-container img {
    width: 100%;
    height: auto;
  }

  .detail-content p {
    font-size: 18px;
  }
}
/* ======================
  Sate di Atas Meja Kita
====================== */
/* Tombol kembali */
.back-link {
  position: fixed;
  top: 40px;
  left: 60px;
  font-size: 15px;
  text-decoration: none;
  color: #5a5652;
  letter-spacing: 1px;
  z-index: 999;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 0.6;
}

/* Container utama */
.detail-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 140px 40px 120px;
}

/* Judul karya */
.detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

/* Gambar 15cm x 15cm, tidak terpotong, di tengah */
.detail-container img {
  display: block;
  width: 15cm;
  height: 15cm;
  margin: 0 auto 0px auto;
  margin-bottom: 10px;
  object-fit: contain; /* tidak memotong gambar */
}

/* Isi tulisan */
.detail-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 20px;
}

/* Paragraf dialog dibuat sedikit berbeda */
.detail-content p:first-child {
  margin-top: 20px;
}

/* ======================
  Pikir Yang Membuatku Terpaku
====================== */

/* Tombol kembali */
.back-link {
  position: fixed;
  top: 40px;
  left: 60px;
  font-size: 15px;
  text-decoration: none;
  color: #6a6561;
  letter-spacing: 1px;
  z-index: 999;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 0.5;
}

/* Container utama */
.detail-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 150px 40px 120px;
}

/* Judul karya */
.detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

/* Gambar */
.detail-container img {
  display: block;
  width: 15cm;
  height: 15cm;
  object-fit: contain; /* tidak memotong */
  margin: 0 auto 0px auto;
}

/* Paragraf isi */
.detail-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2.1;
  text-align: justify;
  margin-bottom: 30px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .detail-container {
    padding: 120px 25px 80px;
  }

  .detail-title {
    font-size: 32px;
  }

  .detail-container img {
    width: 100%;
    height: auto;
  }

  .detail-content p {
    font-size: 18px;
  }
}

/* ==============================
 TENTANG
================================ */

/* Container utama */
.section {
  max-width: 800px;
  margin: 0 auto;
  padding: 160px 40px 120px;
}

/* Header */
.section-header h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 1px;
}

/* Paragraf */
.section p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2.1;
  text-align: justify;
  margin-bottom: 35px;
}

/* Responsif */
@media (max-width: 768px) {
  .section {
    padding: 130px 25px 80px;
  }

  .section-header h1 {
    font-size: 32px;
  }

  .section p {
    font-size: 18px;
  }
}

/* ==============================
 TENTANG SEMBUH ATAU TERBIASA
================================ */

/* Tombol kembali */
.back-link {
  position: fixed;
  top: 40px;
  left: 60px;
  font-size: 15px;
  text-decoration: none;
  color: #6a6561;
  letter-spacing: 1px;
  z-index: 999;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 0.5;
}

/* Container utama */
.detail-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 150px 40px 120px;
}

/* Judul karya */
.detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

/* Gambar */
.detail-container img {
  display: block;
  width: 15cm;
  height: 15cm;
  object-fit: contain; /* tidak memotong */
  margin: 0 auto 0px auto;
}

/* Paragraf isi */
.detail-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2.1;
  text-align: justify;
  margin-bottom: 30px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .detail-container {
    padding: 120px 25px 80px;
  }

  .detail-title {
    font-size: 32px;
  }

  .detail-container img {
    width: 100%;
    height: auto;
  }

  .detail-content p {
    font-size: 18px;
  }
}
/* ==============================
Mencintaimu
================================ */

/* Tombol kembali */
.back-link {
  position: fixed;
  top: 40px;
  left: 60px;
  font-size: 15px;
  text-decoration: none;
  color: #6a6561;
  letter-spacing: 1px;
  z-index: 999;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 0.5;
}

/* Container utama */
.detail-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 150px 40px 120px;
}

/* Judul karya */
.detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

/* Gambar */
.detail-container img {
  display: block;
  width: 15cm;
  height: 15cm;
  object-fit: contain; /* tidak memotong */
  margin: 0 auto 0px auto;
}

/* Paragraf isi */
.detail-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2.1;
  text-align: justify;
  margin-bottom: 30px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .detail-container {
    padding: 120px 25px 80px;
  }

  .detail-title {
    font-size: 32px;
  }

  .detail-container img {
    width: 100%;
    height: auto;
  }

  .detail-content p {
    font-size: 18px;
  }
}
/* ==============================
Negosiasi di Ambang Langit
================================ */

/* Tombol kembali */
.back-link {
  position: fixed;
  top: 40px;
  left: 60px;
  font-size: 15px;
  text-decoration: none;
  color: #6a6561;
  letter-spacing: 1px;
  z-index: 999;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 0.5;
}

/* Container utama */
.detail-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 150px 40px 120px;
}

/* Judul karya */
.detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

/* Gambar */
.detail-container img {
  display: block;
  width: 15cm;
  height: 15cm;
  object-fit: contain; /* tidak memotong */
  margin: 0 auto 0px auto;
}

/* Paragraf isi */
.detail-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2.1;
  text-align: justify;
  margin-bottom: 30px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .detail-container {
    padding: 120px 25px 80px;
  }

  .detail-title {
    font-size: 32px;
  }

  .detail-container img {
    width: 100%;
    height: auto;
  }

  .detail-content p {
    font-size: 18px;
  }
}
