:root {
  --cream: #f3efe6;
  --paper: #e5e1d8;
  --ink: #171711;
  --burgundy: #361017;
  --rust: #a3321c;
  --gold: #df9909;
  --olive: #34462e;
  --blue: #0e3cbe;
  --green: #53714d;
  --line: rgba(23, 23, 17, 0.2);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  left: 0;
  padding: 0 5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  text-transform: uppercase;
}

.brand-small,
.eyebrow,
.section-label,
.schedule-content p,
.schedule-content span,
.location-card p,
.map-caption {
  font-family: var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-small {
  font-size: 7px;
  letter-spacing: 0.34em;
}

.brand-main {
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.06em;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 36px;
}

.site-nav a {
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 13px 18px;
  transition: 180ms ease;
}

.nav-cta:hover {
  background: #fff;
  color: var(--burgundy);
}

.menu-button {
  display: none;
}

.hero {
  align-items: center;
  background: var(--burgundy);
  color: #fff;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 140px 9vw 120px;
  position: relative;
}

.hero::after,
.closing::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 3px 3px;
  content: "";
  inset: 0;
  mix-blend-mode: soft-light;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}

.hero-art {
  inset: 0;
  position: absolute;
}

.hero-illustration {
  bottom: -24%;
  height: 123%;
  object-fit: contain;
  object-position: right bottom;
  position: absolute;
  right: -2%;
  width: 70%;
}

.hero-flower {
  bottom: -3%;
  height: auto;
  left: -3%;
  position: absolute;
  transform: rotate(-7deg);
  width: min(33vw, 450px);
  z-index: 1;
}

.hero-content {
  margin-left: 5vw;
  max-width: 610px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  gap: 12px;
  line-height: 1.5;
}

.eyebrow span {
  background: currentColor;
  border-radius: 100%;
  height: 4px;
  width: 4px;
}

.hero-kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  margin: 62px 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  line-height: 0.9;
  margin-bottom: 27px;
}

h1 em {
  display: block;
  font-family: var(--serif);
  font-size: clamp(64px, 9vw, 126px);
  font-weight: 400;
  letter-spacing: -0.09em;
}

h1 strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 49px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-copy {
  font-size: 16px;
  line-height: 1.65;
  max-width: 440px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 11px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-family: var(--mono);
  font-size: 10px;
  justify-content: center;
  letter-spacing: 0.16em;
  min-height: 51px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: 180ms ease;
}

.button-primary {
  background: var(--gold);
  color: var(--burgundy);
}

.button-secondary {
  background: var(--gold);
  color: var(--burgundy);
}

.button-primary:hover,
.button-secondary:hover {
  background: #efb32b;
  color: var(--burgundy);
  transform: translateY(-3px);
}

.date-badge {
  align-items: center;
  background: var(--gold);
  color: var(--burgundy);
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: center;
  position: absolute;
  right: 5vw;
  top: 10vh;
  width: 160px;
  z-index: 2;
}

.date-badge span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.date-badge strong {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 400;
  letter-spacing: -0.13em;
  line-height: 0.9;
  margin-left: -8px;
}

.hero-powered {
  align-items: center;
  backdrop-filter: blur(6px);
  background: rgba(21, 23, 17, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  gap: 12px;
  left: 5vw;
  min-height: 58px;
  padding: 10px 14px;
  position: absolute;
  z-index: 3;
}

.hero-powered span {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-powered a,
.hero-powered picture {
  align-items: center;
  display: flex;
}

.hero-powered a {
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-powered a:hover,
.hero-powered a:focus-visible {
  opacity: 0.82;
  transform: translateY(-1px);
}

.hero-powered img {
  display: block;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
  height: auto;
  width: 88px;
}

.scroll-cue {
  align-items: center;
  bottom: 40px;
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  gap: 12px;
  left: 5vw;
  letter-spacing: 0.16em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.scroll-cue i {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 30px;
  display: block;
  height: 28px;
  position: relative;
  width: 15px;
}

.scroll-cue i::after {
  animation: scroll-cue 1.8s infinite;
  background: #fff;
  border-radius: 100%;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 3px;
}

@keyframes scroll-cue {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(12px); }
}

.section {
  padding: 130px 9vw;
}

.section-label {
  color: var(--rust);
  font-size: 10px;
}

.intro {
  background: var(--cream);
}

.intro-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  margin-top: 46px;
}

.eyebrow.dark {
  color: var(--olive);
}

h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1.05;
}

.intro-copy h2 {
  max-width: 780px;
}

.intro-detail {
  align-self: end;
}

.intro-detail p,
.section-heading p,
.closing-content > p {
  font-size: 16px;
  line-height: 1.75;
}

.text-link {
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 10px;
  gap: 13px;
  letter-spacing: 0.15em;
  margin-top: 13px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.text-link i {
  color: var(--rust);
  font-size: 16px;
  font-style: normal;
}

.ticker {
  background: var(--gold);
  color: var(--burgundy);
  overflow: hidden;
  padding: 17px 0;
}

.ticker-track {
  animation: ticker 32s linear infinite;
  display: flex;
  gap: 25px;
  min-width: max-content;
  white-space: nowrap;
}

.ticker span {
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.ticker i {
  font-style: normal;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.schedule {
  background: #151711;
  color: var(--cream);
}

.section-heading {
  max-width: 710px;
}

.section-heading h2 {
  margin: 19px 0 14px;
}

.section-heading p {
  max-width: 590px;
  opacity: 0.8;
}

.schedule-list {
  border-top: 1px solid rgba(243, 239, 230, 0.22);
  margin-top: 66px;
}

.schedule-item {
  align-items: center;
  border-bottom: 1px solid rgba(243, 239, 230, 0.22);
  display: grid;
  gap: 30px;
  grid-template-columns: 150px minmax(50px, 1fr) minmax(450px, 1.4fr);
  min-height: 128px;
  transition: 180ms ease;
}

.schedule-item:hover {
  background: rgba(243, 239, 230, 0.06);
  padding-left: 13px;
  padding-right: 13px;
}

.schedule-time {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 49px;
  letter-spacing: -0.09em;
}

.schedule-time small {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.schedule-line {
  height: 1px;
  position: relative;
}

.schedule-line::before,
.schedule-line span {
  background: rgba(243, 239, 230, 0.25);
  content: "";
  inset: 0;
  position: absolute;
}

.schedule-line span {
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: 300ms ease;
}

.schedule-item:hover .schedule-line span {
  transform: scaleX(1);
}

.schedule-content h3,
.location-card h3 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 2px 0 9px;
}

.schedule-content p,
.schedule-content span,
.location-card p,
.address-link {
  color: var(--gold);
  font-size: 9px;
  margin-bottom: 0;
}

.schedule-content p {
  font-size: 11px;
  margin-top: 0;
}

.schedule-content .schedule-description {
  color: rgba(243, 239, 230, 0.72);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.45;
  margin: -2px 0 8px;
  max-width: 470px;
  text-transform: none;
}

.schedule-description a {
  border-bottom: 2px solid currentColor;
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: 180ms ease;
}

.schedule-description a:hover,
.schedule-description a:focus-visible {
  border-bottom-color: #fff;
  color: #fff;
}

.schedule-content span {
  color: rgba(243, 239, 230, 0.58);
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
}

.locations {
  background: var(--paper);
}

.location-heading {
  margin-bottom: 55px;
}

.location-heading p {
  color: rgba(23, 23, 17, 0.7);
}

.map-layout {
  display: grid;
  gap: 4vw;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
}

.event-guide-panel {
  align-self: start;
  background: #fff;
  border: 1px solid rgba(23, 23, 17, 0.14);
  box-shadow: 0 17px 35px rgba(23, 23, 17, 0.09);
  min-width: 0;
  overflow: hidden;
}

.event-guide-panel img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.event-guide-image-link {
  display: block;
}

.guide-expand {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--rust);
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  padding: 14px 16px;
  text-transform: uppercase;
}

.guide-expand span {
  font-size: 16px;
  line-height: 1;
}

.location-list {
  border-top: 1px solid var(--line);
  min-width: 0;
}

.location-card {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 50px 1fr 40px;
  min-height: 106px;
}

.location-card h3 {
  font-size: 21px;
  margin-bottom: 6px;
}

.location-card p,
.address-link {
  color: rgba(23, 23, 17, 0.55);
}

.address-link {
  display: inline-block;
  font-family: var(--mono);
  letter-spacing: 0.12em;
  padding-bottom: 3px;
  text-transform: uppercase;
  transition: 180ms ease;
}

.address-link:hover,
.address-link:focus-visible {
  border-bottom: 1px solid var(--rust);
  color: var(--rust);
}

.location-number {
  align-items: center;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.direction-link {
  align-items: center;
  border: 1px solid rgba(23, 23, 17, 0.3);
  border-radius: 100%;
  display: flex;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  transition: 180ms ease;
  width: 36px;
}

.direction-link:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

.blue { background: var(--blue); }
.green { background: var(--green); }
.black { background: #151711; }
.burgundy { background: #6f1d2d; }
.gold { background: var(--gold); }

.closing {
  align-items: center;
  background: var(--burgundy);
  color: #fff;
  display: flex;
  min-height: 670px;
  overflow: hidden;
  padding: 100px 9vw;
  position: relative;
}

.closing-illustration {
  bottom: -60%;
  filter: brightness(0.7);
  position: absolute;
  right: -5%;
  width: min(66vw, 900px);
}

.closing-flower {
  bottom: -3%;
  left: -2%;
  position: absolute;
  transform: rotate(-13deg);
  width: min(29vw, 410px);
}

.closing-content {
  position: relative;
  z-index: 1;
}

.closing-content h2 {
  font-size: clamp(58px, 8vw, 106px);
  margin: 24px 0;
}

.closing-content h2 em {
  color: var(--gold);
  font-weight: 400;
}

.button-light {
  border: 1px solid rgba(255, 255, 255, 0.65);
  margin-top: 15px;
}

.button-light:hover {
  background: #fff;
  color: var(--burgundy);
}

footer {
  align-items: center;
  background: #151711;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
  padding: 25px 5vw;
}

footer p,
footer > a:last-child {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.15em;
  margin: 0;
  text-transform: uppercase;
}

footer p {
  color: rgba(243, 239, 230, 0.65);
}

footer i {
  color: var(--gold);
  font-style: normal;
  margin: 0 8px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-header {
    height: 76px;
  }

  .menu-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 10px 0 10px 10px;
    position: relative;
    z-index: 3;
  }

  .menu-button span {
    background: #fff;
    display: block;
    height: 1px;
    transition: 180ms ease;
    width: 26px;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    align-items: flex-start;
    background: var(--burgundy);
    flex-direction: column;
    gap: 26px;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 90px 9vw;
    pointer-events: none;
    position: fixed;
    transform: translateY(-16px);
    transition: 220ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    font-size: 17px;
  }

  .nav-cta {
    margin-top: 12px;
  }

  .hero {
    align-items: flex-start;
    min-height: 850px;
    padding: 130px 7vw 120px;
  }

  .hero-content {
    margin-left: 0;
  }

  .hero-kicker {
    margin-top: 49px;
  }

  .hero-illustration {
    bottom: -3%;
    height: auto;
    right: -21%;
    width: 104%;
  }

  .hero-flower {
    bottom: 0;
    left: -10%;
    width: 54vw;
  }

  .date-badge {
    height: 103px;
    right: 7vw;
    top: auto;
    width: 103px;
    bottom: 68px;
  }

  .date-badge strong {
    font-size: 49px;
  }

  .hero-powered {
    bottom: 68px;
    gap: 9px;
    left: 7vw;
    min-height: 46px;
    padding: 8px 10px;
  }

  .hero-powered span {
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .hero-powered img {
    width: 60px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 91px 7vw;
  }

  .intro-grid {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 33px;
  }

  .schedule-list {
    margin-top: 43px;
  }

  .schedule-item {
    gap: 11px;
    grid-template-columns: 79px 18px 1fr;
    min-height: 113px;
  }

  .schedule-time {
    font-size: 35px;
  }

  .schedule-line {
    height: 65px;
    width: 1px;
  }

  .schedule-line::before,
  .schedule-line span {
    transform-origin: top;
  }

  .schedule-line span {
    transform: scaleY(0);
  }

  .schedule-item:hover .schedule-line span {
    transform: scaleY(1);
  }

  .schedule-content h3 {
    font-size: 23px;
  }

  .schedule-content p,
  .schedule-content span {
    font-size: 10px;
  }

  .schedule-content .schedule-description {
    font-size: 12px;
  }

  .map-layout {
    gap: 35px;
    grid-template-columns: 1fr;
  }

  .location-card {
    gap: 12px;
    grid-template-columns: 45px 1fr 36px;
  }

  .location-number {
    height: 37px;
    width: 37px;
  }

  .closing {
    min-height: 620px;
    padding: 90px 7vw 170px;
  }

  .closing-illustration {
    bottom: -12%;
    opacity: 0.5;
    right: -32%;
    width: 105vw;
  }

  .closing-flower {
    width: 53vw;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    padding: 35px 7vw;
  }
}

@media (max-width: 460px) {
  h1 em {
    font-size: 67px;
  }

  h1 strong {
    font-size: 23px;
  }

  h2 {
    font-size: 47px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-illustration {
    bottom: -2%;
    right: -42%;
    width: 129%;
  }

  .hero-flower {
    width: 65vw;
  }

  .date-badge {
    bottom: 35px;
  }

  .hero-powered {
    bottom: 35px;
  }
}
