:root {
  color-scheme: light;
  --bg: #f4f7fb;
  --bg-strong: #e8eef8;
  --surface: #ffffff;
  --surface-muted: #f7faff;
  --text: #0f172a;
  --muted: #64748b;
  --muted-strong: #334155;
  --line: #dce5f1;
  --line-strong: #c6d2e3;
  --brand: #2563eb;
  --brand-strong: #1d4ed8;
  --brand-soft: #dbeafe;
  --admin-accent: #10b981;
  --admin-accent-soft: #d1fae5;
  --danger: #dc2626;
  --success: #059669;
  --ink: var(--text);
  --ink-soft: var(--muted-strong);
  --paper: #ffffff;
  --paper-warm: var(--bg);
  --soft: var(--surface-muted);
  --accent: var(--brand);
  --accent-dark: var(--brand-strong);
  --mint: var(--admin-accent-soft);
  --sage: var(--success);
  --gold: var(--admin-accent);
  --shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 22px 60px rgba(15, 23, 42, 0.13);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--paper-warm);
  color: var(--ink);
}

body.gallery-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

a:hover {
  color: var(--accent);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.site-header,
.site-footer {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1220px) / 2));
  padding-left: max(20px, calc((100vw - 1220px) / 2));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  border-bottom: 1px solid rgba(231, 223, 218, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
}

.brand-mark:hover {
  color: var(--ink);
  transform: none;
}

.brand-symbol {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.brand-symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark small,
.eyebrow,
.product-meta,
.result-bar,
.site-footer p,
.category-tile small,
.contact-card small {
  color: var(--muted);
}

.footer-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-brand-row img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(251, 248, 246, 0.9);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.main-nav a:hover {
  background: var(--ink);
  color: var(--paper);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.header-cta:hover {
  background: var(--ink);
  color: var(--paper);
  transform: none;
  box-shadow: var(--shadow-sm);
}

.section,
.page-intro,
.catalog-layout,
.product-detail,
.request-page,
.status-page,
.static-page,
.contact-page {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.premium-hero {
  width: min(1360px, calc(100% - 40px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 34px;
  min-height: 610px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 238, 233, 0.96)),
    var(--paper);
  box-shadow: var(--shadow-md);
}

.hero-copy-block {
  align-self: center;
  display: grid;
  gap: 22px;
  max-width: 720px;
}

.eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-intro h1,
.status-page h1,
.contact-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 62px;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy,
.page-intro p,
.status-page p,
.contact-hero p,
.product-description {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.hero-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  cursor: pointer;
}

.button:hover {
  transform: none;
  box-shadow: var(--shadow-sm);
}

.button-primary {
  background: var(--accent);
  color: #fff;
}

.button-primary:hover {
  background: var(--accent-dark);
  color: #fff;
}

.button-secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line-strong);
}

.button-secondary:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.hero-stats div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1;
}

.hero-stats span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.hero-product {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow-md);
}

.hero-product:hover {
  transform: none;
  color: var(--ink);
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.hero-product:hover img {
  transform: scale(1.045);
}

.hero-product span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.hero-product-1 {
  top: 0;
  right: 22px;
  width: 58%;
  height: 62%;
}

.hero-product-2 {
  bottom: 8px;
  left: 0;
  width: 47%;
  height: 46%;
}

.hero-product-3 {
  right: 0;
  bottom: 0;
  width: 42%;
  height: 36%;
}

.section {
  padding: 72px 0;
}

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

.section-heading h2,
.request-form h2,
.static-page h1 {
  margin: 6px 0 0;
  max-width: 820px;
  font-size: 42px;
  line-height: 1.07;
  letter-spacing: 0;
}

.section-link,
.icon-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--accent);
  font-weight: 900;
}

.section-link:hover,
.icon-link:hover {
  color: var(--accent-dark);
  transform: none;
}

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

.trust-strip div,
.process-grid div,
.editorial-list div,
.category-tile,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.trust-strip div {
  display: grid;
  gap: 10px;
  min-height: 154px;
  padding: 22px;
}

.trust-strip span,
.process-grid span,
.contact-card span,
.category-count {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.trust-strip strong,
.editorial-list strong,
.contact-card strong {
  font-size: 18px;
  line-height: 1.25;
}

.trust-strip p,
.editorial-panel p,
.editorial-list span,
.process-grid p,
.product-card p,
.static-page p,
.request-form p,
.request-summary p,
.contact-card small {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.category-grid,
.product-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

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

.category-tile {
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 188px;
  padding: 20px;
  color: var(--ink);
}

.category-tile:hover {
  color: var(--ink);
  border-color: var(--accent);
  transform: none;
  box-shadow: var(--shadow-sm);
}

.category-tile strong,
.category-tile small,
.category-count {
  display: block;
}

.category-tile strong {
  font-size: 24px;
  line-height: 1.12;
}

.category-tile small {
  font-size: 14px;
  line-height: 1.45;
}

.editorial-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
}

.editorial-panel {
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 330px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.editorial-panel .eyebrow,
.editorial-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.editorial-panel h2 {
  margin: 0;
  max-width: 720px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.editorial-list {
  display: grid;
  gap: 12px;
}

.editorial-list div {
  display: grid;
  gap: 8px;
  min-height: 102px;
  padding: 20px;
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-card:hover {
  border-color: var(--line-strong);
  transform: none;
  box-shadow: var(--shadow-sm);
}

.product-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--soft);
  color: var(--ink);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.product-image:hover img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

.image-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 220px;
  place-items: center;
  background:
    linear-gradient(135deg, #f6f1ee, #e7f0ea);
  color: var(--muted);
  font-weight: 900;
}

.product-card-body {
  display: grid;
  flex: 1;
  gap: 12px;
  padding: 16px;
}

.product-meta,
.product-card-footer,
.result-bar,
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-meta {
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.product-card h3,
.product-card p {
  margin: 0;
}

.product-card h3 {
  font-size: 18px;
  line-height: 1.22;
}

.product-card h3 a:hover {
  color: var(--accent);
}

.product-card-footer {
  margin-top: auto;
  padding-top: 4px;
}

.product-card-footer strong {
  font-size: 17px;
}

.page-intro {
  display: grid;
  gap: 14px;
  padding: 56px 0 30px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 80px;
}

.filters {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.search-form {
  display: grid;
  gap: 12px;
}

.search-form label,
.request-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(173, 47, 77, 0.14);
}

.native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.select-shell {
  position: relative;
  min-width: 0;
}

.select-trigger {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
  color: var(--text);
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  transition:
    color var(--transition),
    border-color var(--transition),
    background-color var(--transition),
    box-shadow var(--transition),
    opacity var(--transition);
}

.select-trigger:hover,
.select-trigger:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  outline: 0;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.09);
}

.select-shell.open .select-trigger {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-chevron {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transition: transform var(--transition);
}

.select-chevron svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.select-shell.open .select-chevron {
  transform: rotate(180deg);
}

.select-menu {
  position: absolute;
  z-index: 70;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  display: none;
  max-height: 260px;
  overflow: auto;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.18);
}

.select-shell.open .select-menu {
  display: grid;
  gap: 4px;
}

.select-option {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  padding: 8px 10px;
  background: transparent;
  color: var(--muted-strong);
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
  transition:
    color var(--transition),
    background-color var(--transition),
    opacity var(--transition);
}

.select-option:hover,
.select-option:focus-visible,
.select-option.selected {
  color: var(--brand-strong);
  background: var(--brand-soft);
  outline: 0;
}

.category-list {
  display: grid;
  gap: 8px;
}

.category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-weight: 800;
}

.category-list a.active,
.category-list a:hover {
  border-color: var(--line);
  background: var(--paper-warm);
  color: var(--accent);
}

.catalog-results {
  display: grid;
  gap: 18px;
}

.result-bar {
  min-height: 44px;
  padding: 0 2px;
  color: var(--muted);
  font-size: 14px;
}

.empty-state,
.status-page,
.static-page {
  padding: 76px 0;
}

.empty-state {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 42px;
  background: #fff;
}

.empty-state h2 {
  margin: 0;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 58px;
  padding: 54px 0 86px;
}

.product-gallery {
  min-width: 0;
}

.gallery-main-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow-sm);
}

.gallery-main-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.main-product-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--soft);
}

.gallery-control,
.lightbox-arrow,
.lightbox-close {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.gallery-control {
  position: absolute;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-control:hover,
.lightbox-arrow:hover,
.lightbox-close:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-button {
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: var(--soft);
  cursor: pointer;
}

.thumb-button:hover,
.thumb-button.active {
  border-color: var(--accent);
  transform: none;
}

.thumb-button img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 64px;
  background: rgba(17, 13, 12, 0.9);
}

.gallery-lightbox img {
  max-width: min(980px, 90vw);
  max-height: 84vh;
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.lightbox-close:hover {
  transform: scale(1.04);
}

.lightbox-arrow {
  position: fixed;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.product-panel {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 18px;
  min-width: 0;
}

.product-panel h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.03;
  letter-spacing: 0;
}

.product-price {
  margin: 0;
  font-size: 29px;
  font-weight: 950;
}

.old-price {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  text-decoration: line-through;
}

.product-facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.product-facts div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.product-facts dt {
  color: var(--muted);
}

.product-facts dd {
  margin: 0;
  text-align: right;
  font-weight: 850;
}

.request-page {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 56px;
  padding: 54px 0 86px;
}

.request-summary img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 18px;
  box-shadow: var(--shadow-sm);
}

.request-summary h1 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0;
}

.request-form {
  display: grid;
  gap: 18px;
  align-self: start;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.form-grid {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 14px;
}

.form-errors,
.notice {
  border-radius: var(--radius);
  padding: 12px 14px;
}

.form-errors {
  display: grid;
  gap: 4px;
  background: #fff0f2;
  color: #8b1f32;
}

.form-errors p {
  margin: 0;
}

.notice {
  background: var(--mint);
  color: var(--sage);
}

.contact-page {
  display: grid;
  gap: 28px;
  align-content: center;
  min-height: 100%;
  padding: 62px 0 78px;
}

.contact-hero {
  display: grid;
  gap: 14px;
  max-width: 940px;
}

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

.contact-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
}

a.contact-card:hover {
  color: var(--ink);
  border-color: var(--accent);
  transform: none;
  box-shadow: var(--shadow-sm);
}

.contact-card .button {
  margin-top: 4px;
  justify-self: start;
}

.static-page {
  display: grid;
  gap: 18px;
  max-width: 860px;
}

.static-page h1,
.status-page h1 {
  margin: 0;
}

.status-page {
  display: grid;
  gap: 16px;
  align-content: center;
  min-height: 520px;
}

.status-page .button {
  justify-self: start;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer p {
  max-width: 460px;
  margin: 8px 0 0;
  line-height: 1.55;
}

.footer-column {
  display: grid;
  gap: 8px;
  min-width: 170px;
}

.footer-column span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-column a {
  font-weight: 800;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .premium-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    min-height: 420px;
  }

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

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

@media (max-width: 880px) {
  .hero h1,
  .page-intro h1,
  .status-page h1,
  .contact-hero h1 {
    font-size: 46px;
  }

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

  .section-heading h2,
  .editorial-panel h2,
  .request-form h2,
  .static-page h1 {
    font-size: 34px;
  }

  .trust-strip,
  .editorial-section,
  .catalog-layout,
  .product-detail,
  .request-page {
    grid-template-columns: 1fr;
  }

  .filters,
  .product-panel {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-header {
    gap: 14px;
    min-height: 68px;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .main-nav a {
    border: 1px solid var(--line);
    background: #fff;
  }

  .section,
  .page-intro,
  .catalog-layout,
  .product-detail,
  .request-page,
  .status-page,
  .static-page,
  .contact-page,
  .premium-hero {
    width: calc(100% - 32px);
  }

  .premium-hero {
    margin-top: 18px;
    padding: 22px;
  }

  .hero h1,
  .page-intro h1,
  .status-page h1,
  .contact-hero h1 {
    font-size: 38px;
  }

  .hero-copy,
  .page-intro p,
  .status-page p,
  .contact-hero p,
  .product-description {
    font-size: 16px;
  }

  .hero-stats,
  .category-grid,
  .product-grid,
  .process-grid,
  .form-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 640px;
  }

  .hero-product-1,
  .hero-product-2,
  .hero-product-3 {
    right: auto;
    left: 0;
    width: 100%;
  }

  .hero-product-1 {
    top: 0;
    height: 300px;
  }

  .hero-product-2 {
    top: 320px;
    bottom: auto;
    height: 150px;
  }

  .hero-product-3 {
    top: 490px;
    bottom: auto;
    height: 150px;
  }

  .section {
    padding: 50px 0;
  }

  .request-form {
    padding: 22px;
  }

  .product-panel h1 {
    font-size: 36px;
  }

  .thumb-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .button {
    width: 100%;
  }

  .status-page .button,
  .contact-card .button {
    justify-self: stretch;
  }

  .gallery-lightbox {
    padding: 50px 14px;
  }

  .lightbox-arrow {
    width: 44px;
    height: 44px;
  }

  .lightbox-prev {
    left: 12px;
  }

  .lightbox-next {
    right: 12px;
  }
}

/* 2026 Bonya marketplace redesign overrides */
:root {
  --bg-clean: #ffffff;
  --surface-soft: #f7faff;
  --surface-tint: #e8eef8;
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --coral: #10b981;
  --muted-strong: #334155;
  --line: rgba(15, 23, 42, 0.11);
  --line-strong: rgba(15, 23, 42, 0.18);
  --shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.08);
  --shadow-strong: 0 24px 64px rgba(15, 23, 42, 0.12);
  --radius-card: 8px;
  --radius-panel: 18px;
  --radius-pill: 999px;
  --transition: 350ms ease;
  --header-height: 68px;
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.1), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(16, 185, 129, 0.08), transparent 28%),
    var(--bg-clean);
}

html.menu-open,
body.menu-open,
body.gallery-open {
  overflow: hidden;
  overscroll-behavior: none;
}

a,
button,
.button,
.product-card,
.category-pill,
.thumb-button,
.gallery-control,
.lightbox-arrow,
.lightbox-close {
  transition:
    opacity var(--transition),
    color var(--transition),
    border-color var(--transition),
    background-color var(--transition),
    box-shadow var(--transition),
    filter var(--transition);
}

a:hover,
button:hover,
.button:hover,
.brand:hover,
.header-cta:hover,
.product-card:hover,
.category-pill:hover,
.thumb-button:hover,
.contact-card:hover,
.footer-socials a:hover {
  transform: none !important;
}

.site-header,
.site-footer {
  padding-right: 0;
  padding-left: 0;
}

.header-shell,
.footer-shell,
.footer-bottom,
.section,
.page-intro,
.catalog-layout,
.product-detail,
.request-page,
.status-page,
.static-page,
.contact-page {
  width: min(1220px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 260;
  display: block;
  min-height: var(--header-height);
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(24, 20, 18, 0.06);
  background: rgba(255, 248, 244, 0.98);
  box-shadow: 0 10px 28px rgba(24, 20, 18, 0.05);
  backdrop-filter: none;
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
  font-weight: 850;
}

.brand:hover,
.footer-brand:hover {
  color: inherit;
  opacity: 0.72;
}

.brand-mark,
.footer-brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 14px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}

.brand-text strong {
  color: var(--ink);
  font-size: 15px;
  letter-spacing: 0;
}

.brand-text small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.site-nav-panel {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.site-nav > a,
.site-nav .language-dropdown-trigger {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  white-space: nowrap;
}

.site-nav > a:hover,
.site-nav > a:focus-visible,
.site-nav > a.is-active,
.site-nav .language-dropdown-trigger:hover,
.site-nav .language-dropdown-trigger:focus-visible,
.site-nav .language-dropdown.is-open .language-dropdown-trigger,
.site-nav .language-dropdown.has-active-page .language-dropdown-trigger {
  color: var(--ink);
  background: rgba(24, 20, 18, 0.08);
}

.language-dropdown {
  position: relative;
}

.dropdown-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: currentColor;
  transition: transform var(--transition);
}

.dropdown-chevron svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.language-dropdown.is-open .dropdown-chevron {
  transform: rotate(180deg);
}

.language-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 280;
  display: grid;
  gap: 5px;
  width: min(340px, calc(100vw - 40px));
  max-height: min(var(--language-dropdown-max-height, 320px), calc(100vh - 120px));
  padding: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(24, 20, 18, 0.1);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px rgba(24, 20, 18, 0.18);
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition:
    opacity var(--transition),
    transform var(--transition);
}

.language-dropdown.is-open .language-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.language-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--muted-strong);
  font-weight: 750;
}

.language-dropdown-item:hover,
.language-dropdown-item:focus-visible,
.language-dropdown-item.is-current {
  color: var(--ink);
  background: rgba(219, 234, 254, 0.82);
}

.language-dropdown-item.is-hub-link {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.22);
}

.header-compare-divider {
  height: 1px;
  margin: 5px 6px;
  background: rgba(24, 20, 18, 0.08);
}

.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius-pill);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #fff;
  background: var(--ink);
}

.header-cta-mobile,
.menu-toggle {
  display: none;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(24, 20, 18, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(24, 20, 18, 0.12);
}

.menu-toggle-box {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 18px;
}

.menu-toggle-line {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: var(--radius-pill);
  background: var(--ink);
  transition:
    top var(--transition),
    opacity var(--transition),
    transform var(--transition),
    background-color var(--transition);
}

.line-1 { top: 0; }
.line-2 { top: 8px; }
.line-3 { top: 16px; }

.menu-toggle.is-open {
  background: var(--ink);
}

.menu-toggle.is-open .menu-toggle-line {
  background: #fff;
}

.menu-toggle.is-open .line-1 {
  top: 8px;
  transform: rotate(45deg);
}

.menu-toggle.is-open .line-2 {
  opacity: 0;
}

.menu-toggle.is-open .line-3 {
  top: 8px;
  transform: rotate(-45deg);
}

.premium-hero {
  position: relative;
  isolation: isolate;
  width: min(1360px, calc(100% - 40px));
  min-height: min(720px, calc(100svh - 100px));
  display: grid;
  align-items: end;
  margin: 28px auto 0;
  overflow: hidden;
  border: 1px solid rgba(24, 20, 18, 0.08);
  border-radius: var(--radius-panel);
  background: #0f172a;
  box-shadow: var(--shadow-strong);
}

.hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 74% 18%, rgba(37, 99, 235, 0.24), transparent 32%),
    radial-gradient(circle at 22% 80%, rgba(16, 185, 129, 0.18), transparent 30%),
    linear-gradient(135deg, #020617, #0f172a 48%, #1e3a8a);
}

.hero-video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(1.05) contrast(1.03);
}

.premium-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 10, 10, 0.76) 0%, rgba(12, 10, 10, 0.48) 46%, rgba(12, 10, 10, 0.08) 100%),
    linear-gradient(0deg, rgba(12, 10, 10, 0.62), transparent 46%);
  pointer-events: none;
}

.hero-copy-block {
  display: grid;
  gap: 22px;
  width: min(780px, 100%);
  max-width: none;
  padding: clamp(28px, 5vw, 68px);
  color: #fff;
}

.premium-hero .eyebrow,
.request-band .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.premium-hero h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
}

.premium-hero .hero-copy {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.7vw, 21px);
}

.button {
  transition:
    opacity var(--transition),
    color var(--transition),
    border-color var(--transition),
    background-color var(--transition),
    box-shadow var(--transition);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #1d4ed8);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.premium-hero .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.hero-fireflies,
.footer-fireflies {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  contain: layout paint;
  pointer-events: none;
}

.footer-fireflies {
  z-index: 1;
  opacity: 0.72;
}

.hero-firefly {
  --firefly-x: 50%;
  --firefly-y: 50%;
  --firefly-size: 11px;
  --firefly-scale: 1;
  --firefly-drift-x: 18px;
  --firefly-drift-y: -24px;
  --firefly-path-duration: 18s;
  --firefly-path-delay: 0s;
  --firefly-flash-delay: 0s;
  position: absolute;
  left: var(--firefly-x);
  top: var(--firefly-y);
  width: var(--firefly-size);
  height: var(--firefly-size);
  margin-left: calc(var(--firefly-size) * -0.5);
  margin-top: calc(var(--firefly-size) * -0.5);
  border-radius: 50%;
  transform: translate3d(0, 0, 0) scale(var(--firefly-scale));
  animation: bonya-firefly-path var(--firefly-path-duration) ease-in-out infinite;
  animation-delay: var(--firefly-path-delay);
}

.hero-firefly::before,
.hero-firefly::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.hero-firefly::before {
  inset: -75%;
  background: radial-gradient(circle, rgba(255, 96, 166, 0.34), rgba(186, 118, 255, 0.2) 38%, transparent 76%);
  filter: blur(10px);
  opacity: 0.55;
  animation: bonya-firefly-breathe 4600ms ease-in-out infinite;
}

.hero-firefly::after {
  background: radial-gradient(circle, #fff 0 16%, rgba(255, 120, 190, 0.95) 42%, rgba(186, 118, 255, 0.72) 58%, transparent 100%);
  opacity: 0.34;
  animation: bonya-firefly-flash 7200ms linear infinite;
  animation-delay: var(--firefly-flash-delay);
}

.hero-firefly:nth-child(1) { --firefly-x: 11%; --firefly-y: 18%; --firefly-size: 10px; --firefly-scale: 0.88; --firefly-drift-x: 20px; --firefly-drift-y: -26px; --firefly-path-duration: 14s; --firefly-path-delay: -3s; --firefly-flash-delay: -1.4s; }
.hero-firefly:nth-child(2) { --firefly-x: 23%; --firefly-y: 12%; --firefly-size: 12px; --firefly-scale: 0.82; --firefly-drift-x: -18px; --firefly-drift-y: 24px; --firefly-path-duration: 17s; --firefly-path-delay: -9s; --firefly-flash-delay: -5.2s; }
.hero-firefly:nth-child(3) { --firefly-x: 79%; --firefly-y: 16%; --firefly-size: 9px; --firefly-scale: 0.76; --firefly-drift-x: -22px; --firefly-drift-y: 18px; --firefly-path-duration: 15s; --firefly-path-delay: -6s; --firefly-flash-delay: -2.3s; }
.hero-firefly:nth-child(4) { --firefly-x: 90%; --firefly-y: 27%; --firefly-size: 11px; --firefly-scale: 0.92; --firefly-drift-x: -24px; --firefly-drift-y: -20px; --firefly-path-duration: 18s; --firefly-path-delay: -11s; --firefly-flash-delay: -6.8s; }
.hero-firefly:nth-child(5) { --firefly-x: 17%; --firefly-y: 41%; --firefly-size: 13px; --firefly-scale: 1.02; --firefly-drift-x: 24px; --firefly-drift-y: -28px; --firefly-path-duration: 20s; --firefly-path-delay: -7s; --firefly-flash-delay: -3.7s; }
.hero-firefly:nth-child(6) { --firefly-x: 33%; --firefly-y: 30%; --firefly-size: 10px; --firefly-scale: 0.8; --firefly-drift-x: -20px; --firefly-drift-y: 22px; --firefly-path-duration: 16s; --firefly-path-delay: -13s; --firefly-flash-delay: -4.1s; }
.hero-firefly:nth-child(7) { --firefly-x: 68%; --firefly-y: 34%; --firefly-size: 14px; --firefly-scale: 1.06; --firefly-drift-x: 18px; --firefly-drift-y: -22px; --firefly-path-duration: 19s; --firefly-path-delay: -8s; --firefly-flash-delay: -7.4s; }
.hero-firefly:nth-child(8) { --firefly-x: 84%; --firefly-y: 48%; --firefly-size: 9px; --firefly-scale: 0.78; --firefly-drift-x: -16px; --firefly-drift-y: 20px; --firefly-path-duration: 13s; --firefly-path-delay: -4s; --firefly-flash-delay: -1.9s; }
.hero-firefly:nth-child(9) { --firefly-x: 24%; --firefly-y: 60%; --firefly-size: 12px; --firefly-scale: 0.95; --firefly-drift-x: 22px; --firefly-drift-y: -18px; --firefly-path-duration: 21s; --firefly-path-delay: -15s; --firefly-flash-delay: -5.9s; }
.hero-firefly:nth-child(10) { --firefly-x: 42%; --firefly-y: 54%; --firefly-size: 11px; --firefly-scale: 0.9; --firefly-drift-x: -18px; --firefly-drift-y: 24px; --firefly-path-duration: 17s; --firefly-path-delay: -10s; --firefly-flash-delay: -2.8s; }
.hero-firefly:nth-child(11) { --firefly-x: 61%; --firefly-y: 68%; --firefly-size: 13px; --firefly-scale: 1; --firefly-drift-x: 20px; --firefly-drift-y: -26px; --firefly-path-duration: 22s; --firefly-path-delay: -12s; --firefly-flash-delay: -6.1s; }
.hero-firefly:nth-child(12) { --firefly-x: 76%; --firefly-y: 60%; --firefly-size: 10px; --firefly-scale: 0.84; --firefly-drift-x: -24px; --firefly-drift-y: 18px; --firefly-path-duration: 16s; --firefly-path-delay: -5s; --firefly-flash-delay: -3.3s; }

@keyframes bonya-firefly-path {
  0%, 100% { transform: translate3d(0, 0, 0) scale(var(--firefly-scale)); }
  50% { transform: translate3d(var(--firefly-drift-x), var(--firefly-drift-y), 0) scale(calc(var(--firefly-scale) * 0.96)); }
}

@keyframes bonya-firefly-breathe {
  0%, 100% { opacity: 0.18; transform: scale(0.92); }
  50% { opacity: 0.42; transform: scale(1.16); }
}

@keyframes bonya-firefly-flash {
  0%, 30%, 100% { opacity: 0; box-shadow: 0 0 0 rgba(255, 90, 170, 0); }
  5%, 19%, 58% { opacity: 0.8; box-shadow: 0 0 18px 4px rgba(255, 90, 170, 0.72), 0 0 36px 8px rgba(186, 118, 255, 0.34); }
}

.category-runway {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.category-grid {
  display: none;
}

.category-pill {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: min(100%, 246px);
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(24, 20, 18, 0.05);
}

.category-pill:hover {
  color: var(--ink);
  border-color: rgba(37, 99, 235, 0.28);
  background: #fff;
}

.category-pill strong {
  font-size: 16px;
  line-height: 1.2;
}

.category-pill span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

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

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

.product-card {
  border-color: var(--line);
  box-shadow: 0 12px 28px rgba(24, 20, 18, 0.05);
}

.product-card:hover {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.product-image {
  aspect-ratio: 4 / 4.35;
}

.product-meta {
  font-size: 11px;
  line-height: 1.22;
}

.stock-pill {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: var(--radius-pill);
  color: var(--sage);
  background: rgba(220, 239, 231, 0.78);
  white-space: nowrap;
}

.product-card h3 {
  min-height: 2.55em;
  font-size: 19px;
  line-height: 1.25;
}

.product-card p {
  display: -webkit-box;
  min-height: 4.72em;
  overflow: hidden;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalog-results > .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.banner-strip {
  width: min(1220px, calc(100% - 40px));
  margin: clamp(34px, 4vw, 64px) auto;
}

.banner-strip-homepage {
  position: relative;
  z-index: 2;
  margin-top: clamp(28px, 4vw, 52px);
}

.banner-strip-catalog {
  margin-top: 0;
}

.banner-strip-product {
  margin-top: 28px;
}

.banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.banner-card {
  position: relative;
  isolation: isolate;
  min-height: clamp(236px, 27vw, 320px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 84% 14%, rgba(37, 99, 235, 0.26), transparent 28%),
    radial-gradient(circle at 16% 84%, rgba(16, 185, 129, 0.2), transparent 28%),
    linear-gradient(135deg, #0f172a, #1e3a8a 58%, #065f46);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.banner-card:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(24, 20, 18, 0.18);
}

.banner-strip-homepage .banner-card:first-child {
  min-height: clamp(260px, 29vw, 348px);
}

.banner-picture,
.banner-picture img,
.banner-shade {
  position: absolute;
  inset: 0;
}

.banner-picture {
  display: block;
  z-index: -2;
}

.banner-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 520ms ease, filter 520ms ease;
}

.banner-card:hover .banner-picture img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

.banner-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 12, 11, 0.84), rgba(18, 12, 11, 0.48) 54%, rgba(18, 12, 11, 0.16)),
    linear-gradient(0deg, rgba(18, 12, 11, 0.72), transparent 58%);
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  min-height: inherit;
  max-width: 720px;
  padding: clamp(22px, 3.2vw, 38px);
}

.banner-content .eyebrow {
  color: rgba(255, 221, 207, 0.92);
}

.banner-content strong {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(25px, 3.4vw, 42px);
  line-height: 1.02;
}

.banner-content span:not(.eyebrow) {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.55;
}

.banner-content small {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin-top: 6px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.result-bar span:last-child {
  text-align: right;
}

.request-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1220px, calc(100% - 40px));
  margin-bottom: 76px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 80% 12%, rgba(16, 185, 129, 0.24), transparent 28%),
    linear-gradient(135deg, #0f172a, #1e3a8a 56%, #065f46);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.request-band h2 {
  color: #fff;
}

.product-panel-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.92));
  box-shadow: var(--shadow-soft);
}

.product-panel > .eyebrow,
.product-panel > h1,
.product-panel > .price-row,
.product-panel > .product-description,
.product-panel > .product-facts,
.product-panel > .product-actions {
  display: none;
}

.product-description {
  padding-right: 6px;
}

.source-link {
  color: var(--accent);
  font-weight: 900;
}

.gallery-control,
.lightbox-arrow,
.lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.gallery-control {
  width: 46px;
  height: 46px;
  translate: 0 -50%;
  transform: none;
}

.gallery-control:hover,
.lightbox-arrow:hover,
.lightbox-close:hover {
  color: #fff;
  background: var(--ink);
  transform: none !important;
}

.lightbox-close {
  width: 48px;
  height: 48px;
}

.lightbox-arrow {
  width: 56px;
  height: 56px;
  translate: 0 -50%;
  transform: none;
}

.site-footer {
  --footer-text: #f8fbff;
  --footer-muted: rgba(219, 234, 254, 0.68);
  --footer-link: rgba(248, 250, 252, 0.9);
  --footer-line: rgba(191, 219, 254, 0.14);
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  margin-top: 52px;
  padding: 0;
  color: var(--footer-text);
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0, rgba(248, 250, 252, 0.96) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.3), transparent 31%),
    radial-gradient(circle at 18% 92%, rgba(16, 185, 129, 0.15), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0b1730 52%, #071827 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-glow {
  position: absolute;
  right: -8%;
  bottom: -48%;
  z-index: 0;
  width: min(620px, 46vw);
  height: min(620px, 46vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.3), rgba(37, 99, 235, 0.17) 34%, rgba(16, 185, 129, 0.1) 48%, transparent 68%);
  animation: footer-glow-pulse 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes footer-glow-pulse {
  0%, 100% { opacity: 0.55; scale: 0.96; }
  50% { opacity: 0.88; scale: 1.03; }
}

.footer-shell,
.footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(260px, 1.18fr) minmax(150px, 0.72fr) minmax(190px, 0.88fr) minmax(220px, 0.82fr);
  gap: 22px;
  padding: 34px 0 22px;
}

.footer-brand-column,
.footer-links-column,
.footer-connect-column {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-brand {
  color: var(--footer-text);
  transition:
    opacity 350ms ease,
    color 350ms ease;
}

.footer-brand img {
  background: transparent;
}

.footer-brand span {
  color: var(--footer-text);
  font-size: 17px;
}

.footer-description,
.footer-bottom {
  color: var(--footer-muted);
}

.footer-description {
  max-width: 390px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.footer-heading {
  margin: 0;
  color: rgba(147, 197, 253, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a,
.footer-email,
.footer-primary-link {
  width: fit-content;
  color: var(--footer-link);
  font-weight: 760;
  transition:
    opacity 350ms ease,
    color 350ms ease,
    border-color 350ms ease,
    background-color 350ms ease,
    box-shadow 350ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-email:hover,
.footer-email:focus-visible,
.footer-primary-link:hover,
.footer-primary-link:focus-visible,
.footer-brand:hover,
.footer-brand:focus-visible {
  color: #fff;
  opacity: 0.68;
}

.footer-primary-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 14px;
  border: 1px solid rgba(147, 197, 253, 0.32);
  border-radius: var(--radius-pill);
  background: rgba(37, 99, 235, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-primary-link:hover,
.footer-primary-link:focus-visible {
  border-color: rgba(191, 219, 254, 0.46);
  background: rgba(37, 99, 235, 0.28);
}

.footer-bottom {
  padding: 14px 0 18px;
  border-top: 1px solid var(--footer-line);
}

.footer-bottom p {
  margin: 0;
  padding-top: 0;
  font-size: 13px;
  text-align: left;
}

@media (max-width: 1120px) {
  .home-products .product-grid,
  .product-grid,
  .catalog-results > .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  body {
    padding-top: var(--header-height);
  }

  .site-header {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
  }

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

  .header-cta-desktop {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 361;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .site-nav-panel {
    position: fixed;
    inset: 0;
    z-index: 350;
    display: block;
    overflow: hidden;
    background: rgba(16, 13, 12, 0.32);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition), visibility 0s linear var(--transition);
  }

  .site-nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity var(--transition);
  }

  .site-nav-panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(88vw, 380px);
    height: 100dvh;
    background: linear-gradient(180deg, rgba(255, 248, 244, 0.99), rgba(255, 255, 255, 0.97));
    box-shadow: -24px 0 64px rgba(20, 16, 14, 0.2);
    transform: translateX(100%);
    transition: transform var(--transition);
    pointer-events: none;
  }

  .site-nav-panel.is-open::after {
    transform: translateX(0);
  }

  .site-nav,
  .header-cta-mobile {
    position: absolute;
    right: 18px;
    z-index: 1;
    width: min(calc(88vw - 36px), 344px);
    max-width: calc(100vw - 36px);
    opacity: 0;
    transform: translateX(36px);
    transition: opacity var(--transition), transform var(--transition);
  }

  .site-nav-panel.is-open .site-nav,
  .site-nav-panel.is-open .header-cta-mobile {
    opacity: 1;
    transform: translateX(0);
  }

  .site-nav {
    top: calc(var(--header-height) + 22px);
    display: grid;
    gap: 10px;
  }

  .site-nav > a,
  .site-nav .language-dropdown-trigger {
    min-height: 58px;
    width: 100%;
    justify-content: space-between;
    padding: 0 18px;
    border-radius: 20px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(24, 20, 18, 0.05), 0 12px 26px rgba(24, 20, 18, 0.05);
  }

  .site-nav .language-dropdown-menu {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }

  .header-cta-mobile {
    bottom: max(20px, env(safe-area-inset-bottom));
    display: inline-flex;
    min-height: 56px;
    color: #fff;
    border-color: var(--ink);
    background: var(--ink);
  }

  .premium-hero {
    min-height: 620px;
  }

  .catalog-layout,
  .product-detail,
  .request-page {
    grid-template-columns: 1fr;
  }

  .filters,
  .product-panel {
    position: static;
  }

  .banner-strip-homepage .banner-card:first-child {
    grid-column: span 1;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 72px;
  }

  .header-shell,
  .footer-shell,
  .footer-bottom,
  .section,
  .page-intro,
  .catalog-layout,
  .product-detail,
  .request-page,
  .status-page,
  .static-page,
  .contact-page,
  .premium-hero,
  .request-band {
    width: calc(100% - 28px);
  }

  .premium-hero {
    min-height: 590px;
    border-radius: var(--radius-card);
  }

  .hero-copy-block {
    padding: 24px;
  }

  .section-heading,
  .request-band,
  .result-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-grid,
  .home-products .product-grid,
  .catalog-results > .product-grid,
  .footer-shell,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    gap: 20px;
    padding: 28px 0 18px;
  }

  .footer-brand-column,
  .footer-links-column,
  .footer-connect-column {
    gap: 10px;
  }

  .footer-bottom {
    padding: 12px 0 16px;
  }

  .product-card h3,
  .product-card p {
    min-height: 0;
  }

  .category-pill {
    width: 100%;
  }

  .product-actions,
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .banner-strip {
    width: calc(100% - 28px);
    margin: 24px auto;
  }

  .banner-strip-homepage {
    margin-top: 24px;
  }

  .banner-card,
  .banner-strip-homepage .banner-card:first-child {
    min-height: 226px;
  }

  .banner-content {
    padding: 22px;
  }

  .banner-content strong {
    max-width: none;
    font-size: 26px;
  }
}

.premium-hero {
  align-items: center;
  grid-template-columns: 1fr;
}

.premium-hero h1 {
  max-width: 840px;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.02;
}

.hero-copy-block {
  padding-top: clamp(30px, 4vw, 54px);
  padding-bottom: clamp(30px, 4vw, 54px);
}

@media (max-width: 980px) {
  .site-nav {
    align-items: stretch !important;
    justify-items: stretch !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .site-nav > a,
  .site-nav .language-dropdown,
  .site-nav .header-features-selector,
  .site-nav .header-category-selector,
  .site-nav .language-dropdown .language-dropdown-trigger,
  .site-nav .header-features-selector .language-dropdown-trigger {
    width: 100% !important;
    box-sizing: border-box;
  }

  .site-nav .language-dropdown .language-dropdown-menu,
  .site-nav .header-features-selector .language-dropdown-menu,
  .site-nav .header-features-selector.opens-up .language-dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .site-nav .language-dropdown .language-dropdown-item,
  .site-nav .header-features-selector .language-dropdown-item {
    white-space: normal;
  }
}

.product-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.92));
  box-shadow: var(--shadow-soft);
}

.product-panel > .eyebrow,
.product-panel > h1,
.product-panel > .product-description {
  display: block !important;
}

.product-panel > .price-row,
.product-panel > .product-actions {
  display: flex !important;
}

.product-panel > .product-facts {
  display: grid !important;
}

.product-panel > .product-actions {
  align-items: center;
  gap: 10px;
}

.button-large {
  min-height: 56px;
  padding-inline: 24px;
  border-radius: var(--radius-pill);
  font-size: 16px;
}

.gallery-lightbox {
  z-index: 1000;
}

.lightbox-arrow,
.lightbox-close {
  z-index: 1001;
}

html {
  scroll-behavior: auto;
}

.premium-hero {
  width: 100%;
  min-height: calc(100svh - var(--header-height, 72px));
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-video-layer video {
  opacity: 0.78;
  filter: none;
}

.premium-hero::after {
  background:
    linear-gradient(90deg, rgba(12, 10, 10, 0.78) 0%, rgba(12, 10, 10, 0.42) 48%, rgba(12, 10, 10, 0.16) 100%),
    linear-gradient(0deg, rgba(12, 10, 10, 0.44), transparent 48%);
}

.hero-copy-block {
  width: min(760px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1220px) / 2));
  padding: clamp(36px, 6vw, 76px) 0;
}

.premium-hero .hero-fireflies {
  display: none !important;
}

.product-description {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

/* Bonya admin palette sync */
:root {
  --bg: #f4f7fb;
  --bg-strong: #e8eef8;
  --surface: #ffffff;
  --surface-muted: #f7faff;
  --line: #dce5f1;
  --line-strong: #c6d2e3;
  --text: #0f172a;
  --muted: #64748b;
  --muted-strong: #334155;
  --brand: #2563eb;
  --brand-strong: #1d4ed8;
  --brand-soft: #dbeafe;
  --admin-accent: #10b981;
  --admin-accent-soft: #d1fae5;
  --warning: #b7791f;
  --danger: #dc2626;
  --success: #059669;
  --ink: var(--text);
  --ink-soft: var(--muted-strong);
  --paper: var(--surface);
  --paper-warm: var(--bg);
  --soft: var(--surface-muted);
  --accent: var(--brand);
  --accent-dark: var(--brand-strong);
  --mint: var(--admin-accent-soft);
  --sage: var(--success);
  --gold: var(--admin-accent);
  --coral: var(--admin-accent);
  --shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 22px 60px rgba(15, 23, 42, 0.13);
  --shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.08);
  --shadow-strong: 0 24px 64px rgba(15, 23, 42, 0.12);
  --scrollbar-size: 8px;
  --scrollbar-track: rgba(219, 234, 254, 0.34);
  --scrollbar-thumb: rgba(37, 99, 235, 0.44);
  --scrollbar-thumb-strong: rgba(29, 78, 216, 0.68);
}

* {
  scrollbar-color: var(--scrollbar-thumb) transparent;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  min-width: 34px;
  min-height: 34px;
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, var(--scrollbar-thumb), var(--scrollbar-thumb-strong))
    padding-box;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.09), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(16, 185, 129, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 251, 0.98)),
    var(--bg);
  color: var(--text);
}

.site-header {
  border-bottom-color: var(--line);
  background: rgba(244, 247, 251, 0.94);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.site-nav > a:hover,
.site-nav > a:focus-visible,
.site-nav > a.is-active,
.site-nav .language-dropdown-trigger:hover,
.site-nav .language-dropdown-trigger:focus-visible,
.site-nav .language-dropdown.is-open .language-dropdown-trigger,
.site-nav .language-dropdown.has-active-page .language-dropdown-trigger {
  color: var(--text);
  background: var(--brand-soft);
}

.language-dropdown-menu,
.filters,
.product-card,
.product-panel,
.request-form,
.empty-state,
.contact-card,
.static-page {
  border-color: var(--line);
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.language-dropdown-item:hover,
.language-dropdown-item:focus-visible,
.language-dropdown-item.is-current,
.category-list a.active,
.category-list a:hover {
  color: var(--brand-strong);
  background: var(--brand-soft);
}

.language-dropdown-item.is-hub-link {
  color: var(--text);
  background: linear-gradient(135deg, var(--brand-soft), var(--surface));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.18);
}

.button-primary {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brand-strong);
}

.button-secondary,
.header-cta {
  color: var(--text);
  border-color: var(--line-strong);
  background: var(--surface);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  color: var(--brand-strong);
  border-color: rgba(37, 99, 235, 0.28);
  background: var(--brand-soft);
}

.premium-hero::after {
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.7), rgba(15, 23, 42, 0.38) 52%, rgba(37, 99, 235, 0.08)),
    linear-gradient(180deg, rgba(2, 6, 23, 0.04), rgba(2, 6, 23, 0.58));
}

.premium-hero .eyebrow,
.request-band .eyebrow {
  color: #bfdbfe;
}

.category-pill {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}

.category-pill:hover,
.product-card:hover {
  border-color: rgba(37, 99, 235, 0.28);
  background: var(--surface);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.stock-pill,
.notice,
.status-pill.active,
.status-pill.confirmed,
.status-pill.completed,
.status-pill.success {
  color: var(--success);
  background: var(--admin-accent-soft);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.request-band {
  background:
    radial-gradient(circle at 80% 12%, rgba(16, 185, 129, 0.24), transparent 28%),
    linear-gradient(135deg, #0f172a, #1e3a8a 56%, #065f46);
  color: #fff;
}

.product-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
}

.source-link,
.section-link,
.icon-link {
  color: var(--brand);
}

.source-link:hover,
.section-link:hover,
.icon-link:hover {
  color: var(--brand-strong);
}

.gallery-lightbox {
  background: rgba(2, 6, 23, 0.9);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0, rgba(248, 250, 252, 0.96) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.3), transparent 31%),
    radial-gradient(circle at 18% 92%, rgba(16, 185, 129, 0.15), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0b1730 52%, #071827 100%);
}

.footer-glow {
  background: radial-gradient(circle, rgba(96, 165, 250, 0.3), rgba(37, 99, 235, 0.17) 34%, rgba(16, 185, 129, 0.1) 48%, transparent 68%);
}

.premium-hero {
  border-color: rgba(219, 234, 254, 0.16);
  background: #0f172a;
}

.hero-video-layer {
  background:
    radial-gradient(circle at 74% 18%, rgba(37, 99, 235, 0.24), transparent 32%),
    radial-gradient(circle at 22% 80%, rgba(16, 185, 129, 0.18), transparent 30%),
    linear-gradient(135deg, #020617, #0f172a 48%, #1e3a8a);
}

.menu-toggle {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.menu-toggle.is-open {
  background: var(--text);
}

.header-compare-divider {
  background: rgba(15, 23, 42, 0.08);
}

.banner-card {
  border-color: rgba(219, 234, 254, 0.22);
  background:
    radial-gradient(circle at 84% 14%, rgba(37, 99, 235, 0.26), transparent 28%),
    radial-gradient(circle at 16% 84%, rgba(16, 185, 129, 0.2), transparent 28%),
    linear-gradient(135deg, #0f172a, #1e3a8a 58%, #065f46);
}

.banner-card:hover {
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

.banner-shade {
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.84), rgba(15, 23, 42, 0.52) 54%, rgba(37, 99, 235, 0.16)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.72), transparent 58%);
}

.banner-content .eyebrow {
  color: #bfdbfe;
}

.product-panel-card {
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94));
  box-shadow: var(--shadow-soft);
}

.product-card {
  cursor: pointer;
}

.product-card * {
  cursor: pointer;
}

.product-card-link {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.product-card:hover {
  border-color: rgba(37, 99, 235, 0.32);
  transform: translateY(-3px);
  box-shadow: 0 28px 68px rgba(15, 23, 42, 0.16);
}

.product-card:hover .product-image img {
  transform: scale(1.055);
  filter: saturate(1.06);
}

.product-card-body {
  gap: 10px;
  padding: 14px 16px 16px;
}

.product-card h3 {
  min-height: auto;
  font-size: 18px;
  line-height: 1.22;
}

.product-card p {
  display: -webkit-box;
  min-height: 3.1em;
  overflow: hidden;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card-footer {
  padding-top: 2px;
}

.product-card-footer strong {
  font-size: 22px;
  line-height: 1.1;
}

.product-card-footer .stock-pill {
  flex: 0 0 auto;
  min-height: 26px;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.product-card-footer .stock-pill.out_of_stock {
  color: #991b1b;
  background: #fee2e2;
}

.product-card-footer .stock-pill.limited,
.product-card-footer .stock-pill.unknown {
  color: #92400e;
  background: #fef3c7;
}

.banner-strip,
.section,
.request-band {
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}

.product-card {
  contain: layout style;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 980px) {
  .site-nav-panel {
    background: rgba(15, 23, 42, 0.34);
  }

  .site-nav-panel::after {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.99), rgba(255, 255, 255, 0.97));
    box-shadow: -24px 0 64px rgba(15, 23, 42, 0.2);
  }

  .site-nav > a,
  .site-nav .language-dropdown-trigger {
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
      inset 0 0 0 1px rgba(15, 23, 42, 0.05),
      0 12px 26px rgba(15, 23, 42, 0.05);
  }
}
