body.ecc-template-large-events {
  --le-blue: #004b68;
  --le-blue-dark: #003d57;
  --le-blue-soft: #e8f0f1;
  --le-cream: #f5f1e7;
  --le-white: #fff;
  --le-gold: #a68a4f;
  --le-ink: #13313e;
  --le-muted: #65757d;
  --le-line: rgba(0, 75, 104, .16);
  --le-radius: 18px;
  margin: 0;
  background: var(--le-cream);
  color: var(--le-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.ecc-template-large-events,
body.ecc-template-large-events * { box-sizing: border-box; }
body.ecc-template-large-events img { display: block; width: 100%; height: auto; }
body.ecc-template-large-events a { color: inherit; text-decoration: none; }
body.ecc-template-large-events button,
body.ecc-template-large-events input,
body.ecc-template-large-events select,
body.ecc-template-large-events textarea { font: inherit; }

.ecc-template-large-events .le-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ecc-template-large-events .le-header {
  position: sticky;
  z-index: 60;
  top: 0;
  background: var(--le-blue-dark);
  color: var(--le-white);
  box-shadow: 0 8px 28px rgba(0, 35, 50, .13);
}

.ecc-template-large-events .le-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ecc-template-large-events .le-logo { display: inline-flex; width: 150px; }
.ecc-template-large-events .le-logo img { width: 150px; height: auto; }

.ecc-template-large-events .le-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--le-gold);
  border-radius: 999px;
  background: var(--le-gold);
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.ecc-template-large-events .le-button:hover,
.ecc-template-large-events .le-button:focus-visible {
  transform: translateY(-2px);
  background: #b79856;
}

.ecc-template-large-events .le-button:focus-visible,
.ecc-template-large-events summary:focus-visible,
.ecc-template-large-events input:focus-visible,
.ecc-template-large-events select:focus-visible,
.ecc-template-large-events textarea:focus-visible {
  outline: 3px solid rgba(166, 138, 79, .42);
  outline-offset: 3px;
}

.ecc-template-large-events .le-button--small { min-height: 46px; padding-inline: 22px; }

.ecc-template-large-events .le-hero {
  position: relative;
  min-height: min(820px, calc(100svh - 82px));
  display: flex;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: var(--le-white);
}

.ecc-template-large-events .le-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--le-hero-image) center 46% / cover no-repeat;
  content: "";
}

.ecc-template-large-events .le-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 44, 62, .94) 0%, rgba(0, 50, 70, .80) 47%, rgba(0, 45, 63, .24) 78%),
    linear-gradient(0deg, rgba(0, 45, 63, .78) 0%, transparent 55%);
  content: "";
}

.ecc-template-large-events .le-hero__content { padding-block: clamp(72px, 9vw, 118px) 38px; }
.ecc-template-large-events .le-kicker,
.ecc-template-large-events .le-eyebrow {
  margin: 0 0 16px;
  color: var(--le-gold);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ecc-template-large-events .le-kicker {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(0, 61, 87, .64);
  color: #fff;
  backdrop-filter: blur(5px);
}

.ecc-template-large-events h1,
.ecc-template-large-events h2,
.ecc-template-large-events h3,
.ecc-template-large-events p { margin-top: 0; }

.ecc-template-large-events h1,
.ecc-template-large-events h2,
.ecc-template-large-events h3 {
  color: var(--le-blue-dark);
  font-family: Inter, Arial, sans-serif;
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: .99;
  text-wrap: balance;
}

.ecc-template-large-events h1 {
  max-width: 1050px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.1rem, 4.2vw, 5.2rem);
}

.ecc-template-large-events h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.3vw, 4.45rem); }
.ecc-template-large-events h3 { margin-bottom: 12px; font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.08; }

.ecc-template-large-events .le-hero__lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}

.ecc-template-large-events .le-hero__action { display: flex; max-width: 790px; align-items: center; gap: 20px; margin-bottom: 54px; }
.ecc-template-large-events .le-hero__action p { max-width: 410px; margin: 0; color: rgba(255,255,255,.75); font-size: .84rem; }

.ecc-template-large-events .le-proofbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.28);
}

.ecc-template-large-events .le-proofbar > div { padding: 20px 18px 4px 0; }
.ecc-template-large-events .le-proofbar strong { display: block; color: #fff; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1; }
.ecc-template-large-events .le-proofbar span { display: block; margin-top: 7px; color: rgba(255,255,255,.7); font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ecc-template-large-events .le-hero__trust { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: .82rem; }

.ecc-template-large-events .le-section { padding-block: clamp(76px, 9vw, 132px); }
.ecc-template-large-events .le-problem { background: #fff; }
.ecc-template-large-events .le-solution { background: var(--le-cream); }
.ecc-template-large-events .le-scale { background: var(--le-blue-dark); color: #fff; }
.ecc-template-large-events .le-journey { background: #fff; }
.ecc-template-large-events .le-simplicity { background: var(--le-blue-soft); }
.ecc-template-large-events .le-formats { background: var(--le-cream); }
.ecc-template-large-events .le-trust { background: #fff; }
.ecc-template-large-events .le-gallery { background: var(--le-blue-dark); color: #fff; }
.ecc-template-large-events .le-logistics { background: var(--le-cream); }
.ecc-template-large-events .le-faq { background: #fff; }
.ecc-template-large-events .le-quote { background: var(--le-gold); }

.ecc-template-large-events .le-split,
.ecc-template-large-events .le-section-heading,
.ecc-template-large-events .le-faq__layout,
.ecc-template-large-events .le-quote__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(42px, 8vw, 110px);
}

.ecc-template-large-events .le-section-heading { align-items: end; margin-bottom: 54px; }
.ecc-template-large-events .le-section-heading > p,
.ecc-template-large-events .le-copy p,
.ecc-template-large-events .le-simplicity__lead {
  color: var(--le-muted);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.ecc-template-large-events .le-copy p + p { margin-top: 24px; }
.ecc-template-large-events .le-highlight { padding-left: 22px; border-left: 3px solid var(--le-gold); color: var(--le-blue-dark) !important; font-weight: 750; }

.ecc-template-large-events .le-problem-heading { max-width: 980px; margin-bottom: 52px; }
.ecc-template-large-events .le-problem-heading > p:last-child { max-width: 760px; color: var(--le-muted); font-size: clamp(1rem, 1.3vw, 1.16rem); }
.ecc-template-large-events .le-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.ecc-template-large-events .le-pain-grid article {
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--le-line);
  border-radius: var(--le-radius);
  background: var(--le-cream);
}
.ecc-template-large-events .le-pain-grid span { display: block; margin-bottom: 44px; color: var(--le-gold); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.ecc-template-large-events .le-pain-grid p { margin-bottom: 0; color: var(--le-muted); font-size: .92rem; }

.ecc-template-large-events .le-section-heading--light h2,
.ecc-template-large-events .le-section-heading--light > p { color: #fff; }
.ecc-template-large-events .le-section-heading--light > p { opacity: .72; }

.ecc-template-large-events .le-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ecc-template-large-events .le-service-grid article,
.ecc-template-large-events .le-format-grid article,
.ecc-template-large-events .le-logistics-grid article {
  border: 1px solid var(--le-line);
  border-radius: var(--le-radius);
  background: #fff;
}

.ecc-template-large-events .le-service-grid article { min-height: 285px; padding: 28px; }
.ecc-template-large-events .le-service-grid span,
.ecc-template-large-events .le-format-grid span {
  display: block;
  margin-bottom: 60px;
  color: var(--le-gold);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.ecc-template-large-events .le-service-grid p,
.ecc-template-large-events .le-format-grid p,
.ecc-template-large-events .le-logistics-grid p { margin-bottom: 0; color: var(--le-muted); font-size: .86rem; }
.ecc-template-large-events .le-centered-action { margin: 42px 0 0; text-align: center; }

.ecc-template-large-events .le-scale-gallery {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(2, 265px);
  gap: 16px;
}

.ecc-template-large-events .le-scale-gallery figure,
.ecc-template-large-events .le-gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--le-radius); }
.ecc-template-large-events .le-scale-gallery__main { grid-row: 1 / 3; }
.ecc-template-large-events .le-scale-gallery img,
.ecc-template-large-events .le-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ecc-template-large-events .le-scale-gallery figure:hover img,
.ecc-template-large-events .le-gallery-grid figure:hover img { transform: scale(1.025); }
.ecc-template-large-events .le-scale-gallery figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  padding-top: 30px;
  color: #fff;
  font-weight: 850;
  background: linear-gradient(transparent, rgba(0, 45, 63, .76));
}
.ecc-template-large-events .le-scale .le-button { color: #fff; }

.ecc-template-large-events .le-journey__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.ecc-template-large-events .le-journey__steps::before { position: absolute; top: 17px; right: 4%; left: 4%; height: 1px; background: var(--le-line); content: ""; }
.ecc-template-large-events .le-journey__steps li { position: relative; z-index: 1; padding-right: 12px; }
.ecc-template-large-events .le-journey__steps span { display: grid; width: 35px; height: 35px; margin-bottom: 17px; border-radius: 50%; background: var(--le-gold); color: #fff; place-items: center; font-size: .66rem; font-weight: 850; }
.ecc-template-large-events .le-journey__steps strong { color: var(--le-blue-dark); font-size: .78rem; }
.ecc-template-large-events .le-journey__note { max-width: 720px; margin: 40px 0 0; color: var(--le-muted); }

.ecc-template-large-events .le-simplicity .le-button { margin-top: 22px; }
.ecc-template-large-events .le-benefit-list { margin: 0; padding: 0; list-style: none; }
.ecc-template-large-events .le-benefit-list li { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; padding: 24px 0; border-top: 1px solid var(--le-line); }
.ecc-template-large-events .le-benefit-list li:last-child { border-bottom: 1px solid var(--le-line); }
.ecc-template-large-events .le-benefit-list strong { color: var(--le-blue-dark); }
.ecc-template-large-events .le-benefit-list span { color: var(--le-muted); font-size: .9rem; }

.ecc-template-large-events .le-format-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ecc-template-large-events .le-format-grid article { grid-column: span 2; min-height: 250px; padding: 28px; }
.ecc-template-large-events .le-format-grid article:nth-child(4) { grid-column: 2 / span 2; }
.ecc-template-large-events .le-format-grid span { margin-bottom: 42px; }

.ecc-template-large-events .le-logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.ecc-template-large-events .le-logo-grid img { width: 100%; height: 88px; padding: 22px; border: 1px solid var(--le-line); border-radius: 12px; object-fit: contain; filter: grayscale(1); opacity: .66; transition: filter .2s ease, opacity .2s ease; }
.ecc-template-large-events .le-logo-grid img:hover { filter: grayscale(0); opacity: 1; }

.ecc-template-large-events .le-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 14px; }
.ecc-template-large-events .le-gallery-grid__wide { grid-column: span 2; }

.ecc-template-large-events .le-logistics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ecc-template-large-events .le-logistics-grid article { padding: 24px; }
.ecc-template-large-events .le-logistics-grid article > span { display: grid; width: 42px; height: 42px; margin-bottom: 36px; border-radius: 50%; background: var(--le-blue-soft); color: var(--le-blue); place-items: center; font-size: .73rem; font-weight: 850; }

.ecc-template-large-events .le-faq__items { border-bottom: 1px solid var(--le-line); }
.ecc-template-large-events .le-faq details { border-top: 1px solid var(--le-line); }
.ecc-template-large-events .le-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--le-blue-dark); font-weight: 780; cursor: pointer; list-style: none; }
.ecc-template-large-events .le-faq summary::-webkit-details-marker { display: none; }
.ecc-template-large-events .le-faq summary::after { flex: 0 0 auto; color: var(--le-gold); font-size: 1.45rem; line-height: 1; content: "+"; }
.ecc-template-large-events .le-faq details[open] summary::after { content: "−"; }
.ecc-template-large-events .le-faq details p { max-width: 760px; margin: 0; padding: 0 42px 24px 0; color: var(--le-muted); }

.ecc-template-large-events .le-quote__layout { align-items: start; }
.ecc-template-large-events .le-quote h2 { color: var(--le-blue-dark); }
.ecc-template-large-events .le-quote__copy > p:not(.le-eyebrow) { max-width: 520px; color: rgba(0, 61, 87, .78); font-size: 1.08rem; }
.ecc-template-large-events .le-quote__copy ul { margin: 32px 0; padding: 0; list-style: none; }
.ecc-template-large-events .le-quote__copy li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid rgba(0, 61, 87, .2); color: var(--le-blue-dark); font-weight: 740; }
.ecc-template-large-events .le-quote__copy li::before { position: absolute; left: 0; color: var(--le-blue); content: "✓"; }
.ecc-template-large-events .le-quote__reassurance { margin-top: 28px; font-size: .86rem !important; }

.ecc-template-large-events .le-quote__form .ecc-lead-block { padding: 32px; border-radius: var(--le-radius); background: #fff; box-shadow: 0 24px 65px rgba(0, 61, 87, .15); }
.ecc-template-large-events .le-quote__form .ecc-lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.ecc-template-large-events .le-quote__form .ecc-lead-grid label { display: grid; gap: 6px; color: var(--le-blue-dark); font-size: .74rem; font-weight: 780; }
.ecc-template-large-events .le-quote__form .ecc-lead-grid label.is-wide { grid-column: 1 / -1; }
.ecc-template-large-events .le-quote__form input,
.ecc-template-large-events .le-quote__form select,
.ecc-template-large-events .le-quote__form textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--le-line); border-radius: 9px; background: #fff; color: var(--le-ink); }
.ecc-template-large-events .le-quote__form textarea { min-height: 90px; resize: vertical; }
.ecc-template-large-events .le-quote__form .ecc-lead-privacy { margin: 14px 0; color: var(--le-muted); font-size: .69rem; }
.ecc-template-large-events .le-quote__form .ecc-lead-privacy a { text-decoration: underline; }
.ecc-template-large-events .le-quote__form .btn { width: 100%; border: 0; background: var(--le-blue-dark); color: #fff; }
.ecc-template-large-events .ecc-honeypot { position: absolute !important; left: -9999px !important; }
.ecc-template-large-events .ecc-lead-notice { margin-bottom: 18px; padding: 13px 15px; border-radius: 8px; font-size: .84rem; }
.ecc-template-large-events .ecc-lead-notice.is-success { background: #e6f3e9; color: #165f38; }
.ecc-template-large-events .ecc-lead-notice.is-error { background: #fff0ed; color: #982f21; }

.ecc-template-large-events .le-footer { padding: 28px 0; background: var(--le-blue-dark); color: rgba(255,255,255,.72); }
.ecc-template-large-events .le-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ecc-template-large-events .le-footer p { margin: 0; font-size: .72rem; }
.ecc-template-large-events .le-footer a + a { margin-left: 20px; }
.ecc-template-large-events .le-footer a:hover { color: #fff; }
.ecc-template-large-events .le-mobile-cta { display: none; }
.ecc-template-large-events .ecc-footer-consent { display: none !important; }

@media (max-width: 980px) {
  .ecc-template-large-events .le-split,
  .ecc-template-large-events .le-section-heading,
  .ecc-template-large-events .le-faq__layout,
  .ecc-template-large-events .le-quote__layout { grid-template-columns: 1fr; gap: 34px; }
  .ecc-template-large-events .le-service-grid { grid-template-columns: repeat(2, 1fr); }
  .ecc-template-large-events .le-pain-grid { grid-template-columns: repeat(2, 1fr); }
  .ecc-template-large-events .le-format-grid { grid-template-columns: repeat(2, 1fr); }
  .ecc-template-large-events .le-format-grid article,
  .ecc-template-large-events .le-format-grid article:nth-child(4) { grid-column: auto; }
  .ecc-template-large-events .le-format-grid article:last-child { grid-column: 1 / -1; }
  .ecc-template-large-events .le-logistics-grid { grid-template-columns: repeat(2, 1fr); }
  .ecc-template-large-events .le-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .ecc-template-large-events .le-journey__steps { grid-template-columns: repeat(4, 1fr); gap: 24px 10px; }
  .ecc-template-large-events .le-journey__steps::before { display: none; }
}

@media (max-width: 680px) {
  body.ecc-template-large-events { padding-bottom: 74px; }
  .ecc-template-large-events .le-container { width: min(100% - 28px, 1180px); }
  .ecc-template-large-events .le-header__inner { min-height: 70px; }
  .ecc-template-large-events .le-logo,
  .ecc-template-large-events .le-logo img { width: 116px; }
  .ecc-template-large-events .le-header .le-button { min-height: 40px; padding-inline: 14px; font-size: .72rem; }
  .ecc-template-large-events .le-hero { min-height: 700px; }
  .ecc-template-large-events .le-hero::before { background-position: 54% center; }
  .ecc-template-large-events .le-hero::after { background: linear-gradient(0deg, rgba(0, 44, 62, .96) 0%, rgba(0, 44, 62, .66) 76%, rgba(0, 44, 62, .38) 100%); }
  .ecc-template-large-events .le-kicker { border-radius: 8px; font-size: .65rem; }
  .ecc-template-large-events h1 { font-size: clamp(2.45rem, 11.5vw, 3.6rem); }
  .ecc-template-large-events h2 { font-size: clamp(2rem, 10vw, 3.15rem); }
  .ecc-template-large-events .le-hero__action { align-items: stretch; flex-direction: column; margin-bottom: 34px; }
  .ecc-template-large-events .le-hero__action .le-button { width: 100%; }
  .ecc-template-large-events .le-proofbar { grid-template-columns: repeat(2, 1fr); }
  .ecc-template-large-events .le-service-grid,
  .ecc-template-large-events .le-pain-grid,
  .ecc-template-large-events .le-format-grid,
  .ecc-template-large-events .le-logistics-grid { grid-template-columns: 1fr; }
  .ecc-template-large-events .le-format-grid article:last-child { grid-column: auto; }
  .ecc-template-large-events .le-service-grid article,
  .ecc-template-large-events .le-pain-grid article,
  .ecc-template-large-events .le-format-grid article { min-height: auto; }
  .ecc-template-large-events .le-service-grid span,
  .ecc-template-large-events .le-pain-grid span,
  .ecc-template-large-events .le-format-grid span { margin-bottom: 30px; }
  .ecc-template-large-events .le-scale-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: 330px 230px 230px; }
  .ecc-template-large-events .le-scale-gallery__main { grid-row: auto; }
  .ecc-template-large-events .le-journey__steps { grid-template-columns: repeat(2, 1fr); }
  .ecc-template-large-events .le-benefit-list li { grid-template-columns: 1fr; gap: 6px; }
  .ecc-template-large-events .le-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .ecc-template-large-events .le-logo-grid img { height: 76px; padding: 18px; }
  .ecc-template-large-events .le-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .ecc-template-large-events .le-gallery-grid__wide { grid-column: auto; }
  .ecc-template-large-events .le-quote__form .ecc-lead-block { padding: 23px 18px; }
  .ecc-template-large-events .le-quote__form .ecc-lead-grid { grid-template-columns: 1fr; }
  .ecc-template-large-events .le-quote__form .ecc-lead-grid label.is-wide { grid-column: auto; }
  .ecc-template-large-events .le-footer__inner { align-items: flex-start; flex-direction: column; gap: 9px; }
  .ecc-template-large-events .le-mobile-cta {
    position: fixed;
    z-index: 70;
    right: 12px;
    bottom: 10px;
    left: 12px;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--le-gold);
    color: #fff;
    box-shadow: 0 14px 38px rgba(0, 44, 62, .28);
    font-size: .84rem;
    font-weight: 850;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ecc-template-large-events *,
  .ecc-template-large-events *::before,
  .ecc-template-large-events *::after { scroll-behavior: auto !important; transition: none !important; }
}
