/* HERO SLIDER */
    .mobile-search-toggle, .mobile-menu-toggle, .mobile-blog-link, .hero-eyebrow, .stat-icon, .mobile-promo-copy, .mobile-panel-close, .mobile-service-icons { display: none; }
    .mc-header-actions { display: flex; align-items: center; gap: 10px; }
    .mobile-menu { border: 0; }
    .home-page .mobile-blog-link { display: none; }
    .stat-header { color: inherit; font: inherit; text-align: left; }
    .home-page :focus-visible { outline: 2px solid #757575; outline-offset: 4px; }
    .hero-slider { padding: 10px 0; }
    .slider-container { width: 100%; height: 500px; border-radius: 24px; overflow: hidden; position: relative; background: #000; }
    .slide {
      position: absolute; top: 0; left: 0; width: 100%; height: 100%;
      opacity: 0; transition: opacity 0.6s ease-in-out; background-size: cover; background-position: center;
      display: flex; align-items: center; pointer-events: none;
    }
    .slide.active { opacity: 1; z-index: 1; pointer-events: all; }
    .slide-1 { background: linear-gradient(135deg, #000000 0%, #1c1c1e 100%); }
    .slide-2 { background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%); }
    .slide-3 { background: linear-gradient(135deg, #0f2027 0%, #203a43 100%); }

    .slide-content {
      padding: 80px; color: #fff; max-width: 650px;
      transform: translateY(20px); transition: transform 0.6s ease-out; opacity: 0; position: relative; z-index: 2;
    }
    .slide.active .slide-content { transform: translateY(0); opacity: 1; }
    .slide-content :is(h1, h2) { font-size: 48px; font-weight: 900; margin-bottom: 20px; line-height: 1.1; letter-spacing: -1px; }
    .slide-content p { font-size: 18px; color: #d1d1d6; margin-bottom: 35px; line-height: 1.5; font-weight: 400; }
    .slide-btn {
      background: #fff; color: #000; padding: 16px 32px; border-radius: 40px;
      font-weight: 700; font-size: 14px; display: inline-block; transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .slide-btn:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(255,255,255,0.15); }
    .slide-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
    .slide-text-link { color: #e1e2e3; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
    .hero-delivery { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 0 4px; color: #73737b; font-size: 12px; line-height: 1.5; }
    .hero-delivery svg { width: 18px; height: 18px; flex-shrink: 0; }
    .hero-delivery-arrow { font-size: 16px; }
    .hero-delivery:hover { color: #222; }
    .slider-arrow {
      position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px;
      background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(5px); border-radius: 50%;
      display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; cursor: pointer;
      z-index: 20; transition: 0.3s ease; user-select: none;
    }
    .slider-arrow:hover { background: #fff; color: #000; }
    .prev-arrow { left: 30px; }
    .next-arrow { right: 30px; }
    .slider-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
    .dot { width: 10px; height: 10px; background: rgba(255,255,255,0.3); border-radius: 50%; cursor: pointer; transition: 0.3s; }
    .dot.active { background: #fff; transform: scale(1.2); }

    /* ABOUT SECTION */
    .about-section { padding: 10px 0; background: #fff; }
    .about-section h2 { text-align: center; font-size: 24px; font-weight: 700; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; }
    .stats-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 10px; }
    
    
    .stat-card { display: flex; flex-direction: row; align-items: flex-start; gap: 12px; }
    .stat-header { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
    .bracket { color: var(--accent-gray); font-size: 32px; font-weight: 300; opacity: 0.8; }
    .stat-value { font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.5px; }
    .stat-info { display: flex; flex-direction: column; padding-top: 5px; }
    .stat-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
    .stat-desc { font-size: 11px; color: var(--text-sec); font-weight: 500; line-height: 1.5; }
    .contact-banner {
      background: var(--accent-black); border-radius: 50px; padding: 14px 40px; display: flex;
      align-items: center; justify-content: center; gap: 20px; color: #fff; max-width: fit-content; margin: 0 auto;
    }
    .contact-banner span { font-size: 14px; font-weight: 500; }
    .social-btn { background: #fff; color: #000; padding: 10px 22px; border-radius: 25px; font-size: 13px; font-weight: 700; transition: 0.3s; }
    .social-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,255,255,0.2); }



    /* CATALOG SECTION */
    .catalog-section-wrapper { background-color: var(--sec-bg); padding: 30px 0; border-top: 1px solid var(--border); }
    .section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
    .section-title { font-size: 28px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; }
    .view-all-link { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--text-sec); text-transform: uppercase; transition: 0.3s ease; }
    .view-all-link:hover { color: var(--accent-black); }
    .view-all-link span { font-size: 16px; transition: transform 0.3s ease; }
    .view-all-link:hover span { transform: translateX(5px); }

    .products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; align-items: start; }
    #products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .products-error { grid-column: 1 / -1; color: #d70015; text-align: center; }



    /* --- INDIVIDUAL BUILD BANNER --- */
    .individual-build-promo {
      padding: 0;
      background: var(--bg);
    }
    .individual-build-promo__inner {
      position: relative;
      isolation: isolate;
      min-height: 286px;
      overflow: hidden;
      color: #fff;
      background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 54%, rgba(0, 0, 0, 0) 74%),
        url('individual-build-banner.webp');
      background-color: #050505;
      background-position: center, center;
      background-size: 100% 100%, cover;
      background-repeat: no-repeat;
      border-radius: 0;
    }
    .individual-build-promo__layout {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1400px;
      min-height: inherit;
      margin: 0 auto;
      padding: 38px 46px;
      box-sizing: border-box;
    }
    .individual-build-promo__content {
      position: relative;
      width: 100%;
      max-width: 720px;
      flex: 0 0 auto;
    }
    .individual-build-promo h2 {
      max-width: 680px;
      margin: 0 0 10px;
      font-size: 44px;
      line-height: 1.02;
      letter-spacing: -0.035em;
      text-transform: uppercase;
    }
    .individual-build-promo__lead {
      max-width: 590px;
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      line-height: 1.6;
    }
    .individual-build-promo__footer {
      display: flex;
      align-items: center;
      gap: 28px;
      margin-top: 24px;
    }
    .individual-build-promo__features {
      display: flex;
      align-items: center;
      gap: 22px;
    }
    .individual-build-promo__feature {
      display: flex;
      align-items: center;
      gap: 9px;
      color: rgba(255, 255, 255, 0.76);
      font-size: 11px;
      font-weight: 400;
      white-space: nowrap;
    }
    .individual-build-promo__feature svg {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.6;
    }
    .individual-build-promo__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      min-height: 48px;
      padding: 0 22px;
      border: 1px solid #fff;
      border-radius: 10px;
      background: #fff;
      color: #000;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
      white-space: nowrap;
    }
    .individual-build-promo__button:hover {
      transform: translateY(-2px);
      background: transparent;
      color: #fff;
    }
    .individual-build-promo__button > span[aria-hidden="true"] {
      font-size: 19px;
      line-height: 1;
    }

    
    

   /* --- ВИБІР ЗА БЮДЖЕТОМ --- */
    .budget-section-header {
      display: flex;
      flex-wrap: wrap; /* Дозволяє переносити таби на новий рядок на менших екранах */
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-bottom: 30px;
      border-bottom: 1px solid var(--border);
      padding-bottom: 20px;
    }
    .budget-section-header .section-title {
      margin: 0;
    }

    .budget-inline-tabs {
      display: flex;
      align-items: center;
      gap: 20px;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .budget-inline-tabs::-webkit-scrollbar { display: none; }

    .b-tab {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-sec);
      text-transform: uppercase;
      cursor: pointer;
      position: relative;
      transition: color 0.3s ease;
      white-space: nowrap;
    }
    .b-tab:hover { color: var(--accent-black); }
    .b-tab.active { color: var(--accent-black); font-weight: 700; }

    .b-tab:not(:last-child)::after {
      content: '';
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 14px;
      background-color: var(--border);
    }

    /* КАРТКА ПЕРЕХОДУ ДО КАТАЛОГУ */
    .budget-view-all-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
      height: var(--card-base-height);
      width: 100%;
      background: var(--card-bg); /* Білий фон, як у карток ПК */
      border-radius: 16px;
      color: var(--text);
      transition: all 0.3s ease;
      border: 1px solid transparent;
      box-sizing: border-box;
      text-decoration: none;
    }
    .card-wrapper:hover .budget-view-all-card {
      border-color: var(--border);
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .budget-view-all-card svg {
      width: 48px;
      height: 48px;
      margin-bottom: 20px;
      fill: var(--text);
      transition: transform 0.3s ease;
    }
    .card-wrapper:hover .budget-view-all-card svg {
      transform: translateX(8px);
    }
    .budget-view-all-card h3 {
      font-size: 16px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 1.3;
    }
    .budget-view-all-card p {
      font-size: 12px;
      color: var(--text-sec);
      font-weight: 500;
    }

    /* --- LATEST BLOG MATERIALS --- */
    .home-blog-section {
      padding: 24px 0 10px;
      background: var(--bg);
      border-top: 1px solid var(--border);
    }
    .home-blog-heading {
      margin-bottom: 16px;
    }
    .home-blog-viewport {
      position: relative;
    }
    .home-blog-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(280px, calc((100% - 72px) / 4.25));
      grid-template-columns: none;
      gap: 24px;
      min-width: 0;
      overflow-x: auto;
      padding: 4px 100px 20px 2px;
      scroll-snap-type: x proximity;
      scrollbar-width: none;
    }
    .home-blog-track::-webkit-scrollbar { display: none; }
    .home-blog-track .blog-card,
    .home-blog-track .blog-skeleton { scroll-snap-align: start; }
    .home-blog-more-fade {
      position: absolute;
      z-index: 3;
      top: 0;
      right: -1px;
      bottom: 0;
      width: 190px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 10px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--bg) 54%, var(--bg) 100%);
      pointer-events: none;
    }
    .home-blog-more-link {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 44px;
      padding: 0 16px;
      color: #fff;
      background: #000;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
      pointer-events: auto;
    }
    .home-blog-more-link span {
      font-size: 20px;
      line-height: 1;
      transition: transform 0.25s ease;
    }
    .home-blog-more-link:hover span {
      transform: translateX(4px);
    }
    
    

    /* Native controls keep the original visual design. */
    .slider-arrow,
    .dot,
    .b-tab {
      appearance: none;
      -webkit-appearance: none;
      border: 0;
      font-family: inherit;
    }
    .slider-arrow,
    .dot,
    .b-tab { padding: 0; }
    .b-tab { background: transparent; }

/* Homepage responsive system. All legacy homepage breakpoints were removed. */
.product-carousel { position: relative; min-width: 0; }
.product-carousel-next { display: none; }
@media (max-width: 1200px) {
  .home-page .stats-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .home-page #products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page #budget-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page .individual-build-promo__footer { flex-direction: column; align-items: flex-start; gap: 20px; }
  .home-page .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .home-page .product-carousel-next:not([hidden]) {
    position: absolute;
    top: 43%;
    right: -10px;
    z-index: 400;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e8e8ec;
    border-radius: 50%;
    background: #fffffff0;
    color: #73737b;
    box-shadow: 0 3px 12px #16162412;
    opacity: .7;
    transform: translateY(-50%);
    transition: opacity .18s ease;
    touch-action: manipulation;
  }
  .home-page .product-carousel-next:hover,
  .home-page .product-carousel-next:focus-visible { opacity: 1; }
  .home-page .product-carousel-next svg { width: 17px; height: 17px; }
  .home-page .hero-slider { padding: 2px 0 0; }
  .home-page .slider-container { height: clamp(195px, 52vw, 215px); border-radius: 14px; }
  .home-page .slide { align-items: center; background-image: linear-gradient(90deg, rgba(3,9,11,.93), rgba(3,9,11,.76) 40%, rgba(3,9,11,.08) 100%), url('about-hero-wide-v52.webp'); background-size: cover; background-position: center, 65% center; }
  .home-page .slide-2 { background-image: linear-gradient(90deg, #03090bf2, #03090bb0 50%, #03090b20), url('individual-build-banner-mobile.webp'); background-position: center, 65% center; }
  .home-page .slide-3 { background-position: center, 50% center; }
  .home-page .slide-content { width: 74%; max-width: 330px; padding: 10px 0 32px 16px; }
  .home-page .hero-eyebrow { display: none; }
  .home-page .slide-content :is(h1, h2) { font-size: clamp(19px, 5.4vw, 23px); line-height: 1.03; letter-spacing: -.04em; margin-bottom: 7px; font-weight: 800; }
  .home-page .slide-content p { max-width: 220px; font-size: 10px; line-height: 1.35; margin-bottom: 10px; color: #e1e2e3; }
  .home-page .slide-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 9px 28px; font-size: 9px; line-height: 1.2; text-align: center; border-radius: 30px; }
  .home-page .slide-actions { gap: 12px; }
  .home-page .slide-text-link { font-size: 9px; line-height: 1.4; }
  .home-page .hero-delivery { gap: 7px; padding: 10px 0 8px; font-size: 9px; }
  .home-page .hero-delivery svg { width: 15px; height: 15px; }
  .home-page .slider-arrow { top: auto; bottom: 7px; display: flex; width: 28px; height: 28px; transform: none; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.11); backdrop-filter: blur(8px); font-size: 11px; }
  .home-page .slider-arrow:hover { background: rgba(255,255,255,.2); color: #fff; }
  .home-page .prev-arrow { left: calc(50% - 74px); }
  .home-page .next-arrow { left: calc(50% + 44px); right: auto; }
  .home-page .slider-dots { bottom: 6px; gap: 0; }
  .home-page .dot { width: 23px; height: 30px; background: transparent; transform: none; display: grid; place-items: center; }
  .home-page .dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; border: 1px solid #ffffff90; }
  .home-page .dot.active::after { background: #fff; border-color: #fff; }
  .home-page .about-section { display: none; }
  .home-page .about-section h2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .home-page .stats-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; align-items: stretch; }
  .home-page .stat-card { display: flex; flex-direction: column; gap: 12px; padding: 16px 13px; border: 1px solid #ededf0; border-radius: 14px; background: #fafafa; min-width: 0; }
  .home-page .stat-header { display: flex; align-items: center; gap: 8px; padding: 0; }
  .home-page .stat-icon { display: block; width: 23px; height: 23px; flex-shrink: 0; }
  .home-page .bracket { display: none; }
  .home-page .stat-value { font-size: 11px; font-weight: 700; letter-spacing: -.02em; }
  .home-page .stat-info { display: flex; gap: 5px; padding: 0; }
  .home-page .stat-title { font-size: 12px; line-height: 1.45; font-weight: 600; margin: 0; }
  .home-page .stat-desc { font-size: 11px; line-height: 1.6; color: #7b7b82; }
  .home-page .contact-banner { padding: 17px 16px; gap: 10px; width: 100%; max-width: none; border-radius: 14px; background: #000; color: #fff; flex-wrap: wrap; }
  .home-page .contact-banner > span { flex-basis: 100%; font-size: 12px; line-height: 1.5; text-align: center; }
  .home-page .social-btn { min-width: 98px; padding: 11px 18px; font-size: 11px; background: #fff; color: #111; border: 0; border-radius: 24px; text-align: center; }
  .home-page .catalog-section-wrapper { padding: 24px 0 0; background: #fff; border: 0; }
  .home-page .catalog-section-wrapper[style] { background: #fff !important; }
  .home-page .section-header, .home-page .home-blog-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
  .home-page .section-title { font-size: clamp(19px, 4.8vw, 27px); font-weight: 750; line-height: 1.15; letter-spacing: -.035em; }
  .home-page .view-all-link { flex: 0 0 auto; gap: 6px; font-size: 9px; color: #222; font-weight: 600; }
  .home-page .view-all-link span { font-size: 17px; }
  .home-page #products-grid, .home-page #budget-products-grid { display: flex; gap: 12px; align-items: stretch; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 0; padding: 0 0 8px; scrollbar-width: none; }
  .home-page .products-grid::-webkit-scrollbar { display: none; }
  .home-page .individual-build-promo { padding: 14px var(--mobile-gutter) 0; }
  .home-page .individual-build-promo__inner {
    min-height: clamp(225px, 61vw, 150px);
    border-radius: 14px;
    background-image: linear-gradient(90deg, #000f 0%, #000e 45%, #0007 70%, #0002 100%), url('individual-build-banner-mobile.webp');
    background-position: center, 69% center;
  }
  .home-page .individual-build-promo__layout { min-height: clamp(225px, 61vw, 150px); padding: 8px 16px 8px 16px; }
  .home-page .individual-build-promo__content { max-width: 100%; }
  .home-page .individual-build-promo h2 { max-width: 82%; font-size: clamp(18px, 4.9vw, 21px); line-height: 1.06; font-weight: 800; margin-bottom: 7px; }
  .home-page .individual-build-promo__lead { max-width: 76%; line-height: 1.4; color: #e2e2e5; }
  .home-page .individual-build-promo__lead .desktop-promo-copy { display: none; }
  .home-page .individual-build-promo__lead .mobile-promo-copy { display: inline; }
  .home-page .individual-build-promo__button .desktop-promo-copy { display: inline; }
  .home-page .individual-build-promo__button .mobile-promo-copy { display: none; }
  .home-page .individual-build-promo__footer { align-items: flex-start; margin-top: 10px; gap: 9px; }
  .home-page .individual-build-promo__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    gap: 5px;
  }
  .home-page .individual-build-promo__feature {
    justify-content: center;
    min-width: 0;
    min-height: 25px;
    padding: 4px 5px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    background: rgba(0,0,0,.28);
    color: rgba(255,255,255,.86);
    font-size: 7px;
    line-height: 1.22;
    text-align: left;
    white-space: normal;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .home-page .individual-build-promo__feature svg { width: 14px; height: 14px; }
  .home-page .individual-build-promo__button { min-height: 32px; gap: 10px; font-size: 8px; padding: 0 12px; border-radius: 24px; }
  .home-page .individual-build-promo__button > span[aria-hidden="true"] { font-size: 14px; }
  .home-page .budget-section-header { display: block; border: 0; padding: 0; margin-bottom: 14px; }
  .home-page .budget-inline-tabs { margin-top: 16px; gap: 8px; padding-bottom: 2px; scroll-snap-type: x proximity; }
  .home-page .b-tab { padding: 12px 14px; min-height: 40px; border-radius: 9px; background: #f3f3f5; font-size: 11px; scroll-snap-align: start; }
  .home-page .b-tab.active { background: #111; color: #fff; }
  .home-page .b-tab::after { display: none; }
  .home-page .budget-view-all-card { height: 100%; min-height: 300px; border: 1px solid #eeeef1; padding: 16px; }
  .home-page .budget-view-all-card h3 { font-size: 13px; }
  .home-page .budget-view-all-card p { font-size: 11px; line-height: 1.5; }
  .home-page .card-wrapper:hover .budget-view-all-card { transform: none; box-shadow: none; }
  .home-page .home-blog-section { padding: 26px 0 30px; border: 0; }
  .home-page .mobile-blog-link { display: flex; }
  .home-page .home-blog-track { grid-auto-columns: 100%; gap: 12px; padding: 0 0 4px; scroll-snap-type: x mandatory; }
  .home-page .home-blog-more-fade { display: none; }
  .home-page .blog-card { border: 1px solid #efeff2; border-radius: 14px; }
  .home-page .blog-card:hover { transform: none; box-shadow: none; }
  .home-page .blog-card-link { display: grid; grid-template-columns: 28% minmax(0, 1fr); align-items: center; gap: 12px; padding: 10px; }
  .home-page .blog-card-media { width: 100%; height: 110px; aspect-ratio: auto; border-radius: 10px; }
  .home-page .blog-card-body { min-height: 0; padding: 0; }
  .home-page .blog-card-category { font-size: 8px; margin-bottom: 5px; border-radius: 20px; }
  .home-page .blog-card-title { font-size: 12px; line-height: 1.35; margin-bottom: 5px; }
  .home-page .blog-card-excerpt { font-size: 10px; line-height: 1.45; margin-bottom: 6px; }
  .home-page .blog-card-meta { font-size: 8px; gap: 4px; flex-wrap: wrap; }
  .home-page .blog-read-time { font-size: 8px; }
}

@media (max-width: 359px) {
  .home-page { --mobile-gutter: 12px; }
  .home-page .nav-icons > .icon-btn { width: 36px; }
  .home-page .logo-img { width: 132px; }
  .home-page .slider-container { height: 195px; }
  .home-page .slide-content { width: 82%; padding-left: 16px; }
  .home-page .individual-build-promo h2 { font-size: 18px; }
  .home-page .contact-banner > span { flex-basis: 100%; text-align: center; }
  .home-page .card-wrapper { flex-basis: 70%; }
  .home-page .section-header { gap: 8px; }
  .home-page .section-title { font-size: 18px; }
  .home-page .view-all-link { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu[open] { animation: none; }
  .home-page *, .home-page *::before, .home-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

.home-products-fallback a, .home-articles-fallback a { text-decoration: underline; text-underline-offset: 3px; color: var(--text); }
.home-products-fallback { grid-column: 1 / -1; padding: 30px 0; line-height: 1.7; }
.home-page .home-blog-section[hidden] { display: none; }
