@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;1,400&family=Oswald:wght@400;500;600;700&display=swap");

.metal-public {
  --metal-red: #c41212;
  --metal-red-deep: #7a0c0c;
  --metal-ink: #f4efe8;
  --metal-dim: #b7aea4;
  font-family: "Barlow", "Segoe UI", sans-serif;
  min-height: 100vh;
  min-height: 100dvh;
  display: block;
  padding: 0;
  overflow-x: hidden;
  background: #050505;
  color: var(--metal-ink);
}
.metal-public::before { display: none; }

.hero-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #050505;
}
.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.25) contrast(1.12) saturate(.9);
}
.hero-local {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-yt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.hero-yt iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hero-grade,
.hero-vignette,
.hero-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-grade {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5,5,5,.22) 0%, rgba(8,0,0,.28) 42%, rgba(5,5,5,.72) 100%),
    linear-gradient(90deg, rgba(0,0,0,.28), transparent 28%, transparent 72%, rgba(0,0,0,.28));
}
.hero-vignette {
  z-index: 2;
  box-shadow: inset 0 0 140px 24px #000;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(0,0,0,.45) 100%);
}
.hero-scan {
  z-index: 2;
  opacity: .06;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,.08) 0,
    rgba(255,255,255,.08) 1px,
    transparent 1px,
    transparent 4px
  );
  mix-blend-mode: overlay;
}
.metal-public .noise { z-index: 1; opacity: .14; }

.public-top {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1.4rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .68rem;
  color: var(--metal-dim);
}
.public-top a {
  color: #fff;
  border: 1px solid rgba(196,18,18,.55);
  padding: .4rem .7rem;
  letter-spacing: .18em;
}
.public-top a:hover { background: var(--metal-red); border-color: var(--metal-red); }

.public-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 520px);
  gap: 2.4rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.2rem 1.4rem 3.5rem;
  min-height: calc(100dvh - 4.2rem);
}

.public-identity { max-width: 36rem; }
.slash-kicker {
  margin: 0 0 .8rem;
  font-family: "Oswald", sans-serif;
  font-size: .82rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--metal-red);
}
.metal-public .public-logo {
  mix-blend-mode: normal;
  width: min(420px, 86vw);
  margin: 0 0 1rem;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,.7));
}
.display-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: .45rem .5rem;
  margin: .1rem 0 .55rem;
}
.display-kicker span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(.7rem, 1.6vw, .88rem);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #f3ece6;
  background: linear-gradient(180deg, #d41818 0%, #8a0e0e 100%);
  padding: .42rem .72rem .34rem;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
  box-shadow: inset 0 0 0 1px #4a0000, 0 8px 18px rgba(0,0,0,.45);
  transform: skewX(-12deg);
  text-shadow: 0 1px 0 #3a0000;
}
.display-kicker span:nth-child(2) { transform: skewX(-12deg) translateY(-3px); }
.display-kicker span:nth-child(3) { transform: skewX(-12deg) translateY(2px); }
.display-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  line-height: .95;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-shadow: 0 0 40px rgba(196,18,18,.25);
}
.metal-public .lede {
  color: #d8d0c7;
  font-size: 1.05rem;
  max-width: 28rem;
  margin: 1rem 0 1.2rem;
  text-shadow: 0 2px 16px #000;
}
.tag-row { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0; list-style: none; }
.tag-row li {
  font-family: "Oswald", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .7rem;
  border: 1px solid rgba(255,255,255,.18);
  padding: .3rem .55rem;
  color: #ddd;
}

.metal-public .public-form-wrap { width: 100%; }
.metal-public .card {
  background: rgba(8, 6, 6, .78);
  border: 1px solid rgba(196,18,18,.38);
  border-radius: 0;
  padding: 1.35rem 1.3rem 1.2rem;
  backdrop-filter: blur(10px) saturate(1.1);
  box-shadow: 0 24px 80px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.03);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.sheet-kicker {
  font-family: "Oswald", sans-serif;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .72rem;
  color: var(--metal-red);
  margin: 0 0 .35rem;
}
.sheet-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.55rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.metal-public label {
  color: #c9c2ba;
  font-family: "Oswald", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .68rem;
}
.metal-public input,
.metal-public select,
.metal-public textarea {
  background: rgba(0,0,0,.45);
  border: 0;
  border-bottom: 1px solid #4a4440;
  border-radius: 0;
  color: #fff;
}
.metal-public input:focus,
.metal-public select:focus,
.metal-public textarea:focus {
  border-bottom-color: var(--metal-red);
  box-shadow: none;
  background: rgba(40, 8, 8, .4);
}
.metal-public .btn-primary {
  width: 100%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  background: var(--metal-red);
  padding: .9rem 1rem;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.metal-public .btn-primary:hover { background: #e01c1c; }
.metal-public .thank-you { text-align: left; padding: 2rem 1.2rem; }
.metal-public .thank-you h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 2rem;
}
.metal-public .site-footer {
  color: #6d6660;
  padding: 0 1.4rem 1.4rem;
  position: relative;
  z-index: 3;
}

@media (max-width: 900px) {
  .public-layout { grid-template-columns: 1fr; min-height: auto; padding-top: .4rem; gap: 1.4rem; }
  .display-title { font-size: clamp(2.6rem, 14vw, 4.4rem); }
  .display-kicker { white-space: normal; }
  .display-kicker span { letter-spacing: .18em; }
  .metal-public .public-logo { width: min(300px, 78vw); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-yt, .hero-local { display: none !important; }
}