:root {
  --paper: #f5f0e7;
  --paper-2: #ebe4d8;
  --ink: #1f2925;
  --muted: #65706a;
  --green: #365b4a;
  --green-deep: #233d33;
  --sea: #234d59;
  --white: #fffdf8;
  --line: rgba(31,41,37,.14);
  --radius: 1.25rem;
  --shadow: 0 18px 45px rgba(31,41,37,.12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  background: white;
  padding: .75rem 1rem;
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .76rem;
  font-weight: 700;
  color: var(--green);
}
.eyebrow.light { color: rgba(255,255,255,.78); }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.06;
  margin: 0;
}
h1 { font-size: clamp(2.85rem, 7vw, 6.7rem); max-width: 1050px; }
h2 { font-size: clamp(2.25rem, 5vw, 4.7rem); }
p { margin: 0 0 1.15rem; }
.lead { font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem max(20px, calc((100vw - 1180px)/2));
  color: white;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.is-solid {
  background: rgba(245,240,231,.96);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(31,41,37,.08);
  backdrop-filter: blur(12px);
}
.brand {
  text-decoration: none;
  line-height: .95;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}
.brand span { display: block; }
.main-nav { display: flex; align-items: center; gap: 1.6rem; font-size: .92rem; }
.main-nav a { text-decoration: none; }
.nav-cta { border: 1px solid currentColor; border-radius: 999px; padding: .55rem .95rem; }
.menu-toggle { display: none; border: 1px solid currentColor; background: transparent; color: inherit; border-radius: 999px; padding: .45rem .8rem; }

.hero {
  position: relative;
  min-height: min(920px, 100svh);
  display: flex;
  align-items: flex-end;
  color: white;
  overflow: hidden;
  background: #294538;
}
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; }
.hero-shade {
  background: linear-gradient(180deg, rgba(12,20,16,.10) 10%, rgba(12,20,16,.28) 50%, rgba(12,20,16,.78) 100%);
}
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(5rem, 9vw, 8rem); }
.hero-intro { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 620px; margin: 1.5rem 0 2rem; }
.button {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .9rem 1.3rem;
  font-weight: 650;
}
.button-light { color: var(--ink); background: white; }
.hero-scroll { position: absolute; z-index: 2; bottom: 1.4rem; left: 50%; transform: translateX(-50%); color: white; text-decoration: none; font-size: 1.6rem; }

.highlights { background: var(--green-deep); color: white; }
.highlights-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.highlights-grid > div { padding: 2.1rem 1rem; border-right: 1px solid rgba(255,255,255,.14); }
.highlights-grid > div:first-child { padding-left: 0; }
.highlights-grid > div:last-child { border-right: 0; }
.highlights strong { display: block; font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.5rem); font-weight: 400; }
.highlights span { display: block; opacity: .72; font-size: .82rem; }

.two-col { display: grid; grid-template-columns: 1fr 1.02fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.section-copy { max-width: 560px; }
.section-copy h2, .section-heading h2 { margin-bottom: 1.5rem; }
.intro-gallery { display: grid; gap: 1rem; align-self: stretch; align-content: center; }
.intro-gallery figure { margin: 0; }
.feature-photo img, .wide-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-gallery .intro-view-photo img { aspect-ratio: 16 / 9; }

.garden-section { background: var(--white); }
.section-heading { margin-bottom: 2.5rem; }
.section-heading.narrow { max-width: 730px; }
.photo-grid { display: grid; gap: 1rem; }
.photo-grid-3 { grid-template-columns: 1fr 1fr 1fr; align-items: stretch; }
.photo-grid figure, .gallery button, .restyling-grid figure { margin: 0; }
.photo-grid img { width: 100%; height: 100%; min-height: 380px; max-height: 560px; object-fit: cover; border-radius: .9rem; }
.photo-grid .tall img { object-position: center; }

.sea-section { background: var(--sea); color: white; }
.sea-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.sea-copy h2 { margin-bottom: 1.5rem; }
.sea-copy p { font-size: 1.15rem; max-width: 540px; }
.sea-note { margin-top: 2.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); font-size: .86rem; }
.sea-note span { display: block; color: white; font-family: Georgia, serif; font-size: 2.2rem; }
.passage-photo img { width: 100%; height: min(760px, 75vh); object-fit: cover; border-radius: var(--radius); }

.view-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.view-section { background: var(--paper-2); }

.gallery-section { padding-top: 2rem; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.gallery button { border: 0; padding: 0; background: transparent; cursor: zoom-in; border-radius: 1rem; overflow: hidden; }
.gallery button img { width: 100%; height: 420px; object-fit: cover; transition: transform .35s ease; }
.gallery button:hover img { transform: scale(1.015); }
.gallery-wide { grid-column: 1 / -1; }
.gallery-wide img { aspect-ratio: 16/8; height: auto !important; }

.future-section { background: #dfddd1; }
.future-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-bottom: 3rem; }
.future-intro > p { font-size: 1.1rem; }
.restyling-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.restyling-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: .8rem; }
.restyling-grid figcaption { font-size: .78rem; color: var(--muted); margin-top: .45rem; }
.rendering-disclaimer { margin-top: 1.5rem; font-size: .84rem; color: var(--muted); max-width: 780px; }

.details-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.details-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.details-list > div:nth-child(odd) { padding-right: 2rem; }
.details-list > div:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }
dt { color: var(--muted); font-size: .88rem; }
dd { margin: 0; font-weight: 600; }

.contact-section { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--green-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.contact-grid h2 { margin-bottom: 1.3rem; }
.contact-card { border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 2rem; background: rgba(255,255,255,.05); }
.contact-status { font-size: 1.25rem; font-weight: 700; margin-bottom: .5rem; }

.site-footer { padding: 1.5rem 0; background: #172820; color: rgba(255,255,255,.7); font-size: .83rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 1rem; }
.site-footer p { margin: 0; }

.lightbox { width: min(1100px, calc(100vw - 2rem)); max-width: none; border: 0; padding: 0; background: transparent; }
.lightbox::backdrop { background: rgba(10,15,13,.9); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; border-radius: .5rem; }
.lightbox-close { position: fixed; right: 1.5rem; top: 1rem; border: 0; background: rgba(255,255,255,.92); width: 2.5rem; height: 2.5rem; border-radius: 999px; font-size: 1.6rem; cursor: pointer; }

@media (max-width: 850px) {
  :root { --shell: min(100% - 28px, 720px); }
  .menu-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + .5rem);
    right: 14px;
    width: min(280px, calc(100vw - 28px));
    padding: 1rem;
    background: var(--paper);
    color: var(--ink);
    border-radius: .9rem;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: .25rem;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .75rem; }
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .highlights-grid > div { border-bottom: 1px solid rgba(255,255,255,.14); }
  .highlights-grid > div:first-child { padding-left: 1rem; }
  .highlights-grid > div:nth-child(2n) { border-right: 0; }
  .highlights-grid > div:last-child { grid-column: 1 / -1; border-bottom: 0; text-align: center; }
  .two-col, .sea-grid, .view-grid, .future-intro, .contact-grid { grid-template-columns: 1fr; }
  .feature-photo { order: -1; }
  .photo-grid-3 { grid-template-columns: 1fr; }
  .photo-grid img { min-height: 0; aspect-ratio: 4/3; }
  .passage-photo img { height: 560px; }
  .gallery button img { height: 260px; }
  .restyling-grid { grid-template-columns: 1fr; }
  .details-list { grid-template-columns: 1fr; }
  .details-list > div:nth-child(odd), .details-list > div:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
}

@media (max-width: 560px) {
  .hero { min-height: 92svh; }
  .hero-content { padding-bottom: 5rem; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-intro { font-size: 1rem; }
  .section { padding: 4.5rem 0; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; }
  .gallery-wide img, .gallery button img { height: 280px !important; aspect-ratio: auto; }
  .details-list > div { grid-template-columns: 1fr; gap: .25rem; }
  .footer-grid { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media { display: none; }
  .gallery button img { transition: none; }
}

/* Language navigation: add another link here for future locales (DE, FR, etc.). */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: .15rem;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .08em;
}
.language-switch a {
  text-decoration: none;
  padding: .32rem .46rem;
  border-radius: 999px;
  opacity: .62;
  transition: opacity .2s ease, box-shadow .2s ease;
}
.language-switch a:hover { opacity: 1; }
.language-switch a[aria-current="page"] {
  opacity: 1;
  box-shadow: inset 0 0 0 1px currentColor;
}

@media (max-width: 850px) {
  .header-actions { gap: .55rem; }
  .language-switch { font-size: .68rem; }
}
