/* =======================================================
   WALKINFOOTWEAR – RESPONSIVE CSS  (mohanin.com theme)
   Coverage: 320px → 2560px
   ======================================================= */

/* -------------------------------------------------------
   BASE FLUID
   ------------------------------------------------------- */
.containerFull {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------------
   GLOBAL – ensure images never overflow their container
   ------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

/* CTA full-width image section */
section > img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------------
   HEADER – mobile hamburger always visible on small screens
   ------------------------------------------------------- */
.btnMenu {
  font-size: 22px;
  padding: 6px 8px;
  line-height: 1;
  color: var(--dark);
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Logo image clamp */
.centerLogo img {
  width: clamp(110px, 30vw, 170px);
  height: auto;
}

/* Sidebar logo image */
.sidelogo img {
  width: 140px;
  height: auto;
  display: block;
}

/* -------------------------------------------------------
   ABOUT-ROW (homepage split sections) – small screens
   ------------------------------------------------------- */
@media (max-width: 767px) {
  .about-row,
  .about-row.reverse {
    flex-direction: column;
    padding: 0 16px;
  }
  .about-img-wrap {
    flex: none;
    max-width: 100%;
  }
  .about-img-wrap img {
    height: 240px;
  }
  .about-card-wrap {
    flex: none;
    max-width: 100%;
    margin: -30px 0 0 0 !important;
  }
  .content-box {
    padding: 28px 20px;
  }
  .title {
    font-size: 22px;
  }

  .loader-logo {
    width: 200px;
  }
}

/* -------------------------------------------------------
   PRODUCTS PAGE – category rows
   ------------------------------------------------------- */
@media (max-width: 767px) {
  .pcr-img img {
    min-height: 200px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .products-intro {
    padding: 40px 0 20px;
  }
  .products-intro p {
    font-size: 14px;
  }
}

/* -------------------------------------------------------
   CONTACT PAGE quick-strip – stack on mobile
   ------------------------------------------------------- */
@media (max-width: 575px) {
  .ct-hero {
    padding: 70px 0 50px;
  }
  .ct-hero h1 {
    font-size: clamp(26px, 8vw, 42px);
  }
  .ct-main {
    padding: 50px 0;
  }
  .ct-form-wrap {
    padding: 24px 16px;
  }
  .ct-faq {
    padding: 50px 0;
  }
}

/* -------------------------------------------------------
   ALL-PRODUCTS GRID (product.php) – mobile
   ------------------------------------------------------- */
@media (max-width: 575px) {
  .product-card-inner img {
    height: fit-content;
  }
  .sticky-add-bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 12px 16px;
  }
}

/* -------------------------------------------------------
   ABOUT PAGE – split section, stats, mission
   ------------------------------------------------------- */
@media (max-width: 767px) {
  .about-intro-split {
    padding: 48px 0;
  }
  .about-intro-split .split-content {
    padding: 28px 16px;
  }
  .about-stats-strip {
    padding: 36px 0;
  }
  .mission-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mission-card {
    height: 280px;
  }
  .collections-cards-section {
    padding: 48px 0;
  }
}

/* -------------------------------------------------------
   VALUES SECTION – 3-col on very small screens
   ------------------------------------------------------- */
@media (max-width: 479px) {
  .values-home-grid {
    flex-wrap: wrap;
  }
  .value-home-item {
    flex: 0 0 50%;
    padding: 28px 12px;
  }
}

/* -------------------------------------------------------
   FOOTER – column layout on mobile
   ------------------------------------------------------- */
@media (max-width: 575px) {
  .footer-desc {
    max-width: 100%;
  }
  .footer-contact-list li {
    font-size: 12px;
  }
  .social-icon-list {
    flex-wrap: wrap;
    gap: 8px;
  }
  .copyRight p {
    font-size: 11px;
    padding: 0 12px;
  }
}

/* -------------------------------------------------------
   XS  –  320px – 479px
   ------------------------------------------------------- */
@media (max-width: 479px) {
  /* Top bar */
  .topBar {
    display: none;
  }

  /* Header */
  header {
    height: 62px;
  }
  .centerLogo a {
    font-size: 17px;
    letter-spacing: 0.5px;
  }
  .headerActions {
    gap: 10px;
  }
  .icon-btn {
    font-size: 15px;
  }
  .cart-count {
    width: 15px;
    height: 15px;
    font-size: 9px;
    top: -4px;
    right: -6px;
  }
  .btnMenu {
    font-size: 20px;
  }

  /* Hero slider */
  .hero-slide {
    height: 250px;
  }
  .hero-slide-label {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .hero-slide-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .hero-slide-desc {
    display: none;
  }
  .hero-slide-btn {
    padding: 6px 12px;
    font-size: 8px;
    letter-spacing: 1px;
  }
  .pcr-img {
    min-height: fit-content;
  }
  .pcr-img img {
    min-height: fit-content;
  }
  .video-box{
    margin: 0;
    padding: 0;margin-top: 20px;
  }
  .sus-overview .split-content{
    margin-top: 0;
  }
  .ct-hero {
    padding: 60px 0;
  }
  .heroSlider .slick-prev,
  .heroSlider .slick-next {
    display: none !important;
  }

  /* Capabilities */
  .capabilities-section {
    padding: 50px 0;
  }
  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .cap-head {
    margin-bottom: 36px;
  }

  /* Category grid */
  .cat-section {
    padding-bottom: 50px;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .cat-card {
    aspect-ratio: 2/3;
  }
  .cat-card-title {
    font-size: 16px;
  }

  /* About-row split sections */
  .about-row,
  .about-row.reverse {
    flex-direction: column;
    padding: 0 12px;
  }
  .about-img-wrap {
    flex: none;
    max-width: 100%;
  }
  .about-img-wrap img {
    height: 190px;
  }
  .about-card-wrap {
    flex: none;
    max-width: 100%;
    margin: -20px 0 0 0 !important;
  }
  .content-box {
    padding: 22px 16px;
  }
  .title {
    font-size: 20px;
  }

  /* Values */
  .values-home-section {
    padding: 50px 0;
  }
  .values-home-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .value-home-item {
    flex: 0 0 50%;
    border-right: 1px solid var(--border);
    padding: 30px 16px;
  }
  .value-home-item:nth-child(even) {
    border-right: 1px solid var(--border);
  }

  /* Section titles */
  .section-title {
    font-size: 22px;
  }
  .section-subtitle {
    font-size: 13px;
  }

  /* Collections / product grid */
  .collections-section {
    padding: 40px 0;
  }
  .collections-head {
    margin-bottom: 24px;
  }
  .collections-filter {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .filter-btn {
    justify-content: center;
  }
  .sort-select {
    width: 100%;
  }
  .product-card-inner {
    aspect-ratio: 4/5;
  }
  .product-name {
    font-size: 13px;
  }
  .price {
    font-size: 14px;
  }
  .view-all-wrap {
    margin-top: 28px;
  }

  /* Promo banner */
  .promo-banner {
    padding: 44px 0;
  }
  .promo-title {
    font-size: 24px;
  }
  .promo-desc {
    font-size: 13px;
  }
  .promo-image {
    display: none;
  }

  /* Blog */
  .blog-section {
    padding: 44px 0;
  }
  .blog-img img {
    height: 180px;
  }

  /* Featured */
  .featured-section {
    padding: 44px 0;
  }
  .featured-img {
    min-height: 260px;
    padding: 20px;
  }
  .featured-title {
    font-size: 22px;
  }
  .featured-price {
    font-size: 22px;
  }
  .featured-info {
    padding-left: 0;
    margin-top: 20px;
  }

  /* Footer */
  footer {
    padding-top: 40px;
  }
  .footer-logo a {
    font-size: 18px;
  }
  .footer-desc {
    max-width: 100%;
  }
  .copyRight p {
    font-size: 11px;
  }

  /* Back to top */
  .back-to-top {
    bottom: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .toast-stack {
    bottom: 16px;
    right: 16px;
    left: 16px;
  }
  .toast-item {
    min-width: unset;
    max-width: 100%;
  }

  /* Cart drawer */
  .cart-drawer {
    width: 100vw;
  }
}

/* -------------------------------------------------------
   SM  –  480px – 575px
   ------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 575px) {
  .topBar {
    display: none;
  }
  header {
    height: 60px;
  }
  .centerLogo a {
    font-size: 18px;
  }

  .hero-slide {
    height: 420px;
  }
  .hero-slide-title {
    font-size: 28px;
  }
  .hero-slide-desc {
    font-size: 14px;
  }
  .heroSlider .slick-prev,
  .heroSlider .slick-next {
    display: none !important;
  }

  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  /* about-row stacking */
  .about-row,
  .about-row.reverse {
    flex-direction: column;
  }
  .about-img-wrap {
    flex: none;
    max-width: 100%;
  }
  .about-img-wrap img {
    height: 220px;
  }
  .about-card-wrap {
    flex: none;
    max-width: 100%;
    margin: -30px 0 0 0 !important;
  }
  .content-box {
    padding: 28px 20px;
  }

  .values-home-grid {
    flex-wrap: wrap;
  }
  .value-home-item {
    flex: 0 0 50%;
  }

  footer {
    padding-top: 40px;
  }
  .back-to-top {
    bottom: 16px;
    left: 16px;
  }
}

/* -------------------------------------------------------
   MD-SM  –  576px – 767px
   ------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767px) {
  .topBar-left {
    display: none;
  }
  header {
    height: 62px;
  }

  .hero-slide {
    height: 460px;
  }
  .hero-slide-title {
    font-size: 32px;
  }
  .heroSlider .slick-prev,
  .heroSlider .slick-next {
    display: none !important;
  }

  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 28px;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  /* about-row stacking */
  .about-row,
  .about-row.reverse {
    flex-direction: column;
  }
  .about-img-wrap {
    flex: none;
    max-width: 100%;
  }
  .about-img-wrap img {
    height: 240px;
  }
  .about-card-wrap {
    flex: none;
    max-width: 100%;
    margin: -30px 0 0 0 !important;
  }
  .content-box {
    padding: 32px 24px;
  }

  .values-home-grid {
    flex-wrap: wrap;
  }
  .value-home-item {
    flex: 0 0 50%;
  }
}

/* -------------------------------------------------------
   ALL MOBILE  (max-width: 767px)
   ------------------------------------------------------- */
@media (max-width: 767px) {
  section {
    padding: 48px 0;
  }
  .containerFull {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desktopNav {
    display: none !important;
  }

  .section-title {
    font-size: 24px;
  }
  .section-subtitle {
    font-size: 13px;
    margin-top: 8px;
  }

  /* Capabilities */
  .cap-icon i {
    font-size: 26px;
  }

  /* Collections filter */
  .collections-filter {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product-card-inner {
    aspect-ratio: auto;
  }

  /* Blog */
  .blog-img img {
    height: 200px;
  }

  /* Page hero */
  .page-hero {
    padding: 28px 0;
  }
  .page-hero-title {
    font-size: 22px;
  }

  /* Breadcrumb */
  .breadcrumb-list {
    gap: 6px;
  }
  .breadcrumb-list li {
    font-size: 12px;
  }

  /* Pagination */
  .pagination-wrap {
    gap: 4px;
    margin-top: 36px;
  }
  .page-link-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  /* Sidebar */
  .widget-title {
    font-size: 12px;
  }

  /* Shop toolbar */
  .shop-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* Product detail */
  .product-gallery {
    position: static;
    margin-bottom: 28px;
  }
  .pd-title {
    font-size: 22px;
  }
  .pd-price {
    font-size: 22px;
  }
  .pd-review-bar {
    flex-wrap: wrap;
    gap: 8px;
  }
  .product-tabs-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    gap: 0;
  }
  .prod-tab-btn {
    padding: 10px 16px;
    font-size: 12px;
  }
  .add-cart-row {
    flex-wrap: wrap;
  }
  .add-cart-row .btnTheme {
    width: 100%;
    justify-content: center;
    padding: 12px 0;
  }

  /* About page */
  .about-intro-section {
    padding: 48px 0;
  }
  .about-heading {
    font-size: 26px;
  }
  .stats-strip {
    padding: 44px 0;
  }
  .stat-number {
    font-size: 38px;
  }
  .values-section {
    padding: 48px 0;
  }
  .team-section {
    padding: 48px 0;
  }
  .team-img {
    width: 120px;
    height: 120px;
  }

  /* Contact */
  .contact-section {
    padding: 48px 0;
  }
  .contact-form-wrap {
    padding: 22px 16px;
  }
  .ci-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  .map-wrap {
    height: 240px;
    margin-top: 20px;
  }

  /* Blog */
  .blog-listing-section {
    padding: 48px 0;
  }
  .blog-detail-section {
    padding: 48px 0;
  }
  .blog-full-title {
    font-size: 18px;
  }
  .blog-full-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
  .blog-detail-title {
    font-size: 22px;
  }
  .blog-detail-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
  .blog-detail-body {
    font-size: 14px;
  }
  .author-box {
    flex-direction: column;
    gap: 14px;
    padding: 22px;
  }
  .prev-next-nav {
    flex-direction: column;
    gap: 10px;
  }
  .pn-card {
    min-width: unset;
    text-align: left !important;
  }

  .related-section,
  .related-posts-section {
    padding: 44px 0;
  }

  /* Search overlay */
  .search-box input {
    font-size: 20px;
  }
  .search-overlay-close {
    top: 20px;
    right: 20px;
    font-size: 24px;
  }

  /* Cart drawer */
  .cart-drawer {
    width: 100vw;
  }
  .sticky-add-bar {
    padding: 10px 16px;
  }

  /* Footer */
  footer {
    padding-top: 44px;
  }
  .footer-desc {
    max-width: 100%;
  }
  .social-icon-list {
    flex-wrap: wrap;
  }
}

/* -------------------------------------------------------
   TABLET  –  768px – 991px
   ------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
  .containerFull {
    padding-left: 20px;
    padding-right: 20px;
  }

  header {
    height: 66px;
  }
  .desktopNav {
    display: none !important;
  }
  .centerLogo a {
    font-size: 20px;
  }

  /* Hero */
  .hero-slide {
    height: 520px;
  }
  .hero-slide-title {
    font-size: 40px;
  }

  /* Capabilities */
  .cap-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 24px;
  }

  /* Categories */
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  /* About-row (homepage split card sections) */
  .about-row,
  .about-row.reverse {
    flex-direction: column;
  }
  .about-img-wrap {
    flex: none;
    max-width: 100%;
  }
  .about-img-wrap img {
    height: 360px;
  }
  .about-card-wrap {
    flex: none;
    max-width: 100%;
    margin: -40px 0 0 0 !important;
  }
  .content-box {
    padding: 36px 28px;
  }
  .title {
    font-size: 22px;
  }

  /* Values */
  .values-home-grid {
    flex-wrap: wrap;
  }
  .value-home-item {
    flex: 0 0 33.33%;
  }

  /* Section titles */
  .section-title {
    font-size: 28px;
  }

  /* Promo */
  .promo-title {
    font-size: 32px;
  }
  .promo-image img {
    max-width: 300px;
    height: 200px;
  }

  /* Featured */
  .featured-info {
    padding-left: 18px;
  }
  .featured-title {
    font-size: 28px;
  }
  .featured-price {
    font-size: 24px;
  }

  /* Page hero */
  .page-hero-title {
    font-size: 26px;
  }

  /* About page */
  .about-heading {
    font-size: 32px;
  }
  .stat-number {
    font-size: 42px;
  }

  /* Product detail */
  .pd-title {
    font-size: 26px;
  }
  .pd-price {
    font-size: 24px;
  }

  /* Blog */
  .blog-detail-title {
    font-size: 28px;
  }
  .blog-full-title {
    font-size: 20px;
  }

  /* Contact */
  .contact-form-wrap {
    padding: 28px;
  }

  /* Gallery */
  .gallery-main {
    aspect-ratio: 1/1;
  }

  /* Footer */
  .footer-desc {
    max-width: 100%;
  }
}

/* -------------------------------------------------------
   LAPTOP  –  992px – 1199px
   ------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .containerFull {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-slide {
    height: 580px;
  }
  .hero-slide-title {
    font-size: 52px;
  }

  .cap-grid {
    gap: 40px 28px;
  }
  .cat-grid {
    gap: 14px;
  }

  .featured-title {
    font-size: 30px;
  }

  .pd-title {
    font-size: 28px;
  }
  .blog-detail-title {
    font-size: 30px;
  }
}

/* -------------------------------------------------------
   STANDARD DESKTOP  –  1200px – 1399px
   ------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1399px) {
  .containerFull {
    max-width: 1240px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-slide {
    height: 620px;
  }
}

/* -------------------------------------------------------
   LARGE DESKTOP  –  1400px – 1599px
   ------------------------------------------------------- */
@media (min-width: 1400px) and (max-width: 1599px) {
  .containerFull {
    max-width: 1380px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-slide {
    height: 660px;
  }
  .hero-slide-title {
    font-size: 68px;
  }
  .section-title {
    font-size: 38px;
  }
  .featured-title {
    font-size: 40px;
  }
  .promo-title {
    font-size: 48px;
  }
}

/* -------------------------------------------------------
   WIDESCREEN  –  1600px – 1919px
   ------------------------------------------------------- */
@media (min-width: 1600px) and (max-width: 1919px) {
  .containerFull {
    max-width: 1540px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-slide {
    height: 700px;
  }
  .hero-slide-title {
    font-size: 76px;
  }
  .section-title {
    font-size: 42px;
  }
  .promo-title {
    font-size: 54px;
  }
  .featured-title {
    font-size: 44px;
  }
  .about-heading {
    font-size: 46px;
  }
  .stat-number {
    font-size: 60px;
  }
}

/* -------------------------------------------------------
   4K / ULTRA-WIDE  –  1920px+
   ------------------------------------------------------- */
@media (min-width: 1920px) {
  .containerFull {
    max-width: 1800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  body {
    font-size: 16px;
  }
  .hero-slide {
    height: 760px;
  }
  .hero-slide-title {
    font-size: 84px;
  }
  .section-title {
    font-size: 46px;
  }
  .promo-title {
    font-size: 60px;
  }
  .about-heading {
    font-size: 52px;
  }
  .featured-title {
    font-size: 48px;
  }
  .stat-number {
    font-size: 68px;
  }
}

/* -------------------------------------------------------
   SHOP SIDEBAR: toggle on mobile
   ------------------------------------------------------- */
@media (max-width: 991px) {
  .shop-sidebar-col {
    display: none;
  }
  .shop-sidebar-col.open {
    display: block;
  }
}
@media (min-width: 992px) {
  .shop-sidebar-col {
    display: block !important;
  }
  #filterToggleBtn {
    display: none !important;
  }
}

/* -------------------------------------------------------
   PRINT
   ------------------------------------------------------- */
@media print {
  .topBar,
  header,
  .heroSlider,
  .values-home-section,
  .back-to-top,
  #pageLoader,
  .offcanvas {
    display: none !important;
  }
  .containerFull {
    max-width: 100%;
  }
  body {
    font-size: 12pt;
    color: #000;
  }
}

/* -------------------------------------------------------
   CONTACT PAGE – mobile improvements
   ------------------------------------------------------- */
@media (max-width: 575px) {
  .ct-hero {
    padding: 60px 0 40px;
  }
  .ct-hero h1 {
    font-size: clamp(24px, 7vw, 36px);
  }
  .ct-main {
    padding: 40px 0;
  }
  .ct-form-wrap {
    padding: 22px 14px;
    border-radius: 12px;
  }
  .ct-submit-row {
    flex-direction: column;
    align-items: stretch;
  }
  .ct-submit-btn {
    width: 100%;
    justify-content: center;
  }
  .ct-panel-left {
    padding-right: 0;
    margin-bottom: 32px;
  }
  .ct-faq {
    padding: 40px 0;
  }
  .ct-faq-btn {
    font-size: 14px;
    padding: 16px 18px;
  }

  /* Quick strip stacks on tiny screens */
  .ct-quick-strip .d-flex {
    flex-direction: column;
  }
  .ct-quick-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 14px 20px;
  }
  .ct-quick-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ct-panel-left {
    padding-right: 0;
    margin-bottom: 36px;
  }
  .ct-form-wrap {
    padding: 28px 22px;
  }
  .ct-quick-strip .d-flex {
    flex-wrap: wrap;
  }
  .ct-quick-item {
    flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ct-quick-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ct-quick-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

/* -------------------------------------------------------
   ABOUT PAGE – mobile improvements
   ------------------------------------------------------- */
@media (max-width: 575px) {
  .about-hero-banner {
    height: 260px;
  }
  .about-hero-banner h1 {
    font-size: clamp(22px, 6vw, 30px);
  }
  .about-intro-split {
    padding: 36px 0;
  }
  .about-intro-split .split-content {
    padding: 22px 0;
  }
  .about-intro-split .split-content h2 {
    font-size: 22px;
  }
  .mission-section {
    padding: 36px 0;
  }
  .mission-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mission-card {
    height: 260px;
  }
  .collections-cards-section {
    padding: 36px 0;
  }
}

/* -------------------------------------------------------
   PRODUCTS PAGE – mobile improvements
   ------------------------------------------------------- */
@media (max-width: 575px) {
  .products-intro {
    padding: 28px 0 16px;
  }
  .products-intro p {
    font-size: 13px;
  }
  .product-category-row {
    padding: 32px 0;
  }
  .pcr-content {
    padding: 22px 0;
  }
  .pcr-title {
    font-size: 20px;
  }
  .pcr-text {
    font-size: 13px;
  }
  .pcr-features li {
    font-size: 13px;
  }
  .pcr-img img {
    height: 220px;
    object-fit: cover;
  }
}

/* -------------------------------------------------------
   SUSTAINABILITY PAGE – mobile improvements
   ------------------------------------------------------- */
@media (max-width: 575px) {
  .sus-overview {
    padding: 36px 0;
  }
  .sus-overview .split-content {
    padding: 22px 0;
  }
  .sus-pillars {
    gap: 16px;
  }
  .sus-timeline-section {
    padding: 40px 0;
  }
  .tl-content {
    padding: 18px 16px;
  }
  .tl-title {
    font-size: 16px;
  }
  .sus-awards {
    padding: 40px 0;
  }
  .award-card {
    padding: 22px 16px;
  }
  .sus-commit {
    padding: 40px 0;
  }
  .commit-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .commit-card {
    padding: 26px 20px;
  }
  .sus-cta {
    padding: 50px 0;
  }
}

/* -------------------------------------------------------
   HOMEPAGE – mobile improvements
   ------------------------------------------------------- */
@media (max-width: 575px) {
  /* About overlap card sections */
  .about-row,
  .about-row.reverse {
    padding: 0 12px;
  }
  .about-img-wrap img {
    height: 200px;
  }
  .about-card-wrap {
    margin: -20px 0 0 0 !important;
  }
  .content-box {
    padding: 24px 16px;
  }
  .title {
    font-size: 20px;
  }

  /* Values grid: 2 cols on mobile */
  .values-home-section {
    padding: 36px 0;
  }
  .values-home-grid {
    flex-wrap: wrap;
  }
  .value-home-item {
    flex: 0 0 50%;
    padding: 28px 14px;
  }
  .value-home-icon {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .value-home-title {
    font-size: 11px;
  }

  /* Cat grid: 2 cols */
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* -------------------------------------------------------
   HEADER height unification on mobile
   ------------------------------------------------------- */
@media (max-width: 767px) {
  header {
    height: 64px !important;
  }
  .mainMenu {
    padding: 0 4px;
  }
  .centerLogo img {
    width: clamp(90px, 28vw, 140px);
  }
}

/* -------------------------------------------------------
   FOOTER – mobile column stacking
   ------------------------------------------------------- */
@media (max-width: 575px) {
  footer .row {
    text-align: center;
  }
  .footer-logo {
    display: flex;
    justify-content: center;
  }
  .footer-contact-list li {
    justify-content: center;
    text-align: left;
  }
  .social-icon-list {
    justify-content: center;
  }
  .footer-links-list {
    padding: 0;
  }
}

/* -------------------------------------------------------
   GLOBAL – smooth transitions on interactive elements
   ------------------------------------------------------- */
a,
button {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}

/* Prevent horizontal scroll on all pages */
.wrapper,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
