:root{
  --bg:#FBFAF7;          
  --surface:#F2EFE9;     
  --white:#FFFFFF;
  --ink:#20231F;         
  --muted:#6B6E66;       
  --accent:#2C2C2C;      
  --accent-deep:#1E1E1E; 
  --sage:#7C8B7A;        
  --border:#DED9D0;      
  --on-accent:#FBFAF7;   
  --on-accent-muted:#DED9D0;
  --maxw:1092px;
  --gutter:64px;         
  --radius-sm:2px;
  --radius-md:4px;
  --font-head:'Newsreader',Georgia,serif;          
  --font-headings:var(--font-head);                
  --font-body:'Inter',system-ui,sans-serif;        
}
#ps-site *{margin:0;padding:0;box-sizing:border-box}
#ps-site{scroll-behavior:smooth}
#ps-site{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:clip;font-feature-settings:"blwf","cv03","cv04","cv09","cv11"}
#ps-site img{display:block;max-width:100%}
#ps-site a{color:inherit;text-decoration:none}
#ps-site button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
#ps-site ul, #ps-site ol{list-style:none}
#ps-site h1, #ps-site h2, #ps-site h3{font-family:var(--font-head);font-weight:300;color:var(--ink);text-wrap:balance}
#ps-site h1{font-size:70px;line-height:1;letter-spacing:-0.03em}
#ps-site h2{font-size:48px;line-height:1.06;letter-spacing:-0.025em}
#ps-site h3{font-size:25px;line-height:1.2;letter-spacing:-0.012em}
#ps-site .container{width:min(var(--maxw),calc(100% - (var(--gutter) * 2)));margin-inline:auto}


#ps-site .eyebrow{font-family:var(--font-body);font-size:12px;font-weight:600;line-height:16.2px;letter-spacing:.11em;text-transform:uppercase;color:var(--accent)}
#ps-site .lead{font-size:18px;line-height:1.7;color:var(--muted)}
#ps-site .body-muted{font-size:16px;line-height:1.7;color:var(--muted)}
#ps-site .body-ink{font-size:16px;line-height:1.7;color:var(--ink)}
#ps-site .small{font-size:14px;line-height:1.55;color:var(--muted)}
#ps-site .ic{display:block;flex-shrink:0;width:17px;height:17px}


#ps-site .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:54px;padding:0 20px;border-radius:var(--radius-sm);font-size:15px;font-weight:600;line-height:15px;letter-spacing:-0.01em;white-space:nowrap;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}
#ps-site .btn:hover{transform:translateY(-1px)}
#ps-site .btn-primary{background:var(--accent);color:var(--on-accent)}
#ps-site .btn-primary:hover{background:var(--accent-deep)}
#ps-site .btn-outline{box-shadow:inset 0 0 0 1px var(--border);color:var(--accent);font-weight:500;line-height:18px;padding:0 18px}
#ps-site .btn-outline:hover{background:var(--surface)}
#ps-site .btn-light{background:var(--bg);color:var(--accent);font-weight:500;line-height:18px;height:52px}
#ps-site .btn-light:hover{background:var(--surface)}
#ps-site .btn-ghost-light{box-shadow:inset 0 0 0 1px var(--on-accent);color:var(--on-accent);height:52px;padding:0 18px}
#ps-site .btn-ghost-light:hover{background:rgba(251,250,247,.08)}
#ps-site .link-arrow{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:500;line-height:18px;letter-spacing:-0.01em;color:var(--accent);transition:gap .2s ease}
#ps-site .link-arrow .ic{width:18px;height:18px}
#ps-site .link-arrow:hover{gap:14px}


#ps-site .site-header{background:var(--bg);box-shadow:inset 0 -1px 0 var(--border);position:relative;z-index:20}
#ps-site .rail{height:36px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;padding:0 32px}
#ps-site .rail-label{font-size:12px;font-weight:600;line-height:16.2px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}
#ps-site .rail-phone{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500;line-height:18px;letter-spacing:-0.01em;color:var(--accent)}
#ps-site .rail-phone .ic{width:15px;height:15px}
#ps-site .nav-row{height:82px;display:flex;align-items:center;gap:24px;padding:0 32px}
#ps-site .brand{display:flex;align-items:center;gap:12px;margin-right:auto}
#ps-site .brand-mark{position:relative;flex-shrink:0;width:34px;height:34px;border-radius:50%;box-shadow:inset 0 0 0 1px var(--accent)}
#ps-site .brand-mark i{position:absolute;left:50%;height:1px;background:var(--accent);transform:translateX(-50%)}
#ps-site .brand-mark i:first-child{top:14px;width:12px}
#ps-site .brand-mark i:last-child{top:19px;width:6px}
#ps-site .brand-text{display:flex;flex-direction:column;font-feature-settings:normal}
#ps-site .brand-name{font-family:var(--font-head);font-size:23px;font-weight:300;line-height:23px;letter-spacing:-0.02em;text-transform:uppercase;color:var(--ink)}
#ps-site .brand-sub{margin-top:1px;font-size:9px;font-weight:600;line-height:10.8px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
#ps-site .nav-links{display:flex;align-items:center;gap:24px}
#ps-site .nav-links a{font-size:15px;font-weight:500;line-height:18px;letter-spacing:-0.01em;color:var(--ink);transition:transform .2s ease,color .2s ease}
#ps-site .nav-links a:hover{transform:translateY(-1px);color:var(--accent)}
#ps-site .btn-nav{height:48px}
#ps-site .menu-toggle{display:none;width:48px;height:48px;border-radius:var(--radius-sm);box-shadow:inset 0 0 0 1px var(--border);align-items:center;justify-content:center;color:var(--ink)}
#ps-site .menu-toggle svg{width:22px;height:22px}
#ps-site .menu-toggle .i-close{display:none}
#ps-site .site-header.menu-open .menu-toggle .i-menu{display:none}
#ps-site .site-header.menu-open .menu-toggle .i-close{display:block}
#ps-site .mobile-panel{display:none}


#ps-site .hero{background:var(--bg);padding:72px 0 112px}
#ps-site .hero-grid{display:grid;grid-template-columns:432fr 604fr;gap:56px;align-items:start}
#ps-site .hero-copy h1{margin-top:26px;max-width:760px}
#ps-site .hero-copy .lead{margin-top:26px;max-width:610px}
#ps-site .hero-actions{margin-top:26px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}
#ps-site .trust-card{margin-top:26px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--border);border-radius:var(--radius-md);padding:17px 18px 16px}
#ps-site .trust-row{display:flex;align-items:flex-start;gap:18px}
#ps-site .monograms{display:flex}
#ps-site .mono{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 2px var(--bg);font-size:12px;font-weight:600;line-height:16.2px;letter-spacing:.11em;text-transform:uppercase;padding-left:.11em}
#ps-site .mono + .mono{margin-left:-12px}
#ps-site .mono-a{background:var(--surface);color:var(--accent)}
#ps-site .mono-b{background:var(--border);color:var(--sage)}
#ps-site .mono-c{background:var(--surface);color:var(--muted)}
#ps-site .mono-d{background:var(--border);color:var(--accent)}
#ps-site .rating{padding-top:1px}
#ps-site .stars{display:flex;gap:3px;color:var(--accent)}
#ps-site .stars svg{width:13px;height:13px}
#ps-site .rating p{margin-top:3px;font-size:14px;line-height:1.55;color:var(--ink)}
#ps-site .trust-card > .small{margin-top:13px}
#ps-site .hero-media .img-frame{height:816px}
#ps-site .hero-media figcaption{margin-top:12px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
#ps-site .img-frame{border-radius:var(--radius-md);overflow:hidden;background:var(--surface)}
#ps-site .img-frame img{width:100%;height:100%;object-fit:cover;object-position:center}


#ps-site .band{padding:112px 0;background:var(--bg)}
#ps-site .band-xl{padding:136px 0}
#ps-site .band-sand{background:var(--surface)}
#ps-site .split{display:grid;grid-template-columns:343fr 685fr;gap:64px;align-items:start}
#ps-site .split-head h2{margin-top:20px}
#ps-site .split-head h2 + p{margin-top:20px}
#ps-site .rule-list{box-shadow:inset 0 1px 0 var(--border)}


#ps-site .route{display:grid;grid-template-columns:44px 1fr 20px;column-gap:24px;align-items:start;padding:26px 0;box-shadow:inset 0 -1px 0 var(--border);transition:background-color .2s ease}
#ps-site .route:hover{background:var(--surface)}
#ps-site .route .eyebrow{line-height:16.2px}
#ps-site .route p{margin-top:8px}
#ps-site .route .ic{width:20px;height:20px;color:var(--accent);transition:transform .2s ease}
#ps-site .route:hover .ic{transform:translateX(3px)}


#ps-site .chapters-grid{display:grid;grid-template-columns:425fr 595fr;gap:72px;align-items:start}
#ps-site .chapters-media .img-frame{height:520px}
#ps-site .chapters-media figcaption{margin-top:18px}
#ps-site .chapters-copy h2, #ps-site .chapters-copy .lead, #ps-site .chapter-list{margin-top:28px}
#ps-site .chapters-copy h2, #ps-site .chapters-copy .lead{max-width:620px}
#ps-site .chapter{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 14px;box-shadow:inset 0 -1px 0 var(--border);transition:background-color .2s ease}
#ps-site .chapter:hover{background:var(--surface)}
#ps-site .chapter .ic{width:20px;height:20px;color:var(--accent);transition:transform .2s ease}
#ps-site .chapter:hover .ic{transform:translateX(3px)}


#ps-site .compare-head{display:grid;grid-template-columns:600fr 428fr;gap:64px;align-items:end}
#ps-site .compare-head h2{margin-top:18px}
#ps-site .compare-cards{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
#ps-site .compare-card{padding:32px;border-radius:var(--radius-sm);box-shadow:inset 0 0 0 1px var(--border)}
#ps-site .card-paper{background:var(--bg)}
#ps-site .card-sand{background:var(--surface)}
#ps-site .compare-card h3, #ps-site .compare-card .body-ink, #ps-site .compare-card .card-rule, #ps-site .compare-card .small{margin-top:22px}
#ps-site .card-rule{height:1px;background:var(--border)}
#ps-site .compare-note{margin-top:40px}


#ps-site .attorney-grid{display:grid;grid-template-columns:340fr 680fr;gap:72px;align-items:center}
#ps-site .attorney-photo{height:520px}
#ps-site .attorney-copy h2, #ps-site .attorney-copy .lead{max-width:650px;margin-top:22px}
#ps-site .attorney-copy .card-rule{margin-top:22px}
#ps-site .facts{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:36px}
#ps-site .facts .body-ink{margin-top:8px}
#ps-site .attorney-copy .link-arrow{display:flex;width:fit-content;margin-top:36px}  
#ps-site .attorney-copy .small{margin-top:36px}


#ps-site .step{display:grid;grid-template-columns:44px 1fr;column-gap:24px;padding:28px 0;box-shadow:inset 0 -1px 0 var(--border)}
#ps-site .step .body-ink{margin-top:8px}


#ps-site .res-head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px}
#ps-site .res-head h2{margin-top:16px}
#ps-site .res-head .link-arrow{margin-bottom:14px;flex-shrink:0}
#ps-site .res-grid{margin-top:42px;display:grid;grid-template-columns:1.4fr 1fr;gap:27px;align-items:start}
#ps-site .res-feature .img-frame{height:360px}
#ps-site .res-feature .eyebrow, #ps-site .res-feature h3, #ps-site .res-feature .body-muted{margin-top:20px}
#ps-site .res-item{display:block;padding:24px 0;box-shadow:inset 0 -1px 0 var(--border);transition:background-color .2s ease}
#ps-site .res-item h3{margin-top:10px}
#ps-site .res-feature:hover h3, #ps-site .res-item:hover h3{color:var(--accent)}
#ps-site .res-feature h3, #ps-site .res-item h3{transition:color .2s ease}


#ps-site .split-standards{grid-template-columns:428fr 600fr}
#ps-site .standard{display:grid;grid-template-columns:42px 1fr;column-gap:24px;padding:24px 0;box-shadow:inset 0 -1px 0 var(--border)}


#ps-site .faq-item{background:var(--bg);padding:28px 32px;box-shadow:inset 0 -1px 0 var(--border)}
#ps-site .faq-q{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:28px;text-align:left;cursor:pointer;white-space:normal}
#ps-site .faq-q:focus-visible{outline:1px solid var(--accent);outline-offset:6px}
#ps-site .faq-q h3{flex:1}
#ps-site .faq-q svg{width:22px;height:22px;color:var(--accent);flex-shrink:0}
#ps-site .faq-q svg .v{transition:opacity .25s ease}
#ps-site .faq-item.open .faq-q svg .v{opacity:0}
#ps-site .faq-a{display:grid;grid-template-rows:1fr;transition:grid-template-rows .35s cubic-bezier(.22,1,.36,1)}
#ps-site .faq-a > div{overflow:hidden}
#ps-site .faq-a p{padding-top:16px}
#ps-site.js .faq-item:not(.open) .faq-a{grid-template-rows:0fr}


#ps-site .cta-band{background:var(--accent);color:var(--on-accent);padding:112px 0}
#ps-site .cta-grid{display:grid;grid-template-columns:425fr 595fr;gap:72px;align-items:start}
#ps-site .cta-band .eyebrow{color:var(--on-accent)}
#ps-site .cta-band h2{margin-top:19px;color:var(--on-accent)}
#ps-site .cta-band .lead{color:var(--on-accent);max-width:580px}
#ps-site .cta-actions{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px}
#ps-site .cta-note{margin-top:22px;max-width:600px;font-size:14px;line-height:1.55;color:var(--on-accent-muted)}


#ps-site .site-footer{background:var(--surface);padding:72px 0 35px}
#ps-site .footer-grid{display:grid;grid-template-columns:402fr 241fr 321fr;gap:64px}
#ps-site .footer-brand{font-family:var(--font-head);font-size:30px;font-weight:300;line-height:1.05;letter-spacing:-0.02em;color:var(--ink)}
#ps-site .footer-tag{margin-top:14px}
#ps-site .footer-city{margin-top:14px}
#ps-site .footer-links{margin-top:12px;display:flex;flex-direction:column;gap:11px}
#ps-site .footer-links a{font-size:15px;font-weight:500;line-height:19px;letter-spacing:-0.01em;color:var(--ink);transition:color .2s ease}
#ps-site .footer-links a:hover{color:var(--accent)}
#ps-site .footer-contact{margin-top:13px}
#ps-site .footer-contact + .footer-links{margin-top:11px}
#ps-site .footer-hours{margin-top:12px}
#ps-site .footer-bottom{margin-top:48px;padding-top:24px;box-shadow:inset 0 1px 0 var(--border);display:flex;justify-content:space-between;align-items:flex-start}
#ps-site .footer-bottom > .small{max-width:650px}
#ps-site .footer-bottom-right{display:flex;align-items:center;gap:20px;flex-shrink:0}
#ps-site .footer-bottom a{font-size:14px;line-height:1.55;color:var(--ink)}


#ps-site.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}
#ps-site.js .reveal.visible{opacity:1;transform:none}
#ps-site.js .scale-in{opacity:0;transform:scale(.97);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}
#ps-site.js .scale-in.visible{opacity:1;transform:none}
#ps-site .d1{transition-delay:.08s}
#ps-site .d2{transition-delay:.16s}
#ps-site .d3{transition-delay:.24s}
#ps-site .d4{transition-delay:.32s}
@media (prefers-reduced-motion:reduce){#ps-site.js .reveal, #ps-site.js .scale-in{opacity:1;transform:none;transition:none}}



@media (max-width:1199px){
  #ps-site .rail{display:none}
  #ps-site .nav-row{height:76px;padding:0 22px}
  #ps-site .brand-name{font-size:20px;line-height:20px}
  #ps-site .brand-sub{display:none}
  #ps-site .nav-links, #ps-site .btn-nav{display:none}
  #ps-site .menu-toggle{display:inline-flex}
  #ps-site .mobile-panel{padding:0 22px 24px}
  #ps-site .site-header.menu-open .mobile-panel{display:block}
  #ps-site .mobile-panel a.m-link{display:flex;align-items:center;gap:10px;height:52px;font-size:15px;font-weight:500;line-height:18px;letter-spacing:-0.01em;color:var(--ink);box-shadow:inset 0 -1px 0 var(--border)}
  #ps-site .mobile-panel a.m-call{color:var(--accent);box-shadow:none}
  #ps-site .mobile-panel a.m-call .ic{color:var(--accent)}
  #ps-site .mobile-panel .btn{width:100%;height:52px}

  #ps-site .hero-grid, #ps-site .split, #ps-site .split-standards, #ps-site .chapters-grid, #ps-site .compare-head, #ps-site .res-grid, #ps-site .cta-grid{grid-template-columns:1fr}
}


@media (min-width:810px) and (max-width:1199px){
  :root{--gutter:36px}
  #ps-site .container{width:calc(100% - (var(--gutter) * 2))}  
  #ps-site h1{font-size:54px;line-height:1.04;letter-spacing:-0.025em}
  #ps-site h2{font-size:38px;line-height:1.1;letter-spacing:-0.02em}
  #ps-site h3{font-size:24px;line-height:1.22;letter-spacing:-0.012em}

  #ps-site .hero{padding:64px 0 88px}
  #ps-site .hero-grid{gap:40px}
  #ps-site .hero-actions{flex-direction:row;flex-wrap:wrap;align-items:center}
  #ps-site .trust-card{width:400px;max-width:100%;padding:16px 16px 15px}
  #ps-site .hero-media .img-frame{height:480px}

  #ps-site .band, #ps-site .band-xl, #ps-site .cta-band{padding:96px 0}
  #ps-site .split{gap:40px}

  #ps-site .chapters-grid{gap:48px}
  #ps-site .chapters-media .img-frame{height:460px}

  #ps-site .compare-head{gap:24px}
  #ps-site .compare-card{padding:28px}

  #ps-site .attorney-grid{grid-template-columns:1fr 2fr;gap:44px}
  #ps-site .attorney-photo{height:460px}
  #ps-site .facts{grid-template-columns:1fr;gap:20px}

  #ps-site .step{grid-template-columns:42px 1fr;column-gap:26px}

  #ps-site .res-head{gap:0}
  #ps-site .res-grid{gap:40px}
  #ps-site .res-feature .img-frame{height:400px}

  #ps-site .cta-grid{gap:40px}

  #ps-site .site-footer{padding:64px 0 32px}
  #ps-site .footer-grid{gap:36px}
}


@media (max-width:809px){
  :root{--gutter:22px}
  #ps-site h1{font-size:40px;line-height:1.08;letter-spacing:-0.02em}
  #ps-site h2{font-size:31px;line-height:1.14;letter-spacing:-0.015em}
  #ps-site h3{font-size:22px;line-height:1.24;letter-spacing:-0.01em}
  #ps-site .lead{font-size:16px;line-height:1.65}
  #ps-site .body-muted, #ps-site .body-ink{line-height:1.65}

  #ps-site .hero{padding:48px 0 72px}
  #ps-site .compare-cards, #ps-site .attorney-grid, #ps-site .footer-grid{grid-template-columns:1fr}
  #ps-site .hero-grid{gap:36px}
  #ps-site .hero-copy h1, #ps-site .hero-copy .lead, #ps-site .hero-actions, #ps-site .trust-card{margin-top:22px}
  #ps-site .hero-actions{align-items:stretch}
  #ps-site .hero-actions .btn{width:100%}
  #ps-site .trust-card{padding:14px}
  #ps-site .trust-card > .small{margin-top:10px}
  #ps-site .trust-row{flex-direction:column;gap:11px}
  #ps-site .mono{width:34px;height:34px}
  #ps-site .mono + .mono{margin-left:-9px}
  #ps-site .hero-media .img-frame{height:432px}
  #ps-site .hero-media figcaption{flex-direction:column;gap:4px}

  #ps-site .band, #ps-site .band-xl, #ps-site .cta-band{padding:72px 0}
  #ps-site .split{gap:36px}
  #ps-site .route{grid-template-columns:32px 1fr 20px;column-gap:14px;padding:26px 0 22px}

  #ps-site .chapters-grid{gap:36px}
  #ps-site .chapters-media .img-frame{height:346px}
  #ps-site .chapters-copy h2, #ps-site .chapters-copy .lead, #ps-site .chapter-list{margin-top:28px}
  #ps-site .chapter{padding:20px 8px}

  #ps-site .compare-head{gap:22px}
  #ps-site .compare-cards{margin-top:32px;gap:12px}
  #ps-site .compare-card{padding:24px}
  #ps-site .compare-note{margin-top:32px}

  #ps-site .attorney-grid{gap:36px}
  #ps-site .attorney-photo{height:432px}
  #ps-site .facts{grid-template-columns:1fr;gap:19px}

  #ps-site .step{grid-template-columns:42px 1fr;column-gap:16px;padding:28px 0 20px}
  #ps-site .standard{grid-template-columns:42px 1fr;column-gap:16px;padding:24px 0}

  #ps-site .res-head{flex-direction:column;align-items:flex-start;gap:32px}
  #ps-site .res-head .link-arrow{margin-bottom:0}
  #ps-site .res-grid{margin-top:46px;gap:36px}
  #ps-site .res-feature .img-frame{height:260px}

  #ps-site .faq-item{padding:28px 32px}

  #ps-site .cta-grid{gap:32px}
  #ps-site .cta-actions{flex-direction:column}
  #ps-site .cta-actions .btn{width:100%}

  #ps-site .site-footer{padding:56px 0 28px}
  #ps-site .footer-grid{gap:32px}
  #ps-site .footer-bottom{margin-top:36px;flex-direction:column;align-items:flex-start;gap:18px}
  #ps-site .footer-bottom-right{flex-direction:column;align-items:flex-start;gap:8px}
}


#ps-site .img-frame img{width:100% !important;height:100% !important;max-width:100% !important}


#ps-site .hero--fullbleed{--accent-soft:var(--on-accent-muted);position:relative;overflow:hidden;padding:0;min-height:724px;display:flex;align-items:center;background:var(--ink)}
#ps-site .hero--fullbleed .hero-bgphoto{position:absolute;inset:0;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover;object-position:70% center;z-index:0}
#ps-site .hero--fullbleed::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,
  rgba(0,0,0,.95) 0%,rgba(0,0,0,.84) 26%,rgba(0,0,0,.52) 48%,rgba(0,0,0,.12) 68%,rgba(0,0,0,.30) 100%)}
#ps-site .hero--fullbleed .hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,640px);justify-content:start;padding-top:84px;padding-bottom:96px}

#ps-site .hero--fullbleed h1{color:#FFFFFB;margin-top:22px}
#ps-site .hero--fullbleed h1 b{color:var(--accent-soft);font-weight:inherit}
#ps-site .hero--fullbleed .hero-lead{color:rgba(255,255,251,.85);margin-top:24px}
#ps-site .hero--fullbleed .eyebrow{color:rgba(255,255,251,.88);display:flex;align-items:center;gap:10px}
#ps-site .hero--fullbleed .eyebrow .dot{display:inline-block;flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--accent-soft)}
#ps-site .hero--fullbleed .hero-cta{margin-top:32px}

#ps-site .hero h1{text-wrap:wrap;text-wrap:pretty}
@media (min-width:1025px) and (max-width:1440px){
  #ps-site .hero.hero--fullbleed{min-height:640px}
  #ps-site .hero--fullbleed .hero-bgphoto{object-position:74% center}
}
@media (max-width:768px){
  
  #ps-site .hero.hero--fullbleed{display:block;min-height:auto;padding:0;background:var(--ink)}
  #ps-site .hero--fullbleed::before{display:none}
  #ps-site .hero--fullbleed picture{display:block;line-height:0;position:relative;margin:0}
  #ps-site .hero--fullbleed picture::after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;pointer-events:none;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 45%,rgba(0,0,0,.85) 76%,#000000 100%)}
  #ps-site .hero--fullbleed .hero-bgphoto{position:static;display:block !important;width:100% !important;height:auto !important;aspect-ratio:10/11;object-fit:cover;object-position:center top;margin:0}
  
  #ps-site .hero--fullbleed .hero-inner{padding:0 0 52px;margin-top:-96px}
}


#ps-site .chapter.has-body{align-items:flex-start}
#ps-site .chapter-body p{margin-top:8px;max-width:500px}
#ps-site .chapter.has-body .ic{margin-top:6px}

#ps-site .img-tagged{position:relative}
#ps-site .img-tag{position:absolute;left:16px;bottom:16px;z-index:1;padding:8px 12px;background:var(--bg);border-radius:var(--radius-sm);box-shadow:inset 0 0 0 1px var(--border)}

#ps-site .split-head .split-media{margin-top:32px}
#ps-site .split-head .split-media .img-frame{height:240px}

#ps-site .pull-quote{margin-top:36px;font-family:var(--font-head);font-style:italic;font-weight:300;font-size:32px;line-height:1.25;letter-spacing:-0.012em;color:var(--ink);max-width:560px}
#ps-site .pull-quote::before{content:"";display:block;width:56px;height:1px;margin-bottom:20px;background:linear-gradient(90deg,var(--accent),rgba(0,0,0,0))}

#ps-site .band-sand .faq-item{background:var(--surface)}

#ps-site .footer-credit a{text-decoration:underline;text-underline-offset:3px}

#ps-site .whatsapp-float{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25D366;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(0,0,0,0.18),0 2px 8px rgba(37,211,102,0.32);z-index:999;transition:transform .25s ease}
#ps-site .whatsapp-float:hover{transform:scale(1.06)}
#ps-site .whatsapp-float svg{width:32px;height:32px;fill:currentColor}
@media (max-width:809px){
  #ps-site .pull-quote{font-size:30px;line-height:1.25}
  #ps-site .split-head .split-media .img-frame{height:220px}
  #ps-site .chapter-body p{max-width:none}
  #ps-site .img-tag{left:12px;bottom:12px}
}
@media (max-width:640px){
  #ps-site .whatsapp-float{width:54px;height:54px;bottom:18px;right:18px}
  #ps-site .whatsapp-float svg{width:28px;height:28px}
}


@media (min-width:810px){ #ps-site .hero--fullbleed h1{line-height:1.05} }
@media (min-width:1025px) and (max-width:1919px){ #ps-site .hero--fullbleed h1{font-size:56px} }
@media (min-width:810px) and (max-width:1024px){ #ps-site .hero--fullbleed h1{font-size:44px} }

@media (max-width:640px){ #ps-site .hero--fullbleed h1{font-size:34px} }

@media (min-width:1200px){ #ps-site .faq .split-head h2{font-size:44px;text-wrap:wrap;text-wrap:pretty} }


@media (min-width:1200px){ #ps-site .brand-sub{font-size:12px;line-height:14px} }
@media (min-width:1920px){
  #ps-site .eyebrow, #ps-site .rail-label{font-size:13px}
  #ps-site .small, #ps-site .cta-note, #ps-site .footer-bottom a{font-size:15px}
  #ps-site .brand-sub{font-size:13px;line-height:15px}
}


@media (max-width:1024px){ #ps-site .hero--fullbleed .hero-lead{text-wrap:wrap;text-wrap:pretty} }
@media (min-width:769px) and (max-width:1024px){
  #ps-site .hero--fullbleed .hero-inner{grid-template-columns:minmax(0,min(640px,calc(60vw - 24px)))}
  #ps-site .hero--fullbleed .hero-bgphoto{object-position:60% center}
}

@media (max-width:768px){
  #ps-site .hero--fullbleed .hero-inner{justify-content:center}
  #ps-site .hero--fullbleed .hero-copy{text-align:center}
  #ps-site .hero--fullbleed .eyebrow{justify-content:center}
  #ps-site .hero--fullbleed h1{margin-top:16px}
  #ps-site .hero--fullbleed .hero-lead{margin-top:16px;margin-inline:auto}
  #ps-site .hero--fullbleed .hero-cta{margin-top:24px;gap:10px}
}

@media (min-width:641px) and (max-width:768px){
  #ps-site .hero--fullbleed .hero-bgphoto{max-height:max(400px,68vh) !important;max-height:max(400px,68svh) !important}
  #ps-site .hero--fullbleed .hero-cta{flex-direction:row;flex-wrap:wrap;justify-content:center}
  #ps-site .hero--fullbleed .hero-cta .btn{width:auto}
}

@media (max-width:640px){
  #ps-site .hero--fullbleed h1{line-height:1.05}
  #ps-site .hero--fullbleed .hero-lead{line-height:1.5}
  #ps-site .hero--fullbleed .hero-cta{align-items:center}
  #ps-site .hero--fullbleed .hero-cta .btn-ghost-light{width:auto}
}

@media (max-width:809px){
  #ps-site .band, #ps-site .cta-band, #ps-site .site-footer{text-align:center}
  #ps-site .band p, #ps-site .cta-band p, #ps-site .site-footer p{text-wrap:pretty}  
  #ps-site .route, #ps-site .step, #ps-site .standard{display:flex;flex-direction:column;align-items:center;gap:10px}
  #ps-site .chapter, #ps-site .chapter.has-body{flex-direction:column;align-items:center;justify-content:center;gap:12px}
  #ps-site .chapter.has-body .ic{margin-top:0}
  #ps-site .faq-q{flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}
  #ps-site .faq-q h3{flex:none}
  #ps-site .chapters-copy h2, #ps-site .chapters-copy .lead, #ps-site .attorney-copy h2, #ps-site .attorney-copy .lead, #ps-site .cta-band .lead, #ps-site .cta-note, #ps-site .pull-quote{margin-inline:auto}
  #ps-site .pull-quote::before{margin-left:auto;margin-right:auto}
  #ps-site .attorney-copy .link-arrow{margin-inline:auto}
  
  #ps-site .attorney-photo{width:100%;max-width:346px;margin-inline:auto}
  #ps-site .footer-links, #ps-site .footer-bottom, #ps-site .footer-bottom-right{align-items:center}
  #ps-site .footer-bottom > .small{margin-inline:auto}
}

@media (max-width:640px){
  #ps-site .faq-item{padding:24px 20px}
}


#ps-site .brand-logo{display:block !important;flex-shrink:0;width:auto !important;height:32px !important;max-width:none !important}
@media (max-width:1199px){ #ps-site .brand-logo{height:26px !important} }

#ps-site.js .reveal.d1, #ps-site.js .scale-in.d1{transition-delay:.08s}
#ps-site.js .reveal.d2, #ps-site.js .scale-in.d2{transition-delay:.16s}
#ps-site.js .reveal.d3, #ps-site.js .scale-in.d3{transition-delay:.24s}
#ps-site.js .reveal.d4, #ps-site.js .scale-in.d4{transition-delay:.32s}

#ps-site .nav-links a, #ps-site .footer-links a{text-decoration-line:underline;text-decoration-thickness:1px;text-decoration-color:transparent;text-underline-offset:4px;transition:transform .2s ease,text-decoration-color .2s ease}
#ps-site .nav-links a:hover, #ps-site .footer-links a:hover, #ps-site .nav-links a:focus-visible, #ps-site .footer-links a:focus-visible{color:var(--ink);text-decoration-color:currentColor}

#ps-site .btn .ic{transition:transform .2s ease}
#ps-site .btn:not([href^="mailto:"]):hover .ic{transform:translateX(3px)}

@media (prefers-reduced-motion:reduce){
  #ps-site *, #ps-site *::before, #ps-site *::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;transition-delay:0s !important;scroll-behavior:auto !important}
}

@media (min-width:1200px){
  #ps-site .rail, #ps-site .nav-row{padding-inline:max(var(--gutter),calc((100% - var(--maxw)) / 2))}
}

#ps-site .site-header{position:sticky !important;top:0;z-index:50}
#ps-site .site-header.menu-open .mobile-panel{max-height:calc(100svh - 76px);overflow-y:auto}
#ps-site section[id], #ps-site footer[id]{scroll-margin-top:90px}

#ps-site .site-header{background:#000000 !important;box-shadow:inset 0 -1px 0 rgba(255,255,255,.12) !important}
#ps-site .site-header .brand-name{color:#FFFFFF}
#ps-site .site-header .brand-sub{color:rgba(255,255,255,.72)}
#ps-site .site-header .nav-links a, #ps-site .site-header .nav-links a:hover, #ps-site .site-header .nav-links a:focus-visible{color:#FFFFFF}
#ps-site .site-header .btn-nav, #ps-site .site-header .mobile-panel .btn{background:#FFFFFF !important;color:#000000 !important;box-shadow:none}
#ps-site .site-header .btn-nav:hover, #ps-site .site-header .mobile-panel .btn:hover{background:var(--border) !important;color:#000000 !important}
#ps-site .site-header .menu-toggle{color:#FFFFFF;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
#ps-site .site-header .mobile-panel a.m-link{color:#FFFFFF;box-shadow:inset 0 -1px 0 rgba(255,255,255,.14)}
#ps-site .site-header .mobile-panel a.m-call, #ps-site .site-header .mobile-panel a.m-call .ic{color:#FFFFFF;box-shadow:none}

#ps-site .cta-card-band{background:var(--bg) !important;padding:96px 0}
#ps-site .cta-card{position:relative;isolation:isolate;overflow:hidden;border-radius:16px;min-height:440px;display:flex;align-items:center;justify-content:center;text-align:center;padding:72px 40px}
#ps-site .cta-card-bg{position:absolute !important;inset:0;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover;object-position:center;z-index:-2}
#ps-site .cta-card::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.72))}
#ps-site .cta-card-body{max-width:680px;margin-inline:auto}
#ps-site .cta-card .eyebrow{color:rgba(255,255,255,.85)}
#ps-site .cta-card h2{margin-top:16px;color:#FFFFFF}
#ps-site .cta-card .lead{margin:18px auto 0;color:rgba(255,255,255,.9);max-width:620px}
#ps-site .cta-card .cta-actions{justify-content:center;margin-top:28px}
#ps-site .cta-card .cta-note{margin:20px auto 0;color:rgba(255,255,255,.72)}
@media (max-width:809px){#ps-site .cta-card-band{padding:64px 0}#ps-site .cta-card{padding:56px 22px;min-height:0;border-radius:12px}#ps-site .cta-card .cta-actions .btn{width:100%}}

#ps-site .site-footer{background:#000000 !important}
#ps-site .site-footer, #ps-site .site-footer p, #ps-site .site-footer a, #ps-site .site-footer .eyebrow, #ps-site .site-footer .body-muted, #ps-site .site-footer .body-ink, #ps-site .site-footer .small, #ps-site .site-footer .footer-brand, #ps-site .footer-links a, #ps-site .footer-links a:hover, #ps-site .footer-bottom a{color:#FFFFFF !important}
#ps-site .footer-bottom{box-shadow:inset 0 1px 0 rgba(255,255,255,.18) !important}
#ps-site .footer-logo{display:block;height:40px !important;width:auto !important;margin-bottom:18px}
@media (max-width:809px){#ps-site .footer-logo{margin-inline:auto}}

@media (min-width:1200px){#ps-site .faq .split{align-items:start}#ps-site .faq .split-head{position:sticky;top:114px;align-self:start}}

#ps-site .cta-card-band{padding:72px 0}
#ps-site .cta-card{min-height:0;padding:52px 48px}
#ps-site .cta-card-body{max-width:820px}
#ps-site .cta-card h2{margin-top:12px}
#ps-site .cta-card .lead{max-width:760px;margin-top:14px}
#ps-site .cta-card .cta-actions{margin-top:22px}
#ps-site .cta-card .cta-note{margin-top:14px;max-width:none}
#ps-site .site-footer{padding:104px 0 48px !important}
#ps-site .footer-logo{height:52px !important;margin-bottom:22px}
#ps-site .footer-brand{font-size:36px}
#ps-site .footer-tag, #ps-site .footer-contact{font-size:17px;line-height:1.65}
#ps-site .site-footer .eyebrow{font-size:14px}
#ps-site .footer-links{gap:14px;margin-top:16px}
#ps-site .footer-links a{font-size:17px;line-height:22px}
#ps-site .footer-hours, #ps-site .footer-bottom .small, #ps-site .footer-bottom a{font-size:15px !important}
#ps-site .footer-grid{gap:80px}
#ps-site .footer-bottom{margin-top:64px;padding-top:28px}
@media (max-width:809px){#ps-site .cta-card{padding:44px 22px}#ps-site .site-footer{padding:72px 0 40px !important}#ps-site .footer-grid{gap:44px}}

#ps-site .compare-cards{align-items:stretch !important}
#ps-site .compare-card{display:flex;flex-direction:column;background:#000000 !important;box-shadow:none !important}
#ps-site .compare-card .card-rule{margin-top:auto !important;background:rgba(255,255,255,.22)}
#ps-site .compare-card .card-rule + .small{margin-top:20px}
@media (min-width:810px){#ps-site .compare-card .card-rule + .small{min-height:3.1em}}
#ps-site .compare-card .body-ink{margin-bottom:28px}
#ps-site .compare-card, #ps-site .compare-card .eyebrow, #ps-site .compare-card h3, #ps-site .compare-card p, #ps-site .compare-card .small, #ps-site .compare-card .body-ink{color:#FFFFFF !important}

#ps-site .footer-brandmark{display:inline-flex !important;margin-right:0}
#ps-site .footer-brandmark .brand-logo{height:32px !important}
#ps-site .footer-brandmark .brand-sub{display:block !important;font-size:12px;line-height:14px}
#ps-site .footer-brandmark .brand-name, #ps-site .footer-brandmark .brand-sub{color:#FFFFFF !important}
@media (max-width:809px){#ps-site .footer-brandmark{justify-content:center}}

#ps-site .route{grid-template-columns:10px 1fr 20px !important;column-gap:22px !important}
#ps-site .route-dot{width:8px;height:8px;border-radius:50%;background:var(--ink);margin-top:13px}
@media (min-width:810px){#ps-site .situacoes .split-head{box-shadow:inset 0 1px 0 var(--border);padding-top:30px}}

#ps-site .svc-head{max-width:720px}
#ps-site .svc-head h2, #ps-site .svc-head .lead{margin-top:24px}
#ps-site .svc-grid{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
#ps-site .svc-card{display:flex;flex-direction:column;background:var(--surface);border-radius:14px;overflow:hidden;margin:0}
#ps-site .svc-media{aspect-ratio:3/2;overflow:hidden;background:var(--border)}
#ps-site .svc-media img{width:100% !important;height:100% !important;object-fit:cover;display:block}
#ps-site .svc-body{display:flex;flex-direction:column;flex:1;padding:24px 22px 26px}
#ps-site .svc-rule{height:1px;background:var(--ink)}
#ps-site .svc-card h3{margin-top:20px;font-family:var(--font-body);font-weight:600;font-size:22px;line-height:1.2;letter-spacing:-.005em;text-transform:uppercase;color:var(--ink)}
#ps-site .svc-sub{margin-top:12px;font-size:15px;line-height:1.5;color:var(--muted)}
#ps-site .svc-desc{margin-top:12px;font-size:16px;line-height:1.6;color:var(--ink)}
#ps-site .svc-link{margin-top:auto;padding-top:28px;display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:500;color:var(--ink);align-self:flex-start}
#ps-site .svc-link .ic{width:18px;height:18px;transition:transform .2s ease}
#ps-site .svc-link:hover .ic{transform:translateX(3px)}
#ps-site .svc-card--image{position:relative;min-height:320px}
#ps-site .svc-card--image img{position:absolute !important;inset:0;width:100% !important;height:100% !important;object-fit:cover}
#ps-site .svc-card--image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.7))}
#ps-site .svc-image-label{position:absolute;left:22px;right:22px;bottom:24px;z-index:1;display:flex;flex-direction:column;gap:6px}
#ps-site .svc-image-label .eyebrow{color:#FFFFFF;font-size:14px}
#ps-site .svc-image-city{font-family:var(--font-head);font-size:26px;font-weight:300;line-height:1.15;color:#FFFFFF}
@media (max-width:1023px){#ps-site .svc-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:809px){#ps-site .svc-grid{grid-template-columns:1fr;gap:18px;margin-top:40px}#ps-site .svc-card--image{min-height:260px}#ps-site .svc-card h3{font-size:20px}#ps-site .svc-head{text-align:center;margin-inline:auto}#ps-site .svc-body{text-align:left}}

#ps-site .situacoes .rule-list{box-shadow:none !important}
#ps-site .situacoes .route:first-child{box-shadow:inset 0 1px 0 var(--border),inset 0 -1px 0 var(--border)}
#ps-site .situacoes-extra{margin-top:16px}
@media (min-width:810px){#ps-site .situacoes .split{align-items:stretch !important}#ps-site .situacoes .split-head{box-shadow:inset 0 1px 0 var(--border),inset 0 -1px 0 var(--border) !important;padding-bottom:0}}

@media (min-width:810px){
  #ps-site .attorney-grid{align-items:stretch !important}
  #ps-site .attorney-photo{height:auto !important;min-height:460px}
  #ps-site .attorney-photo img{width:100% !important;height:100% !important;object-fit:cover;object-position:center 20%}
}

@media (min-width:1200px){#ps-site .attorney-grid{grid-template-columns:460fr 600fr !important;gap:64px !important}}
@media (min-width:810px){#ps-site .attorney-copy .link-arrow{margin-top:28px}}

#ps-site .diferenciais{background:var(--surface) !important}
#ps-site .work-head{max-width:700px;margin-inline:auto;text-align:center}
#ps-site .work-head h2, #ps-site .work-head .body-muted{margin-top:20px}
#ps-site .work-stage{position:relative;margin-top:64px;padding:40px 0 20px}
#ps-site .work-cards{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:flex-start}
#ps-site .work-card{position:relative;flex:0 0 36%;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;background:#FFFFFF;border-radius:18px;padding:32px 30px 34px;box-shadow:0 0 0 7px rgba(255,255,255,.55),0 18px 40px rgba(0,0,0,.07)}
#ps-site .work-card--1{transform:rotate(-5deg);margin-top:40px;z-index:1}
#ps-site .work-card--2{transform:rotate(7deg);margin-left:-4%;z-index:2}
#ps-site .work-card--3{transform:rotate(-3deg);margin-left:-4%;margin-top:48px;z-index:1}
#ps-site .work-num{font-family:var(--font-body);font-size:72px;font-weight:400;line-height:1;color:var(--ink)}
#ps-site .work-text h3{font-family:var(--font-body);font-size:24px;font-weight:500;line-height:1.2;color:var(--ink)}
#ps-site .work-text p{margin-top:10px;font-size:16px;line-height:1.55;color:var(--muted)}
#ps-site .work-wire{position:absolute;z-index:3;color:var(--ink);pointer-events:none}
#ps-site .work-wire--1{width:220px;left:27%;top:6px}
#ps-site .work-wire--2{width:200px;left:58%;top:52%}
@media (max-width:1023px){#ps-site .work-card{min-height:320px;padding:26px 24px 28px}#ps-site .work-num{font-size:56px}#ps-site .work-text h3{font-size:21px}#ps-site .work-wire{display:none}}
@media (max-width:809px){#ps-site .work-cards{flex-direction:column;align-items:center;gap:22px}#ps-site .work-card{flex:none;width:100%;max-width:420px;min-height:250px;margin:0 !important}#ps-site .work-card--1{transform:rotate(-2deg)}#ps-site .work-card--2{transform:rotate(2deg)}#ps-site .work-card--3{transform:rotate(-1.5deg)}#ps-site .work-stage{margin-top:40px;padding:10px 0}}

@media (min-width:1024px){
#ps-site .work-card{flex:0 0 34.5%;padding-right:34px}
#ps-site .work-card--1{transform:rotate(-4deg);z-index:1}
#ps-site .work-card--2{transform:rotate(6deg);margin-left:-2%;z-index:2}
#ps-site .work-card--3{transform:rotate(-3deg);margin-left:-2%;z-index:3}
#ps-site .work-wire--1{left:26%;top:0}
#ps-site .work-wire--2{left:59%;top:20%}
}

@media (min-width:1024px){#ps-site .work-wire--2{left:62%;top:-4%;width:170px}}
@media (min-width:1200px){
  #ps-site .processo .split{align-items:stretch !important}
  #ps-site .processo .rule-list{display:flex;flex-direction:column}
  #ps-site .processo .step{flex:1;align-content:center}
}

#ps-site .work-card{border-radius:0 !important}
#ps-site .cta-card{border-radius:0 !important}
#ps-site .processo .img-frame{border-radius:0 !important}
#ps-site .attorney-photo, #ps-site .attorney-photo img{border-radius:0 !important}
#ps-site .hero--fullbleed{background:#000000 !important}

@media (min-width:1200px){
  #ps-site .nav-row{display:grid !important;grid-template-columns:1fr auto 1fr;align-items:center}
  #ps-site .nav-row .brand{justify-self:start;margin-right:0}
  #ps-site .nav-row .btn-nav{justify-self:end}
}

#ps-site .svc-card, #ps-site .svc-card--image, #ps-site .compare-card, #ps-site .work-card, #ps-site .cta-card, #ps-site .img-frame, #ps-site .processo .img-frame, #ps-site .attorney-photo, #ps-site .attorney-photo img, #ps-site .img-tag, #ps-site .chapters-media .img-frame{border-radius:3px !important}
#ps-site .svc-media{border-radius:3px 3px 0 0}

:root{--bg:#FFFFFF}
#ps-site, #ps-site .band, #ps-site .band-sand, #ps-site .diferenciais, #ps-site .cta-card-band, #ps-site .faq-item{background:#FFFFFF !important}
#ps-site .work-card{box-shadow:0 0 0 1px var(--border),0 18px 40px rgba(0,0,0,.08) !important}

#ps-site .svc-head{margin-inline:auto !important;text-align:center !important}
#ps-site .svc-head .lead{margin-inline:auto}
#ps-site .svc-body{text-align:center !important;align-items:center}
#ps-site .svc-rule{align-self:stretch}
#ps-site .svc-link{align-self:center !important}
#ps-site .svc-image-label{align-items:center;text-align:center}

#ps-site .attorney-copy .link-arrow{display:inline-flex !important;align-items:center;gap:10px;background:#000000;color:#FFFFFF !important;padding:13px 20px;border-radius:3px;font-weight:500;text-decoration:none}
#ps-site .attorney-copy .link-arrow .ic{color:#FFFFFF}
#ps-site .attorney-copy .link-arrow:hover{background:#2C2C2C}

#ps-site .work-media{margin:18px 0 22px;aspect-ratio:3/2;overflow:hidden;border-radius:3px;background:var(--border)}
#ps-site .work-media img{width:100% !important;height:100% !important;object-fit:cover;display:block}
#ps-site .work-card{justify-content:flex-start !important}
#ps-site .work-num{font-size:56px}
@media (min-width:1024px){#ps-site .work-card--2, #ps-site .work-card--3{margin-left:-.5% !important}#ps-site .work-card{padding-right:40px}}

#ps-site .work-card{background:#000000 !important;box-shadow:0 18px 40px rgba(0,0,0,.18) !important;padding-top:30px !important}
#ps-site .work-media{margin:0 0 24px !important;aspect-ratio:5/4}
#ps-site .work-text h3{color:#FFFFFF !important}
#ps-site .work-text p{color:rgba(255,255,255,.8) !important}

#ps-site #about{background:#000000 !important}
#ps-site #about .eyebrow, #ps-site #about h2, #ps-site #about .body-ink, #ps-site #about .pull-quote{color:#FFFFFF !important}
#ps-site #about .lead, #ps-site #about .body-muted{color:rgba(255,255,255,.78) !important}
#ps-site #about .card-rule{background:rgba(255,255,255,.22) !important}
#ps-site #about .pull-quote::before{background:linear-gradient(90deg,#FFFFFF,rgba(255,255,255,0)) !important}
#ps-site #about .attorney-copy .link-arrow{background:#FFFFFF !important;color:#000000 !important}
#ps-site #about .attorney-copy .link-arrow .ic{color:#000000 !important}
#ps-site #about .attorney-copy .link-arrow:hover{background:#DED9D0 !important}

#ps-site .svc-card{background:#000000 !important}
#ps-site .svc-rule{background:rgba(255,255,255,.35) !important}
#ps-site .svc-card h3, #ps-site .svc-desc, #ps-site .svc-link, #ps-site .svc-link .ic{color:#FFFFFF !important}
#ps-site .svc-sub{color:rgba(255,255,255,.7) !important}

#ps-site .processo .step > .eyebrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#000000;color:#FFFFFF !important;font-size:13px;letter-spacing:.04em;line-height:1;padding:0}
#ps-site .processo .step{grid-template-columns:40px 1fr !important;align-items:start}
@media (max-width:809px){#ps-site .processo .step > .eyebrow{margin-inline:auto}}

@media (max-width:1199px){#ps-site .site-header .brand-sub{display:block !important;font-size:10px;line-height:12px;letter-spacing:.12em}}

@media (max-width:1199px){
  #ps-site .site-header .mobile-panel{position:absolute;left:0;right:0;top:100%;background:#000000;z-index:49;box-shadow:0 18px 30px rgba(0,0,0,.35);max-height:calc(100svh - 76px);overflow-y:auto}
}
#ps-site .processo .img-tag{left:50% !important;right:auto !important;transform:translateX(-50%);white-space:nowrap}

#ps-site .faq-a .mat-body{padding-top:16px;font-size:16px;line-height:1.75;color:var(--muted);text-align:left}
#ps-site .faq-a .mat-body h4{font-family:var(--font-headings);font-size:19px;font-weight:400;line-height:1.3;letter-spacing:-0.01em;color:var(--ink);margin:26px 0 10px;text-wrap:balance}
#ps-site .faq-a .mat-body h4:first-child{margin-top:4px}
#ps-site .faq-a .mat-body p{padding-top:0;margin:0 0 14px}
#ps-site .faq-a .mat-body ul{list-style:disc;margin:0 0 16px;padding-left:22px}
#ps-site .faq-a .mat-body li{margin-bottom:8px}
#ps-site .faq-a .mat-body li::marker{color:var(--ink)}
@media (max-width:640px){#ps-site .faq-a .mat-body{font-size:15px}#ps-site .faq-a .mat-body h4{font-size:18px}}

#ps-site a.in-link{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:currentColor}
#ps-site a.in-link:hover, #ps-site a.in-link:focus-visible{text-decoration-thickness:2px}

#ps-site .footer-blog{margin-top:16px}
@media (max-width:809px){#ps-site .footer-blog{align-items:center}}

#ps-site .latest-posts{background:#FFFFFF !important}
#ps-site .lp-head{max-width:720px;margin-inline:auto;text-align:center}
#ps-site .lp-head h2, #ps-site .lp-head .lead{margin-top:20px}
#ps-site .lp-head .lead{margin-inline:auto;max-width:640px}
#ps-site .lp-grid{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
#ps-site .lp-card{display:flex;flex-direction:column;background:#000000;border-radius:3px;overflow:hidden}
#ps-site a.lp-link{display:flex;flex-direction:column;flex:1;color:#FFFFFF !important;text-decoration:none}
#ps-site .lp-media{position:relative;aspect-ratio:3/2;overflow:hidden;background:#2C2C2C}
#ps-site .lp-media img{width:100% !important;height:100% !important;max-width:none !important;object-fit:cover;display:block !important;transition:transform .6s ease}
#ps-site a.lp-link:hover .lp-media img{transform:scale(1.03)}
#ps-site .lp-body{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:24px 22px 26px}
#ps-site .lp-cat{font-size:12px;font-weight:600;line-height:16.2px;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.72)}
#ps-site .lp-title{margin-top:14px;font-family:var(--font-head);font-weight:300;font-size:24px;line-height:1.2;letter-spacing:-0.01em;color:#FFFFFF !important;text-wrap:balance}
#ps-site .lp-excerpt{margin-top:12px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.75)}
#ps-site .lp-more{margin-top:auto;padding-top:24px;display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:500;color:#FFFFFF}
#ps-site .lp-more .ic{width:18px;height:18px;transition:transform .2s ease}
#ps-site a.lp-link:hover .lp-more .ic{transform:translateX(3px)}
#ps-site .lp-footer{margin-top:48px;display:flex;justify-content:center}
#ps-site a.btn.lp-all{background:#000000 !important;color:#FFFFFF !important}
#ps-site a.btn.lp-all:hover{background:#2C2C2C !important}
@media (max-width:1023px){#ps-site .lp-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:809px){#ps-site .lp-grid{grid-template-columns:1fr;gap:18px;margin-top:40px}#ps-site .lp-title{font-size:22px}#ps-site .lp-footer{margin-top:36px}#ps-site a.btn.lp-all{width:100%}}
#ps-site .fl-blog-main{display:block;background:#FFFFFF}


#ps-site .post-hero{background:#000000;color:#FFFFFF;padding:88px 0 76px}
#ps-site .post-hero-inner.container{max-width:820px !important;display:flex;flex-direction:column;align-items:flex-start;gap:18px}
#ps-site a.post-back{display:inline-flex;width:max-content;font-size:14px;font-weight:500;line-height:18px;color:rgba(255,255,255,.8) !important;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:transparent;text-underline-offset:4px;transition:text-decoration-color .2s ease}
#ps-site a.post-back:hover, #ps-site a.post-back:focus-visible{text-decoration-color:currentColor}
#ps-site .post-cat-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:3px;background:#FFFFFF;color:#000000 !important;font-size:12px;font-weight:600;line-height:1;letter-spacing:.11em;text-transform:uppercase}
#ps-site .post-hero h1.post-title{font-family:var(--font-head) !important;font-weight:300 !important;font-size:52px !important;line-height:1.08 !important;letter-spacing:-0.025em !important;color:#FFFFFF !important;max-width:760px;text-wrap:balance}
#ps-site .post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.72)}


#ps-site .post-media.container{max-width:760px !important;margin:48px auto 0 !important}
#ps-site img.post-featured{width:100% !important;max-width:760px !important;height:auto !important;max-height:440px !important;object-fit:cover;border-radius:3px;display:block !important;margin:0 auto}
#ps-site .post-featured-fallback{width:100%;max-width:760px;margin:0 auto;aspect-ratio:16/9;max-height:440px;border-radius:3px;background:linear-gradient(135deg,#000000 0%,#2C2C2C 100%);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.45)}
#ps-site .post-featured-fallback svg{width:64px;height:64px}
#ps-site .post-body-wrap.container{max-width:760px !important;margin:44px auto 0 !important;padding-bottom:104px}


#ps-site .post-body{font-family:var(--font-body);color:#20231F}
#ps-site .post-body p, #ps-site .post-body li{font-family:var(--font-body) !important;font-size:17px !important;line-height:1.75 !important;color:#20231F !important}
#ps-site .post-body p{margin:0 0 20px !important}
#ps-site .post-body > p:first-child{font-size:19px !important;line-height:1.65 !important}
#ps-site .post-body h2{font-family:var(--font-head) !important;font-weight:300 !important;font-size:36px !important;line-height:1.15 !important;letter-spacing:-0.02em !important;color:#20231F !important;margin:56px 0 18px !important;text-wrap:balance}
#ps-site .post-body h3{font-family:var(--font-head) !important;font-weight:300 !important;font-size:24px !important;line-height:1.25 !important;letter-spacing:-0.01em !important;color:#20231F !important;margin:36px 0 12px !important}
#ps-site .post-body ul{list-style:disc !important;margin:0 0 24px !important;padding-left:24px !important}
#ps-site .post-body ol{list-style:decimal !important;margin:0 0 24px !important;padding-left:24px !important}
#ps-site .post-body li{margin:0 0 8px !important;padding:0 !important}
#ps-site .post-body li::marker{color:#000000}
#ps-site .post-body strong{font-weight:600;color:#20231F}
#ps-site .post-body a{color:#20231F !important;text-decoration:underline !important;text-decoration-thickness:1px !important;text-underline-offset:3px;text-decoration-color:#000000 !important}
#ps-site .post-body a:hover{text-decoration-thickness:2px !important}

#ps-site .post-body blockquote{margin:40px 0 !important;padding:28px 32px !important;background:#F2EFE9;border-left:3px solid #000000;border-radius:0 3px 3px 0}
#ps-site .post-body blockquote p{font-family:var(--font-head) !important;font-weight:300 !important;font-size:22px !important;line-height:1.45 !important;color:#20231F !important;margin:0 0 14px !important}
#ps-site .post-body blockquote p:last-child{font-family:var(--font-body) !important;font-size:13px !important;line-height:1.5 !important;font-weight:600 !important;letter-spacing:.11em;text-transform:uppercase;color:#6B6E66 !important;margin:0 !important}
#ps-site .post-body table{width:100%;border-collapse:collapse;margin:28px 0 32px !important;font-size:15px;line-height:1.55}
#ps-site .post-body th{background:#000000;color:#FFFFFF;text-align:left;font-weight:600;padding:12px 14px !important;vertical-align:top;border:0}
#ps-site .post-body td{padding:12px 14px !important;border:0;border-bottom:1px solid #DED9D0;vertical-align:top;color:#20231F;background:#FFFFFF}
#ps-site .post-body th:first-child{border-radius:3px 0 0 0}
#ps-site .post-body th:last-child{border-radius:0 3px 0 0}


#ps-site .post-footer-cta{margin-top:56px;padding:44px 40px;background:#000000;border-radius:3px;text-align:center}
#ps-site .post-footer-cta h3{font-family:var(--font-head) !important;font-weight:300 !important;font-size:30px !important;line-height:1.2 !important;color:#FFFFFF !important;text-wrap:balance}
#ps-site .post-footer-cta p{max-width:52ch;margin:14px auto 24px !important;font-size:16px !important;line-height:1.65 !important;color:rgba(255,255,255,.8) !important}
#ps-site a.btn-post-cta{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 22px;border-radius:3px;background:#FFFFFF;color:#000000 !important;font-size:15px;font-weight:600;line-height:1;letter-spacing:-0.01em;text-decoration:none;transition:background-color .2s ease,transform .2s ease}
#ps-site a.btn-post-cta:hover{background:#DED9D0;transform:translateY(-1px)}
#ps-site a.post-back.post-back-bottom{margin-top:40px;color:#20231F !important}


#ps-site .blog-archive-hero{background:#000000;padding:96px 0 84px}
#ps-site .blog-archive-inner{text-align:center}
#ps-site .blog-archive-eyebrow{font-size:12px;font-weight:600;line-height:16.2px;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.85)}
#ps-site .blog-archive-hero h1.blog-archive-title{margin:18px auto 0;max-width:900px;font-family:var(--font-head) !important;font-weight:300 !important;font-size:56px !important;line-height:1.06 !important;letter-spacing:-0.025em !important;color:#FFFFFF !important;text-wrap:balance}
#ps-site .blog-archive-sub{margin:20px auto 0;max-width:700px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.78)}
#ps-site .blog-archive-wrap{padding:80px 0 112px}
#ps-site .blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}
#ps-site a.blog-card{display:flex;flex-direction:column;background:#000000;border-radius:3px;overflow:hidden;color:#FFFFFF !important;text-decoration:none;transition:transform .2s ease}
#ps-site a.blog-card:hover{transform:translateY(-3px)}
#ps-site .blog-card-media{position:relative;aspect-ratio:3/2;overflow:hidden;background:#2C2C2C}
#ps-site img.blog-card-img{width:100% !important;height:100% !important;max-width:none !important;object-fit:cover;display:block !important}
#ps-site .blog-card-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000000 0%,#2C2C2C 100%);color:rgba(255,255,255,.45)}
#ps-site .blog-card-fallback svg{width:48px;height:48px}
#ps-site .blog-card-badge{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:3px;background:#FFFFFF;color:#000000;font-size:11px;font-weight:600;line-height:1;letter-spacing:.11em;text-transform:uppercase}
#ps-site .blog-card-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;flex:1;padding:24px 22px 26px}
#ps-site a.blog-card h2.blog-card-title{font-family:var(--font-head) !important;font-weight:300 !important;font-size:24px !important;line-height:1.2 !important;letter-spacing:-0.01em !important;color:#FFFFFF !important;text-wrap:balance}
#ps-site .blog-card-excerpt{font-size:15px;line-height:1.6;color:rgba(255,255,255,.75)}
#ps-site .blog-card-date{margin-top:auto;padding-top:6px;font-size:13px;line-height:1.4;color:rgba(255,255,255,.6)}
#ps-site .blog-empty{font-size:17px;color:#6B6E66;text-align:center}

#ps-site .blog-pagination{margin-top:56px}
#ps-site .blog-pagination .nav-links{display:flex !important;flex-wrap:wrap;justify-content:center;gap:8px}
#ps-site .blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border-radius:3px;background:#FFFFFF;color:#20231F !important;box-shadow:inset 0 0 0 1px #DED9D0;font-size:15px;font-weight:500;text-decoration:none}
#ps-site .blog-pagination .page-numbers.current{background:#000000;color:#FFFFFF !important;box-shadow:none}


@media (min-width:1920px){#ps-site .post-hero h1.post-title{font-size:58px !important}#ps-site .blog-archive-hero h1.blog-archive-title{font-size:62px !important}}
@media (max-width:1024px){
  #ps-site .post-hero{padding:72px 0 60px}
  #ps-site .post-hero h1.post-title{font-size:42px !important}
  #ps-site .blog-archive-hero{padding:80px 0 68px}
  #ps-site .blog-archive-hero h1.blog-archive-title{font-size:44px !important}
}
@media (max-width:809px){
  #ps-site .post-hero{padding:56px 0 48px}
  #ps-site .post-hero-inner.container{align-items:center;text-align:center}
  #ps-site .post-meta{justify-content:center;flex-direction:column;gap:2px}
  #ps-site .post-meta-sep{display:none}
  #ps-site .post-hero h1.post-title{font-size:32px !important;line-height:1.12 !important}
  #ps-site .post-media.container{margin-top:32px !important}
  #ps-site img.post-featured, #ps-site .post-featured-fallback{max-height:260px !important}
  #ps-site .post-body-wrap.container{margin-top:32px !important;padding-bottom:72px}
  #ps-site .post-body > p:first-child{font-size:18px !important}
  #ps-site .post-body h2{font-size:27px !important;margin-top:44px !important}
  #ps-site .post-body h3{font-size:21px !important}
  #ps-site .post-body blockquote{padding:22px 20px !important}
  #ps-site .post-body blockquote p{font-size:19px !important}
  #ps-site .post-body table{display:block;overflow-x:auto;font-size:14px}
  #ps-site .post-footer-cta{padding:36px 22px}
  #ps-site .post-footer-cta h3{font-size:25px !important}
  #ps-site a.btn-post-cta{width:100%;padding:0 16px;text-align:center;line-height:1.25;height:auto;min-height:52px}
  #ps-site a.post-back.post-back-bottom{margin-inline:auto;display:flex}
  #ps-site .blog-archive-hero{padding:60px 0 52px}
  #ps-site .blog-archive-hero h1.blog-archive-title{font-size:34px !important;line-height:1.1 !important}
  #ps-site .blog-archive-sub{font-size:16px}
  #ps-site .blog-archive-wrap{padding:48px 0 80px}
  #ps-site .blog-grid{grid-template-columns:1fr;gap:18px}
  #ps-site a.blog-card h2.blog-card-title{font-size:22px !important}
}
#ps-site{color:var(--ink)!important;font-family:var(--font-body)!important;font-size:16px!important;line-height:1.7!important}


#ps-site a.brand, #ps-site a.route, #ps-site a.in-link{color:inherit!important}

#ps-site .site-header .nav-links a{color:#FFFFFF!important}
#ps-site .site-header .mobile-panel a.m-link{color:#FFFFFF!important}
#ps-site .crumbs a{color:rgba(255,255,251,.9)!important}
#ps-site .site-footer a, #ps-site .site-footer .footer-links a, #ps-site .site-footer .footer-bottom a{color:#FFFFFF!important}
#ps-site .svc-card .svc-link{color:#FFFFFF!important}
#ps-site .link-arrow{color:var(--accent)!important}

#ps-site a.whatsapp-float{color:#FFFFFF!important}
#ps-site a.whatsapp-float svg{fill:#FFFFFF!important}

#ps-site a::after{content:none!important}

#ps-site .btn.btn-light{color:var(--accent)!important}
#ps-site .btn.btn-ghost-light{color:var(--on-accent)!important}
#ps-site .site-header .btn.btn-primary.btn-nav, #ps-site .site-header .mobile-panel .btn.btn-primary{color:#000000!important}

#ps-site .site-header .menu-toggle{background:none!important;border:0!important;border-radius:var(--radius-sm)!important;padding:0!important;color:#FFFFFF!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)!important;white-space:normal!important;transition:none!important}


#ps-site h1, #ps-site h2, #ps-site h3{color:var(--ink)!important}
#ps-site .hero--fullbleed h1{color:#FFFFFB!important}
#ps-site .cta-band h2{color:var(--on-accent)!important}
#ps-site .cta-card h2{color:#FFFFFF!important}


#ps-site header.site-header{display:block!important;max-width:none!important;width:100%!important;margin:0!important;padding:0!important;flex-wrap:nowrap!important;justify-content:normal!important}
#ps-site footer.site-footer{max-width:none!important;width:100%!important;margin:0!important;position:static!important}
#ps-site .container{max-width:none!important}
#ps-site figcaption{color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-weight:inherit}


#ps-site .svc-media img, #ps-site .work-media img{display:block!important}


:root{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){:root{scroll-behavior:auto!important}}

#ps-site .site-header .brand-name{white-space:nowrap!important}
