:root {
  color-scheme: light;
  --paper: #fbf8f4;
  --paper-2: #f4ece8;
  --paper-3: #eadbd7;
  --ink: #30262a;
  --ink-soft: #6f6064;
  --rose: #a85868;
  --rose-deep: #7c3f50;
  --rose-pale: #ead1d5;
  --gold: #b38b52;
  --gold-pale: #d7bc90;
  --line: rgba(82, 57, 63, .14);
  --white: #fffdfb;
  --shadow: 0 24px 70px rgba(84, 49, 58, .12);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--paper); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--white); background: var(--rose); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.accent { color: var(--rose); font-style: italic; font-weight: 400; }
.muted { color: var(--ink-soft); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(251, 248, 244, .9);
  backdrop-filter: blur(18px) saturate(125%);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(255, 253, 251, .95);
  box-shadow: 0 12px 42px rgba(70, 42, 49, .07);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid var(--gold);
  color: var(--rose-deep);
  background: rgba(255, 255, 255, .42);
  font: 500 16px/1 var(--serif);
  letter-spacing: .03em;
}
.brand-name { display: grid; gap: 1px; line-height: 1.15; }
.brand-name strong { font: 600 15px/1.2 var(--serif); letter-spacing: .06em; }
.brand-name em { color: var(--gold); font-size: 8px; font-style: normal; font-weight: 650; letter-spacing: .24em; text-transform: uppercase; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 42px); margin-left: auto; }
.nav a, .footer-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.nav a::after, .footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--rose);
  transition: right .25s ease;
}
.nav a:hover, .nav a:focus-visible, .footer-nav a:hover, .footer-nav a:focus-visible { color: var(--rose-deep); }
.nav a:hover::after, .nav a:focus-visible::after, .footer-nav a:hover::after, .footer-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(168, 88, 104, .26); outline-offset: 3px; }
.btn-primary { color: var(--white); background: var(--rose-deep); box-shadow: 0 12px 28px rgba(124, 63, 80, .18); }
.btn-primary:hover { background: #6e3545; box-shadow: 0 16px 34px rgba(124, 63, 80, .24); }
.btn-ghost { border-color: var(--line); color: var(--rose-deep); background: rgba(255, 255, 255, .45); }
.btn-ghost:hover { border-color: var(--rose); background: var(--white); }
.btn-sm { min-height: 40px; padding: 10px 17px; font-size: 9.5px; }
.btn-lg { min-height: 54px; padding: 15px 25px; }
.wa-ico {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}
.wa-ico::before { content: ""; position: absolute; left: 3px; top: 4px; width: 7px; height: 5px; border-left: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(-45deg); }
.wa-ico::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 5px; height: 5px; border-left: 1.5px solid currentColor; transform: rotate(-28deg); }
.wa-ico-lg { width: 22px; height: 22px; margin: 0; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.28), transparent 52%),
    var(--paper);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 auto auto;
  width: 43%;
  height: 100%;
  border-left: 1px solid rgba(179,139,82,.13);
  background: linear-gradient(150deg, #f3e6e3, #ead3d7 60%, #e4c9ce);
}
.hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); align-items: center; gap: clamp(54px, 8vw, 112px); }
.hero-copy { position: relative; z-index: 2; padding: 50px 0 78px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 {
  max-width: 760px;
  margin-bottom: 27px;
  font: 400 clamp(48px, 5.3vw, 76px)/1.03 var(--serif);
  letter-spacing: -.045em;
}
.lede { max-width: 660px; color: var(--ink-soft); font-size: clamp(16px, 1.45vw, 19px); line-height: 1.75; }
.lede strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 34px 0 39px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 670px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.hero-facts li { display: grid; gap: 2px; padding: 18px 18px 0 0; }
.hero-facts li + li { padding-left: 22px; border-left: 1px solid var(--line); }
.hero-facts strong { font: 500 16px/1.2 var(--serif); }
.hero-facts span { color: var(--ink-soft); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-portrait { position: relative; z-index: 2; width: min(100%, 430px); margin: auto auto 0; align-self: end; }
.portrait-frame {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(124,63,80,.2);
  border-bottom: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.9), transparent 33%),
    linear-gradient(160deg, #f7efed 0%, #e6cbd0 100%);
  box-shadow: var(--shadow);
}
.portrait-frame::before, .sobre-frame::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(179,139,82,.32);
  pointer-events: none;
}
.silhouette { width: 95%; max-height: 510px; margin-top: auto; filter: drop-shadow(0 20px 30px rgba(88,43,55,.12)); }
.portrait-tag {
  position: absolute;
  right: -14px;
  bottom: 25px;
  display: flex;
  align-items: center;
  max-width: 240px;
  padding: 11px 14px;
  border: 1px solid rgba(179,139,82,.32);
  background: rgba(255,253,251,.94);
  color: var(--ink-soft);
  box-shadow: 0 10px 28px rgba(70,42,49,.12);
  font-size: 10px;
  line-height: 1.35;
}
.portrait-tag .dot { width: 7px; height: 7px; flex: none; margin-right: 9px; border-radius: 50%; background: var(--rose); }
.blob { position: absolute; z-index: -1; display: block; border-radius: 46% 54% 60% 40%; pointer-events: none; filter: blur(.2px); }
.blob-a { top: -180px; left: -190px; width: 470px; height: 430px; background: rgba(234,209,213,.43); transform: rotate(25deg); }
.blob-b { right: 28%; bottom: 10%; width: 190px; height: 170px; border: 1px solid rgba(179,139,82,.22); transform: rotate(-20deg); }
.hero-strip {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 55px;
  padding: 12px 24px;
  overflow: hidden;
  color: rgba(255,253,251,.72);
  background: var(--rose-deep);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-strip .sep { color: var(--gold-pale); }

.section-head { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head h2, .sobre-copy h2, .contato-copy h2 {
  margin-bottom: 21px;
  font: 400 clamp(38px, 4.2vw, 58px)/1.08 var(--serif);
  letter-spacing: -.035em;
}
.section-sub { max-width: 610px; margin: auto; color: var(--ink-soft); font-size: 17px; }
.areas { background: var(--white); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 35px 31px 31px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card::after { content: ""; position: absolute; right: -48px; bottom: -58px; width: 130px; height: 130px; border-radius: 50%; background: rgba(234,209,213,.45); transition: transform .3s ease; }
.card:hover { transform: translateY(-6px); border-color: rgba(168,88,104,.35); box-shadow: var(--shadow); }
.card:hover::after { transform: scale(1.18); }
.card-ico { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 29px; border: 1px solid rgba(179,139,82,.42); color: var(--rose-deep); background: var(--white); }
.card-ico svg { width: 26px; height: 26px; }
.card h3, .step h3 { margin-bottom: 15px; font: 500 25px/1.2 var(--serif); }
.card p { position: relative; z-index: 1; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.card-link { position: relative; z-index: 1; margin-top: auto; color: var(--rose-deep); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.card-link:hover { color: var(--gold); }

.sobre { isolation: isolate; overflow: hidden; background: var(--paper-2); }
.sobre-grid { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.08fr); align-items: center; gap: clamp(58px, 9vw, 125px); }
.sobre-media { position: relative; width: min(100%, 450px); }
.sobre-frame { position: relative; display: flex; align-items: flex-end; min-height: 520px; overflow: hidden; border: 1px solid rgba(124,63,80,.17); background: linear-gradient(155deg, #fffaf7, #e7d2d4); box-shadow: var(--shadow); }
.silhouette-sm { width: 92%; max-height: 480px; margin: auto auto 0; }
.sobre-badge { position: absolute; left: 24px; bottom: 24px; padding: 8px 11px; color: var(--ink-soft); background: rgba(255,253,251,.88); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.sobre-seal { position: absolute; right: -38px; bottom: 58px; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid var(--gold); border-radius: 50%; color: var(--rose-deep); background: var(--paper); box-shadow: 0 12px 36px rgba(70,42,49,.12); }
.sobre-seal::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(179,139,82,.42); border-radius: inherit; }
.sobre-seal span { font: 500 25px/1 var(--serif); }
.sobre-copy > p:not(.eyebrow):not(.credential-note) { max-width: 650px; font-size: 16px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 31px 0; padding: 0; list-style: none; }
.pill-list li { padding: 8px 13px; border: 1px solid rgba(168,88,104,.2); border-radius: 999px; color: var(--rose-deep); background: rgba(255,255,255,.42); font-size: 10px; font-weight: 650; letter-spacing: .04em; }
.credential-note { max-width: 650px; padding: 13px 15px; border: 1px dashed rgba(168,88,104,.38); color: var(--ink-soft); background: rgba(255,255,255,.4); font-size: 11px; }
.tag-review { display: inline-block; margin-right: 6px; padding: 2px 6px; border-radius: 3px; color: #6a3442; background: #f2c8ce; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blob-c { right: -210px; top: -140px; width: 470px; height: 470px; background: rgba(255,255,255,.45); }

.atendimento { background: var(--white); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; top: 39px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-pale) 15%, var(--gold-pale) 85%, transparent); }
.step { position: relative; padding: 0 clamp(22px, 4vw, 55px); text-align: center; }
.step-num { position: relative; z-index: 2; display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 27px; border: 1px solid var(--gold-pale); border-radius: 50%; color: var(--rose-deep); background: var(--white); font: 500 18px/1 var(--serif); box-shadow: 0 0 0 10px var(--white); }
.step p { color: var(--ink-soft); font-size: 14px; }

.contato { isolation: isolate; overflow: hidden; background: var(--paper); }
.contato-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr); gap: clamp(48px, 8vw, 110px); padding: clamp(48px, 6vw, 82px); color: var(--white); background: var(--rose-deep); box-shadow: 0 32px 80px rgba(84,49,58,.18); }
.contato-card .eyebrow { color: var(--gold-pale); }
.contato-card .lede { color: rgba(255,253,251,.7); font-size: 16px; }
.contato-card .accent { color: #e5c08b; }
.contato-card .btn-primary { color: var(--rose-deep); background: var(--white); box-shadow: none; }
.contato-card .btn-primary:hover { background: #f6e8e5; }
.contato-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.contato-list li { display: grid; grid-template-columns: 39px 1fr; gap: 14px; align-items: center; min-width: 0; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contato-list li:last-child { border-bottom: 0; }
.ci { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(215,188,144,.42); color: var(--gold-pale); }
.ci svg { width: 19px; height: 19px; }
.contato-list div { display: grid; min-width: 0; }
.contato-list strong { color: var(--gold-pale); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contato-list a, .contato-list span { overflow-wrap: anywhere; color: rgba(255,253,251,.82); font-size: 13px; }
.contato-list a:hover { color: var(--white); }
.blob-d { left: -170px; bottom: -170px; width: 390px; height: 370px; background: rgba(234,209,213,.43); }

.site-footer { padding: 66px 0 25px; color: rgba(255,253,251,.72); background: #30262a; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1.15fr; align-items: start; gap: 55px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand .brand-mark { color: var(--gold-pale); background: transparent; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--white); font: 500 16px/1.25 var(--serif); }
.footer-brand div span { margin-top: 3px; color: rgba(255,253,251,.47); font-size: 9px; }
.footer-nav { display: flex; gap: 22px; padding-top: 12px; }
.footer-nav a { color: rgba(255,253,251,.56); font-size: 9px; }
.footer-compliance { margin: 0; color: rgba(255,253,251,.48); font-size: 10px; line-height: 1.7; }
.footer-base { display: flex; justify-content: space-between; gap: 24px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,253,251,.38); font-size: 9px; letter-spacing: .04em; }
.footer-oab { text-align: right; }
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; color: white; background: #316e57; box-shadow: 0 15px 35px rgba(34,78,61,.28); transition: transform .2s ease, box-shadow .2s ease; }
.wa-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 40px rgba(34,78,61,.34); }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.cards .reveal:nth-child(2), .steps .reveal:nth-child(2) { transition-delay: .08s; }
.cards .reveal:nth-child(3), .steps .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); gap: 46px; }
  h1 { font-size: clamp(45px, 6vw, 65px); }
  .portrait-frame { min-height: 480px; }
  .cards { gap: 12px; }
  .card { padding: 30px 24px 27px; }
  .sobre-grid { gap: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-compliance { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 74px; }
  .wrap { width: min(100% - 32px, 680px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 70px; }
  .nav { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .mobile-nav {
    display: grid;
    grid-template-rows: repeat(5, auto);
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    border-top: 0 solid var(--line);
    background: var(--white);
    opacity: 0;
    transition: max-height .3s ease, opacity .25s ease, padding .3s ease, border-width .3s ease;
  }
  .mobile-nav.is-open { max-height: 410px; padding: 12px 16px 20px; border-top-width: 1px; opacity: 1; }
  .mobile-nav > a:not(.btn) { padding: 12px 4px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
  .mobile-nav .btn { margin-top: 14px; }
  .hero { padding-top: 18px; }
  .hero::before { top: auto; bottom: 0; width: 100%; height: 42%; border: 0; border-top: 1px solid rgba(179,139,82,.15); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 65px 0 56px; }
  h1 { font-size: clamp(44px, 12vw, 64px); }
  .hero-portrait { width: min(92%, 430px); }
  .portrait-frame { min-height: 500px; }
  .hero-strip { justify-content: flex-start; overflow-x: hidden; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .sobre-grid { grid-template-columns: 1fr; gap: 65px; }
  .sobre-media { width: min(88%, 430px); margin: auto; }
  .steps { grid-template-columns: 1fr; gap: 38px; }
  .steps::before { top: 20px; bottom: 20px; left: 39px; right: auto; width: 1px; height: auto; }
  .step { display: grid; grid-template-columns: 78px 1fr; column-gap: 25px; padding: 0; text-align: left; }
  .step-num { grid-row: 1 / span 2; margin: 0; }
  .step h3 { margin: 7px 0 8px; }
  .step p { margin: 0; }
  .contato-card { grid-template-columns: 1fr; gap: 44px; padding: 45px 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .footer-nav { flex-wrap: wrap; padding: 0; }
}

@media (max-width: 520px) {
  .wrap { width: calc(100% - 24px); }
  .brand-name strong { font-size: 13px; }
  .hero-copy { padding-top: 48px; }
  h1 { font-size: clamp(39px, 12.5vw, 54px); }
  .lede { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { padding: 12px 0; }
  .hero-facts li + li { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .portrait-frame { min-height: 420px; }
  .portrait-tag { right: 10px; bottom: 14px; max-width: calc(100% - 20px); }
  .section-head { margin-bottom: 42px; }
  .section-head h2, .sobre-copy h2, .contato-copy h2 { font-size: 37px; }
  .sobre-media { width: calc(100% - 24px); }
  .sobre-frame { min-height: 430px; }
  .sobre-seal { right: -20px; width: 76px; height: 76px; }
  .step { grid-template-columns: 61px 1fr; column-gap: 18px; }
  .step-num { width: 61px; height: 61px; box-shadow: 0 0 0 7px var(--white); }
  .steps::before { left: 30px; }
  .contato-card { padding: 38px 22px; }
  .footer-base { align-items: flex-start; flex-direction: column; }
  .footer-oab { text-align: left; }
  .wa-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
