:root {
  --ink: #14251f; --forest: #4f4f4f; --forest-deep: #2f2f2f;
  --paper: #f5f2eb; --white: #fff; --muted: #65736d;
  --line: #d8ddd8; --sun: #d6aa66;
  --background: var(--paper); --foreground: var(--ink);
  --card: var(--white); --card-foreground: var(--ink);
  --popover: var(--white); --popover-foreground: var(--ink);
  --primary: var(--forest); --primary-foreground: var(--white);
  --secondary: #e8ece8; --secondary-foreground: var(--ink);
  --muted-foreground: var(--muted); --accent: var(--sun);
  --accent-foreground: var(--ink); --destructive: #b42318;
  --border: var(--line); --input: var(--line); --ring: var(--forest);
  --radius: .25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 1.4rem clamp(1.25rem, 4vw, 4rem); color: white; border-bottom: 1px solid rgba(255,255,255,.28); }
.wordmark { font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: .02em; }
nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); font-size: .9rem; background: #3f514a96;}
nav a { opacity: .9; }
nav a:hover { opacity: 1; }
.nav-contact { border: 1px solid rgba(255,255,255,.65); padding: .55rem 1rem; }

.hero { position: relative; min-height: 92svh; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,14,19,.78), rgba(8,14,19,.18) 72%), linear-gradient(0deg, rgba(8,14,19,.65), transparent 48%); }
.hero-content { position: relative; z-index: 1; width: min(100%, 1400px); margin: 0 auto; padding: 9rem clamp(1.25rem, 6vw, 6rem) 4.5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--forest); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f2d5a4; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 900px; font-size: clamp(3.2rem, 8vw, 7.0rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.6rem); }
.hero-meta { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.hero-meta p { display: flex; align-items: center; gap: .45rem; margin: 0; }
.hero-meta .price { font-size: 1.2rem; font-weight: 700; }
.explore { display: inline-flex; align-items: center; gap: .8rem; margin-top: 2rem; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: .45rem; font-size: .9rem; }

.content-section { width: min(100% - 2.5rem, 1200px); margin-inline: auto; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(5rem, 10vw, 9rem); }
.intro-copy { padding-top: 2rem; color: #3f514a; font-size: 1.08rem; }
.intro-copy p:first-child { margin-top: 0; }
.facts { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--forest-deep); color: white; padding: 0 clamp(1.25rem, 5vw, 5rem); }
.facts article { display: grid; place-items: center; align-content: center; min-height: 190px; padding: 2rem 1rem; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.facts article:last-child { border-right: 0; }
.facts svg { color: var(--sun); margin-bottom: .7rem; }
.facts strong { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.facts span { color: #bdcbc5; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.facts .fact-icon { color: var(--sun); margin-bottom: .7rem; font-size: 1.4rem; line-height: 1; letter-spacing: 0; }

.gallery { padding-block: clamp(5rem, 10vw, 9rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.photo-grid figure { margin: 0; overflow: hidden; background: #dfe4df; }
.photo-grid .photo-wide { grid-column: 1 / -1; }
.photo-grid a { position: relative; display: block; overflow: hidden; }
.photo-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .55s ease; }
.photo-grid .photo-wide img { aspect-ratio: 16 / 8; }
.photo-grid a:hover img { transform: scale(1.018); }
.photo-grid span { position: absolute; inset: auto 1rem 1rem; display: flex; align-items: center; justify-content: space-between; 
   padding: .8rem 1rem; background: rgba(127, 127, 127, .38); color: white; font-size: .85rem; }

.highlights { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 8rem); padding-bottom: clamp(5rem, 10vw, 9rem); }
.highlights h2 { max-width: 580px; }
.highlights ul { margin: 1rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.highlights li { display: flex; align-items: center; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.highlights svg { color: var(--forest); flex: none; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(4.5rem, 8vw, 8rem) max(1.25rem, calc((100vw - 1200px) / 2)); background: var(--forest); color: white; }
.contact-copy h2 { max-width: 720px; }
.contact-copy > p:last-child { max-width: 640px; margin-top: 1.8rem; color: #cbd8d3; }
.contact-actions { display: flex; flex-direction: column; justify-content: center; gap: .75rem; }
.contact-actions a { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.3); }
.contact-actions a:hover { border-color: white; }
.contact-actions .primary-action { background: white; color: var(--forest-deep); border-color: white; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem max(1.25rem, calc((100vw - 1200px) / 2)); background: var(--forest-deep); color: #b9c7c2; font-size: .82rem; }
footer p { margin: 0; }

@media (max-width: 760px) {
  .site-header nav a:not(.nav-contact) { display: none; }
  .hero { min-height: 88svh; }
  .hero-content { padding-bottom: 3rem; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .intro, .highlights, .contact { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .facts { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .facts article { min-height: 145px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .facts article:nth-child(2n) { border-right: 0; }
  .facts article:last-child { grid-column: 1 / -1; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid .photo-wide { grid-column: auto; }
  .photo-grid .photo-wide img, .photo-grid img { aspect-ratio: 4 / 3; }
  footer { flex-direction: column; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo-grid img { transition: none; }
}
