:root {
  --aqua: #f1e4d2;
  --aqua-deep: #e4d0b4;
  --red: #bd0037;
  --red-dark: #8f002c;
  --cream: #fff9ef;
  --ink: #111111;
  --white: #ffffff;
  --line: rgba(17, 17, 17, .18);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--aqua);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: white; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.announcement {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 20px;
  background: var(--red);
  color: var(--white);
  font: 800 13px/1 var(--display);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement i { width: 4px; height: 4px; background: currentColor; border-radius: 50%; }

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(17,17,17,.16);
  background: rgba(241,228,210,.94);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand img { width: 68px; height: 68px; object-fit: cover; clip-path: circle(46% at 50% 50%); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); }
.site-nav a { text-decoration: none; font: 800 15px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; display: block; width: 0; height: 2px; background: var(--red); transition: width .2s ease; margin-top: 6px; }
.site-nav a:hover::after { width: 100%; }
.nav-cta { padding: 14px 22px; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero {
  min-height: calc(100vh - 130px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(58px, 8vw, 120px) clamp(22px, 7vw, 120px);
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: "DVS";
  position: absolute;
  left: -3vw;
  bottom: -10vw;
  color: rgba(255,255,255,.15);
  font: 900 clamp(260px, 37vw, 620px)/.7 var(--display);
  letter-spacing: -.08em;
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .section-kicker {
  font: 800 14px/1 var(--display);
  letter-spacing: .21em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before, .section-kicker::before { content: ""; width: 34px; height: 4px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 24px 0 26px;
  font: 900 clamp(74px, 10vw, 154px)/.77 var(--display);
  letter-spacing: -.045em;
  text-transform: uppercase;
}
h1 span { display: block; color: var(--red); font-style: italic; }
.hero-intro { max-width: 620px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 50px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 2px solid var(--ink);
  font: 800 16px/1 var(--display);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.button-primary { background: var(--red); color: white; }
.button-ghost { background: transparent; }
.quick-facts { display: grid; grid-template-columns: repeat(3, minmax(100px,1fr)); max-width: 610px; margin: 0; border-top: 1px solid var(--line); }
.quick-facts div { padding: 18px 12px 0 0; }
.quick-facts dt { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 7px; }
.quick-facts dd { margin: 0; font: 800 clamp(22px,2vw,30px)/1 var(--display); text-transform: uppercase; }

.poster-wrap { position: relative; width: min(100%, 650px); justify-self: end; }
.poster-wrap::before { content: ""; position: absolute; inset: 7% -9% -7% 11%; background: var(--red); transform: rotate(4deg); }
.poster { position: relative; margin: 0; border: 10px solid var(--cream); box-shadow: 18px 22px 0 rgba(17,17,17,.14); transform: rotate(-2deg); }
.poster img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.poster-stamp { position: absolute; z-index: 4; right: -4%; top: -5%; width: 95px; height: 95px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font: 900 27px/1 var(--display); transform: rotate(8deg); border: 4px solid var(--aqua); }

.sound-ticker { background: var(--ink); color: white; overflow: hidden; padding: 17px 0 20px; transform: rotate(-1deg) scale(1.02); }
.sound-ticker div { width: max-content; display: flex; align-items: center; gap: 30px; animation: ticker 22s linear infinite; }
.sound-ticker span { color: var(--cream); font: 900 37px/1 var(--display); text-transform: uppercase; }
.sound-ticker b { color: var(--red); font: italic 900 28px/1 var(--display); text-transform: uppercase; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 11vw, 170px) clamp(22px, 7vw, 120px); }
.event-story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 140px); align-items: end; margin: 44px 0 76px; }
.story-grid h2, .details h2, .final-cta h2 { margin-bottom: 0; font: 900 clamp(64px, 8.4vw, 132px)/.8 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.story-copy { padding-bottom: 8px; }
.story-copy p { max-width: 580px; font-size: clamp(18px,1.5vw,23px); line-height: 1.5; }
.story-copy p:last-child { margin-bottom: 0; font: 800 26px/1 var(--display); text-transform: uppercase; color: var(--red); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.team-card { position: relative; min-height: 390px; padding: clamp(28px,4vw,60px); border: 3px solid var(--ink); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.team-card > span { position: absolute; top: 24px; right: 28px; font: 800 18px/1 var(--display); }
.team-card h3 { margin-bottom: 12px; font: 900 clamp(62px,7vw,110px)/.8 var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.team-card p { max-width: 390px; font-size: 18px; line-height: 1.45; }
.team-card strong { font: 800 16px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.team-dancehall { background: var(--red); color: white; }
.team-soca { background: var(--aqua); }

.details { background: var(--aqua); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,150px); }
.details-heading { position: sticky; top: 150px; align-self: start; }
.details-heading .section-kicker { margin-bottom: 42px; }
.details-list { border-top: 2px solid var(--ink); }
.details-list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid var(--ink); }
.details-list article > span { font: 800 16px/1 var(--display); }
.details-list small { display: block; margin-bottom: 8px; font: 700 11px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.details-list h3 { margin-bottom: 7px; font: 800 clamp(31px,3vw,48px)/1 var(--display); text-transform: uppercase; }
.details-list p { margin-bottom: 0; font-size: 16px; line-height: 1.4; }
.details-actions { grid-column: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { box-shadow: 6px 6px 0 var(--red); }
.text-link { font: 800 16px/1 var(--display); text-transform: uppercase; letter-spacing: .1em; text-underline-offset: 6px; }
.text-link span { color: var(--red); font-size: 20px; }

.final-cta { min-height: 700px; padding: 100px 24px; background: var(--red); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta img { width: 150px; margin-bottom: 28px; clip-path: circle(46% at 50% 50%); }
.final-cta p { font: 800 15px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.final-cta h2 { margin: 16px 0 42px; }
.button-light { background: var(--cream); color: var(--ink); }

.site-footer { background: var(--ink); color: white; padding: 34px clamp(22px,7vw,120px); display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 700 12px/1.4 var(--body); text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { margin: 0; }
.site-footer div { display: flex; gap: 24px; }
.site-footer a { text-underline-offset: 5px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .announcement span:first-child { display: none; }
  .site-header { min-height: 76px; }
  .brand img { width: 54px; height: 54px; }
  .menu-toggle { display: grid; grid-template-columns: 28px auto; gap: 4px 10px; align-items: center; }
  .menu-toggle span { display: block; grid-column: 1; height: 2px; background: var(--ink); }
  .menu-toggle b { grid-column: 2; grid-row: 1 / 4; font: 800 13px/1 var(--display); text-transform: uppercase; letter-spacing: .08em; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--cream); padding: 28px 22px 34px; border-bottom: 3px solid var(--ink); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-size: 25px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .poster-wrap { justify-self: center; width: min(86vw, 600px); margin-top: 20px; }
  .story-grid, .details { grid-template-columns: 1fr; }
  .details-heading { position: static; }
  .details-actions { grid-column: 1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .announcement { gap: 10px; font-size: 11px; letter-spacing: .12em; }
  .hero { min-height: auto; gap: 58px; padding-bottom: 96px; }
  h1 { font-size: clamp(68px, 25vw, 100px); }
  .hero-actions .button { flex: 1 1 100%; }
  .quick-facts { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .quick-facts div:last-child { grid-column: 1 / 3; }
  .poster { border-width: 6px; }
  .poster-wrap::before { inset: 6% -5% -6% 7%; }
  .poster-stamp { width: 72px; height: 72px; right: -2%; font-size: 22px; }
  .story-grid { margin-bottom: 50px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { min-height: 320px; }
  .details-list article { grid-template-columns: 38px 1fr; }
  .details-actions { align-items: stretch; flex-direction: column; }
  .final-cta { min-height: 620px; }
  .site-footer { flex-direction: column; align-items: flex-start; padding-bottom: 48px; }
  .site-footer div { flex-wrap: wrap; }
  .mobile-cta { display: flex; position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 62px; background: var(--red); color: white; align-items: center; justify-content: space-between; padding: 0 22px; text-decoration: none; font: 800 16px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; border-top: 2px solid var(--ink); }
}

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