:root {
  --navy: #081a33;
  --navy-soft: #102845;
  --orange: #f47b20;
  --orange-dark: #d85d08;
  --cream: #f8f5ef;
  --white: #ffffff;
  --text: #1d2a37;
  --muted: #697684;
  --line: rgba(8, 26, 51, 0.12);
  --shadow: 0 30px 80px rgba(8, 26, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: .3s ease;
}
.header.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(8,26,51,.08);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand-logo {
  width: 150px; height: 66px; object-fit: cover; object-position: center;
  border-radius: 10px;
}
.header.scrolled .brand { color: var(--navy); }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--orange); color: white; font-weight: 800;
}
.brand-text { font-weight: 800; letter-spacing: .03em; font-size: 17px; }
.brand-text span { color: var(--orange); }
.nav { display: flex; align-items: center; gap: 26px; color: white; font-size: 14px; font-weight: 600; }
.header.scrolled .nav { color: var(--navy); }
.nav a { transition: .2s; }
.nav a:hover { color: var(--orange); }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.header.scrolled .nav-cta { border-color: var(--line); background: var(--navy); color: white; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; }
.header.scrolled .menu-button span { background: var(--navy); }

.hero {
  min-height: 900px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: white;
  background:
    linear-gradient(90deg, rgba(4,17,35,.92) 0%, rgba(4,17,35,.68) 42%, rgba(4,17,35,.2) 100%),
    url('hero.png') center/cover;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,18,37,.35), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: 190px 0 90px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .22em; color: #ffc496; margin-bottom: 18px; }
.eyebrow.dark { color: var(--orange); }
.eyebrow.light { color: #ffd1ad; }
.hero h1, .section h2, .cta-section h2 {
  font-family: "Playfair Display", serif;
  margin: 0;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.hero h1 { max-width: 700px; font-size: clamp(44px, 5.4vw, 72px); }
.hero p { max-width: 650px; margin: 28px 0 34px; font-size: 20px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 54px; padding: 0 24px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; transition: .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 16px 36px rgba(244,123,32,.28); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.button-light { background: white; color: var(--navy); }
.button.full { width: 100%; }
.hero-details { display: flex; gap: 60px; margin-top: 70px; }
.hero-details div { display: flex; flex-direction: column; }
.hero-details strong { font-size: 24px; }
.hero-details span { color: rgba(255,255,255,.65); font-size: 13px; }

.section { padding: 120px 0; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.section-copy h2, .section-heading h2, .pricing-copy h2, .faq h2 { font-size: clamp(42px, 5vw, 66px); color: var(--navy); }
.section-copy p, .section-heading p, .pricing-copy p { color: var(--muted); font-size: 18px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 20px; font-weight: 700; color: var(--navy); }
.image-card, .showcase-image { background-size: cover; background-position: center; }
.image-main {
  min-height: 620px; border-radius: 180px 24px 24px 24px;
  box-shadow: var(--shadow);
  background-image: url('imagem1.png');
}

.gallery-section { background: white; overflow: hidden; }
.local-page { background: var(--cream); }
.local-page .header {
  background: rgba(255,255,255,.94); backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(8,26,51,.08);
}
.local-page .header .brand, .local-page .header .nav { color: var(--navy); }
.local-page .header .nav-cta { background: var(--navy); border-color: var(--navy); color: white; }
.local-page .header .menu-button span { background: var(--navy); }
.local-page-main { padding-top: 84px; }
.local-page .gallery-section { background: var(--cream); }
.gallery-heading {
  display: flex; align-items: end; justify-content: space-between;
  gap: 50px; margin-bottom: 48px;
}
.gallery-heading h1, .gallery-heading h2 {
  margin: 0; font-family: "Playfair Display", serif; line-height: 1.05; letter-spacing: -.03em;
  max-width: 720px; font-size: clamp(42px, 5vw, 66px); color: var(--navy);
}
.gallery-heading p { max-width: 420px; margin: 0 0 7px; color: var(--muted); font-size: 18px; }
.hotel-gallery { position: relative; max-width: 900px; margin-inline: auto; }
.gallery-stage {
  position: relative; min-height: 520px; overflow: hidden;
  border-radius: 30px; background: var(--navy); box-shadow: var(--shadow);
}
.gallery-main-image {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: opacity .24s ease, transform .65s ease;
}
.gallery-main-image.changing { opacity: .35; transform: scale(1.015); }
.gallery-shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(4,17,35,.76) 100%);
}
.gallery-caption {
  position: absolute; left: 38px; right: 150px; bottom: 34px;
  display: flex; flex-direction: column; color: white;
}
.gallery-caption strong { font-family: "Playfair Display", serif; font-size: 32px; }
.gallery-caption span { color: rgba(255,255,255,.76); }
.gallery-counter {
  position: absolute; top: 26px; right: 26px; padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 999px;
  background: rgba(4,17,35,.52); backdrop-filter: blur(10px);
  color: white; font-size: 14px; font-weight: 700;
}
.gallery-arrow {
  position: absolute; top: 50%; translate: 0 -50%; z-index: 2;
  width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%; background: rgba(4,17,35,.5); color: white;
  display: grid; place-items: center; cursor: pointer; font-size: 38px;
  line-height: 1; transition: .2s ease; backdrop-filter: blur(10px);
}
.gallery-arrow:hover { background: var(--orange); border-color: var(--orange); }
.gallery-prev { left: 24px; }
.gallery-next { right: 24px; }
.gallery-thumbnails {
  display: grid; grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 14px; margin-top: 16px;
}
.gallery-thumb {
  position: relative; height: 108px; padding: 0; overflow: hidden;
  border: 3px solid transparent; border-radius: 16px; background: var(--navy);
  cursor: pointer; color: white; transition: .2s ease;
}
.gallery-thumb img {
  width: 100%; height: 100%; object-fit: cover; opacity: .68;
  transition: .25s ease;
}
.gallery-thumb span {
  position: absolute; inset: auto 12px 10px; text-align: left;
  font-size: 13px; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,.65);
}
.gallery-thumb:hover { transform: translateY(-3px); }
.gallery-thumb:hover img, .gallery-thumb.active img { opacity: 1; }
.gallery-thumb.active { border-color: var(--orange); box-shadow: 0 8px 24px rgba(244,123,32,.2); }

.location-section { padding: 0 0 120px; background: var(--cream); }
.location-container { max-width: 900px; }
.location-grid {
  overflow: hidden; border-radius: 30px; background: white; box-shadow: var(--shadow);
}
.location-copy { padding: 48px 54px; }
.location-copy h2 {
  margin: 0 0 28px; color: var(--navy); font-family: "Playfair Display", serif;
  font-size: clamp(38px, 4vw, 56px); line-height: 1.05; letter-spacing: -.03em;
}
.location-address { display: flex; align-items: flex-start; gap: 18px; }
.location-icon {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(244,123,32,.12); color: var(--orange);
}
.location-icon svg { width: 27px; height: 27px; }
.location-address address { display: flex; flex-direction: column; color: var(--muted); font-style: normal; }
.location-address strong { color: var(--navy); font-size: 19px; margin-bottom: 3px; }
.location-address:hover strong, .location-copy .text-link:hover { color: var(--orange); }
.location-copy .text-link { margin-top: 26px; }
.location-copy > p { color: var(--muted); margin: 28px 0; }
.location-map { min-height: 420px; background: #e7e4de; }
.location-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

.features { background: white; }
.section-heading.centered { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: 24px;
  background: white; transition: .25s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-number { color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { color: var(--navy); font-size: 24px; margin: 58px 0 12px; }
.feature-card p { color: var(--muted); margin: 0; }
.highlight-card { background: var(--navy); }
.highlight-card h3, .highlight-card p { color: white; }
.highlight-card p { color: rgba(255,255,255,.72); }

.showcase { background: var(--navy); color: white; }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.showcase-image { min-height: 520px; border-radius: 24px; }
.image-pool { background-image: url('imagem3.png'); }
.image-gourmet { background-image: url('imagem2.png'); }
.showcase-copy { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 70px 10px 0; }
.showcase-copy h2 { font-size: clamp(42px, 5vw, 66px); max-width: 560px; }
.showcase-copy p { max-width: 430px; color: rgba(255,255,255,.68); }

.pricing { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: 1fr 440px; gap: 100px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 30px; color: var(--navy); font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.pricing-card { background: white; padding: 40px; border-radius: 28px; box-shadow: var(--shadow); }
.pricing-card > span { color: var(--muted); }
.price { font-size: 82px; line-height: 1; font-weight: 800; color: var(--navy); letter-spacing: -.06em; margin: 14px 0; }
.price small { font-size: 22px; letter-spacing: 0; vertical-align: top; }
.pricing-card p { color: var(--muted); }
.price-divider { height: 1px; background: var(--line); margin: 26px 0; }
.price-row { display: flex; justify-content: space-between; margin: 12px 0; }
.pricing-card .button { margin-top: 26px; }
.pricing-note { display: block; text-align: center; color: var(--muted); margin-top: 16px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.accordion details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.accordion summary { list-style: none; cursor: pointer; font-weight: 700; color: var(--navy); font-size: 18px; display: flex; justify-content: space-between; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; color: var(--orange); font-size: 22px; }
.accordion details[open] summary::after { content: "–"; }
.accordion p { color: var(--muted); max-width: 680px; }

.cta-section { padding: 0 0 100px; }
.cta-box { background: var(--orange); color: white; border-radius: 32px; padding: 56px 64px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-box h2 { font-size: clamp(38px, 5vw, 58px); max-width: 650px; }

.footer { background: #051326; color: white; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { color: white; }
.footer-logo {
  width: 150px; height: 66px; object-fit: cover; object-position: center;
  border-radius: 10px;
}
.footer-brand-mark {
  width: 52px; height: 52px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center; background: var(--orange);
  color: white; font-size: 22px; font-weight: 800;
}
.footer-brand-copy { display: flex; flex-direction: column; line-height: 1; }
.footer-brand-copy strong { color: white; font-size: 19px; letter-spacing: .035em; }
.footer-brand-copy strong span { color: var(--orange); }
.footer-brand-copy small {
  margin-top: 8px; color: white; font-size: 9px;
  font-weight: 700; letter-spacing: .28em;
}
.footer p { color: rgba(255,255,255,.6); text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; }
.footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 13px; }
.floating-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; background: #25d366; color: white;
  font-size: 24px; box-shadow: 0 16px 34px rgba(37,211,102,.3);
}
.floating-whatsapp svg { width: 31px; height: 31px; display: block; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav { position: fixed; inset: 84px 20px auto; display: none; flex-direction: column; align-items: stretch; padding: 22px; border-radius: 20px; background: white; color: var(--navy); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .hero { min-height: 780px; }
  .hero-details { gap: 28px; flex-wrap: wrap; }
  .gallery-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .gallery-stage { min-height: 540px; }
  .gallery-thumbnails { grid-template-columns: repeat(4, 190px); overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .gallery-thumb { scroll-snap-align: start; }
  .location-grid { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 440px; }
  .intro-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .showcase-copy { flex-direction: column; align-items: flex-start; }
  .pricing-card { width: 100%; max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; justify-content: center; position: relative; }
  .brand-logo { width: 122px; height: 54px; }
  .nav-wrap .menu-button { position: absolute; right: 0; }
  .footer-brand { justify-content: center; }
  .hero { min-height: 760px; background-position: 62% center; }
  .hero-content { padding: 150px 0 55px; }
  .hero h1 { font-size: 42px; }
  .hero p { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-details { margin-top: 42px; gap: 20px; justify-content: space-between; }
  .hero-details strong { font-size: 20px; }
  .section { padding: 82px 0; }
  .gallery-stage { min-height: 440px; border-radius: 22px; }
  .gallery-caption { left: 22px; right: 22px; bottom: 22px; }
  .gallery-caption strong { font-size: 26px; }
  .gallery-caption span { font-size: 14px; }
  .gallery-arrow { width: 44px; height: 44px; font-size: 32px; }
  .gallery-prev { left: 12px; }
  .gallery-next { right: 12px; }
  .gallery-counter { top: 16px; right: 16px; }
  .gallery-thumbnails { grid-template-columns: repeat(4, 150px); }
  .gallery-thumb { height: 105px; }
  .location-section { padding-bottom: 82px; }
  .location-grid { border-radius: 22px; }
  .location-copy { padding: 42px 26px; }
  .location-map, .location-map iframe { min-height: 360px; }
  .image-main { min-height: 430px; border-radius: 100px 20px 20px 20px; }
  .feature-grid, .showcase-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 240px; }
  .showcase-image { min-height: 380px; }
  .showcase-copy { grid-column: auto; padding-top: 34px; }
  .cta-section { padding-bottom: 70px; }
  .cta-box { padding: 40px 28px; flex-direction: column; align-items: flex-start; }
  .price { font-size: 68px; }
}
