:root {
  --ink: #17383b;
  --ink-soft: #527074;
  --deep: #0a4a56;
  --lake: #0e6a78;
  --aqua: #8ed2cf;
  --foam: #edf7f5;
  --sand: #f7f0e5;
  --paper: #fffdf8;
  --coral: #eb6b4d;
  --sun: #f3b84b;
  --white: #fff;
  --line: rgba(23, 56, 59, 0.14);
  --shadow: 0 22px 55px rgba(10, 55, 62, 0.13);
  --radius: 1.25rem;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -0.03em; }
h1 { font-size: clamp(3.4rem, 7vw, 6.9rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.5rem, 4.7vw, 4.4rem); }
h3 { font-size: clamp(1.5rem, 2vw, 2rem); }

.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; padding: .75rem 1rem; transform: translateY(-150%); background: white; border-radius: .5rem; }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 1rem; color: var(--lake); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #bdecea; }
.lead { color: var(--ink); font-size: clamp(1.1rem, 2vw, 1.32rem); line-height: 1.55; }
.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; padding: .85rem 1.45rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--coral); box-shadow: 0 11px 25px rgba(235, 107, 77, .25); }
.button-primary:hover { background: #d95b3f; }
.button-ghost { color: white; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.full-button { width: 100%; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: white; transition: color .25s, background .25s, box-shadow .25s; }
.site-header.scrolled { color: var(--ink); background: rgba(255,253,248,.94); box-shadow: 0 8px 35px rgba(14, 70, 76, .1); backdrop-filter: blur(16px); }
.header-inner { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark { width: 2.65rem; height: 2.65rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; letter-spacing: -.04em; }
.brand small { margin-top: .35rem; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.55rem; }
.main-nav a { font-size: .82rem; font-weight: 750; text-decoration: none; }
.main-nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: .3rem; }
.nav-cta { padding: .72rem 1rem; border-radius: 999px; color: var(--ink); background: white; }
.scrolled .nav-cta { color: white; background: var(--lake); }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: .65rem; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1.5px; margin: 4px 0; background: currentColor; }

/* Hero */
.hero { position: relative; min-height: min(900px, 100svh); display: grid; align-items: center; overflow: hidden; color: white; background: var(--deep); }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 58%; animation: heroZoom 18s ease-out both; }
.hero-scrim { background: linear-gradient(90deg, rgba(4,43,49,.88) 0%, rgba(4,43,49,.54) 52%, rgba(4,43,49,.11) 100%), linear-gradient(0deg, rgba(2,35,41,.45), transparent 50%); }
.hero-content { position: relative; z-index: 1; padding-top: 6rem; }
.hero h1 { max-width: 930px; margin-bottom: 1.5rem; text-wrap: balance; }
.hero-lead { max-width: 660px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-badge { position: absolute; z-index: 2; right: max(2rem, calc((100% - 1160px)/2)); bottom: 4rem; width: 8.6rem; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--sun); border-radius: 50%; transform: rotate(5deg); box-shadow: var(--shadow); }
.hero-badge strong { font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.hero-badge small { margin-top: .2rem; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }

/* Facts */
.fact-strip { position: relative; z-index: 3; background: var(--paper); border-bottom: 1px solid var(--line); }
.fact-grid { min-height: 8.2rem; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.fact-grid > div { display: flex; align-items: center; gap: .85rem; padding: 1.5rem; border-right: 1px solid var(--line); }
.fact-grid > div:first-child { border-left: 1px solid var(--line); }
.fact-icon { width: 2.8rem; height: 2.8rem; flex: 0 0 auto; display: grid; place-items: center; color: var(--lake); background: var(--foam); border-radius: 50%; font-weight: 900; }
.fact-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.fact-grid strong { font-size: .92rem; }
.fact-grid small { margin-top: .35rem; color: var(--ink-soft); font-size: .72rem; }

/* Introduction */
.intro-section { background: var(--sand); overflow: hidden; }
.split { display: grid; grid-template-columns: 1fr 1.02fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.section-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.section-copy .lead { color: var(--ink); }
.check-list { display: grid; gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; color: white; background: var(--lake); border-radius: 50%; font-size: .75rem; }
.image-stack { position: relative; padding: 0 0 4.5rem 4.2rem; }
.stack-main { width: 100%; height: 600px; object-fit: cover; border-radius: 48% 48% var(--radius) var(--radius); box-shadow: var(--shadow); }
.stack-small { position: absolute; bottom: 0; left: 0; width: 42%; aspect-ratio: 1; object-fit: cover; border: 8px solid var(--sand); border-radius: 50%; box-shadow: var(--shadow); }

/* Apartments */
.apartment-section { background: var(--paper); }
.section-heading { max-width: 720px; margin-bottom: 3.25rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--ink-soft); }
.apartment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: start; }
.apartment-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 15px 45px rgba(18,72,78,.08); }
.apartment-card > img { width: 100%; height: 270px; object-fit: cover; }
.apartment-card:first-child > img { object-position: center; }
.card-body { padding: 1.6rem; }
.card-kicker { margin-bottom: .55rem; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.card-body h3 { margin-bottom: .8rem; }
.card-body > p:not(.card-kicker) { min-height: 4.6rem; color: var(--ink-soft); font-size: .9rem; }
.card-meta { display: flex; flex-wrap: wrap; gap: .45rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.card-meta span { padding: .35rem .6rem; color: var(--lake); background: var(--foam); border-radius: 999px; font-size: .69rem; font-weight: 800; }

/* Gallery */
.gallery-section { color: white; background: var(--deep); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 350px; margin-bottom: .4rem; color: #c1d9db; }
.gallery-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; grid-template-rows: 250px 250px; gap: .85rem; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 1rem; background: #073b45; cursor: zoom-in; }
.gallery-item::after { content: "↗"; position: absolute; top: 1rem; right: 1rem; width: 2.35rem; height: 2.35rem; display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.9); border-radius: 50%; opacity: 0; transform: translateY(5px); transition: .2s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item span { position: absolute; inset: auto 1rem 1rem; color: white; font-size: .82rem; font-weight: 800; text-align: left; text-shadow: 0 2px 15px #000; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:hover::after { opacity: 1; transform: none; }
.gallery-wide { grid-row: 1 / 3; }
.gallery-tall { grid-row: 1 / 3; grid-column: 3; }
.gallery-item:nth-child(3), .gallery-item:nth-child(4) { grid-column: 2; }

/* Calendar */
.calendar-section { background: var(--foam); }
.calendar-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.calendar-copy .lead { color: var(--ink); }
.calendar-copy > p:not(.eyebrow,.lead,.calendar-note) { color: var(--ink-soft); }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 1.25rem; margin: 2rem 0 1rem; }
.calendar-legend span { display: inline-flex; align-items: center; gap: .45rem; font-size: .78rem; font-weight: 800; }
.legend-dot { width: .7rem; height: .7rem; border-radius: 50%; }
.legend-dot.available { background: #6ab68c; }
.legend-dot.booked { background: var(--coral); }
.legend-dot.past { background: #c4d1d0; }
.calendar-note { padding: 1rem 0 1rem 1rem; border-left: 2px solid var(--aqua); color: var(--ink-soft); font-size: .8rem; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; margin-top: 1rem; color: var(--lake); font-weight: 850; text-decoration: none; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s; }
.calendar-card { overflow: hidden; padding: clamp(1rem, 3vw, 2rem); border: 1px solid rgba(14,106,120,.13); border-radius: 1.5rem; background: white; box-shadow: var(--shadow); }
.calendar-toolbar { display: grid; grid-template-columns: 2.7rem 1fr 2.7rem; align-items: center; gap: .75rem; margin-bottom: 1.25rem; }
.calendar-toolbar h3 { margin: 0; font-size: 1.65rem; text-align: center; text-transform: capitalize; }
.icon-button { width: 2.7rem; height: 2.7rem; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.icon-button:hover:not(:disabled) { color: white; background: var(--lake); }
.icon-button:disabled { opacity: .3; cursor: not-allowed; }
.weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .35rem; }
.weekdays { margin-bottom: .45rem; color: var(--ink-soft); font-size: .68rem; font-weight: 850; text-align: center; text-transform: uppercase; }
.calendar-day { position: relative; aspect-ratio: 1.03; display: grid; place-items: center; padding: 0; border: 1px solid transparent; border-radius: .65rem; background: var(--foam); font-size: .8rem; font-weight: 750; }
.calendar-day.empty { visibility: hidden; }
button.calendar-day { cursor: default; }
.calendar-day.available { color: #255b3e; background: #e5f4e9; }
.calendar-day.booked { color: #a03e2c; background: #fde9e4; text-decoration: line-through; }
.calendar-day.past { color: #9ba9aa; background: #f1f3f2; }
.calendar-day.today { border-color: var(--lake); box-shadow: inset 0 0 0 1px var(--lake); }
.calendar-day.editable { cursor: pointer; }
.calendar-day.editable:hover { border-color: var(--coral); transform: translateY(-1px); }
.calendar-day.editable::after { content: "+"; position: absolute; right: .25rem; bottom: .12rem; opacity: .45; font-size: .65rem; text-decoration: none; }
.admin-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.4rem -2rem -2rem; padding: 1rem 2rem; background: var(--sand); border-top: 1px solid var(--line); }
.admin-bar div { display: flex; flex-direction: column; }
.admin-bar strong { font-size: .78rem; }
.admin-bar small { color: var(--ink-soft); font-size: .68rem; }
.admin-button { flex: 0 0 auto; padding: .6rem .9rem; border: 1px solid var(--lake); border-radius: 999px; color: var(--lake); background: transparent; font-size: .72rem; font-weight: 850; cursor: pointer; }
.admin-button:hover { color: white; background: var(--lake); }
.admin-mode .calendar-card { outline: 3px solid rgba(235,107,77,.28); }

/* Prices and contact */
.price-section { background: var(--sand); }
.price-grid { max-width: 850px; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0 auto; }
.price-card { position: relative; padding: clamp(2rem, 4vw, 3.3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.season { color: var(--lake); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price { margin: 1rem 0; color: var(--ink); white-space: nowrap; }
.price strong { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 500; letter-spacing: -.05em; }
.price span { color: var(--ink-soft); font-size: .85rem; }
.price-card > p:last-child { margin-bottom: 0; color: var(--ink-soft); font-size: .86rem; }
.price-featured { color: white; background: var(--lake); transform: rotate(1deg); }
.price-featured .season, .price-featured .price, .price-featured .price span, .price-featured > p:last-child { color: white; }
.sun-mark { position: absolute; top: 1rem; right: 1.25rem; color: var(--sun); font-size: 2.4rem; }
.price-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; margin-top: 1.5rem; }
.price-notes span { padding: .6rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.5); font-size: .74rem; font-weight: 800; }
.demo-disclaimer { max-width: 700px; margin: 1.5rem auto 0; color: var(--ink-soft); font-size: .72rem; text-align: center; }
.location-section { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem; align-items: stretch; }
.location-photo { position: relative; min-height: 580px; overflow: hidden; border-radius: var(--radius); }
.location-photo > img { width: 100%; height: 100%; object-fit: cover; }
.location-pin { position: absolute; left: 1.5rem; bottom: 1.5rem; display: grid; grid-template-columns: auto 1fr; column-gap: .6rem; padding: 1rem 1.2rem; border-radius: .9rem; background: rgba(255,253,248,.92); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.location-pin > span { grid-row: 1 / 3; color: var(--coral); font-size: 1.7rem; }
.location-pin strong { line-height: 1.1; }
.location-pin small { color: var(--ink-soft); }
.contact-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); background: var(--foam); }
.contact-card > p:not(.eyebrow,.transit-note) { color: var(--ink-soft); }
.contact-card address { display: grid; gap: .75rem; margin: 1.5rem 0; font-style: normal; }
.contact-card address a { display: flex; flex-direction: column; padding-bottom: .75rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-card address span { color: var(--ink-soft); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-card address strong { overflow-wrap: anywhere; font-size: .9rem; }
.contact-card address a:hover strong { color: var(--lake); }
.transit-note { margin: 1rem 0 0; color: var(--ink-soft); font-size: .73rem; text-align: center; }

/* Footer and dialogs */
.site-footer { padding: 2.2rem 0; color: white; background: #073a43; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; }
.footer-grid > p { margin: 0; color: #bcd5d6; font-size: .76rem; }
.copyright { text-align: right; }
.footer-brand strong { font-size: 1.35rem; }
.footer-brand .brand-mark { width: 2.2rem; height: 2.2rem; }
dialog { color: var(--ink); }
dialog::backdrop { background: rgba(4,31,35,.8); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 2; top: .75rem; right: .75rem; width: 2.7rem; height: 2.7rem; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); font-size: 1.6rem; cursor: pointer; }
.lightbox { width: min(1080px, calc(100% - 2rem)); max-height: 90vh; padding: 0; overflow: hidden; border: 0; border-radius: 1rem; background: #051f23; }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 1rem 1.25rem; color: white; text-align: center; }
.admin-dialog { width: min(480px, calc(100% - 2rem)); padding: 2.2rem; border: 0; border-radius: 1.25rem; box-shadow: var(--shadow); }
.admin-dialog h2 { font-size: 2.2rem; }
.admin-dialog > p:not(.eyebrow) { color: var(--ink-soft); font-size: .9rem; }
.admin-dialog form { display: grid; gap: .65rem; margin-top: 1.5rem; }
.admin-dialog label { font-size: .75rem; font-weight: 850; }
.admin-dialog input { width: 100%; min-height: 3.2rem; padding: .7rem 1rem; border: 1px solid var(--line); border-radius: .6rem; background: white; }
.admin-dialog input:focus { outline: 2px solid var(--aqua); border-color: var(--lake); }
.form-error { min-height: 1.2rem; margin: 0; color: #ad3b28; font-size: .75rem; }

/* Motion and responsive */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 5rem 1.25rem auto; display: none; flex-direction: column; align-items: stretch; padding: 1.25rem; color: var(--ink); background: white; border-radius: 1rem; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .5rem; font-size: 1rem; }
  .nav-cta { color: white; background: var(--lake); text-align: center; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .fact-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .calendar-layout, .location-grid { grid-template-columns: 1fr; }
  .image-stack { max-width: 700px; margin: 0 auto; }
  .apartment-grid { grid-template-columns: 1fr 1fr; }
  .apartment-card:last-child { grid-column: 1 / 3; width: calc(50% - .65rem); justify-self: center; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 220px 320px; }
  .gallery-wide { grid-column: 1 / 3; grid-row: 1; }
  .gallery-tall { grid-column: 1 / 3; grid-row: 3; }
  .gallery-item:nth-child(3) { grid-column: 1; grid-row: 2; }
  .gallery-item:nth-child(4) { grid-column: 2; grid-row: 2; }
  .gallery-item:nth-child(2) { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p:nth-child(2) { display: none; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 4.5rem; }
  .shell { width: min(100% - 1.4rem, 1160px); }
  .section { padding: 4.5rem 0; }
  .header-inner { min-height: 4.5rem; }
  .brand strong { font-size: 1.35rem; }
  .brand small { font-size: .52rem; }
  .brand-mark { width: 2.2rem; height: 2.2rem; }
  .main-nav { inset: 4.25rem .7rem auto; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 4rem; padding-bottom: 10rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-badge { right: 1.25rem; bottom: 2rem; width: 7.4rem; }
  .fact-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .fact-grid > div { min-width: 0; padding: 1rem .7rem; gap: .55rem; }
  .fact-icon { width: 2.25rem; height: 2.25rem; font-size: .75rem; }
  .fact-grid strong { font-size: .75rem; }
  .fact-grid small { font-size: .6rem; }
  .image-stack { padding: 0 0 3rem 1.5rem; }
  .stack-main { height: 420px; }
  .stack-small { width: 40%; border-width: 5px; }
  .hand-note { right: 0; bottom: .5rem; font-size: .85rem; }
  .apartment-grid { grid-template-columns: 1fr; }
  .apartment-card, .apartment-card:last-child { grid-column: auto; width: 100%; transform: none; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 1rem; }
  .gallery-grid { grid-template-rows: 270px 180px 270px; }
  .gallery-item span { font-size: .72rem; }
  .calendar-layout { gap: 2.5rem; }
  .calendar-card { padding: 1rem; border-radius: 1rem; }
  .calendar-toolbar h3 { font-size: 1.35rem; }
  .calendar-day { border-radius: .45rem; font-size: .72rem; }
  .weekdays, .calendar-grid { gap: .2rem; }
  .admin-bar { margin: 1.2rem -1rem -1rem; padding: 1rem; }
  .admin-bar small { display: none; }
  .price-grid { grid-template-columns: 1fr; }
  .price-featured { transform: none; }
  .price-notes { align-items: stretch; flex-direction: column; text-align: center; }
  .location-photo { min-height: 380px; }
  .contact-card { padding: 2rem 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  .copyright { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
