.elementor-kit-5{--e-global-color-primary:#15161B;--e-global-color-secondary:#B16A12;--e-global-color-text:#1A1B20;--e-global-color-accent:#E6A93C;--e-global-color-9f6623c:#F7F6F2;--e-global-color-ebaf57d:#6A6D77;--e-global-color-50bfb83:#E6E3DB;--e-global-color-f27bad5:#E2553C;--e-global-typography-primary-font-family:"Bricolage Grotesque";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Hanken Grotesk";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Mono";--e-global-typography-accent-font-weight:400;background-color:var( --e-global-color-9f6623c );color:var( --e-global-color-text );font-family:"Hanken Grotesk", Sans-serif;font-size:18px;font-weight:400;line-height:1.6em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Bricolage Grotesque", Sans-serif;font-size:56px;font-weight:700;line-height:1.05em;}.elementor-kit-5 h2{font-family:"Bricolage Grotesque", Sans-serif;font-size:36px;font-weight:700;line-height:1.1em;}.elementor-kit-5 h3{font-family:"Bricolage Grotesque", Sans-serif;font-size:22px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 */```css
/* Eyebrow + live pulse dot */
.eyebrow{
  font-family:"Space Mono",monospace; font-size:13px; letter-spacing:1.5px;
  text-transform:uppercase; color:#E6A93C; display:inline-flex; align-items:center;
}
.live-dot{
  display:inline-block; width:9px; height:9px; border-radius:50%;
  background:#E2553C; margin-right:8px;
  box-shadow:0 0 0 0 rgba(226,85,60,.6); animation:livePulse 1.8s infinite;
}
@keyframes livePulse{
  0%{box-shadow:0 0 0 0 rgba(226,85,60,.6)}
  70%{box-shadow:0 0 0 8px rgba(226,85,60,0)}
  100%{box-shadow:0 0 0 0 rgba(226,85,60,0)}
}
/* Metric readouts */
.readout{padding:22px 24px; border-right:1px solid rgba(247,246,242,.15)}
.readout .num{font-family:"Space Mono",monospace; font-size:30px; font-weight:700; color:#F7F6F2}
.readout .lbl{font-family:"Hanken Grotesk",sans-serif; font-size:13px; color:#A9ACB5; margin-top:6px}
@media(max-width:767px){
  .readout{border-right:0; border-bottom:1px solid rgba(247,246,242,.15)}
}
```

**Scroll-reveal fades:** select each top-level section → Advanced → **Motion Effects** → Entrance Animation: **Fade In Up**, Duration: Fast. Keep it subtle./* End custom CSS */