*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ===== Font Faces ===== */
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-Light.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-LightOblique.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-Book.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-BookOblique.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-BookOblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-Medium.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-MediumOblique.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-Heavy.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-HeavyOblique.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-HeavyOblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-Black.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTPro-BlackOblique.woff2') format('woff2'),
       url('../fonts/AvenirLTPro-BlackOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ==== Futura Cyrillic ==== */
@font-face {
  font-family: 'Futura Cyrillic';
  src: url('../fonts/FuturaCyrillicLight.woff2') format('woff2'),
       url('../fonts/FuturaCyrillicLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Cyrillic';
  src: url('../fonts/FuturaCyrillicBook.woff2') format('woff2'),
       url('../fonts/FuturaCyrillicBook.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Cyrillic';
  src: url('../fonts/FuturaCyrillicMedium.woff2') format('woff2'),
       url('../fonts/FuturaCyrillicMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Cyrillic';
  src: url('../fonts/FuturaCyrillicDemi.woff2') format('woff2'),
       url('../fonts/FuturaCyrillicDemi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Cyrillic';
  src: url('../fonts/FuturaCyrillic-Bold.woff2') format('woff2'),
       url('../fonts/FuturaCyrillic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Cyrillic';
  src: url('../fonts/FuturaCyrillic-ExtraBold.woff2') format('woff2'),
       url('../fonts/FuturaCyrillic-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Cyrillic';
  src: url('../fonts/FuturaCyrillicHeavy.woff2') format('woff2'),
       url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand Colors */
  --primary: #9b313a;
  --primary-hover: #7b252c;
  --secondary: #000000;
  --secondary-hover: #1a1a1a;

  /* Text Colors */
  --text-dark: #1c1c1c;
  --text-light: #666;
  --text-muted: #999;

  /* Background Colors */
  --bg-light: #ffffff;
  --bg-dark: #000000;
  --bg-soft: #f8f6f3;

  /* Border / Shadows */
  --border-light: #eeeeee;
  --box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --box-shadow-md: 0 6px 30px rgba(0, 0, 0, 0.12);

  /* Typography */
  --font-size-base: 16px;
  --font-size-lg: 1.3rem;
  --font-size-sm: 0.875rem;
  --font-body: 'Avenir LT Pro', sans-serif;
  --font-heading: 'Futura Cyrillic', sans-serif;

  /* Buttons */
  --btn-padding: 12px 24px;
  --btn-radius: 50px;
}
.btn{
  transition: all ease-in-out 0.6s;
}
.btn-primary {
  background-color: var(--primary);
  color: #fff;
  padding: var(--btn-padding);
  border: none;
  border-radius: var(--btn-radius);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.6s ease-in-out;
}

.btn-primary:hover {
  background-color: var(--primary-hover) !important;
  color: #fff;
}

.btn-primary:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-primary.btn-check:checked + .btn,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
.btn-primary:not(.btn-check) + .btn:active,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--primary-hover) !important;
  box-shadow: 0 0 0 3px rgba(255, 98, 51, 0.3);
  outline: none;
}
.btn-secondary {
  background-color: var(--secondary);
  color: #fff;
  padding: var(--btn-padding);
  border: none;
  border-radius: var(--btn-radius);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: var(--secondary-hover) !important;
  color: #fff;
}

.btn-secondary:disabled {
  background-color: #444;
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-secondary.btn-check:checked + .btn,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:first-child:active,
.btn-secondary:not(.btn-check) + .btn:active,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: var(--secondary-hover) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}
.btn-outline-primary {
  background-color: transparent;
  color: var(--primary);
  border: 3px solid var(--primary);
  padding: var(--btn-padding);
  border-radius: var(--btn-radius);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.6s ease-in-out;
}

.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  color: #fff;
  border-color: var(--primary) !important;
}

.btn-outline-primary:disabled {
  border-color: #ccc;
  color: #ccc;
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-outline-primary.btn-check:checked + .btn,
.btn-outline-primary.active,
.btn-outline-primary.show,
.btn-outline-primary:first-child:active,
.btn-outline-primary:not(.btn-check) + .btn:active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: var(--primary-hover) !important;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 98, 51, 0.3);
  outline: none;
}
.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-muted {
  color: var(--text-muted) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
  color: #fff;
}

.bg-secondary {
  background-color: var(--secondary) !important;
  color: #fff;
}

.bg-soft {
  background-color: var(--bg-soft) !important;
}
.border-primary {
  border: 1px solid var(--primary) !important;
}

.border-secondary {
  border: 1px solid var(--secondary) !important;
}

.border-light {
  border: 1px solid var(--border-light) !important;
}
.hamper-link {
  display: inline-flex;
  align-items: center;
  transition: color 0.6s ease-in-out;
}

.hamper-link i {
  transition: transform 0.6s ease-in-out;
}


.hamper-link:hover i {
  transform: translateX(3px);
}
.btn i {
  transition: transform 0.3s ease-in-out;
}

.btn:hover i {
  transform: translateX(3px);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: #000;
  font-size: 16px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-color);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }
}

  /* Preloader wrapper */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; 
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Logo animation */
  .loader-logo img {   
    animation: pulseLogo 1.2s infinite ease-in-out;   
    height: 200px;
  }
  
  /* Pulse animation */
  @keyframes pulseLogo {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
  }

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
  background-color: white;
  transition: height 0.3s ease-in-out;
}

.header.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


@media (max-width: 767.98px) {
  .header .logo img {
    max-height: 40px;
  }
}

.header .logo img {
  max-height: 60px;
  width: auto;
  transition: max-height 0.4s ease;
}


.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.navbar-nav {
  display: flex;
  justify-content: center;
}

.desktop-cart {
  position: absolute;
  right: 0;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  transition: color 0.6s ease-in-out; 
}

.navbar-nav .nav-link:hover {
  color: #9b313a;
}

/* Hamburger Menu */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  left: 0;
  transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) { top: 4px; }
.hamburger span:nth-child(2) { top: 11px; }
.hamburger span:nth-child(3) { top: 18px; }

.hamburger.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
.hamburger.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.navbar-collapse {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  margin-top: 15px;
  padding: 20px;
}

.navbar-collapse.show {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    padding: 80px 20px 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }

  .navbar-collapse.show {
    transform: translateX(0);
    animation: none;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .navbar-nav .nav-link {
    font-size: 24px;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
  }

  .cart-button {
    font-size: 18px;
    padding: 15px 30px;
  }

  .mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    background: none;
    border: none;
    color: #333;
    z-index: 10000;
    cursor: pointer;
  }

  .mobile-menu-close:hover {
    color: #9b313a;
  }
}

/* Hero Section */
.hero-image {
  position: relative;
  aspect-ratio: 3 / 1;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0);
  will-change: transform;
  max-height: 100%;
}



/* What's Inside Section */
.whats-inside{
  background: #fff6eb;
}

.product-item {
  background: #fff;
  text-align: center;
  height: 100%;  
  border-radius: 1.5rem;
  transition: box-shadow 0.6s ease-in-out;
}

.product-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.img-wrapper {
  overflow: hidden; 
  border-radius: 1.5rem 1.5rem 0 0 ;
}

.img-wrapper img {
  transition: transform 0.6s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  
}

.img-wrapper img:hover {
  transform: scale(1.05);
}
.signature{
  font-family: 'Cormorant Garamond', serif; 
  font-style: italic; 
 
}
.form{background: #fff;}
.form .form-control{
  border-radius: 0;
  padding: .75rem .75rem;
}

.zoom-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 /1;
}

.zoom-image img {
  width: 100%;
  transition: transform 0.6s;
  border-radius: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.zoom-image:hover img {
  transform: scale(1.02);
}

/* Footer */
.footer {
  background: #000;
  color: #fff;
}


.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}


.newsletter-form button {
  background-color: #9b313a;
  color: white;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #9b313a;
}

.footer-bottom {
  border-top: 1px solid #e5e0da;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 12px;
}

.legal-links a {
  text-decoration: none;
}


/* Mobile responsiveness */
@media (max-width: 991.98px) {
  .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
  }

  .logo {
      margin-bottom: 0;
      text-align: left;
  }
  
  .footer-bottom {
      text-align: center;
  }

 
}

.form-control { 
  padding: .75rem;   
  border: var(--bs-border-width) solid #000;  
  border-radius: 0;
}

.press-bg {
  background-image: url('../images/press-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 75vh;
  position: relative;
}
.press-bg::before{
position: absolute;
background: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.press-bg li{
  margin: 10px;
}
.press-bg a{
 position: relative;
 color: #fff;
 text-decoration: none;
}
.press-bg a::after{
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: #fff;
  transition: all ease-in-out 0.6s;
}
.press-bg a:hover::after{
  width: 100%; 
}
#food-menu .nav-link {
  color: black; 
  font-weight: bold;
  font-size: medium;
  border: 1px solid transparent;
  
}

#food-menu .nav-link.active {
  border: 1px solid #ccc;
}
#food-menu .nav-link img{
  height: 30px;
}
#food-menu .food-menu-icon { 
    margin-right: 5px;
}

.menu-card {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.menu-card-img {
    width: 100px;       /* fixed image width */
    height: auto;
    flex-shrink: 0;     /* prevent shrinking */
    margin-right: 1rem; /* space between image and text */
}

.menu-card-content {
    flex-grow: 1;
}

.menu-card-price {
    flex-shrink: 0;
    color: #0d6efd; /* Bootstrap primary color */
    font-weight: 600;
    font-size: 1.1rem;
}

/* Newsletter wrapper */