:root {
  color-scheme: light;
  --ink: #16211b;
  --muted: #627167;
  --paper: #f5f1e8;
  --cream: #fffaf0;
  --panel: #ffffff;
  --leaf: #145a3d;
  --leaf-2: #0f3d2f;
  --sage: #dce8dd;
  --gold: #d59b3b;
  --clay: #a85f3d;
  --line: rgba(22, 33, 27, 0.13);
  --shadow: 0 24px 70px rgba(15, 42, 30, 0.17);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(255, 250, 240, 0.9);
  border-bottom: 1px solid rgba(20, 90, 61, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(145deg, var(--leaf), var(--leaf-2));
  box-shadow: 0 10px 22px rgba(20, 90, 61, 0.25);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}

nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nav-cta,
.primary-btn,
.secondary-btn,
.outline-btn,
.lead-band button,
.footer button,
.price-card button,
.map-panel button,
.sticky-actions button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.nav-cta,
.primary-btn,
.lead-band button,
.footer button,
.price-card button,
.map-panel button {
  color: #fff;
  background: var(--leaf);
  box-shadow: 0 14px 26px rgba(20, 90, 61, 0.22);
}

.nav-cta {
  min-height: 42px;
  padding: 0 18px;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 22px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--leaf-2);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url(".//12.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 28, 21, 0.86), rgba(9, 28, 21, 0.48) 48%, rgba(9, 28, 21, 0.2)),
    linear-gradient(0deg, rgba(9, 28, 21, 0.65), rgba(9, 28, 21, 0.06) 45%);
}

.hero-content {
  position: relative;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(86px, 13vh, 142px) 0 clamp(34px, 7vh, 64px);
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.visual-story h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(55px, 10vw, 122px);
  line-height: 0.9;
  text-shadow: 0 16px 35px rgba(0, 0, 0, 0.32);
}

.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2.1vw, 25px);
  color: rgba(255, 255, 255, 0.93);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.primary-btn,
.secondary-btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
}

.primary-btn {
  background: linear-gradient(135deg, var(--gold), #b97928);
  color: #15140f;
}

.secondary-btn,
.outline-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
  margin-top: 38px;
}

.quick-stats span {
  min-height: 88px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.quick-stats strong {
  display: block;
  font-size: 20px;
}

.lead-band {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: #fff;
  background: var(--leaf-2);
}

.lead-band p {
  max-width: 900px;
  margin: 0;
}

.lead-band button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  color: #15140f;
  background: var(--gold);
}

.section,
.visual-story {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 88px 0;
}

.visual-story {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.story-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.story-copy p {
  color: var(--muted);
  font-size: 17px;
}

.story-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}

.story-gallery figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-gallery .gallery-large {
  grid-row: span 2;
  min-height: 470px;
}

.story-gallery img {
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

.story-gallery figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: rgba(14, 43, 31, 0.74);
  backdrop-filter: blur(10px);
}

.split,
.location {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: start;
}

.section h2 {
  margin: 0;
  max-width: 790px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.section p {
  color: var(--muted);
  font-size: 17px;
}

.feature-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.feature-grid article,
.trust-grid article,
.amenity-grid article,
.price-card {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(18, 39, 29, 0.07);
}

.feature-grid article,
.trust-grid article {
  padding: 24px;
}

.feature-grid article::before,
.trust-grid article::before,
.amenity-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--clay));
}

.feature-grid span {
  color: var(--gold);
  font-weight: 900;
}

.feature-grid h3,
.trust-grid h3,
.amenity-grid h3,
.price-card h3 {
  margin: 8px 0;
}

.enquiry-card,
.modal {
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.enquiry-card {
  position: sticky;
  top: 88px;
  padding: 28px;
  border: 1px solid rgba(213, 155, 59, 0.28);
}

.form-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--leaf-2);
  background: #f5dfb3;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.enquiry-card h2,
.modal h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.08;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(20, 90, 61, 0.14);
}

.full {
  width: 100%;
}

.lead-form small {
  color: var(--muted);
  font-size: 12px;
}

.lead-form input[name="_honey"] {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pricing {
  width: 100%;
  padding-inline: max(18px, calc((100% - 1120px) / 2));
  background:
    linear-gradient(180deg, rgba(20, 90, 61, 0.08), rgba(168, 95, 61, 0.08)),
    var(--cream);
}

.price-grid,
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.price-card {
  min-height: 270px;
  padding: 28px;
}

.price-card::after {
  content: "Price on request";
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--leaf-2);
  background: #f6e0b6;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card.featured {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(213, 155, 59, 0.2), rgba(20, 90, 61, 0)),
    var(--leaf);
}

.price-card span,
.amenity-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card h3 {
  margin-top: 34px;
  font-size: 36px;
}

.price-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.price-card button {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
}

.price-card.featured button {
  color: #15140f;
  background: var(--gold);
}

.note {
  max-width: 920px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading .outline-btn {
  color: var(--leaf);
  border-color: var(--leaf);
  background: transparent;
  box-shadow: none;
}

.amenity-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amenity-grid article {
  min-height: 176px;
  padding: 22px;
}

.amenity-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.location-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.location-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: #fff;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 8px 24px rgba(18, 39, 29, 0.06);
}

.map-panel {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 27, 20, 0.08), rgba(12, 27, 20, 0.88)),
    url("https://images.unsplash.com/photo-1593693411515-c20261bcad6e?auto=format&fit=crop&w=1000&q=82") center/cover;
  box-shadow: var(--shadow);
}

.map-panel span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.map-panel strong {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.02;
}

.map-panel p {
  color: rgba(255, 255, 255, 0.84);
}

.map-panel button {
  min-height: 48px;
}

.trust {
  text-align: center;
}

.trust h2 {
  margin-inline: auto;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px clamp(18px, 4vw, 54px) 96px;
  color: #fff;
  background:
    linear-gradient(90deg, var(--leaf-2), #2d281f);
}

.footer p {
  max-width: 820px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer button {
  min-height: 48px;
  padding: 0 20px;
  color: #15140f;
  background: var(--gold);
}

.sticky-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 22;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--shadow);
}

.sticky-actions button {
  min-width: 96px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--leaf);
  box-shadow: none;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(10, 19, 14, 0.68);
}

.modal-backdrop.is-open {
  display: grid;
}

.modal {
  position: relative;
  width: min(470px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 28px;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  background: #edf3ef;
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.modal-copy {
  padding-right: 32px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .visual-story,
  .split,
  .location {
    grid-template-columns: 1fr;
  }

  .quick-stats,
  .price-grid,
  .amenity-grid,
  .trust-grid,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .enquiry-card {
    position: static;
  }

  .section-heading,
  .lead-band,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-block: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 455px;
  }

  .hero-media {
    background-position: 60% center;
  }

  .hero-content {
    width: min(100% - 28px, 1120px);
    padding-top: 46px;
    padding-bottom: 24px;
  }

  .hero h1 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 22px;
  }

  .hero .secondary-btn {
    display: none;
  }

  .primary-btn,
  .secondary-btn,
  .outline-btn {
    width: 100%;
  }

  .quick-stats {
    display: none;
  }

  .lead-band {
    padding-block: 16px;
  }

  .section,
  .visual-story {
    width: min(100% - 28px, 1120px);
    padding: 62px 0;
  }

  .story-gallery,
  .quick-stats,
  .price-grid,
  .amenity-grid,
  .trust-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .story-gallery .gallery-large,
  .story-gallery figure {
    min-height: 220px;
  }

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

  .sticky-actions {
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    padding: 8px;
  }

  .sticky-actions button {
    flex: 1;
    min-width: 0;
    font-size: 14px;
  }

  .modal {
    padding: 24px;
  }
}

