:root {
  --bg: #060403;
  --bg-soft: #0c0805;
  --panel: rgba(16, 11, 7, 0.94);
  --panel-2: rgba(20, 14, 8, 0.9);
  --gold: #b67a1a;
  --gold-bright: #e7bf62;
  --gold-soft: #d49a36;
  --gold-line: rgba(218, 165, 76, 0.34);
  --text: #f0e3c8;
  --muted: #d6c0a0;
  --green: #28c965;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', Arial, sans-serif;
  overflow-x: hidden;
}

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(217, 143, 36, 0.22), transparent 20%),
    radial-gradient(circle at 8% 80%, rgba(186, 118, 23, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.32));
  pointer-events: none;
  z-index: -2;
}

.site-bg {
  position: fixed;
  inset: 0;
  background: url("assets/textura-escura.png") center top / cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: -3;
}

.site-glow {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
}
.site-glow-right {
  right: -80px;
  top: 180px;
  background: radial-gradient(circle, rgba(240, 156, 39, 0.18), transparent 60%);
}
.site-glow-left {
  left: -140px;
  bottom: 80px;
  background: radial-gradient(circle, rgba(235, 153, 46, 0.14), transparent 62%);
}

.container {
  width: min(1200px, calc(100% - 52px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 3, 2, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 146, 53, 0.12);
}
.topbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 86px;
}
.brand-box {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "mini symbol"
    "name symbol";
  align-items: center;
  column-gap: 7px;
  row-gap: 0;
  min-width: 148px;
  color: var(--gold-bright);
  padding: 6px 0;
  text-shadow: 0 0 20px rgba(215, 155, 53, 0.18);
}

.brand-mini,
.brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.brand-mini {
  grid-area: mini;
  font-size: 21px;
  letter-spacing: 0.01em;
  margin: 0 0 -5px 4px;
  transform: none;
}

.brand-name {
  grid-area: name;
  font-size: 50px;
  letter-spacing: -0.04em;
  margin: 0;
}

.brand-symbol {
  grid-area: symbol;
  align-self: end;
  font-size: 29px;
  color: var(--gold-soft);
  transform: none;
  margin-bottom: 8px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 38px);
}
.nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #efe0bc;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--gold-bright);
  transition: right 0.25s ease;
}
.nav a:hover::after { right: 0; }

.whats-top,
.cta-main,
.phone-cta {
  border: 1px solid var(--gold-line);
  background: linear-gradient(180deg, rgba(18, 13, 8, 0.98), rgba(8, 5, 3, 0.98));
  color: var(--gold-bright);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow);
}
.whats-top {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 22px;
  clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
  font-size: 13px;
}
.whats-top-icon,
.cta-icon,
.phone-whats,
.floating-whatsapp {
  color: var(--green);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-line);
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold-bright);
}

.hero {
  scroll-margin-top: 96px;
  padding: 36px 0 18px;
  border-bottom: 1px solid rgba(207, 150, 56, 0.12);
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.97) 0%, rgba(5, 4, 3, 0.94) 45%, rgba(5, 4, 3, 0.3) 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 480px);
  align-items: end;
  gap: 32px;
}
.hero-copy {
  padding: 32px 0 42px;
  max-width: 560px;
  position: relative;
  z-index: 2;
}
.hero-title {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(100px, 10vw, 156px);
  line-height: 0.82;
  letter-spacing: -0.07em;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(180deg, #ffebb2 0%, #d49a36 34%, #f7d88f 63%, #794910 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 14px rgba(218, 155, 60, 0.18));
}
.hero-title-small {
  display: block;
  font-size: clamp(48px, 4vw, 74px);
  line-height: 0.8;
  margin-left: 112px;
  margin-bottom: -6px;
}
.line-ornament {
  width: min(360px, 72vw);
  height: 16px;
  margin: 22px 0 18px;
  position: relative;
  background: linear-gradient(90deg, var(--gold-soft) 0 38%, transparent 38% 43%, var(--gold-bright) 43% 57%, transparent 57% 62%, var(--gold-soft) 62% 100%);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.hero h2,
.section-heading h2,
.contact h2,
.city,
.phone-cta {
  font-family: 'Cinzel', Georgia, serif;
}
.hero h2 {
  margin: 0 0 16px;
  color: #fff2d4;
  font-size: clamp(23px, 2.45vw, 42px);
  font-weight: 500;
  line-height: 1.18;
}
.hero p {
  margin: 0 0 28px;
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}
.cta-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 30px;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
  font-size: 16px;
}
.hero-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-note-icon { color: var(--gold-soft); }

.hero-portrait {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 20px 10px 70px 60px;
  background: radial-gradient(circle, rgba(220, 145, 29, 0.2), transparent 68%);
  filter: blur(20px);
  z-index: -1;
}
.hero-portrait img {
  width: min(100%, 438px);
  object-fit: contain;
  filter: drop-shadow(0 24px 45px rgba(0, 0, 0, 0.72));
  mask-image: linear-gradient(180deg, #000 0 88%, transparent 100%);
}

.services,
.testimonials,
.contact {
  padding: 58px 0 68px;
  border-bottom: 1px solid rgba(207, 150, 56, 0.12);
}
.services {
  background: linear-gradient(180deg, rgba(12, 8, 5, 0.92), rgba(8, 6, 4, 0.95));
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading.lefty { justify-content: flex-start; }
.section-heading h2 {
  margin: 0;
  color: var(--gold-bright);
  font-size: clamp(28px, 2.7vw, 43px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.decor-line {
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 250px;
  padding: 24px 16px 20px;
  text-align: center;
  background: linear-gradient(180deg, rgba(16, 11, 7, 0.96), rgba(8, 6, 4, 0.96));
  border: 1px solid var(--gold-line);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  box-shadow: var(--shadow);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(227, 182, 98, 0.14);
  clip-path: inherit;
  pointer-events: none;
}
.service-icon {
  height: 68px;
  display: grid;
  place-items: center;
  font-size: 48px;
  color: var(--gold-soft);
  margin-bottom: 8px;
}
.service-card h3 {
  min-height: 48px;
  margin: 0 0 12px;
  color: #ffdf9b;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.26;
}
.service-card p {
  margin: 0;
  color: #f0e2c5;
  font-size: 14px;
  line-height: 1.52;
}
.services-note {
  margin: 26px 0 0;
  text-align: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  color: var(--gold-bright);
}

.about {
  padding: 62px 0 72px;
  background: linear-gradient(180deg, rgba(7, 5, 3, 0.98), rgba(8, 6, 4, 0.92));
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(290px, 400px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.about-image-wrap {
  display: flex;
  justify-content: center;
}
.about-image {
  width: min(100%, 360px);
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.6));
}
.about-content p {
  margin: 0 0 18px;
  color: #e5d6b9;
  font-size: 17px;
  line-height: 1.72;
  max-width: 670px;
}
.about-highlights {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.about-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-item-icon {
  width: 46px;
  height: 46px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  font-size: 22px;
  flex-shrink: 0;
}
.about-item strong,
.about-item span {
  display: block;
}
.about-item strong {
  color: var(--gold-bright);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  line-height: 1;
}
.about-item span:last-child {
  color: #e7d5b2;
  font-size: 15px;
  margin-top: 2px;
}

.testimonials {
  background: linear-gradient(180deg, rgba(10, 7, 4, 0.94), rgba(7, 5, 3, 0.98));
}
.testimonial-shell {
  position: relative;
}
.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testimonial-card {
  min-height: 240px;
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(19, 14, 8, 0.98), rgba(10, 7, 4, 0.98));
  border: 1px solid var(--gold-line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  position: relative;
}
.quote-mark {
  color: var(--gold-bright);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 62px;
  line-height: 0.7;
}
.stars {
  color: var(--gold-bright);
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.testimonial-card p {
  margin: 0 0 18px;
  color: #f1e3c5;
  line-height: 1.6;
  font-size: 16px;
}
.testimonial-card strong {
  display: block;
  color: var(--gold-bright);
  margin-bottom: 3px;
}
.testimonial-card span {
  color: #d8bf90;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: none;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  background: rgba(10, 7, 4, 0.98);
  color: var(--gold-bright);
  font-size: 30px;
  cursor: pointer;
}
.prev { left: -18px; }
.next { right: -18px; }
.dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.dots button {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(231, 191, 98, 0.34);
  padding: 0;
}
.dots button.active { background: var(--gold-bright); }

.contact {
  background: linear-gradient(180deg, rgba(10, 6, 4, 0.98), rgba(5, 4, 3, 1));
  position: relative;
  overflow: hidden;
}
.contact-box {
  position: relative;
  text-align: center;
  padding-top: 6px;
}
.contact h2 {
  margin: 0 0 12px;
  color: var(--gold-bright);
  text-transform: uppercase;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 600;
}
.contact p {
  margin: 0 auto 22px;
  max-width: 700px;
  color: #e6d6b5;
  font-size: 18px;
  line-height: 1.65;
}
.phone-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 36px;
  font-size: clamp(26px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: 0.01em;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
}
.phone-whats { font-size: 0.8em; }
.city {
  margin-top: 12px;
  color: var(--gold-bright);
  font-size: 32px;
}
.contact-features {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  color: #d8bf8d;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-features span {
  display: block;
  color: var(--gold-bright);
  font-size: 26px;
  margin-bottom: 8px;
}
.contact-deco {
  position: absolute;
  pointer-events: none;
}
.contact-left-candles {
  left: 4px;
  bottom: 70px;
  width: 112px;
  height: 150px;
}
.contact-left-candles span {
  position: absolute;
  bottom: 0;
  width: 26px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(90deg, #5d3510, #f7c773, #472707);
  box-shadow: 0 0 26px rgba(241, 164, 59, 0.18);
}
.contact-left-candles span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  width: 16px;
  height: 28px;
  background: radial-gradient(circle, #fff8cd 10%, #f4b44d 46%, transparent 72%);
  border-radius: 50% 50% 45% 45%;
}
.contact-left-candles span:first-child { left: 10px; height: 105px; }
.contact-left-candles span:last-child { left: 48px; height: 82px; }
.contact-right-smoke {
  right: 0;
  bottom: 25px;
  width: 180px;
  height: 220px;
  background:
    radial-gradient(circle at 35% 84%, rgba(192, 124, 28, 0.14), transparent 25%),
    radial-gradient(circle at 58% 72%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 54% 48%, rgba(255, 255, 255, 0.07), transparent 18%),
    radial-gradient(circle at 48% 28%, rgba(255, 255, 255, 0.06), transparent 16%);
  filter: blur(6px);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 26px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35), 0 0 0 6px rgba(40, 201, 101, 0.13);
  z-index: 30;
}

.footer {
  padding: 24px 0;
  background: #030201;
  color: rgba(235, 216, 177, 0.62);
  font-size: 13px;
}
.footer-inner { text-align: center; }

@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 390px; }
  .whats-top { display: none; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 28px, 740px); }
  .topbar-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .menu-toggle { display: block; }
  .nav {
    position: fixed;
    top: 84px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    background: rgba(8, 6, 4, 0.99);
    border: 1px solid var(--gold-line);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.22s ease;
    padding: 10px;
  }
  .nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(221, 170, 77, 0.1);
  }
  .nav a:last-child { border-bottom: none; }
  .hero {
    padding-top: 20px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero-copy {
    max-width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .hero-title-small {
    margin-left: 0;
  }
  .line-ornament {
    margin-left: auto;
    margin-right: auto;
  }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-note { justify-content: center; }
  .hero-portrait { justify-content: center; }
  .hero-portrait img { width: min(100%, 420px); }
  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .section-heading.lefty { justify-content: center; }
  .about-content p { margin-left: auto; margin-right: auto; }
  .about-highlights { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-track {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
  }
  .testimonial-card { min-width: 100%; }
  .slider-btn { display: grid; }
  .contact-features { grid-template-columns: repeat(2, 1fr); }
  .contact-left-candles,
  .contact-right-smoke { display: none; }
}

@media (max-width: 640px) {
  .brand-box { min-width: 124px; column-gap: 6px; }
  .brand-name { font-size: 41px; letter-spacing: -0.035em; }
  .brand-mini { font-size: 18px; margin: 0 0 -4px 3px; transform: none; }
  .brand-symbol { font-size: 24px; transform: none; margin-bottom: 7px; }
  .hero-title { font-size: clamp(72px, 22vw, 108px); }
  .hero-title-small { font-size: 42px; }
  .hero h2 { font-size: 24px; }
  .hero p { font-size: 16px; }
  .cta-main {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
  .service-grid { grid-template-columns: 1fr; }
  .phone-cta {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    gap: 12px;
    font-size: clamp(24px, 8vw, 36px);
  }
  .city { font-size: 24px; }
  .contact-features { grid-template-columns: 1fr; }
  .floating-whatsapp {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }
}
