.ec-page {
  --ec-navy: #132642;
  --ec-navy-deep: #0b192b;
  --ec-slate: #25354a;
  --ec-muted: #647287;
  --ec-orange: #fe6035;
  --ec-orange-dark: #e34a22;
  --ec-sand: #f4f0e8;
  --ec-mist: #f5f7fa;
  --ec-white: #ffffff;
  color: var(--ec-slate);
  background: var(--ec-white);
  overflow: hidden;
}

.ec-page,
.ec-page *,
.ec-page *::before,
.ec-page *::after {
  box-sizing: border-box;
}

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

.ec-page a {
  text-decoration: none;
}

.ec-page [id] {
  scroll-margin-top: 150px;
}

.ec-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ec-section {
  padding: 104px 0;
}

.ec-section--compact {
  padding: 72px 0;
}

.ec-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 16px;
  color: var(--ec-orange);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ec-eyebrow::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.ec-section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.ec-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.ec-section-heading--center .ec-eyebrow {
  justify-content: center;
}

.ec-page.ec-page h2,
.ec-page.ec-page h3,
.ec-page p {
  margin-top: 0;
}

.ec-page.ec-page h2 {
  margin-bottom: 18px;
  color: var(--ec-navy);
  font-size: clamp(2.15rem, 4.3vw, 4rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.ec-page.ec-page h3 {
  color: var(--ec-navy);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.25;
}

.ec-lead {
  max-width: 710px;
  margin-bottom: 0;
  color: var(--ec-muted);
  font-size: clamp(1.05rem, 1.65vw, 1.22rem);
  line-height: 1.75;
}

.ec-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.ec-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ec-button:hover,
.ec-button:focus-visible {
  transform: translateY(-2px);
}

.ec-button:focus-visible,
.ec-anchor-nav a:focus-visible,
.ec-page summary:focus-visible {
  outline: 3px solid rgba(254, 96, 53, .42);
  outline-offset: 3px;
}

.ec-button--primary {
  color: var(--ec-white);
  background: var(--ec-orange);
}

.ec-button--primary:hover,
.ec-button--primary:focus-visible {
  color: var(--ec-white);
  background: var(--ec-orange-dark);
}

.ec-button--ghost {
  color: var(--ec-white);
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.ec-button--ghost:hover,
.ec-button--ghost:focus-visible {
  color: var(--ec-navy);
  border-color: var(--ec-white);
  background: var(--ec-white);
}

.ec-button--navy {
  color: var(--ec-white);
  background: var(--ec-navy);
}

.ec-button--navy:hover,
.ec-button--navy:focus-visible {
  color: var(--ec-white);
  background: var(--ec-navy-deep);
}

.ec-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ec-orange);
  font-weight: 800;
}

.ec-text-link:hover,
.ec-text-link:focus-visible {
  color: var(--ec-orange-dark);
}

/* Hero */
.ec-hero {
  position: relative;
  display: flex;
  min-height: min(810px, 88vh);
  align-items: flex-end;
  isolation: isolate;
}

.ec-hero__media,
.ec-hero__overlay {
  position: absolute;
  inset: 0;
}

.ec-hero__media {
  z-index: -3;
  background: var(--ec-navy-deep);
}

.ec-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.ec-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 15, 28, .94) 0%, rgba(8, 20, 36, .80) 42%, rgba(8, 20, 36, .28) 73%, rgba(8, 20, 36, .12) 100%),
    linear-gradient(0deg, rgba(7, 18, 31, .84) 0%, rgba(7, 18, 31, .02) 58%);
}

.ec-hero__inner {
  padding: 112px 0 66px;
}

.ec-hero__content {
  max-width: 790px;
}

.ec-hero .ec-eyebrow {
  color: #ff9a7d;
}

.ec-page .ec-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: var(--ec-white);
  font-size: clamp(3.25rem, 7vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -.058em;
  line-height: .91;
  text-wrap: balance;
}

.ec-hero__intro {
  max-width: 690px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.65;
}

.ec-hero__stats {
  display: grid;
  max-width: 870px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.ec-stat {
  padding: 24px 26px 0 0;
}

.ec-stat + .ec-stat {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.ec-stat strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ec-white);
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

.ec-stat span {
  color: rgba(255, 255, 255, .72);
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Section navigation */
.ec-anchor-nav {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #e4e8ed;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 9px 28px rgba(19, 38, 66, .06);
}

.ec-anchor-nav__inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ec-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.ec-anchor-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 23px 0 20px;
  color: var(--ec-slate);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ec-anchor-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--ec-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.ec-anchor-nav a:hover,
.ec-anchor-nav a:focus-visible {
  color: var(--ec-orange-dark);
}

.ec-anchor-nav a:hover::after,
.ec-anchor-nav a:focus-visible::after {
  transform: scaleX(1);
}

.ec-anchor-nav .ec-anchor-nav__cta {
  margin-left: auto;
  padding: 12px 19px;
  color: var(--ec-white);
  border-radius: 999px;
  background: var(--ec-orange);
}

.ec-anchor-nav .ec-anchor-nav__cta::after {
  display: none;
}

.ec-anchor-nav .ec-anchor-nav__cta:hover,
.ec-anchor-nav .ec-anchor-nav__cta:focus-visible {
  color: var(--ec-white);
  background: var(--ec-orange-dark);
}

/* Intro and event types */
.ec-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: end;
  gap: 84px;
}

.ec-intro-grid .ec-section-heading {
  margin-bottom: 0;
}

.ec-intro-copy {
  padding-left: 32px;
  border-left: 3px solid var(--ec-orange);
}

.ec-intro-copy p {
  margin-bottom: 18px;
  color: var(--ec-muted);
  font-size: 1.06rem;
  line-height: 1.78;
}

.ec-intro-copy p:last-child {
  margin-bottom: 0;
}

.ec-types {
  background: var(--ec-mist);
}

.ec-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ec-type-card {
  min-height: 220px;
  padding: 30px;
  border: 1px solid #e1e6ec;
  border-radius: 18px;
  background: var(--ec-white);
  box-shadow: 0 14px 35px rgba(19, 38, 66, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ec-type-card:hover {
  border-color: rgba(254, 96, 53, .35);
  box-shadow: 0 19px 40px rgba(19, 38, 66, .09);
  transform: translateY(-4px);
}

.ec-card-number {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--ec-orange-dark);
  border-radius: 50%;
  background: #fff0eb;
  font-size: .8rem;
  font-weight: 800;
}

.ec-type-card h3 {
  margin-bottom: 11px;
}

.ec-type-card p {
  margin-bottom: 0;
  color: var(--ec-muted);
  line-height: 1.65;
}

/* Integrated services */
.ec-services {
  background: var(--ec-white);
}

.ec-services-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 88px;
}

.ec-services-intro {
  position: sticky;
  top: 34px;
}

.ec-services-intro .ec-lead {
  margin-bottom: 30px;
}

.ec-service-list {
  display: grid;
  gap: 15px;
}

.ec-service-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 25px 26px;
  border: 1px solid #e3e7ec;
  border-radius: 16px;
  background: var(--ec-white);
}

.ec-service-icon {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: var(--ec-orange);
  border-radius: 14px;
  background: #fff1ec;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.ec-service-icon svg {
  width: 26px;
  height: 26px;
}

.ec-service-card h3 {
  margin: 2px 0 7px;
}

.ec-service-card p {
  margin-bottom: 0;
  color: var(--ec-muted);
  line-height: 1.65;
}

/* Production */
.ec-production {
  position: relative;
  color: var(--ec-white);
  background:
    radial-gradient(circle at 86% 16%, rgba(254, 96, 53, .24), transparent 31%),
    radial-gradient(circle at 12% 92%, rgba(44, 103, 164, .28), transparent 36%),
    var(--ec-navy-deep);
}

.ec-production::before {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  pointer-events: none;
}

.ec-production .ec-container {
  position: relative;
}

.ec-production-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: 92px;
}

.ec-page .ec-production h2,
.ec-page .ec-production h3 {
  color: var(--ec-white);
}

.ec-production .ec-lead {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .72);
}

.ec-production-callout {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}

.ec-production-callout strong {
  color: var(--ec-white);
  font-size: 2rem;
  line-height: 1;
}

.ec-production-callout span {
  max-width: 165px;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ec-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ec-capability {
  position: relative;
  min-height: 82px;
  padding: 21px 20px 20px 46px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .86);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.45;
}

.ec-capability::before {
  position: absolute;
  top: 26px;
  left: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid #ff9a7d;
  border-radius: 50%;
  content: "";
}

/* Hospitality and campus */
.ec-hospitality {
  background: var(--ec-sand);
}

.ec-hospitality-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: 76px;
}

.ec-hospitality-copy .ec-lead {
  margin-bottom: 30px;
}

.ec-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ec-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ec-slate);
  font-weight: 700;
  line-height: 1.45;
}

.ec-check-list li::before {
  position: absolute;
  top: .12em;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--ec-orange);
  color: var(--ec-white);
  content: "✓";
  font-size: .7rem;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
}

.ec-hospitality-panel {
  padding: 38px;
  border-radius: 22px;
  background: var(--ec-navy);
  box-shadow: 0 24px 50px rgba(19, 38, 66, .16);
}

.ec-hospitality-panel__value {
  display: block;
  margin-bottom: 14px;
  color: var(--ec-white);
  font-size: clamp(3.2rem, 7vw, 5.9rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .9;
}

.ec-page .ec-hospitality-panel h3 {
  margin-bottom: 14px;
  color: var(--ec-white);
  font-size: 1.55rem;
}

.ec-hospitality-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.ec-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ec-gallery-card {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--ec-navy);
}

.ec-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.ec-gallery-card:hover img {
  transform: scale(1.025);
}

.ec-gallery-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 24px 20px;
  color: var(--ec-white);
  background: linear-gradient(transparent, rgba(6, 16, 29, .88));
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* Planning process */
.ec-planning {
  background: var(--ec-mist);
}

.ec-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: process;
}

.ec-process-step {
  position: relative;
  padding: 0 26px;
  counter-increment: process;
}

.ec-process-step:first-child {
  padding-left: 0;
}

.ec-process-step:last-child {
  padding-right: 0;
}

.ec-process-step + .ec-process-step {
  border-left: 1px solid #d6dde5;
}

.ec-process-step::before {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(254, 96, 53, .3);
  border-radius: 50%;
  background: var(--ec-white);
  color: var(--ec-orange-dark);
  content: counter(process, decimal-leading-zero);
  font-size: .78rem;
  font-weight: 800;
}

.ec-process-step h3 {
  margin-bottom: 9px;
}

.ec-process-step p {
  margin-bottom: 0;
  color: var(--ec-muted);
  font-size: .94rem;
  line-height: 1.65;
}

.ec-proposal-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
  margin-top: 60px;
  padding: 38px 42px;
  border-radius: 20px;
  background: var(--ec-white);
  box-shadow: 0 18px 42px rgba(19, 38, 66, .08);
}

.ec-proposal-box h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.ec-proposal-box p {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--ec-muted);
  line-height: 1.7;
}

/* FAQ */
.ec-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 90px;
}

.ec-faq-layout .ec-section-heading {
  margin-bottom: 0;
}

.ec-faq-list {
  border-top: 1px solid #dfe4e9;
}

.ec-faq-list details {
  border-bottom: 1px solid #dfe4e9;
}

.ec-faq-list summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: var(--ec-navy);
  cursor: pointer;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.ec-faq-list summary::-webkit-details-marker {
  display: none;
}

.ec-faq-list summary::before,
.ec-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 2px;
  background: var(--ec-orange);
  content: "";
  transform: translateY(-50%);
}

.ec-faq-list summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .2s ease;
}

.ec-faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.ec-faq-answer {
  padding: 0 48px 24px 0;
}

.ec-faq-answer p {
  margin-bottom: 0;
  color: var(--ec-muted);
  line-height: 1.75;
}

/* Location and final CTA */
.ec-location {
  padding: 0;
  background: var(--ec-navy-deep);
}

.ec-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  min-height: 560px;
}

.ec-location-media {
  min-height: 460px;
}

.ec-location-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ec-location-copy {
  display: flex;
  align-items: center;
  padding: 70px max(40px, calc((100vw - 1180px) / 2));
  padding-left: clamp(44px, 6vw, 94px);
}

.ec-page .ec-location-copy h2 {
  color: var(--ec-white);
}

.ec-location-copy .ec-lead {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .69);
}

.ec-address {
  margin-bottom: 26px;
  color: var(--ec-white);
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
}

.ec-final-cta {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
  color: var(--ec-white);
  background: var(--ec-orange);
}

.ec-final-cta::before {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 480px;
  height: 480px;
  border: 90px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  content: "";
}

.ec-final-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
}

.ec-page .ec-final-cta h2 {
  max-width: 780px;
  margin-bottom: 13px;
  color: var(--ec-white);
}

.ec-final-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.12rem;
  line-height: 1.7;
}

.ec-final-cta .ec-button {
  color: var(--ec-navy);
  background: var(--ec-white);
}

.ec-final-cta .ec-button:hover,
.ec-final-cta .ec-button:focus-visible {
  color: var(--ec-white);
  background: var(--ec-navy);
}

@media (max-width: 1024px) {
  .ec-section {
    padding: 84px 0;
  }

  .ec-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ec-services-layout,
  .ec-production-grid,
  .ec-faq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ec-services-intro {
    position: static;
  }

  .ec-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 0;
  }

  .ec-process-step:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .ec-anchor-nav__inner {
    gap: 24px;
  }

  .ec-anchor-nav .ec-anchor-nav__cta {
    display: none;
  }
}

@media (max-width: 767px) {
  .ec-container {
    width: min(100% - 32px, 1180px);
  }

  .ec-section {
    padding: 68px 0;
  }

  .ec-hero {
    min-height: 760px;
  }

  .ec-hero__inner {
    padding: 92px 0 42px;
  }

  .ec-hero__overlay {
    background: linear-gradient(0deg, rgba(6, 15, 28, .97) 0%, rgba(8, 20, 36, .82) 67%, rgba(8, 20, 36, .38) 100%);
  }

  .ec-hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .ec-hero__intro {
    font-size: 1rem;
  }

  .ec-button-row,
  .ec-button {
    width: 100%;
  }

  .ec-hero__stats {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .ec-stat {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 15px 0;
  }

  .ec-stat + .ec-stat {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
    border-left: 0;
  }

  .ec-stat strong {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .ec-anchor-nav__inner {
    min-height: 59px;
  }

  .ec-anchor-nav a {
    padding: 20px 0 17px;
  }

  .ec-intro-grid,
  .ec-hospitality-grid,
  .ec-location-grid,
  .ec-final-cta__inner,
  .ec-proposal-box {
    grid-template-columns: 1fr;
  }

  .ec-intro-grid,
  .ec-hospitality-grid {
    gap: 38px;
  }

  .ec-intro-copy {
    padding-left: 22px;
  }

  .ec-type-grid,
  .ec-capability-grid,
  .ec-check-list,
  .ec-gallery-grid,
  .ec-process-grid {
    grid-template-columns: 1fr;
  }

  .ec-type-card {
    min-height: 0;
  }

  .ec-service-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 20px;
  }

  .ec-service-icon {
    width: 46px;
    height: 46px;
  }

  .ec-production-grid {
    gap: 44px;
  }

  .ec-capability {
    min-height: 0;
  }

  .ec-hospitality-panel {
    padding: 30px 24px;
  }

  .ec-gallery-card {
    min-height: 270px;
  }

  .ec-process-grid {
    gap: 0;
  }

  .ec-process-step,
  .ec-process-step:first-child,
  .ec-process-step:last-child,
  .ec-process-step:nth-child(3) {
    padding: 25px 0;
    border-top: 1px solid #d6dde5;
    border-left: 0;
  }

  .ec-process-step:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .ec-proposal-box {
    gap: 24px;
    margin-top: 44px;
    padding: 28px 24px;
  }

  .ec-faq-layout {
    gap: 28px;
  }

  .ec-location-media {
    min-height: 330px;
  }

  .ec-location-copy {
    padding: 60px 24px;
  }

  .ec-final-cta {
    padding: 74px 0;
  }

  .ec-final-cta__inner {
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-page *,
  .ec-page *::before,
  .ec-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
