@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Pompiere&family=Poppins:wght@300;400;500;600&display=swap');

.juice-theme, .juice-theme * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* Scroll Animations */
.juice-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0, 0, 0.2, 1);
}

.juice-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* De-cluttering Legacy platform features - Nuclear Absolute Lockdown */
.juice-theme-body .back-button,
.juice-theme-body #sos_cart_button,
.juice-theme-body .floating-delivery-truck,
.juice-theme-body #trackFloatingBtn,
.juice-theme-body #sos-floating-cart,
.juice-theme-body .juice-mobile-cart-btn,
.juice-theme-body .cart-trigger:not(.juice-header .cart-trigger),
.juice-theme-body .track-order-floating-btn,
.juice-theme-body #trackingModal,
.juice-theme-body .color-picker,
.juice-theme-body .best-gourmet-kolache-text,
.juice-theme-body .footer-widget:has(#trackShipmentBtn),
.juice-theme-body [class*="delivery"],
.juice-theme-body [id*="sos"],
.juice-theme-body [id*="track"],
.juice-theme-body [class*="basket"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  position: fixed !important;
  left: -100% !important;
  z-index: -9999 !important;
}

/* Nuclear Global Identity Lock: Pure Boutique Typography */
* {
    font-family: 'Poppins', sans-serif !important;
}

body.juice-theme-body, .juice-theme, .juice-theme--shell, .menu_page {
    background-color: #FEFEFA !important;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, .juice-hero-title, .juice-section-title, .title {
    font-family: 'Pompiere', cursive !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

body.juice-theme-body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://popmenucloud.com/cdn-cgi/image/width=600,height=600,format=auto,fit=scale-down/gxohwefu/d60f63ef-f185-4c03-9da3-a6ae89b65dba.png');
  background-repeat: repeat;
  background-size: 300px 300px;
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}

/* Signature Framing Lines */
body.juice-theme-body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 5%;
  width: calc(100% - 10%);
  height: 100%;
  border-left: 2px solid rgba(90, 102, 49, 0.1);
  border-right: 2px solid rgba(90, 102, 49, 0.1);
  pointer-events: none;
  z-index: 1001;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, .juice-brand-text, .juice-nav-left a, .juice-nav-right a {
  font-family: 'Pompiere', cursive;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.juice-script {
  font-family: 'Caveat', cursive !important;
  text-transform: none !important;
  font-size: 1.5em;
  letter-spacing: 0;
}

.juice-container {
  width: min(1000px, 90%);
  margin-inline: auto;
}

/* Base Buttons */
.juice-btn-primary {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 12px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: opacity 0.3s ease;
}

.juice-btn-primary:hover {
  opacity: 0.8;
}

.juice-link {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 4px;
}

.juice-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #5a6631;
}

/* Header & Promo Architecture */
.juice-promo-bar {
  background-color: #5a6631;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  z-index: 2000;
  position: relative;
  width: 100%;
}

.juice-header {
  position: absolute; /* Flagship Sync: Scrolls with page */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 40px 0;
  transition: all 0.4s ease;
}

.juice-theme:has(.juice-promo-bar) .juice-header {
  top: 40px; 
}

.juice-header__desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.juice-nav-left, .juice-nav-right {
  display: flex;
  align-items: center;
  flex: 1;
}

.juice-nav-left { justify-content: flex-start; gap: 35px; }
.juice-nav-right { justify-content: flex-end; gap: 35px; }

.juice-nav-links {
  display: flex;
  gap: 35px;
}

.juice-nav-links a {
  font-family: 'Pompiere', cursive !important;
  font-size: 21px;
  font-weight: 700;
  color: #fefefa !important; /* Flagship Sync: Off-White links on transparent */
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: transform 0.3s, opacity 0.3s;
}

.juice-nav-links a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.juice-auth-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 14px;
}

.juice-auth-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  color: #fefefa !important;
  font-family: 'Pompiere', cursive !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.juice-auth-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
}

.juice-auth-link--filled {
  background: #fff;
  border-color: #fff;
  color: #111 !important;
  text-shadow: none;
}

.juice-auth-link--admin {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(17, 17, 17, 0.28);
}

/* Big Boutique Logo Lock */
.juice-brand-center, .juice-header .logo, .navbar-brand {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 36px;
}

.juice-brand-center img, .juice-header .logo img, .navbar-brand img, .header-logo img {
  height: 120px !important;
  width: auto !important;
  max-width: 120px !important;
  transition: all 0.4s ease;
}

/* Signature Hero Buttons */
.juice-btn-primary, .juice-btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.juice-btn-primary {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000;
}

.juice-btn-primary:hover {
  background-color: #ffffff;
  color: #000000;
}

.juice-btn-secondary {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.juice-btn-secondary:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Visual Storytelling Grid Refinement */
.juice-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; /* Flagship Sync: Generous whitespace */
  margin-top: 60px;
}

.juice-visual-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* Flagship Sync: Soft artisanal corners */
  aspect-ratio: 1;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08); /* Flagship Sync: Soft depth */
}

.juice-visual-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.juice-visual-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.juice-visual-overlay span {
  color: #ffffff;
  font-family: 'Pompiere', cursive;
  font-size: 32px;
  letter-spacing: 2px;
}

.juice-visual-item:hover img { transform: scale(1.05); }
.juice-visual-item:hover .juice-visual-overlay { opacity: 1; }

@media (max-width: 1199px) {
  .juice-brand-center img { height: 96px !important; max-width: 96px !important; }
  .juice-nav-links a { font-size: 18px; }
}

@media (max-width: 991px) {
  .juice-visual-grid { grid-template-columns: repeat(2, 1fr); }
  .juice-brand-center img { height: 72px !important; max-width: 72px !important; }
  .juice-header { padding: 20px 0; }
}

.juice-hero-title {
  font-family: 'Pompiere', cursive !important;
  font-size: 82px !important;
  color: #ffffff !important;
  margin-bottom: 30px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.65);
}

.juice-brand-text {
  font-size: 42px;
  color: #333333;
  letter-spacing: 1px;
}

.juice-header__mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.juice-menu-toggle {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.juice-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333333;
}

/* --- NUCLEAR FORENSIC LOCK (PHASE 19) --- */
.modal-content, .modal-header, .modal-body, .modal-footer {
    border: none !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

.modal-title {
    font-family: 'Pompiere', cursive !important;
    font-size: 32px !important;
    letter-spacing: 1px !important;
}

/* The Definitive Geometry Lock: Enforcing the Artisanal 12px Radius Site-Wide */
.juice-theme .btn, 
.juice-theme .btn-primary, 
.juice-theme .juice-btn-primary, 
.juice-theme .juice-btn-secondary, 
.juice-theme .juice-club-submit, 
.juice-theme .submit-button, 
.juice-theme .btn-checkout,
.juice-theme .juice-modal-content,
.juice-theme .juice-club-input {
    border-radius: 12px !important; /* Flagship Sync: Soft Boutique Corners */
}

.juice-theme .btn-primary, 
.juice-theme .juice-btn-primary, 
.juice-theme .juice-btn-secondary, 
.juice-theme .juice-club-submit {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    padding: 15px 40px !important;
    border: none !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.btn-custom:hover, .btn-primary:hover, .submit-button:hover {
    opacity: 0.8 !important;
    color: #ffffff !important;
}

/* Cart Sidebar Persistence */
.cart-sidebar-wrapper button, .cart-sidebar-wrapper a {
    font-family: 'Poppins', sans-serif !important;
}

/* --- ACCOUNT HUB FORENSIC LOCK --- */
.juice-account-card {
    background: #ffffff !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
    margin-bottom: 30px !important;
}

.juice-account-header {
    padding: 30px 40px !important;
    border-bottom: 1px solid #f8f8f8 !important;
}

.juice-account-header h5 {
    font-family: 'Pompiere', cursive !important;
    font-size: 28px !important;
    letter-spacing: 1px !important;
}

.juice-account-name {
    font-family: 'Pompiere', cursive !important;
    font-size: 32px !important;
    margin-bottom: 5px !important;
}

.juice-avatar-placeholder {
    width: 100px;
    height: 100px;
    background-color: #f4f6eb;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #5a6631;
}

.juice-btn-outline {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 10px 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: all 0.3s !important;
}

/* --- SIGNATURE BOUTIQUE INPUTS --- */
.juice-input-minimal {
    background: transparent !important;
    border: none !important;
    border-bottom: 1.5px solid #eee !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    font-size: 15px !important;
    color: #333 !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease !important;
    margin-bottom: 20px !important;
}

/* --- BOUTIQUE INTERACTION LOCK --- */
.alert-info, .alert-primary {
    background-color: #f4f6eb !important;
    color: #5a6631 !important;
    border: 1px solid #dce2c9 !important;
    border-radius: 12px !important;
}

.alert-success {
    background-color: #f4f6eb !important;
    color: #5a6631 !important;
    border: 1px solid #5a6631 !important;
    border-radius: 12px !important;
    font-size: 14px !important;
}

.alert-danger, .error_txt, .text-danger {
    background-color: #fff !important;
    color: #a64d4d !important; /* Soft Premium Pink/Red */
    border: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* --- NUCLEAR BLUE PURGE --- */
a, .btn-link, .nav-link {
    transition: color 0.3s ease !important;
}

.login_page a, .auth-modern a, .forgot_password_text, .register_text a {
    color: #5a6631 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.login_page a:hover, .auth-modern a:hover {
    color: #000 !important;
}

/* --- SOCIAL AUTH BOUTIQUE REBRAND --- */
.ct-social-login.facebook {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #000 !important;
    border-radius: 12px !important;
}

.ct-social-login.google {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #000 !important;
    border-radius: 12px !important;
}

.ct-social-login:hover {
    border-color: #5a6631 !important;
    color: #5a6631 !important;
}

.ct-social-login i {
    filter: grayscale(100%);
    opacity: 0.7;
}

.ct-social-login:hover i {
    filter: none;
    opacity: 1;
}

/* --- AUTH TAB REFINEMENT --- */
.auth-tabs .auth-tab.is-active {
    background: #5a6631 !important;
    color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(90,102,49,0.2) !important;
}

.auth-tab {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
}

.juice-input-minimal:focus {
    border-bottom-color: #5a6631 !important;
    background: transparent !important;
}

.juice-input-minimal::placeholder {
    color: #bbb !important;
    font-weight: 300 !important;
}

/* Auth Hub Cleanups */
.auth-wrapper.auth-modern .form-group label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 600 !important;
    color: #999 !important;
    margin-bottom: 5px !important;
}

.auth-wrapper.auth-modern {
    box-shadow: none !important; /* Total Flat Minimalism */
}

/* --- CART SIDEBAR BOUTIQUE REFINEMENT --- */
.cart-sidebar-wrapper {
    background: #FEFEFA !important; /* Match Body */
}

.cart-sidebar-header h5 {
    font-family: 'Pompiere', cursive !important;
    font-size: 32px !important;
    text-align: center;
    width: 100%;
}

.cart-item-qty {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f4f6eb;
    padding: 5px 12px;
    border-radius: 12px;
}

.qty-btn {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    color: #5a6631 !important;
}

.cart-item-remove {
    color: #ddd !important;
    transition: color 0.3s !important;
}

.cart-item-remove:hover {
    color: #5a6631 !important;
}

.cart-total-label {
    font-family: 'Pompiere', cursive !important;
    font-size: 28px !important;
    color: #000 !important;
}

.cart-total-value {
    color: #5a6631 !important;
    font-weight: 600 !important;
}

/* --- GLOBAL FORENSIC ATOMIC LOCK --- */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 12px !important;
}

.alert-info, .alert-primary {
    background-color: #f4f6eb !important;
    color: #5a6631 !important;
    border-color: #dce2c9 !important;
}

.badge-primary {
    background-color: #5a6631 !important;
    color: #fff !important;
}

.bg-primary {
    background-color: #5a6631 !important;
}

.text-primary {
    color: #5a6631 !important;
}

/* Mobile Panel Override (Full Screen) */
.juice-mobile-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9999 !important; /* Ensure it covers everything */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.juice-mobile-panel.is-active {
  opacity: 1;
  visibility: visible;
}

.juice-mobile-panel__close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 34px;
  line-height: 42px;
  cursor: pointer;
}

.juice-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.juice-mobile-nav a {
  font-family: 'Pompiere', cursive;
  font-size: 28px;
  color: #ffffff;
}

.juice-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 1040;
}

body.juice-mobile-nav-open .juice-mobile-overlay {
  display: block;
}

/* Sections */
.juice-section-hero {
  position: relative;
  width: 100%;
  height: 645px; /* Exact Target Height */
  overflow: hidden;
  background-color: #000;
}

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

.juice-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.juice-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Target Atmospheric Sync */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.juice-hero-content {
  text-align: center;
  color: #ffffff;
  z-index: 10;
  max-width: 800px;
  padding: 0 20px;
}

.juice-hero-overlay h1 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 36px;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: none;
}

.juice-hero-overlay h2 {
  font-family: 'Pompiere', cursive !important;
  font-size: 70px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 0.9;
}

.juice-section-story, 
.juice-section-story .juice-story-bg,
.juice-section-story::before,
.juice-section-story::after {
  background: none !important;
  background-image: none !important;
}


.juice-story-grid {
  display: flex;
  align-items: center;
  gap: 80px;
  text-align: left;
}

.juice-story-img {
  flex: 1;
  max-width: 50%;
}

.juice-story-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.juice-story-content {
  flex: 1;
}

.juice-theme-body .juice-section-title,
.juice-theme-body .juice-story-content h2,
.juice-theme-body .juice-shell-overlay h1 {
  font-family: 'Pompiere', cursive;
  font-size: 76.5px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
  line-height: 1.1;
}

.juice-section-story p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.juice-section-menu {
  background-color: rgba(90, 102, 49, 0.05);
  padding: 80px 0;
}

.juice-section-title {
  text-align: center;
  font-size: 54px;
  margin-bottom: 60px;
  color: #5a6631;
  position: relative;
  padding-bottom: 15px;
}

.juice-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: rgba(90, 102, 49, 0.3);
}

.juice-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
}

.juice-menu-item {
  display: flex !important; /* Ensure visibility */
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.juice-menu-item-info h3 {
  font-family: 'Caveat', cursive;
  font-size: 32px;
  color: #1c1c1c !important; /* Force high contrast */
  margin-bottom: 10px;
  display: block;
}

.juice-menu-item-info p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.juice-cursive, .juice-script {
  color: #1c1c1c !important;
  font-family: 'Caveat', cursive !important;
}


.juice-menu-item-info p {
  font-size: 14px;
  color: #666666;
  max-width: 400px;
}

.juice-menu-item-price {
  text-align: right;
}

.juice-menu-item-price span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.juice-menu-item-price a {
  font-size: 14px;
  text-transform: uppercase;
  color: #5a6631;
  font-weight: 600;
}

.juice-menu-divider {
  width: 1px;
  height: 40px;
  background-color: #5a6631;
  margin: 0 auto;
}

.juice-menu-action {
  text-align: center;
  margin-top: 50px;
}

/* Footer */
.juice-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0 30px;
}

.juice-footer__inner {
  width: min(1100px, 90%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.juice-footer__col h3 {
  font-family: 'Pompiere', cursive;
  font-size: 32px;
  margin-bottom: 25px;
  color: #ffffff;
}

.juice-footer__col p, .juice-footer__links a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #cccccc;
  line-height: 1.8;
  margin: 0 0 10px;
}

.juice-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.juice-footer__links a:hover {
  color: #ffffff;
}

.juice-footer-logo .juice-brand-text {
  color: #ffffff;
  font-size: 50px;
}

.juice-footer__socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.juice-footer__socials a {
  color: #ffffff;
  font-size: 20px;
}

.juice-footer__bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 30px;
}

.juice-footer__bottom p {
  font-size: 12px;
  color: #666666;
  margin: 0;
}

/* Responsive */
/* Sub-Page Content Specifics */
.juice-section-about-full,
.juice-section-menu-full {
  padding: 120px 0;
  min-height: 50vh;
}

.juice-menu-category {
  margin-bottom: 80px;
}

.juice-menu-action-full {
  text-align: center;
  margin-top: 60px;
}
/* MENU Badge Sync */
.juice-badge {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #5a6631;
  border: 1px solid #5a6631;
  padding: 2px 8px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.juice-section-social {
  padding: 0;
  background-color: #000;
}

.juice-social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.juice-social-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.juice-social-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.juice-social-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .juice-story-grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .juice-story-img {
    max-width: 100%;
  }
  .juice-social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .juice-header__desktop {
    display: none;
  }
  .juice-header__mobile {
    display: flex;
  }
  .juice-hero-overlay h1 {
    font-size: 50px;
  }
  .juice-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .juice-footer__socials {
    justify-content: center;
  }
}

/* Join the Club Section: Site-Wide Boutique Identity */
.juice-section-club {
  padding: 120px 0;
  position: relative;
  background-image: url('https://popmenucloud.com/cdn-cgi/image/width=1920,height=1200,fit=scale-down,format=auto,quality=60/gxohwefu/af0df873-bd2e-46b5-a6b6-ce4e39403404.webp') !important;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
}

.juice-section-club::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
}

.juice-club-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.juice-section-club h2 {
  font-family: 'Pompiere', cursive;
  font-size: 60px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.juice-section-club p {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 300;
}

.juice-club-form {
  display: flex;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.juice-club-input {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 15px 20px;
  color: #ffffff;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
}

.juice-club-input::placeholder {
  color: rgba(255,255,255,0.7);
}

.juice-club-input:focus {
  outline: none;
  border-color: #ffffff;
}

.juice-club-submit {
  min-width: 150px;
}

.juice-menu-action {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  width: 100%;
}

/* Perfection: Vertical Rule Menu Layout Overrides */
.juice-theme--shell .menu-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -12px;
  margin-right: -12px;
}

.juice-theme--shell .menu-container > [class*="col-"] {
  flex: 0 0 33.333333%;
  width: 33.333333% !important;
  max-width: 33.333333% !important;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.juice-theme--shell .menu-container::after {
  display: none;
}

.juice-theme--shell .product {
  border: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(90, 102, 49, 0.14) !important;
  border-radius: 0 !important;
  padding: 28px;
  margin: 0 0 28px;
  height: calc(100% - 28px);
}

.juice-theme--shell .product h4 {
  font-family: 'Caveat', cursive !important;
  font-size: 28px !important;
  color: #5a6631 !important;
  text-transform: none !important;
}

.juice-theme--shell .product-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #666;
}

.juice-theme--shell .product-thumb {
  display: none !important; /* The target menu is text-focused */
}

.juice-theme--shell .product-body {
  display: block !important;
  text-align: center !important;
}

.juice-theme--shell .product-controls {
  width: 100%;
  margin-top: 14px;
}

.juice-theme--shell .order-item {
  width: 100% !important;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 767px) {
  .juice-theme--shell .menu-container {
    margin-left: 0;
    margin-right: 0;
  }

  .juice-theme--shell .menu-container > [class*="col-"] {
    flex-basis: 100%;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .juice-theme--shell .menu-container > [class*="col-"] {
    flex-basis: 50%;
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .juice-theme--shell .menu-container > [class*="col-"] {
    flex-basis: 33.333333%;
    width: 33.333333% !important;
    max-width: 33.333333% !important;
  }
}


/* Contact Page Specific - Saved By The Juice Aesthetic Match */
.juice-theme--shell .contact-wrapper {
  background-color: #5a6631 !important;
  border-radius: 12px;
  padding: 40px;
  margin-top: -20px;
}
.juice-theme--shell .contact-wrapper h2.title,
.juice-theme--shell .contact-wrapper p.subtitle,
.juice-theme--shell .contact-wrapper h5.card-title,
.juice-theme--shell .contact-wrapper p.card-text,
.juice-theme--shell .contact-wrapper a.card-text {
  color: #ffffff !important;
  font-family: 'Pompiere', cursive;
}
.juice-theme--shell .contact-wrapper svg path {
  fill: #ffffff !important;
}
.juice-theme--shell .contact-wrapper .card {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
}
.juice-theme--shell .contact-wrapper input.form-control,
.juice-theme--shell .contact-wrapper textarea.form-control {
  background-color: #fefefa !important;
  border: none !important;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
}
.juice-theme--shell .contact-wrapper button.btn-custom {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  border: none;
  padding: 12px 30px;
  letter-spacing: 2px;
}

/* Inner Page Shell Styles */
.juice-shell-hero {
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.juice-shell-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px; /* Space for the 180px absolute header */
}

.juice-shell-overlay h1 {
  color: #ffffff !important;
  font-size: 64px !important;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.juice-shell-header {
  background-color: #FEFEFA;
  padding: 60px 0 40px;
  text-align: center;
  border-bottom: 1px solid rgba(90, 102, 49, 0.1);
}

.juice-shell-title {
  font-size: 50px;
  color: #333333;
  margin-bottom: 10px;
}

.juice-shell-desc {
  font-size: 16px;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
}

.juice-shell-body {
  padding: 60px 0;
  background-color: #FEFEFA;
}

.juice-inner-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid rgba(90, 102, 49, 0.1);
}

/* Specific Menu/Cart Core Element Overrides */
.juice-inner-wrapper .product {
  border: 1px solid rgba(90, 102, 49, 0.1) !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none !important;
}
.juice-inner-wrapper .product-thumb img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.juice-inner-wrapper .product-body {
  padding: 20px;
}
.juice-inner-wrapper h3, .juice-inner-wrapper h4 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  color: #333333;
}
.juice-inner-wrapper .ct-menu-categories {
  background-color: #ffffff;
  border: 1px solid rgba(90, 102, 49, 0.1);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 30px;
}

/* --- LUXURY ATMOSPHERICS (PART 3) --- */
body.juice-theme-body {
    animation: juice-fade-in 1.2s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes juice-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Minimalist Botanical Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f4f6eb;
}

::-webkit-scrollbar-thumb {
    background: #5a6631;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4a5428;
}

/* Global Button Focus Recovery */
*:focus {
    outline: none !important;
}

/* Nuclear Suppression of remaining platform IDs */
#loading-indicator, .preloader, #status, #preloader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* --- BOUTIQUE INTERACTION LOCK --- */
.alert-info, .alert-primary {
    background-color: #f4f6eb !important;
    color: #5a6631 !important;
    border: 1px solid #dce2c9 !important;
    border-radius: 12px !important;
}

.alert-success {
    background-color: #f4f6eb !important;
    color: #5a6631 !important;
    border: 1px solid #5a6631 !important;
    border-radius: 12px !important;
    font-size: 14px !important;
}

.alert-danger, .error_txt, .text-danger {
    background-color: #fff !important;
    color: #a64d4d !important; /* Soft Premium Pink/Red */
    border: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* --- NUCLEAR BLUE PURGE --- */
a, .btn-link, .nav-link {
    transition: color 0.3s ease !important;
}

.login_page a, .auth-modern a, .forgot_password_text, .register_text a {
    color: #5a6631 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.login_page a:hover, .auth-modern a:hover {
    color: #000 !important;
}

/* --- SOCIAL AUTH BOUTIQUE REBRAND --- */
.ct-social-login.facebook {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #000 !important;
    border-radius: 12px !important;
}

.ct-social-login.google {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #000 !important;
    border-radius: 12px !important;
}

.ct-social-login:hover {
    border-color: #5a6631 !important;
    color: #5a6631 !important;
}

.ct-social-login i {
    filter: grayscale(100%);
    opacity: 0.7;
}

.ct-social-login:hover i {
    filter: none;
    opacity: 1;
}

/* --- AUTH TAB REFINEMENT --- */
.auth-tabs .auth-tab.is-active {
    background: #5a6631 !important;
    color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(90,102,49,0.2) !important;
}

.auth-tab {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
}

.juice-input-minimal:focus {
    border-bottom-color: #5a6631 !important;
    background: transparent !important;
}

.juice-input-minimal::placeholder {
    color: #bbb !important;
    font-weight: 300 !important;
}

/* Auth Hub Cleanups */
.auth-wrapper.auth-modern .form-group label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 600 !important;
    color: #999 !important;
    margin-bottom: 5px !important;
}

.auth-wrapper.auth-modern {
    box-shadow: none !important; /* Total Flat Minimalism */
}

/* --- CART SIDEBAR BOUTIQUE REFINEMENT --- */
.cart-sidebar-wrapper {
    background: #FEFEFA !important; /* Match Body */
}

.cart-sidebar-header h5 {
    font-family: 'Pompiere', cursive !important;
    font-size: 32px !important;
    text-align: center;
    width: 100%;
}

.cart-item-qty {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f4f6eb;
    padding: 5px 12px;
    border-radius: 12px;
}

.qty-btn {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    color: #5a6631 !important;
}

.cart-item-remove {
    color: #ddd !important;
    transition: color 0.3s !important;
}

.cart-item-remove:hover {
    color: #5a6631 !important;
}

.cart-total-label {
    font-family: 'Pompiere', cursive !important;
    font-size: 28px !important;
    color: #000 !important;
}

.cart-total-value {
    color: #5a6631 !important;
    font-weight: 600 !important;
}

/* --- GLOBAL FORENSIC ATOMIC LOCK --- */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 12px !important;
}

.alert-info, .alert-primary {
    background-color: #f4f6eb !important;
    color: #5a6631 !important;
    border-color: #dce2c9 !important;
}

.badge-primary {
    background-color: #5a6631 !important;
    color: #fff !important;
}

.bg-primary {
    background-color: #5a6631 !important;
}

.text-primary {
    color: #5a6631 !important;
}

/* --- THE FINAL IDENTITY LOCK (PHASE 34: GLOBAL SYNC) --- */

/* Cinematic Typography Global Lock */
h1, h2, .juice-shell-overlay h1, .juice-hero-title, .juice-hero-content h1, .juice-section-title, .title, .section-header h2 {
    font-family: 'Pompiere', cursive !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Global Branding Suppression - Pure Boutique Identity */
[alt*='CULINARY'], [title*='CULINARY'], [aria-label*='CULINARY'] {
    display: none !important;
    opacity: 0 !important;
}

/* Auth Header Sync Fix */
.forgot-password-page .auth-head h2, .login-page h2, .register-page h2 {
    font-family: 'Pompiere', cursive !important;
    font-size: 42px !important;
    letter-spacing: 2px !important;
}

/* Inner Page Structural Fix: Absolute Header Overlap */
.juice-theme--shell .juice-header {
    position: absolute !important;
}

.juice-theme--shell .juice-main--shell {
    padding-top: 0 !important; /* Let header overlap the hero */
}

/* --- THE DEFINITIVE INTERACTIVE ORDERING LOCK --- */
.menu_page {
  background-color: #FEFEFA !important;
  min-height: 100vh;
}

.juice-theme .section-title-wrap h2.title {
  font-family: 'Pompiere', cursive !important;
  font-size: 50px !important;
  letter-spacing: 2px !important;
  color: #000 !important;
  margin-bottom: 40px !important;
}

.juice-theme .product-thumb {
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden !important;
}

.juice-theme .product-thumb img {
  border-radius: 12px 12px 0 0 !important;
  transition: transform 0.5s ease !important;
}

.juice-theme .product:hover .product-thumb img {
  transform: scale(1.05) !important;
}

.juice-theme .product-body h4 a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.juice-theme .product-price span {
  font-family: 'Poppins', sans-serif !important;
  color: #5a6631 !important;
}

.juice-theme .order-item {
  border-radius: 12px !important;
  background: #000 !important;
  border: 1px solid #000 !important;
  width: 100% !important;
  text-align: center !important;
  padding: 12px !important;
  transition: opacity 0.3s !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
  line-height: 1.2 !important;
  min-height: 44px !important;
  text-transform: uppercase !important;
}

.juice-theme .order-item:hover {
  opacity: 0.8 !important;
}

.juice-theme .juice-card-add.is-added,
.juice-theme .juice-card-add:disabled {
  background: #5a6631 !important;
  border-color: #5a6631 !important;
  cursor: default !important;
  opacity: 1 !important;
}

.juice-theme .juice-card-customize {
  background: #f4f6eb !important;
  border-color: #5a6631 !important;
  color: #5a6631 !important;
}

.juice-theme .rating-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
}

/* --- ONLINE ORDER BOUTIQUE RESTORATION --- */
.juice-search-wrap {
  padding: 40px 0 20px;
  background-color: #FEFEFA;
}

.juice-search-inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.juice-search-input {
  width: 100%;
  background: transparent;
  border: 1px solid #e0dfd5;
  padding: 15px 50px 15px 20px;
  border-radius: 12px !important;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.juice-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #5a6631;
}

.juice-categories-pills {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 20px 0;
  scrollbar-width: none; /* Hide scrollbar for clean look */
}

.juice-categories-pills::-webkit-scrollbar {
  display: none;
}

.ct-menu-category-pill {
  white-space: nowrap;
  padding: 10px 25px;
  border: 1px solid #5a6631;
  border-radius: 12px !important;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #5a6631;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.ct-menu-category-pill.active, .ct-menu-category-pill:hover {
  background-color: #5a6631;
  color: #ffffff;
}

/* Product Card Softening */
.product {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
  border-radius: 12px !important;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.product:hover {
  transform: translateY(-5px);
}

.product-thumb img {
  border-radius: 12px 12px 0 0 !important;
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
}

.product-body {
  padding: 20px !important;
  text-align: center;
}

.product-desc h4 a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #000 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.product-price span {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  color: #5a6631 !important;
  font-size: 16px !important;
}

.product-desc p, .product-body p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #777 !important;
  line-height: 1.6 !important;
}

.order-item {
  background: #000 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  display: inline-block !important;
  margin-top: 15px !important;
}

/* --- THE FINAL BOUTIQUE SANITIZATION (PHASE 49) --- */
.main-header.header-section-menu {
  background: transparent !important;
  position: absolute !important;
  width: 100% !important;
}

.main-header .navbar-nav .menu-item a {
    color: #000 !important;
    font-family: 'Pompiere', cursive !important;
    font-size: 22px !important; /* Authentic Boutique Scale */
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}

.main-header .navbar-nav .menu-item a.active {
    color: #5a6631 !important;
}

[class*='flaticon-'] {
    display: none !important; /* Purge Legacy Corporate Icons */
}

.track-link {
    color: #5a6631 !important; /* Boutique Green instead of Blue */
}

/* --- THE ABSOLUTE BRAND CERTIFICATION (PHASE 50-55) --- */
.main-header .navbar-brand img, 
.aside-scroll img {
  height: 180px !important;
  max-height: 180px !important;
}

/* 
   THE ARTISANAL GEOMETRY LOCK (12px) 
   Nuclear override for legacy corporate residues.
*/
a.btn, 
button, 
input,
select,
textarea,
.juice-btn, 
.order-item, 
.btn-custom,
.submit-btn,
.select-artisanal,
.juice-select-artisanal,
.juice-footer-directions,
.juice-club-submit,
.juice-hero-btn,
.ct-social-login,
.ct-social-login.facebook,
.ct-social-login.google,
.social-login a,
.auth-tab,
.auth-card,
.auth-panel,
.juice-account-card,
.card,
.modal-content,
.badge,
.juice-badge,
.badge-pill,
.shipping-status,
.location-btn,
.checkout-card,
.order-summary,
.item-details img,
.juice-footer-map-img,
.juice-input-minimal,
.form-control,
.nice-select,
.quantity input,
.btn-primary,
.btn-secondary,
.juice-btn-primary,
.place-order-btn,
.submit-button,
.sidebar-cart-card .quantity input,
.alert,
.alert-info,
.alert-success,
.alert-danger,
.alert-warning,
.btn-action,
.juice-btn-outline,
.cart-checkout,
.cart-item-qty,
.auth-tab.is-active {
    border-radius: 12px !important; /* Absolute 12px Lock */
}

/* 
   THE BOUTIQUE COLOR LOCK
   Nuclear override for legacy corporate colors (like #10b981 or #ec6518).
*/
.btn-custom.primary,
.juice-btn-primary,
.btn-primary,
.submit-button,
.place-order-btn,
.ct-menu-category-pill.active,
.auth-tab.is-active,
.cart-checkout {
    background-color: #5a6631 !important;
    border-color: #5a6631 !important;
    color: #fefefa !important;
}
.btn-custom.primary:hover,
.juice-btn-primary:hover,
.btn-primary:hover,
.submit-button:hover,
.place-order-btn:hover,
.cart-checkout:hover {
    background-color: #485227 !important;
    border-color: #485227 !important;
}


/* Specific Audit Remediation: Auth & Social */
.auth-modern .auth-description,
.auth-description {
    border-radius: 12px 0 0 12px !important;
}
.auth-modern .auth-form,
.auth-form {
    border-radius: 0 12px 12px 0 !important;
}
@media (max-width: 991px) {
    .auth-modern .auth-description, .auth-description { border-radius: 12px 12px 0 0 !important; }
    .auth-modern .auth-form, .auth-form { border-radius: 0 0 12px 12px !important; }
}

.ct-social-login {
    border: 1px solid #eee !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 12px !important;
}

/* Final Identity Fortress: Total Font Purge */
html, body, div, p, span, a, li, input, select, textarea {
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .juice-footer-title, .juice-section-title, .modal-title {
    font-family: 'Pompiere', cursive !important;
}

.auth-head h2, .card-heading h2 {
    font-size: 54px !important;
}

/* Saved By The Juice reference-site alignment */
.juice-theme,
.juice-theme-body {
  --juice-green: #56662f;
  --juice-cream: #fefefa;
  --juice-card: #f0dfc6;
  --juice-black: #0f0f0f;
  color: #171717;
  background: var(--juice-black) !important;
}

.juice-theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.juice-theme .juice-promo-bar,
.juice-theme-body .juice-promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--juice-green) !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  z-index: 1300;
}

.juice-promo-close {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.juice-promo-closed .juice-theme .juice-header,
.juice-promo-closed .juice-theme-body .juice-header {
  top: 0 !important;
}

.juice-theme .juice-promo-bar a,
.juice-theme-body .juice-promo-bar a {
  color: #fff !important;
  text-decoration: underline;
}

.juice-theme .juice-header,
.juice-theme-body .juice-header,
.juice-theme--shell .juice-header {
  top: 58px !important;
  padding: 30px 0 0 !important;
  background: transparent !important;
  z-index: 1200 !important;
}

.juice-theme #juiceMainHeader.juice-header--scrolled,
.juice-theme-body #juiceMainHeader.juice-header--scrolled,
.juice-theme--shell #juiceMainHeader.juice-header--scrolled {
  position: fixed !important;
  top: 58px !important;
  padding: 16px 0 14px !important;
  background: var(--juice-cream) !important;
  box-shadow: none !important;
}

.juice-theme #juiceMainHeader.juice-header--scrolled .juice-header__desktop,
.juice-theme-body #juiceMainHeader.juice-header--scrolled .juice-header__desktop {
  align-items: center;
}

.juice-theme #juiceMainHeader.juice-header--scrolled .juice-nav-links a,
.juice-theme-body #juiceMainHeader.juice-header--scrolled .juice-nav-links a {
  color: #111 !important;
  text-shadow: none !important;
}

.juice-theme #juiceMainHeader.juice-header--scrolled .juice-order-btn-minimal,
.juice-theme-body #juiceMainHeader.juice-header--scrolled .juice-order-btn-minimal {
  color: #fff !important;
}

.juice-theme #juiceMainHeader.juice-header--scrolled .juice-brand-center img,
.juice-theme-body #juiceMainHeader.juice-header--scrolled .juice-brand-center img {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  filter: none;
}

.juice-promo-closed .juice-theme #juiceMainHeader.juice-header--scrolled,
.juice-promo-closed .juice-theme-body #juiceMainHeader.juice-header--scrolled {
  top: 0 !important;
}

.juice-theme .juice-header__desktop,
.juice-theme-body .juice-header__desktop {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 170px minmax(0, 1.55fr);
  max-width: 1320px;
  padding: 0;
  align-items: flex-start;
  justify-content: normal;
}

.juice-theme .juice-nav-left,
.juice-theme-body .juice-nav-left,
.juice-theme .juice-nav-right,
.juice-theme-body .juice-nav-right {
  flex: 0 0 auto;
  width: 100%;
}

.juice-theme .juice-nav-left,
.juice-theme-body .juice-nav-left {
  justify-content: flex-end;
}

.juice-theme .juice-nav-right,
.juice-theme-body .juice-nav-right {
  justify-content: flex-start;
}

.juice-theme .juice-nav-links,
.juice-theme-body .juice-nav-links {
  gap: 0;
  align-items: center;
}

.juice-theme .juice-nav-links a,
.juice-theme-body .juice-nav-links a {
  min-height: 40px;
  padding: 8px 10px;
  color: #fff !important;
  font-family: 'Pompiere', cursive !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

.juice-theme .juice-nav-links a span[aria-hidden="true"],
.juice-theme-body .juice-nav-links a span[aria-hidden="true"] {
  display: inline-block;
  width: 0.75em;
  font-size: 0;
}

.juice-theme .juice-nav-links a span[aria-hidden="true"]::after,
.juice-theme-body .juice-nav-links a span[aria-hidden="true"]::after {
  content: "\2304";
  font-size: 20px;
}

.juice-theme .juice-auth-actions,
.juice-theme-body .juice-auth-actions {
  flex: 0 0 auto;
  gap: 8px;
  margin-left: 10px;
}

.juice-theme .juice-auth-link,
.juice-theme-body .juice-auth-link {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.juice-theme .juice-auth-link--filled,
.juice-theme-body .juice-auth-link--filled {
  color: #111 !important;
  text-shadow: none !important;
}

.juice-theme #juiceMainHeader.juice-header--scrolled .juice-auth-link,
.juice-theme-body #juiceMainHeader.juice-header--scrolled .juice-auth-link {
  border-color: rgba(17, 17, 17, 0.45);
  color: #111 !important;
  text-shadow: none !important;
}

.juice-theme #juiceMainHeader.juice-header--scrolled .juice-auth-link--filled,
.juice-theme-body #juiceMainHeader.juice-header--scrolled .juice-auth-link--filled {
  background: #111;
  border-color: #111;
  color: #fff !important;
}

.juice-theme .juice-order-btn-minimal,
.juice-theme-body .juice-order-btn-minimal {
  min-width: 171px;
  height: 40px;
  margin-right: 0;
  padding: 0 24px;
  gap: 9px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px !important;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
}

.juice-theme .juice-order-btn-minimal img,
.juice-theme-body .juice-order-btn-minimal img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.juice-theme .juice-brand-center,
.juice-theme-body .juice-brand-center {
  margin: 0;
}

.juice-theme .juice-brand-center img,
.juice-theme-body .juice-brand-center img,
.juice-theme .juice-header .logo img,
.juice-theme-body .juice-header .logo img {
  width: 180px !important;
  height: 180px !important;
  max-width: 180px !important;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 5px 18px rgba(0, 0, 0, 0.25));
}

.juice-theme .juice-section-hero,
.juice-theme-body .juice-section-hero,
.juice-theme .juice-shell-hero,
.juice-theme-body .juice-shell-hero {
  height: 700px !important;
  min-height: 700px;
  margin: 0;
  overflow: hidden;
}

.juice-theme .juice-hero-overlay,
.juice-theme-body .juice-hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)) !important;
  align-items: flex-end;
  padding-bottom: 24px;
}

.juice-theme .juice-hero-content,
.juice-theme-body .juice-hero-content,
.juice-theme .juice-hero-title,
.juice-theme-body .juice-hero-title,
.juice-theme .juice-hero-actions,
.juice-theme-body .juice-hero-actions {
  display: none !important;
}

.juice-scroll-cue {
  color: #fff !important;
  font-family: 'Pompiere', cursive !important;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

.juice-scroll-cue::after {
  content: "\2304";
  font-size: 52px;
}

.juice-reference-section {
  position: relative;
  padding: 86px 0;
}

.juice-reference-section--cream,
.juice-shell-body,
.juice-section-about-full,
.juice-section-menu-full,
.juice-section-events,
.juice-section-shop {
  background-color: var(--juice-cream) !important;
  background-image: url('../../img/juice_theme/reference/pattern.png') !important;
  background-size: 27px 15px !important;
  background-repeat: repeat !important;
}

.juice-section-about-full,
.juice-section-menu-full {
  padding: 0 0 86px !important;
}

.juice-reference-section--dark {
  background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.055), transparent 26%), #111 !important;
  color: #fff;
}

.juice-reference-grid {
  width: min(1150px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.35fr);
  gap: 72px;
  align-items: center;
}

.juice-reference-grid--card-right {
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.82fr);
}

.juice-reference-grid--nourish,
.juice-reference-grid--visit {
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
}

.juice-reference-copy h2,
.juice-reference-card h2,
.juice-reference-center h2,
.juice-shop-intro h2,
.juice-event-content h3 {
  color: var(--juice-green) !important;
  font-family: 'Pompiere', cursive !important;
  font-size: clamp(58px, 6vw, 82px) !important;
  line-height: 0.95;
  letter-spacing: 1px !important;
  margin: 0 0 26px;
}

.juice-reference-section--dark .juice-reference-center h2 {
  color: #fff !important;
}

.juice-reference-copy p,
.juice-reference-card p,
.juice-visit-details p {
  font-size: 16px;
  line-height: 1.72;
  color: #141414;
  margin: 0 0 18px;
}

.juice-reference-card,
.juice-feedback-card {
  background-color: var(--juice-cream);
  background-image: url('../../img/juice_theme/reference/pattern.png');
  background-size: 27px 15px;
  background-repeat: repeat;
  border-radius: 8px;
  padding: 48px;
  color: #111;
}

.juice-reference-photo {
  margin: 0;
}

.juice-reference-photo img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 4px;
}

.juice-reference-photo--large img {
  height: 630px;
}

.juice-reference-photo--round img {
  width: min(560px, 100%);
  height: min(560px, 70vw);
  border-radius: 50%;
  margin: 0 auto;
}

.juice-reference-btn,
.juice-btn-primary,
.juice-btn-secondary,
.juice-club-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 10px 24px !important;
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-family: 'Pompiere', cursive !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.juice-reference-btn--wide {
  width: 100%;
}

.juice-reference-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #111;
}

.juice-reference-gallery img {
  width: 100%;
  height: 506px;
  object-fit: cover;
  border: 0;
}

.juice-reference-center {
  width: min(1150px, calc(100% - 96px));
  margin: 0 auto;
  text-align: center;
}

.juice-feedback-card {
  width: min(370px, 100%);
  margin: 34px auto 0;
  padding: 34px;
  text-align: left;
}

.juice-feedback-card label {
  display: block;
  margin: 0 0 14px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

.juice-feedback-card input,
.juice-feedback-card textarea {
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid rgba(86, 102, 47, 0.35);
  background: rgba(255, 255, 255, 0.76);
  color: #111;
}

.juice-feedback-card textarea {
  min-height: 96px;
  resize: vertical;
}

.juice-visit-details strong {
  color: var(--juice-green);
  font-size: 16px;
  text-transform: uppercase;
}

.juice-reference-visit iframe {
  width: 100%;
  min-height: 300px;
  border: 1px solid var(--juice-green) !important;
  border-radius: 4px;
}

.juice-shell-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-position: center !important;
}

.juice-shell-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.juice-shell-overlay {
  position: relative;
  z-index: 2;
  width: min(900px, 90%);
  text-align: center;
  color: #fff;
  background: transparent !important;
}

.juice-shell-overlay h1 {
  color: #fff !important;
  font-family: 'Pompiere', cursive !important;
  font-size: clamp(68px, 8vw, 92px) !important;
  font-weight: 400 !important;
  line-height: 0.95;
  letter-spacing: 2px !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

.juice-shell-overlay p {
  margin-top: 18px;
  color: #fff;
  font-family: 'Caveat', cursive !important;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

.juice-inner-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.juice-story-grid,
.juice-menu-grid-full,
.juice-events-grid,
.juice-shop-grid {
  width: min(1150px, calc(100% - 96px));
  margin-left: auto !important;
  margin-right: auto !important;
}

.juice-modal-content {
  background: #d9bd91 !important;
  max-width: 940px !important;
  min-height: 360px;
  border-radius: 8px !important;
  color: #000;
}

.juice-modal-body h3 {
  color: #000 !important;
  font-size: clamp(58px, 7vw, 82px) !important;
  line-height: 0.95;
}

.juice-theme #juiceMainHeader.juice-header--scrolled .juice-nav-links .juice-order-btn-minimal,
.juice-theme-body #juiceMainHeader.juice-header--scrolled .juice-nav-links .juice-order-btn-minimal {
  color: #fff !important;
}

@media (max-width: 991px) {
  .juice-theme .juice-promo-bar,
  .juice-theme-body .juice-promo-bar {
    height: 96px;
    min-height: 96px;
    padding: 12px 52px 12px 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .juice-theme .juice-header,
  .juice-theme-body .juice-header {
    top: 96px !important;
    padding-top: 0 !important;
  }

  .juice-theme .juice-header__desktop,
  .juice-theme-body .juice-header__desktop {
    display: none !important;
  }

  .juice-theme .juice-header__mobile,
  .juice-theme-body .juice-header__mobile {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .juice-theme #juiceMainHeader.juice-header--scrolled,
  .juice-theme-body #juiceMainHeader.juice-header--scrolled {
    top: 96px !important;
    padding: 0 !important;
  }

  .juice-theme .juice-header__mobile .juice-menu-toggle,
  .juice-theme-body .juice-header__mobile .juice-menu-toggle {
    justify-self: start;
  }

  .juice-theme .juice-header__mobile .juice-brand-center,
  .juice-theme-body .juice-header__mobile .juice-brand-center {
    justify-self: center;
    margin: 0;
  }

  .juice-theme .juice-header__mobile .juice-mobile-cart-btn,
  .juice-theme-body .juice-header__mobile .juice-mobile-cart-btn {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: static !important;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
    justify-self: end;
  }

  .juice-theme .juice-brand-center img,
  .juice-theme-body .juice-brand-center img {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
  }

  .juice-theme .juice-section-hero,
  .juice-theme-body .juice-section-hero,
  .juice-theme .juice-shell-hero,
  .juice-theme-body .juice-shell-hero {
    height: 610px !important;
    min-height: 610px;
  }

  .juice-reference-grid,
  .juice-reference-grid--card-right,
  .juice-reference-grid--nourish,
  .juice-reference-grid--visit {
    width: min(100% - 32px, 640px);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .juice-reference-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .juice-reference-gallery img {
    height: 240px;
  }

  .juice-reference-section {
    padding: 58px 0;
  }

  .juice-reference-copy h2,
  .juice-reference-card h2,
  .juice-reference-center h2 {
    font-size: 58px !important;
  }

  .juice-reference-photo img,
  .juice-reference-photo--large img {
    height: 360px;
  }
}

@media (max-width: 520px) {
  .juice-reference-gallery img {
    height: 180px;
  }

  .juice-reference-card,
  .juice-feedback-card {
    padding: 30px 24px;
  }

  .juice-reference-copy h2,
  .juice-reference-card h2,
  .juice-reference-center h2 {
    font-size: 48px !important;
  }
}
