/* ================================
   MILNER HOUSE FOOTER - ELEVATED
   ================================ */

.lux-footer {
  background: linear-gradient(180deg, #0d0d0d 0%, #050505 100%);
  color: #e8e4dc;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  overflow: hidden;
}

/* Ambient glow effect */
.lux-footer::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 200px;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
  animation: ambient-glow 8s ease-in-out infinite;
}

@keyframes ambient-glow {
  0%,
  100% {
    opacity: 0.5;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translateX(-50%) scale(1.1);
  }
}

/* Decorative line */
.footer-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 175, 55, 0.3) 20%,
    rgba(212, 175, 55, 0.6) 50%,
    rgba(212, 175, 55, 0.3) 80%,
    transparent 100%
  );
  margin: 0 auto;
  max-width: 1280px;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem 1.5rem;
  position: relative;
  z-index: 1;
}

/* Main Content Grid */
.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr auto;
  gap: 4rem;
  align-items: start;
  margin-bottom: 2rem;
}

/* Brand Section */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  position: relative;
  width: fit-content;
}

.footer-logo::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #f4d03f);
  transition: width 0.4s ease;
}

.footer-logo:hover::after {
  width: 100%;
}

.footer-logo .accent {
  color: #d4af37;
  font-style: italic;
  font-weight: 600;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 340px;
  font-weight: 300;
}

.footer-address {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-address i {
  color: #d4af37;
  font-size: 1rem;
  margin-top: 2px;
}

/* Quick Links */
.footer-section h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  color: #d4af37;
  margin-bottom: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 300;
}

.footer-links a::before {
  content: '→';
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
  color: #d4af37;
  font-weight: 300;
}

.footer-links a:hover {
  color: #d4af37;
  padding-left: 8px;
}

.footer-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Contact Section */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 6px;
}

.contact-link:hover {
  color: #d4af37;
  background: rgba(212, 175, 55, 0.05);
  transform: translateX(4px);
}

.contact-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 8px;
  color: #d4af37;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.contact-link:hover .contact-icon {
  background: rgba(212, 175, 55, 0.2);
  transform: scale(1.1);
}

.contact-info span {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Social Section */
.footer-social-wrap h4 {
  margin-bottom: 1.25rem;
  color: #d4af37;
}

.footer-social {
  display: flex;
  gap: 0.875rem;
}


.social-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.social-link i {
  position: relative;
  z-index: 1;
}

.social-link:hover {
  border-color: #d4af37;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 16px rgba(212, 175, 55, 0.25);
}

.social-link:hover::before {
  opacity: 1;
}

.social-link:hover i {
  color: #000;
}

/* Bottom Bar */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  gap: 2rem;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
}

.legal-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
  position: relative;
  font-weight: 300;
}

.legal-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #d4af37;
  transition: width 0.3s ease;
}

.legal-links a:hover {
  color: #d4af37;
}

.legal-links a:hover::after {
  width: 100%;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
}

.footer-credit a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.footer-credit a::after {
  content: '↗';
  margin-left: 4px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-credit a:hover {
  color: #f4d03f;
}

.footer-credit a:hover::after {
  transform: translate(2px, -2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 2.5rem 1.5rem 1.5rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .footer-brand,
  .footer-section {
    text-align: center;
  }

  /* ADD THESE LINES */
  .footer-brand {
    align-items: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-wrap h4 {
    text-align: center;
  }
  /* END OF NEW LINES */

  .footer-tagline,
  .footer-address {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    align-items: center;
  }

  .footer-links a:hover {
    padding-left: 0;
  }

  .footer-contact-list {
    align-items: center;
  }

  .contact-link {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .footer-legal {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    font-size: 1.75rem;
  }

  .legal-links {
    gap: 0.75rem;
    font-size: 0.8rem;
  }

  .footer-social {
    gap: 0.625rem;
  }

  .social-link {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
}



/* ========================================
   COMPREHENSIVE RESPONSIVE MEDIA QUERIES
   FOOTER OPTIMIZATIONS
   ======================================== */

/* Extra Small Mobile (320px - 374px) */
@media (max-width: 374px) {
  .lux-footer::before {
    width: 400px;
    height: 150px;
  }

  .footer-container {
    padding: 2rem 1rem 1.25rem;
  }

  .footer-main {
    gap: 2rem;
    margin-bottom: 1.75rem;
  }

  .footer-brand {
    gap: 0.75rem;
  }

  .footer-logo {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }

  .footer-tagline {
    font-size: 0.85rem;
    max-width: 100%;
  }

  .footer-address {
    font-size: 0.8rem;
    gap: 0.625rem;
  }

  .footer-address i {
    font-size: 0.9rem;
  }

  .footer-section h4 {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .footer-links {
    gap: 0.625rem;
  }

  .footer-links a {
    font-size: 0.85rem;
  }

  .footer-contact-list {
    gap: 0.875rem;
  }

  .contact-link {
    font-size: 0.85rem;
    padding: 0.4rem;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
    border-radius: 6px;
  }

  .contact-info span {
    font-size: 0.7rem;
  }

  .footer-social {
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .social-link {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    border-radius: 8px;
  }

  .footer-bottom {
    padding-top: 1.75rem;
    gap: 1.25rem;
    font-size: 0.8rem;
  }

  .footer-legal {
    gap: 0.875rem;
  }

  .footer-copyright {
    font-size: 0.8rem;
  }

  .legal-links {
    gap: 0.625rem;
    font-size: 0.75rem;
  }

  .footer-credit {
    font-size: 0.8rem;
  }
}

/* Small Mobile Portrait (375px - 479px) */
@media (min-width: 375px) and (max-width: 479px) {
  .lux-footer::before {
    width: 450px;
    height: 160px;
  }

  .footer-container {
    padding: 2.25rem 1.125rem 1.35rem;
  }

  .footer-main {
    gap: 2.25rem;
  }

  .footer-logo {
    font-size: 1.65rem;
  }

  .footer-tagline {
    font-size: 0.875rem;
  }

  .footer-address {
    font-size: 0.825rem;
  }

  .footer-links a {
    font-size: 0.875rem;
  }

  .contact-link {
    font-size: 0.875rem;
  }

  .contact-icon {
    width: 34px;
    height: 34px;
  }

  .social-link {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .legal-links {
    font-size: 0.775rem;
  }
}

/* Mobile Landscape */
@media (max-width: 767px) and (orientation: landscape) {
  .lux-footer::before {
    top: -80px;
    width: 500px;
    height: 140px;
  }

  .footer-container {
    padding: 2rem 1.5rem 1.25rem;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    margin-bottom: 1.75rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
    text-align: left;
  }

  .footer-section {
    text-align: left;
  }

  .footer-links {
    align-items: flex-start;
  }

  .footer-contact-list {
    align-items: flex-start;
  }

  .contact-link {
    justify-content: flex-start;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.5rem;
  }

  .footer-legal {
    flex-direction: row;
  }
}

/* Medium Mobile (480px - 639px) */
@media (min-width: 480px) and (max-width: 639px) {
  .lux-footer::before {
    width: 500px;
    height: 170px;
  }

  .footer-container {
    padding: 2.5rem 1.25rem 1.4rem;
  }

  .footer-main {
    gap: 2.35rem;
  }

  .footer-brand {
    gap: 0.95rem;
  }

  .footer-logo {
    font-size: 1.8rem;
  }

  .footer-tagline {
    font-size: 0.9rem;
  }

  .footer-address {
    font-size: 0.85rem;
  }

  .footer-section h4 {
    font-size: 0.825rem;
    margin-bottom: 1.15rem;
  }

  .footer-links {
    gap: 0.8rem;
  }

  .footer-links a {
    font-size: 0.9rem;
  }

  .footer-contact-list {
    gap: 0.95rem;
  }

  .contact-link {
    font-size: 0.9rem;
    padding: 0.45rem;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .footer-social {
    gap: 0.7rem;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  .footer-bottom {
    padding-top: 1.85rem;
    gap: 1.4rem;
    font-size: 0.825rem;
  }

  .legal-links {
    gap: 0.9rem;
    font-size: 0.8rem;
  }
}

/* Large Mobile / Phablet (640px - 767px) */
@media (min-width: 640px) and (max-width: 767px) {
  .lux-footer::before {
    width: 550px;
    height: 180px;
  }

  .footer-container {
    padding: 2.65rem 1.5rem 1.45rem;
  }

  .footer-main {
    gap: 2.45rem;
  }

  .footer-brand {
    gap: 1rem;
  }

  .footer-logo {
    font-size: 1.9rem;
  }

  .footer-tagline {
    font-size: 0.9rem;
    max-width: 360px;
  }

  .footer-address {
    font-size: 0.875rem;
    gap: 0.75rem;
  }

  .footer-section h4 {
    margin-bottom: 1.2rem;
  }

  .footer-links {
    gap: 0.825rem;
  }

  .footer-links a {
    font-size: 0.9rem;
  }

  .footer-contact-list {
    gap: 1rem;
  }

  .contact-link {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

  .contact-icon {
    width: 37px;
    height: 37px;
    font-size: 0.925rem;
  }

  .footer-social {
    gap: 0.75rem;
  }

  .social-link {
    width: 41px;
    height: 41px;
    font-size: 0.975rem;
  }

  .footer-bottom {
    padding-top: 1.9rem;
    gap: 1.45rem;
  }

  .legal-links {
    gap: 1rem;
    font-size: 0.825rem;
  }
}

/* Tablet Portrait (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .lux-footer::before {
    width: 580px;
    height: 190px;
  }

  .footer-container {
    padding: 2.75rem 1.75rem 1.5rem;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 2.25rem;
    margin-bottom: 2rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
    text-align: left;
    gap: 1.05rem;
  }

  .footer-logo {
    font-size: 1.95rem;
  }

  .footer-tagline {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .footer-address {
    font-size: 0.875rem;
  }

  .footer-section {
    text-align: left;
  }

  .footer-section h4 {
    margin-bottom: 1.25rem;
  }

  .footer-links {
    align-items: flex-start;
  }

  .footer-links a {
    font-size: 0.9rem;
  }

  .footer-contact-list {
    align-items: flex-start;
  }

  .contact-link {
    justify-content: flex-start;
    font-size: 0.9rem;
  }

  .contact-icon {
    width: 37px;
    height: 37px;
    font-size: 0.95rem;
  }

  .footer-social {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .social-link {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2rem;
    gap: 2rem;
    text-align: left;
  }

  .footer-legal {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }

  .legal-links {
    gap: 1.25rem;
    font-size: 0.85rem;
  }

  .footer-credit {
    font-size: 0.85rem;
  }
}

/* Tablet Landscape */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr 0.8fr;
    gap: 2.5rem;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-logo {
    font-size: 1.85rem;
  }

  .footer-tagline {
    max-width: 320px;
  }
}

/* Small Desktop (1024px - 1279px) */
@media (min-width: 1024px) and (max-width: 1279px) {
  .lux-footer::before {
    width: 600px;
    height: 200px;
  }

  .footer-container {
    padding: 3.15rem 2.25rem 1.6rem;
  }

  .footer-main {
    grid-template-columns: 1.7fr 1fr 1.15fr auto;
    gap: 3.75rem;
    margin-bottom: 2.15rem;
  }

  .footer-brand {
    gap: 1.05rem;
  }

  .footer-logo {
    font-size: 2.05rem;
  }

  .footer-tagline {
    font-size: 0.9rem;
    max-width: 350px;
  }

  .footer-address {
    font-size: 0.875rem;
    gap: 0.775rem;
  }

  .footer-section h4 {
    font-size: 0.85rem;
    margin-bottom: 1.28rem;
  }

  .footer-links {
    gap: 0.8rem;
  }

  .footer-links a {
    font-size: 0.9rem;
  }

  .footer-contact-list {
    gap: 1.05rem;
  }

  .contact-link {
    font-size: 0.9rem;
    padding: 0.525rem;
  }

  .contact-icon {
    width: 37px;
    height: 37px;
    font-size: 0.975rem;
    border-radius: 8px;
  }

  .footer-social {
    gap: 0.9rem;
  }

  .social-link {
    width: 43px;
    height: 43px;
    font-size: 1.025rem;
  }

  .footer-bottom {
    padding-top: 2.05rem;
    gap: 2.15rem;
    font-size: 0.85rem;
  }

  .legal-links {
    gap: 1.6rem;
  }
}

/* Medium Desktop (1280px - 1439px) */
@media (min-width: 1280px) and (max-width: 1439px) {
  .lux-footer::before {
    width: 620px;
    height: 205px;
  }

  .footer-container {
    padding: 3.25rem 2.5rem 1.65rem;
    max-width: 1320px;
  }

  .footer-main {
    grid-template-columns: 1.75fr 1fr 1.18fr auto;
    gap: 4.15rem;
    margin-bottom: 2.2rem;
  }

  .footer-brand {
    gap: 1.08rem;
  }

  .footer-logo {
    font-size: 2.1rem;
  }

  .footer-tagline {
    font-size: 0.9rem;
    max-width: 355px;
  }

  .footer-address {
    font-size: 0.875rem;
    gap: 0.8rem;
  }

  .footer-section h4 {
    font-size: 0.86rem;
    margin-bottom: 1.3rem;
  }

  .footer-links {
    gap: 0.8rem;
  }

  .footer-links a {
    font-size: 0.9rem;
  }

  .footer-contact-list {
    gap: 1.08rem;
  }

  .contact-link {
    font-size: 0.9rem;
    padding: 0.54rem;
  }

  .contact-icon {
    width: 37px;
    height: 37px;
    font-size: 0.98rem;
  }

  .footer-social {
    gap: 0.9rem;
  }

  .social-link {
    width: 43px;
    height: 43px;
    font-size: 1.05rem;
  }

  .footer-bottom {
    padding-top: 2.1rem;
    gap: 2.2rem;
    font-size: 0.86rem;
  }

  .legal-links {
    gap: 1.6rem;
    font-size: 0.86rem;
  }

  .footer-credit {
    font-size: 0.86rem;
  }
}

/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
  .lux-footer::before {
    width: 640px;
    height: 210px;
  }

  .footer-container {
    padding: 3.35rem 2.75rem 1.7rem;
    max-width: 1360px;
  }

  .footer-main {
    grid-template-columns: 1.8fr 1fr 1.2fr auto;
    gap: 4.25rem;
    margin-bottom: 2.25rem;
  }

  .footer-brand {
    gap: 1.1rem;
  }

  .footer-logo {
    font-size: 2.15rem;
  }

  .footer-tagline {
    font-size: 0.92rem;
    max-width: 360px;
  }

  .footer-address {
    font-size: 0.88rem;
    gap: 0.8rem;
  }

  .footer-address i {
    font-size: 1.02rem;
  }

  .footer-section h4 {
    font-size: 0.87rem;
    margin-bottom: 1.3rem;
  }

  .footer-links {
    gap: 0.82rem;
  }

  .footer-links a {
    font-size: 0.92rem;
  }

  .footer-contact-list {
    gap: 1.1rem;
  }

  .contact-link {
    font-size: 0.92rem;
    padding: 0.55rem;
  }

  .contact-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .contact-info span {
    font-size: 0.77rem;
  }

  .footer-social {
    gap: 0.92rem;
  }

  .social-link {
    width: 44px;
    height: 44px;
    font-size: 1.08rem;
    border-radius: 11px;
  }

  .footer-bottom {
    padding-top: 2.15rem;
    gap: 2.25rem;
    font-size: 0.87rem;
  }

  .legal-links {
    gap: 1.65rem;
    font-size: 0.87rem;
  }

  .footer-credit {
    font-size: 0.87rem;
  }
}

/* Extra Large Desktop / 1080p (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
  .lux-footer::before {
    width: 700px;
    height: 230px;
  }

  .footer-container {
    padding: 3.75rem 3.5rem 1.85rem;
    max-width: 1500px;
  }

  .footer-divider {
    max-width: 1500px;
  }

  .footer-main {
    grid-template-columns: 2fr 1fr 1.25fr auto;
    gap: 5rem;
    margin-bottom: 2.5rem;
  }

  .footer-brand {
    gap: 1.25rem;
  }

  .footer-logo {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }

  .footer-logo::after {
    height: 2.5px;
    bottom: -5px;
  }

  .footer-tagline {
    font-size: 1rem;
    max-width: 380px;
    line-height: 1.65;
  }

  .footer-address {
    font-size: 0.95rem;
    gap: 0.875rem;
    margin-top: 0.65rem;
  }

  .footer-address i {
    font-size: 1.1rem;
  }

  .footer-section h4 {
    font-size: 0.92rem;
    margin-bottom: 1.45rem;
  }

  .footer-links {
    gap: 0.9rem;
  }

  .footer-links a {
    font-size: 1rem;
  }

  .footer-contact-list {
    gap: 1.25rem;
  }

  .contact-link {
    font-size: 1rem;
    padding: 0.6rem;
    border-radius: 7px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 1.08rem;
    border-radius: 9px;
  }

  .contact-info span {
    font-size: 0.82rem;
  }

  .footer-social {
    gap: 1rem;
  }

  .social-link {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    border-radius: 12px;
  }

  .footer-bottom {
    padding-top: 2.4rem;
    gap: 2.5rem;
    font-size: 0.95rem;
  }

  .footer-legal {
    gap: 1.75rem;
  }

  .footer-copyright {
    font-size: 0.95rem;
  }

  .legal-links {
    gap: 1.85rem;
    font-size: 0.95rem;
  }

  .footer-credit {
    font-size: 0.95rem;
  }
}

/* Ultra-Wide / 4K (2560px+) */
@media (min-width: 2560px) {
  .lux-footer::before {
    width: 800px;
    height: 260px;
  }

  .footer-container {
    padding: 4.5rem 4.5rem 2.25rem;
    max-width: 1800px;
  }

  .footer-divider {
    max-width: 1800px;
  }

  .footer-main {
    grid-template-columns: 2.2fr 1fr 1.3fr auto;
    gap: 6rem;
    margin-bottom: 3rem;
  }

  .footer-brand {
    gap: 1.5rem;
  }

  .footer-logo {
    font-size: 2.8rem;
    letter-spacing: 1.5px;
  }

  .footer-logo::after {
    height: 3px;
    bottom: -6px;
  }

  .footer-tagline {
    font-size: 1.15rem;
    max-width: 440px;
    line-height: 1.7;
  }

  .footer-address {
    font-size: 1.1rem;
    gap: 1rem;
    margin-top: 0.75rem;
  }

  .footer-address i {
    font-size: 1.3rem;
    margin-top: 3px;
  }

  .footer-section h4 {
    font-size: 1.05rem;
    margin-bottom: 1.75rem;
    letter-spacing: 0.6px;
  }

  .footer-links {
    gap: 1.1rem;
  }

  .footer-links a {
    font-size: 1.15rem;
  }

  .footer-links a::before {
    font-size: 1.1rem;
  }

  .footer-contact-list {
    gap: 1.5rem;
  }

  .contact-link {
    font-size: 1.15rem;
    padding: 0.75rem;
    border-radius: 8px;
  }

  .contact-icon {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
    border-radius: 10px;
  }

  .contact-info span {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }

  .footer-social {
    gap: 1.25rem;
  }

  .social-link {
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
    border-radius: 14px;
    border-width: 1.5px;
  }

  .footer-bottom {
    padding-top: 3rem;
    gap: 3rem;
    font-size: 1.1rem;
    border-top-width: 1.5px;
  }

  .footer-legal {
    gap: 2.25rem;
  }

  .footer-copyright {
    font-size: 1.1rem;
  }

  .legal-links {
    gap: 2.25rem;
    font-size: 1.1rem;
  }

  .legal-links a::after {
    height: 1.5px;
  }

  .footer-credit {
    font-size: 1.1rem;
  }

  .footer-credit a::after {
    margin-left: 6px;
    font-size: 1.2rem;
  }
}

/* Ultra-Ultra-Wide (3440px+) */
@media (min-width: 3440px) {
  .lux-footer::before {
    width: 900px;
    height: 300px;
  }

  .footer-container {
    padding: 5.5rem 5.5rem 2.75rem;
    max-width: 2200px;
  }

  .footer-divider {
    max-width: 2200px;
  }

  .footer-main {
    gap: 7.5rem;
    margin-bottom: 3.75rem;
  }

  .footer-logo {
    font-size: 3.2rem;
  }

  .footer-tagline {
    font-size: 1.35rem;
    max-width: 500px;
  }

  .footer-address {
    font-size: 1.25rem;
  }

  .footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .footer-links a {
    font-size: 1.3rem;
  }

  .contact-link {
    font-size: 1.3rem;
  }

  .contact-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }

  .social-link {
    width: 64px;
    height: 64px;
    font-size: 1.65rem;
  }

  .footer-bottom {
    font-size: 1.25rem;
  }

  .legal-links {
    font-size: 1.25rem;
  }
}

/* Height-based adjustments for short screens */
@media (max-height: 600px) {
  .lux-footer::before {
    top: -60px;
    height: 120px;
  }

  .footer-container {
    padding: 1.75rem 1.5rem 1rem;
  }

  .footer-main {
    gap: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .footer-bottom {
    padding-top: 1.5rem;
  }
}

@media (min-height: 900px) {
  .footer-container {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .footer-main {
    margin-bottom: 2.75rem;
  }

  .footer-bottom {
    padding-top: 2.75rem;
  }
}

@media (min-height: 1080px) {
  .footer-container {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-main {
    margin-bottom: 3.25rem;
  }

  .footer-bottom {
    padding-top: 3.25rem;
  }
}

/* Specific device optimizations */

/* iPhone SE / Small phones */
@media (max-width: 375px) and (max-height: 667px) {
  .footer-logo {
    font-size: 1.55rem;
  }

  .footer-main {
    gap: 1.85rem;
  }

  .social-link {
    width: 37px;
    height: 37px;
  }
}

/* iPad Mini Portrait */
@media (min-width: 768px) and (max-width: 768px) and (orientation: portrait) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* iPad Pro 11" Portrait */
@media (min-width: 834px) and (max-width: 834px) and (orientation: portrait) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 2.25rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* iPad Pro 12.9" Portrait */
@media (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-main {
    grid-template-columns: 1.6fr 1fr 1.1fr auto;
  }

  .footer-brand {
    grid-column: auto;
  }
}

/* Surface Pro / 2-in-1 devices */
@media (min-width: 1280px) and (min-height: 900px) {
  .footer-main {
    gap: 4.5rem;
  }

  .footer-bottom {
    padding-top: 2.5rem;
  }
}

/* Touch device hover adjustments */
@media (hover: none) {
  .footer-links a:hover::before {
    opacity: 0;
  }

  .footer-links a:active {
    color: #d4af37;
  }

  .social-link:hover {
    transform: none;
  }

  .social-link:active {
    transform: scale(0.95);
  }

  .contact-link:hover {
    transform: none;
  }

  .contact-link:active {
    transform: translateX(4px);
  }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .lux-footer::before {
    animation: none;
  }

  .footer-logo::after,
  .footer-links a,
  .footer-links a::before,
  .contact-link,
  .contact-icon,
  .social-link,
  .social-link::before,
  .legal-links a::after,
  .footer-credit a::after {
    transition: none !important;
  }

  .social-link:hover {
    transform: none;
  }

  .contact-link:hover {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .footer-divider {
    background: #d4af37;
    opacity: 1;
  }

  .footer-bottom {
    border-top-color: #d4af37;
  }

  .social-link {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
  }

  .contact-icon {
    border: 1px solid rgba(212, 175, 55, 0.5);
  }
}

/* Print styles */
@media print {
  .lux-footer {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .lux-footer::before {
    display: none;
  }

  .footer-divider {
    background: #ccc;
  }

  .footer-container {
    padding: 1.5rem 1rem;
    max-width: 100%;
  }

  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }

  .footer-logo {
    color: #000 !important;
  }

  .footer-logo::after {
    display: none;
  }

  .footer-logo .accent {
    color: #333 !important;
  }

  .footer-tagline,
  .footer-address,
  .footer-links a,
  .contact-link,
  .footer-copyright,
  .legal-links a,
  .footer-credit {
    color: #333 !important;
  }

  .footer-section h4 {
    color: #000 !important;
  }

  .footer-address i,
  .contact-icon {
    color: #666 !important;
    background: #f0f0f0 !important;
    print-color-adjust: exact;
  }

  .footer-links a::before {
    display: none;
  }

  .footer-links a:hover {
    padding-left: 0;
  }

  .contact-link:hover,
  .social-link:hover {
    transform: none;
    background: none;
  }

  .footer-social-wrap {
    display: none;
  }

  .footer-bottom {
    border-top-color: #ccc;
    padding-top: 1.5rem;
    font-size: 0.8rem;
  }

  .footer-legal {
    flex-wrap: nowrap;
  }

  .legal-links a::after {
    display: none;
  }

  .footer-credit a::after {
    display: none;
  }
}












