/* Additive UI refinement over brand-v2. Keep navigation and operations intact. */
html{scroll-behavior:auto}
[hidden]{display:none!important}
:is(.dashboard,.profile-layout,.grid,.finder,.form-actions)>*{min-width:0}
.dashboard :is(p,label,summary,h2,h3,a),.profile-card :is(h3,p,span),.profile-detail :is(h1,p){overflow-wrap:anywhere}
.cx-overview{padding:24px;grid-column:1/-1}.cx-overview h2{font-size:32px;margin-bottom:18px}
.cx-state-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.cx-state-card{min-width:0}.cx-state-label{font-size:13px;color:var(--color-text-muted);margin-bottom:8px}
.cx-state-card h3{font-family:var(--font-interface);font-size:22px;font-weight:600;line-height:1.35;margin-bottom:8px}
.cx-state-card p{margin-bottom:10px}.cx-state-icon{display:inline-block;min-width:1.4em;margin-right:5px}
.cx-overview-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.cx-overview>.text-link{display:inline-flex;align-items:center;min-height:44px}
.cx-checklist{margin:14px 0 0;border-top:1px solid var(--color-border);padding-top:10px}
.cx-checklist summary{min-height:44px;cursor:pointer;font-weight:500;padding:10px 0}
.cx-checklist ul{list-style:none;padding:0;margin:8px 0}.cx-checklist li{display:flex;align-items:center;gap:4px}.cx-checklist li a{min-height:44px;display:flex;align-items:center}
.cx-checklist .help{margin:10px 0}
.cx-save-feedback{margin-top:12px;padding:14px 16px;border:1px solid var(--color-border);border-radius:8px}
.cx-save-feedback strong{font-size:14px}.cx-save-feedback p{margin:6px 0 0}
.cx-save-feedback[data-state=saved]{border-color:var(--color-success);color:var(--color-success)}
.cx-save-feedback[data-state=error]{border-color:var(--color-error);color:var(--color-error);background:var(--color-error-surface)}
.cx-save-feedback[data-state=pending]{border-color:var(--brand-peach)}
.cx-save-feedback .help{color:var(--color-text-muted)}
.cx-field-group{border:0;border-top:1px solid var(--color-border);padding:20px 0 0;margin:24px 0 0;min-width:0}
.cx-field-group>legend{padding:0 10px 0 0;font-size:18px;font-weight:500;color:var(--color-text)}
.cx-field-kind{font-size:12px;font-weight:400;color:var(--color-text-muted)}
.cx-field-hint{margin:8px 0 0}.cx-field-error{font-size:14px;color:var(--color-error);margin:8px 0 0}
#profile-form [aria-invalid=true]{border-color:var(--color-error)}
#profile-form .cx-inline-save-state{display:block;margin-top:18px;padding:12px;border:1px solid var(--color-border);border-radius:8px;font-size:14px;color:var(--color-text-muted)}
#profile-form .cx-inline-save-state[data-state=saved]{color:var(--color-success)}
#profile-form .cx-inline-save-state[data-state=error]{color:var(--color-error)}
#profile-form :is(.check,.service-modes label){min-height:44px;align-items:center;padding-block:8px}
#profile-form .check input{flex-shrink:0}
#profile-form :is(.photo-order button,[data-remove-photo]){min-height:44px;cursor:pointer}
#profile-form .photo-item .photo-order button{min-height:44px}
#profile-form .photo-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:16px}
#profile-form .photo-item{max-width:340px;min-width:0}
#profile-form .photo-item img{width:100%;aspect-ratio:3/4;height:auto;object-fit:cover}
#profile-form .photo-order{display:flex;flex-wrap:wrap;gap:5px}
#profile-form .photo-order button{font-size:13px;padding:8px 10px;flex:1}
#profile-form .photo-order button[data-photo-cover]{flex:2}
.cx-empty-photos{padding:16px;border:1px dashed var(--color-border);border-radius:8px;color:var(--color-text-muted);font-size:14px}
.cx-upload-progress{width:100%;height:12px;accent-color:var(--brand-peach);margin:8px 0 16px}.cx-upload-progress[hidden]{display:none}
.contact-switch{flex-wrap:wrap}.contact-switch button{min-height:44px;white-space:normal}
.dashboard :is(.form-actions,.toolbar){flex-wrap:wrap}
.dashboard :is(input:not([type=checkbox]):not([type=hidden]),select,textarea){max-width:100%}
.dashboard-nav a{min-height:44px}
:is(#cx-overview,#apresentacao,#fotos,#controles,#cx-contact-settings,#phone,#resend){scroll-margin-top:20px}
.card-top h3{flex:1}.card-top>span{flex-shrink:0}.card-meta{flex-wrap:wrap}
.profile-card .card-info{min-width:0}.profile-card .card-info p{line-height:1.6}
.profile-detail .bio{line-height:1.75}
.gallery-dialog :is(button,.button),.candidate-dialog :is(button,.button){min-height:44px}
.mobile-contact .button{min-width:0;flex:1;white-space:normal}
.cx-blog nav a{min-height:44px;display:inline-flex;align-items:center}
@media(max-width:760px){
 .dashboard-nav{flex-wrap:wrap;overflow:visible;white-space:normal;gap:4px 14px}.dashboard-nav a{font-size:14px;border:0;padding:8px 0}
 .dashboard>aside .panel{padding:16px}.dashboard>aside .eyebrow{margin-bottom:8px}
 .cx-overview{padding:18px}.cx-overview h2{font-size:29px}
 .cx-state-grid{gap:16px}.cx-state-card h3{font-size:20px}
 .cx-overview-actions .button{flex:1 1 140px;padding:12px 14px}
 .cx-field-group{margin-top:20px}.cx-field-kind{display:block;margin-top:3px}
 .contact-switch button{flex:1 1 140px}
 .photo-item .photo-position{display:block;margin-bottom:6px}
 #profile-form .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 #profile-form .photo-order{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
 #profile-form .photo-order button{padding:8px 6px;min-width:0}
 #profile-form .photo-order button[data-photo-cover]{grid-column:1/-1;grid-row:1}
 .dashboard .section-heading{align-items:flex-start}
 .dashboard .panel{padding:18px}
 .dashboard .form-actions .button{flex:1 1 170px}
}
@media(max-width:420px){.cx-state-grid{grid-template-columns:minmax(0,1fr)}.cx-state-card+.cx-state-card{border-top:1px solid var(--color-border);padding-top:14px}.cx-save-feedback{padding:12px}.cx-overview h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Reading refinement: Outfit for the interface; outlined wordmarks stay unchanged. */
:root{--font-title:var(--font-interface)}
body{font-size:1rem}
.wrap :is(p,a),.cx-blog :is(p,a){overflow-wrap:anywhere}
:is(h1,h2,h3,.display),.cx-blog :is(h1,h2,h3),.card-top h3{font-family:var(--font-interface);font-weight:600;font-style:normal;letter-spacing:normal;line-height:1.2;overflow-wrap:anywhere}
:is(h1,h2,h3) em{font-style:normal;font-weight:inherit}
h1,.hero-search h1,.catalog-head h1,.profile-heading h1,.onboarding-intro h1,.auth-box h1{font-size:clamp(2rem,4vw,3rem);line-height:1.2}
h2,.onboarding-card h2,.onboarding-invite h2,.journey-grid h2,.cx-overview h2{font-size:clamp(1.5rem,2.5vw,2rem)}
.nav{min-height:64px;padding-block:8px}
.local-banner{font-size:.875rem;letter-spacing:normal;line-height:1.4;padding:6px 12px;white-space:normal;overflow-wrap:break-word}
.hero-search{grid-template-columns:minmax(0,1fr);padding:24px 0 8px;gap:0}
.hero-search h1{margin-bottom:10px}
.hero-search p{font-size:1rem;line-height:1.5;max-width:none;margin-bottom:16px}
.hero-search .search-reassurance{font-size:1rem;line-height:1.5;margin:0}
.finder,.hero-search .finder{padding:16px;margin-bottom:8px}
.finder label,.finder label small{font-size:1rem;line-height:1.4;min-height:0}
.finder label small{display:inline}
.finder-fields{gap:12px;margin-bottom:12px;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}
.finder :is(input,select){font-size:1rem;min-height:3rem;height:auto;padding:10px 12px}
select{color-scheme:dark}.cx-blog select{color-scheme:light}
.finder .button,.catalog-section .finder .button{font-size:1rem;min-height:3rem}
.hero-search .finder{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px 18px}
.hero-search .finder-fields{margin:0}.hero-search .finder .button{width:auto}
body.home #perfis.section{padding-top:8px}
body.home #perfis .section-heading{margin-bottom:14px}
body.home #perfis .section-heading h2{font-size:clamp(1.5rem,2.5vw,1.75rem);margin:0}
:is(.hero-search,.catalog-section,.dashboard,.onboarding-card,.auth-box) :is(label,.help,.message),.cx-field-kind,.cx-field-error,.cx-save-feedback strong,#profile-form .cx-inline-save-state{font-size:1rem}
input,select,textarea{font-size:1rem}
#profile-form input[type=file]{font-size:1rem;max-width:100%}
.cx-blog .cx-blog-hero-copy>p,.cx-blog .cx-blog-empty p,.cx-blog .cx-blog-search input{font-size:1rem}
@media(max-width:760px){
 h1,.hero-search h1,.catalog-head h1,.profile-heading h1,.onboarding-intro h1,.auth-box h1,.cx-blog .cx-blog-hero h1{font-size:clamp(1.875rem,8.4vw,2.25rem);line-height:1.2}
 .hero-search h1{font-size:clamp(1.75rem,8vw,2rem)}
 h2,.onboarding-card h2,.onboarding-invite h2,.journey-grid h2,.cx-overview h2,.cx-blog h2{font-size:clamp(1.5rem,6.5vw,1.75rem);line-height:1.2}
 .card-top h3{font-size:1.5rem}
 .nav{min-height:60px;padding-block:8px;gap:8px}
 .mobile-nav summary{font-size:1rem;min-height:44px;min-width:64px;padding:0 10px}
 .mobile-nav summary:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}
 .mobile-nav nav{top:50px;max-width:calc(100vw - 36px)}
 .mobile-nav nav a{font-size:1rem;min-height:44px;overflow-wrap:anywhere}
 .hero-search{padding:16px 0 4px}
 .hero-search .finder,.catalog-section .finder{grid-template-columns:minmax(0,1fr);padding:12px;gap:10px}
 .finder-fields{grid-template-columns:minmax(0,1fr);gap:10px}
 .hero-search .finder .button{width:100%}
 .hero-search p{margin-bottom:12px}
 .hero-search .search-reassurance{margin:0}
 .dashboard-nav a,#profile-form .photo-order button{font-size:1rem}
 .cx-blog :is(h1,h2,h3){overflow-wrap:anywhere}
}
