
/* Michelle Pension: shared guest and owner layout. */
:root { --primary:#16624e; --background:#faf9f5; --surface:#fff; --text:#253b33; --muted:#64716a; --accent:#d2b27d; --radius:16px; }
html { font-size:16px; scroll-behavior:smooth; }
body.property-layout { min-width:320px; margin:0; background:var(--background); color:var(--text); font-family:"Segoe UI",system-ui,sans-serif; font-size:1rem; line-height:1.6; }
*, *::before, *::after { box-sizing:border-box; }
h1,h2,h3 { font-weight:600; text-wrap:balance; }
h1 { font-family:Georgia,serif; font-size:clamp(2.2rem,4vw,3.6rem); line-height:1.12; margin:12px 0 22px; letter-spacing:-.025em; }
h2 { font-size:clamp(1.4rem,2.5vw,2rem); line-height:1.25; margin:0 0 16px; }
h3 { font-size:1.15rem; margin:0 0 8px; }
p { margin:0 0 18px; }
a { text-underline-offset:4px; }
a:hover { color:var(--primary); }
img { max-width:100%; }
button,input,select,textarea { font:inherit; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline:3px solid #b7802b; outline-offset:4px; }
.skip-link { position:fixed; top:-100px; left:20px; padding:12px 20px; background:white; z-index:100; }
.skip-link:focus { top:10px; }
.site-header { background:#fff; border-bottom:1px solid #e3e6de; position:relative; z-index:20; }
.header-inner { max-width:1440px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:28px; min-height:104px; padding:16px 32px; }
.brand { display:flex; align-items:center; flex:none; gap:12px; text-decoration:none; }
.brand-logo { width:64px; height:64px; object-fit:contain; border-radius:0; }
.brand-copy { display:flex; flex-direction:column; }
.brand-copy strong { font-family:Georgia,serif; font-weight:600; font-size:1.4rem; line-height:1.25; }
.brand-copy small { font-size:.57rem; font-weight:600; letter-spacing:.16em; margin-top:6px; }
.primary-navigation { display:flex; align-items:center; justify-content:center; gap:22px; }
.primary-navigation > a,.nav-dropdown > summary { white-space:nowrap; font-size:.9rem; font-weight:600; text-decoration:none; padding:10px 0; line-height:1.5; }
.primary-navigation [aria-current=page],.owner-navigation [aria-current=page] { color:var(--primary); box-shadow:0 2px 0 var(--accent); }
.nav-dropdown { position:relative; }
.nav-dropdown > summary { cursor:pointer; list-style:none; display:flex; align-items:center; gap:8px; }
.nav-dropdown > summary::-webkit-details-marker { display:none; }
.nav-dropdown > summary::after { content:""; width:6px; height:6px; border-right:1.5px solid; border-bottom:1.5px solid; transform:rotate(45deg); margin-bottom:3px; }
.dropdown-panel { position:absolute; top:100%; left:-16px; min-width:235px; padding:10px; border:1px solid #e0e5df; border-radius:12px; background:#fff; box-shadow:0 12px 30px #193b3020; z-index:30; }
.dropdown-panel a,.dropdown-panel button { display:block; text-align:left; width:100%; padding:10px 12px; font-size:.9rem; white-space:nowrap; border-radius:6px; text-decoration:none; min-height:44px; }
.dropdown-panel a:hover,.dropdown-panel button:hover { background:#f0f4ed; }
.dropdown-panel form { display:block; margin:0; max-width:none; }
.account-links { display:flex; flex-wrap:nowrap; align-items:center; gap:18px; font-size:.9rem; flex:none; }
.account-links > a { white-space:nowrap; text-decoration:none; }
.navbar-notifications { position:relative; }
.notification-badge { display:inline-flex; align-items:center; justify-content:center; min-width:20px; height:20px; padding:0 6px; border-radius:999px; background:#d83b36; color:#fff; font-size:.7rem; font-weight:700; line-height:1; box-shadow:0 0 0 2px #526d8d; }
.account-menu .dropdown-panel { left:auto; right:0; }
.account-menu > summary { display:inline-flex; align-items:center; gap:8px; }
.account-avatar { width:32px; height:32px; border-radius:50%; object-fit:cover; flex:none; border:2px solid #ffffffb3; }
.account-avatar-fallback { display:inline-flex; align-items:center; justify-content:center; background:#2a8398; color:#fff; font-size:.82rem; font-weight:700; }
.profile-avatar-editor { display:grid; grid-template-columns:88px 1fr; align-items:center; gap:18px; margin-bottom:18px; }
.profile-avatar-editor .account-avatar { width:88px; height:88px; }
.profile-avatar-editor small { display:block; margin-top:6px; }
.button,input[type=submit] { border:0; border-radius:7px; padding:13px 22px; background:var(--primary); color:#fff; display:inline-flex; justify-content:center; align-items:center; font-size:.94rem; font-weight:600; min-height:46px; cursor:pointer; text-decoration:none; }
.button:hover,input[type=submit]:hover { background:#104b3b; color:white; }
.button-secondary { background:transparent; color:var(--primary); border:1px solid #b8c9c0; }
.owner-bar { background:#edf2eb; border-bottom:1px solid #dce5db; }
.owner-navigation { max-width:1376px; margin:auto; padding:12px 0; display:flex; align-items:center; gap:25px; flex-wrap:wrap; font-size:.85rem; }
.owner-label { color:#5c6f5e; font-size:.66rem; letter-spacing:.12em; font-weight:700; }
.owner-navigation a { text-decoration:none; padding:6px 0; white-space:nowrap; }
main#main-content { width:100%; max-width:1280px; padding:40px 32px 64px; margin:auto; min-height:65vh; }
.page-intro { max-width:800px; padding:12px 0 36px; }
.page-intro p { font-size:1.08rem; max-width:680px; color:var(--muted); }
.eyebrow { display:block; font-size:.7rem; font-weight:700; letter-spacing:.14em; color:var(--primary); text-transform:uppercase; }
.muted { color:var(--muted); font-size:.9rem; }
.property-hero { display:grid; grid-template-columns:1fr 1fr; align-items:stretch; gap:0; margin:0 0 64px; border-radius:18px; overflow:hidden; background:#f0f0e6; }
.hero-copy { padding:clamp(28px,4vw,58px); align-self:center; }
.hero-copy h1 { font-size:clamp(2.7rem,4.3vw,4rem); }
.hero-copy p { color:#59665b; max-width:390px; }
.hero-photo { width:100%; height:100%; min-height:460px; object-fit:cover; }
.hero-note { display:block; margin-top:32px; font-size:.8rem; color:#6b755f; }
.landing-actions { display:flex; align-items:center; flex-wrap:wrap; gap:22px; }
.text-link { color:var(--primary); font-weight:600; font-size:.95rem; text-decoration:underline; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin:40px 0 24px; }
.section-heading .eyebrow { margin-bottom:12px; }
.section-heading h2 { margin:0; }
.room-grid,.dashboard-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.room-card { overflow:hidden; border:1px solid #e3e6dd; border-radius:14px; background:#fff; display:flex; flex-direction:column; }
.room-photo { display:block; overflow:hidden; }
.room-photo img { width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .25s ease; }
.room-photo:hover img { transform:scale(1.025); }
.room-card-body { padding:26px; flex:1; display:flex; flex-direction:column; align-items:start; }
.room-card h2 { font-family:Georgia,serif; font-size:1.55rem; margin:12px 0; }
.room-card h2 a { text-decoration:none; }
.room-card p { font-size:.96rem; color:var(--muted); }
.room-card .text-link { margin-top:auto; }
.stay-inclusions { margin:56px 0; padding:40px; background:#edf1e7; border-radius:14px; }
.stay-inclusions .eyebrow { margin-bottom:12px; }
.stay-inclusions .grid { margin:28px 0; gap:32px; }
.contact-band { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:36px 40px; margin-top:48px; border-top:1px solid #d8ded3; border-bottom:1px solid #d8ded3; }
.contact-band h2 { margin:10px 0 12px; }
.contact-band p { margin:0; max-width:650px; color:var(--muted); }
.contact-band .button { flex:none; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:12px; color:var(--muted); font-size:.85rem; margin-bottom:24px; }
.room-detail,.owner-story { display:grid; grid-template-columns:1.1fr 1fr; align-items:center; gap:48px; margin-bottom:48px; }
.room-detail-photo { width:100%; aspect-ratio:4/3; border-radius:16px; object-fit:cover; }
.room-detail h1 { font-size:clamp(2.2rem,3.3vw,3.1rem); }
.content-columns { display:grid; grid-template-columns:1.2fr 1fr; gap:24px; }
.card { padding:28px; min-width:0; border:1px solid #dde3d9; border-radius:14px; background:white; }
.amenity-list { list-style:none; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:16px; font-size:.94rem; }
.amenity-list li::before { content:"\2022"; color:var(--primary); margin-right:8px; }
.rate-list { margin-bottom:20px; }
.rate-list > div { display:flex; justify-content:space-between; gap:16px; padding:12px 0; border-bottom:1px solid #e6e9e2; }
.rate-list dd { margin:0; font-weight:600; text-align:right; }
.feature-stories { display:grid; gap:48px; }
.feature-story { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.feature-story:nth-child(even) img { order:2; }
.feature-story img { width:100%; aspect-ratio:4/3; border-radius:16px; object-fit:cover; }
.feature-story h2,.owner-story h2 { font-family:Georgia,serif; font-size:2rem; }
.feature-story p { color:var(--muted); }
.owner-story { grid-template-columns:.8fr 1.2fr; align-items:start; }
.owner-story img { width:100%; max-height:640px; object-fit:cover; border-radius:16px; }
.owner-story .eyebrow { margin-bottom:12px; }
.contact-layout { display:grid; grid-template-columns:1fr 1.15fr; gap:64px; }
.contact-details { padding:24px 0; }
.contact-details dt { margin-top:22px; color:var(--muted); font-size:.85rem; }
.contact-details dd { margin:4px 0 0; overflow-wrap:anywhere; }
.contact-details .landing-actions { margin-top:30px; }
.contact-actions { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin:24px 0 8px; }
.contact-actions > div { display:flex; }
.contact-actions .button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:48px; white-space:nowrap; }
.contact-actions .button img { width:20px; height:20px; flex:0 0 20px; object-fit:contain; }
.property-location { display:grid; grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr); gap:32px; align-items:stretch; margin:32px 0; }
.property-location-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.property-location-copy h2 { margin:8px 0 16px; }
.property-location-copy address { margin-bottom:24px; font-style:normal; line-height:1.65; }
.location-directions { display:inline-flex; align-items:center; gap:10px; }
.location-directions img,.contact-actions .button img { width:20px; height:20px; flex:0 0 20px; }
.property-map { display:block; width:100%; min-height:420px; aspect-ratio:16/10; border:0; border-radius:14px; box-shadow:0 14px 34px rgba(0,0,0,.18); }
.site-footer address { max-width:520px; margin-top:8px; font-style:normal; line-height:1.6; }
form { display:grid; gap:18px; max-width:640px; }
label { display:block; font-size:.9rem; font-weight:600; margin-bottom:6px; }
input,select,textarea { display:block; width:100%; padding:12px; min-height:46px; border:1px solid #b9c6bc; border-radius:7px; background:white; }
input[type=checkbox],input[type=radio] { display:inline-block; width:auto; min-height:0; }
button { cursor:pointer; }
.auth { width:100%; max-width:480px; margin:24px auto; }
.auth h1 { font-size:2.5rem; }
.auth-links { display:flex; flex-wrap:wrap; gap:18px; margin-top:22px; font-size:.9rem; }
.flash { margin-bottom:20px; background:#edf2e9; border:1px solid #cfdac9; border-radius:8px; padding:14px 20px; overflow-wrap:anywhere; }
.page-head { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:18px; margin-bottom:28px; }
.page-head h1 { margin-bottom:0; }
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr)); gap:24px; }
.dashboard-card .stat { display:block; font-size:2.8rem; font-weight:600; margin:12px 0; }
.dashboard-card h2 { font-size:1.15rem; }
.dashboard-card p { color:var(--muted); margin:0; font-size:.94rem; }
.contact-message + .contact-message { border-top:1px solid #dde3d9; padding-top:24px; margin-top:24px; }
.booking-steps { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:28px; }
.booking-steps span { padding:10px 14px; border-radius:8px; border:1px solid #d2dccf; font-size:.85rem; }
.booking-steps [aria-current=step] { color:white; background:var(--primary); }
.record-facts { display:grid; grid-template-columns:minmax(100px,1fr) 2fr; gap:12px; }
.payment-instructions { padding:20px; background:#f1f4ec; border-radius:10px; }
.site-footer { padding:32px; background:#f0f1e9; border-top:1px solid #dfe4d9; color:#59685e; font-size:.84rem; }
.footer-inner { max-width:1216px; margin:auto; display:flex; justify-content:space-between; gap:28px; flex-wrap:wrap; align-items:start; }
.footer-inner p { margin:6px 0 0; }
.footer-inner strong { color:var(--text); font-family:Georgia,serif; font-size:1.2rem; }
.footer-inner nav { display:flex; gap:18px; flex-wrap:wrap; }
.footer-inner a { text-decoration:none; }
table { width:100%; }
td,th { padding:12px; text-align:left; overflow-wrap:anywhere; }
@media(max-width:1250px) {
  .header-inner { gap:20px; padding:14px 24px; }
  .brand-copy { display:none; }
  .primary-navigation { gap:20px; }
  .owner-navigation { padding:12px 24px; gap:20px; }
}
@media(max-width:900px) {
  .header-inner { flex-wrap:wrap; gap:8px 20px; }
  .brand-copy { display:flex; }
  .account-links { margin-left:auto; }
  .primary-navigation { order:3; width:100%; justify-content:center; border-top:1px solid #edf0e8; padding-top:8px; gap:28px; }
  .room-grid,.dashboard-grid { gap:16px; }
  .room-card-body { padding:20px; }
  .property-hero { grid-template-columns:1fr 1fr; }
  .hero-copy { padding:28px; }
  .hero-copy h1 { font-size:2.7rem; }
  .feature-story,.room-detail,.owner-story { gap:28px; }
  .contact-layout { gap:28px; }
  .contact-band { padding:28px 0; }
}
@media(max-width:640px) {
  .header-inner { padding:12px 16px; gap:12px; }
  .brand { gap:8px; }
  .brand-logo { width:44px; height:44px; }
  .brand-copy strong { font-size:1.08rem; }
  .brand-copy small { font-size:.43rem; }
  .account-links { gap:10px; font-size:.8rem; }
  .account-menu > summary { font-size:.8rem; }
  .header-booking { display:none; }
  .primary-navigation { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:2px 10px; justify-items:start; }
  .primary-navigation > a,.primary-navigation summary { font-size:.82rem; min-height:42px; display:flex; align-items:center; padding:7px 0; }
  .primary-navigation .dropdown-panel { left:0; }
  .owner-navigation { padding:12px 16px; gap:6px 20px; font-size:.78rem; }
  .owner-label { width:100%; }
  main#main-content { padding:28px 16px 40px; }
  .property-hero { grid-template-columns:1fr; margin-bottom:36px; }
  .hero-photo { min-height:0; height:270px; }
  .hero-copy { padding:30px 24px; }
  .hero-copy h1 { font-size:2.8rem; }
  .hero-note { margin-top:22px; }
  .room-grid,.dashboard-grid,.content-columns,.feature-story,.room-detail,.owner-story,.contact-layout { grid-template-columns:1fr; }
  .property-location { grid-template-columns:1fr; }
  .property-map { min-height:300px; }
  .room-grid,.dashboard-grid { gap:22px; }
  .feature-story:nth-child(even) img { order:0; }
  .feature-stories { gap:36px; }
  .owner-story img { max-height:480px; object-position:top; }
  .page-intro { padding:0 0 24px; }
  .section-heading { align-items:start; flex-direction:column; gap:12px; }
  .stay-inclusions { padding:28px 24px; margin:36px 0; }
  .contact-band { flex-direction:column; align-items:start; gap:20px; }
  .amenity-list { grid-template-columns:1fr; gap:12px; }
  .card { padding:24px; }
  .record-facts { grid-template-columns:1fr; }
  .record-facts dd { margin:0 0 12px; }
  .site-footer { padding:28px 16px; }
  .footer-inner { flex-direction:column; gap:22px; }
  .help-messages-panel { max-width:calc(100vw - 32px); }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .room-photo img { transition:none; } }

/* Shared landscape layout. */
.property-home main#main-content { max-width:none; padding:0; }
body.property-layout { background:#233e43; isolation:isolate; }
.site-background { position:fixed; inset:0; width:100%; height:100%; object-fit:cover; object-position:left top; z-index:-2; pointer-events:none; }
body.property-layout::before { content:""; position:fixed; inset:0; background:#0007; z-index:-1; pointer-events:none; }
.property-layout .site-header { background:transparent; border-bottom:1px solid #ffffff30; }
.property-layout .brand-logo { width:112px; height:70px; }
.property-layout .brand-copy { display:flex; color:white; }
.property-layout .brand-copy strong { color:inherit; }
.property-layout .brand-copy small { color:#f1e3c8; }
.property-layout .primary-navigation > a,.property-layout .nav-dropdown > summary,.property-layout .account-links > a { color:white; }
.property-layout .primary-navigation { border-color:#ffffff30; }
.property-layout .owner-bar { background:#163e36e6; border-color:#ffffff30; }
.property-layout .owner-navigation a,.property-layout .owner-label { color:white; }
.property-layout:not(.property-home) main#main-content { border-radius:16px; margin:32px auto; width:calc(100% - 48px); }
.property-home .site-masthead { position:absolute; inset:0 0 auto; z-index:20; }
.pension-welcome { position:relative; isolation:isolate; color:white; }
.welcome-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; visibility:hidden; }
.property-home .landing-overview { display:block; min-height:740px; padding:calc(var(--masthead-height,110px) + 64px) 32px 90px; }
.landing-overview-inner { max-width:1150px; margin:auto; }
.landing-title { text-align:center; color:white; margin:20px 0 60px; }
.landing-title p { font:600 clamp(1.4rem,3vw,2.3rem)/1.3 Georgia,serif; }
.landing-title h1 { color:white; font-size:clamp(2.4rem,4vw,3.8rem); }
.landing-photo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.landing-photo-card { background:#ffffff30; color:white; text-decoration:none; overflow:hidden; border-radius:8px; }
.landing-photo-card:hover { background:#ffffff45; color:white; }
.landing-photo-card img { display:block; width:100%; aspect-ratio:1024/679; object-fit:cover; }
.landing-photo-card > div { padding:22px 12px; text-align:center; }
.landing-photo-card h2 { color:white; font-size:1.1rem; }
.landing-photo-card p { font-size:.85rem; margin:0; }
.landing-reserve { text-align:center; margin-top:32px; }
.landing-reserve .button { background:#f2dbad; color:#173e36; }
.landing-content { max-width:1280px; margin:auto; padding:32px 32px 64px; }
.landing-about { padding:32px 0; }
.landing-about header,.landing-reviews h2 { text-align:center; border-bottom:2px solid #d2b27d; padding-bottom:20px; margin-bottom:32px; }
.landing-about-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; }
.landing-about-grid video,.landing-about-grid img { width:100%; margin:0; }
.homepage-video-player { display:block; width:100%; max-height:650px; margin:20px 0; border-radius:16px; background:#102f2a; }
.review-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.review-grid figure { margin:0; padding:12px 24px; border-left:2px solid #b79a66; }
.review-grid blockquote { margin:0 0 20px; font-style:italic; }
.review-grid figcaption { font-size:.85rem; }
.pension-booking { border-top:3px solid #b99b63; padding:36px; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.pension-booking h2 { margin-top:12px; }
.pension-booking p { margin-bottom:0; }
.site-footer { position:static; padding:36px 32px 120px; background:rgba(13,32,38,.7); color:#dce5df; }
.footer-inner { align-items:center; }
.footer-credit { text-align:right; }
.footer-credit a { text-decoration:underline; font-weight:600; }
.site-footer .footer-inner strong { color:#fff; }
.site-footer a { color:#f2dbad; }
.property-layout main#main-content { --text:#f7f9f5; --muted:#dce5df; color:var(--text); }
.property-layout:not(.property-home) main#main-content,.property-home .landing-content { background:rgba(13,32,38,.58); }
main#main-content :is(h1,h2,h3,h4,label,legend) { color:inherit; }
main#main-content :is(.eyebrow,.text-link,.breadcrumbs a,.button-secondary) { color:#f2dbad; }
main#main-content a:not(.button):not(.landing-photo-card) { color:#f2dbad; }
main#main-content :is(.card,.room-card,.stay-inclusions,.payment-instructions,.pension-booking,.generated-block,.guide-history) { background:rgba(17,39,43,.65); border-color:#ffffff35; }
main#main-content :is(.feature-story p,.page-intro p,.room-card p,.contact-band p,.muted,.review-grid figcaption) { color:#dce5df; }
main#main-content :is(input,select,textarea) { color:#253b33; background:#fff; }
main#main-content input[type=submit] { color:white; background:#16624e; }
main#main-content .flash { color:#253b33; }
@media(max-width:1100px) { .property-layout .header-inner { flex-wrap:wrap; gap:12px 20px; } .property-layout .primary-navigation { order:3; width:100%; justify-content:center; } }
@media(max-width:900px) { .property-home .landing-overview { padding-top:calc(var(--masthead-height,210px) + 40px); } }
@media(max-width:767px) { .property-home .landing-overview { padding-left:20px; padding-right:20px; } .landing-photo-grid,.landing-about-grid,.review-grid { grid-template-columns:1fr; } .landing-title { margin-bottom:36px; } .landing-content { padding:12px 20px 40px; } .pension-booking { flex-direction:column; align-items:start; padding:28px; } .site-footer { padding:28px 20px 112px; } .footer-credit { text-align:left; } }
@media(max-width:640px) { .property-layout .brand { gap:8px; } .property-layout .brand-logo { width:68px; height:52px; } .property-layout .brand-copy strong { font-size:1.05rem; } .property-layout .brand-copy small { font-size:.48rem; letter-spacing:.1em; } .property-layout .account-links { margin-left:auto; } .property-layout:not(.property-home) main#main-content { width:calc(100% - 24px); margin:16px auto; padding:24px 18px; } }
.privacy-modal { width:min(800px,calc(100% - 32px)); max-height:85dvh; padding:0; border:1px solid #ced7cc; border-radius:18px; color:#253b33; background:#fffdf8; }
.privacy-modal::backdrop { background:#071c24b3; }
.privacy-heading { position:sticky; top:0; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 24px; background:#fffdf8; border-bottom:1px solid #dce2d5; }
.privacy-heading h2 { margin:0; }
.privacy-heading button { padding:10px 16px; cursor:pointer; }
.privacy-content { padding:24px; overflow-wrap:anywhere; }
.privacy-content h2 { font-size:1.35rem; margin-top:28px; }
html:has(.privacy-modal[open]) { overflow:hidden; }

/* Original site content, with presentation kept separate from wording. */
.original-content { overflow-wrap:anywhere; }
.original-content .original-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:40px; align-items:center; margin:32px 0 48px; }
.original-content .original-columns > * { min-width:0; }
.original-content figure { margin:0 0 24px; }
.original-content img { display:block; width:100%; height:auto; max-height:700px; object-fit:contain; border-radius:12px; }
.original-content h2 { margin-top:28px; }
.original-content p { line-height:1.8; }
.original-content ul { padding-left:24px; }
.original-content a.button { margin:8px 12px 8px 0; }
@media(max-width:767px) { .original-content .original-columns { grid-template-columns:1fr; gap:24px; margin:24px 0 36px; } }

/* Frosted glass content panels; blur only the scenery behind the surface. */
.property-layout:not(.property-home) main#main-content,
.property-home .landing-content {
  background:rgba(255,255,255,.06);
  -webkit-backdrop-filter:blur(18px) saturate(115%);
  backdrop-filter:blur(18px) saturate(115%);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 16px 44px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.08);
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))) {
  .property-layout:not(.property-home) main#main-content,
  .property-home .landing-content { background:rgba(255,255,255,.06); }
}

.nav-icon { width:18px; height:18px; flex:none; display:inline-block; vertical-align:middle; }
.primary-navigation > a,.account-links > a { display:inline-flex; align-items:center; gap:8px; }

.site-navigation { display:contents; }
.mobile-nav-toggle { display:none; }
@media(max-width:900px) {
 .property-layout .header-inner { position:relative; flex-wrap:nowrap; min-height:80px; padding:12px 16px; gap:12px; }
 .property-layout .brand { min-width:0; gap:8px; }
 .property-layout .brand-logo { width:60px; height:48px; }
 .property-layout .brand-copy strong { font-size:clamp(.95rem,3.6vw,1.25rem); }
 .property-layout .brand-copy small { font-size:.46rem; letter-spacing:.08em; }
 .mobile-nav-toggle { display:flex; align-items:center; justify-content:center; gap:8px; margin-left:auto; flex:none; min-height:44px; padding:10px; color:#fff; background:#ffffff12; border:1px solid #ffffff40; border-radius:8px; font-size:.85rem; cursor:pointer; }
 .menu-lines { width:18px; height:12px; border-block:2px solid currentColor; position:relative; }
 .menu-lines::after { content:""; position:absolute; top:3px; left:0; width:18px; border-top:2px solid currentColor; }
 .site-navigation { display:none; position:absolute; top:100%; left:12px; right:12px; max-height:calc(100dvh - 104px); overflow-y:auto; padding:12px; background:#173e36; border:1px solid #ffffff30; border-radius:12px; box-shadow:0 14px 32px #0004; }
 .site-navigation.is-open { display:block; }
 .property-layout .primary-navigation { display:flex; flex-direction:column; align-items:stretch; width:100%; padding:0; border:0; gap:2px; }
 .property-layout .primary-navigation > a,.property-layout .nav-dropdown > summary { min-height:46px; padding:10px 12px; font-size:.95rem; }
 .property-layout .primary-navigation > a { justify-content:flex-start; }
 .property-layout .primary-navigation [aria-current=page] { box-shadow:none; background:#ffffff12; border-radius:6px; }
 .property-layout .account-links { display:block; margin:8px 0 0; padding-top:8px; border-top:1px solid #ffffff30; }
 .property-layout .account-links > a { display:flex; min-height:46px; padding:10px 12px; }
 .property-layout .site-navigation .dropdown-panel { position:static; min-width:0; margin:0 8px 8px; box-shadow:none; }
 .property-layout .site-navigation .dropdown-panel a { white-space:normal; }
}
@media(max-width:360px) { .mobile-nav-toggle { gap:0; font-size:0; } .property-layout .brand-copy strong { font-size:.95rem; } }

/* Unified slate-blue navigation, actions and glass surfaces. */
:root { --primary:#415b78; --accent:#c4d3e3; }
.property-layout .owner-bar { background:#344b64ed; }
.property-layout .brand-copy small { color:#e0e8f0; }
.button,input[type=submit],main#main-content input[type=submit] { background:#415b78; color:white; }
.button:hover,input[type=submit]:hover { background:#344b64; }
main#main-content :is(.eyebrow,.text-link,.breadcrumbs a,.button-secondary),main#main-content a:not(.button):not(.landing-photo-card),.site-footer a { color:#e1ebf5; }
main#main-content :is(.card,.room-card,.stay-inclusions,.payment-instructions,.pension-booking,.generated-block,.guide-history) { background:rgba(43,62,83,.48); }
.property-layout:not(.property-home) main#main-content,.property-home .landing-content { border-color:#ffffff26; }
.site-footer { background:rgba(43,62,83,.7); }
.landing-reserve .button { background:#415b78; color:#fff; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline-color:#c4d3e3; }
@media(max-width:900px) {
 .mobile-nav-toggle { width:44px; height:44px; padding:10px; gap:0; background:transparent; border:0; border-radius:0; box-shadow:none; }
 .mobile-nav-toggle:hover,.mobile-nav-toggle:active { background:transparent; }
 .mobile-nav-toggle:focus:not(:focus-visible) { outline:none; }
 .mobile-nav-toggle:focus-visible { outline:2px solid #e1ebf5; outline-offset:2px; }
 .menu-lines { width:22px; height:16px; border-block-width:2px; }
 .menu-lines::after { width:22px; top:5px; }
 .site-navigation { background:rgba(65,87,113,.97); border-color:#ffffff25; box-shadow:0 12px 30px #15233530; }
 .property-layout .site-navigation .dropdown-panel { background:#344b64; border-color:#ffffff20; }
 .property-layout .site-navigation .dropdown-panel :is(a,button) { color:#fff; }
 .property-layout .site-navigation .dropdown-panel :is(a,button):hover { background:#ffffff12; }
}

/* Warm coastal palette: sand, ivory, ocean blue and charcoal. */
:root { --primary:#28758b; --accent:#d5bd91; --text:#303b3e; --muted:#637174; --background:#faf8f2; }
.property-layout .site-header { background:#e9dfcb; border-bottom:1px solid #d8cbb2; }
.property-layout .brand-copy,.property-layout .brand-copy strong { color:#303b3e; }
.property-layout .brand-copy small { color:#656359; }
.property-layout .primary-navigation > a,.property-layout .nav-dropdown > summary,.property-layout .account-links > a { color:#303b3e; }
.site-header .nav-icon { filter:brightness(0) saturate(100%); opacity:.75; }
.property-layout .primary-navigation { border-color:#cfc3ac; }
.property-layout .primary-navigation [aria-current=page] { color:#205e70; }
.property-layout .owner-bar { background:#f1e9d9; }
.property-layout .owner-navigation a,.property-layout .owner-label { color:#424b49; }
.property-layout main#main-content { --text:#303b3e; --muted:#637174; color:#303b3e; }
.property-layout:not(.property-home) main#main-content,.property-home .landing-content { background:#faf8f2; border-color:#e6dfd0; backdrop-filter:none; -webkit-backdrop-filter:none; box-shadow:0 8px 28px #273b4210; }
main#main-content :is(.card,.room-card,.generated-block,.guide-history) { background:#fffdf8; border-color:#e4ddce; }
main#main-content :is(.stay-inclusions,.payment-instructions,.pension-booking) { background:#f0eadc; border-color:#d5bd91; }
main#main-content :is(.eyebrow,.text-link,.breadcrumbs a,.button-secondary),main#main-content a:not(.button):not(.landing-photo-card) { color:#246d80; }
main#main-content :is(.feature-story p,.page-intro p,.room-card p,.contact-band p,.muted,.review-grid figcaption) { color:#637174; }
.button,input[type=submit],main#main-content input[type=submit],.landing-reserve .button { background:#28758b; color:#fff; }
.button:hover,input[type=submit]:hover { background:#205e70; color:#fff; }
main#main-content .pension-welcome,main#main-content .landing-title,main#main-content .landing-title h1 { color:#fff; }
.landing-photo-card { background:#faf8f2; color:#303b3e; }
.landing-photo-card:hover { background:#fffdf8; color:#246d80; }
.landing-photo-card h2 { color:#303b3e; }
.landing-photo-card p { color:#637174; }
.site-footer { background:#e9dfcb; color:#555e5c; }
.site-footer .footer-inner strong { color:#303b3e; }
.site-footer a { color:#246d80; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline-color:#28758b; }
@media(max-width:900px) {
 .mobile-nav-toggle { color:#303b3e; }
 .mobile-nav-toggle:focus-visible { outline-color:#28758b; }
 .site-navigation { background:#f6f0e3; border-color:#d8cbb2; box-shadow:0 12px 30px #303b3e20; }
 .property-layout .primary-navigation [aria-current=page] { background:#e6edf0; }
 .property-layout .account-links { border-color:#d8cbb2; }
 .property-layout .site-navigation .dropdown-panel { background:#fffcf5; border-color:#e4ddce; }
 .property-layout .site-navigation .dropdown-panel :is(a,button) { color:#303b3e; }
 .property-layout .site-navigation .dropdown-panel :is(a,button):hover { background:#e6edf0; }
}

/* Shared transparent navigation and frosted glass on every page. */
.property-layout .site-header { background:rgba(255,255,255,.04); border-bottom:1px solid #ffffff26; backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); }
.property-layout .brand-copy,.property-layout .brand-copy strong,.property-layout .primary-navigation > a,.property-layout .nav-dropdown > summary,.property-layout .account-links > a { color:#fff; }
.property-layout .brand-copy small { color:#e5edf3; }
.site-header .nav-icon { filter:none; opacity:.9; }
.property-layout .primary-navigation { border-color:#ffffff26; }
.property-layout .primary-navigation [aria-current=page] { color:#fff; box-shadow:0 2px 0 #c3ddeb; }
.property-layout main#main-content { --text:#f7f9fb; --muted:#e0e8ee; color:#f7f9fb; }
.property-layout:not(.property-home) main#main-content,.property-home .landing-content { background:rgba(255,255,255,.06); backdrop-filter:blur(18px) saturate(110%); -webkit-backdrop-filter:blur(18px) saturate(110%); border:1px solid #ffffff30; box-shadow:0 12px 36px #10233414,inset 0 1px 0 #ffffff14; }
main#main-content :is(.card,.room-card,.generated-block,.guide-history,.stay-inclusions,.payment-instructions,.pension-booking) { background:rgba(255,255,255,.07); border-color:#ffffff30; }
main#main-content :is(.eyebrow,.text-link,.breadcrumbs a,.button-secondary),main#main-content a:not(.button):not(.landing-photo-card) { color:#d8edf8; }
main#main-content :is(.feature-story p,.page-intro p,.room-card p,.contact-band p,.muted,.review-grid figcaption) { color:#e0e8ee; }
.landing-photo-card { background:rgba(255,255,255,.12); color:white; }
.landing-photo-card:hover { background:rgba(255,255,255,.2); color:white; }
.landing-photo-card h2,.landing-photo-card p { color:white; }
.site-footer,.property-layout .owner-bar { background:rgba(255,255,255,.06); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); color:#e0e8ee; }
.site-footer .footer-inner strong,.site-footer a,.property-layout .owner-navigation a,.property-layout .owner-label { color:#fff; }
@media(max-width:900px) {
 .mobile-nav-toggle { color:white; }
 .site-navigation { background:rgba(48,67,86,.94); border-color:#ffffff30; }
 .property-layout .primary-navigation [aria-current=page] { background:#ffffff12; }
 .property-layout .account-links { border-color:#ffffff26; }
 .property-layout .site-navigation .dropdown-panel { background:rgba(48,67,86,.96); border-color:#ffffff26; }
 .property-layout .site-navigation .dropdown-panel :is(a,button) { color:#fff; }
 .property-layout .site-navigation .dropdown-panel :is(a,button):hover { background:#ffffff12; }
}

/* Consistent dropdown surface and legible selected links at every viewport. */
.property-layout .site-header .dropdown-panel {
  background:rgba(48,67,86,.96);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 12px 28px rgba(16,30,44,.2);
  padding:8px;
}
.property-layout .site-header .dropdown-panel :is(a,button) {
  color:#f7fafc;
  background:transparent;
  box-shadow:none;
}
.property-layout .site-header .dropdown-panel :is(a,button):hover,
.property-layout .site-header .dropdown-panel :is(a,button):focus-visible {
  color:#fff;
  background:rgba(255,255,255,.14);
}
.property-layout .site-header .dropdown-panel a[aria-current=page] {
  color:#fff;
  background:rgba(255,255,255,.18);
  box-shadow:inset 3px 0 0 #c3ddeb;
  font-weight:600;
}

/* Uniform navigation typography, including the current page. */
.property-layout .site-header .primary-navigation > a,
.property-layout .site-header .nav-dropdown > summary,
.property-layout .site-header .account-links > a,
.property-layout .site-header .dropdown-panel :is(a,button),
.property-layout .site-header .dropdown-panel a[aria-current=page] {
  font-family:inherit;
  font-size:1rem;
  font-weight:500;
  line-height:1.5;
  color:#f7fafc;
}
.property-layout .site-header .dropdown-panel :is(a,button),
.property-layout .site-header .dropdown-panel a[aria-current=page] {
  display:block;
  padding:12px;
  min-height:48px;
  background:transparent;
  border:0;
  box-shadow:none;
  border-radius:6px;
}
.property-layout .site-header .dropdown-panel :is(a,button):hover,
.property-layout .site-header .dropdown-panel :is(a,button):focus-visible {
  background:rgba(255,255,255,.1);
  color:#fff;
}

/* Primary booking action sits between the welcome heading and room choices. */
.property-home .landing-title { margin-bottom:26px; }
.property-home .landing-reserve { display:flex; justify-content:center; margin:0 0 48px; }
.property-home .landing-reserve .reservation-primary {
  display:inline-flex; align-items:center; gap:22px;
  min-height:58px; padding:16px 26px; border-radius:999px;
  background:linear-gradient(120deg,#24677c,#32859b); color:#fff;
  border:1px solid rgba(255,255,255,.4);
  box-shadow:0 10px 28px rgba(9,32,46,.28),inset 0 1px 0 rgba(255,255,255,.2);
  font-size:1.05rem; font-weight:600; text-decoration:none;
  animation:reservation-enter .65s ease-out both;
  transition:transform .2s ease,box-shadow .2s ease;
}
.reservation-arrow { font-size:1.35rem; line-height:1; transition:transform .2s ease; }
@media(hover:hover) {
 .property-home .landing-reserve .reservation-primary:hover { transform:translateY(-3px); box-shadow:0 14px 32px rgba(9,32,46,.38); }
 .reservation-primary:hover .reservation-arrow { transform:translateX(4px); }
}
.property-home .landing-reserve .reservation-primary:active { transform:translateY(0); }
.reservation-primary:focus-visible { outline:3px solid #fff; outline-offset:5px; }
@keyframes reservation-enter { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
@media(max-width:767px) { .property-home .landing-reserve { margin-bottom:32px; } }
@media(prefers-reduced-motion:reduce) {
 .property-home .landing-reserve .reservation-primary,.reservation-arrow { animation:none; transition:none; }
 .property-home .landing-reserve .reservation-primary:hover,.reservation-primary:hover .reservation-arrow { transform:none; }
}

.reservation-arrow::after { content:'\2192'; }

/* Reservation attention cue: expanding halo, matching the reference motion. */
.property-home .landing-reserve .reservation-primary {
  border-radius:10px;
  background:#28758b;
  border:1px solid rgba(255,255,255,.3);
  box-shadow:0 0 0 0 rgba(151,216,237,.45);
  animation:reservation-pulse 2s ease-out infinite;
  transition:background-color .2s ease;
}
.reservation-arrow { display:none; }
@keyframes reservation-pulse {
  0% { transform:scale(.97); box-shadow:0 0 0 0 rgba(151,216,237,.45); }
  70% { transform:scale(1); box-shadow:0 0 0 15px rgba(151,216,237,0); }
  100% { transform:scale(.97); box-shadow:0 0 0 0 rgba(151,216,237,0); }
}
.property-home .landing-reserve .reservation-primary:hover,
.property-home .landing-reserve .reservation-primary:focus-visible { animation-play-state:paused; background:#205e70; }
@media(min-width:901px) {
 .property-home .landing-reserve { position:fixed; bottom:24px; left:24px; z-index:40; margin:0; }
 .property-home .site-footer { padding-bottom:130px; }
}
@media(prefers-reduced-motion:reduce) {
 .property-home .landing-reserve .reservation-primary { animation:none; transform:none; box-shadow:0 4px 18px rgba(9,32,46,.2); }
}

@media(min-width:901px) {
 .property-home > .landing-reserve { position:fixed; left:24px; bottom:calc(24px + env(safe-area-inset-bottom,0px)); z-index:55; margin:0; }
}

.nav-room-rate { display:block; font-size:.8rem; opacity:.85; margin-top:3px; }
.booking-workspace { display:grid; grid-template-columns:minmax(0,1.7fr) minmax(240px,1fr); gap:28px; align-items:start; }
.booking-workspace form { width:100%; max-width:none; margin:0; }
.booking-wizard fieldset { min-width:0; border:0; padding:0; margin:0; }
.booking-wizard fieldset[hidden] { display:none; }
.booking-wizard legend { font-size:1.5rem; font-weight:600; margin-bottom:24px; }
.booking-wizard label { display:block; margin:18px 0 6px; }
.booking-date-fields { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.booking-wizard .landing-actions,.booking-wizard [data-booking-next] { margin-top:24px; }
.booking-summary { position:sticky; top:24px; }
.booking-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin:0 0 32px; }
.booking-steps span { padding:14px; border:1px solid #ffffff30; border-radius:10px; font-size:.9rem; }
.booking-steps [aria-current=step] { background:#28758b; color:white; }
@media(max-width:767px) { .booking-workspace,.booking-date-fields { grid-template-columns:1fr; } .booking-summary { position:static; } .booking-steps { grid-template-columns:1fr 1fr; gap:8px; } }

.room-booking-jump { display:flex; justify-content:flex-end; margin-bottom:20px; }
.room-booking-section { margin-top:40px; padding-top:32px; border-top:1px solid #ffffff30; scroll-margin-top:24px; }

.room-calendar { margin:16px 0 24px; padding:16px; border:1px solid #ffffff35; border-radius:14px; background:#ffffff09; }
.calendar-toolbar { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.calendar-toolbar h3 { margin:0; font-size:1.1rem; }
.calendar-toolbar button,.room-calendar > button { background:transparent; color:inherit; border:1px solid #ffffff40; border-radius:8px; min-height:44px; min-width:44px; cursor:pointer; }
.calendar-legend { font-size:.85rem; margin:12px 0; }
.calendar-legend span { display:block; }
.calendar-weekdays,.calendar-days { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:4px; text-align:center; }
.calendar-weekdays { font-size:.75rem; margin-bottom:8px; }
.calendar-days button { padding:6px 2px; min-height:48px; background:#ffffff10; color:white; border:1px solid #ffffff30; border-radius:6px; cursor:pointer; font-size:.95rem; }
.calendar-days button small { display:block; font-size:.55rem; }
.calendar-days .is-booked { background:#78545355; color:#ffe1db; }
.calendar-days .has-bookings { background:#9b741f55; color:#fff2bd; }
.calendar-days button:disabled { opacity:.5; cursor:not-allowed; }
.calendar-days .is-selected { background:#28758b; outline:2px solid #dbf1ff; }
.calendar-days .is-range { background:#28758b66; }
.room-calendar [role=status] { margin:14px 0; font-size:.85rem; }
@media(max-width:400px) { .room-calendar { padding:10px; } .calendar-days { gap:2px; } }

/* Keep the About page family gallery compact and aligned. */
.about-page .about-gallery {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:40px auto;
}
.about-page .about-gallery > figure { margin:0; min-width:0; }
.about-page .about-gallery a { display:block; height:100%; }
.about-page .about-gallery img {
  width:100%;
  height:100%;
  max-height:none;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:12px;
}
@media(max-width:560px) {
  .about-page .about-gallery { gap:10px; margin:28px auto; }
  .about-page .about-gallery img { border-radius:8px; }
}
/* Clearly identify destinations that leave the Local Guide. */
.original-content .external-guide-link {
  display:inline-flex;
  align-items:baseline;
  gap:.25em;
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1.5px;
}
.original-content .external-guide-link:hover { text-decoration-thickness:2px; }
.original-content .external-guide-link .external-link-icon {
  display:inline-block;
  width:.9em;
  height:.9em;
  max-height:none;
  flex:0 0 auto;
  border-radius:0;
  filter:brightness(0) invert(1);
}
/* Compact next action for informational property pages. */
.original-content .page-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:48px;
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.3);
}
.original-content .page-cta h2 { margin:0; }
.original-content .page-cta .button { margin:0; flex:none; }
@media(max-width:560px) {
  .original-content .page-cta { align-items:flex-start; flex-direction:column; gap:16px; margin-top:36px; }
}

.payment-settings fieldset, .push-settings { margin: 1rem 0; padding: 1rem; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; }
.payment-settings fieldset label { display: block; margin-bottom: .6rem; }
.notification-list { display: grid; gap: .75rem; margin-top: 1rem; }
.notification-item { display: grid; gap: .25rem; padding: 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: inherit; text-decoration: none; }
.notification-item.unread { border-color: #56c8ea; background: rgba(40,132,157,.2); }
.notification-item span, .notification-item small { display: block; }

.booking-steps a,
.booking-steps button {
  appearance: none;
  background: transparent;
  border: 1px solid #ffffff30;
  border-radius: 10px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 14px;
  text-align: left;
  text-decoration: none;
}
.booking-steps a:hover,
.booking-steps button:hover,
.booking-steps a:focus-visible,
.booking-steps button:focus-visible {
  background: #ffffff16;
  border-color: #fff;
  outline: 2px solid transparent;
}
.booking-final-review {
  background: #ffffff0d;
  border: 1px solid #ffffff30;
  border-radius: 12px;
  margin: 24px 0;
  padding: 20px;
}

.admin-room-calendar { margin-bottom:24px; }
.calendar-month-link {
  align-items:center;
  border:1px solid #ffffff40;
  border-radius:8px;
  color:inherit;
  display:inline-flex;
  font-size:1.5rem;
  justify-content:center;
  min-height:44px;
  min-width:44px;
  text-decoration:none;
}
.room-calendar-legend { display:flex; flex-wrap:wrap; gap:8px; margin:12px 0; }
.room-calendar-legend span { border-radius:999px; font-size:.75rem; font-weight:700; padding:5px 9px; }
.room-calendar-legend .available { background:#daf3df; color:#195d29; }
.room-calendar-legend .requested { background:#fff0b8; color:#735600; }
.room-calendar-legend .confirmed { background:#ffd4d4; color:#7d1e1e; }
.room-calendar-legend .blocked { background:#d9dde2; color:#343b44; }
.room-calendar-legend .history { background:#d8e4f0; color:#29445e; }
.admin-calendar-days > * { min-width:0; }
.admin-calendar-day {
  background:#ffffff10;
  border:1px solid #ffffff30;
  border-radius:6px;
  color:white;
  display:flex;
  flex-direction:column;
  gap:2px;
  justify-content:flex-start;
  min-height:82px;
  padding:7px 4px;
  text-align:center;
  text-decoration:none;
}
.admin-calendar-day strong { font-size:1rem; }
.admin-calendar-day small { display:block; font-size:.62rem; line-height:1.25; overflow-wrap:anywhere; }
.admin-calendar-day.available { background:#2f6f4945; color:#d9f8e2; }
.admin-calendar-day[type="button"] { cursor:pointer; font:inherit; width:100%; }
.admin-calendar-day.available:hover,
.admin-calendar-day.available:focus-visible { background:#28758b88; border-color:#bdefff; }
.admin-calendar-day.is-range { background:#28758b88; }
.admin-calendar-day.is-selected { background:#28758b; outline:2px solid #fff; outline-offset:-2px; }
.admin-calendar-day.requested { background:#a67b155f; color:#fff3c4; }
.admin-calendar-day.confirmed { background:#a43f3f69; color:#ffe2e2; }
.admin-calendar-day.completed { background:#376b6470; color:#dffaf5; }
.admin-calendar-day.cancelled { background:#6b6b6b70; color:#eee; }
.admin-calendar-day.blocked { background:#68727e80; color:#fff; }
.admin-calendar-day.is-today { outline:2px solid #5dd2ef; }
.calendar-empty { min-height:82px; }
.calendar-remove { font-size:.65rem; margin:3px auto 0; min-height:0; min-width:0; padding:3px 6px; }
.room-block-form { align-items:end; display:grid; gap:14px; grid-template-columns:repeat(4,minmax(150px,1fr)) auto; }
.room-block-form > div { min-width:0; }
@media(max-width:900px) { .room-block-form { grid-template-columns:1fr 1fr; } }
@media(max-width:600px) { .room-block-form { grid-template-columns:1fr; } }
.admin-room-calendar { margin-left:auto; margin-right:auto; max-width:1040px; }
.admin-room-calendar { padding:12px; }
.admin-room-calendar .calendar-toolbar h3 { font-size:1rem; }
.admin-room-calendar .calendar-legend { font-size:.78rem; margin:8px 0; }
.admin-room-calendar .room-calendar-legend { margin:8px 0; }
.admin-room-calendar .calendar-weekdays { margin-bottom:5px; }
.admin-room-calendar .admin-calendar-day,
.admin-room-calendar .calendar-empty { min-height:58px; }
.admin-room-calendar .admin-calendar-day { padding:5px 3px; }
.admin-room-calendar .admin-calendar-day strong { font-size:.9rem; }
.admin-room-calendar .admin-calendar-day small { font-size:.55rem; }
.admin-calendar-workspace { display:grid; gap:16px; grid-template-columns:200px minmax(0,1fr); }
.admin-calendar-sidebar { border-right:1px solid #ffffff24; min-width:0; padding-right:16px; }
.admin-calendar-main { min-width:0; }
.admin-calendar-toolbar { align-items:center; display:grid; gap:18px; grid-template-columns:auto 1fr auto; margin-bottom:16px; }
.admin-calendar-toolbar h3 { text-align:center; }
.calendar-room-picker { margin:0 0 18px; }
.calendar-room-picker label { display:block; font-size:.8rem; font-weight:700; margin-bottom:6px; }
.calendar-room-picker select { margin:0; padding:8px 36px 8px 10px; width:100%; }
.admin-room-calendar .calendar-month-link { font-size:.8rem; padding:8px 12px; width:auto; }
.admin-room-calendar .calendar-month-link.is-disabled { opacity:.4; pointer-events:none; }
.admin-room-block-controls { border-top:1px solid #ffffff24; padding-top:14px; }
.admin-room-block-heading { display:grid; gap:5px; margin-bottom:10px; }
.admin-room-block-heading .muted { font-size:.75rem; line-height:1.35; }
.admin-room-block-controls .room-block-form { display:grid; grid-template-columns:1fr; gap:9px; }
.admin-room-block-controls .room-block-form label { font-size:.72rem; }
.admin-room-block-controls .room-block-form :is(select,input) { margin-bottom:0; padding:8px 10px; width:100%; }
.admin-room-block-controls .room-block-form input[type="submit"] { padding:9px 14px; }
@media(max-width:780px) {
  .admin-calendar-workspace { grid-template-columns:1fr; }
  .admin-calendar-sidebar { border-bottom:1px solid #ffffff24; border-right:0; display:grid; gap:14px; grid-template-columns:150px 1fr; padding:0 0 14px; }
  .calendar-room-picker { margin:0; }
  .admin-room-block-controls { border-left:1px solid #ffffff24; border-top:0; padding:0 0 0 14px; }
  .admin-room-block-controls .room-block-form { grid-template-columns:repeat(3,minmax(0,1fr)) auto; }
}
@media(max-width:600px) {
  .admin-calendar-sidebar { display:block; }
  .calendar-room-picker { margin-bottom:14px; }
  .admin-room-block-controls { border-left:0; border-top:1px solid #ffffff24; padding:14px 0 0; }
  .admin-room-block-controls .room-block-form { grid-template-columns:1fr 1fr; }
}
@media(max-width:460px) {
  .admin-room-block-controls .room-block-form { grid-template-columns:1fr; }
}

.calendar-month-picker { margin:0; min-width:0; text-align:center; }
.calendar-month-picker > span,
.guest-calendar-month-picker > span { font-size:.68rem; font-weight:700; }
.calendar-month-picker > div,
.guest-calendar-month-picker > div { display:flex; gap:6px; justify-content:center; }
.calendar-month-picker select,
.guest-calendar-month-picker select { margin:0; min-width:0; padding:0 30px 0 10px; width:auto; }
.calendar-month-picker select:first-child,
.guest-calendar-month-picker select:first-child { width:150px; }
.calendar-month-picker select:last-child,
.guest-calendar-month-picker select:last-child { width:105px; }
.guest-calendar-month-picker { display:grid; gap:4px; justify-items:center; }

.cottage-schedule-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
  margin: 2rem 0 .75rem;
}
.cottage-schedule-fields > div {
  display: grid;
  grid-template-rows: auto 3.75rem;
  gap: .5rem;
  min-width: 0;
}
.cottage-schedule-fields label {
  display: block;
  min-height: 1.5rem;
  margin: 0;
  line-height: 1.5rem;
  white-space: nowrap;
}
.cottage-schedule-fields input,
.cottage-schedule-fields select {
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  margin: 0;
  min-width: 0;
}
.cottage-schedule-fields input[readonly] {
  cursor: not-allowed;
  opacity: .88;
}
.cottage-schedule-fields select {
  padding: 0 2.25rem 0 .85rem;
  font-size: 1rem;
  text-overflow: clip;
}
.cottage-schedule-fields select:disabled {
  cursor: not-allowed;
  opacity: .68;
}
@media (max-width: 800px) {
  .cottage-schedule-fields { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .cottage-schedule-fields { grid-template-columns: 1fr; }
}

.checkout-fee-breakdown {
  margin: 0;
  padding-left: 1.25rem;
}
.checkout-fee-breakdown li + li { margin-top: 0.5rem; }
.fee-saving {
  display: inline-block;
  margin-left: 0.35rem;
  color: #dff7d9;
  font-weight: 700;
}
.password-field {
  position: relative;
}
.password-field input {
  width: 100%;
  padding-right: 3.5rem;
}
.password-visibility-toggle {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.65rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  place-items: center;
}
.password-visibility-toggle:hover,
.password-visibility-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}
.password-visibility-toggle img {
  width: 1.35rem;
  height: 1.35rem;
}
.password-visibility-toggle img[hidden] {
  display: none;
}
.payment-proof-review {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.85rem;
  background: rgba(10, 28, 31, 0.34);
}
.payment-proof-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-proof-heading h3,
.payment-proof-heading p {
  margin: 0;
}
.payment-proof-preview {
  display: block;
  margin-top: 1rem;
  text-align: center;
}
.payment-proof-preview img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  border-radius: 0.65rem;
  background: #fff;
  object-fit: contain;
}
.payment-proof-pdf {
  width: 100%;
  min-height: 70vh;
  margin-top: 1rem;
  border: 0;
  border-radius: 0.65rem;
  background: #fff;
}

.account-settings-page { max-width: 820px; margin: 0 auto; }
.account-settings-page .page-head .account-avatar { width:88px; height:88px; }
.settings-form { display:grid; gap:24px; }
.settings-form fieldset { margin:0; padding:22px; border:1px solid #ffffff30; border-radius:12px; }
.settings-form legend { padding:0 8px; font-size:1.25rem; font-weight:700; }
.setting-toggle { display:flex; align-items:flex-start; gap:12px; margin:12px 0 18px; }
.setting-toggle input { margin-top:5px; }
.setting-toggle span,.setting-toggle small { display:block; }
.setting-toggle small { margin-top:4px; color:var(--muted); }
.settings-form fieldset > .button { margin:6px 8px 0 0; }
.push-browser-note { max-width:74ch; font-size:.9rem; color:var(--muted); }
body.density-compact main#main-content { padding-top:22px; padding-bottom:36px; }
body.density-compact .card { padding:22px; }
body.density-compact input,body.density-compact select,body.density-compact textarea { padding-top:10px; padding-bottom:10px; min-height:44px; }
body.theme-light { color-scheme:light; }
body.theme-dark { color-scheme:dark; }
@media (prefers-color-scheme: light) {
  body.theme-system { color-scheme:light; }
}
@media (max-width:560px) {
  .profile-avatar-editor { grid-template-columns:1fr; }
  .settings-form fieldset > .button { width:100%; margin-right:0; }
}
.social-sign-in { margin-top:24px; }
.social-divider { display:flex; align-items:center; gap:12px; margin:0 0 16px; color:var(--muted); font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.social-divider::before,.social-divider::after { content:""; height:1px; flex:1; background:#ffffff38; }
.social-provider-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.social-provider-form { margin:0; max-width:none; }
.social-provider-button,.social-provider-connected { width:100%; min-height:50px; padding:11px 14px; border:1px solid #ffffff45; border-radius:9px; display:flex; align-items:center; justify-content:center; gap:10px; background:#ffffff12; color:#fff; font-size:.9rem; font-weight:700; line-height:1.2; }
.social-provider-button { cursor:pointer; transition:background .18s ease,border-color .18s ease,transform .18s ease; }
.social-provider-button:hover { background:#ffffff20; border-color:#ffffff75; transform:translateY(-1px); }
.social-provider-button:focus-visible { outline:3px solid #8dd8f5; outline-offset:2px; }
.social-provider-button:disabled { opacity:.48; cursor:not-allowed; transform:none; }
.social-provider-icon { width:22px; height:22px; flex:0 0 22px; object-fit:contain; }
.social-provider-connected { justify-content:flex-start; color:#d9f7e8; border-color:#70c69a80; }
.social-setup-note { margin:12px 0 0; color:var(--muted); font-size:.78rem; text-align:center; }
.social-setup-note code { color:inherit; }
@media(max-width:520px) { .social-provider-grid { grid-template-columns:1fr; } }
