:root {
  --bg: #ffffff;
  --ink: #050505;
  --panel: #ffffff;
  --panel-soft: #f4f4f4;
  --text: #050505;
  --muted: #555555;
  --line: rgba(5, 5, 5, 0.14);
  --shadow: rgba(0, 0, 0, 0.16);
  --accent: #20b8c7;
  --accent-strong: #f25d5d;
  --accent-soft: #f4ca42;
  --dark: #050505;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  background: var(--bg);
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 210px;
  padding: 1rem 1rem 1.45rem;
  background:
    linear-gradient(180deg, #000 0%, #080808 100%),
    #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.compact-header {
  min-height: 176px;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.38;
}

.header-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.header-actions {
  position: absolute;
  top: 1rem;
  right: max(1rem, calc((100vw - var(--max)) / 2));
  left: max(1rem, calc((100vw - var(--max)) / 2));
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.header-action-group {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.header-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  pointer-events: auto;
  transition: color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.cart-summary-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: fit-content;
  max-width: 132px;
  min-height: 28px;
  margin-left: -0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 7px;
  color: #050505;
  background: var(--accent-soft);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.cart-summary-pill:empty {
  display: none;
}

.header-action:hover {
  color: var(--accent-soft);
  transform: translateY(-2px);
}

.header-action svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.brand {
  display: grid;
  place-items: center;
  width: 250px;
  height: 112px;
  justify-self: center;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: none;
}

.nav-icon {
  box-shadow: none;
}

.main-nav a:hover {
  opacity: 1;
  transform: translateY(-4px);
  color: var(--accent-soft);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.5rem, 4.5vw, 4rem);
  width: min(1040px, 100%);
  margin: 1.2rem auto 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 34px;
  opacity: 0.94;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.nav-icon {
  display: inline-grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.nav-icon img {
  width: 112%;
  height: 112%;
  object-fit: contain;
  filter: none;
  transition: transform 160ms ease;
}

.main-nav a:hover .nav-icon img {
  transform: scale(1.08);
}

.header-user-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.15rem;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 160ms ease, transform 160ms ease;
}

.header-user-link:hover {
  color: var(--accent-soft);
  transform: translateY(-2px);
}

.site-search {
  display: flex;
  width: min(620px, calc(100% - 2rem));
  margin: 1.15rem auto 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.sticky-shop-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 75;
  display: grid;
  gap: 0.55rem;
  padding: 0.45rem 1rem 0.7rem;
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transform: translateY(-110%);
  transition: transform 180ms ease;
}

.sticky-shop-bar.is-visible {
  transform: translateY(0);
}

.sticky-shop-bar .main-nav {
  margin-top: 0;
}

.sticky-shop-top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.2rem;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.sticky-shop-top .main-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  font-size: 1rem;
  overflow: hidden;
}

.sticky-shop-top .main-nav a {
  gap: 0.35rem;
  min-height: 44px;
  white-space: nowrap;
}

.sticky-shop-top .nav-icon {
  width: 54px;
  height: 54px;
}

.sticky-shop-top .nav-icon img {
  width: 100%;
  height: 100%;
}

.sticky-cart-action {
  flex: 0 0 42px;
  justify-self: end;
}

.sticky-cart-wrap {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.35rem;
}

.sticky-shop-bar .site-search {
  width: min(620px, calc(100% - 2rem));
  margin-top: 0;
  box-shadow: none;
}

.sticky-cart-wrap .cart-summary-pill {
  flex: 0 0 auto;
  margin-left: 0;
}

.site-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0.95rem 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  outline: none;
}

.site-search input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.site-search input:focus {
  background: rgba(255, 255, 255, 0.14);
}

.site-search button {
  border: 0;
  padding: 0 1.2rem;
  color: #050505;
  cursor: pointer;
  background: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

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

.video-banner {
  position: relative;
  width: 100%;
  min-height: clamp(500px, 52vw, 700px);
  overflow: hidden;
  background: #000;
  box-shadow: 0 36px 90px var(--shadow);
}

.video-banner::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.18) 0.7px, transparent 0.8px);
  background-position: 0 0;
  background-size: 100% 5px, 4px 4px;
  opacity: 0.36;
  pointer-events: none;
}

.video-banner::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.24), transparent 14rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.3) 48%, rgba(0, 0, 0, 0.78)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 44%, rgba(0, 0, 0, 0.58));
  backdrop-filter: blur(1.5px);
  pointer-events: none;
}

.video-banner video {
  width: 100%;
  height: clamp(500px, 52vw, 700px);
  object-fit: cover;
  opacity: 0.5;
  filter: grayscale(1) contrast(1.48) brightness(0.72) blur(1px);
  transform: scale(1.04);
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: clamp(1.2rem, 4vw, 3rem) 1rem;
  text-align: center;
}

.video-overlay p {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.85rem, 2.8vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 14px 34px #000;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.92;
  text-transform: uppercase;
}

.video-overlay h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 6.9vw, 8rem);
  font-weight: 900;
  letter-spacing: 0.045em;
  text-shadow: 0 18px 48px #000;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 2.35rem;
  padding: 0 1.65rem;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #050505;
  background: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px);
}

.contact-section .btn {
  color: #050505;
  background: var(--accent-soft);
  border-color: var(--accent-soft);
}

.contact-section .btn:hover {
  color: #fff;
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.category-section,
.popular-section,
.reviews-section,
.contact-section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.category-section {
  padding-top: clamp(3rem, 6vw, 5.5rem);
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.section-heading h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.8rem);
  letter-spacing: -0.035em;
}

.section-heading.split,
.contact-section {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading.split a {
  color: var(--text);
  font-weight: 900;
  text-transform: uppercase;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.category-card,
.product-card,
.contact-section {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0)),
    var(--panel);
  box-shadow: 0 18px 44px var(--shadow);
}

.category-card {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.85rem;
  min-height: 220px;
  overflow: hidden;
  border-radius: 0;
  padding: 1.3rem;
  transition: transform 180ms ease;
}

.category-card:hover {
  transform: translateY(-3px);
}

.category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0, rgba(5, 5, 5, 0.045) 50%, transparent 100%),
    linear-gradient(rgba(5, 5, 5, 0.045) 1px, transparent 1px);
  background-size: 100% 100%, 100% 5px;
  opacity: 0.65;
  pointer-events: none;
}

.category-card img {
  width: min(255px, 94%);
  height: 220px;
  min-height: 0;
  object-fit: contain;
  filter: none;
  transition: filter 180ms ease, transform 220ms ease;
}

.category-card:hover img {
  filter: none;
  transform: scale(1.04);
}

.category-card span {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.popular-section,
.reviews-section,
.contact-section {
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

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

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

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0;
}

.product-card-link {
  display: grid;
  grid-template-rows: 300px auto auto;
}

.product-card-actions {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.95rem;
  align-self: end;
}

.product-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 44px;
  height: 42px;
  padding: 0 0.8rem;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 7px;
  color: #050505;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.favorite-button {
  flex: 0 0 44px;
  padding: 0;
}

.cart-button {
  flex: 1;
}

.product-action-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.product-action-button:hover,
.product-action-button[data-product-action="cart"].is-active {
  border-color: #10845f;
  color: #fff;
  background: #10845f;
  transform: translateY(-2px);
}

.product-action-button[data-product-action="favorites"].is-active {
  border-color: rgba(5, 5, 5, 0.18);
  color: #d9233f;
  background: rgba(255, 255, 255, 0.92);
}

.product-action-button[data-product-action="favorites"].is-active svg {
  fill: currentColor;
}

.product-action-button[data-product-action="favorites"]:hover {
  border-color: #d9233f;
  color: #d9233f;
  background: #fff;
}

.badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  max-width: calc(100% - 2rem);
  padding: 0.45rem 0.75rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  background: #050505;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.badge.sale {
  background: #333;
}

.product-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 0.35rem;
  background: transparent;
  filter: none;
}

.product-card h3 {
  margin: 1rem 0 0.2rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  overflow-wrap: anywhere;
  min-height: 3.05em;
  line-height: 1;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  min-height: 1.35em;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  min-height: 1.5rem;
}

.product-footer strong {
  color: var(--ink);
  font-size: 1.2rem;
  white-space: nowrap;
}

.product-footer button,
.product-footer a {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(5, 5, 5, 0.78);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  background: #050505;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.product-footer button:hover,
.product-footer a:hover,
.price-filter button:hover {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
  transform: translateY(-2px);
}

.product-message {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--panel-soft);
  font-size: 1.2rem;
}

.account-section,
.saved-section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.account-section {
  display: grid;
  justify-items: center;
  text-align: center;
}

.account-section h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.account-copy {
  max-width: 560px;
  margin: 0.9rem auto 0;
  color: var(--muted);
  font-size: 1.18rem;
  font-weight: 700;
}

.account-panel {
  width: min(560px, 100%);
  max-width: none;
  margin-top: 1.7rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(32, 184, 199, 0.1), rgba(242, 93, 93, 0.05)),
    var(--panel-soft);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.account-panel form {
  display: grid;
  gap: 1rem;
}

.account-panel label {
  display: grid;
  gap: 0.45rem;
  color: #1a1a1a;
  font-weight: 800;
}

.account-panel input {
  min-height: 52px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 6px;
  padding: 0.85rem 1rem;
  background: #fff;
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.account-panel input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(32, 184, 199, 0.16);
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.25rem;
}

.account-panel .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  width: auto;
  margin-top: 0;
  border-radius: 7px;
}

.account-panel .btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.account-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.account-secondary {
  border: 1px solid rgba(5, 5, 5, 0.78);
  color: #050505;
  background: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.account-secondary:hover {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
  transform: translateY(-2px);
}

.checkout-cta {
  min-height: 56px;
  padding: 1rem 1.35rem;
  border-color: var(--accent-soft);
  color: #050505;
  background: var(--accent-soft);
  font-size: 1.12rem;
  box-shadow: 0 18px 44px rgba(244, 202, 66, 0.32);
}

.checkout-cta:hover {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
  transform: translateY(-3px);
}

.form-message {
  min-height: 1.35rem;
  margin: 0.35rem 0 0;
  color: var(--accent-strong);
  font-weight: 800;
}

.form-message.is-success {
  color: #087a55;
}

.password-rules {
  margin: -0.25rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin-top: 1.7rem;
  text-align: left;
}

.dashboard-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--panel-soft);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.1);
}

.dashboard-panel h2 {
  margin: 0 0 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.dashboard-panel p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-weight: 800;
}

.dashboard-panel strong {
  display: inline-block;
  min-width: 70px;
  color: var(--ink);
}

.account-cart-summary {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.account-cart-item {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.account-cart-total {
  margin: 0;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.cart-quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.product-card-actions .cart-quantity {
  flex: 1;
  justify-content: flex-end;
  margin-top: 0;
}

.product-quantity {
  margin-top: 0.9rem;
}

.cart-quantity button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 38px;
  border: 1px solid rgba(5, 5, 5, 0.2);
  border-radius: 6px;
  color: #050505;
  cursor: pointer;
  background: #fff;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
}

.cart-quantity input {
  width: 54px;
  height: 38px;
  border: 1px solid rgba(5, 5, 5, 0.2);
  border-radius: 6px;
  text-align: center;
  font: inherit;
  font-weight: 900;
  font-size: 1.05rem;
}

.saved-total {
  margin: 1rem 0 1.2rem;
  color: var(--muted);
  font-size: 1.2rem;
  font-weight: 800;
}

.payment-section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.payment-section h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.payment-copy {
  max-width: 650px;
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  font-weight: 700;
}

.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1rem;
  margin-top: 1.7rem;
  align-items: start;
}

.payment-form,
.payment-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--panel-soft);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.1);
}

.payment-form {
  display: grid;
  gap: 1rem;
}

.payment-form h2,
.payment-summary h2 {
  margin: 0 0 0.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.payment-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 800;
}

.payment-form-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.3fr);
  gap: 0.8rem;
}

.payment-form input,
.payment-form textarea {
  width: 100%;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 6px;
  padding: 0.85rem 1rem;
  background: #fff;
  font: inherit;
  font-weight: 700;
  outline: none;
  resize: vertical;
}

.payment-form input:focus,
.payment-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(32, 184, 199, 0.16);
}

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

.checkout-item {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.8rem;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 8px;
  background: #fff;
}

.checkout-item img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.checkout-item h3 {
  margin: 0;
  font-size: 1.3rem;
}

.checkout-item p {
  margin: 0.1rem 0 0;
  color: var(--muted);
  font-weight: 700;
}

.checkout-item strong {
  white-space: nowrap;
}

.checkout-totals {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.checkout-totals p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.checkout-totals strong {
  color: var(--ink);
  white-space: nowrap;
}

.checkout-total {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bank-transfer-box {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 8px;
  background: #fff;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.payment-method {
  min-height: 50px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 8px;
  color: #050505;
  cursor: pointer;
  background: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-method.is-active {
  border-color: var(--accent-soft);
  background: var(--accent-soft);
}

.payment-method-panel {
  display: none;
}

.payment-method-panel.is-active {
  display: grid;
}

.crypto-payment-box {
  gap: 0.85rem;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 8px;
  background: #fff;
}

.crypto-hint {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.crypto-coins {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
}

.crypto-coin {
  display: grid;
  gap: 0.1rem;
  min-height: 58px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
  cursor: pointer;
  background: var(--panel-soft);
  font: inherit;
}

.crypto-coin strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
}

.crypto-coin span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.crypto-coin.is-active {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
}

.crypto-coin.is-active span {
  color: rgba(255, 255, 255, 0.82);
}

.crypto-selected {
  display: grid;
  gap: 0.65rem;
}

.crypto-selected p {
  display: grid;
  gap: 0.15rem;
  margin: 0;
}

.crypto-selected span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.crypto-selected strong {
  overflow-wrap: anywhere;
}

.qr-wrap {
  display: grid;
  place-items: center;
  width: 190px;
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.bank-transfer-box h2 {
  margin-bottom: 0.15rem;
  font-size: 1.55rem;
}

.bank-transfer-box p {
  display: grid;
  gap: 0.15rem;
  margin: 0;
}

.bank-transfer-box span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bank-transfer-box strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.bank-transfer-box small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.product-detail-section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1fr) minmax(280px, 0.82fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.product-detail-image {
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-soft);
}

.product-detail-image img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  padding: 1rem;
}

.product-breadcrumb {
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-weight: 700;
}

.product-detail-info h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.product-stars {
  margin: 1rem 0;
  color: var(--accent-soft);
  letter-spacing: 0;
}

.product-detail-price {
  margin: 0 0 1.4rem;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.product-meta {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-weight: 800;
}

.product-reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.product-reviews-heading {
  display: grid;
  gap: 0.15rem;
}

.product-reviews-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-reviews-heading h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.15rem;
  text-transform: uppercase;
}

.product-review {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(32, 184, 199, 0.08), rgba(244, 202, 66, 0.09)),
    #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.product-review div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.product-review strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.product-review span {
  color: var(--accent-soft);
  letter-spacing: 0;
  font-size: 1rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.product-review p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.product-service-panel {
  display: grid;
  gap: 1.4rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-service-panel section {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.25rem 0.75rem;
  align-items: start;
}

.service-icon {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #050505;
}

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-service-panel h2 {
  margin: 0;
  font-size: 1.35rem;
}

.product-service-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.catalog-hero,
.catalog-layout {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.catalog-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.catalog-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.catalog-hero p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.25rem;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 1.5rem;
  padding-top: clamp(2rem, 5vw, 4rem);
}

.catalog-heading {
  align-items: flex-start;
}

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

.catalog-sidebar {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.sidebar-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.035), transparent 46%),
    var(--panel);
  box-shadow: 0 18px 44px var(--shadow);
  padding: 1rem;
}

.sidebar-panel h2 {
  margin: 0 0 1rem;
  font-size: 2rem;
}

.recommend-list {
  display: grid;
  gap: 0.8rem;
}

.recommend-item {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
  transition: color 160ms ease, transform 160ms ease;
}

.recommend-item:hover {
  color: var(--accent);
  transform: translateX(3px);
}

.recommend-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.recommend-item span {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.2;
}

.recommend-item small {
  color: var(--muted);
  font-size: 0.9rem;
}

.recommend-item strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.recommend-item del {
  color: var(--muted);
  font-weight: 600;
}

.price-filter {
  display: grid;
  gap: 0.8rem;
}

.price-filter label {
  display: grid;
  gap: 0.25rem;
  color: var(--muted);
  font-weight: 800;
}

.price-filter input {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.price-filter input[type="range"] {
  height: 32px;
  padding: 0;
  border: 0;
  accent-color: #050505;
  cursor: pointer;
}

.price-filter input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: #d8d8d8;
}

.price-filter input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -7px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  appearance: none;
}

.price-filter input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: #d8d8d8;
}

.price-filter input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.price-range-label {
  padding: 0.2rem 0 0.1rem;
}

.price-filter button {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(5, 5, 5, 0.78);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  background: #050505;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.price-filter p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.lab-hero,
.lab-gallery-section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.lab-hero {
  display: grid;
  gap: 1rem;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 5vw, 4rem);
}

.lab-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.88;
}

.lab-hero > p:last-of-type {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.lab-contact-note {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.3fr) auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.035), transparent 48%),
    var(--panel);
  box-shadow: 0 18px 44px var(--shadow);
}

.lab-contact-note strong {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.lab-contact-note span {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.4;
}

.lab-contact-note a {
  padding: 0.8rem 1rem;
  border-radius: 6px;
  color: #050505;
  background: var(--accent-soft);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.lab-contact-note a:hover {
  color: #fff;
  background: var(--accent-strong);
  transform: translateY(-2px);
}

.lab-gallery-section {
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.contact-page-hero,
.contact-info-block {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.contact-page-hero {
  display: grid;
  gap: 1rem;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 5vw, 4rem);
}

.contact-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.88;
}

.contact-page-hero p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.contact-info-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0)),
    var(--panel);
  box-shadow: 0 18px 44px var(--shadow);
}

.contact-info-block h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  overflow-wrap: anywhere;
}

.contact-info-block p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.5;
}

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

.lab-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 44px var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.lab-card:hover {
  box-shadow: 0 24px 64px rgba(16, 33, 28, 0.24);
  transform: translateY(-4px);
}

.lab-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: top;
}

.language-switcher {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: grid;
  gap: 0.45rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.language-option {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 0.45rem;
  min-width: 112px;
  padding: 0.45rem 0.55rem;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.language-option img {
  width: 28px;
  height: 20px;
  border-radius: 3px;
  object-fit: cover;
}

.language-option:hover,
.language-option.is-active {
  border-color: rgba(255, 255, 255, 0.82);
  color: #050505;
  background: #fff;
  transform: translateX(-2px);
}

.review-carousel {
  position: relative;
}

.review-track {
  display: grid;
  grid-auto-columns: minmax(230px, 1fr);
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 0 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-track img {
  width: 100%;
  min-width: 230px;
  max-height: 520px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px var(--shadow);
  scroll-snap-align: start;
}

.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  background: rgba(5, 5, 5, 0.88);
  box-shadow: 0 18px 44px var(--shadow);
  transform: translateY(-50%);
  transition: background 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.review-arrow:hover {
  background: var(--accent);
  transform: translateY(-50%) scale(1.04);
}

.review-arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.review-arrow-prev {
  left: 0.75rem;
}

.review-arrow-next {
  right: 0.75rem;
}

.contact-section {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0)),
    var(--panel);
  margin-top: clamp(3rem, 7vw, 6rem);
  margin-bottom: 2rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.contact-section p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.55;
}

.site-footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2.4rem, 5vw, 4.5rem) 1rem;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 22% 30%, rgba(255, 255, 255, 0.06), transparent 18rem),
    linear-gradient(180deg, #11161b, #090b0e),
    #050505;
  background-size: 100% 9px, 12px 100%, auto, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 38%);
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(160px, 0.45fr) minmax(180px, 0.55fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.footer-brand {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 1.15rem;
  min-width: 0;
  text-align: center;
}

.footer-brand > a:first-child {
  display: grid;
  place-items: center;
  width: 180px;
  min-width: 180px;
}

.footer-brand img {
  width: 100%;
  height: auto;
  filter: grayscale(1) brightness(1.9) contrast(1.1);
}

.footer-brand p {
  margin: 0;
  max-width: 240px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.footer-contact-button:hover {
  border-color: var(--accent-soft);
  color: #050505;
  background: var(--accent-soft);
  transform: translateY(-2px);
}

.footer-column {
  display: grid;
  gap: 0.95rem;
}

.footer-column h2 {
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.46);
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: none;
}

.footer-column a {
  width: fit-content;
  color: #fff;
  font-weight: 800;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-column a:hover {
  color: var(--accent-soft);
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .site-header {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .header-top {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .header-actions {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(var(--max), 100%);
    margin: 0 auto 0.5rem;
  }

  .brand {
    justify-self: start;
    width: 168px;
    height: 82px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-action {
    width: 38px;
    height: 38px;
  }

  .main-nav {
    display: none;
  }

  .menu-open .main-nav {
    position: fixed;
    inset: 96px 1rem auto;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    width: auto;
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--line);
    background: rgba(5, 5, 5, 0.98);
    box-shadow: 0 24px 60px var(--shadow);
  }

  .site-search {
    width: min(100%, calc(100% - 2rem));
  }

  .menu-open .main-nav a {
    padding: 0.75rem;
  }

  .menu-open .nav-icon {
    width: 92px;
    height: 92px;
  }

  .video-banner,
  .video-banner video {
    min-height: 520px;
    height: 520px;
  }

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

  .popular-section .product-grid,
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .payment-layout {
    grid-template-columns: 1fr;
  }

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

  .lab-contact-note {
    grid-template-columns: 1fr;
  }

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

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

  .section-heading.split,
  .contact-section,
  .contact-info-block {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand {
    justify-items: start;
    text-align: left;
  }

  .footer-column {
    gap: 0.7rem;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-top: 0.55rem;
  }

  .video-banner,
  .video-banner video {
    min-height: 460px;
    height: 460px;
  }

  .video-overlay h1 {
    font-size: clamp(3.25rem, 17vw, 4.8rem);
  }

  .video-overlay p {
    font-size: clamp(1.6rem, 8vw, 2.25rem);
  }

  .site-search {
    flex-direction: column;
  }

  .header-actions {
    align-items: flex-start;
  }

  .header-action-group {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 235px;
  }

  .site-search button {
    min-height: 46px;
  }

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

  .lab-card img {
    height: 320px;
  }

  .language-switcher {
    right: 0.65rem;
    bottom: 0.65rem;
  }

  .language-option {
    min-width: 0;
    grid-template-columns: 28px;
  }

  .language-option span {
    display: none;
  }

  .menu-open .main-nav,
  .category-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .popular-section .product-grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .checkout-item {
    grid-template-columns: 64px 1fr;
  }

  .checkout-item strong {
    grid-column: 2;
  }

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

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

  .category-card,
  .category-card {
    min-height: 190px;
  }

  .category-card img {
    height: 190px;
    min-height: 0;
  }

  .menu-open .nav-icon {
    width: 84px;
    height: 84px;
  }

  .sticky-shop-top {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .sticky-shop-top .main-nav {
    gap: 0.45rem;
    font-size: 0.82rem;
  }

  .sticky-shop-top .nav-icon {
    width: 42px;
    height: 42px;
  }

  .sticky-cart-action {
    justify-self: center;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-brand > a:first-child {
    width: 118px;
    min-width: 118px;
  }
}
