/* ----------------------------------------------- */
/* ---------------- INITIAL SETUP ---------------- */
/* ----------------------------------------------- */

* {
  font-size: 20px;
  font-weight: 400;
}

body {
  font-size: 18px;
}

main {
  color: #241e09;
}

/* ----------------------------------------------- */
/* -------------------- LAYOUT ------------------- */
/* ----------------------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  padding: 5px;
  flex-wrap: nowrap;
}

.image-col {
  margin-right: 7%;
}

.image-col img {
  margin: 5px;
  object-fit: cover;
  border-radius: 6px;
}

.small-image {
  width: 150px;
  height: 105px;
}

.large-image {
  width: 315px;
  height: 227px;
}

.side-by-side-container {
  display: flex;
}

.large-image-container {
  margin-right: 7px;
}

.stacked-image-container {
  display: flex;
  flex-direction: column;
  margin-top: 1px;
}

.col-3 {
  width: 33%;
  text-align: center;
}

.col-2 {
  margin: 0 20px 40px 0;
}

.rooms {
  width: 260px;
  display: flex;
  flex-direction: column;
}

.rooms-img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}

.center-lg {
  justify-content: center;
}

/* ----------------------------------------------- */
/* ---------------- HEADER SECTION --------------- */
/* ----------------------------------------------- */

.page-header-container {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.page-kicker {
  margin: 0 0 10px;
  color: #6f7d4f;
  font-size: 68%;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-header {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  text-align: center;
}

.page-sub-header {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 300;
  color: #3b331a;
  line-height: 1.6;
}

.page-sub-header br {
  display: none;
}

hr {
  border-top: 1.5px solid #d4af37;
  width: 104px;
  margin: 0.5rem auto 1rem;
}

/* ----------------------------------------------- */
/* ----------- SPECIAL OFFERS SECTION ------------ */
/* ----------------------------------------------- */
.special-offers {
  padding: 0 0 80px;
}

.offers-title {
  font-size: 165%;
  margin: 25px 0 15px;
  max-width: 520px;
}

.offers-sub-title {
  font-size: 74%;
  color: #3b331a;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 560px;
  line-height: 1.55;
}

.offers-list {
  list-style: none;
  margin-bottom: 30px;
}

.offers-list li {
  margin: 12px 0;
}

.list-icon {
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.list-text {
  display: inline-block;
  font-size: 69%;
}

.btn {
  border-radius: 3px;
  border: 1px solid #d4af37;
  text-transform: uppercase;
  font-size: 55%;
  padding: 10px 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  margin-right: 10px;
}

.btn-fill {
  background-color: #d4af37;
  color: #fff;
}

.btn-fill:hover,
.btn-fill:active {
  background-color: #c9a633;
  border: 1px solid #c9a633;
}

.btn-ghost {
  color: #d4af37;
  background-color: #fff;
}

.btn-ghost:hover,
.btn-ghost:active {
  background-color: #d4af37;
  color: #fff;
}

.btn-large {
  font-size: 65%;
  padding: 9px 22px;
}

/* ----------------------------------------------- */
/* --------------- ROOMS SECTION ----------------- */
/* ----------------------------------------------- */
.rooms-section {
  padding: 0 0 40px;
}

.room-section-header-container {
  margin-bottom: 30px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 12px;
  color: #241e09;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
}

.section-heading p:last-child {
  margin: 0 auto;
  color: #3b331a;
  font-size: 0.82rem;
  line-height: 1.6;
}

.room-section-header {
  color: rgba(36, 30, 9, 0.6);
  font-weight: 500;
  font-size: 95%;
  cursor: pointer;
}

.active-header {
  color: #241e09;
}

.active-header::after {
  display: block;
  height: 1px;
  background-color: #d4af37;
  content: "";
  width: 90px;
  margin: 15px auto 0;
}

.room-title {
  font-size: 90%;
  font-weight: 600;
  margin: 15px 0 12px;
}

.room-text {
  font-size: 70%;
  font-weight: 300;
  margin-bottom: 7px;
  line-height: 132%;
  min-height: 92px;
}

.details-container {
  display: inline-block;
}

.details-container p {
  margin-right: 5px;
}

.details-container img {
  margin-right: 0;
}

.amount-text {
  font-size: 85%;
  margin-top: 15px;
  font-weight: 500;
  color: #4f5c38;
}

.buttons-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.buttons-container .btn {
  margin-right: 0;
}

.apartment-info-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 36px 0 64px;
}

.info-card,
.faq-card {
  border: 1px solid #e4d8c8;
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 12px 32px rgba(45, 41, 37, 0.08);
}

.info-card {
  padding: 30px;
}

.info-card h2 {
  margin: 0 0 14px;
  color: #241e09;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.18;
}

.info-card p {
  color: #3b331a;
  font-size: 0.8rem;
  line-height: 1.65;
}

.seo-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.seo-list li {
  position: relative;
  padding-left: 24px;
  color: #241e09;
  font-size: 0.78rem;
  line-height: 1.45;
}

.seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #b86b4b;
}

.faq-section {
  padding: 0 0 76px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-card {
  padding: 24px;
}

.faq-card h3 {
  margin: 0 0 10px;
  color: #241e09;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.faq-card p {
  margin: 0;
  color: #3b331a;
  font-size: 0.76rem;
  line-height: 1.6;
}

/* ----------------------------------------------- */
/* --------------- QUERIES SECTION --------------- */
/* ----------------------------------------------- */

@media only screen and (max-width: 1029px) {
  .center-md {
    justify-content: center;
  }
}

@media only screen and (max-width: 760px) {
  .room-section-header-container {
    gap: 12px;
  }

  .col-3 {
    width: 100%;
  }

  .room-section-header {
    display: inline-block;
    padding: 8px 0;
  }

  .room-text {
    min-height: 0;
  }

  .apartment-info-section,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 730px) {
  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem;
  }
}

@media (max-width: 425px) {
  .container {
    max-width: 380px;
    margin: 0 auto;
    padding: 1.5rem;
  }
  .image-col {
    margin: 8px auto;
  }

  .image-col img {
    margin: 2px;
  }

  .small-image {
    height: 70px;
  }

  .large-image {
    height: 151px;
  }
  .side-by-side-container {
    display: flex;
  }

  .large-image-container {
    margin-right: 7px;
  }

  .stacked-image-container {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
  }
  .rooms {
    width: 350px;
  }
  .rooms-img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .container {
    max-width: 355px;
    margin: 0 auto;
    padding: 1.5rem;
  }
  .image-col {
    margin: 8px auto;
  }

  .image-col img {
    margin: 2px;
  }

  .small-image {
    height: 70px;
  }

  .large-image {
    height: 151px;
  }
  .side-by-side-container {
    display: flex;
  }

  .large-image-container {
    margin-right: 7px;
  }

  .stacked-image-container {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
  }
  .rooms {
    width: 350px;
  }
  .rooms-img {
    width: 100%;
  }
}
