/* ===========================================================
   GLOBAL – clean, soft, modern florist aesthetic
=========================================================== */
body {
  font-family: "Inter", sans-serif;
  background: #fafafa;
  color: #333;
  line-height: 1.7;
}

h1,
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #202020;
}

section {
  width: 90%;
  max-width: 1180px;
  margin: auto;
  padding: 60px 0;
}

/* Global soft shadow */
.soft-shadow {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}

/* Global card background */
.card {
  background: #ffffff;
  border-radius: 16px;
}

/* ===========================================================
   HERO SECTION (premium florist style)
=========================================================== */
.floral-hero {
  text-align: center;
  padding-top: 150px;
  max-width: 720px;
}

.floral-hero h1 {
  font-size: 42px;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.floral-hero p {
  font-size: 18px;
  color: #555;
  margin: auto;
  line-height: 1.8;
}

/* ===========================================================
   TEXT CONTENT
=========================================================== */
.floral-content {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
}

.floral-text {
  flex: 1;
  font-size: 18px;
}

.floral-text ul {
  margin: 18px 0;
  padding-left: 20px;
}

.floral-text li {
  margin-bottom: 10px;
  color: #444;
}

/* ===========================================================
   TREND
=========================================================== */
.floral-trend {
  text-align: center;
}

.floral-trend img {
  width: 100%;
  max-width: 420px;
  height: 540px;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* ===========================================================
   ASYMMETRIC SECTION
=========================================================== */
.floral-asym {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  align-items: center;
}

.asym-text {
  flex: 1;
  font-size: 18px;
}

.asym-img {
  flex: 1;
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* ===========================================================
   OMAKASE SECTION
=========================================================== */
.floral-omakase {
  text-align: center;
}

.floral-omakase img {
  width: 100%;
  max-width: 420px;
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  margin: 25px auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.floral-omakase p {
  max-width: 760px;
  margin: 14px auto;
}

/* ===========================================================
   GALLERY (Standing Flower & Canvas)
=========================================================== */
.floral-gallery {
  margin-top: 35px;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.floral-gallery img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}

.floral-gallery img:hover {
  transform: translateY(-6px);
}

/* ===========================================================
   BOUQUET CIRCLE SECTION
=========================================================== */
.flower-bouquet {
  text-align: center;
  margin-top: 70px;
}

.flower-bouquet h2 {
  font-size: 42px;
  margin-bottom: 10px;
}

.circle-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.circle-images img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition: 0.25s ease;
}

.circle-images img:hover {
  transform: scale(1.05);
}

/* ===========================================================
   CATALOG SECTION
=========================================================== */
.catalog {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.catalog-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.catalog-item h3 {
  font-size: 36px;
  margin-bottom: 25px;
}

.catalog-content {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 25px;
}

/* IMAGE WRAPPER */
.image-wrapper {
  position: relative;
  text-align: center;
}

.catalog-content img {
  width: 260px;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

/* Caption Top */
.caption-top {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92);
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

/* Bottom caption */
.caption-bottom {
  font-size: 15px;
  margin-top: 10px;
  color: #555;
}

/* ===========================================================
   CONTACT SECTION
=========================================================== */
.deco-contact {
  text-align: center;
  padding: 80px 0;
}

.deco-contact h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.btn-wa {
  background: #4caf50;
  color: white;
  padding: 14px 30px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
  display: inline-block;
}

.btn-wa:hover {
  background: #419c47;
  transform: translateY(-3px);
}

/* ===========================================================
   RESPONSIVE
=========================================================== */
@media (max-width: 768px) {
  .floral-gallery {
    grid-template-columns: 1fr;
  }

  .asym-img {
    height: 420px;
  }

  .circle-images img {
    width: 130px;
    height: 130px;
    border-width: 4px;
  }

  .catalog-content img {
    width: 100%;
    max-width: 260px;
    height: 300px;
  }
}
