:root {
  --bg: #f6f1e9;
  --panel: #faf6f0;
  --sand: #efe6d7;
  --stone: #d8cbb5;
  --olive: #76855b;
  --olive-deep: #46583c;
  --forest: #183a35;
  --forest-soft: #21473d;
  --sea: #e4efe9;
  --ink: #1a1c1a;
  --muted: #5d5b56;
  --line: rgba(24, 58, 53, 0.14);
  --accent: var(--olive-deep);
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(22, 33, 27, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.96;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.04em;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 110px 0;
}

.section-sand {
  background: linear-gradient(180deg, rgba(238, 228, 211, 0.74), rgba(248, 243, 236, 0.96));
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--olive-deep);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.section-label i {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: rgba(17, 39, 33, 0.35);
}

.section-label span:first-child {
  color: var(--accent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(24, 58, 53, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,0.96);
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 18px rgba(255,255,255,0.28);
}

.brand span {
  display: inline-block;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav a {
  color: rgba(255,255,255,0.82);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--white);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: #0f2f2a;
  isolation: isolate;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(15, 47, 42, 0.75), rgba(15, 47, 42, 0.35)), url("../images/Residence_Economico_Vieste_Gallo-2.jpg");
  background-size: cover;
  background-position: center 58%;
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04) brightness(0.88);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 1180px;
}

.hero-copy-block {
  flex: 1 1 0;
  max-width: 560px;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  font-size: 0.83rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--olive);
}

.eyebrow.light {
  color: rgba(255,255,255,0.8);
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(3.1rem, 5vw, 6rem);
  line-height: 0.9;
  color: var(--white);
}

.hero h1 i {
  color: var(--white);
  font-style: normal;
}

.hero-copy {
  max-width: 500px;
  margin-top: 20px;
  font-size: 1.06rem;
  color: rgba(255,255,255,0.82);
}

.hero-gallery {
  position: relative;
  flex: 0 0 min(42vw, 520px);
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0 18px 18px;
  touch-action: pan-y;
}

.hero-gallery::before {
  content: "";
  position: absolute;
  inset: 0 0 0 18px;
  background: linear-gradient(90deg, rgba(15, 47, 42, 0.12), rgba(15, 47, 42, 0));
  pointer-events: none;
}

#heroGalleryImage {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  height: 390px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.14);
}

.hero-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(10, 19, 18, 0.32);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.7rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-gallery-arrow:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(10, 19, 18, 0.52);
}

.hero-gallery-prev {
  left: 0;
}

.hero-gallery-next {
  right: 0;
}

@media (max-width: 980px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 72px;
    padding-bottom: 58px;
  }

  .hero-copy-block,
  .hero-gallery {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }

  .hero-gallery {
    min-height: 300px;
    padding-left: 0;
  }

  .hero-gallery::before {
    inset: 0;
  }

  #heroGalleryImage {
    width: min(100%, 560px);
    height: 300px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 620px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .button,
  .text-link {
    width: auto;
  }

  .hero-gallery {
    min-height: 250px;
  }

  #heroGalleryImage {
    width: 100%;
    height: 250px;
  }

  .hero-note {
    right: 20px;
    bottom: 22px;
    letter-spacing: 0.1em;
  }

  .scroll-cue {
    display: none;
  }
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.button {
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  letter-spacing: 0.02em;
}

.button-dark {
  background: var(--forest);
  color: var(--white);
  box-shadow: var(--shadow);
}

.button-light {
  background: rgba(255,255,255,0.94);
  color: var(--forest);
}

.text-link {
  font-size: 0.94rem;
}

.light-link {
  color: rgba(255,255,255,0.9);
}

.hero-note {
  position: absolute;
  right: max(1.5rem, calc((100vw - 1180px) / 2 + 24px));
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
  color: rgba(255,255,255,0.84);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.hero-note .line {
  width: 76px;
  height: 1px;
  background: rgba(255,255,255,0.7);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.intro-layout,
.services-grid,
.contact-grid,
.olive-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 52px;
  align-items: center;
}

.intro-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.intro-copy h2,
.section-heading h2,
.services-grid h2,
.contact h2,
.olive h2 {
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  color: var(--forest);
  margin-bottom: 18px;
}

.intro-copy h2 em,
.section-heading h2 em,
.services-grid h2 em,
.contact h2 em,
.olive h2 em {
  font-style: normal;
  color: var(--accent);
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  line-height: 1.7;
}

.intro-image-wrap {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 520px;
}

.intro-image-wrap img {
  height: 100%;
  min-height: 520px;
  width: 100%;
  object-fit: cover;
}

.image-caption {
  position: absolute;
  left: 22px;
  bottom: 18px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(17,39,33,0.08);
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--forest);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.split-heading p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
}

.gallery-shell {
  display: grid;
  gap: 22px;
}

.gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 50px rgba(17, 28, 22, 0.12);
  background: #112822;
  border: 1px solid rgba(17, 28, 22, 0.08);
}

.gallery-main img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  cursor: zoom-in;
}

.gallery-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(10, 19, 18, 0.42);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--white);
}

.gallery-caption span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.gallery-caption strong {
  font-size: 1.02rem;
  font-weight: 600;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(10, 19, 18, 0.38);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.8rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.gallery-arrow:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(10, 19, 18, 0.6);
}

.gallery-prev {
  left: 18px;
}

.gallery-next {
  right: 18px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.thumb {
  border: 2px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.thumb:hover,
.thumb.active {
  border-color: rgba(19, 48, 42, 0.8);
  transform: translateY(-2px);
}

.thumb img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 9, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 24px;
}

.gallery-modal.open {
  display: flex;
}

.gallery-modal-content {
  position: relative;
  width: min(1100px, 100%);
  max-height: 90vh;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(14, 23, 22, 0.9);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.gallery-modal-content img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.gallery-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.35);
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
}

.center-link {
  display: flex;
  justify-content: center;
}

.services-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-item {
  display: grid;
  grid-template-columns: 60px 1fr 32px;
  gap: 18px;
  align-items: center;
  padding: 20px 18px 20px 0;
  border-top: 1px solid var(--line);
}

.service-item:last-child {
  border-bottom: 1px solid var(--line);
}

.service-item span {
  color: var(--olive);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.service-item h3 {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  margin-bottom: 4px;
  color: var(--forest);
}

.service-item p {
  margin: 0;
  color: var(--muted);
}

.service-item b {
  color: var(--forest);
  font-size: 1.3rem;
}

.quote-band {
  background: linear-gradient(90deg, #132b2d, #1d3e3a 50%, #24453b);
  color: var(--white);
  padding: 54px 0;
}

.quote-band .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  text-align: center;
}

.quote-mark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 5.5rem;
  line-height: 0.8;
  color: rgba(255,255,255,0.7);
}

.quote-band blockquote {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.quote-band blockquote em {
  font-style: normal;
  color: var(--white);
}

.quote-band p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.price-table-wrap {
  background: rgba(255,255,255,0.46);
  border: 1px solid rgba(27, 39, 33, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(31, 44, 37, 0.08);
}

.price-table-scroll {
  overflow-x: auto;
  padding-bottom: 4px;
}

.price-meta {
  max-width: 360px;
  color: var(--muted);
}

.price-meta .lead {
  margin-bottom: 6px;
  color: var(--forest);
  font-weight: 600;
}

.price-meta p:last-child {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.price-table-wrap th,
.price-table-wrap td {
  white-space: nowrap;
}

.price-table-wrap thead th:not(:first-child),
.price-table-wrap tbody td {
  text-align: center;
}

.price-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 52px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.price-details h3 {
  margin-bottom: 12px;
  color: var(--forest);
  font-size: 1.55rem;
}

.price-details p,
.price-details li {
  color: var(--muted);
  font-size: 0.94rem;
}

.price-details strong {
  color: var(--forest);
}

.price-details ul {
  margin: 0 0 28px;
  padding-left: 20px;
}

.small-note {
  font-size: 0.82rem !important;
  font-style: italic;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

thead th {
  background: rgba(13, 33, 29, 0.93);
  color: var(--white);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  padding: 18px 20px;
  font-weight: 600;
}

tbody th,
tbody td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(17, 39, 33, 0.08);
  font-size: 0.97rem;
}

tbody th {
  color: var(--forest);
  font-weight: 700;
  background: rgba(255,255,255,0.2);
}

tbody td {
  color: var(--ink);
  font-weight: 500;
}

.price-highlight {
  background: rgba(212, 179, 125, 0.12);
}

.table-note {
  margin-top: 18px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact {
  background: linear-gradient(180deg, #0f2f2a, #163d35 82%);
  color: var(--white);
}

.contact h2,
.contact .lead,
.contact .text-link,
.contact .contact-details span,
.contact .contact-details a,
.contact .contact-details p {
  color: var(--white);
}

.contact h2 {
  color: var(--white);
}

.contact .lead {
  color: rgba(255,255,255,0.8);
}

.contact-details {
  display: grid;
  gap: 22px;
  padding: 28px 30px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
}

.contact-details > div {
  display: grid;
  gap: 8px;
}

.contact-details span {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

.contact-details a {
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-details p {
  margin: 0;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
}

.olive {
  background: linear-gradient(180deg, rgba(233, 224, 210, 0.85), rgba(244, 239, 231, 0.97));
}

.olive-grid {
  grid-template-columns: 1fr 1fr;
}

.olive-grid img {
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.site-footer {
  background: #0d1b19;
  color: rgba(255,255,255,0.8);
  padding-top: 26px;
}

.footer-main,
.footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand-footer {
  color: var(--white);
}

.footer-mail {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 26px;
  font-size: 0.85rem;
}

.footer-credit {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 26px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.62);
  text-align: center;
}

.footer-credit a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.footer-credit a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .main-nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 20px;
    border-radius: 18px;
    background: rgba(15, 47, 42, 0.96);
    box-shadow: var(--shadow);
  }

  .menu-toggle:checked ~ .main-nav {
    display: flex;
  }

  .menu-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    padding: 10px 9px;
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--white);
    border-radius: 999px;
  }

  .site-header .menu-toggle {
    display: none;
  }

  .intro-layout,
  .services-grid,
  .contact-grid,
  .olive-grid,
  .split-heading,
  .price-details {
    grid-template-columns: 1fr;
    display: grid;
  }

  .intro-layout {
    gap: 26px;
  }

  .apartment-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-note {
    right: 22px;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 82px 0;
  }

  .price-table-scroll {
    overflow: visible;
  }

  .price-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .price-table-wrap table,
  .price-table-wrap tbody,
  .price-table-wrap tr,
  .price-table-wrap th,
  .price-table-wrap td {
    display: block;
    min-width: 0;
  }

  .price-table-wrap thead {
    display: none;
  }

  .price-table-wrap tbody tr {
    margin-bottom: 16px;
    border: 1px solid rgba(27, 39, 33, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.46);
  }

  .price-table-wrap tbody th {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(17, 39, 33, 0.08);
    background: rgba(13, 33, 29, 0.93);
    color: var(--white);
    text-align: left;
  }

  .price-table-wrap tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(17, 39, 33, 0.08);
    text-align: right;
  }

  .price-table-wrap tbody td:last-child {
    border-bottom: 0;
  }

  .price-table-wrap tbody td::before {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
    text-align: left;
  }

  .price-table-wrap tbody td:nth-child(2)::before { content: "Mono 2"; }
  .price-table-wrap tbody td:nth-child(3)::before { content: "Mono 3/4"; }
  .price-table-wrap tbody td:nth-child(4)::before { content: "Bilo 4 Standard"; }
  .price-table-wrap tbody td:nth-child(5)::before { content: "Bilo 4 Economy"; }
  .price-table-wrap tbody td:nth-child(6)::before { content: "Trilo B 4"; }
  .price-table-wrap tbody td:nth-child(7)::before { content: "Trilo 5-6"; }

  .header-inner {
    min-height: 72px;
  }

  .brand em {
    font-size: 1.2rem;
  }

  .hero {
    min-height: 620px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .apartment-grid {
    grid-template-columns: 1fr;
  }

  .footer-main,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-band .container {
    flex-direction: column;
  }
}
