/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --ink: #17213a;
  --muted: #66718c;
  --line: #dce5f6;
  --paper: #f6f9ff;
  --white: #fbfdff;
  --blue: #0077bd;
  --blue-deep: #164a9f;
  --aqua: #00a6b8;
  --red: #e7333f;
  --yellow: #ffd166;
  --shadow: 0 18px 50px rgba(23, 33, 58, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 166, 184, 0.12), transparent 28rem),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  font-family: "Aptos", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-strip {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem clamp(1rem, 5vw, 4.5rem);
  color: #eaf7ff;
  background: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}

.top-strip a {
  color: #fff;
}

.header-main {
  display: grid;
  grid-template-columns: auto minmax(18rem, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  padding: 1.35rem clamp(1rem, 5vw, 4.5rem);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 119, 189, 0.24);
}

.brand-lockup strong {
  display: block;
  color: #28468c;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.brand-lockup small {
  display: block;
  color: var(--aqua);
  font-size: 0.78rem;
}

.search-box {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.search-box input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0.7rem 1rem;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.search-box button,
.button-primary,
.button-ghost,
.cart-pill {
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.05rem;
  font-weight: 900;
  font-size: 0.86rem;
}

.search-box button,
.button-primary,
.cart-pill {
  color: #fff;
  background: var(--blue);
}

.button-ghost {
  color: var(--blue-deep);
  background: #eaf3ff;
}

.button-large {
  padding: 0.92rem 1.25rem;
}

.header-actions,
.primary-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.primary-nav {
  padding: 0.85rem clamp(1rem, 5vw, 4.5rem);
  background: #fff;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.primary-nav a:first-child {
  color: var(--blue);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: stretch;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 4.5rem) 2rem;
}

.hero-copy {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(0, 119, 189, 0.11), rgba(0, 166, 184, 0.05)),
    #fff;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 45rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 22rem;
  padding: 1.25rem;
  border-radius: 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 209, 102, 0.9), transparent 9rem),
    linear-gradient(145deg, #123579, #0077bd 70%);
  box-shadow: var(--shadow);
}

.hero-card-label {
  width: fit-content;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  color: #123579;
  background: #fff;
  font-weight: 900;
  font-size: 0.78rem;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0;
}

.hero-card-grid strong {
  min-height: 5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.12);
}

.hero-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.category-rail,
.content-section {
  margin: 0 clamp(1rem, 5vw, 4.5rem);
}

.category-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(9rem, 1fr));
  gap: 0.75rem;
  overflow-x: auto;
  padding: 1rem 0 2rem;
}

.category-chip {
  display: grid;
  gap: 0.35rem;
  min-height: 5.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff;
}

.category-chip span {
  font-weight: 900;
}

.category-chip small {
  color: var(--muted);
}

.content-section {
  padding: 2rem 0 4rem;
}

.listing-page {
  padding: clamp(1.5rem, 5vw, 4rem) clamp(1rem, 5vw, 4.5rem) 4rem;
}

.listing-head {
  margin-bottom: 1.5rem;
  padding: clamp(1.2rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: #fff;
}

.listing-head h1 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 4rem);
}

.listing-head p:not(.eyebrow) {
  max-width: 48rem;
  color: var(--muted);
  line-height: 1.6;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.danger-link {
  color: #c73445;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.45rem;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 33, 58, 0.07);
}

.product-image-frame {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 0.86;
  padding: 1rem;
  background: linear-gradient(180deg, #fff, #f2f7ff);
}

.product-image-frame img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.image-placeholder {
  display: grid;
  place-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 2rem;
  color: var(--blue);
  background: #eaf3ff;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.product-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  color: #126044;
  background: #dcf8e9;
  font-size: 0.72rem;
  font-weight: 900;
}

.product-card-body {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
}

.product-category {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-title {
  min-height: 2.6rem;
  font-weight: 900;
  line-height: 1.25;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.product-price {
  color: var(--blue);
  font-size: 1rem;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 0.55rem;
}

.product-actions a {
  text-align: center;
}

.empty-store {
  padding: 2rem;
  border: 1px dashed #b8c7e7;
  border-radius: 1.5rem;
  background: #fff;
  color: var(--muted);
}

.empty-store strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

@media (max-width: 1100px) {
  .header-main,
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .header-actions {
    justify-content: space-between;
  }

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

@media (max-width: 640px) {
  .top-strip {
    display: none;
  }

  .header-main {
    padding: 1rem;
  }

  .primary-nav {
    padding: 0.8rem 1rem;
  }

  .hero-shell {
    padding: 1rem;
  }

  .hero-copy,
  .hero-card {
    border-radius: 1.4rem;
  }

  .category-rail,
  .content-section {
    margin-inline: 1rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Compranet storefront mockup */
.mock-store {
  --cpn-ink: #152345;
  --cpn-muted: #697696;
  --cpn-blue: #0879c9;
  --cpn-blue-dark: #143d8f;
  --cpn-sky: #dff4ff;
  --cpn-red: #ef3b45;
  --cpn-line: #dfe8f7;
  color: var(--cpn-ink);
  background:
    radial-gradient(circle at 12% 16%, rgba(8, 121, 201, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(255, 205, 86, 0.28), transparent 22rem),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 62%, #f8fbff 100%);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.mock-hero {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.48fr) minmax(18rem, 0.82fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
  padding: clamp(1.1rem, 3vw, 2.2rem) clamp(1rem, 5vw, 4.5rem);
}

.mock-category-menu,
.mock-hero-main,
.mock-quote-card,
.mock-flow,
.mock-products-section,
.mock-navigation-demo {
  border: 1px solid var(--cpn-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(31, 58, 111, 0.1);
}

.mock-category-menu {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.25rem;
}

.mock-category-title {
  padding: 1rem 1.05rem;
  color: #fff;
  background: linear-gradient(135deg, var(--cpn-blue), #0aa0c7);
}

.mock-category-title span,
.mock-kicker {
  display: block;
  color: var(--cpn-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mock-category-title span {
  color: rgba(255, 255, 255, 0.72);
}

.mock-category-title strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.1rem;
}

.mock-category-menu a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.82rem 1rem;
  border-bottom: 1px solid var(--cpn-line);
  transition: background 180ms ease, transform 180ms ease;
}

.mock-category-menu a:hover {
  background: #f4f9ff;
  transform: translateX(3px);
}

.mock-category-menu i {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.8rem;
  color: var(--cpn-blue-dark);
  background: var(--cpn-sky);
  font-style: normal;
  font-weight: 950;
}

.mock-category-menu strong,
.mock-category-menu small {
  display: block;
}

.mock-category-menu small {
  margin-top: 0.15rem;
  color: var(--cpn-muted);
  font-size: 0.78rem;
}

.mock-hero-main {
  position: relative;
  overflow: hidden;
  min-height: 30rem;
  padding: clamp(1.8rem, 5vw, 4.6rem);
  border-radius: 2rem;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(236, 248, 255, 0.9)),
    radial-gradient(circle at 88% 22%, rgba(8, 121, 201, 0.24), transparent 17rem);
}

.mock-hero-main::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5.5rem;
  width: min(34vw, 26rem);
  aspect-ratio: 1;
  border-radius: 44% 56% 50% 50%;
  background:
    linear-gradient(90deg, rgba(8, 121, 201, 0.18), rgba(239, 59, 69, 0.16)),
    repeating-linear-gradient(45deg, transparent 0 0.8rem, rgba(255, 255, 255, 0.62) 0.8rem 1.25rem);
}

.mock-hero-main h1 {
  position: relative;
  z-index: 1;
  max-width: 13ch;
  margin: 0.6rem 0 1rem;
  color: var(--cpn-ink);
  font-size: clamp(2.9rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.mock-hero-main p:not(.mock-kicker) {
  position: relative;
  z-index: 1;
  max-width: 45rem;
  color: var(--cpn-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.mock-hero-actions,
.mock-trust-row,
.mock-filter-pills,
.mock-product-bottom,
.mock-product-ref {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.mock-hero-actions {
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
}

.mock-primary-action,
.mock-secondary-action,
.mock-filter-pills button,
.mock-detail-panel nav span {
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.1rem;
  font-weight: 950;
}

.mock-primary-action {
  color: #fff;
  background: linear-gradient(135deg, var(--cpn-blue), #1153b8);
  box-shadow: 0 14px 28px rgba(8, 121, 201, 0.25);
}

.mock-secondary-action,
.mock-filter-pills button,
.mock-detail-panel nav span {
  color: var(--cpn-blue-dark);
  background: #eaf5ff;
}

.mock-trust-row {
  position: relative;
  z-index: 1;
  margin-top: clamp(2rem, 6vw, 5rem);
}

.mock-trust-row span {
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  color: #31527f;
  background: #fff;
  border: 1px solid var(--cpn-line);
  font-size: 0.82rem;
  font-weight: 850;
}

.mock-quote-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 30rem;
  padding: 1.2rem;
  border-radius: 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.48), transparent 9rem),
    linear-gradient(160deg, #123d8f 0%, #0879c9 52%, #00a7bf 100%);
}

.mock-floating-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: fit-content;
  border-radius: 999px;
  padding: 0.48rem 0.72rem;
  color: #0f3479;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 950;
}

.mock-bottle-shape {
  position: absolute;
  top: 4.4rem;
  left: 50%;
  width: 8.4rem;
  height: 16rem;
  transform: translateX(-50%) rotate(-7deg);
  border-radius: 3.8rem 3.8rem 2rem 2rem;
  background: linear-gradient(90deg, #dff5ff, #ffffff 45%, #8bd7ff);
  box-shadow: inset -18px 0 30px rgba(8, 121, 201, 0.18), 0 24px 50px rgba(0, 0, 0, 0.22);
}

.mock-bottle-shape::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 2.5rem;
  width: 3.3rem;
  height: 3.4rem;
  border-radius: 1rem 1rem 0.6rem 0.6rem;
  background: #effbff;
}

.mock-bottle-shape i {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 3rem;
  height: 3.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #ef3b45, #ffb347);
}

.mock-quote-card h2,
.mock-quote-card p,
.mock-price-line {
  position: relative;
  z-index: 2;
}

.mock-quote-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.05em;
}

.mock-quote-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.mock-price-line {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
}

.mock-price-line strong {
  font-size: 1.55rem;
}

.mock-flow,
.mock-products-section,
.mock-navigation-demo {
  margin: 0 clamp(1rem, 5vw, 4.5rem) clamp(1rem, 3vw, 1.6rem);
  border-radius: 1.4rem;
}

.mock-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
}

.mock-flow div {
  padding: 1rem;
  background: #fff;
}

.mock-flow span {
  display: block;
  color: var(--cpn-blue);
  font-size: 0.75rem;
  font-weight: 950;
}

.mock-flow strong {
  display: block;
  margin-top: 0.3rem;
}

.mock-products-section {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.mock-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.mock-section-heading h2,
.mock-navigation-demo h2 {
  max-width: 18ch;
  margin: 0.35rem 0 0;
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.mock-filter-pills button {
  cursor: pointer;
}

.mock-filter-pills button:first-child {
  color: #fff;
  background: var(--cpn-blue);
}

.mock-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.mock-product-card {
  overflow: hidden;
  border: 1px solid var(--cpn-line);
  border-radius: 1.35rem;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mock-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(31, 58, 111, 0.12);
}

.mock-product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 14rem;
  background:
    radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.78), transparent 7rem),
    linear-gradient(135deg, #e7f6ff, #fff);
}

.mock-product-visual span {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border-radius: 999px;
  padding: 0.42rem 0.64rem;
  color: #fff;
  background: var(--cpn-red);
  font-size: 0.75rem;
  font-weight: 950;
}

.mock-product-object {
  width: 7rem;
  height: 9.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #ffffff, #9bdcff);
  box-shadow: inset -18px -10px 26px rgba(8, 121, 201, 0.18), 0 18px 30px rgba(25, 67, 130, 0.16);
}

.mock-product-visual-1 .mock-product-object {
  width: 5.3rem;
  height: 11rem;
  border-radius: 2.6rem 2.6rem 1.3rem 1.3rem;
  background: linear-gradient(90deg, #f7fdff, #80d8ff);
}

.mock-product-visual-2 .mock-product-object {
  width: 9rem;
  height: 6.2rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #14213d 0 22%, #f8fafc 22% 100%);
}

.mock-product-visual-3 .mock-product-object {
  width: 9.5rem;
  height: 2.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #d6dce8, #ffffff, #aeb7c8);
}

.mock-product-visual-4 .mock-product-object {
  width: 7rem;
  height: 6.8rem;
  border-radius: 1rem 1rem 3rem 3rem;
  background: linear-gradient(135deg, #fb2d72, #ffd1df);
}

.mock-product-body {
  padding: 1rem;
}

.mock-product-body p,
.mock-product-body small {
  color: var(--cpn-muted);
}

.mock-product-body p {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 850;
}

.mock-product-body h3 {
  min-height: 3.1rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.mock-product-ref {
  justify-content: space-between;
  margin: 0.85rem 0;
  color: #52617e;
  font-size: 0.78rem;
  font-weight: 850;
}

.mock-product-colors {
  display: flex;
  gap: 0.35rem;
}

.mock-product-colors i {
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid #c9d5e8;
  border-radius: 999px;
}

.mock-product-bottom {
  justify-content: space-between;
  margin-top: 1rem;
}

.mock-product-bottom strong {
  color: var(--cpn-blue);
  font-size: 1.15rem;
}

.mock-product-bottom a {
  color: var(--cpn-blue-dark);
  font-size: 0.82rem;
  font-weight: 950;
}

.mock-navigation-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1.15fr);
  gap: 1.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.mock-navigation-demo p {
  color: var(--cpn-muted);
  line-height: 1.65;
}

.mock-detail-panel {
  overflow: hidden;
  border: 1px solid var(--cpn-line);
  border-radius: 1.2rem;
  background: #fff;
}

.mock-detail-panel nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.8rem;
  border-bottom: 1px solid var(--cpn-line);
  background: #f6faff;
}

.mock-detail-panel nav .active {
  color: #fff;
  background: var(--cpn-blue);
}

.mock-detail-content {
  padding: 1rem;
}

.mock-detail-content strong {
  font-size: 1.2rem;
}

.mock-detail-content ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #52617e;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .mock-hero {
    grid-template-columns: 1fr 1fr;
  }

  .mock-category-menu {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mock-category-title {
    grid-column: 1 / -1;
  }

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

@media (max-width: 760px) {
  .mock-hero,
  .mock-navigation-demo {
    grid-template-columns: 1fr;
  }

  .mock-category-menu,
  .mock-flow,
  .mock-product-grid {
    grid-template-columns: 1fr;
  }

  .mock-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .mock-hero-main {
    min-height: auto;
  }
}

.auth-page,
.account-page {
  padding: clamp(1.5rem, 5vw, 4rem) clamp(1rem, 5vw, 4.5rem) 4rem;
}

.auth-panel,
.account-head,
.account-section,
.account-card {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 33, 58, 0.07);
}

.auth-panel {
  max-width: 34rem;
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 1.5rem;
}

.auth-panel h1,
.account-head h1 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.account-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.account-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--blue-deep);
  font-size: 0.85rem;
  font-weight: 900;
}

.account-form input,
.account-form select,
.account-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  background: #f9fbff;
  font: inherit;
}

.account-form input[type="file"] {
  padding: 0.72rem;
}

.form-section-inline {
  display: grid;
  gap: 0.75rem;
  border: 1px solid #dceaf6;
  border-radius: 1rem;
  padding: 0.85rem;
  background: #f8fcff;
}

.form-section-inline > strong {
  color: var(--blue-deep);
  font-size: 0.9rem;
}

.form-check-grid {
  display: grid;
  gap: 0.55rem;
  border: 0;
  padding: 0;
  margin: 0;
}

.form-check-grid legend {
  margin-bottom: 0.15rem;
  color: var(--blue-deep);
  font-size: 0.85rem;
  font-weight: 900;
}

.file-field span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.location-select {
  display: grid;
  gap: 0.8rem;
}

.location-select label {
  margin: 0;
}

.combobox-field {
  position: relative;
  display: grid;
  gap: 0.4rem;
}

.combobox-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.25rem);
  z-index: 55;
  display: grid;
  max-height: 15rem;
  overflow: auto;
  border: 1px solid #cfe0f1;
  border-radius: 0.85rem;
  padding: 0.35rem;
  background: #fff;
  box-shadow: 0 18px 42px rgba(30, 43, 84, 0.16);
}

.combobox-menu button,
.combobox-menu span {
  border: 0;
  border-radius: 0.65rem;
  padding: 0.62rem 0.7rem;
  color: var(--ink);
  background: transparent;
  font: inherit;
  text-align: left;
}

.combobox-menu button {
  cursor: pointer;
}

.combobox-menu button:hover {
  color: var(--blue-deep);
  background: #eef8ff;
}

.combobox-menu span {
  color: var(--muted);
}

.form-error,
.form-message {
  border-radius: 0.9rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 800;
}

.form-error {
  color: #8b1e2d;
  background: #ffecef;
}

.form-message {
  color: #15573d;
  background: #e9f9ef;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
  color: var(--blue);
  font-weight: 900;
  font-size: 0.88rem;
}

.account-head {
  margin-bottom: 1rem;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 92% 12%, rgba(21, 139, 211, 0.16), transparent 18rem),
    linear-gradient(135deg, #fff, #f5fbff);
}

.account-head-compact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.35rem;
}

.account-head-compact h1 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.account-head-compact p:not(.eyebrow) {
  margin: 0.35rem 0 0;
}

.account-head-compact > span {
  flex: 0 0 auto;
  border: 1px solid #d8e7f4;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: var(--blue-deep);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.compact-head {
  margin-bottom: 1rem;
}

.account-head p:not(.eyebrow) {
  max-width: 54rem;
  color: var(--muted);
  line-height: 1.6;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.account-card {
  display: grid;
  gap: 0.4rem;
  min-height: 8.5rem;
  padding: 1rem;
  border-radius: 1.25rem;
  align-content: start;
}

.account-card span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-card strong {
  overflow-wrap: anywhere;
  font-size: 1.18rem;
}

.account-card small,
.simple-list small {
  color: var(--muted);
  line-height: 1.45;
}

.account-link-card {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.account-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(23, 33, 58, 0.12);
}

.account-section {
  margin-top: 1rem;
  padding: 1.05rem;
  border-radius: 1.25rem;
}

.account-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.account-content {
  min-width: 0;
}

.account-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 0.85rem;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 33, 58, 0.07);
}

.account-nav a strong {
  display: block;
  color: var(--blue-deep);
}

.account-nav a small {
  color: var(--muted);
  font-size: 0.78rem;
}

.account-nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.account-nav a {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0.62rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  padding: 0.62rem;
  min-width: 12rem;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.account-logout {
  display: grid;
  grid-template-columns: 2.1rem auto;
  gap: 0.62rem;
  align-items: center;
  justify-self: end;
  border: 1px solid #ffd4db;
  border-radius: 0.85rem;
  padding: 0.62rem 0.85rem;
  color: #b82034;
  background: #fff6f8;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.account-logout .account-icon-svg {
  stroke: #b82034;
}

.account-empty {
  display: grid;
  justify-items: start;
  gap: 0.75rem;
}

.account-nav a:hover,
.account-nav a.is-active {
  border-color: #d8e7f4;
  background: #f3faff;
}

.account-nav-mark,
.section-icon,
.account-card > .account-icon-svg {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.75rem;
  background: #eef8ff;
}

.section-icon {
  flex: 0 0 auto;
}

.account-icon-svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.account-nav a.is-active .account-icon-svg,
.account-card > .account-icon-svg {
  stroke: var(--blue-deep);
}

.account-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.account-sticky-form {
  position: sticky;
  top: 4.5rem;
}

.simple-list {
  display: grid;
  gap: 0.75rem;
}

.simple-list > div {
  display: grid;
  gap: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.9rem;
  background: #f9fbff;
  transition: border-color 150ms ease, background 150ms ease;
}

.simple-list > div:hover {
  border-color: #cfe4f6;
  background: #fff;
}

.list-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.inline-edit {
  margin-top: 0.55rem;
  border-top: 1px solid #edf2f8;
  padding-top: 0.55rem;
}

.inline-edit summary {
  width: max-content;
  color: var(--blue);
  cursor: pointer;
  font-weight: 800;
  font-size: 0.86rem;
}

.inline-edit .account-form {
  margin-top: 0.75rem;
}

.simple-list span {
  color: #394867;
  line-height: 1.45;
}

.compact-form {
  margin-top: 0;
}

.checkbox-line {
  display: flex !important;
  grid-template-columns: auto 1fr;
  flex-direction: row;
  align-items: center;
}

.checkbox-line input {
  width: auto;
}

@media (max-width: 960px) {
  .account-sticky-form {
    position: static;
  }

  .account-nav {
    grid-template-columns: 1fr;
    overflow-x: auto;
  }

  .account-nav-title {
    display: none;
  }

  .account-nav nav {
    display: flex;
    min-width: max-content;
  }

  .account-nav a {
    min-width: 12rem;
  }

  .account-grid,
  .account-two-column {
    grid-template-columns: 1fr;
  }

  .account-logout {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .account-page {
    padding-inline: 1rem;
  }

  .form-grid-two {
    grid-template-columns: 1fr;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .list-item-head {
    align-items: start;
    flex-direction: column;
  }
}

/* Storefront visual refresh */
:root {
  --ink: #263963;
  --muted: #64708a;
  --line: #d9e0ea;
  --paper: #f4f6f9;
  --white: #ffffff;
  --blue: #158bd3;
  --blue-deep: #354983;
  --aqua: #13a5de;
  --red: #d83a42;
  --yellow: #f4c95d;
  --green: #29745d;
  --shadow: 0 10px 24px rgba(32, 38, 55, 0.08);
}

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(21, 139, 211, 0.18), transparent 25rem),
    radial-gradient(circle at 92% 8%, rgba(244, 201, 93, 0.34), transparent 22rem),
    linear-gradient(180deg, #fbfdff 0%, #eef5fb 54%, #f7fafc 100%);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

h1,
h2 {
  letter-spacing: 0;
}

.top-strip {
  padding: 0.48rem clamp(1rem, 4vw, 3.5rem);
  background: var(--blue-deep);
  color: #f8fafc;
  font-size: 0.78rem;
  font-weight: 600;
}

.header-main {
  grid-template-columns: minmax(12rem, auto) minmax(16rem, 1fr) auto;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(32, 38, 55, 0.05);
}

.brand-lockup img {
  display: block;
  width: min(14.25rem, 48vw);
  height: auto;
}

.search-box,
.hero-search {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.search-box {
  padding: 0.25rem;
}

.search-box input,
.hero-search input {
  padding: 0.72rem 0.85rem;
  font-size: 0.95rem;
}

.search-box button,
.button-primary,
.button-ghost,
.cart-pill,
.hero-search button {
  border-radius: 8px;
  font-weight: 700;
}

.search-box button,
.button-primary,
.cart-pill,
.hero-search button {
  background: var(--blue);
}

.button-ghost {
  color: var(--blue-deep);
  background: #e8f2fb;
}

.header-actions,
.primary-nav {
  gap: 0.8rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.primary-nav {
  padding: 0.72rem clamp(1rem, 4vw, 3.5rem);
  background: #fff;
}

.category-nav {
  padding: 0.5rem clamp(1rem, 4vw, 3.5rem) 0.75rem;
  background: rgba(248, 251, 255, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}

.category-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.category-nav-item.is-active,
.category-nav-item:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  background: #f4fbff;
}

.category-nav-item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  min-width: max-content;
  border: 1px solid #d8e7f4;
  border-radius: 999px;
  padding: 0.34rem 0.64rem 0.34rem 0.42rem;
  color: var(--blue-deep);
  background: #fff;
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(53, 73, 131, 0.06);
  cursor: pointer;
}

.category-nav-item .category-icon-svg {
  width: 1.28rem;
  height: 1.28rem;
}

.category-nav-item .category-icon-svg path,
.category-nav-item .category-icon-svg circle {
  stroke-width: 4.6;
}

.category-nav-panel {
  position: absolute;
  left: clamp(1rem, 4vw, 3.5rem);
  right: clamp(1rem, 4vw, 3.5rem);
  top: calc(100% - 0.75rem);
  z-index: 40;
  display: grid;
  gap: 0.8rem;
  max-height: min(28rem, calc(100vh - 8rem));
  overflow: auto;
  border: 1px solid #d8e7f4;
  border-radius: 8px;
  padding: 0.95rem;
  background: #fff;
  box-shadow: 0 22px 60px rgba(30, 43, 84, 0.16);
}

.category-nav-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #eef3f8;
  padding-bottom: 0.65rem;
}

.category-nav-panel-head strong {
  color: var(--blue-deep);
  font-size: 1rem;
  font-weight: 750;
}

.category-nav-panel-head a {
  color: var(--blue-deep);
  font-weight: 700;
}

.category-nav-tree a,
.category-nav-subtree a {
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  color: var(--blue-deep);
  font-size: 0.86rem;
  font-weight: 680;
  line-height: 1.2;
}

.category-nav-tree .category-icon-svg,
.category-nav-subtree .category-icon-svg {
  width: 1.18rem;
  height: 1.18rem;
}

.category-nav-tree .category-icon-svg path,
.category-nav-tree .category-icon-svg circle,
.category-nav-subtree .category-icon-svg path,
.category-nav-subtree .category-icon-svg circle {
  stroke-width: 4.3;
}

.category-nav-tree {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-nav-tree > li {
  min-width: 0;
}

.category-nav-subtree {
  display: grid;
  gap: 0.25rem;
  margin: 0.4rem 0 0;
  padding: 0 0 0 1.9rem;
  list-style: none;
}

.category-nav-subtree a {
  color: var(--muted);
  grid-template-columns: 1.25rem minmax(0, 1fr);
  font-size: 0.79rem;
  font-weight: 560;
}

.category-nav-subtree .category-icon-svg {
  width: 0.98rem;
  height: 0.98rem;
}

.category-nav-panel a:hover {
  color: var(--blue);
}

.store-home {
  padding: 0 0 3rem;
}

.store-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
}

.store-shell-main {
  min-width: 0;
}

.store-shell .catalog-hero {
  padding: 0;
}

.category-sidebar {
  position: sticky;
  top: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(53, 73, 131, 0.08);
}

.category-sidebar-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.8rem;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  text-transform: uppercase;
  font-size: 0.8rem;
}

.category-menu-icon {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 900;
}

.category-sidebar-list {
  max-height: calc(100vh - 11rem);
  overflow: auto;
}

.category-sidebar-group {
  border-bottom: 1px solid #edf1f6;
}

.category-sidebar-group:last-child {
  border-bottom: 0;
}

.category-sidebar-group summary {
  display: grid;
  grid-template-columns: 1.85rem minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.5rem 0.68rem;
  cursor: pointer;
  list-style: none;
}

.category-sidebar-group summary::-webkit-details-marker {
  display: none;
}

.category-sidebar-group summary::after {
  content: ">";
  grid-column: 3;
  color: #a3adbf;
  font-weight: 900;
}

.category-sidebar-group[open] summary::after {
  transform: rotate(90deg);
}

.category-sidebar-icon {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: #eef8ff;
}

.category-sidebar-icon .category-icon-svg {
  width: 1.25rem;
  height: 1.25rem;
}

.category-sidebar-group summary a {
  min-width: 0;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.86rem;
  line-height: 1.15;
}

.category-sidebar-children {
  display: grid;
  gap: 0.1rem;
  padding: 0 0.7rem 0.55rem 3rem;
}

.category-sidebar-children a {
  padding: 0.26rem 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.25;
}

.category-sidebar-children .category-sidebar-more {
  color: var(--blue);
  font-weight: 800;
}

.category-sidebar-children a:hover,
.category-sidebar-group summary a:hover {
  color: var(--blue);
}

.catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
  gap: 1rem;
  padding: 1.6rem clamp(1rem, 4vw, 3.5rem) 1rem;
}

.catalog-hero-copy,
.catalog-side-panel,
.category-tile,
.store-band-item,
.home-products-section,
.listing-head,
.product-card,
.auth-panel,
.account-head,
.account-section,
.account-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.catalog-hero-copy {
  padding: clamp(1.25rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 249, 255, 0.96) 58%, rgba(245, 249, 255, 0.92) 100%);
  box-shadow: 0 18px 45px rgba(53, 73, 131, 0.12);
}

.catalog-hero-copy::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 23rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(21, 139, 211, 0.18), rgba(53, 73, 131, 0.12)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.68) 0 0.55rem, transparent 0.55rem 1rem);
  pointer-events: none;
}

.catalog-hero-copy > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.catalog-hero h1 {
  max-width: 21ch;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.98;
  font-weight: 850;
}

.catalog-hero-copy > p:not(.eyebrow) {
  max-width: 58rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-search {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 55rem;
  margin-top: 1.35rem;
  padding: 0.3rem;
}

.hero-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.hero-actions {
  margin-top: 1rem;
}

.catalog-side-panel {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
  box-shadow: 0 18px 45px rgba(18, 64, 111, 0.12);
}

.feature-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 24% 12%, rgba(255, 255, 255, 0.48), transparent 8rem),
    linear-gradient(155deg, #354983 0%, #158bd3 55%, #13a5de 100%);
}

.feature-card span,
.feature-card strong,
.feature-card li,
.feature-card a {
  position: relative;
  z-index: 1;
}

.feature-badge {
  width: fit-content;
  border-radius: 999px;
  padding: 0.45rem 0.65rem;
  color: var(--blue-deep) !important;
  background: #fff;
}

.feature-product-art {
  position: relative;
  min-height: 12rem;
}

.feature-product-art::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.1rem;
  width: 6.4rem;
  height: 10.2rem;
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 2.8rem 2.8rem 1.25rem 1.25rem;
  background: linear-gradient(90deg, #effbff, #ffffff 46%, #8bd7ff);
  box-shadow: inset -14px 0 26px rgba(21, 139, 211, 0.18), 0 20px 36px rgba(0, 0, 0, 0.2);
}

.feature-product-art::after {
  content: "";
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 0;
  width: 3rem;
  height: 2.6rem;
  border-radius: 0.8rem 0.8rem 0.5rem 0.5rem;
  background: #f8fdff;
  transform: rotate(-8deg);
}

.feature-product-art i {
  position: absolute;
  left: calc(50% - 2.2rem);
  top: 7rem;
  z-index: 1;
  width: 4.4rem;
  height: 2.5rem;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #d83a42, #f4c95d);
}

.catalog-side-panel span,
.store-band-item span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-side-panel strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.32rem;
  line-height: 1.2;
}

.catalog-side-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.catalog-side-panel a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0 clamp(1rem, 4vw, 3.5rem) 1rem;
}

.category-tile {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 8rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.category-tile::after {
  content: "";
  position: absolute;
  right: -1.1rem;
  bottom: -1.4rem;
  width: 4.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(21, 139, 211, 0.12);
}

.category-tile:nth-child(2n)::after {
  background: rgba(22, 143, 159, 0.13);
}

.category-tile:nth-child(3n)::after {
  background: rgba(216, 58, 66, 0.11);
}

.category-tile:hover {
  transform: translateY(-2px);
  border-color: #b8c6d8;
  box-shadow: 0 14px 30px rgba(32, 38, 55, 0.09);
}

.category-tile > span:not(.category-icon) {
  font-weight: 800;
}

.category-tile p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.category-tile small,
.store-band-item strong {
  color: var(--muted);
  line-height: 1.35;
}

.category-tile small {
  grid-column: 2;
}

.category-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  grid-row: span 3;
  border-radius: 10px;
  background: #eef8ff;
}

.category-icon-svg {
  width: 2.35rem;
  height: 2.35rem;
}

.category-icon-svg path,
.category-icon-svg circle {
  fill: none;
  stroke: var(--icon-color);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-icon-svg .accent {
  stroke: var(--icon-accent);
}

.store-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0 clamp(1rem, 4vw, 3.5rem) 1rem;
}

.store-band-item {
  padding: 0.9rem;
  border-left: 4px solid var(--blue);
}

.store-band-item:nth-child(2) {
  border-left-color: var(--aqua);
}

.store-band-item:nth-child(3) {
  border-left-color: var(--yellow);
}

.store-band-item:nth-child(4) {
  border-left-color: var(--red);
}

.store-band-item strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.home-products-section {
  margin: 0 clamp(1rem, 4vw, 3.5rem);
  padding: 1rem;
  box-shadow: 0 14px 36px rgba(32, 38, 55, 0.06);
}

.section-head h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  line-height: 1.15;
}

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

.product-card {
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  border-color: #aebbd0;
  box-shadow: var(--shadow);
}

.product-image-frame {
  aspect-ratio: 1 / 0.78;
  padding: 0.85rem;
  background: #f8fafc;
}

.image-placeholder {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 8px;
  color: var(--blue);
  background: #e8f2fb;
  letter-spacing: 0;
}

.product-badge {
  top: 0.65rem;
  left: 0.65rem;
  border-radius: 6px;
  color: #14513f;
  background: #dff3ea;
  font-weight: 800;
}

.product-card-body {
  gap: 0.55rem;
  padding: 0.9rem;
}

.product-category {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.product-title {
  min-height: 2.55rem;
  font-weight: 800;
}

.product-meta {
  font-size: 0.78rem;
}

.product-price {
  color: var(--blue-deep);
}

.product-actions {
  grid-template-columns: 1fr 0.8fr;
}

.listing-page {
  padding: 0 0 4rem;
}

.listing-shell {
  align-items: start;
}

.listing-head {
  padding: 1.3rem;
}

.listing-head h1 {
  font-size: clamp(1.9rem, 3.5vw, 3.4rem);
}

@media (max-width: 1180px) {
  .catalog-hero,
  .header-main {
    grid-template-columns: 1fr;
  }

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

  .category-sidebar {
    position: static;
  }

  .category-sidebar-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
  }

  .category-strip,
  .store-band,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-nav-tree {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .header-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .catalog-hero,
  .category-strip,
  .store-band,
  .home-products-section,
  .listing-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .category-strip,
  .store-band,
  .product-grid,
  .hero-search {
    grid-template-columns: 1fr;
  }

  .store-shell {
    padding-inline: 1rem;
  }

  .category-sidebar-list {
    grid-template-columns: 1fr;
  }

  .category-nav-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .category-nav-panel {
    left: 1rem;
    right: 1rem;
    max-height: min(26rem, calc(100vh - 7rem));
  }

  .category-nav-tree {
    grid-template-columns: 1fr;
  }

  .home-products-section {
    margin-inline: 1rem;
    padding: 0.9rem;
  }

  .catalog-hero h1 {
    font-size: 2.05rem;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }
}

