:root {
  color-scheme: light;
  --pine: #183c2d;
  --forest: #24533d;
  --leaf: #6d8c4b;
  --gold: #d99d45;
  --clay: #ab6b47;
  --sky: #e9f2f4;
  --paper: #fbfaf5;
  --linen: #f2eadc;
  --ink: #17211d;
  --muted: #66736b;
  --line: rgba(23, 33, 29, 0.14);
  --shadow: 0 20px 50px rgba(24, 60, 45, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  background: rgba(251, 250, 245, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  display: flex;
  height: 78px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow 180ms ease, background 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(251, 250, 245, 0.96);
  box-shadow: 0 10px 30px rgba(23, 33, 29, 0.08);
}

.brand { align-items: center; display: inline-flex; gap: 12px; min-width: 0; }
.brand-logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(24, 60, 45, 0.12);
  border-radius: 8px;
  display: block;
  height: 54px;
  object-fit: contain;
  padding: 3px;
  width: 54px;
}
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand small { color: var(--muted); font-size: 0.78rem; margin-top: 3px; }

.primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  font-size: 0.94rem;
  font-weight: 700;
}
.primary-nav a { color: rgba(23, 33, 29, 0.78); }
.primary-nav a:hover { color: var(--forest); }

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}
.nav-toggle span { background: var(--ink); border-radius: 999px; display: block; height: 2px; width: 22px; }

.hero { min-height: 92vh; overflow: hidden; position: relative; }
.hero-media {
  background-image: url("assets/cover-photo.png");
  background-position: center bottom;
  background-size: cover;
  filter: brightness(1.12) contrast(1.04) saturate(1.06);
  inset: 0;
  position: absolute;
  transform: scale(1.01);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 18, 14, 0.66), rgba(8, 18, 14, 0.38) 42%, rgba(8, 18, 14, 0.08) 74%),
    linear-gradient(180deg, rgba(8, 18, 14, 0.08), rgba(8, 18, 14, 0.24));
  inset: 0;
  position: absolute;
}
.hero-content {
  color: #fff;
  margin-left: clamp(20px, 6vw, 76px);
  max-width: 690px;
  padding-top: min(30vh, 260px);
  position: relative;
  width: min(90vw, 690px);
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.8rem, 10vw, 8rem); letter-spacing: 0; line-height: 0.9; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 4.4rem); letter-spacing: 0; line-height: 1; margin-bottom: 22px; }
h3 { font-size: 1.08rem; line-height: 1.2; margin-bottom: 10px; }
p { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.hero-title { margin-bottom: 24px; }
.hero-logo {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(8, 18, 14, 0.24);
  display: block;
  max-width: min(430px, 82vw);
  padding: clamp(8px, 1.5vw, 14px);
  width: 100%;
}
.hero-copy { color: rgba(255, 255, 255, 0.88); font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 560px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #1b1710; }
.button.secondary { background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; }

.quick-info { background: var(--pine); color: #fff; display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.quick-info div { background: rgba(255, 255, 255, 0.04); min-height: 116px; padding: 28px clamp(20px, 3vw, 42px); }
.quick-info span, .contact-panel span, .rate-row span {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.quick-info strong { font-size: clamp(1rem, 2vw, 1.34rem); }

.section { padding: clamp(70px, 9vw, 130px) clamp(20px, 6vw, 76px); }
.intro-section, .split-section, .area-section, .contact-section {
  align-items: start;
  display: grid;
  gap: clamp(32px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.section-copy { max-width: 670px; }
.intro-text {
  display: grid;
  gap: 22px;
  max-width: 760px;
}
.intro-text p {
  break-inside: avoid;
  font-size: clamp(1.16rem, 1.65vw, 1.38rem);
  line-height: 1.65;
  margin-bottom: 0;
}

.split-section { background: var(--linen); }
.text-link { border-bottom: 2px solid var(--gold); color: var(--pine); font-weight: 900; }
.rate-panel { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); max-width: 520px; overflow: hidden; width: 100%; }
.rate-row { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 86px; padding: 22px clamp(20px, 4vw, 38px); }
.rate-row span, .contact-panel span { color: var(--muted); }
.rate-row span { font-weight: 900; }
.rate-row strong { color: var(--pine); font-size: 1.2rem; }
.rate-note { color: var(--muted); font-size: 0.94rem; line-height: 1.55; padding: 24px clamp(20px, 4vw, 38px); }

.amenities-section { background: var(--paper); }
.section-heading { max-width: 800px; }
.amenity-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.amenity-grid article { background: #fff; border: 1px solid var(--line); border-radius: 8px; min-height: 230px; padding: 28px; }
.amenity-icon {
  align-items: center;
  background: var(--sky);
  border: 1px solid rgba(36, 83, 61, 0.14);
  border-radius: 8px;
  color: var(--forest);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  margin-bottom: 24px;
  min-width: 48px;
  padding: 0 10px;
}

.area-section { background: #e5ede5; }
.area-map { min-height: 430px; }
.map-card {
  background:
    linear-gradient(115deg, rgba(36, 83, 61, 0.16), transparent 42%),
    linear-gradient(20deg, rgba(217, 157, 69, 0.2), transparent 36%),
    #f8f6ed;
  border: 1px solid rgba(24, 60, 45, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}
.map-dot { background: var(--forest); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 10px 20px rgba(24, 60, 45, 0.24); height: 26px; position: absolute; width: 26px; z-index: 3; }
.primary-dot { background: var(--gold); height: 34px; left: 44%; top: 47%; width: 34px; }
.anderson-dot { left: 23%; top: 66%; }
.greenville-dot { left: 68%; top: 25%; }
.map-label { background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(24, 60, 45, 0.12); border-radius: 8px; color: var(--pine); font-size: 0.82rem; font-weight: 900; padding: 8px 10px; position: absolute; z-index: 4; }
.park-label { left: 47%; top: 46%; }
.anderson-label { left: 27%; top: 65%; }
.greenville-label { left: 72%; top: 24%; }
.map-road { background: rgba(171, 107, 71, 0.4); border-radius: 999px; height: 12px; position: absolute; transform-origin: center; z-index: 1; }
.road-one { left: 18%; top: 58%; transform: rotate(-18deg); width: 64%; }
.road-two { left: 42%; top: 28%; transform: rotate(64deg); width: 52%; }
.nearby-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.nearby-list span { background: rgba(255, 255, 255, 0.65); border: 1px solid rgba(36, 83, 61, 0.12); border-radius: 8px; color: var(--pine); font-size: 0.9rem; font-weight: 800; padding: 10px 12px; }

.contact-section { background: var(--pine); color: #fff; }
.contact-section h2, .contact-section p { color: #fff; }
.contact-section p { color: rgba(255, 255, 255, 0.76); }
.contact-panel { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px; overflow: hidden; }
.contact-panel a,
.contact-item { border-bottom: 1px solid rgba(255, 255, 255, 0.14); display: block; padding: 28px clamp(20px, 4vw, 40px); }
.contact-panel a:last-child,
.contact-item:last-child { border-bottom: 0; }
.contact-panel span { color: rgba(255, 255, 255, 0.62); }
.contact-panel strong { color: #fff; font-size: clamp(1.05rem, 2vw, 1.45rem); }

.site-footer { align-items: center; background: #0f241b; color: rgba(255, 255, 255, 0.72); display: flex; justify-content: space-between; min-height: 82px; padding: 22px clamp(20px, 6vw, 76px); }
.site-footer p { color: inherit; margin: 0; }
.site-footer a { color: #fff; font-weight: 900; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav {
    align-items: stretch;
    background: var(--paper);
    border-top: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(23, 33, 29, 0.12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 20px 22px;
    position: fixed;
    right: 0;
    top: 78px;
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { border-bottom: 1px solid var(--line); padding: 18px 0; }
  .hero { min-height: 88vh; }
  .hero-content { padding-top: 22vh; }
  .quick-info, .intro-section, .split-section, .area-section, .contact-section { grid-template-columns: 1fr; }
  .quick-info { grid-template-columns: repeat(2, 1fr); }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header { height: 70px; }
  .brand strong { font-size: 0.95rem; }
  .brand-logo { height: 46px; width: 46px; }
  .primary-nav { top: 70px; }
  .hero { min-height: 86vh; }
  .hero-content { margin-left: 20px; padding-top: 22vh; }
  .hero-logo { max-width: min(330px, 78vw); }
  .hero-actions, .button { width: 100%; }
  .quick-info, .amenity-grid { grid-template-columns: 1fr; }
  .quick-info div { min-height: auto; padding: 24px 20px; }
  .rate-row { align-items: start; flex-direction: column; gap: 6px; }
  .area-map, .map-card { min-height: 330px; }
  .map-label { font-size: 0.72rem; padding: 7px 8px; }
  .site-footer { align-items: start; flex-direction: column; gap: 14px; }
}
