:root {
  --bg: #050505;
  --panel: #101010;
  --panel-strong: #171717;
  --text: #f6f2ee;
  --muted: #b9b0aa;
  --red: #ee1b24;
  --red-dark: #9f1017;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 68px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(150px, 19vw, 250px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a {
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.site-nav .nav-cta {
  color: #fff;
  background: var(--red);
}

.site-nav .nav-cta:hover {
  background: #ff3038;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: 86px clamp(18px, 5vw, 68px) 120px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.7) 43%, rgba(5, 5, 5, 0.12) 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content,
.contact-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 7vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0;
}

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

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.hero-copy,
.section-intro p,
.contact-copy p {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button,
.order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  padding: 13px 20px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.order-button:hover {
  transform: translateY(-2px);
}

.primary,
.order-button {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 12px 34px rgba(238, 27, 36, 0.28);
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -64px clamp(18px, 5vw, 68px) 0;
  position: relative;
  z-index: 4;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 120px;
  padding: 26px;
  background: rgba(17, 17, 17, 0.94);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.55;
}

.section-intro {
  padding: 98px clamp(18px, 5vw, 68px) 34px;
}

.section-intro h2 {
  max-width: 860px;
}

.product-showcase {
  display: grid;
  gap: 26px;
  padding-bottom: 28px;
}

.product-row-shell {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  padding: 0 clamp(18px, 5vw, 68px);
}

.product-scroll-button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(238, 27, 36, 0.42);
  border-radius: 6px;
  background: rgba(18, 18, 18, 0.92);
  color: var(--text);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.product-scroll-button:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  background: rgba(238, 27, 36, 0.18);
}

.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 360px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 6px 2px 18px;
  scrollbar-color: var(--red) #161616;
}

.product-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  background: radial-gradient(circle at center, #191919 0%, #070707 68%);
}

.product-body {
  padding: 20px;
}

.product-tag {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-body p {
  min-height: 100px;
  color: var(--muted);
  line-height: 1.6;
}

.product-price {
  display: block;
  margin: -8px 0 16px;
  color: var(--text);
  font-size: 1.03rem;
  font-weight: 800;
}

.order-button {
  width: 100%;
}

.order-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 66px clamp(18px, 5vw, 68px) 0;
  padding: 42px;
  border: 1px solid rgba(238, 27, 36, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 27, 36, 0.16), transparent 42%),
    var(--panel-strong);
}

.order-panel h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 70px);
  padding: 82px clamp(18px, 5vw, 68px) 52px;
}

.contact-hero h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #080808;
  color: var(--text);
  font: inherit;
  padding: 14px;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(238, 27, 36, 0.17);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 12px clamp(18px, 5vw, 68px) 18px;
}

.contact-details div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.contact-details span,
.contact-details strong {
  display: block;
}

.contact-details span {
  margin-bottom: 8px;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.delivery-note {
  margin: 0 clamp(18px, 5vw, 68px) 70px;
  padding: 22px 24px;
  border: 1px solid rgba(238, 27, 36, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(238, 27, 36, 0.14), rgba(255, 255, 255, 0.04));
}

.delivery-note strong {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 5vw, 68px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer img {
  width: 150px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #090909;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    text-align: center;
  }

  .hero {
    min-height: 760px;
    padding-top: 82px;
  }

  .hero-media::before {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.52) 46%, rgba(5, 5, 5, 0.95));
  }

  .trust-strip,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .order-panel,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 560px) {
  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 142px;
  }

  .hero {
    min-height: 720px;
    padding-bottom: 92px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-strip {
    margin-top: -44px;
  }

  .trust-strip div,
  .order-panel,
  .contact-form,
  .contact-details div {
    padding: 22px;
  }

  .product-row-shell {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
    padding: 0 12px;
  }

  .product-scroll-button {
    width: 40px;
    height: 44px;
    font-size: 1.35rem;
  }

  .product-rail {
    grid-auto-columns: minmax(260px, 84vw);
  }
}
