.elementor-kit-5{--e-global-color-primary:#2D4A2A;--e-global-color-secondary:#3A5E36;--e-global-color-text:#1A1F1A;--e-global-color-accent:#C47B3F;--e-global-color-3aaaa05:#2D342D;--e-global-color-bf8933f:#FFFFFF;--e-global-color-1ca70ec:#F4F1EA;--e-global-color-f205c04:#E8E3D4;--e-global-color-4e2143a:#1A1F1A;--e-global-color-609fe0a:#FFFFFF;--e-global-color-f120fe4:#C47B3F;--e-global-color-4daa6ab:#6B6F63;--e-global-color-e7a1562:#2D342D;--e-global-color-af05c97:#1A1F1A1F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-82e43cf-font-family:"Instrument Serif";--e-global-typography-ccfec71-font-family:"DM Sans";--e-global-typography-b0d97e7-font-family:"JetBrains Mono";--e-global-typography-0ec7f22-font-family:"Instrument Serif";--e-global-typography-0ec7f22-font-size:clamp(64px, 11vw, 180px);--e-global-typography-0ec7f22-font-weight:400;--e-global-typography-0ec7f22-line-height:0.95;--e-global-typography-0ec7f22-letter-spacing:-0.015em;color:var( --e-global-color-3aaaa05 );font-family:"DM Sans", Sans-serif;font-size:17px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:0px;}.elementor-kit-5 h1{font-family:var( --e-global-typography-0ec7f22-font-family ), Sans-serif;font-size:var( --e-global-typography-0ec7f22-font-size );font-weight:var( --e-global-typography-0ec7f22-font-weight );line-height:var( --e-global-typography-0ec7f22-line-height );letter-spacing:var( --e-global-typography-0ec7f22-letter-spacing );}.elementor-kit-5 h2{font-family:"Instrument Serif", Sans-serif;font-size:clamp(40px, 5.5vw, 80px);font-weight:400;line-height:0.95;letter-spacing:-0.015em;}.elementor-kit-5 h3{font-family:"Instrument Serif", Sans-serif;font-size:clamp(36px, 4.4vw, 64px);font-weight:400;line-height:0.95;letter-spacing:-0.015em;}.elementor-kit-5 h4{font-family:"Instrument Serif", Sans-serif;font-size:26px;font-weight:400;line-height:0.95;letter-spacing:-0.015em;}.elementor-kit-5 h5{font-family:"Instrument Serif", Sans-serif;font-size:11px;font-weight:400;line-height:0.95;letter-spacing:0.12em;}.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-kit-5 h1{font-size:var( --e-global-typography-0ec7f22-font-size );line-height:var( --e-global-typography-0ec7f22-line-height );letter-spacing:var( --e-global-typography-0ec7f22-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:var( --e-global-typography-0ec7f22-font-size );line-height:var( --e-global-typography-0ec7f22-line-height );letter-spacing:var( --e-global-typography-0ec7f22-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.eyebrow {
  color: rgba(244, 239, 228, 0.65);
}
.eyebrow span {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}
.hero-bottom .marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: rgba(255,255,255,0.8);
}
.hero-bottom .marquee span {
  display: inline-block;
  padding-right: 40px;
  animation: marquee 35s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hero-bottom .dot::before {
  content: "●";
  color: var(#c47b3f);
  margin-right: 8px;
}/* End custom CSS */