:root {
  --bg: #06070a;
  --bg-soft: #0d1016;
  --ink: #f8fafc;
  --muted: #9ca7b7;
  --muted-strong: #d5dbe6;
  --panel: rgba(15, 19, 27, 0.82);
  --panel-soft: rgba(255, 255, 255, 0.055);
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.2);
  --accent: #f7d84a;
  --accent-strong: #f7d84a;
  --accent-text: #ffffff;
  --success: #50d890;
  --danger: #ff7878;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --radius: 22px;
  --radius-small: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #050609 0%, #0b0f15 42%, #07080c 100%);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--ink);
  font-family: "Space Grotesk", "Satoshi", "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body[data-theme="deep"] {
  background:
    linear-gradient(rgba(247, 216, 74, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 216, 74, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #020304 0%, #0a0d12 55%, #111018 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

body::selection {
  background: color-mix(in srgb, var(--accent) 35%, transparent);
}

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

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

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

code {
  color: var(--accent);
  font-size: 0.95em;
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

.section-pad {
  padding: 84px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 7, 10, 0.76);
  backdrop-filter: blur(18px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100% - 32px, var(--max-width));
  min-height: 72px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent);
  border-radius: 13px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent) 18%, transparent), rgba(255, 255, 255, 0.04));
  color: var(--accent);
  font-size: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

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

.nav-links a,
.nav-basket,
.text-button {
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted-strong);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a {
  padding: 10px 14px;
}

.nav-links a:hover,
.nav-basket:hover,
.text-button:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

.nav-basket {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.06);
}

.count-badge {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #111;
  font-size: 0.78rem;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 9%;
  width: 64%;
  height: 28%;
  border: 1px solid rgba(255, 255, 255, 0.055);
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 8%, transparent), transparent);
  transform: skewY(-10deg);
  filter: blur(1px);
  z-index: -1;
}

.hero-bg,
.hero-texture,
.shoe-outline {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: saturate(0.72) contrast(1.1);
}

.hero-texture {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 7, 10, 0.98) 0%, rgba(6, 7, 10, 0.78) 42%, rgba(6, 7, 10, 0.56) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 74px),
    linear-gradient(0deg, var(--bg) 0%, transparent 26%);
}

.shoe-outline {
  left: auto;
  right: 5%;
  top: 24%;
  width: min(54vw, 720px);
  height: 320px;
  border-bottom: 6px solid rgba(255, 255, 255, 0.08);
  border-radius: 52% 48% 18% 22% / 65% 62% 18% 24%;
  transform: rotate(-4deg);
  opacity: 0.8;
}

.shoe-outline::before,
.shoe-outline::after {
  content: "";
  position: absolute;
  border: 4px solid rgba(255, 255, 255, 0.065);
}

.shoe-outline::before {
  left: 18%;
  bottom: 18%;
  width: 58%;
  height: 50%;
  border-top-left-radius: 75% 80%;
  border-top-right-radius: 35% 50%;
  border-bottom: 0;
  transform: skewX(-12deg);
}

.shoe-outline::after {
  left: 40%;
  top: 40%;
  width: 42%;
  height: 1px;
  border-width: 2px 0 0;
  transform: rotate(8deg);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 54px;
}

.hero-copy {
  max-width: 720px;
}

.hero-badges,
.product-tags,
.showcase-grid,
.hero-actions,
.checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges {
  margin-bottom: 20px;
}

.hero-badges span,
.drop-chip,
.floating-note,
.product-tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted-strong);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-badges span {
  padding: 7px 10px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3.05rem, 6vw, 5.45rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  line-height: 1.12;
}

.hero-text {
  max-width: 600px;
  margin-bottom: 28px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.btn:hover:not(:disabled) {
  transform: translateY(-2px);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.btn-primary {
  border-color: color-mix(in srgb, var(--accent) 80%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 88%, #fff), var(--accent));
  color: #0e0e0a;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.btn-ghost {
  background: rgba(0, 0, 0, 0.22);
  color: var(--muted-strong);
}

.btn.full {
  width: 100%;
}

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

.hero-product-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 430px);
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: 0.95;
}

.drop-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--accent);
}

.hero-product-info {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(6, 7, 10, 0.72);
  backdrop-filter: blur(16px);
}

.hero-product-info span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-product-info strong {
  display: block;
  margin-top: 3px;
  font-size: 1.25rem;
}

.floating-note {
  position: absolute;
  padding: 10px 13px;
  background: rgba(6, 7, 10, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.note-top {
  top: 12%;
  left: 0;
  color: var(--accent);
}

.note-bottom {
  right: 0;
  bottom: 16%;
}

.showcase-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

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

.showcase-grid article {
  min-height: 132px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.showcase-grid article:last-child {
  border-right: 0;
}

.showcase-grid span,
.trust-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 36%, transparent);
  border-radius: 13px;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 950;
}

.showcase-grid strong {
  display: block;
  margin-bottom: 4px;
}

.showcase-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-product-card,
.checkout-panel,
.product-card,
.step-card,
.trust-card,
.review-card,
.filters,
.empty-state,
.faq-list details,
.admin-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-heading.compact {
  max-width: 620px;
}

.section-heading p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
}

.muted-section,
.faq-section,
.reviews-section {
  background: rgba(255, 255, 255, 0.025);
}

.filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(145px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px;
  border-radius: var(--radius);
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  outline: none;
  background: rgba(5, 7, 10, 0.78);
  color: var(--ink);
  padding: 12px 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: color-mix(in srgb, var(--accent) 70%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent);
}

.catalog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  color: var(--muted);
}

.catalog-meta p {
  margin: 0;
}

.text-button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted-strong);
  padding: 9px 13px;
  cursor: pointer;
}

.text-button.danger {
  color: var(--danger);
}

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

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.product-card:hover {
  border-color: color-mix(in srgb, var(--accent) 34%, transparent);
  transform: translateY(-5px);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card.is-out {
  opacity: 0.72;
}

.product-card.is-out .product-image-wrap img {
  filter: grayscale(0.55) brightness(0.75);
}

.product-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3.35;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #111720;
  background-size: 28px 28px;
}

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

.product-card:hover .product-image-wrap img {
  transform: scale(1.04);
}

.product-overlay-badges {
  position: absolute;
  inset: 14px 14px auto 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.stock-badge,
.feature-badge {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 7, 10, 0.66);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.stock-badge.in {
  color: var(--success);
}

.stock-badge.out {
  color: var(--danger);
}

.feature-badge {
  color: var(--accent);
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.product-tags span {
  padding: 6px 9px;
}

.product-tags .product-category {
  border-color: color-mix(in srgb, var(--accent) 32%, transparent);
  color: var(--accent);
}

.product-body h3 {
  margin: 0;
  font-size: 1.24rem;
}

.product-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-price {
  color: var(--ink);
  font-size: 1.28rem;
}

.price-row span {
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

.product-size-field {
  margin-top: 4px;
}

.card-feedback,
.form-feedback {
  min-height: 24px;
  margin: 0;
  color: var(--accent);
  font-size: 0.9rem;
}

.steps-grid,
.trust-grid,
.review-grid {
  display: grid;
  gap: 16px;
}

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

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

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

.step-card,
.trust-card,
.review-card {
  border-radius: var(--radius);
  padding: 20px;
}

.step-card span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  color: var(--accent);
  font-weight: 950;
}

.step-card p,
.trust-card p,
.review-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.review-card p {
  color: var(--muted-strong);
  font-size: 1.12rem;
}

.review-card span {
  display: block;
  margin-top: 18px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.basket-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
}

.basket-items {
  display: grid;
  gap: 12px;
}

.basket-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--panel-soft);
}

.basket-item img {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  object-fit: cover;
  background: #111721;
}

.basket-item h3,
.basket-item p {
  margin: 0;
}

.basket-item p {
  color: var(--muted);
  font-size: 0.92rem;
}

.quantity-controls {
  display: grid;
  grid-template-columns: 36px 34px 36px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.quantity-controls button {
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
}

.quantity-controls span {
  text-align: center;
  font-weight: 900;
}

.remove-button {
  border: 0;
  background: transparent;
  color: var(--danger);
  cursor: pointer;
  font-weight: 900;
}

.checkout-panel {
  position: sticky;
  top: 96px;
  border-radius: var(--radius);
  padding: 20px;
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.panel-heading h3 {
  margin: 0;
  font-size: 1.35rem;
}

.totals {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--panel-soft);
}

.totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.totals span,
.totals p {
  color: var(--muted);
}

.totals p {
  margin: 4px 0 0;
  font-size: 0.9rem;
}

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

.empty-state {
  padding: 28px;
  border-radius: var(--radius);
  text-align: center;
}

.empty-state p {
  color: var(--muted);
}

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

.faq-list details {
  border-radius: var(--radius-small);
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 36px 0 96px;
  border-top: 1px solid var(--line);
  background: #06070a;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid p {
  max-width: 420px;
  margin: 12px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: var(--muted-strong);
}

.mobile-bottom-bar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 50;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(6, 7, 10, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.mobile-bottom-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 950;
}

.hidden {
  display: none !important;
}

/* Admin page styles reuse the main brand system. */
.admin-hero {
  min-height: auto;
  padding: 84px 0 36px;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
}

.admin-card {
  border-radius: var(--radius);
  padding: 22px;
}

.admin-form {
  display: grid;
  gap: 14px;
}

.admin-tabs {
  display: grid;
  gap: 22px;
}

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

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-strong);
  font-weight: 800;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.code-output {
  min-height: 360px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #05070a;
  color: var(--muted-strong);
  padding: 16px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.9rem;
  line-height: 1.55;
  resize: vertical;
}

.notice {
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  padding: 18px;
  color: var(--muted-strong);
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .basket-layout,
  .admin-layout,
  .reviews-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-product-card {
    margin: 0;
  }

  .checkout-panel {
    position: static;
  }

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

  .field-wide {
    grid-column: 1 / -1;
  }

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

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

@media (max-width: 720px) {
  body {
    padding-bottom: 78px;
  }

  .container {
    width: min(100% - 24px, var(--max-width));
  }

  .section-pad {
    padding: 58px 0;
  }

  .navbar {
    width: min(100% - 24px, var(--max-width));
    min-height: 66px;
  }

  .brand {
    font-size: 0.96rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .nav-basket {
    padding: 9px 11px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding: 56px 0 34px;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-texture {
    background:
      linear-gradient(180deg, rgba(6, 7, 10, 0.72) 0%, rgba(6, 7, 10, 0.96) 48%, var(--bg) 100%),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 54px),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 54px);
  }

  .shoe-outline {
    top: 18%;
    right: -34%;
    width: 110%;
    height: 220px;
    opacity: 0.42;
  }

  .hero-badges {
    gap: 8px;
    margin-bottom: 16px;
  }

  .hero-badges span {
    padding: 6px 8px;
    font-size: 0.68rem;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.45rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .hero-text {
    margin-bottom: 20px;
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
  }

  .hero-actions .btn-primary {
    grid-column: 1 / -1;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-product-card {
    max-width: 100%;
  }

  .hero-product-card img {
    aspect-ratio: 16 / 6;
  }

  .hero-product-info {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: min(62%, 220px);
    padding: 12px;
  }

  .hero-product-info strong {
    font-size: 1rem;
  }

  .floating-note {
    display: none;
  }

  .filters,
  .product-grid,
  .steps-grid,
  .trust-grid,
  .review-grid,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .showcase-grid article:last-child {
    border-bottom: 0;
  }

  .filters {
    border-radius: 20px;
    padding: 14px;
  }

  .catalog-meta,
  .footer-grid,
  .panel-heading,
  .price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-row span {
    text-align: left;
  }

  .basket-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .basket-item img {
    width: 72px;
    height: 72px;
  }

  .quantity-controls,
  .basket-item strong,
  .remove-button {
    grid-column: 2;
    justify-self: start;
  }

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

  .mobile-bottom-bar {
    display: grid;
  }
}
