/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==========================================================================
   1. GLOBAL HARDCODED HEADER STYLES
   ========================================================================== */
.bespoke-global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(26, 26, 22, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 150, 90, 0.25);
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo-link { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo-img { height: 42px; width: auto; }
.brand-text { font-family: 'Cinzel', serif; font-size: 0.85rem; letter-spacing: 0.2em; color: #d4ad6f; text-transform: uppercase; }

.nav-links-wrapper { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.nav-link-item a { 
  font-family: 'Cinzel', serif !important; 
  font-size: 0.72rem !important; 
  letter-spacing: 0.18em !important; 
  text-transform: uppercase !important; 
  color: #f5f0e8 !important; 
  text-decoration: none !important; 
  transition: color 0.3s; 
}
.nav-link-item a:hover { color: #b8965a !important; }

.nav-cta-btn {
  background: transparent;
  color: #b8965a !important;
  border: 1px solid #b8965a;
  padding: 8px 18px;
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nav-cta-btn:hover { background: #b8965a; color: #1c2124 !important; }

/* Mobile Hamburger Trigger */
button.mobile-nav-toggle,
.mobile-nav-toggle {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  background: transparent !important;
  border: none !important;
  padding: 8px !important;
  cursor: pointer !important;
}

.mobile-nav-toggle span {
  display: block !important;
  width: 22px !important;
  height: 2px !important;
  background: #b8965a !important;
  border-radius: 1px !important;
}

@media (min-width: 993px) {
  button.mobile-nav-toggle, .mobile-nav-toggle { display: none !important; }
}

@media (max-width: 900px) {
  .nav-links-wrapper, .nav-cta-btn { display: none !important; }
  .mobile-nav-toggle { display: block !important; }
}

/* ==========================================================================
   2. KILL HERO INNER SCROLLBAR LOCK
   ========================================================================== */
html, body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.bespoke-home-wrapper, 
.hero, 
.hero-content, 
#site-main, 
.page-content {
  overflow: visible !important;
  overflow-y: visible !important;
  max-height: none !important;
}

/* ==========================================================================
   3. GLOBAL MOBILE FIX FOR TOUR BOOKING FORMS
   ========================================================================== */
@media screen and (max-width: 768px) {
  .luxury-booking-box,
  .bespoke-booking-form,
  div[class*="booking-box"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 16px !important;
    margin: 20px auto !important;
    box-sizing: border-box !important;
  }

  .luxury-booking-box label,
  .bespoke-booking-form label {
    display: block !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 8px !important;
    color: #b8965a !important;
  }

  .luxury-booking-box input[type="text"],
  .luxury-booking-box input[type="email"],
  .luxury-booking-box input[type="date"],
  .luxury-booking-box select,
  .bespoke-booking-form input,
  .bespoke-booking-form select {
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    font-size: 0.9rem !important;
    padding: 10px 14px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    margin-bottom: 18px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .luxury-booking-box select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23b8965a' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 18px !important;
    padding-right: 36px !important;
  }

  .luxury-booking-box button,
  .luxury-booking-box .booking-action-btn,
  .bespoke-booking-form button[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
    padding: 16px 12px !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.15em !important;
    white-space: normal !important;
    text-align: center !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
  }
}

/* ==========================================================================
   4. HERO SEAM & FLUSH FOOTER ANCHOR
   ========================================================================== */
.hero {
  height: 100vh !important;
  min-height: 600px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
}

.intro#intro-philosophy,
.intro {
  margin-top: 0 !important;
  padding-top: 80px !important;
}

/* ==========================================================================
   5. GLOBAL FOOTER STYLES
   ========================================================================== */
.bespoke-global-footer {
  background: #1a1a16 !important;
  border-top: 1px solid rgba(184, 150, 90, 0.25) !important;
  color: #f5f0e8 !important;
  padding: 60px 30px 24px !important;
  font-family: 'Jost', sans-serif !important;
  scroll-margin-top: 60px !important;
  margin-top: auto !important;
  width: 100% !important;
  clear: both !important;
}

.footer-container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 40px !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid rgba(184, 150, 90, 0.15) !important;
}

.footer-logo,
img.footer-logo {
  height: 42px !important;
  max-height: 42px !important;
  width: auto !important;
  margin-bottom: 18px !important;
  object-fit: contain !important;
  display: block !important;
}

.footer-tagline {
  font-size: 0.85rem !important;
  color: rgba(245, 240, 232, 0.65) !important;
  line-height: 1.7 !important;
  font-weight: 300 !important;
  margin: 0 !important;
}

.footer-col h4 {
  font-family: 'Cinzel', serif !important;
  font-size: 0.85rem !important;
  color: #b8965a !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin: 0 0 20px 0 !important;
}

.footer-col ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-col li { margin-bottom: 12px !important; }

.footer-col a {
  color: rgba(245, 240, 232, 0.8) !important;
  text-decoration: none !important;
  font-size: 0.85rem !important;
  transition: color 0.3s ease !important;
}
.footer-col a:hover { color: #b8965a !important; }

.contact-desc {
  font-size: 0.85rem !important;
  color: rgba(245, 240, 232, 0.6) !important;
  margin: 0 0 16px 0 !important;
}

.contact-methods { display: flex !important; flex-direction: column !important; gap: 12px !important; }

.footer-phone { display: flex !important; flex-direction: column !important; text-decoration: none !important; }
.footer-phone:hover { opacity: 0.85 !important; }

.phone-label {
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: rgba(245, 240, 232, 0.5) !important;
}

.phone-number {
  font-family: 'Cinzel', serif !important;
  font-size: 1rem !important;
  color: #b8965a !important;
  letter-spacing: 0.08em !important;
  margin-top: 2px !important;
}

.footer-bottom {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding-top: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  font-size: 0.75rem !important;
  color: rgba(245, 240, 232, 0.45) !important;
}

.footer-bottom p { margin: 0 !important; }

.digiroom-credit a { color: #b8965a !important; text-decoration: none !important; }
.digiroom-credit a:hover { color: #d4ad6f !important; text-decoration: underline !important; }

@media (max-width: 600px) {
  .footer-bottom { flex-direction: column !important; text-align: center !important; }
}

/* ==========================================================================
   6. REFINED LUXURY AGENT PORTAL WORKSPACE
   ========================================================================== */
body.woocommerce-account {
  background-color: #1a1a16 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

.woocommerce-account .woocommerce {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 140px 40px 80px !important;
  display: flex !important;
  gap: 40px !important;
  align-items: flex-start !important;
  clear: both !important;
  flex: 1 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 280px !important;
  flex-shrink: 0 !important;
  background: #1F1F1A !important;
  border: 1px solid rgba(184, 150, 90, 0.25) !important;
  padding: 20px 0 !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul { 
  list-style: none !important; 
  padding: 0 !important; 
  margin: 0 !important; 
}

.woocommerce-account .woocommerce-MyAccount-navigation li { 
  margin: 0 !important; 
  padding: 0 !important; 
  border-bottom: 1px solid rgba(184, 150, 90, 0.1) !important; 
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-family: 'Cinzel', serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.15em !important;
  color: #f5f0e8 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  padding: 16px 24px !important;
  display: block !important;
  transition: all 0.3s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #b8965a !important;
  background: rgba(184, 150, 90, 0.1) !important;
  padding-left: 28px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  flex-grow: 1 !important;
  width: auto !important;
}

.woocommerce-account .col-1, 
.woocommerce-account .col-2 {
  background: #1F1F1A !important;
  border: 1px solid rgba(184,150,90,0.25) !important;
  padding: 40px 32px 48px !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.woocommerce-account form.login,
.woocommerce-account form.register {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.woocommerce-account h2 {
  font-family: 'Cinzel', serif !important;
  color: #b8965a !important;
  font-size: 1.3rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin-bottom: 28px !important;
  border-bottom: 1px solid rgba(184,150,90,0.15) !important;
  padding-bottom: 14px !important;
}

.woocommerce-account label {
  font-family: 'Jost', sans-serif !important;
  color: rgba(245,240,232,0.85) !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.woocommerce-account input.input-text {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(184,150,90,0.3) !important;
  color: #f5f0e8 !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-size: 0.95rem !important;
}

.woocommerce-account button.button,
.woocommerce-account button.woocommerce-form-register__submit,
.woocommerce-account button.woocommerce-form-login__submit {
  background: #b8965a !important;
  color: #1c2124 !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 16px 20px !important;
  border: none !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  margin-top: 24px !important;
  display: block !important;
  box-sizing: border-box !important;
  position: static !important;
  font-size: 0.78rem !important;
}

.woocommerce-account button.button:hover {
  background: #f5f0e8 !important;
  color: #1c2124 !important;
}

@media (max-width: 900px) {
  .woocommerce-account .woocommerce {
    flex-direction: column !important;
    padding: 110px 20px 60px !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation { 
    width: 100% !important; 
  }
  .woocommerce-account .col-1, 
  .woocommerce-account .col-2 { 
    width: 100% !important; 
    padding: 28px 20px !important; 
    margin-bottom: 24px !important; 
  }
}

/* ==========================================================================
   7. GERRY MCGLADE FOUNDER QUOTE STYLES
   ========================================================================== */
.founder-quote-section {
  padding: 80px 24px !important;
  background: #2e2e28 !important;
  text-align: center !important;
  position: relative !important;
  border-top: 1px solid rgba(184, 150, 90, 0.2) !important;
  border-bottom: 1px solid rgba(184, 150, 90, 0.2) !important;
  margin: 60px 0 !important;
}

.quote-container {
  max-width: 780px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.quote-icon {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 5rem !important;
  line-height: 1 !important;
  color: #b8965a !important;
  opacity: 0.35 !important;
  margin-bottom: -30px !important;
}

.founder-quote-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
  color: #f5f0e8 !important;
  line-height: 1.35 !important;
  margin-bottom: 32px !important;
  letter-spacing: 0.01em !important;
}

.quote-signature-block {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
}

.quote-signature-line {
  display: block !important;
  height: 1px !important;
  width: 50px !important;
  background: #b8965a !important;
  opacity: 0.5 !important;
}

.quote-author-details {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.quote-author-signature {
  font-family: 'Great Vibes', cursive !important;
  font-size: 2.8rem !important;
  font-weight: 400 !important;
  color: #d4ad6f !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
  display: inline-block !important;
  margin-bottom: 2px !important;
}

.quote-author-date {
  font-family: 'Cinzel', serif !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: rgba(245, 240, 232, 0.55) !important;
  margin-top: 10px !important;
  display: block !important;
}