:root {
  --ink: #3b2e28;
  --terracotta: #93380a;
  --clay: #cb773b;
  --sea: #9bc3b1;
  --sand: #f4d6ae;
  --shell: #f8f7f1;
  --white: #ffffff;
  --muted: #6e6863;
  --line: rgba(59, 46, 40, 0.18);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --container: min(1240px, calc(100% - 96px));
  --transition: 420ms cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--shell); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.arrow-glyph { flex: 0 0 auto; font-size: 1em; line-height: 1; }
.arrow-mobile { display: none; position: relative; width: 18px; height: 18px; flex: 0 0 18px; transform: rotate(var(--arrow-rotation, 0deg)); }
.arrow-mobile::before { content: ""; position: absolute; left: 2px; top: 8px; width: 13px; height: 1px; background: currentColor; }
.arrow-mobile::after { content: ""; position: absolute; right: 2px; top: 5px; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }

.section { width: var(--container); margin-inline: auto; padding: 130px 0; }
.eyebrow { margin: 0 0 18px; color: var(--terracotta); font-size: .75rem; font-weight: 600; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--light { color: var(--sand); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 3.7rem); letter-spacing: -.035em; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid transparent; font-size: .77rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color var(--transition), background var(--transition), border-color var(--transition); }
.button--ink { background: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--terracotta); }
.button--light { border-color: rgba(255,255,255,.55); color: var(--white); }
.button--light:hover { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.text-link .arrow-mobile { transition: transform var(--transition); }
.text-link:hover .arrow-mobile { transform: translate(3px, 3px) rotate(var(--arrow-rotation, 0deg)); }
.text-link .arrow-glyph { font-size: 1rem; transition: transform var(--transition); }
.text-link:hover .arrow-glyph { transform: translate(3px, 3px); }
.text-link--light { color: var(--white); }
.text-link--light { color: var(--white); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 92px; display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; padding: 0 44px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); transition: background var(--transition), height var(--transition), color var(--transition), border-color var(--transition); }
.site-header.is-scrolled { height: 76px; background: rgba(248,247,241,.96); color: var(--ink); border-color: var(--line); backdrop-filter: blur(12px); }
.brand { width: max-content; display: block; line-height: 1; }
.brand img { width: 172px; height: auto; max-height: 68px; object-fit: contain; }
.brand__sun { grid-row: 1 / 3; width: 24px; height: 24px; border: 1px solid currentColor; border-radius: 50%; position: relative; }
.brand__sun::after { content: ""; position: absolute; inset: 5px; border: 1px solid currentColor; border-radius: 50%; }
.brand__name { font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.03em; }
.brand__place { justify-self: start; font-size: .56rem; font-weight: 600; letter-spacing: .38em; text-transform: uppercase; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: currentColor; transition: width var(--transition); }
.site-nav a:hover::after { width: 100%; }
.header-book { justify-self: end; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid currentColor; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: background var(--transition), color var(--transition); }
.header-book:hover { background: var(--white); color: var(--ink); }
.site-header.is-scrolled .header-book:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: 760px; height: 94vh; color: var(--white); overflow: hidden; }
.hero__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.05); transition: opacity 1.2s ease, transform 7s ease; }
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,23,20,.72) 0%, rgba(29,23,20,.28) 56%, rgba(29,23,20,.1) 100%), linear-gradient(0deg, rgba(29,23,20,.28), transparent 45%); }
.hero__content { position: absolute; left: max(48px, calc((100vw - 1240px) / 2)); bottom: 190px; max-width: 720px; }
.hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 5.15rem); letter-spacing: -.045em; }
.hero__content > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; font-size: 1.08rem; }
.hero__count { position: absolute; right: max(48px, calc((100vw - 1240px) / 2)); bottom: 56px; display: flex; align-items: center; gap: 12px; font-size: .72rem; letter-spacing: .12em; }
.hero__count i { width: 56px; height: 1px; background: rgba(255,255,255,.55); }

.booking { position: relative; z-index: 5; width: min(1320px, calc(100% - 64px)); min-height: 126px; display: grid; grid-template-columns: 320px 1fr; align-items: stretch; margin: -74px auto 0; background: var(--white); box-shadow: 0 22px 60px rgba(59,46,40,.13); }
.booking__intro { display: flex; flex-direction: column; justify-content: center; padding: 25px 34px; background: var(--terracotta); color: var(--white); }
.booking__intro span { color: var(--sand); font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.booking__intro strong { margin-top: 7px; font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; line-height: 1.2; }
.booking__form { display: grid; grid-template-columns: 1fr 1fr .8fr 1.25fr; align-items: stretch; }
.booking__form label { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 24px 28px; border-right: 1px solid var(--line); }
.booking__form label span { color: var(--muted); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.booking__form input, .booking__form select { width: 100%; padding: 0 24px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .91rem; font-weight: 500; }
.booking__form button { border: 0; background: var(--ink); color: var(--white); cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: background var(--transition); }
.booking__form button:hover { background: var(--terracotta); }
.booking__form button span { margin-left: 12px; font-size: 1rem; }

.welcome { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; padding-top: 160px; }
.welcome__copy h2 { max-width: 610px; margin-bottom: 38px; }
.welcome__body { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; color: var(--muted); }
.welcome__body p { margin-bottom: 0; }
.welcome__copy .button { margin-top: 36px; }
.welcome__visual { position: relative; min-height: 650px; }
.welcome__main-image { position: absolute; inset: 0 0 70px 14%; margin: 0; }
.welcome__detail-image { position: absolute; left: -5%; bottom: 0; width: 42%; height: 300px; margin: 0; border: 12px solid var(--shell); }
.welcome__stamp { position: absolute; right: -35px; top: 32px; width: 126px; height: 126px; display: grid; place-items: center; border-radius: 50%; background: var(--sea); color: var(--ink); font-family: var(--font-display); font-size: 1rem; font-style: italic; line-height: 1.2; text-align: center; transform: rotate(8deg); }

.amenities { width: var(--container); margin: 0 auto 40px; display: grid; grid-template-columns: .62fr 1.38fr; gap: 7vw; padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenities__head h2 { font-size: clamp(2rem,3vw,3rem); }
.amenities__list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 54px; }
.amenities__list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); }
.amenities__list article:nth-last-child(-n+2) { border-bottom: 0; }
.amenities__list svg { width: 34px; height: 34px; fill: none; stroke: var(--terracotta); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.amenities__list strong, .amenities__list span { display: block; }
.amenities__list strong { font-family: var(--font-display); font-size: 1.16rem; font-weight: 500; }
.amenities__list span { color: var(--muted); font-size: .8rem; }

.rooms { overflow: hidden; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-heading h2 { max-width: 700px; }
.section-heading > p { max-width: 380px; margin-bottom: 0; color: var(--muted); }
.slider-controls { display: flex; gap: 10px; }
.slider-controls button, .testimonial-nav button { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.1rem; transition: background var(--transition), color var(--transition); }
.slider-controls button:hover, .testimonial-nav button:hover { background: var(--ink); color: var(--white); }
.rooms__viewport { overflow: visible; }
.rooms__track { display: flex; gap: 34px; transition: transform var(--transition); will-change: transform; }
.room-card { min-width: calc((100% - 34px) / 2); }
.room-card__image { width: 100%; height: 450px; display: block; padding: 0; border: 0; background: none; overflow: hidden; cursor: pointer; }
.room-card__image img { transition: transform .7s ease; }
.room-card__image > span { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; background: rgba(29,23,20,.72); color: var(--white); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(5px); }
.room-card__image { position: relative; }
.room-card:hover .room-card__image img { transform: scale(1.035); }
.room-card__content { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px 16px; align-items: baseline; padding: 24px 0 0; border-top: 3px solid var(--terracotta); }
.room-card__content > span { grid-row: 1 / 4; color: var(--clay); font-size: .72rem; font-weight: 600; }
.room-card__content h3 { margin-bottom: 0; font-size: 2rem; }
.room-card__content p { grid-column: 2 / 4; max-width: 540px; margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.room-card__content > button { grid-column: 3; grid-row: 1; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.room-card__content > button b { margin-left: 8px; font-size: .95rem; font-weight: 400; }
.room-dialog { width: min(1020px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; background: transparent; overflow: auto; }
.room-dialog::backdrop { background: rgba(29,23,20,.78); backdrop-filter: blur(6px); }
.room-dialog__card { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 590px; background: var(--white); box-shadow: 0 28px 90px rgba(29,23,20,.32); }
.room-dialog__card figure { min-height: 590px; margin: 0; }
.room-dialog__gallery { min-width: 0; display: grid; grid-template-rows: 1fr auto; background: var(--ink); }
.room-dialog__gallery figure { position: relative; overflow: hidden; }
.room-dialog__arrows { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 12px; padding: 8px; background: rgba(29,23,20,.76); color: var(--white); backdrop-filter: blur(5px); }
.room-dialog__arrows button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.room-dialog__arrows span { min-width: 54px; font-size: .7rem; letter-spacing: .1em; text-align: center; }
.room-dialog__thumbs { display: flex; gap: 6px; padding: 8px; overflow-x: auto; background: var(--ink); }
.room-dialog__thumbs button { flex: 0 0 70px; height: 52px; padding: 0; border: 2px solid transparent; background: none; cursor: pointer; opacity: .58; }
.room-dialog__thumbs button.is-active { border-color: var(--sea); opacity: 1; }
.room-dialog__content { display: flex; flex-direction: column; justify-content: center; padding: 62px 54px; }
.room-dialog__content h3 { margin-bottom: 10px; font-size: clamp(2.1rem,4vw,3.3rem); }
.room-dialog__guests { margin-bottom: 24px; color: var(--terracotta); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.room-dialog__content > p:not(.eyebrow) { color: var(--muted); }
.room-dialog__content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 4px 0 30px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.room-dialog__content li::before { content: "✓"; margin-right: 8px; color: var(--terracotta); }
.room-dialog__content .button { align-self: flex-start; }
.room-dialog__close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--sea); cursor: pointer; font-size: 1.6rem; line-height: 1; }

.escape { position: relative; min-height: 680px; display: grid; place-items: center; margin: 20px 0 0; color: var(--white); overflow: hidden; }
.escape__image { position: absolute; inset: 0; background: linear-gradient(rgba(30,25,21,.38), rgba(30,25,21,.56)), url('images/ambience-5.webp') center/cover; background-attachment: fixed; }
.escape__content { position: relative; z-index: 1; max-width: 760px; padding: 70px 48px; text-align: center; }
.escape__content h2 { margin-bottom: 24px; font-size: clamp(2.5rem,5vw,4.8rem); }
.escape__content > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 32px; font-size: 1.04rem; }

.destination__intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: end; margin-bottom: 80px; }
.destination__intro > div:last-child { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.destination__intro > div:last-child p:last-child { margin-bottom: 0; }
.destination__feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 600px; background: var(--sea); }
.destination__feature figure { min-height: 600px; margin: 0; }
.destination__feature > div { display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.destination__feature > div > span { margin-bottom: 22px; font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.destination__feature h3 { margin-bottom: 25px; font-size: clamp(2.2rem,3.5vw,3.8rem); }
.destination__feature p { margin-bottom: 32px; }
.destination__feature .text-link { align-self: flex-start; }
.places { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 72px; }
.place img { height: 320px; }
.place > div { position: relative; padding: 22px 0 0 32px; border-top: 2px solid var(--terracotta); }
.place span { position: absolute; left: 0; top: 28px; color: var(--clay); font-size: .66rem; font-weight: 600; }
.place h3 { margin-bottom: 8px; font-size: 1.45rem; }
.place p { margin-bottom: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }

.testimonials { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: var(--white); }
.testimonials__photo { min-height: 680px; }
.testimonials__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(45px,7vw,120px); }
.testimonials__content h2 { margin-bottom: 38px; }
.testimonial-viewport { overflow: hidden; }
.testimonial-track { display: flex; transition: transform var(--transition); }
.testimonial-track blockquote { min-width: 100%; margin: 0; }
.stars { margin-bottom: 16px; color: var(--clay); font-size: .86rem; letter-spacing: .25em; }
.testimonial-track blockquote > p { margin-bottom: 28px; font-family: var(--font-display); font-size: clamp(1.35rem,2vw,1.9rem); font-style: italic; line-height: 1.5; }
.testimonial-track footer strong, .testimonial-track footer span { display: block; }
.testimonial-track footer strong { font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-track footer span { margin-top: 2px; color: var(--muted); font-size: .78rem; }
.testimonial-nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 48px; }
.testimonial-nav span { justify-self: center; color: var(--muted); font-size: .72rem; letter-spacing: .12em; }
.testimonial-nav b { color: var(--ink); }

.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; grid-auto-flow: dense; gap: 14px; }
.gallery__grid button { position: relative; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; }
.gallery__grid button:nth-child(1), .gallery__grid button:nth-child(4), .gallery__grid button:nth-child(10) { grid-column: span 2; grid-row: span 2; }
.gallery__grid button:nth-child(7) { grid-column: span 2; }
.gallery__grid img { transition: transform .7s ease, filter .7s ease; }
.gallery__grid button:hover img { transform: scale(1.035); filter: brightness(.9); }

.stay-info { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; padding: 90px max(48px, calc((100vw - 1240px) / 2)); background: var(--terracotta); color: var(--white); }
.stay-info h2 { max-width: 520px; font-size: clamp(2.1rem,3.4vw,3.45rem); }
.stay-info__items { display: grid; grid-template-columns: repeat(3, 1fr); align-self: center; }
.stay-info__items div { padding: 20px 28px; border-left: 1px solid rgba(255,255,255,.28); }
.stay-info__items span, .stay-info__items strong { display: block; }
.stay-info__items span { margin-bottom: 8px; color: var(--sand); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.stay-info__items strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; line-height: 1.3; }

.contact { display: grid; grid-template-columns: .76fr 1.24fr; gap: 8vw; align-items: stretch; }
.contact__details { align-self: center; }
.contact__details h2 { max-width: 560px; margin-bottom: 42px; }
.contact address { font-style: normal; }
.contact address a, .contact address p { display: block; margin-bottom: 15px; font-size: 1rem; }
.contact address a { width: max-content; border-bottom: 1px solid var(--line); }
.contact address p { margin-top: 28px; color: var(--muted); }
.contact__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.contact__map { min-height: 570px; }
.contact__map iframe { width: 100%; height: 100%; min-height: 570px; border: 0; filter: sepia(.18) saturate(.78) contrast(.96); }

.footer { padding: 80px max(48px, calc((100vw - 1240px) / 2)) 26px; background: var(--ink); color: var(--white); }
.footer__top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 50px; padding-bottom: 68px; }
.brand--footer { color: var(--sand); }
.brand--footer img { width: 238px; max-height: none; }
.footer__top > p { max-width: 340px; margin: 0; color: rgba(255,255,255,.65); }
.footer__reserve { justify-self: end; min-width: 260px; display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-family: var(--font-display); font-size: 1.3rem; }
.footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.56); font-size: .7rem; letter-spacing: .05em; }
.footer__bottom nav { display: flex; gap: 24px; }
.footer__bottom > span:last-child { justify-self: end; }
.footer__bottom a { color: var(--white); }

.whatsapp { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--sea); box-shadow: 0 8px 25px rgba(59,46,40,.2); transition: transform var(--transition), background var(--transition); }
.whatsapp:hover { transform: translateY(-3px); background: var(--sand); }
.whatsapp svg { width: 27px; height: 27px; fill: var(--ink); }

.lightbox { width: min(1100px, 92vw); height: min(780px, 88vh); padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(30,24,20,.9); backdrop-filter: blur(5px); }
.lightbox img { object-fit: contain; }
.lightbox > button { position: absolute; z-index: 2; top: -42px; right: 0; width: 38px; height: 38px; border: 0; background: none; color: white; cursor: pointer; font-size: 2rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 56px, 980px); }
  .site-header { grid-template-columns: 190px 1fr 150px; padding: 0 28px; }
  .site-nav { gap: 20px; }
  .booking { width: calc(100% - 36px); grid-template-columns: 240px 1fr; }
  .booking__form label { padding-inline: 18px; }
  .welcome { gap: 6vw; }
  .welcome__body { grid-template-columns: 1fr; }
  .places { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .place img { height: 360px; }
  .stay-info { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 860px) {
  .arrow-glyph { display: none; }
  .arrow-mobile { display: inline-block; vertical-align: middle; }
  .booking__form button .arrow-mobile, .room-card__content > button .arrow-mobile { margin-left: 8px; }
  .slider-controls .arrow-mobile, .testimonial-nav .arrow-mobile, .room-dialog__arrows .arrow-mobile { display: block; margin: auto; }
  :root { --container: calc(100% - 40px); }
  .section { padding: 92px 0; }
  .site-header { height: 74px; grid-template-columns: minmax(0, 1fr) auto; padding: 0 20px; backdrop-filter: none; }
  .site-header.is-scrolled { height: 68px; }
  .header-book { display: none; }
  .menu-toggle { position: relative; z-index: 102; width: 44px; height: 44px; display: block; padding: 0; cursor: pointer; }
  .menu-toggle span { position: absolute; left: 9px; width: 27px; height: 1px; background: currentColor; transition: transform var(--transition), top var(--transition); }
  .menu-toggle span:first-child { top: 18px; }
  .menu-toggle span:last-child { top: 26px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
  .menu-toggle[aria-expanded="true"] { color: var(--white); }
  .site-nav { position: fixed; inset: 0; width: 100%; max-width: 100vw; height: 100vh; height: 100dvh; z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; margin: 0; padding: max(80px, env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) max(40px, env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left)); overflow-x: hidden; overflow-y: auto; background: var(--ink); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity var(--transition), transform var(--transition), visibility var(--transition); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-family: var(--font-display); font-size: 2.1rem; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
  .hero { min-height: 670px; height: 88vh; }
  .hero__content { left: 28px; right: 28px; bottom: 165px; }
  .hero h1 { font-size: clamp(2.8rem,10vw,4.4rem); }
  .hero__count { right: 28px; bottom: 115px; }
  .booking { margin-top: -84px; grid-template-columns: 1fr; }
  .booking__intro { min-height: 88px; }
  .booking__form { grid-template-columns: 1fr 1fr; }
  .booking__form label { min-height: 88px; border-bottom: 1px solid var(--line); }
  .booking__form button { min-height: 76px; grid-column: 1 / 3; }
  .welcome { grid-template-columns: 1fr; gap: 75px; padding-top: 120px; }
  .welcome__visual { min-height: 580px; }
  .amenities { grid-template-columns: 1fr; gap: 35px; padding: 55px 0; }
  .room-card { min-width: 82%; }
  .room-card__image { height: 420px; }
  .destination__intro { grid-template-columns: 1fr; gap: 25px; }
  .destination__feature { grid-template-columns: 1fr; }
  .destination__feature figure { min-height: 500px; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonials__photo { min-height: 520px; }
  .gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 220px 280px; }
  .gallery__grid button:first-child { grid-column: 1 / 3; grid-row: 1; }
  .gallery__grid button:nth-child(2) { grid-column: 1; grid-row: 2; }
  .gallery__grid button:nth-child(3) { grid-column: 2; grid-row: 2; }
  .gallery__grid button:nth-child(4) { grid-column: 1 / 3; grid-row: 3; }
  .contact { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__reserve { justify-self: start; }
  .footer__bottom { grid-template-columns: 1fr; }
  .footer__bottom nav { flex-wrap: wrap; }
  .footer__bottom > span:last-child { justify-self: start; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 32px); }
  body { font-size: 15px; }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(2.15rem,10vw,2.9rem); }
  .hero { min-height: 650px; }
  .hero__shade { background: linear-gradient(90deg, rgba(29,23,20,.68), rgba(29,23,20,.2)), linear-gradient(0deg, rgba(29,23,20,.42), transparent 60%); }
  .hero__content { bottom: 155px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(2.65rem,12vw,3.6rem); }
  .hero__content > p:not(.eyebrow) { font-size: .96rem; }
  .hero__count { display: none; }
  .booking { width: calc(100% - 24px); }
  .booking__form { grid-template-columns: 1fr; }
  .booking__form label { grid-column: auto; border-right: 0; }
  .booking__form button { grid-column: auto; }
  .welcome__body { gap: 12px; }
  .welcome__visual { min-height: 460px; }
  .welcome__main-image { left: 8%; bottom: 50px; }
  .welcome__detail-image { left: -2%; width: 48%; height: 210px; border-width: 8px; }
  .welcome__stamp { right: -8px; top: 18px; width: 100px; height: 100px; font-size: .85rem; }
  .amenities__list { grid-template-columns: 1fr; }
  .amenities__list article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .amenities__list article:last-child { border-bottom: 0; }
  .section-heading { align-items: start; }
  .slider-controls { display: none; }
  .rooms__track { gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .rooms__track::-webkit-scrollbar { display: none; }
  .room-card { min-width: 89%; scroll-snap-align: start; }
  .room-card__image { height: 360px; }
  .room-card__content { grid-template-columns: 30px 1fr; }
  .room-card__content h3 { font-size: 1.75rem; }
  .room-card__content p, .room-card__content > button { grid-column: 2; }
  .room-card__content > button { grid-row: auto; justify-self: start; margin-top: 8px; }
  .escape { min-height: 600px; }
  .escape__image { background-attachment: scroll; }
  .escape__content { padding-inline: 26px; }
  .destination__intro { margin-bottom: 55px; }
  .destination__feature figure { min-height: 390px; }
  .destination__feature > div { padding: 44px 28px; }
  .places { grid-template-columns: 1fr; }
  .place img { height: 330px; }
  .testimonials__photo { min-height: 360px; }
  .testimonials__content { padding: 70px 26px; }
  .testimonial-track blockquote > p { font-size: 1.35rem; }
  .gallery__grid { grid-template-rows: 260px 170px 230px; gap: 8px; }
  .stay-info { padding: 70px 20px; }
  .stay-info__items { grid-template-columns: 1fr; }
  .stay-info__items div { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); padding: 20px 0; }
  .contact__actions { align-items: flex-start; flex-direction: column; }
  .contact__map, .contact__map iframe { min-height: 420px; }
  .footer { padding: 65px 24px 24px; }
  .footer__reserve { min-width: 100%; }
  .footer__bottom nav { gap: 14px 20px; }
  .whatsapp { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

/* Atualização de conteúdo e composição */
.booking { grid-template-columns: 330px 1fr; min-height: auto; padding: 18px; border-radius: 28px 4px 28px 4px; background: var(--white); }
.booking__intro { padding: 20px 28px; border: 0; border-right: 1px solid var(--line); border-radius: 18px 0 0 0; background: transparent; color: var(--ink); }
.booking__intro p { margin: 6px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.booking__form { gap: 10px; padding-left: 18px; }
.booking__form label { min-height: 76px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 3px 16px 3px 16px; background: var(--sea-pale); }
.booking__form button { min-height: 76px; margin-left: 4px; border-radius: 3px 16px 3px 16px; }

.breakfast { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--sea-pale); }
.breakfast__gallery { position: relative; min-height: 650px; }
.breakfast__gallery figure { position: absolute; margin: 0; overflow: hidden; }
.breakfast__gallery figure:first-child { inset: 0 12% 80px 0; }
.breakfast__gallery figure:last-child { right: 0; bottom: 0; width: 48%; height: 290px; border: 10px solid var(--sea-pale); }
.breakfast__copy h2 { margin-bottom: 30px; }
.breakfast__copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.breakfast__details { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.breakfast__details span { padding: 9px 14px; border: 1px solid var(--line); color: var(--terracotta); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.gallery__grid { grid-template-columns: repeat(5, 1fr); grid-template-rows: none; grid-auto-rows: 250px; grid-auto-flow: row; }
.gallery__grid button, .gallery__grid button:nth-child(n) { grid-column: auto; grid-row: auto; }

.footer__top { grid-template-columns: 1.05fr .9fr 1.25fr .9fr; align-items: start; gap: 42px; }
.footer__brand > p { max-width: 300px; margin: 24px 0 0; color: rgba(255,255,255,.65); }
.footer__contact, .footer__top address { display: flex; flex-direction: column; gap: 7px; color: rgba(255,255,255,.7); font-size: .84rem; font-style: normal; line-height: 1.7; }
.footer__contact > span, .footer__top address > span { margin-bottom: 7px; color: var(--sea); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer__contact a:hover { color: var(--sea); }
.footer__reserve { min-width: 0; width: 100%; }

@media (max-width: 1100px) {
  .booking { grid-template-columns: 260px 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__reserve { justify-self: stretch; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
}

@media (max-width: 860px) {
  .booking { grid-template-columns: 1fr; }
  .booking__intro { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking__form { padding: 14px 0 0; }
  .breakfast { grid-template-columns: 1fr; }
  .breakfast__gallery { min-height: 560px; }
}

@media (max-width: 560px) {
  .booking { padding: 12px; border-radius: 20px 3px 20px 3px; }
  .booking__form { grid-template-columns: 1fr; }
  .booking__form label, .booking__form button { grid-column: auto; min-height: 64px; margin-left: 0; }
  .breakfast__gallery { min-height: 430px; }
  .breakfast__gallery figure:first-child { right: 5%; bottom: 55px; }
  .breakfast__gallery figure:last-child { width: 55%; height: 190px; border-width: 7px; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .footer__top { grid-template-columns: 1fr; gap: 34px; }
}

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

/* Direção costeira — Ongamira */
:root {
  --sea-soft: #dcebe5;
  --sea-pale: #eef5f2;
  --font-display: "Manrope", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

body { background: var(--sea-pale); }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; }
h2 { font-size: clamp(2rem, 3.35vw, 3.15rem); letter-spacing: -.045em; }
.eyebrow { color: var(--terracotta); letter-spacing: .15em; }

.brand img { height: auto; }

.site-header { background: rgba(155,195,177,.96); color: var(--ink); border-color: rgba(59,46,40,.18); backdrop-filter: blur(12px); }
.site-header.is-scrolled { background: rgba(155,195,177,.96); border-color: rgba(59,46,40,.16); }
.header-book { border-color: var(--ink); background: var(--ink); color: var(--white); }
.header-book:hover, .site-header.is-scrolled .header-book:hover { background: var(--terracotta); border-color: var(--terracotta); color: var(--white); }

.hero { min-height: 700px; height: 88vh; background: var(--sea); color: var(--ink); }
.hero__slide { inset: 0 0 0 49%; background-position: center; box-shadow: -32px 0 58px 22px rgba(155,195,177,.82); }
.hero__shade { left: 49%; background: linear-gradient(90deg, rgba(155,195,177,.44), transparent 24%), linear-gradient(0deg, rgba(59,46,40,.24), transparent 46%); }
.hero__content { left: max(48px, calc((100vw - 1240px) / 2)); right: auto; bottom: 155px; width: min(40vw, 530px); max-width: 530px; }
.hero h1 { max-width: 490px; margin-bottom: 25px; font-size: clamp(2.75rem, 4.15vw, 4.25rem); font-weight: 600; letter-spacing: -.055em; }
.hero__content > p:not(.eyebrow) { max-width: 420px; }
.hero .eyebrow--light { color: var(--terracotta); }
.hero .text-link--light { color: var(--ink); }
.hero__count { color: var(--white); }

.booking { width: min(1280px, calc(100% - 80px)); min-height: 112px; margin-top: -58px; box-shadow: 0 16px 45px rgba(59,46,40,.11); }
.booking__intro { background: var(--sea-soft); color: var(--ink); border-top: 5px solid var(--sea); }
.booking__intro span { color: var(--terracotta); }
.booking__intro strong { font-family: var(--font-display); font-size: 1.08rem; font-weight: 700; }
.booking__form button { background: var(--terracotta); }
.booking__form button:hover { background: var(--ink); }

.welcome { grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.welcome__copy h2 { max-width: 570px; }
.welcome__visual { min-height: 600px; }
.welcome__main-image { inset: 0; }
.welcome__detail-image { display: none; }
.welcome__stamp { display: none; }
.welcome__visual::before { content: "BÚZIOS · RJ"; position: absolute; z-index: 2; left: -34px; bottom: 42px; padding: 18px 24px; background: var(--sea); color: var(--ink); font-size: .67rem; font-weight: 700; letter-spacing: .2em; writing-mode: vertical-rl; transform: rotate(180deg); }

.amenities { width: 100%; grid-template-columns: .72fr 1.28fr; margin: 0; padding: 82px max(48px, calc((100vw - 1240px) / 2)); background: var(--sea); border: 0; }
.amenities__list article { border-color: rgba(59,46,40,.25); }
.amenities__list svg { stroke: var(--terracotta); }

.rooms { width: 100%; padding-inline: max(48px, calc((100vw - 1240px) / 2)); background: var(--white); }
.room-card__image { height: 410px; }
.room-card__content { border-top-color: var(--sea); }
.room-card__content > span { color: var(--terracotta); }
.room-card__content h3 { font-size: 1.65rem; font-weight: 700; }

.escape { min-height: 610px; display: grid; grid-template-columns: 1.35fr .65fr; place-items: stretch; background: var(--sea); color: var(--ink); }
.escape__image { position: relative; inset: auto; grid-column: 1; background: url('images/novas/1643055919.webp') center/cover; background-attachment: scroll; }
.escape__content { grid-column: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: none; padding: 70px clamp(42px,5vw,86px); text-align: left; }
.escape__content h2 { margin-bottom: 22px; font-size: clamp(2.2rem,3.3vw,3.5rem); }
.escape__content > p:not(.eyebrow) { margin: 0 0 30px; }
.escape .eyebrow--light { color: var(--terracotta); }
.escape .button--light { border-color: var(--ink); color: var(--ink); }
.escape .button--light:hover { background: var(--ink); color: var(--white); }

.destination__feature { grid-template-columns: 1fr 1fr; background: var(--sea-soft); }
.destination__feature h3 { font-size: clamp(2rem,3vw,3.15rem); font-weight: 700; }
.places { gap: 12px; }
.place { background: var(--sea-soft); }
.place > div { min-height: 172px; padding: 22px 20px 24px 48px; border-top-color: var(--sea); }
.place span { left: 18px; }

.testimonials { grid-template-columns: .85fr 1.15fr; background: var(--sea); }
.testimonials__photo { grid-column: 2; grid-row: 1; }
.testimonials__content { grid-column: 1; grid-row: 1; background: var(--sea); }
.testimonial-track blockquote > p { font-family: var(--font-display); font-size: clamp(1.2rem,1.65vw,1.55rem); font-style: normal; font-weight: 500; }
.stars { color: var(--terracotta); }

.gallery { width: 100%; padding-inline: max(48px, calc((100vw - 1240px) / 2)); background: var(--white); }

.stay-info { background: var(--sea); color: var(--ink); }
.stay-info .eyebrow--light, .stay-info__items span { color: var(--terracotta); }
.stay-info__items div { border-color: rgba(59,46,40,.24); }

.contact { gap: 0; }
.contact__details { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(35px,5vw,75px); background: var(--sea); }
.contact__map { min-height: 600px; }
.contact__map iframe { min-height: 600px; }

.footer { border-top: 10px solid var(--sea); }
.brand--footer { color: var(--sea); }
.whatsapp { background: var(--terracotta); }
.whatsapp svg { fill: var(--white); }
.whatsapp:hover { background: var(--sea); }
.whatsapp:hover svg { fill: var(--ink); }

@media (max-width: 860px) {
  .site-header { color: var(--ink); border-color: rgba(59,46,40,.18); }
  .site-header.is-scrolled { color: var(--ink); }
  .hero { min-height: 760px; height: 92vh; padding-top: 0; }
  .hero__slide { inset: 0 0 43% 0; }
  .hero__shade { inset: 0 0 43% 0; background: linear-gradient(0deg, rgba(59,46,40,.22), transparent 50%); }
  .hero__content { left: 28px; right: 28px; bottom: 55px; width: auto; max-width: 640px; }
  .hero h1 { max-width: 620px; font-size: clamp(2.55rem,8vw,3.8rem); }
  .hero__count { bottom: calc(43% + 24px); }
  .booking { width: calc(100% - 36px); margin-top: -18px; }
  .welcome { grid-template-columns: 1fr; }
  .welcome__visual::before { left: -10px; }
  .amenities { grid-template-columns: 1fr; padding-inline: 28px; }
  .rooms, .gallery { padding-inline: 28px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; grid-auto-rows: 220px; }
  .gallery__grid button { grid-column: auto; grid-row: auto; }
  .gallery__grid button:nth-child(1), .gallery__grid button:nth-child(4), .gallery__grid button:nth-child(10) { grid-column: span 2; grid-row: span 2; }
  .gallery__grid button:nth-child(7) { grid-column: span 2; }
  .escape { grid-template-columns: 1fr; }
  .escape__image { grid-column: 1; min-height: 470px; }
  .escape__content { grid-column: 1; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonials__photo { grid-column: 1; grid-row: 1; }
  .testimonials__content { grid-column: 1; grid-row: 2; }
  .room-dialog__card { grid-template-columns: 1fr; }
  .room-dialog__gallery { min-height: 420px; }
  .room-dialog__card figure { min-height: 360px; }
  .room-dialog__content { padding: 44px 32px; }
}

@media (max-width: 560px) {
  .hero { min-height: 720px; }
  .hero__slide, .hero__shade { bottom: 48%; }
  .hero__content { bottom: 46px; }
  .hero h1 { font-size: clamp(2.35rem,10vw,3rem); }
  .hero__count { bottom: calc(48% + 20px); }
  .booking { margin-top: 0; }
  .welcome__visual { min-height: 430px; }
  .amenities, .rooms, .gallery { padding-inline: 16px; }
  .gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 155px; gap: 8px; }
  .gallery__grid button:nth-child(1), .gallery__grid button:nth-child(4), .gallery__grid button:nth-child(7), .gallery__grid button:nth-child(10) { grid-column: 1 / -1; }
  .room-card__image { height: 340px; }
  .escape__image { min-height: 360px; }
  .escape__content { padding: 52px 24px; }
  .place { background: var(--sea-soft); }
  .contact__details { padding: 52px 24px; }
  .room-dialog__card figure { min-height: 280px; }
  .room-dialog__content { padding: 38px 24px; }
  .room-dialog__content ul { grid-template-columns: 1fr; }
}

/* Regras finais para manter a nova composição acima das variações do tema */
.booking { grid-template-columns: 330px 1fr; min-height: auto; padding: 18px; border-radius: 28px 4px 28px 4px; background: var(--white); }
.booking__intro { padding: 20px 28px; border: 0; border-right: 1px solid var(--line); border-radius: 18px 0 0 0; background: transparent; color: var(--ink); }
.booking__form { gap: 10px; padding-left: 18px; }
.booking__form label { min-height: 76px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 3px 16px 3px 16px; background: var(--sea-pale); }
.booking__form button { min-height: 76px; margin-left: 4px; border-radius: 3px 16px 3px 16px; }
.gallery__grid { grid-template-columns: repeat(5, 1fr); grid-template-rows: none; grid-auto-rows: 250px; grid-auto-flow: row; }
.gallery__grid button, .gallery__grid button:nth-child(n) { grid-column: auto; grid-row: auto; }

@media (max-width: 1100px) {
  .booking { grid-template-columns: 260px 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
}

@media (max-width: 860px) {
  .booking { grid-template-columns: 1fr; }
  .booking__intro { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking__form { padding: 14px 0 0; }
}

@media (max-width: 560px) {
  .booking { padding: 12px; border-radius: 20px 3px 20px 3px; }
  .booking__form { grid-template-columns: 1fr; }
  .booking__form label, .booking__form button { grid-column: auto; min-height: 64px; margin-left: 0; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
}

/* Reserva em card editorial sobreposto ao hero */
.booking {
  width: min(460px, calc(100% - 96px));
  min-height: 0;
  display: block;
  margin: -345px max(48px, calc((100vw - 1240px) / 2)) 115px auto;
  padding: 30px;
  border-radius: 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 70px rgba(29,23,20,.24);
  backdrop-filter: blur(14px);
}
.booking::before { content: ""; position: absolute; top: 0; left: 30px; width: 64px; height: 5px; background: var(--terracotta); }
.booking__intro { display: block; min-height: 0; padding: 5px 0 24px; border: 0; background: transparent; }
.booking__intro span { display: block; margin-bottom: 7px; }
.booking__intro strong { display: block; max-width: 330px; font-size: 1.5rem; line-height: 1.18; }
.booking__intro p { max-width: 340px; margin-top: 9px; }
.booking__form { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0; }
.booking__form label { min-height: 78px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 0; background: transparent; }
.booking__form label:nth-child(3) { grid-column: 1 / -1; min-height: 68px; }
.booking__form input, .booking__form select { padding-right: 4px; }
.booking__form button { grid-column: 1 / -1; min-height: 60px; margin: 3px 0 0; border-radius: 0; background: var(--terracotta); }

@media (max-width: 860px) {
  .booking {
    width: min(520px, calc(100% - 40px));
    margin: -34px auto 80px;
    padding: 28px;
  }
  .booking__intro { border: 0; }
}

@media (max-width: 560px) {
  .booking { width: calc(100% - 24px); margin: 0 auto 62px; padding: 25px 20px 20px; }
  .booking::before { left: 20px; }
  .booking__form { grid-template-columns: 1fr; }
  .booking__form label, .booking__form label:nth-child(3), .booking__form button { grid-column: 1; }
}

/* Café da manhã — composição editorial */
.breakfast {
  width: 100%;
  display: block;
  padding: 120px max(48px, calc((100vw - 1240px) / 2));
  background: var(--sea-pale);
}
.breakfast__heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 8vw; margin-bottom: 54px; }
.breakfast__heading h2 { max-width: 720px; }
.breakfast__heading > p { max-width: 410px; margin: 0 0 7px; color: var(--muted); font-size: 1.02rem; }
.breakfast__experience { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); min-height: 630px; }
.breakfast__main { min-height: 630px; margin: 0; overflow: hidden; }
.breakfast__main img { object-position: center; }
.breakfast__card { display: grid; grid-template-rows: 280px 1fr; margin: 44px 0 44px -34px; background: var(--white); box-shadow: 0 22px 55px rgba(59,46,40,.14); }
.breakfast__card figure { margin: 0; overflow: hidden; }
.breakfast__details { display: flex; flex-direction: column; justify-content: center; gap: 0; margin: 0; padding: 24px 34px; }
.breakfast__details p { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: center; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.breakfast__details p:last-child { border-bottom: 0; }
.breakfast__details span { padding: 0; border: 0; color: var(--terracotta); font-size: .64rem; letter-spacing: .1em; }
.breakfast__details strong { font-family: var(--font-display); font-size: .94rem; font-weight: 650; line-height: 1.35; }

@media (max-width: 860px) {
  .breakfast { display: block; padding: 90px 28px; }
  .breakfast__heading { grid-template-columns: 1fr; gap: 24px; }
  .breakfast__experience { grid-template-columns: 1fr; min-height: 0; }
  .breakfast__main { min-height: 500px; }
  .breakfast__card { grid-template-columns: 1fr 1fr; grid-template-rows: 300px; margin: -36px 24px 0; }
}

@media (max-width: 560px) {
  .breakfast { padding: 76px 16px; }
  .breakfast__heading { margin-bottom: 36px; }
  .breakfast__main { min-height: 360px; }
  .breakfast__card { grid-template-columns: 1fr; grid-template-rows: 220px auto; margin: -18px 12px 0; }
  .breakfast__details { padding: 18px 24px; }
}

/* Ajustes finais: café simples, galeria fechada e rodapé alinhado */
.breakfast { width: 100%; display: grid; grid-template-columns: .78fr 1.22fr; gap: 0; align-items: stretch; padding: 0; background: var(--white); }
.breakfast__content { display: flex; flex-direction: column; justify-content: center; padding: 90px max(48px, calc((100vw - 1240px) / 2)); padding-right: clamp(48px, 6vw, 90px); background: var(--sea-pale); }
.breakfast__content h2 { max-width: 510px; margin-bottom: 28px; }
.breakfast__text { max-width: 500px; margin-bottom: 30px; color: var(--muted); }
.breakfast__image { min-height: 650px; margin: 0; overflow: hidden; }
.breakfast__details { display: block; margin: 0; padding: 0; }
.breakfast__details p { grid-template-columns: 30px 1fr; max-width: 430px; padding: 13px 0; }

.gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 360px; grid-auto-flow: row; }
.gallery__grid button, .gallery__grid button:nth-child(n) { grid-column: auto; grid-row: auto; }

.footer__top { grid-template-columns: 1fr 1.15fr .8fr; align-items: start; gap: clamp(45px, 7vw, 100px); }
.footer__info { display: grid; gap: 30px; }
.footer__contact, .footer__top address { display: block; }
.footer__contact > span, .footer__top address > span { display: block; margin-bottom: 10px; }
.footer__contact a { display: block; width: fit-content; margin-bottom: 5px; line-height: 1.6; }
.footer__top address p { margin: 0; color: rgba(255,255,255,.7); }
.footer__reserve { align-self: start; justify-self: stretch; }

@media (max-width: 860px) {
  .breakfast { grid-template-columns: 1fr; }
  .breakfast__content { padding: 80px 28px; }
  .breakfast__image { min-height: 500px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__reserve { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .breakfast { display: grid; padding: 0; }
  .breakfast__content { padding: 70px 24px; }
  .breakfast__image { min-height: 360px; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .footer__top { grid-template-columns: 1fr; gap: 38px; }
  .footer__reserve { grid-column: auto; }
}

/* Formulário abaixo do hero, sem sobreposição */
.booking {
  width: min(980px, calc(100% - 96px));
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 30px;
  margin: 54px auto 110px;
  padding: 34px;
}
.booking__intro { align-self: center; padding: 8px 30px 8px 4px; border-right: 1px solid var(--line); }
.booking__form { grid-template-columns: 1fr 1fr; padding: 0; }
.booking__form label:nth-child(3) { grid-column: 1; }
.booking__form button { grid-column: 2; margin-top: 0; }

@media (max-width: 860px) {
  .booking { width: min(620px, calc(100% - 40px)); grid-template-columns: 1fr; margin: 40px auto 80px; }
  .booking__intro { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .booking { width: calc(100% - 24px); margin: 24px auto 62px; padding: 25px 20px 20px; }
  .booking__form { grid-template-columns: 1fr; }
  .booking__form label:nth-child(3), .booking__form button { grid-column: 1; }
}

/* Galeria orgânica, sem células vazias */
.gallery__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(5, 205px);
  grid-template-areas:
    "a a b c"
    "a a d d"
    "e f d d"
    "g g h i"
    "g g j j";
  grid-auto-rows: 205px;
}
.gallery__grid button:nth-child(1) { grid-area: a; }
.gallery__grid button:nth-child(2) { grid-area: b; }
.gallery__grid button:nth-child(3) { grid-area: c; }
.gallery__grid button:nth-child(4) { grid-area: d; }
.gallery__grid button:nth-child(5) { grid-area: e; }
.gallery__grid button:nth-child(6) { grid-area: f; }
.gallery__grid button:nth-child(7) { grid-area: g; }
.gallery__grid button:nth-child(8) { grid-area: h; }
.gallery__grid button:nth-child(9) { grid-area: i; }
.gallery__grid button:nth-child(10) { grid-area: j; }

@media (max-width: 860px) {
  .gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(8, 220px);
    grid-template-areas:
      "a a"
      "a a"
      "b c"
      "d d"
      "e f"
      "g g"
      "h i"
      "j j";
  }
}

/* Seletor de idioma */
.site-nav .language-selector {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-left: 4px;
  padding: 3px;
  border: 1px solid rgba(59,46,40,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.site-nav .language-selector button {
  min-width: 34px;
  height: 28px;
  padding: 0 7px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: .62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .09em;
  opacity: .6;
  transition: color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.site-nav .language-selector button:hover {
  opacity: 1;
}

.site-nav .language-selector button.is-active {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 2px 8px rgba(59,46,40,.18);
  opacity: 1;
}

@media (max-width: 860px) {
  .site-nav .language-selector {
    align-self: flex-start;
    gap: 3px;
    margin: 10px 0 0;
    padding: 4px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
  }

  .site-nav .language-selector button {
    width: auto;
    min-width: 42px;
    height: 34px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    opacity: .65;
  }

  .site-nav .language-selector button.is-active {
    background: var(--white);
    color: var(--ink);
    opacity: 1;
  }
}

.language-selector {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 6px;
  padding-left: 14px;
  border-left: 1px solid currentColor;
}

.language-selector button {
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .08em;
  opacity: .55;
}

.language-selector button.is-active {
  background: var(--ink);
  color: var(--white);
  opacity: 1;
}

@media (max-width: 1100px) and (min-width: 861px) {
  .site-nav { gap: 14px; }
  .language-selector { margin-left: 0; padding-left: 8px; }
}

@media (max-width: 860px) {
  .site-nav .language-selector {
    display: flex;
    gap: 8px;
    margin: 12px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,.25);
    border-left: 0;
  }

  .site-nav .language-selector button {
    width: 44px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.4);
    color: var(--white);
    font-family: var(--font-body);
    font-size: .7rem;
  }

  .site-nav .language-selector button.is-active {
    background: var(--white);
    color: var(--ink);
  }
}

@media (max-width: 560px) {
  .gallery__grid { grid-template-rows: repeat(8, 170px); }
}

/* Correções mobile finais: mantidas no fim para não serem sobrescritas pelo tema. */
@media (max-width: 860px) {
  .site-header,
  .site-header.is-scrolled {
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: visible;
    transform: none;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 1002;
  }

  .site-header .menu-toggle[aria-expanded="true"] {
    color: #fff !important;
  }

  .site-header .site-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .arrow-glyph {
    display: none !important;
  }

  .arrow-mobile {
    display: inline-block !important;
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    vertical-align: middle;
  }

  .slider-controls .arrow-mobile,
  .testimonial-nav .arrow-mobile,
  .room-dialog__arrows .arrow-mobile {
    display: block !important;
    margin: auto;
  }
}

@media (max-width: 860px) {
  .site-header .site-nav .language-selector {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 3px;
    margin: 10px 0 0;
    padding: 4px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
  }

  .site-header .site-nav .language-selector button {
    width: auto;
    min-width: 42px;
    height: 34px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--white);
    opacity: .65;
  }

  .site-header .site-nav .language-selector button.is-active {
    background: var(--white);
    color: var(--ink);
    box-shadow: none;
    opacity: 1;
  }
}
