:root {
  --black: #050607;
  --black-2: #0c0f11;
  --steel: #8f989d;
  --steel-dark: #23292c;
  --steel-line: rgba(185, 195, 201, 0.28);
  --ash: #d5dadc;
  --muted: #8d969a;
  --orange: #ff6a00;
  --orange-hot: #ffb000;
  --red: #ff3434;
  --blue: #12aeea;
  --gold: #d8a64a;
  --max: 1180px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255, 106, 0, 0.05), transparent 22%, transparent 78%, rgba(255, 106, 0, 0.05)),
    linear-gradient(180deg, #020303 0%, var(--black) 34%, #111517 100%);
  color: #f5f7f8;
  font-family:
    "Arial Black",
    "Impact",
    "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 110px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 74px);
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: 0.55;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 106, 0, 0.1) 45%, transparent 48%),
    linear-gradient(245deg, transparent 0 55%, rgba(255, 176, 0, 0.08) 56%, transparent 59%),
    radial-gradient(ellipse at 50% 18%, rgba(255, 106, 0, 0.18), transparent 42%);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

#ore-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.blast-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
  transition:
    opacity 780ms ease,
    visibility 780ms ease;
}

.blast-intro.is-cleared {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.blast-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.blast-stage::before,
.blast-stage::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  opacity: 0;
  pointer-events: none;
}

.blast-stage::before {
  background:
    radial-gradient(circle at var(--core-x, 50%) var(--core-y, 20%), rgba(255, 245, 190, 1) 0 2%, rgba(255, 176, 0, 0.8) 5%, rgba(255, 106, 0, 0.34) 14%, transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 48%);
  mix-blend-mode: screen;
}

.blast-stage::after {
  background:
    radial-gradient(circle at var(--core-x, 50%) var(--core-y, 20%), transparent 0 8%, rgba(35, 27, 18, 0.3) 22%, rgba(0, 0, 0, 0.42) 56%, rgba(0, 0, 0, 0.18)),
    repeating-linear-gradient(96deg, rgba(205, 216, 214, 0.08) 0 2px, transparent 2px 68px);
}

.rock-wall {
  position: absolute;
  inset: -4%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.46)),
    url("rock-wall.svg") center / cover no-repeat,
    radial-gradient(circle at 18% 26%, rgba(180, 188, 188, 0.2), transparent 15%),
    radial-gradient(circle at 72% 32%, rgba(55, 61, 62, 0.7), transparent 23%),
    radial-gradient(circle at 82% 78%, rgba(128, 100, 63, 0.18), transparent 18%),
    linear-gradient(135deg, #141819, #050606 48%, #242829);
  transform: scale(1.02);
}

.rock-wall::before,
.rock-wall::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.rock-wall::before {
  opacity: 0.62;
  background:
    repeating-linear-gradient(16deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 54px),
    repeating-linear-gradient(96deg, rgba(0, 0, 0, 0.38) 0 3px, transparent 3px 92px),
    linear-gradient(104deg, transparent 0 42%, rgba(255, 106, 0, 0.38) 42.2%, transparent 43%),
    linear-gradient(68deg, transparent 0 58%, rgba(255, 176, 0, 0.22) 58.2%, transparent 59%);
}

.rock-wall::after {
  background:
    radial-gradient(ellipse at 50% 45%, transparent 0 22%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.72));
}

.blast-hole {
  position: absolute;
  top: var(--core-y, 46%);
  left: var(--core-x, 50%);
  z-index: 6;
  width: min(42vw, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 224, 1) 0 5%, rgba(255, 188, 54, 0.92) 9%, rgba(255, 106, 0, 0.52) 20%, rgba(22, 14, 8, 0.72) 42%, transparent 70%);
  filter: blur(1px) drop-shadow(0 0 38px rgba(255, 106, 0, 0.9));
  opacity: 0;
  transform: translate(-50%, -50%);
}

.blast-crack {
  position: absolute;
  top: var(--core-y, 46%);
  left: var(--core-x, 50%);
  z-index: 8;
  width: 84vw;
  max-width: 1160px;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 245, 205, 1), rgba(255, 176, 0, 0.82), rgba(255, 106, 0, 0.32), transparent);
  filter: drop-shadow(0 0 18px rgba(255, 106, 0, 0.88));
  opacity: 0;
  transform-origin: left center;
}

.crack-one {
  transform: rotate(17deg);
}

.crack-two {
  transform: rotate(96deg);
}

.crack-three {
  transform: rotate(152deg);
}

.crack-four {
  transform: rotate(-42deg);
}

.shockwave,
.dust-cloud {
  position: absolute;
  top: var(--core-y, 46%);
  left: var(--core-x, 50%);
  z-index: 7;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.shockwave {
  width: 110px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 238, 189, 0.95);
  border-radius: 50%;
  box-shadow:
    0 0 26px rgba(255, 176, 0, 0.78),
    inset 0 0 24px rgba(255, 106, 0, 0.34);
}

.dust-cloud {
  width: min(72vw, 860px);
  aspect-ratio: 1.6;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(205, 196, 168, 0.35), rgba(82, 71, 55, 0.28) 35%, transparent 70%);
  filter: blur(18px);
}

.dust-two {
  transform: translate(-62%, -40%) rotate(-16deg);
}

.dust-three {
  transform: translate(-36%, -62%) rotate(24deg);
}

.rock-shards {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}

.rock-shard {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--size);
  aspect-ratio: var(--ratio, 1.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 36%),
    radial-gradient(circle at 70% 26%, rgba(255, 106, 0, 0.16), transparent 18%),
    linear-gradient(45deg, #3c4444, #101313 58%, #747c7d);
  clip-path: polygon(8% 18%, 58% 0, 100% 34%, 82% 88%, 28% 100%, 0 58%);
  box-shadow: 0 18px 26px rgba(0, 0, 0, 0.48);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--start-rot));
}

.rock-shard-large {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 34%),
    radial-gradient(circle at 66% 30%, rgba(255, 176, 0, 0.2), transparent 18%),
    linear-gradient(45deg, #555d5e, #171b1b 52%, #858c8c);
  box-shadow: 0 30px 42px rgba(0, 0, 0, 0.52);
}

.intro-copy {
  position: relative;
  z-index: 8;
  display: grid;
  justify-items: center;
  width: min(calc(100% - 32px), 640px);
  padding: 28px;
  text-align: center;
  transform: translateY(0);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.intro-logo-wrap {
  position: relative;
  width: min(82vw, 640px);
  margin-bottom: 24px;
}

.intro-logo-wrap img {
  width: 100%;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.62));
}

.logo-core-target {
  position: absolute;
  top: 34%;
  left: 68%;
  width: 17%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 250, 195, 0.98) 0 10%, rgba(255, 176, 0, 0.88) 18%, rgba(255, 106, 0, 0.5) 42%, transparent 70%);
  box-shadow:
    0 0 28px rgba(255, 176, 0, 0.82),
    0 0 70px rgba(255, 106, 0, 0.56);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  animation: coreArm 680ms ease-in-out infinite;
}

.intro-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.3rem, 6.4vw, 5.6rem);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 #2f3638,
    0 0 38px rgba(255, 106, 0, 0.5);
}

.intro-copy h2 span {
  display: block;
}

.intro-actions {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 11;
}

.blast-intro.is-detonating .rock-wall {
  animation: wallDetonate 1s ease both;
}

.blast-intro.is-detonating .blast-stage::before {
  animation: mineFlash 1.15s ease both;
}

.blast-intro.is-detonating .blast-stage::after {
  animation: mineDustVeil 2.1s ease both;
}

.blast-intro.is-detonating .rock-wall::before {
  animation: crackIgnite 900ms ease both;
}

.blast-intro.is-detonating .blast-hole {
  animation: blastHole 1.12s ease both;
}

.blast-intro.is-detonating .blast-crack {
  animation: crackIgnite 1s ease both;
}

.blast-intro.is-detonating .shockwave-one {
  animation: shockwaveBlast 1.25s ease-out both;
}

.blast-intro.is-detonating .shockwave-two {
  animation: shockwaveBlast 1.55s ease-out 120ms both;
}

.blast-intro.is-detonating .dust-one {
  animation: dustBurst 2.1s ease-out 80ms both;
}

.blast-intro.is-detonating .dust-two {
  animation: dustBurstWide 2.25s ease-out 120ms both;
}

.blast-intro.is-detonating .dust-three {
  animation: dustBurstWide 2.35s ease-out 180ms both;
}

.blast-intro.is-detonating .intro-copy {
  opacity: 0;
  transform: translateY(20px) scale(0.96);
}

.blast-intro.is-detonating .intro-logo-wrap {
  animation: logoShock 760ms ease both;
}

.blast-intro.is-detonating .logo-core-target {
  animation: coreExplosion 980ms ease both;
}

.blast-intro.is-detonating .rock-shard {
  animation: shardBlast 2.05s cubic-bezier(0.12, 0.74, 0.2, 1) forwards;
  animation-delay: var(--delay);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  width: min(calc(100% - 40px), var(--max));
  margin: 16px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--steel-line);
  border-radius: 8px;
  background: rgba(5, 6, 7, 0.76);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: block;
  width: 210px;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  min-height: 42px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--ash);
  font-size: 0.78rem;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: white;
  border-color: rgba(255, 106, 0, 0.45);
  background: rgba(255, 106, 0, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 36px;
  min-height: calc(100vh - 84px);
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 72px 0 42px;
}

.tunnel {
  position: absolute;
  inset: 20px -12vw -70px;
  z-index: -1;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 106, 0, 0.2);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.8)),
    repeating-radial-gradient(ellipse at 68% 46%, rgba(174, 184, 190, 0.16) 0 2px, transparent 2px 46px),
    radial-gradient(ellipse at 68% 46%, rgba(255, 106, 0, 0.23), transparent 23%),
    radial-gradient(ellipse at 68% 46%, rgba(112, 126, 132, 0.22), rgba(4, 5, 6, 0.9) 64%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 69% 100%, 0 90%);
}

.rail {
  position: absolute;
  bottom: -8%;
  left: 52%;
  width: 5px;
  height: 64%;
  background: linear-gradient(180deg, transparent, rgba(220, 225, 226, 0.38), rgba(255, 106, 0, 0.16));
  transform-origin: bottom;
}

.rail-left {
  transform: rotate(24deg);
}

.rail-right {
  transform: rotate(-24deg);
}

.core-light {
  position: absolute;
  top: 42%;
  left: 68%;
  width: 220px;
  height: 140px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.58), rgba(255, 106, 0, 0.2), transparent),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  filter: blur(12px);
  transform: translate(-50%, -50%);
  animation: pulseCore 2.4s ease-in-out infinite;
}

.hero-copy {
  max-width: 610px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange-hot);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero-copy,
.contact-copy,
.section-copy,
.section-heading,
.callout > div {
  min-width: 0;
  max-width: 100%;
}

h1 {
  margin: 0;
  color: white;
  font-size: 5rem;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 #30383b,
    0 15px 40px rgba(255, 106, 0, 0.22);
}

h1 span {
  display: block;
}

.hero-text,
.section-copy p,
.callout p,
.flavor-copy span,
.site-footer p {
  color: var(--ash);
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.hero-text {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 1.12rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.82rem;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.button:hover,
.button:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.button-primary {
  color: #140d07;
  border-color: rgba(255, 176, 0, 0.75);
  background: linear-gradient(180deg, var(--orange-hot), var(--orange));
  box-shadow: 0 18px 45px rgba(255, 106, 0, 0.26);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 22px 64px rgba(255, 106, 0, 0.38);
}

.button-ghost {
  color: white;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 10, 11, 0.82);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 106, 0, 0.6);
  background: rgba(255, 106, 0, 0.14);
}

.hero-product {
  min-width: 0;
}

.can-trio {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 860px;
  isolation: isolate;
}

.can-trio::before {
  position: absolute;
  bottom: 9%;
  left: 50%;
  z-index: -1;
  width: 88%;
  height: 28px;
  content: "";
  background: radial-gradient(ellipse, rgba(255, 106, 0, 0.5), transparent 70%);
  filter: blur(14px);
  transform: translateX(-50%);
}

.can {
  position: absolute;
  width: 76%;
  max-width: 520px;
  min-width: 340px;
  filter: drop-shadow(0 34px 40px rgba(0, 0, 0, 0.62));
  transform-origin: 50% 70%;
  will-change: transform;
}

.can-center {
  z-index: 3;
  width: 96%;
  max-width: 660px;
  animation: canFloat 5.4s ease-in-out infinite;
}

.can-left {
  z-index: 2;
  translate: -48% 38px;
  rotate: -8deg;
  opacity: 0.88;
  animation: canFloatLeft 6s ease-in-out infinite;
}

.can-right {
  z-index: 1;
  translate: 50% 44px;
  rotate: 8deg;
  opacity: 0.9;
  animation: canFloatRight 6.4s ease-in-out infinite;
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  border: 1px solid var(--steel-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--steel-line);
}

.stat-band div {
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.12), transparent 38%),
    rgba(10, 13, 15, 0.92);
}

.stat-band strong,
.stat-band span {
  display: block;
}

.stat-band strong {
  color: white;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.stat-band span {
  margin-top: 6px;
  color: var(--muted);
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

.section {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 118px 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 58px;
}

.section-copy h2,
.section-heading h2,
.callout h2 {
  margin: 0;
  color: white;
  font-size: 3.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.section-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: 1.02rem;
}

.impact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--steel-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.17), transparent 38%),
    linear-gradient(180deg, rgba(42, 49, 52, 0.88), rgba(9, 11, 12, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 25px 80px rgba(0, 0, 0, 0.36);
}

.impact-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 25px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-line:last-of-type {
  border-bottom: 0;
}

.impact-line span {
  color: var(--muted);
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

.impact-line strong {
  color: white;
  text-align: right;
  text-transform: uppercase;
}

.fissure {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(104deg, transparent 0 30%, rgba(255, 176, 0, 0.76) 30.4%, transparent 31.2%),
    linear-gradient(110deg, transparent 0 43%, rgba(255, 106, 0, 0.54) 43.2%, transparent 44.4%),
    linear-gradient(98deg, transparent 0 62%, rgba(255, 176, 0, 0.45) 62.2%, transparent 63.1%);
  filter: drop-shadow(0 0 18px rgba(255, 106, 0, 0.44));
  opacity: 0.6;
  animation: fissureFlash 3.8s ease-in-out infinite;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.flavor-card {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  border: 1px solid var(--steel-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0)),
    rgba(8, 10, 11, 0.88);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.flavor-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.36;
  background:
    linear-gradient(145deg, var(--flavor), transparent 36%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 56px);
  transition: opacity 220ms ease;
}

.flavor-card:hover {
  border-color: color-mix(in srgb, var(--flavor), white 26%);
  box-shadow: 0 26px 80px color-mix(in srgb, var(--flavor), transparent 72%);
  transform: translateY(-8px);
}

.flavor-card:hover::before {
  opacity: 0.52;
}

.flavor-gold {
  --flavor: rgba(216, 166, 74, 0.82);
}

.flavor-blue {
  --flavor: rgba(18, 174, 234, 0.74);
}

.flavor-red {
  --flavor: rgba(255, 52, 52, 0.74);
}

.flavor-media {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  height: 600px;
  padding: 34px 18px 0;
  text-align: center;
}

.flavor-media img {
  align-self: center;
  justify-self: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 470px;
  max-width: none;
  max-height: 600px;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.58));
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.flavor-card:hover .flavor-media img {
  transform: translate(-50%, -50%) scale(1.04) rotate(-1deg);
}

.flavor-copy {
  position: relative;
  padding: 0 24px 28px;
}

.flavor-copy p {
  margin: 0 0 8px;
  color: color-mix(in srgb, var(--flavor), white 35%);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flavor-copy h3 {
  margin: 0 0 12px;
  color: white;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.flavor-copy span {
  display: block;
  color: #c8d0d3;
  font-size: 0.96rem;
}

.callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 70px;
  padding: 46px;
  border: 1px solid rgba(255, 106, 0, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(255, 106, 0, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(38, 44, 48, 0.9), rgba(7, 8, 9, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 24px 90px rgba(0, 0, 0, 0.46);
}

.callout p {
  max-width: 720px;
  margin: 18px 0 0;
}

.callout .button {
  flex: 0 0 auto;
}

.callout-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.contact-page {
  min-height: 100vh;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 54px;
  width: min(calc(100% - 40px), var(--max));
  min-height: calc(100vh - 210px);
  margin: 0 auto;
  padding: 92px 0 88px;
}

.contact-copy {
  position: relative;
}

.contact-copy::before {
  position: absolute;
  top: -62px;
  left: -46px;
  z-index: -1;
  width: min(58vw, 560px);
  height: min(58vw, 560px);
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 106, 0, 0.2), transparent 54%),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 42px);
  filter: blur(1px);
  opacity: 0.85;
}

.contact-form {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255, 106, 0, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 106, 0, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(43, 50, 54, 0.9), rgba(7, 9, 10, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 28px 90px rgba(0, 0, 0, 0.46);
}

.contact-form::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background:
    linear-gradient(105deg, transparent 0 38%, rgba(255, 176, 0, 0.8) 38.4%, transparent 39.1%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 58px);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-group {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.field-group label {
  color: var(--orange-hot);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field-group input,
.field-group textarea {
  width: 100%;
  border: 1px solid rgba(185, 195, 201, 0.26);
  border-radius: 6px;
  color: white;
  background: rgba(2, 3, 3, 0.72);
  font: 800 1rem "Segoe UI", Arial, sans-serif;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.field-group input {
  min-height: 52px;
  padding: 0 14px;
}

.field-group textarea {
  min-height: 172px;
  padding: 14px;
  resize: vertical;
}

.field-group input:focus,
.field-group textarea:focus {
  border-color: rgba(255, 176, 0, 0.82);
  background: rgba(5, 6, 7, 0.88);
  box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.16);
}

.form-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.form-note {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: var(--muted);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 32px 0 46px;
  border-top: 1px solid var(--steel-line);
}

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

.site-footer p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: right;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js-enabled [data-reveal] {
  opacity: 1;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.js-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.blast {
  animation: bodyShake 460ms ease;
}

body.blast .core-light {
  animation: blastLight 460ms ease;
}

body.blast .can-center {
  animation: blastCan 460ms ease;
}

@keyframes canFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes canFloatLeft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes canFloatRight {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes pulseCore {
  0%,
  100% {
    opacity: 0.52;
    transform: translate(-50%, -50%) scaleX(0.85);
  }
  50% {
    opacity: 0.96;
    transform: translate(-50%, -50%) scaleX(1.18);
  }
}

@keyframes fissureFlash {
  0%,
  100% {
    opacity: 0.35;
  }
  45% {
    opacity: 0.82;
  }
  52% {
    opacity: 0.42;
  }
  57% {
    opacity: 1;
  }
}

@keyframes bodyShake {
  0%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-8px, 4px);
  }
  40% {
    transform: translate(7px, -3px);
  }
  60% {
    transform: translate(-4px, 2px);
  }
  80% {
    transform: translate(4px, -1px);
  }
}

@keyframes blastLight {
  0% {
    opacity: 0.45;
    filter: blur(12px);
  }
  30% {
    opacity: 1;
    filter: blur(2px);
  }
  100% {
    opacity: 0.58;
    filter: blur(12px);
  }
}

@keyframes blastCan {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  38% {
    transform: translateY(-22px) scale(1.035);
  }
}

@keyframes chargePulse {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes coreArm {
  0%,
  100% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(0.72);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.22);
  }
}

@keyframes logoShock {
  0% {
    filter: none;
    transform: translate(0, 0) scale(1);
  }
  18% {
    filter: brightness(2.2);
    transform: translate(-10px, 8px) scale(1.04);
  }
  34% {
    transform: translate(12px, -7px) scale(1.02);
  }
  100% {
    opacity: 0;
    filter: brightness(0.4) blur(5px);
    transform: translateY(-14px) scale(0.82);
  }
}

@keyframes coreExplosion {
  0% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.9);
  }
  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(4.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(9);
  }
}

@keyframes wallDetonate {
  0% {
    transform: scale(1.02) translate(0, 0);
    filter: brightness(1);
  }
  12% {
    transform: scale(1.04) translate(-12px, 7px);
    filter: brightness(2.8);
  }
  26% {
    transform: scale(1.08) translate(14px, -8px);
  }
  62% {
    opacity: 0.9;
    transform: scale(1.18);
    filter: brightness(1.28) blur(2px);
  }
  100% {
    opacity: 0;
    transform: scale(1.34);
    filter: brightness(0.6) blur(8px);
  }
}

@keyframes crackIgnite {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    filter: brightness(3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes mineFlash {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  24% {
    opacity: 0.56;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mineDustVeil {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0.82;
  }
  62% {
    opacity: 0.38;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shockwaveBlast {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.18);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(17);
  }
}

@keyframes dustBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.24);
  }
  18% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.2);
  }
}

@keyframes dustBurstWide {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25) rotate(0deg);
  }
  20% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.8) rotate(18deg);
  }
}

@keyframes blastHole {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.18);
  }
  6% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(3.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6.4);
  }
}

@keyframes shardBlast {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(var(--start-rot));
  }
  8% {
    opacity: 1;
  }
  68% {
    opacity: 0.88;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(var(--end-scale)) rotate(var(--rot));
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: center;
    overflow-x: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

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

  h1 {
    max-width: 820px;
    font-size: 4.2rem;
  }

  .can-trio {
    min-height: 760px;
  }

  .split-section,
  .flavor-grid {
    grid-template-columns: 1fr;
  }

  .flavor-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.62fr) 1fr;
    align-items: center;
    min-height: 540px;
  }

  .flavor-media {
    height: 540px;
  }

  .flavor-media img {
    width: 470px;
    max-width: none;
    max-height: 520px;
  }

  .flavor-copy {
    padding: 28px;
  }
}

@media (max-width: 720px) {
  .intro-copy {
    padding: 18px;
  }

  .intro-logo-wrap {
    width: min(76vw, 285px);
  }

  .intro-actions {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .blast-hole {
    width: 70vw;
  }

  .blast-crack {
    width: 86vw;
  }

  .site-header {
    grid-template-columns: 1fr;
    width: min(calc(100% - 24px), var(--max));
    margin-top: 10px;
    padding: 12px;
  }

  .brand-mark {
    width: 166px;
  }

  .site-nav a {
    min-height: 38px;
    padding: 10px 12px;
    font-size: 0.72rem;
  }

  .site-nav {
    grid-column: 1;
    grid-row: auto;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .hero,
  .contact-hero,
  .section,
  .stat-band,
  .site-footer {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero {
    min-height: auto;
    padding: 50px 0 30px;
  }

  .hero-copy {
    width: 100%;
    max-width: 350px;
  }

  h1 {
    font-size: 2.7rem;
    line-height: 0.94;
  }

  .hero-text {
    font-size: 1rem;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-hero {
    gap: 34px;
    padding: 58px 0 68px;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-actions,
  .callout-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .can-trio {
    min-height: 620px;
  }

  .can {
    min-width: 250px;
  }

  .stat-band {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 78px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .callout h2 {
    font-size: 2.35rem;
  }

  .impact-line {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .impact-line strong {
    text-align: left;
  }

  .flavor-card {
    display: block;
    min-height: 0;
  }

  .flavor-media {
    height: 520px;
  }

  .flavor-media img {
    width: min(144%, 420px);
    max-width: none;
    max-height: 500px;
  }

  .callout {
    align-items: stretch;
    flex-direction: column;
    padding: 30px 22px;
  }

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

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 440px) {
  h1 {
    font-size: 2.24rem;
  }

  .section-copy h2,
  .section-heading h2,
  .callout h2 {
    font-size: 1.95rem;
  }

  .can-trio {
    min-height: 520px;
  }

  .can {
    min-width: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
