/*
Theme Name: Godres v2
Theme URI: https://godrestaurant.com/
Author: Godres Team
Author URI: https://godrestaurant.com/
Description: GOD Restaurant Vietnamese - High-end Vietnamese Restaurant Theme in Da Nang.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: godres
*/

/* Reset & Fonts Setup */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  color-scheme: dark !important;
}

html {
  color-scheme: dark !important;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  margin: 0 !important;
  padding: 0 !important;
  background: #0c0b0a !important;
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  background: #0c0b0a !important;
  color: #a9a29b;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
}

/* Eliminate bottom space/gap under footer caused by post-footer modals or scripts */
.god-dark-luxury-bg>script,
.god-dark-luxury-bg>style {
  flex: 0 0 0px !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: visible !important;
}

#god-toast-container {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  top: auto !important;
  left: auto !important;
  z-index: 99999999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  pointer-events: none !important;
  max-width: min(420px, calc(100vw - 32px)) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 600px) {
  #god-toast-container {
    bottom: 20px !important;
    top: auto !important;
    right: 12px !important;
    left: 12px !important;
    max-width: calc(100vw - 24px) !important;
    width: calc(100vw - 24px) !important;
    margin: 0 auto !important;
  }
}

#god-reservation-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: none !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  z-index: 999999 !important;
  flex: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

#god-floating-contact-container {
  position: fixed !important;
  bottom: 28px !important;
  right: 24px !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: flex-end !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

footer {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-shrink: 0 !important;
}

#wpadminbar {
  display: none !important;
}

html.wp-toolbar {
  padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  color: #f2efe9;
}

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

/* Sticky Offset & Admin Bar Support */
:root {
  --god-adminbar-height: 0px;
  --god-header-height: 38px;
  --god-menu-sticky-top: calc(var(--god-adminbar-height, 0px) + var(--god-header-height, 38px));
}

body.admin-bar {
  --god-adminbar-height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --god-adminbar-height: 46px;
  }
}

#god-main-header {
  top: var(--god-adminbar-height, 0px) !important;
}

.god-menu-sticky-nav {
  position: sticky;
  top: var(--god-menu-sticky-top, 49px);
  z-index: 90;
  background: linear-gradient(180deg, rgba(22, 18, 14, 0.96) 0%, rgba(12, 10, 8, 0.96) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(212, 160, 60, 0.35);
  border-bottom: 1px solid rgba(212, 160, 60, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  padding: 14px 0;
  transition: top 0.15s ease-out;
}

#starters,
#noodles-rice,
#meat,
#seafood {
  scroll-margin-top: calc(var(--god-menu-sticky-top, 49px) + 50px);
}

/* Custom Luxury Dark & Gold Scrollbars */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #12100e;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d4a03c 0%, #a67c2e 100%);
  border-radius: 4px;
  border: 1px solid rgba(18, 16, 14, 0.8);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffe08a 0%, #d4a03c 100%);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #d4a03c #12100e;
}

/* ═════════════════════════════════════════════════════════════════
   DARK LUXURY DESIGN SYSTEM & AMBIENT LIGHTING UTILITIES
   ═════════════════════════════════════════════════════════════════ */

.god-dark-luxury-bg {
  background:
    radial-gradient(ellipse 1200px 700px at 50% -80px, rgba(212, 160, 60, 0.24) 0%, rgba(45, 33, 20, 0.75) 40%, #070605 100%),
    radial-gradient(ellipse 900px 550px at 10% 35%, rgba(228, 175, 75, 0.15) 0%, transparent 65%),
    radial-gradient(ellipse 900px 550px at 90% 70%, rgba(212, 160, 60, 0.14) 0%, transparent 65%),
    radial-gradient(circle 600px at 50% 50%, rgba(180, 130, 45, 0.08) 0%, transparent 70%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4a03c' fill-opacity='0.065'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-attachment: fixed !important;
  /* Guarantee this wrapper (which contains the footer as its last child)
     always fills at least the full viewport height, so the page's own
     dark background never peeks through as a stray black strip below
     a short footer — the footer is pinned to the true bottom instead.
     100dvh (not just 100vh) so mobile browsers whose address bar
     shows/hides don't leave a leftover gap once the chrome collapses. */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.god-dark-luxury-bg>footer {
  margin-top: auto;
}

.god-gold-text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #f7e3b5 35%, #e2b24c 70%, #b88220 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.god-hero-subbar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 14px !important;
  flex-wrap: wrap !important;
  margin: 0 auto !important;
  text-align: center !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  margin-top: 20px !important;
}

.god-hero-subbar span:not(.bullet) {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 20px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #ffe08a !important;
  text-transform: uppercase !important;
  background: linear-gradient(135deg, rgba(28, 22, 16, 0.92) 0%, rgba(14, 10, 6, 0.96) 100%) !important;
  border: 1px solid rgba(212, 160, 60, 0.45) !important;
  border-radius: 30px !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 230, 140, 0.25) !important;
  transition: all 0.3s ease !important;
}

.god-hero-subbar span:not(.bullet):hover {
  border-color: rgba(212, 160, 60, 0.85) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 160, 60, 0.35), inset 0 1px 0 rgba(255, 230, 140, 0.4) !important;
  transform: translateY(-2px);
}

.god-hero-subbar span.bullet {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .god-hero-subbar {
    gap: 8px 10px !important;
    padding: 0 12px !important;
  }

  .god-hero-subbar span:not(.bullet) {
    font-size: 10px !important;
    letter-spacing: 1px !important;
    padding: 6px 14px !important;
    flex: 0 1 auto !important;
    max-width: 100% !important;
  }
}

.god-badge-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11.5px;
  letter-spacing: 2.8px;
  color: #ffe08a;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(32, 24, 16, 0.92) 0%, rgba(18, 14, 10, 0.96) 100%);
  padding: 7px 22px;
  border-radius: 30px;
  border: 1px solid rgba(212, 160, 60, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.65), 0 0 14px rgba(212, 160, 60, 0.2);
  max-width: calc(100% - 32px);
  white-space: normal;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .god-badge-gold {
    font-size: 10px !important;
    letter-spacing: 1.8px !important;
    padding: 6px 16px !important;
    max-width: calc(100% - 24px) !important;
    box-sizing: border-box !important;
  }

  /* Safe side margin for mobile banners and CTA stacks */
  .god-mobile-btn-stack {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .god-glass-section-box {
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }
}

/* Core Page Hero Responsive Adjustments */
.god-page-hero {
  position: relative !important;
  min-height: clamp(560px, 62vh, 760px) !important;
  padding: clamp(170px, 20vh, 230px) 24px clamp(100px, 12vh, 160px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #090807 !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 640px) {
  .god-page-hero {
    min-height: clamp(480px, 68vh, 640px) !important;
    padding: 150px 16px 100px !important;
  }

  .god-page-hero h1 {
    font-size: clamp(26px, 7vw, 38px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.2px !important;
  }

  .god-page-hero p {
    font-size: clamp(13px, 3.6vw, 15px) !important;
    line-height: 1.62 !important;
    margin-bottom: 18px !important;
    padding: 0 4px !important;
  }
}

.god-luxury-card,
.luxury-card {
  background: rgba(18, 15, 12, 0.95) !important;
  border: 1px solid rgba(212, 160, 60, 0.3) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 10px !important;
  padding: 32px !important;
  transition: all 0.35s cubic-bezier(.16, 1, .3, 1) !important;
  overflow: hidden !important;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  position: relative !important;
}

.god-luxury-card:hover,
.luxury-card:hover {
  border-color: rgba(212, 160, 60, 0.6) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 25px rgba(212, 160, 60, 0.15) !important;
  transform: translateY(-3px) !important;
}

/* Luxury Form Input Controls */
.form-input {
  width: 100%;
  padding: 14px 18px;
  background: rgba(12, 10, 8, 0.95);
  border: 1px solid rgba(212, 160, 60, 0.28);
  border-radius: 6px;
  color: #f2efe9;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  transition: all 0.25s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6);
  outline: none;
  box-sizing: border-box;
}

.form-input:focus {
  border-color: rgba(212, 160, 60, 0.75);
  box-shadow: 0 0 10px rgba(212, 160, 60, 0.2), inset 0 2px 4px rgba(0, 0, 0, 0.6);
  background: rgba(16, 13, 10, 0.98);
}

.form-input::placeholder {
  color: #8c857b;
}

/* Fly-To-Cart & Cart Bounce Animations */
@keyframes god-cart-pulse {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.03);
    border-color: rgba(212, 160, 60, 0.8) !important;
    box-shadow: 0 0 25px rgba(212, 160, 60, 0.35) !important;
  }

  100% {
    transform: scale(1);
  }
}

.god-cart-pulse {
  animation: god-cart-pulse 0.5s ease-in-out !important;
}

@keyframes god-cart-row-pop {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.god-cart-row-animate {
  animation: god-cart-row-pop 0.35s cubic-bezier(.16, 1, .3, 1) forwards;
}

/* Clear Luxury Section Framing Box (Khoanh vùng chuyên nghiệp) */
.god-glass-section-box {
  background: rgba(14, 12, 10, 0.92);
  border: 1px solid rgba(212, 160, 60, 0.3);
  border-radius: 12px;
  padding: clamp(24px, 4vw, 40px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
  position: relative;
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.god-glass-section-box:hover {
  border-color: rgba(212, 160, 60, 0.6) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.88), 0 0 30px rgba(212, 160, 60, 0.18) !important;
  transform: translateY(-4px);
}

.god-glass-section-box:hover .god-img-zoom {
  transform: scale(1.08);
}

.god-glass-section-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 160, 60, 0.6) 50%, transparent);
}

.god-gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0;
}

.god-gold-divider-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(0.74 0.13 85));
}

.god-gold-divider-line.reverse {
  background: linear-gradient(90deg, oklch(0.74 0.13 85), transparent);
}

.god-gold-divider-diamond {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: oklch(0.74 0.13 85);
  box-shadow: 0 0 8px oklch(0.74 0.13 85);
}

/* Sticky Column Rule with Mobile Static Fallback */
.god-sticky-col {
  position: sticky;
  top: 90px;
}

/* ══════════════════════════════════════════════════════════════════
   MASTER MOBILE-FIRST RESPONSIVE UX ARCHITECTURE
   ══════════════════════════════════════════════════════════════════ */

/* Global Mobile Overflow Guard & Ergonomics */
html,
body {
  overflow-x: hidden !important;
  max-width: 100vw;
  -webkit-tap-highlight-color: rgba(212, 160, 60, 0.2);
}

/* Touch Target Minimum Standard (44px+) */
button,
a.btn-gold,
a.btn-outline,
.btn-gold-submit,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
select,
textarea {
  min-height: 44px;
  box-sizing: border-box;
}

/* Gold CTA Submit Button System */
.btn-gold-submit {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #c8922a 0%, #e8b84b 50%, #c8922a 100%) !important;
  background-size: 200% auto !important;
  color: #0e0c0a !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  padding: 16px 24px !important;
  font-size: 13px !important;
  letter-spacing: 1.8px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(200, 146, 42, 0.35) !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.btn-gold-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  transition: none;
}

.btn-gold-submit:hover::before {
  left: 150%;
  transition: left 0.85s ease-in-out;
}

.btn-gold-submit:hover {
  background-position: right center !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(200, 146, 42, 0.55) !important;
  color: #000000 !important;
}

.btn-gold-submit:active {
  transform: translateY(0) !important;
}

/* Fluid Typography Responsive Scaling */
h1 {
  font-size: clamp(28px, 6vw, 56px) !important;
  line-height: 1.2 !important;
}

h2 {
  font-size: clamp(22px, 4.5vw, 38px) !important;
  line-height: 1.25 !important;
}

h3 {
  font-size: clamp(18px, 3.5vw, 26px) !important;
  line-height: 1.3 !important;
}

p,
body {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.75;
}

/* Mobile Glass Section Container Spacing */
.god-glass-section-box {
  padding: clamp(20px, 4vw, 44px) !important;
  border-radius: 8px !important;
}

/* Horizontal Swipe Tab Bar Utility for Mobile */
.god-swipe-tabs {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  padding-bottom: 4px !important;
}

.god-swipe-tabs::-webkit-scrollbar {
  display: none !important;
}

/* Responsive Media Queries Breakdown */
@media (max-width: 992px) {
  .god-sticky-col {
    position: static !important;
    top: auto !important;
  }

  .god-glass-section-box,
  .stack-mobile {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .cols2-mobile,
  .cols3-mobile {
    grid-template-columns: 1fr !important;
  }

  #god-main-header {
    padding: 0 16px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px 24px !important;
  }

  .god-mobile-first-col {
    order: -1 !important;
  }
}

@media (max-width: 768px) {
  .god-hero-subbar {
    font-size: 10px !important;
    letter-spacing: 1.2px !important;
    padding: 10px 18px !important;
    gap: 6px 12px !important;
  }

  /* Mobile Stack Buttons */
  .god-mobile-btn-stack {
    flex-direction: column !important;
    width: 100% !important;
  }

  .god-mobile-btn-stack>a,
  .god-mobile-btn-stack>button {
    width: 100% !important;
    text-align: center !important;
  }

  /* Mobile Glass Container Spacing */
  .luxury-card,
  .god-luxury-card {
    padding: clamp(20px, 4vw, 28px) !important;
  }

  /* Safe Area for Floating Buttons & Bottom Sheets */
  .god-cart-fab,
  #god-floating-contact-container {
    bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 560px) {
  .god-hero-subbar {
    font-size: 9px !important;
    letter-spacing: 0.8px !important;
    padding: 12px 10px !important;
    gap: 7px 0 !important;
    width: 100% !important;
    max-width: 320px !important;
    border-radius: 16px !important;
    flex-direction: column !important;
  }

  .god-hero-subbar span:not(.bullet) {
    width: 100%;
  }

  .god-hero-subbar span.bullet {
    display: none !important;
  }

  /* Ultra-Mobile Single Column Grids */
  .cols3-mobile,
  .cols2-mobile,
  .god-dish-grid-responsive {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 8px !important;
    text-align: left;
  }

  /* Full-width Form Inputs */
  .form-input-group {
    width: 100% !important;
  }
}

/* ═══ GLOBAL FIX: Eliminate black gap above header & below footer ═══ */
html {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #0c0b0a !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background-color: #0c0b0a !important;
}

/* Match top of page to header color */
body::before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  height: 2px;
  background: #0c0b0a;
  z-index: 99;
  pointer-events: none;
}

/* Wrapper must stretch full width/height with flex layout so footer anchors to bottom */
.god-dark-luxury-bg,
.god-page-bg-wrapper,
#god-spa-tabs-container,
.god-page-tab,
[class*="god-"][class*="-bg-wrapper"] {
  margin: 0 !important;
  padding-top: 0 !important;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #0c0b0a;
  width: 100%;
}

/* Footer is last element — anchored to bottom with no trailing gap */
footer {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, rgba(238, 230, 216, 0.96) 0%, rgba(225, 214, 196, 0.96) 100%);
}

/* ═══ Date/Time Picker — Crisp White Text on Dark Mobile Controls ═══ */
input[type="date"],
input[type="time"] {
  color-scheme: dark !important;
  color: #f2efe9 !important;
  background-color: rgba(14, 12, 10, 0.95) !important;
  border: 1px solid rgba(212, 160, 60, 0.35) !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  min-height: 48px !important;
  box-sizing: border-box !important;
}

/* Ensure text inside WebKit datetime fields renders in light white/gold */
::-webkit-datetime-edit,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-ampm-field {
  color: #f2efe9 !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(0.85) sepia(1) saturate(5) hue-rotate(5deg) brightness(1.2);
  cursor: pointer;
  opacity: 0.9;
  width: 20px;
  height: 20px;
}