﻿:root {
  --bg: #fbf6f0;
  --surface: #fffaf5;
  --cream: #ead7c1;
  --gold: #c89d62;
  --gold-strong: #b27a3d;
  --text: #5d4132;
  --text-strong: #6a452b;
  --muted: #8a6338;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: var(--bg);
  color: var(--text);
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  color: var(--text-strong);
  font-family: "Cormorant Garamond", serif;
  line-height: 1.15;
}

p {
  margin: 0 0 14px;
  line-height: 1.7;
}

ul {
  margin: 0;
  padding-left: 18px;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  background: linear-gradient(180deg, #f3e4d2 0%, #ead7c1 100%);
  border-bottom: 1px solid #dfc3a0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.u-header {
  background: linear-gradient(180deg, #f1dfc9 0%, #ecd8bf 100%) !important;
  border-bottom: 1px solid #dfc3a0;
}

.u-nav-link,
.u-nav-link:visited {
  color: #5d4132 !important;
}

.u-nav-link:hover,
.u-nav-link:focus {
  color: #8a6338 !important;
}

header#sec-abaa .u-sheet-1 {
  min-height: 94px;
}

header#sec-abaa .u-logo {
  opacity: 0;
  pointer-events: none;
}

header#sec-abaa .u-menu {
  margin-left: auto;
  width: auto;
}

header#sec-abaa .u-nav-1,
header#sec-abaa .u-nav-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  flex-wrap: nowrap;
  width: auto;
}

header#sec-abaa .u-nav-item {
  margin: 0 !important;
}

header#sec-abaa .u-nav-link {
  font-family: Georgia, serif;
  font-size: 1rem;
  padding: 6px 0 10px !important;
  color: #8a6338 !important;
  border-bottom-color: rgba(201, 153, 91, 0.55) !important;
}

@media (min-width: 992px) {
  header#sec-abaa .menu-collapse,
  header#sec-abaa .u-nav-container-collapse {
    display: none !important;
  }

  header#sec-abaa .u-nav-container {
    display: block !important;
  }
}

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

.brand {
  text-decoration: none;
  color: var(--text-strong);
  font-weight: 700;
  letter-spacing: 0.3px;
}

.nav {
  display: flex;
  gap: 18px;
}

.nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
}

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

.hero {
  padding: 68px 0;
  background: linear-gradient(180deg, #f8eee2 0%, #f3e4d2 58%, #ead7c1 100%);
}

.hero-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.2fr 0.9fr;
  align-items: start;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 8px;
}

.hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.2rem);
}

.hero-card,
.card {
  border: 1px solid #dfc3a0;
  background: var(--surface);
  border-radius: 16px;
  padding: 24px;
}

.section {
  padding: 58px 0;
}

.section.surface {
  background: linear-gradient(180deg, #fffdf9 0%, #fbf6f0 100%);
}

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

.btn {
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
  color: #fffaf5;
  background: linear-gradient(180deg, #c9995b 0%, #b27a3d 100%);
  border: 1px solid #b27a3d;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
}

.btn:hover {
  filter: brightness(0.96);
}

.site-footer {
  background: #332c29;
  color: #fffaf5;
  padding: 20px 0;
  font-size: 0.94rem;
  text-align: center;
}

a,
a:visited {
  color: #8a6338;
}

a:hover,
a:focus {
  color: #b27a3d;
}

@media (max-width: 860px) {
  .hero-grid,
  .grid-2 {
    grid-template-columns: 1fr;
  }

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

  .nav {
    gap: 12px;
    font-size: 0.94rem;
  }
}

/* Harmonia final das páginas internas */
:root {
  --bg: #fbf5ee;
  --surface: #fffaf4;
  --cream: #efdfca;
  --gold: #c8965a;
  --gold-strong: #b1773d;
  --text: #604636;
  --text-strong: #513626;
  --muted: #8a6546;
}

body {
  background: linear-gradient(180deg, #fbf5ee 0%, #f6ecdf 100%);
}

.u-header,
.site-header {
  background: linear-gradient(180deg, #f6ecdf 0%, #eedcc4 100%) !important;
  border-bottom: 1px solid #e0c39f;
  box-shadow: 0 8px 24px rgba(108, 73, 42, 0.06);
}

.hero {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 249, 241, 0.92), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(221, 185, 136, 0.14), transparent 22%),
    linear-gradient(180deg, #fff9f2 0%, #f6ebdd 58%, #efddc6 100%);
}

.hero-card,
.card {
  background: rgba(255, 250, 244, 0.96);
  border-color: #dfc09a;
  box-shadow: 0 12px 28px rgba(118, 81, 47, 0.06);
}

.section.surface {
  background: linear-gradient(180deg, #fffdf9 0%, #f8f0e6 100%);
}

.btn {
  background: linear-gradient(180deg, #cb9150 0%, #b1773d 100%);
  border-color: #a86b31;
  color: #fffaf4;
  box-shadow: 0 12px 24px rgba(152, 96, 40, 0.18);
}

.site-footer {
  background: #433024;
}
