h2.content-title.h2-title.explore-collection {
  padding: 70px 0 30px 0;
  scroll-margin-top: 0px;
}
.collection-gallery {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collection-row {
  display: flex;
  width: 100%;
  gap: 20px;
}
.collection-row-1 .collection-item,
.collection-row-3 .collection-item {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 24px;
}
.collection-row-2 .collection-item {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 24px;
}
.collection-row-2 .collection-item-wide {
  flex: 2 1 0;
  border-radius: 24px;
}
.collection-row-4 .collection-item-full {
  flex: 1 1 100%;
  width: 100%;
  border-radius: 24px;
}
.collection-item {
  position: relative;
  /* background: #f7fafd;
  border-radius: 24px; */
  overflow: hidden;
  min-height: 500px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}
.collection-item:hover {
  transform: translateY(-1px);
}
.collection-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
/* Unique backgrounds for each collection item */
.collection-item[data-index="1"] .collection-bg {
  background-color: #E0A072;
}
.collection-item[data-index="2"] .collection-bg {
  background-color: #3D441E;
}
.collection-item[data-index="3"] .collection-bg {
  background-color: #E9E5DD;
}
.collection-item[data-index="4"] .collection-bg {
  background-color: #808A54;
}
.collection-item[data-index="5"] .collection-bg {
  background-color: #3D441E;
}
.collection-item[data-index="6"] .collection-bg {
  background-color: #E0A072;
}
.collection-item[data-index="7"] .collection-bg {
  background-color: #E9E5DD;
}
/* .collection-item[data-index="8"] .collection-bg {
  background-color: #dfe8e6;
}
.collection-item[data-index="9"] .collection-bg {
  background-color: #d3dce6;
} */
.collection-img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  height: 500px;
  margin: 0;
  display: block;
  object-fit: cover;
  border-radius: 0;
}
.collection-content {
  position: relative;
  z-index: 3;
  padding: 25px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-top: -200px;
}
.collection-extra, p.collection-desc {
  color: #3D441E;
}
.collection-extra {
  font-style: italic;
}
.collection-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #3D441E;
}
.collection-subtitle {
  font-size: 14px;
  color: #3D441E;
  margin: 0 0 10px 0;
  flex: 1 1 auto;
}
h3.collection-title.collection-title-9 {
  padding-top: 20px;
}
p.collection-subtitle.collection-subtitle-1,
p.collection-subtitle.collection-subtitle-2,
p.collection-subtitle.collection-subtitle-3,
p.collection-subtitle.collection-subtitle-4,
p.collection-subtitle.collection-subtitle-6,
p.collection-subtitle.collection-subtitle-7,
p.collection-subtitle.collection-subtitle-8 {
  max-width: 350px;
}
p.collection-subtitle.collection-subtitle-5 {
  max-width: 800px;
}
p.collection-subtitle.collection-subtitle-9 {
  max-width: 900px;
}
.collection-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #3D441E;
  border: none;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 4;
  transition: background 0.15s, color 0.15s, transform 0.6s ease;
}
.collection-btn:hover {
  background: #cb6015;
  color: #fff;
  transform: rotate(365deg);
  transition: background 0.15s, color 0.15s, transform 0.6s ease;
}
div#elaro-lounge-armchair,
div#mesa-chair,
div#avalon-sofa-series,
div#cedar-lounge,
div#willow-booth-modular,
div#madison,
div#vista-tub-sled,
div#sofia-sled,
div#grove-sofa {
  scroll-margin-top: 0px;
}
/* Product Renders Carousel Styles (moved from responsive.css) */
/* Product Renders Carousel Styles (moved from responsive.css) */
@media screen and (min-width: 2561px) {
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .collection-gallery {
    gap: 25px;
  }
  .collection-row-1,
  .collection-row-2,
  .collection-row-3 {
    flex-wrap: wrap;
  }
  .collection-item.row1-col1,
  .collection-item.row1-col2,
  .collection-item.row2-col1,
  .collection-item.row2-col2,
  .collection-item.row3-col1,
  .collection-item.row3-col2 {
    width: 50%;
    flex: 0 0 48%;
  }
  .collection-item.row1-col3,
  .collection-item.row2-col3,
  .collection-item.row3-col3,
  .collection-row-4 .collection-item-full {
    width: 100%;
    flex: 0 0 98.5%;
  }
  p.collection-subtitle.collection-subtitle-1,
  p.collection-subtitle.collection-subtitle-2,
  p.collection-subtitle.collection-subtitle-3,
  p.collection-subtitle.collection-subtitle-4,
  p.collection-subtitle.collection-subtitle-6,
  p.collection-subtitle.collection-subtitle-7,
  p.collection-subtitle.collection-subtitle-8 {
    max-width: 800px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .collection-row.collection-row-1,
  .collection-row.collection-row-2,
  .collection-row.collection-row-3,
  .collection-row.collection-row-4 {
    display: flex;
    flex-direction: column;
  }
  p.collection-subtitle.collection-subtitle-1,
  p.collection-subtitle.collection-subtitle-2,
  p.collection-subtitle.collection-subtitle-3,
  p.collection-subtitle.collection-subtitle-4,
  p.collection-subtitle.collection-subtitle-6,
  p.collection-subtitle.collection-subtitle-7,
  p.collection-subtitle.collection-subtitle-8 {
    max-width: 650px;
  }
  .collection-content {
    margin-top: -180px;
  }
}
@media screen and (min-width: 1px) and (max-width: 425px) {
  .collection-row.collection-row-1,
  .collection-row.collection-row-2,
  .collection-row.collection-row-3,
  .collection-row.collection-row-4 {
    display: flex;
    flex-direction: column;
  }
  h3.collection-title.collection-title-1,
  h3.collection-title.collection-title-2,
  h3.collection-title.collection-title-3,
  h3.collection-title.collection-title-4,
  h3.collection-title.collection-title-5,
  h3.collection-title.collection-title-6,
  h3.collection-title.collection-title-7,
  h3.collection-title.collection-title-8 {
    font-size: 26px;
  }
  .collection-item {
    min-height: 460px;
  }
  .collection-content {
    padding: 0px 25px 10px 25px;
    margin-top: -150px;
  }
  .collection-content.item-wide {
    margin-top: -80px;
  }
  img.collection-img.item-full {
    height: 350px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .carousel-arrow,
  .collection-btn {
    width: 32px;
    height: 32px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  .collection-img {
    object-fit: contain;
  }
}
/* Purpose Section Styles */
.purpose-container {
  padding: 100px 0px 130px 0px;
  background-color: #e9e5dd;
}
.purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  max-width: 1410px;
  margin: 0 auto;
}
.purpose-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.purpose-column-left {
  padding-right: 20px;
}
.purpose-column-right {
  padding-left: 20px;
}
.purpose-title {
  font-size: 36px;
  font-weight: 700;
  color: #3d441e;
  line-height: 1.3;
  margin-bottom: 24px;
  width: auto;
  max-width: 400px;
}
.purpose-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #3d441e;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 12px;
}
.purpose-text {
  font-size: 16px;
  line-height: 1.7;
  color: #3d441e;
  margin-bottom: 16px;
}
.purpose-taglines {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tagline {
  font-size: 22px;
  line-height: 1.5;
  color: #3d441e;
  margin: 0;
  font-style: italic;
}
.tagline-quote {
  font-size: 22px;
  line-height: 1.6;
  color: #3d441e;
  margin: 0;
  font-style: italic;
}
.purpose-separator {
  border: none;
  border-top: 3px solid #3d441e;
  margin: 24px 0;
  padding: 0;
}
.explore-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(
    to bottom,
    #3d441e 0%,
    #3d441e 50%,
    #cb6015 50%,
    #cb6015 100%
  );
  color: #fff;
  background-size: 100% 200%;
  background-position: 0 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 40px;
  width: fit-content;
  border-radius: 24px;
}
.explore-btn:hover {
  color: #ffffff;
  background-position: 0 100%;
}
/* Purpose Image Container */
.purpose-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background-color: #f5f5f5;
}
.purpose-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}
.purpose-image-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.purpose-image-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #cb6015;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  animation: 2s ease 0s infinite normal none running pulse;
}

.purpose-image-dot::before {
  content: attr(data-label);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  margin-bottom: 8px;
  background: #cb6015;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.purpose-image-dot::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #cb6015;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  margin-bottom: 2.6px;
}

.purpose-image-dot:hover {
  transform: scale(1.5);
  background: #cb6015;
}

.purpose-image-dot:hover::before,
.purpose-image-dot:hover::after {
  opacity: 1;
  visibility: visible;
}

.purpose-image-dot-label {
  position: absolute;
  background: #3d441e;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  z-index: 6;
  opacity: 0;
  transition: opacity 0.2s ease;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  margin-top: 5px;
}

.purpose-image-container:hover .purpose-image-dot {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .purpose-image-dot {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 1439px) {
  h2.content-title.h2-title.explore-collection {
    padding: 50px 15px 30px 15px;
  }
}

/* Tablet Responsive (1025px - 1440px) */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .purpose-container {
    padding: 60px 15px 80px 15px;
  }
  .purpose-grid {
    gap: 40px;
  }
  .purpose-column-left {
    padding-right: 15px;
  }
  .purpose-column-right {
    padding-left: 15px;
  }
  .purpose-title {
    font-size: 36px;
  }
  .purpose-subtitle {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .purpose-text {
    font-size: 16px;
  }
}
/* Tablet Responsive (768px - 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .purpose-container {
    padding: 50px 15px 80px 15px;
  }
  .purpose-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .purpose-column-right {
    grid-column: 1 / -1;
    padding-left: 0;
  }
  .purpose-image-container {
    max-width: 500px;
    margin: 0 auto;
  }
  .purpose-title {
    font-size: 34px;
  }
  .purpose-subtitle {
    font-size: 22px;
  }
  .purpose-text {
    font-size: 16px;
  }
  .explore-btn {
    font-size: 13px;
    padding: 10px 20px;
  }
}
/* Mobile Responsive (426px - 767px) */
@media screen and (min-width: 426px) and (max-width: 767px) {
  .purpose-container {
    padding: 40px 15px 70px 15px;
  }
  .purpose-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .purpose-column-left {
    padding-right: 0;
  }
  .purpose-column-middle {
    order: 3;
  }
  .purpose-column-right {
    order: 2;
    padding-left: 0;
  }
  .purpose-image-container {
    height: 350px;
  }
  .purpose-title {
    font-size: 34px;
  }
  .purpose-subtitle {
    font-size: 18px;
  }
  .purpose-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .tagline {
    font-size: 22px;
  }
  .explore-btn {
    font-size: 12px;
    padding: 10px 18px;
  }
}
/* Small Mobile (376px - 425px) */
@media screen and (min-width: 376px) and (max-width: 425px) {
  .purpose-container {
    padding: 30px 15px 50px 15px;
  }
  .purpose-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .purpose-column-left {
    padding-right: 0;
  }
  .purpose-column-middle {
    order: 3;
  }
  .purpose-column-right {
    order: 2;
    padding-left: 0;
  }
  .purpose-image-container {
    height: 300px;
  }
  .purpose-title {
    font-size: 30px;
  }
  .purpose-subtitle {
    font-size: 18px;
  }
  .purpose-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .tagline {
    font-size: 22px;
  }
  .explore-btn {
    font-size: 11px;
    padding: 8px 16px;
  }
}
/* Extra Small Mobile (321px - 375px) */
@media screen and (min-width: 321px) and (max-width: 375px) {
  .purpose-container {
    padding: 30px 15px 50px 15px;
  }
  .purpose-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .purpose-column-left {
    padding-right: 0;
  }
  .purpose-column-middle {
    order: 3;
  }
  .purpose-column-right {
    order: 2;
    padding-left: 0;
  }
  .purpose-image-container {
    height: 280px;
  }
  .purpose-title {
    font-size: 30px;
  }
  .purpose-subtitle {
    font-size: 16px;
  }
  .purpose-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .tagline {
    font-size: 20px;
  }
  .explore-btn {
    font-size: 10px;
    padding: 7px 14px;
  }
}
/* Tiny Mobile (1px - 320px) */
@media screen and (min-width: 1px) and (max-width: 320px) {
  .purpose-container {
    padding: 30px 15px 50px 15px;
  }
  .purpose-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .purpose-column-left {
    padding-right: 0;
  }
  .purpose-column-middle {
    order: 3;
  }
  .purpose-column-right {
    order: 2;
    padding-left: 0;
  }
  .purpose-image-container {
    height: 250px;
  }
  .purpose-title {
    font-size: 28px;
  }
  .purpose-subtitle {
    font-size: 16px;
  }
  .purpose-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .tagline {
    font-size: 20px;
  }
  .explore-btn {
    font-size: 9px;
    padding: 6px 12px;
  }
}