/* Pack es-sun-runway: aggressive Runway Slash. Lookbook as a strike stripe. */
body.pack-es-sun-runway {
  --pack-accent-mix: #f97316;
  --accent: #f97316;
  --accent-2: #facc15;
  --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.16rem;
  --pack-card-ratio: 2 / 3;
  --chem-angle: 70deg;
  --chem-pitch: 16px;
  --pack-tracking: 0.24em;
  --font-heading: "Lexend", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Karla", "Helvetica Neue", Arial, sans-serif;
  --pack-fx-ms: 390ms;
  --pack-fx-ease: cubic-bezier(0.14, 0, 0, 1);
  --pack-stagger-ms: 18ms;
  --pack-fx-distance: 8;
}
body.pack-es-sun-runway .product-card {
  border-radius: 0;
  gap: var(--pack-gap);
  outline: 4px solid var(--text); outline-offset: 4px;
}
body.pack-es-sun-runway .product-card .thumb,
body.pack-es-sun-runway .gallery-frame img {
  aspect-ratio: var(--pack-card-ratio);
  object-fit: cover;
  filter: saturate(1.2) contrast(1.18);
}
body.pack-es-sun-runway h1,
body.pack-es-sun-runway .brand {
  letter-spacing: var(--pack-tracking);
  text-transform: uppercase;
}
body.pack-es-sun-runway .site-header {
  border-top: 10px solid var(--accent); border-bottom: 1px solid var(--accent);
}

/* lab-scene:gascloud:6 chemists, glass, molecule, warning marks */
body.pack-es-sun-runway.view-home .block-hero,
body.pack-es-sun-runway.view-home main > .block:first-of-type {
  position: relative;
  min-height: 32rem;
  background-color: #111114;
  background-image:
    linear-gradient(106deg, #111114f4 0 28%, #111114b8 48%, #11111433 74%, #11111414 100%),
    url("../graphics/es-sun-runway.svg");
  background-repeat: no-repeat;
  background-position: 0 0, 72% 38%;
  background-size: auto, min(78%, 980px) auto;
}
body.pack-es-sun-runway.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-es-sun-runway .pack-layer {
  opacity: 0.4;
  mix-blend-mode: normal;
}
html body.has-pack.pack-es-sun-runway.view-home .pack-layer {
  opacity: 0.78;
  mix-blend-mode: normal;
}
body.pack-es-sun-runway .chem-layer::after {
  content: "";
  position: absolute;
  inset: 7% 11%;
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(circle at 18% 26%, var(--chem-ink) 0 3px, transparent 4px), radial-gradient(circle at 76% 34%, var(--chem-ink) 0 4px, transparent 5px), radial-gradient(circle at 46% 78%, var(--accent-2) 0 3px, transparent 4px), linear-gradient(38deg, transparent 0 40%, color-mix(in srgb, var(--chem-ink) 45%, transparent) 40% 41%, transparent 41% 100%);
}
body.pack-es-sun-runway.rm-opacity-only.view-home .block-hero,
body.pack-es-sun-runway.rm-opacity-only.view-home main > .block:first-of-type { min-height: 32rem; }
html body.has-pack.pack-es-sun-runway.rm-opacity-only.view-home .pack-layer .pack-motif {
  animation: none;
  opacity: 0.82;
  mix-blend-mode: normal;
}
body.pack-es-sun-runway .pack-layer .pack-motif { opacity: 0.86; mix-blend-mode: normal; }
body.pack-es-sun-runway .nav { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.8rem; }
body.pack-es-sun-runway .gallery-frame { outline: 2px solid var(--accent); }
body.pack-es-sun-runway .txn-shell { border-inline-start: 8px solid var(--accent); padding: 1rem; }
body.pack-es-sun-runway .catalog-band-title { letter-spacing: 0.31em; text-transform: uppercase; }
@keyframes pack-es-sun-runway-motif {
  from { transform: none; }
  to { transform: translate3d(3%, -1%, 0); }
}
body.pack-es-sun-runway.journey-discover .pack-layer .pack-motif {
  animation: pack-es-sun-runway-motif 4.7s steps(5, end) infinite alternate;
}
body.pack-es-sun-runway.journey-txn .pack-layer { opacity: 0.04; }
@media (prefers-reduced-motion: reduce) {
  body.pack-es-sun-runway .pack-layer .pack-motif { opacity: 0.86; mix-blend-mode: normal; }
}
body.pack-es-sun-runway.rm-static .pack-layer { display: none; }
body.pack-es-sun-runway.rm-opacity-only .pack-layer .pack-motif { animation: none; opacity: 0.2; }
