body {
  font-family: "Prompt", sans-serif;
  background: linear-gradient(135deg, #f8f6f0 0%, #e8e4d8 50%, #f0ede6 100%);
  margin: 0;
}

.hero {
  height: 85vh;
  background: linear-gradient(135deg, #f5f2ea 0%, #e8e0d0 50%, #f0e8d8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2c2c2c;
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.hero-content {
  z-index: 2;
  max-width: 600px;
}

.hero-logo {
  max-height: 120px;
  margin-bottom: 30px;
  filter: contrast(160%) brightness(1.3)
    drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.1rem;
  color: #444;
}

.rotating-product {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(5deg);
  width: 35vw;
  max-width: 400px;
  min-width: 250px;
  height: auto;
  animation: swingY 4s ease-in-out infinite alternate;
  z-index: 1;
  opacity: 0.98;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
  transform-origin: center;
}

.dropdown-menu {
  margin-left: -40px;
  min-width: 220px;
  border-radius: 8px;
}

.about-section {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@keyframes swingY {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(8deg);
  }
}

.clover {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("../images/bg/clover.png");
  background-size: cover;
  opacity: 0.06;
  filter: sepia(0.3) hue-rotate(15deg) brightness(0.9);
  animation: float infinite linear;
  pointer-events: none;
  z-index: 0;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.15;
  }
  50% {
    transform: translateY(-50vh) rotate(180deg);
    opacity: 0.3;
  }
  100% {
    transform: translateY(-100vh) rotate(300deg);
    opacity: 0;
  }
}

.showcase-img-tile {
  object-fit: contain;
  height: 320px;
  width: 100%;
  transition: transform 2.5s ease-in-out;
  animation: tiltRotate 8s ease-in-out infinite alternate;
  z-index: 2;
  position: relative;
}

@keyframes tiltRotate {
  0% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}

.special-moments-section {
  background: linear-gradient(135deg, #f8f6f0 0%, #e8e4d8 50%, #f0ede6 100%);
  position: relative;
  overflow: hidden;
}

.special-moments-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      45deg,
      transparent 48%,
      rgba(193, 157, 95, 0.02) 50%,
      transparent 52%
    ),
    linear-gradient(
      -45deg,
      transparent 48%,
      rgba(165, 121, 82, 0.02) 50%,
      transparent 52%
    );
  background-size: 100px 100px;
  animation: subtle-shift 15s ease-in-out infinite;
  pointer-events: none;
}

.special-moments-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(193, 157, 95, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(165, 121, 82, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 60%,
      rgba(193, 157, 95, 0.02) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 60% 40%,
      rgba(165, 121, 82, 0.02) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.section-header {
  position: relative;
  z-index: 2;
}

.section-header::before,
.section-header::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: radial-gradient(
    circle,
    rgba(193, 157, 95, 0.6) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float-dots 8s ease-in-out infinite;
}

.section-header::before {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.section-header::after {
  top: 60%;
  right: 15%;
  animation-delay: 4s;
}

.sparkle-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  animation: gentle-float 4s ease-in-out infinite alternate;
  text-shadow: 0 2px 8px rgba(193, 157, 95, 0.2);
  filter: drop-shadow(0 2px 6px rgba(193, 157, 95, 0.15));
}

.section-title {
  font-size: 2.8rem;
  background: linear-gradient(135deg, #2c2c2c 0%, #5a4a42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
}

.category-tile {
  position: relative;
  background: #fff;
  height: 360px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.special-tile {
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.special-tile:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(193, 157, 95, 0.9) 0%,
    rgba(165, 121, 82, 0.9) 100%
  );
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 15px;
}

.special-tile:hover .tile-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.special-tile:hover .overlay-content {
  transform: translateY(0);
}

.occasion-tag {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.occasion-text {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.price-hint {
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  display: inline-block;
}

.category-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 85%;
  border-radius: 8px;
  z-index: 3;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.special-tile:hover .category-label {
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.category-label .title {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}

.category-label .title::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin-top: 4px;
}

.category-label .desc {
  font-size: 0.8rem;
  color: #5a4a42;
  line-height: 1.4;
  font-style: italic;
}

.floating-flower {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../images/bg/flower-float.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  filter: sepia(0.2) hue-rotate(10deg) brightness(0.95);
  pointer-events: none;
  animation: flower-float linear infinite;
  z-index: 0;
}

@keyframes flower-float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(-120vh) rotate(360deg);
    opacity: 0;
  }
}

@keyframes sparkle {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.1) rotate(10deg);
    opacity: 1;
  }
}

@keyframes subtle-shift {
  0%,
  100% {
    transform: translateX(0) translateY(0);
    opacity: 0.3;
  }
  25% {
    transform: translateX(10px) translateY(-5px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-5px) translateY(10px);
    opacity: 0.4;
  }
  75% {
    transform: translateX(5px) translateY(-10px);
    opacity: 0.6;
  }
}

@keyframes float-dots {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-15px) scale(1.2);
    opacity: 1;
  }
}

@keyframes gentle-float {
  0% {
    transform: translateY(0) scale(1);
    text-shadow: 0 2px 8px rgba(193, 157, 95, 0.2);
  }
  100% {
    transform: translateY(-5px) scale(1.02);
    text-shadow: 0 4px 12px rgba(193, 157, 95, 0.3);
  }
}

@keyframes gentle-pulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1) rotate(180deg);
    opacity: 0.6;
  }
}

.products-showcase-section {
  background: linear-gradient(135deg, #f8f6f0 0%, #e8e4d8 50%, #f0ede6 100%);
  position: relative;
  overflow: hidden;
}

.products-showcase-section .col {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}

.products-showcase-section .row {
  align-items: stretch;
  justify-content: flex-start;
}

.products-showcase-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(193, 157, 95, 0.02) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(165, 121, 82, 0.02) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.luxury-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  animation: gentle-float 4s ease-in-out infinite alternate;
  text-shadow: 0 2px 8px rgba(193, 157, 95, 0.2);
  filter: drop-shadow(0 2px 6px rgba(193, 157, 95, 0.15));
}

.product-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(193, 157, 95, 0.05) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}

.product-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.95);
}

.product-card:hover::before {
  opacity: 1;
}

.product-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(135deg, #f8f6f0 0%, #e8e4d8 100%);
  padding: 20px;
  margin-bottom: 15px;
}

.product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(193, 157, 95, 0.1) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 15px;
}

.product-card:hover .product-image::before {
  opacity: 1;
}

.product-image img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.product-card:hover .product-image img {
  transform: scale(1.1) rotate(2deg);
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.2));
}

.product-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.product-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c2c2c;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.product-card:hover .product-title {
  color: #c59d5f;
}

.product-price {
  color: #a17952;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.luxury-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #c59d5f, #a17952);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.product-card:hover .luxury-badge {
  opacity: 1;
  transform: scale(1);
}

/* Quote Card */
.quote-card {
  background: linear-gradient(
    135deg,
    rgba(193, 157, 95, 0.1) 0%,
    rgba(165, 121, 82, 0.05) 100%
  );
  border: 2px solid rgba(193, 157, 95, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.quote-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(193, 157, 95, 0.1) 0%,
    transparent 70%
  );
  animation: gentle-pulse 6s ease-in-out infinite;
  z-index: 1;
}

.quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(193, 157, 95, 0.2);
  border-color: rgba(193, 157, 95, 0.4);
}

.quote-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  animation: gentle-float 4s ease-in-out infinite alternate;
}

.quote-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #2c2c2c;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  font-style: italic;
}

.quote-author {
  font-size: 0.9rem;
  color: #a17952;
  font-weight: 600;
  z-index: 2;
  position: relative;
}

/* Heritage Card */
.heritage-card {
  background: linear-gradient(
    135deg,
    rgba(165, 121, 82, 0.1) 0%,
    rgba(193, 157, 95, 0.05) 100%
  );
  border: 2px solid rgba(165, 121, 82, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.heritage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(165, 121, 82, 0.2);
  border-color: rgba(165, 121, 82, 0.4);
}

.heritage-year {
  font-size: 3rem;
  font-weight: 700;
  color: #a17952;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #c59d5f 0%, #a17952 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.heritage-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.heritage-desc {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

/* Signature Card */
.signature-card {
  background: linear-gradient(
    135deg,
    rgba(44, 44, 44, 0.05) 0%,
    rgba(90, 74, 66, 0.03) 100%
  );
  border: 2px solid rgba(44, 44, 44, 0.1);
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.signature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(44, 44, 44, 0.1);
  border-color: rgba(44, 44, 44, 0.2);
}

.signature-logo {
  font-size: 3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
  font-family: serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.signature-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
}

.signature-tagline {
  font-size: 0.9rem;
  color: #a17952;
  font-weight: 500;
  letter-spacing: 1px;
}

.modal-img {
  width: 100%;
}

.product-img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  padding: 10px;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .rotating-product {
    width: 70vw;
    max-width: 280px;
    min-width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    top: auto !important;
    transform: none !important;
    animation: swingY 4s ease-in-out infinite alternate;
  }

  .clover {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 30px 15px;
  }

  .hero h1 {
    font-size: 1.5rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .rotating-product {
    width: 75vw;
    max-width: 220px;
    min-width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-logo {
    max-height: 80px;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .rotating-product {
    width: 40vw;
    max-width: 350px;
    min-width: 280px;
    right: 5%;
  }

  .hero h1 {
    font-size: 2.5rem;
  }
}
.workingwoman-banner {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

.container-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-banner {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Prompt", sans-serif;
  background: linear-gradient(135deg, #f8f6f0 0%, #e8e4d8 50%, #f0ede6 100%);
  position: relative;
}
footer {
  margin-top: 0 !important;
  background: linear-gradient(135deg, #e8e0d0 0%, #d8d0c0 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar {
  background: linear-gradient(135deg, #fff 0%, #f8f6f0 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "Prompt", sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.nav-link {
  color: #333;
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: #c59d5f;
}

@media (max-width: 768px) {
  .dropdown-menu {
    right: 0;
    left: auto;
    transform: translateX(-20%);
  }

  .section-title {
    font-size: 2.2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .sparkle-icon {
    font-size: 1.8rem;
  }

  .luxury-icon {
    font-size: 1.8rem;
  }

  .occasion-text {
    font-size: 1.2rem;
  }

  .price-hint {
    font-size: 1rem;
  }

  .section-header::before,
  .section-header::after {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  .sparkle-icon {
    font-size: 1.5rem;
  }

  .luxury-icon {
    font-size: 1.5rem;
  }

  .occasion-text {
    font-size: 1rem;
  }

  .price-hint {
    font-size: 0.9rem;
  }

  .section-header::before,
  .section-header::after {
    width: 3px;
    height: 3px;
  }

  .luxury-icon {
    font-size: 1.8rem;
  }

  .product-card {
    padding: 15px;
  }

  .product-title {
    font-size: 1rem;
  }

  .product-price {
    font-size: 1.1rem;
  }

  .quote-text {
    font-size: 1rem;
  }

  .quote-icon {
    font-size: 2rem;
  }

  .heritage-year {
    font-size: 2.5rem;
  }

  .heritage-text {
    font-size: 1rem;
  }

  .signature-logo {
    font-size: 2.5rem;
  }

  .signature-text {
    font-size: 1.1rem;
  }

  .signature-tagline {
    font-size: 0.8rem;
  }
}
