:root {
  --catalog-orange: #ff4f00;
  --catalog-line: rgba(255, 255, 255, .12);
  --catalog-muted: #999;
}

.vtx-catalog-hero,
.vtx-catalog-section,
.vtx-product-page,
.vtx-related {
  width: var(--page-width);
  margin-inline: auto;
}

.vtx-catalog-hero {
  margin-top: 26px;
  padding: clamp(48px, 6vw, 92px);
  border: 1px solid rgba(255, 79, 0, .36);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .95), rgba(5, 5, 5, .72)),
    url("assets/catalog-hero-v118.jpg") center / cover;
}

.vtx-catalog-hero h1,
.vtx-catalog-heading h2,
.vtx-product-copy h1,
.vtx-product-purchase h2,
.vtx-related h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  line-height: .94;
  text-transform: uppercase;
}

.vtx-catalog-hero h1 { max-width: 850px; font-size: clamp(68px, 6vw, 108px); }
.vtx-catalog-hero > p:not(.mk-label) { max-width: 720px; margin: 22px 0 0; color: #b0aca8; font-size: 15px; line-height: 1.65; }
.vtx-catalog-note { margin-top: 28px; color: #777; font-size: 10px; line-height: 1.6; }
.vtx-catalog-note strong { color: #ddd; }

.vtx-catalog-section { padding: 58px 0 28px; }
.vtx-catalog-heading { display: grid; grid-template-columns: 1fr minmax(280px, 520px); align-items: end; gap: 30px; margin-bottom: 28px; }
.vtx-catalog-heading h2 { font-size: clamp(52px, 4.5vw, 82px); }
.vtx-catalog-heading p { margin: 0; color: var(--catalog-muted); font-size: 13px; line-height: 1.65; }

.vtx-catalog-grid,
.vtx-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vtx-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--catalog-line);
  background: linear-gradient(150deg, #151515, #080808);
  transition: border-color .2s ease, transform .2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vtx-product-card:hover { border-color: var(--catalog-orange); transform: translateY(-2px); }
.vtx-product-card:has(.vtx-concept-label-live) { border-color: rgba(255, 79, 0, .34); }
.vtx-product-card-image { display: block; aspect-ratio: 1.5 / 1; overflow: hidden; background: #080808; }
.vtx-product-card-image,
.vtx-product-image { position: relative; }
.vtx-product-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.vtx-product-card-image-photo {
  background:
    radial-gradient(circle at 25% 10%, rgba(255, 79, 0, .12), transparent 36%),
    #080808;
}
.vtx-product-card-image-photo img {
  object-fit: cover;
  transform: none;
}
.vtx-product-card:hover img { transform: scale(1.025); }
.vtx-product-card:hover .vtx-product-card-image-photo img { transform: none; }
.vtx-product-card-copy { padding: 17px 18px 16px; display: flex; flex: 1; flex-direction: column; }
.vtx-product-card-category { margin: 0 0 6px; color: var(--catalog-orange); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.vtx-product-card h3 { margin: 0; font-family: "Bebas Neue", Impact, sans-serif; font-size: 27px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.vtx-product-card p {
  min-height: 0;
  margin: 9px 0 14px;
  color: #8d8d8d;
  font-size: 9.5px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vtx-product-card-meta { margin-top: auto; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid var(--catalog-line); }
.vtx-product-card-price { font-family: "Bebas Neue", Impact, sans-serif; font-size: 26px; color: #fff; }
.vtx-product-card-link {
  color: var(--catalog-orange);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .9), 0 -1px 8px rgba(255, 79, 0, .34);
}

.vtx-product-page { padding: 26px 0 30px; }
.vtx-product-shell {
  min-height: 620px;
  display: grid;
  grid-template-columns: 47% 53%;
  overflow: hidden;
  border: 1px solid rgba(255, 79, 0, .36);
  background: #080808;
}
.vtx-product-copy { padding: clamp(40px, 4vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.vtx-product-copy h1 { font-size: clamp(62px, 5vw, 96px); }
.vtx-product-lead { margin: 20px 0 0; color: #aaa; font-size: 15px; line-height: 1.65; }
.vtx-product-sku { margin: 16px 0 0; color: #666; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.vtx-product-features { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.vtx-product-features li { position: relative; padding-left: 23px; color: #ddd; font-size: 11px; font-weight: 600; }
.vtx-product-features li::before { content: "\2713"; position: absolute; left: 0; color: var(--catalog-orange); }
.vtx-product-image { min-width: 0; }
.vtx-product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080808 0%, transparent 24%); pointer-events: none; }
.vtx-product-image img { width: 100%; height: 100%; object-fit: cover; }
.vtx-product-image-photo::after { background: linear-gradient(90deg, #080808 0%, rgba(8, 8, 8, .2) 18%, transparent 32%); }
.vtx-product-image-photo img {
  object-fit: contain;
  padding: clamp(18px, 2.2vw, 34px);
  background:
    radial-gradient(circle at 25% 8%, rgba(255, 79, 0, .12), transparent 36%),
    #080808;
}

.vtx-product-purchase {
  margin-top: 24px;
  padding: clamp(36px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr minmax(320px, .72fr);
  gap: clamp(35px, 5vw, 75px);
  border: 1px solid var(--catalog-line);
  background: radial-gradient(circle at 0 0, rgba(255, 79, 0, .11), transparent 34%), #0a0a0a;
}
.vtx-product-purchase h2 { font-size: clamp(48px, 4vw, 74px); }
.vtx-product-purchase p { color: #999; font-size: 13px; line-height: 1.65; }
.vtx-fit-note { margin-top: 22px; padding: 16px; border-left: 2px solid var(--catalog-orange); background: rgba(255, 255, 255, .03); }
.vtx-price-card { padding: 28px; border: 1px solid rgba(255, 79, 0, .36); background: linear-gradient(145deg, #181818, #090909); }
.vtx-price-label { color: var(--catalog-orange); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.vtx-price { margin-top: 8px; font-family: "Bebas Neue", Impact, sans-serif; font-size: 64px; line-height: 1; }
.vtx-price-card p { margin: 12px 0 0; font-size: 10px; }
.vtx-coming-soon {
  min-height: 54px;
  margin-top: 22px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555;
  color: #aaa;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.vtx-coming-soon span { margin-left: 12px; color: var(--catalog-orange); }
.vtx-coming-soon:hover,
.vtx-coming-soon:focus-visible { border-color: var(--catalog-orange); color: #fff; }
.vtx-buy-now {
  border-color: var(--catalog-orange);
  background: var(--catalog-orange);
  color: #fff;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .85), 0 -1px 0 rgba(255, 255, 255, .22);
  box-shadow: 0 10px 28px rgba(255, 79, 0, .28);
}
.vtx-buy-now span { color: #fff; }
.vtx-buy-now:hover,
.vtx-buy-now:focus-visible {
  border-color: #ff6f2a;
  background: #ff6f2a;
  color: #fff;
}
.vtx-concept-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(0, 0, 0, .78);
  color: #ddd;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vtx-concept-label-live {
  border-color: rgba(255, 79, 0, .7);
  color: #fff;
  background: rgba(255, 79, 0, .86);
}
.vtx-spec-preview {
  margin: 24px 0 0;
  border-top: 1px solid var(--catalog-line);
}
.vtx-spec-preview div {
  padding: 11px 0;
  display: grid;
  grid-template-columns: minmax(120px, .7fr) 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--catalog-line);
}
.vtx-spec-preview dt {
  color: #ddd;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vtx-spec-preview dd {
  margin: 0;
  color: #777;
  font-size: 10px;
  text-align: right;
}
.vtx-price-card .mk-btn { width: 100%; margin-top: 22px; justify-content: space-between; }
.vtx-small-print { color: #6f6f6f !important; font-size: 9px !important; }

.vtx-related { padding: 35px 0 55px; }
.vtx-related h2 { margin-bottom: 22px; font-size: clamp(42px, 3.5vw, 64px); }
.vtx-related .vtx-product-card p { display: none; }

@media (max-width: 1150px) {
  .vtx-catalog-grid,
  .vtx-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .vtx-product-shell,
  .vtx-product-purchase,
  .vtx-catalog-heading { grid-template-columns: 1fr; }
  .vtx-product-image { min-height: 430px; order: -1; }
}

@media (max-width: 600px) {
  .vtx-catalog-hero,
  .vtx-product-copy,
  .vtx-product-purchase { padding: 30px 24px; }
  .vtx-catalog-hero h1 { font-size: clamp(52px, 14vw, 60px); }
  .vtx-catalog-grid,
  .vtx-related-grid { grid-template-columns: 1fr; }
  .vtx-product-image { min-height: 310px; }
  .vtx-product-card p { min-height: 0; }
}
