:root {
  --white: #ffffff;
  --cream: #fffaf1;
  --wine: #8f1d2c;
  --wine-dark: #64121f;
  --gold: #c99a2e;
  --gold-soft: #f3d783;
  --black: #17120f;
  --gray: #6f6864;
  --line: rgba(23, 18, 15, 0.12);
  --shadow: 0 22px 60px rgba(23, 18, 15, 0.13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.site-header {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(201,154,46,.20), transparent 34%),
    radial-gradient(circle at bottom right, rgba(143,29,44,.14), transparent 35%),
    var(--white);
  position: relative;
}

.navbar {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Cinzel', serif;
}
.brand-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--wine), var(--wine-dark));
  color: var(--gold-soft);
  box-shadow: var(--shadow);
  font-size: 1.4rem;
}
.brand strong { display: block; font-size: .92rem; line-height: 1; color: var(--wine); }
.brand small { display: block; font-size: 1.05rem; color: var(--black); letter-spacing: .04em; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.nav-links a {
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  color: var(--black);
  transition: .25s ease;
}
.nav-links a:hover { background: var(--cream); color: var(--wine); }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 14px;
  padding: 10px 13px;
  font-size: 1.3rem;
}

.hero {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  min-height: calc(100vh - 94px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 44px;
  position: relative;
  padding: 44px 0 76px;
}
.hero-bg-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(.2px);
}
.shape-one {
  width: 170px;
  height: 170px;
  border: 2px solid rgba(201,154,46,.35);
  top: 8%; right: 36%;
}
.shape-two {
  width: 90px;
  height: 90px;
  background: rgba(143,29,44,.08);
  bottom: 16%; left: -30px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201,154,46,.13);
  color: var(--wine);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .78rem;
}
.eyebrow::before { content: '◆'; color: var(--gold); font-size: .72rem; }
h1, h2, h3 { margin: 0; }
h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(3rem, 8vw, 6.7rem);
  line-height: .88;
  letter-spacing: -.06em;
  color: var(--black);
}
h1 span { display: block; color: var(--wine); text-shadow: 0 10px 0 rgba(201,154,46,.10); }
.hero-slogan {
  margin: 26px 0 0;
  color: var(--gold);
  font-size: clamp(1.3rem, 3vw, 2.15rem);
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
.hero-text {
  max-width: 660px;
  color: var(--gray);
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 18px 0 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  font-weight: 800;
  transition: .25s ease;
  border: 1px solid transparent;
}
.btn-primary { background: linear-gradient(135deg, var(--wine), var(--wine-dark)); color: var(--white); box-shadow: 0 16px 35px rgba(143,29,44,.24); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 24px 44px rgba(143,29,44,.30); }
.btn-outline { border-color: rgba(143,29,44,.22); background: var(--white); color: var(--wine); }
.btn-outline:hover { background: var(--cream); transform: translateY(-3px); }
.btn-light { background: var(--white); color: var(--wine); }

.hero-card {
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 34px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.card-topline {
  height: 8px;
  width: 140px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wine), var(--gold));
  margin-bottom: 24px;
}
.card-label { color: var(--gold); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: .8rem; }
.hero-card h2 { font-family: 'Cinzel', serif; color: var(--wine); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; }
.hero-card p { color: var(--gray); line-height: 1.7; }
.mini-contact { display: grid; gap: 10px; margin-top: 20px; }
.mini-contact a {
  padding: 15px 16px;
  border-radius: 18px;
  background: var(--cream);
  border: 1px solid rgba(201,154,46,.25);
  font-weight: 900;
  color: var(--black);
}
.mini-contact a:hover { color: var(--wine); transform: translateX(4px); }

.section { width: min(1180px, calc(100% - 34px)); margin: 0 auto; padding: 92px 0; }
.section-heading { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.section-heading h2, .banner h2, .rep-card h2 { font-family: 'Cinzel', serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; color: var(--wine); }
.section-heading p { color: var(--gray); line-height: 1.8; font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--white), var(--cream));
  box-shadow: 0 18px 45px rgba(23,18,15,.07);
  min-height: 250px;
  transition: .25s ease;
}
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: var(--gold-soft);
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.feature-card h3 { font-size: 1.25rem; color: var(--black); }
.feature-card p { color: var(--gray); line-height: 1.75; }

.banner {
  width: min(1180px, calc(100% - 34px));
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 32px;
  background: linear-gradient(135deg, var(--wine), var(--wine-dark));
  color: var(--white);
  border-radius: 38px;
  padding: 58px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.banner::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.banner h2 { color: var(--white); }
.banner p { color: rgba(255,255,255,.82); line-height: 1.85; }
.banner .eyebrow { background: rgba(255,255,255,.13); color: var(--gold-soft); }
.ornament {
  min-height: 260px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  display: grid;
  place-items: center;
  text-align: center;
  background: rgba(255,255,255,.08);
  position: relative;
  z-index: 1;
  font-family: 'Cinzel', serif;
  color: var(--gold-soft);
  font-size: 1.8rem;
  font-weight: 800;
}
.ornament span:first-child, .ornament span:last-child { font-size: 3.2rem; }

.representative { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: stretch; }
.rep-card, .rep-details {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(23,18,15,.07);
  padding: 34px;
}
.rep-badge { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: var(--cream); color: var(--wine); font-weight: 900; margin-bottom: 20px; }
.rep-card p, .rep-details p { color: var(--gray); line-height: 1.8; }
.rep-details h3 { font-size: 1.6rem; color: var(--black); }
.contact-list { display: grid; gap: 12px; margin-top: 20px; }
.contact-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: var(--cream);
  border: 1px solid rgba(201,154,46,.22);
}
.contact-list span { color: var(--gray); font-weight: 700; }
.contact-list strong { color: var(--wine); }

.contact { padding-bottom: 60px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--shadow);
  transition: .25s ease;
}
.contact-card:hover { transform: translateY(-6px); background: var(--wine); }
.contact-card span { color: var(--gold-soft); font-weight: 800; }
.contact-card strong { font-size: 1.45rem; }
.cta-panel {
  margin-top: 22px;
  padding: 36px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--cream), var(--white));
  border: 1px solid var(--line);
  text-align: center;
}
.cta-panel h3 { font-family: 'Cinzel', serif; color: var(--wine); font-size: 2rem; }
.cta-panel p { color: var(--gray); font-weight: 700; }

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wine), var(--wine-dark));
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  box-shadow: 0 18px 40px rgba(143,29,44,.32);
  z-index: 20;
}
.footer {
  text-align: center;
  padding: 36px 18px;
  background: var(--black);
  color: var(--white);
}
.footer p { margin: 6px 0; color: rgba(255,255,255,.80); }
.footer strong { color: var(--gold-soft); }

.reveal { opacity: 1; transform: translateY(0); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 880px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 14px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; text-align: center; }
  .hero, .banner, .representative { grid-template-columns: 1fr; }
  .hero { padding-top: 22px; }
  .feature-grid, .contact-grid { grid-template-columns: 1fr; }
  .banner { padding: 34px 24px; border-radius: 28px; }
  .ornament { min-height: 180px; }
  .contact-list a { flex-direction: column; }
}

@media (max-width: 520px) {
  .hero-actions .btn { width: 100%; }
  .hero-card, .rep-card, .rep-details, .cta-panel { padding: 24px; }
  .section { padding: 66px 0; }
  .contact-card strong { font-size: 1.2rem; }
}
