/*
Theme Name: Avada Westcana
Description: Westcana Avada child theme for the 2026 refresh.
Author: Codex
Template: Avada
Version: 1.0.0
*/

:root {
  --wc-primary: #3a638d;
  --wc-accent: #6fb0d5;
  --wc-accent-light: #73bde6;
  --wc-ink: #243444;
  --wc-muted: #637384;
  --wc-border: #dce8f1;
  --wc-soft: #f4f9fc;
  --wc-white: #ffffff;
}

body {
  color: var(--wc-ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fusion-title h1,
.fusion-title h2 {
  color: var(--wc-primary);
  font-family: Raleway, "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--wc-primary);
}

a:hover,
a:focus {
  color: #284865;
}

.fusion-secondary-header {
  background: var(--wc-soft);
  border-top: 3px solid var(--wc-primary);
  border-bottom: 1px solid var(--wc-border);
  color: var(--wc-muted);
  font-size: 11.5px;
  min-height: 0;
}

.fusion-secondary-header .fusion-row,
.fusion-header .fusion-row {
  max-width: 1180px !important;
  width: calc(100% - 48px) !important;
}

.fusion-secondary-header .fusion-row {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-height: 28px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.fusion-secondary-header .fusion-alignleft {
  float: none;
  line-height: 1.35;
  width: 100%;
}

.fusion-secondary-header .fusion-alignright,
.fusion-secondary-menu {
  display: none !important;
}

.fusion-contact-info p {
  line-height: 1.25 !important;
  margin: 0;
}

.fusion-contact-info br {
  display: none;
}

.fusion-contact-info br + strong::before {
  color: var(--wc-muted);
  content: " | ";
  font-weight: 400;
}

.fusion-contact-info,
.fusion-contact-info a,
.fusion-secondary-menu > ul > li > a {
  color: var(--wc-muted);
}

.fusion-contact-info a {
  color: var(--wc-primary) !important;
  font-weight: 700;
}

.fusion-header-wrapper,
.fusion-header {
  background: var(--wc-white);
}

.fusion-header {
  border-bottom: 1px solid rgba(58, 99, 141, 0.12);
  box-shadow: 0 10px 24px rgba(22, 44, 64, 0.08);
  height: 86px !important;
  min-height: 86px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.fusion-header .fusion-row {
  align-items: center !important;
  display: flex;
  height: 86px !important;
  min-height: 86px !important;
}

.fusion-logo {
  align-items: center !important;
  align-self: center !important;
  display: flex !important;
  float: none !important;
  height: 86px !important;
  justify-content: flex-start;
  line-height: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.fusion-logo-link {
  align-items: center !important;
  display: flex !important;
  height: 100%;
  line-height: 0 !important;
}

.fusion-logo img {
  align-self: center !important;
  display: block;
  height: auto !important;
  margin: 0 !important;
  max-height: 54px !important;
  max-width: min(290px, 34vw) !important;
  object-fit: contain;
  width: auto !important;
}

.fusion-logo .fusion-mobile-logo {
  display: none !important;
}

@media (max-width: 980px) {
  .fusion-header .fusion-logo .fusion-standard-logo {
    display: block !important;
  }

  .fusion-header .fusion-logo .fusion-mobile-logo {
    display: none !important;
  }
}

.fusion-main-menu {
  margin-left: auto;
}

.fusion-main-menu > ul > li > a {
  align-items: center;
  border-top: 0 !important;
  border-radius: 4px;
  box-shadow: inset 0 -3px 0 transparent;
  color: #5e6b78;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 86px !important;
  letter-spacing: 0;
  line-height: 1.2 !important;
  min-height: 86px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  transition: background-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.fusion-main-menu > ul > li > a::before,
.fusion-main-menu > ul > li > a::after {
  display: none !important;
}

.fusion-main-menu > ul > li > a:hover,
.fusion-main-menu > ul > li.current-menu-item > a,
.fusion-main-menu > ul > li.current-menu-ancestor > a {
  background: var(--wc-soft);
  box-shadow: inset 0 -3px 0 var(--wc-accent);
  color: var(--wc-primary);
}

.fusion-main-menu .sub-menu {
  border-top: 3px solid var(--wc-accent);
  box-shadow: 0 18px 35px rgba(22, 44, 64, 0.14);
}

.fusion-mobile-menu-icons a,
.fusion-mobile-nav-item a:hover {
  color: var(--wc-primary);
}

.fusion-mobile-menu-icons a:hover,
.fusion-mobile-menu-icons a:focus {
  color: var(--wc-accent);
}

.fusion-page-title-bar {
  display: none;
}

#main,
#wrapper .post-content {
  padding: 0 !important;
}

#main > .fusion-row {
  max-width: none !important;
  width: 100% !important;
}

#content,
#wrapper .post-content {
  margin: 0 !important;
}

#main .post {
  margin-bottom: 0;
}

.westcana-static-content {
  color: var(--wc-ink);
  font-size: 16px;
  line-height: 1.75;
}

.westcana-static-content p {
  margin: 0 0 1.25rem;
}

.westcana-static-content img {
  height: auto;
  max-width: 100%;
}

.westcana-static-content .et_pb_section {
  background: var(--wc-white);
  padding: 68px 24px;
}

.westcana-static-content .et_pb_fullwidth_section,
.westcana-static-content .et_pb_section:first-child {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.westcana-static-content .et_pb_row {
  display: flex;
  gap: 42px;
  margin: 0 auto;
  max-width: 1170px;
  width: min(100%, 1170px);
}

.westcana-static-content .et_pb_column {
  min-width: 0;
  width: 100%;
}

.westcana-static-content .et_pb_column_3_4 {
  flex: 3 1 0;
}

.westcana-static-content .et_pb_column_1_4 {
  flex: 1 1 0;
}

.westcana-static-content .et_pb_column_1_2 {
  flex: 1 1 0;
}

.westcana-static-content .et_pb_column_1_3 {
  flex: 1 1 0;
}

.westcana-static-content .et_pb_text_inner > :last-child,
.westcana-static-content .et_pb_blurb_description > :last-child {
  margin-bottom: 0;
}

.westcana-static-content .et_pb_slider {
  background: var(--wc-primary);
  overflow: hidden;
  position: relative;
}

.westcana-hero-slider {
  background: var(--wc-primary);
  color: var(--wc-white);
  overflow: hidden;
  position: relative;
}

.westcana-hero-slider__slide {
  align-items: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 640px;
  position: relative;
  text-align: center;
}

.westcana-hero-slider__slide::before {
  background: linear-gradient(90deg, rgba(18, 35, 52, 0.68), rgba(58, 99, 141, 0.34));
  content: "";
  inset: 0;
  position: absolute;
}

.westcana-hero-slider__content {
  margin: 0 auto;
  max-width: 1040px;
  padding: 126px 24px 116px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.westcana-hero-slider__eyebrow {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.westcana-hero-slider h1,
.westcana-hero-slider h2 {
  color: var(--wc-white) !important;
  font-weight: 800;
  line-height: 0.98;
  margin: 0;
  text-shadow: 0 3px 14px rgba(18, 35, 52, 0.36);
  text-transform: uppercase;
}

.westcana-hero-slider h1 {
  font-size: clamp(48px, 7.2vw, 94px);
}

.westcana-hero-slider h2 {
  font-size: clamp(32px, 5vw, 66px);
  margin-top: 8px;
}

.westcana-hero-slider__copy {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.55;
  margin: 28px auto 0;
  max-width: 820px;
}

.westcana-hero-slider__button {
  align-items: center;
  background: var(--wc-white);
  border: 2px solid var(--wc-white);
  border-radius: 3px;
  color: var(--wc-primary);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  margin-top: 34px;
  min-height: 48px;
  padding: 13px 25px;
  text-decoration: none;
}

.westcana-hero-slider__button:hover,
.westcana-hero-slider__button:focus {
  background: transparent;
  color: var(--wc-white);
}

.westcana-static-content .et_pb_slides {
  display: block;
}

.westcana-static-content .et_pb_slide {
  align-items: center;
  background-size: cover;
  background-position: center;
  display: none;
  justify-content: center;
  min-height: 560px;
  position: relative;
  text-align: center;
}

.westcana-static-content .et_pb_slide:first-child,
.westcana-static-content .et_pb_slide.et-pb-active-slide {
  display: flex;
}

.westcana-static-content .et_pb_slide::before {
  background: linear-gradient(90deg, rgba(18, 35, 52, 0.62), rgba(18, 35, 52, 0.26));
  content: "";
  inset: 0;
  position: absolute;
}

.westcana-static-content .et_pb_container {
  height: auto !important;
  max-width: 1040px;
  padding: 120px 24px;
  position: relative;
  z-index: 1;
}

.westcana-static-content .et_pb_slide_description {
  margin: 0 auto;
  max-width: 920px;
}

.westcana-static-content .et_pb_slide_title,
.westcana-static-content .et_pb_slide_title a {
  color: var(--wc-white);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 800;
  line-height: 0.98;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.westcana-static-content .et_pb_button,
.westcana-contact-form button,
.westcana-static-content input[type="submit"],
.westcana-static-content button {
  align-items: center;
  background: var(--wc-primary);
  border: 0;
  border-radius: 3px;
  color: var(--wc-white);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  min-height: 46px;
  padding: 13px 24px;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.westcana-static-content .et_pb_button:hover,
.westcana-contact-form button:hover,
.westcana-static-content input[type="submit"]:hover,
.westcana-static-content button:hover {
  background: #284865;
  color: var(--wc-white);
  transform: translateY(-1px);
}

.westcana-static-content .et_pb_blurb {
  margin-bottom: 26px;
}

.westcana-static-content .et_pb_blurb_content {
  display: flex;
  gap: 16px;
}

.westcana-static-content .westcana-expanded-body {
  color: var(--wc-ink);
}

.westcana-static-content .westcana-expanded-body p {
  margin: 0 0 0.85rem;
}

.westcana-static-content .westcana-expanded-body p:last-child {
  margin-bottom: 0;
}

.westcana-static-content .westcana-expanded-body strong {
  color: var(--wc-primary);
}

.westcana-static-content .et_pb_blurb_position_top .et_pb_blurb_content {
  background: var(--wc-white);
  border: 1px solid var(--wc-border);
  border-top: 4px solid var(--wc-accent);
  box-shadow: 0 18px 40px rgba(37, 64, 88, 0.08);
  display: block;
  min-height: 100%;
  padding: 34px 28px;
  text-align: center;
}

.westcana-static-content .et_pb_main_blurb_image {
  flex: 0 0 auto;
}

.westcana-static-content .et_pb_main_blurb_image img {
  max-width: 64px;
}

.westcana-static-content .et-pb-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--wc-primary), var(--wc-accent-light));
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  font-size: 0;
  height: 58px;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
}

.westcana-static-content .et-pb-icon::before {
  background: var(--wc-white);
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  opacity: 0.95;
  width: 18px;
}

.westcana-static-content .et_pb_module_header {
  color: var(--wc-primary);
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.westcana-static-content .et_pb_module_header a {
  color: inherit;
  text-decoration: none;
}

.westcana-static-content .et_pb_section_parallax,
.westcana-static-content .et_pb_section:nth-child(odd):not(:first-child) {
  background: var(--wc-soft);
}

.westcana-static-content .et_pb_post_title,
.westcana-static-content .et_pb_fullwidth_header {
  background: linear-gradient(135deg, var(--wc-primary), var(--wc-accent));
  color: var(--wc-white);
  padding: 78px 24px;
  text-align: center;
}

.westcana-static-content .et_pb_post_title h1,
.westcana-static-content .et_pb_fullwidth_header h1,
.westcana-static-content .et_pb_fullwidth_header .et_pb_module_header {
  color: var(--wc-white);
  font-size: clamp(36px, 5vw, 64px);
  margin: 0;
}

.westcana-static-content .et_pb_image,
.westcana-static-content .et_pb_gallery,
.westcana-static-content .et_pb_map {
  overflow: hidden;
}

.westcana-static-content .et_pb_image img,
.westcana-static-content .et_pb_gallery img {
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(37, 64, 88, 0.12);
}

.westcana-static-content .et_pb_social_media_follow {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.westcana-static-content .et_pb_social_media_follow a {
  background: var(--wc-primary);
  border-radius: 3px;
  color: var(--wc-white);
  display: inline-flex;
  min-height: 38px;
  min-width: 38px;
  padding: 8px 12px;
  text-decoration: none;
}

.westcana-static-content .et_mobile_nav_menu {
  display: none;
}

.westcana-static-content .et_pb_section--with-menu {
  display: none;
}

.westcana-static-content .et_pb_fullwidth_menu {
  background: var(--wc-white);
  padding: 32px 24px;
}

.westcana-static-content .et_pb_fullwidth_menu .et_pb_row {
  display: block;
}

.westcana-static-content .et_pb_fullwidth_menu ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.westcana-static-content .et_pb_fullwidth_menu li {
  margin: 0;
}

.westcana-static-content .et_pb_fullwidth_menu li a {
  background: var(--wc-soft);
  border: 1px solid var(--wc-border);
  border-left: 4px solid var(--wc-accent);
  color: var(--wc-primary);
  display: block;
  font-weight: 700;
  padding: 13px 15px;
  text-decoration: none;
}

.westcana-static-content .et_pb_fullwidth_menu li a:hover,
.westcana-static-content .et_pb_fullwidth_menu li a:focus {
  background: var(--wc-white);
  border-left-color: var(--wc-primary);
  color: #284865;
}

.westcana-contact-form {
  background: var(--wc-soft);
  border: 1px solid var(--wc-border);
  border-radius: 6px;
  padding: 28px;
}

.westcana-contact-form label {
  color: var(--wc-ink);
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}

.westcana-contact-form input,
.westcana-contact-form textarea {
  background: var(--wc-white);
  border: 1px solid #c7d9e6;
  border-radius: 3px;
  color: var(--wc-ink);
  font: inherit;
  margin-bottom: 16px;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.westcana-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.westcana-contact-form__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.westcana-contact-form__status {
  color: var(--wc-muted);
  font-weight: 700;
}

.westcana-contact-form .westcana-hp-field {
  left: -9999px;
  position: absolute;
}

.westcana-contact-form-wrap {
  position: relative;
}

.westcana-contact-success {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #b7dfc2;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(37, 64, 88, 0.14);
  color: var(--wc-ink);
  display: flex;
  flex-direction: column;
  gap: 6px;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 28px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: scale(0.97);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 2;
}

.westcana-contact-form-wrap.is-sent .westcana-contact-success {
  opacity: 1;
  transform: scale(1);
}

.westcana-contact-success__check {
  align-items: center;
  background: #2f9f55;
  border-radius: 50%;
  color: var(--wc-white);
  display: inline-flex;
  font-size: 32px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  line-height: 1;
  width: 58px;
}

.westcana-contact-form-wrap.is-sending .westcana-contact-form {
  opacity: 0.7;
}

.westcana-contact-form-wrap.has-error .westcana-contact-form__status {
  color: #b84040;
}

.westcana-contact-modal[hidden] {
  display: none;
}

.westcana-modal-open {
  overflow: hidden;
}

.westcana-contact-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 999999;
}

.westcana-contact-modal.is-open {
  opacity: 1;
}

.westcana-contact-modal__backdrop {
  background: rgba(18, 35, 52, 0.62);
  inset: 0;
  position: absolute;
}

.westcana-contact-modal__dialog {
  background: var(--wc-white);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(18, 35, 52, 0.3);
  max-height: calc(100vh - 32px);
  max-width: 740px;
  overflow: auto;
  padding: 24px;
  position: relative;
  transform: translateY(14px);
  transition: transform 0.2s ease;
  width: min(100%, 740px);
  z-index: 1;
}

.westcana-contact-modal.is-open .westcana-contact-modal__dialog {
  transform: translateY(0);
}

.westcana-contact-modal__close {
  align-items: center;
  background: var(--wc-soft);
  border: 1px solid var(--wc-border);
  border-radius: 50%;
  color: var(--wc-primary);
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
}

.westcana-contact-modal__dialog h2 {
  color: var(--wc-primary);
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 6px;
  padding-right: 34px;
}

.westcana-contact-modal__dialog > p:not(.westcana-eyebrow) {
  color: var(--wc-muted);
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 12px;
}

.westcana-contact-modal .westcana-contact-form {
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
}

.westcana-contact-modal .westcana-contact-form p {
  margin: 0;
}

.westcana-contact-modal .westcana-contact-form p:has(textarea),
.westcana-contact-modal .westcana-contact-form__actions {
  grid-column: 1 / -1;
}

.westcana-contact-modal .westcana-contact-form label {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.westcana-contact-modal .westcana-contact-form input,
.westcana-contact-modal .westcana-contact-form textarea {
  margin-bottom: 0;
  min-height: 38px;
  padding: 8px 10px;
}

.westcana-contact-modal .westcana-contact-form textarea {
  min-height: 96px;
}

.westcana-contact-modal .westcana-contact-form button {
  min-height: 42px;
  padding: 10px 20px;
}

.westcana-contact-modal .westcana-eyebrow {
  margin-bottom: 4px;
}

.westcana-notice {
  border-left: 4px solid var(--wc-primary);
  margin-bottom: 18px;
  padding: 12px 14px;
}

.westcana-notice.success {
  background: #eef8f0;
}

.westcana-notice.error {
  background: #fff3f3;
  border-left-color: #b84040;
}

.fusion-footer,
.fusion-footer-widget-area,
.fusion-footer-copyright-area {
  background: var(--wc-white);
  color: var(--wc-muted);
}

.fusion-footer a {
  color: var(--wc-primary);
}

@media (max-width: 900px) {
  .fusion-secondary-header .fusion-row,
  .fusion-header .fusion-row {
    width: calc(100% - 32px) !important;
  }

  .fusion-header,
  .fusion-header .fusion-row {
    overflow: visible !important;
  }

  .fusion-header {
    height: 78px !important;
    min-height: 78px !important;
  }

  .fusion-header .fusion-row {
    height: 78px !important;
    justify-content: space-between;
    min-height: 78px !important;
  }

  .fusion-logo {
    height: 78px !important;
  }

  .fusion-logo img {
    max-height: 50px;
    max-width: 240px;
  }

  .fusion-mobile-menu-icons {
    margin-left: auto;
  }

  .fusion-mobile-menu-icons a {
    align-items: center;
    background: var(--wc-soft);
    border: 1px solid var(--wc-border);
    border-radius: 6px;
    color: var(--wc-primary) !important;
    display: inline-flex !important;
    height: 44px;
    justify-content: center;
    margin-left: 8px;
    width: 44px;
  }

  .fusion-mobile-menu-icons a:hover,
  .fusion-mobile-menu-icons a:focus {
    background: #eaf4fb;
    border-color: var(--wc-accent);
    color: var(--wc-accent) !important;
  }

  .fusion-header .fusion-mobile-nav-holder.fusion-mobile-menu-expanded {
    background: var(--wc-white);
    border: 1px solid var(--wc-border);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(18, 35, 52, 0.22);
    left: calc(50% - 50vw + 44px) !important;
    max-height: calc(100vh - 190px);
    overflow-y: auto !important;
    padding: 10px;
    position: absolute !important;
    right: auto !important;
    top: calc(100% + 12px) !important;
    transform: none;
    width: min(360px, calc(100vw - 28px)) !important;
    z-index: 10050;
  }

  .fusion-header .fusion-mobile-nav-holder.fusion-mobile-menu-expanded .fusion-menu {
    background: transparent;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  .fusion-mobile-menu-expanded .fusion-mobile-nav-item {
    background: transparent !important;
    border: 0 !important;
    margin: 3px 0 !important;
    min-height: 0 !important;
  }

  .fusion-mobile-menu-expanded .fusion-mobile-nav-item > a {
    background: transparent !important;
    border: 0 !important;
    border-radius: 6px;
    color: var(--wc-ink) !important;
    display: block !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    min-height: 46px !important;
    padding: 13px 56px 13px 16px !important;
    text-align: left;
    transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  }

  .fusion-mobile-menu-expanded .fusion-mobile-nav-item > a:hover,
  .fusion-mobile-menu-expanded .fusion-mobile-nav-item > a:focus {
    background: var(--wc-soft) !important;
    color: var(--wc-primary) !important;
    transform: translateX(2px);
  }

  .fusion-mobile-menu-expanded .fusion-mobile-current-nav-item > a,
  .fusion-mobile-menu-expanded .current-menu-item > a,
  .fusion-mobile-menu-expanded .current-menu-ancestor > a {
    background: var(--wc-primary) !important;
    color: var(--wc-white) !important;
  }

  .fusion-mobile-menu-expanded .fusion-open-submenu {
    align-items: center;
    background: var(--wc-soft) !important;
    border: 1px solid var(--wc-border) !important;
    border-radius: 5px;
    color: var(--wc-primary) !important;
    display: inline-flex !important;
    height: 34px !important;
    justify-content: center;
    padding: 0 !important;
    position: absolute !important;
    right: 8px !important;
    top: 6px !important;
    width: 38px !important;
  }

  .fusion-mobile-menu-expanded .fusion-open-submenu:hover,
  .fusion-mobile-menu-expanded .fusion-open-submenu:focus {
    background: #eaf4fb !important;
    border-color: var(--wc-accent) !important;
  }

  .fusion-mobile-menu-expanded .fusion-open-submenu::before {
    color: inherit !important;
    font-size: 16px !important;
  }

  .fusion-mobile-menu-expanded .sub-menu {
    background: #f7fbfe !important;
    border-left: 3px solid var(--wc-accent);
    border-radius: 6px;
    margin: 4px 0 8px 12px !important;
    padding: 6px !important;
  }

  .fusion-mobile-menu-expanded .sub-menu .fusion-mobile-nav-item > a {
    font-size: 15px !important;
    font-weight: 700 !important;
    min-height: 38px !important;
    padding: 10px 12px !important;
  }

  .fusion-mobile-menu-expanded .sub-menu .fusion-mobile-nav-item > a::before {
    content: none !important;
    display: none !important;
  }

  .westcana-static-content .et_pb_row {
    display: block;
  }

  .westcana-static-content .et_pb_column {
    margin-bottom: 28px;
  }

  .westcana-static-content .et_pb_slide {
    min-height: 430px;
  }

  .westcana-static-content .et_pb_container {
    padding: 92px 22px;
  }

  .westcana-static-content .et_pb_slide_title,
  .westcana-static-content .et_pb_slide_title a {
    font-size: clamp(34px, 12vw, 54px);
  }

  .westcana-hero-slider__slide {
    min-height: 500px;
  }

  .westcana-hero-slider__content {
    padding: 96px 22px 88px;
  }
}

@media (max-width: 640px) {
  .fusion-secondary-header {
    font-size: 12px;
  }

  .fusion-contact-info br {
    display: block;
  }

  .fusion-contact-info br + strong::before {
    content: "";
  }

  .fusion-secondary-header .fusion-row {
    min-height: 0;
    padding-bottom: 6px;
    padding-top: 6px;
  }

  .fusion-header {
    height: 68px !important;
    min-height: 68px !important;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }

  .fusion-header .fusion-row {
    height: 52px !important;
    min-height: 52px !important;
  }

  .fusion-logo {
    height: 52px !important;
  }

  .fusion-logo img {
    max-height: 46px;
    max-width: 220px;
  }

  .westcana-static-content {
    font-size: 15px;
  }

  .westcana-static-content .et_pb_section {
    padding: 46px 18px;
  }

  .westcana-static-content .et_pb_post_title,
  .westcana-static-content .et_pb_fullwidth_header {
    padding: 58px 18px;
  }

  .westcana-hero-slider__slide {
    min-height: 450px;
  }

  .westcana-hero-slider h1 {
    font-size: 42px;
  }

  .westcana-hero-slider h2 {
    font-size: 30px;
  }

  .westcana-hero-slider__copy {
    font-size: 17px;
  }
}

.westcana-rework {
  background: var(--wc-white);
}

.westcana-rework * {
  box-sizing: border-box;
}

.westcana-rework a:not(.westcana-button):not(.westcana-home-slider__button) {
  color: var(--wc-primary);
  font-weight: 700;
}

.westcana-section {
  padding: 78px 24px;
}

.westcana-section--soft {
  background: var(--wc-soft);
}

.westcana-section--tight {
  padding-top: 54px;
  padding-bottom: 54px;
}

.westcana-container {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.westcana-prose {
  max-width: 850px;
}

.westcana-prose--wide {
  max-width: 1080px;
}

.westcana-eyebrow {
  color: var(--wc-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.westcana-section__heading {
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
}

.westcana-section__heading h2,
.westcana-prose h2 {
  color: var(--wc-primary);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 14px;
}

.westcana-section__heading p,
.westcana-prose p,
.westcana-card p,
.westcana-feature p,
.westcana-service-block p {
  color: var(--wc-ink);
  font-size: 17px;
  line-height: 1.72;
}

.westcana-lead {
  color: var(--wc-ink);
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.58;
}

.westcana-grid {
  display: grid;
  gap: 24px;
}

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

.westcana-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.westcana-card,
.westcana-feature,
.westcana-service-block,
.westcana-process-step {
  background: var(--wc-white);
  border: 1px solid var(--wc-border);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(37, 64, 88, 0.08);
  padding: 30px;
}

.westcana-card h3,
.westcana-feature h3,
.westcana-service-block h3,
.westcana-process-step h3 {
  color: var(--wc-primary);
  font-size: 24px;
  line-height: 1.22;
  margin: 0 0 12px;
}

.westcana-card ul,
.westcana-service-block ul,
.westcana-checklist {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.westcana-card li,
.westcana-service-block li,
.westcana-checklist li {
  margin: 0 0 10px;
  padding-left: 22px;
  position: relative;
}

.westcana-card li::before,
.westcana-service-block li::before,
.westcana-checklist li::before {
  background: var(--wc-accent);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 7px;
}

.westcana-team-list {
  display: grid;
  gap: 28px;
}

.westcana-leader-card {
  align-items: stretch;
  background: var(--wc-white);
  border: 1px solid var(--wc-border);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(37, 64, 88, 0.08);
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  overflow: hidden;
}

.westcana-leader-card__photo {
  background: var(--wc-soft);
  min-height: 100%;
}

.westcana-leader-card__photo img {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.westcana-leader-card__body {
  padding: 34px;
}

.westcana-leader-card h3 {
  color: var(--wc-primary);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  margin: 0;
}

.westcana-leader-card__title {
  color: var(--wc-accent);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 8px 0 18px;
  text-transform: uppercase;
}

.westcana-leader-card__bio p {
  color: var(--wc-ink);
  font-size: 16px;
  line-height: 1.72;
  margin: 0 0 1rem;
}

.westcana-leader-card__bio p:last-child {
  margin-bottom: 0;
}

.westcana-button {
  align-items: center;
  background: var(--wc-primary);
  border: 2px solid var(--wc-primary);
  border-radius: 3px;
  color: var(--wc-white);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  text-decoration: none;
}

.westcana-button:hover,
.westcana-button:focus {
  background: #284865;
  border-color: #284865;
  color: var(--wc-white);
}

.westcana-button--light {
  background: var(--wc-white);
  border-color: var(--wc-white);
  color: var(--wc-primary);
}

.westcana-button--light:hover,
.westcana-button--light:focus {
  background: transparent;
  color: var(--wc-white);
}

.westcana-subpage-hero {
  align-items: center;
  background-color: var(--wc-primary);
  background-position: center;
  background-size: cover;
  color: var(--wc-white);
  display: flex;
  min-height: 320px;
  overflow: hidden;
  padding: 82px 24px;
  position: relative;
  text-align: center;
}

.westcana-subpage-hero::before {
  background: linear-gradient(90deg, rgba(18, 35, 52, 0.66), rgba(58, 99, 141, 0.24));
  content: "";
  inset: 0;
  position: absolute;
}

.westcana-subpage-hero .westcana-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.westcana-subpage-hero h1 {
  color: var(--wc-white) !important;
  font-size: clamp(44px, 7vw, 76px);
  line-height: 1;
  margin: 0;
  text-shadow: 0 3px 18px rgba(18, 35, 52, 0.32);
}

.westcana-subpage-hero p {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
  margin: 18px auto 0 !important;
  max-width: 780px;
  text-align: center;
}

.westcana-home-slider {
  background: #17283a;
  color: var(--wc-white);
  height: 540px;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.westcana-home-slider__viewport {
  height: 100%;
  min-height: inherit;
  position: relative;
}

.westcana-home-slider__slide {
  align-items: center;
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  min-height: inherit;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transition: opacity 0.8s ease;
}

.westcana-home-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.westcana-home-slider__media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(1.1px);
  inset: -12px;
  position: absolute;
  transform: translate3d(0, var(--wc-parallax-y, 0), 0) scale(1.045);
  transition: transform 0.35s ease;
  will-change: transform;
}

.westcana-home-slider__shade {
  background: linear-gradient(90deg, rgba(14, 25, 37, 0.68), rgba(58, 99, 141, 0.36));
  inset: 0;
  position: absolute;
}

.westcana-home-slider__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
  padding: 66px 24px 58px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.westcana-home-slider__eyebrow,
.westcana-home-slider h1,
.westcana-home-slider__rule,
.westcana-home-slider__copy,
.westcana-home-slider__button {
  opacity: 0;
  transform: translateY(26px);
}

.westcana-home-slider__slide.is-active .westcana-home-slider__eyebrow,
.westcana-home-slider__slide.is-active h1,
.westcana-home-slider__slide.is-active .westcana-home-slider__rule,
.westcana-home-slider__slide.is-active .westcana-home-slider__copy,
.westcana-home-slider__slide.is-active .westcana-home-slider__button {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.westcana-home-slider__slide.is-active h1 {
  transition-delay: 0.12s;
}

.westcana-home-slider__slide.is-active .westcana-home-slider__rule {
  transition-delay: 0.24s;
}

.westcana-home-slider__slide.is-active .westcana-home-slider__copy {
  transition-delay: 0.34s;
}

.westcana-home-slider__slide.is-active .westcana-home-slider__button {
  transition-delay: 0.44s;
}

.westcana-home-slider__eyebrow {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.westcana-home-slider h1 {
  color: var(--wc-white) !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 auto !important;
  max-width: 980px;
  text-align: center;
  text-shadow: 0 4px 20px rgba(18, 35, 52, 0.36);
  text-transform: uppercase;
  width: 100%;
}

.westcana-home-slider h1 span,
.westcana-home-slider h1 strong {
  display: block;
}

.westcana-home-slider h1 span {
  font-size: clamp(30px, 4.2vw, 58px);
}

.westcana-home-slider h1 strong {
  font-size: clamp(40px, 5.6vw, 78px);
}

.westcana-home-slider__rule {
  background: rgba(255, 255, 255, 0.86);
  height: 2px;
  margin: 22px auto 20px;
  max-width: 620px;
  width: min(100%, 620px);
}

.westcana-home-slider__copy {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.44;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  width: 100%;
}

.westcana-home-slider__button {
  align-items: center;
  background: var(--wc-primary);
  border: 2px solid var(--wc-primary);
  border-radius: 3px;
  color: var(--wc-white);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  margin-top: 28px;
  min-height: 48px;
  padding: 12px 26px;
  text-decoration: none;
  text-transform: uppercase;
}

.westcana-home-slider__button:hover,
.westcana-home-slider__button:focus {
  background: var(--wc-white);
  border-color: var(--wc-white);
  color: var(--wc-primary);
}

.westcana-home-slider__controls {
  align-items: center;
  bottom: 26px;
  display: none;
  gap: 16px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}

.westcana-home-slider__arrow,
.westcana-home-slider__dots button {
  background: rgba(255, 255, 255, 0.86);
  border: 0;
  color: var(--wc-primary);
  cursor: pointer;
}

.westcana-home-slider__arrow {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 30px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

.westcana-home-slider__dots {
  display: flex;
  gap: 8px;
}

.westcana-home-slider__dots button {
  border-radius: 999px;
  height: 10px;
  padding: 0;
  width: 10px;
}

.westcana-home-slider__dots button.is-active {
  background: var(--wc-accent-light);
  width: 28px;
}

.westcana-testimonials {
  background: var(--wc-soft);
  padding: 72px 24px;
}

.westcana-testimonials__heading {
  margin-bottom: 28px;
}

.westcana-testimonials__shell {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1180px;
}

.westcana-testimonials__track {
  display: grid;
  gap: 24px;
  grid-auto-columns: minmax(330px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 8px 4px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.westcana-testimonial-card {
  background: var(--wc-white);
  border: 1px solid var(--wc-border);
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(37, 64, 88, 0.08);
  margin: 0;
  min-height: 300px;
  padding: 30px;
  scroll-snap-align: start;
}

.westcana-testimonial-card blockquote {
  color: var(--wc-ink);
  font-size: 17px;
  line-height: 1.68;
  margin: 0;
}

.westcana-testimonial-card blockquote::before {
  color: var(--wc-accent);
  content: "\201C";
  display: block;
  font-size: 58px;
  font-weight: 800;
  line-height: 0.75;
  margin-bottom: 8px;
}

.westcana-testimonial-card figcaption {
  border-top: 1px solid var(--wc-border);
  margin-top: 24px;
  padding-top: 18px;
}

.westcana-testimonial-card figcaption strong,
.westcana-testimonial-card figcaption span {
  display: block;
}

.westcana-testimonial-card figcaption strong {
  color: var(--wc-primary);
  font-size: 19px;
}

.westcana-testimonial-card figcaption span {
  color: var(--wc-muted);
  margin-top: 4px;
}

.westcana-testimonials__nav {
  align-items: center;
  background: var(--wc-primary);
  border: 0;
  border-radius: 50%;
  color: var(--wc-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 34px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  width: 48px;
}

.westcana-cta-band {
  background: linear-gradient(135deg, var(--wc-primary), #284865);
  color: var(--wc-white);
  padding: 58px 24px;
  text-align: center;
}

.westcana-cta-band .westcana-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
  text-align: center;
}

.westcana-cta-band h2 {
  color: var(--wc-white);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.14;
  margin: 0 auto 14px !important;
  text-align: center;
}

.westcana-cta-band p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.62;
  margin: 0 auto 24px;
  max-width: 820px;
  text-align: center;
}

.westcana-cta-band .westcana-button {
  margin-left: auto;
  margin-right: auto;
}

.westcana-careers-embed {
  background: #fff;
  border: 1px solid var(--wc-border);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(27, 66, 101, 0.08);
  overflow: hidden;
  padding: 16px;
}

.westcana-careers-embed iframe {
  border: 0;
  display: block;
  min-height: 900px;
  width: 100%;
}

@media (max-width: 980px) {
  .westcana-grid--2,
  .westcana-grid--3 {
    grid-template-columns: 1fr;
  }

  .westcana-home-slider,
  .westcana-home-slider__slide {
    height: 500px;
    min-height: 500px;
  }

  .westcana-home-slider__content {
    padding: 58px 22px 52px;
  }

  .westcana-testimonials__shell {
    grid-template-columns: 1fr;
  }

  .westcana-testimonials__nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .westcana-section {
    padding: 54px 18px;
  }

  .westcana-subpage-hero {
    min-height: 260px;
    padding: 62px 18px;
  }

  .westcana-home-slider,
  .westcana-home-slider__slide {
    height: 500px;
    min-height: 500px;
  }

  .westcana-home-slider h1 span {
    font-size: 30px;
  }

  .westcana-home-slider h1 strong {
    font-size: 38px;
  }

  .westcana-home-slider__rule {
    margin: 24px auto 22px;
  }

  .westcana-home-slider__copy {
    font-size: 17px;
  }

  .westcana-home-slider__button {
    font-size: 14px;
    min-height: 48px;
    padding: 12px 20px;
  }

  .westcana-contact-modal {
    padding: 12px;
  }

  .westcana-contact-modal__dialog {
    padding: 20px 16px;
  }

  .westcana-contact-modal .westcana-contact-form {
    grid-template-columns: 1fr;
  }

  .westcana-leader-card {
    grid-template-columns: 1fr;
  }

  .westcana-leader-card__photo img {
    height: auto;
    max-height: 520px;
    min-height: 0;
  }

  .westcana-leader-card__body {
    padding: 26px 22px;
  }

  .westcana-testimonials {
    padding: 54px 18px;
  }

  .westcana-testimonials__track {
    grid-auto-columns: minmax(275px, 88vw);
  }

  .westcana-card,
  .westcana-feature,
  .westcana-service-block,
  .westcana-process-step,
  .westcana-testimonial-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .westcana-home-slider__media,
  .westcana-home-slider__slide,
  .westcana-home-slider__eyebrow,
  .westcana-home-slider h1,
  .westcana-home-slider__rule,
  .westcana-home-slider__copy,
  .westcana-home-slider__button {
    transition: none !important;
  }
}
