@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap');

:root {
  --forest: #26351f;
  --forest-deep: #172116;
  --moss: #617634;
  --leaf: #93aa3c;
  --cream: #f3eee2;
  --paper: #fbf8f0;
  --clay: #b8663b;
  --ink: #1e251c;
  --line: rgba(38, 53, 31, 0.2);
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; padding: .8rem 1rem; background: var(--paper); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 92px; padding: 10px clamp(1.25rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { width: 300px; height: 150px; padding: 4px 14px 8px; display: flex; align-items: center; position: absolute; top: 4px; left: clamp(3rem, 7vw, 7rem); z-index: 2; background: var(--paper); }
.brand img { width: 272px; height: 138px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); margin-left: auto; font-size: .88rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-reserve):hover { color: var(--moss); }
.nav-reserve { background: var(--forest); color: white; padding: .8rem 1.15rem; }
.nav-reserve:hover { background: var(--moss); }
.menu-button { display: none; background: transparent; border: 0; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--forest); margin: 5px; }

.hero { min-height: calc(100vh - 92px); position: relative; display: grid; grid-template-columns: 44% 56%; background: var(--forest); overflow: hidden; }
.hero-photo { grid-column: 2; background: url('../images/20260419_142347.jpg') 48% center / cover no-repeat; min-height: 660px; }
.hero-photo::after { content: ''; position: absolute; inset: 0 0 0 44%; background: rgba(23, 33, 22, .12); pointer-events: none; }
.hero-card { grid-column: 1; grid-row: 1; align-self: center; color: var(--cream); padding: clamp(3rem, 7vw, 7rem); padding-right: clamp(2rem, 5vw, 5rem); z-index: 2; }
.eyebrow { margin: 0 0 1rem; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .92; margin: 0; }
.hero h1 { font-size: clamp(4rem, 7.8vw, 8rem); }
.hero-card > p:not(.eyebrow) { max-width: 32rem; margin: 2rem 0; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.button { display: inline-flex; gap: 1rem; align-items: center; text-decoration: none; padding: .95rem 1.2rem; font-weight: 600; }
.button-primary { background: var(--leaf); color: var(--forest-deep); }
.button-primary:hover { background: var(--cream); }
.text-link { color: white; text-underline-offset: .35rem; }
.hero-note { position: absolute; right: clamp(1rem, 3vw, 3rem); bottom: 0; width: 180px; padding: 1.25rem; background: var(--clay); color: white; z-index: 3; }
.hero-note span { display: block; font-family: var(--serif); font-size: 3.5rem; line-height: 1; }
.hero-note small { display: block; margin-top: .3rem; line-height: 1.25; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--cream); }
.intro h2, .gallery-heading h2, .know h2, .reserve h2 { font-size: clamp(3rem, 5.5vw, 6rem); }
.intro-copy { max-width: 43rem; align-self: end; }
.intro-copy .lead { font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.3rem); line-height: 1.25; margin-top: 0; }
.intro-copy p:last-child { max-width: 38rem; }

.feature-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--forest); color: var(--cream); }
.feature-band article { min-height: 220px; padding: 1.75rem 2rem; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.feature-band article:last-child { border: 0; }
.feature-band span { color: var(--leaf); font-size: .75rem; }
.feature-band h3 { font-family: var(--serif); font-weight: 400; font-size: 2rem; line-height: 1; margin: auto 0 .75rem; }
.feature-band p { color: rgba(255,255,255,.68); font-size: .9rem; margin: 0; max-width: 17rem; }

.gallery-section { background: var(--paper); }
.gallery-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.gallery-heading > p { max-width: 28rem; margin: 0 0 .3rem auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: .8rem; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; cursor: zoom-in; background: var(--forest); color: white; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .3s ease; }
.gallery-item span { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .65rem; background: rgba(23,33,22,.84); font-size: .8rem; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); opacity: .86; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }

.know { display: grid; grid-template-columns: .9fr 1.1fr; padding-top: 0; background: var(--paper); }
.know-photo { position: relative; min-height: 720px; background: var(--forest); }
.know-photo img { width: 100%; height: 100%; object-fit: cover; }
.know-photo p { position: absolute; left: 0; bottom: 0; width: 70%; margin: 0; padding: 1.5rem; background: var(--clay); color: white; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.know-content { padding: clamp(2.5rem, 6vw, 6rem); background: var(--cream); }
.know-content dl { margin: 3rem 0 0; }
.know-content dl div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.know-content dt { font-weight: 600; }
.know-content dd { margin: 0; color: rgba(30,37,28,.78); }

.reserve { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); background: var(--forest-deep); color: var(--cream); }
.reserve-copy > p:not(.eyebrow) { max-width: 36rem; color: rgba(255,255,255,.72); }
.reserve-copy .reserve-aside { margin-top: 2rem; padding-left: 1rem; border-left: 3px solid var(--leaf); font-size: .9rem; }
.booking-list { align-self: center; border-top: 1px solid rgba(255,255,255,.25); }
.booking-list a { min-height: 88px; display: flex; align-items: center; justify-content: space-between; text-decoration: none; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.25); transition: color .2s ease, padding .2s ease; }
.booking-list a:hover { color: var(--leaf); padding-left: .75rem; }
.booking-list span { font-family: var(--serif); font-size: 2rem; line-height: 1; }
.booking-list small { display: block; margin-bottom: .35rem; font-family: var(--sans); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; opacity: .64; }
.booking-list b { font-size: 1.5rem; font-weight: 400; }

.closing-photo { min-height: 600px; padding: clamp(2rem, 6vw, 6rem); display: flex; align-items: end; background: url('../images/20260509_111928.jpg') center 62% / cover no-repeat; }
.closing-photo > div { max-width: 570px; padding: clamp(2rem, 4vw, 4rem); background: var(--cream); }
.closing-photo p { font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); line-height: .95; margin: 0 0 1.5rem; }
.closing-photo a { font-weight: 600; text-underline-offset: .3rem; }

.site-footer { min-height: 260px; padding: 2.5rem clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; background: var(--cream); border-top: 1px solid var(--line); }
.footer-brand { width: 210px; height: 120px; overflow: hidden; }
.footer-brand img { width: 210px; height: 120px; object-fit: contain; }
.site-footer p { text-align: center; font-size: .9rem; }
.footer-links { display: flex; flex-direction: column; gap: .6rem; align-items: flex-end; font-size: .88rem; }
.phone-contact { display: flex; align-items: baseline; justify-content: flex-end; flex-wrap: wrap; gap: .25rem .55rem; }
.phone-contact span { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.phone-contact a { font-weight: 600; }
.phone-contact { text-align: right; }
.phone-contact .text-action { font-size: .75rem; font-weight: 500; }
.phone-contact .text-action::before { content: '·'; margin-right: .55rem; text-decoration: none; display: inline-block; }

.lightbox { width: min(1100px, 94vw); max-width: none; height: min(820px, 90vh); max-height: none; padding: 0; border: 0; background: var(--forest-deep); color: white; }
.lightbox::backdrop { background: rgba(10,14,9,.88); }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding: .8rem 4.5rem; text-align: center; }
.lightbox button { position: absolute; z-index: 2; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); background: rgba(23,33,22,.9); color: white; cursor: pointer; }
.lightbox-close { right: 1rem; top: 1rem; font-size: 1.8rem; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .brand { width: 230px; height: 122px; padding: 4px 10px 8px; top: 3px; left: 1.5rem; }
  .brand img { width: 210px; height: 110px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .55rem; }
  .nav-reserve { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-photo { grid-column: 1; grid-row: 1; min-height: 58vh; }
  .hero-photo::after { inset: 0; background: rgba(23,33,22,.08); }
  .hero-card { grid-column: 1; grid-row: 2; padding: 4rem 1.5rem 5.5rem; }
  .hero-note { right: 1rem; bottom: auto; top: calc(58vh - 82px); }
  .intro, .gallery-heading, .know, .reserve { grid-template-columns: 1fr; }
  .feature-band { grid-template-columns: 1fr 1fr; }
  .feature-band article:nth-child(2) { border-right: 0; }
  .feature-band article { border-bottom: 1px solid rgba(255,255,255,.16); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-tall { grid-row: span 1; }
  .know-photo { min-height: 580px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin: 0 auto; }
  .footer-links { align-items: center; }
  .phone-contact { justify-content: center; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 3.8rem; }
  .hero-note { width: 145px; }
  .hero-note span { font-size: 2.7rem; }
  .section { padding: 4.5rem 1.25rem; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band article { min-height: 210px; border-right: 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .gallery-wide { grid-column: span 1; }
  .know { padding-top: 0; }
  .know-photo { min-height: 450px; }
  .know-content { padding: 3.5rem 1.25rem; }
  .know-content dl div { grid-template-columns: 1fr; gap: .3rem; }
  .reserve { padding-top: 5rem; }
  .booking-list span { font-size: 1.7rem; }
  .closing-photo { min-height: 520px; padding: 1rem; }
  .closing-photo > div { width: 100%; padding: 2rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
