﻿:root {
  --wine: #541426;
  --wine-dark: #2b0811;
  --wine-light: #791f39;
  --gold: #d1a353;
  --gold-light: #efd29b;
  --cream: #f6f0e7;
  --cream-dark: #e9dfd0;
  --charcoal: #181614;
  --gray: #6e6964;
  --white: #ffffff;
  --green: #1f7547;
  --shadow: 0 20px 60px rgba(35, 16, 13, 0.14);
  --radius: 26px;
  --container: 1180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--charcoal);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}


/* =====================================================
   HEADER
===================================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.35s ease;
  background: linear-gradient(
    to bottom,
    rgba(18, 8, 6, 0.72),
    rgba(18, 8, 6, 0.05)
  );
}

.header.scrolled {
  background: rgba(29, 8, 13, 0.96);
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  width: 158px;
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1002;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.nav {
  display: flex;
  align-items: center;
  gap: 31px;
}

.nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: 0.25s ease;
}

.nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: 0.25s ease;
}

.nav a:hover {
  color: var(--gold-light);
}

.nav a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 11px 20px;
  border: 1px solid rgba(239, 210, 155, 0.65);
  border-radius: 999px;
}

.nav-cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--wine-dark) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}

.menu-toggle span {
  width: 27px;
  height: 2px;
  display: block;
  background: #fff;
  transition: 0.3s ease;
  margin-left: auto;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}


/* =====================================================
   HERO
===================================================== */

.hero {
  min-height: 760px;
  height: 100vh;
  max-height: 930px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--wine-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    url("../img/foto-loja.webp")
    center 44% / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24, 5, 10, 0.95) 0%,
      rgba(43, 8, 17, 0.83) 37%,
      rgba(43, 8, 17, 0.38) 68%,
      rgba(20, 8, 5, 0.25) 100%
    ),
    linear-gradient(
      to top,
      rgba(15, 5, 4, 0.58),
      transparent 45%
    );
}

.hero::before {
  content: "";
  width: 540px;
  height: 540px;
  border-radius: 50%;
  position: absolute;
  left: -250px;
  top: 130px;
  z-index: 1;
  background: rgba(209, 163, 83, 0.13);
  filter: blur(80px);
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-top: 76px;
}

.hero-text {
  width: min(720px, 68%);
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.6px;
}

.eyebrow {
  color: var(--gold-light);
  margin-bottom: 21px;
}

.eyebrow::before,
.section-tag::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 760px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -2.8px;
}

.hero h1 span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
}

.hero-text > p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 27px;
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  min-height: 53px;
  padding: 0 27px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 750;
  border: 1px solid transparent;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--wine-dark);
  background: linear-gradient(135deg, #e7c17c, #c8943e);
  box-shadow: 0 12px 28px rgba(209, 163, 83, 0.26);
}

.btn-primary:hover {
  box-shadow: 0 16px 35px rgba(209, 163, 83, 0.38);
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(7px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-badges {
  display: flex;
  margin-top: 48px;
}

.hero-badges > div {
  padding: 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.hero-badges > div:first-child {
  padding-left: 0;
}

.hero-badges > div:last-child {
  border-right: 0;
}

.hero-badges strong,
.hero-badges span {
  display: block;
}

.hero-badges strong {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 18px;
}

.hero-badges span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  margin-top: 2px;
}

.scroll-indicator {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 50%;
  width: 28px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 20px;
  transform: translateX(-50%);
}

.scroll-indicator span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 4px;
  height: 8px;
  background: var(--gold-light);
  border-radius: 5px;
  transform: translateX(-50%);
  animation: scrollDot 1.8s infinite;
}

@keyframes scrollDot {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, 15px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}


/* =====================================================
   QUEM SOMOS
===================================================== */

.intro {
  position: relative;
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(209,163,83,.10), transparent 27%),
    var(--cream);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 76px;
}

.intro-image {
  min-height: 590px;
  position: relative;
  border-radius: 4px 80px 4px 4px;
}

.intro-image::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  z-index: 0;
  border: 1px solid rgba(209, 163, 83, 0.45);
  border-radius: 4px 80px 4px 4px;
}

.intro-image img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 4px 80px 4px 4px;
  box-shadow: var(--shadow);
}

.image-badge {
  position: absolute;
  z-index: 2;
  left: -28px;
  bottom: 35px;
  min-width: 230px;
  background: var(--wine);
  color: #fff;
  padding: 22px 27px;
  box-shadow: 0 18px 40px rgba(55, 10, 23, 0.28);
}

.image-badge strong,
.image-badge span {
  display: block;
}

.image-badge strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 26px;
  letter-spacing: 4px;
}

.image-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.intro-content h2,
.section-heading h2,
.business h2,
.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.intro-content h2 {
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1.07;
  margin: 15px 0 25px;
}

.intro-content > p {
  color: var(--gray);
  margin-bottom: 16px;
  font-size: 15px;
}

.intro-content .lead {
  color: #39332e;
  font-size: 17px;
  line-height: 1.75;
}

.intro-features {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(58, 40, 31, 0.1);
}

.feature:last-child {
  border-bottom: 0;
}

.feature-icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border-radius: 50%;
  background: rgba(84, 20, 38, 0.08);
  color: var(--wine);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.feature strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 17px;
}

.feature p {
  color: var(--gray);
  font-size: 13px;
  margin-top: 1px;
}


/* =====================================================
   CATEGORIAS
===================================================== */

.categories {
  padding: 110px 0 120px;
  background: #fff;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-heading.centered {
  margin-inline: auto;
  margin-bottom: 55px;
  text-align: center;
}

.section-heading.centered .section-tag {
  justify-content: center;
}

.section-heading h2 {
  font-size: clamp(40px, 4.3vw, 60px);
  line-height: 1.08;
  margin: 13px 0 18px;
}

.section-heading p {
  color: var(--gray);
  font-size: 16px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.category-card {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 35px;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(31, 17, 11, 0.08);
  isolation: isolate;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      to top,
      rgba(25, 8, 8, 0.96),
      rgba(42, 11, 18, 0.50) 50%,
      rgba(27, 13, 11, 0.08)
    );
  transition: 0.35s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  transition: transform 0.6s ease;
}

.category-card:hover::after {
  transform: scale(1.06);
}

.category-card:hover::before {
  background:
    linear-gradient(
      to top,
      rgba(47, 9, 19, 0.97),
      rgba(50, 14, 22, 0.48) 55%,
      rgba(27, 13, 11, 0.06)
    );
}

.category-wine {
  background-image: url("../img/foto-vinhos.webp");
}

.category-cheese {
  background-image: url("../img/foto-queijos.webp");
}

.category-chocolate {
  background-image: url("../img/foto-chocolates.webp");
}

.category-general {
  background-image: url("../img/foto-loja.webp");
}

.category-number {
  position: absolute;
  right: 25px;
  top: 16px;
  color: rgba(255, 255, 255, 0.12);
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
}

.category-content {
  position: relative;
  z-index: 2;
  max-width: 430px;
}

.category-content > span {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category-content h3 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  margin: 5px 0 8px;
}

.category-content p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  max-width: 365px;
}


/* =====================================================
   ATACADO / VAREJO
===================================================== */

.business {
  background:
    radial-gradient(circle at 15% 30%, rgba(151, 50, 76, 0.27), transparent 27%),
    var(--wine-dark);
  color: #fff;
  overflow: hidden;
}

.business-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  align-items: stretch;
  min-height: 650px;
}

.business-content {
  padding: 92px 72px 92px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-tag.light {
  color: var(--gold-light);
}

.business h2 {
  font-size: clamp(40px, 4.3vw, 58px);
  line-height: 1.08;
  margin: 16px 0 24px;
  color: #fff;
}

.business-content > p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.71);
  font-size: 16px;
}

.business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  margin: 31px 0 35px;
}

.business-list div {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  display: flex;
  gap: 9px;
  align-items: center;
}

.business-list span {
  color: var(--gold-light);
  font-weight: 800;
}

.btn-gold {
  width: max-content;
  background: var(--gold);
  color: var(--wine-dark);
}

.btn-gold:hover {
  background: var(--gold-light);
}

.business-image {
  width: calc(100% + ((100vw - min(100vw - 40px, var(--container))) / 2));
  min-height: 650px;
}

.business-image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}


/* =====================================================
   GALERIA
===================================================== */

.gallery {
  padding: 115px 0;
  background: var(--cream);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 265px 265px;
  gap: 14px;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.gallery-large {
  grid-row: 1 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(43, 8, 17, 0.16),
    transparent 50%
  );
}

.gallery-item:hover img {
  transform: scale(1.045);
}


/* =====================================================
   CONTATO
===================================================== */

.contact {
  padding: 105px 0;
  background:
    linear-gradient(
      135deg,
      rgba(84, 20, 38, 0.04),
      rgba(209, 163, 83, 0.08)
    ),
    #fff;
}

.contact-card {
  min-height: 410px;
  background:
    radial-gradient(circle at 12% 50%, rgba(209, 163, 83, 0.12), transparent 31%),
    linear-gradient(135deg, #1e080e, #541426);
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  color: #fff;
  padding: 55px 70px;
  box-shadow: 0 25px 60px rgba(63, 12, 28, 0.23);
  position: relative;
}

.contact-card::after {
  content: "";
  width: 310px;
  height: 310px;
  border: 1px solid rgba(209, 163, 83, 0.2);
  border-radius: 50%;
  position: absolute;
  right: -110px;
  top: -130px;
}

.contact-logo {
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.contact-logo img {
  width: min(330px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 13px 30px rgba(0, 0, 0, 0.28));
}

.contact-content {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.contact h2 {
  color: #fff;
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.08;
  margin: 13px 0 17px;
}

.contact-content > p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  margin-bottom: 26px;
}

.btn-whatsapp {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 30px rgba(24, 108, 65, 0.26);
}

.btn-whatsapp:hover {
  background: #278b58;
}

.contact-content small {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 12px;
  font-size: 11px;
}


/* =====================================================
   FOOTER
===================================================== */

.footer {
  background: #12090a;
  color: rgba(255, 255, 255, 0.68);
  padding: 70px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.7fr;
  gap: 70px;
  padding-bottom: 48px;
}

.footer-brand img {
  width: 170px;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 17px;
}

.footer-brand p {
  max-width: 390px;
  font-size: 13px;
  line-height: 1.7;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
}

.footer-links strong,
.footer-contact strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 17px;
  margin-bottom: 7px;
}

.footer a {
  transition: 0.2s ease;
}

.footer a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}


/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 1050px) {

  .intro-grid {
    gap: 48px;
  }

  .intro-image,
  .intro-image img {
    min-height: 520px;
    height: 520px;
  }

  .business-content {
    padding-right: 45px;
  }

  .contact-card {
    padding: 50px;
  }

  .contact-content {
    padding-left: 45px;
  }
}


@media (max-width: 860px) {

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 76px;
  }

  .brand {
    width: 135px;
    height: 60px;
  }

  .menu-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    background:
      radial-gradient(circle at 50% 12%, rgba(209, 163, 83, 0.15), transparent 30%),
      rgba(33, 7, 14, 0.985);
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: 0.3s ease;
  }

  .nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav a {
    font-family: Georgia, serif;
    font-size: 26px;
  }

  .nav-cta {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 14px !important;
    margin-top: 8px;
    padding: 13px 25px;
  }

  .hero {
    min-height: 750px;
    height: 100svh;
  }

  .hero-bg {
    background-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(30, 6, 12, 0.93) 0%,
        rgba(38, 8, 15, 0.77) 64%,
        rgba(30, 7, 12, 0.49) 100%
      ),
      linear-gradient(
        to top,
        rgba(20, 4, 8, 0.64),
        transparent 47%
      );
  }

  .hero-text {
    width: 82%;
  }

  .hero h1 {
    font-size: clamp(47px, 8vw, 65px);
  }

  .hero-text > p {
    font-size: 15px;
  }

  .intro {
    padding: 85px 0;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .intro-image,
  .intro-image img {
    height: 540px;
    min-height: 540px;
  }

  .intro-content {
    max-width: 680px;
  }

  .categories {
    padding: 85px 0 95px;
  }

  .business-grid {
    grid-template-columns: 1fr;
  }

  .business-content {
    padding: 80px 0;
  }

  .business-image {
    width: 100vw;
    margin-left: calc((100vw - min(100vw - 32px, var(--container))) / -2);
    min-height: 470px;
  }

  .business-image img {
    min-height: 470px;
  }

  .gallery {
    padding: 90px 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 350px 230px 230px;
  }

  .gallery-large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .contact {
    padding: 85px 0;
  }

  .contact-card {
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .contact-logo {
    display: none;
  }

  .contact-content {
    padding-left: 0;
    border-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 35px;
  }
}


@media (max-width: 620px) {

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 70px;
  }

  .brand {
    width: 122px;
    height: 54px;
  }

  .hero {
    min-height: 730px;
  }

  .hero-bg {
    background-position: 63% center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(28, 5, 11, 0.94),
        rgba(38, 7, 15, 0.74)
      ),
      linear-gradient(
        to top,
        rgba(19, 4, 8, 0.75),
        transparent 52%
      );
  }

  .hero-content {
    padding-top: 55px;
  }

  .hero-text {
    width: 100%;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .eyebrow::before {
    width: 28px;
  }

  .hero h1 {
    font-size: clamp(41px, 12.1vw, 57px);
    letter-spacing: -1.8px;
    line-height: 1.01;
  }

  .hero-text > p {
    font-size: 14px;
    line-height: 1.7;
    max-width: 96%;
    margin-top: 21px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 27px;
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 52px;
  }

  .hero-badges {
    margin-top: 31px;
    justify-content: space-between;
  }

  .hero-badges > div {
    padding: 0 13px;
    flex: 1;
  }

  .hero-badges > div:first-child {
    padding-left: 0;
  }

  .hero-badges > div:last-child {
    padding-right: 0;
  }

  .hero-badges strong {
    font-size: 15px;
  }

  .hero-badges span {
    font-size: 9px;
    line-height: 1.35;
  }

  .scroll-indicator {
    display: none;
  }

  .intro {
    padding: 72px 0 75px;
  }

  .intro-grid {
    gap: 55px;
  }

  .intro-image {
    min-height: 430px;
    height: 430px;
    border-radius: 2px 50px 2px 2px;
  }

  .intro-image img {
    height: 430px;
    min-height: 430px;
    border-radius: 2px 50px 2px 2px;
  }

  .intro-image::before {
    inset: 14px -8px -14px 14px;
    border-radius: 2px 50px 2px 2px;
  }

  .image-badge {
    left: -5px;
    bottom: 20px;
    min-width: 205px;
    padding: 16px 19px;
  }

  .image-badge strong {
    font-size: 21px;
  }

  .image-badge span {
    font-size: 9px;
  }

  .section-tag {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .section-tag::before {
    width: 28px;
  }

  .intro-content h2,
  .section-heading h2,
  .business h2,
  .contact h2 {
    letter-spacing: -1px;
  }

  .intro-content h2 {
    font-size: 42px;
  }

  .intro-content .lead {
    font-size: 15px;
  }

  .intro-content > p {
    font-size: 14px;
  }

  .categories {
    padding: 72px 0 78px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading.centered {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .category-card {
    min-height: 285px;
    padding: 27px;
  }

  .category-content h3 {
    font-size: 27px;
  }

  .business-content {
    padding: 72px 0;
  }

  .business h2 {
    font-size: 41px;
  }

  .business-content > p {
    font-size: 14px;
  }

  .business-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 28px 0 32px;
  }

  .btn-gold {
    width: 100%;
  }

  .business-image {
    margin-left: -14px;
    min-height: 380px;
  }

  .business-image img {
    min-height: 380px;
  }

  .gallery {
    padding: 72px 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 180px 180px;
    gap: 8px;
  }

  .gallery-large {
    grid-column: 1 / 3;
  }

  .gallery-item {
    border-radius: 7px;
  }

  .contact {
    padding: 68px 0;
  }

  .contact-card {
    min-height: 0;
    padding: 39px 25px;
    border-radius: 21px;
  }

  .contact h2 {
    font-size: 39px;
  }

  .contact-content > p {
    font-size: 14px;
  }

  .contact-content small {
    text-align: center;
  }

  .footer {
    padding-top: 55px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 38px;
  }

  .footer-brand img {
    width: 145px;
  }

  .footer-links,
  .footer-contact {
    gap: 7px;
  }
}


@media (max-width: 390px) {

  .hero h1 {
    font-size: 39px;
  }

  .hero-badges > div {
    padding: 0 8px;
  }

  .intro-content h2,
  .section-heading h2 {
    font-size: 38px;
  }

  .business h2,
  .contact h2 {
    font-size: 37px;
  }

  .gallery-grid {
    grid-template-rows: 270px 160px 160px;
  }
}

/* ÍCONES PREMIUM - BLOCO QUEM SOMOS */
.feature-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: #8a2942;
  background: linear-gradient(145deg, #fbf5ec, #efe2d2);
  border: 1px solid rgba(209, 163, 83, .42);
  box-shadow: 0 7px 18px rgba(84, 20, 38, .08);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

