/**
 * Precision Home legal pages.
 * @since 4.0.0
 */
.ph-legal-page{background:#fff;color:#4b4f56}
.ph-legal-hero{position:relative;overflow:hidden;padding:clamp(64px,8vw,105px) 0;background:radial-gradient(circle at 80% 10%,rgba(212,175,55,.18),transparent 28%),linear-gradient(135deg,#15171b,#252129 60%,#52232b);color:#fff}
.ph-legal-hero::after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(142,59,67,.18),transparent 55%);content:"";pointer-events:none}
.ph-legal-hero .ph-container{position:relative;z-index:1}
.ph-legal-hero .ph-content-breadcrumb{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-bottom:1.6rem;color:rgba(255,255,255,.58);font-size:.86rem}
.ph-legal-hero .ph-content-breadcrumb a{color:#efd16b}
.ph-legal-hero__eyebrow{margin:0 0 .6rem;color:#efd16b;font-weight:850}
.ph-legal-hero h1{max-width:820px;margin:0;color:#fff;font-size:clamp(38px,5vw,64px);line-height:1.2}
.ph-legal-hero>div>p:not(.ph-legal-hero__eyebrow){max-width:780px;margin:1rem 0 0;color:rgba(255,255,255,.76);font-size:clamp(15px,1.6vw,18px);line-height:1.95}
.ph-legal-hero small{display:block;margin-top:1rem;color:rgba(255,255,255,.56)}
.ph-legal-layout{display:grid;grid-template-columns:minmax(220px,.3fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);padding-block:clamp(50px,7vw,90px)}
.ph-legal-toc{position:sticky;top:100px;align-self:start;display:grid;gap:.35rem;padding:1.25rem;border:1px solid #e8e1dc;border-radius:18px;background:#fbfaf8}
.ph-legal-toc strong{margin-bottom:.4rem;color:#15171b}
.ph-legal-toc a{padding:.55rem .7rem;border-radius:10px;color:#565b62;font-size:.9rem;font-weight:700}
.ph-legal-toc a:hover,.ph-legal-toc a:focus-visible{background:#f5ecee;color:#8e3b43}
.ph-legal-content{min-width:0}
.ph-legal-content section{scroll-margin-top:100px;padding:0 0 2rem;margin:0 0 2rem;border-bottom:1px solid #ece7e3}
.ph-legal-content section:last-child{border-bottom:0;margin-bottom:0}
.ph-legal-content h2{margin:0 0 .9rem;color:#15171b;font-size:clamp(22px,2.4vw,31px);line-height:1.4}
.ph-legal-content p,.ph-legal-content li{font-size:16px;line-height:2}
.ph-legal-content ul{display:grid;gap:.5rem;padding-inline-start:1.3rem}
.ph-legal-contact{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}
.ph-legal-contact a{display:inline-flex;align-items:center;min-height:44px;padding:.7rem 1rem;border:1px solid rgba(142,59,67,.22);border-radius:12px;background:#fff;color:#742f36;font-weight:800}
@media(max-width:800px){.ph-legal-layout{grid-template-columns:1fr}.ph-legal-toc{position:relative;top:auto;display:flex;overflow-x:auto;gap:.5rem;padding:.8rem;scrollbar-width:none}.ph-legal-toc::-webkit-scrollbar{display:none}.ph-legal-toc strong{display:none}.ph-legal-toc a{flex:0 0 auto;white-space:nowrap;border:1px solid #eadfda;background:#fff}.ph-legal-content p,.ph-legal-content li{font-size:15.5px}.ph-legal-hero{padding:52px 0 58px}}
