.serif-font { font-family: "Playfair Display", serif !important;
}
.brand--text { color: #4A2018 !important;
}
.letter-spacing-1 { letter-spacing: 1px !important;
}
.letter-spacing-2 { letter-spacing: 2px !important;
}
.uppercase { text-transform: uppercase;
}
/* Card & Layout */
.premium-card-border {
  border: 1px solid rgba(74,32,24,0.08235) !important;
  border-radius: 0 !important;
  box-shadow: 0 20px 50px rgba(172, 23, 84, 0.08) !important;
}
.border-bottom-subtle {
  border-bottom: 1px solid #f2f2f2;
}
.berry-divider {
  border-color: #f9f9f9 !important;
}
/* Notification Item Styling */
.notification-item {
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.notification-item:hover {
  background-color: #FFF9FB;
}
/* Unread State: Soft Berry tint + Left Marker */
.unread-berry-bg {
  background-color: #FFF9FB;
}
.berry-marker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #4A2018;
}
/* Empty State Icon */
.icon-circle-berry {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(74,32,24,0.12549);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF9FB;
}
.leading-tight { line-height: 1.2 !important;
}
/* Customizing V-Tabs for luxury feel */
.v-tab--active {
  background-color: transparent !important;
}
@media (max-width: 600px) {
.v-tab {
    font-size: 0.75rem !important;
    padding: 0 8px !important;
}
}


.blog-detail-page[data-v-42d5c0dd] {
  background: #ffffff;
  font-family: 'Instrument Sans', sans-serif;
  min-height: 60vh;
}
.bd-state[data-v-42d5c0dd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 100px 16px;
}
.bd-empty-text[data-v-42d5c0dd] {
  color: #5a4038;
  font-size: 16px;
  margin: 0;
}
.bd-back-btn[data-v-42d5c0dd] {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #a87b6e, #8d6155) !important;
  color: #fff !important;
  text-transform: none !important;
}
.bd-article[data-v-42d5c0dd] {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 20px 72px;
}
.bd-breadcrumb[data-v-42d5c0dd] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8d6155;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 24px;
}
.bd-header[data-v-42d5c0dd] {
  margin-bottom: 24px;
}
.bd-title[data-v-42d5c0dd] {
  font-family: 'Playfair Display', serif;
  color: #3f1f18;
  font-size: max(28px, min(4vw, 44px));
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px;
}
.bd-meta[data-v-42d5c0dd] {
  color: #6f5148;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bd-dot[data-v-42d5c0dd] {
  opacity: 0.6;
}
.bd-hero[data-v-42d5c0dd] {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(92, 56, 41, 0.12);
  margin-bottom: 28px;
}
.bd-hero-img[data-v-42d5c0dd] {
  width: 100%;
  max-height: 460px;
}
.bd-excerpt[data-v-42d5c0dd] {
  color: #4a2018;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 0 24px;
}
.bd-content[data-v-42d5c0dd] {
  color: #4a3830;
  font-size: 16px;
  line-height: 1.85;
}
.bd-content[data-v-42d5c0dd] p {
  margin: 0 0 18px;
}
.bd-content[data-v-42d5c0dd] h2,
.bd-content[data-v-42d5c0dd] h3 {
  font-family: 'Playfair Display', serif;
  color: #3f1f18;
  margin: 28px 0 14px;
}
.bd-content[data-v-42d5c0dd] img {
  max-width: 100%;
  border-radius: 12px;
  margin: 16px 0;
}
.bd-content[data-v-42d5c0dd] a {
  color: #8d6155;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ── Related ── */
.bd-related[data-v-42d5c0dd] {
  margin-top: 56px;
  border-top: 1px solid #efe6e1;
  padding-top: 36px;
}
.bd-related-heading[data-v-42d5c0dd] {
  font-family: 'Playfair Display', serif;
  color: #4a2018;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 24px;
}
.bd-related-grid[data-v-42d5c0dd] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
.bd-related-card[data-v-42d5c0dd] {
  cursor: pointer;
}
.bd-related-img-wrap[data-v-42d5c0dd] {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(92, 56, 41, 0.10);
}
.bd-related-date[data-v-42d5c0dd] {
  margin-top: 12px;
  color: #6f5148;
  font-size: 13px;
}
.bd-related-title[data-v-42d5c0dd] {
  font-family: 'Playfair Display', serif;
  color: #3f1f18;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 4px;
}
@media (max-width: 640px) {
.bd-article[data-v-42d5c0dd] {
    padding: 20px 16px 56px;
}
.bd-related-grid[data-v-42d5c0dd] {
    grid-template-columns: 1fr;
    gap: 28px;
}
}


.blogs-section[data-v-4c89f16f] {
  background: #F7F5EE;
  padding: 48px 16px 60px;
  font-family: 'Instrument Sans', sans-serif;
  /* 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);
}
.blogs-inner[data-v-4c89f16f] {
  max-width: 1200px;
  margin: 0 auto;
}
.blogs-heading[data-v-4c89f16f] {
  font-family: 'Playfair Display', serif;
  text-align: center;
  color: #4a2018;
  font-size: max(26px, min(3.2vw, 42px));
  font-weight: 700;
  margin: 0 0 40px;
}
.blogs-loading[data-v-4c89f16f] {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.blogs-swiper-wrap[data-v-4c89f16f] {
  position: relative;
  padding: 0 8px;
}
.blogs-swiper[data-v-4c89f16f] {
  padding-bottom: 44px;
}
.blog-slide[data-v-4c89f16f] {
  height: auto;
}
.blog-card[data-v-4c89f16f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  height: 100%;
}
.blog-image-wrap[data-v-4c89f16f] {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(92, 56, 41, 0.10);
}
.blog-image[data-v-4c89f16f] {
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.blog-card:hover .blog-image[data-v-4c89f16f] {
  transform: scale(1.04);
}
.blog-date[data-v-4c89f16f] {
  margin-top: 22px;
  color: #6f5148;
  font-size: 15px;
}
.blog-title[data-v-4c89f16f] {
  font-family: 'Playfair Display', serif;
  color: #3f1f18;
  font-size: max(18px, min(1.5vw, 22px));
  font-weight: 600;
  line-height: 1.35;
  margin: 10px 0 18px;
  max-width: 320px;
}
.blog-btn[data-v-4c89f16f] {
  height: 44px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #a87b6e, #8d6155);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  box-shadow: 0 10px 22px rgba(141, 97, 85, 0.28);
  transition: background 0.3s ease;
}
.blog-btn[data-v-4c89f16f]:hover {
  background: linear-gradient(135deg, #9c6f62, #7d5448);
}

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

/* ── Swiper nav arrows ── */
.blogs-nav-btn[data-v-4c89f16f] {
  width: 44px;
  height: 44px;
  margin-top: -32px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(92, 56, 41, 0.16);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.blogs-prev[data-v-4c89f16f] { left: -6px;
}
.blogs-next[data-v-4c89f16f] { right: -6px;
}
.blogs-nav-btn[data-v-4c89f16f]:hover {
  background: #f7efea;
  box-shadow: 0 10px 24px rgba(92, 56, 41, 0.22);
}
.blogs-nav-btn[data-v-4c89f16f]::after {
  font-size: 18px;
  font-weight: 700;
  color: #8d6155;
}
.blogs-nav-btn.swiper-button-disabled[data-v-4c89f16f] {
  opacity: 0.4;
}
@media (max-width: 960px) {
.blogs-nav-btn[data-v-4c89f16f] {
    display: none;
}
}
@media (max-width: 640px) {
.blogs-section[data-v-4c89f16f] {
    padding: 36px 16px 44px;
}
.blogs-heading[data-v-4c89f16f] {
    margin-bottom: 28px;
    font-size: 24px;
}
.blog-title[data-v-4c89f16f] {
    max-width: 100%;
    font-size: 17px;
}
.blog-date[data-v-4c89f16f] {
    font-size: 13px;
}
}

.banner-wrapper {
  background: #FAF8F5;
  padding: 16px 0;
}
.banner-wrapper ::v-deep .v-window__container,
.banner-wrapper ::v-deep .v-carousel__item {
  height: 100% !important;
}

/* Rounded card carousel */
.hero-carousel {
  box-shadow: none !important;
}
.hero-carousel {
  position: relative;
}
.hero-swiper {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
}
.hero-swiper .swiper-slide {
  height: 100%;
}
.hero-slide,
.banner-image {
  cursor: pointer;
  background: #FAF8F5;
  height: 100%;
}

/* ── Text + button overlay ── */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5% 0 6%;
  z-index: 2;
}
.hero-title {
  font-size: max(28px, min(3.4vw, 52px));
  line-height: 1.12;
  font-weight: 700;
  color: #4a1a10;
  margin-bottom: 18px;
}
.hero-subtitle {
  font-size: max(13px, min(1vw, 17px));
  line-height: 1.5;
  color: #5a4038;
  max-width: 420px;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-btn {
  text-transform: none !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  height: 48px !important;
  padding: 0 26px !important;
}
.hero-btn--filled {
  background: #fff !important;
  color: #000 !important;
}
.hero-btn--outlined {
  border: 1.5px solid rgba(120, 60, 50, 0.35) !important;
  color: #4a1a10 !important;
  background: rgba(255, 255, 255, 0.45) !important;
}

/* ── Custom pill arrows ── */
.hero-carousel .hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 44px;
  border: none;
  outline: none;
  border-radius: 9999px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Position arrows over the outer edges, with a little inset */
.hero-carousel .hero-arrow--prev {
  left: -24px;
  transform: translateY(-50%);
}
.hero-carousel .hero-arrow--next {
  right: -24px;
  transform: translateY(-50%);
}
.hero-carousel .hero-arrow:hover {
  box-shadow: 2px 2px 14.4px 0px rgba(0,0,0,0.0902),
              18px 26px 24px 0px rgba(0,0,0,0.10196) !important;
}
.hero-carousel .hero-arrow:hover {
  transform: translateY(-50%) scale(1.04);
}
.hero-carousel .hero-arrow .v-icon {
  color: #000000 !important;
  font-size: 22px !important;
}

/* Offset arrows toward the outer edges instead of centered */
.hero-carousel .hero-arrow--prev .v-icon {
  transform: translateX(-6px);
}
.hero-carousel .hero-arrow--next .v-icon {
  transform: translateX(6px);
}

/* ── Pagination dots ── */
.hero-carousel .swiper-pagination {
  bottom: 14px;
}
.hero-carousel .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 0.6;
}
.hero-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4a1a10;
}
.banner-mobile-frame {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: #faf8f5;
  cursor: pointer;
}
.banner-mobile-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  background: #faf8f5;
  border-radius: 12px;
}

/* Optional: Subtle zoom effect on hover for desktop */
.banner-image:hover {
  transform: scale(1.01);
}

/* Rounded corners helper if not using utility classes */
.rounded-lg {
  border-radius: 12px !important;
}
.rounded-lg {
  overflow: hidden; /* Ensures image respects border radius */
}

/* Custom Shadow */
.shadow-lg {
  box-shadow: none !important;
}

