:root {
  --deep: #0d4544;
  --deep-2: #073534;
  --ink: #183331;
  --paper: #f6f0e5;
  --paper-2: #eee4d3;
  --white: #fffdf8;
  --sun: #efb735;
  --coral: #d96349;
  --blue: #2b8492;
  --wood: #70462d;
  --line: rgba(24, 51, 49, .22);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
body.menu-open, .show-splash body { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
::selection { color: var(--white); background: var(--deep); }

/* Splash */
.splash { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; overflow: hidden; color: var(--paper); background: var(--deep-2); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .55s ease, visibility .55s; }
.show-splash .splash { visibility: visible; opacity: 1; pointer-events: auto; }
.splash.is-leaving { opacity: 0; }
.splash__sun { position: absolute; top: 50%; left: 50%; width: clamp(290px, 44vw, 660px); aspect-ratio: 1; border-radius: 50%; background: var(--sun); transform: translate(-50%, -50%) scale(.1); animation: sun-rise 1.2s cubic-bezier(.22,.75,.22,1) forwards; }
.splash__brand { z-index: 2; display: flex; align-items: center; flex-direction: column; color: var(--deep-2); animation: brand-in .9s .25s both; }
.splash__boat { width: clamp(90px, 10vw, 150px); margin-bottom: 12px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linejoin: round; }
.splash__brand span { font-size: .68rem; letter-spacing: .34em; text-transform: uppercase; }
.splash__brand strong { font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 7.8rem); font-weight: 400; line-height: .82; letter-spacing: -.06em; }
.splash__brand em { margin-top: 16px; font-size: .68rem; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }
.splash__coordinates { position: absolute; top: 28px; left: 32px; font-size: .65rem; letter-spacing: .18em; }
.splash__skip { position: absolute; right: 28px; bottom: 24px; z-index: 3; padding: 8px 0; color: var(--paper); background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.6); cursor: pointer; font-size: .72rem; }
.splash__wave { position: absolute; right: -5%; bottom: -10px; left: -5%; height: 25%; opacity: .45; }
.splash__wave i { position: absolute; inset: auto 0; height: 70px; border-top: 1px solid var(--paper); border-radius: 50%; animation: wave 1.8s ease-in-out infinite alternate; }
.splash__wave i:nth-child(2) { bottom: 28px; animation-delay: -.5s; }
.splash__wave i:nth-child(3) { bottom: 56px; animation-delay: -1s; }
@keyframes sun-rise { to { transform: translate(-50%, -50%) scale(1); } }
@keyframes brand-in { from { opacity: 0; transform: translateY(20px); } }
@keyframes wave { to { transform: translateY(12px) scaleX(1.04); } }

/* Header */
.topbar { position: sticky; top: 0; z-index: 50; height: 82px; padding: 10px clamp(20px, 4vw, 64px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px, 3vw, 54px); background: rgba(246,240,229,.96); border-bottom: 1px solid var(--line); transition: height .35s ease, background .35s ease, box-shadow .35s ease; }
.topbar.is-scrolled { height: 68px; background: rgba(246,240,229,.9); box-shadow: 0 8px 28px rgba(10,48,44,.08); backdrop-filter: blur(14px); }
.brand { display: block; perspective: 500px; }
.brand img { width: 156px; transform-origin: 42% 55%; transition: width .35s ease, transform .45s cubic-bezier(.2,.75,.25,1), filter .45s ease; }
.brand:hover img, .brand:focus-visible img { transform: translateY(-2px) rotate(-1.2deg) scale(1.035); filter: drop-shadow(0 7px 9px rgba(13,69,68,.14)); }
.topbar.is-scrolled .brand img { width: 136px; }
.scroll-progress { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; overflow: hidden; pointer-events: none; }
.scroll-progress i { width: 100%; height: 100%; display: block; background: var(--sun); transform: scaleX(0); transform-origin: left; will-change: transform; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 32px); font-size: .78rem; font-weight: 600; }
.site-nav a { padding: 8px 0; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { border-color: currentColor; }
.site-nav a.is-active { color: var(--blue); border-color: currentColor; }
.site-nav__mobile-cta { display: none; }
.site-nav__languages { display: none; }
.header-actions { display: flex; align-items: stretch; gap: 8px; }
.language-switcher { display: flex; align-items: center; gap: 2px; border: 0; }
.language-switcher a { min-width: 32px; padding: 0 7px; display: grid; place-items: center; font-size: .62rem; font-weight: 600; }
.language-switcher a + a { border-left: 0; }
.language-switcher a.is-current { color: var(--white); background: var(--blue); }
.header-whatsapp { min-width: 132px; padding: 11px 14px; display: flex; align-items: center; justify-content: center; color: #fff; background: #168c4e; font-size: .76rem; font-weight: 600; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.header-whatsapp:hover, .header-whatsapp:focus-visible { background: #117c44; transform: translateY(-1px); }
.header-book { min-width: 148px; padding: 11px 15px; display: flex; justify-content: space-between; gap: 20px; color: var(--white); background: var(--deep); font-size: .8rem; font-weight: 600; }
.whatsapp-icon { width: 18px; height: 18px; flex: 0 0 18px; object-fit: contain; }
.header-whatsapp, a[href*="wa.me"].button { gap: 9px; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 200; padding: 12px 16px; color: var(--white); background: var(--deep); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.menu-toggle { display: none; padding: 8px; background: none; border: 0; cursor: pointer; }
.menu-toggle span { width: 27px; height: 1px; display: block; margin: 6px 0; background: currentColor; transition: transform .25s ease; }

/* Shared */
.section { padding: clamp(78px, 10vw, 150px) clamp(24px, 6vw, 96px); }
.section-label { width: 100%; padding-top: 9px; border-top: 1px solid var(--line); font-size: .68rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.section-label--light { color: rgba(255,253,248,.72); border-color: rgba(255,255,255,.35); }
.eyebrow { margin: 0 0 24px; font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.button { width: fit-content; min-height: 50px; padding: 14px 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; position: relative; overflow: hidden; isolation: isolate; border: 1px solid transparent; font-size: .82rem; font-weight: 600; transition: transform .3s cubic-bezier(.2,.8,.2,1), background .2s ease, color .2s ease; }
.button::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255,255,255,.16); transform: translateX(-105%) skewX(-12deg); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.button:hover::before { transform: translateX(0) skewX(0); }
.button:hover { transform: translateY(-2px); }
.button--sun { color: var(--ink); background: var(--sun); }
.button--green { color: var(--white); background: var(--deep); }
.button--glass { color: var(--white); background: rgba(10,30,28,.18); border-color: rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.55); }
.arrow-link { padding-bottom: 4px; display: inline-flex; gap: 28px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 600; }
.arrow-link--light { color: var(--white); }
a[target="_blank"]:not([href*="wa.me"]):not(.travellers-choice)::after {
  content: "";
  width: .58em;
  height: .58em;
  flex: 0 0 .58em;
  align-self: center;
  display: inline-block;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-1px);
}
.button--scroll::after, .arrow-link:not([target])::after, .link--down::after {
  content: "";
  width: .48em;
  height: .48em;
  flex: 0 0 .48em;
  align-self: center;
  display: inline-block;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.link--down::after { margin-left: 8px; }
.scribble { width: fit-content; margin: 0 0 10px auto; padding: 7px 13px 5px; color: var(--ink); background: var(--sun); font-family: var(--serif); font-size: 1.08rem; transform: rotate(2deg); }
.reveal { opacity: 0; filter: blur(4px); transform: translateY(28px); transition: opacity .8s ease, filter .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: none; }
.rooms__grid .reveal:nth-child(2), .travel-info__grid .reveal:nth-child(2), .gallery__grid .reveal:nth-child(2) { --reveal-delay: 80ms; }
.rooms__grid .reveal:nth-child(3), .travel-info__grid .reveal:nth-child(3), .gallery__grid .reveal:nth-child(3) { --reveal-delay: 150ms; }
.travel-info__grid .reveal:nth-child(4), .gallery__grid .reveal:nth-child(4) { --reveal-delay: 60ms; }
.travel-info__grid .reveal:nth-child(5), .gallery__grid .reveal:nth-child(5) { --reveal-delay: 120ms; }
.travel-info__grid .reveal:nth-child(6), .gallery__grid .reveal:nth-child(6) { --reveal-delay: 180ms; }
.intro figure.reveal, .amenities__photo.reveal, .sustainability__photo.reveal { clip-path: inset(0 0 12% 0); transition: opacity .9s ease, filter .9s ease, transform .9s cubic-bezier(.2,.8,.2,1), clip-path 1.1s cubic-bezier(.2,.8,.2,1); }
.intro figure.reveal.is-visible, .amenities__photo.reveal.is-visible, .sustainability__photo.reveal.is-visible { clip-path: inset(0); }

/* Hero */
.hero { height: calc(100svh - 82px); min-height: 650px; position: relative; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero__slides, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__slides { top: -35px; height: calc(100% + 70px); transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.025); will-change: transform; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; opacity: 0; transform: scale(1.035); transition: opacity 1.4s ease, transform 7s ease; }
.hero__image.is-active { opacity: 1; transform: scale(1); }
.hero__shade { background: linear-gradient(90deg, rgba(5,33,31,.8) 0%, rgba(5,33,31,.42) 45%, rgba(5,33,31,.06) 78%), linear-gradient(0deg, rgba(3,22,20,.42), transparent 45%); }
.hero__content { position: relative; z-index: 2; width: min(900px, 75%); padding: 30px clamp(24px, 6vw, 96px); }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(4.4rem, 8.5vw, 10rem); font-weight: 400; line-height: .82; letter-spacing: -.06em; text-wrap: balance; }
.hero__content > p:last-of-type { max-width: 520px; margin: 30px 0 0; font-size: clamp(1rem, 1.25vw, 1.2rem); }
.hero__actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { position: absolute; right: clamp(175px, 14vw, 220px); bottom: 38px; z-index: 2; display: flex; color: var(--white); }
.hero__facts div { width: 150px; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,.6); }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { margin-bottom: 5px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.hero__facts span { font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__scroll { position: absolute; left: clamp(24px, 6vw, 96px); bottom: 32px; z-index: 2; display: flex; align-items: center; gap: 10px; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__scroll span { width: 34px; height: 1px; background: var(--white); }
.slider-toggle { padding: 9px 12px; color: inherit; background: rgba(4,25,29,.48); border: 1px solid rgba(255,255,255,.58); font: 600 .66rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(8px); }
.slider-toggle:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.hero__toggle { position: absolute; right: clamp(24px, 6vw, 96px); top: 32px; z-index: 3; }

/* Booking search */
.booking-search-shell { position: relative; z-index: 4; background: var(--deep); }
.booking-search { position: relative; z-index: 4; padding: 26px clamp(24px, 4vw, 64px); display: grid; grid-template-columns: minmax(205px, .42fr) minmax(0, 1.58fr); align-items: center; gap: clamp(24px, 3vw, 48px); color: var(--white); background: var(--deep); }
.booking-search.is-docked { position: fixed; right: 0; bottom: 0; left: 0; z-index: 95; padding-block: 14px; box-shadow: 0 -14px 42px rgba(3,22,20,.28); }
body.booking-docked { padding-bottom: var(--booking-dock-height, 138px); }
.booking-search__heading { min-width: 0; }
.booking-search__heading h2 { margin: 2px 0 5px; color: inherit; font-size: clamp(2.1rem, 3vw, 3.4rem); }
.booking-search__heading p { margin: 0; }
.booking-search__heading > div > p:last-child { max-width: 320px; color: rgba(255,255,255,.78); font-size: .76rem; }
.booking-search__heading .eyebrow { color: var(--sun); font-size: .58rem; }
.booking-search__mobile-toggle { display: none; }
.booking-search__form { display: grid; grid-template-columns: minmax(300px, 1.5fr) repeat(2, minmax(115px, .62fr)) minmax(165px, .7fr) auto; align-items: end; gap: 10px; }
.booking-dates { min-width: 0; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; border: 0; }
.booking-dates legend { width: 100%; margin-bottom: 7px; font-size: .61rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.booking-dates label { min-width: 0; display: grid; gap: 4px; }
.booking-dates label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.booking-dates i { width: 38px; min-height: 48px; padding: 0; display: grid; place-items: center; position: relative; color: var(--deep); background: var(--white); font-style: normal; }
.booking-dates__separator::before { content: ""; width: 16px; height: 1.5px; display: block; background: currentColor; }
.booking-dates__separator::after { content: ""; width: 6px; height: 6px; position: absolute; right: 10px; top: 20px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
.booking-dates input:first-of-type { border-right: 0; }
.booking-field { display: grid; gap: 7px; }
.booking-field span, .booking-search__ages label span { font-size: .61rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.booking-field input, .booking-field select, .booking-dates input, .booking-search__ages input { width: 100%; min-width: 0; min-height: 48px; padding: 0 10px; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.34); border-radius: 0; font: 500 .8rem var(--sans); }
.booking-dates label { position: relative; }
.booking-dates input[type="date"] { min-width: 0; padding-right: 34px; appearance: none; -webkit-appearance: none; color-scheme: light; }
.booking-dates input[type="date"]::-webkit-calendar-picker-indicator { width: 40px; height: 100%; margin: 0; padding: 0; position: absolute; right: 0; opacity: 0; cursor: pointer; }
.booking-dates label::after {
  content: "";
  width: 14px;
  height: 13px;
  position: absolute;
  right: 11px;
  bottom: 17px;
  border: 1.5px solid var(--deep);
  border-radius: 1px;
  background: linear-gradient(to bottom, var(--deep) 0 2px, transparent 2px);
  pointer-events: none;
}
.booking-field input:focus, .booking-field select:focus, .booking-dates input:focus, .booking-search__ages input:focus { position: relative; z-index: 1; outline: 3px solid var(--sun); outline-offset: 1px; }
.booking-promo { align-self: end; }
.booking-promo__toggle { min-height: 48px; padding: 0 12px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.42); cursor: pointer; font-size: .7rem; }
.booking-promo__toggle input { width: 17px; height: 17px; accent-color: var(--sun); }
.booking-promo__field[hidden] { display: none; }
.booking-promo.has-code .booking-promo__toggle { min-height: auto; margin-bottom: 6px; padding: 0; border: 0; }
.booking-search__ages { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(105px, 150px)); gap: 10px; }
.booking-search__ages:empty { display: none; }
.booking-search__ages label { display: grid; gap: 6px; }
.booking-search__status { grid-column: 1 / -1; min-height: 1.2em; margin: 0; color: var(--sun); font-size: .76rem; }
.booking-search__submit { min-height: 48px; padding-inline: 18px; border: 0; cursor: pointer; white-space: nowrap; }
.booking-search.is-docked .booking-search__heading h2 { font-size: 2rem; }
.booking-search.is-docked .booking-search__heading > div > p:last-child { display: none; }
body.booking-docked .cookie-consent { bottom: calc(var(--booking-dock-height, 138px) + 18px); }

.trust-strip { min-height: 58px; padding: 0; display: flex; align-items: center; color: var(--white); background: linear-gradient(90deg, var(--deep-2), var(--deep) 48%, #0c5653); font-size: .68rem; font-weight: 600; letter-spacing: .13em; white-space: nowrap; overflow: hidden; }
.trust-strip__track { width: max-content; display: flex; animation: trust-marquee 42s linear infinite; will-change: transform; }
.trust-strip__group { flex: none; padding-right: clamp(28px, 4vw, 64px); display: flex; align-items: center; gap: clamp(22px, 3.2vw, 52px); }
.trust-strip__group span { display: block; }
.trust-strip__group i { width: 6px; height: 6px; flex: 0 0 6px; display: block; background: var(--sun); transform: rotate(45deg); }
.trust-strip:hover .trust-strip__track { animation-play-state: paused; }
@keyframes trust-marquee { to { transform: translateX(-50%); } }

/* Intro */
.intro { display: grid; grid-template-columns: .36fr .95fr 1fr; gap: 38px clamp(32px, 5vw, 78px); background: var(--paper); }
.intro__headline h2, .rooms h2, .breakfast h2, .sustainability h2, .noronha h2, .gallery h2, .faq h2, .booking h2, .reviews h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.intro__headline h2 { font-size: clamp(3.4rem, 5.7vw, 7rem); }
.intro__copy { max-width: 560px; }
.intro__copy p { margin: 0 0 26px; }
.intro__copy .lead { font-family: var(--serif); font-size: clamp(1.5rem, 2.1vw, 2.25rem); line-height: 1.18; }
.intro__copy .arrow-link { margin-top: 14px; }
.intro figure { margin: 34px 0 0; }
.intro__main-photo { grid-column: 2 / 4; position: relative; }
.intro__main-photo img { height: clamp(430px, 54vw, 760px); object-fit: cover; }
.intro__main-photo figcaption { position: absolute; left: -24px; bottom: 28px; padding: 10px 16px; background: var(--sun); font-family: var(--serif); font-size: 1.1rem; transform: rotate(-2deg); }
.intro__detail-photo { grid-column: 1 / 2; grid-row: 2; align-self: end; }
.intro__detail-photo img { aspect-ratio: 1; object-fit: cover; }
.intro__detail-photo figcaption { margin-top: 8px; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }

/* Amenities */
.amenities { display: grid; grid-template-columns: 1.08fr .92fr; color: var(--white); background: var(--deep); }
.amenities__photo { min-height: 820px; }
.amenities__photo img { height: 100%; object-fit: cover; }
.amenities__content { padding: clamp(72px, 8vw, 125px) clamp(34px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; }
.amenities h2 { max-width: 650px; margin: 36px 0 0; font-family: var(--serif); font-size: clamp(3.4rem, 5.1vw, 6.4rem); font-weight: 400; line-height: .94; letter-spacing: -.04em; }
.amenities__list { margin: 48px 0 38px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.amenities__list li { padding: 13px 0; display: grid; grid-template-columns: 50px 1fr; border-bottom: 1px solid rgba(255,255,255,.28); }
.amenities__list span { color: var(--sun); font-size: .65rem; }
.amenities__list strong { font-size: .88rem; font-weight: 500; }

/* Rooms */
.rooms { background: var(--paper-2); }
.rooms__top { display: grid; grid-template-columns: .35fr 1fr .75fr; align-items: end; gap: 32px clamp(30px, 5vw, 80px); }
.rooms h2 { font-size: clamp(3.6rem, 6vw, 7rem); }
.rooms__top > p { max-width: 460px; margin: 0 0 8px; }
.rooms__grid { margin-top: 64px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.room { background: var(--white); }
.room__image { overflow: hidden; }
.room__image img { height: 370px; object-fit: cover; transition: transform .7s ease; }
.room:hover .room__image img { transform: scale(1.025); }
.room--large { grid-row: span 2; }
.room--large .room__image img { height: 600px; }
.room__info { padding: 26px 28px 30px; }
.room__info span { font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.room__info h3 { margin: 6px 0 10px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.room__info p { max-width: 520px; margin: 0 0 18px; font-size: .9rem; }
.room__info a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 600; }
.room--visual { position: relative; min-height: 380px; overflow: hidden; }
.room--visual img { height: 100%; object-fit: cover; }
.room--visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(6,31,28,.72)); }
.room--visual p { position: absolute; right: 24px; bottom: 18px; left: 24px; z-index: 2; margin: 0; color: var(--white); font-family: var(--serif); font-size: 2rem; }
.rooms__footer { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rooms__footer > span { font-size: .7rem; color: rgba(24,51,49,.7); }

/* Breakfast */
.breakfast { min-height: 940px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--sun); }
.breakfast__collage { padding: clamp(36px, 5vw, 76px); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.35fr .65fr; gap: 14px; background: var(--paper); }
.breakfast__collage img { height: 100%; object-fit: cover; }
.breakfast__wide { grid-column: 1 / 3; }
.breakfast__copy { padding: clamp(74px, 8vw, 130px) clamp(32px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.breakfast__copy .scribble { margin: 44px 0 12px; color: var(--white); background: var(--coral); }
.breakfast h2 { max-width: 650px; font-size: clamp(3.8rem, 5.8vw, 7.3rem); }
.breakfast__copy > p:not(.scribble) { max-width: 520px; margin: 30px 0 0; }
.breakfast__tags { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 7px; }
.breakfast__tags span { padding: 8px 12px; border: 1px solid rgba(24,51,49,.45); font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; }

/* Sustainability */
.sustainability { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 8vw, 130px); background: var(--paper); }
.sustainability__photo { position: relative; }
.sustainability__photo::before { content: "SOL"; position: absolute; right: -26px; top: -34px; z-index: 1; width: 92px; height: 92px; display: grid; place-items: center; background: var(--sun); border-radius: 50%; font-size: .7rem; letter-spacing: .15em; }
.sustainability__photo img { min-height: 590px; object-fit: cover; }
.sustainability h2 { margin-top: 42px; font-size: clamp(3.4rem, 5vw, 6rem); }
.sustainability__copy > p { max-width: 590px; margin: 28px 0 0; font-size: 1.05rem; }

/* Noronha */
.noronha { min-height: 100svh; position: relative; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.noronha__image, .noronha__shade { position: absolute; inset: 0; }
.noronha__image { inset: -35px; transform: translate3d(0, var(--noronha-shift, 0px), 0) scale(1.03); will-change: transform; }
.noronha__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.04); transition: opacity 1.5s ease, transform 8s ease; }
.noronha__slide.is-active { opacity: 1; transform: scale(1); }
.noronha__shade { background: linear-gradient(90deg, rgba(4,25,29,.88), rgba(4,25,29,.42) 62%, rgba(4,25,29,.12)); }
.noronha__content { position: relative; z-index: 2; width: min(940px, 78%); padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px); }
.noronha h2 { max-width: 900px; margin-top: 42px; font-size: clamp(4rem, 7.2vw, 8.4rem); }
.noronha__content > p { max-width: 590px; margin: 30px 0; font-size: 1.05rem; }
.noronha__experiences { max-width: 760px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.48); }
.noronha__experiences span { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.48); font-size: .82rem; }
.noronha__experiences span:nth-child(even) { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.48); }
.noronha__links { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 11px; }
.noronha__links a { padding: 11px 14px; border: 1px solid rgba(255,255,255,.55); font-size: .72rem; }
.noronha__toggle { margin-top: 20px; }
.noronha__credits { max-width: 680px !important; margin: 18px 0 0 !important; font-size: .66rem !important; line-height: 1.5; opacity: .78; }
.noronha__credits a { text-decoration: underline; text-underline-offset: 2px; }

/* Travel information */
.travel-info { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(55px, 9vw, 140px); background: var(--paper); }
.travel-info__heading { align-self: start; position: sticky; top: 110px; }
.travel-info__heading .scribble { margin: 40px 0 12px; }
.travel-info h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 5.5vw, 6.6rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.travel-info__heading > p:last-child { max-width: 560px; margin: 28px 0 0; }
.travel-info__grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.travel-fact { min-height: 255px; padding: 26px 24px 24px 0; border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s ease, opacity .8s ease, filter .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.travel-fact:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.travel-fact:hover { padding-right: 18px; background: rgba(255,255,255,.34); }
.travel-fact span { color: var(--coral); font-size: .64rem; letter-spacing: .12em; }
.travel-fact h3 { margin: 22px 0 9px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1; }
.travel-fact p { min-height: 66px; margin: 0 0 18px; font-size: .83rem; }
.travel-fact a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 600; }

/* Gallery */
.gallery { background: var(--paper-2); }
.gallery__heading { display: grid; grid-template-columns: .35fr 1fr .55fr; align-items: end; gap: 32px clamp(30px, 5vw, 80px); }
.gallery h2 { font-size: clamp(3.8rem, 6vw, 7.2rem); }
.gallery__heading > p { margin-bottom: 10px; font-size: .8rem; }
.gallery__grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 10px; }
.gallery__item { min-width: 0; min-height: 0; padding: 0; background: none; border: 0; cursor: zoom-in; overflow: hidden; }
.gallery__item img { height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery__item:hover img { transform: scale(1.025); filter: saturate(1.08); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--video { position: relative; }
.gallery__item--video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,32,29,.28), transparent 52%); pointer-events: none; }
.gallery__play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(7,53,52,.76); box-shadow: 0 10px 28px rgba(3,24,22,.22); transform: translate(-50%, -50%); transition: transform .3s ease, background .3s ease; pointer-events: none; backdrop-filter: blur(5px); }
.gallery__play::before { content: ""; width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid var(--white); }
.gallery__item--video:hover .gallery__play, .gallery__item--video:focus-visible .gallery__play { background: var(--deep); transform: translate(-50%, -50%) scale(1.07); }

.lightbox { width: min(1100px, 92vw); max-height: 92vh; padding: 0; background: transparent; border: 0; overflow: visible; }
.lightbox::backdrop { background: rgba(4,24,22,.9); }
.lightbox img, .lightbox video { width: 100%; max-height: 86vh; object-fit: contain; background: #041816; }
.lightbox video { aspect-ratio: 9 / 16; max-width: min(484px, 92vw); margin-inline: auto; }
.lightbox [hidden] { display: none; }
.lightbox__close { position: absolute; right: 0; bottom: calc(100% + 10px); padding: 6px 0; color: white; background: none; border: 0; cursor: pointer; }

/* Reviews */
.reviews { min-height: 620px; padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .45fr 1fr; align-items: center; color: var(--white); background: var(--deep); }
.reviews__mark { font-family: var(--serif); font-size: clamp(12rem, 27vw, 30rem); line-height: .5; color: var(--sun); }
.reviews__copy { max-width: 800px; }
.reviews__copy > p:first-child { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.reviews h2 { font-size: clamp(3.6rem, 6vw, 7rem); }
.reviews__copy > p:nth-of-type(2) { max-width: 560px; margin: 26px 0 34px; }
.reviews__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }

/* FAQ */
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 150px); background: var(--paper); }
.faq__heading { position: sticky; top: 120px; height: fit-content; }
.faq h2 { margin-top: 42px; font-size: clamp(3.7rem, 5.5vw, 6.5rem); }
.faq__heading > p { max-width: 400px; margin-top: 22px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.7rem); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: var(--sans); font-size: 1rem; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 700px; margin: 0; padding: 0 45px 24px 0; color: rgba(24,51,49,.78); }

/* Booking and footer */
.booking { min-height: 760px; padding: clamp(80px, 9vw, 140px) clamp(24px, 7vw, 110px); display: flex; align-items: center; position: relative; color: var(--white); background: linear-gradient(90deg, rgba(7,35,32,.85), rgba(7,35,32,.3)), url("assets/photos/night-corridor.jpg") center/cover no-repeat; }
.booking__content { max-width: 930px; }
.booking h2 { font-size: clamp(4rem, 7.2vw, 8.5rem); }
.booking__content > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 36px; }
.booking__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.footer { padding: 60px clamp(24px, 6vw, 96px) 26px; display: grid; grid-template-columns: 1.3fr 1fr 1fr .6fr; gap: 45px; background: var(--paper); font-size: .8rem; }
.footer__brand img { width: 180px; margin-bottom: 15px; }
.footer strong { display: block; margin-bottom: 15px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer address { margin-bottom: 10px; font-style: normal; }
.footer > div:not(.footer__brand) a { width: fit-content; margin-bottom: 7px; display: block; border-bottom: 1px solid var(--line); }
.footer__awards { grid-column: 1 / -1; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.footer__awards p { max-width: 390px; margin: -7px 0 0; color: rgba(24,51,49,.72); }
.footer__seals { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.footer__seals > img { width: 92px; height: 92px; object-fit: contain; }
.footer .travellers-choice { width: auto; height: 92px; margin: 0; display: block; border: 0; }
.travellers-choice img { width: auto; height: 92px; max-width: 100%; display: block; object-fit: contain; }
.footer small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); }
.cookie-consent { position: fixed; left: 50%; bottom: 20px; z-index: 120; width: min(920px, calc(100% - 32px)); padding: 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; color: var(--white); background: var(--deep); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 22px 70px rgba(3,22,20,.35); transform: translateX(-50%); }
.cookie-consent[hidden] { display: none; }
.cookie-consent h2 { margin: 4px 0 8px; color: inherit; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.cookie-consent p { max-width: 620px; margin: 0; }
.cookie-consent .eyebrow { color: var(--sun); font-size: .62rem; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-consent__actions .button { border: 0; cursor: pointer; white-space: nowrap; }
.cookie-consent__necessary { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.55) !important; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 69; width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--deep); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 8px 24px rgba(6,35,32,.18); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: bottom .25s ease, opacity .25s ease, visibility .25s, transform .25s ease, background .2s ease; }
body.booking-docked .back-to-top { bottom: calc(var(--booking-dock-height, 138px) + 18px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--deep-2); }
.back-to-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1250px) {
  .topbar { gap: 18px; }
  .site-nav { gap: 13px; }
  .site-nav a:nth-child(3), .site-nav a:nth-child(6) { display: none; }
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .booking-search { padding: 20px 24px; grid-template-columns: minmax(150px, .22fr) minmax(0, 1.78fr); gap: 18px; }
  .booking-search__heading h2, .booking-search.is-docked .booking-search__heading h2 { font-size: 1.72rem; }
  .booking-search__heading > div > p:last-child { font-size: .68rem; }
  .booking-search__form { grid-template-columns: minmax(250px, 1.55fr) 88px 88px minmax(142px, .72fr) minmax(155px, auto); gap: 8px; }
  .booking-field input, .booking-field select, .booking-dates input, .booking-search__ages input { padding-inline: 8px; }
  .booking-promo__toggle { padding-inline: 9px; font-size: .64rem; }
  .booking-search__submit { padding-inline: 13px; font-size: .76rem; }
}

@media (max-width: 1000px) {
  .site-nav a:nth-child(2), .site-nav a:nth-child(5) { display: none; }
  .header-whatsapp { min-width: 120px; padding-inline: 11px; }
}

@media (max-width: 880px) and (min-width: 761px) {
  .header-whatsapp { display: none; }
}

@media (max-width: 1100px) {
  .site-nav { gap: 13px; }
  .site-nav a:nth-child(3), .site-nav a:nth-child(6) { display: none; }
  .hero__content { width: 84%; }
  .hero__facts { display: none; }
  .booking-search { grid-template-columns: 1fr; }
  .booking-search__form { grid-template-columns: repeat(3, 1fr); }
  .booking-search__submit, .booking-search__status { grid-column: 1 / -1; }
  .intro { grid-template-columns: .3fr 1fr; }
  .intro__copy { grid-column: 2; }
  .intro__main-photo { grid-column: 1 / 3; }
  .intro__detail-photo { display: none; }
  .amenities { grid-template-columns: 1fr; }
  .amenities__photo { min-height: 650px; }
  .rooms__top, .gallery__heading { grid-template-columns: .32fr 1fr; }
  .rooms__top > p, .gallery__heading > p { grid-column: 2; }
  .breakfast { grid-template-columns: 1fr; }
  .breakfast__collage { min-height: 0; grid-template-rows: 430px 250px; }
  .sustainability { grid-template-columns: 1fr; }
  .sustainability__photo img { min-height: 500px; }
  .noronha__content { width: 90%; }
  .travel-info { grid-template-columns: 1fr; }
  .travel-info__heading { position: static; }
  .gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 280px; }
  .gallery__item--tall { grid-row: span 1; }
  .gallery__item--wide { grid-column: span 2; }
  .footer { grid-template-columns: 1.1fr 1fr 1fr; }
  .footer > div:nth-child(4) { grid-column: 3; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: 0; }
  .topbar, .topbar.is-scrolled { height: 68px; padding: 9px 18px; grid-template-columns: 1fr auto; }
  .brand img { width: 136px; }
  body.menu-open.booking-docked { padding-bottom: 0; }
  body.menu-open .topbar { position: fixed; inset: 0 0 auto; z-index: 1000; background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }
  body.menu-open .booking-search.is-docked,
  body.menu-open .back-to-top,
  body.menu-open .cookie-consent { visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 1001; width: 100%; height: 100dvh; padding: max(96px, calc(env(safe-area-inset-top) + 82px)) 24px max(34px, calc(env(safe-area-inset-bottom) + 24px)); display: none; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 15px; color: var(--white); background: var(--deep); overflow-y: auto; overscroll-behavior: contain; }
  .site-nav.is-open { display: flex; }
  .site-nav a, .site-nav a:nth-child(2), .site-nav a:nth-child(3), .site-nav a:nth-child(5), .site-nav a:nth-child(6) { display: block; font-family: var(--serif); font-size: clamp(2.2rem, 10vw, 3.4rem); font-weight: 400; line-height: 1; }
  .header-actions { display: none; }
  .site-nav .site-nav__mobile-cta { width: 100%; min-height: 50px; margin-top: 14px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--sun); font-family: var(--sans); font-size: .84rem; font-weight: 600; line-height: 1.2; }
  .site-nav .site-nav__mobile-cta--whatsapp { margin-top: 0; justify-content: flex-start; gap: 10px; color: var(--white); background: #168c4e; }
  .site-nav__languages { width: 100%; margin-top: 8px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.35); }
  .site-nav__languages a, .site-nav__languages a:nth-child(2), .site-nav__languages a:nth-child(3) { padding: 13px 8px; display: block; color: var(--white); border: 0; font-family: var(--sans); font-size: .75rem; font-weight: 600; line-height: 1.2; text-align: center; }
  .site-nav__languages a + a { border-left: 1px solid rgba(255,255,255,.35); }
  .site-nav__languages a.is-current { color: var(--ink); background: var(--sun); }
  .section { padding: 76px 20px; }
  .section-label { margin-bottom: 45px; }
  .hero { height: calc(100svh - 68px); min-height: 590px; align-items: flex-end; }
  .hero__image { object-position: 60% center; }
  .hero__toggle { right: 16px; top: 18px; }
  .hero__shade { background: linear-gradient(0deg, rgba(5,30,28,.9), rgba(5,30,28,.12) 78%); }
  .hero__content { width: 100%; padding: 38px 20px 78px; }
  .hero h1 { font-size: clamp(4rem, 18vw, 6.3rem); }
  .hero__content > p:last-of-type { margin-top: 22px; }
  .hero__actions { margin-top: 28px; }
  .hero__actions .button { width: 100%; }
  .hero__scroll { display: none; }
  .booking-search { padding: 34px 20px; }
  .booking-search__form { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .booking-dates, .booking-promo { grid-column: 1 / -1; }
  .booking-search__ages { grid-template-columns: 1fr 1fr; }
  .booking-search__status, .booking-search__submit { grid-column: 1 / -1; }
  .booking-search__submit { width: 100%; justify-content: center; }
  .booking-search.is-docked { max-height: min(88svh, 760px); padding: 0; display: block; overflow-y: auto; }
  .booking-search.is-docked .booking-search__heading { padding: 0; }
  .booking-search.is-docked .booking-search__heading > div { display: none; }
  .booking-search.is-docked .booking-search__mobile-toggle { width: 100%; min-height: 62px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: var(--deep); background: var(--sun); border: 0; font: inherit; cursor: pointer; }
  .booking-search__mobile-toggle span, .booking-search__mobile-toggle strong { display: block; }
  .booking-search__mobile-toggle span { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
  .booking-search__mobile-toggle strong { font-size: .84rem; }
  .booking-search.is-docked:not(.is-mobile-open) .booking-search__form { display: none; }
  .booking-search.is-docked.is-mobile-open { padding-bottom: 20px; }
  .booking-search.is-docked.is-mobile-open .booking-search__form { padding: 20px 18px 0; }
  body.booking-docked { padding-bottom: 62px; }
  body.booking-docked .cookie-consent { bottom: 76px; }
  .trust-strip { min-height: 54px; }
  .intro { display: block; }
  .intro__headline h2 { font-size: clamp(3.5rem, 15vw, 5.3rem); }
  .scribble { margin-left: 0; }
  .intro__copy { margin-top: 36px; }
  .intro__main-photo { margin: 55px -20px 0 !important; }
  .intro__main-photo img { height: 540px; }
  .intro__main-photo figcaption { left: 18px; }
  .amenities__photo { min-height: 500px; }
  .amenities__content { padding: 70px 20px; }
  .amenities h2 { font-size: clamp(3.4rem, 14vw, 5rem); }
  .rooms__top, .gallery__heading { display: block; }
  .rooms h2, .gallery h2 { font-size: clamp(3.6rem, 15vw, 5.4rem); }
  .rooms__top > p { margin-top: 26px; }
  .rooms__grid { margin-top: 45px; grid-template-columns: 1fr; }
  .room--large { grid-row: auto; }
  .room--large .room__image img, .room__image img { height: 360px; }
  .room--visual { min-height: 390px; }
  .rooms__footer { align-items: flex-start; flex-direction: column; }
  .rooms__footer .button { width: 100%; }
  .breakfast__collage { min-height: 0; height: auto; padding: 20px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: 320px 180px; }
  .breakfast__collage img { min-width: 0; min-height: 0; }
  .breakfast__copy { padding: 70px 20px; }
  .breakfast h2 { font-size: clamp(3.35rem, 14vw, 4.65rem); line-height: .9; }
  .sustainability { display: flex; flex-direction: column-reverse; }
  .sustainability__photo img { min-height: 450px; }
  .sustainability__photo::before { right: 12px; top: -45px; }
  .sustainability h2 { font-size: clamp(3.4rem, 14vw, 5.2rem); }
  .noronha { min-height: 880px; align-items: flex-end; }
  .noronha__slide { object-position: 45% center; }
  .noronha__shade { background: linear-gradient(0deg, rgba(4,25,29,.92), rgba(4,25,29,.24)); }
  .noronha__content { width: 100%; padding: 76px 20px; }
  .noronha h2 { margin-top: 0; font-size: clamp(4rem, 17vw, 6rem); }
  .noronha__experiences { grid-template-columns: 1fr; }
  .noronha__experiences span:nth-child(even) { padding-left: 0; border-left: 0; }
  .noronha__links { flex-direction: column; }
  .noronha__links a { width: 100%; }
  .travel-info { display: block; }
  .travel-info__heading { margin-bottom: 54px; }
  .travel-info h2 { font-size: clamp(3.5rem, 15vw, 5.2rem); }
  .travel-info__grid { grid-template-columns: 1fr; }
  .travel-fact, .travel-fact:nth-child(even) { min-height: 0; padding: 25px 0; border-left: 0; }
  .travel-fact p { min-height: 0; }
  .gallery__heading > p { margin-top: 20px; }
  .gallery__grid { margin: 40px -20px 0; padding: 0 20px 12px; display: grid; grid-template-columns: none; grid-template-rows: 340px; grid-auto-flow: column; grid-auto-columns: min(84vw, 340px); grid-auto-rows: 340px; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .gallery__grid::-webkit-scrollbar { display: none; }
  .gallery__item, .gallery__item--wide, .gallery__item--tall { grid-column: auto; grid-row: 1; width: 100%; height: 340px; scroll-snap-align: center; }
  .reviews { min-height: auto; padding: 78px 20px; display: block; }
  .reviews__mark { height: 100px; font-size: 12rem; }
  .reviews h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .faq { display: block; }
  .faq__heading { position: static; margin-bottom: 55px; }
  .faq h2 { margin-top: 0; font-size: clamp(3.7rem, 15vw, 5rem); }
  .faq summary { font-size: 1.25rem; }
  .booking { min-height: 740px; padding: 78px 20px; align-items: flex-end; background-position: 58% center; }
  .booking h2 { font-size: clamp(4rem, 16vw, 5.8rem); }
  .booking__actions .button { width: 100%; }
  .footer { padding: 52px 20px 30px; grid-template-columns: 1fr; gap: 38px; }
  .footer > div:nth-child(4), .footer small { grid-column: 1; }
  .footer__awards { grid-column: 1; align-items: flex-start; flex-direction: column; }
  .footer__seals { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .footer .travellers-choice { width: auto; height: 92px; min-width: 0; }
  .cookie-consent { bottom: 10px; padding: 20px; grid-template-columns: 1fr; gap: 18px; }
  .cookie-consent__actions { justify-content: stretch; }
  .cookie-consent__actions .button { flex: 1 1 100%; justify-content: center; }
  .back-to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
  body.booking-docked .back-to-top { bottom: 76px; }
  .splash__coordinates { top: 20px; left: 20px; }
  .splash__sun { width: 82vw; }
  .splash__brand strong { font-size: clamp(3.2rem, 17vw, 5.2rem); }
}

@media (max-width: 430px) {
  .booking-dates { grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr); }
  .booking-dates i { width: 32px; }
  .booking-dates__separator::after { right: 7px; }
  .booking-dates input[type="date"] { padding: 0 28px 0 7px; font-size: .72rem; }
  .booking-dates label::after { right: 8px; }
  .rooms h2, .gallery h2 { font-size: clamp(3.2rem, 14vw, 4.3rem); line-height: .9; }
  .gallery__grid { grid-template-rows: 300px; grid-auto-columns: 84vw; grid-auto-rows: 300px; }
  .gallery__item, .gallery__item--wide, .gallery__item--tall { height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__image, .noronha__slide { transform: none; }
  .trust-strip { overflow-x: auto; scrollbar-width: none; }
  .trust-strip__track { animation: none; }
  .trust-strip__group[aria-hidden="true"] { display: none; }
}

@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .35s; }
