:root {
  --ink: #242424;
  --muted: #6f6c66;
  --stone: #f2efe8;
  --cream: #fbfaf6;
  --clay: #9c7658;
  --clay-dark: #604936;
  --olive: #5e665f;
  --line: rgba(36, 36, 36, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(47, 42, 35, 0.13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 8rem, rgba(156, 118, 88, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 18rem, rgba(94, 102, 95, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--cream), var(--stone));
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}

body.nav-is-open {
  overflow: hidden;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--ink);
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease, padding 220ms ease;
}

.site-header.is-open {
  background: rgba(251, 248, 242, 0.92);
  color: var(--ink);
  box-shadow: 0 10px 40px rgba(47, 42, 35, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.header-brand {
  display: none;
}

.brand-logo {
  width: 4.9rem;
  height: 4.9rem;
  padding: 0.2rem;
  border-radius: 0.8rem;
  object-fit: contain;
  background: #f6eeea;
  box-shadow: 0 10px 28px rgba(18, 16, 13, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.55);
  transition: width 220ms ease, height 220ms ease;
}

.site-header.is-open .brand-logo {
  width: 4.1rem;
  height: 4.1rem;
  box-shadow: 0 0 0 1px var(--line);
}

.footer-brand .brand-logo {
  width: 5.7rem;
  height: 5.7rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.site-nav {
  display: none;
}

.site-nav a {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--clay-dark);
}

.nav-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.52);
}

.nav-toggle {
  display: inline-flex;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  position: absolute;
  width: 1rem;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle span:nth-child(2) {
  transform: translateY(-0.18rem);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(0.18rem);
}

body.nav-is-open .nav-toggle span:nth-child(2) {
  transform: rotate(45deg);
}

body.nav-is-open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  place-items: center;
  padding: 8rem clamp(1rem, 5vw, 5rem) clamp(4rem, 8vw, 7rem);
  overflow: hidden;
  color: var(--ink);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  max-width: 920px;
  text-align: center;
}

.hero-logo {
  width: clamp(11rem, 28vw, 20rem);
  height: clamp(11rem, 28vw, 20rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1.6rem;
  object-fit: contain;
  background: #f6eeea;
  box-shadow: 0 28px 80px rgba(36, 36, 36, 0.12), 0 0 0 1px rgba(36, 36, 36, 0.06);
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--clay-dark);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  max-width: 13ch;
  font-size: clamp(3.05rem, 9vw, 7rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(2.7rem, 7vw, 5.7rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  letter-spacing: -0.025em;
}

h4 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: -0.025em;
}

p {
  color: var(--muted);
}

.text-nowrap {
  white-space: nowrap;
}

.hero-copy {
  max-width: 680px;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(115, 81, 61, 0.22);
}

.button-primary:hover {
  background: var(--clay-dark);
}

.button-secondary {
  border: 1px solid currentColor;
  color: currentColor;
  background: rgba(255, 255, 255, 0.36);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.section-pad {
  padding: clamp(4rem, 10vw, 8rem) clamp(1rem, 5vw, 5rem);
}

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

.section-heading p,
.book-panel p,
.contact-card p {
  max-width: 650px;
}

.map-card,
.contact-card,
.book-panel {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.section-heading {
  display: grid;
  gap: 1rem;
  max-width: 850px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.property-grid {
  display: grid;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  max-width: 1180px;
  margin: 0 auto;
}

.property-listing {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.featured-property {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 241, 232, 0.72)),
    radial-gradient(circle at 100% 0%, rgba(156, 118, 88, 0.16), transparent 22rem);
}

.property-card {
  display: grid;
}

.property-slider {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background: var(--ink);
}

.slider-track,
.slide,
.slide img {
  width: 100%;
  height: 100%;
  min-height: 340px;
}

.slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 360ms ease;
}

.slide.is-active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  object-fit: cover;
}

.slide figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  max-width: calc(100% - 2rem);
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(18, 16, 13, 0.54);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--white);
  background: rgba(18, 16, 13, 0.46);
  font-size: 1.55rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
  backdrop-filter: blur(10px);
}

.slider-btn:hover {
  background: rgba(18, 16, 13, 0.72);
}

.slider-btn-prev {
  left: 1rem;
}

.slider-btn-next {
  right: 1rem;
}

.slider-dots {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  gap: 0.45rem;
}

.slider-dot {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}

.slider-dot.is-active {
  background: var(--white);
}

.property-content {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.35rem, 4vw, 2.4rem);
}

.property-topline,
.property-meta,
.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.property-topline {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.property-topline span,
.property-topline strong {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.property-topline strong {
  color: var(--ink);
}

.property-meta span,
.amenities span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(251, 250, 246, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
}

.property-meta svg,
.amenities svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.amenities span {
  color: var(--muted);
  background: transparent;
}

.property-content p {
  margin: 0;
}

.area-guide {
  display: grid;
  gap: clamp(1.25rem, 4vw, 2rem);
  padding: clamp(1.25rem, 4vw, 2rem);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 0% 0%, rgba(156, 118, 88, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.52);
}

.area-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.area-copy p {
  margin: 0;
  max-width: 680px;
}

.point-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.point-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(251, 250, 246, 0.72);
}

.point-card > span {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
}

.point-card p {
  margin: 0.35rem 0 0;
  font-size: 0.94rem;
}

.map-card {
  min-height: 420px;
  background: var(--white);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.area-map {
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  box-shadow: none;
}

.book {
  background:
    linear-gradient(rgba(47, 42, 35, 0.78), rgba(47, 42, 35, 0.78)),
    url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.book-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 7vw, 5rem);
  background: rgba(251, 248, 242, 0.92);
  backdrop-filter: blur(14px);
}

.contact-card {
  padding: clamp(2rem, 6vw, 4rem);
  background: var(--white);
}

.contact-details {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-details div {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-details span {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-details a,
.contact-details p {
  width: fit-content;
  color: var(--ink);
  font-weight: 700;
}

.contact-details p {
  margin: 0;
}

.site-footer {
  display: grid;
  gap: 2rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@media (max-width: 767px) {
  .site-header {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    justify-content: flex-start;
    padding: 0.75rem 4.4rem 0.75rem 0.9rem;
    background: rgba(251, 248, 242, 0.86);
    box-shadow: 0 10px 34px rgba(36, 36, 36, 0.08);
    backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 220ms ease, transform 260ms ease, background 220ms ease, box-shadow 220ms ease;
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.is-open {
    background: rgba(251, 248, 242, 0.86);
    backdrop-filter: blur(14px);
  }

  .header-brand {
    position: relative;
    z-index: 2;
  }

  .header-brand {
    display: inline-flex;
  }

  .header-brand .brand-logo {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 0.7rem;
    box-shadow: 0 8px 22px rgba(36, 36, 36, 0.12), 0 0 0 1px rgba(36, 36, 36, 0.06);
  }

  .nav-toggle {
    position: fixed;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 40;
    color: var(--ink);
    background: rgba(251, 248, 242, 0.9);
    box-shadow: 0 12px 34px rgba(36, 36, 36, 0.12);
    backdrop-filter: blur(14px);
  }

  body.nav-is-open .nav-toggle {
    top: 0.75rem;
    right: 0.9rem;
  }

  .site-nav {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
    min-height: 100svh;
    padding: 6rem 1.35rem 2rem;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 20% 20%, rgba(156, 118, 88, 0.18), transparent 18rem),
      linear-gradient(135deg, rgba(251, 250, 246, 0.98), rgba(242, 239, 232, 0.98));
    color: var(--ink);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transform-origin: center left;
    transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-nav a {
    width: fit-content;
    font-family: var(--serif);
    font-size: clamp(2.3rem, 12vw, 4rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: none;
  }

  .site-nav .nav-cta {
    margin-top: 0.5rem;
    padding: 0.9rem 1.2rem;
    border-color: var(--ink);
    font-family: var(--sans);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

@media (min-width: 900px) {
  .site-header.is-scrolled {
    padding-block: 0.75rem;
    background: rgba(251, 248, 242, 0.92);
    color: var(--ink);
    box-shadow: 0 10px 40px rgba(47, 42, 35, 0.08);
    backdrop-filter: blur(16px);
  }

  .site-header.is-scrolled .brand-logo {
    width: 4.1rem;
    height: 4.1rem;
    box-shadow: 0 0 0 1px var(--line);
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2vw, 1.6rem);
  }

  .area-guide {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
  }

  .property-card {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  }

  .featured-property .property-slider,
  .featured-property .slider-track,
  .featured-property .slide,
  .featured-property .slide img {
    min-height: 560px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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