:root{
  --front-porch:#FAFAF6;
  --yard-green:#3E6B45;
  --porch-cream:#FFFDF7;
  --key-brass:#C9A85A;
  --brick-dust:#C77E5A;
  --sage-ink:#262B24;
  --rent-grey:#8B9288;
  --hairline:#E3E6DA;
  --deep-sage:#1E2820;
  --mint:#DCE7D8;
  --legal-text:#3A4038;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.legal-page{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.8;
  background-color:#FAFAF6;
  color:#262B24;
  overflow-x:hidden;
}

.legal-page a{
  color:#3E6B45;
  text-decoration:none;
}

.legal-page a:hover{
  text-decoration:underline;
}

.legal-page .legal-content section{
  background-color:transparent !important;
}

.legal-header{
  width:100%;
  background-color:#1E2820;
  padding:40px 24px 34px;
  border-bottom:4px solid #C9A85A;
}

.legal-header .legal-header-container{
  max-width:860px;
  margin:0 auto;
  padding:0 8px;
}

.legal-header-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:22px;
}

.legal-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:18px;
  font-weight:800;
  letter-spacing:0.12em;
  color:#FFFDF7;
  text-transform:uppercase;
}

.legal-brand:hover{
  text-decoration:none;
}

.key-glyph{
  width:16px;
  height:16px;
  display:inline-block;
  position:relative;
}

.key-glyph::before{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:11px;
  height:7px;
  border:2px solid #C9A85A;
  border-radius:50% 50% 0 0;
  border-bottom:none;
}

.key-glyph::after{
  content:"";
  position:absolute;
  left:13px;
  top:6px;
  width:2px;
  height:7px;
  background-color:#C9A85A;
}

.legal-home-link{
  color:#FFFDF7;
  font-size:13px;
  letter-spacing:0.06em;
  padding:6px 14px;
  border:1px solid #C9A85A;
  border-radius:30px;
}

.legal-home-link:hover{
  background-color:#F2EAD8;
  color:#FFFDF7;
  text-decoration:none;
}

.legal-header h1{
  color:#FFFDF7;
  font-size:40px;
  font-weight:800;
  letter-spacing:-0.01em;
  line-height:1.15;
}

.legal-header .legal-updated{
  color:#DCE7D8;
  font-size:14px;
  margin-top:10px;
}

.legal-content .container{
  max-width:860px;
  margin:0 auto;
  padding:0 24px;
  padding-top:34px;
  padding-bottom:60px;
}

.legal-content .intro{
  background-color:#FFFDF7;
  border:1px solid #E3E6DA;
  border-left:4px solid #C9A85A;
  border-radius:6px;
  padding:20px 24px;
  margin-bottom:34px;
  color:#3A4038;
  font-size:16px;
}

.legal-toc{
  background-color:#FFFDF7;
  border:1px solid #E3E6DA;
  border-radius:6px;
  padding:24px 28px;
  margin-bottom:34px;
}

.legal-toc h2{
  font-size:18px;
  margin-bottom:8px;
  color:#3E6B45;
  border-bottom:2px solid #E3E6DA;
  padding-bottom:10px;
}

.legal-toc ol{
  margin:8px 0 0 20px;
}

.legal-toc li{
  margin:6px 0;
}

.legal-toc a{
  color:#3E6B45;
  font-size:15px;
}

.legal-content section{
  margin-bottom:28px;
  padding:10px 0;
  border-bottom:1px solid #E3E6DA;
}

.legal-content section:last-child{
  border-bottom:none;
}

.legal-content h2{
  font-size:26px;
  color:#3E6B45;
  font-weight:800;
  margin-bottom:16px;
  padding-top:8px;
}

.legal-content h3{
  font-size:19px;
  color:#262B24;
  font-weight:700;
  margin:18px 0 10px;
}

.legal-content p{
  color:#3A4038;
  font-size:16px;
  margin-bottom:14px;
}

.legal-content ul{
  margin:0 0 16px 22px;
  color:#3A4038;
}

.legal-content ul li{
  margin-bottom:8px;
}

.legal-content .legal-endnote{
  background-color:#FFFDF7;
  border:1px solid #E3E6DA;
  border-radius:6px;
  padding:20px 24px;
  margin-top:12px;
  color:#3A4038;
}

.legal-footer{
  width:100%;
  background-color:#1E2820;
  color:#FFFDF7;
  position:relative;
  z-index:1;
}

.legal-footer .fence-strip{
  width:100%;
  height:12px;
  background-color:#1E2820;
  border-top:1px solid #3E6B45;
  border-bottom:1px solid #3E6B45;
}

.legal-footer .legal-footer-container{
  max-width:860px;
  margin:0 auto;
  padding:0 24px;
  padding-top:30px;
  padding-bottom:34px;
  text-align:center;
  position:relative;
  z-index:1;
}

.legal-footer .legal-footer-links{
  list-style:none;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  margin-bottom:18px;
}

.legal-footer .legal-footer-links a{
  color:#FFFDF7;
  font-size:14px;
  letter-spacing:0.06em;
}

.legal-footer .legal-footer-links a:hover{
  color:#C9A85A;
}

.legal-footer .legal-copyright{
  color:#8B9288;
  font-size:14px;
  line-height:1.8;
  border-top:1px solid #3A4438;
  padding-top:18px;
}

.legal-footer .legal-copyright a{
  color:#C9A85A;
}

@media (max-width:640px){
  .legal-header h1{
    font-size:30px;
  }

  .legal-content .container{
    padding-top:24px;
    padding-bottom:40px;
  }
}

@media (prefers-reduced-motion:reduce){
  *{
    transition:none !important;
  }
}
