:root {
  --reno-navy: #0d3b66;
  --reno-ink: #12486f;
  --reno-copper: #ff8a1f;
  --reno-copper-deep: #d96a00;
  --reno-red: #ff7a1a;
  --reno-red-deep: #cf5600;
  --reno-sand: #fff3e7;
  --reno-paper: #fffdf9;
  --reno-mist: #dcebf5;
  --reno-text: #2d4658;
  --reno-shadow: 0 24px 60px rgba(18, 48, 71, 0.12);
  --reno-radius: 22px;
}

body,
button,
input,
select,
textarea {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--reno-text);
}

body {
  background:
    radial-gradient(circle at top left, rgba(201, 120, 60, 0.12), transparent 30%),
    linear-gradient(180deg, #fbf8f4 0%, #f4f0ea 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
#site-title a,
#featured-slider .entry-title span {
  font-family: "DM Serif Display", Georgia, serif;
  letter-spacing: 0.01em;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

[data-slide-reveal] {
  opacity: 0;
  filter: blur(3px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s ease;
  will-change: opacity, transform, filter;
}

[data-slide-reveal="up"] {
  transform: translate3d(0, 42px, 0);
}

[data-slide-reveal="left"] {
  transform: translate3d(-48px, 0, 0);
}

[data-slide-reveal="right"] {
  transform: translate3d(48px, 0, 0);
}

[data-slide-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.inner-wrap {
  max-width: 1200px;
}

#page {
  overflow: visible;
}

.site-utility-bar {
  position: relative;
  background:
    radial-gradient(circle at left center, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, #0f2940 0%, #173a56 52%, #224e70 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.site-utility-bar .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 20px;
}

.utility-copy,
.utility-phone {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.utility-copy {
  display: flex;
  align-items: center;
  gap: 14px;
}

.utility-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f9e6d6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.utility-text {
  color: rgba(255, 255, 255, 0.9);
}

.utility-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(7, 20, 31, 0.18);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.utility-phone:hover {
  background: linear-gradient(135deg, var(--reno-red), var(--reno-red-deep));
  color: #fff;
}

#masthead {
  background: transparent;
}

#header-text-nav-container {
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 48, 71, 0.08);
  box-shadow: 0 14px 34px rgba(18, 48, 71, 0.08);
}

#header-text-nav-container .inner-wrap {
  max-width: 1320px;
}

#header-text-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

#header-left-section,
#header-right-section {
  float: none;
}

#header-left-section {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 48%;
  min-width: 0;
}

#header-logo-image img,
.site-header #header-logo-image img {
  max-height: 156px !important;
  width: auto !important;
  max-width: none !important;
  border-radius: 18px;
}

#site-title {
  margin-bottom: 6px;
  font-size: 34px;
  line-height: 1.05;
  max-width: 360px;
}

#site-title a {
  color: var(--reno-ink);
  display: inline-block;
  max-width: 360px;
}

#site-description {
  font-size: 15px;
  max-width: 520px;
  color: #617586;
}

#header-right-section {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 52%;
  justify-content: flex-end;
  min-width: 0;
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-action-primary,
.intro-button-primary,
.footer-cta-button {
  background: linear-gradient(135deg, var(--reno-copper), var(--reno-copper-deep));
  color: #fff;
  box-shadow: 0 14px 32px rgba(167, 92, 39, 0.24);
}

.header-action-secondary,
.intro-button-secondary {
  border: 1px solid rgba(18, 48, 71, 0.14);
  background: #fff;
  color: var(--reno-ink);
}

.header-action:hover,
.intro-button:hover,
.footer-cta-button:hover {
  transform: translateY(-1px);
}

#site-navigation ul li a {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--reno-ink);
}

#site-navigation ul li.current-menu-item > a,
#site-navigation ul li a:hover {
  color: var(--reno-copper);
}

@media (min-width: 769px) {
  #site-navigation .menu-menu1-container > ul {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  #site-navigation .menu-menu1-container > ul > li {
    float: none;
    display: flex;
    align-items: center;
    margin: 0;
  }

  #site-navigation .menu-menu1-container > ul > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0;
    line-height: 1;
  }
}

#featured-slider,
body.home #featured-slider,
.wide-1218 #featured-slider {
  width: 100vw;
  margin: 34px calc(50% - 50vw) 0;
}

#featured-slider .slider-cycle,
.wide-1218 #featured-slider .slider-cycle,
body.home #featured-slider .slider-cycle {
  width: 100%;
  max-width: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

#featured-slider .slides {
  position: relative;
}

#featured-slider .slides::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 32, 45, 0.7) 0%, rgba(14, 32, 45, 0.28) 55%, rgba(14, 32, 45, 0.15) 100%);
  z-index: 1;
}

#featured-slider img,
body.home #featured-slider img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  filter: saturate(0.92);
}

#featured-slider .entry-container {
  z-index: 2;
  left: 48px;
  right: auto;
  bottom: 46px;
  width: min(560px, calc(100% - 96px));
}

#featured-slider .entry-description-container {
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 26px;
  padding: 28px 28px 20px;
  box-shadow: 0 20px 40px rgba(10, 28, 40, 0.18);
}

#featured-slider .entry-title span {
  display: inline-block;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  color: var(--reno-ink);
}

#featured-slider .entry-content p {
  color: var(--reno-text);
  font-size: 16px;
  line-height: 1.7;
  white-space: pre-line;
}

#featured-slider .slider-read-more-button {
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 22px;
}

#featured-slider .slider-read-more-button {
  background: linear-gradient(135deg, var(--reno-copper), var(--reno-copper-deep));
  color: #fff;
  box-shadow: 0 14px 28px rgba(167, 92, 39, 0.24);
}

.slider-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.slider-call-button {
  background: linear-gradient(135deg, var(--reno-copper), var(--reno-copper-deep));
  color: #fff;
}

.slider-call-button:hover {
  background: linear-gradient(135deg, var(--reno-copper), var(--reno-copper-deep));
  color: #fff;
}

.slider-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--reno-ink);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 18px;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(18, 48, 71, 0.14);
}

.slider-secondary-button:hover {
  background: #fff;
  color: var(--reno-copper-deep);
}

#controllers {
  position: absolute;
  z-index: 3;
  left: 48px;
  bottom: 18px;
}

#main {
  padding-top: 32px;
}

#primary,
#content {
  background: transparent;
}

.page .entry-content {
  font-size: 17px;
  line-height: 1.8;
}

.modern-reno-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
  gap: 26px;
  margin: 0 auto 34px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 253, 249, 0.95), rgba(249, 244, 238, 0.92));
  box-shadow: var(--reno-shadow);
}

.intro-eyebrow,
.intro-highlight-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--reno-copper-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.modern-reno-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  color: var(--reno-ink);
}

.intro-text {
  max-width: 680px;
  font-size: 18px;
  color: #56697a;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.intro-button,
.footer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.modern-reno-intro-highlights {
  display: grid;
  gap: 16px;
}

.intro-highlight-card,
.sow-features-feature,
.footer-widgets-area .widget {
  border-radius: 24px;
  background: var(--reno-paper);
  border: 1px solid rgba(18, 48, 71, 0.08);
  box-shadow: var(--reno-shadow);
}

.intro-highlight-card {
  padding: 24px;
}

.intro-highlight-card p {
  margin: 0;
  color: #5a6d7d;
}

#pl-38 .panel-grid {
  margin-bottom: 32px !important;
}

.so-widget-sow-editor .textwidget > div[style*="margin-top"] {
  display: none;
}

.sow-features-list.sow-features-responsive {
  gap: 0;
}

.home .sow-features-feature,
.siteorigin-panels-home .sow-features-feature {
  width: 100% !important;
  padding: 18px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.home .sow-icon-container,
.siteorigin-panels-home .sow-icon-container {
  width: 100%;
}

.home .sow-icon-image,
.siteorigin-panels-home .sow-icon-image {
  width: min(260px, 100%);
  height: 260px;
  margin: 0 auto;
  border-radius: 20px;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 18px 34px rgba(18, 48, 71, 0.14);
}

.home .sow-features-feature .textwidget,
.siteorigin-panels-home .sow-features-feature .textwidget {
  padding: 18px 8px 10px;
  color: #5a6d7d;
  font-size: 15px;
  line-height: 1.7;
}

.home .sow-features-feature h5,
.siteorigin-panels-home .sow-features-feature h5 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.1;
  color: var(--reno-ink);
}

.page-id-82 #pg-82-1,
.page-id-82 #pg-82-1 .panel-grid-cell {
  display: flex;
}

.page-id-82 #pg-82-1 .panel-grid-cell {
  align-items: stretch;
}

.page-id-82 #pg-82-1 .so-panel,
.page-id-82 #pg-82-1 .so-widget-sow-features,
.page-id-82 #pg-82-1 .sow-features-list {
  width: 100%;
}

.page-id-82 #pg-82-1 .sow-features-list {
  height: 100%;
}

.page-id-82 #pg-82-1 .sow-features-feature {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
  height: 100%;
  min-height: 360px;
  padding: 30px 26px !important;
  text-align: left !important;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f3ec 100%);
  border: 1px solid rgba(18, 48, 71, 0.08);
  box-shadow: 0 20px 40px rgba(18, 48, 71, 0.1);
}

.page-id-82 #panel-82-1-2-0 .sow-features-feature {
  width: 100% !important;
  min-height: 360px !important;
  padding: 30px 26px !important;
}

.page-id-82 #pg-82-1 .sow-features-feature-right-left-container {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 18px;
}

.page-id-82 #pg-82-1 .sow-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(18, 48, 71, 0.08), rgba(201, 120, 60, 0.12));
}

.page-id-82 #pg-82-1 .sow-icon-fontawesome {
  font-size: 38px !important;
  color: var(--reno-copper-deep) !important;
}

.page-id-82 #pg-82-1 .textwidget {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}

.page-id-82 #pg-82-1 .sow-features-feature-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.page-id-82 #pg-82-1 .sow-features-feature h5 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.08;
}

.page-id-82 #pg-82-1 .sow-features-feature p {
  margin: 0;
  color: #5d7182;
  font-size: 15px;
  line-height: 1.8;
  flex: 1 1 auto;
}

.page-id-82 #pg-82-1 .sow-more-text {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 48, 71, 0.08);
}

.page-id-82 #pg-82-1 .sow-more-text a {
  color: var(--reno-copper-deep);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

.page-id-82 #pg-82-1 .sow-more-text a:hover {
  color: var(--reno-ink);
}

.page-id-159 .projects-page-showcase,
.page-id-182 .projects-page-showcase {
  margin-top: 34px;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 138, 31, 0.14), transparent 30%),
    linear-gradient(180deg, #fffdf9 0%, #f4f8fc 100%);
  border: 1px solid rgba(18, 72, 111, 0.08);
  box-shadow: 0 24px 56px rgba(18, 48, 71, 0.1);
}

.page-id-159 .projects-page-showcase-copy,
.page-id-182 .projects-page-showcase-copy {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.page-id-159 .projects-page-showcase-eyebrow,
.page-id-182 .projects-page-showcase-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(13, 59, 102, 0.08);
  color: var(--reno-copper-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-id-159 .projects-page-showcase-copy h2,
.page-id-182 .projects-page-showcase-copy h2 {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.08;
  color: var(--reno-navy);
}

.page-id-159 .projects-page-showcase-copy p:last-child,
.page-id-182 .projects-page-showcase-copy p:last-child {
  margin: 0;
  color: #5d7182;
  font-size: 16px;
  line-height: 1.85;
}

.page-id-159 .projects-page-showcase-highlights,
.page-id-182 .projects-page-showcase-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.page-id-159 .projects-page-showcase-card,
.page-id-182 .projects-page-showcase-card {
  padding: 24px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(18, 72, 111, 0.08);
  box-shadow: 0 16px 34px rgba(18, 48, 71, 0.08);
}

.page-id-159 .projects-page-showcase-card h3,
.page-id-182 .projects-page-showcase-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.12;
  color: var(--reno-navy);
}

.page-id-159 .projects-page-showcase-card p,
.page-id-182 .projects-page-showcase-card p {
  margin: 0;
  color: #5d7182;
  line-height: 1.8;
}

.page-id-159 .projects-page-comments,
.page-id-182 .projects-page-comments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.page-id-159 .projects-page-comment-card,
.page-id-182 .projects-page-comment-card {
  position: relative;
  padding: 24px 24px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #103654 0%, #0d2f4a 100%);
  box-shadow: 0 18px 36px rgba(13, 59, 102, 0.18);
}

.page-id-159 .projects-page-comment-card::before,
.page-id-182 .projects-page-comment-card::before {
  content: "\"";
  position: absolute;
  top: 14px;
  left: 18px;
  color: rgba(255, 255, 255, 0.16);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.page-id-159 .projects-page-comment,
.page-id-182 .projects-page-comment {
  position: relative;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.85;
}

.page-id-159 .projects-page-comment-author,
.page-id-182 .projects-page-comment-author {
  margin: 0;
  color: #ffd6b0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-id-159 .projects-page-showcase-actions,
.page-id-182 .projects-page-showcase-actions {
  text-align: center;
}

.page-id-159 .projects-page-showcase-button,
.page-id-182 .projects-page-showcase-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--reno-copper), var(--reno-copper-deep));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(217, 106, 0, 0.18);
}

.page-id-159 .projects-page-showcase-button:hover,
.page-id-182 .projects-page-showcase-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

.page-id-159 .projects-gallery-shell,
.page-id-182 .projects-gallery-shell {
  margin-top: 8px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 138, 31, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
  border: 1px solid rgba(18, 72, 111, 0.08);
  box-shadow: 0 24px 56px rgba(18, 48, 71, 0.1);
}

.page-id-159 .projects-gallery-heading,
.page-id-182 .projects-gallery-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.page-id-159 .projects-gallery-eyebrow,
.page-id-182 .projects-gallery-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(13, 59, 102, 0.07);
  color: var(--reno-copper-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-id-159 .projects-gallery-heading h2,
.page-id-182 .projects-gallery-heading h2 {
  margin-bottom: 14px;
  color: var(--reno-navy);
  font-size: 44px;
  line-height: 1.06;
}

.page-id-159 .projects-gallery-heading p:last-child,
.page-id-182 .projects-gallery-heading p:last-child {
  margin: 0;
  color: #5d7182;
  font-size: 16px;
  line-height: 1.85;
}

.page-id-159 .projects-gallery-grid,
.page-id-182 .projects-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.page-id-159 .projects-gallery-card,
.page-id-182 .projects-gallery-card {
  min-width: 0;
}

.page-id-159 .projects-gallery-card.is-featured,
.page-id-182 .projects-gallery-card.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.page-id-159 .projects-gallery-link,
.page-id-182 .projects-gallery-link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: #0f2f49;
  box-shadow: 0 20px 44px rgba(18, 48, 71, 0.14);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-id-159 .projects-gallery-link:hover,
.page-id-182 .projects-gallery-link:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 50px rgba(18, 48, 71, 0.18);
}

.page-id-159 .projects-gallery-media,
.page-id-182 .projects-gallery-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.page-id-159 .projects-gallery-media::after,
.page-id-182 .projects-gallery-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 28, 44, 0.04), rgba(8, 28, 44, 0.4));
}

.page-id-159 .projects-gallery-media img,
.page-id-182 .projects-gallery-media img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.page-id-159 .projects-gallery-card.is-featured .projects-gallery-media img,
.page-id-182 .projects-gallery-card.is-featured .projects-gallery-media img {
  height: 100%;
  min-height: 600px;
}

.page-id-159 .projects-gallery-link:hover .projects-gallery-media img,
.page-id-182 .projects-gallery-link:hover .projects-gallery-media img {
  transform: scale(1.05);
  filter: saturate(1.08) contrast(1.03);
}

.page-id-159 .projects-gallery-content,
.page-id-182 .projects-gallery-content {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(8, 28, 44, 0.2), rgba(8, 28, 44, 0.82));
  backdrop-filter: blur(6px);
}

.page-id-159 .projects-gallery-kicker,
.page-id-182 .projects-gallery-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ffd7b5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-id-159 .projects-gallery-content strong,
.page-id-182 .projects-gallery-content strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.page-id-159 .projects-gallery-cta,
.page-id-182 .projects-gallery-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-64 .contact-page-booking {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  margin-top: 22px;
  padding: 28px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid rgba(18, 48, 71, 0.08);
  box-shadow: 0 22px 46px rgba(18, 48, 71, 0.1);
}

.page-id-64 .contact-page-booking-form-card,
.page-id-64 .contact-page-booking-info-card,
.page-id-64 .contact-page-map-card {
  border-radius: 8px;
}

.page-id-64 .contact-page-booking-form-card {
  padding: 34px 32px 34px 40px;
  background: linear-gradient(180deg, #fffdf9 0%, #fff7ee 100%);
  border: 1px solid rgba(18, 48, 71, 0.08);
  box-shadow: 0 22px 46px rgba(8, 22, 34, 0.16);
}

.page-id-64 .contact-page-booking-eyebrow,
.page-id-64 .contact-page-booking-info-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-id-64 .contact-page-booking-eyebrow {
  background: rgba(255, 138, 31, 0.1);
  color: var(--reno-red-deep);
}

.page-id-64 .contact-page-booking-form-card h2,
.page-id-64 .contact-page-booking-info-card h3 {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.04;
}

.page-id-64 .contact-page-booking-form-card h2 {
  color: var(--reno-navy);
}

.page-id-64 .contact-page-booking-intro {
  margin-bottom: 18px;
  color: #5d7182;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7 {
  margin: 0;
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7-form p {
  margin: 0;
}

.page-id-64 .contact-page-booking-form-wrap .contact-form-grid-span-2 {
  grid-column: 1 / -1;
}

.page-id-64 .contact-page-booking-form-wrap label {
  display: block;
  color: var(--reno-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid rgba(18, 48, 71, 0.14);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-id-64 .contact-page-booking-form-wrap textarea.wpcf7-form-control {
  min-height: 156px;
  resize: vertical;
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none;
  border-color: rgba(255, 138, 31, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 138, 31, 0.1);
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7-submit {
  min-height: 52px;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--reno-copper), var(--reno-copper-deep)) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(217, 106, 0, 0.18);
}

.page-id-64 .contact-page-booking-form-wrap .wpcf7-submit:hover {
  transform: translateY(-1px);
}

.page-id-64 .contact-page-booking-info-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px;
  background:
    linear-gradient(180deg, rgba(8, 28, 44, 0.72), rgba(8, 28, 44, 0.9)),
    url("../../uploads/2024/07/best-tips-on-budget-friendly-home-interior-design.jpg") center/cover no-repeat;
  box-shadow: 0 22px 46px rgba(8, 22, 34, 0.18);
}

.page-id-64 .contact-page-booking-info-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd8b3;
}

.page-id-64 .contact-page-booking-info-card h3,
.page-id-64 .contact-page-booking-info-card p,
.page-id-64 .contact-page-booking-info-card li,
.page-id-64 .contact-page-booking-info-card strong,
.page-id-64 .contact-page-booking-info-card a {
  color: rgba(255, 255, 255, 0.92);
}

.page-id-64 .contact-page-booking-info-card p {
  margin-bottom: 14px;
  line-height: 1.8;
}

.page-id-64 .contact-page-booking-points {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.page-id-64 .contact-page-booking-points li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
  line-height: 1.75;
}

.page-id-64 .contact-page-booking-points li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--reno-copper);
}

.page-id-64 .contact-page-booking-details p {
  margin-bottom: 10px;
}

.page-id-64 .contact-page-booking-details a {
  text-decoration: none;
}

.page-id-64 .contact-page-map-card {
  margin-top: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(18, 48, 71, 0.12);
}

.page-id-64 .contact-page-map-card iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.blog #primary #content,
.home.blog #primary #content {
  display: grid;
  gap: 22px;
}

.blog .blog-page-hero,
.home.blog .blog-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
  align-items: stretch;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 138, 31, 0.16), transparent 26%),
    linear-gradient(135deg, #0f3250 0%, #184e78 58%, #2a6d98 100%);
  box-shadow: 0 24px 56px rgba(18, 48, 71, 0.16);
}

.blog .blog-page-hero-copy,
.home.blog .blog-page-hero-copy {
  color: #fff;
}

.blog .blog-page-hero-eyebrow,
.home.blog .blog-page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe1bf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog .blog-page-hero-copy h1,
.home.blog .blog-page-hero-copy h1 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 48px;
  line-height: 1.05;
}

.blog .blog-page-hero-copy p:last-child,
.home.blog .blog-page-hero-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

.blog .blog-page-hero-highlights,
.home.blog .blog-page-hero-highlights {
  display: grid;
  gap: 16px;
}

.blog .blog-page-hero-card,
.home.blog .blog-page-hero-card {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.blog .blog-page-hero-card span,
.home.blog .blog-page-hero-card span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog .blog-page-hero-card p,
.home.blog .blog-page-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.blog #primary article.post,
.home.blog #primary article.post {
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 138, 31, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid rgba(18, 72, 111, 0.08);
  box-shadow: 0 22px 48px rgba(18, 48, 71, 0.09);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog #primary article.post:hover,
.home.blog #primary article.post:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(18, 48, 71, 0.12);
}

.blog #primary article.post .entry-header,
.home.blog #primary article.post .entry-header {
  padding: 28px 30px 0;
}

.blog #primary article.post .entry-title,
.home.blog #primary article.post .entry-title {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.1;
}

.blog #primary article.post .entry-title a,
.home.blog #primary article.post .entry-title a {
  color: var(--reno-navy);
}

.blog #primary article.post .post-featured-image,
.home.blog #primary article.post .post-featured-image {
  margin: 22px 30px 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(18, 48, 71, 0.12);
}

.blog #primary article.post .post-featured-image img,
.home.blog #primary article.post .post-featured-image img {
  display: block;
  width: 100%;
}

.blog #primary article.post .entry-content,
.home.blog #primary article.post .entry-content {
  padding: 24px 30px 0;
  color: #5d7182;
  font-size: 16px;
  line-height: 1.9;
}

.blog #primary article.post footer.entry-meta-bar,
.home.blog #primary article.post footer.entry-meta-bar {
  margin-top: 24px;
  padding: 18px 30px 26px;
  border-top: 1px solid rgba(18, 72, 111, 0.08);
}

.blog #primary article.post .entry-meta,
.home.blog #primary article.post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.blog #primary article.post .entry-meta > span,
.home.blog #primary article.post .entry-meta > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(18, 72, 111, 0.06);
  color: #5d7182;
  font-size: 12px;
  font-weight: 700;
}

.blog #primary article.post .entry-meta > span.read-more-link,
.home.blog #primary article.post .entry-meta > span.read-more-link {
  margin-left: auto;
  padding: 0;
  background: none;
}

.blog #primary article.post .entry-meta .read-more,
.home.blog #primary article.post .entry-meta .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--reno-copper), var(--reno-copper-deep));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(217, 106, 0, 0.18);
}

.blog #primary article.post .entry-meta a,
.home.blog #primary article.post .entry-meta a {
  color: inherit;
}

.blog #secondary .widget,
.home.blog #secondary .widget {
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid rgba(18, 72, 111, 0.08);
  box-shadow: 0 18px 36px rgba(18, 48, 71, 0.08);
}

.blog #secondary .widget-title,
.home.blog #secondary .widget-title {
  margin-bottom: 16px;
}

.blog #secondary .widget-title span,
.home.blog #secondary .widget-title span {
  display: inline-flex;
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 768px) {
  .page-id-159 .projects-page-showcase,
  .page-id-182 .projects-page-showcase {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .page-id-159 .projects-page-showcase-copy h2,
  .page-id-182 .projects-page-showcase-copy h2 {
    font-size: 32px;
  }

  .page-id-159 .projects-page-showcase-highlights,
  .page-id-182 .projects-page-showcase-highlights,
  .page-id-159 .projects-page-comments,
  .page-id-182 .projects-page-comments {
    grid-template-columns: 1fr;
  }

  .page-id-159 .projects-gallery-shell,
  .page-id-182 .projects-gallery-shell {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .page-id-159 .projects-gallery-heading h2,
  .page-id-182 .projects-gallery-heading h2 {
    font-size: 32px;
  }

  .page-id-159 .projects-gallery-grid,
  .page-id-182 .projects-gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-id-159 .projects-gallery-card.is-featured,
  .page-id-182 .projects-gallery-card.is-featured {
    grid-column: span 1;
    grid-row: span 1;
  }

  .page-id-159 .projects-gallery-media img,
  .page-id-182 .projects-gallery-media img,
  .page-id-159 .projects-gallery-card.is-featured .projects-gallery-media img,
  .page-id-182 .projects-gallery-card.is-featured .projects-gallery-media img {
    height: 240px;
    min-height: 0;
  }

  .page-id-159 .projects-gallery-content,
  .page-id-182 .projects-gallery-content {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px 15px;
  }

  .page-id-64 .contact-page-booking {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .page-id-64 .contact-page-booking-form-card,
  .page-id-64 .contact-page-booking-info-card {
    padding: 24px 18px 24px 22px;
  }

  .page-id-64 .contact-page-booking-form-card h2,
  .page-id-64 .contact-page-booking-info-card h3 {
    font-size: 32px;
  }

  .page-id-64 .contact-page-booking-form-wrap {
    padding-right: 2px;
  }

  .page-id-64 .contact-page-booking-form-wrap .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .page-id-64 .contact-page-booking-form-wrap .contact-form-grid-span-2 {
    grid-column: 1 / -1;
  }

  .blog .blog-page-hero,
  .home.blog .blog-page-hero {
    grid-template-columns: 1fr;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .blog .blog-page-hero-copy h1,
  .home.blog .blog-page-hero-copy h1 {
    font-size: 34px;
  }

  .blog #primary article.post .entry-header,
  .home.blog #primary article.post .entry-header,
  .blog #primary article.post .entry-content,
  .home.blog #primary article.post .entry-content,
  .blog #primary article.post footer.entry-meta-bar,
  .home.blog #primary article.post footer.entry-meta-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog #primary article.post .post-featured-image,
  .home.blog #primary article.post .post-featured-image {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 18px;
  }

  .blog #primary article.post .entry-title,
  .home.blog #primary article.post .entry-title {
    font-size: 28px;
  }

  .blog #primary article.post .entry-meta > span.read-more-link,
  .home.blog #primary article.post .entry-meta > span.read-more-link {
    margin-left: 0;
  }
}

.menu-toggle,
.site-header .menu-toggle {
  border-radius: 14px;
}

.main-small-navigation .menu,
#site-navigation.main-small-navigation .menu {
  background: #16364d;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(18, 48, 71, 0.16);
}

.main-small-navigation ul li,
#site-navigation.main-small-navigation ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-small-navigation ul li:first-child {
  border-top: 0;
}

.main-small-navigation a,
#site-navigation.main-small-navigation a {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 15px 20px;
}

.main-small-navigation ul > .current_page_item > a,
.main-small-navigation ul > .current-menu-item > a,
.main-small-navigation a:hover,
#site-navigation.main-small-navigation ul > .current_page_item > a,
#site-navigation.main-small-navigation ul > .current-menu-item > a,
#site-navigation.main-small-navigation a:hover {
  background: linear-gradient(135deg, var(--reno-red), var(--reno-red-deep));
  color: #fff;
}

.home #pl-38,
.home #pg-38-2 {
  overflow: visible !important;
}

.home #pg-38-2 {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.home #pg-38-2 .panel-grid-cell,
.home #pg-38-2 .panel-row-style,
.home #pgc-38-2-0 {
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home #pg-38-2 .panel-grid-cell {
  float: none !important;
}

.home #pg-38-2 .panel-row-style {
  min-height: 460px !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.home #pg-38-2 .panel-row-style::before {
  content: "";
  display: block;
  min-height: 460px;
  background: linear-gradient(135deg, rgba(18, 48, 71, 0.18), rgba(201, 120, 60, 0.08));
}

.footer-widgets-wrapper {
  margin-top: 48px;
  padding: 0 0 28px;
  background: transparent;
}

.footer-widgets-area {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.footer-widgets-area [class*="tg-one-fourth"] {
  float: none;
  width: auto;
  margin: 0;
}

.footer-widgets-area .widget {
  height: 100%;
  padding: 26px 24px;
}

.footer-widgets-area .widget-title {
  margin-bottom: 14px;
}

.footer-widgets-area .widget-title span {
  color: var(--reno-ink);
  font-size: 26px;
  line-height: 1.1;
}

.footer-widgets-area .textwidget,
.footer-widgets-area li {
  color: #617586;
}

.footer-widgets-area ul {
  margin: 16px 0 0 18px;
}

.footer-widgets-area a {
  color: var(--reno-copper-deep);
}

.footer-text-link {
  text-decoration: none;
  font-weight: 700;
}

.footer-socket-wrapper {
  background: var(--reno-navy);
  color: rgba(255, 255, 255, 0.78);
}

.footer-socket-area {
  padding: 22px 0;
}

.footer-socket-wrapper .copyright,
.footer-socket-wrapper .copyright a,
.small-menu a {
  color: rgba(255, 255, 255, 0.82);
}

.small-menu a:hover,
.footer-socket-wrapper .copyright a:hover {
  color: #fff;
}

#scroll-up {
  background: var(--reno-copper);
}

@media (max-width: 1100px) {
  #header-text-nav-wrap,
  #header-right-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-widgets-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modern-reno-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .site-utility-bar .inner-wrap,
  .header-actions,
  .intro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .utility-copy {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #header-left-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  #site-title {
    font-size: 28px;
  }

  #header-text {
    width: 100%;
    text-align: center;
  }

  #site-title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #site-title a {
    max-width: 100%;
    text-align: center;
  }

  #header-right-section {
    width: 100%;
    align-items: stretch;
  }

  .header-actions {
    width: 100%;
  }

  #site-navigation {
    width: 100%;
    text-align: center;
  }

  .menu-toggle,
  .site-header .menu-toggle {
    width: auto;
    margin-top: 8px;
    background: linear-gradient(135deg, #16364d, #244a67) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 14px 28px rgba(18, 48, 71, 0.18) !important;
    padding: 12px 18px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  #site-navigation.main-small-navigation {
    text-align: center;
  }

  #site-navigation.main-small-navigation .menu {
    text-align: center;
  }

  #site-navigation.main-small-navigation ul li,
  #site-navigation.main-small-navigation ul li a {
    text-align: center;
    justify-content: center;
  }

  .site-header .menu-toggle:hover {
    background: linear-gradient(135deg, var(--reno-red), var(--reno-red-deep)) !important;
  }

  #featured-slider,
  #featured-slider .slider-cycle,
  .wide-1218 #featured-slider .slider-cycle {
    margin-top: 18px;
    border-radius: 0;
  }

  #featured-slider img,
  body.home #featured-slider img {
    min-height: 460px;
  }

  #featured-slider .entry-container {
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 22px;
  }

  #featured-slider .entry-description-container,
  .modern-reno-intro,
  .footer-widgets-area .widget {
    border-radius: 20px;
  }

  .modern-reno-intro {
    padding: 24px;
  }

  .footer-widgets-area {
    grid-template-columns: 1fr;
  }

  #controllers {
    left: 20px;
  }

  .page-id-82 #pg-82-1,
  .page-id-82 #pg-82-1 .panel-grid-cell {
    display: block;
  }

  .page-id-82 #pg-82-1 .sow-features-feature {
    min-height: 0;
    padding: 24px 20px !important;
  }

  #header-logo-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #header-logo-image img,
  .site-header #header-logo-image img {
    max-height: 150px !important;
    margin: 0 auto !important;
  }
}
