.legal-page{
  margin:0;
  padding:0;
  background-color:#FBF8EE;
  color:#2C3A26;
  font-family:Georgia, "Times New Roman", serif;
  font-size:16px;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
}

.legal-page *{
  box-sizing:border-box;
}

.legal-header{
  display:block;
  background:#33452C;
  padding:64px 24px;
  text-align:center;
}

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

.legal-header .brand-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#D9A441;
  font-size:20px;
  font-weight:bold;
  letter-spacing:0.14em;
  text-transform:uppercase;
  margin-bottom:26px;
}

.legal-header .silo-glyph{
  display:inline-block;
  position:relative;
  width:14px;
  height:26px;
  background:#6B4A2E;
  border-radius:2px;
}

.legal-header .silo-glyph::before{
  content:"";
  position:absolute;
  top:-8px;
  left:-2px;
  width:18px;
  height:10px;
  background:#6B4A2E;
  border-radius:50% 50% 0 0 / 60% 60% 0 0;
}

.legal-header .back-home{
  color:#E9E4C9;
  font-size:13px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom:18px;
}

.legal-header .back-home:hover{
  color:#D9A441;
}

.legal-header h1{
  margin:0;
  color:#FFFDF6;
  font-size:44px;
  line-height:1.15;
}

.legal-header .legal-effective{
  color:#E9E4C9;
  font-size:15px;
  margin-top:14px;
}

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

.legal-content{
  max-width:860px;
  margin:0 auto;
  padding:56px 24px 64px;
  background:#FBF8EE;
}

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

.legal-intro{
  background:#FFFDF6;
  border:1px solid #E4DEC9;
  border-radius:8px;
  padding:26px 30px;
  margin-bottom:40px;
}

.legal-intro p{
  color:#3E4C38;
  font-size:16px;
  line-height:1.8;
  margin:0 0 12px;
}

.legal-intro p:last-child{
  margin-bottom:0;
}

.legal-toc{
  background:#FFFDF6;
  border:1px solid #E4DEC9;
  border-left:4px solid #4E7A3A;
  border-radius:6px;
  padding:28px 30px;
  margin-bottom:44px;
}

.legal-toc h2{
  color:#4E7A3A;
  font-size:22px;
  margin:0 0 18px;
  border-bottom:none;
  padding-bottom:0;
}

.legal-toc ol{
  margin:0;
  padding-left:22px;
  color:#3E4C38;
}

.legal-toc li{
  margin-bottom:9px;
  line-height:1.6;
}

.legal-toc a{
  color:#4E7A3A;
  font-weight:bold;
  text-decoration:none;
}

.legal-toc a:hover{
  color:#6B4A2E;
  text-decoration:underline;
}

.legal-content h2{
  color:#4E7A3A;
  font-size:28px;
  margin:44px 0 16px;
  padding-bottom:10px;
  border-bottom:2px solid #E4DEC9;
}

.legal-content h2:first-of-type{
  margin-top:0;
}

.legal-content h3{
  color:#6B4A2E;
  font-size:20px;
  margin:26px 0 10px;
}

.legal-content p{
  color:#3E4C38;
  font-size:16px;
  line-height:1.85;
  margin:0 0 16px;
}

.legal-content ul,
.legal-content ol{
  color:#3E4C38;
  font-size:16px;
  line-height:1.85;
  margin:0 0 16px;
  padding-left:24px;
}

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

.legal-content strong{
  color:#2C3A26;
}

.legal-content a{
  color:#4E7A3A;
}

.legal-page .legal-footer{
  background:#2C3A26;
  color:#C9C6A8;
  padding:40px 24px 48px;
  text-align:center;
  font-size:13px;
  line-height:1.9;
}

.legal-page .legal-footer .legal-footer-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 22px;
  list-style:none;
  margin:0 0 20px;
  padding:0;
}

.legal-page .legal-footer .legal-footer-links a{
  color:#E9E4C9;
  text-decoration:none;
  font-size:14px;
}

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

.legal-page .legal-footer p{
  margin:0;
  color:#C9C6A8;
}

@media (max-width: 620px){
  .legal-header h1{
    font-size:32px;
  }
  .legal-content{
    padding-left:18px;
    padding-right:18px;
  }
}
