:root {
  --coral: #ff6a4c;
  --coral-deep: #e84f36;
  --ink: #171515;
  --paper: #fffaf6;
  --white: #ffffff;
  --blush: #ffe7dc;
  --mint: #c8e6d1;
  --line: rgba(23, 21, 21, 0.16);
  --shadow: 0 18px 44px rgba(23, 21, 21, 0.2);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 106, 76, 0.94);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--coral);
  background: var(--white);
  border: 2px solid var(--white);
  font-size: 0.82rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.nav-links a {
  padding: 8px 0;
}

.nav-cta {
  padding: 9px 16px !important;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--white);
  flex: 0 0 auto;
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(310px, 0.78fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  padding: clamp(42px, 7vw, 84px) clamp(18px, 5vw, 72px) clamp(40px, 8vw, 96px);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: var(--white);
  overflow: hidden;
}

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

.hero h1,
.intro-band h2,
.gallery-section h2,
.format-copy h2,
.community-section h2,
.resources-section h2,
.rsvp-section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.92;
  font-family: Cooper Black, "Arial Black", ui-serif, Georgia, serif;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(4rem, 7vw, 7.2rem);
  text-wrap: balance;
}

.hero p {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.48rem);
  font-weight: 650;
}

.hero .eyebrow,
.gallery-section .eyebrow {
  margin: 0 0 18px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid currentColor;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button-primary {
  color: var(--coral);
  background: var(--white);
  border-color: var(--white);
}

.button-secondary {
  color: var(--white);
  background: transparent;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.hero-poster {
  position: relative;
  justify-self: center;
  width: min(430px, 88%);
  filter: drop-shadow(18px 22px 0 rgba(23, 21, 21, 0.22));
  transform: rotate(2.5deg);
  transition: transform 180ms ease;
}

.hero-poster:hover,
.hero-poster:focus-visible {
  transform: rotate(0deg) translateY(-5px);
}

.hero-poster img {
  width: 100%;
  border: 5px solid var(--white);
}

.event-note {
  position: absolute;
  right: -26px;
  bottom: 32px;
  display: grid;
  width: min(290px, 88%);
  padding: 15px 18px;
  color: var(--ink);
  background: var(--mint);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(-6deg);
}

.event-note strong {
  margin-bottom: 4px;
  color: var(--coral-deep);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-note span {
  font-size: 0.92rem;
  font-weight: 850;
}

.hero-art {
  position: relative;
  justify-self: center;
  width: min(430px, 100%);
  min-height: 548px;
  padding: 34px 28px 40px;
  color: var(--white);
  background: var(--coral);
  border: 5px solid var(--white);
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.poster-title {
  font-family: Cooper Black, "Arial Black", ui-serif, Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 0.82;
  text-align: center;
}

.poster-title span,
.poster-title em {
  display: block;
}

.poster-title em {
  margin-top: 6px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-style: italic;
  font-size: 0.72em;
}

.poster-photos {
  position: relative;
  height: 190px;
  margin-top: 40px;
}

.photo-tile {
  position: absolute;
  display: block;
  width: 58%;
  height: 138px;
  background:
    radial-gradient(circle at 24% 34%, rgba(23, 21, 21, 0.85) 0 13px, transparent 14px),
    radial-gradient(circle at 48% 52%, rgba(23, 21, 21, 0.85) 0 18px, transparent 19px),
    radial-gradient(circle at 72% 36%, rgba(23, 21, 21, 0.82) 0 15px, transparent 16px),
    linear-gradient(130deg, transparent 0 44%, rgba(23, 21, 21, 0.36) 45% 55%, transparent 56%),
    repeating-radial-gradient(circle at 0 0, rgba(23, 21, 21, 0.62) 0 1px, transparent 1px 6px),
    rgba(23, 21, 21, 0.2);
  border: 3px solid rgba(23, 21, 21, 0.72);
}

.photo-one {
  left: 0;
  top: 34px;
  transform: rotate(-7deg);
}

.photo-two {
  right: 0;
  top: 0;
  transform: rotate(6deg);
}

.poster-bottom {
  margin-top: 8px;
  font-family: Cooper Black, "Arial Black", ui-serif, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.art-note {
  position: absolute;
  right: -18px;
  bottom: 26px;
  z-index: 2;
  width: min(260px, 82%);
  padding: 16px;
  color: var(--ink);
  background: var(--mint);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(-7deg);
}

.art-note strong,
.art-note span {
  display: block;
}

.art-note strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.art-note span {
  margin-top: 4px;
  font-weight: 750;
}

.intro-band,
.gallery-section,
.format-section,
.community-section,
.resources-section,
.rsvp-section {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.intro-band {
  background: var(--paper);
}

.section-heading,
.benefit-grid,
.format-section,
.community-section,
.resources-section,
.rsvp-section,
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.68fr);
  gap: 36px;
  align-items: end;
}

.section-heading h2,
.gallery-section h2,
.format-copy h2,
.community-section h2,
.resources-section h2,
.rsvp-section h2 {
  font-size: clamp(2.6rem, 6vw, 6.4rem);
}

.section-heading p,
.community-copy p,
.resources-intro p,
.rsvp-section p {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.26rem);
  font-weight: 650;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(36px, 5vw, 64px);
  background: var(--ink);
  border: 2px solid var(--ink);
}

.benefit-grid article {
  min-height: 250px;
  padding: 28px;
  background: var(--white);
}

.benefit-grid span {
  color: var(--coral-deep);
  font-weight: 950;
}

.benefit-grid h3,
.run-of-show h3 {
  margin: 24px 0 10px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.benefit-grid p,
.run-of-show p {
  margin: 0;
  color: rgba(23, 21, 21, 0.76);
  font-weight: 580;
}

.gallery-section {
  max-width: var(--max);
  margin: 0 auto;
  background: var(--white);
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
  gap: 24px 48px;
  align-items: end;
}

.gallery-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--coral-deep);
}

.gallery-heading p:last-child {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 650;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(190px, 21vw, 290px);
  gap: 10px;
  margin-top: clamp(34px, 5vw, 58px);
}

.photo-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.photo-grid .photo-wide {
  grid-column: span 2;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.photo-grid figure:hover img {
  transform: scale(1.025);
}

.format-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.format-photo {
  position: relative;
  transform: rotate(-2deg);
}

.format-photo img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border: 4px solid var(--white);
  box-shadow: 14px 14px 0 rgba(255, 255, 255, 0.16);
}

.format-photo span {
  position: absolute;
  right: -14px;
  bottom: 24px;
  max-width: 280px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--mint);
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--coral);
  font-weight: 900;
  transform: rotate(4deg);
}

.run-of-show {
  display: grid;
  gap: 18px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.run-of-show li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.run-of-show span {
  color: var(--mint);
  font-size: 1.25rem;
  font-weight: 950;
}

.run-of-show h3 {
  margin-top: 0;
}

.run-of-show p {
  color: rgba(255, 255, 255, 0.78);
}

.community-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.7fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 106, 76, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 106, 76, 0.18) 1px, transparent 1px),
    var(--blush);
  background-size: 34px 34px;
}

.community-copy {
  display: grid;
  gap: 22px;
}

.community-photos {
  position: relative;
  min-height: 470px;
}

.community-photos img {
  position: absolute;
  width: 78%;
  height: 300px;
  object-fit: cover;
  border: 4px solid var(--white);
  box-shadow: 12px 12px 0 var(--ink);
}

.community-photos img:first-child {
  top: 0;
  left: 0;
  transform: rotate(-3deg);
}

.community-photos img:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(4deg);
}

.community-copy h2 {
  margin-bottom: 8px;
}

.resources-section {
  background: var(--paper);
}

.resources-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.66fr);
  gap: 36px;
  align-items: end;
}

.resource-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(34px, 5vw, 58px);
}

.resource-links a {
  min-height: 170px;
  padding: 24px;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--coral);
  font-weight: 650;
}

.resource-links span {
  display: block;
  margin-bottom: 16px;
  color: var(--mint);
  font-size: 1.2rem;
  font-weight: 950;
  text-transform: uppercase;
}

.puzzle-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(34px, 5vw, 58px);
  background: var(--ink);
  border: 2px solid var(--ink);
}

.puzzle-board article {
  min-height: 260px;
  padding: 24px;
  background: var(--white);
}

.puzzle-board span {
  color: var(--coral-deep);
  font-weight: 950;
  text-transform: uppercase;
}

.puzzle-board h3 {
  margin: 22px 0 12px;
  font-size: 1.32rem;
  line-height: 1.04;
}

.puzzle-board p {
  margin: 0;
  color: rgba(23, 21, 21, 0.76);
  font-weight: 580;
}

.rsvp-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 32px;
  align-items: center;
  background: var(--coral);
  color: var(--white);
}

.rsvp-section p {
  max-width: 620px;
  margin: 24px 0 30px;
}

.connection-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.connection-links a {
  border-bottom: 2px solid currentColor;
}

.qr-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  font-weight: 950;
  text-transform: uppercase;
}

.qr-card img {
  width: min(220px, 100%);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  font-weight: 850;
}

.site-footer a {
  color: var(--coral-deep);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 22px;
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero,
  .section-heading,
  .gallery-heading,
  .format-section,
  .community-section,
  .resources-intro,
  .rsvp-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-poster {
    width: min(430px, 78vw);
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .resource-links,
  .puzzle-board {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: clamp(180px, 46vw, 340px);
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 0.92rem;
  }

  .nav-links {
    gap: 18px;
    font-size: 0.82rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .nav-cta {
    display: none;
  }

  .event-note {
    right: -10px;
    bottom: 18px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 68vw;
  }

  .photo-grid .photo-wide {
    grid-column: span 1;
  }

  .community-photos {
    min-height: 380px;
  }

  .community-photos img {
    height: 230px;
  }

  .run-of-show li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
