/* Custom CSS for Sommy Food & Wine Recommendations */

:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --sommy-red: #dc3545;
  --sommy-gold: #ffc107;
}

/* Global Styles */
body {
  font-family: "Inter", -serif;
  line-height: 1.6;
  color: #fff;
  background-image: url("/assets/user/image/body-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.logo {
  max-width: 200px;
}

.main-content {
  padding-top: 80px;
  /* Account for fixed header */
}

.z-index-99 {
  z-index: 99;
}

/* Header Styles */

.sommy-icon-small {
  width: 30px;
  height: 30px;
  background: var(--sommy-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.sommy-icon-small-1 {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.brand-text-small p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.brand-text-small span {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff60;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

/* Hero Section */

.hero-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='430' height='253' viewBox='0 0 430 253'><defs><linearGradient id='grad' x1='645' y1='506' x2='645' y2='253' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%23121212' stop-opacity='0'/><stop offset='1' stop-color='%23121212'/></linearGradient></defs><rect width='430' height='253' fill='url(%23grad)'/></svg>");

  opacity: 0.1;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-buttons .btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.hero-image img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

/* Featured Section */

/* Recommendation Cards */

.card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Swiper Styles */

.menu-swiper-parent {
  padding: 30px;
  background-color: #fff;
  border-radius: 40px;
}

.menu-swiper .list-group-item {
  font-size: inherit;
  text-align: left;
  border: none;
  outline: none;
  padding: 3px 0;
  word-break: normal;
  word-wrap: break-word;
}

.menu-swiper .list-group {
  font-size: inherit;
  text-align: left;
  border: none;
  outline: none;
  padding-left: 0;
  list-style: none;
}
/* ============================================
   MENU CARD REDESIGN
   ============================================ */
.menu-card-redesign {
  background: rgba(251, 250, 242, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  overflow: hidden;
}

.menu-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}

.menu-card-date {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.menu-card-date i {
  font-size: 0.72rem;
}

.menu-card-body {
  padding: 0 12px;
}

.menu-card-body .menu-swiper {
  background: linear-gradient(165deg, #fefefe 0%, #f8f6f0 100%);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.menu-slide-content {
  padding: 24px 22px 32px;
}

.menu-slide-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

.menu-slide-divider {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #c9a96e, #e0ccaa);
  border-radius: 2px;
  margin-bottom: 14px;
}

.menu-slide-description {
  color: #4a4a4a;
  font-size: 0.82rem;
  line-height: 1.7;
}

.menu-slide-description p {
  margin-bottom: 3px;
}

.menu-slide-description * {
  background-color: transparent !important;
  background: transparent !important;
}

.menu-slide-description ul,
.menu-slide-description ol {
  padding-left: 16px;
  margin-bottom: 6px;
}

.menu-slide-description li {
  margin-bottom: 2px;
}

.menu-slide-description h3,
.menu-slide-description h4,
.menu-slide-description h5 {
  font-family: 'Playfair Display', serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-top: 10px;
  margin-bottom: 5px;
}

.menu-card-body .menu-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  padding: 6px 0 14px;
}

.menu-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 16px;
  gap: 12px;
}

.menu-card-footer-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-card-powered {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
  letter-spacing: 0.3px;
}

.menu-card-cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  letter-spacing: 0.2px;
}

.menu-card-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.order-summary-list{
    list-style: none;
}
/* Desktop Swiper Pagination */
.featured-swiper .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.featured-swiper .swiper-pagination-bullet {
  background: #666;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0;
}

.featured-swiper .swiper-pagination-bullet-active {
  background: #ffffff20;
  width: 24px;
  height: 6px;
  border-radius: 3px;
  transform: none;
}

.featured-swiper
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  margin: 0 4px;
}

/* Wine List Card */

/* Restaurant Interior Card */

/* Order Page Styles */

/* Cart Styles */

/* Wine Recommendation Screen */

/* Footer */

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-buttons {
    text-align: center;
  }
}

/* Wine Recommendation Form Styles */

/* Wine Swiper Styles */

/* Page Header Styles */

/* Section Titles */
.section-title {
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

/* Mobile Main Page Styles */
.mobile-main {
  background: transparent;
  padding-top: 0;
}

/* Hero Section Mobile */
.hero-section-mobile {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-branding {
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}

.brand-subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
a{
    text-decoration: none;
    align-items: center;
    display: flex;
}
.btn-hero-primary {
  background: white;
  color: #121212;
  border: none;
  border-radius: 100px;
  padding: 0rem 1.688rem;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 150px;
}

.btn-hero-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Mobile Sections */
.section-mobile {
  padding: 2rem 1rem;
  background: transparent;
}

.section-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.section-title-group {
  flex: 1;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 5px;
}

.section-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
}

.section-subtitle-small {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.view-more-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* Mobile Cards */
.recommendation-card-mobile {
  background: #fbfaf21a;
  border: 1px solid #ddddddb8;
  padding: 12px;
  border-radius: 40px;
  overflow: hidden;
}

/* .card-header-mobile {
    
    
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.card-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #121212;
  text-decoration: none;
  padding: 0.688rem 1.688rem;
  background: #fff;
  border-radius: 100px;
  border: none;
  text-wrap: nowrap;
}

/* Sommy Chat Button (next to section title) */
.sommy-chat-fab {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 100px;
  background: linear-gradient(135deg, #6C63FF 0%, #4A42D4 100%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(108, 99, 255, 0.3);
  flex-shrink: 0;
  align-self: center;
}

.sommy-chat-fab:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 18px rgba(108, 99, 255, 0.45);
  color: #fff;
}

.sommy-chat-fab:active {
  transform: scale(0.96);
}

.sommy-chat-fab i {
  font-size: 0.78rem;
}

.brand-info-mobile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sommy-icon-small {
  width: 35px;
  height: 35px;
  background: var(--sommy-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.amaya-icon {
  width: 35px;
  height: 35px;
  background: #e91e63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.brand-text-small {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  line-height: 1.2;
}

.card-image-mobile {
  width: 100%;
  height: 175px;
  border-radius: 16px;
  overflow: hidden;
}

.card-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-images-split {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}

.card-images-split img {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  max-width: 49%;
}

.card-content-mobile {
  padding: 20px 8px;
  color: white;
}

.card-content-mobile h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: white;
}

.card-content-mobile p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.tags-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.experience-frame {
  height: 470px;
}

.tag-mobile {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 4px 20px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
}

.card-footer-mobile {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}

/* Menu Card Mobile */

.menu-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.3rem;
}

/* Daily Menu Card */

/* Mood Cards Mobile */
.mood-card-mobile {
  position: relative;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mood-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mood-sad .mood-gradient {
  background: linear-gradient(135deg, #ff6b6b, #ffa726);
}

.mood-happy .mood-gradient {
  background: linear-gradient(135deg, #ffa726, #ffeb3b);
}

.mood-excited .mood-gradient {
  background: linear-gradient(135deg, #4caf50, #2196f3);
}

.mood-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.mood-emoji {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.mood-title {
  font-size: 1rem;
  font-weight: 600;
}

/* Chat Mockup */
.chat-mockup-mobile {
  background-image: url(/assets/user/image/bg-recomadation.jpg);
  background-size: cover;
  border-radius: 34px;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 1px #dddddd72,
    /* stroke inside */ 0 4px 20px rgba(0, 0, 0, 0.1);
}

.chat-bubble {
  background: #626262;
  color: #fff;
  border-radius: 100px 100px 20px 100px;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.chat-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f0f0f0;
}

.chat-bubble p {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
}

.chat-recommendations {
  margin: 1.5rem 0 0;
  width: fit-content;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px 15px 10px 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    /* stroke inside */ 0 4px 20px rgba(0, 0, 0, 0.1);
}

.recommendations-text {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.recommendation-thumbnails {
  display: flex;
  gap: 0.5rem;
}

.recommendation-thumbnails img {
  width: 110px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.btn-waitlist {
  background: #ffffff;
  color: #252525;
  border: none;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 1rem;
}

.chat-footer {
  text-align: center;
}

.chat-footer p {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}

.bottom-brand {
  text-align: center;
  margin-top: 1rem;
}

.btn-brand {
  background: white;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.sommy-btn-gold {
  background: linear-gradient(135deg, #c8a96e, #a8893e);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 10px rgba(200, 169, 110, 0.25);
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.sommy-btn-gold:hover,
.sommy-btn-gold:focus {
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(200, 169, 110, 0.35);
}

/* ============================================
   SOMMY CHAT — Professional Chat UI
   ============================================ */

.sommy-chat-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(108, 99, 255, 0.15),
    0 0 40px rgba(108, 99, 255, 0.08);
  position: relative;
}

.sommy-chat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6C63FF, #4A42D4, #6C63FF);
  background-size: 200% 100%;
  animation: sommyChatShimmer 3s linear infinite;
  z-index: 1;
}

@keyframes sommyChatShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Chat header */
.sommy-chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sommy-chat-avatar {
  position: relative;
}

.sommy-chat-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #28a745;
  border: 2px solid #121212;
}

.sommy-chat-header-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sommy-chat-try-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 100px;
  background: #fff;
  color: #121212;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.sommy-chat-try-btn:hover {
  opacity: 0.85;
  color: #121212;
}

.sommy-chat-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

.sommy-chat-online {
  font-size: 0.72rem;
  color: #28a745;
  font-weight: 500;
}

/* Chat messages */
.sommy-chat-messages {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 380px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.15);
}

.sommy-msg {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  width: 100%;
}

.sommy-msg-bot {
  align-self: flex-start;
  justify-content: flex-start;
}

.sommy-msg-user {
  align-self: flex-end;
  justify-content: flex-end;
}

.sommy-msg-avatar {
  flex-shrink: 0;
}

.sommy-icon-xs {
  width: 26px;
  height: 26px;
  min-width: 26px;
  font-size: 10px;
}

/* Bubbles */
.sommy-msg-bubble {
  padding: 10px 16px;
  font-size: 0.85rem;
  line-height: 1.55;
  max-width: 75%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sommy-msg-bubble-bot {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px 18px 18px 4px;
  color: rgba(255, 255, 255, 0.92);
}

.sommy-msg-bubble-user {
  background: linear-gradient(135deg, #6C63FF, #4A42D4);
  border: none;
  border-radius: 18px 18px 4px 18px;
  color: #fff;
  margin-left: auto;
}

/* Recommendation card inside chat */
.sommy-chat-rec-card {
  margin-top: 8px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.sommy-chat-rec-images {
  display: flex;
  height: 80px;
}

.sommy-chat-rec-images img {
  flex: 1;
  min-width: 0;
  height: 100%;
  object-fit: cover;
}

.sommy-chat-rec-info {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sommy-chat-rec-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
}

.sommy-chat-rec-subtitle {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Tags inside chat */
.sommy-chat-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.sommy-chat-tag {
  padding: 3px 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.68rem;
  font-weight: 500;
}

/* Typing indicator */
.sommy-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 18px;
}

.sommy-typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  animation: sommyTyping 1.4s infinite ease-in-out;
}

.sommy-typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.sommy-typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes sommyTyping {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

/* Chat input bar */
.sommy-chat-input-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sommy-chat-input {
  flex: 1;
  padding: 10px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.2s;
}

.sommy-chat-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.sommy-chat-input:focus {
  border-color: rgba(255, 255, 255, 0.35);
}

.sommy-chat-send-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  transition: opacity 0.2s;
}

.sommy-chat-send-btn:hover {
  opacity: 0.85;
}

/* Powered by footer */
.sommy-chat-powered {
  text-align: center;
  padding: 8px 14px 12px;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.3px;
}

/* Desktop tweaks */
@media (min-width: 1024px) {
  .sommy-chat-messages {
    max-height: 420px;
    padding: 24px 20px;
  }

  .sommy-msg-bubble {
    font-size: 0.9rem;
    max-width: 65%;
  }

  .sommy-chat-rec-images {
    height: 100px;
  }

  .sommy-chat-input {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}

@media (min-width: 1440px) {
  .sommy-chat-messages {
    max-height: 460px;
  }

  .sommy-msg-bubble {
    max-width: 55%;
  }

  .sommy-chat-rec-images {
    height: 120px;
  }
}

/* Mobile Swiper Customization */
.couples-swiper,
.experiences-swiper,
.mood-swiper-mobile {
  padding: 0 0 40px 0;
}

.couples-swiper .swiper-slide,
.experiences-swiper .swiper-slide {
  width: 280px;
}

.mood-swiper-mobile .swiper-slide {
  width: 100px;
}

.couples-swiper .swiper-pagination,
.experiences-swiper .swiper-pagination,
.mood-swiper-mobile .swiper-pagination {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Custom Pagination Bullets - Rectangle for Active, Circle for Inactive */
.couples-swiper .swiper-pagination-bullet,
.experiences-swiper .swiper-pagination-bullet,
.mood-swiper-mobile .swiper-pagination-bullet,
.banner-swiper .swiper-pagination-bullet {
  background: #ffffff20;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0;
}

.couples-swiper .swiper-pagination-bullet-active,
.experiences-swiper .swiper-pagination-bullet-active,
.mood-swiper-mobile .swiper-pagination-bullet-active,
.banner-swiper .swiper-pagination-bullet-active {
  background: #ffffff20;
  width: 80px;
  height: 6px;
  border-radius: 3px;
  transform: none;
}

/* Hide default swiper pagination bullets */
.couples-swiper .swiper-pagination-bullet::before,
.experiences-swiper .swiper-pagination-bullet::before,
.mood-swiper-mobile .swiper-pagination-bullet::before,
.banner-swiper .swiper-pagination-bullet::before {
  display: none;
}

/* Ensure proper spacing */
.couples-swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.experiences-swiper
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.mood-swiper-mobile
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.banner-swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  margin: 0 4px;
}

/* Animation Classes */

/* Sommy Card Styles */
/* Base bullets */
.couples-swiper .swiper-pagination-bullet,
.experiences-swiper .swiper-pagination-bullet,
.mood-swiper-mobile .swiper-pagination-bullet,
.banner-swiper .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
}

/* Fill progress bar */
.couples-swiper .swiper-pagination-bullet-active::after,
.experiences-swiper .swiper-pagination-bullet-active::after,
.mood-swiper-mobile .swiper-pagination-bullet-active::after,
.banner-swiper .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  /* progress color */
  width: 0%;
  animation: fillProgress 4s linear forwards;
  /* match autoplay delay */
  border-radius: inherit;
}

/* Keyframes for filling */
@keyframes fillProgress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/* Card Styles */

.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.fs-14px {
  font-size: 14px;
}

.fs-20px {
  font-size: 20px;
}
.fs-31px {
    font-size: 31px;
  }
.pt-8 {
  padding-top: 8rem;
}

.card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--text-white-60);
  background: transparent;
  
}

.footer-separator {
  width: 4px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1px;
}

/* order */

.order-card {
  min-height: 100vh;
  border-radius: 0;
  overflow: visible;
  padding: 0 16px;
  padding-bottom: 100px;
}

.nav-pills {
  gap: 6px;
  overflow-x: auto;
  flex-wrap: nowrap;
  background-color: #fbfaf21f;
  padding: 8px 12px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #dddddd72, 0 4px 20px rgba(0, 0, 0, 0.1);
  min-height: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav-pills::-webkit-scrollbar {
  display: none;
}

.nav-pills .nav-link {
  background-color: transparent;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #dddddd34;
  padding: 10px 16px;
  border: 1px solid #fbfaf21f;
  color: #fff;
  font-size: 0.813rem;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.nav-pills .nav-link:active {
  transform: scale(0.96);
}

.nav-pills .nav-link.active {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #dddddd50;
  padding: 10px 16px;
}

.menu-item-parent {
  background-color: #fbfaf210;
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px #dddddda6, 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
  max-height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.menu-item-parent::-webkit-scrollbar {
  display: none;
}

.menu-item {
  background: #fbfaf21f;
  border-radius: 22px;
  padding: 8px 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1px #dddddd50;
  transition: background 0.2s ease;
}

.menu-item:last-child {
  margin-bottom: 0;
}

.menu-item:active {
  background: #fbfaf230;
}

.menu-item img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  margin-right: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.menu-details {
  flex-grow: 1;
  min-width: 0;
}

.menu-title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
}

.menu-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-desc {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #ffffff60;
  margin-top: 2px;
}

.price {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 4px;
  color: #fff;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  color: #fff;
  font-size: 0.875rem;
  width: fit-content;
  flex-shrink: 0;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.qty-btn:active {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 50;
}

.footer-bar .btn {
  border-radius: 25px;
  padding: 6px 18px;
}

.summary-card-sm {
  border-radius: 40px;
  background-color: #fbfaf21f;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 1px #dddddd72, 0 4px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.total-text-color {
  color: #fff;
  font-weight: bold;
}

.text-faded {
  color: #ffffff60;
}

.collapsed-summary {
  display: none !important;
}

.order-summary.collapsed .collapsed-summary {
  display: block !important;
}
.order-details-card{
    overflow: hidden;
   border-radius: 26px; 
   position: relative;
}
.order-details-card button{
   position: absolute;
   left: 3%;
   top: 3%;
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.wine-card-slider{
    
    box-shadow: inset 0 0 0 1px #dddddd72, 0px 16px 32px -8px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    overflow: hidden;
}

.wine-card-slider-img{
    width: 100%;
}

.wine-card-slider-btn {
    font-size: 12px;
    color:#121212;
    background-color: rgba(255, 255, 255, 0.67);
    
    /* Blur/Frost: The 'Frost' setting translates to backdrop-filter blur. 
       Using 8px for a strong visual effect (since a value of 3 is shown). */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); /* For Safari support */
    
    /* The other settings (Refraction, Depth, Dispersion) are not directly translatable
       to single CSS properties, as they often require 3D rendering or WebGL. 
       We implement the core Glassmorphism appearance (transparent background + blur). */

    border-radius: 100px; 
    padding: 9px 14px ;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* --- 2. Simple Fill and Stroke Effect (Based on image_9eec8f.png) --- */
.wine-card-slider-text {

    background-color: rgba(48, 48, 48, 0.30);
    
    /* Stroke: DDDDDD at 18% opacity, 1 unit thickness */
    border: 1px solid rgba(221, 221, 221, 0.18);
    
    /* Background Blur (Background blur setting in the image) 
       Assuming a moderate blur value here, e.g., 5px. */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    border-radius: 17px; 
    padding: 14px;
}

.bottom-2{
bottom: 20px;
}

.fill-and-stroke {
    /* Fill: 0D0D0D (Very dark gray/near black) at 44% opacity */
    background-color: rgba(13, 13, 13, 0.44);
    
    /* Stroke: DDDDDD (Light gray) at 18% opacity, 1 unit thickness */
    border: 1px solid rgba(221, 221, 221, 0.18);
    
    /* Common properties for these styled elements */
    padding: 15px;
    border-radius: 8px; 
    font-size: 12px;
    color:#ffffff;
    display: flex;
     align-items: center;
    height: 100%;
}


.offcanvas.offcanvas-bottom {
  height: 70vh;
  border-radius: 24px 24px 0 0;
}

.offcanvas {
    transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
    background-image: url(/assets/user/image/body-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 20px;
}

.offcanvas-header .offcanvas-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.offcanvas-header .btn-close {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  opacity: 1;
}

.offcanvas-body {
  padding: 16px 20px;
}

.offcanvas-item {
  overflow-y: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
}

.offcanvas-item .d-flex {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.offcanvas-item .d-flex:last-child {
  border-bottom: none;
}

.offcanvas-item h6 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.offcanvas-item .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.813rem;
}

.offcanvas-body .btn-primary {
  width: 100%;
  border-radius: 100px;
  padding: 14px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 8px;
}

/* Cart checkout button (white, matching app style) */
.cart-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 100px;
  background: #fff;
  color: #121212;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.cart-checkout-btn:hover {
  opacity: 0.9;
  color: #121212;
}
/* Checkout form styles */
.checkout-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.table-select-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.table-select-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.6)' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 14px 40px 14px 20px;
  width: 100%;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.table-select:focus {
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.12);
}

.table-select option {
  background: #1a1a1a;
  color: #fff;
  padding: 10px;
}

.btn-order-now {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 100px;
  background: #fff;
  color: #121212;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.2s ease;
  letter-spacing: 0.3px;
}

.btn-order-now:active {
  transform: scale(0.97);
  opacity: 0.9;
}

/* Card button (Get Recommendation) polish */
.card-button {
  transition: transform 0.15s ease, opacity 0.2s ease;
}

.card-button:active {
  transform: scale(0.96);
  opacity: 0.9;
}

/* Get Recommendation button in footer bar */
.btn-get-recommendation {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #121212;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 100px;
  border: none;
  white-space: nowrap;
  letter-spacing: 0.3px;
  transition: transform 0.15s ease, opacity 0.2s ease;
}

.btn-get-recommendation:active {
  transform: scale(0.96);
  opacity: 0.9;
}

/* View Basket icon button */
/* Footer bar actions group (cart icon + order button side by side) */
.footer-bar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-view-basket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.15s ease, background 0.2s ease;
}

.btn-view-basket:active {
  transform: scale(0.92);
  background: rgba(255, 255, 255, 0.2);
}

.sim-img{
    height: 400px;
}

.fixed-width-item {
  flex: 0 0 200px; /* flex-grow: 0, flex-shrink: 0, flex-basis: 200px */
}

/* =============================================
   DESKTOP STYLES — All inside media queries
   Zero risk to mobile layout
   ============================================= */

/* --- Tablet and up (768px+) --- */
@media (min-width: 768px) {
  /* Hero: moderate height */
  .hero-section-mobile {
    height: 50vh;
  }

  /* Sections: start centering */
  .section-mobile {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 2rem;
  }

  /* Experiences & Mood section headers center */
  .experiences-section .section-header-mobile,
  .mood-section .section-header-mobile {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* Experiences swiper: constrain and center */
  .experiences-section .experiences-swiper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 0;
  }

  /* Mood swiper: constrain and center */
  .mood-section .mood-swiper-mobile {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 0;
  }

  /* Cards: bigger images */
  .card-image-mobile {
    height: 220px;
  }

  /* Great couples: responsive aspect-ratio images */
  .couples-swiper .card-images-split {
    height: auto;
    aspect-ratio: 16 / 7;
  }
}

/* --- Desktop (1024px+) --- */
@media (min-width: 1024px) {
  /* Header: frosted glass, constrained, in normal flow */
  header.navbar {
    position: relative !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: rgba(18, 18, 18, 0.7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 16px 16px;
  }

  .logo {
    max-width: 120px;
  }

  /* Hero banner: constrain to content width */
  .banner-swiper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 24px;
    overflow: hidden;
  }

  /* Hero: controlled height */
  .hero-section-mobile {
    height: 45vh;
  }

  .hero-bg-image {
    filter: none;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(18, 18, 18, 0.95) 100%
    );
  }

  .hero-title {
    font-size: 3.5rem;
    letter-spacing: -0.5px;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  /* Sections: wider centering */
  .section-mobile {
    max-width: 1100px;
    padding: 3rem 2rem;
  }

  .experiences-section .section-header-mobile,
  .mood-section .section-header-mobile {
    max-width: 1100px;
  }

  /* Section titles: scale up */
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  /* Cards: desktop polish */
  .recommendation-card-mobile {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }

  .recommendation-card-mobile:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.25);
  }

  .card-image-mobile {
    height: 250px;
  }

  .card-content-mobile h3 {
    font-size: 1.25rem;
  }

  .card-content-mobile p {
    font-size: 0.95rem;
  }

  /* Chat button: bigger on desktop */
  .sommy-chat-fab {
    padding: 10px 24px;
    font-size: 0.95rem;
    gap: 8px;
  }

  .sommy-chat-fab i {
    font-size: 1.05rem;
  }

  /* Menu card: desktop polish */
  .menu-card-redesign {
    border-radius: 32px;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .menu-card-header {
    padding: 22px 32px;
  }

  .menu-card-date {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
  }

  .menu-card-body {
    padding: 0 28px;
  }

  .menu-card-body .menu-swiper {
    border-radius: 22px;
  }

  .menu-slide-content {
    padding: 44px 52px 52px;
  }

  .menu-slide-title {
    font-size: 1.6rem;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
  }

  .menu-slide-divider {
    width: 44px;
    height: 2px;
    margin-bottom: 22px;
  }

  .menu-slide-description {
    font-size: 0.95rem;
    line-height: 2;
    column-count: 2;
    column-gap: 48px;
  }

  .menu-slide-description h3,
  .menu-slide-description h4,
  .menu-slide-description h5 {
    font-size: 1.05rem;
    column-span: all;
    margin-top: 16px;
  }

  .menu-card-footer {
    padding: 20px 32px 26px;
  }

  .menu-card-cta {
    padding: 10px 22px;
    font-size: 0.82rem;
  }

  /* Experiences: constrain and center */
  .experiences-section .experiences-swiper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 0;
  }

  /* Force experiences slides to half width for 2 per row */
  .experiences-swiper .swiper-slide {
    width: calc(50% - 25px) !important;
  }

  /* Experiences: taller frames */
  .experience-frame {
    height: 520px;
  }

  /* Great couples: equal height cards */
  .couples-swiper .swiper-wrapper {
    align-items: stretch;
  }

  .couples-swiper .swiper-slide {
    height: auto;
  }

  .couples-swiper .recommendation-card-mobile {
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .couples-swiper .card-images-split {
    height: auto;
    aspect-ratio: 16 / 8;
  }

  .couples-swiper .card-content-mobile {
    flex: 1;
  }

  .couples-swiper .card-content-mobile h3 {
    font-size: 1.35rem;
  }

  /* Mood swiper: constrain, center, smaller cards */
  .mood-section .mood-swiper-mobile {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 0;
  }

  .mood-card-mobile {
    height: 100px;
  }

  .mood-emoji {
    font-size: 2rem;
  }

  .mood-title {
    font-size: 0.85rem;
  }

  /* Chat mockup inside card: remove max-width, let card contain it */
  .chat-mockup-mobile {
    max-width: none;
  }

  /* Tags: scale */
  .tag-mobile {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }

  /* Card button: slightly bigger */
  .card-button {
    font-size: 0.9rem;
    padding: 0.75rem 1.75rem;
  }

  /* === Order / Checkout pages === */

  /* Constrain order page to match header width */
  .order-card {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: auto;
    padding: 0 2rem;
    padding-bottom: 90px;
    position: relative;
  }

  /* Nav pills: wrap on desktop, even spacing */
  .nav-pills {
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    min-height: auto;
  }

  .nav-pills .nav-link {
    font-size: 0.9rem;
    padding: 10px 24px;
  }

  /* Menu items container: taller, proper scroll */
  .menu-item-parent {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    border-radius: 32px;
  }

  /* Menu items: larger, more spacious */
  .menu-item {
    padding: 12px 16px;
    margin-bottom: 10px;
    border-radius: 24px;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .menu-item:hover {
    background: #fbfaf230;
    transform: translateX(4px);
  }

  .menu-item img {
    width: 90px;
    height: 90px;
    border-radius: 18px;
    margin-right: 16px;
  }

  .menu-title {
    font-size: 1rem;
  }

  .menu-title a {
    transition: opacity 0.2s ease;
  }

  .menu-title a:hover {
    opacity: 0.8;
  }

  .menu-desc {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .price {
    font-size: 1rem;
    margin-top: 6px;
  }

  /* Qty controls: bigger buttons */
  .qty-controls {
    gap: 8px;
    font-size: 1rem;
    border: 1px solid #ffffff50;
  }

  .qty-btn {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .qty-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
  }

  /* Footer bar: sticky at bottom, same width as nav-pills */
  .footer-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1040px;
    padding: 16px 24px;
    border-radius: 100px;
    margin: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .footer-bar .card-button {
    font-size: 0.95rem;
    padding: 0.8rem 2rem;
  }

  /* Product detail image: cap height */
  .sim-img {
    height: 320px !important;
    object-fit: cover;
    border-radius: 26px;
  }

  /* Wine recommendation swiper on order summary */
  .orderwine-swiper-mobile {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
  }

  /* Summary card: match header width */
  .summary-card-sm {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px;
    border-radius: 32px;
  }

  /* Sommy's list section */
  .order-summary-list {
    max-width: 1100px;
  }

  /* Offcanvas cart: desktop polish */
  .offcanvas.offcanvas-bottom {
    height: 60vh;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px 24px 0 0;
  }

  /* Smooth transitions globally */
  * {
    scroll-behavior: smooth;
  }
}

/* === Discover Page === */
.discover-page {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 1rem 3rem;
}

.discover-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 100;
}

.discover-back-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.discover-back-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.discover-back-btn:active {
  transform: scale(0.92);
}

.discover-header-text {
  flex: 1;
}

.discover-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.discover-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin: 4px 0 0;
}

.discover-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Re-use recommendation-card-mobile base, override only what's needed */
.discover-card {
  display: block;
}

.discover-card .sommy-icon-small {
  font-size: 18px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.discover-card-content {
  padding: 4px 8px 8px;
  color: white;
}

.discover-card-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: white;
}

.discover-card-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

/* Clickable card wrapper (for Hazir Planlar & Kendin Sec) */
a.discover-card-link {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

a.discover-card-link:hover {
  text-decoration: none;
}

/* Desktop: hover lift for active cards */
@media (min-width: 1024px) {
  .discover-page {
    max-width: 1100px;
    padding-top: 3rem;
  }

  .discover-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  a.discover-card-link .card-button {
    transition: transform 0.15s ease, opacity 0.2s ease;
  }

  a.discover-card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.25);
  }

  a.discover-card-link:hover .card-button {
    opacity: 0.9;
  }

  .discover-title {
    font-size: 1.75rem;
  }

  .discover-card-content h3 {
    font-size: 1.2rem;
  }

  .discover-card-content p {
    font-size: 0.9rem;
  }

  /* Sommy Onersin desktop */
  .sommy-onersin-page {
    max-width: 1100px;
  }

  .sommy-footer-bar {
    max-width: 1100px;
  }

  .category-select-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .select-all-btn {
    grid-column: 1 / -1;
  }

  .budget-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ingredient-grid {
    gap: 12px;
  }

  .sommy-step-header-text h1 {
    font-size: 1.6rem;
  }
}

/* --- Large desktop (1440px+) --- */
@media (min-width: 1440px) {
  /* Header & Hero: wider at 1440 */
  header.navbar {
    max-width: 1320px !important;
    border-radius: 0 0 20px 20px;
  }

  .banner-swiper {
    max-width: 1320px;
    border-radius: 24px;
  }

  .hero-section-mobile {
    height: 50vh;
  }

  .hero-title {
    font-size: 4.5rem;
    letter-spacing: -1px;
  }

  .hero-subtitle {
    font-size: 1.4rem;
  }

  /* Sections: max width */
  .section-mobile {
    max-width: 1320px;
    padding: 3.5rem 2rem;
  }

  .experiences-section .section-header-mobile,
  .mood-section .section-header-mobile {
    max-width: 1320px;
  }

  .experiences-section .experiences-swiper,
  .mood-section .mood-swiper-mobile {
    max-width: 1320px;
  }

  /* Cards: larger images */
  .card-image-mobile {
    height: 280px;
  }

  /* Great couples: even bigger */
  .couples-swiper .card-images-split {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .couples-swiper .recommendation-card-mobile {
    padding: 20px;
  }

  /* Experiences: tallest frames */
  .experience-frame {
    height: 560px;
  }

  /* Mood cards: keep compact */
  .mood-card-mobile {
    height: 110px;
  }

  .mood-emoji {
    font-size: 2.2rem;
  }

  /* Chat button: even bigger on large desktop */
  .sommy-chat-fab {
    padding: 12px 28px;
    font-size: 1rem;
  }

  .sommy-chat-fab i {
    font-size: 1.1rem;
  }

  /* Menu card: larger at 1440 */
  .menu-card-header {
    padding: 24px 36px;
  }

  .menu-card-body {
    padding: 0 32px;
  }

  .menu-slide-content {
    padding: 52px 64px 60px;
  }

  .menu-slide-title {
    font-size: 1.85rem;
    letter-spacing: -0.6px;
  }

  .menu-slide-divider {
    width: 50px;
    margin-bottom: 24px;
  }

  .menu-slide-description {
    font-size: 1rem;
    line-height: 2.05;
    column-gap: 64px;
  }

  .menu-slide-description h3,
  .menu-slide-description h4,
  .menu-slide-description h5 {
    font-size: 1.1rem;
  }

  .menu-card-footer {
    padding: 24px 36px 28px;
  }

  .menu-card-cta {
    padding: 11px 26px;
    font-size: 0.85rem;
  }

  .card-content-mobile h3 {
    font-size: 1.4rem;
  }

  .card-content-mobile p {
    font-size: 1rem;
  }

  /* Section titles */
  .section-title {
    font-size: 2rem;
  }

  /* Custom scrollbar */
  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  /* Order pages: scale to 1320px */
  .order-card {
    max-width: 1320px;
  }

  .menu-item img {
    width: 100px;
    height: 100px;
  }

  .menu-title {
    font-size: 1.05rem;
  }

  .price {
    font-size: 1.05rem;
  }

  .summary-card-sm {
    max-width: 1320px;
  }

  .orderwine-swiper-mobile {
    max-width: 1320px;
  }

  .order-summary-list {
    max-width: 1320px;
  }

  .offcanvas.offcanvas-bottom {
    max-width: 1320px;
  }

  .footer-bar {
    max-width: 1260px;
  }

  .discover-page {
    max-width: 1320px;
  }

  .sommy-onersin-page {
    max-width: 1320px;
  }

  .sommy-footer-bar {
    max-width: 1320px;
  }

  .discover-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-select-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sommy-step-header-text h1 {
    font-size: 1.8rem;
  }
}

/* ============================================
   SOMMY ONERSIN — Recommendation Flow
   ============================================ */

.sommy-onersin-page {
  margin: 0 auto;
  padding: 120px 1rem 140px;
  min-height: 100vh;
}

/* Step Header */
.sommy-step-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}

.sommy-back-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-decoration: none;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-top: 2px;
}

.sommy-back-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.sommy-back-btn:active {
  transform: scale(0.92);
}

.sommy-step-header-text {
  flex: 1;
}

.sommy-step-header-text h1 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.3;
}

.sommy-step-header-text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.4;
}

/* Select All Button */
.select-all-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 12px;
  text-align: center;
}

.select-all-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.select-all-btn.selected {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* Category Select Grid */
.category-select-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
}

/* Category Select Card */
.category-select-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.category-select-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

.category-select-card.selected {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.category-select-card-img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.category-select-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-select-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.category-select-card-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.category-select-card-count {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.category-select-check {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.25);
  transition: color 0.2s;
}

.category-select-card.selected .category-select-check {
  color: #fff;
}

/* Budget Grid */
.budget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-bottom: 16px;
}

.budget-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.budget-option:hover {
  background: rgba(255, 255, 255, 0.08);
}

.budget-option.selected {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.budget-emoji {
  font-size: 2rem;
  margin-bottom: 8px;
}

.budget-label {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.budget-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

/* Sommy Footer Bar (sticky bottom) */
.sommy-footer-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 14px 16px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  background: rgba(18, 18, 18, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sommy-footer-bar-cart {
  justify-content: space-between;
}

.sommy-continue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 100px;
  background: #fff;
  color: #121212;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}

.sommy-continue-btn:hover {
  opacity: 0.9;
  color: #121212;
}

.sommy-continue-btn.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Cart Info in footer */
.sommy-cart-info {
  display: flex;
  flex-direction: column;
}

.sommy-cart-count {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.sommy-cart-total {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

/* Step 3: Results */
.sommy-results-wrapper {
  padding-bottom: 16px;
}

.sommy-results-section {
  margin-bottom: 28px;
}

.sommy-results-section-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  padding-left: 2px;
}

/* Wine card overlay for Sommy flow */
.wine-card-slider-img-wrap {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.wine-card-slider-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wine-card-slider-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.wine-card-slider .wine-card-slider-overlay {
  z-index: 2;
}

.wine-card-slider {
  position: relative;
}

.wine-card-product-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.wine-card-product-price {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

.sommy-add-btn {
  align-self: flex-start;
  font-size: 12px;
}

/* Product Added Badge */
.product-added-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(40, 167, 69, 0.85);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

/* Clickable Added Badge (remove on click) */
.product-added-badge-btn {
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  justify-content: center;
}

.product-added-badge-btn:hover {
  background: rgba(220, 53, 69, 0.85);
}

/* Footer Actions (cart icon + siparis ver) */
.sommy-footer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sommy-cart-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.sommy-cart-icon-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Cart Remove Buttons */
.cart-remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: #dc3545;
  font-size: 0.7rem;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.cart-remove-btn:hover {
  background: rgba(220, 53, 69, 0.85);
  color: #fff;
}

.checkout-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: #dc3545;
  font-size: 0.65rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.checkout-remove-btn:hover {
  background: rgba(220, 53, 69, 0.85);
  color: #fff;
}

/* Shuffle Button */
.shuffle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.shuffle-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Browse Menu Link */
.sommy-browse-link {
  text-align: center;
  padding: 8px 0 32px;
}

.sommy-browse-link a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s;
}

.sommy-browse-link a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* No Results */
.sommy-no-results {
  text-align: center;
  padding: 48px 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
}

/* Ingredient Legend */
.ingredient-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ingredient-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.ingredient-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ingredient-legend-dot--neutral {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ingredient-legend-dot--include {
  background: rgba(76, 175, 80, 0.4);
  border: 1px solid rgba(76, 175, 80, 0.7);
}

.ingredient-legend-dot--exclude {
  background: rgba(244, 67, 54, 0.4);
  border: 1px solid rgba(244, 67, 54, 0.7);
}

/* Ingredient Tag Grid */
.ingredient-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 16px;
}

.ingredient-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.ingredient-tag:hover {
  background: rgba(255, 255, 255, 0.08);
}

.ingredient-tag i {
  font-size: 0.7rem;
}

.ingredient-tag--included {
  background: rgba(76, 175, 80, 0.15);
  border-color: rgba(76, 175, 80, 0.5);
  color: #81c784;
}

.ingredient-tag--included:hover {
  background: rgba(76, 175, 80, 0.22);
}

.ingredient-tag--excluded {
  background: rgba(244, 67, 54, 0.12);
  border-color: rgba(244, 67, 54, 0.45);
  color: #e57373;
  text-decoration: line-through;
}

.ingredient-tag--excluded:hover {
  background: rgba(244, 67, 54, 0.2);
}

/* Ingredient Search */
.ingredient-search-wrap {
  position: relative;
  margin-bottom: 12px;
}

.ingredient-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.85rem;
  pointer-events: none;
}

.ingredient-search-input {
  width: 100%;
  padding: 10px 40px 10px 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ingredient-search-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.ingredient-search-input:focus {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

.ingredient-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.5);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.7rem;
}

.ingredient-search-clear:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* Ingredient Category Tabs */
.ingredient-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 12px;
  margin-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ingredient-tabs::-webkit-scrollbar {
  display: none;
}

.ingredient-tab {
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.ingredient-tab:hover {
  background: rgba(255, 255, 255, 0.08);
}

.ingredient-tab.active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

/* ============================================
   GREAT COUPLES — Browse & Filter Page
   ============================================ */

.great-couples-page {
  margin: 0 auto;
  padding: 120px 1rem 140px;
  min-height: 100vh;
}

/* Category Filter Tabs */
.couples-filter-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 12px;
  margin-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.couples-filter-tabs::-webkit-scrollbar {
  display: none;
}

/* Couples Grid */
.couples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-bottom: 16px;
}

@media (min-width: 1024px) {
  .great-couples-page {
    max-width: 1100px;
  }

  .couples-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .great-couples-page {
    max-width: 1320px;
  }

  .couples-grid {
    gap: 24px;
  }
}

/* Ingredient Group Label */
.ingredient-group-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 12px;
  margin-bottom: 8px;
}

/* ===== AI Integration Styles ===== */

/* Loading Overlay */
.sommy-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(4px);
}

.sommy-loading-content {
  text-align: center;
  color: #fff;
}

.sommy-loading-content p {
  margin-top: 16px;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.sommy-loading-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #c8a96e;
  border-radius: 50%;
  margin: 0 auto;
  animation: sommySpin 0.8s linear infinite;
}

@keyframes sommySpin {
  to { transform: rotate(360deg); }
}

/* AI Reasoning Card */
.sommy-ai-reasoning-card {
  background: linear-gradient(135deg, rgba(200, 169, 110, 0.12), rgba(200, 169, 110, 0.04));
  border: 1px solid rgba(200, 169, 110, 0.25);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sommy-ai-reasoning-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(200, 169, 110, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8a96e;
  font-size: 0.9rem;
}

.sommy-ai-reasoning-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

/* AI Badge */
.sommy-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, #c8a96e, #a8893e);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(200, 169, 110, 0.3);
}

/* Mini AI Badge for product slider cards */
.sommy-ai-badge-mini {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #c8a96e, #a8893e);
  color: #fff;
  font-size: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(200, 169, 110, 0.4);
}

/* Per-experience menu picks inside expanded card */
.experience-menu-picks-card {
  margin-top: 12px;
  padding: 12px;
  background: rgba(200, 169, 110, 0.08);
  border: 1px solid rgba(200, 169, 110, 0.2);
  border-radius: 10px;
}

/* Clickable product links in cards */
.wine-card-slider-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.wine-card-slider-link:hover {
  opacity: 0.85;
}

/* Couple product detail rows */
.couple-details-row {
  display: flex;
  gap: 10px;
  margin: 14px 0 8px;
}

.couple-detail-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.couple-detail-item:hover {
  background: rgba(200, 169, 110, 0.08);
  border-color: rgba(200, 169, 110, 0.25);
  color: inherit;
  text-decoration: none;
}

.couple-detail-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.couple-detail-price {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.couple-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #c8a96e;
  margin-top: 6px;
}

.couple-detail-link i {
  font-size: 0.55rem;
  transition: transform 0.15s ease;
}

.couple-detail-item:hover .couple-detail-link i {
  transform: translateX(2px);
}

/* Experience expanded detail */
.experience-detail-expanded {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.experience-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.experience-detail-icon {
  color: #c8a96e;
  font-size: 0.85rem;
  margin-top: 3px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.experience-detail-row div {
  display: flex;
  flex-direction: column;
}

.experience-detail-row strong {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.experience-detail-row span {
  font-size: 0.9rem;
  color: #fff;
}

/* Experience menu picks */
.experience-menu-picks {
  margin-top: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.experience-menu-picks-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #c8a96e;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.experience-menu-picks-title i {
  font-size: 0.75rem;
}

.experience-menu-pick-item {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.experience-menu-pick-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.experience-menu-pick-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
}

.experience-menu-pick-reason {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
  line-height: 1.3;
}

.experience-ai-note {
  margin-top: 10px;
  padding: 10px;
  background: rgba(200, 169, 110, 0.08);
  border: 1px solid rgba(200, 169, 110, 0.2);
  border-radius: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.experience-ai-note i {
  color: #c8a96e;
  margin-right: 6px;
}

.experience-toggle-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0 4px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #c8a96e;
  cursor: pointer;
}

.experience-toggle-hint:hover {
  color: #e0c088;
}