:root {
  --green: #00563f;
  --green-dark: #003b2c;
  --red: #cf1521;
  --cream: #fbf8ef;
  --ink: #101715;
  --muted: #52605b;
  --gold: #e8bd59;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
}

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

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 5rem) max(5vw, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(232, 189, 89, .20), transparent 24rem),
    linear-gradient(135deg, #fffdf6 0%, #f5efe0 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 22rem;
  height: .5rem;
  transform: rotate(-8deg);
}

.hero::before { top: 2rem; left: -3rem; background: var(--green); }
.hero::after { right: -2rem; bottom: 2.25rem; background: var(--red); }

.hero-copy, .poster-wrap { position: relative; z-index: 1; }

.brand-mark {
  width: clamp(90px, 10vw, 140px);
  height: auto;
  margin-bottom: 1rem;
}

.presenter,
.eyebrow {
  margin: 0 0 .35rem;
  color: var(--green);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2 { margin: 0; line-height: .95; }

h1 {
  max-width: 760px;
  color: var(--green-dark);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4.3rem, 9.5vw, 8.8rem);
  font-weight: 400;
  letter-spacing: .005em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.tagline {
  display: inline-block;
  margin: .7rem 0 .1rem;
  padding: .18rem .7rem;
  color: white;
  background: var(--red);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.champions {
  margin: .6rem 0 1.5rem;
  color: var(--green-dark);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 700;
}

.event-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 700px;
  margin: 0 0 1.3rem;
  border-top: 1px solid rgba(0, 59, 44, .25);
  border-left: 1px solid rgba(0, 59, 44, .25);
}

.event-details > div {
  display: flex;
  flex-direction: column;
  padding: .85rem 1rem;
  border-right: 1px solid rgba(0, 59, 44, .25);
  border-bottom: 1px solid rgba(0, 59, 44, .25);
  background: rgba(255, 255, 255, .58);
}

.detail-label {
  color: var(--red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-details strong { color: var(--green-dark); font-size: .98rem; }
.event-details div > span:not(.detail-label) { color: var(--muted); font-size: .85rem; }
.event-details .doors { margin-top: .1rem; }
.event-details .admission { margin-top: .1rem; font-weight: 600; }

.meet-line {
  max-width: 660px;
  margin: 0 0 1.35rem;
  font-size: 1rem;
  font-weight: 600;
}

.ticket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: .9rem 1.6rem;
  border: 2px solid var(--red);
  border-radius: 4px;
  color: white;
  background: var(--red);
  box-shadow: 0 12px 25px rgba(161, 13, 24, .22);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ticket-button:hover,
.ticket-button:focus-visible {
  background: #b90d18;
  box-shadow: 0 15px 30px rgba(161, 13, 24, .3);
  transform: translateY(-2px);
}

.ticket-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.poster-wrap {
  justify-self: center;
  width: min(100%, 550px);
  padding: .65rem;
  background: white;
  box-shadow: 0 25px 60px rgba(23, 41, 34, .22);
  transform: rotate(1deg);
}

.poster-wrap img { width: 100%; height: auto; }

.story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  min-height: 650px;
  background: var(--green-dark);
}

.story-photo { min-height: 500px; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.story-copy {
  align-self: center;
  padding: clamp(2.5rem, 6vw, 6rem);
  color: white;
}

.story-copy .eyebrow { color: var(--gold); }

h2 {
  margin-bottom: 1.5rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: .015em;
}

.story-copy p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.86); }
.story-copy p:nth-of-type(3) { color: white; font-weight: 700; }
.ticket-button-secondary { margin-top: .8rem; }

footer {
  padding: 2.5rem max(5vw, calc((100vw - 1200px) / 2)) 5.5rem;
  text-align: center;
  background: white;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 4vw, 3.5rem);
}

.footer-cairde { width: 90px; }
.footer-iap { width: 190px; }

.footer-statement { display: flex; flex-direction: column; }
.footer-statement strong { color: var(--red); font-size: clamp(1.15rem, 2vw, 1.55rem); text-transform: uppercase; }
.footer-statement span { color: var(--green-dark); font-weight: 600; }

footer p { margin: 1.5rem 0 0; color: var(--muted); font-size: .9rem; }
footer a { color: var(--green-dark); font-weight: 700; }

.mobile-ticket { display: none; }

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 2rem 1.25rem 3.5rem;
  }

  .hero-copy { text-align: center; }
  .brand-mark { margin-inline: auto; }
  .event-details, .meet-line { margin-inline: auto; }
  .poster-wrap { width: min(88vw, 520px); transform: none; }

  .story { grid-template-columns: 1fr; }
  .story-photo { min-height: 55vw; }
  .story-copy { padding: 3rem 1.5rem 4rem; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  h1 { font-size: clamp(4rem, 22vw, 6rem); }
  h1 span { font-size: 1.45rem; }
  .champions { margin-bottom: 1.1rem; }
  .event-details { grid-template-columns: 1fr; text-align: left; }
  .hero .ticket-button { width: 100%; }
  .poster-wrap { width: 100%; padding: .4rem; }
  .story-photo { min-height: 72vw; }

  .footer-logos { flex-direction: column; }
  .footer-cairde { width: 82px; }
  .footer-iap { width: 180px; }

  .mobile-ticket {
    position: fixed;
    z-index: 10;
    right: .75rem;
    bottom: .65rem;
    left: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 4px;
    color: white;
    background: var(--red);
    box-shadow: 0 8px 28px rgba(0,0,0,.3);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticket-button { transition: none; }
}
