.elementor-kit-6{--e-global-color-primary:#83142B;--e-global-color-secondary:#C39230;--e-global-color-text:#101C32;--e-global-color-accent:#F2421B;--e-global-color-f844056:#F4EEE2;--e-global-color-be0e65f:#FFFFFF;--e-global-color-edc7d1a:#09152B;--e-global-color-b19f98c:#DFB35B;--e-global-typography-primary-font-family:"fatfrank";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"franklin-gothic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"franklin-gothic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"franklin-gothic";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.headline {
  margin: 0;
}

.headline .line {
  display: block;
  font-family: "franklin-gothic", Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #f4eee2;
  opacity: 0;
  transform: translateY(0.5em);
  filter: blur(6px);
  animation: rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.headline .line--accent {
  color: #c39130;
}

.headline .line:nth-child(1) { animation-delay: 0.05s; }
.headline .line:nth-child(2) { animation-delay: 0.28s; }

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.underline-wrap {
  position: relative;
  display: inline-block;
}

/* Force color/font on the Columbus wrapper specifically */
.headline .underline-wrap {
  color: #c39130 !important;
  font-family: "franklin-gothic", Arial, sans-serif !important;
}

.underline-wrap .stroke {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -0.22em;
  height: 0.34em;
  background-color: #c39130;
  -webkit-mask-image: url("https://shannonforus.com/wp-content/uploads/2026/08/underline.svg");
  mask-image: url("https://shannonforus.com/wp-content/uploads/2026/08/underline.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  animation: draw 0.85s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  animation-delay: 0.85s;
}

@keyframes draw {
  to { clip-path: inset(0 0% 0 0); }
}

@media (prefers-reduced-motion: reduce) {
  .headline .line,
  .underline-wrap .stroke {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: inset(0 0% 0 0) !important;
  }
}

/* Button + Form Control Styling */
:root {
  --control-hpad: 32px;
}

.elementor-button,
.elementor-field-group .elementor-field-textual {
  box-sizing: border-box !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: var(--control-hpad) !important;
  padding-right: var(--control-hpad) !important;
  border-radius: 5px !important;
  border-width: 1px !important;
}

.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: normal !important;
  position: relative;
  will-change: transform, box-shadow;
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
              background-color 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
              box-shadow 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.elementor-button:hover {
  transform: translateY(-1px) scale(1.015);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  background-color: #83142B !important;
}

.elementor-button:active {
  transform: translateY(0) scale(0.99);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition-duration: 0.1s;
}

.elementor-button:focus-visible {
  outline: 2px solid #C39130;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .elementor-button {
    transition: none !important;
  }
  .elementor-button:hover,
  .elementor-button:active {
    transform: none !important;
  }
}/* End custom CSS */