:root {
  --ink: #2d2926;
  --brown: #695247;
  --brown-dark: #4d3d35;
  --sand: #e8ded1;
  --cream: #f6f1ea;
  --white: #ffffff;
  --muted: #766f69;
  --line: #ded5cb;
  --shadow: 0 18px 50px rgba(45, 41, 38, .12);
  --radius: 22px;
}

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

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,241,234,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(105,82,71,.13); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img {
  width: 150px;
  height: 70px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.desktop-nav { display: flex; gap: 26px; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: var(--brown); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-header { color: white; background: var(--brown); }
.btn-header:hover { background: var(--brown-dark); box-shadow: var(--shadow); }
.btn-primary { color: white; background: var(--brown); box-shadow: 0 12px 30px rgba(77,61,53,.2); }
.btn-primary:hover { background: var(--brown-dark); }
.btn-secondary { color: white; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.btn-light { background: white; color: var(--brown-dark); min-width: 220px; }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; color: white; background: url("imagens/capa-abalone.jpg") center 32% / cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,27,25,.79) 0%, rgba(30,27,25,.55) 38%, rgba(30,27,25,.12) 68%, rgba(30,27,25,.04) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 56px; padding-bottom: 56px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.84); }
.eyebrow.dark { color: var(--brown); }
.hero h1, .section h2, .cta-band h2, .about h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -.02em; line-height: 1.03; }
.hero h1 { max-width: 680px; margin: 16px 0 18px; font-size: clamp(52px, 7vw, 88px); }
.hero-subtitle { max-width: 650px; margin: 0 0 20px; font-size: clamp(18px, 2vw, 23px); color: rgba(255,255,255,.9); }
.hero-offer { display: flex; gap: 12px; align-items: center; margin-bottom: 28px; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: "Playfair Display", Georgia, serif; font-size: 23px; color: var(--brown-dark); }
.trust-grid span { font-size: 13px; color: var(--muted); margin-top: 3px; }

.section { padding: 100px 0; }
.section-heading { max-width: 730px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading h2, .split-copy h2, .visit h2 { margin: 10px 0 14px; font-size: clamp(40px, 5vw, 62px); }
.section-heading p, .split-copy p, .about-copy p { color: var(--muted); font-size: 17px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-card { position: relative; margin: 0; min-height: 340px; overflow: hidden; border-radius: var(--radius); background: #ddd; box-shadow: var(--shadow); }
.gallery-card.large { grid-column: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; border-radius: 999px; color: white; background: rgba(40,34,30,.52); backdrop-filter: blur(8px); font-size: 13px; font-weight: 600; }

.split-section { background: white; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-copy { max-width: 520px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; }
.check-list li { position: relative; padding: 9px 0 9px 30px; border-bottom: 1px solid #eee7e0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brown); font-weight: 800; }
.split-images { position: relative; min-height: 620px; }
.img-main { width: 82%; height: 560px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.img-float { position: absolute; width: 46%; height: 280px; object-fit: cover; right: 0; bottom: 0; border: 10px solid white; border-radius: 20px; box-shadow: var(--shadow); }

.about { background: var(--brown-dark); color: white; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.about h2 { margin: 12px 0 0; font-size: clamp(48px, 6vw, 76px); }
.about-copy p { color: rgba(255,255,255,.78); font-size: 18px; margin-top: 0; }

.inspiration { background: #efe7de; }
.mini-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mini-gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 16px; }

.cta-band { padding: 70px 0; color: white; background: linear-gradient(115deg, #5f493f, #80685c); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-band h2 { max-width: 780px; margin: 10px 0 0; font-size: clamp(36px, 4vw, 55px); }

.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.visit-card, .hours-card { padding: 42px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.visit-card address { font-style: normal; color: var(--muted); margin: 20px 0; font-size: 17px; }
.text-link { color: var(--brown); font-weight: 700; }
.hours-card h3 { margin: 0 0 20px; font-family: "Playfair Display", Georgia, serif; font-size: 28px; }
.hours-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.social-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; font-weight: 700; color: var(--brown); }

.site-footer { padding: 52px 0 28px; background: #25221f; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr .7fr; gap: 44px; align-items: start; }
.footer-grid strong { color: white; }
.footer-grid p { margin: 8px 0 0; }
.footer-grid a:hover { color: white; }
.footer-brand img {
  width: 210px;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: brightness(0) invert(1);
  opacity: .82;
}
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

.whatsapp-float { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 17px; color: white; background: #1f8f4f; border-radius: 999px; box-shadow: 0 12px 34px rgba(0,0,0,.25); font-size: 14px; font-weight: 800; }
.whatsapp-float:hover { transform: translateY(-2px); }
.wa-icon { font-size: 19px; line-height: 1; }
.whatsapp-official-icon {
  width: 24px;
  height: 24px;
  display: block;
  color: #fff;
  flex: 0 0 auto;
}

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.is-open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.modal-card { position: relative; width: min(720px, calc(100% - 32px)); max-height: calc(100vh - 48px); overflow: auto; margin: 24px auto; padding: 34px; border-radius: 20px; background: white; box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.modal-card h2 { margin-top: 0; font-family: "Playfair Display", Georgia, serif; font-size: 36px; }
.modal-card p { color: var(--muted); }
.modal-close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; font-size: 30px; cursor: pointer; }
body.modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 130px; height: 62px; }
  .btn-header { padding: 0 15px; min-height: 44px; font-size: 12px; }
  .hero { min-height: 690px; background-position: 44% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(30,27,25,.78) 0%, rgba(30,27,25,.58) 55%, rgba(30,27,25,.22) 100%); }
  .hero-content { padding-top: 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.large { grid-column: span 2; }
  .split-grid, .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .split-images { min-height: 540px; }
  .img-main { height: 490px; }
  .about-grid { gap: 28px; }
  .mini-gallery { grid-template-columns: repeat(2, 1fr); }
  .cta-band-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header .btn-header { display: none !important; }

  .container { width: min(100% - 28px, 1180px); }
  .site-header .btn-header { font-size: 0; width: 44px; padding: 0; }
  .site-header .btn-header::after { content: "✆"; font-size: 19px; }
  .hero { min-height: 650px; background-position: 42% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(30,27,25,.38) 0%, rgba(30,27,25,.52) 30%, rgba(30,27,25,.82) 100%); }
  .hero-content { align-self: end; padding-bottom: 46px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-subtitle { font-size: 17px; }
  .hero-offer { flex-wrap: wrap; font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 18px 14px; }
  .trust-grid strong { font-size: 18px; }
  .section { padding: 72px 0; }
  .section-heading h2, .split-copy h2, .visit h2 { font-size: 42px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.large { grid-column: auto; }
  .gallery-card { min-height: 310px; }
  .split-grid { gap: 40px; }
  .split-images { min-height: 430px; }
  .img-main { width: 90%; height: 400px; }
  .img-float { width: 48%; height: 210px; border-width: 7px; }
  .about h2 { font-size: 52px; }
  .mini-gallery { gap: 9px; }
  .cta-band { padding: 56px 0; }
  .cta-band h2 { font-size: 39px; }
  .visit-card, .hours-card { padding: 28px; }
  .hours-row { flex-direction: column; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-float > span:last-child { display: none; }
  .whatsapp-float { width: 54px; height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float .whatsapp-official-icon {
    width: 30px;
    height: 30px;
  }
}


/* Avaliações do Google */
.reviews-section {
  background: #f8f4ef;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 64px;
  align-items: center;
}

.reviews-copy h2 {
  margin: 10px 0 18px;
  max-width: 760px;
  font-size: clamp(40px, 5vw, 62px);
}

.reviews-copy > p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

.google-rating-card {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 650px;
  margin: 30px 0;
  padding: 22px 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.google-mark {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e8e3dd;
  font-size: 28px;
  font-weight: 800;
  color: #57483f;
}

.google-rating-card strong,
.google-rating-card span {
  display: block;
}

.google-rating-card strong {
  color: var(--brown-dark);
  font-size: 17px;
}

.google-rating-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.stars {
  margin-top: 2px;
  color: #e5a826;
  letter-spacing: 2px;
  font-size: 18px;
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-google {
  background: white;
  color: var(--brown-dark);
  border: 1px solid #d9d0c7;
}

.btn-google:hover {
  background: #efe7de;
  transform: translateY(-1px);
}

.reviews-proof {
  display: grid;
  gap: 14px;
}

.proof-card {
  padding: 28px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.proof-number,
.proof-icon {
  display: block;
  margin-bottom: 6px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--brown-dark);
  font-size: 33px;
  font-weight: 600;
}

.proof-icon {
  font-size: 22px;
}

.proof-label {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .reviews-proof {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .google-rating-card {
    align-items: flex-start;
    padding: 20px;
  }

  .reviews-actions {
    flex-direction: column;
  }

  .reviews-actions .btn {
    width: 100%;
  }

  .reviews-proof {
    grid-template-columns: 1fr;
  }
}
