.events-page {
  --event-accent: #b95f38;
  --event-cream: #f1e7d8;
  --event-ink: #211d19;
  background: var(--paper);
}

.events-page .site-header {
  background: linear-gradient(180deg, rgba(14, 12, 10, 0.58), transparent);
}

.events-page .site-header.is-scrolled {
  background: rgba(245, 245, 242, 0.97);
}

.events-hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: var(--white);
  background: #251b17;
}

.events-hero > img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.94) brightness(0.72) contrast(1.02);
}

.events-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 13, 10, 0.78) 0%, rgba(19, 13, 10, 0.38) 47%, rgba(19, 13, 10, 0.08) 76%);
}

.events-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 58px;
}

.events-hero h1 {
  max-width: 880px;
  font-size: clamp(54px, 6vw, 86px);
}

.events-hero__content > p:not(.eyebrow) {
  max-width: 570px;
  margin: 19px 0 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

.events-hero__scroll {
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.events-hero__scroll span { font-size: 16px; }

.events-intro {
  display: grid;
  min-height: 370px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.events-intro__title,
.events-intro__copy {
  padding-block: 72px;
}

.events-intro__title { padding-right: clamp(38px, 5vw, 78px); }
.events-intro__copy { padding-left: clamp(38px, 5vw, 78px); }

.events-intro h2 {
  font-size: clamp(46px, 4.7vw, 68px);
}

.events-intro__lead {
  max-width: 590px;
  margin-bottom: 20px;
  color: #34302b;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.38;
}

.events-intro__copy > p:last-child {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--muted);
}

.event-formats { padding-bottom: 92px; }

.event-formats__heading {
  display: flex;
  min-height: 180px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 0 34px;
  border-top: 1px solid var(--line);
}

.event-formats__heading .eyebrow { margin-bottom: 0; }
.event-formats__heading h2 { max-width: 680px; font-size: clamp(42px, 4.4vw, 64px); text-align: right; }

.event-cards {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.event-card { position: relative; overflow: hidden; background: #e9e5df; }
.event-card--birthday { grid-column: span 4; }
.event-card--company { grid-column: span 4; }
.event-card--private { grid-column: span 4; }

.event-card__media { height: 390px; overflow: hidden; }
.event-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.86) brightness(0.84); transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.event-card:hover .event-card__media img { transform: scale(1.025); }
.event-card--birthday img { object-position: 58% center; }
.event-card--company img { object-position: 54% center; }

.event-card__content { position: relative; min-height: 250px; padding: 30px 30px 34px; }
.event-card__number { position: absolute; top: 27px; right: 28px; color: var(--event-accent); font-family: var(--serif); font-size: 24px; }
.event-card__content .eyebrow { padding-right: 48px; }
.event-card h3 { max-width: 330px; font-size: clamp(28px, 2.5vw, 38px); }
.event-card__content > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.events-story {
  display: grid;
  min-height: 860px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 560px 300px;
  color: var(--white);
  background: var(--event-ink);
}

.events-story figure { margin: 0; overflow: hidden; }
.events-story img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.78) brightness(0.75); }
.events-story__large { grid-column: 1; grid-row: 1; }
.events-story__large img { object-position: 70% center; }

.events-story__copy {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
  padding: 62px clamp(38px, 6vw, 98px);
  background: #2a2521;
}

.events-story__copy h2 { max-width: 600px; font-size: clamp(44px, 4.7vw, 68px); }
.events-story__copy ul { margin: 34px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); list-style: none; }
.events-story__copy li {
  display: grid;
  min-height: 66px;
  grid-template-columns: 42px 30px minmax(150px, 0.72fr) minmax(250px, 1.28fr);
  align-items: center;
  column-gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.events-story__number { color: #d68a63; font-family: var(--serif); font-size: 20px; }
.events-story__icon {
  width: 27px;
  height: 27px;
  color: #d68a63;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.events-story__copy strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.events-story__copy small { color: rgba(255, 255, 255, 0.62); font-size: 11px; line-height: 1.45; }
.events-story__small--welcome { grid-column: 1; grid-row: 2; }
.events-story__small--music { grid-column: 2; grid-row: 2; }
.events-story__small--welcome img { object-position: center 55%; }
.events-story__small--music img { object-position: center 34%; }

.event-request {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--event-cream);
}

.event-request__intro {
  display: flex;
  min-height: 680px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 74px clamp(34px, 6vw, 96px);
  color: #2a211d;
}

.event-request__intro h2 { max-width: 520px; font-size: clamp(48px, 5vw, 72px); }
.event-request__intro > p:not(.eyebrow) { max-width: 500px; margin: 25px 0 34px; color: #695e56; }

.event-request__contact { display: flex; flex-direction: column; gap: 7px; padding-top: 24px; border-top: 1px solid rgba(42, 33, 29, 0.18); }
.event-request__contact span { margin-bottom: 3px; color: #776b62; font-size: 10px; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; }
.event-request__contact a { font-family: var(--serif); font-size: 19px; }

.event-form {
  display: flex;
  min-height: 680px;
  flex-direction: column;
  justify-content: center;
  gap: 23px;
  padding: 66px clamp(34px, 6vw, 96px);
  color: var(--white);
  color-scheme: dark;
  background: var(--forest-dark);
}

.event-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.event-form label:not(.event-form__consent) { display: flex; flex-direction: column; }
.event-form label > span:first-child { margin-bottom: 7px; color: rgba(255, 255, 255, 0.72); font-size: 10px; font-weight: 650; letter-spacing: 0.11em; text-transform: uppercase; }

.event-form input,
.event-form select,
.event-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
  outline: 0;
  color: var(--white);
  background: transparent;
  font: inherit;
}

.event-form input,
.event-form select { min-height: 46px; }
.event-form textarea { min-height: 112px; padding: 10px 0; resize: vertical; }
.event-form select option { color: var(--ink); }
.event-form input::placeholder,
.event-form textarea::placeholder { color: rgba(255, 255, 255, 0.36); }
.event-form input:focus,
.event-form select:focus,
.event-form textarea:focus { border-bottom-color: var(--white); }

.event-form__consent { display: flex; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, 0.62); font-size: 11px; }
.event-form__consent input { width: 16px; min-height: 16px; margin: 2px 0 0; accent-color: var(--event-accent); }
.event-form__footer { display: flex; align-items: center; gap: 18px; }
.event-form__footer p { margin: 0; color: rgba(255, 255, 255, 0.54); font-size: 11px; }
.event-form .button--forest { color: #261c18; background: #f5ede2; border-color: #f5ede2; }
.event-form .button--forest:hover,
.event-form .button--forest:focus-visible { color: var(--white); background: var(--event-accent); border-color: var(--event-accent); }

@media (max-width: 980px) {
  .event-card__media { height: 310px; }
  .event-card__content { padding-inline: 22px; }
  .events-story__copy { padding-inline: 44px; }
  .events-story__copy li {
    min-height: 78px;
    grid-template-columns: 38px 28px minmax(0, 1fr);
    grid-template-areas:
      "number icon title"
      ". . description";
    align-content: center;
    column-gap: 14px;
    row-gap: 2px;
  }
  .events-story__number { grid-area: number; }
  .events-story__icon { grid-area: icon; }
  .events-story__copy strong { grid-area: title; }
  .events-story__copy small { grid-area: description; }
}

@media (max-width: 720px) {
  .events-hero { min-height: 610px; }
  .events-hero > img { height: 610px; object-position: 58% center; }
  .events-hero__shade { background: linear-gradient(180deg, rgba(18, 12, 9, 0.22), rgba(18, 12, 9, 0.76) 72%); }
  .events-hero__content { width: calc(100% - 36px); padding-bottom: 52px; }
  .events-hero h1 { font-size: 50px; }
  .events-hero__content > p:not(.eyebrow) { font-size: 14px; }
  .events-hero__scroll { display: none; }

  .events-intro { min-height: 0; padding-block: 52px; grid-template-columns: 1fr; }
  .events-intro__title,
  .events-intro__copy { padding: 0; }
  .events-intro__copy { margin-top: 32px; }
  .events-intro h2 { font-size: 44px; }
  .events-intro__lead { font-size: 23px; }

  .event-formats { padding-bottom: 54px; }
  .event-formats__heading { min-height: 0; align-items: flex-start; flex-direction: column; padding-block: 34px 26px; }
  .event-formats__heading h2 { font-size: 42px; text-align: left; }
  .event-cards { display: block; }
  .event-card { margin-bottom: 16px; transform: none; }
  .event-card__media { height: 300px; }
  .event-card__content { min-height: 220px; padding: 27px 22px 30px; }
  .event-card h3 { font-size: 34px; }

  .events-story { display: block; min-height: 0; }
  .events-story__large { height: 320px; }
  .events-story__copy { padding: 48px 20px; }
  .events-story__copy h2 { font-size: 44px; }
  .events-story__copy li {
    min-height: 82px;
    grid-template-columns: 34px 26px 1fr;
    column-gap: 12px;
    row-gap: 3px;
    padding: 12px 0;
  }
  .events-story__icon { grid-area: icon; width: 24px; height: 24px; }
  .events-story__small { height: 230px; }
  .events-story__small--music { display: none; }

  .event-request { grid-template-columns: 1fr; }
  .event-request__intro { min-height: 0; padding: 52px 20px; }
  .event-request__intro h2 { font-size: 47px; }
  .event-form { min-height: 0; padding: 50px 20px; }
  .event-form__row { grid-template-columns: 1fr; gap: 23px; }
  .event-form__footer { align-items: flex-start; flex-direction: column; }
}

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