:root {
  --esteem-gold: #e3af16;
  --esteem-dark: #111111;
  --esteem-grey: #ffffff;
  --esteem-card-dark: #3a3a3a;
}

/* Base */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

/* =========================================
   TOP BAR 
========================================= */

.top-bar {
  width: 100%;
  background: #ffffff;
  height: 120px;
  display: flex;
  align-items: center;
  border-bottom: none;
}

.top-bar-inner {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 60px 48px 55px;
}

.top-bar-logo {
  height: 34px;
  width: auto;
  display: block;
  transform: translateY(-3px);
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 56px;
  font-size: 16px;
  color: #40444e;
  text-transform: capitalize;
}

.top-bar-phone {
  color: var(--esteem-gold);
  text-decoration: none;
  font-weight: 500;
}

.top-bar-phone:hover {
  text-decoration: underline;
}

/* Buttons */

.btn-cta {
  border-radius: 8px;
  background: var(--esteem-gold);
  display: flex;
  width: 160px;
  height: 64px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-cta:hover,
.btn-cta:focus {
  background-color: #dfb231;
  border-color: #dfb231;
  color: #000;
}
/* =======================
   HERO 
======================= */

.hero-section {
  background-color: #ffffff;
  color: #111;
}

.hero-section .container-xl {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 120px;
  padding-right: 0;
}

.hero-section .row {
  --bs-gutter-x: 0;
}

.hero-text-col {
  padding-right: 56px;
}

.hero-copy {
  max-width: 720px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 16px;
}

.hero-text {
  font-size: 20px;
  line-height: 32px;
  color: #595254;
  max-width: 640px;
  margin: 0 0 48px;
}

.hero-eyebrow {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #e3af16;
  margin: 0 0 15px;
}

.hero-title {
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  margin: 0 0 32px;
  color: #373334;
}

.hero-image-col {
  padding-left: 0;
  padding-right: 0;
}

.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-left: 4px solid #e3af16;
  padding-left: 0;
  height: 640px;
  width: 100%;
}

.hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.hero-logo-overlay {
  position: absolute;
  width: 105px;
  height: auto;
  right: 24px;
  bottom: 32px;
}

/* COVERALLS */

.coveralls-section {
  background-color: #ffffff;
  padding: 4rem 0 0;
  text-align: center;
}

.coveralls-section .section-intro {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  color: #666;
}

.coveralls-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.coveralls-image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 629.5;
  object-fit: cover;
  border-bottom: 4px solid var(--esteem-gold);
  display: block;
}

.section-eyebrow {
  color: #e3af16;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}

.section-title {
  color: #373334;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.section-intro {
  color: #595254;
  text-align: center;
  font-feature-settings: "salt" on, "liga" off;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 788px;
  padding-bottom: 16px;
  margin: 0 auto;
}

/* SERVICES */

.services-section {
  background-color: #ffffff;
  color: #333;
  padding: 73px 0 73px;
}

.services-section .section-title {
  color: #3a3a3a;
}

.services-section .container-xl {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.section-title-services {
  color: #373334;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.service-card {
  display: flex;
  height: 273px;
  padding: 36px;
  gap: 10px;
  background: linear-gradient(
    102deg,
    #373334 31.51%,
    #3b3738 51.1%,
    #9d9294 122.92%
  );
  margin-bottom: 28px;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.service-card-image {
  flex: 0 0 220px;
  width: 290px;
  height: 201px;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.service-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.service-card-content h3 {
  color: #e3af16;
  font-feature-settings: "salt" on, "liga" off;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.service-card-content p {
  color: #fff;
  font-feature-settings: "salt" on, "liga" off;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  background-color: #444;
}

.service-card:hover .service-card-image img {
  transform: scale(1.04);
  filter: brightness(1.1);
}
/* WASHFOLD SECTION */

.washfold-section {
  background-color: #ffffff;
  padding: 147px 0;
}

.washfold-section .container-xl {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

.washfold-row {
  --bs-gutter-x: 0;
  align-items: center;
}

.washfold-text-col {
  padding-right: 56px;
}

.washfold-eyebrow {
  color: #e3af16;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  text-align: left;
}

.washfold-title {
  color: #373334;
  font-feature-settings: "salt" on, "liga" off;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
  width: 517px;
}

.washfold-intro {
  color: #595254;
  font-feature-settings: "salt" on, "liga" off;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 596px;
  text-align: left;
}

.washfold-image-col {
  display: flex;
  justify-content: flex-end;
}

.washfold-image-card {
  background-color: #f4f4f4;
  border-radius: 0;
  padding: 0;
  width: 100%;
  max-width: 484px;
  height: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.washfold-image-card img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 0;
}

/* ABOUT */

.about-section {
  background-color: #ffffff;
  padding: 116px 0;
}

.about-section .container-xl {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

.about-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  --bs-gutter-x: 0;
}

.about-image-col {
  flex: 0 0 484px;
}

.about-image-wrapper {
  position: relative;
  width: 484px;
  height: 444px;
  overflow: hidden;
}

.about-building-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  padding: 0;
  background: none;
}

.about-text-col {
  flex: 0 0 596px;
  margin-left: 76px;
}

.about-section .section-eyebrow,
.about-section .section-title,
.about-section .section-intro {
  text-align: left;
}

.about-eyebrow {
  margin-bottom: 12px;
}

.about-title {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 56px;
  max-width: 517px;
}

.about-intro {
  margin: 0;
  max-width: 596px;
  font-size: 20px;
  line-height: 32px;
  color: #595254;
}

/* CTA */

.cta-section {
  background-color: #ffffff;
  color: #111;
  padding: 116px 0;
}

.cta-section .container-xl {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  text-align: center;
}

.cta-section .section-eyebrow {
  color: var(--esteem-gold);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cta-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 16px;
}

.cta-text {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 32px;
  color: #595254;
}

.btn-cta.marginCenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cta-section .btn-cta {
  display: block;
  margin: 0 auto;
}

/* FOOTER */
.site-footer {
  background-color: #ffffff;
  padding: 80px 0;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  color: #40444e;
}

.footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-logo-img {
  width: 467px;
  height: 150px;
  aspect-ratio: 467/150;
  display: block;
}

.footer-right {
  text-align: right;
  line-height: 1.5;
}

.footer-right div {
  margin-bottom: 4px;
  color: #595254;
}

/* Responsive */

@media (max-width: 1320px) {
  .section-title {
    font-size: 40px;
    width: 450;
  }
  .section-intro {
    font-size: 18px;
    width: 518px;
  }
  .washfold-eyebrow,
  .hero-eyebrow,
  .hero-text {
    font-size: 18px;
  }
  .section-title-services {
    font-size: 48px;
  }
  .hero-title {
    font-size: 64px;
  }
}

@media (max-width: 1260px) {
  .hero-section .container-xl {
    position: relative;
    padding-right: 0;
    width: 100%;
  }
  .hero-section .row,
  .hero-row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-row {
    position: relative;
  }

  .hero-image-wrapper {
    height: 100%;
    border-left: 3px solid var(--esteem-gold);
  }

  .hero-main-image {
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  .section-title {
    font-size: 36px;
    width: 412px;
  }
  .section-intro {
    font-size: 18px;
    width: 475px;
  }
  .coveralls-section {
    padding: 6rem 0 0;
  }
  .coveralls-section .section-intro {
    width: 100%;
    max-width: 100%;
  }
  .coveralls-section .section-title {
    width: 100% !important;
    margin: 0 auto;
  }
  .washfold-eyebrow,
  .hero-eyebrow,
  .hero-text {
    font-size: 18px;
  }
  .section-title-services {
    font-size: 45px;
  }
  .hero-title {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  .hero-section .container-xl {
    padding-left: 80px;
    padding-right: 0;
  }

  .hero-text-col {
    padding-right: 32px;
  }

  .hero-title {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-text {
    font-size: 18px;
    max-width: 500px;
  }

  .coveralls-section .container-xl {
    max-width: 1200px;
    padding: 0 40px;
  }

  .coveralls-image-wrapper {
    max-width: 100%;
  }

  .coveralls-image-wrapper img {
    width: 100%;
    aspect-ratio: 1200 / 629.5;
    object-fit: cover;
  }

  .washfold-section .container-xl {
    max-width: 1200px;
    padding: 0 40px;
  }

  .washfold-section .row {
    --bs-gutter-x: 2rem;
  }

  .washfold-title {
    font-size: 40px;
    line-height: 48px;
    width: auto;
  }

  .washfold-intro {
    margin-left: 0px;
  }

  .about-section .container-xl {
    padding: 0 40px;
  }

  .about-image-wrapper {
    width: 100%;
    max-width: 420px;
    height: auto;
  }

  .about-building-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-text-col {
    margin-left: 30px;
  }

  .about-title {
    font-size: 40px;
    line-height: 48px;
    max-width: none;
  }

  .about-intro {
    font-size: 18px;
    line-height: 28px;
    max-width: none;
  }

  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px;
  }

  .footer-logo-img {
    width: 380px;
    height: auto;
    display: block;
  }

  .footer-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .site-footer {
    padding: 2.5rem 0 2rem;
  }

  .footer-wrapper {
    padding-left: 80px;
    padding-right: 120px;
  }
}

@media (max-width: 1044px) {
  .hero-section .container-xl {
    padding-left: 48px;
    padding-right: 0;
  }

  .hero-title {
    font-size: 52px;
    line-height: 1.1;
    max-width: 520px;
  }

  .hero-text {
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 20px;
  }

  .hero-image-wrapper {
    height: 480px;
  }

  .coveralls-section {
    padding: 4rem 0 0;
  }

  .coveralls-image-wrapper {
    max-width: 900px;
  }

  .coveralls-image-wrapper img {
    aspect-ratio: 1200 / 629.5;
    object-fit: cover;
  }

  .coveralls-section .section-title {
    font-size: 40px;
  }
  .coveralls-section .section-intro {
    font-size: 18px;
    max-width: 700px;
    margin-bottom: 1rem;
  }
  .washfold-section .container-xl {
    padding-left: 48px;
    padding-right: 48px;
  }

  .washfold-section .section-title {
    font-size: 38px;
    line-height: 1.3;
  }

  .washfold-section .section-intro {
    max-width: 450px;
    font-size: 18px;
  }

  .image-card img {
    max-height: 420px;
    object-fit: cover;
  }

  .about-section .container-xl {
    padding-left: 48px;
    padding-right: 48px;
  }

  .about-image-col {
    flex: 0 0 420px;
  }

  .about-image-wrapper {
    width: 420px;
    height: 380px;
  }

  .about-title {
    font-size: 42px;
    line-height: 1.2;
  }

  .about-intro {
    font-size: 18px;
    max-width: 480px;
  }

  .footer-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-logo {
    width: 180px;
  }
}

@media (max-width: 992px) {
  .hero-section .container-xl,
  .coveralls-section .container-xl,
  .services-section .container-xl,
  .washfold-section .container-xl,
  .about-section .container-xl,
  .cta-section .container-xl,
  .site-footer .container-xl {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px;
  }

  .top-bar {
    height: 90px;
  }
  .top-bar-inner {
    width: 100%;
    height: 90px;
    padding: 40px 60px 48px 55px;
  }

  .top-bar-right {
    gap: 28px;
    font-size: 15px;
  }

  .top-bar-logo {
    height: 29px;
    width: auto;
    display: block;
    transform: translateY(-3px);
  }

  .hero-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    width: 100%;
  }

  .hero-section .col-lg-6 {
    padding: 0;
    width: 100%;
  }

  .hero-eyebrow,
  .hero-title,
  .hero-text {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    margin-right: 0px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 16px;
  }

  .hero-text-col,
  .hero-section .col-lg-6.hero-text-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-image-wrapper {
    width: 100%;
    aspect-ratio: 343 / 262;
    border-left: 4px solid var(--esteem-gold);
    overflow: hidden;
  }

  .hero-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-logo-overlay {
    width: 80px;
    right: 16px;
    bottom: 16px;
  }

  .hero-section .btn-cta {
    margin: 8px auto 0;
    width: 100%;
    max-width: 150px;
    height: 40px;
    font-size: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .coveralls-image-wrapper img {
    width: 100%;
    object-fit: cover;
  }

  .services-section {
    padding: 56px 0 0;
  }

  .section-title-services {
    padding-bottom: 36px;
    text-align: center;
  }

  .section-title-services {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    font-size: 38px;
    line-height: 46px;
  }

  .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 16px;
    margin-bottom: 24px;
    height: auto;
    text-align: left;
    width: fit-content;
    margin: 0 auto 24px;
  }

  .service-card-image {
    width: 100%;
    max-width: 360px;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    flex: 0 0 auto;
  }

  .service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
  }

  .service-card-content {
    width: 100%;
    max-width: 360px;
    padding-left: 0;
    text-align: center;
  }

  .service-card-content h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 8px;
    text-align: center;
  }

  .service-card-content p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .washfold-row {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }

  .washfold-text-col {
    order: 1 !important;
  }

  .washfold-image-col {
    order: 2 !important;
  }

  .washfold-section {
    padding-top: 56px;
    padding-bottom: 0px;
  }

  .washfold-section .image-card {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 24px;
    padding: 0;
    background: transparent;
  }

  .col-lg-6 .washfold-text-col {
    text-align: center !important;
  }

  .col-lg-6 {
    width: 100% !important;
  }

  .washfold-eyebrow,
  .washfold-title,
  .washfold-intro {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .washfold-title {
    font-size: 38px;
    line-height: 46px;
  }

  .washfold-section .section-intro {
    max-width: 700px !important;
    font-size: 18px;
  }

  .washfold-section .image-card img {
    width: 80%;
    height: auto;
    object-fit: fill;
    border-radius: 0;
  }

  .about-section {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .about-section .about-row {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center;
  }

  .about-image-col,
  .about-text-col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .about-image-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 24px auto 0;
    height: auto;
    overflow: hidden;
  }

  .about-building-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: fill;
    margin: 0;
  }

  .about-section .section-eyebrow,
  .about-section .section-title,
  .about-section .section-intro {
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-title {
    font-size: 38px;
    line-height: 46px;
  }

  .about-intro {
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px;
  }
  .cta-section .btn-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 10px 16px !important;
  }
}

@media (max-width: 744px) {
  .top-bar {
    height: 70px;
  }

  .top-bar-inner {
    padding: 20px 28px;
    gap: 20px;
  }

  .top-bar-logo {
    height: 22px;
    transform: translateY(0);
  }

  .top-bar-right {
    gap: 20px;
    font-size: 14px;
  }

  .top-bar-phone {
    font-size: 14px;
  }

  .section-title {
    font-size: 30px !important;
    line-height: 38px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 95% !important;
  }

  .section-eyebrow {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    margin-bottom: 8px !important;
  }

  .service-card {
    padding: 20px;
    gap: 14px;
  }

  .service-card-image {
    width: 100%;
    max-width: 300px;
    height: 180px;
    margin: 0 auto;
  }

  .service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card-content {
    max-width: 300px;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }

  .service-card-content h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .service-card-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-image-wrapper {
    max-width: 85%;
    margin: 16px auto 0;
  }

  .about-building-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-section .section-eyebrow,
  .about-section .section-title,
  .about-section .section-intro {
    max-width: 95%;
    width: 95%;
  }

  .about-title {
    font-size: 30px;
    line-height: 40px;
  }

  .about-intro {
    font-size: 17px;
    line-height: 26px;
  }

  .site-footer {
    padding: 40px 0;
  }

  .footer-wrapper {
    padding: 0 28px;
    gap: 20px;
  }

  .footer-logo-img {
    width: 260px;
    height: auto;
  }

  .footer-right {
    text-align: left;
    line-height: 1.3;
    font-size: 14px;
  }

  .footer-right div {
    margin-bottom: 2px;
  }
}

@media (max-width: 600px) {
  .hero-section .container-xl,
  .coveralls-section .container-xl,
  .services-section .container-xl,
  .washfold-section .container-xl,
  .about-section .container-xl,
  .cta-section .container-xl,
  .site-footer .container-xl {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }

  .top-bar {
    height: 64px;
  }
  .top-bar-inner {
    padding: 14px 16px;
    gap: 12px;
  }
  .top-bar-logo {
    height: 18px;
  }
  .top-bar-right {
    gap: 12px;
    font-size: 13px;
  }
  .top-bar-phone {
    font-size: 13px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 34px;
  }
  .hero-text {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-image-wrapper {
    aspect-ratio: 4/3;
  }

  .section-title,
  .section-title-services,
  .washfold-title,
  .about-title,
  .cta-title {
    font-size: 28px;
    line-height: 34px;
  }

  .section-intro,
  .washfold-intro,
  .about-intro,
  .cta-text {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 15px;
    line-height: 24px;
  }

  .service-card {
    padding: 16px;
    gap: 12px;
  }
  .service-card-image {
    max-width: 100%;
    height: 170px;
  }
  .service-card-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .service-card-content p {
    font-size: 15px;
    line-height: 22px;
  }

  .washfold-section .image-card {
    max-width: 100%;
  }

  .about-image-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 24px;
    padding: 0;
    text-align: center;
  }

  .about-building-image {
    width: 80%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }

  .cta-section {
    padding: 64px 0;
  }

  .cta-section .btn-cta {
    width: 120px;
    height: 40px;
    font-size: 14px;
    padding: 8px 14px;
  }

  .footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 0 16px;
  }

  .footer-logo-img {
    width: 290px;
    height: auto;
  }

  .footer-right {
    font-size: 13px;
    line-height: 1.3;
  }
  .footer-right div,
  .footer-address,
  .footer-phone {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 498px) {
  .top-bar {
    height: 56px;
  }

  .top-bar-inner {
    padding: 10px 14px;
    gap: 8px;
    justify-content: space-between;
  }

  .top-bar-logo {
    height: 20px;
    width: auto;
    transform: translateY(0);
  }

  .top-bar-right {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
  }

  .top-bar-right > :first-child {
    display: none;
  }

  .top-bar-right br {
    display: none;
  }

  .top-bar-phone {
    font-size: 16px;
    font-weight: 500;
  }

  .hero-section .container-xl {
    max-width: 100%;
    padding: 0px 16px 32px;
  }

  .hero-eyebrow {
    color: #e3af16;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
  }

  .hero-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
  }

  .hero-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .hero-image-wrapper {
    aspect-ratio: 4 / 3;
    height: 262px;
  }

  .hero-section .btn-cta {
    max-width: 140px;
    height: 36px;
    font-size: 14px;
    padding: 8px 12px;
  }

  .coveralls-section {
    padding: 32px 0 0;
    text-align: left !important;
  }
  .coveralls-section .section-eyebrow {
    font-size: 14px;
    line-height: 20px;
    text-align: left !important;
  }
  .coveralls-section .section-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: left !important;
  }

  .services-section .section-eyebrow {
    display: none;
  }

  .services-section .section-title-services {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  .services-section {
    padding: 32px 0 0;
  }

  .service-card {
    padding: 19px 35.5px 20px 36.5px;
    margin-left: 2px !important;
    margin-right: 2px !important;
    width: calc(100% - 4px);
  }

  .service-card-content {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .service-card-content h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
  }

  .service-card-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .service-card-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .washfold-section {
    padding: 32px 0 0;
  }

  .section-eyebrow {
    text-align: left !important;
  }

  .washfold-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: left !important;
    margin-left: 0px !important;
  }

  .washfold-section .section-intro {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left !important;
  }
  .washfold-section .image-card {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
  }

  .washfold-section .image-card img {
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
  }

  .washfold-section {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }

  .about-section {
    padding: 32px 0 0;
  }

  .about-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: left !important;
    margin-left: 0px !important;
  }

  .about-intro {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left !important;
  }
  .about-section .about-image-col {
    padding: 0 !important;
    margin: 0 !important;
  }

  .about-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .about-section .image-card {
    padding: 0 !important;
    margin: 0 !important;
  }

  .about-section .image-card img,
  .about-building-image {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .cta-section {
    padding: 32px 0;
  }

  .footer-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 0 20px;
  }

  .footer-logo-img {
    width: 320px;
  }

  .footer-right div {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 498px) {
  .section-eyebrow {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .section-title,
  .section-title-services,
  .washfold-title,
  .about-title,
  .cta-title {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .section-intro,
  .washfold-intro,
  .about-intro,
  .cta-text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .about-image-wrapper {
    max-width: 85%;
  }

  .about-building-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-section .section-eyebrow,
  .about-section .section-title,
  .about-section .section-intro {
    max-width: 100%;
    width: 100%;
  }

  .about-intro {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  /* ======================
       TOP BAR
  ====================== */
  .top-bar {
    height: 50px;
  }

  .top-bar-inner {
    padding: 8px 10px;
    gap: 6px;
  }

  .top-bar-logo {
    height: 18px;
  }

  .top-bar-phone {
    font-size: 14px;
  }

  /* ======================
       HERO SECTION
  ====================== */
  .hero-section .container-xl {
    padding: 0 12px 24px;
  }

  .hero-eyebrow {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 34px;
  }

  .hero-text {
    font-size: 13px;
    line-height: 18px;
  }

  .hero-section .btn-cta {
    max-width: 120px;
    height: 32px;
    font-size: 12px;
    padding: 6px 10px;
  }

  /* ======================
       SHARED HEADERS
  ====================== */
  .section-title,
  .section-title-services,
  .washfold-title,
  .about-title,
  .cta-title {
    font-size: 26px;
    line-height: 32px;
  }

  .section-eyebrow {
    font-size: 12px;
    line-height: 16px;
  }

  .section-intro,
  .washfold-intro,
  .about-intro,
  .cta-text {
    font-size: 13px;
    line-height: 18px;
  }

  /* ======================
       COVERALLS
  ====================== */
  .coveralls-section {
    padding: 24px 0 0;
  }

  .coveralls-section .section-title {
    font-size: 26px;
    line-height: 32px;
  }

  /* ======================
       SERVICES CARDS
  ====================== */
  .service-card {
    padding: 16px 20px;
  }

  .service-card-content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .service-card-content p {
    font-size: 13px;
    line-height: 18px;
  }

  /* ======================
       WASH & FOLD
  ====================== */
  .washfold-title {
    font-size: 26px;
  }

  .washfold-section .section-intro {
    font-size: 13px;
    line-height: 18px;
  }

  .washfold-section .image-card img {
    width: 100%;
  }

  /* ======================
       ABOUT SECTION
  ====================== */
  .about-title {
    font-size: 26px;
  }

  .about-intro {
    font-size: 13px;
    line-height: 18px;
  }

  .about-image-wrapper {
    max-width: 90%;
  }

  /* ======================
       CTA BUTTON
  ====================== */
  .cta-section .btn-cta {
    width: 110px;
    height: 34px;
    font-size: 13px;
  }

  /* ======================
       FOOTER
  ====================== */
  .footer-wrapper {
    gap: 10px;
    padding: 0 14px;
  }

  .footer-logo-img {
    width: 260px;
  }

  .footer-right div {
    font-size: 16px;
    line-height: 18px;
  }
}
