:root {
  --forest-950: #0d2822;
  --forest-900: #12352d;
  --forest-800: #194a3e;
  --forest-700: #236552;
  --sage-300: #a9c5ad;
  --sage-100: #e7eee5;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --ink: #17211d;
  --muted: #5c6862;
  --amber: #dc9b38;
  --red: #a53d36;
  --white: #fff;
  --line: rgba(23, 33, 29, .14);
  --shadow: 0 20px 60px rgba(13, 40, 34, .12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.9rem, 6.3vw, 5.8rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); margin-bottom: 22px; }
h3 { font-size: 1.55rem; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%);
  padding: 10px 16px; background: var(--white); color: var(--forest-950); border-radius: 8px;
}
.skip-link:focus { transform: none; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.eyebrow {
  margin-bottom: 14px; color: var(--forest-700); font-size: .76rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow--light { color: #b9d6bf; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.04rem, 1.5vw, 1.25rem); }
.section { padding: 110px 0; }
.section--cream { background: var(--cream); }
.section--dark { color: var(--white); background: var(--forest-950); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }

.site-header {
  position: relative; z-index: 20; background: rgba(255, 253, 248, .95); border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest-950); text-decoration: none; }
.brand__mark {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  color: var(--cream); background: var(--forest-900); font-family: Georgia, serif; font-size: .9rem;
}
.brand span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: .94rem; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .69rem; letter-spacing: .07em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a { color: #31453e; font-size: .9rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--forest-700); }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; border-radius: 99px; padding: 8px 14px; }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; left: -240px; bottom: -330px;
  border: 90px solid var(--sage-100); border-radius: 50%; opacity: .7;
}
.hero__grid { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 70px; align-items: center; padding-block: 74px; }
.hero__copy { position: relative; z-index: 1; }
.hero__copy h1 { max-width: 780px; }
.hero__copy .lead { max-width: 600px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 20px;
  border: 1px solid var(--forest-900); border-radius: 999px; color: var(--white); background: var(--forest-900);
  box-shadow: none; font-size: .88rem; font-weight: 800; text-decoration: none; cursor: pointer;
  transition: transform .16s ease, background .16s ease;
}
.button:hover, .button:focus-visible { background: var(--forest-700); transform: translateY(-1px); }
.button--secondary { color: var(--forest-900); background: transparent; }
.button--secondary:hover, .button--secondary:focus-visible { color: var(--white); }
.button--danger { border-color: var(--red); background: var(--red); }
.button--ghost { color: var(--forest-900); border-color: var(--line); background: var(--white); }
.button--small { min-height: 38px; padding: 7px 13px; font-size: .78rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest-900); font-weight: 800; text-decoration: none; }
.text-link .icon { transition: transform .16s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.hero__facts { display: flex; gap: 46px; margin: 48px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero__facts div { display: flex; flex-direction: column; }
.hero__facts dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__facts dd { margin: 4px 0 0; font-family: Georgia, serif; font-size: 1.1rem; }
.hero__media { position: relative; height: 570px; }
.hero__media > img, .hero__media > .photo-placeholder { border-radius: 240px 240px 28px 28px; box-shadow: var(--shadow); }
.hero__media::before { content: ""; position: absolute; z-index: -1; inset: 40px -50px -30px 70px; border-radius: 220px 220px 30px 30px; background: var(--sage-100); }
.hero__badge {
  position: absolute; right: -24px; bottom: 42px; display: flex; align-items: center; gap: 10px; max-width: 270px;
  padding: 16px 20px; color: var(--white); background: var(--forest-900); border-radius: 16px; box-shadow: var(--shadow); font-size: .84rem;
}
.photo-placeholder {
  width: 100%; height: 100%; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px;
  color: var(--white); background:
    linear-gradient(145deg, rgba(13,40,34,.12), rgba(13,40,34,.78)),
    repeating-linear-gradient(45deg, #7e9984 0, #7e9984 20px, #91a995 20px, #91a995 40px);
  overflow: hidden;
}
.photo-placeholder span { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .78; }
.photo-placeholder strong { font-family: Georgia, serif; font-size: 1.4rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 245px; padding: 32px; background: rgba(255,255,255,.62); border: 1px solid rgba(23,33,29,.09); border-radius: var(--radius); }
.feature-card__number { display: block; margin-bottom: 52px; color: var(--forest-700); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.feature-card p { color: var(--muted); margin-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 240px 240px; gap: 20px; margin-top: 70px; }
.gallery-grid figure { min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery-grid__wide { grid-row: span 2; }

.availability-teaser { background: var(--paper); }
.availability-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.availability-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.upcoming-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.upcoming-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.upcoming-card__head > .icon { width: 42px; height: 42px; padding: 9px; color: var(--forest-900); background: var(--sage-100); border-radius: 12px; }
.upcoming-card__head div { display: flex; flex-direction: column; }
.upcoming-card__head small { color: var(--muted); }
.upcoming-list { list-style: none; margin: 0; padding: 0; }
.upcoming-list li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 2px; border-bottom: 1px solid var(--line); }
.upcoming-list li:last-child { border-bottom: 0; }
.upcoming-list span { font-family: Georgia, serif; font-size: 1.08rem; }
.upcoming-list strong { align-self: center; padding: 4px 10px; color: var(--white); background: var(--forest-700); border-radius: 99px; font-size: .7rem; text-transform: uppercase; }

.contact-section { position: relative; overflow: hidden; }
.contact-section::after { content: ""; position: absolute; width: 400px; height: 400px; right: -210px; top: -190px; border: 70px solid rgba(169,197,173,.12); border-radius: 50%; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; position: relative; z-index: 1; }
.contact-grid > div:first-child > p:last-child { max-width: 480px; color: #b7c6c0; }
.contact-links { border-top: 1px solid rgba(255,255,255,.18); }
.contact-links > a, .contact-links__address { min-width: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 22px 4px; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-links > a:hover { background: rgba(255,255,255,.04); }
.contact-links__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.1); }
.contact-links span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.contact-links small { color: #aebeb8; }
.contact-links strong { overflow-wrap: anywhere; }

.site-footer { padding: 54px 0 22px; color: #d5dfda; background: #081c17; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: start; }
.brand--footer { color: var(--white); }
.brand--footer .brand__mark { color: var(--forest-950); background: var(--sage-300); }
.brand--footer small { color: #91a59c; }
.footer-grid p { margin: 18px 0 0; color: #91a59c; }
.footer-grid nav { display: flex; gap: 26px; }
.footer-grid nav a { font-size: .86rem; text-decoration: none; }
.footer-bottom { margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #82978e; font-size: .76rem; }

.page-hero { padding: 88px 0 78px; background: var(--cream); }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); margin-bottom: 18px; }
.page-hero p:last-child { max-width: 700px; color: var(--muted); font-size: 1.06rem; }
.page-hero--calendar { background: linear-gradient(120deg, var(--cream), var(--sage-100)); }
.calendar-section { padding-top: 72px; }
.calendar-toolbar { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 20px; max-width: 610px; margin: 0 auto 30px; text-align: center; }
.calendar-toolbar small { color: var(--muted); font-size: .71rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.calendar-toolbar h2 { margin: 4px 0 0; font-size: clamp(2rem, 3vw, 2.8rem); }
.calendar-nav { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
.calendar-nav:hover, .calendar-nav:focus-visible { color: var(--white); background: var(--forest-900); }
.calendar-legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; margin-bottom: 14px; color: var(--muted); font-size: .78rem; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend-dot { width: 10px; height: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.legend-dot--busy { border-color: var(--forest-700); background: var(--forest-700); }
.calendar { display: grid; grid-template-columns: repeat(7, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.calendar__weekday { padding: 11px; color: var(--muted); background: var(--cream); border-right: 1px solid var(--line); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.calendar__weekday:nth-child(7) { border-right: 0; }
.calendar__day { position: relative; min-height: 126px; padding: 13px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: var(--paper); }
.calendar__day:nth-child(7n) { border-right: 0; }
.calendar__day--outside { color: #a9afa9; background: #f4f3ee; }
.calendar__day--busy { color: var(--white); background: var(--forest-800); }
.calendar__day--today .calendar__date { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 50%; }
.calendar__date { display: grid; place-items: center; width: 28px; height: 28px; font-weight: 800; }
.busy-label, .free-label { position: absolute; left: 13px; bottom: 14px; font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.free-label { color: #9ca49e; }
.calendar__day small { position: absolute; left: 13px; bottom: 34px; color: #c6d5cf; }
.calendar-hint { max-width: 780px; margin: 20px auto 0; color: var(--muted); font-size: .83rem; text-align: center; }
.compact-contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.compact-contact h2 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 3.2rem); }
.compact-contact .button-row { margin-top: 0; }

.legal { max-width: 820px; }
.legal h2 { margin-top: 50px; font-size: 2rem; }
.legal h3 { margin-top: 34px; font-size: 1.35rem; }
.legal p, .legal li { color: #3f4d47; }
.legal a { color: var(--forest-700); }
.legal address { font-style: normal; }
.legal-draft { margin-bottom: 34px; padding: 18px 20px; color: #5b3c11; background: #fff0ce; border: 1px solid #e9c982; border-radius: 14px; }
.notice { padding: 15px 17px; color: #4c4130; background: #fff4dc; border-radius: 12px; }
.notice--success { color: #164d3d; background: #e6f3eb; }
.notice--error { color: #6e2924; background: #fae7e5; }

/* Admin */
.admin-body { min-height: 100vh; background: #f2f4f1; }
.admin-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 12px max(24px, calc((100% - 1220px) / 2)); background: var(--white); border-bottom: 1px solid var(--line); }
.brand--admin .brand__mark { width: 40px; height: 40px; }
.admin-nav { display: flex; align-items: center; gap: 22px; }
.admin-nav > a { font-size: .82rem; font-weight: 750; text-decoration: none; }
.admin-nav form { margin: 0; }
.admin-main { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0 90px; }
.admin-titlebar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.admin-titlebar h1 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.admin-titlebar p { margin-bottom: 0; color: var(--muted); }
.admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-card, .panel { background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 32px rgba(13,40,34,.05); }
.stat-card { padding: 24px; }
.stat-card small { color: var(--muted); font-weight: 750; }
.stat-card strong { display: block; margin-top: 10px; font-family: Georgia, serif; font-size: 2.5rem; }
.panel { margin-top: 22px; padding: 26px; overflow: hidden; }
.panel__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.panel__head h2 { margin: 0; font-size: 1.8rem; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.data-table th { padding: 12px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .69rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.data-table td { padding: 15px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table a { color: var(--forest-700); font-weight: 800; }
.badge { display: inline-block; padding: 4px 9px; border-radius: 99px; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.badge--confirmed { color: #16503f; background: #dff0e7; }
.badge--held { color: #664814; background: #fff0c8; }
.badge--cancelled { color: #6d3733; background: #f4e2e0; }
.badge--private { color: #46514c; background: #e7eae8; }
.toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.month-filter { display: flex; align-items: center; gap: 10px; }
.month-filter input { width: auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .field--full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label, .field > span { color: #394740; font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: var(--white);
  border: 1px solid #cbd2ce; border-radius: 10px; outline: none;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(35,101,82,.12); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; }
.checkbox input { width: 18px; height: 18px; margin-top: 4px; }
.checkbox span { font-size: .87rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.form-error { margin-bottom: 22px; padding: 14px 16px; color: #702e29; background: #f9e7e5; border-left: 4px solid var(--red); border-radius: 8px; }
.danger-zone { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.danger-zone h3 { margin-bottom: 8px; }
.danger-zone p { color: var(--muted); }
.login-shell { min-height: calc(100vh - 100px); display: grid; place-items: center; padding: 40px 0; }
.login-card { width: min(460px, 100%); padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.login-card h1 { margin-bottom: 12px; font-size: 2.55rem; }
.login-card > p { color: var(--muted); }
.login-card .field { margin-top: 17px; }
.login-card .button { width: 100%; margin-top: 24px; }
.flash-stack { position: fixed; z-index: 100; top: 84px; right: 20px; width: min(400px, calc(100% - 40px)); }
.flash { margin-bottom: 10px; padding: 14px 16px; background: var(--white); border-left: 4px solid var(--forest-700); border-radius: 10px; box-shadow: var(--shadow); }
.flash--error { border-left-color: var(--red); }
.flash--success { border-left-color: #2c8767; }
.audit-details { max-width: 420px; overflow-wrap: anywhere; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; }

@media (max-width: 960px) {
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 54px; }
  .hero__media { width: min(620px, 100%); height: 500px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-card__number { margin-bottom: 28px; }
  .availability-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .admin-nav { width: 100%; flex-wrap: wrap; }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 14px; right: 14px; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav--open { display: flex; }
  .main-nav a { padding: 10px; }
  .hero__grid { padding-block: 54px 70px; }
  .hero__media { height: 410px; }
  .hero__media > img, .hero__media > .photo-placeholder { border-radius: 150px 150px 22px 22px; }
  .hero__badge { right: 8px; bottom: 24px; }
  .hero__facts { gap: 24px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 270px); }
  .gallery-grid__wide { grid-row: auto; }
  .footer-grid, .compact-contact__inner { grid-template-columns: 1fr; display: grid; }
  .footer-grid nav { flex-direction: column; gap: 10px; }
  .calendar { border-radius: 13px; }
  .calendar__weekday { padding: 8px 2px; }
  .calendar__day { min-height: 82px; padding: 7px; }
  .calendar__date { width: 24px; height: 24px; font-size: .78rem; }
  .busy-label { left: 7px; bottom: 8px; font-size: .58rem; letter-spacing: 0; }
  .free-label { left: 7px; bottom: 8px; }
  .calendar__day small { display: none; }
  .admin-header { padding-inline: 14px; }
  .admin-nav { gap: 12px; }
  .admin-main { width: calc(100% - 28px); padding-top: 34px; }
  .admin-titlebar { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .field--full { grid-column: auto; }
}

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

@media print {
  .site-header, .site-footer, .button, .menu-button, .admin-header { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding: 20px 0; }
}

