:root {
  --ink: #17211c;
  --moss: #324336;
  --pine: #1f342b;
  --river: #426f76;
  --river-deep: #224d55;
  --porch: #f3efe5;
  --shell: #fbf8f0;
  --linen: #e6dccb;
  --clay: #98633c;
  --gold: #c99b59;
  --white: #fffdf7;
  --shadow: 0 22px 70px rgba(22, 33, 28, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--shell);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--white);
  color: var(--ink);
  padding: 0.65rem 0.9rem;
  border-radius: 4px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.open {
  background: rgba(251, 248, 240, 0.95);
  box-shadow: 0 8px 35px rgba(23, 33, 28, 0.12);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: 0;
}

.site-header.is-scrolled .brand,
.site-header.open .brand,
.site-header.is-scrolled .nav-links a,
.site-header.open .nav-links a {
  color: var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.65rem 0.78rem;
  border-radius: 999px;
}

.nav-links a[aria-current="page"],
.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 253, 247, 0.18);
  outline: none;
}

.site-header.is-scrolled .nav-links a[aria-current="page"],
.site-header.is-scrolled .nav-links a:hover,
.site-header.is-scrolled .nav-links a:focus-visible,
.site-header.open .nav-links a[aria-current="page"],
.site-header.open .nav-links a:hover,
.site-header.open .nav-links a:focus-visible {
  background: rgba(50, 67, 54, 0.1);
}

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 253, 247, 0.45);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.12);
  color: var(--white);
  font-weight: 800;
}

.site-header.is-scrolled .menu-toggle,
.site-header.open .menu-toggle {
  color: var(--ink);
  border-color: rgba(23, 33, 28, 0.18);
  background: rgba(255, 253, 247, 0.7);
}

.hero {
  min-height: 78vh;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(14, 24, 19, 0.76), rgba(14, 24, 19, 0.34) 48%, rgba(14, 24, 19, 0.58)),
    var(--hero-image);
  background-size: cover;
  background-position: var(--hero-position, center);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  z-index: -1;
  background: linear-gradient(0deg, var(--shell), rgba(251, 248, 240, 0));
}

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 8.5rem 0 5.5rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: #f7d79d;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 6.4rem);
}

.hero-copy {
  max-width: 680px;
  margin: 1.25rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: rgba(255, 253, 247, 0.92);
}

.hero-copy p {
  margin: 0;
}

.hero-copy p + p {
  margin-top: 0.65rem;
}

.hero-index h1 {
  max-width: 940px;
  font-size: clamp(2.65rem, 5.6vw, 5.65rem);
}

.hero-index .hero-copy {
  max-width: 760px;
  font-size: clamp(1rem, 1.65vw, 1.16rem);
  line-height: 1.55;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.78rem 1.15rem;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn.primary {
  color: var(--ink);
  background: var(--gold);
}

.btn.secondary {
  color: var(--white);
  background: rgba(255, 253, 247, 0.16);
  border-color: rgba(255, 253, 247, 0.45);
}

.btn.dark {
  color: var(--white);
  background: var(--pine);
}

.btn.light {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(23, 33, 28, 0.16);
}

.btn:hover,
.btn:focus-visible,
button:hover,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(201, 155, 89, 0.45);
  outline-offset: 3px;
}

main {
  overflow: hidden;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.band {
  background: var(--porch);
}

.dark-band {
  background: var(--pine);
  color: var(--white);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.section-heading h2,
.feature-copy h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.55rem);
}

.section-heading p,
.feature-copy p,
.contact-panel p {
  margin: 0.8rem 0 0;
  color: rgba(23, 33, 28, 0.74);
}

.dark-band .section-heading p {
  color: rgba(255, 253, 247, 0.76);
}

.proof-grid,
.card-grid,
.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.photo-story-grid,
.house-tour-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.photo-story-grid .proof-card,
.house-tour-grid .proof-card {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.65fr);
  align-items: stretch;
}

.proof-card,
.info-card,
.faq-item {
  border: 1px solid rgba(23, 33, 28, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.78);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(23, 33, 28, 0.07);
}

.proof-card img,
.info-card img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #16231c;
}

.proof-card div,
.info-card div,
.faq-item {
  padding: 1.1rem;
}

.photo-story-grid .proof-card div,
.house-tour-grid .proof-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.proof-card h3,
.info-card h3,
.faq-item h2 {
  margin: 0;
  font-size: 1.45rem;
}

.proof-card p,
.info-card p,
.faq-item p {
  margin: 0.55rem 0 0;
  color: rgba(23, 33, 28, 0.72);
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.feature.reverse {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
}

.feature.reverse .feature-copy {
  order: 2;
}

.feature-image {
  aspect-ratio: auto;
  min-height: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.quiet-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.quiet-list li {
  padding-left: 1.4rem;
  position: relative;
}

.quiet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
}

.location-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.location-list article,
.fact-grid li {
  list-style: none;
  padding: 1.15rem;
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.1);
  border: 1px solid rgba(255, 253, 247, 0.16);
}

.location-list h2,
.location-list h3 {
  margin: 0;
  font-size: 1.5rem;
}

.location-list p {
  margin: 0.55rem 0 0;
  color: rgba(255, 253, 247, 0.78);
}

.gallery-group {
  margin-top: 3rem;
}

.gallery-group h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 0.3rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.gallery-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--linen);
}

.gallery-card img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  transition: transform 260ms ease;
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 0.9rem 0.75rem;
  color: var(--white);
  font-weight: 750;
  font-size: 0.82rem;
  background: linear-gradient(0deg, rgba(14, 24, 19, 0.78), rgba(14, 24, 19, 0));
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.contact-panel,
.form-panel {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(23, 33, 28, 0.1);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 800;
  font-size: 0.88rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 33, 28, 0.18);
  border-radius: 6px;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  background: #fffefb;
  color: var(--ink);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note,
.microcopy {
  margin: 1rem 0 0;
  color: rgba(23, 33, 28, 0.68);
  font-size: 0.92rem;
}

.form-status {
  min-height: 1.5rem;
  font-weight: 750;
}

.site-footer {
  background: #111914;
  color: rgba(255, 253, 247, 0.8);
  padding: clamp(3.5rem, 7vw, 5rem) 0 1.5rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-brand {
  display: inline-block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  text-decoration: none;
}

.footer-summary {
  max-width: 650px;
  margin: 1rem auto 0;
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.98rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.4rem;
  margin-top: 2rem;
}

.footer-links a {
  color: rgba(255, 253, 247, 0.88);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.footer-credit {
  width: 100%;
  margin: 2.75rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 253, 247, 0.12);
  color: rgba(255, 253, 247, 0.48);
  font-size: 0.7rem;
  line-height: 1.4;
}

.footer-credit a {
  color: rgba(255, 253, 247, 0.68);
  text-decoration: none;
}

/* Editorial image system */
.hero {
  min-height: min(920px, 92vh);
}

.hero-content {
  padding-top: 10rem;
  padding-bottom: clamp(5.5rem, 9vh, 8rem);
}

.hero-copy {
  line-height: 1.65;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.25);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 980px;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  padding: 0.68rem 0.88rem;
  border: 1px solid rgba(255, 253, 247, 0.28);
  border-radius: 999px;
  background: rgba(13, 27, 21, 0.28);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.intro-section {
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
}

.editorial-intro {
  max-width: 980px;
}

.intro-kicker {
  margin: 0 0 0.9rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-intro h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.4rem, 5.2vw, 5rem);
}

.editorial-intro > p:last-child {
  max-width: 760px;
  margin: 1.25rem 0 0 auto;
  padding-left: 2rem;
  border-left: 2px solid var(--gold);
  color: rgba(23, 33, 28, 0.74);
  font-size: 1.08rem;
}

.story-copy {
  max-width: 790px;
  margin: 1.5rem 0 0 auto;
  padding-left: 2rem;
  border-left: 2px solid var(--gold);
  color: rgba(23, 33, 28, 0.76);
  font-size: 1.06rem;
  line-height: 1.75;
}

.story-copy p {
  margin: 0;
}

.story-copy p + p {
  margin-top: 1rem;
}

.story-copy.compact {
  margin: 1rem 0 0;
  padding-left: 0;
  border-left: 0;
  font-size: 1rem;
}

.emotional-break {
  background: #f4efe4;
}

.booking-cta-band {
  color: var(--white);
  background: #17261e;
}

.booking-cta-inner {
  max-width: 900px;
}

.booking-cta-inner h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.booking-cta-inner > p:not(.eyebrow) {
  max-width: 730px;
  color: rgba(255, 253, 247, 0.76);
  line-height: 1.75;
}

.direct-text-panel {
  align-content: center;
}

.direct-text-panel h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.direct-text-panel .btn {
  width: fit-content;
  margin-top: 1.25rem;
}

.wide-photo-feature {
  margin-top: 2.6rem;
}

.wide-photo-feature .image-panel {
  width: 100%;
}

.image-panel {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--linen);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  transition: transform 500ms ease;
}

.image-panel:hover img {
  transform: scale(1.025);
}

.image-panel figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 3rem 1rem 0.9rem;
  color: var(--white);
  background: linear-gradient(0deg, rgba(11, 22, 17, 0.84), rgba(11, 22, 17, 0));
  font-size: 0.79rem;
  font-weight: 800;
}

.sensory-band {
  background: #16231c;
  color: var(--white);
}

.sensory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.sensory-grid h2 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(2.25rem, 4.8vw, 4.7rem);
}

.sensory-grid > div:first-child > p:last-child {
  max-width: 670px;
  color: rgba(255, 253, 247, 0.72);
}

.sensory-list article {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 253, 247, 0.2);
}

.sensory-list article:last-child {
  border-bottom: 1px solid rgba(255, 253, 247, 0.2);
}

.sensory-list span {
  color: #f2cd8c;
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.sensory-list p {
  margin: 0;
  color: rgba(255, 253, 247, 0.82);
}

.gallery-feature {
  margin-top: 0;
  margin-bottom: 4.5rem;
}

.sunset-feature {
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  padding-bottom: 0;
  background: #101914;
  color: var(--white);
}

.sunset-feature-copy {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(1.75rem, 4vw, 3rem);
}

.sunset-feature-copy h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
}

.sunset-feature figure {
  margin: 0;
  background: #0b110e;
}

.sunset-feature img {
  display: block;
  width: 100%;
  height: auto;
}

.sunset-feature figcaption {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0.9rem 0 1.1rem;
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.78rem;
}

.gallery-grid--wide {
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.gallery-grid--wide .gallery-card {
  border-radius: var(--radius);
}

.gallery-grid--wide .gallery-card img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.gallery-grid--wide .gallery-card figcaption {
  padding: 1rem 1.1rem 1.15rem;
}

.proof-card,
.info-card,
.gallery-card {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.proof-card:hover,
.info-card:hover,
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(23, 33, 28, 0.13);
}

.dark-band .feature-copy p {
  color: rgba(255, 253, 247, 0.76);
}

.form-panel {
  border-top: 4px solid var(--gold);
}

.contact-panel {
  position: sticky;
  top: 100px;
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.65rem;
    background: rgba(251, 248, 240, 0.98);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-header.open .nav-links {
    display: flex;
  }

  .nav-links a,
  .brand {
    color: var(--ink);
  }

  .site-header:not(.is-scrolled):not(.open) .brand {
    color: var(--white);
  }

  .hero {
    min-height: 680px;
    background-position: var(--hero-mobile-position, var(--hero-position, center));
  }

  .hero-content {
    padding-bottom: 4rem;
  }

  .section-heading,
  .feature,
  .feature.reverse,
  .contact-layout,
  .sensory-grid {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    display: grid;
  }

  .hero-facts li {
    border-radius: 6px;
  }

  .editorial-intro > p:last-child {
    margin-left: 0;
    padding-left: 1rem;
  }

  .story-copy {
    margin-left: 0;
    padding-left: 1rem;
  }

  .hero-index .hero-content {
    padding-top: 8.5rem;
  }

  .hero-index .hero-facts {
    margin-top: 1.1rem;
  }

  .photo-story-grid .proof-card,
  .house-tour-grid .proof-card {
    grid-template-columns: 1fr;
  }

  .sensory-list article {
    grid-template-columns: 80px 1fr;
  }

  .contact-panel {
    position: static;
  }

  .feature.reverse .feature-copy {
    order: 0;
  }

  .proof-grid,
  .card-grid,
  .location-list,
  .fact-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

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

}

@media (max-width: 520px) {
  .hero-index .hero-content {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .hero .hero-facts {
    display: none;
  }
}

@media (min-width: 861px) and (max-width: 1080px) {
  .proof-grid,
  .card-grid,
  .gallery-grid,
  .location-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
