:root {
  --ink: #20312e;
  --muted: #63716c;
  --lake: #1d5c63;
  --lake-dark: #123f44;
  --sage: #dfe8df;
  --cream: #f6f3eb;
  --paper: #fffdf8;
  --sand: #d8bd8a;
  --line: #d8ddd7;
  --radius: 1.25rem;
  --shadow: 0 20px 60px rgb(32 49 46 / 12%);
  --page: 76rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.05rem; line-height: 1.7; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--lake-dark); text-underline-offset: .22em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 6.5vw, 6rem); line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.025em; }
h3 { line-height: 1.25; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .65rem 1rem; color: white; background: var(--lake-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.overline { margin-bottom: .75rem; color: var(--lake); font-size: .74rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.large-copy { font-family: Georgia, serif; font-size: clamp(1.3rem, 2.2vw, 1.8rem); line-height: 1.48; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgb(32 49 46 / 10%); background: rgb(255 253 248 / 94%); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 2.5rem), var(--page)); min-height: 5.6rem; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { color: var(--ink); text-decoration: none; line-height: 1.1; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.brand span { display: block; margin-top: .3rem; color: var(--muted); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.main-nav ul { display: flex; align-items: center; gap: clamp(.75rem, 1.6vw, 1.4rem); margin: 0; padding: 0; list-style: none; }
.main-nav a { color: var(--ink); font-size: .84rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--lake); }
.main-nav a[aria-current="page"] { padding-bottom: .35rem; border-bottom: 2px solid var(--lake); }
.menu-toggle { display: none; padding: .55rem .8rem; border: 1px solid var(--line); border-radius: .65rem; color: var(--ink); background: transparent; font: inherit; }

.home-hero { width: min(calc(100% - 2.5rem), var(--page)); min-height: calc(100svh - 5.6rem); margin: auto; padding: clamp(2rem, 5vw, 5rem) 0; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.hero-copy { padding-block: 2rem; }
.hero-copy h1 { max-width: 10ch; margin-bottom: 1.5rem; }
.hero-copy > p:not(.overline) { max-width: 34rem; color: var(--muted); font-size: 1.18rem; }
.hero-visual { position: relative; min-height: min(70vh, 48rem); border-radius: 15rem 15rem 1.5rem 1.5rem; overflow: hidden; background: var(--sage); box-shadow: var(--shadow); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual span { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .7rem; border-radius: 999px; color: white; background: rgb(18 63 68 / 78%); font-size: .72rem; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .65rem 1.2rem; border: 1px solid var(--lake); border-radius: 999px; color: white; background: var(--lake); font-weight: 700; text-decoration: none; }
.button:hover { background: var(--lake-dark); }
.button--ghost { color: var(--lake); background: transparent; }
.button--light { border-color: white; color: var(--lake-dark); background: white; }
.text-link { font-weight: 700; text-decoration: none; }

.page-hero { width: min(calc(100% - 2.5rem), var(--page)); margin: auto; padding: clamp(4rem, 9vw, 8rem) 0; }
.page-hero > div:first-child { max-width: 55rem; }
.page-hero h1 { max-width: 13ch; margin-bottom: 1.4rem; }
.page-hero p:not(.overline) { max-width: 45rem; color: var(--muted); font-size: 1.2rem; }
.page-hero--image { display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.page-hero--image > div:last-child { height: clamp(24rem, 48vw, 39rem); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.page-hero--image img { width: 100%; height: 100%; object-fit: cover; }

.section-pad { width: min(calc(100% - 2.5rem), var(--page)); margin: auto; padding: clamp(4rem, 9vw, 8rem) 0; }
.surface { width: 100%; padding-inline: max(1.25rem, calc((100% - var(--page)) / 2)); background: var(--paper); }
.narrow { max-width: 52rem; }
.section-head { max-width: 47rem; margin-bottom: clamp(2rem, 5vw, 4rem); }
.two-column { display: grid; grid-template-columns: minmax(16rem, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 9vw, 8rem); }
.two-column--image { align-items: center; }
.two-column--image > div:first-child { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.two-column--image img { width: 100%; min-height: 30rem; object-fit: cover; }

.facts { margin: clamp(2.5rem, 6vw, 5rem) 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.facts div { min-width: 0; padding: 1.6rem 1rem; overflow-wrap: anywhere; text-align: center; }
.facts div + div { border-left: 1px solid var(--line); }
.facts dt { font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.1; }
.facts dd { margin: .45rem 0 0; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }

.entry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.entry-card { position: relative; min-height: 24rem; border-radius: var(--radius); overflow: hidden; color: white; background: var(--lake); text-decoration: none; box-shadow: var(--shadow); }
.entry-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.entry-card:hover img { transform: scale(1.025); }
.entry-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgb(18 38 36 / 80%)); }
.entry-card > span { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; }
.entry-card small { display: block; color: rgb(255 255 255 / 78%); }
.entry-card strong { display: block; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 400; }
.entry-card em { display: block; margin-top: 1rem; font-style: normal; }
.entry-card--plain { min-height: 17rem; background: var(--lake-dark); }

.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.photo-grid figure { margin: 0; }
.photo-grid button { width: 100%; padding: 0; border: 0; border-radius: 1rem; overflow: hidden; background: var(--sage); cursor: zoom-in; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s ease; }
.photo-grid button:hover img { transform: scale(1.02); }
.photo-grid figcaption { padding: .55rem .2rem 0; color: var(--muted); font-size: .8rem; }

.spec-layout { display: grid; grid-template-columns: minmax(15rem, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 9vw, 8rem); }
.spec-groups { display: grid; gap: 2.2rem; }
.spec-groups h3 { margin-bottom: .7rem; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list div { padding: .8rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; font-weight: 650; }
.text-panel { width: min(calc(100% - 2.5rem), 55rem); margin: clamp(3rem, 8vw, 7rem) auto; padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); background: var(--sage); }

.wide-photo { position: relative; width: min(calc(100% - 2.5rem), var(--page)); height: min(65vw, 42rem); margin: 0 auto clamp(2rem, 6vw, 5rem); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.wide-photo img { width: 100%; height: 100%; object-fit: cover; }
.wide-photo div { position: absolute; inset: auto 1rem 1rem auto; padding: .4rem .65rem; border-radius: 999px; color: white; background: rgb(18 63 68 / 76%); font-size: .75rem; }
.info-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.info-columns article { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.info-columns h3 { font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.link-groups section + section { margin-top: 2rem; }
.link-groups ul { padding-left: 1.2rem; }
.link-groups li + li { margin-top: .55rem; }

.contact-band, .next-step { width: min(calc(100% - 2.5rem), var(--page)); margin: clamp(3rem, 8vw, 7rem) auto; padding: clamp(2rem, 6vw, 5rem); border-radius: var(--radius); display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.contact-band { color: white; background: var(--lake-dark); }
.contact-band .overline { color: #b8d7d5; }
.contact-band h2, .next-step h2 { max-width: 18ch; margin-bottom: 0; }
.next-step { border: 1px solid var(--line); background: var(--paper); }
.next-step p { max-width: 38rem; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 9vw, 8rem); align-items: start; }
.contact-layout aside { padding: 2rem; border-radius: var(--radius); background: var(--sage); }
.contact-layout aside span { display: block; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-layout aside strong { display: block; margin: .4rem 0 1rem; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.mail-link { display: inline-block; margin-top: 1rem; font-family: Georgia, serif; font-size: clamp(1.2rem, 3vw, 2rem); }
.legal-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 8rem); }
.legal-copy { max-width: 100%; }
.legal-copy > * { max-width: 55rem; margin-inline: auto; }

.page-hero--calendar { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.page-hero--calendar h1 { max-width: 15ch; }
.calendar-section { width: min(calc(100% - 2.5rem), 68rem); padding-top: 0; }
.calendar-shell { padding: clamp(1.25rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: calc(var(--radius) + .25rem); background: var(--paper); box-shadow: 0 18px 50px rgb(32 49 46 / 9%); }
.calendar-toolbar { display: grid; grid-template-columns: 3.6rem minmax(0, 1fr) 3.6rem; align-items: center; gap: clamp(.5rem, 2vw, 1.25rem); }
.calendar-toolbar h2 { margin: 0; color: var(--ink); font-size: clamp(1.75rem, 4vw, 2.8rem); line-height: 1.1; text-align: center; }
.calendar-nav { width: 3.6rem; height: 3.6rem; padding: 0; border: 1px solid #bdc9c3; border-radius: 50%; color: var(--lake-dark); background: var(--cream); box-shadow: 0 5px 16px rgb(32 49 46 / 8%); font: inherit; font-size: 1.45rem; font-weight: 700; line-height: 1; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.calendar-nav:hover { border-color: var(--lake); background: var(--sage); transform: translateY(-1px); }
.calendar-nav:disabled { cursor: wait; opacity: .5; }
.calendar-legend { margin: 1.5rem 0 1.8rem; display: flex; justify-content: center; flex-wrap: wrap; gap: .65rem; color: var(--muted); font-size: .86rem; font-weight: 650; }
.calendar-legend span { padding: .4rem .75rem; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; gap: .5rem; background: var(--cream); }
.calendar-dot { width: .72rem; height: .72rem; border-radius: 50%; display: inline-block; flex: 0 0 auto; }
.calendar-dot--free { border: 1px solid #9eafa7; background: #f2f5f0; }
.calendar-dot--occupied { background: var(--lake); }
.calendar-status { margin: 1.25rem 0; padding: 1rem; border-radius: .75rem; color: var(--lake-dark); background: var(--sage); text-align: center; }
.calendar-weekdays, .calendar-grid { width: 100%; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays { margin-bottom: .55rem; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.calendar-weekdays span { padding: .3rem .1rem; }
.calendar-grid { gap: 1px; padding: 1px; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; background: var(--line); }
.calendar-day { min-width: 0; min-height: 6.1rem; padding: .7rem; border: 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--paper); }
.calendar-day strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; line-height: 1; }
.calendar-day small { overflow: hidden; font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.calendar-day--free { background: #f4f6f1; }
.calendar-day--free small { color: var(--muted); }
.calendar-day--occupied { color: white; background: var(--lake); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%); }
.calendar-day--empty { background: var(--paper); }
.calendar-note { max-width: 45rem; margin: 1.6rem auto 0; color: var(--muted); font-size: .82rem; text-align: center; }

.site-footer { margin-top: clamp(4rem, 9vw, 8rem); color: #dbe9e6; background: #153c40; }
.footer-main { width: min(calc(100% - 2.5rem), var(--page)); margin: auto; padding: 4rem 0; display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 3rem; }
.footer-brand { color: white; font-family: Georgia, serif; font-size: 1.3rem; text-decoration: none; }
.footer-main p { color: #aac3c0; }
.footer-main span { display: block; margin-bottom: .55rem; color: #aac3c0; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-main a { color: white; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.2rem; }
.footer-bottom { padding: 1rem max(1.25rem, calc((100% - var(--page)) / 2)); border-top: 1px solid rgb(255 255 255 / 12%); color: #aac3c0; font-size: .75rem; }

.lightbox { width: min(92vw, 76rem); max-height: 92vh; padding: 0; border: 0; border-radius: 1rem; color: white; background: #101715; box-shadow: 0 28px 90px rgb(0 0 0 / 50%); }
.lightbox::backdrop { background: rgb(0 0 0 / 80%); }
.lightbox img { max-height: 82vh; margin: auto; object-fit: contain; }
.lightbox p { margin: 0; padding: .75rem 1rem; }
.lightbox button { position: absolute; z-index: 2; top: .7rem; right: .7rem; width: 2.5rem; height: 2.5rem; border: 0; border-radius: 50%; color: white; background: rgb(0 0 0 / 65%); font-size: 1.4rem; cursor: pointer; }

@media (max-width: 66rem) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1rem 1.25rem 1.5rem; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .main-nav[data-open="true"] { display: block; }
  .main-nav ul { width: min(100%, var(--page)); margin: auto; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { display: block; padding: .65rem 0; }
}

@media (max-width: 48rem) {
  body { font-size: 1rem; }
  .header-inner, .home-hero, .page-hero, .section-pad, .wide-photo, .contact-band, .next-step, .footer-main { width: min(calc(100% - 2rem), var(--page)); }
  .home-hero, .page-hero--image, .two-column, .spec-layout, .contact-layout, .legal-layout { grid-template-columns: 1fr; }
  .home-hero { min-height: 0; padding-top: 3.5rem; }
  .hero-visual { min-height: 32rem; border-radius: 9rem 9rem 1rem 1rem; }
  .page-hero--image > div:last-child { height: 26rem; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .facts div:nth-child(4) { border-top: 1px solid var(--line); }
  .entry-grid, .info-columns { grid-template-columns: 1fr; }
  .entry-card { min-height: 21rem; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .two-column--image > div:first-child { order: 2; }
  .two-column--image img { min-height: 20rem; }
  .contact-band, .next-step { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .page-hero--calendar { padding-top: 3.5rem; padding-bottom: 1.25rem; }
  .calendar-section { width: min(calc(100% - 1.25rem), 68rem); }
  .calendar-shell { padding: 1rem .65rem 1.25rem; border-radius: 1rem; }
  .calendar-toolbar { grid-template-columns: 3rem minmax(0, 1fr) 3rem; }
  .calendar-nav { width: 3rem; height: 3rem; font-size: 1.2rem; }
  .calendar-legend { margin: 1rem 0 1.25rem; }
  .calendar-day { min-height: 4.6rem; padding: .5rem; }
}

@media (max-width: 32rem) {
  h1 { font-size: 2.75rem; }
  .brand span { display: none; }
  .hero-visual { min-height: 25rem; }
  .photo-grid { grid-template-columns: 1fr; }
  .spec-list div { grid-template-columns: 1fr; gap: .15rem; }
  .wide-photo { height: 20rem; }
  .footer-main nav { grid-template-columns: 1fr; }
  .calendar-toolbar h2 { font-size: 1.55rem; }
  .calendar-weekdays { font-size: .62rem; letter-spacing: .03em; }
  .calendar-day { min-height: 4rem; padding: .38rem .3rem; }
  .calendar-day strong { font-size: 1rem; }
  .calendar-day small { font-size: .5rem; letter-spacing: 0; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
