:root {
    --ink: #171917;
    --forest: #143c33;
    --forest-dark: #0d2923;
    --copper: #b86b3d;
    --lake: #3e7280;
    --paper: #f7f5f0;
    --soft: #ebe7de;
    --white: #fff;
    --muted: #6f716b;
    --line: rgba(23, 25, 23, .14);
    --shadow: 0 24px 70px rgba(15, 28, 24, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h2 { margin-bottom: 24px; font-size: 4rem; line-height: .98; letter-spacing: 0; }
h3 { letter-spacing: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--white); }
.skip-link:focus { top: 16px; }
.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; }
.page-section { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { margin-bottom: 16px; color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.eyebrow.light { color: #f0c29f; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.topbar { position: fixed; inset: 18px 24px auto; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 66px; padding: 10px 12px 10px 20px; border: 1px solid rgba(255,255,255,.25); background: rgba(15, 24, 21, .48); color: var(--white); backdrop-filter: blur(18px); transition: background .25s ease, border-color .25s ease; }
.topbar.scrolled { background: rgba(13, 41, 35, .94); border-color: transparent; }
.brand { display: grid; line-height: 1; text-transform: uppercase; }
.brand strong { font-size: 1.15rem; }
.brand span { margin-top: 5px; color: rgba(255,255,255,.7); font-size: .65rem; letter-spacing: 0; }
.desktop-nav { justify-self: center; display: flex; gap: 34px; color: rgba(255,255,255,.8); font-size: .88rem; }
.desktop-nav a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.account-button, .nav-book { min-height: 44px; padding: 0 18px; border: 0; background: transparent; color: var(--white); }
.nav-book { display: inline-flex; align-items: center; background: var(--white); color: var(--ink); font-weight: 700; }

.hero { position: relative; min-height: 92vh; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: end; gap: 40px; padding: 160px max(32px, calc((100vw - 1240px) / 2)) 84px; overflow: hidden; color: var(--white); background: url('/assets/images/panoramico-02.jpg') center 48% / cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,15,13,.78), rgba(7,15,13,.25) 64%, rgba(7,15,13,.12)), linear-gradient(0deg, rgba(7,15,13,.72), transparent 55%); }
.hero-shade { position: absolute; inset: 0; pointer-events: none; }
.hero-content, .hero-note { position: relative; z-index: 1; }
.hero h1 { margin-bottom: 26px; font-size: 8.4rem; line-height: .8; letter-spacing: 0; }
.hero-copy { max-width: 610px; color: rgba(255,255,255,.84); font-size: 1.15rem; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }
.light-link { margin-top: 14px; color: var(--white); }
.hero-note { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-note span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.62); font-size: .78rem; text-transform: uppercase; }
.hero-note strong { display: block; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.hero-note p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.search-wrap { position: relative; z-index: 5; width: min(1320px, calc(100% - 48px)); margin: -32px auto 0; }
.search-bar { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr) auto; align-items: stretch; min-height: 112px; background: var(--white); box-shadow: var(--shadow); }
.search-heading, .search-bar label { display: flex; flex-direction: column; justify-content: center; padding: 20px 26px; border-right: 1px solid var(--line); }
.search-heading span, .search-bar label span { margin-bottom: 7px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.search-heading strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.search-bar input, .search-bar select { width: 100%; min-height: 32px; border: 0; outline: 0; background: transparent; font-weight: 700; }
.primary-button { min-height: 48px; padding: 0 24px; border: 1px solid var(--forest); border-radius: 0; background: var(--forest); color: var(--white); font-weight: 700; transition: background .2s ease, transform .2s ease; }
.primary-button:hover { background: var(--forest-dark); transform: translateY(-1px); }
.primary-button:disabled { cursor: wait; opacity: .65; transform: none; }
.search-submit { min-width: 190px; border: 0; }

.editorial-intro { padding-top: 150px; padding-bottom: 100px; }
.intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.intro-grid h2 { margin: 0; font-size: 5.3rem; }
.intro-copy > p { color: #4f514d; font-size: 1.12rem; line-height: 1.75; }
.quiet-facts { display: grid; gap: 11px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .88rem; font-weight: 700; }

.image-story { display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; align-items: end; padding-bottom: 145px; }
.image-story figure { margin: 0; }
.image-story img { height: 620px; object-fit: cover; }
.image-detail img { height: 440px; }
.image-story figcaption { margin-top: 12px; color: var(--muted); font-size: .78rem; }
.hotel-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: auto 260px 260px; gap: 14px; padding-bottom: 145px; }
.gallery-heading { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.gallery-heading h2 { margin: 0; }
.hotel-gallery > img { height: 100%; object-fit: cover; }
.hotel-gallery > img:nth-of-type(1) { grid-row: 2 / 4; }

.rooms-section { padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 50px; align-items: end; margin-bottom: 50px; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.availability-status { min-height: 30px; margin-bottom: 14px; color: var(--forest); font-size: .9rem; font-weight: 700; }
.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.room-card { overflow: hidden; border: 1px solid var(--line); border-radius: 2px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.room-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(15,28,24,.12); }
.room-card img { height: 320px; object-fit: cover; }
.room-card-body { padding: 26px; }
.room-kicker { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.room-card h3 { margin: 14px 0 8px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.room-card-description { min-height: 72px; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.feature-list { display: flex; flex-wrap: wrap; gap: 7px 14px; min-height: 54px; margin: 22px 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: #4f514d; font-size: .78rem; }
.room-footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.room-price { display: grid; }
.room-price span { color: var(--muted); font-size: .72rem; }
.room-price strong { font-size: 1.15rem; }
.room-footer button { min-height: 42px; padding: 0 16px; border: 1px solid var(--forest); background: transparent; color: var(--forest); font-weight: 700; }
.room-footer button:hover { background: var(--forest); color: var(--white); }
.no-rooms { grid-column: 1 / -1; padding: 60px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }

.services-band { padding: 130px 0; background: var(--forest); color: var(--white); }
.services-band h2 { font-size: 5rem; }
.service-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); }
.service-list article { min-height: 240px; padding: 25px 24px 20px 0; border-right: 1px solid rgba(255,255,255,.2); }
.service-list article + article { padding-left: 24px; }
.service-list span { color: #e4af84; font-size: .72rem; }
.service-list h3 { margin-top: 70px; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; }
.service-list p { color: rgba(255,255,255,.64); font-size: .88rem; }

.portal-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding-top: 150px; padding-bottom: 150px; }
.portal-section > *, .account-panel, #portalContent { min-width: 0; }
.portal-intro h2 { font-size: 4.5rem; }
.portal-intro > p:last-child { max-width: 330px; color: var(--muted); line-height: 1.7; }
.portal-shell { min-height: 420px; border: 1px solid var(--line); background: var(--white); }
.empty-portal { display: grid; align-content: center; justify-items: start; min-height: 420px; padding: 48px; }
.empty-portal > span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.empty-portal h3 { max-width: 480px; margin: 24px 0 12px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; line-height: 1.1; }
.empty-portal p { max-width: 440px; color: var(--muted); }
.empty-portal .primary-button { margin-top: 18px; }
.account-panel { padding: 34px; }
.account-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.account-head span { color: var(--muted); font-size: .74rem; text-transform: uppercase; }
.account-head h3 { margin: 8px 0 3px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.plain-button { min-height: 40px; padding: 0 14px; border: 1px solid var(--line); background: transparent; }
.account-tabs { display: flex; gap: 4px; margin: 25px 0; }
.account-tabs button { min-height: 42px; padding: 0 16px; border: 0; background: var(--soft); }
.account-tabs button.active { background: var(--forest); color: var(--white); }
.booking-list { display: grid; gap: 12px; }
.booking-item { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 20px; border: 1px solid var(--line); }
.booking-item h4 { margin: 0 0 6px; font-size: 1rem; }
.booking-item p { margin: 0; color: var(--muted); font-size: .82rem; }
.booking-item-side { display: grid; justify-items: end; align-content: space-between; }
.status-pill { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 8px; background: #edf3ee; color: var(--forest); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.status-pill.cancelled { background: #f1e8e5; color: #8f3f2e; }
.link-button { padding: 0; border: 0; background: none; color: var(--copper); font-size: .78rem; text-decoration: underline; }
.profile-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.profile-form label:first-child { grid-column: 1 / -1; }
.profile-form button { justify-self: start; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 22px; }
.admin-stat { padding: 16px; background: var(--soft); }
.admin-stat span { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.admin-stat strong { display: block; margin-top: 8px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.admin-table th, .admin-table td { padding: 10px 8px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.admin-table select { min-height: 34px; border: 1px solid var(--line); background: var(--white); }
.admin-subtitle { margin: 34px 0 16px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.admin-room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.admin-room { display: grid; gap: 10px; padding: 15px; border: 1px solid var(--line); }
.admin-room label:not(.check-label) { display: grid; gap: 4px; }
.admin-room label span { color: var(--muted); font-size: .68rem; }
.admin-room input[type="number"] { width: 100%; min-height: 38px; padding: 5px 8px; border: 1px solid var(--line); }
.check-label { font-size: .78rem; }
.admin-nav { display: flex; gap: 2px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.admin-nav button { min-height: 38px; padding: 0 14px; border: 0; background: transparent; color: var(--muted); white-space: nowrap; }
.admin-nav button.active { background: var(--forest); color: var(--white); }
.admin-loading { padding: 35px 0; color: var(--muted); }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.calendar-toolbar strong { font-size: .82rem; }
.unassigned-strip { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 10px; background: #fff4de; overflow-x: auto; font-size: .72rem; white-space: nowrap; }
.unassigned-strip span { padding-left: 8px; border-left: 1px solid #d9c49d; }
.calendar-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--line); }
.occupancy-calendar { display: grid; grid-template-columns: 118px repeat(var(--calendar-days), minmax(42px, 1fr)); min-width: 760px; }
.calendar-corner, .calendar-date, .calendar-unit, .calendar-cell { min-height: 45px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calendar-corner, .calendar-date { position: sticky; top: 0; z-index: 2; padding: 8px; background: var(--soft); font-size: .68rem; }
.calendar-date { display: grid; justify-items: center; text-transform: capitalize; }
.calendar-date span { color: var(--muted); }
.calendar-unit { position: sticky; left: 0; z-index: 1; display: grid; align-content: center; padding: 6px 9px; background: var(--white); }
.calendar-unit strong { font-size: .8rem; }
.calendar-unit span { overflow: hidden; color: var(--muted); font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.calendar-cell { padding: 5px 3px; overflow: hidden; background: #f7f8f5; color: var(--white); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.calendar-cell.booked { background: #4b7468; }
.calendar-cell.pending { background: #b88442; }
.calendar-cell.checked_in { background: var(--forest); }
.calendar-cell.blocked { background: #8a8984; }
.admin-split { display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); gap: 24px; align-items: start; }
.admin-form { display: grid; gap: 12px; padding: 18px; border: 1px solid var(--line); }
.admin-form h3, .admin-section-title { margin: 0 0 5px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.admin-form label { display: grid; gap: 5px; }
.admin-form label span { color: var(--muted); font-size: .68rem; }
.admin-form input, .admin-form select, .unit-item select { width: 100%; min-height: 39px; padding: 6px 8px; border: 1px solid var(--line); background: var(--white); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rate-list { display: grid; gap: 7px; }
.rate-list > p { color: var(--muted); font-size: .82rem; }
.rate-list article { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.rate-list article > div { display: grid; gap: 4px; }
.rate-list article span { color: var(--muted); font-size: .68rem; }
.unit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.unit-item { display: grid; grid-template-columns: minmax(0, 1fr) 110px auto; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--line); }
.unit-item > div { display: grid; min-width: 0; }
.unit-item span { overflow: hidden; color: var(--muted); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.unit-item .plain-button { padding: 0 9px; }
.block-section { margin-top: 28px; }

.location-section { min-height: 640px; display: grid; grid-template-columns: .8fr 1.2fr; background: #e5e7df; }
.location-copy { display: grid; align-content: center; padding: 80px max(40px, calc((100vw - 1240px) / 2)); padding-right: 70px; }
.location-copy h2 { font-size: 4.8rem; }
.location-copy > p { color: var(--muted); line-height: 1.8; }
.location-copy .text-link { justify-self: start; margin-top: 22px; }
.contact-links { display: grid; gap: 8px; justify-items: start; margin-top: 34px; color: var(--forest); font-size: .88rem; font-weight: 700; }
.contact-links a { padding-bottom: 2px; border-bottom: 1px solid transparent; }
.contact-links a:hover { border-color: currentColor; }
.map-art { position: relative; overflow: hidden; background: #d7ded5; }
.map-art::before { content: ''; position: absolute; inset: 0 45% 0 0; background: var(--lake); clip-path: polygon(0 0, 70% 0, 100% 15%, 78% 38%, 100% 58%, 66% 78%, 82% 100%, 0 100%); opacity: .85; }
.map-lake { position: absolute; left: 8%; top: 25%; z-index: 2; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-style: italic; transform: rotate(-8deg); }
.map-road { position: absolute; z-index: 2; display: block; height: 2px; background: rgba(255,255,255,.7); transform-origin: left; }
.road-one { width: 68%; left: 29%; top: 41%; transform: rotate(13deg); }
.road-two { width: 60%; left: 35%; top: 67%; transform: rotate(-20deg); }
.road-three { width: 53%; left: 51%; top: 20%; transform: rotate(76deg); }
.map-pin { position: absolute; left: 61%; top: 48%; z-index: 4; display: grid; justify-items: center; gap: 8px; font-size: .78rem; font-weight: 700; }
.map-pin i { width: 20px; height: 20px; border: 5px solid var(--white); border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 8px rgba(184,107,61,.25); }

.footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding: 80px max(32px, calc((100vw - 1240px) / 2)) 28px; background: var(--forest-dark); color: var(--white); }
.footer-brand { display: grid; align-content: start; font-family: Georgia, serif; font-size: 2rem; text-transform: uppercase; }
.footer-brand span { color: rgba(255,255,255,.5); font-family: Arial, sans-serif; font-size: .7rem; }
.footer > div:not(.footer-brand):not(.footer-bottom) { display: grid; align-content: start; gap: 7px; }
.footer > div > span { color: rgba(255,255,255,.48); font-size: .7rem; text-transform: uppercase; }
.footer p { margin: 0; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-bottom a:hover { color: var(--white); }

.chat-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 25; min-width: 96px; min-height: 48px; border: 0; background: var(--copper); color: var(--white); font-weight: 700; box-shadow: 0 12px 30px rgba(23,25,23,.22); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.chat-launcher.visible { opacity: 1; visibility: visible; transform: none; }
.chat-panel { position: fixed; right: 22px; bottom: 82px; z-index: 40; width: min(380px, calc(100vw - 32px)); overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.chat-panel header { display: flex; align-items: start; justify-content: space-between; padding: 18px; background: var(--forest); color: var(--white); }
.chat-panel header div { display: grid; }
.chat-panel header span { color: rgba(255,255,255,.6); font-size: .68rem; text-transform: uppercase; }
.chat-panel header button { width: 38px; height: 38px; border: 0; background: transparent; color: var(--white); font-size: 1.5rem; }
.chat-messages { display: grid; align-content: end; gap: 9px; height: 280px; padding: 18px; overflow-y: auto; background: #f4f2ed; }
.chat-messages p { max-width: 84%; margin: 0; padding: 11px 13px; font-size: .82rem; line-height: 1.5; }
.bot-message { justify-self: start; background: var(--white); }
.user-message { justify-self: end; background: var(--forest); color: var(--white); }
.chat-panel form { display: grid; grid-template-columns: 1fr auto; padding: 10px; border-top: 1px solid var(--line); }
.chat-panel input { min-width: 0; border: 0; padding: 0 10px; outline: 0; }
.chat-panel form button { min-height: 42px; border: 0; background: var(--forest); color: var(--white); font-weight: 700; }

.modal { width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 38px; border: 0; border-radius: 2px; background: var(--paper); box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(8,19,16,.72); backdrop-filter: blur(5px); }
.modal-close { position: absolute; right: 14px; top: 14px; width: 42px; height: 42px; border: 0; background: transparent; font-size: 1.6rem; }
.modal-heading h2 { margin-bottom: 10px; font-size: 2.8rem; }
.modal-heading > p:last-child { color: var(--muted); }
.segmented { display: grid; grid-template-columns: 1fr 1fr; margin: 26px 0; background: var(--soft); }
.segmented button { min-height: 44px; border: 0; background: transparent; }
.segmented button.active { background: var(--forest); color: var(--white); }
.stack-form { display: grid; gap: 16px; }
.stack-form label, .profile-form label { display: grid; gap: 7px; }
.stack-form label span, .profile-form label span { color: var(--muted); font-size: .74rem; font-weight: 700; }
.stack-form input, .stack-form textarea, .profile-form input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); outline: 0; }
.stack-form textarea { resize: vertical; }
.stack-form input:focus, .stack-form textarea:focus, .profile-form input:focus { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(20,60,51,.12); }
.form-error { min-height: 20px; margin: 0; color: #a23c2b; font-size: .8rem; }
.fine-print { margin: 0; color: var(--muted); font-size: .75rem; }
.booking-summary-card { display: grid; grid-template-columns: 92px 1fr; gap: 16px; margin: 22px 0; padding: 14px; border: 1px solid var(--line); background: var(--white); }
.booking-summary-card img { width: 92px; height: 106px; object-fit: cover; }
.booking-summary-card h3 { margin: 3px 0; font-family: Georgia, serif; font-weight: 400; }
.booking-summary-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.booking-summary-total { display: flex; justify-content: space-between; margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--line); }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 80; width: min(480px, calc(100% - 32px)); padding: 15px 18px; transform: translateX(-50%); background: var(--ink); color: var(--white); box-shadow: var(--shadow); text-align: center; font-size: .86rem; }

/* Contemporary guest experience */
.scroll-progress { position:fixed; inset:0 0 auto; z-index:90; height:3px; background:var(--copper); transform:scaleX(0); transform-origin:left; will-change:transform; }
.topbar { inset:22px max(22px,calc((100vw - 1440px)/2)) auto; min-height:70px; padding:9px 10px 9px 22px; border-color:rgba(255,255,255,.18); border-radius:4px; background:rgba(9,18,16,.32); box-shadow:0 12px 45px rgba(5,12,10,.12); }
.topbar.scrolled { top:12px; background:rgba(13,30,26,.9); box-shadow:0 16px 50px rgba(4,12,10,.18); }
.desktop-nav a { position:relative; padding:9px 0; }
.desktop-nav a::after { content:''; position:absolute; left:0; right:100%; bottom:3px; height:1px; background:currentColor; transition:right .25s ease; }
.desktop-nav a:hover::after { right:0; }
.nav-book { min-height:50px; padding:0 23px; transition:background .2s ease,color .2s ease; }
.nav-book:hover { background:#e7b186; color:#17211e; }
.menu-button { display:none; min-height:44px; padding:0 12px; border:0; background:transparent; color:#fff; }
.mobile-menu { position:fixed; inset:0; z-index:29; display:grid; align-content:center; justify-items:center; gap:22px; padding:110px 24px 40px; background:rgba(10,27,23,.98); color:#fff; }
.mobile-menu[hidden] { display:none; }
.mobile-menu a,.mobile-menu button { border:0; background:transparent; color:#fff; font-family:Georgia,serif; font-size:clamp(2rem,10vw,4rem); }
.hero { min-height:100svh; background:#0d1d19; isolation:isolate; }
.hero-media { position:absolute; inset:-4% 0 auto; z-index:-2; width:100%; height:108%; object-fit:cover; object-position:center 46%; will-change:transform; transform:scale(1.06); }
.hero::before { z-index:-1; background:linear-gradient(90deg,rgba(6,15,13,.84) 0%,rgba(6,15,13,.38) 55%,rgba(6,15,13,.12)),linear-gradient(0deg,rgba(6,15,13,.78),transparent 58%); }
.hero h1 { max-width:950px; font-size:clamp(5.5rem,10vw,10rem); line-height:.79; text-wrap:balance; }
.hero-content { max-width:1000px; }
.hero-copy { max-width:550px; font-size:1.08rem; }
.hero-coordinates { position:absolute; right:34px; top:135px; z-index:2; display:grid; color:rgba(255,255,255,.58); font-size:.66rem; text-align:right; }
.hero-scroll { position:absolute; right:max(32px,calc((100vw - 1240px)/2)); bottom:82px; z-index:2; display:grid; justify-items:center; gap:9px; color:rgba(255,255,255,.7); font-size:.62rem; text-transform:uppercase; writing-mode:vertical-rl; }
.hero-scroll i { display:block; width:1px; height:52px; background:rgba(255,255,255,.45); transform-origin:top; animation:scroll-pulse 1.8s ease-in-out infinite; }
@keyframes scroll-pulse { 0%,100%{transform:scaleY(.35);opacity:.5}50%{transform:scaleY(1);opacity:1} }
.search-wrap { width:min(1380px,calc(100% - 40px)); margin-top:-46px; }
.search-bar { min-height:120px; border-radius:4px; box-shadow:0 28px 75px rgba(15,28,24,.17); }
.search-heading { background:#172e28; color:#fff; }
.search-heading span { color:rgba(255,255,255,.56); }
.search-heading strong { font-size:1.35rem; }
.search-submit { background:var(--copper); }
.search-submit:hover { background:#8f4e2d; }
.editorial-intro { padding-top:180px; }
.intro-grid h2 { font-size:clamp(4rem,7vw,6.7rem); line-height:.9; }
.intro-copy > p { font-size:1.18rem; }
.image-story { grid-template-columns:minmax(0,1.5fr) minmax(250px,.5fr); gap:clamp(18px,4vw,55px); }
.image-story img,.hotel-gallery > img,.panorama-images img,.location-media img { filter:saturate(.88) contrast(1.03); transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .4s ease; }
.image-story figure,.hotel-gallery > img,.panorama-images figure { overflow:hidden; }
.image-story figure:hover img,.panorama-images figure:hover img { transform:scale(1.035); filter:saturate(1); }
.panorama-strip { padding:40px 0 150px; overflow:hidden; }
.panorama-marquee { display:flex; width:max-content; margin-bottom:42px; color:#1f4339; font-family:Georgia,serif; font-size:clamp(3.4rem,8vw,8.6rem); line-height:.9; white-space:nowrap; opacity:.14; animation:marquee 30s linear infinite; }
.panorama-marquee span { padding-right:2rem; }
@keyframes marquee { to { transform:translateX(-50%); } }
.panorama-images { width:min(1440px,calc(100% - 48px)); margin:auto; display:grid; grid-template-columns:1.2fr .72fr .9fr; gap:12px; align-items:end; }
.panorama-images figure { position:relative; margin:0; }
.panorama-images figure:nth-child(1) img { height:510px; }.panorama-images figure:nth-child(2) img { height:360px; }.panorama-images figure:nth-child(3) img { height:440px; }
.panorama-images img { object-fit:cover; }
.panorama-images figcaption { position:absolute; left:14px; bottom:14px; padding:7px 9px; background:rgba(12,25,21,.72); color:#fff; font-size:.67rem; backdrop-filter:blur(8px); }
.room-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.room-card { display:grid; grid-template-columns:1.02fr .98fr; min-height:440px; border:0; border-radius:4px; box-shadow:0 6px 30px rgba(20,35,30,.07); }
.room-card:hover { transform:translateY(-4px); box-shadow:0 24px 55px rgba(15,28,24,.13); }
.room-card img { height:100%; min-height:440px; object-fit:cover; transition:transform .8s cubic-bezier(.2,.7,.2,1); }
.room-card:hover img { transform:scale(1.025); }
.room-card-body { display:flex; flex-direction:column; padding:34px; }
.room-card h3 { font-size:2rem; }
.room-card-description { min-height:0; }
.feature-list { min-height:0; }
.room-footer { margin-top:auto; }
.services-band { position:relative; overflow:hidden; background:#122b25; }
.services-band::after { content:'PATAGONIA'; position:absolute; right:-25px; bottom:-60px; color:rgba(255,255,255,.025); font-family:Georgia,serif; font-size:16vw; pointer-events:none; }
.service-list article { position:relative; transition:background .25s ease; }
.service-list article:hover { background:rgba(255,255,255,.035); }
.portal-shell { border:0; border-radius:4px; box-shadow:0 18px 60px rgba(15,28,24,.1); }
.location-section { min-height:720px; grid-template-columns:.75fr 1.25fr; background:#e2e6e0; }
.location-media { position:relative; min-height:720px; overflow:hidden; }
.location-media img { width:100%; height:100%; object-fit:cover; }
.location-media::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,17,14,.62),transparent 55%); }
.location-media > div { position:absolute; left:42px; right:42px; bottom:38px; z-index:1; display:flex; align-items:end; justify-content:space-between; color:#fff; }
.location-media span { color:rgba(255,255,255,.62); font-size:.68rem; }
.location-media strong { font-family:Georgia,serif; font-size:2rem; font-weight:400; }
.management-link { opacity:.36; }
.footer { padding-top:105px; }
.reveal:nth-child(2) { transition-delay:.06s; }.reveal:nth-child(3) { transition-delay:.12s; }

@media (max-width: 980px) {
    h2 { font-size: 3.25rem; }
    .page-section { width: min(100% - 40px, 760px); }
    .desktop-nav { display: none; }
    .menu-button { display:inline-flex; align-items:center; }
    .hero { grid-template-columns: 1fr; min-height: 820px; padding: 150px 30px 70px; }
    .hero h1 { font-size: 6.2rem; }
    .hero-note { max-width: 320px; }
    .search-bar { grid-template-columns: repeat(3, 1fr); }
    .search-heading { grid-column: 1 / -1; min-height: 78px; border-bottom: 1px solid var(--line); }
    .search-submit { grid-column: 1 / -1; min-height: 58px; }
    .intro-grid, .section-heading, .portal-section { grid-template-columns: 1fr; gap: 36px; }
    .intro-grid h2 { font-size: 4.2rem; }
    .image-story { grid-template-columns: 1fr 1fr; }
    .image-story img { height: 480px; }
    .image-detail img { height: 350px; }
    .hotel-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto 340px 240px 240px; }
    .hotel-gallery > img:nth-of-type(1) { grid-row: auto; grid-column: 1 / -1; }
    .room-grid { grid-template-columns: repeat(2, 1fr); }
    .room-card { grid-template-columns:1fr; }
    .room-card img { min-height:310px; height:310px; }
    .panorama-images { grid-template-columns:1fr 1fr; }
    .panorama-images figure:first-child { grid-column:1/-1; }
    .panorama-images figure:nth-child(1) img { height:430px; }
    .service-list { grid-template-columns: 1fr 1fr; }
    .service-list article:nth-child(2) { border-right: 0; }
    .service-list article:nth-child(3), .service-list article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
    .services-band h2 { font-size: 4rem; }
    .portal-intro { max-width: 520px; }
    .location-section { grid-template-columns: 1fr; }
    .location-copy { min-height: 480px; padding: 80px 40px; }
    .map-art { min-height: 460px; }
    .footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    h2 { font-size: 2.65rem; }
    .page-section { width: calc(100% - 32px); }
    .topbar { inset: 10px 10px auto; min-height: 58px; padding: 7px 7px 7px 13px; }
    .account-button { display: none; }
    .hero-coordinates,.hero-scroll { display:none; }
    .nav-book { min-height: 42px; padding: 0 14px; }
    .hero { min-height: 740px; padding: 130px 20px 52px; }
    .hero h1 { font-size: 3.8rem; line-height: .86; }
    .hero-media { object-position:57% center; }
    .hero-copy { font-size: 1rem; }
    .hero-note { padding-left: 17px; }
    .search-wrap { width: calc(100% - 20px); margin-top: -20px; }
    .search-bar { grid-template-columns: 1fr 1fr; }
    .search-heading { grid-column: 1 / -1; padding: 17px; }
    .search-bar label { min-width: 0; padding: 16px; }
    .search-bar label:nth-of-type(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
    .search-submit { grid-column: 1 / -1; }
    .editorial-intro { padding-top: 105px; padding-bottom: 70px; }
    .intro-grid h2 { font-size: 3.15rem; }
    .image-story { grid-template-columns: 1fr; padding-bottom: 100px; }
    .image-story img, .image-detail img { height: 390px; }
    .image-detail { width: 75%; justify-self: end; }
    .hotel-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto repeat(4, 180px); padding-bottom: 100px; }
    .gallery-heading { display: block; }
    .hotel-gallery > img:nth-of-type(1) { grid-column: 1 / -1; height: 260px; }
    .hotel-gallery > img:nth-of-type(6) { grid-column: 1 / -1; }
    .rooms-section { padding-bottom: 100px; }
    .section-heading { margin-bottom: 30px; }
    .room-grid { grid-template-columns: 1fr; }
    .room-card { min-height:0; }
    .room-card img { height: 290px; }
    .panorama-strip { padding-bottom:100px; }
    .panorama-images { width:calc(100% - 24px); grid-template-columns:1fr 1fr; }
    .panorama-images figure:nth-child(1) img { height:310px; }.panorama-images figure:nth-child(2) img,.panorama-images figure:nth-child(3) img { height:230px; }
    .services-band { padding: 95px 0; }
    .services-band h2 { font-size: 3rem; }
    .service-list { grid-template-columns: 1fr; margin-top: 50px; }
    .service-list article, .service-list article + article { min-height: 190px; padding: 22px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.2); }
    .service-list h3 { margin-top: 45px; }
    .portal-section { padding-top: 100px; padding-bottom: 100px; }
    .portal-intro h2 { font-size: 3.2rem; }
    .empty-portal, .account-panel { padding: 24px; }
    .account-head { display: grid; }
    .account-tabs { overflow-x: auto; }
    .account-tabs button { white-space: nowrap; }
    .booking-item { grid-template-columns: 1fr; }
    .booking-item-side { justify-items: start; gap: 12px; }
    .profile-form { grid-template-columns: 1fr; }
    .profile-form label:first-child { grid-column: auto; }
    .admin-stats { grid-template-columns: 1fr 1fr; }
    .admin-room-grid { grid-template-columns: 1fr; }
    .admin-split, .unit-grid { grid-template-columns: 1fr; }
    .unit-item { grid-template-columns: minmax(0, 1fr) 100px; }
    .unit-item .plain-button { grid-column: 1 / -1; }
    .field-pair { grid-template-columns: 1fr; }
    .location-copy { min-height: 440px; padding: 70px 22px; }
    .location-copy h2 { font-size: 3.2rem; }
    .map-art { min-height: 380px; }
    .location-section { min-height:0; }
    .location-media { min-height:480px; }
    .location-media > div { left:20px; right:20px; bottom:22px; display:grid; gap:8px; }
    .footer { grid-template-columns: 1fr; gap: 32px; padding: 65px 24px 24px; }
    .footer-bottom { display: grid; gap: 10px; margin-top: 25px; }
    .chat-launcher { right: 12px; bottom: 12px; }
    .chat-panel { right: 8px; bottom: 70px; width: calc(100vw - 16px); }
    .modal { padding: 30px 20px 24px; }
    .modal-heading h2 { font-size: 2.25rem; }
}

@media (max-width: 360px) {
    .hero h1 { font-size: 3.1rem; }
}

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