@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --bg: #05070d;
  --bg-2: #09111f;
  --panel: rgba(16, 23, 36, 0.86);
  --panel-solid: #101724;
  --panel-2: rgba(20, 31, 48, 0.9);
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f8fbff;
  --muted: #aeb9ca;
  --muted-2: #748094;
  --accent: #22d3ee;
  --accent-2: #f8c14a;
  --accent-3: #ff3f6c;
  --success: #39e58c;
  --danger: #ff5c5c;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --shadow-soft: 0 16px 42px rgba(0, 0, 0, 0.28);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 6%, rgba(34, 211, 238, 0.2), transparent 28rem),
    radial-gradient(circle at 84% 10%, rgba(255, 63, 108, 0.16), transparent 25rem),
    linear-gradient(135deg, var(--bg), var(--bg-2) 46%, #05070d);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 74%);
}

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

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo span {
  color: var(--accent);
  text-shadow: 0 0 22px rgba(34, 211, 238, 0.6);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.nav a {
  position: relative;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease,
    transform 0.2s ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--text);
  border-color: rgba(34, 211, 238, 0.25);
  background: rgba(34, 211, 238, 0.09);
}

.nav a:hover {
  transform: translateY(-1px);
}

.match-strip {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.14), rgba(248, 193, 74, 0.16)),
    rgba(255, 255, 255, 0.03);
}

.match-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
  color: var(--text);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.match-strip-inner span + span {
  color: var(--accent-2);
}

.hero {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 9vw, 118px) 0 clamp(46px, 7vw, 86px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 16px 0 auto;
  height: 72%;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, 0.05) 38% 39%, transparent 39% 100%),
    radial-gradient(circle at 64% 32%, rgba(34, 211, 238, 0.22), transparent 27rem);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.hero-text {
  max-width: 690px;
}

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

.hero-text h1,
.section-title h1,
.section-title h2,
.promo-content h2,
.product-info h1,
.shop-hero-copy h1 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-text h1 {
  max-width: 620px;
  font-size: clamp(2.55rem, 7.5vw, 5.25rem);
}

.shop-hero-copy h1 {
  max-width: 700px;
  font-size: clamp(2.35rem, 6.2vw, 4.6rem);
}

.hero-text p:not(.eyebrow),
.promo-content p,
.section-intro,
.faq-item p,
.trust-card p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
    background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), #7cf7ff 48%, var(--accent-2));
  color: #04111b;
  box-shadow: 0 18px 42px rgba(34, 211, 238, 0.3);
}

.btn.primary:hover {
  box-shadow: 0 24px 58px rgba(34, 211, 238, 0.42);
}

.hero-proof,
.promo-badges,
.meta,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof {
  margin-top: 24px;
}

.hero-proof span,
.promo-badges span,
.meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-proof span::before,
.promo-badges span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 16px rgba(57, 229, 140, 0.72);
}

.hero-visual {
  position: relative;
  min-height: clamp(420px, 70vw, 610px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.1), transparent 28%),
    radial-gradient(circle at 50% 30%, rgba(34, 211, 238, 0.32), transparent 16rem),
    linear-gradient(155deg, rgba(14, 24, 39, 0.92), rgba(5, 7, 13, 0.92));
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42%;
  transform: rotate(-18deg);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto -18% 6% -18%;
  height: 30%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 18px),
    linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.14));
  transform: skewY(-7deg);
  opacity: 0.8;
}

.visual-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.22);
  filter: blur(42px);
}

.hero-jersey-card {
  position: relative;
  z-index: 2;
  width: min(78%, 390px);
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(5, 7, 13, 0.5);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  transform: rotate(-3deg);
}

.hero-jersey-card img {
  width: 100%;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.45));
}

.hero-card,
.visual-ticket,
.score-card {
  position: absolute;
  z-index: 3;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(6, 11, 20, 0.82);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.hero-card {
  top: 28px;
  left: 20px;
  padding: 16px 18px;
}

.hero-card span,
.visual-ticket span,
.score-card span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card strong,
.visual-ticket strong,
.score-card strong {
  display: block;
  margin-top: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.visual-ticket {
  right: 18px;
  bottom: 22px;
  padding: 14px 16px;
}

.visual-ticket strong {
  color: var(--accent-2);
}

.hero-shooting {
  padding: clamp(20px, 3vw, 28px);
  place-items: stretch;
}

.hero-photo-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  width: 100%;
  align-self: stretch;
}

.hero-photo,
.promo-photo,
.featured-atmosphere,
.shop-hero-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 11, 20, 0.72);
  box-shadow: var(--shadow-soft);
}

.hero-photo::after,
.promo-photo::after,
.featured-atmosphere::after,
.shop-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 13, 0.02), rgba(4, 7, 13, 0.18) 52%, rgba(4, 7, 13, 0.58)),
    linear-gradient(135deg, rgba(34, 211, 238, 0.08), transparent 46%, rgba(248, 193, 74, 0.1));
  pointer-events: none;
}

.hero-photo picture,
.promo-photo picture,
.featured-atmosphere picture,
.shop-hero-photo picture {
  display: block;
  height: 100%;
}

.hero-photo img,
.promo-photo img,
.featured-atmosphere img,
.shop-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    radial-gradient(circle at 50% 18%, rgba(34, 211, 238, 0.16), transparent 42%),
    #080d16;
}

.hero-photo-main img {
  object-position: center 18%;
}

.hero-photo-side img {
  object-position: center 24%;
}

.hero-photo-main {
  min-height: clamp(320px, 56vw, 520px);
  transform: rotate(-3deg);
}

.hero-photo-side {
  min-height: clamp(220px, 38vw, 320px);
  transform: translateY(20px) rotate(4deg);
}

.hero-editorial-note,
.shop-hero-badge {
  z-index: 3;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: rgba(6, 11, 20, 0.82);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.hero-editorial-note {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 250px;
  padding: 16px 18px;
}

.hero-editorial-note span,
.shop-hero-badge span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-editorial-note strong,
.shop-hero-badge strong {
  display: block;
  margin-top: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 1.28rem;
  line-height: 1;
  text-transform: uppercase;
}

.section {
  padding: clamp(54px, 8vw, 92px) 0;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.section-title h1,
.section-title h2,
.promo-content h2 {
  font-size: clamp(2.1rem, 6vw, 4rem);
}

.section-intro {
  max-width: 660px;
  margin: 16px 0 0;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 800;
  white-space: nowrap;
}

.link::after {
  content: "->";
  transition: transform 0.2s ease;
}

.link:hover::after {
  transform: translateX(4px);
}

.promo-section {
  padding-top: 32px;
}

.promo-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  padding: clamp(24px, 6vw, 58px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 63, 108, 0.18), transparent 38%),
    radial-gradient(circle at 78% 34%, rgba(248, 193, 74, 0.22), transparent 20rem),
    linear-gradient(145deg, rgba(16, 23, 36, 0.94), rgba(5, 7, 13, 0.94));
  box-shadow: var(--shadow);
}

.promo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(110deg, transparent 0 22px, rgba(255, 255, 255, 0.05) 22px 23px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.08), transparent 42%);
}

.promo-content {
  max-width: 680px;
}

.promo-content p {
  margin: 18px 0 0;
}

.promo-badges {
  margin: 24px 0;
}

.promo-visual {
  position: relative;
  min-height: 270px;
  display: grid;
  gap: 16px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.22), transparent 11rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.pitch-lines {
  position: absolute;
  inset: 10%;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
}

.pitch-lines::before,
.pitch-lines::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.16);
}

.pitch-lines::before {
  width: 36%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.pitch-lines::after {
  width: 2px;
  height: 100%;
  border-width: 0 0 0 2px;
}

.score-card {
  left: 50%;
  top: 50%;
  min-width: 180px;
  padding: 18px 22px;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.score-card strong {
  color: var(--accent-2);
  font-size: 3rem;
  line-height: 1;
}

.promo-photo-main,
.promo-photo-alt {
  z-index: 2;
}

.promo-photo-main {
  min-height: clamp(280px, 44vw, 370px);
}

.promo-photo-main img {
  object-position: center 42%;
}

.promo-photo-alt {
  min-height: clamp(220px, 34vw, 280px);
}

.promo-photo-alt img {
  object-position: center 24%;
}

.promo-visual .pitch-lines {
  inset: 8%;
  z-index: 1;
  opacity: 0.58;
}

.promo-visual .score-card {
  left: auto;
  top: auto;
  right: 18px;
  bottom: 18px;
  min-width: 160px;
  transform: rotate(-4deg);
}

.featured-lead,
.shop-story {
  display: grid;
  gap: 18px;
}

.featured-lead {
  margin-bottom: clamp(24px, 4vw, 34px);
}

.featured-editorial,
.collection-ribbon,
.shop-story-copy {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    var(--panel);
  box-shadow: var(--shadow-soft);
}

.featured-editorial,
.shop-story-copy {
  padding: clamp(22px, 4vw, 30px);
}

.featured-editorial h3,
.shop-story-copy h3 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.featured-editorial p:not(.eyebrow),
.shop-story-copy p:not(.eyebrow),
.collection-ribbon p {
  color: var(--muted);
  line-height: 1.72;
}

.featured-editorial p:not(.eyebrow),
.shop-story-copy p:not(.eyebrow) {
  margin: 16px 0 0;
}

.featured-editorial .promo-badges {
  margin-bottom: 0;
}

.featured-atmosphere {
  min-height: clamp(280px, 44vw, 360px);
}

.featured-atmosphere img {
  object-position: center 28%;
}

.trust-title {
  align-items: flex-start;
  margin-bottom: 28px;
}

.shop-hero {
  padding-top: clamp(40px, 5vw, 58px);
  padding-bottom: 32px;
}

.shop-hero-inner {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
}

.shop-proof {
  margin-top: 24px;
}

.shop-hero-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 78% 24%, rgba(255, 63, 108, 0.18), transparent 16rem),
    linear-gradient(145deg, rgba(14, 24, 39, 0.94), rgba(5, 7, 13, 0.94));
  box-shadow: var(--shadow);
}

.shop-hero-visual::before {
  content: "";
  position: absolute;
  inset: auto -18% 10% -18%;
  height: 28%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px 18px),
    linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.12));
  transform: skewY(-7deg);
  opacity: 0.78;
}

.shop-hero-photo-main {
  min-height: clamp(300px, 48vw, 390px);
  transform: rotate(-2deg);
}

.shop-hero-photo-main img {
  object-position: center 26%;
}

.shop-hero-photo-side {
  min-height: clamp(220px, 36vw, 280px);
  transform: translateY(18px) rotate(3deg);
}

.shop-hero-photo-side img {
  object-position: center 24%;
}

.shop-hero-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 14px 16px;
}

.collection-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  margin-bottom: clamp(24px, 4vw, 34px);
}

.collection-ribbon p {
  max-width: 620px;
  margin: 14px 0 0;
}

.collection-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.14);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-title {
  margin-bottom: 24px;
}

.shop-story {
  margin-bottom: clamp(24px, 4vw, 34px);
}

.grid {
  display: grid;
  gap: 22px;
}

.products-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 11px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    var(--panel);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.product-card::before {
  content: "Nouveau 2K26";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(5, 7, 13, 0.78);
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 211, 238, 0.4);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 36%, rgba(34, 211, 238, 0.16), transparent 48%),
    #080d16;
  transition: transform 0.22s ease;
}

.product-card:hover img {
  transform: scale(1.035) rotate(-1deg);
}

.product-card h3 {
  margin: 4px 0 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.price {
  margin: 4px 0 0;
  color: var(--accent-2);
  font-family: "Oswald", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 0.9rem;
}

.trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.trust-card,
.faq-item,
.cart-summary,
.success-summary,
.admin-lock,
.admin-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: var(--shadow-soft);
}

.trust-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.trust-card::after {
  content: "";
  position: absolute;
  inset: auto -22% -34% 36%;
  height: 110px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.12);
  filter: blur(18px);
}

.trust-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 14px;
  color: var(--accent);
  font-weight: 900;
}

.trust-card h3,
.faq-item h3 {
  margin: 18px 0 8px;
  font-size: 1.08rem;
}

.trust-card p,
.faq-item p {
  margin: 0;
}

.faq {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 20px;
  border-radius: var(--radius-md);
}

.faq-item h3 {
  margin-top: 0;
}

.product-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 18px;
}

.product-slider {
  position: relative;
}

.product-gallery img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 34%, rgba(34, 211, 238, 0.15), transparent 46%),
    #080d16;
  box-shadow: var(--shadow-soft);
}

#product-main-image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(20px, 4vw, 34px);
}

.slider-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(5, 7, 13, 0.82);
  color: var(--text);
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.slider-nav:hover {
  border-color: rgba(34, 211, 238, 0.6);
  background: rgba(11, 20, 34, 0.95);
}

.slider-nav-prev {
  left: 14px;
}

.slider-nav-next {
  right: 14px;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 12px;
}

.product-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 50% 34%, rgba(34, 211, 238, 0.12), transparent 46%),
    #080d16;
  cursor: pointer;
  object-fit: contain;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-thumb:hover,
.product-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.56);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.product-info {
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.035);
}

.product-info h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.option-group {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

input,
select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(5, 7, 13, 0.78);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
select:focus {
  border-color: rgba(34, 211, 238, 0.65);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.11);
}

.phone-input {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.meta {
  margin-top: 18px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.cart-items,
.summary-items,
.form,
.payment-box,
.admin-orders {
  display: grid;
  gap: 16px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
}

.cart-item img {
  width: min(180px, 100%);
  margin: 0 auto;
  border-radius: var(--radius-sm);
  background: #080d16;
}

.cart-item h3,
.cart-summary h2,
.success-summary h2,
.admin-card h3 {
  margin: 0 0 8px;
}

.cart-actions {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.qty {
  width: 80px;
}

.remove {
  padding: 8px 12px;
  border: 1px solid rgba(255, 92, 92, 0.6);
  border-radius: var(--radius-sm);
  background: rgba(255, 92, 92, 0.08);
  color: var(--danger);
  cursor: pointer;
  font-weight: 700;
}

.cart-summary,
.success-summary,
.admin-lock,
.admin-card {
  height: fit-content;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.summary-row,
.summary-item,
.admin-item,
.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.summary-row {
  margin: 12px 0 20px;
}

.summary-item,
.admin-item {
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}

.summary-right {
  text-align: right;
}

.checkout {
  max-width: 560px;
}

.form-row,
.admin-section {
  display: grid;
  gap: 8px;
}

.payment-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 700;
}

.radio-pill input {
  width: auto;
}

.error {
  color: var(--danger);
  font-size: 0.9rem;
}

.success {
  text-align: center;
}

.success-summary {
  max-width: 560px;
  margin: 18px auto 26px;
  text-align: left;
}

.order-number {
  display: inline-block;
  margin: 16px 0 26px;
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
}

.admin-lock {
  max-width: 440px;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

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

.admin-total {
  color: var(--accent-2);
  font-size: 1.1rem;
  font-weight: 800;
}

.admin-section h4 {
  margin: 0;
  font-size: 1rem;
}

.hidden {
  display: none !important;
}

.site-footer {
  margin-top: 24px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(5, 7, 13, 0.58);
  font-size: 0.92rem;
}

.footer-inner {
  display: grid;
  gap: 18px;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
}

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

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .nav a {
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .match-strip-inner {
    flex-direction: column;
    gap: 4px;
  }

  .hero-actions .btn,
  .promo-content .btn,
  .cart-summary .btn {
    width: 100%;
  }

  .collection-ribbon {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero-card {
    left: 14px;
    top: 14px;
  }

  .visual-ticket {
    right: 14px;
    bottom: 14px;
  }

  .hero-shooting,
  .promo-visual,
  .shop-hero-visual {
    padding: 16px;
  }

  .hero-photo-main,
  .hero-photo-side,
  .promo-photo-main,
  .promo-photo-alt,
  .shop-hero-photo-main,
  .shop-hero-photo-side {
    transform: none;
  }

  .hero-editorial-note,
  .promo-visual .score-card,
  .shop-hero-badge {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    transform: none;
  }

  .slider-nav {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }

}

@media (min-width: 720px) {
  .hero-photo-stack,
  .promo-visual,
  .shop-hero-visual {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.45fr);
    align-items: end;
  }

  .featured-lead {
    grid-template-columns: minmax(0, 1.06fr) minmax(240px, 0.94fr);
    align-items: stretch;
  }

  .phone-input {
    grid-template-columns: 180px 1fr;
  }

  .cart-item {
    grid-template-columns: 110px 1fr auto;
  }

  .cart-item img {
    width: 110px;
    margin: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  }

  .hero-photo-stack {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 0.44fr);
  }

  .promo-panel {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
  }

  .promo-visual {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.7fr);
  }

  .shop-hero-inner {
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  }

  .shop-hero-visual {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.54fr);
  }

  .product-page {
    grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  }

  .cart-layout {
    grid-template-columns: minmax(0, 2fr) minmax(300px, 0.82fr);
  }
}

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