:root {
  --wine: #6f262b;
  --wine-dark: #3f1519;
  --wine-deep: #241013;
  --gold: #d7ad50;
  --gold-soft: #f0d58e;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --ink: #21191a;
  --muted: #6d6262;
  --line: rgba(63, 21, 25, .13);
  --shadow: 0 26px 70px rgba(47, 17, 20, .16);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  cursor: auto;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: white; background: var(--wine); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 9999;
  padding: 10px 16px;
  color: #fff;
  background: var(--wine-deep);
  border-radius: 12px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--wine);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
  line-height: .98;
}
h1 { max-width: 770px; margin-bottom: 26px; font-size: clamp(3rem, 6.3vw, 6.35rem); font-weight: 500; }
h1 em { color: var(--gold-soft); font-weight: 500; }
h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 500; }
h3 { line-height: 1.15; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 14px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.is-scrolled {
  padding: 8px 0;
  background: rgba(255, 253, 248, .93);
  box-shadow: 0 10px 40px rgba(55, 23, 25, .09);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 1.08rem; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: .95; }
.brand strong { color: var(--gold); font-family: inherit; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.site-header:not(.is-scrolled) .brand span { color: #fff; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a { position: relative; font-size: .91rem; font-weight: 700; }
.site-header:not(.is-scrolled) .main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.86); }
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -8px;
  height: 2px;
  background: var(--gold);
  transition: right .22s ease;
}
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 12px 18px; color: #fff !important; background: var(--wine); border-radius: 999px; box-shadow: 0 10px 26px rgba(111,38,43,.24); }
.site-header:not(.is-scrolled) .nav-cta { color: var(--wine-deep) !important; background: var(--gold-soft); }
.menu-toggle { display: none; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--wine-deep); transition: .25s ease; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 145px 0 70px;
  color: #fff;
  background:
    radial-gradient(circle at 6% 92%, rgba(215,173,80,.25), transparent 25%),
    linear-gradient(118deg, #2d1215 0%, #5c1f25 55%, #2e1115 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .55; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: 12%; top: -170px; background: rgba(215,173,80,.23); }
.hero-glow-two { width: 260px; height: 260px; left: -100px; bottom: -80px; background: rgba(155,62,72,.55); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .76fr; align-items: center; gap: clamp(40px,7vw,92px); }
.hero-copy { padding: 30px 0; }
.hero .eyebrow { color: var(--gold-soft); }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.75); font-size: clamp(1.03rem,1.5vw,1.22rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button-instagram {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #833ab4, #e1306c 55%, #f77737);
  box-shadow: 0 14px 34px rgba(225,48,108,.22);
}
.button-instagram:hover { transform: translateY(-2px); filter: brightness(.97); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--wine-deep); background: var(--gold-soft); box-shadow: 0 14px 34px rgba(215,173,80,.16); }
.button-primary:hover { background: #f8dda0; box-shadow: 0 18px 40px rgba(215,173,80,.24); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.11); }
.button-ghost.dark { color: var(--wine); border-color: rgba(111,38,43,.22); background: transparent; }
.button-ghost.dark:hover { background: rgba(111,38,43,.06); }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 38px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 650; }
.trust-list span { display: inline-grid; width: 20px; height: 20px; margin-right: 6px; place-items: center; color: var(--wine-deep); background: var(--gold-soft); border-radius: 50%; font-size: .7rem; }
.hero-visual { justify-self: end; width: min(100%, 480px); }
.hero-image-wrap { position: relative; aspect-ratio: 4/5; overflow: visible; }
.hero-image-wrap > img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center 38%; border-radius: 200px 200px 30px 30px; box-shadow: 0 40px 100px rgba(0,0,0,.32); }
.hero-image-wrap::before { content: ""; position: absolute; inset: -16px 18px 18px -16px; z-index: -1; border: 1px solid rgba(240,213,142,.35); border-radius: 220px 220px 42px 42px; }
.image-shade { position: absolute; inset: 0; border-radius: 200px 200px 30px 30px; background: linear-gradient(to top, rgba(40,12,16,.3), transparent 55%); pointer-events: none; }
.hero-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 15px 17px; color: var(--ink); background: rgba(255,253,248,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-card strong, .hero-card small { display: block; }
.hero-card strong { font-size: .88rem; }
.hero-card small { color: var(--muted); font-size: .7rem; }
.rating-card { left: -66px; bottom: 90px; flex-direction: column; align-items: flex-start; gap: 2px; }
.stars { color: var(--gold); letter-spacing: .1em; }
.stars i, .score i { color: #d8cfca; font-style: normal; }
.location-card { right: -36px; bottom: 28px; }
.pin { display: grid; width: 38px; height: 38px; place-items: center; color: white; background: var(--wine); border-radius: 12px; font-size: 1.25rem; }

.brand-strip { color: #fff; background: var(--wine-deep); border-top: 1px solid rgba(255,255,255,.08); }
.strip-inner { display: flex; align-items: center; gap: 35px; min-height: 92px; }
.strip-inner > span { flex: 0 0 auto; color: var(--gold-soft); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.brand-names { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; overflow-x: auto; scrollbar-width: none; }
.brand-names::-webkit-scrollbar { display: none; }
.brand-names b { white-space: nowrap; color: rgba(255,255,255,.74); font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: .04em; }

.collections { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2 { max-width: 660px; margin-bottom: 0; }
.section-heading > p { max-width: 430px; margin-bottom: 5px; color: var(--muted); }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter { padding: 10px 17px; color: var(--muted); border: 1px solid var(--line); background: #fff; border-radius: 999px; font-size: .86rem; font-weight: 750; }
.filter:hover, .filter.is-active { color: #fff; border-color: var(--wine); background: var(--wine); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 23px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 45px rgba(53,22,24,.07); transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 26px 60px rgba(53,22,24,.13); }
.product-card.is-hidden { display: none; }
.product-image { display: block; width: 100%; aspect-ratio: 4/3; padding: 0; overflow: hidden; border: 0; background: #f2eee7; }
.product-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-image.portrait img { object-fit: contain; object-position: center; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-meta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 15px; padding: 19px 20px 21px; }
.product-meta span { color: var(--wine); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-meta h3 { grid-column: 1; margin: 0; font-family: Georgia, serif; font-size: 1.28rem; font-weight: 500; }
.product-meta a { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--muted); font-size: .76rem; font-weight: 750; text-align: right; }
.product-meta a:hover { color: var(--wine); }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.collections .button-primary, .contact .button-primary { color: #fff; background: var(--wine); box-shadow: 0 15px 35px rgba(111,38,43,.2); }
.collections .button-primary:hover, .contact .button-primary:hover { background: var(--wine-dark); }

.story { color: #fff; background: var(--wine-deep); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: clamp(50px,8vw,110px); }
.story-media { position: relative; aspect-ratio: 1/1; }
.story-media img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; border-radius: 36px; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.story-media::after { content: ""; position: absolute; inset: 22px -22px -22px 22px; z-index: -1; border: 1px solid rgba(215,173,80,.35); border-radius: 36px; }
.story-seal { position: absolute; right: -35px; bottom: 40px; display: grid; width: 130px; height: 130px; place-content: center; color: var(--wine-deep); background: var(--gold-soft); border-radius: 50%; text-align: center; transform: rotate(-8deg); box-shadow: var(--shadow); }
.story-seal strong { font-family: Georgia, serif; font-size: 1.35rem; }
.story-seal span { font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.story .eyebrow { color: var(--gold-soft); }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.benefits { display: grid; gap: 2px; margin-top: 38px; }
.benefits article { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.benefits article > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--wine-deep); background: var(--gold-soft); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.benefits h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 1.22rem; font-weight: 500; }
.benefits p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.testimonials { background: var(--cream); }
.score { display: grid; grid-template-columns: auto auto; align-items: center; gap: 3px 14px; min-width: 180px; }
.score strong { grid-row: 1/3; color: var(--wine); font-family: Georgia, serif; font-size: 3.6rem; font-weight: 500; line-height: 1; }
.score span { color: var(--gold); }
.score small { color: var(--muted); }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr .72fr; gap: 20px; }
.testimonial-card, .testimonial-cta { margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.testimonial-card { position: relative; min-height: 300px; background: #fff; box-shadow: 0 18px 50px rgba(55,23,25,.07); }
.quote-mark { display: block; height: 52px; color: var(--gold); font-family: Georgia, serif; font-size: 5rem; line-height: .8; }
.testimonial-card p { min-height: 95px; margin: 24px 0 35px; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.28; }
.testimonial-card footer { display: flex; flex-direction: column; }
.testimonial-card footer span { color: var(--muted); font-size: .8rem; }
.testimonial-cta { display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--wine); }
.testimonial-cta p { font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.25; }
.testimonial-cta a { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); font-weight: 800; }
.testimonial-cta a span { font-size: 1.3rem; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px,8vw,105px); }
.contact-copy > p:not(.eyebrow) { max-width: 550px; color: var(--muted); font-size: 1.04rem; }
.contact-list { display: grid; gap: 10px; margin: 32px 0; }
.contact-list a { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 13px 0; }
.contact-list a:hover strong { color: var(--wine); }
.contact-icon { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--wine); border-radius: 14px; font-size: 1.15rem; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-list strong { font-size: .94rem; transition: color .2s ease; }
.map-wrap { position: relative; min-height: 610px; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 610px; border: 0; filter: sepia(.12) saturate(.82) contrast(.95); }
.map-link { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; color: #fff; background: rgba(63,21,25,.94); border-radius: 18px; font-weight: 850; backdrop-filter: blur(12px); }

.site-footer { color: rgba(255,255,255,.72); background: #1d0c0f; }
.footer-main { display: grid; grid-template-columns: 1.3fr .6fr .8fr; gap: 65px; padding: 72px 0 55px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { max-width: 420px; margin: 22px 0 0; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-col h3 { margin: 5px 0 12px; color: var(--gold-soft); font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0 27px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom a:hover { color: #fff; }

.floating-socials {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.floating-contact {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 8px 17px 8px 8px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  box-shadow: 0 16px 45px rgba(32,13,16,.28);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.floating-contact:hover {
  transform: translateY(-3px);
  filter: brightness(.96);
  box-shadow: 0 20px 50px rgba(32,13,16,.36);
}
.floating-whatsapp { background: #25d366; }
.floating-instagram { background: linear-gradient(135deg, #833ab4, #e1306c 55%, #f77737); }
.floating-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: inherit;
  background: rgba(255,255,255,.96);
  border-radius: 50%;
}
.floating-whatsapp .floating-icon { color: #128c3e; }
.floating-instagram .floating-icon { color: #d62976; }
.floating-contact strong { font-size: .83rem; }

.lightbox { width: min(920px, calc(100% - 32px)); max-height: 90vh; padding: 0; overflow: hidden; color: #fff; border: 0; border-radius: 24px; background: #190b0d; box-shadow: 0 30px 120px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(12,6,7,.82); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #0f0809; }
.lightbox p { margin: 0; padding: 16px 56px 18px 20px; font-weight: 750; }
.lightbox-close { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(30,12,14,.72); border-radius: 50%; font-size: 1.8rem; line-height: 1; backdrop-filter: blur(8px); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.25,1); }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(215,173,80,.72); outline-offset: 4px; }

@media (max-width: 1024px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr .76fr; gap: 45px; }
  h1 { font-size: clamp(3rem,6vw,5rem); }
  .rating-card { left: -24px; }
  .location-card { right: -15px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-cta { grid-column: 1/-1; min-height: 210px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(100% - 30px, var(--container)); }
  .section { padding: 82px 0; }
  .site-header { padding: 9px 0; background: rgba(255,253,248,.94); box-shadow: 0 8px 30px rgba(55,23,25,.08); backdrop-filter: blur(16px); }
  .site-header .brand span { color: var(--ink) !important; }
  .menu-toggle { display: block; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; left: 15px; right: 15px; top: 79px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; color: var(--ink); background: rgba(255,253,248,.98); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 14px 13px; color: var(--ink) !important; border-radius: 14px; }
  .main-nav > a:hover { background: rgba(111,38,43,.06); }
  .main-nav > a::after { display: none; }
  .main-nav .nav-cta { margin-top: 6px; color: #fff !important; text-align: center; background: var(--wine); }
  .hero { padding: 120px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  .hero-visual { justify-self: center; width: min(85vw,480px); margin-top: 20px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { max-width: 600px; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-copy { order: -1; }
  .story-media { width: min(86vw,600px); margin: 0 auto; }
  .map-wrap, .map-wrap iframe { min-height: 480px; height: 480px; }
  .footer-main { grid-template-columns: 1.2fr .8fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 24px, var(--container)); }
  .section { padding: 70px 0; }
  .brand img { width: 47px; height: 47px; }
  .brand span { font-size: .94rem; }
  h1 { font-size: clamp(2.9rem,15vw,4.6rem); }
  h2 { font-size: clamp(2.35rem,12vw,3.6rem); }
  .hero { padding-top: 104px; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr; gap: 11px; }
  .hero-visual { width: min(91vw,430px); }
  .hero-image-wrap > img, .image-shade { border-radius: 150px 150px 25px 25px; }
  .rating-card { left: 6px; bottom: 92px; }
  .location-card { right: 6px; bottom: 19px; }
  .hero-card { padding: 12px 13px; }
  .strip-inner { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px 0; }
  .brand-names { gap: 25px; }
  .product-grid { grid-template-columns: 1fr; gap: 17px; }
  .product-image { aspect-ratio: 4/3; }
  .product-meta { padding: 17px; }
  .story-seal { right: -5px; bottom: 20px; width: 108px; height: 108px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-cta { grid-column: auto; }
  .testimonial-card, .testimonial-cta { padding: 27px; }
  .score { align-self: stretch; }
  .contact-actions .button { flex: 1 1 100%; }
  .map-wrap, .map-wrap iframe { min-height: 420px; height: 420px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; padding: 56px 0 42px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-socials { right: 12px; bottom: 12px; }
  .floating-contact strong { display: none; }
  .floating-contact { min-height: 50px; padding: 7px; }
}

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


/* Unidades e atendimento por WhatsApp */
.units {
  background:
    radial-gradient(circle at 100% 0, rgba(215,173,80,.13), transparent 28%),
    #f4efe7;
}
.units-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.unit-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(53,22,24,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.unit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(111,38,43,.24);
  box-shadow: 0 26px 58px rgba(53,22,24,.12);
}
.unit-featured {
  color: #fff;
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(145deg, var(--wine), var(--wine-deep));
}
.unit-top { display: flex; min-height: 28px; align-items: center; justify-content: space-between; gap: 12px; }
.unit-city {
  color: var(--wine);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.unit-featured .unit-city { color: var(--gold-soft); }
.unit-dot { width: 9px; height: 9px; flex: 0 0 auto; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(215,173,80,.14); }
.unit-badge { padding: 6px 9px; color: var(--wine-deep); background: var(--gold-soft); border-radius: 999px; font-size: .63rem; font-weight: 900; text-transform: uppercase; }
.unit-card h3 { margin: 18px 0 9px; font-family: Georgia, serif; font-size: 1.42rem; font-weight: 500; }
.unit-card p { min-height: 48px; margin: 0; color: var(--muted); font-size: .9rem; }
.unit-featured p { color: rgba(255,255,255,.7); }
.unit-phone { margin: 22px 0 18px; font-size: 1.1rem; font-weight: 900; letter-spacing: .02em; }
.unit-actions { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9px; margin-top: auto; }
.unit-actions a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-size: .8rem; font-weight: 850; }
.unit-call { color: var(--wine); border: 1px solid rgba(111,38,43,.2); background: transparent; }
.unit-whatsapp { color: #fff; background: #1f8f53; box-shadow: 0 10px 25px rgba(31,143,83,.18); }
.unit-whatsapp:hover { background: #187945; }
.unit-featured .unit-call { color: #fff; border-color: rgba(255,255,255,.25); }
.unit-featured .unit-whatsapp { color: var(--wine-deep); background: var(--gold-soft); }
 .brand-logo {
  display: block;
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  object-fit: contain;
}
.button .brand-logo,
.unit-whatsapp .brand-logo {
  width: 21px;
  height: 21px;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.contact-icon .brand-logo {
  width: 22px;
  height: 22px;
}
.floating-icon .brand-logo {
  width: 25px;
  height: 25px;
}
.whatsapp-contact, .instagram-contact {
  background: #fff;
  box-shadow: 0 8px 22px rgba(32,20,20,.12);
}

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

@media (max-width: 620px) {
  .units-grid { grid-template-columns: 1fr; }
  .unit-card { min-height: 0; }
  .unit-card p { min-height: 0; }
  .unit-actions { grid-template-columns: 1fr 1.45fr; }
}


/* Página de catálogo e chamada do catálogo na página inicial */
.catalog-entry { background: linear-gradient(135deg, #fffdf8 0%, #f4ede4 100%); }
.catalog-entry-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.catalog-entry-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 1.04rem; }
.catalog-entry-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.catalog-entry .button-primary, .catalog-help .button-primary { color: #fff; background: var(--wine); box-shadow: 0 15px 35px rgba(111,38,43,.2); }
.catalog-entry-gallery { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 510px; padding: 12px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 34px; box-shadow: var(--shadow); }
.catalog-shot { margin: 0; min-width: 0; min-height: 0; overflow: hidden; background: #f2eee7; border-radius: 22px; }
.catalog-shot-main { grid-row: 1 / 3; }
.catalog-shot img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .45s ease; }
.catalog-entry-gallery:hover img { transform: scale(1.025); }
.catalog-entry-gallery > span { position: absolute; left: 27px; bottom: 27px; display: flex; align-items: center; gap: 18px; padding: 13px 17px; color: #fff; background: rgba(63,21,25,.92); border-radius: 999px; font-weight: 850; backdrop-filter: blur(10px); }
.catalog-entry-gallery > span b { font-size: 1.15rem; }

.catalog-page { background: var(--paper); }
.catalog-page .site-header { background: rgba(255,253,248,.96); box-shadow: 0 8px 30px rgba(55,23,25,.08); backdrop-filter: blur(16px); }
.catalog-page .site-header .brand span, .catalog-page .site-header .main-nav > a:not(.nav-cta) { color: var(--ink); }
.catalog-page .main-nav .nav-current { color: var(--wine) !important; }
.catalog-hero { padding: 150px 0 68px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(215,173,80,.28), transparent 30%), linear-gradient(135deg, var(--wine-deep), var(--wine)); }
.catalog-hero-inner { max-width: 900px; }
.catalog-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(3rem, 7vw, 6.5rem); }
.catalog-hero p:not(.eyebrow) { max-width: 710px; margin-bottom: 0; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.catalog-hero .eyebrow { color: var(--gold-soft); }
.catalog-back { display: inline-flex; margin-bottom: 30px; color: rgba(255,255,255,.72); font-weight: 750; }
.catalog-back:hover { color: #fff; }
.catalog-page-products { padding-top: 78px; }
.catalog-page-products .product-image { aspect-ratio: 4 / 3; }
.catalog-page-products .product-image img { object-fit: contain; background: #f2eee7; }
.catalog-help { padding: 0 0 100px; background: var(--paper); }
.catalog-help-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(30px, 6vw, 58px); color: #fff; background: var(--wine-deep); border-radius: 34px; }
.catalog-help-inner h2 { margin-bottom: 12px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.catalog-help-inner p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.catalog-help-inner .eyebrow { color: var(--gold-soft); }
.catalog-help-inner .button { flex: 0 0 auto; }

@media (max-width: 820px) {
  .catalog-entry-grid { grid-template-columns: 1fr; }
  .catalog-entry-gallery { min-height: 440px; }
  .catalog-hero { padding: 125px 0 58px; }
  .catalog-help-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .catalog-entry-actions .button { width: 100%; }
  .catalog-entry-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; min-height: 390px; }
  .catalog-shot-main { grid-column: 1 / 3; grid-row: 1; }
  .catalog-entry-gallery > span { left: 22px; bottom: 22px; }
  .catalog-hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .catalog-help-inner .button { width: 100%; }
}

/* Botões sociais: identidade Marcu Silva em vinho, com logos brancas e transparentes. */
.button-instagram,
.unit-whatsapp,
.unit-featured .unit-whatsapp,
.floating-whatsapp,
.floating-instagram {
  color: #fff;
  border-color: rgba(255,255,255,.16);
  background: var(--wine);
  box-shadow: 0 14px 34px rgba(111,38,43,.23);
}

.button-instagram:hover,
.unit-whatsapp:hover,
.unit-featured .unit-whatsapp:hover,
.floating-whatsapp:hover,
.floating-instagram:hover {
  color: #fff;
  background: var(--wine-dark);
  filter: none;
}

.button .brand-logo,
.unit-whatsapp .brand-logo {
  width: 21px;
  height: 21px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.floating-icon {
  width: 32px;
  height: 32px;
  color: #fff;
  background: transparent;
  border-radius: 0;
}

.floating-whatsapp .floating-icon,
.floating-instagram .floating-icon {
  color: #fff;
}

.floating-icon .brand-logo {
  width: 27px;
  height: 27px;
}

.whatsapp-contact,
.instagram-contact {
  color: #fff;
  background: var(--wine);
  box-shadow: 0 8px 22px rgba(111,38,43,.18);
}

.contact-icon .brand-logo {
  width: 23px;
  height: 23px;
}
