:root {
  --forest: #26362f;
  --forest-deep: #1b2924;
  --terracotta: #bc6c4f;
  --clay: #d6a06a;
  --cream: #f6f0e5;
  --sand: #ebe1d0;
  --ink: #26302b;
  --muted: #667069;
  --line: rgba(38, 54, 47, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 3; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 26px max(24px, calc((100vw - 1180px) / 2)); color: var(--cream); }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .01em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(246,240,229,.58); border-radius: 50%; font-family: var(--serif); font-size: 21px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; letter-spacing: .1em; text-transform: uppercase; }
.brand small { margin-top: 2px; color: rgba(246,240,229,.68); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 25px; font-size: 13px; letter-spacing: .05em; }
nav a { color: rgba(246,240,229,.82); transition: color .2s ease, background .2s ease; }
nav a:hover { color: #fff; }
.nav-cta { padding: 9px 14px; border: 1px solid rgba(246,240,229,.5); border-radius: 999px; }
.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: end; gap: 60px; padding-top: 150px; padding-bottom: 80px; color: var(--cream); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 760px; background: radial-gradient(circle at 70% 24%, rgba(72,96,79,.38), transparent 36%), linear-gradient(108deg, #1d2b25 0%, #2c4238 58%, #405b4d 100%); }
.hero-copy { padding-bottom: 34px; }
.eyebrow { margin: 0 0 18px; color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.hero .eyebrow { color: var(--clay); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 640px; margin-bottom: 26px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 4.6rem); }
h1 em, h2 em { color: var(--clay); font-style: italic; }
.hero-lede { max-width: 510px; margin-bottom: 28px; color: rgba(246,240,229,.82); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.button-primary { background: var(--clay); color: var(--forest-deep); }
.button-primary:hover { background: #e0b57d; }
.button-quiet { border: 1px solid rgba(246,240,229,.35); color: rgba(246,240,229,.88); }
.button-quiet:hover { border-color: rgba(246,240,229,.75); }
.hero-note { display: flex; align-items: flex-start; gap: 13px; max-width: 440px; margin-top: 54px; color: rgba(246,240,229,.62); font-size: 13px; line-height: 1.55; }
.hero-note p { margin: 0; }
.note-line { display: block; flex: 0 0 28px; height: 1px; margin-top: 11px; background: var(--clay); }
.hero-visual { position: relative; height: 560px; margin: 0; overflow: hidden; border: 1px solid rgba(246,240,229,.28); border-radius: 2px; box-shadow: 22px 26px 0 rgba(214,160,106,.13); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,27,22,.6) 100%); }
.hero-visual img { object-position: 47% center; }
.hero-visual figcaption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; display: flex; justify-content: space-between; gap: 12px; color: rgba(246,240,229,.88); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.intro-band { background: var(--sand); }
.intro-grid { display: grid; grid-template-columns: 220px 1fr; gap: 45px; align-items: start; padding: 82px 0 86px; }
.intro-grid .eyebrow { padding-top: 8px; }
.intro-statement { max-width: 780px; margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.035em; line-height: 1.12; }
.story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-top: 130px; padding-bottom: 140px; }
.section-heading > p:last-child { max-width: 470px; color: var(--muted); }
.section-heading h2 { color: var(--forest); }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline-year { color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline-item h3 { margin-bottom: 7px; color: var(--forest); font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.02em; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 15px; }
.timeline-item.current { position: relative; }
.timeline-item.current::before { content: ""; position: absolute; top: 33px; left: -13px; width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px var(--cream); }
.gallery-section { padding: 115px 0 135px; background: var(--forest); color: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1fr 350px; gap: 70px; align-items: end; margin-bottom: 45px; }
.gallery-heading h2 { margin-bottom: 0; color: var(--cream); }
.gallery-heading p { margin: 0; color: rgba(246,240,229,.64); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 270px 270px; gap: 18px; }
.gallery-card { position: relative; min-height: 250px; margin: 0; overflow: hidden; }
.gallery-card-large { grid-row: 1 / 3; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(18,29,24,.78) 100%); }
.gallery-card img { transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; }
.gallery-card figcaption span { display: block; margin-bottom: 5px; color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.gallery-card figcaption strong { display: block; max-width: 310px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.12; }
.garden-story { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: end; padding-top: 120px; padding-bottom: 135px; }
.garden-story-heading h2 { margin-bottom: 24px; color: var(--forest); }
.garden-story-heading > p:last-child { max-width: 430px; margin: 0; color: var(--muted); font-size: 17px; }
.garden-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.garden-story-card { position: relative; height: 390px; margin: 0; overflow: hidden; background: var(--forest); }
.garden-story-card:nth-child(3) { grid-column: 1 / -1; height: 330px; }
.garden-story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(18,29,24,.8) 100%); }
.garden-story-card img { transition: transform .45s ease; }
.garden-story-card:hover img { transform: scale(1.035); }
.garden-story-card figcaption { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; color: var(--cream); }
.garden-story-card figcaption span { display: block; margin-bottom: 6px; color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.garden-story-card figcaption strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.14; }
.rental { padding-top: 135px; padding-bottom: 135px; }
.rental-card { display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; background: var(--terracotta); color: var(--cream); }
.rental-copy { padding: 68px 70px 72px; }
.rental-copy .eyebrow { color: #f4d3a7; }
.rental-copy h2 { margin-bottom: 24px; color: var(--cream); font-size: clamp(2.6rem, 5vw, 4.3rem); }
.rental-copy h2 em { color: #f4d3a7; }
.rental-copy > p { max-width: 590px; margin-bottom: 24px; color: rgba(246,240,229,.82); font-size: 17px; }
.rental-status { display: inline-flex; align-items: center; gap: 9px; color: var(--cream); font-size: 13px; font-weight: 700; }
.rental-actions { margin-top: 24px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #f4d3a7; }
.rental-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 68px 42px 42px; background: rgba(27,41,36,.94); }
.aside-number { color: var(--clay); font-family: var(--serif); font-size: 72px; line-height: 1; }
.rental-aside p { max-width: 220px; color: rgba(246,240,229,.72); font-size: 14px; }
.rental-aside a { color: var(--clay); font-size: 13px; font-weight: 700; }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding-bottom: 150px; }
.about-image { height: 510px; overflow: hidden; }
.about-image img { object-position: center; }
.about-copy h2 { color: var(--forest); }
.about-copy > p:not(.eyebrow):not(.contact-note) { max-width: 520px; color: var(--muted); font-size: 17px; }
.contact-note { max-width: 500px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--terracotta); font-size: 13px; }
.contact-link { color: var(--terracotta); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.location-note { max-width: 500px; margin: 26px 0 0; color: var(--forest); font-size: 15px; line-height: 1.6; }
.location-note strong { display: inline-block; margin-bottom: 4px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.location-link { display: inline-block; margin-top: 8px; color: var(--terracotta); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-section { padding: 112px 0 125px; background: var(--sand); }
.legal-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: end; margin-bottom: 52px; }
.legal-heading h2 { margin-bottom: 0; color: var(--forest); }
.legal-heading > p:last-child { max-width: 480px; margin: 0; color: var(--muted); }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.legal-card { min-height: 100%; padding: 32px 30px 34px; background: rgba(246,240,229,.78); border: 1px solid var(--line); }
.legal-card .eyebrow { margin-bottom: 12px; }
.legal-card h3 { margin-bottom: 20px; color: var(--forest); font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.02em; }
.legal-card p { margin-bottom: 18px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card strong { color: var(--forest); }
.legal-note { padding-top: 16px; border-top: 1px solid var(--line); color: var(--terracotta) !important; font-size: 13px !important; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; margin: 16px 0 0; font-size: 12px; }
.footer-links a { color: rgba(246,240,229,.72); text-decoration: underline; text-underline-offset: 3px; }
.site-footer { background: var(--forest-deep); color: var(--cream); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; padding-top: 38px; padding-bottom: 38px; }
.footer-brand { margin-bottom: 3px; font-family: var(--serif); font-size: 23px; }
.footer-muted { margin: 0; color: rgba(246,240,229,.55); font-size: 12px; }

@media (max-width: 850px) {
  .site-header { position: absolute; padding: 21px 24px; }
  nav { gap: 13px; font-size: 11px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-top: 135px; padding-bottom: 78px; }
  .hero::before { height: 940px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { height: min(72vw, 520px); }
  .intro-grid, .story, .about, .garden-story { grid-template-columns: 1fr; gap: 35px; }
  .legal-heading { grid-template-columns: 1fr; gap: 28px; }
  .legal-grid { grid-template-columns: 1fr; }
  .story { padding-top: 95px; padding-bottom: 100px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 15px; }
  .garden-story-grid { grid-template-columns: 1fr; }
  .rental-card { grid-template-columns: 1fr; }
  .rental-aside { min-height: 250px; }
  .about { padding-bottom: 100px; }
  .about-image { height: 390px; }
}

@media (max-width: 560px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.3rem, 12vw, 3.5rem); }
  .hero-lede { font-size: 16px; }
  .hero-visual { height: 370px; }
  .hero-visual figcaption { flex-direction: column; gap: 3px; }
  .intro-grid { padding: 62px 0 68px; }
  .timeline-item { grid-template-columns: 1fr; gap: 9px; }
  .timeline-item.current::before { left: -5px; top: 31px; }
  .gallery-section, .rental { padding-top: 85px; padding-bottom: 85px; }
  .garden-story { padding-top: 85px; padding-bottom: 85px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-card, .gallery-card-large { height: 330px; min-height: 0; }
  .rental-copy { padding: 45px 28px 42px; }
  .rental-aside { padding: 40px 28px 32px; }
  .footer-inner { flex-direction: column; }
}
