/* ════════ 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 56px;
}

.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;
  margin: 0;
  padding: 0;
}

.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: 12px 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

/* New Room Gallery Layout */
.cot-gallery {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cot-gallery-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}

.cot-gallery-top .gallery-large {
  display: block;
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.cot-gallery-top .gallery-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.cot-gallery-top .gallery-side-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 480px;
}

.cot-gallery-top .gallery-side-thumb {
  display: block;
  height: calc(50% - 6px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.cot-gallery-top .gallery-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

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

.cot-gallery-bottom.count-1 { grid-template-columns: 1fr; }
.cot-gallery-bottom.count-1 .gallery-bottom-thumb { height: 240px; }
.cot-gallery-bottom.count-2 { grid-template-columns: repeat(2, 1fr); }
.cot-gallery-bottom.count-3 { grid-template-columns: repeat(3, 1fr); }
.cot-gallery-bottom.count-4 { grid-template-columns: repeat(4, 1fr); }
.cot-gallery-bottom.count-5 { grid-template-columns: repeat(5, 1fr); }

.gallery-bottom-thumb {
  display: block;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  position: relative;
}

.gallery-bottom-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-bottom-thumb.has-more .more-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.gallery-bottom-thumb.has-more:hover .more-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.gallery-bottom-thumb.has-more .more-overlay span {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.cot-gallery-top a:hover img,
.gallery-bottom-thumb:hover img {
  transform: scale(1.05);
}

@media(max-width: 768px) {
  .cot-gallery {
    padding: 0;
  }
  .cot-gallery-top {
    grid-template-columns: 1fr;
  }
  .cot-gallery-top .gallery-large {
    height: 320px;
  }
  .cot-gallery-top .gallery-side-thumbs {
    height: auto;
    flex-direction: row;
  }
  .cot-gallery-top .gallery-side-thumb {
    height: 160px;
    flex: 1;
  }
  .cot-gallery-bottom {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .cot-gallery-bottom.count-1 {
    grid-template-columns: 1fr !important;
  }
  .cot-gallery-bottom.count-1 .gallery-bottom-thumb {
    height: 180px !important;
  }
  .gallery-bottom-thumb {
    height: 100px;
  }
}

@media(max-width: 480px) {
  .cot-gallery-top .gallery-side-thumbs {
    flex-direction: column;
  }
  .cot-gallery-top .gallery-side-thumb {
    height: 160px;
    width: 100%;
  }
  .cot-gallery-bottom {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ════════ 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: 56px 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: 56px 0 80px;
}



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

@media (max-width: 900px) {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .hero {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .hdr {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .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 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cot-desc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cot-feats {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .usf {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .usf-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .why-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cot-title {
    font-size: 40px;
  }
  .cot-feats {
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
  }
  .cot-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 14px;
  }
  .cot-gallery .big {
    grid-row: 1 / 3;
  }
  .cot-gallery img {
    height: 100%;
  }
  .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;
  }
  .cot-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .cot-gallery .big {
    grid-row: auto;
  }
  .cot-gallery img {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .cot-cta {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .cot-price, 
  .cot-cta .btn-gold {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    text-align: center;
  }
}

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