.event-home {
  overflow-x: clip;
  background: var(--paper);
}

.event-highlight-hero {
  position: relative;
  min-height: max(650px, calc(100svh - 86px));
  height: calc(100svh - 86px);
  max-height: 980px;
  overflow: hidden;
  color: #fff;
  background: #020912;
  isolation: isolate;
}
.event-highlight-media,
.event-highlight-grade {
  position: absolute;
  inset: 0;
}
.event-highlight-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #020912;
}
.event-highlight-grade {
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2,8,14,.24) 0%, rgba(2,8,14,.08) 32%, rgba(2,8,14,.78) 100%),
    linear-gradient(90deg, rgba(2,8,14,.86) 0%, rgba(2,8,14,.43) 46%, rgba(2,8,14,.05) 76%);
}
.event-highlight-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  height: 100%;
  padding-top: clamp(100px, 15vh, 170px);
  padding-bottom: clamp(88px, 12vh, 132px);
}
.event-highlight-copy .eyebrow {
  margin-bottom: 18px;
  color: rgba(255,255,255,.78);
}
.event-highlight-copy .eyebrow span { background: var(--event-orange); }
.event-highlight-copy h1 {
  max-width: 1080px;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 7.8vw, 122px);
  line-height: .88;
  letter-spacing: -.078em;
  text-wrap: balance;
  text-shadow: 0 10px 48px rgba(0,0,0,.4);
}
.event-highlight-copy h1 em {
  color: #ff9a67;
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}
.event-highlight-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.68;
  text-wrap: pretty;
}
.event-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.event-highlight-hero .button-primary {
  min-height: 49px;
  background: var(--event-orange);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}
.event-highlight-hero .button-primary:hover { background: #d95018; }
.event-highlight-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 49px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  background: rgba(2,8,14,.38);
  backdrop-filter: blur(12px);
  font: 600 10px var(--mono);
  letter-spacing: .04em;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s, transform .2s;
}
.event-highlight-control:hover {
  border-color: #ff9a67;
  color: #ffb28b;
  transform: translateY(-2px);
}
.event-highlight-control:focus-visible,
.event-highlight-scroll:focus-visible {
  outline: 3px solid #ff9a67;
  outline-offset: 4px;
}
.event-highlight-control[aria-pressed="true"] {
  border-color: #ff9a67;
  color: #fff;
  background: rgba(243,107,43,.72);
}
.event-highlight-pause {
  min-width: 116px;
  border-color: transparent;
  color: rgba(255,255,255,.68);
  background: rgba(2,8,14,.18);
}
.event-highlight-scroll {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 5vw, 80px);
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.42);
  color: rgba(255,255,255,.76);
  font: 600 9px var(--mono);
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.event-highlight-scroll:hover { color: #fff; border-color: #ff9a67; }

.event-home .film-copy p,
.event-home .film-copy h1 em,
.event-home .film-copy h2 em { color: #ff9a67; }
.event-home .film-problem span { color: #ff9a67; }
.event-home .film-progress span { background: #f36b2b; }

.event-qualification {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: #fff;
  background: var(--event-orange);
}
.event-qualification span {
  padding: 16px 14px;
  border-right: 1px solid rgba(255,255,255,.3);
  font: 500 9px var(--mono);
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}
.event-qualification span:last-child { border-right: 0; }

.event-montage,
.event-paths,
.event-packages,
.event-process {
  padding-top: clamp(48px, 6vw, 78px);
  padding-bottom: clamp(60px, 7vw, 96px);
}
.event-paths,
.event-packages,
.event-process { padding-top: 0; }

.event-home .event-section-heading {
  display: grid;
  grid-template-columns: minmax(170px, .38fr) minmax(0, 1.12fr) minmax(250px, .5fr);
  gap: clamp(22px, 3.5vw, 52px);
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}
.event-home .event-section-heading .eyebrow { margin: 9px 0 0; }
.event-home .event-section-heading h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: .97;
  letter-spacing: -.07em;
}
.event-home .event-section-heading > p:last-child {
  margin: 9px 0 0;
  color: #526475;
  font-size: 15px;
  line-height: 1.72;
}

.event-montage-frame {
  position: relative;
  margin-top: 28px;
  color: #fff;
  background: #050b11;
  box-shadow: 18px 18px 0 var(--paper-deep);
}
.event-montage-frame video {
  display: block;
  width: 100%;
  max-height: min(76vh, 880px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}
.event-montage-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  color: rgba(255,255,255,.7);
  font: 500 9px/1.6 var(--mono);
  letter-spacing: .07em;
}
.event-montage-caption span:last-child { color: #ff9a67; text-align: right; }

.event-home .event-path-grid { margin-top: 34px; }
.event-home .event-path-card p { order: 2; }
.event-home .event-path-card h3 { order: 1; }
.event-home .event-path-card b { order: 3; }
.event-path-private { background: linear-gradient(145deg,#07131f,#173b56); }
.event-path-professional { background: linear-gradient(145deg,#111820,#493025); }
.event-path-performance { background: linear-gradient(145deg,#13171a,#39444d); }
.wedding-path {
  margin: 24px 0 0;
  color: #526475;
  font-size: 13px;
  text-align: right;
}
.wedding-path a { color: var(--ink); font-weight: 800; text-underline-offset: 4px; }

.event-home .event-proof {
  padding-top: clamp(62px, 7vw, 98px);
  padding-bottom: clamp(62px, 7vw, 98px);
}
.event-home .event-proof .event-section-heading { border-color: rgba(255,255,255,.28); }
.event-home .event-proof .event-section-heading h2 { color: #fff; }
.event-home .event-proof .event-section-heading > p:last-child { color: rgba(255,255,255,.65); }
.event-proof-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
  margin-top: 38px;
}
.event-proof-media { position: relative; display: block; color: #fff; }
.event-proof-media img { display: block; width: 100%; max-height: 690px; object-fit: cover; object-position: center 25%; box-shadow: 18px 18px 0 rgba(0,0,0,.24); }
.event-proof-media > span { position: absolute; right: 16px; bottom: 16px; padding: 10px 12px; color: #fff; background: rgba(7,19,31,.9); font: 500 9px var(--mono); letter-spacing: .07em; }
.event-proof-feature h3,
.event-proof-secondary h3 { margin: 0 0 20px; color: #fff; font-size: clamp(32px, 4vw, 58px); line-height: .98; letter-spacing: -.065em; }
.event-proof-feature > div > p:not(.eyebrow),
.event-proof-secondary > div > p:not(.eyebrow) { color: rgba(255,255,255,.7); line-height: 1.75; }
.event-proof-audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.event-proof-audience a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  align-items: center;
  min-width: 0;
  padding: 14px 14px 14px 0;
  color: #fff;
  text-decoration: none;
  transition: color .2s, background .2s;
}
.event-proof-audience a + a {
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.event-proof-audience strong {
  color: #ff9a67;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: -.06em;
}
.event-proof-audience span {
  color: rgba(255,255,255,.58);
  font: 500 8px/1.45 var(--mono);
  letter-spacing: .04em;
}
.event-proof-audience a:hover { color: #ff9a67; background: rgba(255,255,255,.04); }
.event-proof-audience a:hover span { color: #ff9a67; }
.event-proof-audience a:focus-visible { outline: 3px solid #ff9a67; outline-offset: 3px; }
.event-proof-feature blockquote { margin: 30px 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.event-proof-feature blockquote p { margin: 0; color: #fff; font: 400 22px/1.45 "DM Serif Display", Georgia, serif; }
.event-proof-feature blockquote cite { display: block; margin-top: 12px; color: rgba(255,255,255,.5); font: 500 9px var(--mono); font-style: normal; }
.event-proof-feature .text-link,
.event-proof-secondary .text-link { color: #fff; border-color: rgba(255,255,255,.6); }
.event-proof-secondary {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.event-proof-secondary img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.event-proof-secondary h3 { font-size: clamp(28px, 3.3vw, 48px); }

.event-home .package-grid { margin-top: 34px; }
.event-home .package-card {
  min-height: 560px;
  padding: clamp(24px, 3vw, 38px);
}
.event-home .package-card > p {
  margin: 0;
  color: var(--event-orange);
  font: 500 9px var(--mono);
  letter-spacing: .08em;
}
.event-home .package-card > h3 { margin: 25px 0 8px; }
.event-home .package-card > h3 small {
  display: block;
  margin-bottom: 6px;
  color: #526475;
  font: 500 9px var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.event-home .package-card > span { margin-bottom: 28px; color: #526475; font: 500 10px var(--mono); letter-spacing: .05em; }
.event-home .package-card > b {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 12px;
  color: #fff;
  background: var(--event-orange);
  font: 500 8px var(--mono);
  letter-spacing: .08em;
}
.event-home .package-card a {
  align-self: flex-start;
  margin-top: auto;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.event-home .package-popular { color: #fff; border-color: var(--event-dark); background: var(--event-dark); box-shadow: 15px 15px 0 var(--event-warm); }
.event-home .package-popular > p { color: #ff9a67; }
.event-home .package-popular > h3 small { color: rgba(255,255,255,.58); }
.event-home .package-popular > span { color: rgba(255,255,255,.58); }
.event-home .package-popular li { border-color: rgba(255,255,255,.18); }
.event-home .package-terms { display: block; margin: 24px 0 0; padding: 18px 22px; color: #526475; background: var(--event-warm); font-size: 13px; }

.event-home .event-reliability { padding: 0; }
.event-reliability-inner { padding-top: clamp(62px, 7vw, 100px) !important; padding-bottom: clamp(62px, 7vw, 100px) !important; }
.event-home .reliability-grid { grid-template-columns: repeat(3, 1fr); }
.event-home .reliability-grid article { min-height: 230px; }
.event-home .reliability-grid article:nth-child(3) { border-right: 0; }
.event-home .reliability-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
.event-home .reliability-grid article:nth-child(4) { padding-left: 0; }

.event-home .process-grid { margin-top: 34px; }
.event-founder {
  display: grid;
  grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  margin-top: 44px;
  padding: 26px;
  color: #fff;
  background: linear-gradient(135deg,#07131f,#123852);
}
.event-founder img { width: 100%; max-height: 430px; object-fit: cover; object-position: center 24%; }
.event-founder h3 { max-width: 760px; margin: 0 0 18px; font-size: clamp(31px, 4vw, 54px); line-height: 1; letter-spacing: -.06em; }
.event-founder p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.7); line-height: 1.7; }
.event-founder .text-link { color: #fff; border-color: rgba(255,255,255,.65); }

.event-home .event-faq { padding-top: clamp(62px, 7vw, 100px); padding-bottom: clamp(62px, 7vw, 100px); color: #fff; background: var(--event-dark); }
.event-faq-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(36px, 6vw, 78px); }
.event-home .event-faq .event-section-heading { display: block; border-color: rgba(255,255,255,.25); }
.event-home .event-faq .event-section-heading .eyebrow { color: rgba(255,255,255,.62); }
.event-home .event-faq .event-section-heading h2 { color: #fff; }
.faq-list details { border-top: 1px solid rgba(255,255,255,.22); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.faq-list summary { position: relative; padding: 16px 36px 16px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; color: #ff9a67; font: 500 18px var(--mono); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 28px 18px 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; }

.event-contact { color: #fff; background: linear-gradient(135deg,#0b2940,#07131f 72%); }
.event-contact-inner { display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr); align-items: start; gap: clamp(36px,6vw,78px); padding-top: clamp(64px,7vw,100px); padding-bottom: clamp(68px,8vw,108px); }
.event-contact-copy h2 { margin: 0 0 24px; font-size: clamp(42px,5.2vw,76px); line-height: .96; letter-spacing: -.075em; }
.event-contact-copy > p:not(.eyebrow):not(.contact-note) { color: rgba(255,255,255,.7); line-height: 1.7; }
.event-contact .contact-assurances { display: grid; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.25); }
.event-contact .contact-assurances span { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.64); font: 500 9px var(--mono); letter-spacing: .06em; }
.event-contact .contact-note { color: rgba(255,255,255,.72); }
.event-contact .contact-note > span { background: var(--event-orange); }
.event-availability-form { align-self: start; height: fit-content; max-width: none; padding: clamp(24px,4vw,42px); color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.event-availability-form input,
.event-availability-form select,
.event-availability-form textarea { width: 100%; min-height: 43px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 9px 0; color: var(--ink); background: transparent; font: 600 14px var(--sans); outline: 0; }
.event-availability-form textarea { min-height: 82px; resize: vertical; }
.event-availability-form :is(input,select,textarea):focus { border-color: var(--event-orange); }
.event-availability-form .form-field { margin-bottom: 13px; }
.event-availability-form .form-submit-row { align-items: flex-start; flex-direction: column; }
.event-availability-form .form-submit-row .button { width: 100%; }
.event-availability-form [data-form-status] { min-height: 18px; }

.event-home .site-footer { grid-template-columns: 1fr 1.2fr auto auto; }
.event-home .site-footer nav { display: flex; flex-wrap: wrap; gap: 13px; }
.event-home .site-footer nav a { color: var(--ink); font-size: 10px; font-weight: 800; text-decoration: none; }

@media (max-width: 1050px) {
  .event-home .site-nav { gap: 17px; }
  .event-home .site-nav a { font-size: 11px; }
}

@media (max-width: 850px) {
  .event-highlight-hero {
    min-height: max(680px, calc(100svh - 74px));
    height: calc(100svh - 74px);
  }
  .event-highlight-copy {
    padding-top: 92px;
    padding-bottom: 98px;
  }
  .event-highlight-copy h1 {
    max-width: 760px;
    font-size: clamp(54px, 12.5vw, 84px);
  }
  .event-highlight-copy > p:not(.eyebrow) { max-width: 640px; }
  .event-qualification { grid-template-columns: 1fr 1fr; }
  .event-qualification span:nth-child(2) { border-right: 0; }
  .event-qualification span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.3); }
  .event-home .event-section-heading,
  .event-proof-feature,
  .event-proof-secondary,
  .event-faq-inner,
  .event-contact-inner { grid-template-columns: 1fr; }
  .event-home .event-section-heading { gap: 10px; }
  .event-home .event-section-heading .eyebrow { margin: 0 0 8px; }
  .event-home .event-section-heading > p:last-child { max-width: 650px; }
  .event-montage-frame { box-shadow: 10px 10px 0 var(--paper-deep); }
  .event-home .reliability-grid { grid-template-columns: 1fr 1fr; }
  .event-home .reliability-grid article:nth-child(2),
  .event-home .reliability-grid article:nth-child(4) { border-right: 0; }
  .event-home .reliability-grid article:nth-child(3) { border-right: 1px solid var(--line); }
  .event-home .reliability-grid article:nth-child(4) { padding-left: 22px; }
  .event-founder { grid-template-columns: 180px 1fr; }
  .event-contact-inner { gap: 50px; }
  .event-home .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .event-highlight-hero {
    min-height: max(540px, calc(100svh - 74px));
    height: auto;
    max-height: none;
  }
  .event-highlight-media video { object-position: 55% center; }
  .event-highlight-grade {
    background:
      linear-gradient(180deg, rgba(2,8,14,.16) 0%, rgba(2,8,14,.3) 33%, rgba(2,8,14,.94) 100%),
      linear-gradient(90deg, rgba(2,8,14,.64), rgba(2,8,14,.08));
  }
  .event-highlight-copy {
    justify-content: flex-end;
    min-height: max(540px, calc(100svh - 74px));
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .event-highlight-copy .eyebrow { margin-bottom: 14px; font-size: 9px; }
  .event-highlight-copy h1 { font-size: clamp(48px, 14vw, 66px); }
  .event-highlight-copy > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.56;
  }
  .event-highlight-actions { align-items: stretch; margin-top: 17px; }
  .event-highlight-hero .button-primary { flex: 1 0 100%; }
  .event-highlight-control { flex: 1 1 calc(50% - 5px); padding-right: 10px; padding-left: 10px; }
  .event-highlight-pause { min-width: 0; }
  .event-highlight-scroll { display: none; }
  .event-qualification { grid-template-columns: 1fr 1fr; }
  .event-qualification span { border-right: 1px solid rgba(255,255,255,.3); border-bottom: 0; }
  .event-qualification span:nth-child(2n) { border-right: 0; }
  .event-qualification span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.3); }
  .event-montage-caption { flex-direction: column; }
  .event-montage-caption span:last-child { text-align: left; }
  .event-home .event-path-grid,
  .event-home .package-grid,
  .event-home .reliability-grid,
  .event-home .process-grid { grid-template-columns: 1fr; }
  .event-home .package-card { min-height: 0; }
  .event-home .reliability-grid article,
  .event-home .reliability-grid article:first-child,
  .event-home .reliability-grid article:nth-child(3),
  .event-home .reliability-grid article:nth-child(4) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .event-home .reliability-grid article:last-child { border-bottom: 0; }
  .event-founder { grid-template-columns: 1fr; padding: 22px; }
  .event-founder img { max-height: 360px; }
  .event-availability-form { margin-right: -10px; margin-left: -10px; padding: 22px 18px; }
}

@media (max-width: 850px) and (max-height: 540px) and (orientation: landscape) {
  .event-highlight-hero {
    min-height: calc(100svh - 74px);
    height: calc(100svh - 74px);
  }
  .event-highlight-copy {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .event-highlight-copy .eyebrow { margin-bottom: 10px; }
  .event-highlight-copy h1 {
    max-width: 620px;
    font-size: clamp(42px, 8vw, 62px);
  }
  .event-highlight-copy > p:not(.eyebrow) { display: none; }
  .event-highlight-actions { margin-top: 16px; }
  .event-highlight-hero .button-primary,
  .event-highlight-control { min-height: 43px; }
  .event-highlight-pause,
  .event-highlight-scroll { display: none; }
}

.event-home .event-reliability {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #061522 0%, #0a2940 62%, #103a57 100%);
  isolation: isolate;
}
.event-home .event-reliability::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}
.event-home .event-reliability .event-section-heading { border-color: rgba(255,255,255,.34); }
.event-home .event-reliability .event-section-heading h2 { color: #fff; }
.event-home .event-reliability .event-section-heading h2 em { color: #ff9a67; }
.event-home .event-reliability .event-section-heading > p:last-child { color: rgba(255,255,255,.68); }
.event-home .event-reliability .eyebrow { color: rgba(255,255,255,.72); }
.event-home .event-reliability .eyebrow span { background: var(--event-orange); }
.event-home .event-reliability .reliability-grid article { border-color: rgba(255,255,255,.18); }
.event-home .event-reliability .reliability-grid span { color: #ff9a67; }
.event-home .event-reliability .reliability-grid h3 { color: #fff; }
.event-home .event-reliability .reliability-grid p { color: rgba(255,255,255,.66); }

@media (prefers-reduced-motion: reduce) {
  .event-highlight-control { transition: none; }
  .event-montage-frame video { animation: none; }
}
