:root {
  --site-ink: #0b0e0d;
  --site-ink-soft: #121714;
  --site-panel: #171c19;
  --site-ivory: #f3efe6;
  --site-text: #dedbd2;
  --site-muted: #9da49d;
  --site-accent: #c8ad6c;
  --site-accent-bright: #ead28f;
  --site-sage: #748273;
  --site-line: rgba(200, 173, 108, 0.22);
  --site-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

html {
  background: var(--site-ink);
  scroll-behavior: smooth;
}

body,
body #ajax-content-wrap,
body .container-wrap {
  background-color: var(--site-ink);
}

body {
  color: var(--site-text);
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--site-accent);
  color: var(--site-ink);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.nectar-animated-title-inner .wrap > * {
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  letter-spacing: -0.025em;
}

body p,
body li,
body label,
body input,
body select,
body textarea,
body button {
  font-family: "Open Sans", Arial, sans-serif;
}

body a {
  text-decoration-color: rgba(200, 173, 108, 0.52);
  text-underline-offset: 0.16em;
}

body #ajax-content-wrap .row-bg.using-bg-color[style*="background-color: #000000"],
body #ajax-content-wrap .column-bg-overlay[style*="background-color: #000000"] {
  background-color: var(--site-ink) !important;
}

/* Navigation */
#header-outer {
  border-bottom: 1px solid rgba(200, 173, 108, 0.16) !important;
  background: rgba(10, 13, 12, 0.94) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

#header-outer.transparent {
  background: linear-gradient(180deg, rgba(7, 10, 9, 0.88), rgba(7, 10, 9, 0.42)) !important;
  box-shadow: none !important;
}

#header-outer #logo img {
  filter: saturate(0.82) contrast(1.06);
}

#header-outer header#top nav > ul > li > a,
#header-outer header#top nav > ul > li > a .menu-title-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#header-outer header#top nav > ul > li > a:hover,
#header-outer header#top nav > ul > li.current-menu-item > a {
  color: var(--site-accent-bright) !important;
}

#header-outer .sub-menu,
#header-outer .sf-menu > li > ul {
  border: 1px solid var(--site-line) !important;
  background: rgba(15, 19, 17, 0.98) !important;
  box-shadow: var(--site-shadow) !important;
}

#header-outer .sub-menu a,
#header-outer .sub-menu .menu-title-text,
#header-outer .sub-menu .item_desc,
#header-outer .sub-menu .menu-item-desc {
  color: #e7e3da !important;
}

#header-outer .sub-menu a:hover,
#header-outer .sub-menu a:hover .menu-title-text {
  color: var(--site-accent-bright) !important;
}

#slide-out-widget-area,
#slide-out-widget-area-bg.fullscreen-split {
  background: var(--site-ink-soft) !important;
}

/* Hero and page headers */
.home #about .row-bg {
  filter: saturate(0.72) contrast(1.08) brightness(0.88);
  transform: scale(1.015);
}

.home #about .row-bg-overlay {
  background: linear-gradient(92deg, rgba(7, 10, 9, 0.96) 0%, rgba(7, 10, 9, 0.83) 48%, rgba(7, 10, 9, 0.36) 100%) !important;
  opacity: 1 !important;
}

.home #about .nectar-animated-title .wrap {
  background: rgba(200, 173, 108, 0.11) !important;
  border: 1px solid rgba(200, 173, 108, 0.28);
  border-radius: 999px;
  padding: 7px 14px;
}

.home #about .nectar-animated-title h3 {
  color: var(--site-accent-bright) !important;
  font-size: 12px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home #about h1 {
  max-width: 820px;
  color: var(--site-ivory);
  font-size: clamp(44px, 5.4vw, 78px) !important;
  line-height: 0.98 !important;
  text-wrap: balance;
}

.home #about .nectar-fancy-ul li::before,
.home #about .nectar-fancy-ul .icon-default-style {
  color: var(--site-accent) !important;
}

#page-header-wrap #page-header-bg,
#page-header-bg {
  background-color: var(--site-ink-soft) !important;
}

#page-header-bg .page-header-bg-image {
  filter: saturate(0.72) contrast(1.06) brightness(0.84);
}

#page-header-bg .container::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 2px;
  background: var(--site-accent);
  content: "";
  transform: translateY(-50%);
}

#page-header-bg .span_6 {
  padding-left: 62px;
}

/* Shared typography and dividers */
.vc_separator.vc_separator-has-text h4 {
  color: var(--site-accent-bright) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vc_separator .vc_sep_line {
  border-color: rgba(200, 173, 108, 0.34) !important;
}

.nectar-highlighted-text em,
.nectar-animated-title h3,
.nectar-cta .link_text,
.nectar-fancy-ul .icon-default-style {
  color: var(--site-accent) !important;
}

.nectar-scribble path {
  stroke: var(--site-accent) !important;
}

/* Buttons and calls to action */
body .nectar-button,
body input[type="submit"],
body button[type="submit"],
body .wpforms-form button[type="submit"] {
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease !important;
}

body .nectar-button:hover,
body input[type="submit"]:hover,
body button[type="submit"]:hover,
body .wpforms-form button[type="submit"]:hover {
  border-color: var(--site-accent) !important;
  background-color: var(--site-accent) !important;
  box-shadow: 0 10px 28px rgba(200, 173, 108, 0.2) !important;
  color: var(--site-ink) !important;
  transform: translateY(-2px);
}

body .nectar-button.see-through-2 {
  border-color: rgba(243, 239, 230, 0.62) !important;
  background: rgba(12, 15, 14, 0.24) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/* Images, cards, and media */
.img-with-aniamtion-wrap .inner,
.nectar-video-box .inner-wrap,
.nectar-post-grid-item,
.post .content-inner {
  overflow: hidden;
  border: 1px solid rgba(200, 173, 108, 0.13);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.img-with-aniamtion-wrap img,
.nectar-video-box img,
.nectar-post-grid-item .nectar-post-grid-item-bg {
  filter: saturate(0.8) contrast(1.04);
  transition: filter 0.45s ease, transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.img-with-aniamtion-wrap:hover img,
.nectar-video-box:hover img,
.nectar-post-grid-item:hover .nectar-post-grid-item-bg {
  filter: saturate(0.98) contrast(1.02);
  transform: scale(1.025);
}

.wpb_column[data-border-radius] > .vc_column-inner {
  border-color: rgba(200, 173, 108, 0.14);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.16);
}

.nectar-post-grid-item .nectar-post-grid-item-bg-wrap::after,
.nectar-video-box .inner-wrap::after {
  background: linear-gradient(180deg, transparent 35%, rgba(7, 10, 9, 0.72));
}

/* Homepage services and calculator presentation */
.home #services .wpb_column > .vc_column-inner {
  overflow: hidden;
  border: 1px solid rgba(200, 173, 108, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.home #services .wpb_column:hover > .vc_column-inner {
  border-color: rgba(200, 173, 108, 0.52);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.33);
  transform: translateY(-5px);
}

.home #services .column-image-bg {
  filter: saturate(0.7) contrast(1.08);
  transition: filter 0.45s ease, transform 0.6s ease;
}

.home #services .wpb_column:hover .column-image-bg {
  filter: saturate(0.95) contrast(1.02);
  transform: scale(1.035);
}

.home #services .column-bg-overlay {
  background: linear-gradient(180deg, rgba(7, 10, 9, 0.1), rgba(7, 10, 9, 0.9)) !important;
  opacity: 0.84 !important;
}

.home #tariffs {
  position: relative;
  overflow: hidden;
}

.home #tariffs::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(84vw, 1180px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--site-accent), transparent);
  content: "";
  opacity: 0.55;
  transform: translateX(-50%);
}

.home #fws_6a59f88d1383f .row-bg {
  filter: saturate(0.65) contrast(1.12);
  background-size: cover;
}

.home #fws_6a59f88d1383f .row-bg-overlay {
  background: linear-gradient(102deg, rgba(8, 11, 10, 0.92) 0%, rgba(8, 11, 10, 0.74) 45%, rgba(8, 11, 10, 0.88) 100%) !important;
  opacity: 1 !important;
}

/* Forms and utility components */
body:not(.home) input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body:not(.home) select,
body:not(.home) textarea,
.wpforms-form input:not([type="submit"]),
.wpforms-form select,
.wpforms-form textarea {
  border-color: rgba(200, 173, 108, 0.2) !important;
  border-radius: 10px !important;
  background-color: rgba(255, 255, 255, 0.045) !important;
}

.toggle h3 a,
.toggles--minimal-shadow .toggle {
  border-color: rgba(200, 173, 108, 0.18) !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035) !important;
}

.toggle.open h3 a,
.toggle h3 a:hover {
  color: var(--site-accent-bright) !important;
}

/* Footer */
#footer-outer,
#footer-outer[data-custom-color="true"] {
  border-top: 1px solid rgba(200, 173, 108, 0.18);
  background: #080a09 !important;
}

#footer-outer h4,
#footer-outer h5,
#footer-outer .widget-title {
  color: var(--site-ivory) !important;
  font-size: 12px !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#footer-outer a:hover {
  color: var(--site-accent-bright) !important;
}

#to-top {
  border: 1px solid rgba(200, 173, 108, 0.36) !important;
  border-radius: 50% !important;
  background: rgba(15, 19, 17, 0.92) !important;
}

@media (max-width: 1150px) {
  #header-outer {
    background: rgba(9, 12, 11, 0.96) !important;
  }

  .home #about .row-bg-overlay {
    background: linear-gradient(90deg, rgba(7, 10, 9, 0.94), rgba(7, 10, 9, 0.6)) !important;
  }
}

@media (max-width: 690px) {
  .home #about h1 {
    font-size: clamp(38px, 11vw, 50px) !important;
    line-height: 1.02 !important;
  }

  .home #about .row-bg {
    background-position: 62% center !important;
  }

  .home #about .row-bg-overlay {
    background: linear-gradient(180deg, rgba(7, 10, 9, 0.86), rgba(7, 10, 9, 0.94)) !important;
  }

  #page-header-bg .container::before {
    display: none;
  }

  #page-header-bg .span_6 {
    padding-left: 0;
  }

  .vc_separator.vc_separator-has-text h4 {
    font-size: 10px !important;
    letter-spacing: 0.15em;
  }

  .img-with-aniamtion-wrap .inner,
  .nectar-video-box .inner-wrap,
  .nectar-post-grid-item,
  .post .content-inner {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
