:root {
  --teal-950: #173b29;
  --teal-900: #245338;
  --teal-800: #316b48;
  --teal-700: #5b8d65;
  --gold: #65763d;
  --gold-light: #c6d99c;
  --cream: #f3f7ed;
  --cream-deep: #e2ecd6;
  --ink: #1a3025;
  --muted: #5d6e62;
  --white: #fbfdf8;
  --line: rgba(36, 83, 56, 0.16);
  --shadow: 0 30px 80px rgba(23, 59, 41, 0.14);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.layout-modal-open {
  overflow: hidden;
}

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

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

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--teal-950);
  border-radius: 8px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(243, 247, 237, 0.94);
  box-shadow: 0 10px 35px rgba(23, 59, 41, 0.07);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 164px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--teal-950);
  font-size: 0.91rem;
  font-weight: 650;
}

.primary-nav > a:not(.button) {
  position: relative;
  padding: 10px 0;
}

.primary-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  transition: transform 180ms ease;
}

.primary-nav > a:not(.button):hover::after,
.primary-nav > a:not(.button):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: var(--teal-950);
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--teal-900);
  border-radius: 999px;
  background: var(--teal-900);
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--teal-800);
  box-shadow: 0 14px 30px rgba(36, 83, 56, 0.2);
}

.button-small {
  min-height: 42px;
  padding-inline: 19px;
  font-size: 0.86rem;
}

.button-light {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--teal-950);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--white);
  color: var(--teal-950);
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  color: var(--teal-900);
  font-weight: 750;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: 152px 0 78px;
  background:
    radial-gradient(circle at 11% 78%, rgba(101, 118, 61, 0.17), transparent 30%),
    linear-gradient(135deg, #f9fbf5 0%, #e2ecd6 100%);
}

.hero-river {
  position: absolute;
  top: -180px;
  right: -70px;
  width: min(54vw, 760px);
  height: 940px;
  transform: rotate(15deg);
  border-radius: 48% 52% 42% 58% / 38% 44% 56% 62%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 46%),
    linear-gradient(155deg, #a9c59d, #3f744d);
  box-shadow: inset 26px 0 80px rgba(255, 255, 255, 0.08);
}

.hero-river::before,
.hero-river::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
}

.hero-river::before {
  inset: 56px;
}

.hero-river::after {
  inset: 100px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 80px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 36px;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: var(--gold-light);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--teal-950);
  font-size: clamp(3.5rem, 5.4vw, 5.8rem);
  line-height: 0.96;
}

h1 em {
  color: var(--gold);
  font-weight: 400;
}

.hero-lede {
  max-width: 600px;
  margin-bottom: 32px;
  color: #4f6658;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.fine-print {
  margin: 20px 0 0;
  color: #718077;
  font-size: 0.77rem;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}

.orbit-one {
  width: 460px;
  height: 460px;
}

.orbit-two {
  width: 360px;
  height: 360px;
}

.project-card {
  position: relative;
  z-index: 3;
  width: min(100%, 390px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 30px;
  background: rgba(251, 253, 248, 0.95);
  box-shadow: 0 40px 90px rgba(17, 47, 31, 0.3);
  backdrop-filter: blur(14px);
}

.project-card-top,
.project-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-card-top img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.project-card-top span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-800);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-kicker {
  margin: 38px 0 28px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  line-height: 1.12;
}

.project-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-points li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: #355544;
  font-size: 0.9rem;
}

.project-points li span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
}

.project-card-foot {
  margin-top: 28px;
  color: #6b796f;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-strip {
  background: var(--teal-950);
  color: var(--cream);
}

.feature-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feature-strip-grid > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-strip-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-strip-grid span {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
}

.feature-strip-grid strong {
  max-width: 220px;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.section {
  padding: 120px 0;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
}

.section-heading h2,
.gallery-heading h2,
.layout-copy h2,
.contact-copy h2,
.brochure-card h2 {
  margin-bottom: 26px;
  color: var(--teal-950);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 1.02;
}

.story-copy {
  padding-top: 43px;
  color: var(--muted);
  line-height: 1.8;
}

.story-copy .lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  line-height: 1.45;
}

.story-copy .text-link {
  margin-top: 15px;
}

.amenities {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.centered {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered > p:last-child,
.gallery-heading > p {
  color: var(--muted);
  line-height: 1.75;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.amenity-card {
  position: relative;
  min-height: 380px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.amenity-card.featured {
  transform: translateY(-18px);
  background: var(--cream-deep);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.amenity-number {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
}

.amenity-icon {
  width: 74px;
  height: 74px;
  margin: 70px 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2.2rem;
}

.featured .amenity-icon {
  border-color: var(--line);
}

.amenity-card h3 {
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.amenity-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.amenity-card.featured p {
  color: var(--muted);
}

.layout-section {
  overflow: hidden;
  background: var(--teal-950);
}

.layout-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 80px;
}

.layout-copy h2,
.contact-copy h2,
.brochure-card h2 {
  color: var(--cream);
}

.layout-copy > p:not(.eyebrow):not(.layout-note) {
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.75;
}

.tick-list {
  margin: 30px 0;
  padding: 0;
  color: var(--cream);
  list-style: none;
}

.tick-list li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.tick-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-light);
  content: "✓";
}

.layout-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  line-height: 1.55;
}

.layout-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: var(--cream);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.24);
  color: var(--white);
  cursor: zoom-in;
  text-align: left;
}

.layout-image-wrap::after {
  position: absolute;
  z-index: 1;
  inset: 32% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(4, 30, 37, 0.9));
  content: "";
  pointer-events: none;
}

.layout-image-wrap img {
  width: 100%;
  height: 100%;
  max-width: none;
  transform: scale(1.18);
  object-fit: cover;
  object-position: 50% 58%;
  transition: transform 600ms ease;
}

.layout-image-wrap:hover img,
.layout-image-wrap:focus-visible img {
  transform: scale(1.24);
}

.layout-image-wrap:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 5px;
}

.layout-preview-label {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 26px;
  display: grid;
  gap: 5px;
}

.layout-preview-label small {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.layout-preview-label strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.3vw, 1.8rem);
  font-weight: 500;
}

.layout-preview-icon {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(23, 59, 41, 0.9);
  font-size: 1.2rem;
  transition: transform 180ms ease, background 180ms ease;
}

.layout-image-wrap:hover .layout-preview-icon,
.layout-image-wrap:focus-visible .layout-preview-icon {
  transform: translate(2px, -2px);
  background: var(--teal-800);
}

.layout-dialog {
  width: min(1180px, calc(100vw - 32px));
  height: min(900px, calc(100vh - 32px));
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42);
}

.layout-dialog::backdrop {
  background: rgba(2, 20, 25, 0.84);
  backdrop-filter: blur(10px);
}

.layout-dialog-shell {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.layout-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
  background: var(--teal-950);
  color: var(--cream);
}

.layout-dialog-header p {
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.layout-dialog-header h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  letter-spacing: -0.025em;
}

.layout-dialog-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.layout-zoom-button,
.layout-dialog-close {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.layout-zoom-button {
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
}

.layout-zoom-button > span:first-child {
  font-size: 1.15rem;
  line-height: 1;
}

.layout-dialog-close {
  width: 44px;
  border-radius: 50%;
  font-size: 1.55rem;
  line-height: 1;
}

.layout-zoom-button:hover,
.layout-zoom-button:focus-visible,
.layout-dialog-close:hover,
.layout-dialog-close:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.layout-dialog-view {
  display: flex;
  min-height: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 20px;
  background:
    linear-gradient(rgba(36, 83, 56, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 83, 56, 0.05) 1px, transparent 1px),
    #e8efe0;
  background-size: 24px 24px;
  overscroll-behavior: contain;
}

.layout-dialog-view img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 20px 55px rgba(23, 59, 41, 0.18);
  object-fit: contain;
}

.layout-dialog-view.is-zoomed {
  display: block;
}

.layout-dialog-view.is-zoomed img {
  width: 1200px;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: fill;
}

.layout-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 26px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 0.74rem;
}

.layout-dialog-footer p {
  max-width: 760px;
  margin: 0;
  line-height: 1.55;
}

.layout-dialog-footer a {
  flex: 0 0 auto;
  color: var(--teal-900);
  font-weight: 800;
}

.layout-dialog-footer a:hover,
.layout-dialog-footer a:focus-visible {
  text-decoration: underline;
}

.gallery-section {
  background: var(--cream);
}

.gallery-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.6fr);
  gap: 80px;
  margin-bottom: 55px;
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 260px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--cream-deep);
}

.gallery-large {
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(23, 59, 41, 0.76);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.brochure-section {
  padding-top: 0;
}

.brochure-card {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding: 65px;
  border-radius: 32px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.03), transparent 60%),
    var(--teal-800);
  color: var(--cream);
}

.brochure-card h2 {
  margin-bottom: 16px;
}

.brochure-card p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
}

.faq-section {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 100px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 50px 25px 0;
  color: var(--teal-950);
  font-size: 1.05rem;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--gold);
  content: "+";
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 50px 24px 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-section {
  background: var(--teal-950);
  color: var(--cream);
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  gap: 100px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.contact-lines {
  display: grid;
  gap: 15px;
  margin-top: 45px;
}

.contact-lines a {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: Georgia, serif;
  font-size: 1.45rem;
}

.contact-lines small {
  min-width: 72px;
  color: var(--gold-light);
  font-family: Inter, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-social {
  margin-top: 34px;
}

.contact-social > p {
  margin: 0 0 13px;
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.social-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 750;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-link svg rect,
.social-link svg circle:not(.social-icon-dot) {
  fill: none;
}

.social-link svg path,
.social-icon-dot {
  stroke: none;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: var(--cream);
  outline: 0;
  background: var(--cream);
  color: var(--teal-950);
  transform: translateY(-2px);
}

.enquiry-form {
  padding: 36px;
  border-radius: 26px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.24);
}

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

.enquiry-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 17px;
}

.enquiry-form label > span {
  color: var(--teal-950);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.enquiry-form label small {
  color: var(--muted);
  font-weight: 500;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(36, 83, 56, 0.2);
  border-radius: 10px;
  outline: 0;
  background: #f8fbf5;
  color: var(--ink);
}

.enquiry-form input,
.enquiry-form select {
  min-height: 50px;
  padding: 0 14px;
}

.enquiry-form textarea {
  resize: vertical;
  padding: 14px;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(101, 118, 61, 0.17);
}

.form-note {
  margin: 14px 0 0;
  color: #748078;
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.site-footer {
  padding: 80px 0 30px;
  background: #102f21;
  color: var(--cream);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr 1fr;
  gap: 55px;
  padding-bottom: 60px;
}

.footer-brand img {
  width: 175px;
  margin-bottom: 22px;
  border-radius: 10px;
}

.footer-brand p,
.footer-top span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.65;
}

.footer-social {
  margin-top: 22px;
}

.footer-brand .social-link {
  padding: 0 13px;
}

.footer-brand .social-link span {
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.footer-top h3 {
  margin: 0 0 19px;
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-top > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-top a:not(.text-link) {
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.88rem;
}

.light-link {
  color: var(--cream);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin-bottom: 0;
}

.whatsapp-float {
  position: fixed;
  z-index: 40;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1f9d62;
  color: #fff;
  box-shadow: 0 15px 34px rgba(12, 82, 49, 0.28);
  font-size: 0.82rem;
  font-weight: 800;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    inset: 88px 0 auto;
    display: grid;
    max-height: 0;
    gap: 0;
    overflow: hidden;
    background: var(--cream);
    opacity: 0;
    visibility: hidden;
    transition: max-height 240ms ease, opacity 180ms ease, visibility 0s linear 240ms;
  }

  .primary-nav.open {
    max-height: calc(100vh - 88px);
    padding: 18px 20px 30px;
    border-bottom: 1px solid var(--line);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  .primary-nav a {
    padding: 15px 0 !important;
  }

  .primary-nav .button {
    margin-top: 10px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
  }

  .hero-river {
    top: 510px;
    right: -240px;
    width: 780px;
    height: 690px;
  }

  .hero-grid,
  .story-grid,
  .layout-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .story-copy {
    padding-top: 0;
  }

  .feature-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip-grid > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .feature-strip-grid > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .amenity-card {
    min-height: auto;
  }

  .amenity-card.featured {
    transform: none;
  }

  .amenity-icon {
    margin: 42px 0 30px;
  }

  .layout-grid {
    align-items: start;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-large,
  .gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .nav-wrap {
    min-height: 76px;
  }

  .brand img {
    width: 142px;
  }

  .primary-nav {
    top: 76px;
  }

  .hero {
    padding: 126px 0 54px;
  }

  h1 {
    font-size: clamp(2.9rem, 13vw, 4rem);
  }

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

  .hero-visual {
    min-height: 480px;
  }

  .orbit-one {
    width: 390px;
    height: 390px;
  }

  .orbit-two {
    width: 315px;
    height: 315px;
  }

  .project-card {
    padding: 27px;
  }

  .feature-strip-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip-grid > div {
    min-height: 82px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0 !important;
  }

  .feature-strip-grid > div:first-child {
    border-top: 0;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading h2,
  .gallery-heading h2,
  .layout-copy h2,
  .contact-copy h2,
  .brochure-card h2 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }

  .amenity-card {
    padding: 28px;
  }

  .layout-image-wrap {
    aspect-ratio: 5 / 4;
    border-width: 5px;
    border-radius: 18px;
  }

  .layout-image-wrap img {
    transform: scale(1.26);
  }

  .layout-image-wrap:hover img,
  .layout-image-wrap:focus-visible img {
    transform: scale(1.31);
  }

  .layout-preview-label {
    bottom: 18px;
    left: 18px;
  }

  .layout-preview-icon {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .layout-dialog {
    width: calc(100vw - 16px);
    height: calc(100dvh - 16px);
    border-radius: 20px;
  }

  .layout-dialog-header {
    gap: 12px;
    padding: 16px;
  }

  .layout-dialog-header p {
    display: none;
  }

  .layout-dialog-header h2 {
    font-size: 1.18rem;
  }

  .layout-zoom-button {
    min-height: 40px;
    padding: 0 12px;
  }

  .layout-dialog-close {
    width: 40px;
    min-height: 40px;
  }

  .layout-dialog-view {
    padding: 10px;
  }

  .layout-dialog-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 11px 16px 13px;
  }

  .layout-dialog-footer p {
    font-size: 0.65rem;
  }

  .gallery-grid {
    grid-auto-rows: 300px;
    grid-template-columns: 1fr;
  }

  .brochure-card {
    grid-template-columns: 1fr;
    padding: 38px 28px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .enquiry-form {
    padding: 25px 20px;
  }

  .contact-lines a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

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

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
