:root {
  --ink: #12211f;
  --ink-soft: #3d4f4c;
  --paper: #f4efe4;
  --paper-2: #fbf8f1;
  --white: #fffcf7;
  --teal: #145551;
  --teal-deep: #0c3331;
  --teal-mid: #1a6b66;
  --gold: #c4a35a;
  --gold-bright: #e0c27a;
  --line: rgba(18, 33, 31, 0.12);
  --shadow: 0 18px 40px rgba(12, 51, 49, 0.08);
  --radius: 18px;
  --wrap: 1140px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--d, 0ms);
}

html.js .reveal.is-in {
  opacity: 1;
  transform: none;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-2);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.65;
}

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

a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--teal-deep);
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--gold);
  color: var(--teal-deep);
  padding: 8px 12px;
  z-index: 20;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(calc(100% - 40px), var(--wrap));
  margin-inline: auto;
  min-width: 0;
}

.topbar {
  background: var(--teal-deep);
  color: #efe6d2;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.topbar a {
  color: inherit;
  text-decoration: none;
}

.link-wa,
.topbar .link-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.link-wa::before,
.wa::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.04 2a9.9 9.9 0 0 0-8.5 14.86L2.05 22l5.25-1.38A9.9 9.9 0 1 0 12.04 2zm5.79 14.15c-.24-.12-1.43-.7-1.65-.78-.22-.08-.38-.12-.54.12s-.62.78-.76.94-.28.18-.52.06-1.02-.37-1.94-1.2a7.7 7.7 0 0 1-1.34-1.66c-.14-.24-.02-.37.11-.49.11-.11.24-.28.36-.42.12-.14.16-.24.24-.4.08-.16.04-.3-.02-.42-.06-.12-.54-1.3-.74-1.78-.2-.48-.4-.41-.54-.42h-.46c-.16 0-.42.06-.64.3-.22.24-.84.82-.84 2s.86 2.32.98 2.48c.12.16 1.69 2.58 4.1 3.62.57.24 1.02.38 1.37.49.58.18 1.1.16 1.51.1.46-.07 1.43-.58 1.63-1.14.2-.56.2-1.04.14-1.14-.06-.1-.22-.16-.46-.28z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.04 2a9.9 9.9 0 0 0-8.5 14.86L2.05 22l5.25-1.38A9.9 9.9 0 1 0 12.04 2zm5.79 14.15c-.24-.12-1.43-.7-1.65-.78-.22-.08-.38-.12-.54.12s-.62.78-.76.94-.28.18-.52.06-1.02-.37-1.94-1.2a7.7 7.7 0 0 1-1.34-1.66c-.14-.24-.02-.37.11-.49.11-.11.24-.28.36-.42.12-.14.16-.24.24-.4.08-.16.04-.3-.02-.42-.06-.12-.54-1.3-.74-1.78-.2-.48-.4-.41-.54-.42h-.46c-.16 0-.42.06-.64.3-.22.24-.84.82-.84 2s.86 2.32.98 2.48c.12.16 1.69 2.58 4.1 3.62.57.24 1.02.38 1.37.49.58.18 1.1.16 1.51.1.46-.07 1.43-.58 1.63-1.14.2-.56.2-1.04.14-1.14-.06-.1-.22-.16-.46-.28z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.topbar a:hover {
  color: var(--gold-bright);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 248, 241, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.35s ease, background 0.35s ease;
}

.site-header.is-scrolled {
  background: rgba(251, 248, 241, 0.98);
  box-shadow: 0 10px 28px rgba(12, 51, 49, 0.1);
}

.header-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  transition: padding 0.35s ease;
}

.site-header.is-scrolled .header-row {
  padding: 7px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--gold);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand:hover img {
  transform: rotate(-10deg) scale(1.06);
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.brand small {
  color: var(--ink-soft);
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px 18px;
}

.nav a:not(.btn),
.nav-drop > button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font: inherit;
  color: var(--ink);
  background: none;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.25s ease;
}

.nav > a:not(.btn)::before,
.nav-drop > button::before {
  display: none;
}

.nav > a[href="/"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3.2 3.2 10.4V20a.8.8 0 0 0 .8.8h5.2v-6.2h5.6V20.8H20a.8.8 0 0 0 .8-.8v-9.6L12 3.2z'/%3E%3C/svg%3E");
}

.nav > a[href="/sobre/"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 21V7.2L12 3l8 4.2V21H4zm4.2-3.2h2.2V20H8.2v-2.2zm3.4 0h2.2V20h-2.2v-2.2zm3.4 0H17V20h-2v-2.2zM8.2 14h2.2v2.2H8.2V14zm3.4 0h2.2v2.2h-2.2V14zm3.4 0H17v2.2h-2V14z'/%3E%3C/svg%3E");
}

.nav-drop > button {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.8 21 8l-9 5.2L3 8 12 2.8zm0 8.3L3.2 6.4v2.4L12 14l8.8-5.2V6.4L12 11.1zM3.2 13.2v2.4L12 21l8.8-5.4v-2.4L12 18.6 3.2 13.2z'/%3E%3C/svg%3E");
}

.nav > a[href="/contactos/"] {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 3.5h3.2l1.1 4.2-2.1 1.3a12.2 12.2 0 0 0 5.2 5.2l1.4-2.1 4.2 1.1v3.1a2 2 0 0 1-2.1 2A15.7 15.7 0 0 1 4.5 5.6a2 2 0 0 1 2.1-2.1z'/%3E%3C/svg%3E");
}

.nav-wa {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.04 2a9.9 9.9 0 0 0-8.5 14.86L2.05 22l5.25-1.38A9.9 9.9 0 1 0 12.04 2zm5.79 14.15c-.24-.12-1.43-.7-1.65-.78-.22-.08-.38-.12-.54.12s-.62.78-.76.94-.28.18-.52.06-1.02-.37-1.94-1.2a7.7 7.7 0 0 1-1.34-1.66c-.14-.24-.02-.37.11-.49.11-.11.24-.28.36-.42.12-.14.16-.24.24-.4.08-.16.04-.3-.02-.42-.06-.12-.54-1.3-.74-1.78-.2-.48-.4-.41-.54-.42h-.46c-.16 0-.42.06-.64.3-.22.24-.84.82-.84 2s.86 2.32.98 2.48c.12.16 1.69 2.58 4.1 3.62.57.24 1.02.38 1.37.49.58.18 1.1.16 1.51.1.46-.07 1.43-.58 1.63-1.14.2-.56.2-1.04.14-1.14-.06-.1-.22-.16-.46-.28z'/%3E%3C/svg%3E");
  color: #128c7e;
}

.nav > a:not(.btn)::after,
.nav-drop > button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.nav > a:not(.btn):hover::after,
.nav > a.is-active::after,
.nav-drop:hover > button::after,
.nav-drop:focus-within > button::after {
  transform: scaleX(1);
}

.nav a:hover,
.nav-drop > button:hover,
.nav a.is-active {
  color: var(--teal);
}

.nav-drop {
  position: relative;
}

.nav-drop ul {
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  min-width: 280px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.28s ease,
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.28s;
}

.nav-drop:hover ul,
.nav-drop:focus-within ul,
.nav-drop.is-open ul {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.nav-drop a {
  display: block;
  padding: 8px 10px;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

.nav-drop a:hover {
  background: var(--paper);
  padding-left: 14px;
}

.nav-drop a em {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.btn:hover::before {
  transform: translateX(120%);
}

.btn--gold {
  background: var(--gold);
  color: var(--teal-deep);
}

.btn--gold:hover {
  background: var(--gold-bright);
  color: var(--teal-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(196, 163, 90, 0.35);
}

.btn--ghost {
  border-color: currentColor;
  color: inherit;
  background: transparent;
}

.btn--ghost:hover {
  background: rgba(255, 252, 247, 0.1);
  color: inherit;
  transform: translateY(-2px);
}

.hero {
  position: relative;
  overflow: clip;
  min-height: min(86vh, 760px);
  background: var(--teal-deep);
  color: var(--paper);
}

.hero__slides,
.hero__slide,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__slides {
  z-index: 0;
}

.hero__slide {
  margin: 0;
  opacity: 0;
  transition: opacity 1.15s ease;
}

.hero__slide.is-active {
  opacity: 1;
}

.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  transform: scale(1.04);
  animation: kenburns 14s ease-out both;
}

.hero__slide.is-active img {
  animation: kenburns 14s ease-out both;
}

.hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 51, 49, 0.72) 0%, rgba(12, 51, 49, 0.38) 38%, rgba(12, 51, 49, 0.08) 68%, transparent 100%),
    linear-gradient(180deg, rgba(12, 51, 49, 0.2) 0%, transparent 28%, rgba(12, 51, 49, 0.25) 100%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: center;
  padding: 72px 0 80px;
  min-height: min(86vh, 760px);
}

.kicker {
  margin: 0 0 12px;
  color: var(--gold-bright);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero .kicker {
  line-height: 1.45;
  max-width: 28rem;
  letter-spacing: 0.12em;
}

.hero h1,
.page-hero h1,
.section h2,
.article h1 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.hero h1,
.page-hero h1 {
  overflow-wrap: anywhere;
}

.hero h1,
.hero .lede,
.hero .kicker {
  transition: opacity 0.35s ease;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 7vw, 3.5rem);
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 4.2vw, 2.7rem);
}

.lede {
  font-size: 1.18rem;
  max-width: 42rem;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero .kicker,
.hero h1,
.hero .lede,
.hero-actions,
.hero-card {
  animation: rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero h1 { animation-delay: 0.12s; }
.hero .lede { animation-delay: 0.22s; }
.hero-actions { animation-delay: 0.34s; }
.hero-card { animation-delay: 0.28s; }

.hero .kicker::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 10px;
  background: var(--gold-bright);
  transform: scaleX(0);
  transform-origin: left;
  animation: draw 0.7s 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-card {
  background: rgba(12, 51, 49, 0.48);
  border: 1px solid rgba(224, 194, 122, 0.28);
  padding: 22px;
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.hero-card ol {
  margin: 10px 0 0;
  padding-left: 18px;
}

.hero-card li {
  animation: rise 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-card li:nth-child(1) { animation-delay: 0.55s; }
.hero-card li:nth-child(2) { animation-delay: 0.68s; }
.hero-card li:nth-child(3) { animation-delay: 0.81s; }
.hero-card li:nth-child(4) { animation-delay: 0.94s; }

.hero-card li + li {
  margin-top: 8px;
}

.hero-card li.is-current {
  color: var(--gold-bright);
}

.hero-dots {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.35);
  cursor: pointer;
}

.hero-dots button.is-active {
  background: var(--gold-bright);
  transform: scale(1.2);
}

.section {
  padding: 72px 0;
}

.section--paper {
  background: var(--paper);
}

.section--teal {
  background: var(--teal-deep);
  color: var(--paper);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.section-head p {
  margin: 0;
  max-width: 36rem;
  color: var(--ink-soft);
}

.section--teal .section-head p {
  color: #d7e4e2;
}

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

.priority-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  padding: 0 0 22px;
  min-height: 280px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s ease,
    border-top-color 0.3s ease;
}

.priority-card img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: 70% center;
}

.priority-card span,
.priority-card h3,
.priority-card p {
  padding-left: 22px;
  padding-right: 22px;
}

.priority-card span {
  padding-top: 14px;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.35s ease, color 0.35s ease;
}

.priority-card:hover {
  color: inherit;
  border-top-color: var(--teal);
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(12, 51, 49, 0.16);
}

.priority-card:hover span {
  transform: translateX(4px);
  color: var(--teal);
}

.priority-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
}

.priority-card p {
  margin: 0;
  color: var(--ink-soft);
  flex: 1;
}

.muted-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

#prestacao-servicos {
  scroll-margin-top: 108px;
}

.muted-card {
  padding: 18px 18px 16px;
  background: var(--white);
  border: 1px dashed var(--line);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.muted-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.muted-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.muted-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.facts {
  display: grid;
  gap: 12px;
}

.facts div {
  background: var(--white);
  border-left: 3px solid var(--gold);
  padding: 14px 16px;
  transition: transform 0.35s ease, border-left-width 0.25s ease;
}

.facts div:hover {
  transform: translateX(4px);
  border-left-width: 6px;
}

.facts strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.page-hero {
  background: var(--teal);
  color: var(--paper);
  padding: 48px 0 42px;
}

.page-hero .wrap > * {
  animation: rise 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-hero h1 { animation-delay: 0.08s; }
.page-hero p { animation-delay: 0.16s; }

.page-hero p {
  max-width: 46rem;
}

.crumbs {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: #d9e8e6;
}

.crumbs a {
  color: var(--gold-bright);
}

.article {
  padding: 48px 0 80px;
}

.prose {
  max-width: 46rem;
}

.prose h2 {
  font-family: var(--serif);
  font-size: 1.8rem;
  margin-top: 2rem;
}

.list-check {
  padding-left: 18px;
}

.list-check li + li {
  margin-top: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.contact-card,
.form {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px;
}

.form label {
  display: block;
  font-size: 0.9rem;
  margin: 12px 0 6px;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  font: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--teal);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(20, 85, 81, 0.15);
}

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

.site-footer {
  background: var(--teal-deep);
  color: #dce7e5;
  padding: 48px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 28px;
}

.site-footer h2,
.site-footer h3 {
  font-family: var(--serif);
  color: var(--gold-bright);
  margin: 0 0 12px;
}

.site-footer a {
  color: inherit;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 6px;
}

.legal {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  color: #b7c7c4;
}

main {
  padding-bottom: 24px;
}

.wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #128c7e;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: var(--shadow);
  animation: pulse 2.6s ease-in-out infinite;
  transition: transform 0.25s ease, background 0.25s ease;
}

.wa::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.wa:hover {
  color: #fff;
  background: #0e7368;
  transform: scale(1.05);
  animation: none;
}

.kicker--teal {
  color: var(--teal);
}

.btn--dark {
  background: var(--teal-deep);
  color: var(--paper);
}

.btn--dark:hover {
  background: var(--teal);
  color: var(--paper);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(12, 51, 49, 0.28);
}

body.home .wa {
  display: none;
}

body.home .home-hero {
  position: relative;
  min-height: 680px;
  background: var(--teal-deep);
  color: var(--paper);
  overflow: hidden;
}

body.home .home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 52%;
  min-height: 680px;
  padding: 56px 32px 120px max(20px, calc((100vw - var(--wrap)) / 2));
}

body.home .home-hero__copy h1 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: clamp(2.55rem, 4.1vw, 3.7rem);
  line-height: 1.02;
  max-width: 8.4em;
}

body.home .home-hero__copy .lede {
  margin: 0 0 28px;
  color: rgba(244, 239, 228, 0.84);
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 32rem;
}

body.home .home-hero__copy .btn--ghost {
  color: var(--paper);
  border-color: rgba(244, 239, 228, 0.5);
}

body.home .home-pills {
  margin: 0 0 22px;
  color: var(--gold-bright);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

body.home .home-hero__photo {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 36px;
  bottom: 88px;
  width: min(48%, 620px);
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
}

body.home .home-hero__photo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  height: 42%;
  background: var(--teal-deep);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  pointer-events: none;
}

body.home .home-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 40%;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}

body.home .home-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -56px;
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(12, 51, 49, 0.1);
}

body.home .home-stats div {
  background: var(--white);
  padding: 20px 18px 18px;
  font-size: 0.92rem;
  color: var(--ink-soft);
  border-right: 1px solid var(--line);
}

body.home .home-stats div:last-child {
  border-right: 0;
}

body.home .home-stats strong {
  display: block;
  color: var(--teal);
  font-size: 0.95rem;
  margin-bottom: 4px;
}

body.home .home-about h2 {
  margin-top: 0;
}

body.home .home-about__firm {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 600;
}

body.home .home-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

body.home .home-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px 20px 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.home .home-card:hover {
  color: inherit;
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

body.home .home-card__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(20, 85, 81, 0.1);
  color: var(--teal);
  margin-bottom: 14px;
}

body.home .home-card__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

body.home .home-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.25;
}

body.home .home-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

body.home .home-band {
  background: var(--teal-deep);
  color: var(--paper);
  padding: 72px 0;
}

body.home .home-band h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

body.home .home-band p {
  color: rgba(244, 239, 228, 0.86);
}

body.home .home-checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

body.home .home-checks li {
  position: relative;
  padding-left: 28px;
}

body.home .home-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border: 2px solid var(--gold);
  border-radius: 3px;
  background: transparent;
}

body.home .home-sectors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

body.home .home-sectors h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

body.home .home-sectors p {
  margin: 0;
  color: var(--ink-soft);
}

body.home .home-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .home-steps span {
  display: block;
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}

body.home .home-steps h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

body.home .home-steps p {
  margin: 0;
  color: var(--ink-soft);
}

body.home .home-cta {
  background: var(--gold);
  color: var(--teal-deep);
  padding: 56px 0;
}

body.home .home-cta h2 {
  margin: 0 0 10px;
}

body.home .home-cta p {
  margin: 0;
}

body.home #solucoes,
body.home #setores,
body.home #metodo {
  scroll-margin-top: 88px;
}

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

  body.home .home-cards,
  body.home .home-sectors,
  body.home .home-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .hero__grid,
  .priority-grid,
  .muted-grid,
  .split,
  .contact-grid,
  .footer-grid,
  .section-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .section-head {
    align-items: start;
  }

  .hero,
  .hero__grid {
    min-height: 0;
  }

  .hero__slide img {
    object-position: 62% center;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(12, 51, 49, 0.62) 0%, rgba(12, 51, 49, 0.28) 55%, rgba(12, 51, 49, 0.45) 100%);
  }

  body.home .home-cards,
  body.home .home-sectors,
  body.home .home-steps,
  body.home .home-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.home .home-hero {
    min-height: 0;
    overflow: visible;
  }

  body.home .home-hero__copy {
    max-width: none;
    min-height: 0;
    padding: 48px 20px 36px;
  }

  body.home .home-hero__copy h1 {
    max-width: none;
  }

  body.home .home-hero__photo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 32px);
    height: 300px;
    margin: 0 16px 28px;
  }

  body.home .home-hero__photo img {
    clip-path: none;
  }

  body.home .home-hero__photo::after {
    display: none;
  }

  body.home .home-stats {
    margin-top: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 20px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav > a,
  .nav .btn {
    width: 100%;
    justify-content: flex-start;
  }

  .nav .btn {
    margin-top: 8px;
    justify-content: center;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes draw {
  to {
    transform: scaleX(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes kenburns {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(18, 140, 126, 0.45);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(18, 140, 126, 0);
  }
}

.site-footer a {
  color: inherit;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--gold-bright);
}

.nav-toggle {
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-toggle:hover {
  background: var(--paper);
}

html.is-loading {
  overflow: hidden;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  background: var(--teal-deep);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__mark {
  position: relative;
  width: 118px;
  height: 118px;
}

.loader__mark img {
  position: absolute;
  inset: 18px;
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--gold);
}

.loader__ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(224, 194, 122, 0.22);
  border-top-color: var(--gold-bright);
  border-radius: 50%;
  animation: spin 1.1s linear infinite;
}

.loader__ring--inner {
  inset: 10px;
  border-width: 1px;
  animation-duration: 1.8s;
  animation-direction: reverse;
}

.loader__brand {
  margin: 0;
  font-family: var(--serif);
  letter-spacing: 0.18em;
  color: var(--gold-bright);
  font-size: 0.95rem;
}

.loader__brand span {
  display: block;
  text-align: center;
  letter-spacing: 0.32em;
  font-size: 0.68rem;
  color: #efe6d2;
  font-family: var(--sans);
}

.loader__text {
  margin: 0;
  color: #b7c7c4;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: pulse-text 1.2s ease-in-out infinite;
}

@keyframes pulse-text {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.js .reveal,
  .hero .kicker,
  .hero h1,
  .hero .lede,
  .hero-actions,
  .hero-card,
  .hero-card li,
  .hero .kicker::after,
  .page-hero .wrap > *,
  .hero__slide img,
  .wa,
  .loader__ring,
  .loader__text {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
