/*-- -------------------------- -->
<---       Deck Timing Layout     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #deck-timing .cs-timing-layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #deck-timing .cs-timing-panel {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.5rem);
  }
  #deck-timing .cs-content {
    text-align: center;
    width: 100%;
    max-width: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #deck-timing .cs-content .cs-topper,
  #deck-timing .cs-content .cs-title,
  #deck-timing .cs-content .cs-text {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  #deck-timing .cs-timing-panel .cs-info-box {
    margin-top: 0;
    text-align: center;
  }
  #deck-timing .cs-timing-panel .cs-info-box .cs-info-box-title,
  #deck-timing .cs-timing-panel .cs-info-box .cs-info-box-text {
    text-align: center;
  }
  #deck-timing .cs-timing-panel .cs-button-solid {
    align-self: center;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #deck-timing .cs-timing-layout {
    flex-direction: row-reverse;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3.5rem);
  }
  #deck-timing .cs-timing-layout .cs-image-grid.single {
    flex: 0 0 30rem;
    align-self: center;
  }
  #deck-timing .cs-timing-panel {
    flex: 1;
    min-width: 0;
  }
  #deck-maintenance .cs-grid-wrapper .cs-image-grid.single {
    flex: 0 0 30rem;
    align-self: center;
  }
}
/* Mobile - match deck-costs image proportions */
@media only screen and (min-width: 0rem) {
  #deck-timing .cs-timing-layout .cs-image-grid.single,
  #deck-maintenance .cs-grid-wrapper .cs-image-grid.single {
    width: 100%;
    max-width: 37.5rem;
  }
  #deck-timing .cs-timing-layout .cs-image-grid.single > picture,
  #deck-maintenance .cs-grid-wrapper .cs-image-grid.single > picture {
    aspect-ratio: 4/3;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
  }
  #deck-timing .cs-timing-layout .cs-image-grid.single > picture img,
  #deck-maintenance .cs-grid-wrapper .cs-image-grid.single > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/*-- -------------------------- -->
<---  Section Background Overrides -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1095,
  #why-choose-12,
  #deck-prep,
  #process-steps,
  #deck-maintenance,
  #deck-related {
    background: #fff;
  }
  #sbs-2295,
  #services-342,
  #deck-stain-types,
  #deck-timing,
  #deck-costs,
  #location-map,
  #reviews-864 {
    background: #f7f7f7;
  }
}
/*-- -------------------------- -->
<---  Check SVG List Override     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1095 .cs-check-list.cs-list {
    overflow: visible;
  }
  #sbs-1095 .cs-check-list.cs-list .cs-li:before {
    display: none;
  }
  #sbs-1095 .cs-check-list.cs-list .cs-li img {
    width: 1.25rem;
    height: 1.25rem;
    flex: none;
  }
}
/*-- -------------------------- -->
<---        Deck Costs           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #deck-costs {
    padding: var(--sectionPadding);
  }
  #deck-costs .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #deck-costs .cs-picture {
    width: 100%;
    max-width: 37.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
  }
  #deck-costs .cs-picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
  }
  #deck-costs .cs-content {
    text-align: left;
    width: 100%;
    max-width: 37.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #deck-costs .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #deck-costs .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0 0 1rem;
  }
  #deck-costs .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #deck-costs .cs-factors-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--headerColor);
    margin: 0 0 1rem;
  }
  #deck-costs .cs-factors-grid {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  #deck-costs .cs-factor {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #deck-costs .cs-factor-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex: none;
    margin-top: 0.0625rem;
  }
  #deck-costs .cs-subtext {
    font-size: 0.75rem;
    color: var(--bodyTextColor);
    margin: 0.5rem 0 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #deck-costs .cs-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #deck-costs .cs-picture {
    flex: 0 0 30rem;
  }
  #deck-costs .cs-content {
    flex: 1;
    max-width: none;
  }
  #deck-costs .cs-factors-grid {
    grid-template-columns: 1fr 1fr;
  }
}
/*-- -------------------------- -->
<---   Deck Services 4-Col Grid   -->
<--- -------------------------- -*/
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-342 .cs-card-group.cs-card-group-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #services-342 .cs-card-group-4 .cs-item {
    width: 100%;
    max-width: none;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-342 .cs-card-group.cs-card-group-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*-- -------------------------- -->
<---       Deck Related          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #deck-related {
    padding: var(--sectionPadding);
    padding-top: 4rem;
  }
  #deck-related .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #deck-related .cs-content {
    text-align: center;
    width: 100%;
    max-width: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #deck-related .cs-topper {
    margin-bottom: 0.75rem;
  }
  #deck-related .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #deck-related .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.7em;
    color: var(--bodyTextColor);
    margin: 0;
    text-align: center;
    max-width: 56.25rem;
  }
  #deck-related .cs-card-group-4 {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #deck-related .cs-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.75rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    transition: box-shadow 0.3s;
  }
  #deck-related .cs-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
  #deck-related .cs-card-icon-wrap {
    width: 3rem;
    height: 3rem;
    background: #fef7e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #deck-related .cs-card-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  #deck-related .cs-h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    color: var(--headerColor);
  }
  #deck-related .cs-item-text {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    flex: 1;
  }
  #deck-related .cs-card-link {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  #deck-related .cs-card-link .cs-card-link-icon {
    width: 0.75rem;
    height: 0.75rem;
    flex: none;
  }
}
/* Tablet - 600px */
@media only screen and (min-width: 37.5rem) {
  #deck-related .cs-card-group-4 {
    grid-template-columns: 1fr 1fr;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #deck-related .cs-card-group-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*-- -------------------------- -->
<---  Location Map Override       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #location-map .cs-content {
    text-align: center;
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #location-map .cs-content .cs-title {
    margin-bottom: 1rem;
  }
  #location-map .cs-content .cs-text {
    text-align: left;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    margin: 0 0 0.75rem;
  }
  #location-map .cs-content .cs-text:last-child {
    margin-bottom: 0;
  }
  #location-map .cs-content .cs-text a {
    color: var(--primaryLight);
    text-decoration: none;
  }
  #location-map .cs-content .cs-text a:hover {
    text-decoration: underline;
  }
  #location-map .cs-layout {
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #location-map .cs-map-wrapper {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
  #location-map .cs-map-wrapper iframe {
    width: 100%;
    height: clamp(16rem, 40vw, 20rem);
    display: block;
  }
  #location-map .cs-cta-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #location-map .cs-subtext {
    font-size: 0.75rem;
    color: var(--bodyTextColor);
    margin: 0.75rem 0 0;
  }
  #location-map .cs-areas {
    width: 100%;
  }
  #location-map .cs-areas-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 1.25rem;
    color: var(--headerColor);
  }
  #location-map .cs-area-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem clamp(2rem, 5vw, 4rem);
  }
  #location-map .cs-area {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #location-map .cs-area a {
    color: var(--primaryLight);
    text-decoration: none;
  }
  #location-map .cs-area a:hover {
    text-decoration: underline;
  }
  #location-map .cs-area-icon {
    width: 1rem;
    height: 1rem;
    flex: none;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #deck-stain-types .cs-image-wrap {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
  }
  #deck-stain-types .cs-image-wrap picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  #deck-stain-types .cs-image-wrap picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #deck-stain-types .cs-image-wrap .cs-pro-tip {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 2;
  }
  #location-map .cs-container {
    flex-direction: column;
  }
  #location-map .cs-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  #location-map .cs-map-wrapper {
    flex: 1;
    width: 100%;
  }
  #location-map .cs-map-wrapper iframe {
    height: 100%;
    min-height: 20rem;
  }
  #location-map .cs-areas {
    flex: 0 0 26.25rem;
  }
}

/*# sourceMappingURL=deck-staining.css.map */
