.elementor-kit-3365{--e-global-color-primary:#F1F1F0;--e-global-color-secondary:#C9A227;--e-global-color-text:#C3C3C0;--e-global-color-accent:#C9A227;--e-global-color-ktblack:#050705;--e-global-color-ktbronze:#9D6626;--e-global-color-ktnavy:#314966;--e-global-color-ktwhite:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-kteyebro-font-family:"Montserrat";--e-global-typography-kteyebro-font-size:13px;--e-global-typography-kteyebro-font-weight:600;--e-global-typography-kteyebro-text-transform:uppercase;--e-global-typography-kteyebro-letter-spacing:3px;background-color:#050705;color:#C3C3C0;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:1.7em;}.elementor-kit-3365 button,.elementor-kit-3365 input[type="button"],.elementor-kit-3365 input[type="submit"],.elementor-kit-3365 .elementor-button{background-color:#C9A227;font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#0C0000;border-radius:4px 4px 4px 4px;padding:14px 28px 14px 28px;}.elementor-kit-3365 button:hover,.elementor-kit-3365 button:focus,.elementor-kit-3365 input[type="button"]:hover,.elementor-kit-3365 input[type="button"]:focus,.elementor-kit-3365 input[type="submit"]:hover,.elementor-kit-3365 input[type="submit"]:focus,.elementor-kit-3365 .elementor-button:hover,.elementor-kit-3365 .elementor-button:focus{background-color:#8F7419;color:#F1F1F0;}.elementor-kit-3365 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3365 a{color:#C9A227;}.elementor-kit-3365 a:hover{color:#E0B84D;}.elementor-kit-3365 h1{color:#F1F1F0;font-family:"Montserrat", Sans-serif;font-size:56px;font-weight:800;line-height:1.15em;}.elementor-kit-3365 h2{color:#F1F1F0;font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:800;line-height:1.2em;}.elementor-kit-3365 h3{color:#F1F1F0;font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:800;}.elementor-kit-3365 h4{color:#F1F1F0;font-family:"Montserrat", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-3365 h5{color:#F1F1F0;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:600;}.elementor-kit-3365 h6{color:#C9A227;font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-3365 h1{font-size:44px;}.elementor-kit-3365 h2{font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3365 h1{font-size:34px;}.elementor-kit-3365 h2{font-size:28px;}.elementor-kit-3365 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── Keyboard focus (WCAG 2.4.7 Focus Visible) ─────────────────────────
   Elementor/Hello suppress the focus ring on nav links and form fields, so
   keyboard users had no idea where they were. !important is deliberate:
   the defaults actively zero the outline out.
   Gold everywhere, including form fields: outline-offset puts the ring in
   the dark gap OUTSIDE the white field, where gold reads ~10:1. A dark ring
   there was invisible against the near-black card behind it. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.elementor-nav-menu a:focus-visible,
.elementor-nav-menu .elementor-item:focus-visible,
.elementor-button:focus-visible,
.elementor-field-group .elementor-field-textual:focus-visible,
[role="button"]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
	outline: 2px solid #C9A227 !important;
	outline-offset: 3px !important;
	border-radius: 2px;
}

.skip-link:focus,
.skip-link:focus-visible {
	outline: 2px solid #C9A227 !important;
	outline-offset: 3px !important;
	background: #050705;
	color: #F1F1F0;
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* ── Inline links in body copy (WCAG 1.4.1 Use of Colour) ──────────────
   Gold-on-grey inline links are only ~1.1:1 against the surrounding text,
   so colour alone cannot mark them as links. Underline every link inside
   prose. Scoped to text-editor widgets so buttons, nav, and icon lists are
   untouched — and so it keeps holding for pages built later. */
.elementor-widget-text-editor p a,
.elementor-widget-text-editor li a {
	text-decoration: underline;
	text-underline-offset: 2px;
}


/* Trustindex (home reviews section): the free plugin has no review-count setting
   and renders all downloaded 5-star reviews (currently 9). Cap the grid at 8 so
   the last row stays even. Delete this rule to show them all. */
.elementor-element-kthm040 .ti-review-item:nth-child(n+9) {
	display: none !important;
}


/* ── Parallax backgrounds: mobile fallback (Manny 08-09) ──────────────────
   The photo sections use background-attachment:fixed to match Manny's
   Elementor design. iOS Safari ignores it outright and Android Chrome
   repaints badly while scrolling, which shows up as a juddering or
   zoomed-in background. On touch-width screens fall back to a normal
   scrolling cover background so the photography still reads correctly. */
@media (max-width: 1024px) {
	.elementor-element-kv20023,
	.elementor-element-kv20053,
	.elementor-element-kthm040,
	.elementor-element-kv20067 {
		background-attachment: scroll !important;
		background-position: center center !important;
		background-size: cover !important;
	}
}/* End custom CSS */