.elementor-kit-289{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#F4ECD8;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C9A24A;--e-global-color-e34f696:#0F0F0F;--e-global-color-ab4c09d:#FFFFFF00;--e-global-color-f2e37f2:#5B5B5B;--e-global-color-f00260a:#C9A24A;--e-global-color-ce86765:#F4ECD8;--e-global-color-5894fef:#000000CC;--e-global-typography-primary-font-family:"Instrument Serif";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Instrument Sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Instrument Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Instrument Serif";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-e9b8def-font-family:"Instrument Serif";--e-global-typography-e9b8def-font-size:65px;--e-global-typography-e9b8def-font-weight:400;--e-global-typography-e9b8def-text-transform:uppercase;--e-global-typography-e9b8def-line-height:1.2em;--e-global-typography-ed92e77-font-family:"Instrument Serif";--e-global-typography-ed92e77-font-size:18px;--e-global-typography-ed92e77-font-weight:300;--e-global-typography-ed92e77-text-transform:capitalize;--e-global-typography-ed92e77-line-height:1.2em;--e-global-typography-8b3ce9d-font-family:"Instrument Sans";--e-global-typography-8b3ce9d-font-size:15px;--e-global-typography-8b3ce9d-font-weight:300;--e-global-typography-8b3ce9d-font-style:normal;--e-global-typography-8b3ce9d-line-height:1em;--e-global-typography-8afbe5d-font-family:"Instrument Sans";--e-global-typography-8afbe5d-font-size:14px;--e-global-typography-8afbe5d-font-weight:200;--e-global-typography-8afbe5d-text-transform:capitalize;--e-global-typography-8afbe5d-line-height:1em;--e-global-typography-a3ff010-font-family:"Instrument Sans";--e-global-typography-a3ff010-font-size:22px;--e-global-typography-a3ff010-font-weight:400;--e-global-typography-a3ff010-text-transform:capitalize;--e-global-typography-a3ff010-line-height:1em;background-color:var( --e-global-color-e34f696 );}.elementor-kit-289 e-page-transition{background-color:#FFBC7D;}.elementor-kit-289 button:hover,.elementor-kit-289 button:focus,.elementor-kit-289 input[type="button"]:hover,.elementor-kit-289 input[type="button"]:focus,.elementor-kit-289 input[type="submit"]:hover,.elementor-kit-289 input[type="submit"]:focus,.elementor-kit-289 .elementor-button:hover,.elementor-kit-289 .elementor-button:focus{border-radius:0px 0px 0px 0px;}.elementor-kit-289 input:not([type="button"]):not([type="submit"]),.elementor-kit-289 textarea,.elementor-kit-289 .elementor-field-textual{border-style:solid;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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;}{}.site-header{display:var(--page-title-display);}.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-kit-289{--e-global-typography-primary-font-size:30px;--e-global-typography-e9b8def-font-size:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-289{--e-global-typography-primary-font-size:25px;--e-global-typography-e9b8def-font-size:35px;--e-global-typography-ed92e77-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --lsa-gold: #c9a24a;
  --lsa-ink: #0a0a0a;
  --lsa-paper: #f4ecd8;
  --lsa-mute: rgba(244, 236, 216, 0.62);
  --lsa-hairline: rgba(244, 236, 216, 0.14);
}

/* Italic gold accent — wrap words in <span class="accent"> inside any heading */
.accent { color: var(--lsa-gold); font-style: italic; }

/* Mono eyebrow — apply class to a Text Editor widget */
.eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lsa-gold);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lsa-gold);
}

/* Hairline divider — set Divider widget to "Class: hairline" */
.hairline { border-top: 1px solid var(--lsa-hairline) !important; }

/* Card hover lift — apply to Loop Grid items */
.lsa-card { transition: transform 0.22s ease; }
.lsa-card:hover { transform: translateY(-3px); }

/* Pill button override (if Elementor's default radius isn't 999) */
.elementor-button { border-radius: 999px !important; }

/* Newsletter band — light section on ivory */
.newsletter-band {
  background: var(--lsa-paper);
  color: var(--lsa-ink);
  border-radius: 6px;
}
.newsletter-band h2 { color: var(--lsa-ink); }
.newsletter-band .accent { color: var(--lsa-gold); }

/* Live pill */
.live-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(244, 236, 216, 0.28);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.live-pill::before {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%;
  background: #e23a3a;
  animation: lsa-pulse 1.2s ease-in-out infinite;
}
@keyframes lsa-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.5; }
}/* End custom CSS */