:root {
  /* Paleta extraída da identidade visual da Ótica Mercês */
  --orange: #f5822b;
  --orange-dark: #cf5d13;
  --orange-soft: #fff0e3;
  --blue: #2b91c3;
  --blue-dark: #1f6f99;
  --blue-soft: #eaf6fb;
  --ink: #303033;
  --ink-deep: #242427;
  --ink-soft: #656166;
  --cream: #fff9f3;
  --sand: #f5eadf;
  --surface: #fffdf9;
  --white: #ffffff;
  --line: rgba(93, 61, 39, .14);
  --brand-line: rgba(245, 130, 43, .24);
  --shadow: 0 24px 70px rgba(72, 46, 28, .14);
  --shadow-soft: 0 16px 42px rgba(72, 46, 28, .10);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { fill: currentColor; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 84px;
  display: flex;
  align-items: center;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.scrolled { height: 72px; background: rgba(255, 249, 242, .94); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(25,20,16,.08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 54px; height: 54px; object-fit: contain; border-radius: 12px; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: 1.02rem; letter-spacing: .01em; }
.brand small { color: var(--ink-soft); font-size: .72rem; margin-top: 4px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 999px; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--orange-dark); }
.nav-whatsapp { background: #1f9d55; }
.nav-whatsapp:hover { background: #168346; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 19px; height: 2px; background: #fff; border-radius: 5px; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 830px; padding: 145px 0 82px; position: relative; overflow: hidden; background: radial-gradient(circle at 65% 30%, #fff 0, #fff7ee 28%, #f9ead8 68%, #f5e2ca 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(0,0,0,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.25) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 50px; background: rgba(245,130,43,.2); }
.hero-glow-two { width: 220px; height: 220px; left: -100px; bottom: 40px; background: rgba(34,33,36,.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 82px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,130,43,.15); }
.hero h1 { margin: 20px 0 24px; font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; max-width: 760px; }
.hero h1 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-copy > p { max-width: 600px; margin: 0; color: var(--ink-soft); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 13px 22px; border: 1px solid transparent; font-weight: 800; font-size: .94rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 20px; height: 20px; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 30px rgba(217,101,18,.27); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 35px rgba(217,101,18,.34); }
.button-whatsapp { color: #fff; background: #1fa855; box-shadow: 0 14px 30px rgba(31,168,85,.24); }
.button-whatsapp:hover { background: #168b46; box-shadow: 0 16px 35px rgba(31,168,85,.3); }
.button-instagram { color: #fff; background: linear-gradient(120deg, #833ab4, #e1306c 58%, #f77737); box-shadow: 0 14px 30px rgba(193,53,132,.22); }
.button-instagram:hover { box-shadow: 0 16px 36px rgba(193,53,132,.3); }
.button-whatsapp svg, .button-instagram svg, .button-dark-whatsapp svg { width: 21px; height: 21px; flex: 0 0 auto; }
.button-ghost { border-color: rgba(34,33,36,.22); background: rgba(255,255,255,.35); }
.button-ghost:hover { background: #fff; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 1rem; white-space: nowrap; }
.hero-proof > div:last-child { display: grid; line-height: 1.25; }
.hero-proof strong { font-size: .94rem; }
.hero-proof span { color: var(--ink-soft); font-size: .78rem; margin-top: 4px; }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(34,33,36,.12); }
.hero-visual::after { content: ""; position: absolute; width: 390px; height: 520px; border-radius: 220px; background: var(--orange); transform: rotate(8deg); }
.image-frame { position: relative; z-index: 2; width: min(440px, 88%); aspect-ratio: 3 / 4; border-radius: 220px 220px 38px 38px; overflow: hidden; box-shadow: var(--shadow); border: 10px solid rgba(255,255,255,.75); transform: rotate(-2deg); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); padding: 13px 16px; border-radius: 17px; box-shadow: 0 15px 40px rgba(31,24,19,.15); }
.floating-card-top { top: 58px; right: -28px; }
.floating-card-bottom { bottom: 52px; left: -26px; }
.floating-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--ink); }
.floating-card div { display: grid; line-height: 1.25; }
.floating-card strong { font-size: .85rem; }
.floating-card small { color: var(--ink-soft); margin-top: 3px; font-size: .72rem; }

.quick-info { position: relative; z-index: 5; margin-top: -32px; }
.quick-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border-radius: 22px; padding: 10px; box-shadow: 0 20px 60px rgba(35,28,22,.12); }
.info-item { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--line); }
.info-item:last-child { border-right: 0; }
.info-item svg { width: 28px; min-width: 28px; color: var(--orange); }
.info-item div { display: grid; line-height: 1.3; }
.info-item strong { font-size: .88rem; }
.info-item span { color: var(--ink-soft); margin-top: 5px; font-size: .78rem; }

.section { padding: 112px 0; scroll-margin-top: 72px; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .location-copy h2 { margin: 12px 0 17px; font-size: clamp(2.35rem, 4.2vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.collections { background: var(--cream); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.collection-card { overflow: hidden; border-radius: var(--radius); background: #fff; border: 1px solid rgba(34,33,36,.08); transition: transform .28s ease, box-shadow .28s ease; }
.collection-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(34,28,22,.1); }
.collection-card.featured { background: var(--ink); color: #fff; transform: translateY(-18px); }
.collection-card.featured:hover { transform: translateY(-26px); }
.collection-image { height: 390px; overflow: hidden; background: #f3eee8; padding: 12px; }
.collection-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 17px; transition: transform .5s ease; }
.collection-card:hover img { transform: scale(1.045); }
.collection-content { padding: 26px 26px 30px; }
.collection-content > span { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 850; }
.collection-content h3 { margin: 8px 0 10px; font-size: 1.6rem; letter-spacing: -.03em; }
.collection-content p { margin: 0 0 20px; color: var(--ink-soft); font-size: .92rem; }
.collection-card.featured p { color: rgba(255,255,255,.68); }
.collection-content a { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 850; }
.collection-content a b { color: var(--orange); font-size: 1.1rem; }

.gallery-section { background: var(--ink); color: #fff; overflow: hidden; }
.gallery-section::before { content: ""; position: absolute; }
.section-heading-light p { color: rgba(255,255,255,.65); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 14px; }
.gallery-item { position: relative; align-self: start; display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 5; border: 0; padding: 0; background: #f4efe9; overflow: hidden; border-radius: 18px; cursor: zoom-in; box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.gallery-item::after { content: "+"; position: absolute; right: 16px; bottom: 16px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); font-size: 1.35rem; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .45s ease, filter .45s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: brightness(.9); }
.gallery-social-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.gallery-cta { display: flex; justify-content: center; margin-top: 38px; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--orange); color: #fff; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; }
.about-visual { min-height: 620px; position: relative; }
.about-main { position: absolute; left: 0; top: 0; width: 65%; height: 545px; border-radius: 220px 220px 30px 30px; overflow: hidden; box-shadow: var(--shadow); }
.about-main img, .about-small img { width: 100%; height: 100%; object-fit: cover; }
.about-small { position: absolute; right: 0; bottom: 0; width: 47%; height: 330px; border: 9px solid #fff; border-radius: 26px; overflow: hidden; box-shadow: 0 18px 45px rgba(33,27,23,.13); }
.rating-seal { position: absolute; left: 48%; top: 48%; z-index: 2; width: 145px; height: 145px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--orange); color: #fff; box-shadow: 0 18px 40px rgba(217,101,18,.28); }
.rating-seal strong { font-size: 2.3rem; line-height: 1; }
.rating-seal span { margin-top: 5px; font-size: .67rem; letter-spacing: 1px; }
.rating-seal small { margin-top: 5px; font-size: .62rem; opacity: .85; }
.about-copy > p { color: var(--ink-soft); font-size: 1rem; }
.check-list { display: grid; gap: 12px; margin: 28px 0; }
.check-list div { display: flex; align-items: center; gap: 12px; font-weight: 750; font-size: .92rem; }
.check-list span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(245,130,43,.15); color: var(--orange-dark); }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--orange-dark); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(6px); }

.review-band { padding: 86px 0; background: var(--sand); }
.review-content { display: flex; align-items: center; justify-content: center; gap: 34px; text-align: left; }
.quote-mark { color: var(--orange); font-family: Georgia, serif; font-size: 9rem; line-height: .7; transform: translateY(18px); }
.review-content h2 { margin: 8px 0 8px; font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.04em; line-height: 1.05; }
.review-content p { margin: 0; color: var(--ink-soft); }
.review-meta { display: inline-block; margin-top: 13px; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }

.location { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.location-copy > p { color: var(--ink-soft); max-width: 500px; }
.location address { display: grid; gap: 18px; margin: 30px 0; font-style: normal; }
.location address > div { display: flex; align-items: flex-start; gap: 15px; }
.location address svg { width: 25px; min-width: 25px; color: var(--orange); margin-top: 2px; }
.location address span { display: grid; color: var(--ink-soft); font-size: .9rem; }
.location address strong { color: var(--ink); margin-bottom: 3px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-outline { border-color: rgba(34,33,36,.25); }
.button-outline:hover { background: var(--ink); color: #fff; }
.map-card { height: 565px; padding: 10px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.map-card iframe { width: 100%; height: 100%; border: 0; border-radius: 23px; filter: grayscale(.25) contrast(.95); }

.final-cta { padding: 34px 0 92px; background: var(--cream); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 55px 58px; border-radius: 32px; color: #fff; background: var(--orange); overflow: hidden; position: relative; }
.final-cta-inner::after { content: ""; position: absolute; width: 310px; height: 310px; right: -90px; top: -150px; border-radius: 50%; border: 55px solid rgba(255,255,255,.12); }
.final-cta-inner > * { position: relative; z-index: 1; }
.final-cta-inner span { font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; opacity: .85; }
.final-cta-inner h2 { margin: 8px 0 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.04em; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.button-dark { background: var(--ink); color: #fff; }
.button-white-outline { color: #fff; border-color: rgba(255,255,255,.65); }
.button-white-outline:hover { background: #fff; color: var(--ink); }

.site-footer { padding: 52px 0 24px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr; gap: 40px; align-items: start; }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { width: 64px; height: 64px; border-radius: 14px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 1.1rem; }
.footer-brand span { color: rgba(255,255,255,.55); font-size: .82rem; margin-top: 4px; }
.footer-links, .footer-contact { display: grid; gap: 9px; font-size: .84rem; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.68); transition: color .2s ease; }
.footer-links a:hover, .footer-contact a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .72rem; }

.floating-social { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; justify-items: end; gap: 10px; }
.floating-social-button { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 12px 17px; border-radius: 999px; color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.24); font-weight: 850; font-size: .84rem; transition: transform .2s ease, box-shadow .2s ease; }
.floating-social-button:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.floating-social-button svg { width: 22px; height: 22px; flex: 0 0 auto; }
.floating-whatsapp { background: #1fa855; }
.floating-instagram { background: linear-gradient(120deg, #833ab4, #e1306c 58%, #f77737); }

.lightbox { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; background: rgba(10,10,11,.92); padding: 40px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(100%, 980px); max-height: 88vh; object-fit: contain; border-radius: 16px; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox-close { position: fixed; right: 24px; top: 18px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); font-size: 2rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero-grid { gap: 42px; }
  .hero-visual { min-height: 540px; }
  .floating-card-top { right: 0; }
  .floating-card-bottom { left: 0; }
  .about-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 72px 18px auto; display: grid; gap: 0; padding: 14px; background: rgba(255,255,255,.98); border-radius: 22px; box-shadow: 0 25px 65px rgba(25,20,16,.18); opacity: 0; transform: translateY(-15px); pointer-events: none; transition: .2s ease; }
  .main-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav a { padding: 14px 12px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; padding: 120px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 560px; max-width: 600px; margin-inline: auto; width: 100%; }
  .quick-info-grid { grid-template-columns: 1fr; }
  .info-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .info-item:last-child { border-bottom: 0; }
  .collection-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .collection-card.featured { transform: none; }
  .collection-card.featured:hover { transform: translateY(-8px); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-grid, .location-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 610px; width: 100%; margin-inline: auto; }
  .location-copy { order: 1; }
  .map-card { order: 2; height: 480px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand img { width: 46px; height: 46px; }
  .brand small { display: none; }
  .hero { padding-top: 108px; }
  .hero h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 470px; }
  .hero-visual::before { width: 350px; height: 350px; }
  .hero-visual::after { width: 300px; height: 410px; }
  .image-frame { width: 300px; }
  .floating-card { padding: 10px 12px; }
  .floating-card-top { top: 28px; right: 0; }
  .floating-card-bottom { bottom: 20px; left: 0; }
  .floating-icon { width: 31px; height: 31px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .collection-image { height: 360px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .about-visual { min-height: 500px; }
  .about-main { width: 74%; height: 430px; }
  .about-small { width: 48%; height: 265px; }
  .rating-seal { width: 118px; height: 118px; left: 49%; top: 47%; }
  .rating-seal strong { font-size: 1.8rem; }
  .review-band { padding: 70px 0; }
  .review-content { gap: 14px; align-items: flex-start; }
  .quote-mark { font-size: 5.5rem; }
  .map-card { height: 400px; }
  .location-actions { flex-direction: column; }
  .final-cta { padding-bottom: 60px; }
  .final-cta-inner { padding: 38px 26px; }
  .final-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-social { right: 14px; bottom: 14px; }
  .floating-social-button { width: 49px; height: 49px; min-height: 49px; padding: 0; justify-content: center; }
  .floating-social-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .lightbox { padding: 20px; }
}

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


/* ==========================================================================\n   Identidade visual unificada — laranja, grafite, azul e tons quentes\n   ========================================================================== */
body {
  background: var(--cream);
}

.site-header.scrolled {
  background: rgba(255, 249, 243, .96);
  border-bottom: 1px solid var(--brand-line);
  box-shadow: 0 10px 34px rgba(72, 46, 28, .09);
}
.brand img,
.footer-brand img {
  background: var(--surface);
  border: 1px solid var(--brand-line);
  box-shadow: 0 8px 22px rgba(72, 46, 28, .10);
}
.main-nav > a:not(.nav-cta)::after { background: var(--orange); }
.nav-cta,
.nav-whatsapp {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white);
  box-shadow: 0 10px 24px rgba(207, 93, 19, .22);
}
.nav-cta:hover,
.nav-whatsapp:hover {
  background: linear-gradient(135deg, var(--orange-dark), #ad470d);
}
.menu-toggle {
  background: linear-gradient(135deg, var(--ink), var(--ink-deep));
  border: 1px solid rgba(245, 130, 43, .35);
}

.hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(43,145,195,.14), transparent 25%),
    radial-gradient(circle at 20% 80%, rgba(245,130,43,.13), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #fff4e8 48%, #f7e4d2 100%);
}
.hero-glow-one { background: rgba(245,130,43,.18); }
.hero-glow-two { background: rgba(43,145,195,.12); }
.hero h1 em { color: var(--orange-dark); }
.hero-visual::before { border-color: rgba(43,145,195,.24); }
.hero-visual::after {
  background: linear-gradient(155deg, var(--orange), var(--orange-dark));
  box-shadow: 0 28px 70px rgba(207,93,19,.20);
}
.image-frame {
  border-color: rgba(255,253,249,.92);
  box-shadow: 0 30px 75px rgba(72,46,28,.20);
}
.floating-card {
  background: rgba(255,253,249,.96);
  border: 1px solid var(--brand-line);
  box-shadow: var(--shadow-soft);
}
.floating-icon {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 8px 18px rgba(43,145,195,.25);
}

.button {
  border-radius: 16px;
  border-width: 1px;
  letter-spacing: .005em;
}
.button-primary,
.button-whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-color: rgba(173,71,13,.18);
  box-shadow: 0 14px 30px rgba(207,93,19,.24);
}
.button-primary:hover,
.button-whatsapp:hover {
  background: linear-gradient(135deg, var(--orange-dark), #ad470d);
  box-shadow: 0 18px 38px rgba(207,93,19,.30);
}
.button-instagram,
.button-outline {
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-color: rgba(43,145,195,.34);
  box-shadow: 0 12px 28px rgba(43,145,195,.12);
}
.button-instagram:hover,
.button-outline:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(43,145,195,.24);
}
.button-ghost {
  color: var(--ink);
  background: rgba(255,253,249,.72);
  border-color: var(--brand-line);
}
.button-ghost:hover {
  color: var(--orange-dark);
  background: var(--surface);
  border-color: rgba(245,130,43,.48);
}
.button-light {
  color: var(--ink);
  background: var(--surface);
  border: 1px solid rgba(255,255,255,.58);
}
.button-light:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}

.quick-info-grid {
  background: var(--surface);
  border: 1px solid var(--brand-line);
  box-shadow: var(--shadow-soft);
}
.info-item svg { color: var(--orange-dark); }
.info-item:nth-child(2) svg { color: var(--blue); }
.info-item:nth-child(3) svg { color: var(--orange-dark); }

.collections { background: var(--cream); }
.collection-card {
  background: var(--surface);
  border-color: var(--brand-line);
  box-shadow: 0 12px 30px rgba(72,46,28,.06);
}
.collection-card:hover {
  box-shadow: 0 24px 55px rgba(72,46,28,.14);
}
.collection-card.featured {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(43,145,195,.22), transparent 34%),
    linear-gradient(145deg, var(--ink), var(--ink-deep));
  border-color: rgba(245,130,43,.38);
}
.collection-image {
  background: linear-gradient(145deg, #fffdf9, #f6e8da);
  border-bottom: 1px solid var(--brand-line);
}
.collection-card.featured .collection-image {
  background: linear-gradient(145deg, #fff8f0, #eaf6fb);
}
.collection-content > span,
.collection-content a b { color: var(--orange); }

.gallery-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(245,130,43,.13), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(43,145,195,.12), transparent 28%),
    linear-gradient(145deg, var(--ink), var(--ink-deep));
}
.gallery-item {
  background: var(--surface);
  border: 1px solid rgba(245,130,43,.20);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.gallery-item::after {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 8px 18px rgba(207,93,19,.25);
}

.about { background: var(--surface); }
.about-main,
.about-small {
  border-color: var(--surface);
  box-shadow: var(--shadow);
}
.rating-seal {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white);
  border: 7px solid var(--surface);
  box-shadow: 0 18px 42px rgba(207,93,19,.25);
}
.check-list span {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}
.text-link { color: var(--orange-dark); }
.text-link:hover { color: var(--blue-dark); }

.review-band {
  background: linear-gradient(135deg, var(--blue-soft), #fff8f0);
  border-top: 1px solid rgba(43,145,195,.16);
  border-bottom: 1px solid var(--brand-line);
}
.quote-mark { color: rgba(43,145,195,.30); }
.review-content .stars { color: var(--orange); }
.review-meta { color: var(--blue-dark); }

.location { background: var(--cream); }
.location address > div {
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--brand-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(72,46,28,.05);
}
.location address svg { color: var(--orange-dark); }
.location address > div:nth-child(2) svg { color: var(--blue); }
.map-card {
  background: var(--surface);
  border: 1px solid var(--brand-line);
  box-shadow: var(--shadow);
}

.final-cta-inner {
  background:
    radial-gradient(circle at 90% 10%, rgba(43,145,195,.30), transparent 31%),
    linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 28px 65px rgba(207,93,19,.24);
}
.button-dark,
.button-dark-whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--ink-deep));
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 12px 26px rgba(36,36,39,.24);
}
.button-dark:hover,
.button-dark-whatsapp:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}
.button-white-outline {
  color: var(--white);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.62);
}
.button-white-outline:hover {
  color: var(--blue-dark);
  background: var(--white);
  border-color: var(--white);
}

.site-footer {
  background:
    radial-gradient(circle at 15% 0, rgba(245,130,43,.10), transparent 27%),
    linear-gradient(145deg, var(--ink), var(--ink-deep));
  border-top: 3px solid var(--orange);
}
.footer-links a:hover,
.footer-contact a:hover { color: var(--orange); }

.floating-social-button {
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 14px 35px rgba(36,36,39,.24);
}
.floating-whatsapp {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}
.floating-instagram {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}
.floating-social-button:hover {
  box-shadow: 0 18px 42px rgba(36,36,39,.30);
}

.lightbox-close {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}

@media (max-width: 900px) {
  .main-nav {
    background: rgba(255,253,249,.985);
    border: 1px solid var(--brand-line);
  }
}
