/* ============================================
   CRITICAL MOBILE FIXES
   Additional layer to ensure perfect mobile display
   ============================================ */

/* Prevent horizontal scroll at all costs */
html {
  width: 100%;
  scroll-behavior: smooth;
  /* NO position:relative - it breaks sticky! */
  /* NO overflow-x here either - mixed with body's overflow-x: hidden
     it makes <html> its own scroll container and breaks sticky too! */
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  /* NO position:relative - it breaks sticky! */
}

/* Ensure all major containers respect viewport */
/* NOTE: "nav" is intentionally excluded here. Giving a <nav> element
   overflow-x: hidden makes its overflow-y auto-compute to "auto" (per the
   CSS overflow spec), turning it into a clipping/scroll container. Since
   the header's dropdown submenu (.media-small-f680) is a descendant of
   .dynamic_c033 (a <nav>), it was getting clipped and forced into a tiny
   internal scrollbar instead of opening naturally below the nav link. */
main,
section,
article,
footer {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header must NOT have max-width restriction for sticky to work */
header.top_73f6 {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".photo-hot-7fb0" is intentionally excluded here for the same reason as
   "nav" above — the header's <div class="container"> wraps the nav and
   must not clip the dropdown submenu with an auto-computed overflow-y.
   It's already width-capped via max-width in style.hidden-red-493a so it can't cause
   horizontal overflow anyway. */
.fluid-858c,
.panel-lite-86af,
.brown_4e37,
.progress-over-65f6,
.rough_3494,
.accent-pressed-5b8d,
.slow_6833,
.summary_glass_810e,
.bottom-a6a0,
.brown-20ca,
.overlay_9c37 {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .sort_4c58 {
    padding: 8px 0;
  }
  
  .dark_d004 img {
    height: 28px;
    width: auto;
  }
  
  .slider_hard_7faf {
    display: none !important;
  }
  
  .easy_9a5b {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .easy_9a5b svg {
    width: 14px;
    height: 14px;
  }
  
  .cold_4210 {
    padding: 6px;
  }
  
  .detail_glass_7334 {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .brown_4e37,
  .panel-lite-86af,
  .progress-over-65f6,
  .rough_3494,
  .preview_silver_10ab,
  .mask_hard_d328,
  .aside-bottom-ab55,
  .lower-8012,
  .shade_out_d177,
  .preview-c313,
  .item-2521,
  .item-b317 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .stone_8bef,
  .liquid_852f {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .thumbnail_9937,
  .last-237d,
  .text_iron_c193,
  .footer-42ae,
  .surface-cold-d103,
  .mask_b9f0,
  .gradient_active_71b0 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Ensure images are responsive */
  img,
  svg,
  picture {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Better padding for mobile */
  .frame-tiny-e5ea,
  .form-right-6873,
  .highlight-f282,
  .icon-red-2379,
  .under-6219 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .module-steel-1fc3,
  .modal-complex-af1f,
  .first-c39b,
  .image_left_92ce {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .tertiary_yellow_f0f2,
  .gas-55e9 {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .hot-30a0,
  .hidden-active-da2f,
  .slider-small-692e,
  .layout_08a2 {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .gallery_solid_27de,
  .section_2317,
  .outline_6109,
  .backdrop-prev-03ef,
  .pagination-4d2a,
  .backdrop-static-b1dc {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {
  /* Even more aggressive fixes */
  * {
    max-width: 100vw !important;
  }
  
  section,
  .frame-tiny-e5ea,
  .form-right-6873,
  .icon-red-2379 {
    max-width: none !important;
  }
  
  .photo-hot-7fb0 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .module-steel-1fc3 {
    font-size: 1.5rem !important;
  }
  
  .modal-complex-af1f {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .pattern_25a8,
  .footer-old-40af {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .first-c39b {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .progress_63fd {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .simple_cea3 {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .frame-tiny-e5ea,
  .icon-red-2379 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* iPhone X and notch devices */
@supports (padding: max(0px)) {
  body {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}

/* css-noise: 4fe2 */
.ghost-box-a9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
