
.luxury-wrapper[data-v-8c36656a] {
  background: #faf8f5;
}
.category-card-mobile[data-v-8c36656a] {
  background: transparent !important;
}


.occasion-section[data-v-a9ffa4f4] {
  background: #FAF7F2;
  padding: 44px 16px 56px;
  font-family: 'Instrument Sans', sans-serif;
  overflow: hidden;
}
.occasion-inner[data-v-a9ffa4f4] {
  max-width: 1320px;
  margin: 0 auto;
}

/* ── Header ── */
.occasion-head[data-v-a9ffa4f4] {
  text-align: center;
  margin-bottom: 36px;
}
.occasion-divider[data-v-a9ffa4f4] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.occasion-dots[data-v-a9ffa4f4] {
  width: 90px;
  max-width: 20vw;
  height: 1px;
  background-image: radial-gradient(circle, #c9a99a 1px, transparent 1.2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.occasion-crest[data-v-a9ffa4f4] {
  color: #b98d78 !important;
  font-size: 26px !important;
}
.occasion-title[data-v-a9ffa4f4] {
  font-family: 'Playfair Display', serif;
  color: #4a2018;
  font-size: max(26px, min(3.2vw, 40px));
  font-weight: 700;
  margin: 0 0 6px;
}
.occasion-subtitle[data-v-a9ffa4f4] {
  color: #6f5148;
  font-size: max(14px, min(1.4vw, 17px));
  margin: 0;
}
.occasion-loading[data-v-a9ffa4f4] {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

/* ── Swiper ── */
.occasion-swiper-wrap[data-v-a9ffa4f4] {
  position: relative;
  padding: 0 6px;
}
.occasion-swiper[data-v-a9ffa4f4] {
  padding-bottom: 40px;
}
.occasion-slide[data-v-a9ffa4f4] {
  height: auto;
}
.occasion-card[data-v-a9ffa4f4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  height: 100%;
}

/* Visual = photo clipped inside, frame overlaid on top */
.occasion-visual[data-v-a9ffa4f4] {
  position: relative;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 3 / 4;
  margin: 0 auto;
}
.occasion-photo-clip[data-v-a9ffa4f4] {
  position: absolute;
  /* Inset so the photo fits inside the ornamental frame opening */
  top: 8%;
  left: 12%;
  width: 76%;
  height: 78%;
  border-radius: 46% 46% 46% 46% / 50% 50% 50% 50%;
  overflow: hidden;
  z-index: 1;
}
.occasion-photo[data-v-a9ffa4f4] {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.occasion-card:hover .occasion-photo[data-v-a9ffa4f4] {
  transform: scale(1.05);
}
.occasion-frame[data-v-a9ffa4f4] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  pointer-events: none;
}
.occasion-label[data-v-a9ffa4f4] {
  font-family: 'Instrument Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #4a2018;
  font-size: max(13px, min(1.1vw, 15px));
  font-weight: 700;
  margin: 16px 0 12px;
}
.occasion-btn[data-v-a9ffa4f4] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #d6b6a7;
  background: transparent;
  color: #6f4a3d;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.occasion-btn[data-v-a9ffa4f4]:hover {
  background: linear-gradient(135deg, #a87b6e, #8d6155);
  border-color: transparent;
  color: #ffffff;
}
.occasion-btn-arrow[data-v-a9ffa4f4] {
  color: inherit !important;
}

/* ── Pagination ── */
.occasion-swiper-wrap[data-v-a9ffa4f4] .swiper-pagination {
  bottom: 6px;
}
.occasion-swiper-wrap[data-v-a9ffa4f4] .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9c4bb;
  opacity: 1;
}
.occasion-swiper-wrap[data-v-a9ffa4f4] .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 6px;
  background: #8d6155;
}

/* ── Nav arrows ── */
.occasion-nav-btn[data-v-a9ffa4f4] {
  width: 42px;
  height: 42px;
  margin-top: -46px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(92, 56, 41, 0.16);
  transition: background 0.25s ease;
}
.occasion-prev[data-v-a9ffa4f4] { left: -4px;
}
.occasion-next[data-v-a9ffa4f4] { right: -4px;
}
.occasion-nav-btn[data-v-a9ffa4f4]:hover {
  background: #f5ece6;
}
.occasion-nav-btn[data-v-a9ffa4f4]::after {
  font-size: 16px;
  font-weight: 700;
  color: #8d6155;
}
.occasion-nav-btn.swiper-button-disabled[data-v-a9ffa4f4] {
  opacity: 0.35;
}
@media (max-width: 960px) {
.occasion-nav-btn[data-v-a9ffa4f4] {
    display: none;
}
}
@media (max-width: 600px) {
.occasion-section[data-v-a9ffa4f4] {
    padding: 36px 12px 44px;
}
.occasion-title[data-v-a9ffa4f4] {
    font-size: 22px;
}
.occasion-subtitle[data-v-a9ffa4f4] {
    font-size: 13px;
}
.occasion-label[data-v-a9ffa4f4] {
    font-size: 12px;
}
}

/* ── Contact Link Hover ── */
.contact-link-hover:hover {
  background: linear-gradient(135deg, rgba(196, 145, 122, 0.15), rgba(217, 161, 137, 0.08)) !important;
  border-color: rgba(196, 145, 122, 0.2) !important;
  color: #B8735A !important;
}
.contact-link-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(196, 145, 122, 0.15);
}
/* ── Section hover effect (optional subtle) ── */
.terms-section-wrap {
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 16px;
  margin: -8px;
}
.terms-section-wrap:hover {
  background: rgba(196, 145, 122, 0.02);
}

/* Break out of the constrained .home-section-wrap to span the full viewport */
.testimonial-section.container {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* ── Hide scrollbar ── */
.hide-scrollbar::-webkit-scrollbar { display: none;
}
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none;
}
/* ── Carousel container fix ── */
::v-deep .review-carousel .v-window__container {
  height: auto !important;
}
::v-deep .review-carousel .v-carousel__item {
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
::v-deep .review-carousel .v-window__prev,
::v-deep .review-carousel .v-window__next {
  margin: 0 -8px;
}
/* ── Review Card Hover ── */
.review-card-hover {
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.review-card-hover:hover {
  transform: translateY(-6px) !important;
}
.review-card-hover:hover > div {
  box-shadow:
    0 18px 45px rgba(74, 32, 24, 0.28),
    0 6px 16px rgba(74, 32, 24, 0.16) !important;
  border-color: rgba(90, 53, 40, 0.6) !important;
  background: linear-gradient(160deg, #5a3528 0%, #3f241b 100%) !important;
}
/* Active (hovered) card — flip text to light to match dark background */
.review-card-hover:hover .rc-name {
  color: #ffffff !important;
}
.review-card-hover:hover .rc-date {
  color: rgba(255, 255, 255, 0.6) !important;
}
.review-card-hover:hover .rc-text {
  color: rgba(255, 255, 255, 0.88) !important;
}
.review-card-hover:hover .rc-footer {
  border-top-color: rgba(255, 255, 255, 0.15) !important;
}
.review-card-hover:hover .rc-footer .v-icon,
.review-card-hover:hover .rc-footer span {
  color: rgba(255, 255, 255, 0.85) !important;
}
.review-card-hover:active {
  transform: translateY(-2px) scale(0.99) !important;
}
/* ── Nav Button Hover ── */
.nav-btn-review::before {
  display: none !important;
}
.nav-btn-review:hover {
  background: linear-gradient(135deg, #C4917A, #D9A189) !important;
  border-color: transparent !important;
  box-shadow: 0 6px 20px rgba(196, 145, 122, 0.35) !important;
}
.nav-btn-review:hover {
  transform: scale(1.08);
}
.nav-btn-review:hover .v-icon {
  color: white !important;
}
.nav-btn-review:active {
  transform: scale(0.95);
}
/* ── Responsive ── */
@media (max-width: 960px) {
.review-card-hover:hover {
    transform: translateY(-3px) !important;
}
}


.trust-badges-section[data-v-bd4d3b90] {
  background: #ffffff;
  padding: 36px 16px 44px;
  /* Break out of the constrained .home-section-wrap to span the full viewport */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ── Heading ── */
.trust-heading[data-v-bd4d3b90] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 34px;
}
.trust-title[data-v-bd4d3b90] {
  font-family: 'Playfair Display', serif;
  font-size: max(20px, min(2.6vw, 30px));
  font-weight: 700;
  color: #4a2018;
  letter-spacing: -0.3px;
  margin: 0;
}
.trust-flourish[data-v-bd4d3b90] {
  height: 26px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.trust-flourish--right[data-v-bd4d3b90] {
  transform: scaleX(-1);
}

/* ── Badges row ── */
.trust-badges[data-v-bd4d3b90] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.trust-badge[data-v-bd4d3b90] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 1 0;
  min-width: 150px;
  max-width: 220px;
  padding: 0 12px;
  position: relative;
}

/* Subtle vertical divider between badges */
.trust-divider[data-v-bd4d3b90]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 24px;
  width: 1px;
  background: rgba(179, 122, 92, 0.15);
}
.trust-icon-wrap[data-v-bd4d3b90] {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(196, 145, 122, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.trust-icon[data-v-bd4d3b90] {
  font-size: 44px !important;
  color: #4a2018 !important;
}
.trust-icon[data-v-bd4d3b90] {
  transition: color 0.3s ease;
}
.trust-badge:hover .trust-icon-wrap[data-v-bd4d3b90] {
  background: rgba(179, 122, 92, 0.12);
  border-color: #b37a5c;
  box-shadow: 0 8px 24px rgba(179, 122, 92, 0.25);
}
.trust-label[data-v-bd4d3b90] {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #4a2018;
  line-height: 1.5;
}

/* ── Responsive ── */
@media (max-width: 700px) {
.trust-badges[data-v-bd4d3b90] {
    gap: 24px 0;
}
.trust-badge[data-v-bd4d3b90] {
    flex: 0 0 50%;
    max-width: 50%;
}
.trust-divider[data-v-bd4d3b90]::before {
    display: none;
}
.trust-icon-wrap[data-v-bd4d3b90] {
    width: 76px;
    height: 76px;
}
.trust-icon[data-v-bd4d3b90] {
    font-size: 34px !important;
}
.trust-label[data-v-bd4d3b90] {
    font-size: 12.5px;
}
}

.serif-font {
  font-family: "Playfair Display", serif !important;
}
.brand--text {
  color: #4A2018 !important;
}
.brand-divider {
  background: #4A2018 !important;
}
.brand-divider {
  width: 50px;
  height: 3px;  
  border-radius: 2px;
}
.brand-gradient-soft {
  background: linear-gradient(135deg, #4A2018 0%, #8D5E48 100%);
}
.letter-spacing-1 { letter-spacing: 1px !important;
}
.letter-spacing-2 { letter-spacing: 2px !important;
}
.status-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.border-bottom { border-bottom: 1px solid #f0f0f0 !important;
}
.border-top { border-top: 1px solid #f0f0f0 !important;
}
.border-subtle { border: 1px solid #f0f0f0 !important;
}
.hover-luxury {
  transition: all 0.3s ease;
  cursor: pointer;
}
.hover-luxury:hover {
  background-color: #FFF9FB;
}
.opacity-80 { opacity: 0.8;
}

/* Desktop Card Elevation */
.v-card.transition-swing:hover {
  box-shadow: 0 10px 30px rgba(172, 23, 84, 0.08) !important;
}
@media (max-width: 600px) {
.v-toolbar__title {
    font-size: 1rem !important;
}
}

