/*
Theme Name: Weston Fun Shop
Theme URI: https://westonfun.example/
Author: Weston Fun Inc
Description: A clean WooCommerce storefront theme for Weston Fun Inc.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: weston-fun-shop
*/

:root {
  --weston-ink: #111827;
  --weston-muted: #5f6b7a;
  --weston-line: #e5e7eb;
  --weston-soft: #f6f7f8;
  --weston-accent: #111827;
  --weston-warm: #111827;
  --weston-max: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--weston-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--weston-line);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  max-width: var(--weston-max);
  margin: 0 auto;
  min-height: 70px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand {
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
}

.site-nav a {
  color: #293241;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus {
  color: #000;
}

.site-main {
  min-height: 58vh;
}

.weston-hero,
.weston-section,
.weston-page,
.weston-contact-strip,
.content-wrap {
  max-width: var(--weston-max);
  margin: 0 auto;
  padding: 64px 24px;
}

.weston-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
}

.weston-hero > div {
  flex: 1 1 0;
  width: 100%;
  max-width: 820px;
  min-width: 0;
}

.weston-eyebrow {
  margin: 0 0 14px;
  color: var(--weston-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.weston-hero h1,
.entry-title {
  margin: 0 0 22px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: .95;
  letter-spacing: 0;
}

.weston-hero p,
.weston-section-head p,
.weston-page p,
.weston-contact-strip p,
.entry-content p {
  color: var(--weston-muted);
  line-height: 1.72;
}

.weston-hero p {
  max-width: 760px;
  font-size: 18px;
  overflow-wrap: break-word;
}

.weston-button,
.button.weston-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 0;
  border-radius: 3px;
  background: var(--weston-ink);
  color: #fff;
  padding: 13px 20px;
  text-decoration: none;
  font-weight: 650;
}

.weston-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #374151;
  color: #fff;
}

.weston-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.weston-section-head h2,
.weston-contact-strip h2,
.weston-page h1,
.related.products h2,
.woocommerce-products-header__title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.weston-contact-strip {
  border-top: 1px solid var(--weston-line);
  text-align: center;
}

.weston-contact-strip span {
  color: #a0a8b3;
  margin: 0 8px;
}

.weston-contact-card {
  max-width: 760px;
  padding: 28px;
  border: 1px solid var(--weston-line);
  border-radius: 8px;
  background: #fff;
}

.weston-product-copy h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 22px;
}

.weston-product-copy ul {
  padding-left: 22px;
  color: #273244;
  line-height: 1.7;
}

.weston-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  border-top: 1px solid var(--weston-line);
}

.weston-spec-table th,
.weston-spec-table td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--weston-line);
  text-align: left;
  vertical-align: top;
}

.weston-spec-table th {
  width: 30%;
  font-weight: 700;
  color: var(--weston-ink);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  margin: 0;
  float: none;
}

.woocommerce ul.products li.product a img {
  margin: 0 0 14px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--weston-soft);
  border: 1px solid #edf0f2;
  border-radius: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px;
  padding: 0;
  font-size: 16px;
  line-height: 1.38;
  color: var(--weston-ink);
}

.woocommerce ul.products li.product .price {
  color: var(--weston-warm);
  font-weight: 700;
}

.woocommerce div.product {
  max-width: var(--weston-max);
  margin: 0 auto;
  padding: 54px 24px;
}

.woocommerce div.product div.images img {
  background: var(--weston-soft);
  border: 1px solid #edf0f2;
  border-radius: 6px;
}

.weston-product-inquiry {
  clear: both;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #f8f8f8;
}

.weston-product-inquiry__label {
  margin: 0 0 8px;
  color: #626262;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.weston-product-inquiry h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 22px;
  line-height: 1.18;
}

.weston-product-inquiry p {
  color: #666666;
  line-height: 1.55;
}

.weston-product-inquiry__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.weston-inquiry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 18px;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  font-weight: 850;
}

.weston-inquiry-button--light {
  background: #ffffff;
  color: #111111;
}

.woo-main {
  max-width: var(--weston-max);
  margin: 0 auto;
  padding: 54px 24px;
}

.site-footer {
  margin-top: 48px;
  background: #111827;
  color: #fff;
}

.site-footer__inner {
  max-width: var(--weston-max);
  margin: 0 auto;
  padding: 34px 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #d1d5db;
  font-size: 14px;
}

.site-footer strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header__inner,
  .site-nav,
  .site-footer__inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    padding: 14px 18px;
  }

  .site-nav {
    width: 100%;
    gap: 16px;
  }

  .weston-hero,
  .weston-section,
  .weston-page,
  .weston-contact-strip,
  .content-wrap,
  .woo-main,
  .woocommerce div.product {
    padding: 42px 18px;
  }

  .weston-hero p,
  .weston-section-head p {
    width: auto;
    max-width: 34ch;
    font-size: 16px;
  }

  .weston-hero > div,
  .weston-section-head {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .weston-section-head {
    display: block;
  }

  .weston-spec-table th,
  .weston-spec-table td {
    display: block;
    width: 100%;
  }
}

body .weston-hero h1,
body.elementor-kit-10 h1,
body.elementor-kit-10 h2,
body.elementor-kit-10 h3,
body .elementor-heading-title,
body .entry-title,
body .weston-section-head h2,
body .weston-contact-strip h2,
body .weston-page h1,
body .related.products h2,
body .woocommerce-products-header__title,
body .woocommerce ul.products li.product .woocommerce-loop-product__title,
body .woocommerce ul.products li.product .price {
  color: var(--weston-ink) !important;
}

body .weston-button,
body .button.weston-button,
body .wp-element-button,
body .elementor-button,
body .elementor-button:visited,
body .elementor-button-link,
body .elementor-widget-button .elementor-button,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .single_add_to_cart_button {
  background: var(--weston-ink) !important;
  background-color: var(--weston-ink) !important;
  color: #fff !important;
  border-color: var(--weston-ink) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

body .weston-button:hover,
body .button.weston-button:hover,
body .wp-element-button:hover,
body .elementor-button:hover,
body .elementor-button-link:hover,
body .elementor-widget-button .elementor-button:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .single_add_to_cart_button:hover {
  background: #374151 !important;
  background-color: #374151 !important;
  color: #fff !important;
}

/* AGIBOT-style storefront refresh using Weston-owned content and assets. */
body {
  background: #eeeeee;
  color: #111111;
}

.site-main {
  background: #eeeeee;
}

.site-header {
  background: #ffffff;
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}

.site-topbar {
  min-height: 40px;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  background: #181818;
  color: #ffffff;
  font-size: 12px;
  font-weight: 650;
}

.site-topbar a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-topbar span:nth-child(2) {
  text-align: center;
}

.site-topbar span:last-child {
  justify-self: end;
}

.site-header__inner {
  max-width: none;
  min-height: 54px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  background: #ffffff;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #111111;
  font-size: 18px;
  font-weight: 750;
}

.site-brand-mark {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #58c7ff, #7563ff);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.site-brand-store {
  padding: 6px 8px;
  border-radius: 4px;
  background: #202020;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.site-nav {
  justify-content: center;
  gap: 28px;
  font-size: 15px;
}

.site-nav a {
  color: #111111;
  text-decoration: none;
  white-space: nowrap;
}

.site-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.site-icon-link {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  font-size: 0;
}

.site-search-link::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.site-search-link::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.site-account-link::before {
  content: "";
  position: absolute;
  top: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.site-account-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 16px;
  height: 9px;
  border: 2px solid currentColor;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 0;
}

.site-cart {
  width: auto;
  min-width: 52px;
  height: 30px;
  padding: 0 9px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #111111;
  border-radius: 999px;
}

.site-menu-toggle,
.site-menu-button {
  display: none;
}

body.home .elementor-section .elementor-container,
body.home .elementor-column,
body.home .elementor-widget-wrap,
body.home .elementor-widget-html,
body.home .elementor-widget-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

body.home .elementor-section {
  margin: 0 !important;
}

.weston-agibot-home {
  background: #eeeeee;
  color: #111111;
  overflow: hidden;
}

.store-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: stretch;
  background: #151515;
  color: #ffffff;
  overflow: hidden;
}

.store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center bottom;
  transform: scale(1.01);
  display: none;
}

.store-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.01);
}

.store-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.04) 44%, rgba(0,0,0,.20) 100%);
}

.store-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 94px 24px 70px;
  text-align: center;
}

.store-hero__kicker {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.store-hero h1 {
  margin: 0 auto 18px;
  max-width: 980px;
  color: #ffffff !important;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .95;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .55);
}

body.elementor-kit-10 .store-hero h1,
body.elementor-kit-10 .store-hero h2,
body.elementor-kit-10 .store-hero h3,
body .store-hero h1,
body .store-hero .store-hero__kicker,
body .store-hero .store-hero__summary {
  color: #ffffff !important;
}

.store-hero__summary {
  margin: 0 auto 26px;
  max-width: 760px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.55;
}

.store-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.store-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 23px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-weight: 800;
}

.store-pill--dark {
  background: #111111;
  color: #ffffff;
}

.store-slider-controls {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 80px;
  display: flex;
  gap: 16px;
}

.store-slider-controls span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}

.store-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 90px 48px;
}

.store-card-row,
.store-product-grid,
.store-action-grid,
.store-service-grid {
  display: grid;
  gap: 20px;
}

.store-card-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.store-category-link {
  min-height: 92px;
  padding: 18px;
  display: grid;
  align-content: space-between;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
}

.store-category-link strong {
  font-size: 16px;
  line-height: 1.15;
}

.store-category-link span {
  color: #696969;
  font-size: 13px;
}

.store-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-action-grid,
.store-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-feature-card,
.store-product-card,
.store-action-card,
.store-service-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.store-feature-card {
  min-height: 560px;
  color: #111111;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}

.store-feature-card img {
  width: 100%;
  height: 390px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #f7f7f7;
}

.store-feature-card__body {
  min-height: 170px;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
}

.store-feature-card h2,
.store-product-card h3,
.store-section-head h2,
.store-action-card h2,
.store-services h2 {
  margin: 0;
  color: #050505 !important;
  letter-spacing: 0;
}

.store-feature-card h2 {
  font-size: 23px;
  line-height: 1.08;
}

.store-feature-card p,
.store-product-card p,
.store-section-head p,
.store-service-card p {
  margin: 9px 0 0;
  color: #666666;
  line-height: 1.5;
}

.store-feature-card .store-pill,
.store-product-card .store-pill {
  min-height: 38px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 13px;
}

.store-section-head {
  margin-bottom: 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.store-section-head h2 {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1;
}

.store-section-head .store-pill {
  border: 1px solid #111111;
}

.store-product-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.store-product-card img {
  width: 100%;
  aspect-ratio: 1 / .82;
  object-fit: contain;
  object-position: center;
  background: #f7f7f7;
}

.store-product-card__body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.store-product-card__brand {
  margin-bottom: 10px;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.store-product-card h3 {
  font-size: 19px;
  line-height: 1.2;
}

.store-product-card__price {
  margin-top: auto;
  padding-top: 16px;
  color: #111111;
  font-weight: 850;
}

.store-product-card__body .store-pill {
  align-self: flex-start;
  margin-top: 16px;
}

.store-action-card {
  min-height: 330px;
  background: #111111;
  color: #ffffff;
}

.store-action-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  opacity: .92;
}

.store-action-card h3 {
  position: absolute;
  left: 22px;
  bottom: 20px;
  margin: 0;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}

.store-enterprise {
  padding: 0 48px 88px;
}

.store-action-card.store-enterprise-card {
  max-width: 1320px;
  min-height: 310px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  align-items: center;
  background: linear-gradient(110deg, rgba(0,0,0,.80), rgba(0,0,0,.28)), var(--enterprise-image);
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.store-enterprise-card h2 {
  max-width: 640px;
  color: #ffffff !important;
  font-size: clamp(32px, 4.8vw, 62px);
  line-height: 1;
}

.store-enterprise-card p {
  max-width: 620px;
  color: rgba(255,255,255,.9);
  font-size: 17px;
}

.store-enterprise-card .store-pill {
  width: max-content;
  margin-top: 18px;
}

.store-services {
  background: #ffffff;
}

.store-trust {
  background: #eeeeee;
}

.store-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.store-trust-card {
  min-height: 210px;
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.store-trust-card span {
  display: block;
  margin-bottom: 18px;
  color: #777777;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.store-trust-card h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 24px;
  line-height: 1.1;
}

.store-trust-card p {
  margin: 0;
  color: #666666;
  line-height: 1.55;
}

.store-service-card {
  min-height: 170px;
  padding: 26px;
  border: 1px solid #eeeeee;
}

.store-service-card__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-weight: 900;
}

.store-contact-band {
  background: #111111;
  color: #ffffff;
}

.store-contact-band .store-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.store-contact-band h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
  font-size: clamp(28px, 4vw, 48px);
}

.store-contact-band p {
  margin: 0;
  color: rgba(255,255,255,.76);
}

.site-footer {
  margin-top: 0;
  background: #111111;
}

.site-footer__inner {
  max-width: 1320px;
  padding: 54px 48px 42px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
  gap: 48px;
}

.site-footer__brand p {
  max-width: 390px;
  color: #bdbdbd;
  line-height: 1.55;
}

.site-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 15px;
}

.site-footer a {
  display: block;
  margin: 9px 0;
  color: #d8d8d8;
  text-decoration: none;
}

.site-footer__bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 48px 36px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #9b9b9b;
  font-size: 13px;
}

.weston-floating-contact {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  gap: 12px;
}

.weston-floating-contact a {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .site-header__inner {
    position: relative;
    min-height: 54px;
    padding: 0 22px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .site-menu-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .site-menu-button {
    width: 30px;
    height: 30px;
    display: grid;
    align-content: center;
    gap: 7px;
    cursor: pointer;
  }

  .site-menu-button span {
    width: 22px;
    height: 2px;
    display: block;
    background: #111111;
  }

  .site-brand {
    justify-self: start;
    min-width: 0;
  }

  .site-brand-name {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 25;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    padding: 20px 22px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #d9d9d9;
  }

  .site-menu-toggle:checked ~ .site-nav {
    display: grid;
  }

  .site-actions {
    gap: 14px;
  }
}

@media (max-width: 1100px) {
  .site-header__inner {
    gap: 18px;
    padding: 0 22px;
  }

  .site-nav {
    font-size: 14px;
  }

  .store-card-row,
  .store-category-strip,
  .store-product-grid,
  .store-action-grid,
  .store-service-grid,
  .store-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-topbar {
    min-height: 38px;
    padding: 0 14px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
  }

  .site-topbar a,
  .site-topbar span:last-child {
    display: none;
  }

  .site-topbar span:nth-child(2) {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header__inner {
    position: relative;
    min-height: 54px;
    padding: 0 18px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .site-menu-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .site-menu-button {
    width: 30px;
    height: 30px;
    display: grid;
    align-content: center;
    gap: 7px;
    cursor: pointer;
  }

  .site-menu-button span {
    width: 22px;
    height: 2px;
    display: block;
    background: #111111;
  }

  .site-brand {
    justify-self: start;
    min-width: 0;
    font-size: 15px;
  }

  .site-brand-name {
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-brand-store {
    padding: 6px 7px;
    font-size: 10px;
  }

  .site-nav {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 25;
    display: none;
    padding: 18px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #d9d9d9;
  }

  .site-menu-toggle:checked ~ .site-nav {
    display: grid;
    gap: 14px;
  }

  .site-actions {
    gap: 12px;
  }

  .site-account-link,
  .site-cart {
    display: none;
  }

  .store-hero {
    min-height: 636px;
  }

  .store-hero::before {
    background-position: center bottom;
    background-size: auto 100%;
  }

  .store-hero__visual {
    object-position: 58% bottom;
  }

  .store-hero__content {
    max-width: 100%;
    padding: 70px 18px 34px;
  }

  .store-hero h1 {
    max-width: 11ch;
    font-size: 34px;
    overflow-wrap: break-word;
  }

  .store-hero__summary {
    max-width: 31ch;
    font-size: 15px;
  }

  .store-slider-controls {
    right: 18px;
    bottom: 24px;
  }

  .store-slider-controls span {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .store-wrap {
    padding: 52px 20px;
  }

  .store-card-row,
  .store-category-strip,
  .store-product-grid,
  .store-action-grid,
  .store-service-grid,
  .store-trust-grid,
  .site-footer__inner,
  .site-footer__cols,
  .store-contact-band .store-wrap {
    grid-template-columns: 1fr;
  }

  .store-feature-card {
    min-height: 500px;
  }

  .store-feature-card img {
    height: 340px;
  }

  .store-feature-card__body {
    grid-template-columns: 1fr;
  }

  .store-section-head {
    display: grid;
    align-items: start;
  }

  .store-enterprise {
    padding: 0 20px 54px;
  }

  .store-action-card.store-enterprise-card {
    min-height: 390px;
    padding: 28px;
    align-items: end;
  }

  .site-footer__inner {
    padding: 42px 22px 30px;
  }

  .site-footer__bottom {
    padding: 16px 22px 30px;
  }

  .weston-product-inquiry {
    padding: 20px;
  }

  .weston-product-inquiry__actions,
  .weston-inquiry-button {
    width: 100%;
  }

  .weston-floating-contact {
    right: 14px;
    bottom: 16px;
  }

  .weston-floating-contact a {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
}
