:root {
  --ink: #11100f;
  --ink-soft: #211f1d;
  --paper: #f5f1ea;
  --paper-2: #ebe3d8;
  --white: #fff;
  --muted: #716a62;
  --line: rgba(17,16,15,.14);
  --gold: #bd9464;
  --gold-light: #e6cbaa;
  --radius: 1.5rem;
  --shadow: 0 24px 60px rgba(19,16,13,.14);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; cursor: auto; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -4rem; background: white; padding: .8rem 1rem; z-index: 9999; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.5rem, 7.5vw, 7rem); margin-bottom: 1.75rem; }
h2 { font-size: clamp(2.65rem, 5vw, 5rem); margin-bottom: 1.35rem; }
h3 { line-height: 1.15; }
em { color: var(--gold-light); font-weight: 400; }
.section-light em, .experience em, .contact em { color: #9a6f40; }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 800; color: var(--gold); }
.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-light { background: var(--paper); }

.topline { background: #090909; color: rgba(255,255,255,.66); font-size: .78rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topline p { margin: 0; }
.topline a { color: white; font-weight: 700; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: white; }
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .85rem; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; background: white; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.brand small { margin-top: .28rem; color: var(--gold-light); letter-spacing: .25em; text-transform: uppercase; font-size: .62rem; }
.main-nav { display: flex; align-items: center; gap: 2rem; font-size: .87rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.75); transition: color .2s ease; }
.main-nav > a:hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: .75rem 1.25rem; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 18px; height: 1.5px; background: white; transition: .25s ease; }

.hero { min-height: 820px; padding: 180px 0 90px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 42%, rgba(189,148,100,.15), transparent 30%), linear-gradient(115deg, rgba(255,255,255,.03), transparent 45%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .78fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; position: relative; }
.hero-copy { max-width: 730px; }
.hero-text { max-width: 620px; color: rgba(255,255,255,.67); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2.2rem 0; }
.button { min-height: 50px; padding: .9rem 1.35rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid transparent; font-weight: 800; font-size: .9rem; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--gold-light); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2b2825; }
.button-ghost { border-color: rgba(255,255,255,.25); color: white; }
.button-ghost:hover { border-color: white; }
.button-outline { border-color: var(--line); color: var(--ink); }
.button-outline:hover { background: white; }
.hero-rating { display: flex; align-items: center; gap: 1rem; }
.stars { color: #d7aa73; letter-spacing: .15em; font-size: .88rem; }
.hero-rating div:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.hero-rating span { color: rgba(255,255,255,.55); font-size: .8rem; }
.hero-visual { position: relative; min-height: 590px; }
.hero-frame { position: absolute; inset: 0 8% 0 0; border-radius: 48% 48% 1.7rem 1.7rem; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.42); z-index: 2; }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.48), transparent 40%); pointer-events: none; }
.hero-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.hero-badge { position: absolute; z-index: 3; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; padding: 1.1rem 1.25rem; border: 1px solid rgba(255,255,255,.2); background: rgba(15,14,13,.55); backdrop-filter: blur(16px); border-radius: 1rem; display: grid; grid-template-columns: auto 1fr; column-gap: .9rem; align-items: center; }
.hero-badge span { grid-row: 1 / 3; border: 1px solid var(--gold-light); color: var(--gold-light); border-radius: 50%; width: 52px; height: 52px; display: grid; place-items: center; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-badge strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.hero-badge small { color: rgba(255,255,255,.63); }
.hero-shape { position: absolute; inset: 10% 0 -6% 16%; border: 1px solid rgba(230,203,170,.35); border-radius: 50% 50% 1.6rem 1.6rem; }

.trust-strip { background: #1b1917; color: white; border-top: 1px solid rgba(255,255,255,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { min-height: 150px; display: flex; align-items: center; gap: 1.1rem; padding: 2rem 2.2rem; border-right: 1px solid rgba(255,255,255,.08); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border: 0; padding-right: 0; }
.trust-number { font-family: Georgia, serif; color: var(--gold); font-size: 2.1rem; }
.trust-grid strong { display: block; font-size: 1rem; }
.trust-grid p { margin: .25rem 0 0; font-size: .82rem; color: rgba(255,255,255,.52); }

.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.section-heading p:last-child { color: var(--muted); margin-bottom: .5rem; }
.section-heading.light p:last-child { color: rgba(255,255,255,.55); }
.filters { display: flex; gap: .55rem; flex-wrap: wrap; margin-bottom: 2rem; }
.filter { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: .65rem 1rem; cursor: pointer; font-size: .84rem; font-weight: 800; }
.filter.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 285px; gap: 1rem; }
.gallery-card { border: 0; padding: 0; border-radius: 1.15rem; overflow: hidden; position: relative; cursor: pointer; background: #ddd4c8; min-width: 0; }
.gallery-card.tall { grid-row: span 2; }
.gallery-card.wide { grid-column: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position, center); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,8,7,.75), transparent 55%); }
.gallery-card span { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1rem; color: white; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.gallery-card strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.gallery-card small { color: rgba(255,255,255,.66); }
.gallery-card[hidden] { display: none; }
.center-action { text-align: center; margin-top: 2.2rem; }

.experience { background: #e9dfd2; }
.experience-grid { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.experience-images { min-height: 650px; position: relative; }
.experience-images figure { margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.image-primary { width: 72%; height: 560px; border-radius: 48% 48% 1.4rem 1.4rem; }
.image-primary img, .image-secondary img { width: 100%; height: 100%; object-fit: cover; }
.image-primary img { object-position: center 20%; }
.image-secondary { position: absolute; width: 43%; height: 290px; right: 0; bottom: 0; border: 9px solid #e9dfd2; border-radius: 1.2rem; }
.experience-stat { position: absolute; right: 5%; top: 4%; width: 140px; height: 140px; border-radius: 50%; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: var(--shadow); }
.experience-stat strong { font-family: Georgia, serif; color: var(--gold-light); font-size: 2.4rem; line-height: 1; }
.experience-stat span { font-size: .72rem; color: rgba(255,255,255,.66); margin-top: .4rem; }
.experience-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 2rem 0; display: grid; gap: 1rem; }
.check-list li { display: flex; align-items: flex-start; gap: .9rem; }
.check-list li > span { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--gold-light); display: grid; place-items: center; flex: 0 0 auto; }
.check-list div { display: flex; flex-direction: column; }
.check-list small { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 1rem; font-weight: 850; border-bottom: 1px solid currentColor; padding-bottom: .3rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.process { padding: clamp(5rem, 9vw, 8rem) 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.process-card { padding: 2.2rem 2.4rem 0 0; min-height: 230px; border-right: 1px solid rgba(255,255,255,.12); }
.process-card + .process-card { padding-left: 2.4rem; }
.process-card:last-child { border: 0; }
.process-card span { color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.process-card h3 { font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; margin: 1.2rem 0 .8rem; }
.process-card p { color: rgba(255,255,255,.54); }

.reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
.score-card { display: flex; gap: 1rem; align-items: center; padding: 1rem 1.3rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.35); flex: 0 0 auto; }
.score-card > strong { font-family: Georgia, serif; font-size: 3rem; font-weight: 500; line-height: 1; }
.score-card div { display: flex; flex-direction: column; }
.score-card small { color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { margin: 0; min-height: 350px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: rgba(255,255,255,.36); }
.review-card.featured { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-1rem); }
.quote-mark { font-family: Georgia, serif; color: var(--gold); font-size: 5rem; line-height: .7; }
.review-card p { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.45; flex: 1; }
.review-card footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.review-card.featured footer { border-color: rgba(255,255,255,.12); }
.review-card footer span { color: var(--gold); font-size: .75rem; letter-spacing: .08em; }

.instagram-band { height: 310px; display: grid; grid-template-columns: repeat(6, 1fr); position: relative; overflow: hidden; background: #111; }
.instagram-band a { min-width: 0; overflow: hidden; }
.instagram-band img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .45s ease; }
.instagram-band:hover img { opacity: .58; }
.instagram-band a:hover img { transform: scale(1.06); opacity: 1; }
.instagram-overlay { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); background: rgba(17,16,15,.82); color: white; padding: 1rem 1.3rem; border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(12px); border-radius: .9rem; text-align: center; pointer-events: none; }
.instagram-overlay span { display: block; color: var(--gold-light); font-size: .75rem; }
.instagram-overlay strong { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 500; }

.contact { background: #f6f1e9; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-details { margin: 2rem 0; display: grid; gap: 1rem; }
.contact-details article { display: flex; gap: 1rem; align-items: flex-start; }
.contact-details svg { width: 22px; height: 22px; color: #9a6f40; flex: 0 0 auto; margin-top: .15rem; }
.contact-details div { display: flex; flex-direction: column; }
.contact-details strong { font-size: .85rem; }
.contact-details span, .contact-details a { color: var(--muted); }
.contact-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.map-wrap { min-height: 610px; border-radius: 48% 48% 1.7rem 1.7rem; overflow: hidden; position: relative; box-shadow: var(--shadow); background: #ddd; }
.map-wrap iframe { border: 0; width: 100%; height: 100%; position: absolute; inset: 0; filter: grayscale(1) contrast(.95); }
.map-card { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-radius: 1rem; padding: .8rem; display: flex; align-items: center; gap: .8rem; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.map-card img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.map-card div { display: flex; flex-direction: column; }
.map-card span { color: var(--muted); font-size: .82rem; }

.final-cta { padding: 5rem 0; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.final-cta h2 { max-width: 800px; margin: 0; font-size: clamp(2.7rem, 5.3vw, 5.2rem); }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.3rem; }
.light-link { color: white; }

.site-footer { background: #0a0a0a; color: rgba(255,255,255,.68); padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .6fr .8fr; gap: 4rem; padding-bottom: 3rem; }
.footer-brand img { width: 86px; height: 86px; object-fit: contain; border-radius: 50%; margin-bottom: 1rem; }
.footer-brand p { max-width: 360px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .6rem; }
.footer-grid strong { color: white; margin-bottom: .4rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.floating-actions { position: fixed; z-index: 90; right: 1.2rem; bottom: 1.2rem; display: flex; flex-direction: column; gap: .55rem; }
.floating-actions a { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; box-shadow: 0 10px 30px rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.16); transition: transform .2s ease, background .2s ease; }
.floating-actions a:hover { transform: translateY(-3px); background: #9a6f40; }
.floating-actions .whatsapp-float { background: #fff; padding: 8px; border-color: rgba(17,16,15,.1); }
.floating-actions .whatsapp-float:hover { background: #f4fff7; }
.floating-actions svg { width: 21px; height: 21px; }
.floating-actions .fill-dot { fill: currentColor; stroke: none; }

.lightbox { width: min(660px, calc(100% - 24px)); padding: 0; border: 0; border-radius: 1.3rem; background: #111; color: white; overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 75vh; object-fit: contain; background: #090909; }
.lightbox .button { margin: 1rem; }
.lightbox-close { position: absolute; z-index: 2; right: .75rem; top: .75rem; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.55); color: white; font-size: 1.6rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid #d8a96f; outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 760px); }
  .site-header { position: absolute; }
  .main-nav { position: fixed; inset: 0; background: rgba(11,10,9,.97); backdrop-filter: blur(16px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.4rem; font-size: 1.35rem; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .menu-button { display: flex; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { min-height: 0; padding-bottom: 5rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 650px; max-width: 600px; width: 100%; margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr; padding: 1rem 0; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:last-child { padding: 1.3rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); min-height: 0; }
  .trust-grid article:last-child { border-bottom: 0; }
  .section-heading, .experience-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-heading { gap: .5rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-copy { max-width: 700px; }
  .process-grid, .reviews-grid { grid-template-columns: 1fr; }
  .process-card, .process-card + .process-card { padding: 1.7rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); min-height: 0; }
  .process-card:last-child { border-bottom: 0; }
  .review-card.featured { transform: none; }
  .instagram-band { grid-template-columns: repeat(3, 1fr); height: 520px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 2rem; }
  .final-actions { flex-direction: row; align-items: center; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 24px); }
  .topline p { display: none; }
  .topline-inner { justify-content: center; }
  .nav-wrap { height: 80px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 1.05rem; }
  .hero { padding-top: 145px; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 520px; }
  .hero-frame { right: 4%; }
  .hero-badge { left: .8rem; right: .8rem; bottom: .8rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 390px; }
  .gallery-card.tall, .gallery-card.wide { grid-row: auto; grid-column: auto; }
  .experience-images { min-height: 520px; }
  .image-primary { height: 470px; width: 84%; }
  .image-secondary { height: 210px; width: 49%; }
  .experience-stat { width: 112px; height: 112px; right: 0; }
  .experience-stat strong { font-size: 2rem; }
  .reviews-top { align-items: flex-start; flex-direction: column; }
  .score-card { width: 100%; }
  .instagram-band { grid-template-columns: repeat(2, 1fr); height: 630px; }
  .instagram-overlay { width: calc(100% - 40px); }
  .map-wrap { min-height: 500px; }
  .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .floating-actions { right: .75rem; bottom: .75rem; }
}

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


/* Fotos recortadas da área real das publicações e enquadramento por assunto */
.gallery-card[data-image$="foto-1431.webp"] { --image-position: center 36%; }
.gallery-card[data-image$="foto-1445.webp"] { --image-position: center 39%; }
.gallery-card[data-image$="foto-1442.webp"] { --image-position: center 53%; }
.gallery-card[data-image$="foto-1451.webp"] { --image-position: center 56%; }
.gallery-card[data-image$="foto-1439.webp"] { --image-position: center 38%; }
.gallery-card[data-image$="foto-1454.webp"] { --image-position: center 34%; }
.gallery-card[data-image$="foto-1459.webp"] { --image-position: center 34%; }
.gallery-card[data-image$="foto-1465.webp"] { --image-position: center 32%; }
.hero-frame > img { object-position: center 34%; }
.image-primary img { object-position: center 28%; }
.image-secondary img { object-position: center 55%; }
.instagram-band a:nth-child(1) img { object-position: center 31%; }
.instagram-band a:nth-child(2) img { object-position: center 38%; }
.instagram-band a:nth-child(3) img { object-position: center 35%; }
.instagram-band a:nth-child(4) img { object-position: center; }
.instagram-band a:nth-child(5) img { object-position: center 36%; }
.instagram-band a:nth-child(6) img { object-position: center; }

/* Logotipo oficial do WhatsApp com fundo transparente */
.button .whatsapp-icon { width: 21px; height: 21px; flex: 0 0 21px; object-fit: contain; }
.contact-details .contact-whatsapp-icon { width: 23px; height: 23px; flex: 0 0 23px; margin-top: .12rem; object-fit: contain; }
.floating-actions .whatsapp-logo { width: 34px; height: 34px; object-fit: contain; }

.whatsapp-inline-link { display: inline-flex; align-items: center; gap: .38rem; }
.whatsapp-inline-icon { width: 16px; height: 16px; flex: 0 0 16px; object-fit: contain; }
.text-link .whatsapp-inline-icon { width: 19px; height: 19px; flex-basis: 19px; }

/* Ajustes finais: galeria sem vazios e botões sociais alinhados */
#colecoes.section {
  padding-top: clamp(4.5rem, 7vw, 7rem);
  padding-bottom: clamp(4.5rem, 7vw, 7rem);
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: row;
  gap: clamp(.75rem, 1.2vw, 1rem);
}

.gallery-card,
.gallery-card.tall,
.gallery-card.wide {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 4 / 5;
  min-height: 0;
  box-shadow: 0 14px 34px rgba(17, 16, 15, .10);
  border: 1px solid rgba(17, 16, 15, .07);
}

.gallery-card::after {
  background: linear-gradient(to top, rgba(9, 8, 7, .82) 0%, rgba(9, 8, 7, .16) 50%, transparent 72%);
}

.gallery-card span {
  left: 1rem;
  right: 1rem;
  bottom: .9rem;
}

.gallery-card strong {
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
}

.gallery-card small {
  font-size: .78rem;
}

.final-actions {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: .75rem;
  min-width: 250px;
}

.final-actions .button {
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}

.instagram-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  object-fit: contain;
}

.instagram-button:hover {
  background: #f7eee6;
}

@media (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 540px);
  }
}

@media (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-card,
  .gallery-card.tall,
  .gallery-card.wide {
    aspect-ratio: 4 / 4.8;
  }

  .final-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* =========================================================
   Refinamento premium — layout mais preenchido e compacto
   ========================================================= */
:root {
  --container: min(1380px, calc(100% - 56px));
  --radius: 1.25rem;
  --shadow: 0 18px 48px rgba(19,16,13,.12);
}

body {
  background:
    radial-gradient(circle at 9% 18%, rgba(189,148,100,.055), transparent 22rem),
    var(--paper);
}

.section {
  padding: clamp(4rem, 6.2vw, 6.25rem) 0;
}

h1 { font-size: clamp(3.6rem, 6.5vw, 6.6rem); margin-bottom: 1.35rem; }
h2 { font-size: clamp(2.7rem, 4.35vw, 4.5rem); margin-bottom: 1rem; }
.eyebrow { margin-bottom: .72rem; }

/* Cabeçalho mais elegante e compacto */
.nav-wrap { height: 86px; }
.main-nav { gap: 1.6rem; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .68rem 1.05rem;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}
.nav-cta::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("assets/instagram.svg") center/contain no-repeat;
  filter: brightness(0) invert(1);
}

/* Hero menor, mais preenchido e com composição refinada */
.hero {
  min-height: 730px;
  padding: 148px 0 64px;
}
.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -230px;
  border: 1px solid rgba(230,203,170,.14);
  border-radius: 50%;
  pointer-events: none;
}
.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .82fr);
  gap: clamp(2.5rem, 5.2vw, 5rem);
}
.hero-text { max-width: 580px; }
.hero-actions { margin: 1.7rem 0 1.55rem; }
.hero-visual { min-height: 525px; }
.hero-frame { inset: 0 5% 0 0; border-radius: 46% 46% 1.4rem 1.4rem; }
.hero-shape { inset: 8% 0 -5% 14%; }
.hero-badge { padding: .9rem 1rem; bottom: 1rem; left: 1rem; right: 1rem; }
.hero-badge span { width: 46px; height: 46px; }

/* Faixa de diferenciais sem excesso de altura */
.trust-grid article { min-height: 118px; padding: 1.45rem 1.8rem; }
.trust-number { font-size: 1.8rem; }

/* Títulos de seção mais próximos do conteúdo */
.section-heading {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .58fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  margin-bottom: 1.7rem;
}
.section-heading p:last-child { max-width: 460px; }
.filters { margin-bottom: 1.35rem; }
.filter { padding: .58rem .95rem; background: rgba(255,255,255,.22); }
.filter:hover { border-color: rgba(17,16,15,.34); background: rgba(255,255,255,.55); }

/* Galeria ampla, uniforme e sem vazios */
#colecoes.section { padding: clamp(4rem, 6vw, 5.8rem) 0; }
.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.7rem, 1vw, .95rem);
}
.gallery-card,
.gallery-card.tall,
.gallery-card.wide {
  aspect-ratio: 4 / 4.65;
  border-radius: 1.05rem;
  box-shadow: 0 12px 28px rgba(17,16,15,.10);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(17,16,15,.17);
  border-color: rgba(189,148,100,.5);
}
.gallery-card::before {
  content: "↗";
  position: absolute;
  z-index: 3;
  top: .8rem;
  right: .8rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(12,11,10,.42);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(5px);
  transition: .25s ease;
}
.gallery-card:hover::before { opacity: 1; transform: translateY(0); }
.center-action { margin-top: 1.45rem; }
.center-action .button::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("assets/instagram.svg") center/contain no-repeat;
  filter: brightness(0) invert(1);
}

/* Experiência compacta em um bloco editorial */
.experience {
  position: relative;
  overflow: hidden;
}
.experience::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -210px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(154,111,64,.17);
  border-radius: 50%;
}
.experience-grid { gap: clamp(2.8rem, 6vw, 5.5rem); }
.experience-images { min-height: 530px; }
.image-primary { height: 470px; width: 74%; }
.image-secondary { width: 42%; height: 235px; border-width: 7px; }
.experience-stat { width: 122px; height: 122px; right: 3%; top: 4%; }
.experience-stat strong { font-size: 2.05rem; }
.check-list { margin: 1.45rem 0; gap: .78rem; }
.check-list li {
  padding: .7rem .75rem;
  border-radius: .85rem;
  transition: background .2s ease, transform .2s ease;
}
.check-list li:hover { background: rgba(255,255,255,.38); transform: translateX(3px); }

/* Processo mais baixo e com cards definidos */
.process { padding: clamp(4rem, 6vw, 5.6rem) 0; }
.process-grid { gap: 1rem; border-top: 0; }
.process-card,
.process-card + .process-card {
  min-height: 205px;
  padding: 1.55rem;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
}
.process-card:last-child { border: 1px solid rgba(255,255,255,.11); }
.process-card h3 { margin: .9rem 0 .6rem; font-size: 1.55rem; }
.process-card p { margin-bottom: 0; }

/* Avaliações menos altas e visualmente mais ricas */
.reviews-top { margin-bottom: 1.7rem; }
.score-card { box-shadow: 0 10px 26px rgba(17,16,15,.07); }
.reviews-grid { gap: .9rem; }
.review-card {
  min-height: 292px;
  padding: 1.55rem;
  border-radius: 1.1rem;
  box-shadow: 0 10px 26px rgba(17,16,15,.055);
}
.review-card.featured { transform: translateY(-.45rem); }
.quote-mark { font-size: 4rem; }
.review-card p { font-size: 1.17rem; line-height: 1.42; }

/* Instagram em uma faixa mais baixa */
.instagram-band { height: 245px; }
.instagram-overlay {
  padding: .8rem 1.1rem;
  box-shadow: 0 12px 35px rgba(0,0,0,.28);
}

/* Contato e mapa mais compactos */
.contact-grid { gap: clamp(2.8rem, 5.5vw, 5rem); }
.contact-details { margin: 1.45rem 0; gap: .8rem; }
.contact-details article {
  padding: .55rem 0;
  border-bottom: 1px solid rgba(17,16,15,.08);
}
.contact-details article:last-child { border-bottom: 0; }
.map-wrap { min-height: 500px; border-radius: 44% 44% 1.35rem 1.35rem; }

/* CTA e rodapé sem grandes áreas vazias */
.final-cta { padding: clamp(3.7rem, 5.4vw, 5rem) 0; }
.final-cta-inner { gap: 2.5rem; }
.final-actions { gap: .75rem; }
.site-footer { padding: 3rem 0 1.2rem; }
.footer-grid { gap: 2.7rem; padding-bottom: 2rem; }
.footer-brand img { width: 72px; height: 72px; }

/* Botões com acabamento consistente */
.button { min-height: 48px; padding: .82rem 1.2rem; box-shadow: 0 8px 18px rgba(17,16,15,.06); }
.button-light { border-color: rgba(17,16,15,.08); }
.instagram-button .instagram-icon { width: 20px; height: 20px; object-fit: contain; }
.floating-actions a { width: 48px; height: 48px; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 36px, 920px); }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); gap: 2.5rem; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-card, .gallery-card.tall, .gallery-card.wide { aspect-ratio: 4 / 4.7; }
}

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 780px); }
  .hero { padding-top: 142px; padding-bottom: 4rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; max-width: 560px; }
  .section { padding: 4.25rem 0; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-images { min-height: 500px; max-width: 620px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card, .process-card + .process-card { min-height: 0; padding: 1.35rem; border: 1px solid rgba(255,255,255,.11); }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .instagram-band { height: 420px; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-wrap { min-height: 430px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 24px); }
  .section { padding: 3.5rem 0; }
  h1 { font-size: clamp(2.85rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.35rem, 10.5vw, 3.3rem); }
  .hero { padding-top: 132px; padding-bottom: 3.4rem; }
  .hero-visual { min-height: 460px; }
  .hero-badge small { font-size: .7rem; }
  .trust-grid { padding: .5rem 0; }
  .trust-grid article,
  .trust-grid article:first-child,
  .trust-grid article:last-child { padding: 1rem 0; }
  .section-heading { margin-bottom: 1.25rem; }
  .gallery-grid { grid-template-columns: 1fr; gap: .8rem; }
  .gallery-card, .gallery-card.tall, .gallery-card.wide { aspect-ratio: 4 / 4.25; }
  .experience-images { min-height: 430px; }
  .image-primary { height: 390px; }
  .image-secondary { height: 175px; }
  .experience-stat { width: 98px; height: 98px; }
  .experience-stat strong { font-size: 1.7rem; }
  .instagram-band { height: 500px; }
  .map-wrap { min-height: 390px; }
  .final-actions { width: 100%; }
  .final-actions .button { width: 100%; }
  .footer-grid { gap: 1.7rem; }
}
.floating-actions .instagram-float { background: #11100f; padding: 13px; }
.floating-actions .instagram-float-logo { width: 23px; height: 23px; filter: brightness(0) invert(1); object-fit: contain; }
