/* ════════ INSULATED DOMES (stay overview) ════════ */
.dom {
  background: #214944;
  padding: 6px 0 80px;
  position: relative;
  top: -5px;
}

.dom-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.dom-text h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.02;
  color: var(--cream);
  margin-bottom: 22px;
}

.dom-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #d6ddd5;
  max-width: 520px;
  margin-bottom: 26px;
}

.dom-price {
  margin-bottom: 26px;
}

.dom-price .line {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  color: var(--cream);
}

.dom-price .line b {
  font-weight: 700;
}

.dom-price .line .per {
  font-style: italic;
  color: #c4cfc6;
  font-size: 18px;
}

.dom-price .note {
  font-size: 12px;
  color: #a7b6aa;
  margin-top: 5px;
}

.dom-row {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.dom-row .btn-gold {
  font-size: 20px;
}

.dom-feats {
  list-style: none;
}

.dom-feats li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 11px;
  font-size: 14px;
  color: #e7ece6;
}

.dom-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

.dom-media {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
}

.dom-media img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
}

.dom-media:hover img {
  transform: scale(1.05);
}

/* ════════ STAY BLOCKS (alternating lists) ════════ */
.st {
  background: var(--cream);
  color: var(--green);
  padding: 64px 0 34px;
}

.st-row {
  max-width: 1240px;
  margin: 0 auto 56px;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.st-media {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}

.st-media img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
}

.st-media:hover img {
  transform: scale(1.05);
}

.st-text h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--green);
  margin-bottom: 18px;
}

.st-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #5a655c;
  margin-bottom: 6px;
  max-width: 520px;
}

.st-detail {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 22px;
}

.st-price .line {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  color: var(--green);
}

.st-price .line b {
  font-weight: 700;
}

.st-price .line .per {
  font-style: italic;
  color: #7a8579;
}

.st-price .note {
  font-size: 11px;
  color: #9aa499;
  margin-top: 4px;
}

.st-detail-main .btn-gold {
  margin-top: 22px;
}

.st-feats {
  list-style: none;
  padding-top: 2px;
}

.st-feats li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 11px;
  font-size: 14px;
  color: #3a4a3f;
}

.st-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

/* ════════ CLIFF HOUSES ════════ */
.cliff {
  position: relative;
  background: #f3ece0;
  color: #1f3d31;
  padding: 62px 0 0;
}

.cliff-row {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.cliff-text h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.02;
  color: #1c382c;
  margin-bottom: 18px;
}

.cliff-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #5a655c;
  max-width: 480px;
  margin-bottom: 6px;
}

.cliff-detail {
  display: flex;
  gap: 44px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cliff-price .line {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  color: #1c382c;
}

.cliff-price .line b {
  font-weight: 700;
}

.cliff-price .line .per {
  font-style: italic;
  color: #3c5a4d;
}

.cliff-price .note {
  font-size: 11px;
  color: #5a655c;
  margin-top: 4px;
}

.cliff-detail-main .btn-gold {
  margin-top: 22px;
}

.cliff-feats {
  list-style: none;
}

.cliff-feats li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 11px;
  font-size: 14px;
  color: #234235;
}

.cliff-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

.cliff-media {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.cliff-media img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
}

.cliff-media:hover img {
  transform: scale(1.05);
}

.cliff-disc {
  max-width: 1240px;
  margin: 48px auto 0;
  padding: 0 44px 80px;
}

.cliff-disc h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 24px;
  color: #1c382c;
  margin-bottom: 12px;
}

.cliff-disc p {
  font-size: 14px;
  line-height: 1.6;
  color: #5a655c;
}

.cliff-wave {
  line-height: 0;
}

.cliff-wave svg {
  width: 100%;
  height: 96px;
  display: block;
}

/* ════════ SINGLE COTTAGES DETAILS ════════ */
.cot {
  background: #214944;
  padding: 6px 0 80px;
  position: relative;
  top: -5px;
}

.cot-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--cream);
  margin-bottom: 20px;
}

.cot-desc {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #d6ddd5;
  padding: 0 24px;
}

.cot-feats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 6px 64px;
  max-width: 1000px;
  margin: 0 auto 36px;
  padding: 0 24px;
}

.cot-feats ul {
  list-style: none;
}

.cot-feats li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #e7ece6;
}

.cot-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

.cot-cta {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.cot-price {
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 12px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cot-price .amt {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--gold);
}

.cot-price .per {
  font-size: 12px;
  color: var(--gold);
  opacity: .85;
  font-style: italic;
}

.cot-cta .btn-gold {
  font-size: 22px;
  padding: 0 34px;
}

.cot-note {
  text-align: center;
  font-size: 12px;
  color: #a7b6aa;
  margin-bottom: 42px;
}

.cot-gallery {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 262px 262px;
  gap: 18px;
}

.cot-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
}

.cot-gallery .big {
  grid-row: 1 / 3;
}

/* ════════ UNIQUE STAY FEATURES ════════ */
.usf {
  background: var(--cream);
  color: var(--green);
  padding: 60px 0 70px;
}

.usf-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--green);
  margin-bottom: 42px;
}

.usf-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.usf-card {
  border: 1px solid #d6cdbb;
  border-radius: 12px;
  padding: 32px 20px 30px;
  text-align: center;
  background: #fbf7f0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s, border-color .4s;
}

.usf-ic {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: center;
}

.usf-ic img {
  width: 56px;
  height: 56px;
}

.usf-ic svg {
  width: 56px;
  height: 56px;
  display: block;
  stroke: var(--green);
  fill: none;
}

.usf-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--green);
  margin-bottom: 12px;
}

.usf-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #6f6f64;
}

.usf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
  border-color: var(--gold);
}

/* ════════ WHY MATU LUXE (slider) ════════ */
.why {
  background: var(--cream);
  color: var(--green);
  padding: 20px 0 72px;
}

.why-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--green);
  margin-bottom: 40px;
}

.why-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.why-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 6px 2px;
}

.why-track::-webkit-scrollbar {
  display: none;
}

.why-card {
  flex: 0 0 calc((100% - 44px)/3);
  min-width: 0;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fbf7f0;
  border: 1px solid #e2dac9;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .05);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .12);
}

.why-ic {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-ic svg,
.why-ic img {
  width: 46px;
  height: 46px;
  stroke: var(--green);
  fill: none;
}

.why-sep {
  flex: 0 0 1px;
  align-self: stretch;
  background: #d8d0c0;
  margin: 2px 0;
}

.why-tx h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--green);
  line-height: 1.15;
  margin-bottom: 8px;
}

.why-tx p {
  font-size: 13px;
  color: #7a7a6e;
  line-height: 1.5;
}

.why-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  opacity: .65;
  transition: .2s;
}

.why-next:hover {
  opacity: 1;
  color: var(--gold);
}

/* ════════ GALLERY (scattered grid) ════════ */
.gal {
  background: var(--cream);
  padding: 10px 0 80px;
}

.gal-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  color: var(--green);
  margin-bottom: 28px;
}

.gal-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  margin: 0 auto;
  padding: 14px 26px;
  width: 100%;
  overflow-x: auto;
}

.gal-grid::-webkit-scrollbar {
  height: 0;
}

.gal-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gal-col a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
}

.gal-col img {
  width: 150px;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.gal-col a:hover img {
  transform: scale(1.08);
}

.gal-col:nth-child(1) {
  margin-top: 0;
}

.gal-col:nth-child(2) {
  margin-top: 44px;
}

.gal-col:nth-child(3) {
  margin-top: 130px;
}

.gal-col:nth-child(4) {
  margin-top: 70px;
}

.gal-col:nth-child(5) {
  margin-top: 150px;
}

.gal-col:nth-child(6) {
  margin-top: 70px;
}

.gal-col:nth-child(7) {
  margin-top: 130px;
}

.gal-col:nth-child(8) {
  margin-top: 44px;
}

.gal-col:nth-child(9) {
  margin-top: 0;
}

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1000px) {
  .usf-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .dom-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .dom-media {
    order: -1;
  }
  .dom-text h2 {
    font-size: 42px;
  }
  .dom-text p {
    max-width: none;
  }
  .st-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .st-row .st-media {
    order: -1;
  }
  .st-text h2 {
    font-size: 38px;
  }
  .st-text p {
    max-width: none;
  }
  .cliff-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cliff-media {
    order: -1;
  }
  .cliff-text h2 {
    font-size: 40px;
  }
  .cliff-text p {
    max-width: none;
  }
  .cliff-wave svg {
    height: 50px;
  }
  .cot-title {
    font-size: 40px;
  }
  .cot-feats {
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
  }
  .cot-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .cot-gallery .big {
    grid-row: auto;
  }
  .cot-gallery img {
    height: 250px;
  }
  .gal-title {
    font-size: 38px;
  }
  .gal-grid {
    justify-content: flex-start;
    padding: 14px 18px;
  }
  .gal-col img {
    width: 120px;
    height: 160px;
  }
  .gal-col:nth-child(odd) {
    margin-top: 0 !important;
  }
  .gal-col:nth-child(even) {
    margin-top: 50px !important;
  }
  .why-title {
    font-size: 36px;
  }
  .why-card {
    flex-basis: calc((100% - 22px)/2);
  }
}

@media (max-width: 640px) {
  .usf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .usf-title {
    font-size: 36px;
  }
  .cot-feats {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .usf-grid {
    grid-template-columns: 1fr;
  }
  .why-card {
    flex-basis: 100%;
  }
}
