.elementor-kit-11{--e-global-color-primary:#080808;--e-global-color-secondary:#181818;--e-global-color-text:#4A4A4A;--e-global-color-accent:#BFC3C7;--e-global-color-grc_white:#FFFFFF;--e-global-color-grc_light:#F3F3F3;--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;background-color:#FFFFFF;color:#080808;font-family:"Inter", Sans-serif;font-size:17px;line-height:1.65em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 */:root {
  --grc-black: #080808;
  --grc-graphite: #181818;
  --grc-steel: #4a4a4a;
  --grc-silver: #bfc3c7;
  --grc-white: #ffffff;
  --grc-light: #f3f3f3;
  --grc-radius: 4px;
  --grc-header-height: 86px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--grc-black);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body:not(.elementor-editor-active) .site-header,
body:not(.elementor-editor-active) .site-footer {
  display: none !important;
}

.grc-local-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.admin-bar .grc-local-header {
  top: 32px;
}

.grc-header-shell {
  backdrop-filter: blur(16px);
  background: rgba(8, 8, 8, 0.93);
  border-bottom: 1px solid rgba(191, 195, 199, 0.18);
  justify-content: space-between !important;
  min-height: var(--grc-header-height);
  transition: background-color 220ms ease, border-color 220ms ease;
}

.grc-header-shell .elementor-widget-image img {
  border-radius: 2px;
  display: block;
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.grc-local-footer {
  background: var(--grc-black);
}

.grc-hero {
  isolation: isolate;
  min-height: min(90vh, 930px);
  overflow: hidden;
  position: relative;
}

.grc-hero::after {
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.84) 44%, rgba(8, 8, 8, 0.25) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.grc-hero > .e-con-inner,
.grc-hero > .elementor-element,
.grc-hero > .e-con {
  position: relative;
  z-index: 1;
}

.grc-hero-inner {
  max-width: 760px;
}

.grc-eyebrow .elementor-heading-title,
.grc-eyebrow {
  color: var(--grc-silver) !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.grc-display .elementor-heading-title {
  font-size: clamp(42px, 5.4vw, 82px) !important;
  line-height: 0.96 !important;
  max-width: 980px;
}

.grc-section-title .elementor-heading-title {
  font-size: clamp(32px, 3.8vw, 58px) !important;
  line-height: 1.02 !important;
}

.grc-card,
.grc-price-card,
.grc-schedule-row {
  border: 1px solid rgba(74, 74, 74, 0.34);
  border-radius: var(--grc-radius);
  transition: border-color 180ms ease, transform 180ms ease;
}

.grc-card:hover,
.grc-price-card:hover {
  border-color: var(--grc-silver);
  transform: translateY(-4px);
}

.grc-price-featured {
  border-color: var(--grc-white);
  outline: 1px solid var(--grc-silver);
  transform: translateY(-10px);
}

.grc-number .elementor-heading-title {
  color: var(--grc-silver) !important;
  font-size: 13px !important;
  letter-spacing: 0.16em;
}

.grc-stat .elementor-heading-title {
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1;
}

.grc-image-frame img {
  filter: grayscale(1);
  min-height: 360px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.grc-image-frame {
  overflow: hidden;
}

.grc-image-frame:hover img {
  transform: scale(1.02);
}

.elementor-widget-button .elementor-button {
  border-radius: var(--grc-radius) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  min-height: 50px;
  padding: 17px 24px !important;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.elementor-widget-button .elementor-button:hover {
  transform: translateY(-2px);
}

.grc-secondary .elementor-button {
  background: transparent !important;
  border: 1px solid var(--grc-silver) !important;
  color: var(--grc-white) !important;
}

.grc-secondary-dark .elementor-button {
  background: transparent !important;
  border: 1px solid var(--grc-steel) !important;
  color: var(--grc-black) !important;
}

.grc-divider {
  background: var(--grc-silver);
  display: block;
  height: 1px;
  opacity: 0.45;
  width: 58px;
}

.grc-placeholder-note {
  border-left: 2px solid var(--grc-silver);
  color: var(--grc-steel);
  font-size: 13px;
  padding-left: 16px;
}

.grc-menu-shim ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grc-menu-toggle {
  align-items: center;
  background: transparent !important;
  border: 1px solid rgba(191, 195, 199, 0.55) !important;
  border-radius: 3px;
  color: var(--grc-white) !important;
  cursor: pointer;
  display: none !important;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.grc-menu-toggle:hover,
.grc-menu-toggle:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: var(--grc-silver) !important;
  color: var(--grc-white) !important;
}

.grc-menu-shim a {
  color: var(--grc-white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.055em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.grc-menu-shim a::after {
  background: var(--grc-silver);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.grc-menu-shim a:hover::after,
.grc-menu-shim .current-menu-item > a::after {
  transform: scaleX(1);
}

.grc-form-shim {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grc-form-shim .grc-field-wide {
  grid-column: 1 / -1;
}

.grc-form-shim label {
  color: var(--grc-black);
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.grc-form-shim input,
.grc-form-shim select,
.grc-form-shim textarea {
  background: var(--grc-white);
  border: 1px solid var(--grc-steel);
  border-radius: 2px;
  color: var(--grc-black);
  min-height: 52px;
  padding: 12px 14px;
  width: 100%;
}

.grc-form-shim textarea {
  min-height: 150px;
  resize: vertical;
}

.grc-form-shim button {
  background: var(--grc-black);
  border: 1px solid var(--grc-black);
  border-radius: var(--grc-radius);
  color: var(--grc-white);
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  min-height: 54px;
  padding: 16px 22px;
  text-transform: uppercase;
}

.grc-form-confirmation {
  color: var(--grc-steel);
  display: none;
  font-size: 14px;
  margin: 0;
}

.grc-map-fallback {
  align-items: center;
  background: var(--grc-graphite);
  color: var(--grc-white);
  display: flex;
  justify-content: center;
  min-height: 390px;
  padding: 40px;
  text-align: center;
}

@media (max-width: 1300px) {
  :root {
    --grc-header-height: 76px;
  }

  .grc-menu-toggle {
    display: inline-flex !important;
  }

  .grc-menu-shim .grc-menu-list {
    align-items: flex-start;
    background: rgba(8, 8, 8, 0.98);
    border-top: 1px solid rgba(191, 195, 199, 0.2);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 18px 24px 24px;
    position: fixed;
    right: 0;
    top: var(--grc-header-height);
  }

  .grc-menu-shim.is-open .grc-menu-list {
    display: flex;
  }

  .grc-menu-shim .grc-menu-list a {
    display: block;
    padding: 11px 0;
  }

  .grc-hero {
    min-height: 760px;
  }

  .grc-price-featured {
    transform: none;
  }
}

@media (max-width: 767px) {
  .admin-bar .grc-local-header {
    top: 46px;
  }

  .grc-hero {
    min-height: 720px;
  }

  .grc-hero::after {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.6) 0%, rgba(8, 8, 8, 0.96) 62%, rgba(8, 8, 8, 1) 100%);
  }

  .grc-display .elementor-heading-title {
    font-size: clamp(36px, 12vw, 54px) !important;
  }

  .grc-section-title .elementor-heading-title {
    font-size: clamp(30px, 9.5vw, 42px) !important;
  }

  .grc-form-shim {
    grid-template-columns: 1fr;
  }

  .grc-form-shim .grc-field-wide {
    grid-column: auto;
  }

  .elementor-widget-button,
  .elementor-widget-button .elementor-button {
    width: 100%;
  }

  .grc-image-frame img {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */