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

:root {
  --cream: #f9f5ee;
  --dark: #1a1710;
  --gold: #b8973a;
  --gold-light: #d4b05a;
  --muted: #6b6550;
  --card-bg: #ffffff;
  --radius: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--dark);
  line-height: 1.6;
}

/* NAV */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid #e4dcc8;
}

nav {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--dark);
}

.btn-nav {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gold);
  text-decoration: none;
  border: 1px solid var(--gold);
  padding: 0.4rem 1rem;
  border-radius: var(--radius);
  transition: background 0.2s, color 0.2s;
}

.btn-nav:hover {
  background: var(--gold);
  color: #fff;
}

/* HERO */
.hero {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 2rem 5rem;
  overflow: hidden;
}

.hero-inner {
  max-width: 680px;
}

.tag {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 1.2rem;
}

h1 em {
  font-style: italic;
  color: var(--gold);
}

.subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 2rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--gold);
  color: #fff;
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.2s;
}

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

.btn-ghost {
  color: var(--dark);
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border: 1px solid #c8bfa0;
  transition: border-color 0.2s;
}

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

.hero-ornament {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18rem;
  color: #e8dfcc;
  user-select: none;
  line-height: 1;
}

/* PILARES */
.pilares {
  background: var(--dark);
  color: var(--cream);
  padding: 5rem 2rem;
  text-align: center;
}

.pilares h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.section-sub {
  color: #a89e86;
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto 3rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  background: #24211a;
  border: 1px solid #3a3526;
  border-radius: var(--radius);
  padding: 2rem 1.6rem;
  text-align: left;
}

.card-icon {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gold);
  border: 1px solid var(--gold);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #f0ead8;
}

.card p {
  color: #8a8070;
  font-size: 0.93rem;
}

/* DESTAQUE */
.destaque {
  padding: 5rem 2rem;
  text-align: center;
  background: var(--cream);
  border-top: 1px solid #e4dcc8;
  border-bottom: 1px solid #e4dcc8;
}

blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-style: italic;
  color: var(--dark);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

cite {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--gold);
  margin-top: 1rem;
  letter-spacing: 0.05em;
}

/* CONTATO */
.contato {
  padding: 5rem 2rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contato h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.contato p {
  color: var(--muted);
  margin-bottom: 2rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

form input {
  padding: 0.75rem 1rem;
  border: 1px solid #c8bfa0;
  border-radius: var(--radius);
  background: #fff;
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  outline: none;
  transition: border-color 0.2s;
}

form input:focus {
  border-color: var(--gold);
}

form button {
  padding: 0.8rem;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
}

form button:hover {
  background: var(--gold-light);
}

/* FOOTER */
footer {
  background: var(--dark);
  color: #5a5442;
  text-align: center;
  padding: 1.5rem 2rem;
  font-size: 0.82rem;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .hero-ornament {
    display: none;
  }

  .hero-cta {
    flex-direction: column;
  }

  .btn-primary,
  .btn-ghost {
    text-align: center;
  }
}
