body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #f7f3ef;
}

.banner-profile {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(/gambar/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.banner-profile .container-profile {
    display: flex;
    flex-direction: column;
    padding: 30px 100px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-profile .container-profile .desc-main-banner {
    text-align: center;
    color: #F4E9D8;
    font-weight: bold;
}

.banner-profile .container-profile .desc-main-banner h1 {
    font-size: 3rem;
    font-weight: 800px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #F4E9D8;
}

.about-profile {
    background-color: #F7F3EE;
    padding: 40px 60px;
    height: 300px;
    color: #553A2A;
}

.about-profile .desc-main-about h2 {
    font-size: 2rem;
    font-weight: 800px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.about-profile .desc-main-about p {
    font-size: 1rem;
    padding: 10px 60px;
    text-align: justify;
    gap: 10px;
}

.visimisi-profile {
    background-color: #B38877;
    padding: 40px 60px;
}

.visimisi-profile .visimisi-card {
    display: flex;
    gap: 30px;
    height: 400px;
    padding: 40px 40px;
    align-items: center;
    justify-content: center;
}

.visimisi-profile .visimisi-card .visi-main {
    display: flex;
    flex-direction: column;
    background: #F7F3EE;
    width: 300px;
    height: 400px;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.visimisi-profile .visimisi-card .visi-main h3 {
    padding: 40px 0px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    width: 100%;
    color: #553A2A;
    text-align: center;
    justify-content: baseline;
    font-weight: bold;
}

.visimisi-profile .visimisi-card .misi-main {
    display: flex;
    flex-direction: column;
    background: #F7F3EE;
    width: 300px;
    height: 400px;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.visimisi-profile .visimisi-card .misi-main h3 {
    padding: 40px 0px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    width: 100%;
    color: #553A2A;
    text-align: center;
    justify-content: baseline;
    font-weight: bold;
}

.produk-profile {
    background-color: #F7F3EE;
    padding: 40px 60px;
    height: 500px;
}

.produk-profile .container-aneka h2 {
    text-align: center;
    justify-content: center;
    color: #553A2A;
    font-weight: bold;
}

.produk-profile .fotoroti-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 60px;
    border-radius: 15px;

}

.produk-profile .fotoroti-container .fotoroti-aneka1 img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    align-items: center;
    justify-items: center;
}

.produk-profile .fotoroti-container .fotoroti-aneka1 h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 10px;
    color: #553A2A;
}

.produk-profile .fotoroti-container .fotoroti-aneka1 p {
    min-height: 40px;
    line-height: 1, 5;
    text-align: center;
    font-size: 1rem;
    padding: 10px 40px 5px;
    color: #553A2A;
}


/* ============================
   RESPONSIVE — GENERAL FIX
   ============================ */
.visimisi-profile .visimisi-card,
.produk-profile .fotoroti-container {
  width: 100%;
  box-sizing: border-box;
}



/* ============================
   XXL SCREEN (max 1400px)
   ============================ */
@media (max-width: 1400px) {
  .banner-profile .desc-main-banner h1 {
    font-size: 2.7rem;
  }
}



/* ============================
   LARGE LAPTOP (max 1200px)
   ============================ */
@media (max-width: 1200px) {
  .about-profile p {
    padding: 10px 40px;
  }

  .visi-main,
  .misi-main {
    width: 280px;
  }

  .produk-profile .fotoroti-container {
    grid-template-columns: repeat(3, 1fr);
  }
}



/* ============================
   LAPTOP KECIL (max 992px)
   ============================ */
@media (max-width: 992px) {

  /* About */
  .about-profile {
    height: auto;
    padding: 30px 40px;
  }

  /* Visi Misi */
  .visimisi-profile .visimisi-card {
    gap: 20px;
    padding: 20px 10px;
  }

  .visi-main,
  .misi-main {
    width: 250px;
    height: auto;
  }

  /* Produk */
  .produk-profile {
    height: auto;
  }

  .produk-profile .fotoroti-container {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ============================
   TABLET (max 768px)
   ============================ */
@media (max-width: 768px) {

  /* Banner */
  .banner-profile {
    height: 300px;
  }
  .banner-profile .desc-main-banner h1 {
    font-size: 2.2rem;
  }

  /* About */
  .about-profile {
    padding: 20px 20px;
  }
  .about-profile p {
    padding: 10px 20px;
  }

  /* Visi Misi → jadi 1 kolom */
  .visimisi-profile .visimisi-card {
    flex-direction: column;
    height: auto;
    flex-wrap: wrap;
  }

  .visi-main,
  .misi-main {
    width: 100%;
    height: auto;
  }

  /* Produk 2 kolom */
  .produk-profile .fotoroti-container {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ============================
   HP BESAR (max 576px)
   ============================ */
@media (max-width: 576px) {

  .banner-profile {
    height: 260px;
  }

  .about-profile {
    padding: 15px;
  }

  .about-profile p {
    padding: 5px 10px;
  }

  /* Produk → 1 kolom */
  .produk-profile .fotoroti-container {
    grid-template-columns: 1fr;
  }
}



/* ============================
   HP KECIL (max 480px)
   ============================ */
@media (max-width: 480px) {

  /* Banner */
  .banner-profile {
    height: 220px;
  }
  .banner-profile .desc-main-banner h1 {
    font-size: 1.8rem;
  }

  /* About */
  .about-profile {
    padding: 10px;
  }

  .about-profile p {
    font-size: 0.9rem;
  }

  /* Visi Misi */
  .visimisi-profile {
    padding: 20px 10px;
  }

  .visi-main h3,
  .misi-main h3 {
    font-size: 1.4rem;
    padding: 20px 0;
  }

  /* Produk */
  .produk-profile {
    padding: 20px 10px;
  }

  .produk-profile .fotoroti-aneka1 p {
    font-size: 0.9rem;
    padding: 5px 10px;
  }
}
