/* ============================================================
   Model18 Index Page Styles - SeaVolt Activewear Theme
   ============================================================ */

/* ============================================================
   1. Hero Banner (furnish-hero--seavolt)
   - Left: tagline + search + categories
   - Right: title + banner image
   - Ocean wave background decoration
   ============================================================ */

.furnish-hero {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}

/* Ocean background decoration */
.furnish-hero__bg-ocean {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.furnish-hero__bg-ocean::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C300,120 900,0 1200,60 L1200,120 L0,120 Z' fill='%2300A8C6' opacity='0.15'/%3E%3Cpath d='M0,80 C300,20 900,140 1200,80 L1200,120 L0,120 Z' fill='%2300A8C6' opacity='0.08'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: 100% 100%;
}

.furnish-hero > .uk-container {
  position: relative;
  z-index: 2;
}

/* Hero Left */
.furnish-hero__left {
  max-width: 480px;
}

.furnish-hero__tagline {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0 0 32px;
  font-style: italic;
}

/* Search Box */
.furnish-hero__search {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 6px 12px 6px 50px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  max-width: 420px;
  margin-bottom: 40px;
}

.furnish-hero__search:focus-within {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(0, 168, 198, 0.6);
  box-shadow: 0 0 0 3px rgba(0, 168, 198, 0.15);
}

.furnish-hero__search-icon {
  position: absolute;
  left: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.furnish-hero__search-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.furnish-hero__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
}

/* Category Menu */


.furnish-hero__category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.25s ease;
  min-height: 60px;
  padding: 0 20px;
  color: #111; 
  border-radius: 10px;
}

.furnish-hero__category-item:hover {
  border-bottom-color: rgba(0, 168, 198, 0.6);
  padding-left: 15px;
  text-decoration: none;
  background: #624531 !important;
}

.furnish-hero__category-name {
  font-size: 12px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.5px;
}

.furnish-hero__category-item:hover .furnish-hero__category-name {
  color: #FFF;
  
}

.furnish-hero__category-arrow {
  color: #111;
  transition: transform 0.25s ease, color 0.25s ease;
}

.furnish-hero__category-item:hover .furnish-hero__category-arrow {
  color: #FFF;
  transform: rotate(90deg);
}

/* Hero Right */
.furnish-hero__right {
  position: relative;
  text-align: center;
}

.furnish-hero__title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
  margin: 0 0 32px;
}

.furnish-hero__title span {
  display: block;
}

.furnish-hero__image-wrap {
  position: relative;
  display: inline-block;
}

.furnish-hero__image {
  max-width: 500px;
  height: auto;
  display: block;
}



/* ============================================================
   2. Featured Products Slider (furnish-featured)
   - Center-focused portrait image cards slider
   - Pure CSS + JS implementation (no UIKit slider)
   ============================================================ */

.furnish-featured {
  background: #fff;
  padding: 20px 0 80px;
}

.furnish-featured__header {
  margin: 50px 0 0 0;
  text-align: center;
}

.furnish-featured__title {
  margin: 0 0 14px;
}

.furnish-featured__title span {
  display: block;
  font-size: 46px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.1;
  letter-spacing: -1px;
}

.furnish-featured__subtitle {
  font-size: 15px;
  color: #888;
  margin: 0;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Slider container */
.furnish-featured__slider {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}

/* Track - cards container */
.furnish-featured__track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 50px 0;
  position: relative;
  min-height: 380px;
  overflow: visible;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* Slider item - vertical/portrait cards */
.furnish-featured__item {
  width: 260px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Product Card - Portrait/Vertical Design */
.furnish-featured__card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 4;
  transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}

.furnish-featured__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Gradient Overlay - bottom to top */
.furnish-featured__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.5) 30%, 
    rgba(0, 0, 0, 0.15) 55%, 
    transparent 75%);
  pointer-events: none;
}

/* Card Content */
.furnish-featured__content {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
}

/* Info row: location + rating */
.furnish-featured__info-row {
  margin-bottom: 12px;
}

/* Location */
.furnish-featured__location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}

.furnish-featured__icon {
  display: inline-flex;
  align-items: center;
}

.furnish-featured__location .furnish-featured__icon {
  color: #fff;
}

.furnish-featured__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

/* Rating */
.furnish-featured__rating {
  color: #fff;
  margin-top: 4px;
}

.furnish-featured__icon--star {
  color: #ffc107;
}

.furnish-featured__price {
  font-size: 13px;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

/* Book Now Button */
.furnish-featured__book-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.furnish-featured__book-btn:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
  color: #1a1a1a;
  text-decoration: none;
}

/* ============ Center Focus Effect ============ */

/* Default: all cards start reduced */
.furnish-featured .furnish-featured__item .furnish-featured__card {
  transform: scale(0.6);
  opacity: 0.4;
  filter: blur(2px);
  transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Far cards - most reduced */
.furnish-featured .furnish-featured__item.is-far .furnish-featured__card {
  transform: scale(0.5);
  opacity: 0.3;
  filter: blur(3px);
}

/* 2nd adjacent cards */
.furnish-featured .furnish-featured__item.is-prev-2 .furnish-featured__card,
.furnish-featured .furnish-featured__item.is-next-2 .furnish-featured__card {
  transform: scale(0.7);
  opacity: 0.55;
  filter: blur(1.5px);
}

/* 1st adjacent cards */
.furnish-featured .furnish-featured__item.is-prev-1 .furnish-featured__card,
.furnish-featured .furnish-featured__item.is-next-1 .furnish-featured__card {
  transform: scale(0.85);
  opacity: 0.8;
  filter: blur(0.5px);
}

/* Active center card */
.furnish-featured .furnish-featured__item.is-active .furnish-featured__card {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
  z-index: 20;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35), 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Interactive states */
.furnish-featured .furnish-featured__item:not(.is-active) .furnish-featured__card {
  cursor: pointer;
}

.furnish-featured .furnish-featured__item.is-active .furnish-featured__card {
  cursor: default;
}

/* Arrow Navigation */
.furnish-featured__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.9);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
}

.furnish-featured__nav:hover {
  background: #1a1a1a;
  transform: translateY(-50%) scale(1.1);
}

.furnish-featured__nav--prev {
  left: 0;
}

.furnish-featured__nav--next {
  right: 0;
}

.furnish-featured__nav svg {
  width: 16px;
  height: 16px;
}

/* Dot navigation */
.furnish-featured__dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.furnish-featured__dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  padding: 0;
}

.furnish-featured__dot:hover {
  background: #999;
}

.furnish-featured__dot.is-active {
  background: #1a1a1a;
  width: 28px;
  border-radius: 6px;
}



/* ============================================================
   3. Collection Promo (furnish-promo)
   - Left: product card with rotating images
   - Right: title + arrow navigation
   ============================================================ */

.furnish-promo {
  padding: 80px 0;
  background: #F5F7FA;
}

.furnish-promo__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Product Card */
.furnish-promo__card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(11, 29, 58, 0.08);
}

.furnish-promo__card-label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #00A8C6;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.furnish-promo__card-img {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.furnish-promo__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.furnish-promo__card-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #0B1D3A;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 2;
}

.furnish-promo__card-btn:hover {
  background: #00A8C6;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Right Content */
.furnish-promo__content {
  max-width: 500px;
}

.furnish-promo__title {
  margin: 0 0 40px;
}

.furnish-promo__title span {
  display: block;
  font-size: 48px;
  font-weight: 900;
  color: #0B1D3A;
  line-height: 1.05;
  letter-spacing: -1px;
}

.furnish-promo__arrows {
  display: flex;
  gap: 16px;
}

.furnish-promo__arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #0B1D3A;
  background: transparent;
  color: #0B1D3A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.furnish-promo__arrow:hover {
  background: #0B1D3A;
  color: #fff;
  transform: scale(1.05);
}

.furnish-promo__arrow--dark {
  background: #0B1D3A;
  color: #fff;
}

.furnish-promo__arrow--dark:hover {
  background: #00A8C6;
  border-color: #00A8C6;
}

/* Promo Responsive */
@media (max-width: 959px) {
  .furnish-promo {
    padding: 60px 0;
  }
  .furnish-promo__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .furnish-promo__title span {
    font-size: 36px;
  }
  .furnish-promo__content {
    max-width: 100%;
  }
}

@media (max-width: 639px) {
  .furnish-promo__title span {
    font-size: 28px;
  }
  .furnish-promo__arrow {
    width: 48px;
    height: 48px;
  }
}


/* ============================================================
   4. Featured Products Showcase (furnish-showcase)
   - Left: featured product with images
   - Right: product list
   ============================================================ */

.furnish-showcase {
  margin-bottom: 40px;
  background: #fff;
}

.furnish-showcase__header {
  margin-bottom: 60px;
}

.furnish-showcase__title {
  font-size: 48px;
  font-weight: 900;
  color: #0B1D3A;
  margin: 0 0 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.furnish-showcase__subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Featured Product (Left) */
.furnish-showcase__featured {
  background: #624531;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  border: 1px solid #eee;
}

.furnish-showcase__featured-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.furnish-showcase__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.furnish-showcase__featured-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.furnish-showcase__category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.furnish-showcase__featured-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}

.furnish-showcase__featured-desc p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0 0 20px;
}

/* Sub images for switching */
.furnish-showcase__sub-images {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.furnish-showcase__sub-img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
}

.furnish-showcase__sub-img:hover {
  border-color: #FFF;
  transform: scale(1.08);
}

.furnish-showcase__sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* View Details button */
.furnish-showcase__read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #ab7651;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.furnish-showcase__read-more:hover {
  background: #fff;
  color: #0B1D3A;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Product List (Right) */
.furnish-showcase__list {
  margin-top: 40px;
  display: flex;
}

.furnish-showcase__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.furnish-showcase__item:hover {
  background: #624531;
  transform: translateX(6px);
  text-decoration: none;
}

.furnish-showcase__item-image {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}

.furnish-showcase__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.furnish-showcase__item:hover .furnish-showcase__item-category,.furnish-showcase__item:hover .furnish-showcase__item-title{
  color: #FFF;
}

.furnish-showcase__item:hover .furnish-showcase__item-image img {
  transform: scale(1.05);
}

.furnish-showcase__item-content {
  flex: 1;
  min-width: 0;
}

.furnish-showcase__item-category {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #624531;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.furnish-showcase__item-title {
  font-size: 12px;
  color: #0B1D3A;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============================================================
   Banner Grid (首页 Banner 三列网格)
   - 统一高度
   - 图片填充裁切
   ============================================================ */

.furnish-banner-grid {
  align-items: stretch;
}

.furnish-banner-grid > div {
  height: 100%;
  display: flex;
}

.furnish-banner-grid > div > a.furnish-banner-link {
  display: flex;
  flex: 1;
  height: auto;
  text-decoration: none;
}

.furnish-banner-item {
  position: relative;
  flex: 1;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 12px;
  background: #f0f0f0;
}

.furnish-banner-item > img.furnish-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.furnish-banner-item:hover .furnish-banner-img {
  transform: scale(1.04);
}

/* 覆盖层样式 */
.furnish-banner-item .uk-overlay-primary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.furnish-banner-item .uk-overlay.uk-position-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Banner responsive */
@media (max-width: 959px) {
  .furnish-banner-item {
    padding-bottom: 70%;
  }
}

@media (max-width: 639px) {
  .furnish-banner-item {
    padding-bottom: 75%;
  }
}
