@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "Oswald";
  src: url("Fonte/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("Fonte/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --gold: #EFC66A;
  --gold-soft: #F4D17A;
  --bg: #272727;
  --panel: #272727;
  --panel-2: #272727;
  --text: #FFFFFF;
  --muted: #BFBEBE;
  --line: rgba(239, 198, 106, 0.36);
  --container: 1152px;
}

html { scroll-behavior: smooth; font-size: 18px; }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
}

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

header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.05rem max(24px, calc((100% - 1230px) / 2));
  background: #232323;
  border-bottom: 1px solid rgba(239, 198, 106, 0.06);
}

.header-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

header img.logo {
  width: 178px;
  height: auto;
}

header nav {
  display: flex;
  align-items: center;
  gap: clamp(3rem, 6vw, 4.9rem);
}

header nav a {
  position: relative;
  padding: 0.45rem 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Oswald", Arial, sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5.76px;
  text-transform: uppercase;
}

header nav a::after {
  content: none;
}

header nav a:hover,
header nav a.active { color: var(--gold); }

.hero,
.section-hero-mini {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero {
  min-height: 720px;
  height: 100vh;
}

.section-hero-mini {
  height: 395px;
  min-height: 330px;
  padding-top: 96px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #171A16 url("hero-bg.jpg") center top / cover no-repeat;
}

.hero .hero-bg {
  background: #171A16 url("hero-luxo-modelo.png") center center / cover no-repeat;
}

.hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(11, 13, 8, 0.42), rgba(11, 13, 8, 0.08) 45%, rgba(11, 13, 8, 0.32)),
    linear-gradient(180deg, rgba(11, 13, 8, 0.05), rgba(11, 13, 8, 0.14) 58%, rgba(11, 13, 8, 0.42));
}

.section-hero-mini .hero-bg {
  background-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 13, 8, 0.46), rgba(11, 13, 8, 0.10) 45%, rgba(11, 13, 8, 0.42)),
    linear-gradient(180deg, rgba(11, 13, 8, 0.10), rgba(11, 13, 8, 0.22) 58%, rgba(11, 13, 8, 0.62));
}

.hero-body {
  width: min(100% - 2rem, 920px);
  padding-top: 46px;
}

.hero-label,
.sec-label {
  display: block;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.38em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-label { margin-bottom: 1.2rem; }

.hero-title {
  color: var(--text);
  font-size: clamp(2.7rem, 5.45vw, 4.45rem);
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.04;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero .hero-title {
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2.45rem, 4.45vw, 3.9rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.08;
}

.section-hero-mini .hero-title {
  max-width: 820px;
  margin: 0 auto;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2.05rem, 3.25vw, 2.85rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
}

.section-hero-mini .hero-label {
  margin-bottom: 0.9rem;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5.76px;
}

.section-hero-mini.page-sobre {
  justify-content: flex-start;
  text-align: left;
}

.section-hero-mini.page-sobre .hero-body {
  width: min(100% - 2rem, 770px);
  margin-left: 19.8vw;
}

.section-hero-mini.page-sobre .hero-title {
  margin: 0;
}

.hero-sub {
  max-width: 640px;
  margin: 1.75rem auto 2rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.45;
}

.btn-hero,
.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #11130D;
  font-family: inherit;
  font-size: 0.67rem;
  font-weight: 400;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.btn-hero {
  min-width: 256px;
  padding: 0.9rem 1.7rem;
}

.btn-hero:hover,
.btn-submit:hover { background: var(--gold-soft); }

#servicos,
#stats,
#parceiros,
.sobre-content,
.mvv,
.equipe,
.galeria-intro,
.galeria-grid,
.contato-form-wrap,
.localizacao {
  padding-inline: 5vw;
}

#servicos {
  position: relative;
  overflow: hidden;
  min-height: 772px;
  padding: 0;
  background: var(--bg);
  border-top: 0;
  text-align: center;
}

#servicos::before {
  content: "SERVIÇOS";
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(4.7rem, 11vw, 8.1rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

#servicos .sec-label,
#servicos .sec-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 118px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 11px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

#servicos .sec-title {
  margin-left: 10px;
}

#parceiros .sec-label,
.equipe .sec-label { text-align: center; }

.sec-title {
  color: var(--text);
  text-align: center;
  font-size: clamp(1.7rem, 3.1vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.sec-title span,
.sobre-left h2 span,
.galeria-intro h2 span { color: var(--gold); }

.gold-line {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 32px;
}

#servicos .gold-line {
  display: none;
}

.slider-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 92px 0 0;
}

.slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.slide {
  position: relative;
  overflow: hidden;
  height: 585px;
  border-radius: 0;
  background: #191B15;
}

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
}

.slide-label {
  position: absolute;
  top: 40px;
  left: 40px;
  bottom: auto;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: uppercase;
}

.slider-arrows {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.arrow-btn {
  width: 96px;
  height: 585px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 1.45rem;
  cursor: pointer;
  pointer-events: auto;
}

.arrow-btn:hover {
  color: var(--gold);
}

#stats {
  position: relative;
  overflow: hidden;
  min-height: 378px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 64px 345px;
  background: var(--bg);
}

.stat-num {
  color: var(--gold);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(9rem, 12.8vw, 185px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
}

.stat-text strong {
  display: block;
  color: var(--gold);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.stat-text span {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

#parceiros {
  position: relative;
  overflow: hidden;
  min-height: 312px;
  padding: 52px 345px 72px;
  background: var(--bg);
  text-align: center;
}

#parceiros::before {
  content: "parceiros";
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(4rem, 9vw, 6.9rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.partners-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 11px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.partners-title span {
  color: var(--gold);
}

.parceiros-grid {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 62px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
}

.parceiro-item {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  text-align: center;
}

.parceiro-logo {
  max-width: 118px;
  max-height: 38px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.4);
}

.parceiro-text-logo strong {
  display: block;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.parceiro-text-logo sup {
  position: relative;
  top: -0.35em;
  font-size: 0.42em;
}

.sobre-content {
  max-width: calc(var(--container) + 10vw);
  margin: 0 auto;
  padding-top: 78px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 8vw, 6rem);
  align-items: start;
  background: var(--bg);
}

.sobre-left h2,
.galeria-intro h2 {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(1.7rem, 2.65vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.12;
  text-transform: uppercase;
}

.sobre-left p,
.galeria-intro p {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 300;
  line-height: 1.68;
}

.sobre-left p { margin-top: 1.35rem; }

.sobre-espec {
  margin-top: 2rem;
}

.sobre-espec strong {
  display: block;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.espec-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.espec-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--gold);
  font-size: 0.72rem;
}

.sobre-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 4px;
}

.mvv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 62px;
  padding-bottom: 64px;
  background: var(--panel);
}

.mvv-card {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}

.mvv-icon {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--gold);
  font-size: 1.45rem;
}

.mvv-card h3,
.equipe-card h4,
.localizacao h3,
.horarios h3,
.endereco-item h4 {
  color: var(--gold);
  font-size: 0.70rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mvv-card p,
.equipe-card p,
.endereco-item p,
.horario-item {
  color: var(--muted);
  font-size: 0.80rem;
  line-height: 1.7;
}

.mvv-card p { margin-top: 0.85rem; }

.equipe {
  padding-top: 76px;
  padding-bottom: 80px;
  text-align: center;
  background: var(--bg);
}

.equipe-grid {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.equipe-card { max-width: 320px; }

.equipe-photo {
  width: 160px;
  height: 160px;
  margin: 0 auto 1rem;
  border-radius: 3px;
  background: var(--gold);
}

.equipe-card p { margin-top: 0.7rem; }

/* Sobre: hero editorial */
.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: 172px 345px 96px;
  display: flex;
  align-items: center;
  background: var(--bg);
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("sobre-luxo-glass.png") center / cover no-repeat;
  transform: scale(1.04);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(35, 35, 35, 0.92), rgba(35, 35, 35, 0.64) 46%, rgba(35, 35, 35, 0.86)),
    rgba(0, 0, 0, 0.28);
}

.about-hero-inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: 64px;
}

.about-hero-copy {
  color: #fff;
}

.about-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  padding-left: 36px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
}

.about-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  transform: translateY(-50%);
}

.about-hero h1 {
  max-width: 430px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2.2rem, 3.45vw, 3.45rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.03;
  text-transform: uppercase;
}

.about-hero h1 span {
  color: var(--gold);
}

.about-hero p {
  max-width: 405px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.72;
}

.about-hero-frame {
  justify-self: end;
  width: min(100%, 330px);
  aspect-ratio: 0.82;
  padding: 9px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.about-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.about-profile,
.about-mvv {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.about-profile {
  padding: 92px 345px 58px;
}

.about-profile-inner {
  max-width: 970px;
  margin: 0 auto;
}

.about-profile h2 {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.about-profile h2 span {
  color: var(--gold);
}

.about-profile-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 170px minmax(230px, 0.94fr);
  align-items: start;
  gap: 58px;
}

.about-profile-copy h3 {
  max-width: 270px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.98;
}

.about-profile-copy h3 span {
  color: var(--gold);
}

.about-profile-copy p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.80);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.44;
  text-align: justify;
}

.about-specialties h3 {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.96;
}

.about-specialties ul {
  list-style: none;
  margin-top: 26px;
}

.about-specialties li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}

.specialty-icon {
  width: 36px;
  color: var(--gold);
}

.specialty-icon svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-profile-image {
  align-self: start;
  width: 100%;
  margin-top: 2px;
  border: 1px solid rgba(239, 198, 106, 0.10);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.about-profile-image img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  object-position: center;
}

.about-profile-line {
  display: block;
  width: 170px;
  height: 1px;
  margin: 78px auto 0;
  background: rgba(239, 198, 106, 0.70);
}

.about-mvv {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  padding: 56px 345px 96px;
}

.about-mvv-card {
  max-width: 285px;
  margin: 0 auto;
  text-align: center;
}

.about-mvv-icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 16px;
}

.about-mvv-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
}

.about-mvv-card h3 {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.about-mvv-card p {
  margin-top: 19px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.55;
  text-align: justify;
}

.about-statement {
  padding: 96px 345px 72px;
  background: var(--bg);
}

.about-statement-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.about-eyebrow {
  color: var(--gold);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.about-statement h2 {
  margin-top: 22px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.about-statement p:last-child {
  max-width: 650px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 345px 96px;
  background: var(--bg);
}

.about-pillars article {
  min-height: 235px;
  padding: 36px 34px;
  background: rgba(35, 35, 35, 0.72);
  border-top: 1px solid rgba(239, 198, 106, 0.20);
}

.about-pillars span {
  display: block;
  color: var(--gold);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.about-pillars h3 {
  margin-top: 22px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-pillars p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.7;
}

.contato-form-wrap {
  max-width: 572px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 24px;
  background: var(--bg);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-full { grid-column: 1 / -1; }

.form-field input,
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  outline: 0;
  background: #232323;
  color: #fff;
  font: 300 13px/1.45 "Montserrat", Arial, sans-serif;
  letter-spacing: 0.02em;
  padding: 0.86rem 0.55rem;
}

.form-field textarea {
  min-height: 100px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(191, 190, 190, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
}

.form-field input:focus,
.form-field textarea:focus { border-bottom-color: var(--gold); }

.btn-submit {
  min-width: 138px;
  margin: 24px auto 0;
  padding: 0.85rem 1.75rem;
}

.localizacao {
  padding-top: 34px;
  padding-bottom: 72px;
  background: var(--bg);
}

.localizacao h3,
.horarios h3 { text-align: center; }

.localizacao h3,
.horarios h3,
.endereco-item h4 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5.76px;
  color: #fff;
}

.endereco-item h4 {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 3.2px;
}

.endereco-item p,
.horario-item {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.68;
}

.map-container {
  max-width: var(--container);
  height: 280px;
  margin: 24px auto 48px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--panel-2);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.enderecos {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.endereco-item + .endereco-item {
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  padding-left: 32px;
}

.endereco-item p { margin-top: 0.85rem; }
.endereco-item a { color: var(--muted); text-decoration: none; }
.endereco-item a:hover { color: var(--gold); }

.horarios {
  max-width: 520px;
  margin: 44px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.horarios-list { margin-top: 18px; }

.horario-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.horario-item span:first-child { color: #fff; }

.site-footer {
  background: #232323;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2rem 345px;
}

.site-footer-inner {
  width: min(100%, var(--container));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-brand img {
  width: 178px;
  height: auto;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.78rem;
  text-align: right;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.72rem;
}

.footer-social-link {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 198, 106, 0.34);
  border-radius: 999px;
  color: var(--gold);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.footer-social-link:hover {
  background: rgba(239, 198, 106, 0.10);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-copy {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.70rem;
  line-height: 1.7;
}

.footer-copy a {
  color: var(--gold);
  text-decoration: none;
}

.footer-copy a:hover {
  text-decoration: underline;
}

.wa-float {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  background: #22D463;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(34, 212, 99, 0.30);
}

.wa-float svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 900px) {
  header {
    height: auto;
    min-height: 88px;
    flex-wrap: wrap;
    gap: 0.7rem;
    padding-block: 1rem;
  }

  header img.logo {
    width: 150px;
  }

  header nav {
    width: 100%;
    justify-content: center;
    gap: clamp(1.6rem, 8vw, 3.2rem);
  }

  .hero {
    min-height: 660px;
    padding-top: 110px;
  }

  .section-hero-mini {
    height: 360px;
    padding-top: 118px;
  }

  .slider { grid-template-columns: repeat(2, 1fr); }
  .slide { height: 300px; }
  .slider-arrows { display: none; }

  .sobre-content,
  .galeria-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-hero {
    min-height: auto;
    padding-top: 150px;
  }

  .about-hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-hero-frame {
    justify-self: start;
    width: min(100%, 340px);
  }

  .about-pillars {
    grid-template-columns: 1fr;
  }

  .about-profile-grid,
  .about-mvv {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-profile-grid {
    margin-top: 44px;
  }

  .about-profile-copy h3,
  .about-specialties h3 {
    max-width: none;
    text-align: left;
  }

  .about-profile-image {
    max-width: 520px;
  }

  .mvv,
  .enderecos { grid-template-columns: 1fr; }

  .endereco-item + .endereco-item {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 24px;
  }

  .site-footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 1180px) {
  #stats {
    padding-inline: 5vw;
  }

  #parceiros {
    padding-inline: 5vw;
  }

  .about-hero,
  .about-statement,
  .about-pillars,
  .about-profile,
  .about-mvv {
    padding-inline: 5vw;
  }

  .site-footer {
    padding-inline: 5vw;
  }
}

@media (max-width: 620px) {
  html { font-size: 16px; }

  header img.logo { width: 136px; }
  header nav a { font-size: 12px; letter-spacing: 3px; }

  .hero {
    min-height: 620px;
    height: auto;
  }

  .hero-title {
    font-size: clamp(2.2rem, 13vw, 3.2rem);
    letter-spacing: 0.06em;
  }

  .section-hero-mini .hero-title {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
    letter-spacing: 0.14em;
  }

  .section-hero-mini .hero-label {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .hero-label,
  .sec-label { letter-spacing: 0.24em; }

  .hero-sub {
    font-size: 0.88rem;
  }

  .btn-hero {
    min-width: 0;
    width: min(100%, 280px);
  }

  .slider { grid-template-columns: 1fr; }
  .slide { height: 330px; }

  #stats {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding-block: 64px;
    text-align: center;
  }

  .parceiros-grid,
  .form-grid { grid-template-columns: repeat(2, 1fr); }

  .parceiros-grid {
    max-width: 420px;
    column-gap: 24px;
  }

  .form-full { grid-column: 1 / -1; }

  .sobre-img { height: 280px; }

  .about-profile {
    padding-top: 64px;
  }

  .about-profile h2 {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 1.45;
  }

  .about-profile-copy h3,
  .about-specialties h3 {
    font-size: 20px;
  }

  .about-mvv {
    padding-top: 34px;
    padding-bottom: 64px;
  }

  .about-mvv-icon {
    width: 92px;
    height: 92px;
  }

  .wa-float {
    right: 16px;
    bottom: 16px;
    padding: 0.72rem 1rem;
  }

  .page-galeria .galeria-hero {
    height: 360px;
    min-height: 360px;
  }

  .page-galeria .galeria-intro {
    padding-top: 56px;
    padding-bottom: 42px;
  }

  .page-galeria .galeria-intro h2 {
    font-size: 19px;
    letter-spacing: 5px;
    line-height: 1.35;
  }

  .gallery-lightbox {
    padding: 56px 16px 34px;
  }

  .gallery-lightbox-close {
    top: 14px;
    right: 14px;
  }

  .gallery-lightbox-nav {
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .gallery-lightbox-prev {
    left: 16px;
  }

  .gallery-lightbox-next {
    right: 16px;
  }

  .gallery-lightbox-frame img {
    max-height: calc(100vh - 150px);
  }
}

.page-galeria .section-hero-mini .hero-title,
.page-contato .section-hero-mini .hero-title {
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2rem, 3.1vw, 2.65rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
}

.page-galeria .section-hero-mini .hero-label,
.page-contato .section-hero-mini .hero-label {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5.76px;
}

.page-galeria .galeria-intro h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.12;
  text-transform: uppercase;
}

.page-galeria .galeria-intro p,
.page-contato .form-field input,
.page-contato .form-field textarea,
.page-contato .endereco-item p,
.page-contato .horario-item {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.page-contato .localizacao h3,
.page-contato .horarios h3,
.page-contato .endereco-item h4 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
}

.page-galeria .galeria-hero {
  height: 430px;
  min-height: 430px;
}

.page-galeria .galeria-hero .hero-body {
  padding-top: 56px;
}

.page-galeria .galeria-hero .hero-label {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 5.76px;
}

.page-galeria .galeria-hero .hero-title {
  color: #fff;
  font-size: clamp(2.15rem, 3.4vw, 3.05rem);
  letter-spacing: 0.16em;
}

.page-galeria .galeria-intro {
  max-width: none;
  padding: 76px clamp(20px, 8vw, 345px) 62px;
  display: block;
  text-align: center;
  background: var(--bg);
}

.page-galeria .galeria-intro-copy {
  max-width: 760px;
  margin: 0 auto;
}

.page-galeria .galeria-intro h2 {
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.page-galeria .galeria-intro h2 span {
  color: var(--gold);
}

.page-galeria .galeria-intro p {
  max-width: 620px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.70);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
}

.page-galeria .galeria-section {
  max-width: calc(var(--container) + 10vw);
  margin: 0 auto;
  padding: 0 5vw 96px;
}

.page-galeria .galeria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.page-galeria .galeria-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 4px;
  background: var(--panel-2);
}

.page-galeria .galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
  cursor: zoom-in;
  transition: transform 0.45s ease;
}

.page-galeria .galeria-item:hover img {
  transform: scale(1.06);
}

.page-galeria .galeria-item.img-error {
  border: 1px solid var(--line);
}

.page-galeria .galeria-item.img-error img {
  display: none;
}

@media (max-width: 1180px) {
  .page-galeria .galeria-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .page-galeria .galeria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}

.lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 42px 86px;
  background: rgba(10, 10, 10, 0.92);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox-frame {
  width: min(100%, 1180px);
  max-height: calc(100vh - 96px);
  display: grid;
  justify-items: center;
  gap: 14px;
}

.gallery-lightbox-frame img {
  max-width: 100%;
  max-height: calc(100vh - 145px);
  object-fit: contain;
  box-shadow: 0 28px 85px rgba(0, 0, 0, 0.55);
}

.gallery-lightbox-frame figcaption {
  min-height: 18px;
  color: rgba(255, 255, 255, 0.70);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 198, 106, 0.34);
  border-radius: 999px;
  background: rgba(35, 35, 35, 0.84);
  color: var(--gold);
  cursor: pointer;
}

.gallery-lightbox-close {
  top: 28px;
  right: 32px;
  width: 42px;
  height: 42px;
  font-size: 28px;
  line-height: 1;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 22px;
  transform: translateY(-50%);
}

.gallery-lightbox-prev {
  left: 28px;
}

.gallery-lightbox-next {
  right: 28px;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  border-color: var(--gold);
  background: rgba(239, 198, 106, 0.14);
}
