:root {
  --ink: #0a2c37;
  --ink-soft: #173f4a;
  --teal: #0b756e;
  --teal-dark: #075e59;
  --mint: #e3f2ee;
  --sand: #f4f1eb;
  --paper: #fbfaf7;
  --white: #ffffff;
  --muted: #60747a;
  --line: rgba(10, 44, 55, 0.14);
  --shadow: 0 26px 70px rgba(8, 39, 48, 0.12);
  --radius-xl: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
button, a { font: inherit; }
a { color: inherit; }

.skip-link { position: fixed; left: 18px; top: -90px; z-index: 1000; padding: 12px 16px; color: var(--white); background: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 18px; }

.site-header { width: min(1240px, calc(100% - 48px)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: var(--white); background: linear-gradient(145deg, var(--ink), var(--teal)); border-radius: 15px; font-family: Georgia, serif; font-size: 16px; font-weight: 700; letter-spacing: .04em; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 15px; letter-spacing: .07em; }
.brand-copy small { margin-top: 1px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.desktop-nav a { position: relative; color: #425a62; text-decoration: none; font-size: 12px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--teal); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-whatsapp { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; color: var(--white); background: var(--ink); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 800; }

.hero { width: min(1240px, calc(100% - 48px)); min-height: 680px; margin: 0 auto 118px; display: grid; grid-template-columns: .9fr 1.1fr; color: var(--white); background: var(--ink); border-radius: 36px; overflow: hidden; box-shadow: var(--shadow); }
.hero-copy { padding: 76px 64px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 0 100%, rgba(23, 150, 139, .18), transparent 33%); }
.eyebrow, .section-kicker { margin: 0; display: flex; align-items: center; gap: 10px; color: #9bd9cf; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: #77cabe; }
.hero h1 { max-width: 580px; margin: 23px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.3vw, 74px); font-weight: 400; line-height: 1.01; letter-spacing: -.045em; }
.hero-lead { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; gap: 11px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; font-size: 13px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: #9bddd2; box-shadow: 0 12px 27px rgba(0,0,0,.18); }
.button-primary:hover { background: #b0e8df; }
.button-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.27); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.hero-benefits { margin: 41px 0 0; padding: 26px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; border-top: 1px solid rgba(255,255,255,.12); list-style: none; color: rgba(255,255,255,.72); font-size: 11px; }
.hero-benefits span { margin-right: 5px; color: #8ad7cb; font-weight: 900; }
.hero-photo { margin: 0; min-height: 680px; position: relative; overflow: hidden; background: #cfd8d7; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,44,55,.25), transparent 28%), linear-gradient(0deg, rgba(4,24,30,.48), transparent 36%); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 54%; }
.hero-photo figcaption { position: absolute; left: 30px; right: 30px; bottom: 27px; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 20px; color: var(--white); }
.hero-photo figcaption span { font-family: Georgia, serif; font-size: 21px; }
.hero-photo figcaption small { color: rgba(255,255,255,.72); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.section-wrap { width: min(1160px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
.section-kicker { color: var(--teal); }
.section-kicker.inverse { color: #86d2c7; }
.intro { margin-bottom: 130px; }
.intro-grid { margin-top: 20px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.intro h2, .section-heading h2, .experience h2, .availability-heading h2, .final-cta h2, .faq-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.4vw, 60px); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.intro-copy { padding-top: 7px; }
.intro-copy p { margin: 0 0 17px; color: var(--muted); font-size: 15px; line-height: 1.78; }

.rooms { margin-bottom: 130px; }
.section-heading { margin-bottom: 40px; display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading h2 { margin-top: 15px; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.room-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 18px 50px rgba(8,39,48,.07); }
.room-card-featured { display: grid; grid-template-columns: 1.12fr .88fr; }
.media-collage { min-height: 680px; padding: 24px; display: grid; grid-template-columns: 1fr 30%; grid-template-rows: 1fr; gap: 12px; background: var(--sand); }
.media-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.media-main { object-position: 59% 54%; }
.media-detail { object-position: 53% 52%; }
.room-card-content { padding: 42px; }
.room-card-featured .room-card-content { padding: 52px 46px; }
.room-number { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; color: var(--teal); background: var(--mint); border-radius: 10px; font-size: 10px; font-weight: 900; }
.room-type { margin: 23px 0 6px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.room-card h3 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1.12; letter-spacing: -.03em; }
.room-description { margin: 19px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.equipment-list { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.equipment-list.columns { grid-template-columns: 1fr 1fr; gap: 8px 15px; }
.equipment-list li { display: flex; gap: 8px; align-items: start; color: #465f66; font-size: 11px; }
.equipment-list li::before { content: "✓"; color: var(--teal); font-weight: 900; }
.inline-link { margin-top: 29px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 900; }
.inline-link span { color: var(--teal); font-size: 17px; transition: transform .2s ease; }
.inline-link:hover span { transform: translateY(4px); }
.room-grid { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compact-photo { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.compact-photo-maca { object-position: 51% 57%; }
.compact-photo-sem-maca { object-position: 50% 59%; }
.compact .room-card-content { padding: 36px; }
.compact h3 { font-size: 31px; }
.compact .equipment-list { grid-template-columns: 1fr 1fr; }

.experience { padding: 112px 24px; color: var(--white); background: var(--ink); }
.experience-inner { width: min(1160px, 100%); margin: 0 auto; }
.experience-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.experience-heading h2 { max-width: 760px; }
.experience-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; overflow: hidden; }
.experience-grid article { min-height: 250px; padding: 28px; background: rgba(255,255,255,.025); }
.experience-grid article + article { border-left: 1px solid rgba(255,255,255,.13); }
.experience-grid span { color: #8ad7cb; font-size: 10px; font-weight: 900; }
.experience-grid h3 { margin: 70px 0 12px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.experience-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }

.gallery { margin-top: 130px; margin-bottom: 130px; }
.gallery-heading { align-items: center; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .75fr; grid-auto-rows: 245px; gap: 12px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; background: #d7dfdd; border-radius: 17px; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,29,36,.5), transparent 48%); pointer-events: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-oftalmologia img { object-position: 58% 56%; }
.gallery-cadeira img { object-position: 54% 51%; }
.gallery-diagnostico img { object-position: 53% 58%; }
.gallery-apoio img { object-position: 47% 53%; }
.gallery-maca img { object-position: 54% 58%; }
.gallery-sem-maca img { object-position: 50% 58%; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; left: 17px; bottom: 14px; z-index: 1; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gallery-wide { grid-column: span 2; grid-row: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-corridor { grid-row: span 2; }
.gallery-corridor img { object-position: 60% center; }

.availability-section { padding: 112px 24px; background: #eef3f1; }
.availability-inner { width: min(1160px, 100%); margin: 0 auto; }
.availability-heading { align-items: center; }
.selector-shell { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.selector-controls { padding: 38px; background: #f8f9f7; }
.choice-group { margin: 0; padding: 0; border: 0; }
.choice-group + .choice-group { margin-top: 34px; }
.choice-group legend { width: 100%; margin-bottom: 14px; font-size: 13px; font-weight: 900; }
.choice-group legend span { margin-right: 8px; color: var(--teal); font-size: 10px; }
.room-options { display: grid; gap: 9px; }
.room-option { width: 100%; min-height: 72px; padding: 11px 14px; display: grid; grid-template-columns: 39px 1fr 20px; gap: 11px; align-items: center; color: var(--ink); text-align: left; background: var(--white); border: 1px solid var(--line); border-radius: 14px; cursor: pointer; transition: border .2s ease, transform .2s ease, background .2s ease; }
.room-option:hover { transform: translateX(2px); border-color: rgba(11,117,110,.5); }
.room-option.selected { background: #edf8f5; border-color: var(--teal); }
.option-index { width: 39px; height: 39px; display: grid; place-items: center; color: var(--teal); background: var(--mint); border-radius: 11px; font-size: 10px; font-weight: 900; }
.room-option strong, .room-option small { display: block; }
.room-option strong { font-size: 13px; }
.room-option small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.room-option i { display: none; color: var(--teal); font-style: normal; }
.room-option.selected i { display: block; }
.slot-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.slot-option { min-height: 62px; padding: 10px 12px; color: var(--ink); text-align: left; background: var(--white); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.slot-option strong, .slot-option span { display: block; }
.slot-option strong { font-size: 11px; }
.slot-option span { margin-top: 2px; color: var(--muted); font-size: 9px; }
.slot-option.selected { color: var(--white); background: var(--ink); border-color: var(--ink); }
.slot-option.selected span { color: rgba(255,255,255,.65); }
.slot-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; }
.selection-result { min-width: 0; display: grid; grid-template-columns: .86fr 1.14fr; }
.selection-result > img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: center; }
.selection-result > img[data-room="oftalmo"] { object-position: 65% 54%; }
.selection-result > img[data-room="maca"] { object-position: 76% 56%; }
.selection-result > img[data-room="consultorio"] { object-position: 54% 58%; }
.selection-body { padding: 38px; display: flex; flex-direction: column; }
.selection-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.selection-topline p { margin: 0; color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.selection-topline span { padding: 7px 9px; color: var(--teal-dark); background: var(--mint); border-radius: 999px; white-space: nowrap; font-size: 9px; font-weight: 900; }
.selection-body h3 { margin: 14px 0 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1.12; letter-spacing: -.03em; }
.selection-slot { margin: 16px 0 0; padding: 12px 13px; color: var(--ink-soft); background: #f0f3f1; border-radius: 11px; font-size: 11px; font-weight: 800; }
.selection-price { margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
.selection-price > span { display: block; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.selection-price strong { display: block; margin-top: 1px; font-size: 34px; letter-spacing: -.04em; }
.selection-price strong small { margin-left: 4px; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 0; }
.selection-price p { margin: 2px 0 18px; color: var(--muted); font-size: 10px; }
.button-whatsapp { width: 100%; justify-content: space-between; color: var(--white); background: var(--teal); }
.button-whatsapp:hover { background: var(--teal-dark); box-shadow: 0 12px 25px rgba(11,117,110,.2); }
.reservation-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 9px; line-height: 1.55; }

.final-cta { margin-top: 120px; margin-bottom: 120px; padding: 58px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; color: var(--white); background: linear-gradient(130deg, var(--ink), #124c55); border-radius: var(--radius-xl); overflow: hidden; position: relative; }
.final-cta::after { content: ""; position: absolute; right: -100px; top: -150px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); pointer-events: none; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { margin-top: 13px; }
.final-cta p:not(.section-kicker) { max-width: 660px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }
.final-actions { display: grid; gap: 10px; }
.button-light { color: var(--ink); background: #a7e1d8; }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.28); }
.button-outline-light:hover { background: rgba(255,255,255,.08); }

.faq { margin-bottom: 120px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-heading h2 { margin-top: 14px; font-size: 45px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 42px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.site-footer { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 34px 0 44px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 38px; align-items: center; border-top: 1px solid var(--line); }
.footer-brand .brand-mark { width: 42px; height: 42px; font-size: 14px; }
.footer-location strong, .footer-location span { display: block; }
.footer-location strong { font-size: 11px; }
.footer-location span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.site-footer > a { color: var(--muted); text-align: right; text-decoration: none; font-size: 9px; }
.site-footer > a strong { color: var(--ink); font-size: 12px; }
.floating-whatsapp { display: none; }

:focus-visible { outline: 3px solid #26aa9f; outline-offset: 3px; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: .95fr 1.05fr; }
  .hero-copy { padding: 58px 42px; }
  .hero h1 { font-size: 54px; }
  .room-card-featured { grid-template-columns: 1fr; }
  .media-collage { min-height: 540px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .experience-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .selector-shell { grid-template-columns: 1fr; }
  .selection-result { min-height: 560px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .site-header { width: min(100% - 32px, 1240px); height: 76px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; font-size: 14px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { display: none; }
  .header-whatsapp { min-height: 44px; padding: 0 13px; }
  .hero { width: min(100% - 24px, 1240px); min-height: 0; margin-bottom: 80px; grid-template-columns: 1fr; border-radius: 27px; }
  .hero-copy { padding: 48px 26px 35px; }
  .hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .hero-lead { font-size: 15px; }
  .hero-photo { min-height: 480px; }
  .hero-photo img { object-position: 58% 56%; }
  .section-wrap { width: min(100% - 32px, 1160px); }
  .intro { margin-bottom: 86px; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro h2, .section-heading h2, .experience h2, .availability-heading h2, .final-cta h2 { font-size: 41px; }
  .section-heading { align-items: start; flex-direction: column; gap: 17px; }
  .rooms { margin-bottom: 88px; }
  .media-collage { min-height: 500px; grid-template-columns: 1fr 28%; }
  .room-card-featured .room-card-content { padding: 38px 28px; }
  .room-grid { grid-template-columns: 1fr; }
  .experience { padding: 82px 16px; }
  .experience-heading { grid-template-columns: 1fr; gap: 18px; }
  .gallery { margin-top: 88px; margin-bottom: 88px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall, .gallery-corridor { grid-row: span 2; }
  .availability-section { padding: 82px 12px; }
  .selection-result { display: block; min-height: 0; }
  .selection-result > img { height: 420px; min-height: 0; }
  .selection-result > img[data-room] { object-position: center 56%; }
  .selection-body { min-height: 460px; }
  .final-cta { margin-top: 82px; margin-bottom: 82px; padding: 42px 28px; grid-template-columns: 1fr; gap: 30px; }
  .faq { margin-bottom: 90px; grid-template-columns: 1fr; gap: 32px; }
  .faq-heading h2 { font-size: 40px; }
  .site-footer { width: min(100% - 32px, 1160px); grid-template-columns: 1fr 1fr; }
  .site-footer > a { grid-column: span 2; text-align: left; }
}

@media (max-width: 520px) {
  body { padding-bottom: 74px; }
  .site-header { width: min(100% - 24px, 1240px); }
  .header-whatsapp { display: none; }
  .hero { width: calc(100% - 16px); margin-bottom: 70px; border-radius: 23px; }
  .hero-copy { padding: 41px 20px 28px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { margin: 18px 0 19px; font-size: clamp(39px, 12.7vw, 53px); }
  .hero-lead { font-size: 14px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; min-height: 54px; padding: 0 17px; }
  .hero-benefits { grid-template-columns: 1fr; gap: 9px; }
  .hero-photo { min-height: 370px; }
  .hero-photo img { object-position: 61% 54%; }
  .hero-photo figcaption { left: 18px; right: 18px; bottom: 18px; align-items: start; flex-direction: column; gap: 2px; }
  .hero-photo figcaption small { font-size: 8px; }
  .section-wrap { width: calc(100% - 24px); }
  .intro h2, .section-heading h2, .experience h2, .availability-heading h2, .final-cta h2 { font-size: 35px; }
  .intro-copy p { font-size: 14px; }
  .section-heading { margin-bottom: 27px; }
  .media-collage { min-height: 390px; padding: 10px; grid-template-columns: 1fr 31%; gap: 7px; }
  .media-collage img { border-radius: 13px; }
  .room-card, .final-cta { border-radius: 21px; }
  .room-card-featured .room-card-content, .compact .room-card-content { padding: 29px 20px; }
  .room-card h3, .compact h3 { font-size: 29px; }
  .equipment-list.columns, .compact .equipment-list { grid-template-columns: 1fr; }
  .compact-photo { aspect-ratio: 4 / 3; }
  .compact-photo-maca { object-position: 51% 54%; }
  .compact-photo-sem-maca { object-position: 50% 56%; }
  .experience { padding: 70px 12px; }
  .experience-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .experience-grid article { min-height: 185px; padding: 24px; }
  .experience-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .experience-grid h3 { margin-top: 40px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .gallery-wide { grid-column: span 1; grid-row: span 1; }
  .gallery-tall, .gallery-corridor { grid-row: span 1; }
  .gallery-cadeira img { object-position: 52% 46%; }
  .gallery-diagnostico img { object-position: 52% 59%; }
  .gallery-apoio img { object-position: 48% 54%; }
  .gallery-maca img { object-position: 52% 58%; }
  .gallery-sem-maca img { object-position: 50% 57%; }
  .gallery-corridor img { object-position: 59% center; }
  .availability-section { padding: 70px 8px; }
  .selector-shell { border-radius: 21px; }
  .selector-controls { padding: 25px 14px; }
  .room-option { min-height: 76px; padding: 10px; grid-template-columns: 38px 1fr 18px; }
  .slot-options { grid-template-columns: 1fr; }
  .slot-option { min-height: 58px; }
  .selection-result > img { height: 285px; }
  .selection-result > img[data-room] { object-position: center 56%; }
  .selection-body { min-height: 450px; padding: 28px 18px; }
  .selection-topline { align-items: start; flex-direction: column; gap: 8px; }
  .selection-body h3 { font-size: 28px; }
  .final-cta { padding: 38px 20px; }
  .faq-heading h2 { font-size: 35px; }
  .faq-list summary { font-size: 13px; }
  .site-footer { width: calc(100% - 24px); padding-bottom: 25px; grid-template-columns: 1fr; gap: 20px; }
  .site-footer > a { grid-column: auto; }
  .floating-whatsapp { position: fixed; right: 12px; bottom: 12px; z-index: 100; min-width: 132px; min-height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--teal); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: 0 14px 35px rgba(6,47,53,.3); text-decoration: none; font-size: 13px; }
}

@media (max-width: 370px) {
  .brand-copy strong { font-size: 12px; }
  .hero h1 { font-size: 39px; }
  .hero-photo { min-height: 330px; }
  .room-card-content { padding-left: 17px !important; padding-right: 17px !important; }
  .selection-body { padding-left: 15px; padding-right: 15px; }
}

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