:root{--tinta:#0a1e33;--aco:#6b8aad;--nevoa:#eaf1f7;--branco:#fff;--ouro:#b8862b;--ouro-escuro:#8a6420;--linha:#dce7f2;--tinta-70:#33465b;--aco-escuro:#4d6d90;--serif:var(--font-lora),Georgia,"Times New Roman",serif;--sans:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--wrap:68rem;--wrap-narrow:46rem;--pad:clamp(1.15rem,5vw,2rem);--radius:12px;--shadow:0 1px 2px rgba(10,30,51,.04),0 8px 24px rgba(10,30,51,.06)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--sans);font-size:17px;line-height:1.7;color:var(--tinta);background:var(--branco);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media (min-width:48rem){body{font-size:18px}}h1,h2,h3,h4{font-family:var(--serif);color:var(--tinta);line-height:1.18;font-weight:600;letter-spacing:-.01em;margin:0 0 .5em;text-wrap:balance}h1{font-size:clamp(1.95rem,5.5vw,3rem)}h2{font-size:clamp(1.5rem,3.6vw,2.1rem)}h3{font-size:clamp(1.2rem,2.4vw,1.45rem)}p{margin:0 0 1.1em}strong{font-weight:650;color:var(--tinta)}a{color:var(--ouro-escuro);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--ouro)}sup{font-size:.68em;color:var(--aco-escuro)}img,svg{max-width:100%;height:auto;display:block}:focus-visible{outline:3px solid var(--ouro);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--tinta);color:#fff;padding:.75rem 1.25rem;z-index:100;border-radius:0 0 8px 0}.skip-link:focus{left:0;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}.narrow{max-width:var(--wrap-narrow)}.section{padding-block:clamp(2.75rem,7vw,5rem)}.section--mist{background:var(--nevoa)}main{display:block}.eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--aco-escuro);margin:0 0 .9rem}.lede{font-size:1.15rem;line-height:1.6;color:var(--tinta-70)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;padding:.85rem 1.6rem;font-family:var(--sans);font-size:1.05rem;font-weight:600;line-height:1.2;border-radius:999px;text-decoration:none;cursor:pointer;border:1.5px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .05s ease}.btn:active{transform:translateY(1px)}.btn--gold{background:var(--ouro);color:#fff;box-shadow:0 6px 18px rgba(184,134,43,.28)}.btn--gold:hover{background:var(--ouro-escuro);color:#fff}.btn--ink{background:var(--tinta);color:#fff}.btn--ink:hover{background:#06263f;color:#fff}.btn--ghost{background:transparent;color:var(--tinta);border-color:var(--linha)}.btn--ghost:hover{border-color:var(--aco);color:var(--tinta)}.btn--lg{min-height:60px;font-size:1.15rem;padding:1rem 2rem}.btn--block{display:flex;width:100%}.cta-row{display:flex;flex-wrap:wrap;gap:.9rem 1.1rem;align-items:center;margin-top:1.5rem}.cta-alt{color:var(--tinta-70);font-size:1rem}.cta-alt a{font-weight:600;white-space:nowrap}.prose{max-width:var(--wrap-narrow)}.prose h2{margin-top:2.4em}.prose h3{margin-top:1.8em}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose ol,.prose ul{margin:0 0 1.2em;padding-left:1.3em}.prose li{margin-bottom:.55em}.prose li::marker{color:var(--aco)}.prose hr{border:0;border-top:1px solid var(--linha);margin:2.4rem 0}.callout{background:var(--nevoa);border-radius:var(--radius);padding:clamp(1.1rem,3vw,1.75rem);margin:1.5rem 0}.callout h2{font-size:clamp(1.2rem,2.4vw,1.45rem)}.prose .callout h2{margin-top:0}.grid{display:grid;grid-gap:1.1rem;gap:1.1rem}@media (min-width:40rem){.grid--2{grid-template-columns:1fr 1fr}}@media (min-width:52rem){.grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:#fff;border:1px solid var(--linha);border-radius:var(--radius);padding:1.4rem 1.4rem 1.5rem}.card h3{font-size:1.2rem;margin-bottom:.4rem}.card p:last-child{margin-bottom:0}.card__link{display:inline-block;margin-top:.5rem;font-weight:600;font-size:.98rem}.door{border-left:3px solid var(--aco)}.door h3{color:var(--tinta)}.facts{list-style:none;padding:0;margin:0;display:grid;grid-gap:1rem;gap:1rem}.facts li{padding-left:1.6rem;position:relative}.facts li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;background:var(--ouro);border-radius:50%}.steps{list-style:none;counter-reset:step;padding:0;margin:0;display:grid;grid-gap:1.1rem;gap:1.1rem}.steps li{counter-increment:step;position:relative;padding-left:3.2rem}.steps li:before{content:counter(step);position:absolute;left:0;top:-.1rem;width:2.3rem;height:2.3rem;display:grid;place-items:center;background:var(--tinta);color:#fff;border-radius:50%;font-family:var(--serif);font-weight:600}.figure{margin:2rem 0;border:1px solid var(--linha);border-radius:var(--radius);background:#fff;padding:.5rem;overflow-x:auto}.figure img{margin-inline:auto}.figure figcaption{font-size:.92rem;color:var(--aco-escuro);padding:.5rem .75rem .25rem;text-align:center}.refs{margin-top:2.5rem;border-top:1px solid var(--linha);padding-top:1.25rem}.refs summary{cursor:pointer;font-weight:600;font-family:var(--sans);color:var(--tinta);list-style:none;display:flex;align-items:center;gap:.5rem;padding:.4rem 0}.refs summary::-webkit-details-marker{display:none}.refs summary:before{content:"›";color:var(--aco);font-size:1.3rem;transition:transform .15s ease}.refs[open] summary:before{transform:rotate(90deg)}.refs ol{font-size:.92rem;color:var(--tinta-70);line-height:1.55;margin-top:.75rem}.refs li{margin-bottom:.6rem}.video-slot{display:flex;align-items:center;gap:.7rem;border:1px dashed var(--linha);border-radius:var(--radius);padding:.85rem 1.1rem;color:var(--aco-escuro);font-size:.9rem;background:var(--nevoa);margin:1.5rem 0}.video-embed{margin:2rem auto;max-width:340px}.video-embed__frame{position:relative;aspect-ratio:9/16;border-radius:var(--radius);overflow:hidden;background:var(--tinta);box-shadow:var(--shadow)}.video-embed__frame iframe,.video-embed__poster{position:absolute;inset:0;width:100%;height:100%;border:0}.video-embed__poster{display:block}.video-embed__poster img{width:100%;height:100%;object-fit:cover}.video-embed__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:hsla(0,0%,100%,.94);box-shadow:0 6px 20px rgba(10,30,51,.35);display:grid;place-items:center;transition:background-color .15s ease,transform .15s ease}.video-embed__play:before{content:"";width:0;height:0;margin-left:6px;border-left:21px solid var(--tinta);border-top:13px solid transparent;border-bottom:13px solid transparent}.video-embed__poster:focus-visible .video-embed__play,.video-embed__poster:hover .video-embed__play{background:var(--branco);transform:translate(-50%,-50%) scale(1.06)}@media (prefers-reduced-motion:reduce){.video-embed__play{transition:none}.video-embed__poster:focus-visible .video-embed__play,.video-embed__poster:hover .video-embed__play{transform:translate(-50%,-50%)}}.video-embed figcaption{font-size:.92rem;color:var(--aco-escuro);text-align:center;padding-top:.65rem;line-height:1.5}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:saturate(1.4) blur(8px);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--linha)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px}.brand{display:flex;flex-direction:column;text-decoration:none;line-height:1.1}.brand__name{font-family:var(--serif);font-weight:600;font-size:1.15rem;color:var(--tinta)}.brand__role{font-size:.72rem;color:var(--aco-escuro);letter-spacing:.02em}.nav-toggle{display:inline-flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--linha);border-radius:8px;padding:.55rem .8rem;min-height:44px;font-family:var(--sans);font-size:.95rem;color:var(--tinta);cursor:pointer}.nav{display:none}.nav ul{list-style:none;margin:0;padding:0}.nav--open{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--linha);box-shadow:var(--shadow)}.nav--open ul{list-style:none;margin:0;padding:.5rem var(--pad) 1rem;display:grid;grid-gap:.15rem;gap:.15rem}.nav a{display:block;padding:.7rem .5rem;color:var(--tinta);text-decoration:none;font-weight:500;border-radius:8px;min-height:44px}.nav a:hover,.nav a[aria-current=page]{background:var(--nevoa);color:var(--tinta)}.nav .btn{margin-top:.5rem}@media (min-width:68rem){.nav-toggle{display:none}.nav,.nav--open{position:static;gap:.2rem;background:none;border:0;box-shadow:none}.nav,.nav ul,.nav--open{display:flex;align-items:center}.nav ul{gap:.05rem;padding:0}.nav a{padding:.5rem .6rem;font-size:.9rem;min-height:auto}.nav .btn,.nav a{white-space:nowrap}.nav .btn{margin:0 0 0 .6rem;min-height:44px}}.site-footer{background:var(--tinta);color:#cdd9e6;margin-top:4rem;padding-block:clamp(2.5rem,6vw,3.5rem);font-size:.95rem;line-height:1.65}.site-footer a{color:#fff}.site-footer__grid{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:48rem){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr}}.site-footer h2{color:#fff;font-family:var(--sans);font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.9rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.45rem}.site-footer__name{font-family:var(--serif);font-size:1.25rem;color:#fff;margin-bottom:.3rem}.site-footer__legal{margin-top:2.25rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.14);font-size:.85rem;color:#9fb3c9}.hero{padding-block:clamp(2rem,6vw,4rem)}.hero__grid{display:grid;grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:center}@media (min-width:54rem){.hero__grid{grid-template-columns:1.15fr .85fr}}.hero__photo{background:var(--nevoa);aspect-ratio:4/5;object-fit:cover;object-position:center top}.hero__photo,.photo{border-radius:var(--radius);box-shadow:var(--shadow);width:100%}.photo{display:block;max-width:22rem;height:auto;margin:2rem auto}.photo--sm{max-width:15rem}@media (min-width:54rem){.hero__photo{max-width:26rem;margin-left:auto}.sobre-intro{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:start}.sobre-intro .sobre-photo{margin:0 0 0 auto}}.hero__sub{color:var(--aco-escuro);font-weight:600;font-size:.98rem;margin-bottom:.35rem}.hero__credentials{color:var(--tinta-70);font-size:1rem;margin-bottom:1.4rem}.page-head{padding-block:clamp(2rem,5vw,3.25rem) 0}.page-head .eyebrow{margin-bottom:.6rem}.subtitle{color:var(--tinta-70);font-size:1.05rem}.subtitle strong{color:var(--tinta)}.crosslinks{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.25rem 0}.crosslinks a{display:inline-flex;align-items:center;gap:.4rem;background:var(--nevoa);color:var(--tinta);border:1px solid var(--linha);border-radius:999px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;min-height:40px}.crosslinks a:hover{border-color:var(--aco)}.faq-item{border-top:1px solid var(--linha);padding:1.25rem 0}.faq-item:last-child{border-bottom:1px solid var(--linha)}.faq-item h3,.faq-item h4{font-size:1.12rem;margin-bottom:.4rem}.faq-item p:last-child{margin-bottom:0}[id]{scroll-margin-top:calc(64px + 1.25rem)}.page-toc{margin:0 0 2rem;padding:1rem 1.25rem 1.1rem;background:var(--nevoa);border:1px solid var(--linha);border-radius:var(--radius)}.page-toc__label{font-family:var(--sans);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:700;color:var(--aco-escuro);margin:0 0 .35rem}.page-toc ul{list-style:none;margin:0;padding:0}.page-toc li{margin:0}.page-toc a{display:flex;align-items:center;min-height:44px;padding:.35rem 0;color:var(--tinta);font-size:.97rem;line-height:1.4;text-decoration:none}.page-toc a:focus-visible,.page-toc a:hover{color:var(--ouro-escuro);text-decoration:underline}@media (min-width:42rem){.page-toc ul{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1.75rem;column-gap:1.75rem}}.section-backlink{margin:2.25rem 0 0;padding-top:1.1rem;border-top:1px solid var(--linha);font-size:.95rem;color:var(--aco-escuro)}.address-block{display:grid;grid-gap:.35rem;gap:.35rem}.map-embed{margin-top:1.5rem;border:1px solid var(--linha);border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9}.map-embed iframe{width:100%;height:100%;border:0;display:block}.timeline{list-style:none;margin:1.5rem 0 2.5rem;padding:0}.timeline li{display:grid;grid-template-columns:7.5rem 1fr;grid-gap:.5rem 1.25rem;gap:.5rem 1.25rem;padding:.9rem 0;border-top:1px solid var(--linha)}.timeline li:last-child{border-bottom:1px solid var(--linha)}.timeline__year{font-family:var(--serif);font-weight:600;color:var(--ouro-escuro);font-size:.98rem}.timeline__text{color:var(--tinta-70)}@media (max-width:32rem){.timeline li{grid-template-columns:1fr;gap:.15rem}}.disclaimer{margin-top:2.5rem;font-size:.88rem;color:var(--aco-escuro);font-style:italic;border-top:1px solid var(--linha);padding-top:1.25rem}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.site-header__tel{display:inline-flex;align-items:center;gap:.4rem;margin-left:auto;padding:.45rem .6rem;border-radius:8px;min-height:44px;text-decoration:none;color:var(--tinta);font-weight:600;font-size:1rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.site-header__tel svg{width:17px;height:17px;fill:var(--ouro);flex:none}.site-header__tel:focus-visible,.site-header__tel:hover{background:var(--nevoa)}.nav-toggle,.site-header__tel{flex:none}.brand__name{white-space:nowrap}@media (min-width:68rem){.site-header__tel{display:none}}@media (max-width:47.99rem){.site-header__inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"marca menu" "tel   menu";align-items:center;grid-column-gap:.6rem;column-gap:.6rem;grid-row-gap:0;row-gap:0}.brand{grid-area:marca}.site-header__tel{grid-area:tel;margin-left:0;justify-self:start;padding-inline:0}.nav-toggle{grid-area:menu}.brand__role{display:none}}.site-footer__tel{font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wa-fab{position:fixed;z-index:40;right:max(.9rem,env(safe-area-inset-right,0px));bottom:calc(.9rem + env(safe-area-inset-bottom, 0px));width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--tinta);color:var(--branco);box-shadow:0 2px 6px rgba(10,30,51,.18),0 10px 24px rgba(10,30,51,.16);transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.wa-fab svg{width:23px;height:23px;fill:currentColor;display:block}.wa-fab:focus-visible,.wa-fab:hover{background:var(--ouro-escuro)}.wa-fab[data-oculto=true]{opacity:0;transform:translateY(8px);pointer-events:none}@media (prefers-reduced-motion:reduce){.wa-fab{transition:none}}