.ec-utility-page,
.ec-standard {
  --ecu-petrol: #07556a;
  --ecu-ink: #173844;
  --ecu-coral: #c65332;
  --ecu-muted: #60747b;
  --ecu-border: #dfd9cf;
  box-sizing: border-box;
  color: var(--ecu-ink);
}
.ec-utility-page *, .ec-standard * { box-sizing: border-box; }

/* The map module owns its title, width and vertical rhythm. */
.ec-utility-page--map { margin: 0; padding: 0; width: 100%; }
.ec-utility-page--map .ec-utility-page__content { margin: 0; max-width: none; padding: 0; width: 100%; }
.ec-utility-page--map .ec-utility-page__content > :first-child { margin-top: 0 !important; }
.ec-utility-page--map .ec-utility-page__content > :last-child { margin-bottom: 0 !important; }
.ec-utility-page--map .ec-map-directory { border: 0; margin: 0 auto; }

.ec-standard {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(58px, 7vw, 100px) 24px 90px;
}
.ec-standard__header { margin: 0 auto clamp(38px, 5vw, 62px); max-width: 920px; text-align: center; }
.ec-standard__kicker { color: var(--ecu-coral); font-size: 13px; font-weight: 800; letter-spacing: .14em; margin: 0 0 14px; text-transform: uppercase; }
.ec-standard__header h1 { color: var(--ecu-ink) !important; font-family: Georgia, "Times New Roman", serif !important; font-size: clamp(44px, 5.3vw, 72px) !important; letter-spacing: -.04em !important; line-height: 1.04 !important; margin: 0 !important; text-transform: none !important; }
.ec-standard__lead { color: var(--ecu-muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.65; margin: 23px auto 0; max-width: 780px; }
.ec-standard__hero { margin: 0 auto clamp(45px, 6vw, 72px); max-width: 1100px; }
.ec-standard__hero img { aspect-ratio: 16 / 8; border-radius: 14px; display: block; height: auto; object-fit: cover; width: 100%; }
.ec-standard__hero figcaption { color: var(--ecu-muted); font-size: 12px; margin: 8px 4px 0; text-align: right; }
.ec-standard__body { color: #334d56; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; margin: 0 auto; max-width: 800px; overflow-wrap: anywhere; }
.ec-standard__body > :first-child { margin-top: 0 !important; }
.ec-standard__body p { margin: 0 0 1.45em; }
.ec-standard__body h2, .ec-standard__body h3 { color: var(--ecu-ink) !important; font-family: Georgia, "Times New Roman", serif !important; text-transform: none !important; }
.ec-standard__body h2 { font-size: clamp(30px, 3vw, 42px) !important; line-height: 1.15 !important; margin: 1.6em 0 .6em !important; }
.ec-standard__body h3 { font-size: clamp(23px, 2vw, 29px) !important; line-height: 1.22 !important; margin: 1.4em 0 .55em !important; }
.ec-standard__body a { color: var(--ecu-coral) !important; text-decoration: underline; text-underline-offset: 3px; }
.ec-standard__body img { border-radius: 10px; height: auto; max-width: 100%; }
.ec-standard__body ul, .ec-standard__body ol { margin: 0 0 1.5em; padding-left: 1.4em; }
.ec-standard__body blockquote { border-left: 3px solid var(--ecu-coral); color: var(--ecu-ink); font-size: 1.2em; margin: 2em 0; padding: 8px 0 8px 28px; }

@media (max-width: 767.98px) {
  .ec-standard { padding: 48px 15px 65px; }
  .ec-standard__header { margin-bottom: 34px; text-align: left; }
  .ec-standard__header h1 { font-size: clamp(39px, 11vw, 55px) !important; }
  .ec-standard__hero { margin-bottom: 38px; }
  .ec-standard__hero img { aspect-ratio: 4 / 3; border-radius: 9px; }
  .ec-standard__body { font-size: 17px; line-height: 1.75; }
}

