/* Pack hu-thermal-nouveau: aggressive Thermal Strike. Ornament as a hit, not a vine. */
body.pack-hu-thermal-nouveau {
  --pack-accent-mix: #be123c;
  --accent: #be123c;
  --accent-2: #7c2d12;
  --chroma-a: var(--accent);
  --chroma-b: var(--accent-2);
  --perk-from: color-mix(in srgb, var(--accent) 38%, var(--header));
  --perk-to: color-mix(in srgb, var(--accent-2) 26%, var(--header));
  --spectral-a: var(--accent);
  --spectral-b: var(--accent-2);
  --ink-on-accent: var(--bg);
  --pack-radius: 0px;
  --pack-gap: 0.18rem;
  --pack-card-ratio: 3 / 4;
  --chem-angle: 24deg;
  --chem-pitch: 48px;
  --pack-tracking: 0.13em;
  --font-heading: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Quicksand", "Helvetica Neue", Arial, sans-serif;
  --pack-fx-ms: 440ms;
  --pack-fx-ease: cubic-bezier(0.13, 0, 0, 1);
  --pack-stagger-ms: 25ms;
  --pack-fx-distance: 10;
}
body.pack-hu-thermal-nouveau .product-card {
  border-radius: 0;
  gap: var(--pack-gap);
  border-block: 5px solid var(--accent);
}
body.pack-hu-thermal-nouveau .product-card .thumb,
body.pack-hu-thermal-nouveau .gallery-frame img {
  aspect-ratio: var(--pack-card-ratio);
  object-fit: cover;
  filter: contrast(1.2);
}
body.pack-hu-thermal-nouveau h1,
body.pack-hu-thermal-nouveau .brand {
  letter-spacing: var(--pack-tracking);
  text-transform: uppercase;
}
body.pack-hu-thermal-nouveau .site-header {
  border-bottom: 1px solid var(--accent); border-top: 7px solid var(--accent);
}

/* lab-scene:flame:31 chemists, glass, molecule, warning marks */
body.pack-hu-thermal-nouveau.view-home .block-hero,
body.pack-hu-thermal-nouveau.view-home main > .block:first-of-type {
  position: relative;
  min-height: 32rem;
  background-color: #111114;
  background-image:
    linear-gradient(131deg, #111114f4 0 28%, #111114b8 48%, #11111433 74%, #11111414 100%),
    url("../graphics/hu-thermal-nouveau.svg");
  background-repeat: no-repeat;
  background-position: 0 0, 64% 42%;
  background-size: auto, min(78%, 980px) auto;
}
body.pack-hu-thermal-nouveau.view-home .block-hero .hero-copy {
  border: 3px solid var(--accent);
  background: color-mix(in srgb, var(--header) 90%, var(--accent));
}
html body.has-pack.pack-hu-thermal-nouveau .pack-layer {
  opacity: 0.4;
  mix-blend-mode: normal;
}
html body.has-pack.pack-hu-thermal-nouveau.view-home .pack-layer {
  opacity: 0.78;
  mix-blend-mode: normal;
}
body.pack-hu-thermal-nouveau .chem-layer::after {
  content: "";
  position: absolute;
  inset: 7% 8%;
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(circle at 13% 26%, var(--chem-ink) 0 3px, transparent 4px), radial-gradient(circle at 81% 29%, var(--chem-ink) 0 4px, transparent 5px), radial-gradient(circle at 53% 79%, var(--accent-2) 0 3px, transparent 4px), linear-gradient(63deg, transparent 0 40%, color-mix(in srgb, var(--chem-ink) 45%, transparent) 40% 41%, transparent 41% 100%);
}
body.pack-hu-thermal-nouveau.rm-opacity-only.view-home .block-hero,
body.pack-hu-thermal-nouveau.rm-opacity-only.view-home main > .block:first-of-type { min-height: 32rem; }
html body.has-pack.pack-hu-thermal-nouveau.rm-opacity-only.view-home .pack-layer .pack-motif {
  animation: none;
  opacity: 0.82;
  mix-blend-mode: normal;
}
body.pack-hu-thermal-nouveau .pack-layer .pack-motif { opacity: 0.86; mix-blend-mode: normal; }
body.pack-hu-thermal-nouveau .nav { font-weight: 800; text-transform: uppercase; }
body.pack-hu-thermal-nouveau .gallery-frame { outline: 1px solid var(--accent); }
body.pack-hu-thermal-nouveau .txn-shell { border-block: 5px solid var(--accent); padding: 1.1rem 0; }
body.pack-hu-thermal-nouveau .catalog-band-title { letter-spacing: 0.24em; text-transform: uppercase; }
@keyframes pack-hu-thermal-nouveau-motif {
  from { transform: none; }
  to { transform: rotate(-0.7deg); }
}
body.pack-hu-thermal-nouveau.journey-discover .pack-layer .pack-motif {
  animation: pack-hu-thermal-nouveau-motif 5.2s steps(6, end) infinite alternate;
}
body.pack-hu-thermal-nouveau.journey-txn .pack-layer { opacity: 0.04; }
@media (prefers-reduced-motion: reduce) {
  body.pack-hu-thermal-nouveau .pack-layer .pack-motif { opacity: 0.86; mix-blend-mode: normal; }
}
body.pack-hu-thermal-nouveau.rm-static .pack-layer { display: none; }
body.pack-hu-thermal-nouveau.rm-opacity-only .pack-layer .pack-motif { animation: none; opacity: 0.2; }
