/* Shared base styles for interior pages */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #E8E1D9;
  color: #202220;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main { flex: 1 0 auto; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }

.sqs-announcement-bar { background: #E8E1D9; color: #334b36; padding: 10px 0; position: relative; }
.sqs-announcement-bar-content { display: flex; justify-content: center; gap: 12px; }

header { background: #334b36; color: #E8E1D9; padding: 10px 0; position: relative; z-index: 900; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
header nav a { padding: 6px 10px; border-radius: 4px; transition: background-color .15s ease, color .15s ease; }
header nav a.nav-active { background: #B89B5E; color: #E8E1D9 !important; }
header a:hover { color: #B89B5E; }
nav { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 0; color: #E8E1D9; font-size: 24px; padding: 8px; cursor: pointer; }
.nav-toggle:focus { outline: 2px solid #B89B5E; outline-offset: 2px; }
@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; }
  nav {
    position: absolute;
    left: 0; top: 100%; width: 100%;
    background: #334b36;
    flex-direction: column; align-items: flex-start;
    padding: 12px 20px; gap: 12px;
    display: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  }
  header.nav-open nav { display: flex; }
  header nav a { margin: 0 !important; width: 100%; }
}

.inherited-css {
  font-family: Montserrat;
  font-size: 17.6px;
  line-height: 17.6px;
  text-align: center;
  word-wrap: break-word;
}

.wa-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #334b36;
  color: #E8E1D9;
  border: 0;
  border-radius: 6px;
  font-weight: 600;
  transition: transform .1s ease, box-shadow .1s ease, color .2s ease, background .2s ease;
}
.wa-button i { font-size: 1.2em; }
.wa-button:hover {
  background: #B89B5E;
  color: #E8E1D9;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(184,155,94,0.35);
}

.btn, .btn:hover, .btn:focus { box-shadow: none; }

/* Move-in / Move-out */
.hero-move {
  position: relative;
  min-height: 320px;
  padding: 40px 20px 60px;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.35) 100%), url('../img/5204469540996191336.webp') center/cover no-repeat;
  color: #E8E1D9;
  display: flex;
  align-items: flex-end;
}
.hero-move h1 {
  margin: 0 0 12px;
  font-size: 36px;
  text-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.hero-move p { margin: 0 0 12px; line-height: 1.6; max-width: 640px; }
.move-copy { padding: 24px 0 12px; }
.move-copy h2 {
  margin: 0 0 12px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #202220;
  text-align: left;
}
.move-copy .wa-button { margin-top: 8px; }
.packing-support-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #202220;
  text-align: left;
}
.move-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; align-items: start; padding: 20px 0; }
.move-grid img { width: 100%; border-radius: 8px; object-fit: cover; box-shadow: 0 8px 24px rgba(0,0,0,0.12); }

/* Residential */
.hero-res {
  position: relative;
  min-height: 320px;
  padding: 40px 20px 60px;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.35) 100%), url('../img/residental.webp') center/cover no-repeat;
  color: #E8E1D9;
  display: flex;
  align-items: flex-end;
}
.hero-res h1 {
  margin: 0 0 12px;
  font-size: 36px;
  text-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.res-copy { padding: 24px 0 12px; }
.res-copy h2 {
  margin: 0 0 12px;
  line-height: 1.6;
  max-width: 900px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #202220;
  text-align: left;
}
.res-copy .wa-button { margin-top: 8px; }
.res-copy .wa-button i { font-size: 1.5em; }

/* Deep cleaning */
.hero-deep {
  position: relative;
  min-height: 320px;
  padding: 40px 20px 60px;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.35) 100%), url('../img/4354.webp') center/cover no-repeat;
  color: #E8E1D9;
  display: flex;
  align-items: flex-end;
}
.hero-deep h1 {
  margin: 0 0 12px;
  font-size: 36px;
  text-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.deep-copy { padding: 24px 0 12px; }
.deep-copy h2 {
  margin: 0 0 12px;
  line-height: 1.6;
  max-width: 900px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #202220;
  text-align: left;
}
.deep-copy .wa-button { margin-top: 8px; }
.deep-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; align-items: start; padding: 20px 0; }
.deep-grid .card {
  background: transparent;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  padding: 18px;
}
.deep-grid .card h3 { margin: 0 0 8px; font-size: 20px; }
.deep-grid ul { padding-left: 18px; margin: 0; line-height: 1.55; }

/* Airbnb */
.hero-airbnb {
  position: relative;
  min-height: 320px;
  padding: 40px 20px 60px;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.35) 100%), url('../img/clay-banks-NKmqPlLCLTU-unsplash.webp') center/cover no-repeat;
  color: #E8E1D9;
  display: flex;
  align-items: flex-end;
}
.hero-airbnb h1 {
  margin: 0 0 12px;
  font-size: 36px;
  text-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.air-copy { padding: 24px 0 12px; }
.air-copy h2 {
  margin: 0 0 12px;
  line-height: 1.6;
  max-width: 900px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #202220;
  text-align: left;
}
.air-copy .wa-button { margin-top: 8px; }

/* About */
.hero-about {
  position: relative;
  min-height: 320px;
  padding: 40px 20px 80px;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 100%), url('../img/1about.webp') center/cover no-repeat;
  color: #E8E1D9;
  display: flex;
  align-items: flex-end;
}
.hero-about h1 {
  margin: 0 0 12px;
  font-size: 36px;
  text-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.hero-move .container,
.hero-res .container,
.hero-deep .container,
.hero-airbnb .container,
.hero-about .container {
  width: 100%;
}
.hero-move h6,
.hero-res h6,
.hero-deep h6,
.hero-airbnb h6,
.hero-about h6,
.hero-move .hero-page-title,
.hero-res .hero-page-title,
.hero-deep .hero-page-title,
.hero-airbnb .hero-page-title,
.hero-about .hero-page-title {
  margin: 0;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F7f6f4;
  text-align: left;
  line-height: 1.15;
  max-width: 18ch;
  overflow-wrap: anywhere;
}
.about-copy { padding: 24px 0 12px; }
.about-copy h2 {
  margin: 0 0 12px;
  line-height: 1.65;
  max-width: 900px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #202220;
  text-align: left;
}
.socials {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 16px 0;
}
.socials a {
  font-size: 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #334b36;
  color: #E8E1D9;
  transition: transform .1s ease, box-shadow .1s ease, background .2s ease;
}
.socials a:hover {
  background: #B89B5E;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(184,155,94,0.35);
}
@media (max-width: 768px) {
  .hero-move,
  .hero-res,
  .hero-deep,
  .hero-airbnb,
  .hero-about {
    min-height: 250px;
    padding: 24px 14px 34px;
  }
}
