:root {
  --ink: #122a28;
  --muted: #5f6b67;
  --paper: #fbf8f3;
  --white: #ffffff;
  --teal: #127a78;
  --deep-teal: #0d514f;
  --terracotta: #a65337;
  --leaf: #476f4d;
  --gold: #bf9348;
  --line: #ded8cd;
  --shadow: 0 18px 50px rgba(18, 42, 40, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 14px 32px;
  color: var(--white);
  background: rgba(10, 33, 31, 0.48);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(251, 248, 243, 0.96);
  box-shadow: 0 12px 32px rgba(18, 42, 40, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--terracotta);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.brand small {
  margin-top: 3px;
  color: currentColor;
  font-size: 12px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--gold);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--terracotta);
  box-shadow: 0 12px 28px rgba(166, 83, 55, 0.22);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.08);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 31, 29, 0.84) 0%, rgba(9, 31, 29, 0.52) 42%, rgba(9, 31, 29, 0.12) 100%),
    linear-gradient(0deg, rgba(9, 31, 29, 0.58) 0%, rgba(9, 31, 29, 0) 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(700px, calc(100% - 40px));
  margin: 0 auto 132px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4c078;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
}

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: 68px;
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.35;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-metrics {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 40px));
  margin: 0;
  transform: translateX(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-metrics div {
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-metrics div:first-child {
  border-left: 0;
}

.hero-metrics dt {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.intro-strip {
  padding: 28px 24px;
  color: var(--white);
  background: var(--deep-teal);
}

.intro-strip p {
  max-width: 980px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
}

.section {
  padding: 92px 24px;
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 52px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.contact-content h2 {
  margin-bottom: 18px;
  font-size: 46px;
}

.section-copy p,
.section-heading p,
.contact-content p {
  color: var(--muted);
  font-size: 17px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 16px;
  align-items: end;
}

.image-pair img {
  height: 440px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-pair img:nth-child(2) {
  height: 330px;
}

.villa-section,
.gallery-section,
.review-section {
  background: var(--white);
}

.villa-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.feature-panel {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-panel.large {
  grid-row: span 2;
}

.feature-panel img {
  height: 240px;
  object-fit: cover;
}

.feature-panel.large img {
  height: 100%;
  min-height: 430px;
}

.feature-panel div {
  padding: 24px;
}

.feature-panel h3,
.facility-card h3,
.attraction-grid h3,
.highlight-grid h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.feature-panel p,
.facility-card p,
.attraction-grid p,
.highlight-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.amenity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.amenity-list li {
  min-height: 58px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(18, 122, 120, 0.08);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius);
  font-weight: 700;
}

.facilities-section {
  background: #f0f5f1;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.facility-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(71, 111, 77, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(18, 42, 40, 0.08);
}

.facility-card img {
  height: 220px;
  object-fit: cover;
}

.facility-card h3,
.facility-card p {
  padding-left: 20px;
  padding-right: 20px;
}

.facility-card h3 {
  padding-top: 20px;
}

.facility-card p {
  padding-bottom: 22px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, opacity 240ms ease;
}

.gallery-item span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  background: rgba(10, 33, 31, 0.7);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  opacity: 0.85;
  transform: scale(1.04);
}

.nearby-section {
  background: #f8efe8;
}

.nearby-photo img {
  height: 430px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.attraction-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.attraction-grid article,
.highlight-grid article {
  min-height: 196px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.highlight-grid article {
  border-top: 4px solid var(--gold);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 560px;
  color: var(--white);
  background: var(--ink);
}

.contact-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.contact-content {
  align-self: center;
  max-width: 620px;
  padding: 72px 54px;
}

.contact-content .eyebrow {
  color: #f4c078;
}

.contact-content p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-email {
  margin: 24px 0 0;
  font-weight: 800;
}

.contact-email a {
  color: #f4c078;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  color: rgba(255, 255, 255, 0.8);
  background: #081b1a;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 82px;
  background: rgba(5, 17, 16, 0.92);
}

.lightbox.is-visible {
  display: flex;
}

.lightbox figure {
  width: min(1080px, 100%);
  margin: 0;
}

.lightbox img {
  max-height: 76vh;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox figcaption {
  margin-top: 14px;
  color: var(--white);
  font-weight: 800;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  cursor: pointer;
}

.lightbox-close {
  top: 24px;
  right: 24px;
  min-height: 44px;
  padding: 10px 14px;
}

.lightbox-nav {
  top: 50%;
  width: 68px;
  min-height: 50px;
  transform: translateY(-50%);
  font-weight: 900;
}

.lightbox-nav.prev {
  left: 24px;
}

.lightbox-nav.next {
  right: 24px;
}

@media (max-width: 1080px) {
  .site-header {
    padding: 14px 20px;
  }

  .site-nav {
    gap: 14px;
  }

  h1 {
    font-size: 56px;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-content h2 {
    font-size: 40px;
  }

  .facility-grid,
  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .attraction-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-bottom: 190px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-subtitle {
    font-size: 19px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    bottom: 16px;
  }

  .hero-metrics div:nth-child(3) {
    border-left: 0;
  }

  .hero-metrics dt {
    font-size: 23px;
  }

  .intro-strip p {
    font-size: 20px;
  }

  .section {
    padding: 68px 18px;
  }

  .two-column,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .image-pair {
    grid-template-columns: 1fr;
  }

  .image-pair img,
  .image-pair img:nth-child(2),
  .nearby-photo img {
    height: 320px;
  }

  .villa-grid {
    grid-template-columns: 1fr;
  }

  .feature-panel.large img {
    height: 300px;
    min-height: 0;
  }

  .amenity-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 190px;
  }

  .contact-media img {
    min-height: 320px;
  }

  .contact-content {
    max-width: none;
    padding: 54px 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero-content {
    margin-bottom: 216px;
  }

  h1 {
    font-size: 36px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 48px;
  }

  .hero-metrics div {
    padding: 13px 12px;
  }

  .hero-metrics dt {
    font-size: 20px;
  }

  .hero-metrics dd {
    font-size: 11px;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-content h2 {
    font-size: 32px;
  }

  .facility-grid,
  .highlight-grid,
  .attraction-grid,
  .amenity-list {
    grid-template-columns: 1fr;
  }

  .facility-card img {
    height: 210px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .lightbox {
    padding: 76px 16px 26px;
  }

  .lightbox-close {
    right: 16px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .lightbox-nav.prev {
    left: 16px;
  }

  .lightbox-nav.next {
    right: 16px;
  }
}

```css
/* Guest Reviews Section */

```css id="5rt9hn"```css id="k3u4nx"
/* Guest Reviews */

.guest-review-section {
  width: 100%;
  padding: 80px 20px;
  background: #f7f3ee;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-heading {
  text-align: center;
  margin-bottom: 50px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.review-card {
  background: white;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.review-rating {
  font-size: 24px;
  color: #d4a017;
  margin-bottom: 15px;
}

.review-card p {
  line-height: 1.8;
  color: #444;
}

.review-card h4 {
  margin-top: 20px;
  color: #8b5e3c;
}
```

