@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-vietnamese-wght-normal.CnvboYUG.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-ext-wght-normal.Ca2vKHc0.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-wght-normal.ukD16Tqj.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/archivo-vietnamese-wght-normal.XAtsl5Q_.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/archivo-latin-ext-wght-normal.C4zznr8T.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/archivo-latin-wght-normal.E0tuGl4L.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--verde: #1E332E;--grafite: #1F2226;--ouro: #D1B47A;--offwhite: #F5F6F8;--fonte-display: "Fraunces Variable", Georgia, serif;--fonte-corpo: "Archivo Variable", system-ui, sans-serif;--largura-texto: 68ch;--espaco-secao: clamp(4rem, 10vh, 7rem)}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{font-family:var(--fonte-corpo);background:var(--grafite);color:var(--offwhite);line-height:1.6}h1,h2,h3{font-family:var(--fonte-display);font-weight:560;line-height:1.12}h1{font-size:clamp(2.4rem,5.5vw,4.2rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}.eyebrow{font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;color:var(--ouro)}.hairline{border:0;border-top:1px solid color-mix(in srgb,var(--ouro) 55%,transparent)}section{padding-block:var(--espaco-secao)}.secao-clara{background:var(--offwhite);color:var(--grafite)}.secao-clara h2{color:var(--verde)}.container{max-width:72rem;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3rem)}.split{display:grid;min-height:100svh;grid-template-columns:1fr 1fr}.split>.foto{position:relative}.split>.foto img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.full-bleed{position:relative;isolation:isolate}.full-bleed>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.full-bleed:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,color-mix(in srgb,var(--grafite) 92%,transparent),color-mix(in srgb,var(--grafite) 84%,transparent) 55%,color-mix(in srgb,var(--grafite) 62%,transparent))}.btn-ouro{display:inline-block;background:var(--ouro);color:#000;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1rem 2rem;text-decoration:none;font-size:.9rem;text-align:center;border-radius:6px}.btn-verde{display:inline-block;background:var(--verde);color:var(--offwhite);font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1rem 2rem;text-decoration:none;font-size:.9rem;text-align:center;border-radius:6px;border:1px solid color-mix(in srgb,var(--ouro) 65%,transparent);transition:background .25s ease,color .25s ease}.btn-verde:hover,.btn-verde:focus-visible{background:var(--ouro);color:#000}.pulso{animation:pulso 2.4s ease-in-out infinite}@keyframes pulso{0%,to{box-shadow:0 0 color-mix(in srgb,var(--ouro) 45%,transparent)}50%{box-shadow:0 0 0 14px transparent}}@media(prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease var(--reveal-delay, 0s),transform .7s ease var(--reveal-delay, 0s)}.reveal.visivel{opacity:1;transform:none}hr.hairline.reveal{opacity:1;transform:scaleX(0);transform-origin:left;transition:transform .9s ease calc(var(--reveal-delay, 0s) + .15s)}hr.hairline.reveal.visivel{transform:scaleX(1)}}:focus-visible{outline:2px solid var(--ouro);outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pulso{animation:none}}@media(max-width:820px){.split{grid-template-columns:1fr;min-height:auto}.split>.foto{min-height:62svh}}.consent[data-astro-cid-2effgw6e]{position:fixed;z-index:1000;inset:auto 1rem 1rem;max-width:62rem;margin-inline:auto;padding:1rem 1.25rem;background:var(--offwhite);color:var(--grafite);border:1px solid var(--ouro);display:flex;gap:1.5rem;align-items:center;justify-content:space-between;box-shadow:0 8px 32px #0005}.consent[data-astro-cid-2effgw6e][hidden]{display:none}.consent[data-astro-cid-2effgw6e] strong[data-astro-cid-2effgw6e]{font-family:var(--fonte-display);font-size:1.2rem;color:var(--verde)}.consent[data-astro-cid-2effgw6e] p[data-astro-cid-2effgw6e]{margin-block:.25rem;max-width:64ch}.consent[data-astro-cid-2effgw6e] a[data-astro-cid-2effgw6e]{color:var(--verde)}.acoes[data-astro-cid-2effgw6e]{display:flex;gap:.6rem;flex-shrink:0}button[data-astro-cid-2effgw6e]{cursor:pointer;padding:.75rem 1rem;border:1px solid var(--verde);background:transparent;color:var(--verde);font:inherit;font-weight:600;border-radius:4px}button[data-astro-cid-2effgw6e].aceitar{background:var(--verde);color:#fff}@media(max-width:760px){.consent[data-astro-cid-2effgw6e]{flex-direction:column;align-items:stretch}.acoes[data-astro-cid-2effgw6e]{flex-direction:column-reverse}}footer[data-astro-cid-sz7xmlte]{background:var(--verde);padding-block:3rem 2rem}.linha[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem}.logo[data-astro-cid-sz7xmlte]{filter:brightness(0) invert(93%);height:auto}.creds[data-astro-cid-sz7xmlte]{display:grid;gap:.6rem;justify-items:end}.oab[data-astro-cid-sz7xmlte]{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--offwhite) 75%,transparent)}.insta[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem;color:var(--ouro);text-decoration:none;font-size:.9rem;letter-spacing:.04em}.insta[data-astro-cid-sz7xmlte]:hover{text-decoration:underline;text-underline-offset:4px}footer[data-astro-cid-sz7xmlte] .hairline[data-astro-cid-sz7xmlte]{margin-bottom:1.25rem;border-top-color:color-mix(in srgb,var(--ouro) 30%,transparent)}.legal[data-astro-cid-sz7xmlte]{font-size:.8rem;opacity:.7}.legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--ouro)}@media(max-width:820px){.linha[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start}.creds[data-astro-cid-sz7xmlte]{justify-items:start}}
