/* CSS Reset and Modern Variables */
:root {
  --font-primary: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Color Palette */
  --color-white: #ffffff;
  --color-black: #0d0d0d;
  --color-aeris-accent: #FFEA36;
  --color-aeris-dark: #FFC400;
  --color-gray-light: #f5f5f7;
  --color-gray-text: rgba(255, 255, 255, 0.7);
  --color-nav-bg: rgba(13, 13, 13, 0.15);
  --color-overlay-dark: rgba(0, 0, 0, 0.35);

  /* Background Contexts */
  --color-bg-base: #0d0d0d;
  --color-bg-alt: #1a1a1a;
  --color-bg-footer: #151515;
  --color-bg-mission: #111111;

  /* Transitions */
  --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-fast: all 0.15s ease-in-out;
}

/* Light Theme Variables & Comprehensive Styles */
body.light-theme {
  --color-white: #0d0d0d;
  --color-black: #ffffff;
  --color-gray-light: #f5f5f7;
  --color-gray-text: rgba(13, 13, 13, 0.7);
  --color-nav-bg: rgba(255, 255, 255, 0.85);
  --color-overlay-dark: rgba(255, 255, 255, 0.35);
  --color-bg-base: #ffffff;
  --color-bg-alt: #ffffff;
  --color-bg-footer: #f2f2f5;
  --color-bg-mission: #ededf2;

  background-color: #ffffff !important;
  color: #0d0d0d !important;
}

/* Light Theme Media Banner Text Preservation (White text over photo/video overlays) */
body.light-theme .hero-content-wrapper .hero-info-tag,
body.light-theme .hero-content-wrapper .hero-title,
body.light-theme .brand-feature-section .feature-tag,
body.light-theme .brand-feature-section .feature-headline,
body.light-theme .brand-mission-section .mission-tag,
body.light-theme .brand-mission-section .mission-statement,
body.light-theme .category-card .category-card-title {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

body.light-theme .hero-actions .btn-outline,
body.light-theme .feature-actions .btn-outline,
body.light-theme .brand-mission-section .btn-outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
  text-shadow: none;
}

body.light-theme .hero-actions .btn-outline:hover,
body.light-theme .feature-actions .btn-outline:hover,
body.light-theme .brand-mission-section .btn-outline:hover {
  background-color: #ffffff !important;
  color: #0d0d0d !important;
}

/* Light Theme Header & Navigation Overrides */
body.light-theme .site-header:not(.scrolled) .nav-link,
body.light-theme .site-header:not(.scrolled) .logo-link,
body.light-theme .site-header:not(.scrolled) .nav-menu-text-btn {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

body.light-theme .site-header:not(.scrolled) .nav-link::after {
  background-color: #ffffff !important;
}

body.light-theme .site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .site-header.scrolled .nav-link,
body.light-theme .site-header.scrolled .logo-link,
body.light-theme .site-header.scrolled .nav-menu-text-btn {
  color: #0d0d0d !important;
  text-shadow: none !important;
}

body.light-theme .site-header.scrolled .nav-link::after {
  background-color: #0d0d0d !important;
}

/* Light Theme Mobile Navigation Menu Drawer */
body.light-theme .sidebar-container.mobile-drawer,
body.light-theme .mobile-drawer-header,
body.light-theme .mobile-drawer-tabs,
body.light-theme .mobile-drawer-footer,
body.light-theme .drawer-tab-content {
  background-color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .drawer-action-btn,
body.light-theme .drawer-tab-btn,
body.light-theme .drawer-cat-title,
body.light-theme .drawer-footer-link {
  color: rgba(13, 13, 13, 0.6) !important;
}

body.light-theme .drawer-tab-btn.active {
  color: #0d0d0d !important;
}

body.light-theme .drawer-tab-btn.active::after {
  background-color: #0d0d0d !important;
}

body.light-theme .mobile-drawer-link,
body.light-theme .drawer-showcase-label {
  color: #0d0d0d !important;
}

/* Light Theme Location Slideout Sidebar */
body.light-theme .sidebar-container {
  background-color: #ffffff !important;
  color: #0d0d0d !important;
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .sidebar-header {
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .sidebar-title,
body.light-theme .sidebar-close-btn,
body.light-theme .country-name {
  color: #0d0d0d !important;
}

body.light-theme .sidebar-content-box {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .sidebar-search input,
body.light-theme #countrySearchInput {
  background-color: #f5f5f7 !important;
  color: #0d0d0d !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .sidebar-search input::placeholder,
body.light-theme #countrySearchInput::placeholder {
  color: rgba(13, 13, 13, 0.5) !important;
}

body.light-theme .country-item {
  border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

body.light-theme .country-item:hover {
  background-color: #f5f5f7 !important;
}

body.light-theme .lang-btn {
  border-color: rgba(0, 0, 0, 0.15) !important;
  color: #0d0d0d !important;
}

body.light-theme .lang-btn:hover {
  background-color: #0d0d0d !important;
  color: #ffffff !important;
}

/* Light Theme Product Carousels & Product Card Grids */
body.light-theme .product-carousel-section {
  background-color: #ffffff !important;
}

body.light-theme .product-grid {
  background-color: #ffffff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .product-column {
  background-color: #ffffff !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .product-column:hover {
  background-color: #f7f7f9 !important;
}

body.light-theme .product-image-wrapper {
  background-color: #ffffff !important;
}

body.light-theme .product-info {
  background-color: #ffffff !important;
}

body.light-theme .carousel-title,
body.light-theme .shop-all-link,
body.light-theme .product-title,
body.light-theme .product-price {
  color: #0d0d0d !important;
}

body.light-theme .product-colorway {
  color: rgba(13, 13, 13, 0.6) !important;
}

body.light-theme .btn-outline:not(.hero-actions .btn-outline):not(.feature-actions .btn-outline):not(.brand-mission-section .btn-outline) {
  border-color: #0d0d0d !important;
  color: #0d0d0d !important;
}

body.light-theme .btn-outline:not(.hero-actions .btn-outline):not(.feature-actions .btn-outline):not(.brand-mission-section .btn-outline):hover {
  background-color: #0d0d0d !important;
  color: #ffffff !important;
}

body.light-theme .carousel-nav-btn {
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #0d0d0d !important;
}

body.light-theme .carousel-nav-btn:hover {
  background-color: #0d0d0d !important;
  color: #ffffff !important;
}

/* Light Theme Brand Statement Section */
body.light-theme .brand-statement-section {
  background-color: #ffffff !important;
}

body.light-theme .statement-headline {
  color: #0d0d0d !important;
}

/* Light Theme Shoe Finder Section */
body.light-theme .shoefinder-section {
  background-color: #ffffff !important;
}

body.light-theme .shoefinder-tag {
  color: rgba(13, 13, 13, 0.5) !important;
}

body.light-theme .shoefinder-headline {
  color: #0d0d0d !important;
}

body.light-theme .shoefinder-img-small-wrapper,
body.light-theme .shoefinder-img-large-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Light Theme Brand Footer */
body.light-theme .brand-footer {
  background-color: #ffffff !important;
  color: #0d0d0d !important;
  border-top-color: rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .footer-col-title,
body.light-theme .footer-tagline,
body.light-theme .footer-copyright,
body.light-theme .choose-theme-label {
  color: rgba(13, 13, 13, 0.5) !important;
}

body.light-theme .footer-links-list a,
body.light-theme .footer-region-trigger,
body.light-theme .footer-newsletter-statement {
  color: rgba(13, 13, 13, 0.85) !important;
}

body.light-theme .footer-links-list a:hover,
body.light-theme .footer-region-trigger:hover {
  color: #0d0d0d !important;
}

body.light-theme .btn-footer-subscribe {
  background-color: #0d0d0d !important;
  color: #ffffff !important;
}

body.light-theme .btn-footer-subscribe:hover {
  background-color: #222222 !important;
}

body.light-theme .footer-theme-btn {
  color: rgba(13, 13, 13, 0.5) !important;
}

body.light-theme .footer-theme-btn:hover,
body.light-theme .footer-theme-btn.active {
  color: #0d0d0d !important;
}

body.light-theme .theme-separator {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

body.light-theme .footer-brand-icon {
  color: #0d0d0d !important;
}

body.light-theme .floating-shoe-card {
  border-color: rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-primary);
  background-color: var(--color-bg-base);
  color: var(--color-white);
  min-height: 100dvh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Background Image styling with overlay for contrast */
.hero-bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  overflow: hidden;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1.5s cubic-bezier(0.1, 1, 0.1, 1), opacity 0.5s ease-in-out;
}

.hero-bg-container:hover .hero-bg-img {
  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 1;
}

/* Header & Navigation Bar */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 1.5rem 24px;
  background-color: rgba(21, 21, 21, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
              padding 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
              backdrop-filter 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
              -webkit-backdrop-filter 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
              border-color 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: background-color, backdrop-filter, padding;
}

.site-header.scrolled {
  background-color: rgba(21, 21, 21, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1rem 24px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.08);
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
}

/* Nav Groups styling */
.nav-group {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1.8rem;
}

.nav-left {
  flex: 1;
  justify-content: flex-start;
}

.nav-center {
  flex: 0;
  justify-content: center;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
}

/* Navigation Typography */
.nav-link {
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  transition: var(--transition-fast);
  position: relative;
  padding: 0.25rem 0;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--color-white);
  transition: var(--transition-smooth);
}

.nav-link:hover {
  color: var(--color-white);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.8rem;
  align-items: center;
}

/* Save Button Styling */
.nav-save-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: var(--transition-smooth);
}

.nav-save-btn:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
  transform: translateY(-1px);
}

.btn-icon {
  display: inline-block;
  flex-shrink: 0;
}

/* Logo styling */
.logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.logo-icon {
  color: var(--color-aeris-accent);
  transition: var(--transition-smooth);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo-link:hover .logo-icon {
  transform: rotate(-10deg) scale(1.05);
}

.logo-link:hover {
  color: var(--color-white);
}

/* Region and Cart custom design */
.nav-region {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.flag-emoji {
  font-size: 0.95rem;
  line-height: 1;
}

.cart-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  font-weight: 800;
}

/* Hero Section Layout */
.hero-container {
  display: flex;
  align-items: flex-end;
  height: 100dvh;
  padding: 0 24px 4.5% 24px;
  max-width: 1800px;
  margin: 0 auto;
}

.hero-content-wrapper {
  max-width: 800px;
  z-index: 2;
  position: relative;
  padding: 0;
}

.hero-info-tag {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--color-white);
  margin-bottom: 8px;
  text-transform: uppercase;
  animation: fadeInUp 0.8s ease-out forwards;
}

.hero-title {
  font-size: clamp(2.5rem, 6.5vw, 5.5rem);
  font-weight: 600;
  line-height: 1.0;
  /* Resolves to exactly 88px when font-size is 88px */
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease-out 0.15s forwards;
  opacity: 0;
}

.hero-actions {
  display: flex;
  gap: 1.2rem;
  animation: fadeInUp 1.2s ease-out 0.3s forwards;
  opacity: 0;
}

/* Premium Buttons styling */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 0px;
  /* Exact rectangular sharp corners of Icebug design */
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-outline {
  border: 0.5px solid var(--color-white);
  color: var(--color-white);
  background-color: transparent;
}

.btn-outline:hover {
  border: 1px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  padding: 9.5px 15.5px;
  /* Offset border expansion to prevent layout shift */
}

/* Unique highlight for main CTA button */
.btn-shop:hover {
  border: 1px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  padding: 9.5px 15.5px;
  /* Offset border expansion */
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

/* Keyframes for Hero animations */
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .site-header {
    padding: 1.2rem 1.5rem;
  }

  .nav-group.nav-left .nav-menu {
    display: none;
    /* Hide standard menus on small layouts */
  }

  .hero-container {
    padding: 0 24px 5% 24px;
  }

  .hero-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }
}

@media (max-width: 600px) {
  .logo-text {
    font-size: 1.1rem;
  }

  .nav-save-btn span {
    display: none;
    /* Only show icon on extra small screens */
  }

  .hero-actions {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1;
    width: auto;
    white-space: nowrap;
  }

  .btn {
    padding: 12px 20px;
  }
}

/* Sidebar slideout styles */
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.25);
  /* Lighter backdrop to ensure hero visibility */
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: none;
  /* Removed blur so main page remains sharp */
}

.sidebar-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  max-width: 100%;
  height: 100dvh;
  background-color: #222222;
  z-index: 1000;
  box-shadow: -10px 0 35px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sidebar-container.active {
  transform: translateX(0);
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 1.8rem 1.2rem 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
}

.sidebar-close-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  cursor: pointer;
  padding: 4px;
  transition: opacity 0.2s ease;
}

.sidebar-close-btn:hover {
  color: var(--color-white);
}

/* Outline Content Box wrapper */
.sidebar-content-box {
  margin: 0.8rem 1.5rem 1.8rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
  min-height: 0;
  background-color: transparent;
}

.sidebar-search {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#countrySearchInput {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--color-white);
  padding: 1.1rem 1rem 1.1rem 2.25rem;
  /* Reduced left/right padding inside the box */
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  outline: none;
}

#countrySearchInput::placeholder {
  font-family: var(--font-primary);
  color: rgba(255, 255, 255, 0.3);
}

.sidebar-list {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}

.sidebar-list::-webkit-scrollbar {
  width: 4px;
}

.sidebar-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.country-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1rem;
  /* Reduced left/right padding inside the box */
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background-color 0.2s ease;
}

.country-item:last-child {
  border-bottom: none;
  /* Avoid overlapping border at bottom of box */
}

.country-item:hover {
  background-color: rgba(255, 255, 255, 0.01);
}

.country-name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease;
  position: relative;
  padding-left: 1.25rem;
  /* Space for absolute check icon */
  display: inline-flex;
  align-items: center;
}

.country-item.selected .country-name {
  color: var(--color-white);
}

.country-item:hover .country-name {
  color: var(--color-white);
}

.check-icon {
  position: absolute;
  left: 0;
  color: var(--color-white);
}

.lang-options {
  display: flex;
  gap: 6px;
}

.lang-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  width: 46px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-btn:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
}

.lang-btn.active-lang {
  border-color: var(--color-white);
  color: var(--color-white);
}

/* Choose a Language hover toggle for multiple language items */
.choose-lang-label {
  display: none;
}

.country-item.has-multiple-langs:hover .country-text-label {
  display: none;
}

.country-item.has-multiple-langs:hover .choose-lang-label {
  display: inline;
  color: var(--color-white);
}

/* Spring News Product Section Styling */
.product-carousel-section {
  background-color: var(--color-bg-alt);
  color: var(--color-white);
  padding: 10rem 0 10rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 24px 2rem 24px;
}

.carousel-title-group {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}

.carousel-title {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-white);
  margin: 0;
}

.shop-all-link {
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}

.shop-all-link:hover {
  color: var(--color-white);
}

.carousel-nav {
  display: flex;
  gap: 1.5rem;
}

.carousel-nav-btn {
  background: none;
  border: none;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}

.carousel-nav-btn:hover {
  color: var(--color-white);
}

.carousel-nav-btn.next-btn {
  color: var(--color-white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #1a1a1a;
}

.product-column {
  display: flex;
  flex-direction: column;
  background-color: #1a1a1a;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}

.product-column:last-child {
  border-right: none;
}

.product-column:hover {
  background-color: #202020;
}

.product-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #1a1a1a;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-img-default {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.product-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-column:hover .product-img-hover {
  opacity: 1;
}

.product-info {
  padding: 2.5rem 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-title {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-white);
  margin: 0 0 4px 0;
}

.product-colorway {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1.5rem 0;
}

.product-price {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-top: auto;
}

/* Responsiveness for Product Grid */
@media (max-width: 1024px) {
  .product-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .product-column {
    flex: 0 0 40%;
    min-width: 280px;
    scroll-snap-align: start;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .product-column:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 600px) {
  .product-column {
    flex: 0 0 75%;
    min-width: 240px;
  }
}

/* Brand Statement Section */
.brand-statement-section {
  background-color: #1a1a1a;
  color: var(--color-white);
  padding: 0rem 24px 8rem 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.statement-container {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
}

.statement-headline {
  font-family: var(--font-primary);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--color-white);
  margin: 0;
  max-width: 850px;
}

.btn-explore {
  padding: 12px 20px;
  min-width: 180px;
}

.btn-explore:hover {
  padding: 11.5px 19.5px;
}

/* Brand Feature Section */
.brand-feature-section {
  position: relative;
  height: 80dvh;
  min-height: 500px;
  max-height: 800px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 4.5% 24px;
}

.feature-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.feature-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.75) 100%);
  z-index: 2;
}

.feature-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.feature-tag {
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-white);
  text-transform: uppercase;
}

.feature-headline {
  font-family: var(--font-primary);
  font-size: clamp(2.5rem, 6.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  margin: 0;
  max-width: 800px;
  letter-spacing: -0.01em;
}

.feature-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .brand-feature-section {
    height: 70dvh;
    padding: 3rem 24px;
  }

  .feature-actions {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    width: 100%;
  }

  .feature-actions .btn {
    flex: 1;
    width: auto;
    white-space: nowrap;
    text-align: center;
  }
}

/* Shoe Finder Section Styling */
.shoefinder-section {
  background-color: var(--color-bg-alt);
  color: var(--color-white);
}

.shoefinder-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0rem 24px 8rem 24px;
  gap: 2rem;
}

.shoefinder-images-column {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.shoefinder-img-small-wrapper {
  width: 32%;
  aspect-ratio: 9/16;
  overflow: hidden;
}

.shoefinder-img-large-wrapper {
  width: 68%;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.shoefinder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.shoefinder-img-small-wrapper:hover .shoefinder-img,
.shoefinder-img-large-wrapper:hover .shoefinder-img {
  transform: scale(1.05);
}

.shoefinder-text-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  position: sticky;
  top: 6rem;
}

.shoefinder-tag {
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.shoefinder-headline {
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--color-white);
  margin: 0 0 3rem 0;
}

/* Responsive Rules for Shoe Finder */
@media (max-width: 1199px) {
  .shoefinder-container {
    gap: 4rem;
    padding: 0rem 24px 8rem 24px;
  }

  .shoefinder-headline {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .shoefinder-container {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0rem 24px 8rem 24px;
  }

  .shoefinder-text-column {
    max-width: 100%;
  }

  .shoefinder-headline {
    font-size: 28px;
    margin: 0 0 2.5rem 0;
  }
}

/* Category Section Styling */
.category-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.category-card:hover .category-img {
  transform: scale(1.05);
}

.category-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.category-card-title {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-white);
  margin: 0;
}

.product-carousel-section.category-section {
  border-top: none;
}

/* Brand Mission Section Styling */
.brand-mission-section {
  position: relative;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #111;
}

.mission-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mission-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.mission-columns {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 10rem 24px;
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr;
  gap: 6rem;
  align-items: start;
}

.mission-left-col {
  display: flex;
  flex-direction: column;
}

.mission-tag {
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: var(--color-white);
  text-transform: uppercase;
  max-width: 250px;
}

.mission-mid-col {
  display: flex;
  flex-direction: column;
}

.mission-statement {
  font-family: var(--font-primary);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-white);
  margin: 0;
  max-width: 500px;
}

.mission-right-col {
  display: flex;
  justify-content: flex-end;
}

.btn-mission-cta {
  margin-top: 0.2rem;
  white-space: nowrap;
}

/* Responsive styling for Brand Mission */
@media (max-width: 1199px) {
  .mission-columns {
    gap: 3rem;
    padding: 8rem 24px;
  }

  .mission-statement {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .brand-mission-section {
    min-height: auto;
  }

  .mission-columns {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 6rem 24px;
  }

  .mission-right-col {
    justify-content: flex-start;
  }

  .mission-statement {
    font-size: 20px;
  }

  .btn-mission-cta {
    margin-top: 0;
  }
}

/* Brand Footer Section Styling */
.brand-footer {
  position: relative;
  overflow: hidden;
  background-color: #151515;
  color: var(--color-white);
  padding: 6rem 24px 4rem 24px;
  font-family: var(--font-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-top-row {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 2fr;
  gap: 4rem;
  max-width: 1800px;
  margin: 0 auto 5rem auto;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.8rem;
}

.footer-links-list a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links-list a:hover {
  color: var(--color-white);
}

.footer-newsletter-column {
  max-width: 480px;
}

.footer-newsletter-statement {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 2rem 0;
}

.btn-footer-subscribe {
  background-color: var(--color-white);
  color: var(--color-black);
  border: none;
  padding: 0.75rem 2.5rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  align-self: flex-start;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.btn-footer-subscribe:hover {
  background-color: var(--color-white);
  opacity: 0.9;
}

/* Bottom Row layout */
.footer-bottom-row {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr;
  gap: 4rem;
  align-items: start;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 4rem;
}

.footer-bottom-col {
  display: flex;
  flex-direction: column;
}

/* Bottom Left Column */
.footer-bottom-left {
  align-items: flex-start;
  max-width: 320px;
}

.footer-brand-icon {
  color: var(--color-white);
  margin-bottom: 1.5rem;
}

.footer-tagline {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

/* Bottom Center Column */
.footer-bottom-center {
  align-items: flex-start;
  gap: 1.5rem;
}

.footer-region-trigger {
  background: none;
  border: none;
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0;
}

.footer-region-trigger:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-theme-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-theme-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  padding: 0 0.25rem;
  transition: color 0.2s ease;
}

.footer-theme-btn:hover,
.footer-theme-btn.active {
  color: var(--color-white);
}

.theme-separator {
  color: rgba(255, 255, 255, 0.15);
  font-size: 10px;
  font-weight: 600;
}

.footer-copyright {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.3);
}

/* Bottom Right Column (Sustainability Badges) */
.footer-bottom-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.3);
}

.footer-badge-svg {
  transition: color 0.2s ease;
}

.footer-badge-svg:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* Responsiveness for Footer */
@media (max-width: 1024px) {
  .footer-top-row {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .footer-newsletter-column {
    order: -1 !important;
    grid-column: 1 / -1 !important;
    margin-bottom: 1.5rem;
  }

  .footer-bottom-row {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
    align-items: center;
  }

  .footer-bottom-left {
    align-items: center;
    max-width: 100%;
  }

  .footer-bottom-right {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-top-row {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* Footer Hover Trail Animation Styling */
.footer-hover-trail-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.floating-shoe-card {
  position: absolute;
  width: 165px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65), 0 2px 10px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.35) rotate(var(--rot, -10deg));
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  z-index: 1;
}

.floating-shoe-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.floating-shoe-card.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(var(--rot, 0deg));
}

.floating-shoe-card.fade-out {
  opacity: 0;
  transform: translate(-50%, -60px) scale(0.85) rotate(var(--rot-out, 8deg));
  transition: transform 0.85s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile text button trigger style */
.nav-menu-text-btn {
  background: none;
  border: none;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-white);
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.nav-menu-text-btn:hover {
  opacity: 0.8;
}

/* Helpers for responsive layouts */
.mobile-only {
  display: none !important;
}

.desktop-only {
  display: inline-block;
}

@media (max-width: 1024px) {
  .mobile-only {
    display: inline-block !important;
  }
  
  .desktop-only {
    display: none !important;
  }

  /* Shift logo container to far left on mobile */
  .nav-group.nav-center {
    flex: 1 !important;
    justify-content: flex-start !important;
  }

  /* Keep actions aligned right on mobile */
  .nav-group.nav-right {
    flex: 0 !important;
    justify-content: flex-end !important;
    gap: 1.5rem !important;
  }

  .nav-group.nav-left {
    display: none !important; /* Hide left column menu list */
  }
}

/* Redesigned Full-Screen Mobile Drawer Overrides */
.sidebar-container.mobile-drawer {
  right: auto !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100dvh !important;
  background-color: #1a1a1a !important;
  transform: translateX(-100%);
  box-shadow: none !important;
  z-index: 2000 !important;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.sidebar-container.mobile-drawer.active {
  transform: translateX(0) !important;
}

/* Header style within mobile menu drawer */
.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #1a1a1a;
  min-height: 60px;
}

.mobile-drawer-logo {
  display: flex;
  align-items: center;
  color: var(--color-white);
}

.mobile-drawer-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.drawer-action-btn {
  background: none;
  border: none;
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-white);
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.4rem 0;
}

.drawer-action-btn:hover {
  opacity: 0.8;
}

/* Category Selection Switch Tabs */
.mobile-drawer-tabs {
  display: flex;
  padding: 1.5rem 1.8rem;
  gap: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #1a1a1a;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mobile-drawer-tabs::-webkit-scrollbar {
  display: none;
}

.drawer-tab-btn {
  background: none;
  border: none;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0.2rem 0;
  position: relative;
  white-space: nowrap;
}

.drawer-tab-btn.active {
  color: var(--color-white);
}

.drawer-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-white);
}

/* Main Content Area */
.mobile-drawer-body {
  flex: 1;
  padding: 2.5rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.mobile-drawer-columns {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.5rem;
  align-items: start;
}

.drawer-cat-block {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.drawer-cat-title {
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  text-transform: uppercase;
}

.drawer-cat-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-drawer-link {
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: var(--color-white);
  opacity: 0.85;
  transition: color 0.15s ease, opacity 0.15s ease;
  display: inline-block;
}

.mobile-drawer-link:hover {
  opacity: 1;
}

.mobile-drawer-link.highlighted {
  text-decoration: underline;
  text-underline-offset: 4px;
  opacity: 1;
  font-weight: 500;
}

.mobile-drawer-link.font-medium {
  font-weight: 500;
  opacity: 1;
}

/* Showcase Products Collage */
.mobile-drawer-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 0.5rem;
}

.drawer-showcase-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.drawer-showcase-img-wrapper {
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  background-color: #2a2a2a;
}

.drawer-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.drawer-showcase-label {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
}

/* Bottom Bar configurations list */
.mobile-drawer-footer {
  padding: 2rem 1.8rem 2.5rem 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  background-color: #1a1a1a;
}

.drawer-footer-link {
  background: none;
  border: none;
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-white);
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  padding: 0.2rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.drawer-footer-link:hover {
  color: var(--color-aeris-accent);
}

@media (max-width: 600px) {
  .sidebar-container {
    width: 100% !important;
  }

  /* Responsive layout adjustments for horizontal sliders */
  .carousel-header {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.8rem;
    padding: 0 24px 1.5rem 24px;
  }

  .carousel-title-group {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  .carousel-nav {
    display: none; /* Hide Prev/Next controls on touch devices */
  }

  /* Reduce gap inside Shoe Finder collage on small viewports */
  .shoefinder-images-column {
    gap: 12px;
  }
}

/* Hide scrollbars on carousels to preserve premium clean look */
.product-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-grid::-webkit-scrollbar {
  display: none;
}

/* Modern Web Performance & Rendering Optimizations */
.product-carousel-section,
.shoefinder-section,
.category-section,
.brand-mission-section,
.brand-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}

img, video {
  content-visibility: auto;
}