: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; }
body.menu-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; }
}

/* UI refinement: icon system, glass controls and richer editorial depth */
.icon { width: 1.15rem; height: 1.15rem; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; }
.icon-arrow { transition: transform .2s ease; }
a:hover .icon-arrow, button:hover .icon-arrow { transform: translateX(3px); }
.primary-button { gap: 10px; border-radius: 4px; box-shadow: 0 10px 25px rgba(8, 31, 27, .1); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(8, 31, 27, .16); }
.primary-button:active { transform: translateY(0); }
.primary-button:disabled { transform: none; box-shadow: none; }

.topbar { gap: 20px; border-radius: 8px; background: rgba(7, 25, 22, .52); box-shadow: 0 16px 55px rgba(3, 16, 14, .1); }
.topbar.scrolled { border-color: rgba(255,255,255,.12); background: rgba(8, 34, 29, .88); box-shadow: 0 18px 55px rgba(3,16,14,.22); }
@supports (backdrop-filter: blur(1px)) {
    .topbar, .topbar.scrolled { backdrop-filter: blur(22px) saturate(1.25); }
}
.desktop-nav a { color: rgba(255,255,255,.67); }
.desktop-nav a::after { bottom: 0; background: var(--sun); }
.desktop-nav a.active, .desktop-nav a[aria-current="location"] { color: var(--white); }
.desktop-nav a.active::after { right: 0; }
.nav-actions { gap: 6px; }
.nav-contact { display: flex; gap: 4px; padding-right: 6px; border-right: 1px solid rgba(255,255,255,.17); }
.icon-button { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.055); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.icon-button:hover { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.13); color: var(--white); }
.icon-button[data-tooltip]::after { content: attr(data-tooltip); position: absolute; top: calc(100% + 10px); left: 50%; padding: 6px 8px; border-radius: 3px; background: var(--ink); color: var(--white); font-size: .62rem; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(-50%, -4px); transition: opacity .2s ease, transform .2s ease; }
.icon-button[data-tooltip]:hover::after, .icon-button[data-tooltip]:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.account-button, .menu-button, .nav-book { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 4px; }
.account-button { background: rgba(255,255,255,.06); }
.account-button:hover { background: rgba(255,255,255,.13); }
.nav-book { box-shadow: 0 8px 24px rgba(0,0,0,.12); }

.hero-content { text-shadow: 0 2px 24px rgba(0,0,0,.12); }
.hero-media-stack { position: absolute; inset: -4% 0 auto; z-index: -2; width: 100%; height: 108%; overflow: hidden; will-change: transform; }
.hero-media-stack .hero-media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.035); will-change: opacity, transform; }
.hero-media-primary { animation: hero-scene-primary 18s ease-in-out infinite; }
.hero-media-secondary { opacity: 0; object-position: center 55%; animation: hero-scene-secondary 18s ease-in-out infinite; }
@keyframes hero-scene-primary { 0%, 43% { opacity: 1; transform: scale(1.04) translate3d(0,0,0); } 52%, 93% { opacity: 0; transform: scale(1.11) translate3d(-1.5%,1%,0); } 100% { opacity: 1; transform: scale(1.04) translate3d(0,0,0); } }
@keyframes hero-scene-secondary { 0%, 43% { opacity: 0; transform: scale(1.11) translate3d(1.5%,0,0); } 52%, 93% { opacity: 1; transform: scale(1.04) translate3d(0,-1%,0); } 100% { opacity: 0; transform: scale(1.11) translate3d(1.5%,0,0); } }
.motion-toggle { position: absolute; left: max(20px, calc((100vw - 1280px) / 2)); bottom: 26px; z-index: 3; min-height: 34px; padding: 0 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; background: rgba(5,20,18,.32); color: rgba(255,255,255,.74); font-size: .62rem; backdrop-filter: blur(10px); }
.motion-toggle:hover { border-color: rgba(255,255,255,.55); color: var(--white); }
.motion-paused .hero-media-primary { opacity: 1; animation: none; transform: scale(1.04); }
.motion-paused .hero-media-secondary { opacity: 0; animation: none; }
.hero-primary { min-width: 258px; justify-content: space-between; padding-inline: 19px; text-shadow: none; }
.glass-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid rgba(255,255,255,.32); border-radius: 4px; background: rgba(255,255,255,.08); color: var(--white); font-size: .82rem; font-weight: 700; backdrop-filter: blur(12px); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.glass-button:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.16); color: var(--white); transform: translateY(-2px); }
.hero-trust > div { grid-template-columns: 30px 1fr; column-gap: 10px; }
.hero-trust .icon { grid-row: 1 / 3; align-self: center; width: 20px; height: 20px; color: var(--sun); }
.hero-trust span, .hero-trust strong { grid-column: 2; }

.booking-intro { border-radius: 4px 4px 0 0; }
.search-bar { overflow: hidden; border-radius: 0 8px 8px 8px; }
.search-bar label > span { display: flex; align-items: center; gap: 7px; }
.search-bar label > span .icon { width: 14px; height: 14px; color: var(--copper); }
.search-bar label:focus-within { background: #faf9f6; box-shadow: inset 0 -2px var(--lake); }
.search-bar input, .search-bar select { cursor: pointer; }
.search-submit { justify-content: center; border-radius: 0; box-shadow: none; }
.search-submit:hover { transform: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.booking-assurance span { display: inline-flex; align-items: center; gap: 6px; }
.booking-assurance .icon { width: 14px; height: 14px; color: var(--forest); }
.booking-assurance span::before { display: none; }

.positioning { position: relative; isolation: isolate; }
.positioning::before { content: ""; position: absolute; right: max(20px, calc((100vw - 1420px) / 2)); top: 105px; z-index: -1; width: 290px; aspect-ratio: 1; background: url('/assets/brand/panoramico-crest.webp') center / contain no-repeat; opacity: .035; pointer-events: none; }
.visual-story figure, .gallery-track figure { border-radius: 6px; }
.story-facts > div { display: grid; grid-template-columns: 40px 1fr; column-gap: 13px; align-items: center; }
.story-facts .icon { grid-row: 1 / 3; width: 22px; height: 22px; color: var(--copper); }
.story-facts dt, .story-facts dd { grid-column: 2; }

.rooms-section { position: relative; background: #e7ece9; }
.rooms-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(18,60,53,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18,60,53,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent); }
.rooms-inner { position: relative; }
.room-card { overflow: hidden; border-radius: 8px; transition: transform .3s ease, box-shadow .3s ease; }
.room-card:hover { transform: translateY(-6px); }
.room-card img { filter: saturate(.88) contrast(1.025); }
.room-footer button { min-width: 146px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-color: var(--copper); border-radius: 4px; background: var(--copper); color: var(--white); box-shadow: 0 9px 22px rgba(198,95,61,.18); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.room-footer button:hover { border-color: #9f452d; background: #9f452d; color: var(--white); transform: translateY(-2px); }

.direct-booking-band { position: relative; isolation: isolate; background: url('/assets/images/panoramico-02.jpg') center 42% / cover no-repeat; }
.direct-booking-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(5, 27, 23, .89); }
.direct-booking-band::after { content: ""; position: absolute; inset: 24px; z-index: -1; border: 1px solid rgba(255,255,255,.1); pointer-events: none; }
.direct-options a { transition: background .25s ease, padding .25s ease; }
.direct-options a:hover { background: rgba(255,255,255,.06); padding-right: 24px; padding-left: 18px; }
.direct-options a + a:hover { padding-left: 50px; }
.option-icon { position: absolute; top: 24px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--sun); font-style: normal; }
.direct-options b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.direct-options b .icon { width: 16px; height: 16px; }

.services-grid article { position: relative; transition: background .25s ease, padding .25s ease; }
.services-grid article:hover { background: var(--white); padding-right: 22px; padding-left: 22px; }
.services-grid article + article:hover { padding-left: 34px; }
.services-grid article > i { position: absolute; top: 24px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); font-style: normal; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.services-grid article:hover > i { border-color: var(--forest); background: var(--forest); color: var(--white); }
.services-grid article > i .icon { width: 21px; height: 21px; }
.services-grid h3 { margin-top: 88px; }

.portal-section { position: relative; }
.portal-shell { overflow: hidden; border: 1px solid rgba(18,60,53,.08); border-radius: 8px; background: rgba(255,255,255,.78); backdrop-filter: blur(10px); }
.empty-portal { position: relative; }
.empty-portal::after { content: ""; position: absolute; right: -45px; bottom: -70px; width: 250px; aspect-ratio: 1; background: url('/assets/brand/panoramico-crest.webp') center / contain no-repeat; opacity: .035; pointer-events: none; }
.portal-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); font-style: normal; }
.portal-icon .icon { width: 21px; height: 21px; }
.account-head .plain-button, .account-tabs button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 4px; }
.account-tabs .icon { width: 16px; height: 16px; }

.location-button { gap: 9px; }
.contact-links a { display: flex; align-items: center; gap: 8px; }
.location-media { isolation: isolate; }
.location-media::before { content: ""; position: absolute; inset: 0; z-index: 1; border: 1px solid rgba(255,255,255,.24); margin: 20px; pointer-events: none; }

.chat-launcher { min-width: 204px; min-height: 54px; gap: 10px; border-radius: 8px; box-shadow: 0 18px 45px rgba(8,31,27,.24); }
.chat-launcher > .icon { width: 19px; height: 19px; }
.chat-launcher b .icon { width: 14px; height: 14px; }
.chat-panel { border-radius: 8px; }
.chat-panel header { align-items: center; justify-content: initial; gap: 11px; }
.chat-panel header > i { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--sun); font-style: normal; }
.chat-panel header > i .icon { width: 18px; height: 18px; }
.chat-panel header > div { flex: 1; }
.chat-panel header button { display: grid; place-items: center; border-radius: 4px; }
.chat-panel header button:hover { background: rgba(255,255,255,.1); }
.chat-panel header button .icon { width: 19px; height: 19px; }
.chat-panel form button { min-width: 92px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 4px; }
.chat-panel form button:disabled { cursor: wait; opacity: .65; }
.chat-panel form button .icon { width: 15px; height: 15px; }
.typing-message { display: flex; align-items: center; gap: 4px; min-height: 39px; }
.typing-message i { width: 5px; height: 5px; border-radius: 50%; background: var(--muted); animation: typing-dot 1s ease-in-out infinite; }
.typing-message i:nth-child(2) { animation-delay: .14s; }
.typing-message i:nth-child(3) { animation-delay: .28s; }
@keyframes typing-dot { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

@media (max-width: 1180px) {
    .nav-contact { display: none; }
}

@media (max-width: 760px) {
    .topbar { gap: 7px; border-radius: 6px; }
    .hero-primary { min-width: 0; }
    .glass-button { width: 100%; }
    .booking-assurance .icon { width: 13px; height: 13px; }
    .positioning::before { width: 190px; top: 70px; }
    .rooms-section::before { background-size: 48px 48px; }
    .direct-booking-band::after { inset: 10px; }
    .direct-options a:hover, .direct-options a + a:hover { padding-left: 0; padding-right: 40px; }
    .option-icon { top: 20px; }
    .direct-options strong { margin-top: 52px; }
    .services-grid article:hover, .services-grid article + article:hover { padding-left: 14px; padding-right: 14px; }
    .services-grid article > i { top: 20px; }
    .services-grid h3 { margin-top: 82px; }
    .portal-shell { border-radius: 6px; }
    .mobile-conversion { padding: 6px 8px calc(6px + env(safe-area-inset-bottom)); gap: 5px; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
    .mobile-conversion a { min-height: 52px; gap: 4px; border: 0; border-radius: 4px; background: rgba(18,60,53,.055); }
    .mobile-conversion .icon { width: 17px; height: 17px; }
    .mobile-conversion .mobile-reserve { box-shadow: 0 8px 20px rgba(198,95,61,.2); }
    .chat-launcher { min-width: 50px; width: 50px; }
    .chat-launcher > .icon { display: block; }
    .chat-launcher b { display: none; }
}

@media (max-width: 430px) {
    .brand-copy strong { font-size: .98rem; }
    .nav-book { min-width: 43px; width: 43px; padding: 0; }
    .nav-book span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .menu-button span { display: none; }
    .menu-button { width: 38px; padding: 0; justify-content: center; }
}

@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; }
    .hero-media { transform: none !important; }
    .hero-media-primary { opacity: 1; animation: none; }
    .hero-media-secondary { display: none; animation: none; }
    .motion-toggle { display: none; }
    .typing-message i { opacity: .65; }
}

/* Panoramico 2026: contemporary Patagonian hospitality */
:root {
    --ink: #17201e;
    --forest: #123c35;
    --forest-dark: #0b2521;
    --copper: #c65f3d;
    --lake: #287788;
    --sun: #e6b84d;
    --paper: #f5f3ee;
    --soft: #e8ece8;
    --white: #fff;
    --muted: #626b68;
    --line: rgba(23, 32, 30, .16);
    --shadow: 0 24px 70px rgba(10, 31, 27, .16);
}

body { overflow-x: hidden; background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; }
body::selection { background: var(--sun); color: var(--ink); }
h1, h2 { font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif; }
h2 { font-size: clamp(2.8rem, 5.2vw, 5.4rem); line-height: .96; }
a, button, input, select, textarea { border-radius: 0; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.page-section { width: min(1280px, calc(100% - 64px)); }
.eyebrow { color: var(--copper); font-size: .7rem; letter-spacing: .08em; }
.eyebrow.light { color: #efc7ac; }
.primary-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--forest); background: var(--forest); color: var(--white); font-weight: 700; transition: background .2s ease, color .2s ease, transform .2s ease; }
.primary-button:hover { background: var(--lake); border-color: var(--lake); }
.text-link { transition: color .2s ease; }
.text-link:hover { color: var(--copper); }

.scroll-progress { height: 2px; background: var(--sun); }
.topbar { inset: 18px max(20px, calc((100vw - 1480px) / 2)) auto; min-height: 72px; grid-template-columns: auto 1fr auto; padding: 10px 10px 10px 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 2px; background: rgba(7, 25, 22, .4); box-shadow: none; }
.topbar.scrolled { top: 10px; background: rgba(8, 34, 29, .94); }
.brand { min-width: 185px; display: flex; align-items: center; gap: 10px; }
.brand > img { width: 45px; height: 45px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: grid; line-height: 1; }
.brand strong { font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 1.25rem; font-weight: 400; text-transform: none; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: .54rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { gap: 30px; font-size: .78rem; }
.nav-book { min-width: 108px; min-height: 50px; justify-content: center; background: var(--sun); color: var(--ink); }
.nav-book:hover { background: var(--white); color: var(--ink); }
.account-button { font-size: .77rem; }

.hero { min-height: min(900px, 100svh); grid-template-columns: minmax(0, 1fr); align-items: end; padding: 160px max(32px, calc((100vw - 1280px) / 2)) 122px; background: #0b2521; }
.hero::before { z-index: -1; background: linear-gradient(90deg, rgba(5,20,18,.86) 0%, rgba(5,20,18,.47) 50%, rgba(5,20,18,.13) 80%), linear-gradient(0deg, rgba(4,18,16,.84) 0%, transparent 60%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.14) 50%, transparent 50.1%); pointer-events: none; opacity: .45; }
.hero-media { inset: -4% 0 auto; width: 100%; height: 108%; object-position: center 45%; filter: saturate(.85) contrast(1.03); }
.hero-content { max-width: 800px; }
.hero h1 { margin: 0; font-size: clamp(5rem, 10.5vw, 10.8rem); line-height: .76; }
.hero-tagline { margin: 18px 0 12px; color: #f4d47e; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); }
.hero-copy { max-width: 600px; margin-bottom: 26px; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.hero-primary { border-color: var(--sun); background: var(--sun); color: var(--ink); }
.hero-primary:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-secondary { min-height: 54px; display: inline-flex; align-items: center; padding: 0 2px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: .84rem; font-weight: 700; }
.hero-secondary:hover { border-color: var(--sun); color: var(--sun); }
.hero-trust { position: absolute; right: max(32px, calc((100vw - 1280px) / 2)); bottom: 122px; z-index: 2; width: 265px; display: grid; border-top: 1px solid rgba(255,255,255,.32); }
.hero-trust > div { display: grid; gap: 4px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.hero-trust span { color: rgba(255,255,255,.57); font-size: .63rem; text-transform: uppercase; }
.hero-trust strong { font-size: .82rem; font-weight: 600; }
.hero-scroll { right: 24px; bottom: 32px; }

.search-wrap { position: relative; z-index: 4; width: min(1400px, calc(100% - 48px)); margin: -54px auto 0; }
.booking-intro { display: flex; align-items: center; gap: 13px; width: fit-content; padding: 9px 15px; background: var(--sun); color: var(--ink); font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.booking-intro p { margin: 0; }
.booking-intro span { opacity: .58; }
.search-bar { min-height: 128px; grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(145px, .7fr)) minmax(190px, .9fr); border: 0; background: var(--white); box-shadow: 0 30px 80px rgba(8,31,27,.16); }
.search-heading { padding: 26px 30px; background: var(--forest-dark); }
.search-heading span { color: rgba(255,255,255,.55); letter-spacing: .05em; }
.search-heading strong { font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.search-bar label { justify-content: center; padding: 22px; }
.search-bar label span { font-size: .65rem; letter-spacing: .06em; }
.search-bar input, .search-bar select { font-size: .9rem; }
.search-submit { gap: 18px; min-height: 100%; border: 0; background: var(--copper); }
.search-submit:hover { background: #a9482d; }
.search-submit b { font-size: 1.25rem; }
.booking-assurance { display: flex; justify-content: flex-end; gap: 26px; padding: 13px 6px 0; color: var(--muted); font-size: .65rem; }
.booking-assurance span::before { content: "✓"; margin-right: 6px; color: var(--forest); font-weight: 800; }

.positioning { padding: 180px 0 120px; }
.positioning-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(50px, 9vw, 130px); align-items: end; }
.positioning h2 { margin: 0; }
.positioning .lead { margin-bottom: 34px; color: var(--muted); font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 1.38rem; line-height: 1.55; }

.visual-story { display: grid; grid-template-columns: minmax(280px, 1.08fr) minmax(260px, .82fr) minmax(220px, .62fr); gap: clamp(24px, 4vw, 58px); align-items: center; padding-bottom: 170px; }
.visual-story figure { margin: 0; overflow: hidden; }
.visual-story img { height: 660px; object-fit: cover; filter: saturate(.88); transition: transform .8s ease, filter .4s ease; }
.visual-story figure:hover img { transform: scale(1.025); filter: saturate(1); }
.story-secondary { align-self: end; }
.story-secondary img { height: 440px; }
.visual-story figcaption { display: flex; gap: 16px; padding-top: 12px; color: var(--muted); font-size: .7rem; }
.visual-story figcaption span { color: var(--copper); }
.story-copy h2 { font-size: clamp(2.9rem, 4.4vw, 4.8rem); }
.story-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.story-facts { margin: 34px 0 0; }
.story-facts > div { padding: 15px 0; border-top: 1px solid var(--line); }
.story-facts dt { color: var(--copper); font-size: .62rem; text-transform: uppercase; }
.story-facts dd { margin: 5px 0 0; font-size: .79rem; }

.rooms-section { padding: 140px 0 155px; background: #e8ece8; }
.section-heading { grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 420px; color: var(--muted); line-height: 1.8; }
.availability-status { margin: 28px 0; color: var(--forest); font-size: .8rem; font-weight: 700; }
.room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.room-card { min-height: 480px; grid-template-columns: 1.08fr .92fr; border: 0; border-radius: 0; background: var(--white); box-shadow: none; }
.room-card:hover { box-shadow: 0 24px 55px rgba(10,31,27,.12); }
.room-card img { min-height: 480px; height: 100%; }
.room-card-body { padding: 32px; }
.room-card h3 { margin: 12px 0; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 2rem; font-weight: 400; }
.room-kicker { font-size: .61rem; }
.feature-list { gap: 7px; }
.feature-list li::before { color: var(--copper); }
.room-footer button { min-height: 48px; background: var(--forest); }
.room-footer button:hover { background: var(--lake); }
.no-rooms { grid-column: 1 / -1; padding: 50px; background: var(--white); }

.direct-booking-band { padding: 140px 0; background: var(--forest-dark); color: var(--white); }
.direct-booking-band h2 { max-width: 920px; margin-bottom: 70px; }
.direct-options { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.direct-options a { position: relative; min-height: 190px; display: grid; align-content: end; gap: 6px; padding: 25px 34px 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.direct-options a + a { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.2); }
.direct-options span { position: absolute; top: 24px; color: var(--sun); font-size: .65rem; }
.direct-options strong { font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.direct-options small { color: rgba(255,255,255,.57); }
.direct-options b { position: absolute; right: 20px; top: 20px; font-size: 1.2rem; transition: transform .2s ease; }
.direct-options a:hover b { transform: translate(4px, -4px); }

.services-section { padding: 155px 0; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.services-grid article { min-height: 310px; padding: 24px 28px 24px 0; border-bottom: 1px solid var(--line); }
.services-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.services-grid span { color: var(--copper); font-size: .65rem; }
.services-grid h3 { margin-top: 95px; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.services-grid p { color: var(--muted); font-size: .82rem; line-height: 1.7; }

.gallery-band { overflow: hidden; padding: 0 0 150px; }
.gallery-track { width: min(1540px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 10px; align-items: end; }
.gallery-track figure { position: relative; margin: 0; overflow: hidden; }
.gallery-track img { height: 480px; object-fit: cover; filter: saturate(.85); transition: transform .8s ease; }
.gallery-track figure:nth-child(2) img { height: 380px; }
.gallery-track figure:hover img { transform: scale(1.025); }
.gallery-track figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; background: rgba(8,31,27,.78); color: var(--white); font-size: .67rem; }

.portal-section { padding: 140px 0; grid-template-columns: .75fr 1.25fr; }
.portal-intro h2 { font-size: clamp(3rem, 4.8vw, 5rem); }
.portal-shell { border-radius: 0; box-shadow: 0 18px 60px rgba(10,31,27,.1); }
.empty-portal { min-height: 400px; align-content: center; padding: 50px; }

.location-section { min-height: 760px; grid-template-columns: 1.15fr .85fr; background: #dfe8e7; }
.location-media { min-height: 760px; }
.location-media img { filter: saturate(.88); }
.location-copy { padding: 100px max(42px, calc((100vw - 1280px) / 2)); padding-left: clamp(45px, 7vw, 110px); }
.location-copy h2 { max-width: 560px; font-size: clamp(3.2rem, 5vw, 5.5rem); }
.location-button { justify-self: start; margin-top: 25px; }
.contact-links { margin-top: 40px; }

.footer { grid-template-columns: 1.35fr .6fr .8fr; gap: 70px; padding: 100px max(32px, calc((100vw - 1280px) / 2)) 28px; background: #071d1a; }
.footer-brand { font-size: 2.6rem; text-transform: none; }
.footer-brand > img { width: 94px; height: 94px; margin-bottom: 20px; object-fit: contain; }
.footer-brand > div { display: grid; }
.footer-brand > div span { color: rgba(255,255,255,.52); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand p { max-width: 330px; margin-top: 24px; color: rgba(255,255,255,.5); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .78rem; line-height: 1.7; }
.footer > div:not(.footer-brand):not(.footer-bottom) { gap: 11px; }
.management-link { opacity: .38; }

.chat-launcher { min-width: 178px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 10px 0 17px; border-radius: 2px; background: var(--copper); }
.chat-launcher b { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 1rem; }
.chat-panel { border-radius: 2px; }
.chat-suggestions { display: flex; gap: 6px; padding: 10px 12px; overflow-x: auto; background: #f4f2ed; }
.chat-suggestions button { flex: 0 0 auto; min-height: 34px; padding: 0 10px; border: 1px solid var(--line); background: var(--white); color: var(--forest); font-size: .68rem; }
.chat-suggestions button:hover { border-color: var(--forest); }
.mobile-conversion { display: none; }

@media (max-width: 1080px) {
    .desktop-nav { display: none; }
    .menu-button { display: inline-flex; align-items: center; }
    .hero-trust { width: 230px; }
    .search-bar { grid-template-columns: repeat(3, 1fr); }
    .search-heading { grid-column: 1 / -1; min-height: 78px; }
    .search-submit { grid-column: 1 / -1; min-height: 62px; }
    .visual-story { grid-template-columns: 1fr 1fr; }
    .story-copy { grid-row: 1; grid-column: 1 / -1; max-width: 700px; margin-bottom: 35px; }
    .visual-story img { height: 560px; }
    .story-secondary img { height: 560px; }
    .room-card { grid-template-columns: 1fr; }
    .room-card img { min-height: 340px; height: 340px; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .services-grid article:nth-child(3) { border-left: 0; }
    .portal-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    body { padding-bottom: 66px; }
    .page-section { width: calc(100% - 32px); }
    .topbar { inset: 8px 8px auto; min-height: 58px; padding: 6px 6px 6px 13px; }
    .brand { min-width: 0; gap: 7px; }
    .brand > img { width: 38px; height: 38px; }
    .brand strong { font-size: 1.05rem; }
    .brand small { font-size: .45rem; }
    .account-button { display: none; }
    .nav-book { min-width: 84px; min-height: 44px; padding: 0 12px; }
    .menu-button { padding: 0 8px; }
    .mobile-menu { align-content: center; gap: 18px; padding: 100px 24px 90px; }
    .mobile-menu a, .mobile-menu button { font-size: clamp(1.8rem, 9vw, 3.2rem); }
    .mobile-menu-contact { display: flex; gap: 22px; margin-top: 14px; }
    .mobile-menu-contact a { border-bottom: 1px solid rgba(255,255,255,.4); font-family: inherit; font-size: .8rem; }
    .hero { min-height: 790px; align-items: end; padding: 128px 20px 115px; }
    .hero::after { display: none; }
    .hero-media { object-position: 58% center; }
    .hero h1 { font-size: clamp(4rem, 20vw, 6.5rem); overflow-wrap: anywhere; }
    .hero-tagline { font-size: 1.75rem; }
    .hero-copy { max-width: 470px; font-size: .95rem; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
    .hero-primary, .hero-secondary { width: 100%; justify-content: center; }
    .hero-trust, .hero-scroll { display: none; }
    .search-wrap { width: calc(100% - 16px); margin-top: -38px; }
    .booking-intro { margin-left: 8px; }
    .search-bar { grid-template-columns: 1fr 1fr; }
    .search-heading { grid-column: 1 / -1; padding: 20px; }
    .search-bar label { min-width: 0; padding: 17px 14px; }
    .search-bar label:nth-of-type(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
    .search-submit { grid-column: 1 / -1; }
    .booking-assurance { justify-content: flex-start; gap: 8px 16px; flex-wrap: wrap; padding: 12px 8px 0; }
    .positioning { padding: 115px 0 80px; }
    .positioning-grid, .section-heading { grid-template-columns: 1fr; gap: 30px; }
    .positioning .lead { font-size: 1.18rem; }
    .visual-story { grid-template-columns: 1fr; gap: 45px; padding-bottom: 110px; }
    .story-copy { grid-row: auto; grid-column: auto; margin: 0; }
    .visual-story img, .story-secondary img { height: min(125vw, 590px); }
    .story-secondary { width: 72%; justify-self: end; }
    .rooms-section { padding: 100px 0; }
    .room-grid { grid-template-columns: 1fr; }
    .room-card img { height: 300px; min-height: 300px; }
    .direct-booking-band { padding: 100px 0; }
    .direct-booking-band h2 { margin-bottom: 45px; }
    .direct-options { grid-template-columns: 1fr; }
    .direct-options a, .direct-options a + a { min-height: 150px; padding: 22px 40px 22px 0; border-left: 0; }
    .direct-options a + a { padding-left: 0; }
    .services-section { padding: 105px 0; }
    .services-grid { grid-template-columns: 1fr; margin-top: 45px; }
    .services-grid article, .services-grid article + article { min-height: 210px; padding: 22px 0; border-left: 0; }
    .services-grid h3 { margin-top: 45px; }
    .gallery-band { padding-bottom: 100px; }
    .gallery-track { width: calc(100% - 16px); grid-template-columns: 1fr 1fr; }
    .gallery-track figure:first-child { grid-column: 1 / -1; }
    .gallery-track img { height: 280px; }
    .gallery-track figure:nth-child(2) img, .gallery-track figure:nth-child(3) img { height: 230px; }
    .portal-section { padding: 100px 0; }
    .empty-portal { min-height: 330px; padding: 28px; }
    .location-section { min-height: 0; grid-template-columns: 1fr; }
    .location-media { min-height: 520px; }
    .location-copy { padding: 85px 22px; }
    .footer { grid-template-columns: 1fr; gap: 36px; padding: 70px 24px 30px; }
    .footer-bottom { margin-top: 20px; padding-bottom: 10px; }
    .mobile-conversion { position: fixed; inset: auto 0 0; z-index: 34; min-height: 66px; display: grid; grid-template-columns: .75fr .85fr 1.4fr; background: var(--white); box-shadow: 0 -8px 30px rgba(8,31,27,.14); }
    .mobile-conversion a { display: grid; place-items: center; align-content: center; gap: 2px; border-right: 1px solid var(--line); color: var(--forest); font-size: .62rem; font-weight: 700; }
    .mobile-conversion a span { font-size: .9rem; }
    .mobile-conversion .mobile-reserve { background: var(--copper); color: var(--white); font-size: .8rem; }
    .chat-launcher { right: 12px; bottom: 78px; min-width: 48px; width: 48px; padding: 0 9px; }
    .chat-launcher span { display: none; }
    .chat-panel { bottom: 136px; }
}

@media (max-width: 380px) {
    .hero h1 { font-size: 3.65rem; }
    .nav-book { min-width: 76px; padding: 0 9px; font-size: .72rem; }
    .brand > img { width: 34px; height: 34px; }
    .brand small { display: none; }
    .menu-button { font-size: .72rem; }
    .booking-assurance span:last-child { display: none; }
    .room-card-body { padding: 24px; }
}

@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; }
    .hero-media { transform: none !important; }
}

/* Responsive geometry audit: stable controls, optical centering and safe areas */
.icon { vertical-align: middle; pointer-events: none; }
.chat-launcher[aria-expanded="true"] { pointer-events: none; }

@media (max-width: 1080px) {
    .topbar { grid-template-columns: minmax(0, 1fr) auto; }
    .nav-actions { grid-column: 2; justify-self: end; }
}

@media (max-width: 760px) {
    body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
    .topbar { grid-template-columns: minmax(0, 1fr) auto; }
    .nav-actions { min-width: 0; }
    .menu-button, .nav-book { flex: 0 0 auto; min-height: 44px; }
    .hero { min-height: max(790px, 100svh); padding-bottom: 122px; }
    .hero h1 {
        max-width: 100%;
        font-size: clamp(3.4rem, 17vw, 5.5rem);
        line-height: .82;
        overflow-wrap: normal;
        white-space: nowrap;
    }
    .motion-toggle { left: 20px; right: auto; bottom: 100px; min-height: 32px; }
    .mobile-conversion {
        height: calc(66px + env(safe-area-inset-bottom));
        min-height: calc(66px + env(safe-area-inset-bottom));
        padding-bottom: calc(6px + env(safe-area-inset-bottom));
    }
    .mobile-conversion a { min-width: 0; min-height: 48px; }
    .mobile-conversion a span { line-height: 1.1; text-align: center; }
    .chat-launcher {
        right: 12px;
        bottom: calc(78px + env(safe-area-inset-bottom));
        width: 52px;
        min-width: 52px;
        height: 52px;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 0;
        border-radius: 6px;
    }
    .chat-launcher > .icon { width: 20px; height: 20px; margin: 0; }
    .chat-launcher b { display: none; }
    .chat-launcher[aria-expanded="true"] { opacity: 0; visibility: hidden; }
    .chat-panel { bottom: calc(78px + env(safe-area-inset-bottom)); max-height: calc(100svh - 98px - env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
    .hero h1 { font-size: clamp(3.2rem, 16.5vw, 3.65rem); }
    .brand strong { font-size: .94rem; }
    .mobile-conversion { grid-template-columns: .72fr .88fr 1.4fr; }
}

/* Visual rhythm: brighter Patagonia, clearer actions and composed navigation */
:root {
    --sky: #dcebed;
    --sky-deep: #2d7581;
    --sun-soft: #f8edc4;
    --coral: #d46647;
}

body { background: #f8f7f3; }
.menu-button { display: none; }
.hero-media-stack .hero-media { filter: saturate(1.03) contrast(1.045); }
.hero::before { background: linear-gradient(90deg, rgba(5,20,18,.78) 0%, rgba(5,20,18,.35) 52%, rgba(5,20,18,.08) 82%), linear-gradient(0deg, rgba(4,18,16,.72) 0%, transparent 60%); }
.rooms-section { background: #e8f0ee; }
.services-section { padding: 135px 0 90px; background: #fffdf7; }
.services-grid { border-top-color: rgba(18,60,53,.2); }
.services-grid article:nth-child(2) > i { border-color: rgba(45,117,129,.32); background: var(--sky); color: var(--sky-deep); }
.services-grid article:nth-child(3) > i { border-color: rgba(230,184,77,.42); background: var(--sun-soft); color: #8a6510; }
.services-grid article:nth-child(4) > i { border-color: rgba(212,102,71,.3); background: #f8e5df; color: var(--coral); }

.direct-booking-band { padding: 125px 0; background-image: url('/assets/images/panoramico-02.jpg'); background-position: center 46%; background-size: cover; background-repeat: no-repeat; }
.direct-booking-band::before { background: rgba(5, 37, 32, .66); }
.direct-booking-band::after { inset: 18px; border-color: rgba(255,255,255,.16); }
.direct-booking-band h2 { max-width: 850px; margin-bottom: 48px; color: #fffdf7; }
.direct-options { gap: 12px; border: 0; }
.direct-options a,
.direct-options a + a {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 6px;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(10px);
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.direct-options a + a { padding-left: 28px; }
.direct-options a:hover,
.direct-options a + a:hover { padding: 28px; border-color: var(--sun); background: var(--sun); color: var(--ink); transform: translateY(-5px); }
.direct-options a:hover small { color: rgba(23,32,30,.7); }
.direct-options .option-icon { left: 28px; top: 28px; width: 48px; height: 48px; border-color: rgba(230,184,77,.55); background: rgba(230,184,77,.1); }
.direct-options strong { font-size: 1.58rem; }
.direct-options small { color: rgba(255,255,255,.7); }
.direct-options b { right: 24px; top: 24px; }

.gallery-band { padding: 115px 0 140px; background: var(--sky); }
.gallery-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 70px; align-items: end; margin-bottom: 46px; }
.gallery-intro h2 { max-width: 720px; margin: 0; }
.gallery-intro > p { margin: 0 0 8px; color: #4f6566; font-size: 1rem; line-height: 1.75; }
.gallery-track { width: min(1370px, calc(100% - 64px)); grid-template-columns: 1.08fr .92fr 1fr; gap: 14px; align-items: stretch; }
.gallery-track figure { width: 100%; min-width: 0; height: clamp(300px, 26vw, 390px); border-radius: 6px; box-shadow: 0 18px 45px rgba(10,45,42,.11); }
.gallery-track img,
.gallery-track figure:nth-child(2) img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02) contrast(1.02); }
.gallery-track figcaption { left: 12px; bottom: 12px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 3px; background: rgba(7,37,33,.82); }

@media (min-width: 1081px) {
    .menu-button { display: none !important; }
    .mobile-menu { display: none !important; }
}

@media (max-width: 1080px) {
    .menu-button { display: inline-flex; }
    .mobile-menu {
        inset: 0;
        z-index: 29;
        align-content: center;
        justify-items: stretch;
        gap: 0;
        padding: 112px max(28px, calc((100vw - 720px) / 2)) 54px;
        background: #082d27;
    }
    .mobile-menu > a,
    .mobile-menu > button {
        width: 100%;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 0;
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
        background: transparent;
        font-family: "Iowan Old Style", Baskerville, Georgia, serif;
        font-size: clamp(2rem, 5.2vw, 3.35rem);
        line-height: 1;
        text-align: left;
    }
    .mobile-menu > a:hover,
    .mobile-menu > button:hover { color: var(--sun); }
    .mobile-menu > button .icon { width: 24px; height: 24px; margin-right: 14px; }
    .mobile-menu > button { justify-content: flex-start; }
    .mobile-menu-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
    .mobile-menu-contact a {
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.24);
        border-radius: 4px;
        font-family: Inter, "Segoe UI", Arial, sans-serif;
        font-size: .82rem;
        font-weight: 700;
    }
}

@media (max-width: 760px) {
    .direct-booking-band { padding: 92px 0; }
    .direct-booking-band h2 { margin-bottom: 34px; }
    .direct-options { gap: 10px; }
    .direct-options a,
    .direct-options a + a { min-height: 158px; padding: 22px; }
    .direct-options a:hover,
    .direct-options a + a:hover { padding: 22px; }
    .direct-options .option-icon { left: 22px; top: 20px; width: 42px; height: 42px; }
    .direct-options strong { margin-top: 48px; }
    .services-section { padding: 95px 0 55px; }
    .gallery-band { padding: 85px 0 92px; }
    .gallery-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
    .gallery-intro > p { font-size: .92rem; }
    .gallery-track { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 12px; }
    .gallery-track figure:first-child { grid-column: auto; }
    .gallery-track figure,
    .gallery-track figure:nth-child(2) { height: min(78vw, 360px); }
    .gallery-track img,
    .gallery-track figure:nth-child(2) img,
    .gallery-track figure:nth-child(3) img { height: 100%; }
    .mobile-menu { padding: 94px 24px calc(84px + env(safe-area-inset-bottom)); }
    .mobile-menu > a,
    .mobile-menu > button { min-height: 58px; font-size: clamp(1.8rem, 9vw, 2.8rem); }
}

/* Premium navigation and a more composed services section */
@media (min-width: 1081px) {
    .topbar {
        inset: 14px max(24px, calc((100vw - 1340px) / 2)) auto;
        min-height: 64px;
        gap: 16px;
        padding: 7px 8px 7px 15px;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 7px;
        background: rgba(7, 38, 32, .76);
        box-shadow: 0 14px 42px rgba(4,22,19,.14);
    }
    .topbar.scrolled {
        top: 8px;
        border-color: rgba(255,255,255,.14);
        background: rgba(7, 38, 32, .95);
        box-shadow: 0 16px 44px rgba(4,22,19,.2);
    }
    .brand { min-width: 172px; gap: 9px; }
    .brand > img { width: 40px; height: 40px; }
    .brand strong { font-size: 1.14rem; }
    .brand small { margin-top: 4px; font-size: .49rem; }
    .desktop-nav { gap: 27px; font-size: .76rem; }
    .nav-actions { gap: 5px; }
    .nav-contact { padding-right: 5px; }
    .icon-button { width: 40px; height: 40px; }
    .account-button { min-height: 44px; padding-inline: 14px; }
    .nav-book { min-width: 112px; min-height: 48px; padding-inline: 18px; }
}

.services-section {
    position: relative;
    isolation: isolate;
    padding: 108px 0 112px;
    background: transparent;
}
.services-section::before {
    content: "";
    position: absolute;
    inset: 0 auto;
    left: 0;
    z-index: -1;
    width: 100%;
    background: #f0f6f4;
    box-shadow: 0 0 0 100vmax #f0f6f4;
    clip-path: inset(0 -100vmax);
}
.services-section .section-heading {
    grid-template-columns: minmax(0, .9fr) minmax(320px, .48fr);
    gap: 72px;
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(18,60,53,.16);
}
.services-section .section-heading h2 { max-width: 720px; font-size: clamp(3rem, 4.4vw, 4.7rem); line-height: .96; }
.services-section .section-heading > p { max-width: 390px; margin-bottom: 4px; color: #536662; }
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 0; border: 0; }
.services-grid article,
.services-grid article + article {
    min-height: 270px;
    padding: 24px;
    border: 1px solid rgba(18,60,53,.13);
    border-top: 3px solid var(--forest);
    border-radius: 6px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 12px 34px rgba(14,52,45,.055);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.services-grid article:nth-child(2) { border-top-color: var(--sky-deep); }
.services-grid article:nth-child(3) { border-top-color: var(--sun); }
.services-grid article:nth-child(4) { border-top-color: var(--coral); }
.services-grid article:hover,
.services-grid article + article:hover {
    padding: 24px;
    background: var(--white);
    box-shadow: 0 20px 46px rgba(14,52,45,.11);
    transform: translateY(-5px);
}
.services-grid article > i { position: static; width: 46px; height: 46px; background: #e4eeeb; }
.services-grid article:first-child > i { border-color: rgba(18,60,53,.28); background: #e4eeeb; color: var(--forest); }
.services-grid h3 { margin: 34px 0 12px; font-size: 1.48rem; }
.services-grid p { margin: 0; font-size: .82rem; line-height: 1.65; }

@media (max-width: 1080px) {
    .services-section { padding: 92px 0; }
    .services-section .section-heading { grid-template-columns: 1fr; gap: 22px; }
    .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .services-section { padding: 78px 0 82px; }
    .services-section .section-heading { margin-bottom: 28px; padding-bottom: 28px; }
    .services-section .section-heading h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
    .services-grid { grid-template-columns: 1fr; gap: 10px; }
    .services-grid article,
    .services-grid article + article { min-height: 0; padding: 22px; }
    .services-grid article:hover,
    .services-grid article + article:hover { padding: 22px; }
    .services-grid h3 { margin-top: 26px; }
}
