body {
  background-color: #f9f9f9;
}

h1,
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #111;
  position: relative;
}
.furniture-detail h1::after,
.furniture-detail h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #f60404;
  margin: 0rem auto 0;
  border-radius: 2px;
}
span {
  color: #f60404;
  font-weight: bold;
}

.furniture-detail {
  padding-top: 3rem;
  background: linear-gradient(to bottom, #ffffff, #f9f9f9);
}

.furnishing-hero {
  text-align: center;
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  padding: 8rem 2rem 6rem;
}

.furnishing-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #111;
  margin-bottom: 1.5rem;
}

.furnishing-hero span {
  color: #f60404;
}

.furnishing-hero p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.15rem;
  color: #555;
  line-height: 1.8;
}

.furniture-detail section {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 2rem;
  position: relative;
}

.furniture-detail section {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 2rem;
  position: relative;
}

.furniture-detail h2 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: #111;
  margin-bottom: 2rem;
  position: relative;
}

.furnishing-story {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.story-text {
  flex: 1;
  min-width: 300px;
}

.story-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
  max-width: 600px;
}

.story-image {
  flex: 1;
  min-width: 300px;
}

.story-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.story-image img:hover {
  transform: scale(1.03);
}

.furnishing-collection {
  text-align: center;
  background: #fff;
  padding: 6rem 2rem;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.collection-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin: 4rem 0;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s ease-out;
}

.collection-step.show {
  opacity: 1;
  transform: translateY(0);
}

.collection-step.reverse {
  flex-direction: row-reverse;
}

.collection-text {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.collection-text h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #f60404;
  margin-bottom: 1rem;
}

.collection-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}

.collection-image {
  flex: 1;
  min-width: 300px;
}

.collection-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.collection-image img:hover {
  transform: scale(1.03);
}

.furnishing-philosophy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.philosophy-text {
  flex: 1;
  min-width: 300px;
}

.philosophy-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}

.philosophy-image {
  flex: 1;
  min-width: 300px;
}

.philosophy-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.philosophy-image img:hover {
  transform: scale(1.03);
}

.furnishing-style {
  background: linear-gradient(to right, #ffffff, #ffffff);
  padding: 6rem 2rem;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.style-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.style-text {
  flex: 1;
  min-width: 300px;
}

.style-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}

.style-image {
  flex: 1;
  min-width: 300px;
}

.style-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.style-image img:hover {
  transform: scale(1.03);
}

/* Explore Section */
.furnishing-explore {
  text-align: center;
  background: linear-gradient(135deg, #f60404, #a90202);
  color: #fff;
  border-radius: 12px;
  margin: 6rem auto;
  max-width: 1100px;
  padding: 5rem 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.furnishing-explore h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.furnishing-explore p {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
  line-height: 1.8;
}

.explore-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #fff;
  color: #f60404;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background: #f2f2f2;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(246, 4, 4, 0.4);
}
#year {
  color: #222;
  font-weight: normal;
}

@media (max-width: 900px) {
  .story-text,
  .philosophy-text,
  .collection-text,
  .style-text {
    text-align: center;
  }

  .story-image,
  .philosophy-image,
  .collection-image,
  .style-image {
    order: -1;
  }

  .collection-step,
  .collection-step.reverse,
  .furnishing-story,
  .furnishing-philosophy,
  .style-content {
    flex-direction: column;
    text-align: center;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
