/*
 * HITZ 2026 redesign
 * Visual direction: new-design/version-4
 * This file intentionally sits after the legacy Webflow styles.
 */

:root {
  --hitz-black: #080808;
  --hitz-panel: #111111;
  --hitz-card: #171717;
  --hitz-card-2: #1d1d1d;
  --hitz-line: #292929;
  --hitz-line-soft: rgba(255, 255, 255, 0.09);
  --hitz-red: #ff1616;
  --hitz-red-dark: #a80000;
  --hitz-white: #ffffff;
  --hitz-gray: #ffffff;
  --hitz-gray-light: #d0d0d0;
  --hitz-display: "Anton", Impact, sans-serif;
  --hitz-condensed: "Oswald", "Arial Narrow", sans-serif;
  --hitz-body: "Inter", Arial, sans-serif;
  --hitz-page: min(1320px, calc(100vw - 10vw));
  --hitz-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --hitz-home-header-clearance: 132px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--hitz-black);
}

body,
body.body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 22, 22, 0.08), transparent 26rem),
    var(--hitz-black) !important;
  color: var(--hitz-white) !important;
  font-family: var(--hitz-body) !important;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
}

::selection {
  background: var(--hitz-red);
  color: var(--hitz-white);
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background: transparent !important;
}

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

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

p,
.championing-details,
.adventure-details,
.kamjat,
.rang-greyz,
.parag-16,
.parag-18 {
  color: var(--hitz-gray) !important;
  font-family: var(--hitz-body) !important;
  line-height: 1.75 !important;
}

h1,
h2,
h3,
.section-title,
.championing-title,
.adventure-title,
.banner-title,
.iqraa,
.text-size-huge,
.price-cart-title,
.white {
  margin-top: 0;
  color: var(--hitz-white) !important;
  font-family: var(--hitz-display) !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: 0.015em !important;
  text-transform: uppercase;
}

[data-w-id],
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.container,
.w-container,
.inner-container,
.virtus-joee,
.vcon,
.jaya {
  width: var(--hitz-page) !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Top progress line */
#hitz-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--hitz-red), #fff, var(--hitz-red));
  box-shadow: 0 0 18px rgba(255, 22, 22, 0.7);
}

/* Fixed Hitz Media link */
.hitz-media-promo {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  display: grid;
  width: 220px;
  overflow: hidden;
  border: 2px solid var(--hitz-red);
  border-radius: 4px;
  background: var(--hitz-white);
  color: var(--hitz-red);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2);
  font-family: var(--hitz-condensed);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hitz-media-promo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--hitz-red);
}

.hitz-media-promo__image {
  display: grid;
  min-height: 62px;
  place-items: center;
  padding: 6px 18px 4px 22px;
  background: var(--hitz-white);
}

.hitz-media-promo__image img {
  display: block;
  width: 142px;
  height: auto;
}

.hitz-media-promo__cta {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 10px 4px 15px;
  background: var(--hitz-red);
  color: var(--hitz-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hitz-media-promo__arrow {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: color 180ms ease, background-color 180ms ease;
}

.hitz-media-promo:hover,
.hitz-media-promo:focus-visible {
  color: var(--hitz-red);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.52), 0 0 0 3px rgba(255, 22, 22, 0.2);
  transform: translateY(-4px);
}

.hitz-media-promo:hover .hitz-media-promo__arrow,
.hitz-media-promo:focus-visible .hitz-media-promo__arrow {
  background: var(--hitz-white);
  color: var(--hitz-red);
}

.hitz-media-promo:focus-visible {
  outline: 3px solid var(--hitz-white);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .hitz-media-promo {
    right: 12px;
    bottom: 12px;
    width: 184px;
  }

  .hitz-media-promo__image {
    min-height: 52px;
    padding: 5px 15px 3px 19px;
  }

  .hitz-media-promo__image img {
    width: 122px;
  }

  .hitz-media-promo__cta {
    min-height: 28px;
    padding-left: 12px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hitz-media-promo,
  .hitz-media-promo__arrow {
    transition: none;
  }
}

/* ================================================================
   NAVIGATION — glass HUD from the reference deck
   ================================================================ */
.header,
.zamin.wondmai {
  position: fixed !important;
  top: 18px !important;
  right: 24px !important;
  left: 24px !important;
  z-index: 1000 !important;
  width: auto !important;
  min-height: 64px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 4px solid var(--hitz-red) !important;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.9), rgba(7, 7, 7, 0.82)) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.46), inset 0 1px rgba(255, 255, 255, 0.07) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background 0.25s ease, top 0.25s ease, box-shadow 0.25s ease;
}

.header.is-scrolled,
.zamin.wondmai.is-scrolled {
  top: 8px !important;
  background: rgba(7, 7, 7, 0.96) !important;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.66) !important;
}

.nav-container,
.nav-panunzoo {
  width: 100% !important;
  max-width: none !important;
  padding: 0 12px 0 14px !important;
}

.header-wrapper,
.chal-zamin {
  display: grid !important;
  grid-template-columns: minmax(150px, auto) 1fr auto !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 62px !important;
}

.split-content,
.zameendox {
  display: flex !important;
  align-items: center !important;
}

.split-content:nth-child(2),
.zameendox:nth-child(2) {
  justify-content: center !important;
  min-width: 0;
}

.split-content:nth-child(3),
.zameendox:nth-child(3) {
  justify-content: flex-end !important;
}

.brand,
.brand.musiz {
  display: flex !important;
  align-items: center !important;
  min-height: 42px;
  padding: 0 !important;
}

.header-logo,
.chal-logo {
  width: 198px !important;
  height: 57px !important;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 16px rgba(255, 0, 0, 0.22));
}

.page-media .brand.musiz:hover,
.page-media .brand.musiz:focus-visible,
.page-media .brand.musiz:hover .chal-logo,
.page-media .brand.musiz:focus-visible .chal-logo {
  opacity: 1 !important;
  visibility: visible !important;
}

.page-media .brand.musiz:hover .chal-logo,
.page-media .brand.musiz:focus-visible .chal-logo {
  filter: brightness(0) invert(1) drop-shadow(0 0 16px rgba(255, 0, 0, 0.22)) !important;
  transform: none !important;
}

.nav-menu,
.chalsa.pethe {
  position: static !important;
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  transform: none !important;
}

.header-navigation,
.zam-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  padding: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.04);
}

.nav-item-wrapper,
.zameenoo {
  display: block !important;
}

.nav-item-wrapper.for-dextop,
.zameenoo.for-dextop {
  display: none !important;
}

.nav-link,
.chal-link {
  position: relative !important;
  display: block !important;
  padding: 9px 10px !important;
  color: #aaa !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

.nav-link:hover,
.chal-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.075) !important;
}

.nav-link.w--current,
.chal-link.w--current {
  color: #aaa !important;
  background: transparent !important;
}

.nav-link.is-active,
.chal-link.is-active {
  color: #fff !important;
  background: var(--hitz-red) !important;
  box-shadow: 0 0 22px rgba(255, 22, 22, 0.28) !important;
}

.button-wrapper.for-dextop,
.zam-wrapper.for-dextop {
  display: block !important;
}

.secondary-button,
.beakh-button,
.bacha.w-button,
.add-to-cart-button,
.primary-button-link {
  display: inline-flex !important;
  min-height: 42px;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  border: 1px solid rgba(255, 22, 22, 0.8) !important;
  border-radius: 0 !important;
  background: var(--hitz-red) !important;
  color: #fff !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 19.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: background 0.2s ease, color 0.2s ease !important;
}

.secondary-button,
.beakh-button {
  min-width: 132px;
  padding: 0 24px !important;
}

.secondary-button:hover,
.beakh-button:hover,
.bacha.w-button:hover,
.add-to-cart-button:hover,
.primary-button-link:hover {
  background: #f2f2f2 !important;
  color: #000 !important;
  transform: none !important;
}

.button-text,
.karum {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  transform: none !important;
}

.button-text.is-absolute,
.karum.is-absolute,
.primary-button-hover-text,
.primary-button-hover-icon {
  display: none !important;
}

.menu-button,
.chal-button {
  display: none !important;
}

.nav-overlay,
.chal-relay {
  display: none;
}

/* ================================================================
   SHARED SECTION SYSTEM
   ================================================================ */
body:not(.page-media) section,
body:not(.page-media) .section {
  position: relative;
  padding: clamp(76px, 8vw, 128px) 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: transparent !important;
}

body:not(.page-media) section:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.012) !important;
}

.section-title-flex,
.section-title-flex-2 {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 36px !important;
  width: 100% !important;
  margin: 0 0 48px !important;
  padding: 0 0 22px 26px !important;
  border-bottom: 1px solid var(--hitz-line) !important;
  border-left: 9px solid var(--hitz-red) !important;
}

.section-title,
.section-title.articles {
  width: auto !important;
  max-width: 980px !important;
  margin: 0 !important;
  font-size: clamp(44px, 5.2vw, 76px) !important;
}

.hilight-title,
.sub-title-text,
.blog-categotris {
  color: var(--hitz-red);
}

.hilight-title {
  font: inherit !important;
  font-style: normal !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

.sub-title-text {
  margin-bottom: 12px;
  font-family: var(--hitz-condensed) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase;
}

.primary-button-link {
  min-width: 170px;
  padding: 13px 22px !important;
}

.primary-button-flex-wrapper,
.primary-button-wrap-two {
  display: flex !important;
  align-items: center !important;
}

.primary-button-text {
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  transform: none !important;
}

.primary-button-icon-wrap-two {
  display: flex !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.primary-button-icon {
  width: 14px !important;
  filter: brightness(0) invert(1);
}

.primary-button-link:hover .primary-button-icon {
  filter: none;
}

/* ================================================================
   HOME
   ================================================================ */
.page-home .all-banner-section {
  display: flex;
  min-height: min(900px, 100svh);
  align-items: center;
  padding: 118px 0 62px !important;
  background: #050505 !important;
}

.page-home .all-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.055), transparent 35%);
  pointer-events: none;
}

.page-home .all-banner-section .container {
  position: relative;
  z-index: 1;
}

.donation-single-img-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
  border: 1px solid var(--hitz-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--hitz-shadow);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
}

.donation-single-img-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 5px;
  background: var(--hitz-red);
}

.donation-single-img {
  display: block !important;
  width: 100% !important;
  height: min(70svh, 720px) !important;
  min-height: 480px;
  object-fit: cover !important;
  object-position: center 38%;
  border-radius: 0 !important;
  filter: saturate(0.82) contrast(1.06);
  transition: filter 0.35s ease, transform 0.7s ease;
}

.donation-single-img-wrap:hover .donation-single-img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.015) !important;
}

.page-home .play-button {
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  z-index: 3;
  display: grid !important;
  width: 94px !important;
  height: 94px !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 50% !important;
  background: rgba(8, 8, 8, 0.78) !important;
  box-shadow: 0 0 0 12px rgba(255, 22, 22, 0.12), 0 18px 48px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

.page-home .play-button:hover {
  background: var(--hitz-red) !important;
  transform: translate(-50%, -50%) scale(1.06) !important;
}

.page-home .play-button img {
  width: 32px;
  height: 32px;
}

.page-home .jaya,
.page-products .jaya {
  width: var(--hitz-page) !important;
}

.goul,
.gouls,
.what-we-do-title-wrapper {
  width: 100% !important;
}

.home-circle-wrap {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.square-images,
.square-images._1,
.square-images._2,
.square-images._3,
.square-images._4 {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  height: clamp(230px, 25vw, 390px) !important;
  overflow: hidden !important;
  border: 1px solid var(--hitz-line) !important;
  border-radius: 0 !important;
  background: var(--hitz-card) !important;
  transform: none !important;
  transition: border-color 0.25s ease, transform 0.25s ease !important;
}

.square-images:hover {
  border-color: var(--hitz-red) !important;
  transform: translateY(-6px) !important;
}

.square-images a,
.square-images img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.square-images img {
  object-fit: cover !important;
  filter: saturate(0.78) contrast(1.07);
  transition: filter 0.3s ease, transform 0.5s ease !important;
}

.square-images:hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.035) !important;
}

.fundraising-campaigns-content-wrapper,
.donation-slider,
.donation-mask,
.donation-list-flex,
.donation-slider-single {
  width: 100% !important;
  height: auto !important;
  background: transparent !important;
}

.donation-slider-single {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: stretch !important;
  overflow: hidden;
  border: 1px solid var(--hitz-line) !important;
  border-radius: 0 !important;
  background: var(--hitz-card) !important;
}

.donation-img-wrapper,
.donation-img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

.donation-img {
  min-height: 480px;
  object-fit: cover !important;
}

.price-card-details-wrap,
.price-single-right {
  padding: clamp(28px, 4vw, 58px) !important;
  background: var(--hitz-card) !important;
}

.championing-section {
  padding: clamp(62px, 7vw, 112px) 0 !important;
}

.championing-main-container {
  width: var(--hitz-page) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.championing-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden;
  border: 1px solid var(--hitz-line) !important;
  background: var(--hitz-card) !important;
  box-shadow: var(--hitz-shadow);
}

.championing-img-wrapper {
  min-height: 500px !important;
  overflow: hidden !important;
  background: #000;
}

.championing-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 500px !important;
  object-fit: cover !important;
  filter: saturate(0.8) contrast(1.05);
}

.championing-content-wrapper {
  position: relative;
  display: flex !important;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 76px) !important;
  background: linear-gradient(145deg, #1b1b1b, #111) !important;
}

.championing-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--hitz-red);
}

.championing-title {
  margin-bottom: 24px !important;
  font-size: clamp(38px, 4.2vw, 64px) !important;
}

.championing-list {
  display: grid !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

.championing-list-items {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  gap: 12px !important;
  align-items: start !important;
  padding: 11px 0 !important;
  border-top: 1px solid var(--hitz-line) !important;
  color: var(--hitz-gray-light) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 13px !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.championing-list-icon {
  width: 17px !important;
  filter: saturate(2) contrast(1.2);
}

.events-main-wrapper,
.articles-content-wrapper {
  width: 100% !important;
}

.event-content-wraper,
.articles-grid,
.articles-gridz {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.event-single,
.articles-single-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--hitz-line) !important;
  border-radius: 0 !important;
  background: var(--hitz-card) !important;
  box-shadow: none !important;
  transition: border-color 0.25s ease, transform 0.25s ease !important;
}

.event-single:hover,
.articles-single-card:hover {
  border-color: var(--hitz-red) !important;
  transform: translateY(-6px) !important;
}

.event-single-img-box,
.articles-img-link {
  display: block !important;
  width: 100% !important;
  height: 280px !important;
  overflow: hidden !important;
}

.event-single-img,
.articles-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.82) contrast(1.04);
}

.event-single-content-box,
.blog-post-title-wrapper {
  padding: 24px !important;
  background: transparent !important;
}

.event-single-innrt-title,
.blog-post-title {
  color: var(--hitz-white) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.events-categoris,
.blog-categotris,
.blog-post-date,
.blog-link-text {
  font-family: var(--hitz-condensed) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

/* ================================================================
   PRODUCTS
   ================================================================ */
.page-products > .page-wrapper > section:first-of-type {
  padding-top: 154px !important;
  padding-bottom: 78px !important;
}

.page-products .product-explorer {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 22, 22, 0.19), transparent 25rem),
    radial-gradient(circle at 84% 74%, rgba(255, 22, 22, 0.11), transparent 32rem),
    linear-gradient(145deg, #080808, #0d0d0d 52%, #050505) !important;
}

.page-products .product-explorer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.page-products .product-explorer::after {
  content: "HITZ";
  position: absolute;
  top: 44px;
  right: -0.03em;
  z-index: -1;
  color: transparent;
  font-family: var(--hitz-display);
  font-size: clamp(180px, 25vw, 410px);
  line-height: 0.8;
  letter-spacing: -0.04em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.page-products .product-explorer-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 7vw, 100px);
  margin-bottom: clamp(48px, 6vw, 78px);
  align-items: center;
}

.page-products .product-explorer-kicker {
  display: flex;
  margin: 0 0 28px;
  align-items: center;
  gap: 12px;
  color: var(--hitz-red) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.page-products .product-explorer-kicker::before {
  content: "";
  width: 44px;
  height: 3px;
  background: var(--hitz-red);
  box-shadow: 0 0 18px rgba(255, 22, 22, 0.7);
}

.page-products .product-explorer-kicker span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 22, 22, 0.5);
  background: rgba(255, 22, 22, 0.08);
}

.page-products .product-explorer-heading h2 {
  max-width: none;
  margin: 0;
  color: #fff !important;
  font-family: var(--hitz-display) !important;
  font-size: clamp(60px, 5.2vw, 88px) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.012em;
  text-wrap: balance;
  text-transform: uppercase;
}

.page-products .product-explorer-heading h2 span {
  display: block;
  margin-top: 0.08em;
  color: var(--hitz-red) !important;
  -webkit-text-stroke: 0;
}

.page-products .product-explorer-intro {
  max-width: 48ch;
  margin: 0 0 8px;
  padding: 24px 0 4px 24px;
  border-left: 4px solid var(--hitz-red);
  color: #b8b8b8 !important;
  font-size: 16px;
  line-height: 1.7 !important;
}

.page-products .product-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  perspective: 1400px;
}

.page-products .product-category-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift: 0px;
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 0.76;
  color: #fff;
  outline: none;
}

.page-products .product-category-shell {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #343434;
  border-top: 4px solid var(--hitz-red);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), transparent 28%),
    linear-gradient(145deg, #191919, #090909 72%);
  box-shadow:
    0 30px 55px rgba(0, 0, 0, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.08);
  transform: perspective(1050px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift));
  transform-style: preserve-3d;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.16s ease;
  will-change: transform;
}

.page-products .product-category-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.25), transparent 35%);
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.page-products .product-category-shell::after {
  content: "";
  position: absolute;
  right: -40%;
  bottom: -26%;
  z-index: 0;
  width: 90%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 22, 22, 0.18);
  transform: rotate(45deg) translateZ(10px);
  pointer-events: none;
}

.page-products .product-category-card:hover {
  --lift: -10px;
}

.page-products .product-category-card:hover .product-category-shell,
.page-products .product-category-card:focus-visible .product-category-shell {
  border-color: var(--hitz-red);
  box-shadow:
    0 38px 75px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 22, 22, 0.16),
    0 0 42px rgba(255, 22, 22, 0.13);
}

.page-products .product-category-card:hover .product-category-shell::before,
.page-products .product-category-card:focus-visible .product-category-shell::before {
  opacity: 1;
}

.page-products .product-category-number {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(5, 5, 5, 0.76);
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transform: translateZ(70px);
}

.page-products .product-category-visual {
  position: absolute;
  inset: 16px 16px 96px;
  z-index: 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #df2c2c;
  box-shadow:
    0 20px 35px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.12);
  transform: translateZ(34px);
}

.page-products .product-category-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.2), transparent 26%),
    linear-gradient(to top, rgba(0, 0, 0, 0.22), transparent 40%);
  pointer-events: none;
}

.page-products .product-category-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.01);
  transition: filter 0.35s ease, transform 0.5s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.page-products .product-category-card:hover .product-category-visual img,
.page-products .product-category-card:focus-visible .product-category-visual img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.08);
}

.page-products .product-category-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  transform: translateZ(54px);
}

.page-products .product-category-copy > span:first-child {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.page-products .product-category-copy small {
  color: var(--hitz-red) !important;
  font-family: var(--hitz-condensed);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-products .product-category-copy strong {
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.page-products .product-category-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #414141;
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 19px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-products .product-category-card:hover .product-category-arrow,
.page-products .product-category-card:focus-visible .product-category-arrow {
  border-color: var(--hitz-red);
  background: var(--hitz-red);
}

.page-products .product-explorer.is-enhanced .product-category-card {
  opacity: 0;
  transform: translateY(34px) scale(0.97);
}

.page-products .product-explorer.is-enhanced .product-category-card.is-visible {
  animation: productCategoryReveal 0.72s cubic-bezier(0.16, 1, 0.3, 1) var(--delay) forwards;
}

@keyframes productCategoryReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  .page-products .product-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .page-products .product-explorer-heading {
    grid-template-columns: 1fr;
  }

  .page-products .product-explorer-heading h2 {
    max-width: none;
  }

  .page-products .product-explorer-intro {
    max-width: 620px;
  }

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

@media (max-width: 560px) {
  .page-products .product-explorer {
    padding-bottom: 60px !important;
  }

  .page-products .product-explorer-heading {
    margin-bottom: 38px;
  }

  .page-products .product-explorer-heading h2 {
    font-size: clamp(50px, 14vw, 68px) !important;
    line-height: 1 !important;
  }

  .page-products .product-explorer-heading h2 span {
    display: block;
    margin-top: 0.1em;
  }

  .page-products .product-explorer-intro {
    padding: 18px 0 0 18px;
    font-size: 14px;
  }

  .page-products .product-category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-products .product-category-card {
    aspect-ratio: 0.94;
  }

  .page-products .product-category-copy strong {
    font-size: 21px;
  }
}

.page-products #vape {
  padding-top: 26px !important;
}

.pricing-component {
  display: block !important;
  width: 100% !important;
}

.page-products .products-collection-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
}

.page-products .products-collection-list .products-collection-list {
  display: contents !important;
}

.pricing-card-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto 1fr;
  min-width: 0 !important;
  min-height: 610px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--hitz-line) !important;
  border-top: 4px solid var(--hitz-red) !important;
  border-radius: 0 !important;
  background: var(--hitz-card) !important;
  box-shadow: none !important;
  transition: border-color 0.25s ease, transform 0.25s ease !important;
}

.pricing-card-grid:hover {
  border-color: rgba(255, 22, 22, 0.72) !important;
  transform: translateY(-5px) !important;
}

.right-cardz {
  grid-row: 1;
  width: 100% !important;
  height: 330px !important;
  overflow: hidden !important;
  background: #0c0c0c !important;
}

.servic-image,
.servic-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.servic-image img {
  object-fit: cover !important;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 0.55s ease !important;
}

.pricing-card-grid:hover .servic-image img {
  transform: scale(1.025) !important;
}

/* Products only: show the complete square artwork without black side bands. */
.page-products .right-cardz {
  height: auto !important;
  aspect-ratio: 1 / 1;
  background: #f2f2f2 !important;
}

.page-products .servic-image {
  background: #f2f2f2 !important;
}

.page-products .servic-image img,
.page-products .pricing-card-grid:hover .servic-image img {
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.page-products .pricing-card-grid {
  min-height: 0 !important;
}

.page-products .left-cardzz {
  min-height: 300px;
  padding: 22px !important;
}

.page-products .text-size-huge {
  font-size: clamp(23px, 1.8vw, 30px) !important;
  line-height: 1.02 !important;
}

.page-products .kamjat {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.left-cardzz {
  position: relative;
  display: flex !important;
  width: 100% !important;
  min-height: 274px;
  flex-direction: column;
  align-items: flex-start !important;
  padding: 28px !important;
  background: linear-gradient(145deg, #191919, #111) !important;
}

.text-size-huge {
  width: 100%;
  max-width: none !important;
  margin: 0 0 16px !important;
  font-size: clamp(28px, 2.7vw, 42px) !important;
}

.pricing-card-content {
  margin-bottom: 24px !important;
}

.pricing-card-grid .secondary-button {
  margin-top: auto !important;
}

/* ================================================================
   STORY
   ================================================================ */
.page-story .story-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: clamp(146px, 13vw, 196px) 0 clamp(72px, 8vw, 112px) !important;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid #282828 !important;
  background: #070707 !important;
}

.page-story .story-hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68%;
  overflow: hidden;
  background: #050505;
  transition: width 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-story .story-hero-poster,
.page-story .story-hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-story .story-hero-poster {
  object-position: center;
  filter: saturate(0.74) contrast(1.1) brightness(0.82);
  animation: storyHeroDrift 13s ease-in-out infinite alternate;
}

.page-story .story-hero-video {
  display: none;
  background: #000;
}

.page-story .story-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #070707 0%, #070707 28%, rgba(7, 7, 7, 0.93) 41%, rgba(7, 7, 7, 0.2) 72%, rgba(7, 7, 7, 0.38) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 48%);
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.page-story .story-hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.page-story .story-hero-shell {
  position: relative;
  z-index: 2;
  width: var(--hitz-page);
  max-width: 1320px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

.page-story .story-hero-kicker {
  display: flex;
  margin: 0 0 30px;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  color: #aaa !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.page-story .story-hero-kicker::before {
  content: "";
  width: 48px;
  height: 3px;
  background: var(--hitz-red);
  box-shadow: 0 0 18px rgba(255, 22, 22, 0.68);
}

.page-story .story-hero-kicker span {
  color: var(--hitz-red);
}

.page-story .story-hero-title {
  display: grid;
  width: min(720px, 62%);
  margin: 0;
  color: #fff !important;
  font-family: var(--hitz-display) !important;
  font-size: clamp(56px, 6.2vw, 98px) !important;
  font-weight: 400 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}

.page-story .story-hero-title > span {
  display: grid;
  padding: 17px 0 16px;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.page-story .story-hero-title > span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-story .story-hero-title > span:nth-child(2) {
  color: var(--hitz-red);
}

.page-story .story-hero-title small {
  color: #777;
  font-family: var(--hitz-condensed);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}

.page-story .story-play-button {
  display: inline-flex;
  min-height: 62px;
  margin-top: 36px;
  padding: 0 24px 0 12px;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  background: rgba(7, 7, 7, 0.8);
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.page-story .story-play-icon {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--hitz-red);
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-indent: 2px;
}

.page-story .story-play-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 22, 22, 0.42);
  border-radius: 50%;
  animation: storyPlayPulse 2.2s ease-out infinite;
}

.page-story .story-play-button:hover,
.page-story .story-play-button:focus-visible {
  outline: 0;
  border-color: #f2f2f2;
  background: #f2f2f2;
  color: #000;
}

.page-story .story-hero-edition {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--hitz-condensed);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.page-story .story-hero-edition span {
  margin-right: 10px;
  color: var(--hitz-red);
}

.page-story .story-hero.is-playing .story-hero-media {
  width: 100%;
  z-index: 4;
}

.page-story .story-hero.is-playing .story-hero-poster,
.page-story .story-hero.is-playing .story-hero-shade,
.page-story .story-hero.is-playing .story-hero-shell,
.page-story .story-hero.is-playing .story-hero-edition {
  opacity: 0;
  pointer-events: none;
}

.page-story .story-hero.is-playing .story-hero-video {
  display: block;
}

.page-story .story-hero.is-enhanced .story-hero-kicker,
.page-story .story-hero.is-enhanced .story-hero-title > span,
.page-story .story-hero.is-enhanced .story-play-button {
  opacity: 0;
  transform: translateY(28px);
}

.page-story .story-hero.is-visible .story-hero-kicker {
  animation: storyRevealUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 40ms forwards;
}

.page-story .story-hero.is-visible .story-hero-title > span {
  animation: storyRevealUp 0.78s cubic-bezier(0.16, 1, 0.3, 1) var(--line-delay) forwards;
}

.page-story .story-hero.is-visible .story-play-button {
  animation: storyRevealUp 0.72s cubic-bezier(0.16, 1, 0.3, 1) 390ms forwards;
}

.page-story .story-manifesto {
  position: relative;
  min-height: 920px;
  padding: clamp(104px, 10vw, 156px) 0 !important;
  overflow: hidden;
  border-bottom: 1px solid #252525 !important;
  background:
    radial-gradient(circle at 76% 54%, rgba(255, 22, 22, 0.18), transparent 24rem),
    linear-gradient(145deg, #050505, #101010 56%, #070707) !important;
}

.page-story .section.articles {
  padding-bottom: 32px !important;
}

.page-story .section.articles + .story-manifesto {
  padding-top: 48px !important;
}

.page-story .story-manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, #000, transparent 80%);
  pointer-events: none;
}

.page-story .story-manifesto-ghost {
  position: absolute;
  top: 15%;
  left: 0;
  color: transparent;
  font-family: var(--hitz-display);
  font-size: clamp(150px, 19vw, 320px);
  line-height: 0.8;
  letter-spacing: -0.02em;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
  animation: storyGhostMove 26s linear infinite;
  pointer-events: none;
}

.page-story .story-manifesto-orbit {
  position: absolute;
  top: 50%;
  right: 8%;
  width: clamp(240px, 30vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 22, 22, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 22, 22, 0.025),
    0 0 0 84px rgba(255, 22, 22, 0.018),
    inset 0 0 80px rgba(255, 22, 22, 0.08);
  transform: translateY(-50%);
  animation: storyOrbit 9s ease-in-out infinite;
  pointer-events: none;
}

.page-story .story-manifesto-orbit::before,
.page-story .story-manifesto-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--hitz-red);
  box-shadow: 0 0 24px rgba(255, 22, 22, 0.8);
}

.page-story .story-manifesto-orbit::before {
  top: 12%;
  left: 6%;
  width: 12px;
  height: 12px;
}

.page-story .story-manifesto-orbit::after {
  right: 7%;
  bottom: 15%;
  width: 7px;
  height: 7px;
}

.page-story .story-manifesto-shell {
  position: relative;
  z-index: 2;
  width: var(--hitz-page);
  max-width: 1320px;
  margin: 0 auto;
}

.page-story .story-manifesto-kicker {
  display: flex;
  margin: 0 0 clamp(72px, 8vw, 118px);
  padding-bottom: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #303030;
  color: #8b8b8b !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-story .story-manifesto-kicker span:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--hitz-red);
}

.page-story .story-manifesto-kicker span:first-child::before {
  content: "";
  width: 44px;
  height: 3px;
  background: var(--hitz-red);
}

.page-story .story-manifesto-title {
  display: grid;
  margin: 0;
  color: #fff !important;
  font-family: var(--hitz-display) !important;
  font-size: clamp(72px, 9.2vw, 148px) !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.page-story .story-reveal-line {
  display: block;
  overflow: hidden;
}

.page-story .story-reveal-line > span {
  display: block;
}

.page-story .story-reveal-line:nth-child(2) {
  padding-left: 8vw;
}

.page-story .story-reveal-line:nth-child(3) {
  color: transparent;
  -webkit-text-stroke: 2px #8a8a8a;
}

.page-story .story-manifesto-title em {
  color: var(--hitz-red);
  font-style: normal;
}

.page-story .story-manifesto.is-enhanced .story-reveal-line > span {
  transform: translateY(112%);
}

.page-story .story-manifesto.is-enhanced .story-manifesto-kicker,
.page-story .story-manifesto.is-enhanced .story-manifesto-footer {
  opacity: 0;
  transform: translateY(26px);
}

.page-story .story-manifesto.is-visible .story-reveal-line > span {
  animation: storyLineReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.page-story .story-manifesto.is-visible .story-reveal-line:nth-child(2) > span {
  animation-delay: 110ms;
}

.page-story .story-manifesto.is-visible .story-reveal-line:nth-child(3) > span {
  animation-delay: 220ms;
}

.page-story .story-manifesto.is-visible .story-manifesto-kicker {
  animation: storyRevealUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 40ms forwards;
}

.page-story .story-manifesto.is-visible .story-manifesto-footer {
  animation: storyRevealUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 310ms forwards;
}

.page-story .story-manifesto-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(36px, 8vw, 120px);
  margin-top: clamp(56px, 7vw, 94px);
  padding-top: 30px;
  align-items: end;
  border-top: 1px solid #303030;
}

.page-story .story-manifesto-footer p {
  max-width: 720px;
  margin: 0;
  color: #bdbdbd !important;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7 !important;
}

.page-story .story-manifesto-cta {
  display: flex;
  width: min(100%, 300px);
  min-height: 64px;
  padding: 0 20px 0 24px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid var(--hitz-red);
  background: var(--hitz-red);
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.page-story .story-manifesto-cta span {
  transform: none !important;
}

.page-story .story-manifesto-cta span:last-child {
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.page-story .story-manifesto-cta:hover,
.page-story .story-manifesto-cta:focus-visible {
  outline: 0;
  border-color: #f2f2f2;
  background: #f2f2f2;
  color: #000;
  transform: none;
}

@keyframes storyHeroDrift {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.08) translate3d(-1.2%, -0.7%, 0);
  }
}

@keyframes storyPlayPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.82);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes storyRevealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes storyLineReveal {
  to {
    transform: translateY(0);
  }
}

@keyframes storyGhostMove {
  from {
    transform: translateX(2%);
  }
  to {
    transform: translateX(-34%);
  }
}

@keyframes storyOrbit {
  0%,
  100% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-50%) rotate(8deg) scale(1.045);
  }
}

@media (max-width: 991px) {
  .page-story .story-hero-media {
    width: 76%;
  }

  .page-story .story-hero-title {
    width: min(680px, 82%);
  }

  .page-story .story-manifesto {
    min-height: 0;
  }

  .page-story .story-manifesto-title {
    font-size: clamp(68px, 13vw, 112px) !important;
  }

  .page-story .story-manifesto-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-story .story-hero {
    min-height: 820px;
    padding: 126px 0 64px !important;
  }

  .page-story .story-hero-media {
    width: 100%;
  }

  .page-story .story-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.44)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 56%);
  }

  .page-story .story-hero-title {
    width: 100%;
    font-size: clamp(45px, 13vw, 68px) !important;
  }

  .page-story .story-hero-title > span {
    padding: 14px 0;
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .page-story .story-play-button {
    width: 100%;
    max-width: 300px;
  }

  .page-story .story-hero-edition {
    display: none;
  }

  .page-story .story-manifesto {
    padding: 82px 0 !important;
  }

  .page-story .story-manifesto-kicker {
    margin-bottom: 58px;
    align-items: flex-start;
    flex-direction: column;
  }

  .page-story .story-manifesto-title {
    font-size: clamp(52px, 16vw, 82px) !important;
    line-height: 0.94 !important;
  }

  .page-story .story-reveal-line:nth-child(2) {
    padding-left: 0;
  }

  .page-story .story-reveal-line:nth-child(3) {
    margin-top: 0.08em;
    -webkit-text-stroke-width: 1px;
  }

  .page-story .story-manifesto-footer {
    margin-top: 48px;
    padding-top: 24px;
  }

  .page-story .story-manifesto-footer p {
    font-size: 16px;
  }

  .page-story .story-manifesto-cta {
    width: 100%;
  }
}

.page-story .about-page-section {
  padding-top: 142px !important;
}

.about-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden;
  border: 1px solid var(--hitz-line) !important;
  background: var(--hitz-card) !important;
}

.about-title-wtapper {
  display: flex !important;
  align-items: center;
  padding: 44px !important;
  border-left: 7px solid var(--hitz-red);
  background: linear-gradient(145deg, #1b1b1b, #0e0e0e) !important;
}

.about-review-wrapper {
  display: grid !important;
  width: 100%;
  gap: 0 !important;
}

.review-count-single {
  width: 100% !important;
  padding: 20px 0 !important;
  border-top: 1px solid var(--hitz-line) !important;
}

.review-count-single:last-child {
  border-bottom: 1px solid var(--hitz-line) !important;
}

.review-count-number {
  padding: 0 !important;
  color: var(--hitz-white) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: clamp(22px, 2.6vw, 38px) !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.review-count-single:first-child .review-count-number {
  color: var(--hitz-red) !important;
}

.about-img-wrap {
  min-height: 600px !important;
  overflow: hidden !important;
  background: #000;
}

.about-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 600px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  filter: saturate(0.82) contrast(1.06);
}

.page-story .volunteer-conaint-wrapper {
  width: 100% !important;
}

.page-story .volunteer-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  counter-reset: hitz-team;
  perspective: 1400px;
}

.page-story .volunteer-single-card {
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: hidden !important;
  counter-increment: hitz-team;
  border: 1px solid #353535 !important;
  border-top: 5px solid var(--hitz-red) !important;
  border-radius: 0 !important;
  background: #101010 !important;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.38) !important;
  transform: translateZ(0);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.3s ease !important;
}

.page-story .volunteer-single-card:hover {
  border-color: var(--hitz-red) !important;
  box-shadow:
    0 38px 75px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 22, 22, 0.13) !important;
  transform: translateY(-9px) rotateX(1deg) !important;
}

.page-story .volunteer-single-title-box {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 100%;
  padding: 0 !important;
}

.page-story .volunteer-single-title-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 34%, rgba(0, 0, 0, 0.72) 68%, #070707 100%),
    linear-gradient(120deg, rgba(255, 22, 22, 0.08), transparent 40%);
  pointer-events: none;
}

.page-story .volunteer-single-title-box::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 108px;
  left: 28px;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg, var(--hitz-red), rgba(255, 255, 255, 0.14));
  pointer-events: none;
}

.page-story .volunteer-img-wrap {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #d9d9d9;
}

.page-story .team-member-photo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.page-story .volunteer-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top;
  filter: saturate(0.82) contrast(1.06);
  transform: scale(1.01);
  transition: filter 0.4s ease, transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1) !important;
}

.page-story .volunteer-single-card:hover .volunteer-img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.065) !important;
}

.page-story .volunteer-single-title {
  position: absolute;
  right: 28px;
  bottom: 60px;
  left: 28px;
  z-index: 4;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--hitz-condensed) !important;
  font-size: clamp(28px, 2.4vw, 38px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.055em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.74);
  text-transform: uppercase;
}

.page-story .team-member-link {
  color: inherit !important;
}

.page-story .team-member-link:hover,
.page-story .team-member-link:focus-visible {
  outline: 0;
  color: #fff !important;
}

.page-story .volunteer-single-details {
  position: absolute;
  right: 28px;
  bottom: 27px;
  left: 28px;
  z-index: 4;
  overflow: hidden;
  color: #ff3a3a !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1.25 !important;
  letter-spacing: 0.17em;
  text-overflow: ellipsis;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  white-space: nowrap;
}

.page-story .volunteer-grid.is-enhanced .volunteer-single-card {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
}

.page-story .volunteer-grid.is-enhanced .volunteer-single-card.is-visible {
  animation: teamCardReveal 0.72s cubic-bezier(0.16, 1, 0.3, 1) var(--team-delay, 0ms) forwards;
}

@keyframes teamCardReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 991px) {
  .page-story .volunteer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .page-story .volunteer-grid {
    grid-template-columns: 1fr !important;
  }

  .page-story .volunteer-single-card {
    min-height: 520px;
  }

  .page-story .volunteer-single-title {
    font-size: 30px !important;
  }
}

.adventure-main-wrapper,
.adventure-content-wrapper {
  width: 100% !important;
}

.adventure-content-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid var(--hitz-line);
  background: var(--hitz-card);
}

.adventure-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px) !important;
  border-left: 7px solid var(--hitz-red);
}

.adventure-title {
  font-size: clamp(44px, 5vw, 76px) !important;
}

.adventure-img {
  display: block !important;
  width: 100% !important;
  min-height: 460px;
  object-fit: cover !important;
  border-radius: 0 !important;
}

/* ================================================================
   RETAILER
   ================================================================ */
.page-retailer .retailer-portal {
  overflow: clip;
  background: #080808;
}

.page-retailer .retailer-shell {
  position: relative;
  z-index: 2;
  width: var(--hitz-page);
  max-width: 1320px;
  margin: 0 auto;
}

.page-retailer .retailer-hero {
  min-height: 820px;
  padding: clamp(150px, 14vw, 210px) 0 clamp(92px, 9vw, 132px) !important;
  overflow: hidden;
  border-bottom: 1px solid #262626 !important;
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 22, 22, 0.17), transparent 24rem),
    linear-gradient(115deg, #050505 0%, #111 62%, #070707 100%) !important;
}

.page-retailer .retailer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(255, 255, 255, 0.035) 50%, transparent 50.2%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 100%, 100% 64px;
}

.page-retailer .retailer-hero::after {
  content: "WHOLESALE";
  position: absolute;
  right: -0.04em;
  bottom: -0.19em;
  color: rgba(255, 255, 255, 0.018);
  font-family: var(--hitz-display);
  font-size: clamp(150px, 20vw, 330px);
  line-height: 0.8;
  letter-spacing: -0.025em;
  pointer-events: none;
}

.page-retailer .retailer-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(370px, 0.75fr);
  gap: clamp(44px, 7vw, 108px);
  align-items: end;
}

.page-retailer .retailer-hero-copy {
  min-width: 0;
}

.page-retailer .retailer-eyebrow {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 12px;
  color: var(--hitz-red) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.page-retailer .retailer-eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  background: var(--hitz-red);
}

.page-retailer .retailer-title {
  display: flex;
  max-width: none;
  margin: 0 !important;
  align-items: baseline;
  gap: 0.14em;
  color: #fff !important;
  font-size: clamp(64px, 6.25vw, 104px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap;
}

.page-retailer .retailer-title span {
  display: inline;
  margin-top: 0;
  color: var(--hitz-red) !important;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.page-retailer .retailer-lead {
  max-width: 670px;
  margin: 34px 0 0;
  color: #d2d2d2 !important;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.58 !important;
}

.page-retailer .retailer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.page-retailer .retailer-trust span {
  display: inline-flex;
  min-height: 38px;
  padding: 0 15px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  color: #bdbdbd;
  font-family: var(--hitz-condensed);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-retailer .retailer-trust i,
.page-retailer .retailer-live i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hitz-red);
  box-shadow: 0 0 14px rgba(255, 22, 22, 0.7);
}

.page-retailer .retailer-access {
  position: relative;
  padding: clamp(30px, 3.3vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 5px solid var(--hitz-red);
  background: linear-gradient(145deg, rgba(32, 32, 32, 0.98), rgba(10, 10, 10, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
}

.page-retailer .retailer-access::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -78px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 22, 22, 0.24);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-retailer .retailer-access-topline,
.page-retailer .retailer-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--hitz-condensed);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-retailer .retailer-access-topline {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #8f8f8f;
}

.page-retailer .retailer-access-topline span:last-child {
  color: var(--hitz-red);
  font-size: 16px;
}

.page-retailer .retailer-access h2 {
  max-width: 18ch;
  margin: 34px 0 18px;
  color: #fff !important;
  font-size: clamp(42px, 4vw, 62px) !important;
}

.page-retailer .retailer-access > p {
  max-width: 44ch;
  margin: 0;
  color: #a9a9a9 !important;
  font-size: 14px;
  line-height: 1.7 !important;
}

.page-retailer .retailer-license-form {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.page-retailer .retailer-license-form label {
  display: block;
  margin-bottom: 10px;
  color: #d9d9d9;
  font-family: var(--hitz-condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.page-retailer .retailer-license-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.page-retailer .quantity {
  width: 100% !important;
  min-width: 0;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid #3a3a3a !important;
  border-radius: 0 !important;
  outline: none;
  background: #080808 !important;
  color: #fff !important;
  font-family: var(--hitz-body);
  font-size: 14px;
}

.page-retailer .quantity:focus {
  border-color: var(--hitz-red) !important;
  box-shadow: 0 0 0 3px rgba(255, 22, 22, 0.12);
}

.page-retailer .add-to-cart-button {
  min-height: 52px;
  margin: 0 !important;
  padding: 0 22px !important;
  cursor: pointer;
}

.page-retailer .retailer-result {
  position: relative;
  z-index: 1;
  margin: 18px 0 0 !important;
  padding: 15px 16px;
  border-left: 4px solid var(--hitz-red);
  background: rgba(255, 255, 255, 0.07);
  color: #fff !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.page-retailer .retailer-result a {
  color: #fff;
  font-weight: 700;
}

.page-retailer .retailer-marketplaces {
  padding: clamp(94px, 9vw, 140px) 0 !important;
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 30rem),
    #080808 !important;
}

.page-retailer .retailer-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
  margin-bottom: 58px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2b2b2b;
}

.page-retailer .retailer-section-heading h2 {
  max-width: 10ch;
  margin: 0;
  color: #fff !important;
  font-size: clamp(60px, 7vw, 104px) !important;
}

.page-retailer .retailer-section-heading > p {
  max-width: 47ch;
  margin: 0 0 6px;
  color: #9c9c9c !important;
  font-size: 15px;
  line-height: 1.75 !important;
}

.page-retailer .retailer-market-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.page-retailer .retailer-market-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid #fff;
  border-top: 6px solid var(--hitz-red);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), transparent 34%),
    linear-gradient(145deg, #f5f5f5 0%, #b9b9b9 54%, #e8e8e8 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.33);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.page-retailer .retailer-market-card::after {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -105px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-retailer .retailer-market-card:hover {
  border-color: var(--hitz-red);
  box-shadow: 0 36px 86px rgba(0, 0, 0, 0.48);
  transform: translateY(-6px);
}

.page-retailer .retailer-card-topline {
  position: relative;
  z-index: 1;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: #4a4a4a;
}

.page-retailer .retailer-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111;
}

.page-retailer .retailer-market-logo {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 190px;
  margin: 30px 0;
  padding: 28px;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.page-retailer .retailer-market-logo img {
  display: block;
  width: 100%;
  max-width: 470px;
  max-height: 126px;
  object-fit: contain;
}

.page-retailer .retailer-market-copy {
  position: relative;
  z-index: 1;
}

.page-retailer .retailer-market-copy h3 {
  margin: 0 0 12px;
  color: #0c0c0c !important;
  font-size: clamp(40px, 4vw, 58px) !important;
}

.page-retailer .retailer-market-copy p {
  max-width: 46ch;
  margin: 0;
  color: #292929 !important;
  font-size: 14px;
  line-height: 1.65 !important;
}

.page-retailer .retailer-market-cta {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 56px;
  margin-top: 26px;
  padding: 0 18px 0 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--hitz-red);
  background: var(--hitz-red);
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.page-retailer .retailer-market-cta span {
  transform: none !important;
}

.page-retailer .retailer-market-cta span:last-child {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.page-retailer .retailer-market-cta:hover,
.page-retailer .retailer-market-cta:focus-visible {
  outline: 0;
  background: #f2f2f2;
  color: #000;
  transform: none;
}

.page-retailer .retailer-support {
  display: flex;
  min-height: 118px;
  margin-top: 24px;
  padding: 26px 30px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid #2a2a2a;
  border-left: 6px solid var(--hitz-red);
  background: linear-gradient(90deg, #151515, #0c0c0c);
}

.page-retailer .retailer-support div {
  display: grid;
  gap: 5px;
}

.page-retailer .retailer-support span {
  color: #777;
  font-family: var(--hitz-condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-retailer .retailer-support strong {
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-retailer .retailer-support > a {
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.page-retailer .retailer-support > a:hover {
  color: var(--hitz-red);
}

@media (max-width: 1060px) {
  .page-retailer .retailer-hero {
    min-height: 0;
  }

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

  .page-retailer .retailer-title {
    max-width: none;
  }

  .page-retailer .retailer-title span {
    display: inline;
    margin-top: 0;
  }

  .page-retailer .retailer-access {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .page-retailer .retailer-hero {
    padding: 118px 0 78px !important;
  }

  .page-retailer .retailer-hero-grid {
    gap: 48px;
  }

  .page-retailer .retailer-title {
    display: block;
    max-width: 7ch;
    font-size: clamp(64px, 20vw, 88px) !important;
    line-height: 0.94 !important;
    white-space: normal;
  }

  .page-retailer .retailer-title span {
    display: block;
    margin-top: 0.08em;
  }

  .page-retailer .retailer-lead {
    margin-top: 28px;
    font-size: 17px;
  }

  .page-retailer .retailer-trust {
    display: grid;
  }

  .page-retailer .retailer-access {
    padding: 26px 22px;
  }

  .page-retailer .retailer-license-row {
    grid-template-columns: 1fr;
  }

  .page-retailer .retailer-marketplaces {
    padding: 78px 0 !important;
  }

  .page-retailer .retailer-section-heading,
  .page-retailer .retailer-market-grid {
    grid-template-columns: 1fr;
  }

  .page-retailer .retailer-section-heading {
    gap: 24px;
    margin-bottom: 38px;
  }

  .page-retailer .retailer-section-heading h2 {
    font-size: clamp(52px, 17vw, 76px) !important;
  }

  .page-retailer .retailer-market-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .page-retailer .retailer-market-logo {
    min-height: 150px;
    padding: 20px;
  }

  .page-retailer .retailer-support {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ================================================================
   CONTACT
   ================================================================ */
.page-contact .section-light-grey {
  min-height: 100svh;
  padding-top: 142px !important;
}

.virtus-grid.shahr-kamm-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid var(--hitz-line) !important;
  background: var(--hitz-card) !important;
}

.shahr-kamm-text-iqra {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 70px) !important;
  border-left: 7px solid var(--hitz-red);
  background: linear-gradient(145deg, #1b1b1b, #0f0f0f) !important;
}

.banner-title.contact-us {
  margin: 0 0 24px !important;
  font-size: 54px !important;
  text-align: left !important;
}

.bacha.w-button {
  width: fit-content !important;
  max-width: 100%;
  min-height: 50px;
  margin: 5px 0 !important;
  padding: 12px 18px !important;
  clip-path: none;
}

.bacha.w-button svg {
  flex: 0 0 auto;
  margin-right: 12px;
}

.shahr-career-image-iqra,
.shahr-career-image-iqra img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 660px;
}

.shahr-career-image-iqra img {
  object-fit: cover !important;
  filter: saturate(0.82) contrast(1.06);
}

.samp-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr) !important;
  gap: 54px !important;
  align-items: start !important;
}

.iqraa {
  margin-bottom: 24px !important;
  font-size: clamp(46px, 5vw, 72px) !important;
}

.samp-text-iqra > a {
  display: flex !important;
  align-items: center;
  margin-top: 18px;
  color: var(--hitz-gray-light) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.samp--iqra {
  display: grid !important;
  gap: 14px !important;
}

.kamm-item {
  display: block !important;
  padding: 24px !important;
  border: 1px solid var(--hitz-line) !important;
  border-left: 5px solid var(--hitz-red) !important;
  border-radius: 0 !important;
  background: var(--hitz-card) !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, transform 0.2s ease !important;
}

.kamm-item:hover {
  border-color: rgba(255, 22, 22, 0.7) !important;
  transform: translateX(5px) !important;
}

.kamm-title-iqra,
.kamm-titile-wrapper,
.kamm-job-dets-wrapper,
.kamm-dets-wrapper {
  display: flex !important;
  align-items: center !important;
}

.kamm-title-iqra {
  justify-content: space-between !important;
}

.kamm-titile-wrapper,
.kamm-job-dets-wrapper {
  gap: 14px !important;
}

.kamm-titile-wrapper .parag-18 {
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kamm-pill {
  padding: 5px 10px !important;
  border: 1px solid rgba(255, 22, 22, 0.5) !important;
  border-radius: 0 !important;
  background: rgba(255, 22, 22, 0.09) !important;
  color: var(--hitz-red) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 10px !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kamm-job-dets-wrapper {
  margin-top: 18px !important;
  padding-top: 14px;
  border-top: 1px solid var(--hitz-line);
}

/* ================================================================
   404
   ================================================================ */
.page-404 .not-found {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: clamp(156px, 15vw, 210px) 24px clamp(88px, 10vw, 140px) !important;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--hitz-line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 38%, rgba(255, 22, 22, 0.2), transparent 22rem),
    #070707 !important;
  background-size: 96px 96px, 96px 96px, auto, auto !important;
}

.page-404 .not-found::before {
  content: "404";
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  font-family: var(--hitz-display);
  font-size: clamp(260px, 38vw, 680px);
  line-height: 0.72;
  letter-spacing: -0.07em;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
  transform: translate(-51%, -43%);
  pointer-events: none;
}

.page-404 .not-found::after {
  content: "";
  position: absolute;
  inset: clamp(112px, 9vw, 145px) clamp(18px, 3vw, 52px) clamp(24px, 3vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 5px solid var(--hitz-red);
  pointer-events: none;
}

.page-404 .not-found-stage {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 920px);
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.page-404 .not-found-kicker {
  display: inline-flex;
  margin: 0 0 28px;
  align-items: center;
  gap: 13px;
  color: #d0d0d0 !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-404 .not-found-kicker::before,
.page-404 .not-found-kicker::after {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--hitz-red);
}

.page-404 .not-found-kicker span {
  color: var(--hitz-red);
}

.page-404 .not-found-logo {
  display: block;
  width: clamp(220px, 27vw, 390px);
  max-height: 160px;
  margin: 0 auto 34px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 18px 32px rgba(0, 0, 0, 0.42));
}

.page-404 .not-found-title {
  margin: 0;
  color: #fff !important;
  font-family: var(--hitz-display) !important;
  font-size: clamp(76px, 10vw, 150px) !important;
  font-weight: 400 !important;
  line-height: 0.88 !important;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.page-404 .not-found-title span {
  color: transparent;
  -webkit-text-stroke: 2px var(--hitz-red);
}

.page-404 .not-found-text {
  max-width: 650px;
  margin: 30px auto 0 !important;
  color: #c7c7c7 !important;
  font-family: var(--hitz-body) !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 1.65 !important;
}

.page-404 .not-found-actions {
  display: flex;
  margin-top: 38px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.page-404 .not-found-home,
.page-404 .not-found-contact {
  display: inline-flex;
  min-height: 56px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid var(--hitz-red);
  font-family: var(--hitz-condensed);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.page-404 .not-found-home {
  min-width: 214px;
  background: var(--hitz-red);
  color: #fff;
}

.page-404 .not-found-home span {
  transform: none !important;
}

.page-404 .not-found-home span:last-child {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.page-404 .not-found-contact {
  min-width: 160px;
  border-color: #4a4a4a;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
}

.page-404 .not-found-home:hover,
.page-404 .not-found-home:focus-visible,
.page-404 .not-found-contact:hover,
.page-404 .not-found-contact:focus-visible {
  outline: 0;
  border-color: #f2f2f2;
  background: #f2f2f2;
  color: #000;
  transform: none;
}

@media (max-width: 767px) {
  .page-404 .not-found {
    min-height: 840px;
    padding: 132px 20px 72px !important;
    background-size: 56px 56px, 56px 56px, auto, auto !important;
  }

  .page-404 .not-found::after {
    inset: 98px 12px 16px;
  }

  .page-404 .not-found-kicker {
    margin-bottom: 24px;
    font-size: 10px !important;
  }

  .page-404 .not-found-kicker::before,
  .page-404 .not-found-kicker::after {
    width: 20px;
  }

  .page-404 .not-found-logo {
    width: min(66vw, 270px);
    margin-bottom: 30px;
  }

  .page-404 .not-found-title {
    font-size: clamp(64px, 21vw, 98px) !important;
  }

  .page-404 .not-found-title span {
    display: block;
    margin-top: 0.08em;
  }

  .page-404 .not-found-text {
    margin-top: 24px !important;
    font-size: 15px !important;
  }

  .page-404 .not-found-actions {
    width: 100%;
    max-width: 360px;
    margin-top: 30px;
    align-items: stretch;
    flex-direction: column;
  }

  .page-404 .not-found-home,
  .page-404 .not-found-contact {
    width: 100%;
  }
}

/* ================================================================
   MEDIA — the page uses a separate legacy class vocabulary
   ================================================================ */
.page-media .page-wrapper {
  background: var(--hitz-black) !important;
}

.page-media .section {
  position: relative;
  padding: clamp(74px, 8vw, 126px) 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: transparent !important;
}

.page-media .section.hero {
  min-height: calc(100svh - 100px) !important;
  margin-top: 100px !important;
  padding: 0 !important;
  overflow: hidden;
  background: #050505 !important;
}

.page-media .featured-release-hero,
.page-media .featured-release-hero > div,
.page-media .featured-release {
  width: 100% !important;
  min-height: calc(100svh - 100px) !important;
}

.hero-parallax-background {
  position: absolute !important;
  inset: 0 !important;
}

.hero-parallax-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.18) 70%), linear-gradient(0deg, #080808, transparent 45%);
}

.hero-parallax-background img {
  filter: saturate(0.78) contrast(1.1);
}

.page-media .section.hero .inner-container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100svh - 100px);
  align-items: flex-end;
  padding-top: 150px !important;
  padding-bottom: 10vh !important;
}

.page-media .section.hero .column {
  width: min(850px, 82vw) !important;
}

.out-now-container {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 24px !important;
}

.subheading {
  margin: 0 !important;
  color: var(--hitz-gray-light) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
}

.subheading.new {
  color: var(--hitz-red) !important;
}

.out-now-line {
  width: 54px !important;
  height: 2px !important;
  background: var(--hitz-red) !important;
}

.page-media h1.white {
  margin: 0 !important;
  font-size: clamp(72px, 10vw, 150px) !important;
}

.page-media .championing-main-container {
  width: var(--hitz-page) !important;
}

.page-media .music,
.page-media .shop {
  width: 100% !important;
}

.page-media .music::before,
.page-media .shop::before {
  content: "";
  position: absolute;
  top: clamp(74px, 8vw, 126px);
  left: 5vw;
  width: 9px;
  height: 70px;
  background: var(--hitz-red);
}

.releases-grid,
.products-grid {
  display: block !important;
  width: var(--hitz-page) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.releases,
.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
}

.release-item,
.product-item {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 100% !important;
  margin: 0 !important;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
  opacity: 1 !important;
  visibility: visible !important;
  border: 1px solid var(--hitz-line) !important;
  border-radius: 0 !important;
  background: var(--hitz-card) !important;
  transform: none !important;
  transition: border-color 0.25s ease, transform 0.25s ease !important;
}

.release-item:hover,
.product-item:hover {
  border-color: var(--hitz-red) !important;
  transform: translateY(-6px) !important;
}

.artwork-thumb-container,
.product-image-thumbnail {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 360px !important;
  overflow: hidden !important;
}

.release-artwork-thumb {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 360px !important;
  overflow: hidden !important;
}

.release-artwork-thumb,
.product-image-thumbnail img,
.product-image-thumbnail {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.82) contrast(1.05);
}

.release-meta,
.product-meta {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 22px !important;
}

.product-title {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.purchase-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
}

.purchase-link {
  display: inline-flex !important;
  align-items: center;
  color: var(--hitz-gray-light) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-item .purchase-link {
  display: block !important;
  color: var(--hitz-gray) !important;
  font-family: var(--hitz-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.page-media #merch > h1 {
  width: var(--hitz-page);
  max-width: 1320px;
  margin: 0 auto 48px !important;
  padding: 0 0 20px 26px;
  border-bottom: 1px solid var(--hitz-line);
  border-left: 9px solid var(--hitz-red);
  font-size: clamp(48px, 5.2vw, 76px) !important;
}

/* ================================================================
   FOOTER
   ================================================================ */
.footer-section,
.zameen {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--hitz-line) !important;
  background: #050505 !important;
}

.footer-tecker-wrapper,
.zameen-footer-wrapper {
  display: flex !important;
  width: max-content !important;
  min-width: 100%;
  padding: 22px 0 !important;
  border-bottom: 1px solid var(--hitz-line) !important;
  background: var(--hitz-red) !important;
  white-space: nowrap;
}

.footer-tecker-title,
.zameen-footer-title {
  flex: 0 0 auto;
  padding-right: 40px !important;
}

.ticker-text {
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--hitz-display) !important;
  font-size: clamp(24px, 3vw, 42px) !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.footer-content-wrapper,
.zamin-wrap {
  width: var(--hitz-page) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 74px 0 54px !important;
  background: transparent !important;
}

.footer-flex,
.zamin-flex {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 40px !important;
  align-items: center !important;
}

.footer-inner,
.zamin-inner {
  min-width: 0;
}

.footer-inner:last-child,
.zamin-inner:last-child {
  text-align: right;
}

.footer-link-title,
.zameen-link-title {
  margin-bottom: 18px !important;
  color: #fff !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
}

.footer-link-flex,
.zameen-link-flex {
  display: grid !important;
  gap: 8px !important;
}

.footer-link,
.zameen-link {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  color: var(--hitz-gray) !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

.footer-link:hover,
.zameen-link:hover {
  color: var(--hitz-red) !important;
  transform: translateX(4px) !important;
}

.footer-link-icon,
.zameen-link-icon {
  width: 12px !important;
}

.footer-logo,
.zamin-logo {
  width: 210px !important;
  max-width: 80%;
  filter: drop-shadow(0 0 22px rgba(255, 22, 22, 0.18));
}

.footer-copyright-wrap {
  padding: 18px 5vw !important;
  border-top: 1px solid var(--hitz-line) !important;
  background: #080808 !important;
  color: #666 !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 10px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.copyright-text,
.cpyy {
  color: #777 !important;
}

.copyright-link,
.itrlink {
  color: var(--hitz-gray-light) !important;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1180px) {
  :root {
    --hitz-page: min(1320px, calc(100vw - 48px));
  }

  .header,
  .zamin.wondmai {
    right: 16px !important;
    left: 16px !important;
  }

  .header-wrapper,
  .chal-zamin {
    grid-template-columns: 132px 1fr auto !important;
    gap: 10px !important;
  }

  .header-logo,
  .chal-logo {
    width: 174px !important;
  }

  .nav-link,
  .chal-link {
    padding: 9px 7px !important;
    font-size: 16.5px !important;
  }

  .secondary-button,
  .beakh-button {
    min-width: 110px;
    padding: 0 15px !important;
  }

  .championing-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .volunteer-grid,
  .event-content-wraper,
  .articles-grid,
  .articles-gridz,
  .releases,
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .page-products .products-collection-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .header,
  .zamin.wondmai {
    top: 12px !important;
    min-height: 60px !important;
  }

  .header-wrapper,
  .chal-zamin {
    display: flex !important;
    min-height: 58px !important;
    justify-content: space-between !important;
  }

  .page-media .section.hero {
    min-height: calc(100svh - 86px) !important;
    margin-top: 86px !important;
  }

  .page-media .featured-release-hero,
  .page-media .featured-release-hero > div,
  .page-media .featured-release,
  .page-media .section.hero .inner-container {
    min-height: calc(100svh - 86px) !important;
  }

  .header-wrapper > .split-content:nth-child(2),
  .chal-zamin > .zameendox:nth-child(2) {
    position: static !important;
  }

  .button-wrapper.for-dextop,
  .zam-wrapper.for-dextop {
    display: none !important;
  }

  .menu-button,
  .chal-button {
    position: relative !important;
    z-index: 3;
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 1px solid var(--hitz-line) !important;
    border-radius: 0 !important;
    background: var(--hitz-card) !important;
    color: #fff !important;
    cursor: pointer;
  }

  .hamburger-menu-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 22px !important;
    height: 14px !important;
    background: linear-gradient(#fff, #fff) 0 0/100% 2px no-repeat,
      linear-gradient(#fff, #fff) 0 50%/100% 2px no-repeat,
      linear-gradient(#fff, #fff) 0 100%/100% 2px no-repeat !important;
    transform: translate(-50%, -50%) !important;
  }

  .chal-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    transform: translate(-50%, -50%);
  }

  .nav-menu,
  .chalsa.pethe {
    position: fixed !important;
    top: 84px !important;
    right: 16px !important;
    left: 16px !important;
    z-index: 2 !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    padding: 10px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    border: 1px solid var(--hitz-line) !important;
    border-left: 4px solid var(--hitz-red) !important;
    border-radius: 0 !important;
    background: rgba(8, 8, 8, 0.98) !important;
    box-shadow: var(--hitz-shadow) !important;
    transform: translateY(-12px) !important;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
  }

  .hitz-menu-open .nav-menu,
  .hitz-menu-open .chalsa.pethe,
  .nav-menu.w--open,
  html.menu-open .chalsa.pethe {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .header-navigation,
  .zam-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px !important;
    border: 0;
    background: transparent;
  }

  .nav-link,
  .chal-link {
    padding: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.065);
    font-size: 19.5px !important;
    text-align: center;
  }

  .hitz-menu-open body {
    overflow: hidden;
  }

  .donation-slider-single,
  .page-retailer .donation-slider-single,
  .championing-grid,
  .about-grid,
  .adventure-content-wrapper,
  .virtus-grid.shahr-kamm-grid,
  .samp-grid {
    grid-template-columns: 1fr !important;
  }

  .championing-img-wrapper,
  .championing-img {
    min-height: 420px !important;
  }

  .about-title-wtapper,
  .shahr-kamm-text-iqra {
    order: 2;
  }

  .about-img-wrap,
  .about-img,
  .shahr-career-image-iqra,
  .shahr-career-image-iqra img {
    min-height: 500px !important;
  }

  .page-products .home-circle-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .products-collection-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 767px) {
  :root {
    --hitz-page: calc(100vw - 32px);
  }

  body,
  body.body {
    font-size: 14px;
  }

  .header,
  .zamin.wondmai {
    right: 8px !important;
    left: 8px !important;
  }

  .nav-menu,
  .chalsa.pethe {
    right: 8px !important;
    left: 8px !important;
  }

  .header-navigation,
  .zam-nav {
    grid-template-columns: 1fr;
  }

  body:not(.page-media) section,
  body:not(.page-media) .section,
  .page-media .section {
    padding: 68px 0 !important;
  }

  .page-home .all-banner-section,
  .page-retailer .fundraising-campaigns,
  .page-contact .section-light-grey,
  .page-story .about-page-section,
  .page-products > .page-wrapper > section:first-of-type {
    min-height: auto;
    padding-top: 104px !important;
  }

  .section-title-flex,
  .section-title-flex-2 {
    display: grid !important;
    gap: 24px !important;
    margin-bottom: 30px !important;
    padding: 0 0 18px 18px !important;
    border-left-width: 6px !important;
  }

  .section-title,
  .section-title.articles {
    font-size: clamp(38px, 12vw, 58px) !important;
  }

  .donation-single-img {
    height: 66svh !important;
    min-height: 430px;
  }

  .page-home .play-button {
    width: 76px !important;
    height: 76px !important;
  }

  .home-circle-wrap,
  .page-products .home-circle-wrap,
  .volunteer-grid,
  .event-content-wraper,
  .articles-grid,
  .articles-gridz,
  .releases,
  .products {
    grid-template-columns: 1fr !important;
  }

  .page-products .products-collection-list {
    grid-template-columns: 1fr !important;
  }

  .square-images,
  .square-images._1,
  .square-images._2,
  .square-images._3,
  .square-images._4,
  .page-products .square-images,
  .page-products .square-images._1,
  .page-products .square-images._2,
  .page-products .square-images._3,
  .page-products .square-images._4 {
    height: min(112vw, 460px) !important;
  }

  .pricing-card-grid {
    min-height: 0 !important;
  }

  .right-cardz {
    height: 300px !important;
  }

  .championing-img-wrapper,
  .championing-img,
  .about-img-wrap,
  .about-img,
  .shahr-career-image-iqra,
  .shahr-career-image-iqra img {
    min-height: 380px !important;
  }

  .championing-content-wrapper,
  .about-title-wtapper,
  .shahr-kamm-text-iqra,
  .adventure-title-wrap {
    padding: 30px !important;
  }

  .championing-title,
  .banner-title.contact-us,
  .adventure-title,
  .iqraa,
  .price-cart-title {
    font-size: clamp(38px, 12vw, 58px) !important;
  }

  .event-single-img-box,
  .articles-img-link,
  .volunteer-img-wrap,
  .artwork-thumb-container,
  .product-image-thumbnail {
    height: 310px !important;
  }

  .kamm-titile-wrapper,
  .kamm-job-dets-wrapper {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .page-media .section.hero .column {
    width: 100% !important;
  }

  .page-media h1.white {
    font-size: clamp(62px, 20vw, 108px) !important;
  }

  .page-media #merch > h1 {
    padding-left: 18px;
    border-left-width: 6px;
    font-size: clamp(40px, 12vw, 58px) !important;
  }

  .footer-flex,
  .zamin-flex {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    text-align: left !important;
  }

  .footer-inner:last-child,
  .zamin-inner:last-child {
    text-align: left;
  }

  .footer-logo,
  .zamin-logo {
    margin: 0 !important;
  }
}

/* Blog card action: compact version of the nav Order Now button. */
.page-home .articles .blog-inner-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.page-home .articles .blog-link-wrapper {
  margin-top: auto !important;
  padding-top: 24px;
}

.page-home .articles .blog-link {
  display: inline-flex !important;
  width: auto !important;
  min-width: 112px;
  min-height: 36px;
  padding: 0 15px 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  overflow: hidden;
  color: #fff !important;
  border: 1px solid rgba(255, 22, 22, 0.85) !important;
  border-radius: 0 !important;
  background: var(--hitz-red) !important;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  transform: none !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
}

.page-home .articles .blog-link-text {
  color: inherit !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.page-home .articles .blog-arrow-wrap {
  position: relative;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  overflow: hidden;
}

.page-home .articles .blog-arrow {
  position: absolute !important;
  inset: 1px !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease !important;
}

.page-home .articles .blog-arrow._2 {
  display: none !important;
}

.page-home .articles .blog-link:hover,
.page-home .articles .blog-link:focus-visible {
  outline: 0;
  color: #000 !important;
  background: #f2f2f2 !important;
  transform: none !important;
}

.page-home .articles .blog-link:hover .blog-arrow,
.page-home .articles .blog-link:focus-visible .blog-arrow {
  filter: brightness(0);
  transform: none;
}

@media (max-width: 640px) {
  .page-home .articles .blog-link-wrapper {
    padding-top: 20px;
  }

  .page-home .articles .blog-link {
    min-width: 108px;
    min-height: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ================================================================
   SITEWIDE FOOTER — HOME EDITORIAL SYSTEM
   ================================================================ */
.footer-section.hitz-footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 5px !important;
  overflow: hidden;
  border: 0 !important;
  border-top: 1px solid #262626 !important;
  background: #080808 !important;
}

.footer-section.hitz-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 86px;
  height: 5px;
  background: var(--hitz-red);
  transform: translateX(-50%);
}

.footer-section.hitz-footer .footer-tecker-wrapper {
  display: flex !important;
  width: max-content !important;
  min-width: 100%;
  padding: 23px 0 21px !important;
  overflow: hidden;
  border-top: 5px solid var(--hitz-red) !important;
  border-bottom: 1px solid #262626 !important;
  background: #0d0d0d !important;
  white-space: nowrap;
  animation: hitzFooterTicker 34s linear infinite;
  will-change: transform;
}

.footer-section.hitz-footer .footer-tecker-title {
  flex: 0 0 auto;
  padding: 0 60px 0 0 !important;
  color: #d2d2d2 !important;
  font-family: var(--hitz-display) !important;
  font-size: clamp(27px, 2.7vw, 44px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase;
}

.footer-section.hitz-footer .ticker-text {
  margin: 0 !important;
  color: var(--hitz-red) !important;
  font: inherit !important;
  letter-spacing: inherit !important;
}

@keyframes hitzFooterTicker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-33.333333%, 0, 0);
  }
}

.footer-section.hitz-footer > .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.footer-section.hitz-footer .footer-content-wrapper {
  width: calc(100% - 12vw) !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
  padding: 96px 0 54px !important;
  background: transparent !important;
}

.footer-section.hitz-footer .footer-flex {
  display: grid !important;
  grid-template-columns: minmax(440px, 1.45fr) minmax(230px, 0.72fr) minmax(230px, 0.72fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  border: 1px solid #262626;
  background: #111;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.footer-section.hitz-footer .footer-inner {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  min-height: 330px;
  padding: 46px 42px !important;
  border-left: 1px solid #292929;
  text-align: left !important;
  background: #151515;
}

.footer-section.hitz-footer .footer-inner:first-child {
  grid-column: 2;
}

.footer-section.hitz-footer .footer-inner.center-content {
  display: flex !important;
  padding: 52px 52px !important;
  grid-column: 1;
  grid-row: 1;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-direction: column;
  border-top: 5px solid var(--hitz-red);
  border-left: 0;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.11), transparent 50%),
    #101010;
}

.footer-section.hitz-footer .footer-inner:last-child {
  grid-column: 3;
  text-align: left !important;
}

.footer-section.hitz-footer .footer-logo-wrap,
.footer-section.hitz-footer .footer-logo-link {
  display: block;
  width: 100%;
}

.footer-section.hitz-footer .footer-logo {
  display: block !important;
  width: min(390px, 82%) !important;
  max-width: none !important;
  height: auto;
  margin: 0 0 40px !important;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.36));
}

.footer-section.hitz-footer .contact-mail {
  width: 100%;
  margin: 0 !important;
  padding: 15px 0 !important;
  color: #b7b7b7 !important;
  border-top: 1px solid #2b2b2b;
  font-family: var(--hitz-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.03em !important;
  text-align: left !important;
  text-transform: none !important;
}

.footer-section.hitz-footer .footer-link-title {
  margin: 0 0 28px !important;
  color: var(--hitz-red) !important;
  font-family: var(--hitz-ui) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
}

.footer-section.hitz-footer .footer-link-flex {
  display: grid !important;
  gap: 0 !important;
}

.footer-section.hitz-footer .footer-link {
  position: relative;
  display: grid !important;
  width: 100%;
  min-height: 48px;
  padding: 13px 0 12px 24px !important;
  grid-template-columns: 1fr;
  align-items: center;
  color: #c8c8c8 !important;
  border-bottom: 1px solid #292929;
  font-family: var(--hitz-ui) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  transform: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.footer-section.hitz-footer .footer-link::before {
  content: "↗";
  position: absolute;
  left: 0;
  color: var(--hitz-red);
  font-size: 14px;
  line-height: 1;
}

.footer-section.hitz-footer .footer-link > div {
  color: inherit !important;
}

.footer-section.hitz-footer .footer-link:hover,
.footer-section.hitz-footer .footer-link:focus-visible {
  outline: 0;
  color: #fff !important;
  padding-left: 30px !important;
  transform: none !important;
}

.footer-section.hitz-footer .footer-link-icon {
  display: none !important;
}

.footer-section.hitz-footer .footer-copyright-wrap {
  width: calc(100% - 12vw) !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
  padding: 21px 0 30px !important;
  border-top: 1px solid #262626 !important;
  background: transparent !important;
  color: #707070 !important;
  font-family: var(--hitz-ui) !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.footer-section.hitz-footer .copyright-text {
  color: #707070 !important;
}

.footer-section.hitz-footer .copyright-link {
  color: #b8b8b8 !important;
  transition: color 0.2s ease;
}

.footer-section.hitz-footer .copyright-link:hover {
  color: var(--hitz-red) !important;
}

@media (max-width: 1100px) {
  .footer-section.hitz-footer .footer-flex {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-section.hitz-footer .footer-inner.center-content {
    min-height: 300px;
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .footer-section.hitz-footer .footer-inner:first-child {
    grid-column: 1;
    grid-row: 2;
    border-left: 0;
  }

  .footer-section.hitz-footer .footer-inner:last-child {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 640px) {
  .footer-section.hitz-footer .footer-tecker-wrapper {
    padding: 18px 0 16px !important;
  }

  .footer-section.hitz-footer .footer-tecker-title {
    padding-right: 34px !important;
    font-size: 24px !important;
  }

  .footer-section.hitz-footer .footer-content-wrapper {
    width: calc(100% - 36px) !important;
    padding: 62px 0 34px !important;
  }

  .footer-section.hitz-footer .footer-flex {
    grid-template-columns: 1fr !important;
  }

  .footer-section.hitz-footer .footer-inner,
  .footer-section.hitz-footer .footer-inner:first-child,
  .footer-section.hitz-footer .footer-inner:last-child,
  .footer-section.hitz-footer .footer-inner.center-content {
    min-height: 0;
    padding: 34px 28px !important;
    grid-column: 1;
    grid-row: auto;
    border-left: 0;
    border-top: 1px solid #292929;
  }

  .footer-section.hitz-footer .footer-inner.center-content {
    grid-row: 1;
    border-top: 5px solid var(--hitz-red);
  }

  .footer-section.hitz-footer .footer-inner:first-child {
    grid-row: 2;
  }

  .footer-section.hitz-footer .footer-inner:last-child {
    grid-row: 3;
  }

  .footer-section.hitz-footer .footer-logo {
    width: min(290px, 90%) !important;
    margin-bottom: 28px !important;
  }

  .footer-section.hitz-footer .footer-copyright-wrap {
    width: calc(100% - 36px) !important;
    padding-bottom: 26px !important;
  }
}

/* ================================================================
   HOME PRODUCTS — COMPACT EDITORIAL CATALOG
   ================================================================ */
.page-home .home-product-panel,
.page-home .home-product-panel:nth-of-type(even) {
  padding: 5px 0 !important;
}

.page-home .home-product-panel .championing-main-container {
  width: calc(100% - 12vw) !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
}

.page-home .home-product-panel .championing-grid {
  min-height: 520px !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr) !important;
  align-items: stretch !important;
}

.page-home .home-product-panel .championing-content-wrapper,
.page-home .home-product-panel .championing-img-wrapper,
.page-home .home-product-panel .championing-img {
  min-height: 520px !important;
  height: 520px !important;
}

.page-home .home-product-panel .championing-content-wrapper {
  display: flex !important;
  padding: 38px clamp(42px, 4vw, 68px) !important;
  justify-content: center !important;
  flex-direction: column !important;
  overflow: hidden;
}

.page-home .home-product-panel .championing-title {
  margin: 0 0 17px !important;
  font-size: clamp(66px, 5.5vw, 88px) !important;
  line-height: 0.9 !important;
}

.page-home .home-product-panel .championing-details {
  max-width: 620px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(17px, 1.3vw, 19px) !important;
  line-height: 1.6 !important;
}

.page-home .home-product-panel .championing-list {
  width: 100% !important;
  margin: 15px 0 20px !important;
}

.page-home .home-product-panel .championing-list-items {
  min-height: 35px;
  padding: 8px 0 !important;
  gap: 13px !important;
  color: #dedede !important;
  border-top: 1px solid #292929;
  font-family: var(--hitz-ui) !important;
  font-size: clamp(14px, 1.1vw, 16px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.page-home .home-product-panel .championing-list-icon {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
}

.page-home .home-product-panel .championing-img {
  opacity: 1;
  object-position: center center !important;
  filter: saturate(0.96) contrast(1.06) brightness(0.92) !important;
}

.page-home .home-product-panel .button-wrapper.for-dextop {
  margin-top: 2px !important;
}

@media (max-width: 991px) {
  .page-home .home-product-panel .championing-main-container {
    width: calc(100% - 48px) !important;
  }

  .page-home .home-product-panel .championing-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .page-home .home-product-panel .championing-img-wrapper,
  .page-home .home-product-panel:nth-of-type(even) .championing-img-wrapper {
    min-height: 360px !important;
    height: 360px !important;
    order: 1 !important;
  }

  .page-home .home-product-panel .championing-img {
    min-height: 360px !important;
    height: 360px !important;
  }

  .page-home .home-product-panel .championing-content-wrapper,
  .page-home .home-product-panel:nth-of-type(even) .championing-content-wrapper {
    min-height: 0 !important;
    height: auto !important;
    padding: 46px 48px 50px !important;
    order: 2 !important;
    overflow: visible;
  }

  .page-home .home-product-panel .championing-details {
    font-size: 17px !important;
  }

  .page-home .home-product-panel .championing-list-items {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .page-home .home-product-panel,
  .page-home .home-product-panel:nth-of-type(even) {
    padding: 4px 0 !important;
  }

  .page-home .home-product-panel .championing-main-container {
    width: calc(100% - 20px) !important;
  }

  .page-home .home-product-panel .championing-img-wrapper,
  .page-home .home-product-panel:nth-of-type(even) .championing-img-wrapper,
  .page-home .home-product-panel .championing-img {
    min-height: 285px !important;
    height: 285px !important;
  }

  .page-home .home-product-panel .championing-content-wrapper,
  .page-home .home-product-panel:nth-of-type(even) .championing-content-wrapper {
    padding: 34px 26px 38px !important;
  }

  .page-home .home-product-panel .championing-title {
    margin-bottom: 15px !important;
    font-size: clamp(52px, 16vw, 68px) !important;
  }

  .page-home .home-product-panel .championing-details {
    font-size: 16px !important;
  }

  .page-home .home-product-panel .championing-list {
    margin: 14px 0 19px !important;
  }

  .page-home .home-product-panel .championing-list-items {
    min-height: 39px;
    padding: 10px 0 !important;
    font-size: 14px !important;
    letter-spacing: 0.065em !important;
  }
}

/* ================================================================
   HOMEPAGE REFINEMENT — focused pass from visual review
   ================================================================ */

.page-home .home-intro-section {
  padding: clamp(88px, 9vw, 142px) 0 !important;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 22, 22, 0.085), transparent 24rem),
    #090909 !important;
}

.page-home .home-intro-section .section-title-flex {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end !important;
  gap: 48px !important;
  padding-left: 28px !important;
}

.page-home .home-intro-section .section-inner-flex {
  order: -1;
  justify-content: flex-start !important;
}

.page-home .home-intro-section .section-title {
  max-width: 940px !important;
  color: #fff !important;
  font-size: clamp(48px, 6.2vw, 92px) !important;
  text-align: left !important;
}

.page-home .home-intro-section .home-circle-wrap {
  gap: 1px !important;
  padding: 1px !important;
  background: var(--hitz-line) !important;
}

.page-home .home-intro-section .square-images,
.page-home .home-intro-section .square-images._1,
.page-home .home-intro-section .square-images._2,
.page-home .home-intro-section .square-images._3,
.page-home .home-intro-section .square-images._4 {
  height: clamp(300px, 29vw, 440px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
}

/* Product list heading: compact transition with pitch-deck scale. */
.page-home .hitz-products-heading {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 82px 6vw 54px !important;
  overflow: hidden;
  background: #080808 !important;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #262626;
}

.page-home .hitz-products-heading__shell {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 10px 0 8px 34px;
  border-left: 10px solid var(--hitz-red);
}

.page-home .hitz-products-heading__title {
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--hitz-display) !important;
  font-size: clamp(80px, 10.5vw, 174px) !important;
  font-weight: 400 !important;
  line-height: 0.86 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase;
}

.page-home .hitz-products-heading__title em {
  color: var(--hitz-red);
  font-style: normal;
}

.page-home .hitz-products-heading + .home-product-panel {
  padding-top: 0 !important;
}

/* Product panels: squared, high-contrast and full-bleed. */
.page-home .home-product-panel,
.page-home .home-product-panel:nth-of-type(even) {
  margin: 0 !important;
  padding: 5px 0 !important;
  border: 0 !important;
  background: #080808 !important;
}

.page-home .home-product-panel .championing-main-container {
  width: calc(100% - 12vw) !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
}

.page-home .home-product-panel .championing-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr) !important;
  min-height: 520px !important;
  border: 1px solid var(--hitz-line) !important;
  border-radius: 0 !important;
  background: #101010 !important;
  box-shadow: 0 26px 75px rgba(0, 0, 0, 0.36) !important;
}

.page-home .home-product-panel .championing-img-wrapper {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  height: 520px !important;
  min-height: 520px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #0a0a0a !important;
}

.page-home .home-product-panel .championing-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), transparent 45%);
}

.page-home .home-product-panel .championing-img {
  display: block !important;
  width: 100% !important;
  height: 520px !important;
  min-height: 520px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  opacity: 1;
  object-fit: cover !important;
  object-position: center;
  filter: saturate(0.96) contrast(1.06) brightness(0.92) !important;
  transform: none !important;
  transition: filter 0.35s ease, transform 0.65s ease !important;
}

.page-home .home-product-panel:hover .championing-img {
  filter: saturate(1.08) contrast(1.04) !important;
  transform: scale(1.025) !important;
}

.page-home .home-product-panel .championing-content-wrapper {
  width: 100% !important;
  max-width: none !important;
  height: 520px !important;
  min-height: 520px !important;
  padding: 38px clamp(42px, 4vw, 68px) !important;
  border-radius: 0 !important;
  background: linear-gradient(145deg, #191919, #0d0d0d) !important;
}

.page-home .home-product-panel .championing-content-wrapper::before {
  width: 7px;
  background: linear-gradient(180deg, var(--hitz-red), #8d0000);
}

.page-home .home-product-panel .championing-title {
  margin: 0 0 17px !important;
  font-size: clamp(66px, 5.5vw, 88px) !important;
  line-height: 0.9 !important;
}

.page-home .home-product-panel .championing-details {
  max-width: 620px;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(17px, 1.3vw, 19px) !important;
  line-height: 1.6 !important;
}

.page-home .home-product-panel .championing-list {
  width: 100%;
  margin: 15px 0 20px !important;
}

.page-home .home-product-panel .championing-list-items {
  color: #d0d0d0 !important;
}

.page-home .home-product-panel .button-wrapper.for-dextop {
  display: block !important;
  margin-top: auto;
}

.page-home .home-product-panel--flower .championing-content-wrapper {
  padding-top: 18px !important;
  padding-bottom: 15px !important;
}

.page-home .home-product-panel--flower .championing-title {
  margin-bottom: 8px !important;
}

.page-home .home-product-panel--flower .championing-list {
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}

@media (max-width: 991px) {

  .page-home .home-intro-section .section-title-flex {
    grid-template-columns: 1fr;
  }

  .page-home .home-product-panel .championing-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .page-home .home-product-panel .championing-content-wrapper {
    height: auto !important;
    min-height: 0 !important;
    padding: 46px 48px 50px !important;
    order: 2 !important;
    overflow: visible;
  }

  .page-home .home-product-panel .championing-img-wrapper,
  .page-home .home-product-panel .championing-img {
    height: 360px !important;
    min-height: 360px !important;
    order: 1 !important;
  }

  .page-home .home-product-panel:nth-of-type(even) .championing-img-wrapper {
    order: 1;
  }

  .page-home .home-product-panel:nth-of-type(even) .championing-content-wrapper {
    order: 2;
  }

}

@media (max-width: 767px) {

  .page-home .home-intro-section {
    padding: 72px 0 !important;
  }

  .page-home .home-intro-section .section-title-flex {
    gap: 22px !important;
    padding-left: 18px !important;
  }

  .page-home .home-intro-section .section-title {
    font-size: clamp(40px, 13vw, 58px) !important;
  }

  .page-home .home-intro-section .square-images,
  .page-home .home-intro-section .square-images._1,
  .page-home .home-intro-section .square-images._2,
  .page-home .home-intro-section .square-images._3,
  .page-home .home-intro-section .square-images._4 {
    height: min(105vw, 430px) !important;
  }

  .page-home .hitz-products-heading {
    padding: 58px 18px 34px !important;
  }

  .page-home .hitz-products-heading__shell {
    padding: 6px 0 5px 18px;
    border-left-width: 7px;
  }

  .page-home .hitz-products-heading__title {
    font-size: clamp(58px, 20vw, 82px) !important;
    line-height: 0.9 !important;
  }

  .page-home .home-product-panel,
  .page-home .home-product-panel:nth-of-type(even) {
    padding: 4px 0 !important;
  }

  .page-home .home-product-panel .championing-main-container {
    width: calc(100vw - 20px) !important;
  }

  .page-home .home-product-panel .championing-img-wrapper,
  .page-home .home-product-panel .championing-img {
    height: 285px !important;
    min-height: 285px !important;
  }

  .page-home .home-product-panel .championing-content-wrapper {
    height: auto !important;
    min-height: 0 !important;
    padding: 34px 26px 38px !important;
  }

  .page-home .home-product-panel .championing-title {
    margin-bottom: 15px !important;
    font-size: clamp(52px, 16vw, 68px) !important;
  }

  .page-home .home-product-panel .championing-details {
    font-size: 16px !important;
  }

  .page-home .home-product-panel .championing-list {
    margin: 14px 0 19px !important;
  }

}

/* ================================================================
   HOME — VERSION 4 DESIGN SYSTEM
   Flat pitch-deck panels, strong red rails, disciplined typography.
   ================================================================ */

.page-home .hitz-film,
.page-home .hitz-story,
.page-home .hitz-pillars,
.page-home .hitz-film *,
.page-home .hitz-story *,
.page-home .hitz-pillars * {
  box-sizing: border-box;
}

/* Video: one full-bleed slide, one focal control, minimal ornament. */
.page-home .hitz-film {
  position: relative;
  width: 100%;
  height: calc(100svh - var(--hitz-home-header-clearance));
  min-height: 620px;
  margin: var(--hitz-home-header-clearance) 0 0;
  padding: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: #0a0a0a !important;
}

.page-home .hitz-film::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 3px;
  background: var(--hitz-red);
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.6);
}

.page-home .hitz-film::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  width: 74px;
  height: 5px;
  background: var(--hitz-red);
  transform: translateX(-50%);
}

.page-home .hitz-film__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-home .hitz-film__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.62), rgba(10, 10, 10, 0.04) 31%, rgba(10, 10, 10, 0.04) 69%, rgba(10, 10, 10, 0.58)),
    linear-gradient(0deg, rgba(10, 10, 10, 0.7), transparent 48%, rgba(10, 10, 10, 0.18));
}

.page-home .hitz-film__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, rgba(255, 0, 0, 0.1), transparent 30%);
}

.page-home .hitz-film__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.9;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.92) contrast(1.08) brightness(0.92);
  transform: scale(1.01);
  transition: opacity 0.35s ease, filter 0.35s ease, transform 0.8s ease;
}

.page-home .hitz-film:hover .hitz-film__image {
  opacity: 0.98;
  filter: saturate(1) contrast(1.06) brightness(0.96);
  transform: scale(1.025);
}

.page-home .hitz-film__frame {
  position: absolute;
  inset: 20px 24px;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 5px solid var(--hitz-red);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-home .hitz-film__play {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 116px;
  height: 116px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  color: #fff;
  background: rgba(19, 19, 19, 0.9);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-home .hitz-film__play::before {
  content: "";
  position: absolute;
  inset: 27px;
  background: var(--hitz-red);
  box-shadow: 0 0 28px rgba(255, 0, 0, 0.28);
}

.page-home .hitz-film__play img {
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.page-home .hitz-film__play:hover,
.page-home .hitz-film__play:focus-visible {
  outline: 0;
  border-color: var(--hitz-red);
  background: #181818;
  transform: translate(-50%, -50%) scale(1.05);
}

/* Story: explicit image-led editorial composition. */
.page-home .hitz-story {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 112px 6vw 118px !important;
  overflow: hidden;
  isolation: isolate;
  background: #0a0a0a !important;
  border-bottom: 1px solid #151515;
}

.page-home .hitz-story::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  width: 74px;
  height: 5px;
  background: var(--hitz-red);
  transform: translateX(-50%);
}

.page-home .hitz-story__shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  grid-template-columns: minmax(400px, 0.86fr) minmax(560px, 1.14fr);
  align-items: stretch;
  border: 1px solid #262626;
  background: #131313;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.page-home .hitz-story__visual {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-right: 1px solid #262626;
  background: #111;
}

.page-home .hitz-story__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-top: 6px solid var(--hitz-red);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.02) 45%, rgba(8, 8, 8, 0.84) 100%),
    linear-gradient(90deg, rgba(255, 0, 0, 0.12), transparent 34%);
}

.page-home .hitz-story__visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 96px;
  height: 6px;
  background: var(--hitz-red);
}

.page-home .hitz-story__photo {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: 53% center;
  filter: saturate(0.88) contrast(1.08) brightness(0.86);
  transform: scale(1.015);
  transition: filter 0.35s ease, transform 0.8s ease;
}

.page-home .hitz-story:hover .hitz-story__photo {
  filter: saturate(1) contrast(1.05) brightness(0.94);
  transform: scale(1.04);
}

.page-home .hitz-story__brand {
  position: absolute;
  right: 32px;
  bottom: 34px;
  z-index: 4;
  width: min(280px, 56%);
  padding: 18px 22px;
  opacity: 0.96;
  border-left: 5px solid var(--hitz-red);
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-home .hitz-story__logo {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.page-home .hitz-story__copy {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 700px;
  padding: clamp(44px, 4.4vw, 76px);
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.045), transparent 38%),
    #131313;
}

.page-home .hitz-story__lead {
  position: relative;
  max-width: 850px;
  padding: 0 0 38px 30px;
  border-bottom: 1px solid #2b2b2b;
  border-left: 8px solid var(--hitz-red);
}

.page-home .hitz-story__lead p {
  margin: 0;
  color: #c8c8c8;
  font-family: var(--hitz-body);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .hitz-story__points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.page-home .hitz-story__points li {
  display: grid;
  margin: 0;
  padding: 18px 0;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 15px;
  color: #b8b8b8;
  border-top: 1px solid #2a2a2a;
  font-family: var(--hitz-body);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .hitz-story__points li:first-child {
  border-top: 0;
}

.page-home .hitz-story__points img {
  display: block;
  width: 19px;
  height: 19px;
  margin-top: 2px;
}

/* Pillars: the same three-card hierarchy used in version 4. */
.page-home .hitz-pillars {
  position: relative;
  width: 100%;
  min-height: 900px;
  padding: 122px 6vw 138px !important;
  overflow: hidden;
  background: #0a0a0a !important;
  border-bottom: 1px solid #151515;
}

.page-home .hitz-pillars::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 74px;
  height: 5px;
  background: var(--hitz-red);
  transform: translateX(-50%);
}

.page-home .hitz-pillars__shell {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.page-home .hitz-pillars__header {
  display: grid;
  margin-bottom: 58px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: 52px;
}

.page-home .hitz-pillars__title {
  max-width: 1050px;
  margin: 0;
  padding-left: 24px;
  grid-column: 1;
  grid-row: 1;
  color: #fff;
  border-left: 10px solid var(--hitz-red);
  font-family: var(--hitz-display);
  font-size: clamp(58px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.page-home .hitz-pillars__title em {
  color: var(--hitz-red);
  font-style: normal;
}

.page-home .hitz-pillars__kicker {
  margin: 16px 0 0 34px;
  grid-column: 1;
  grid-row: 2;
  color: #c8c8c8;
  font-family: var(--hitz-ui);
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-home .hitz-pillars__cta {
  display: grid;
  min-width: 250px;
  min-height: 54px;
  padding: 0 16px 0 20px;
  grid-column: 2;
  grid-row: 1 / 3;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 14px;
  color: #d9d9d9;
  border: 1px solid rgba(255, 0, 0, 0.45);
  background: rgba(255, 0, 0, 0.08);
  font-family: var(--hitz-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.page-home .hitz-pillars__cta:hover,
.page-home .hitz-pillars__cta:focus-visible {
  outline: 0;
  color: #000;
  background: #f2f2f2;
}

.page-home .hitz-pillars__cta-arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.page-home .hitz-pillars__cta-arrow img {
  position: absolute;
  inset: 6px;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease;
}

.page-home .hitz-pillars__cta-arrow img:last-child {
  transform: translate(-30px, 30px);
}

.page-home .hitz-pillars__cta:hover .hitz-pillars__cta-arrow img:first-child {
  filter: brightness(0);
  transform: none;
}

.page-home .hitz-pillars__cta:hover .hitz-pillars__cta-arrow img:last-child {
  transform: translate(-30px, 30px);
}

.page-home .hitz-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page-home .hitz-pillar {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 530px;
  padding: 34px 32px 32px;
  flex-direction: column;
  border: 1px solid #262626;
  background: #181818;
  transition: border-color 0.2s ease, transform 0.25s ease;
}

.page-home .hitz-pillar--music {
  border-top: 5px solid var(--hitz-red);
  background: linear-gradient(180deg, #190404, #111);
}

.page-home .hitz-pillar:hover {
  border-color: #3a3a3a;
  transform: translateY(-6px);
}

.page-home .hitz-pillar--music:hover {
  border-color: var(--hitz-red);
}

.page-home .hitz-pillar__art {
  position: relative;
  height: 154px;
  margin-bottom: 24px;
  border-bottom: 1px solid #262626;
}

.page-home .hitz-pillar__number {
  position: absolute;
  top: 0;
  right: 0;
  color: #444;
  font-family: var(--hitz-display);
  font-size: 52px;
  line-height: 1;
}

.page-home .hitz-pillar--music .hitz-pillar__number {
  color: rgba(255, 0, 0, 0.5);
}

.page-home .hitz-pillar__art-link {
  position: relative;
  display: block;
  width: 164px;
  height: 132px;
  text-decoration: none;
}

.page-home .hitz-pillar__artwork {
  display: block;
  width: 100%;
  height: 105px;
  padding: 4px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.28));
}

.page-home .hitz-pillar__category {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--hitz-red);
  font-family: var(--hitz-ui);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.page-home .hitz-pillar__copy {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.page-home .hitz-pillar__copy a {
  color: inherit;
  text-decoration: none;
}

.page-home .hitz-pillar__copy h3 {
  max-width: 11ch;
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--hitz-display);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.page-home .hitz-pillar__copy p {
  max-width: 38ch;
  margin: 0;
  color: #9a9a9a;
  font-family: var(--hitz-body);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .hitz-pillar__icon {
  display: block;
  width: 38px;
  height: 38px;
  margin-top: auto;
  margin-left: auto;
  opacity: 0.48;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .page-home .hitz-story__shell {
    grid-template-columns: 1fr;
  }

  .page-home .hitz-story__visual {
    min-height: 560px;
    border-right: 0;
    border-bottom: 1px solid #262626;
  }

  .page-home .hitz-story__copy {
    min-height: 0;
    padding: 54px;
  }
}

@media (max-width: 991px) {
  .page-home {
    --hitz-home-header-clearance: 108px;
  }

  .page-home .hitz-story {
    min-height: 0;
    padding: 92px 32px 96px !important;
  }

  .page-home .hitz-story__visual {
    inset: auto;
    min-height: 500px;
  }

  .page-home .hitz-story__copy {
    min-height: 0;
    gap: 0;
  }

  .page-home .hitz-story__lead {
    max-width: none;
  }

  .page-home .hitz-story__brand {
    top: auto;
    right: 32px;
    bottom: 32px;
    width: 230px;
  }

  .page-home .hitz-pillars {
    padding: 108px 32px 120px !important;
  }

  .page-home .hitz-pillars__header {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .page-home .hitz-pillars__title,
  .page-home .hitz-pillars__kicker,
  .page-home .hitz-pillars__cta {
    grid-column: 1;
  }

  .page-home .hitz-pillars__title {
    grid-row: 1;
  }

  .page-home .hitz-pillars__kicker {
    grid-row: 2;
  }

  .page-home .hitz-pillars__cta {
    width: max-content;
    grid-row: 3;
  }

  .page-home .hitz-pillars__grid {
    grid-template-columns: 1fr;
  }

  .page-home .hitz-pillar {
    min-height: 0;
    padding: 30px;
  }

  .page-home .hitz-pillar__copy p {
    max-width: 60ch;
  }
}

@media (max-width: 767px) {
  .page-home {
    --hitz-home-header-clearance: 90px;
  }

  .page-home .hitz-film {
    min-height: 560px;
  }

  .page-home .hitz-film__image {
    object-position: 49% center;
  }

  .page-home .hitz-film__frame {
    inset: 12px;
  }

  .page-home .hitz-film__play {
    width: 96px;
    height: 96px;
  }

  .page-home .hitz-film__play::before {
    inset: 23px;
  }

  .page-home .hitz-story {
    padding: 74px 18px 82px !important;
  }

  .page-home .hitz-story__visual {
    inset: auto;
    min-height: 420px;
  }

  .page-home .hitz-story__brand {
    top: auto;
    right: 20px;
    bottom: 20px;
    width: 160px;
    padding: 14px 16px;
  }

  .page-home .hitz-story__copy {
    padding: 34px 24px 30px;
  }

  .page-home .hitz-story__lead {
    padding-left: 22px;
    border-left-width: 7px;
  }

  .page-home .hitz-story__lead p {
    font-size: 17px;
    line-height: 1.65;
  }

  .page-home .hitz-story__points {
    margin-top: 22px;
    padding: 0;
  }

  .page-home .hitz-pillars {
    padding: 92px 18px 104px !important;
  }

  .page-home .hitz-pillars__header {
    margin-bottom: 42px;
  }

  .page-home .hitz-pillars__title {
    padding-left: 18px;
    border-left-width: 7px;
    font-size: clamp(46px, 14vw, 64px);
  }

  .page-home .hitz-pillars__kicker {
    margin-left: 25px;
    font-size: 12px;
  }

  .page-home .hitz-pillars__cta {
    min-width: 236px;
  }

  .page-home .hitz-pillar__art {
    height: 142px;
  }

  .page-home .hitz-pillar__copy h3 {
    font-size: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hitz-film__image,
  .page-home .hitz-film__play,
  .page-home .hitz-pillars__cta-arrow img,
  .page-home .hitz-pillar {
    transition: none;
  }
}

/* ================================================================
   MEDIA — RELEASES + FEATURED ARTISTS
   ================================================================ */
.page-media #music,
.page-media #merch {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(84px, 8vw, 128px) 0 !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 28, 32, 0.11), transparent 27%),
    linear-gradient(180deg, #090909 0%, #050505 100%) !important;
}

.page-media #merch {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 12% 18%, rgba(255, 28, 32, 0.09), transparent 28%),
    #070707 !important;
  background-size: 88px 88px, 88px 88px, auto, auto !important;
}

.page-media #music::before,
.page-media #merch::before {
  display: none !important;
}

.page-media .media-section-heading {
  position: relative;
  z-index: 2;
  display: grid;
  width: var(--hitz-page);
  max-width: 1320px;
  margin: 0 auto clamp(42px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 46px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.page-media .media-section-heading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: clamp(90px, 12vw, 170px);
  height: 3px;
  background: var(--hitz-red);
  box-shadow: 0 0 24px rgba(255, 28, 32, 0.42);
}

.page-media .media-section-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 17px;
  color: var(--hitz-red);
  font-family: var(--hitz-condensed);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.page-media .media-section-kicker span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 28, 32, 0.5);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.page-media .media-section-heading h2 {
  max-width: 920px;
  margin: 0;
  color: #f7f7f5;
  font-family: var(--hitz-display);
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.page-media .media-section-intro {
  margin: 0 0 4px;
  padding-left: 24px;
  border-left: 3px solid var(--hitz-red);
  color: #bcbcbc;
  font-family: var(--hitz-body);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.7;
}

.page-media #music .inner-container,
.page-media #merch .inner-container,
.page-media #music .column,
.page-media #merch .column {
  width: 100% !important;
  max-width: none !important;
}

.page-media #music .releases {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  align-items: start;
}

.page-media #music .release-item {
  position: relative;
  min-height: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: linear-gradient(145deg, #1b1b1b 0%, #111 100%) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.page-media #music .release-item::before {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(5, 5, 5, 0.76);
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}

.page-media #music .release-item:nth-child(1)::before {
  content: "01";
}

.page-media #music .release-item:nth-child(2)::before {
  content: "02";
}

.page-media #music .release-artwork-thumb,
.page-media #music .artwork-thumb-container {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  overflow: hidden !important;
  background: #101010;
}

.page-media #music .artwork-thumb-container::after,
.page-media #merch .product-image-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.5));
}

.page-media #music .artwork-thumb-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.94) contrast(1.04);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.4s ease;
}

.page-media #music .release-item:hover .artwork-thumb-container img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.05);
}

.page-media #music .release-meta {
  display: grid !important;
  padding: clamp(24px, 3vw, 36px) !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 6px 24px;
  background: transparent !important;
}

.page-media #music .release-meta .product-title {
  grid-column: 1;
  margin: 0 !important;
  font-size: clamp(30px, 3vw, 45px) !important;
  line-height: 1 !important;
  letter-spacing: 0.025em;
}

.page-media #music .release-label {
  grid-column: 1;
  margin: 7px 0 0;
  color: var(--hitz-red);
  font-family: var(--hitz-condensed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-media #music .release-meta .item-divider {
  display: none;
}

.page-media #music .purchase-links {
  display: grid !important;
  grid-column: 2;
  grid-row: 1 / span 2;
  grid-template-columns: repeat(2, minmax(126px, 1fr));
  gap: 10px !important;
}

.page-media #music .purchase-link {
  display: inline-flex !important;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff !important;
  font-family: var(--hitz-condensed) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease !important;
}

.page-media #music .purchase-link::before {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
}

.page-media #music .purchase-link.stream {
  border-color: var(--hitz-red);
  background: var(--hitz-red);
}

.page-media #music .purchase-link.stream::before {
  content: "▶";
  padding-left: 1px;
}

.page-media #music .purchase-link.download {
  background: rgba(255, 255, 255, 0.07);
}

.page-media #music .purchase-link.download::before {
  content: "↓";
  font-size: 14px;
}

.page-media #music .purchase-link:hover,
.page-media #music .purchase-link:focus-visible {
  border-color: #ededeb;
  background: #ededeb;
  color: #090909 !important;
  transform: none !important;
}

.page-media #merch .products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: start;
}

.page-media #merch .product-item {
  position: relative;
  min-height: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: linear-gradient(160deg, #1b1b1b, #101010) !important;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.32);
}

.page-media #merch .product-item::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hitz-red), transparent 70%);
}

.page-media #merch .product-image-thumbnail {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 4.65;
  overflow: hidden !important;
  background: #0d0d0d;
}

.page-media #merch .product-image-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.82) contrast(1.05);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.4s ease;
}

.page-media #merch .product-item:hover .product-image-thumbnail img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.06);
}

.page-media #merch .product-meta {
  padding: clamp(24px, 2.4vw, 32px) !important;
}

.page-media #merch .artist-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.page-media #merch .artist-title-row .product-title {
  margin: 0 !important;
  font-size: clamp(27px, 2.4vw, 36px) !important;
  line-height: 1 !important;
  letter-spacing: 0.035em;
}

.page-media #merch .artist-listen-link {
  display: inline-flex;
  min-width: 142px;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-family: var(--hitz-condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.page-media #merch .artist-listen-link img {
  width: 110px;
  height: 33px;
  object-fit: contain;
}

.page-media #merch .artist-listen-link:hover,
.page-media #merch .artist-listen-link:focus-visible {
  border-color: #ededeb;
  background: #ededeb;
  color: #090909;
}

.page-media #merch .artist-role {
  display: inline-flex;
  margin: 18px 0 22px;
  padding: 8px 10px;
  border-left: 3px solid var(--hitz-red);
  background: rgba(255, 28, 32, 0.08);
  color: var(--hitz-red);
  font-family: var(--hitz-condensed);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-media #merch .artist-bio {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-media #merch .artist-bio summary {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #efefed;
  font-family: var(--hitz-condensed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.page-media #merch .artist-bio summary::-webkit-details-marker {
  display: none;
}

.page-media #merch .artist-bio summary span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--hitz-red);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.page-media #merch .artist-bio[open] summary span {
  background: var(--hitz-red);
  color: #fff;
  transform: rotate(45deg);
}

.page-media #merch .artist-bio p {
  margin: 0;
  padding: 2px 0 8px;
  color: #aaa;
  font-family: var(--hitz-body);
  font-size: 14px;
  line-height: 1.78;
}

@media (max-width: 1180px) {
  .page-media #music .release-meta {
    grid-template-columns: 1fr;
  }

  .page-media #music .purchase-links {
    grid-column: 1;
    grid-row: auto;
    margin-top: 20px;
  }

  .page-media #merch .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .page-media #music,
  .page-media #merch {
    padding: 72px 0 !important;
  }

  .page-media .media-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 23px;
  }

  .page-media .media-section-heading h2 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .page-media .media-section-intro {
    max-width: 520px;
    padding-left: 18px;
  }

  .page-media #music .releases,
  .page-media #merch .products {
    grid-template-columns: 1fr !important;
  }

  .page-media #music .release-artwork-thumb,
  .page-media #music .artwork-thumb-container,
  .page-media #merch .product-image-thumbnail {
    height: auto !important;
  }

  .page-media #music .release-meta {
    padding: 24px 20px !important;
  }

  .page-media #music .purchase-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-media #music .purchase-link {
    min-height: 50px;
    padding: 0 11px;
    font-size: 10px !important;
  }

  .page-media #merch .product-meta {
    padding: 24px 20px !important;
  }
}

@media (max-width: 430px) {
  .page-media #music .purchase-links {
    grid-template-columns: 1fr;
  }

  .page-media #merch .artist-title-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-media #music .artwork-thumb-container img,
  .page-media #merch .product-image-thumbnail img,
  .page-media #merch .artist-bio summary span {
    transition: none;
  }
}
