/*
 * Houston Gutter Cleaning HQ — presentation-only redesign
 * Scope: Enfold child theme. No content is generated or replaced here.
 */

:root {
  --hgc-ink: #16211f;
  --hgc-ink-soft: #33443f;
  --hgc-evergreen: #203d34;
  --hgc-evergreen-deep: #122821;
  --hgc-rust: #bd4f2f;
  --hgc-rust-dark: #96391f;
  --hgc-cream: #f4f0e8;
  --hgc-paper: #fffdf9;
  --hgc-mist: #edf2ee;
  --hgc-line: #d9e1dc;
  --hgc-white: #ffffff;
  --hgc-shadow-sm: 0 10px 28px rgba(18, 40, 33, 0.09);
  --hgc-shadow-lg: 0 24px 64px rgba(18, 40, 33, 0.16);
  --hgc-radius-sm: 10px;
  --hgc-radius: 18px;
  --hgc-radius-lg: 28px;
  --hgc-content: 1180px;
}

html {
  scroll-behavior: smooth;
}

html.html_boxed,
html.html_boxed body.hgc-redesign,
body.hgc-redesign {
  background: var(--hgc-paper) !important;
}

/* Enfold's boxed preset constrains the body itself to 90%; remove that frame. */
html.html_boxed body.hgc-redesign,
html.responsive body.hgc-redesign.boxed,
body.hgc-redesign.boxed {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.hgc-redesign {
  color: var(--hgc-ink-soft);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.hgc-redesign #wrap_all {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: clip;
  background: var(--hgc-paper);
  box-shadow: none;
}

body.hgc-redesign #header,
body.hgc-redesign #main,
body.hgc-redesign #main > .container_wrap,
body.hgc-redesign #socket {
  width: 100%;
  max-width: none;
}

body.hgc-redesign .container {
  width: min(calc(100% - 48px), var(--hgc-content));
  max-width: var(--hgc-content);
  margin-inline: auto;
  padding-inline: 0;
}

body.hgc-redesign #main {
  background: var(--hgc-paper);
}

body.hgc-redesign .main_color,
body.hgc-redesign .alternate_color {
  color: var(--hgc-ink-soft);
  border-color: var(--hgc-line);
}

body.hgc-redesign a {
  color: var(--hgc-rust-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.hgc-redesign a:hover,
body.hgc-redesign a:focus-visible {
  color: var(--hgc-rust);
}

body.hgc-redesign :focus-visible {
  outline: 3px solid rgba(189, 79, 47, 0.38);
  outline-offset: 4px;
}

body.hgc-redesign h1,
body.hgc-redesign h2,
body.hgc-redesign h3,
body.hgc-redesign h4,
body.hgc-redesign h5,
body.hgc-redesign h6,
body.hgc-redesign .av-special-heading-tag {
  color: var(--hgc-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-transform: none;
}

body.hgc-redesign h1,
body.hgc-redesign .av-special-heading-h1 .av-special-heading-tag {
  font-size: clamp(2.45rem, 5vw, 4.75rem);
}

body.hgc-redesign h2,
body.hgc-redesign .av-special-heading-h2 .av-special-heading-tag {
  margin-top: 1.3em;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
}

body.hgc-redesign h3,
body.hgc-redesign .av-special-heading-h3 .av-special-heading-tag {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

body.hgc-redesign h4 {
  font-size: 1.25rem;
}

body.hgc-redesign p,
body.hgc-redesign li {
  color: inherit;
}

body.hgc-redesign p {
  margin: 0 0 1.15em;
}

body.hgc-redesign strong,
body.hgc-redesign b {
  color: var(--hgc-ink);
  font-weight: 760;
}

body.hgc-redesign hr,
body.hgc-redesign .hr-inner {
  border-color: var(--hgc-line);
}

/* Header and exact-label navigation */
body.hgc-redesign #header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(255, 253, 249, 0.97);
  border: 0;
  box-shadow: 0 1px 0 rgba(18, 40, 33, 0.1);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

body.hgc-redesign #header.hgc-is-scrolled {
  background: rgba(255, 253, 249, 0.985);
  box-shadow: var(--hgc-shadow-sm);
}

body.hgc-redesign #header_meta {
  min-height: 34px;
  background: var(--hgc-evergreen-deep);
  border: 0;
}

body.hgc-redesign #header_meta .container {
  min-height: 34px;
}

body.hgc-redesign #header_meta .phone-info {
  float: none;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  font-size: 0.82rem;
  line-height: 1;
}

body.hgc-redesign #header_meta .phone-info a,
body.hgc-redesign #header_meta .phone-info span {
  color: var(--hgc-white);
  font-size: 0.88rem !important;
  font-weight: 720;
  letter-spacing: 0.035em;
  text-decoration: none;
}

body.hgc-redesign #header_main,
body.hgc-redesign #header_main .container,
body.hgc-redesign #header_main .inner-container {
  min-height: 88px;
  border: 0;
}

body.hgc-redesign #header_main .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.hgc-redesign .logo,
body.hgc-redesign .logo a {
  position: relative;
  display: flex;
  width: auto;
  min-width: 0;
  height: 72px;
  align-items: center;
}

body.hgc-redesign .logo img {
  width: 72px;
  height: 72px;
  max-height: 72px !important;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(18, 40, 33, 0.1));
}

body.hgc-redesign .main_menu {
  position: relative;
  inset: auto;
  height: 88px;
  margin-left: auto;
}

body.hgc-redesign .main_menu .avia-menu,
body.hgc-redesign .main_menu .av-main-nav,
body.hgc-redesign .main_menu .av-main-nav > li,
body.hgc-redesign .main_menu .av-main-nav > li > a {
  height: 88px;
  line-height: 88px;
}

/* Long SEO menu labels remain exact and available inside Enfold's menu panel. */
body.hgc-redesign #avia-menu > li.menu-item-top-level,
body.hgc-redesign #avia-menu > li#menu-item-search {
  display: none !important;
}

body.hgc-redesign #avia-menu > li.av-burger-menu-main {
  display: block !important;
}

body.hgc-redesign.hgc-menu-open {
  overflow: hidden;
}

body.hgc-redesign.hgc-menu-open #wrap_all {
  overflow: visible;
}

body.hgc-redesign.hgc-menu-open #header_main .main_menu,
body.hgc-redesign.hgc-menu-open #header_main .avia-menu,
body.hgc-redesign.hgc-menu-open #header_main .av-main-nav {
  height: auto;
  line-height: normal;
}

body.hgc-redesign.hgc-menu-open #avia-menu {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  height: 100vh !important;
  min-height: 100vh;
  max-height: 100vh;
  padding: clamp(92px, 12vh, 140px) max(24px, calc((100vw - var(--hgc-content)) / 2)) 64px;
  flex-direction: column;
  align-items: stretch;
  overflow-y: auto;
  background:
    radial-gradient(circle at 92% 8%, rgba(189, 79, 47, 0.28), transparent 32%),
    var(--hgc-evergreen-deep);
}

body.hgc-redesign.hgc-menu-open #avia-menu > li.menu-item-top-level {
  display: block !important;
  width: min(100%, 900px);
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.hgc-redesign.hgc-menu-open #avia-menu > li.menu-item-top-level > a {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 15px 0;
  align-items: center;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(1.05rem, 1.65vw, 1.42rem);
  font-weight: 680;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-decoration: none;
}

body.hgc-redesign.hgc-menu-open #avia-menu > li.menu-item-top-level > a:hover,
body.hgc-redesign.hgc-menu-open #avia-menu > li.current-menu-item > a {
  color: #f3b19d !important;
}

body.hgc-redesign.hgc-menu-open #avia-menu .avia-menu-fx,
body.hgc-redesign.hgc-menu-open #avia-menu .avia-bullet {
  display: none;
}

body.hgc-redesign.hgc-menu-open #avia-menu .sub-menu {
  position: static;
  display: grid !important;
  width: 100%;
  height: auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  padding: 0 0 17px;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.hgc-redesign.hgc-menu-open #avia-menu .sub-menu li {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: 0;
}

body.hgc-redesign.hgc-menu-open #avia-menu .sub-menu a {
  min-height: 0;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.67) !important;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 520;
  line-height: 1.35;
  visibility: visible !important;
  opacity: 1 !important;
  text-decoration: none;
}

body.hgc-redesign.hgc-menu-open #avia-menu > li.av-burger-menu-main {
  position: fixed;
  top: 46px;
  right: max(24px, calc((100vw - var(--hgc-content)) / 2));
  z-index: 10030;
  display: block !important;
  width: 56px;
  height: 56px;
}

body.hgc-redesign.hgc-menu-open #avia-menu > li.av-burger-menu-main > a {
  width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  line-height: 56px;
}

body.hgc-redesign.hgc-menu-open .av-hamburger-inner {
  background-color: transparent !important;
}

body.hgc-redesign.hgc-menu-open .av-hamburger-inner::before {
  top: 0;
  transform: rotate(45deg);
}

body.hgc-redesign.hgc-menu-open .av-hamburger-inner::after {
  bottom: 0;
  transform: rotate(-45deg);
}

body.hgc-redesign .av-burger-menu-main > a {
  width: 56px;
  color: var(--hgc-ink) !important;
  border-radius: 999px;
}

body.hgc-redesign .av-hamburger-box {
  width: 30px;
}

body.hgc-redesign .av-hamburger-inner,
body.hgc-redesign .av-hamburger-inner::before,
body.hgc-redesign .av-hamburger-inner::after {
  height: 2px;
  background-color: var(--hgc-ink) !important;
}

body.hgc-redesign .av-burger-overlay {
  background: rgba(18, 40, 33, 0.98);
}

body.hgc-redesign .av-burger-overlay-bg {
  background: var(--hgc-evergreen-deep);
  opacity: 0.98;
}

body.hgc-redesign .av-burger-overlay-scroll {
  background: transparent;
}

body.hgc-redesign .av-burger-overlay-inner {
  padding-block: clamp(90px, 11vh, 150px) 64px;
}

body.hgc-redesign .av-burger-overlay-inner a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-decoration: none;
}

body.hgc-redesign .av-burger-overlay-inner a:hover,
body.hgc-redesign .av-burger-overlay-inner .current-menu-item > a {
  color: #f3b19d;
}

body.hgc-redesign .av-burger-overlay-inner .sub-menu a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  font-weight: 540;
}

/* Page foundations */
body.hgc-redesign #main > .container_wrap,
body.hgc-redesign #main > .av_default_container_wrap {
  border: 0;
}

body.hgc-redesign #main > .container_wrap_first > .container {
  padding-block: clamp(64px, 8vw, 112px);
}

body.hgc-redesign .template-page.content {
  padding-top: 0;
  padding-bottom: 0;
}

body.hgc-redesign .template-page.content.av-content-small {
  width: min(100%, 800px);
  padding-right: clamp(0px, 4vw, 48px);
}

body.hgc-redesign .sidebar {
  width: min(100%, 320px);
  margin-top: 0;
  padding: 0;
  border: 0;
}

body.hgc-redesign .sidebar .inner_sidebar {
  margin-left: 0;
}

body.hgc-redesign .sidebar .widget {
  margin-bottom: 22px;
  padding: 22px;
  background: var(--hgc-mist);
  border: 1px solid var(--hgc-line);
  border-radius: var(--hgc-radius);
}

body.hgc-redesign .entry-content-wrapper {
  font-size: inherit;
}

body.hgc-redesign .entry-content-wrapper > *:first-child,
body.hgc-redesign .avia_textblock > *:first-child {
  margin-top: 0;
}

body.hgc-redesign .entry-content-wrapper ul,
body.hgc-redesign .entry-content-wrapper ol {
  margin: 1.2em 0 1.6em;
  padding-left: 1.25em;
}

body.hgc-redesign .entry-content-wrapper li {
  margin-bottom: 0.56em;
  padding-left: 0.22em;
}

body.hgc-redesign .entry-content-wrapper li::marker {
  color: var(--hgc-rust);
  font-weight: 800;
}

body.hgc-redesign .special-heading-border {
  display: none;
}

body.hgc-redesign .av-special-heading {
  margin-bottom: 30px;
}

body.hgc-redesign .flex_column {
  min-width: 0;
}

body.hgc-redesign .flex_column.av_one_half,
body.hgc-redesign .flex_column.av_one_third,
body.hgc-redesign .flex_column.av_two_third {
  margin-bottom: 32px;
}

body.hgc-redesign .avia_textblock::after {
  content: "";
  display: table;
  clear: both;
}

body.hgc-redesign .avia_textblock img.alignleft,
body.hgc-redesign .avia_textblock img.alignright {
  margin-bottom: 24px;
}

body.hgc-redesign .avia-image-container img,
body.hgc-redesign .avia_textblock img:not(.emoji):not(.wp-smiley),
body.hgc-redesign .slide-image img,
body.hgc-redesign .wp-post-image {
  border-radius: var(--hgc-radius);
  box-shadow: var(--hgc-shadow-sm);
}

body.hgc-redesign .avia-image-container-inner,
body.hgc-redesign .avia-image-overlay-wrap {
  border-radius: var(--hgc-radius);
  overflow: hidden;
}

body.hgc-redesign iframe,
body.hgc-redesign video,
body.hgc-redesign .avia-iframe-wrap,
body.hgc-redesign .avia-video {
  max-width: 100%;
  border: 0;
  border-radius: var(--hgc-radius);
}

body.hgc-redesign .avia-iframe-wrap,
body.hgc-redesign .avia-video,
body.hgc-redesign .wp-video {
  overflow: hidden;
  box-shadow: var(--hgc-shadow-sm);
}

body.hgc-redesign .wp-video,
body.hgc-redesign .wp-video video {
  width: 100% !important;
}

/* Home page hero — existing intro and H1, newly styled; no text replacement. */
body.home.hgc-redesign #main > .container_wrap_first {
  background-color: var(--hgc-paper);
  background-image:
    linear-gradient(90deg, rgba(13, 29, 24, 0.91) 0%, rgba(13, 29, 24, 0.74) 48%, rgba(13, 29, 24, 0.34) 100%),
    url("../images/hgc-hero.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% clamp(600px, 62vw, 760px), 100% clamp(600px, 62vw, 760px);
}

body.home.hgc-redesign #main > .container_wrap_first > .container {
  padding-top: clamp(80px, 10vw, 140px);
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > p:first-child {
  max-width: 780px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 590;
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .hometitle_main {
  max-width: 940px;
  margin: 0 auto clamp(320px, 33vw, 430px);
  text-align: center;
}

body.home.hgc-redesign .hometitle_main .av-special-heading-tag {
  color: var(--hgc-white);
  font-size: clamp(2.7rem, 6vw, 5.35rem);
  line-height: 1.01;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .hr-invisible:first-of-type {
  display: none;
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half {
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(217, 225, 220, 0.9);
  border-radius: var(--hgc-radius-lg);
  box-shadow: var(--hgc-shadow-lg);
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half.first {
  margin-left: 0;
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) {
  background: var(--hgc-evergreen-deep);
  border-color: rgba(255, 255, 255, 0.08);
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) h2,
body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) h3,
body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) p,
body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) li,
body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) strong,
body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) b {
  color: rgba(255, 255, 255, 0.9);
}

body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half:not(.first) a {
  color: #f3b19d;
}

body.home.hgc-redesign #after_fullwidth_button {
  padding-block: clamp(72px, 9vw, 124px);
  background: var(--hgc-cream);
}

body.home.hgc-redesign #after_fullwidth_button .container {
  padding: 0;
}

/* Calls to action */
body.hgc-redesign .avia-button,
body.hgc-redesign input[type="submit"],
body.hgc-redesign button,
body.hgc-redesign .button {
  min-height: 52px;
  padding: 15px 24px;
  color: var(--hgc-white) !important;
  background: var(--hgc-rust) !important;
  border: 1px solid var(--hgc-rust) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(189, 79, 47, 0.23);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
}

body.hgc-redesign .avia-button:hover,
body.hgc-redesign .avia-button:focus-visible,
body.hgc-redesign input[type="submit"]:hover,
body.hgc-redesign button:hover,
body.hgc-redesign .button:hover {
  background: var(--hgc-rust-dark) !important;
  border-color: var(--hgc-rust-dark) !important;
  transform: translateY(-2px);
}

body.hgc-redesign .avia-button .avia_iconbox_title,
body.hgc-redesign .avia-button .av-button-description,
body.hgc-redesign .avia-button .av-button-description p {
  color: inherit !important;
}

body.hgc-redesign .avia-button .av-button-description {
  margin-top: 5px;
  font-size: 0.76rem;
  font-weight: 560;
  opacity: 0.85;
}

body.hgc-redesign .avia-button-fullwidth {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  border-radius: var(--hgc-radius) !important;
}

body.hgc-redesign #schedule-your-appointment-instantly-now {
  padding: 18px clamp(24px, 5vw, 72px);
  background: var(--hgc-evergreen-deep);
}

body.hgc-redesign #schedule-your-appointment-instantly-now .avia-button {
  max-width: var(--hgc-content);
  margin-inline: auto;
}

/* Interior page lead area */
body.hgc-redesign:not(.home) #main > .container_wrap_first {
  background:
    radial-gradient(circle at 92% 8%, rgba(189, 79, 47, 0.12), transparent 34%),
    linear-gradient(180deg, var(--hgc-cream), var(--hgc-paper));
}

body.hgc-redesign:not(.home) #main > .container_wrap_first h1:first-of-type,
body.hgc-redesign:not(.home) #main > .container_wrap_first .av-special-heading-h1:first-child .av-special-heading-tag {
  max-width: 900px;
  margin-bottom: 0.65em;
  text-wrap: balance;
}

body.hgc-redesign:not(.home) #main > .container_wrap_first h1:first-of-type::after,
body.hgc-redesign:not(.home) #main > .container_wrap_first .av-special-heading-h1:first-child .av-special-heading-tag::after {
  content: "";
  display: block;
  width: 74px;
  height: 5px;
  margin-top: 24px;
  background: var(--hgc-rust);
  border-radius: 999px;
}

/* FAQ and information-heavy pages */
body.hgc-redesign.page-id-42 .av_textblock_section,
body.hgc-redesign.page-id-40 .av_textblock_section,
body.hgc-redesign.page-id-50 .av_textblock_section,
body.hgc-redesign.page-id-94 .av_textblock_section,
body.hgc-redesign.page-id-99 .av_textblock_section,
body.hgc-redesign.page-id-101 .av_textblock_section {
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--hgc-line);
  border-radius: var(--hgc-radius);
  box-shadow: var(--hgc-shadow-sm);
}

/* Blog cards */
body.hgc-redesign .avia-content-slider .slide-entry-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

body.hgc-redesign .avia-content-slider .slide-entry {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--hgc-white);
  border: 1px solid var(--hgc-line);
  border-radius: var(--hgc-radius);
  box-shadow: var(--hgc-shadow-sm);
}

body.hgc-redesign .avia-content-slider .slide-image {
  display: block;
  overflow: hidden;
}

body.hgc-redesign .avia-content-slider .slide-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 280ms ease;
}

body.hgc-redesign .avia-content-slider .slide-entry:hover .slide-image img {
  transform: scale(1.025);
}

body.hgc-redesign .avia-content-slider .slide-content {
  padding: 25px;
}

body.hgc-redesign .avia-content-slider .slide-entry-title {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.22;
}

body.hgc-redesign .avia-content-slider .slide-entry-title a {
  color: var(--hgc-ink);
  text-decoration: none;
}

body.hgc-redesign .avia-content-slider .slide-meta {
  color: #6f7d78;
  font-size: 0.82rem;
  font-weight: 650;
}

/* Forms */
body.hgc-redesign input[type="text"],
body.hgc-redesign input[type="email"],
body.hgc-redesign input[type="tel"],
body.hgc-redesign input[type="number"],
body.hgc-redesign input[type="search"],
body.hgc-redesign select,
body.hgc-redesign textarea {
  min-height: 50px;
  padding: 12px 14px;
  color: var(--hgc-ink);
  background: var(--hgc-white);
  border: 1px solid #cbd6d0;
  border-radius: var(--hgc-radius-sm);
  box-shadow: none;
  font: inherit;
}

body.hgc-redesign textarea {
  min-height: 150px;
}

body.hgc-redesign input:focus,
body.hgc-redesign select:focus,
body.hgc-redesign textarea:focus {
  border-color: var(--hgc-rust);
  box-shadow: 0 0 0 4px rgba(189, 79, 47, 0.12);
}

/* Footer/socket */
body.hgc-redesign #socket {
  padding-block: 38px;
  color: rgba(255, 255, 255, 0.7);
  background: var(--hgc-evergreen-deep);
  border: 0;
}

body.hgc-redesign #socket .container {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  align-items: flex-start;
  justify-content: space-between;
}

body.hgc-redesign #socket .copyright {
  color: rgba(255, 255, 255, 0.65);
}

body.hgc-redesign #socket .sub_menu_socket {
  float: none;
  margin: 0;
}

body.hgc-redesign #socket .sub_menu_socket ul {
  display: flex;
  max-width: 780px;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
}

body.hgc-redesign #socket .sub_menu_socket li {
  padding: 0;
  border: 0;
}

body.hgc-redesign #socket a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.35;
  text-decoration: none;
}

body.hgc-redesign #socket a:hover,
body.hgc-redesign #socket a:focus-visible {
  color: var(--hgc-white);
}

/* Subtle progressive reveal; content remains visible when JS is absent. */
.hgc-motion-ready body.hgc-redesign #main .av_textblock_section,
.hgc-motion-ready body.hgc-redesign #main .avia-image-container,
.hgc-motion-ready body.hgc-redesign #main .avia-content-slider article,
.hgc-motion-ready body.hgc-redesign #main .avia-button-wrap {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.hgc-motion-ready body.hgc-redesign #main .hgc-revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 989px) {
  body.hgc-redesign .container {
    width: min(calc(100% - 36px), var(--hgc-content));
  }

  body.hgc-redesign #header_main,
  body.hgc-redesign #header_main .container,
  body.hgc-redesign #header_main .inner-container,
  body.hgc-redesign .main_menu,
  body.hgc-redesign .main_menu .avia-menu,
  body.hgc-redesign .main_menu .av-main-nav,
  body.hgc-redesign .main_menu .av-main-nav > li,
  body.hgc-redesign .main_menu .av-main-nav > li > a {
    min-height: 76px;
    height: 76px;
    line-height: 76px;
  }

  body.hgc-redesign .logo,
  body.hgc-redesign .logo a,
  body.hgc-redesign .logo img {
    width: 62px;
    height: 62px;
    max-height: 62px !important;
  }

  body.hgc-redesign .template-page.content.av-content-small,
  body.hgc-redesign .sidebar {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  body.hgc-redesign .sidebar {
    margin-top: 48px;
  }

  body.home.hgc-redesign #main > .container_wrap_first {
    background-size: auto 650px, auto 650px;
  }

  body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .hometitle_main {
    margin-bottom: 320px;
  }

  body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half {
    width: 100%;
    margin: 0 0 26px;
  }
}

@media (max-width: 767px) {
  body.hgc-redesign {
    font-size: 16px;
    line-height: 1.66;
  }

  body.hgc-redesign .container {
    width: min(calc(100% - 28px), var(--hgc-content));
  }

  body.hgc-redesign #header_meta .phone-info {
    justify-content: center;
  }

  body.hgc-redesign.hgc-menu-open #avia-menu {
    padding: 92px 20px 46px;
  }

  body.hgc-redesign.hgc-menu-open #avia-menu .sub-menu {
    grid-template-columns: 1fr;
  }

  body.hgc-redesign.hgc-menu-open #avia-menu > li.av-burger-menu-main {
    top: 38px;
    right: 18px;
  }

  body.hgc-redesign #main > .container_wrap_first > .container {
    padding-block: 52px 72px;
  }

  body.home.hgc-redesign #main > .container_wrap_first {
    background-position: 58% top;
    background-size: auto 610px, auto 610px;
  }

  body.home.hgc-redesign #main > .container_wrap_first > .container {
    padding-top: 64px;
  }

  body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > p:first-child {
    font-size: 0.98rem;
  }

  body.home.hgc-redesign .hometitle_main .av-special-heading-tag {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .hometitle_main {
    margin-bottom: 270px;
  }

  body.home.hgc-redesign .post-entry-12 > .entry-content-wrapper > .av_one_half {
    padding: 25px;
    border-radius: 22px;
  }

  body.hgc-redesign .avia-content-slider .slide-entry-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.hgc-redesign .avia-content-slider .slide-image img {
    height: 230px;
  }

  body.hgc-redesign .avia_textblock img.alignleft,
  body.hgc-redesign .avia_textblock img.alignright {
    float: none !important;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 24px;
  }

  body.hgc-redesign .avia-button,
  body.hgc-redesign .avia-button-fullwidth {
    width: 100%;
    white-space: normal;
  }

  body.hgc-redesign #socket .container {
    display: block;
  }

  body.hgc-redesign #socket .sub_menu_socket ul {
    display: block;
    margin-top: 22px;
  }

  body.hgc-redesign #socket .sub_menu_socket li {
    margin-bottom: 12px;
  }
}

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

  body.hgc-redesign *,
  body.hgc-redesign *::before,
  body.hgc-redesign *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  body.hgc-redesign #header,
  body.hgc-redesign #socket,
  body.hgc-redesign .avia-button-wrap {
    display: none !important;
  }

  body.hgc-redesign,
  body.hgc-redesign #main,
  body.home.hgc-redesign #main > .container_wrap_first {
    color: #111 !important;
    background: #fff !important;
  }

  body.hgc-redesign a {
    color: #111 !important;
  }
}
