/* =====================================================================
   Beer Mile Night - brutalist red / black, HRC primary
   ===================================================================== */
:root {
  --bm-bg: #0a0a0a;
  --bm-bg-2: #111111;
  --bm-ink: #f5f1ea;
  --bm-ink-dim: #8a8580;
  --bm-red: #d80f1f;
  --bm-red-2: #ff2638;
  --bm-line: rgba(245,241,234,.14);
  --bm-ur: #d42e2e; /* urban */
}

BODY {
  margin: 0;
  background: #0a0a0a;
}

/* reset locale */
.bm-section, .bm-hero, .bm-marquee, .bm-footer {
  box-sizing: border-box;
}

.bm-section *, .bm-hero *, .bm-marquee *, .bm-footer * {
  box-sizing: border-box;
}

/* font face: cariche bold condensate; fallback safe */
.bm-hero, .bm-marquee, .bm-section, .bm-footer, .bm-toast, #bm-form {
  font-family: "Barlow Condensed", "Anton", "Oswald", "Arial Narrow", sans-serif;
  background: var(--bm-bg);
  color: var(--bm-ink);
}

/* =================== HERO ============================================ */
.bm-hero {
  position: relative;
  min-height: 100vh;
  padding: 22px 22px 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-image: url(https://nuovo-sito.urbanrunners.it/cm/showfiles.php/beer-mile/sfondo.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bm-hero .bm-hero__line, .bm-hero .bm-hero__line bm-hero__line--small {
  text-align: center;
}
.bm-hero .bm-hero__line IMG, .bm-hero .bm-hero__line bm-hero__line--small IMG {
  width: 900px;
  max-width: 100%;
}
.bm-hero .bm-hero__tagline {
  background: radial-gradient(ellipse at 70% 20%, rgba(216, 15, 31, 0.55), transparent 55%), radial-gradient(ellipse at 10% 90%, rgba(216, 15, 31, 0.35), transparent 60%), linear-gradient(180deg, #000 0%, #0a0a0a 100%);
  margin-left: -22px;
  margin-bottom: -32px;
  margin-right: -22px;
  padding: 22px;
}
.bm-hero .text-container {
  background: radial-gradient(ellipse at 70% 20%, rgba(216, 15, 31, 0.55), transparent 55%), radial-gradient(ellipse at 10% 90%, rgba(216, 15, 31, 0.35), transparent 60%), linear-gradient(180deg, #000 0%, #0a0a0a 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.bm-hero__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 3px), radial-gradient(rgba(255, 255, 255, 0.6) 0.5px, transparent 1px);
  background-size: auto, 3px 3px;
  mix-blend-mode: overlay;
}

.bm-hero__bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bm-line);
  color: var(--bm-ink);
}

.bm-hero__tag {
  color: #fff;
}

.bm-hero__date {
  color: #fff;
}

.bm-hero__title {
  margin: auto 0;
  font-weight: 900;
  font-size: clamp(80px, 18vw, 280px);
  line-height: 0.82;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.bm-hero__line {
  display: block;
}

.bm-hero__line--alt {
  color: transparent;
  -webkit-text-stroke: 2px var(--bm-ink);
}

.bm-hero__line--small {
  font-size: clamp(36px, 7vw, 110px);
  color: var(--bm-red-2);
  margin-left: 18vw;
}

.bm-hero__line sup {
  font-size: 0.35em;
  vertical-align: 1.2em;
  margin: 0 0.05em;
}

.bm-hero__claim {
  margin: 22px 0 0;
  font-size: clamp(14px, 1.6vw, 20px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bm-ink-dim);
}

.bm-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 0;
  padding: 18px 32px;
  background: var(--bm-red);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid var(--bm-red);
  align-self: flex-start;
  transition: transform 0.15s ease, background 0.2s;
}

.bm-cta:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translate(-2px, -2px);
}

.bm-hero__foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--bm-line);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bm-ink-dim);
}

/* =================== MARQUEE ========================================= */
.bm-marquee {
  background: #fff;
  color: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  overflow: hidden;
  padding: 10px 0;
}

.bm-marquee__track {
  display: flex;
  gap: 32px;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 22px;
  animation: bm-marq 22s linear infinite;
}

.bm-marquee__track span {
  display: inline-block;
}

@keyframes bm-marq {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* =================== SECTIONS ======================================== */
.bm-section {
  padding: 90px 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.bm-section__head {
  margin-bottom: 42px;
}

.bm-eyebrow {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--bm-line);
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bm-ink-dim);
  margin-bottom: 18px;
}

.bm-section__head h2 {
  margin: 0;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.01em;
  font-size: clamp(40px, 7vw, 96px);
  text-transform: uppercase;
}

/* WHAT */
.bm-what__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.bm-card {
  background: var(--bm-bg-2);
  border: 1px solid var(--bm-line);
  padding: 28px 22px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bm-card__num {
  font-size: 96px;
  line-height: 1;
  font-weight: 900;
  color: var(--bm-ink);
}

.bm-card p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--bm-ink-dim);
}

.bm-card--accent {
  background: var(--bm-red);
  border-color: var(--bm-red);
}

.bm-card--accent .bm-card__num,
.bm-card--accent p {
  color: #fff;
}

.bm-what__copy {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
  max-width: 820px;
  color: var(--bm-ink);
  letter-spacing: 0.01em;
}

/* TIMELINE */
.bm-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bm-line);
}

.bm-timeline__list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--bm-line);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 600;
}

.bm-timeline__time {
  font-weight: 900;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--bm-red-2);
  letter-spacing: 0.04em;
}

.bm-timeline__what {
  color: var(--bm-ink);
}

.bm-timeline__what strong {
  color: #fff;
}

.bm-timeline__hot {
  background: rgba(216, 15, 31, 0.08);
}

.bm-flame {
  margin-left: 6px;
}

/* ORG */
.bm-org__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
}

.bm-org__card {
  background: var(--bm-bg-2);
  border: 1px solid var(--bm-line);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bm-org__card--lead {
  background: #000;
  border-color: #fff;
}

.bm-org__card--venue {
  background: transparent;
}

.bm-org__logo {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -0.04em;
}

.bm-org__logo IMG, .bm-org__logo--ur IMG {
  max-width: 100%;
}

.bm-org__logo sup {
  font-size: 0.5em;
  vertical-align: 0.5em;
}

.bm-org__logo--ur {
  color: #fff;
}

.bm-org__card h3 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bm-org__card p {
  margin: 0;
  color: var(--bm-ink-dim);
  font-size: 17px;
  line-height: 1.45;
}

.bm-org__claim {
  margin-top: auto;
  padding-top: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--bm-red-2);
  border-top: 1px solid var(--bm-line);
}

.bm-org__claim--ur {
  color: var(--bm-ur);
}

/* FORM */
.bm-formwrap {
  background: #0d0d0d;
  border: 1px solid var(--bm-line);
  padding: 36px;
  max-width: 920px;
  margin: 0 auto;
}

.bm-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid var(--bm-line);
  padding-bottom: 18px;
}

.bm-steps li {
  flex: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--bm-ink-dim);
}

.bm-steps li span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bm-line);
  font-weight: 900;
}

.bm-steps li.is-active {
  color: var(--bm-ink);
}

.bm-steps li.is-active span {
  background: var(--bm-red);
  border-color: var(--bm-red);
  color: #fff;
}

.bm-steps li.is-done span {
  background: #fff;
  color: #000;
  border-color: #fff;
}

#bm-form {
  margin: 0;
  padding: 0;
  border: 0;
}

.bm-step {
  display: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.bm-step.is-active {
  display: block;
}

.bm-step legend {
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 30px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  padding: 0;
}

.bm-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.bm-row--2 {
  grid-template-columns: 1fr 1fr;
}

#bm-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bm-ink-dim);
}

#bm-form input[type=text],
#bm-form input[type=email],
#bm-form input[type=tel],
#bm-form select,
#bm-form textarea {
  width: 100%;
  background: #000;
  color: #fff;
  border: 1px solid var(--bm-line);
  padding: 14px 14px;
  font: 600 16px/1.3 "Barlow", "Inter", system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 0.15s, background 0.15s;
}

#bm-form input:focus,
#bm-form select:focus,
#bm-form textarea:focus {
  outline: none;
  border-color: var(--bm-red);
  background: #0a0a0a;
}

.bm-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  gap: 12px;
}

.bm-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--bm-ink);
  color: #000;
  border: 2px solid var(--bm-ink);
  font: 900 14px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s;
}

.bm-btn:hover {
  background: transparent;
  color: var(--bm-ink);
}

.bm-btn--ghost {
  background: transparent;
  color: var(--bm-ink);
}

.bm-btn--ghost:hover {
  background: var(--bm-ink);
  color: #000;
}

.bm-btn--hot {
  background: var(--bm-red);
  color: #fff;
  border-color: var(--bm-red);
}

.bm-btn--hot:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.bm-btn.is-loading {
  opacity: 0.7;
  cursor: wait;
}

/* CENA */
.bm-cena__intro {
  color: var(--bm-ink-dim);
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 22px;
}

.bm-cena__opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.bm-cena__opt {
  position: relative;
  padding: 22px;
  border: 2px solid var(--bm-line);
  background: #000;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  flex-direction: row;
  text-transform: none;
  letter-spacing: 0;
  color: var(--bm-ink);
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.bm-cena__opt:hover {
  border-color: #fff;
}

.bm-cena__opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bm-cena__opt input:checked + .bm-cena__icon + .bm-cena__label {
  color: #fff;
}

.bm-cena__opt:has(input:checked) {
  border-color: var(--bm-red);
  background: rgba(216, 15, 31, 0.12);
}

.bm-cena__icon {
  font-size: 32px;
  line-height: 1;
}

.bm-cena__label {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1.2;
}

.bm-cena__label small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--bm-ink-dim);
  margin-top: 4px;
}

.bm-cena__note textarea {
  font: 500 15px/1.4 "Barlow", "Inter", sans-serif;
  resize: vertical;
}

/* CHECKS */
.bm-check {
  display: flex !important;
  flex-direction: row !important;
  gap: 14px !important;
  align-items: flex-start;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--bm-ink) !important;
  font-size: 15px;
  line-height: 1.5;
  padding: 16px;
  background: #000;
  border: 1px solid var(--bm-line);
  margin-bottom: 12px;
  cursor: pointer;
}

.bm-check input {
  width: 22px;
  height: 22px;
  accent-color: var(--bm-red);
  flex-shrink: 0;
  margin-top: 1px;
}

.bm-check a {
  color: var(--bm-red-2);
}

/* SUCCESS */
.bm-success {
  text-align: center;
  padding: 40px 20px !important;
}

.bm-success__mark {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  background: var(--bm-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 900;
}

.bm-success h3 {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.bm-success p {
  color: var(--bm-ink);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.bm-success__small {
  color: var(--bm-ink-dim) !important;
  font-size: 14px !important;
}

/* FOOTER */
.bm-footer {
  padding: 22px;
  border-top: 1px solid var(--bm-line);
  background: #000;
}

.bm-footer__row {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bm-ink-dim);
}

/* TOAST */
.bm-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  padding: 14px 20px;
  max-width: 360px;
  background: #fff;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  border-left: 6px solid var(--bm-red);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 9999;
}

.bm-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}

.bm-toast.is-ok {
  border-left-color: #2ecc71;
}

.bm-toast.is-err {
  border-left-color: var(--bm-red);
}

/* RESPONSIVE */
@media (max-width: 880px) {
  .bm-what__grid {
    grid-template-columns: 1fr 1fr;
  }
  .bm-org__grid {
    grid-template-columns: 1fr;
  }
  .bm-row--2 {
    grid-template-columns: 1fr;
  }
  .bm-cena__opts {
    grid-template-columns: 1fr;
  }
  .bm-timeline__list li {
    grid-template-columns: 90px 1fr;
    gap: 14px;
  }
  .bm-hero {
    padding: 18px 16px 24px;
  }
  .bm-section {
    padding: 60px 16px;
  }
  .bm-formwrap {
    padding: 22px;
  }
  .bm-hero__bar {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=beer-mile-night.css.map */
