﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&display=swap');

/* Reset & Base Layout */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  /* Montserrat provides structural, clean geometric text that mirrors the bold typography on the shield logo */
  font-family: 'Montserrat', Arial, sans-serif;
  background-color: #f8fafc; /* Crisp, clean off-white background */
  color: #1e293b; /* Deep slate gray for optimal text legibility */
  line-height: 1.6;
}

/* Headings: Using Montserrat to match the bold, structured sans-serif style of the Route 23 Inn shield */
h1, h2, h3, h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700; /* Bold, high-contrast weight matching the "ROUTE" and "23" text layout */
  text-transform: uppercase; /* Clean all-caps styling to match real highway route marker signage */
  letter-spacing: 0.05em; /* Expanded tracking to give an authentic roadside shield character */
  color: #004fd2; /* Brand Blue derived directly from the core background of your official logo */
}
/* Unique Brand Custom Topbar Styles */
.custom-topbar {
  width: 100%;
  background-color: #004fd2; /* Core shield brand blue */
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.topbar-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left Zone Styles */
.topbar-left-zone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar-left-zone span {
  opacity: 0.9;
}

/* Right Zone Styles */
.topbar-right-zone {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-phone {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s ease;
}

.topbar-phone:hover {
  opacity: 0.8;
}

/* Elegant visual separator line */
.topbar-divider {
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}

/* 4 Social Media Icons Grid */
.topbar-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar-socials a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.topbar-socials a:hover {
  transform: translateY(-1px);
  opacity: 0.8;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .topbar-wrapper {
    flex-direction: column;
    gap: 8px;
    padding: 4px 20px;
    text-align: center;
  }
  
  .topbar-right-zone {
    flex-direction: column;
    gap: 8px;
  }
  
  .topbar-divider {
    display: none; /* Hide divider line on stacked mobile view */
  }
}
/* Unique Shield Main Header Container */
.shield-main-header {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 4px 20px rgba(0, 79, 210, 0.08);
  /* The magic shape: Uses standard CSS polygon/curves to structure the base */
  border-bottom: 4px solid #004fd2; 
}

.header-inner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px; /* Elevated height so the logo breaks out beautifully */
  position: relative;
}

/* Shield Logo Zone - Styled to Break Out and Mirror the Shape */
.shield-logo-holder {
  position: relative;
  top: 15px; /* Pushes the logo down slightly past the header frame just like a real highway marker */
  background: #004fd2;
  padding: 8px;
  border-radius: 0 0 24px 24px; /* Mimics the bottom curves of the shield shield shape */
  box-shadow: 0 8px 16px rgba(0, 79, 210, 0.2);
  z-index: 10;
  transition: transform 0.3s ease;
}

.shield-logo-holder:hover {
  transform: translateY(2px);
}

.brand-shield-img {
  height: 120px;
  width: auto;
  display: block;
}

/* Right Action Zone Layout */
.header-action-zone {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}

/* Premium Desktop Nav Styles */
.shield-nav h2, .shield-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
  align-items: center;
}

.shield-nav ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}

/* Hover & Active Effects Using Brand Blue */
.shield-nav ul li a:hover,
.shield-nav ul li a.active {
  color: #004fd2;
}

.shield-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #004fd2;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.shield-nav ul li a:hover::after,
.shield-nav ul li a.active::after {
  width: 100%;
}

/* Unique Sharp Action Button Layout */
.shield-book-btn {
  background-color: #004fd2;
  color: #ffffff !important;
  text-decoration: none;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%); /* Gives an angled dynamic look */
  box-shadow: 0 4px 12px rgba(0, 79, 210, 0.25);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.shield-book-btn:hover {
  background-color: #1a61e6;
  transform: scale(1.03);
}

/* Mobile Layout Setup */
.shield-hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: #004fd2;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .header-inner-container {
    padding: 0 20px;
    height: 85px;
  }
  
  .shield-logo-holder {
    top: 5px;
  }
  
  .brand-shield-img {
    height: 70px;
  }

  .header-action-zone {
    display: none; /* Handled via modern mobile overlay */
  }

  .shield-hamburger {
    display: block;
  }
}
/* ========== Split-Slider Mobile & Tablet Overlay ========== */
.split-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: flex;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.5s ease;
}

/* Base side configurations */
.split-side {
  width: 50%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}

/* Left Half: Clean Shield White Panels */
.split-left {
  background-color: #ffffff;
  transform: translateX(-100%);
  justify-content: flex-start;
  gap: 40px;
  border-right: 2px solid rgba(0, 79, 210, 0.1);
  position: relative;
}

/* Right Half: Bold Route 23 Shield Blue Panels */
.split-right {
  background-color: #004fd2;
  color: #ffffff;
  transform: translateX(100%);
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
}

/* Active State Trigger */
.split-mobile-overlay.active {
  visibility: visible;
  pointer-events: auto;
}

.split-mobile-overlay.active .split-left {
  transform: translateX(0);
}

.split-mobile-overlay.active .split-right {
  transform: translateX(0);
}

/* ========== Header Layout inside Left Panel ========== */
.split-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.split-logo {
  height: 80px;
  width: auto;
  display: block;
}

/* ========== Close Button (Opposite side of Logo on White Panel) ========== */
.split-close-btn {
  background: none;
  border: none;
  color: #004fd2; /* Brand Blue for high contrast against the white panel */
  font-size: 28px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.split-close-btn:hover {
  transform: rotate(90deg);
  opacity: 0.8;
}

/* ========== Navigation Links ========== */
.split-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.split-menu-links li a {
  text-decoration: none;
  color: #1e293b;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.split-menu-links li a:hover,
.split-menu-links li a.active {
  color: #004fd2;
}

/* ========== Right Side Elements (Info Panels) ========== */
.split-contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
  width: 100%;
}

.info-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.info-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.info-text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.split-social-grid {
  display: flex;
  gap: 20px;
  margin-top: auto;
}

.split-social-grid a {
  color: #ffffff;
  font-size: 20px;
  transition: opacity 0.3s ease;
}

.split-social-grid a:hover {
  opacity: 0.75;
}

/* ========== Responsive Breakpoints (Mobile Adjustments) ========== */
@media (max-width: 640px) {
  .split-mobile-overlay {
    flex-direction: column;
  }
  
  .split-side {
    width: 100%;
    height: 50%;
    padding: 30px;
  }
  
  .split-left {
    transform: translateY(-100%);
    border-right: none;
    border-bottom: 2px solid rgba(0, 79, 210, 0.1);
    gap: 25px;
  }
  
  .split-right {
    transform: translateY(100%);
    align-items: flex-start;
    text-align: left;
  }

  .split-mobile-overlay.active .split-left {
    transform: translateY(0);
  }

  .split-mobile-overlay.active .split-right {
    transform: translateY(0);
  }
  
  .split-contact-info {
    margin-top: 0;
  }
}
/* Unique Compact Sticky Header Style */
.unique-sticky-header {
  position: fixed;
  top: -90px; /* Hidden completely out of frame by default */
  left: 0;
  width: 100%;
  height: 75px; /* Compact profile compared to the main header */
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px); /* Glassmorphism blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 3px solid #004fd2; /* Stays cohesive with your brand identity */
  box-shadow: 0 4px 15px rgba(0, 79, 210, 0.06);
  z-index: 9999;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

/* Slide Down Trigger Class via JS */
.unique-sticky-header.active-scroll {
  transform: translateY(90px); /* Smoothly slides down */
  opacity: 1;
  pointer-events: auto;
}

/* Layout container centering mechanics */
.sticky-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-brand-img {
  height: 52px;
  width: auto;
  display: block;
}

/* Streamlined center navigation profile */
.sticky-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}

.sticky-nav ul li a {
  text-decoration: none;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: color 0.2s ease;
}

.sticky-nav ul li a:hover,
.sticky-nav ul li a.active {
  color: #004fd2;
}

/* Right layout configurations */
.sticky-right-zone {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sticky-phone-icon {
  color: #004fd2;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.sticky-phone-icon:hover {
  opacity: 0.7;
}

/* Unique micro action button */
.sticky-book-btn {
  background-color: #004fd2;
  color: #ffffff !important;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 79, 210, 0.15);
  transition: background-color 0.2s ease;
}

.sticky-book-btn:hover {
  background-color: #1a61e6;
}

.sticky-hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: #004fd2;
  cursor: pointer;
}

/* iPad Landscape/Portrait & Mobile Adaptations */
@media (max-width: 1024px) {
  .sticky-container {
    padding: 0 20px;
  }
  .sticky-nav {
    display: none;
  }
  .sticky-book-btn {
    display: none;
  }
  .sticky-hamburger {
    display: block;
  }
}
/* Unique Hero Section Wrapper */
.unique-hero-section {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 80px 0;
  background-color: #0a0f1d; /* Solid WCAG fallback when background images are disabled */
}

/* Background Motel Slider Styles */
.hero-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease-in-out, transform 5s linear;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Enhanced Contrast Overlay to keep images visible while ensuring contrast */
.hero-contrast-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0f1d; /* Fallback */
  background: linear-gradient(
    135deg, 
    rgba(10, 15, 29, 0.82) 0%, 
    rgba(10, 15, 29, 0.65) 50%, 
    rgba(0, 40, 110, 0.70) 100%
  );
  z-index: 2;
}

.hero-layout-content {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  z-index: 3;
  align-items: center;
}

/* Left Promo Content Styles with Readable Background Card */
.hero-promo-panel {
  color: #ffffff;
  background: rgba(10, 15, 29, 0.55); /* Subtle dark container to guarantee text readability */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 35px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.promo-badge {
  display: inline-block;
  background-color: #004fd2;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.promo-heading {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.promo-description {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff; /* Increased from 0.9 opacity to pure white for higher contrast ratio */
  margin-bottom: 35px;
  max-width: 600px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.promo-actions {
  display: flex;
  gap: 20px;
}

.hero-action-main {
  background-color: #004fd2;
  color: #ffffff !important;
  text-decoration: none;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.hero-action-main:hover {
  background-color: #1a61e6;
  transform: translateY(-2px);
}

/* Secondary Button fixed for high contrast background */
.hero-action-sub {
  background-color: rgba(0, 0, 0, 0.4); /* Added solid backdrop to pass WCAG on transparent buttons */
  color: #ffffff !important;
  text-decoration: none;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-action-sub:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Right Side Dashboard Panel containing the Attraction Carousel */
.hero-attractions-panel {
  background: #ffffff; /* Solid non-transparent background to satisfy automated WCAG audits */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  border-top: 5px solid #004fd2;
  position: relative;
  overflow: hidden;
}

.attractions-panel-title {
  font-size: 20px;
  font-weight: 800;
  color: #003db3 !important; /* Darkened blue slightly for higher contrast ratio against white */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Nested Attraction Carousel Box Architecture */
.attraction-slider-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
}

.attraction-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  z-index: 1;
}

.attraction-slide-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.attraction-slide-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.distance-badge-overlay {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 700;
  background-color: #003db3;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.attraction-slide-info {
  padding: 16px;
  background-color: #ffffff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.attraction-slide-info h2 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a !important; /* Darkened for higher contrast */
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.attraction-tag {
  font-size: 13px;
  color: #475569; /* Darkened from #64748b to meet WCAG 4.5:1 ratio */
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Dots Controls Layout */
.attraction-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.attraction-slider-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #94a3b8; /* Darkened dot for contrast */
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, width 0.3s ease;
}

.attraction-slider-dots .dot.active {
  background-color: #004fd2;
  width: 22px;
  border-radius: 5px;
}

/* Responsive Adaptive Viewports */
@media (max-width: 1024px) {
  .hero-layout-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .promo-heading {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .unique-hero-section {
    padding: 40px 0;
  }
  .hero-promo-panel {
    padding: 20px;
  }
  .hero-layout-content {
    padding: 0 15px;
  }
  .promo-heading {
    font-size: 28px;
  }
  .promo-actions {
    flex-direction: column;
    gap: 12px;
  }
  .hero-action-main, .hero-action-sub {
    text-align: center;
    width: 100%;
  }
}
/* ===== RESERVATION BOX SECTION – ROUTE 23 INN MODERN HIGH-CONTRAST ===== */
.below-section {
  position: relative;
  padding: 15px 0; 
  text-align: center;
  z-index: 10;     
}

/* Reservation structural container alignment */
.reservation-box {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  z-index: 15; /* Increased layer stacking context */
}

.reservation-container {
  display: flex;
  justify-content: center;
  border-radius: 8px; 
  overflow: visible !important; /* FIXED: Allows popup calendar to extend outside the box without clipping */
  background: rgba(255, 255, 255, 0.98); 
  width: 100%;
  max-width: 1400px;
  height: 95px;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #004fd2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

#reservation-form {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Flex framework alignment mechanics */
.res-flex {
  display: flex;
  width: 100%;
  align-items: stretch;
}

/* Content items formatting grid blocks */
.res-item {
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #e2e8f0; 
  flex: 1;
  transition: background 0.3s ease;
}

.res-item:hover {
  background: rgba(0, 79, 210, 0.03);
}

.res-item.small {
  min-width: 110px;
  text-align: center;
}

/* Accessibility labels */
.res-item label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #004fd2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1.5px;
}

/* Data Input & Selection Fields styling */
.res-input,
.res-select {
  background: transparent;
  border: none;
  color: #1e293b;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  width: 100%;
}

.res-select option {
  color: #1e293b; 
  background: #ffffff;
}

/* Positioning metrics */
.res-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; 
  width: 100%;
}

.res-content.center {
  justify-content: center;
}

.res-input {
  z-index: 1;
  position: relative;
  padding-right: 25px; 
}

/* Calendar Placement Vector Settings */
.res-content span {
  font-size: 15px;
  color: #64748b;
  position: absolute;
  right: 0;
  pointer-events: none; 
  z-index: 0;
}

/* Main CTA Button */
.res-button {
  background: #004fd2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.res-button button {
  background: none;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 13px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.res-button button:active {
  transform: scale(0.98);
}

.res-button:hover {
  background: #1a61e6;
}

/* ==========================================
    Datepicker Dropdown Theming & Floating Z-Index
========================================== */
#ui-datepicker-div {
  z-index: 99999 !important; /* FIXED: Ensures datepicker floats above all section containers */
}

.ui-datepicker {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #004fd2;
  color: #1e293b;
  font-family: 'Montserrat', sans-serif;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-header {
  background: #004fd2; 
  color: #ffffff;
  border: none;
  border-radius: 4px;
}

.ui-state-default {
  background: #f8fafc;
  color: #1e293b;
  border: 1px solid #e2e8f0; 
  text-align: center;
}

.ui-state-hover {
  background: #004fd2 !important; 
  color: #ffffff !important;
}

.ui-state-active {
  background: #1e293b !important;
  color: #ffffff !important;
  border: 1px solid #004fd2 !important;
}

/* ==========================================================
    RESPONSIVE BREAKPOINTS (IPAD & MOBILE GRID)
========================================================== */
@media (max-width: 1024px) {
  .reservation-container {
    height: auto; 
    max-width: 100%;
    border-top: none;
    border-left: 4px solid #004fd2;
    border-radius: 8px;
  }

  .res-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    background: #e2e8f0; 
    gap: 1px;
  }

  .res-item {
    border-right: none;
    padding: 16px 20px;
    align-items: flex-start;
    text-align: left;
    background: #ffffff; 
  }

  .res-item.small {
    min-width: unset; 
    text-align: left;
    align-items: flex-start;
  }
  
  .res-item.small .res-content.center {
    justify-content: flex-start; 
  }

  .res-button {
    grid-column: span 2;
    min-width: unset;
    width: 100%;
    min-height: 55px;
    border-radius: 0;
  }
}

@media (max-width: 640px) {
  .below-section {
    padding: 10px 0;
  }

  .reservation-box {
    padding: 0 15px;
  }

  .res-flex {
    grid-template-columns: 1fr;
  }

  .res-item {
    padding: 15px 20px;
  }

  .res-button {
    grid-column: span 1;
    min-height: 52px;
  }
}
/* ========================================================
   WELCOME MODERN SECTION - ROUTE 23 INN SPECIFIC STYLING
   ======================================================== */
.welcome-modern {
  background-color: #ffffff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', Arial, sans-serif;
}

.wm-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  align-items: stretch;
  height: 650px; /* Secure viewport layout boundaries */
  position: relative;
  border-radius: 16px;
  overflow: hidden; 
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06); 
}

/* --- LEFT PANEL: PICTURE / MOVIE VIEWPORT --- */
.wm-media-stage {
  position: relative;
  background: #0f172a; 
  overflow: hidden;
}

.wm-image-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.wm-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-image-overlay {
  position: absolute;
  inset: 0;
  /* Brand-aligned translucent gradient bleed overlay */
  background: linear-gradient(to bottom, transparent, rgba(0, 79, 210, 0.3));
}

/* VIDEO LAYER INTERACTION GRAPHICS */
.wm-video-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #000000;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#wm-player-container {
  width: 100%;
  height: 100%;
}

#wm-player-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.wm-close-video {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #004fd2; /* Brand Highway Blue */
  color: #ffffff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.wm-close-video:hover {
  background: #ffffff;
  color: #004fd2;
  transform: rotate(90deg);
}

/* --- RIGHT PANEL: TEXT & DATA CONTAINER --- */
.wm-content-card {
  background: #f8fafc; 
  position: relative;
  padding: 0;
  overflow: hidden;
}

.wm-content-slider {
  display: flex;
  width: 200%; 
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

.wm-view-main, .wm-view-details {
  width: 50%;
  height: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* MAIN PANEL INTERIORS */
.wm-eyebrow {
  color: #64748b; 
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.wm-title a{
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  color: #004fd2; /* Brand Highway Blue core heading */
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.wm-title span { 
  color: #1e293b; /* Premium structural charcoal */
  font-weight: 400; 
  text-decoration: none;
}

/* NESTED SCROLL AREA BOX */
.wm-lead-scroll {
  flex: 1;
  overflow-y: auto;
  padding-right: 15px;
  margin-bottom: 25px;
  max-height: 290px; 
}

.wm-lead-scroll::-webkit-scrollbar {
  width: 5px;
}
.wm-lead-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.wm-lead-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 79, 210, 0.2); 
  border-radius: 4px;
}

.wm-lead {
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
  font-weight: 400;
  margin-bottom: 16px;
}

.wm-lead a{
  font-size: 15px;
text-decoration: none;
  color: #334155;
  font-weight: bold;
  
}
.wm-lead:last-child {
  margin-bottom: 0;
}

.wm-actions {
  margin-top: auto; 
  display: flex;
  align-items: center;
  gap: 35px;
}

/* BUTTON INTERACTION SCHEMES */
.wm-btn-more {
  background: #004fd2;
  color: #ffffff;
  border: none;
  padding: 16px 36px;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 79, 210, 0.2);
}

.wm-btn-more:hover {
  background: #1a61e6; 
  transform: translateY(-2px);
}

.wm-play-link {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #004fd2; 
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.play-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #004fd2; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.2s ease;
  color: #004fd2;
}

.wm-play-link:hover .play-circle {
  background: #004fd2;
  color: #ffffff;
}

/* --- EXTENDED SPECIFICATIONS FRAME VIEW --- */
.wm-view-details {
  background: #ffffff;
  border-left: 1px solid #e2e8f0;
}

.wm-btn-back {
  background: none;
  border: none;
  color: #004fd2; 
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}

.wm-scroll-area {
  flex: 1;
  overflow-y: auto;
  padding-right: 20px;
}

.wm-scroll-area::-webkit-scrollbar { width: 5px; }
.wm-scroll-area::-webkit-scrollbar-thumb { background: rgba(0, 79, 210, 0.2); border-radius: 4px; }

.wm-scroll-area h2 {
  font-size: 20px;
  font-weight: 700;
  color: #004fd2; 
  margin: 25px 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wm-scroll-area h2:first-child { margin-top: 0; }

.wm-scroll-area p {
  color: #334155;
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 15px;
}

.wm-scroll-area p a{
  color: #334155;
  text-decoration: none;
  font-weight: bold;
  
}
/* UL PROPERTIES BULLETS CONVERSION */
.wm-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.wm-features-list li {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.wm-features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #004fd2; 
  font-weight: 700;
  font-size: 14px;
}

/* --- CONTROLLER STATE TOGGLES --- */
.read-active .wm-content-slider { transform: translateX(-50%); }
.video-active .wm-video-layer { transform: translateY(0); }
.video-active .wm-image-layer { transform: scale(1.03); filter: blur(4px) brightness(0.6); }


/* ==========================================================
   RESPONSIVE DESIGN ADAPTATION MATRIX (TABLETS & PHONES)
   ========================================================== */
@media (max-width: 1024px) {
  .wm-container {
    grid-template-columns: 1fr; 
    height: auto;
    box-shadow: none;
    border-radius: 12px;
  }
  .wm-media-stage { 
    height: 400px; 
    border-radius: 12px 12px 0 0;
  }
  .wm-content-card { 
    border-radius: 0 0 12px 12px; 
    height: 580px; 
    border: 1px solid #e2e8f0;
    border-top: none;
  }
  .wm-view-main, .wm-view-details { padding: 40px; }
}

@media (max-width: 640px) {
  .welcome-modern { padding: 20px 0; }
  .wm-container { padding: 0 10px; }
  .wm-media-stage { height: 260px; border-radius: 8px 8px 0 0; }
  .wm-content-card { height: 560px; border-radius: 0 0 8px 8px; }
  .wm-view-main, .wm-view-details { padding: 25px 20px; }
  .wm-title { font-size: 32px; margin-bottom: 15px; }
  .wm-lead-scroll { max-height: 240px; margin-bottom: 15px; }
  .wm-lead { font-size: 14px; line-height: 1.6; }
  .wm-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .wm-btn-more { width: 100%; text-align: center; padding: 14px; }
  .wm-play-link {
    justify-content: center;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #ffffff;
  }
  .wm-features-list li { font-size: 14px; }
}
/* ==========================================================================
   ROUTE 23 INN - STREAMING AMENITY MARQUEE SYSTEM (COMPLETELY UNIQUE)
   ========================================================================== */
.rt23-marquee-system {
  background-color: #0f172a; /* Deep architectural slate background */
  padding: 80px 0;
  overflow: hidden;
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
}

.rt23-system-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 320px 1fr; /* Split view layout framing the marquees */
  gap: 60px;
  align-items: center;
}

/* --- PART 1: LEFT STATIC BRANDING PANEL --- */
.rt23-static-panel {
  z-index: 5;
}

.rt23-panel-eyebrow {
  color: #38bdf8; /* Accent light blue */
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 12px;
}

.rt23-panel-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 16px 0;
}

.rt23-panel-text {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* --- PART 2: HORIZONTAL MARQUEE FLOATS --- */
.rt23-streams-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Linear Stream Rows mask setup */
.rt23-stream-row {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  padding: 5px 0;
}

/* Infinite Scroll Tracks */
.rt23-stream-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.row-speed-normal .track-left { animation: streamMoveLeft 30s linear infinite; }
.row-speed-fast .track-right  { animation: streamMoveRight 22s linear infinite; }
.row-speed-slow .track-left  { animation: streamMoveLeft 42s linear infinite; }

/* Interactive Hover Pausing Mechanism */
.rt23-stream-row:hover .rt23-stream-track {
  animation-play-state: paused;
}

/* Modern Pill-Badge Tokens */
.rt23-badge {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 32px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease;
  cursor: default;
}

.rt23-badge span {
  font-size: 20px;
  color: #38bdf8;
  transition: transform 0.3s ease;
}

.rt23-badge span {
  color: #e2e8f0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Category Variant Aesthetics */
.rt23-badge.variant-feature {
  border-color: rgba(0, 79, 210, 0.3);
  background: rgba(0, 79, 210, 0.1);
}
.rt23-badge.variant-feature span { color: #004fd2; }

.rt23-badge.variant-type {
  border-color: rgba(234, 179, 8, 0.3);
  background: rgba(234, 179, 8, 0.05);
}
.rt23-badge.variant-type span { color: #eab308; }

/* Hover Actions */
.rt23-badge:hover {
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.rt23-badge:hover span { color: #0f172a; }
.rt23-badge:hover span { transform: scale(1.1); }

/* --- PART 3: VECTOR MARQUEE ANIMATIONS --- */
@keyframes streamMoveLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes streamMoveRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* ==========================================================================
   PART 4: RESPONSIVE BREAKPOINT SYSTEM
   ========================================================================== */
@media (max-width: 1024px) {
  .rt23-system-wrapper {
    grid-template-columns: 1fr; /* Collapse split to clean vertical modules */
    gap: 40px;
    padding: 0 20px;
  }
  .rt23-static-panel {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .rt23-marquee-system { padding: 50px 0; }
  .rt23-panel-title { font-size: 28px; }
  .rt23-badge { padding: 14px 24px; gap: 10px; }
  .rt23-badge span { font-size: 16px; }
  .rt23-badge span { font-size: 13px; }
  .rt23-streams-container { gap: 14px; }
}
/* ==========================================================================
   MODERN HIGHWAY BROADSHEET SHOWCASE - ROUTE 23 INN BRANDING
   ========================================================================== */
.rooms-broadsheet-showcase {
  background-color: #f8fafc; /* Clean, architectural slate-tinted off-white base */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.broadsheet-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr; /* Asymmetric split balances typography weight */
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

/* --- PART 1: LEFT JOURNAL PANEL --- */
.journal-entry-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0; /* Crisp crisp architectural gray line */
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04); /* Subtly soft deep-slate casting shadow */
  padding: 60px;
  display: flex;
  position: relative;
  gap: 40px;
  box-sizing: border-box;
}

/* Vertical Typography Banner Ribbon */
.vertical-brand-ribbon {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e2e8f0;
  padding-left: 15px;
}

.vertical-brand-ribbon span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #000; /* Muted cool gray text */
  text-transform: uppercase;
  white-space: nowrap;
}

.journal-main-content {
  flex: 1;
  min-width: 0; /* Prevents text overflow flexbox calculation bugs */
}

.vintage-eyebrow {
  color: #000; /* Mid-tone slate anchor text */
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.vintage-title {
  color: #1e293b; /* Strong high-contrast dark slate title */
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

/* Decorative Break Line */
.vintage-divider {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #000; /* Tinted Brand Blue decoration point */
  font-size: 10px;
  letter-spacing: 6px;
}

/* Tag Treatment Matrix */
.tag-capsule-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.vintage-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 79, 210, 0.06); /* Brand Blue soft background tint */
  color: #004fd2; /* Core Route 23 Blue */
  padding: 6px 14px;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.vintage-description {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 30px 0;
}

/* Grid Matrix Box Specification Frame */
.spec-matrix-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  margin-bottom: 40px;
  border-radius: 6px;
}

.spec-cell {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.spec-cell:first-child {
  border-right: 1px solid #e2e8f0;
}

.cell-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cell-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
}

.cell-value span {
  color: #004fd2; /* Core Route 23 Blue for data icons */
  margin-right: 6px;
}

/* Editorial Hyperlink Actions */
.broadsheet-action-bar {
  border-top: 1px solid #e2e8f0;
  padding-top: 25px;
}

.vintage-action-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e293b;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.vintage-action-link span {
  transition: transform 0.3s ease;
  color: #004fd2;
}

.vintage-action-link:hover { color: #004fd2; }
.vintage-action-link:hover span { transform: translateX(8px); }

/* --- PART 2: RIGHT SIDE OVERLAPPING VISUALS STAGE --- */
.journal-artwork-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

/* Shadow Matrix Drop-Mat Layer */
.artwork-backdrop-mat {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #cbd5e1; /* Replaced muddy sand with structured cold slate line */
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}

/* Core Frame Box Styling */
.artwork-core-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4 / 3; /* Maintains landscape image proportions natively */
  overflow: hidden;
  border: 12px solid #ffffff; /* Thick modern crisp white frame border */
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
}

.artwork-core-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Floating Bridge Navigation Box Controls */
.vintage-nav-bridge {
  position: absolute;
  bottom: -25px;
  right: 20px;
  z-index: 10;
  background: #1e293b; /* High contrast dark charcoal button frame */
  display: flex;
  align-items: center;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.vintage-nav-bridge button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vintage-nav-bridge button:hover { background: #004fd2; } /* Shifts completely to Core Blue on active triggers */
.nav-bridge-separator { width: 1px; height: 20px; background: rgba(255, 255, 255, 0.15); }


/* ==========================================================================
   FIXED RESPONSIVE MATRIX
   ========================================================================== */

/* LAPTOP & MEDIUM SCREEN RE-SCALING GRID */
@media (max-width: 1300px) {
  .broadsheet-container { 
    gap: 40px; 
    padding: 0 30px; 
  }
  .journal-entry-panel { 
    padding: 40px; 
    gap: 30px; 
  }
}

/* IPAD & TABLET FLUID DOWN-SCALE RE-ARCHITECTURE */
@media (max-width: 1024px) {
  .rooms-broadsheet-showcase { 
    padding: 60px 0; 
  }
  
  .broadsheet-container {
    grid-template-columns: 1fr !important; /* Forces layout columns to stack cleanly */
    gap: 60px; /* Enhanced separation gap between stacked components */
  }

  .journal-artwork-stage {
    order: -1; /* Elevates the room image placeholder to the top of the layout stream */
    max-width: 90%; /* Stops container from blowing out to viewport edges on tablets */
    margin: 0 auto;
  }
  
  .artwork-backdrop-mat {
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
  }
  
  .vintage-nav-bridge {
    bottom: -20px;
    right: 20px;
  }
}

/* SMARTPHONE DETAILED REALIGNMENT */
@media (max-width: 580px) {
  .broadsheet-container { 
    padding: 0 20px; 
    gap: 45px; 
  }

  .journal-artwork-stage {
    max-width: 100%;
  }
  
  .artwork-backdrop-mat { 
    display: none; /* Drops background decoration to prevent mobile sideways overflow */
  }
  
  .artwork-core-frame { 
    border: 6px solid #ffffff !important; 
    aspect-ratio: 4 / 3; 
    width: 100%;
  }
  
  .vintage-nav-bridge {
    bottom: 15px;
    right: 15px; /* Securely grounds navigation block inside safe view constraints */
  }
  
  .vintage-nav-bridge button {
    width: 44px;
    height: 44px;
  }

  .journal-entry-panel {
    flex-direction: column; /* Flips modern architectural sidebar ribbon layout to vertical stack */
    gap: 25px;
    padding: 30px 20px;
  }

  .vertical-brand-ribbon {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    border-left: none;
    border-bottom: 1px solid #e2e8f0;
    padding-left: 0;
    padding-bottom: 15px;
    justify-content: flex-start;
  }
  
  .vertical-brand-ribbon span { 
    letter-spacing: 2px; 
  }
  
  .tag-capsule-row { 
    margin-bottom: 20px; 
  }
  
  .spec-matrix-box { 
    grid-template-columns: 1fr; /* Formats technical specifications to layout evenly on smartphones */
    margin-bottom: 30px; 
  }
  
  .spec-cell:first-child {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
  
  .spec-cell { 
    padding: 15px; 
  }
}
/* ==========================================================================
   MODERN ACCESSIBILITY / CONTACT BAR - ROUTE 23 INN BRANDING
   ========================================================================== */
.accessibility-bar {
  background: #0f172a; /* Deep architectural slate background to match the master scheme */
  color: #94a3b8; /* Clean, crisp cool-gray text for supreme readability */
  text-align: center;
  padding: 12px 20px;
  font-size: 15px; /* Unified text sizing */
  font-family: 'Montserrat', Arial, sans-serif; /* Synchronized brand typography */
  letter-spacing: 0.5px;
  font-weight: 600;
  position: relative;
  z-index: 99;
  border-bottom: 2px solid #004fd2; /* Core Route 23 Blue structural accent keyline */
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
  overflow: hidden;
}

.accessibility-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 79, 210, 0.1), rgba(56, 189, 248, 0.05), rgba(0, 79, 210, 0.1));
  mix-blend-mode: normal;
  opacity: 0.4;
  animation: shimmerFlow 8s infinite linear;
}

@keyframes shimmerFlow {
  0% { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}

.accessibility-bar p {
  margin: 0;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.accessibility-bar a {
  color: #38bdf8; /* Highly visible structural cyan link color for emphasis */
  font-weight: 700;
  margin-left: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.8px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.accessibility-bar a:hover {
  color: #ffffff; /* Smooth flash to crisp white on pointer engagement */
  text-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
}

.accessibility-bar span {
  color: #004fd2; /* Brand Highway Blue assigned specifically to standard icons */
  margin-right: 6px;
  font-size: 16px;
}

/* ==========================================================================
   RESPONSIVE MATRIX ADJUSTMENTS
   ========================================================================== */
@media (max-width: 768px) {
  .accessibility-bar {
    font-size: 14px;
    padding: 10px 15px;
  }
  .accessibility-bar a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .accessibility-bar {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
  .accessibility-bar span {
    font-size: 14px;
  }
  .accessibility-bar a {
    display: inline-block;
    margin-top: 4px;
    margin-left: 0;
  }
}
/* ==========================================================================
   NEARBY PLACES SECTION — MODERN HIGHWAY BRANDE LAYOUT (ROUTE 23 INN)
   ========================================================================== */
.places-section {
  position: relative;
  background: #0f172a; /* Deep structural slate base matching the accessibility/hero footprint */
  color: #e2e8f0;
  overflow: hidden;
  border-top: 2px solid #004fd2; /* Strong brand blue structural boundary */
  border-bottom: 2px solid #004fd2;
}

.places-section::before,
.places-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #004fd2, #38bdf8, transparent);
  opacity: 0.4;
}
.places-section::before { top: 0; }
.places-section::after { bottom: 0; }

.places-container {
  width: 100%;
  margin: 0 auto;
}

.places-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.places-info {
  flex: 1 1 55%;
  padding: 100px 8%;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  z-index: 2;
}

.places-subtitle {
  color: #38bdf8; /* High-contrast structural cyan accent header */
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.places-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.places-text {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 520px;
}

.places-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 25px;
}

.places-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s ease;
}

.places-list li:hover {
  color: #ffffff;
}

.places-list span {
  color: #004fd2; /* Core Brand Blue icons */
  font-size: 14px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.places-list li:hover span {
  transform: scale(1.15);
  color: #38bdf8;
}

.places-btn {
  display: inline-block;
  background: #004fd2; /* Core Route 23 Blue call-to-action */
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  padding: 14px 36px;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 79, 210, 0.3);
}

.places-btn:hover {
  background: #38bdf8;
  color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.4);
}

.places-gallery {
  flex: 1 1 45%;
  display: flex;
  align-items: stretch;
}

.places-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}

.places-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1; /* Standardizes mobile/desktop aspect balance clean */
}

.places-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(15, 23, 42, 0.7), rgba(0, 79, 210, 0.2));
  transition: opacity 0.5s ease;
}

.places-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.places-img:hover img {
  transform: scale(1.06);
}

.places-img:hover::after {
  opacity: 0.4;
}

/* Operational Animation Timers */
.fade-in { animation: fadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.fade-up { animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ==========================================================================
   RESPONSIVE MATRIX ADJUSTMENTS
   ========================================================================== */
@media (max-width: 992px) {
  .places-content { flex-direction: column; }
  .places-info { padding: 60px 6%; text-align: center; }
  .places-list { grid-template-columns: 1fr; justify-items: center; gap: 16px; }
  .places-title { font-size: 2.2rem; }
  .places-text { margin-left: auto; margin-right: auto; }
  .places-gallery { width: 100%; }
}

@media (max-width: 580px) {
  .places-list { width: 100%; justify-items: start; }
  .places-list li { text-align: left; }
}
/* --- Root Container Layout Control System --- */
.mke-archive-v5 {
    min-height: 90vh;
    background: #f8fafc; /* Clean, High-Contrast Light Slate Base */
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 80px 0 80px 4%;
}

.mke-v5-container {
    display: grid;
    grid-template-columns: 550px 1fr;
    align-items: center;
    width: 100%;
    gap: 50px;
}

/* --- LEFT COLUMN PANEL --- */
.mke-v5-left-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 20px;
}

.mke-v5-side-header {
    margin-bottom: 40px;
}

.mke-v5-eyebrow {
    color: #004fd2; /* Route 23 Core Blue Accent */
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 700;
    display: block;
}

.mke-v5-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(38px, 4vw, 54px);
    color: #0f172a; /* Deep Structural Slate Base */
    line-height: 1.05;
    margin: 15px 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.mke-v5-title span { 
    display: block;
    color: #004fd2;
}

.mke-v5-info p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; 
    color: #0f172a; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-weight: 700;
    margin: 2px 0;
}

.mke-v5-address {
    color: #64748b !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

/* --- BRAND FAQ ACCORDION ARCHITECTURE --- */
.mke-v5-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.faq-v5-item {
    border-bottom: 2px solid rgba(15, 23, 42, 0.08);
    padding-bottom: 15px;
}

.faq-v5-trigger {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 10px 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    gap: 15px;
    transition: color 0.3s ease;
}

.faq-v5-trigger span {
    font-size: 14px;
    color: #004fd2;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-v5-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    opacity: 0;
}

.faq-v5-content p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #334155;
    padding: 8px 0 5px 0;
    margin: 0;
}

/* Open Accordion Interactive States */
.faq-v5-item.is-active .faq-v5-trigger {
    color: #004fd2;
}

.faq-v5-item.is-active .faq-v5-trigger em {
    transform: rotate(-180deg);
    color: #38bdf8;
}

.faq-v5-item.is-active .faq-v5-content {
    max-height: 250px; /* Expansive clipping layer frame for dynamic text transitions */
    opacity: 1;
}
/* FAQ Content Links Styling */
.faq-v5-content a.faq-v5-link,
.faq-v5-content a {
  color: #004fd2;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.faq-v5-content a.faq-v5-link:hover,
.faq-v5-content a:hover {
  color: #003080;
  text-decoration: none;
}

/* --- RIGHT COLUMN: FILMSTRIP SYSTEM --- */
.mke-v5-filmstrip {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0 40px 0;
    cursor: grab;
    scrollbar-width: thin;
    scrollbar-color: #004fd2 rgba(15, 23, 42, 0.1);
}

.mke-v5-filmstrip::-webkit-scrollbar { height: 4px; }
.mke-v5-filmstrip::-webkit-scrollbar-track { background: rgba(15, 23, 42, 0.05); }
.mke-v5-filmstrip::-webkit-scrollbar-thumb { background: #004fd2; }

.mke-v5-filmstrip.active { cursor: grabbing; }

.mke-v5-track {
    display: flex;
    gap: 30px;
    padding-right: 80px;
}

.mke-v5-card {
    flex: 0 0 440px;
    height: 58vh;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.1);
}

.mke-v5-card img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.mke-v5-card:hover img { transform: scale(1.06); }
.mke-v5-card:hover { 
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 79, 210, 0.25);
}

.mke-v5-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.2) 50%, transparent 100%);
    z-index: 1;
}

.mke-v5-label {
    position: absolute;
    bottom: 20px; 
    left: 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    z-index: 2;

    /* High-contrast background container to pass WCAG standards */
    background: rgba(10, 15, 29, 0.85); /* Solid dark backdrop */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);

    /* Flex alignment for label text & number tag */
    display: inline-flex;
    align-items: center;
}

.mke-v5-label span { 
    color: #38bdf8; /* High-contrast bright cyan accent */
    margin-right: 10px; 
    font-weight: 800;
    padding-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.2); /* Separator bar */
}

/* --- NEW INTERACTIVE LIGHTBOX LAYOUT --- */
.portal-lightbox {
    display: none; 
    position: fixed; 
    inset: 0; 
    background: rgba(15, 23, 42, 0.98); /* Deep slate matching overlay structural base */
    z-index: 2500;
    align-items: center; 
    justify-content: center;
    backdrop-filter: blur(12px);
}

.lightbox-content-wrapper {
    position: relative;
    max-width: 90%;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content-wrapper img { 
    max-width: 100%; 
    max-height: 82vh; 
    object-fit: contain; 
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    border: 2px solid #004fd2; /* Route 23 Core Brand Blue Border */
}

/* Lightbox Action UI Elements */
.lightbox-close-btn { 
    position: absolute; 
    top: -60px; 
    right: 0; 
    background: transparent;
    border: none;
    color: #38bdf8; /* High contrast cyan accent indicator */
    font-size: 50px; 
    cursor: pointer; 
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1;
    z-index: 2600;
}
.lightbox-close-btn:hover { transform: rotate(90deg) scale(1.1); color: #ffffff; }

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: #38bdf8;
    font-size: 24px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2600;
    border-radius: 4px;
}

.lightbox-arrow:hover {
    background: #004fd2;
    color: #ffffff;
    border-color: #004fd2;
}

.prev-btn { left: -80px; }
.next-btn { right: -80px; }

/* Responsive adjustments for the arrows overlay context layout */
@media (max-width: 991px) {
    .prev-btn { left: 15px; }
    .next-btn { right: 15px; }
    .lightbox-close-btn { top: -50px; right: 10px; }
    .lightbox-arrow { padding: 10px 15px; font-size: 18px; }
}
/* --- RESPONSIVE MEDIA BREAKPOINTS ENGINE --- */
@media (max-width: 1200px) {
    .mke-v5-container { grid-template-columns: 380px 1fr; gap: 30px; }
    .mke-v5-card { flex: 0 0 380px; height: 50vh; }
}

@media (max-width: 991px) {
    .mke-archive-v5 { padding: 80px 0 80px 5%; height: auto; }
    .mke-v5-container { grid-template-columns: 1fr; gap: 60px; }
    .mke-v5-left-panel { padding-right: 5%; }
    .mke-v5-card { flex: 0 0 70vw; height: 48vh; }
}

@media (max-width: 600px) {
    .mke-v5-card { flex: 0 0 82vw; height: 42vh; }
    .mke-v5-title { font-size: 34px; }
}
/* ==========================================================================
   HERITAGE FOOTER - HIGH-CONTRAST SLATE, CORE BLUE & ELECTRIC CYAN THEME
   ========================================================================== */
.heritage-footer {
  /* Deep Premium Charcoal to Structural Slate Gradient */
  background: linear-gradient(135deg, #090d16 0%, #0f172a 100%);
  border-top: 4px solid #004fd2; /* Route 23 Core Blue Accent Line */
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

/* BIG BACKGROUND WATERMARK */
.footer-watermark {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 11vw;
  font-weight: 900;
  /* Ultra-low opacity overlay safely nested behind the grid data */
  color: rgba(56, 189, 248, 0.015);  
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 12px;
  animation: watermarkFade 2s ease-out forwards;
}

@keyframes watermarkFade {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 20px)); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.footer-top-wrap {
  padding: 80px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 60px;
}

/* --- BRAND & IDENTITY --- */
.footer-col {
  min-width: 0; /* Prevents container breaking anomalies in older engines */
}

.f-logo {
  height: 90px;
  margin-bottom: 25px;
  filter: drop-shadow(0 4px 15px rgba(0,0,0,0.4));
}

.f-tagline {
  color: rgba(255, 255, 255, 0.75); /* Clean contrast off-white reading canvas */
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
}

.f-socials a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.03); /* Soft glass backing */
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
  transition: all 0.4s ease;
  text-decoration: none;
  border: 1px solid rgba(56, 189, 248, 0.2);
}

.f-socials a:hover {
  background: #004fd2; /* Snaps to Core Blue on engagement */
  color: #ffffff; 
  transform: translateY(-3px);
  border-color: #004fd2;
  box-shadow: 0 10px 20px rgba(0, 79, 210, 0.3);
}

/* --- HEADINGS --- */
.f-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #fdfcf7;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.f-heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #38bdf8; /* Cyan theme anchor lines */
}

/* --- QUICK LINKS WITH BULLETS --- */
.link-split { 
  display: flex; 
  gap: 40px; 
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.bullet-list li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

.bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #004fd2; /* Crisp Core Brand Blue Bullet point accent markers */
  font-size: 20px;
  line-height: 1;
}

.bullet-list a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.bullet-list a:hover {
  color: #38bdf8; /* Smoothly transitions to Cyan text on highlight interaction */
  padding-left: 5px;
}

.blue-link { 
  color: #38bdf8 !important; 
  font-weight: 700; 
}

/* --- CONTACT SECTION --- */
.contact-item { 
  display: flex; 
  gap: 15px; 
  margin-bottom: 20px; 
  align-items: flex-start;
}

.icon-blue { 
  color: #38bdf8; /* Cyan mapping highlight indicators */
  font-size: 18px; 
  margin-top: 2px;
}

.contact-item p, 
.contact-item a {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #38bdf8;
}

.f-tel { 
  font-weight: 800; 
  color: #ffffff !important;
  text-decoration: none;  
}

.f-times {
  margin-top: 35px;
  background: rgba(0, 0, 0, 0.25); /* Shield base layer */
  color: #fff;
  padding: 20px 25px;
  border-radius: 0px; 
  border-left: 3px solid #004fd2;
  font-size: 15px;
}
.f-times p { 
  margin: 5px 0; 
}

/* --- LEGAL BOTTOM BAR --- */
.footer-bottom-bar {
  background: rgba(15, 23, 42, 0.6); /* Slate grounding contrast panel */
  color: rgba(255, 255, 255, 0.55);
  padding: 45px 0 35px;
  font-size: 14px;
  border-top: 1px solid rgba(56, 189, 248, 0.1);
}

.f-ownership {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  opacity: 0.85;
  line-height: 1.6;
}

/* --- SPLIT CORNER LEGAL FLEX MANAGEMENT --- */
.bottom-flex {
  display: flex;
  justify-content: space-between; /* Pushes child elements to opposing far corners */
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}

.legal-left a,
.legal-right a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.legal-left a:hover,
.legal-right a:hover {
  color: #38bdf8; /* Smooth glow transition to Core Theme Cyan */
}

/* Responsive adjustment to stack cleanly on mobile displays */
@media (max-width: 768px) {
  .bottom-flex {
    flex-direction: column; 
    gap: 15px;
    text-align: center;
    justify-content: center;
  }
}

/* ==========================================================================
   MASTER RESPONSIVE BREAKPOINT OVERRIDES FOR THE FOOTER GRID
   ========================================================================== */

/* TABLET LANDSCAPE VIEWPORTS */
@media (max-width: 1100px) {
  .footer-grid { 
    gap: 40px; 
  }
  .f-tagline, .bullet-list li, .contact-item p, .contact-item a {
    font-size: 15px;
  }
}

/* IPAD & PORTRAIT TABLET ALIGNMENTS */
@media (max-width: 1024px) {
  .footer-watermark { 
    font-size: 18vw; 
    top: 15%; 
  }
  .footer-grid { 
    grid-template-columns: 1fr 1fr; /* Breaks column 3 naturally below info blocks */
    gap: 50px;
  }
  .footer-col.brand-info {
    grid-column: span 2; /* Spans top logo deck across both grids */
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  .f-socials {
    display: flex;
    justify-content: center;
  }
  .f-socials a {
    margin: 0 8px;
  }
}

/* SMARTPHONES & SMALL MOBILE DEVICES */
@media (max-width: 768px) {
  .footer-watermark { 
    display: none !important; /* Strips background layer to prevent absolute mobile height stretching */
  }
  .footer-top-wrap {
    padding: 60px 0;
  }
  .footer-container {
    padding: 0 25px;
  }
  .footer-grid { 
    grid-template-columns: 1fr; /* Flattens grid columns into single vertical stacks */
    text-align: center; 
    gap: 45px;
  }
  .footer-col.brand-info {
    grid-column: span 1;
  }
  .f-heading {
    margin-bottom: 30px;
  }
  .f-heading::after { 
    left: 50%; 
    transform: translateX(-50%); /* Re-centers headline under-lines */
  }
  .link-split { 
    justify-content: center; 
    gap: 20px;
  }
  .bullet-list li { 
    padding-left: 0; 
  }
  .bullet-list li::before { 
    display: none; /* Drops bullets to clean up alignment spacing on single center text lines */
  }
  .contact-item { 
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .f-times {
    border-left: none;
    border-top: 3px solid #004fd2; /* Shifts accent border orientation to match horizontal block structures */
    max-width: 280px;
    margin: 30px auto 0;
  }
  .bottom-flex { 
    flex-direction: column; 
    gap: 20px; 
    text-align: center; 
  }
}
/* ==========================================================================
   VINTAGE TRANSIT COMPASS - ARCHITECTURAL BLUE & SAND ACCENT SPEC
   ========================================================================== */
.antique-compass-btn {
  position: fixed;
  bottom: 70px;
  right: 50px;
  width: 55px;
  height: 55px;
  background: #11141a; /* Absolute Charcoal Base ground layer */
  border: 1px solid #a19582; /* Hand-inked warm sand structural line */
  transform: rotate(45deg) translateY(30px); /* Rotates the circle into a strict diamond profile layout */
  transform-origin: center;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* Structural cross-hairs intersecting behind the diamond core */
.compass-frame-axis {
  position: absolute;
  inset: -5px;
  border: 1px dashed rgba(161, 149, 130, 0.25);
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Normalizes the inner content container so text looks upright (un-rotated) */
.compass-inner-core {
  transform: rotate(-45deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Rotating Mechanical Compass Indicator Cage */
.compass-dial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  transition: transform 0.1s linear; /* Smooth micro-increments via scroll mapping */
}

.compass-needle {
  font-size: 14px;
  color: #a19582; /* Initial map tool needle matches Warm Sand text color */
  /* Points the arrow directly upwards towards the top of the browser canvas view */
  transform: rotate(-45deg); 
  transition: color 0.3s ease;
}

/* Classical Navigation Coordinates Text Spec */
.compass-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #fdfcf7; /* Parchment cream text contrast layer */
}

/* --- SYSTEM PERFORMANCE HOVER & ACTIVE TRANSITIONS --- */
.antique-compass-btn.active {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg) translateY(0);
}

@media (min-width: 1025px) {
  .antique-compass-btn:hover {
    background: #0070c0; /* Snaps safely to your Corporate Brand Blue highlight layer */
    border-color: #0070c0;
  }

  .antique-compass-btn:hover .compass-frame-axis {
    transform: rotate(90deg); /* Counter-rotates crosshair guides on pointer engagement */
    border-color: rgba(255, 255, 255, 0.3);
  }

  .antique-compass-btn:hover .compass-needle {
    color: #ffffff; /* Illuminates navigational arrow to clear solid white over the blue fill */
  }
}

/* --- MOBILE PLATFORM SCALING & CALIBRATIONS --- */
@media (max-width: 768px) {
  .antique-compass-btn {
    bottom: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
  }
  
  .compass-frame-axis {
    display: none; /* Strips processing overhead for dashed line geometry calculations on touchscreens */
  }

  .compass-needle {
    font-size: 12px;
  }

  .compass-text {
    font-size: 8px;
  }
}
/* --- UNIVERSAL COOKIE BANNER --- */
.uni-cookie-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #032142; /* Updated: Deep navy bar background */
  z-index: 999999;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  
  display: none; /* Controlled dynamically by JavaScript */
}

.uni-cookie-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.uni-cookie-text {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

.uni-cookie-link {
  color: #388bfd; /* Updated: Bright blue link for high contrast on dark navy */
  text-decoration: none;
  font-weight: 600;
  margin-left: 2px;
}

.uni-cookie-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.uni-cookie-btn {
  background-color: #004fd2; /* Updated: Primary brand accent blue */
  color: #ffffff; /* Updated: Crisp white text for contrast */
  border: none;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.uni-cookie-btn:hover {
  background-color: #003bb0; /* Updated: Darker hover state blue */
}

/* Responsive adjustment for mobile screen breakpoints */
@media (max-width: 600px) {
  .uni-cookie-container {
    flex-direction: column;
    gap: 8px;
    padding: 5px 0;
  }
  .uni-cookie-text {
    font-size: 12px;
  }
}
/* --- Inner Page Hero Section Styles --- */
.inner-hero-section {
    position: relative;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #010f1e; /* WCAG Fallback: Solid dark background if image fails to load */
}

/* Forces the HTML image to act like a full-bleed cover background */
.inner-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* Updated: High-contrast gradient overlay matching site-wide dark navy brand identity */
.inner-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010f1e; /* Fallback for automated accessibility scanners */
    background: linear-gradient(135deg, rgba(3, 33, 66, 0.90), rgba(1, 15, 30, 0.82));
    z-index: 2;
}

/* Updated: Added dark translucent backdrop card for content to guarantee WCAG compliance */
.inner-hero-container {
    position: relative;
    z-index: 3;
    width: auto;
    max-width: 90%;
    padding: 30px 45px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(1, 15, 30, 0.65); /* Solid backdrop behind text elements */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Clean header styling */
.inner-hero-title {
    color: #ffffff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* Breadcrumbs section for visual navigation and SEO health */
.inner-hero-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.inner-hero-breadcrumbs a {
    color: #58a6ff; /* Updated: Brighter blue accent to achieve > 7:1 contrast ratio against navy overlay */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.inner-hero-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.8); /* Raised from 0.6 to 0.8 opacity for higher contrast ratio */
    user-select: none;
}

.breadcrumb-current {
    color: #ffffff;
    font-weight: 500;
}
/* Responsive adjustments for mobile viewports */
@media (max-width: 768px) {
    .inner-hero-section {
        height: 220px;
    }
    
    .inner-hero-title {
        font-size: 28px;
    }
}
/* --- Amenities Page Content Presentation Grid Layout --- */
.amenities-display-section {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
}

.amenities-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

/* Header Text Rules */
.amenities-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.amenities-main-title {
    color: #032142;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 16px 0;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.amenities-main-title a{
    color: #032142;
    text-decoration: none;
}


.amenities-main-desc {
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
    max-width: 1280px;
    margin: 0 auto 15px auto;
}
.amenities-main-desc a{
    color: #444444;
   text-decoration: none;
   font-weight:bold;
}
/* Highlights Box Row styles */
.amenities-highlights-bar {
    background: #032142;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(3, 33, 66, 0.12);
}

.highlight-title {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.highlight-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}

.highlight-badges > span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 4px;
}

.highlight-badges .fa-solid,
.highlight-badges .fa-brands {
    color: #388bfd;
}

/* Core Multi-Column Amenities Grid Component */
.amenities-grid-system {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Component Formatting Rules */
.amenity-category-card {
    background-color: #f8fafd;
    border: 1px solid #dce3ec;
    border-top: 4px solid #032142;
    border-radius: 4px;
    padding: 25px;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.amenity-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(3, 33, 66, 0.1);
    border-color: #c4d0e0;
}

/* Policy card highlight */
.amenity-category-card.policy-card {
    border-top-color: #004fd2;
}

.card-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dce3ec;
    padding-bottom: 12px;
    color: #032142;
    font-size: 20px;
    font-weight: 700;
}

.card-title-wrapper .fa-solid,
.card-title-wrapper .fa-brands {
    font-size: 20px;
    color: #004fd2;
}

.amenity-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.amenity-list li {
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.amenity-list li .fa-solid,
.amenity-list li .fa-brands {
    color: #004fd2;
    font-size: 14px;
    margin-top: 3px;
    width: 16px;
    text-align: center;
}

.policy-note {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    display: block;
    margin-top: 5px;
}

/* Responsive Adaptive Viewport Layout Changes */
@media (max-width: 992px) {
    .amenities-grid-system {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .amenities-grid-system {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .amenities-main-title {
        font-size: 28px;
    }
    
    .highlight-badges > span {
        font-size: 14px;
        width: 100%;
    }
}

/* --- Accordion Showcase UI Layout --- */
.accordion-showcase-section {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
}

.showcase-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

.showcase-header {
    text-align: center;
    margin-bottom: 40px;
}

.showcase-title {
    color: #032142; /* Updated: Primary dark brand navy blue */
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.showcase-title a{
    color: #032142; /* Updated: Primary dark brand navy blue */
  text-decoration: none;
}

.showcase-subtitle {
    color: #444444;
    font-size: 17px;
    line-height: 1.7;
    max-width: 1280px;
    margin: 0 auto 15px auto;
}
.showcase-subtitle a{
    color: #444444;
   text-decoration: none;
   font-weight: bold;
}
/* Master Grid split frame container */
.showcase-workspace {
    display: flex;
    gap: 40px;
    align-items: stretch;
    min-height: 480px;
}

/* Left Accordion Column Track */
.accordion-panel-left {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.accordion-item {
    border-bottom: 1px solid #dce3ec;
    padding: 18px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-left 0.2s ease;
    border-left: 0px solid transparent;
}

.accordion-item:hover {
    background-color: #f8fafd; /* Updated: Cool tint background on hover */
}

.accordion-item.active {
    border-left: 4px solid #004fd2; /* Updated: Layout primary accent blue */
    padding-left: 10px;
    background-color: #f8fafd;
}

.accordion-header-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.item-number {
    font-size: 15px;
    font-weight: 700;
    color: #004fd2; /* Updated: Primary accent blue */
    opacity: 0.6;
}

.accordion-item.active .item-number {
    opacity: 1;
}

.accordion-header-row h3 {
    margin: 0;
    flex-grow: 1;
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    transition: color 0.2s ease;
}

.accordion-item.active .accordion-header-row h3 {
    color: #032142; /* Updated: Deep dark navy active title */
    font-weight: 700;
}

/* Arrow styling target updated to span icon elements */
.status-arrow,
.accordion-header-row span.fa-chevron-right {
    font-size: 14px;
    color: #888888;
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-item.active .status-arrow,
.accordion-item.active .accordion-header-row span.fa-chevron-right {
    transform: rotate(90deg);
    color: #004fd2; /* Updated: Accent blue active indicator */
}

/* Hidden container state expanded via active toggles */
.accordion-body-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding-top 0.3s ease;
    padding-left: 31px;
}

.accordion-item.active .accordion-body-content {
    max-height: 260px;
    padding-top: 12px;
}

.accordion-body-content p {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

/* Right Static Graphic Panel layout */
.accordion-panel-right {
    flex: 1;
    position: relative;
}

.live-image-frame {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(3, 33, 66, 0.1);
    background-color: #f8fafd;
    border: 1px solid #dce3ec;
}

.live-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.2s ease-in-out;
}

/* Responsive Overrides */
@media (max-width: 768px) {
    .showcase-workspace {
        flex-direction: column-reverse;
        gap: 25px;
    }
    .live-image-frame {
        min-height: 240px;
        height: 240px;
    }
    .showcase-title {
        font-size: 28px;
    }
    .accordion-header-row h3 {
        font-size: 18px;
    }
}
/* --- Unique Vertical Proximity Roadmap Track Styles --- */
.proximity-timeline-section {
    width: 100%;
    background-color: #f8fafd; /* Updated: Cool tint background matching site-wide section blocks */
    padding: 0 20px 80px 20px;
    box-sizing: border-box;
}

.timeline-wrapper-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Vertical Core Spine Pathway Connecting Bars */
.timeline-road-track {
    position: relative;
    padding-left: 45px;
    border-left: 2px dashed #dce3ec; /* Updated: Crisp border color matching theme dividers */
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* Category Structural Block Node Labels */
.timeline-group-block {
    position: relative;
    width: 100%;
}

.timeline-category-marker {
    position: absolute;
    left: -71px;
    top: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
}

/* Graphical Icon Core Node using spans */
.timeline-category-marker span.fa-solid {
    width: 50px;
    height: 50px;
    background-color: #032142; /* Updated: Primary brand dark navy */
    color: #388bfd; /* Updated: Bright blue icon accent */
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(3, 33, 66, 0.12);
}

.timeline-category-marker span:not(.fa-solid) {
    font-size: 17px;
    font-weight: 700;
    color: #032142; /* Updated: Dark navy category text */
    white-space: nowrap;
    background-color: #f8fafd; /* Updated: Blends seamlessly with section background */
    padding: 2px 8px;
}

/* Horizontal Cards Flow Container Layout */
.timeline-cards-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 65px;
}

.timeline-card.full-span-card {
    grid-column: span 3;
}

/* The Individual Card Layout */
.timeline-card {
    background-color: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 4px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(3, 33, 66, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.timeline-card:hover {
    transform: translateY(-2px);
    border-color: #004fd2; /* Updated: Primary accent blue on hover */
    box-shadow: 0 6px 18px rgba(3, 33, 66, 0.08);
}

.card-interior {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.location-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 0.8px;
}

.card-interior h4 {
    margin: 0;
    color: #032142; /* Updated: Dark navy title */
    font-size: 20px;
    font-weight: 700;
}

/* Floating Distance Badges */
.distance-badge-pill {
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    white-space: nowrap;
    background-color: rgba(0, 79, 210, 0.08); /* Updated: Accent blue tint */
    color: #004fd2; /* Updated: Primary accent blue text */
}

/* Distinct color variation for high-distance items */
.distance-badge-pill.accent-blue {
    background-color: rgba(3, 33, 66, 0.06); /* Updated: Corporate navy tint */
    color: #032142; /* Updated: Dark navy text */
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .timeline-cards-flow {
        grid-template-columns: repeat(2, 1fr);
    }
    .timeline-card.full-span-card {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .timeline-road-track {
        padding-left: 25px;
    }
    .timeline-category-marker {
        left: -46px;
    }
    .timeline-category-marker span.fa-solid {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .timeline-category-marker span:not(.fa-solid) {
        font-size: 14px;
    }
    .timeline-cards-flow {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .timeline-card.full-span-card {
        grid-column: span 1;
    }
}

/* --- Corporate Contact Section Styles --- */
.contact-page-section {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 20px;
    box-sizing: border-box;
}

.contact-page-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

/* Page Intro Top Section Header Text Rules */
.contact-section-header {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto 50px auto;
}

.contact-section-title {
    color: #032142; /* Updated: Corporate dark navy blue matching layout brand identity */
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-section-title a{
    color: #032142; /* Updated: Corporate dark navy blue matching layout brand identity */
  text-decoration: none;
   
}

.contact-section-desc {
    color: #444444;
    font-size: 17px;
    line-height: 1.6;
    max-width: 1280px;
    margin: 0 auto 15px auto;
}
.contact-section-desc a{
    color: #444444;
   text-decoration: none;
   font-weight: bold;
}
/* Clean Info Grid System Layout */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.detail-info-block {
    background-color: #f8fafd; /* Updated: Cool light tint section background */
    border: 1px solid #dce3ec; /* Updated: Crisp border color matching theme dividers */
    border-radius: 4px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.detail-info-block:hover {
    transform: translateY(-3px);
    border-color: #004fd2; /* Updated: Primary accent blue on hover */
    box-shadow: 0 6px 18px rgba(3, 33, 66, 0.08);
}

.block-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(3, 33, 66, 0.06); /* Updated: Dark navy alpha transparent fill */
    color: #032142; /* Updated: Dark navy icon */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.block-text h3 {
    margin: 0 0 12px 0;
    color: #032142; /* Updated: Dark navy heading */
    font-size: 20px;
    font-weight: 700;
}

.block-text p {
    margin: 0;
    color: #555555;
    font-size: 17px;
    line-height: 1.6;
}

.contact-phone-link {
    color: #004fd2; /* Updated: Primary accent blue for interactive phone link */
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
    display: inline-block;
    margin-top: 6px;
}

.contact-phone-link:hover {
    text-decoration: underline;
}

/* Special top border indicator highlighting check-in policies */
.policy-highlight-block {
    border-top: 4px solid #004fd2; /* Updated: Primary accent blue top border accent */
}

.policy-highlight-block .block-icon-wrapper {
    background-color: rgba(0, 79, 210, 0.08); /* Updated: Accent blue alpha transparent fill */
    color: #004fd2; /* Updated: Primary accent blue icon */
}

.policy-hours-row {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    width: 100%;
}

.policy-tag {
    background-color: #ffffff;
    border: 1px solid #dce3ec; /* Updated: Crisp border color matching theme dividers */
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
}

.policy-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    letter-spacing: 0.5px;
}

.policy-time {
    font-size: 15px;
    font-weight: 700;
    color: #032142; /* Updated: Dark navy text */
}

/* Responsive Adaptive Layout Parameters */
@media (max-width: 992px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .policy-highlight-block {
        grid-column: span 2;
    }
    .contact-section-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    .policy-highlight-block {
        grid-column: span 1;
    }
    .contact-section-title {
        font-size: 26px;
    }
}
/* --- Corporate Split-Screen Location Feature Module --- */
.location-section-hero {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
}

.location-wrapper-hero {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* Left Content Column Card Styling */
.location-info-box {
    flex: 1;
    background-color: #f8fafd; /* Updated: Cool tint background matching site-wide section blocks */
    border: 1px solid #dce3ec; /* Updated: Crisp border color matching theme dividers */
    border-radius: 4px;
    padding: 40px 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-main-title {
    color: #032142; /* Updated: Primary corporate dark navy blue */
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-main-title span a{
    color: #004fd2; /* Updated: Primary accent blue emphasis color */
    text-decoration: none;
}

.location-info-box p {
    color: #444444;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.location-info-box p a{
    color: #444444;
  text-decoration: none;
  font-weight: bold;
}
/* Coordinates Layout Panel subsegment */
.coordinates-area, .directions-area {
    margin-bottom: 25px;
}

.location-info-box h4 {
    margin: 0 0 12px 0;
    color: #032142; /* Updated: Dark navy heading */
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Targeting span elements instead of legacy i tags */
.location-info-box h4 span.fa-solid,
.location-info-box h4 span.fas {
    color: #004fd2; /* Updated: Primary accent blue tone for icons */
}

.coordinates-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.coordinates-area li {
    color: #333333;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #dce3ec; /* Updated: Theme divider border */
    padding: 8px 16px;
    border-radius: 4px;
}

.coordinates-area strong {
    color: #032142; /* Updated: Dark navy label text */
}

/* Interactive Input Router Form Styling */
.directions-area form {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-top: 15px;
}

.directions-area input[type="text"] {
    flex-grow: 1;
    padding: 14px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 15px;
    outline: none;
    color: #333333;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.directions-area input[type="text"]:focus {
    border-color: #004fd2; /* Updated: Primary accent blue focus ring */
    box-shadow: 0 0 0 3px rgba(0, 79, 210, 0.12);
}

.directions-area button {
    background-color: #032142; /* Updated: Corporate dark navy background */
    color: #ffffff;
    border: none;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

.directions-area button:hover {
    background-color: #004fd2; /* Updated: Shifts to primary accent blue on hover */
}

/* Right Map Block Frame Container Layer */
.location-map-box {
    flex: 1.1;
    min-height: 450px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dce3ec; /* Updated: Theme divider border */
    box-shadow: 0 4px 20px rgba(3, 33, 66, 0.06);
}

/* Responsive Adaptive Layout Viewport adjustments */
@media (max-width: 992px) {
    .location-wrapper-hero {
        flex-direction: column;
        gap: 30px;
    }
    
    .location-map-box {
        height: 400px;
        min-height: 400px;
    }
    
    .contact-main-title {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .location-info-box {
        padding: 30px 20px;
    }
    
    .coordinates-area ul {
        flex-direction: column;
        gap: 10px;
    }
    
    .directions-area form {
        flex-direction: column;
    }
    
    .directions-area button {
        padding: 14px 0;
        text-align: center;
    }
}
/* --- Premium Editorial Sitemap Grid Styles --- */
.sitemap-page-section {
    width: 100%;
    background-color: #ffffff;
    padding: 80px 20px;
    box-sizing: border-box;
}

.sitemap-page-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

/* Section Header Styles */
.sitemap-section-header {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto 50px auto;
}

.sitemap-section-title a{
    color: #032142; /* Updated: Corporate dark navy blue */
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.sitemap-section-desc {
    color: #444444;
    font-size: 17px;
    line-height: 1.6;
    max-width: 1280px;
    margin: 0 auto 15px auto;
}
.sitemap-section-desc a{
    color: #444444;
    text-decoration: none;
    font-weight: bold;
}
/* Core Navigation Grid Structural Framework */
.sitemap-navigation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    align-items: stretch;
}

/* Individual Category Panel Cards */
.sitemap-index-card {
    background-color: #f8fafd; /* Updated: Cool light tint section highlight */
    border: 1px solid #dce3ec; /* Updated: Crisp theme divider border */
    border-top: 4px solid #032142; /* Updated: Corporate dark navy top indicator strip */
    border-radius: 4px;
    padding: 25px 20px;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-top-color 0.2s ease;
}

.sitemap-index-card:hover {
    transform: translateY(-3px);
    border-top-color: #004fd2; /* Updated: Transitions top strip to primary accent blue on hover */
    box-shadow: 0 8px 24px rgba(3, 33, 66, 0.08);
}

/* Card Header Section Layout */
.card-category-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #dce3ec; /* Updated: Theme divider border */
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.card-category-indicator span.fa-solid {
    font-size: 18px;
    color: #032142; /* Updated: Dark navy icon color */
    transition: color 0.2s ease;
}

.sitemap-index-card:hover .card-category-indicator span.fa-solid {
    color: #004fd2; /* Updated: Transitions icon to primary accent blue on hover */
}

.card-category-indicator h3 {
    margin: 0;
    color: #032142; /* Updated: Dark navy category heading */
    font-size: 18px;
    font-weight: 700;
}

/* Custom Anchor Link Lists formatting */
.sitemap-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sitemap-link-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

/* Small interactive layout indicator icon vectors */
.list-arrow {
    font-size: 11px;
    color: #777777;
    transition: transform 0.2s ease, color 0.2s ease;
}

.sitemap-link-list li:hover .list-arrow {
    transform: translateX(3px);
    color: #004fd2; /* Updated: Accent blue arrow on link hover */
}

.sitemap-link-list a {
    color: #555555;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
    display: block;
    width: 100%;
}

.sitemap-link-list li:hover a {
    color: #032142; /* Updated: Highlights link back to dark navy */
}

/* RESPONSIVE PARAMS */
@media (max-width: 1024px) {
    .sitemap-navigation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .sitemap-section-title {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .sitemap-navigation-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sitemap-section-title {
        font-size: 26px;
    }
    
    .sitemap-index-card {
        padding: 20px;
    }
}
/* --- Premium Corporate FAQ Page Layout Styles --- */
.faq-page-section {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 20px;
    box-sizing: border-box;
}

.faq-page-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

/* Page Intro Top Section Header Text Rules */
.faq-section-header {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.faq-section-title {
    color: #032142; /* Updated: Corporate dark navy blue */
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.faq-section-title span a{
    color: #032142; /* Updated: Corporate dark navy blue */
   text-decoration: none;

}

.faq-section-desc {
    color: #444444;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* Master Columns Arrangement Grid Workspace */
.faq-layout-workspace {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT SIDEBAR: Sticky Floating Anchors Navigator Column */
.faq-nav-sidebar {
    flex: 0 0 300px;
    position: sticky;
    top: 30px;
}

.sticky-nav-card {
    background-color: #f8fafd; /* Updated: Cool light tint section background */
    border: 1px solid #dce3ec; /* Updated: Clean light border tone */
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
}

.sticky-nav-card h3 {
    margin: 0 0 16px 0;
    color: #032142; /* Updated: Dark navy blue */
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #dce3ec; /* Updated: Light border tone */
    padding-bottom: 10px;
}

.faq-jump-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #555555;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.faq-jump-link span.fa-solid {
    font-size: 18px;
    color: #777777;
    width: 20px;
    text-align: center;
    transition: color 0.2s ease;
}

.faq-jump-link:hover {
    background-color: #ffffff;
    color: #004fd2; /* Updated: Active hover accent blue */
}

.faq-jump-link:hover span.fa-solid {
    color: #004fd2; /* Updated: Active hover accent blue icon */
}

/* RIGHT SIDEBAR: Question Content Cards Area Layout */
.faq-content-track {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.faq-group-block {
    scroll-margin-top: 30px;
}

.group-block-title {
    color: #032142; /* Updated: Dark navy blue */
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px 0;
    border-left: 4px solid #004fd2; /* Updated: Primary accent blue vertical strip */
    padding-left: 12px;
}

/* Individual Card Blocks System */
.faq-qa-card {
    background-color: #ffffff;
    border: 1px solid #dce3ec; /* Updated: Clean light border tone */
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(3, 33, 66, 0.03);
}

.faq-question-row, .faq-answer-row {
    display: flex;
    gap: 20px;
    padding: 20px 24px;
    box-sizing: border-box;
}

.faq-question-row {
    background-color: #f8fafd; /* Updated: Cool light surface for question row header */
    border-bottom: 1px solid #dce3ec; /* Updated: Clean light border tone */
}

/* Circular Letter Q / A Index Labels Formatting */
.qa-indicator {
    width: 28px;
    height: 28px;
    background-color: #032142; /* Updated: Dark navy indicator badge for questions */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.qa-indicator.text-red {
    background-color: rgba(0, 79, 210, 0.1); /* Updated: Primary accent blue soft transparent badge */
    color: #004fd2; /* Updated: Primary accent blue indicator text */
}

.faq-question-row h4 {
    margin: 0;
    color: #032142; /* Updated: Dark navy title */
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 3px;
}

.faq-answer-row p {
    margin: 0;
    color: #555555;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 2px;
}

/* Inside Hyperlinks Formatting rules */
.faq-answer-row a {
    color: #004fd2; /* Updated: Primary accent blue anchor links */
    text-decoration: none;
    font-weight: 700;
}

.faq-answer-row a:hover {
    text-decoration: underline;
}

.faq-tel-link {
    color: #032142 !important; /* Updated: Telephone strings explicitly set to dark navy */
    white-space: nowrap;
}

/* RESPONSIVE SUB-OVERRIDES */
@media (max-width: 992px) {
    .faq-layout-workspace {
        flex-direction: column;
    }
    
    .faq-nav-sidebar {
        width: 100%;
        position: relative;
        top: 0;
    }
    
    .sticky-nav-card {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        white-space: nowrap;
        padding: 15px;
    }
    
    .sticky-nav-card h3 {
        display: none;
    }
    
    .faq-section-title {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .faq-section-title {
        font-size: 26px;
    }
    
    .faq-question-row, .faq-answer-row {
        padding: 16px;
        gap: 12px;
    }
    
    .group-block-title {
        font-size: 18px;
    }
    
    .faq-question-row h4 {
        font-size: 15px;
    }
}
/* Interactive Cursor Improvements */
.res-input, 
.res-select, 
.res-button button {
  cursor: pointer;
}

/* Optional styling for active button state */
.res-button button {
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.res-button button:active {
  transform: scale(0.98);
}