.terms-hero{
  padding-block:var(--orb-space-5);
  background:#f7f9f3;
  color:#171d14;
}

.terms-hero h1{
  max-width:52rem;
  margin-inline:0;
  color:#0b1207;
  font-size:var(--orb-fs-5);
  line-height:1.18;
  overflow-wrap:anywhere;
}

.terms-hero .orb-lead{
  max-width:50rem;
  margin-inline:0;
  color:#62695e;
}

.terms-hero .orb-kicker{
  color:#4e5a47;
}

.terms-meta{
  display:flex;
  width:fit-content;
  max-width:100%;
  flex-wrap:wrap;
  align-items:center;
  gap:.5rem 1rem;
  border-radius:var(--orb-radius-sm);
  padding:.75rem 1rem;
  background:#e8f8ce;
  color:#294a00;
  font-size:var(--orb-fs-1);
  line-height:1.45;
}

.terms-meta strong,
.terms-meta time{
  color:#0b1207;
}

.terms-layout{
  display:grid;
  grid-template-columns:minmax(0,17rem) minmax(0,1fr);
  align-items:start;
  gap:var(--orb-space-5);
}

.terms-layout>*{
  min-width:0;
}

.terms-toc{
  position:sticky;
  top:calc(var(--orb-header-height) + var(--orb-space-3));
  min-width:0;
}

.terms-toc-inner{
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.terms-toc-inner h2{
  margin-top:var(--orb-space-2);
  margin-bottom:var(--orb-space-3);
  color:#0b1207;
  font-size:var(--orb-fs-4);
  line-height:1.25;
}

.terms-toc-inner .c-badge{
  width:fit-content;
  align-self:flex-start;
  background:#e8f8ce;
  color:#345f00;
}

.terms-toc ol{
  margin:0;
  padding:0;
  list-style:none;
}

.terms-toc li{
  border-top:1px solid #dce4d4;
}

.terms-toc ol a{
  display:grid;
  grid-template-columns:2rem minmax(0,1fr);
  align-items:start;
  gap:.625rem;
  padding:.7rem 0;
  color:#293024;
  font-size:var(--orb-fs-1);
  line-height:1.45;
}

.terms-toc ol a:hover{
  color:#3f7300;
}

.terms-toc ol a span{
  min-width:0;
  overflow-wrap:anywhere;
}

.terms-toc-action{
  width:auto;
  margin-top:var(--orb-space-3);
  justify-self:start;
}

.terms-copy{
  min-width:0;
  max-width:54rem;
}

.terms-copy a:not(.c-btn){
  color:#3f7300;
  font-weight:650;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:.2em;
}

.terms-section{
  scroll-margin-top:calc(var(--orb-header-height) + var(--orb-space-3));
  padding-bottom:var(--orb-space-5);
}

.terms-section+.terms-section{
  border-top:1px solid #dce4d4;
  padding-top:var(--orb-space-5);
}

.terms-section-heading{
  display:grid;
  grid-template-columns:3rem minmax(0,1fr);
  align-items:start;
  gap:var(--orb-space-2);
  margin-bottom:var(--orb-space-3);
}

.terms-section-heading>div{
  min-width:0;
}

.terms-section-heading .orb-kicker{
  margin-bottom:var(--orb-space-2);
}

.terms-section-heading h2{
  margin-bottom:0;
  color:#0b1207;
  font-size:clamp(1.75rem,4vw,2.65rem);
  line-height:1.18;
  overflow-wrap:anywhere;
}

.terms-number{
  display:inline-flex;
  width:3rem;
  height:3rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--orb-radius-sm);
  background:#0b1207;
  color:#b8f05a;
  font-size:var(--orb-fs-1);
  line-height:1;
}

.terms-section>p{
  max-width:48rem;
  color:#343b30;
}

.terms-scope-grid{
  margin-block:var(--orb-space-4);
  grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));
  align-items:start;
}

.terms-scope-card{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.terms-scope-card h3{
  margin-top:var(--orb-space-2);
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
}

.terms-scope-card p{
  margin-bottom:0;
  color:#62695e;
}

.terms-card-label{
  display:inline-flex;
  width:fit-content;
  align-self:flex-start;
  border-radius:999px;
  padding:.4em .75em;
  background:#0b1207;
  color:#b8f05a;
  font-size:var(--orb-fs-0);
  line-height:1.2;
}

.terms-rule-list{
  margin:var(--orb-space-3) 0;
  padding:0;
  list-style:none;
}

.terms-rule-list li{
  border-top:1px solid #dce4d4;
  padding:1rem 0;
  color:#343b30;
}

.terms-rule-list li:last-child{
  border-bottom:1px solid #dce4d4;
}

.terms-rule-list strong{
  color:#0b1207;
}

.terms-record{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--orb-space-3);
  margin-block:var(--orb-space-4);
}

.terms-record>div{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f7f9f3;
  color:#171d14;
}

.terms-record span{
  display:block;
  margin-bottom:var(--orb-space-1);
  color:#3f7300;
  font-size:var(--orb-fs-0);
  letter-spacing:.06em;
}

.terms-record strong{
  display:block;
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
  font-size:var(--orb-fs-3);
}

.terms-record p{
  margin-bottom:0;
  color:#62695e;
}

.terms-change-grid,
.terms-backup-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));
  align-items:start;
  gap:var(--orb-space-3);
  margin-block:var(--orb-space-4);
}

.terms-change-item,
.terms-backup-grid>div{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f7f9f3;
  color:#171d14;
}

.terms-change-item>span,
.terms-backup-grid>div>span{
  display:inline-flex;
  width:2rem;
  height:2rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--orb-radius-sm);
  background:#e8f8ce;
  color:#294a00;
  font-size:var(--orb-fs-0);
  line-height:1;
}

.terms-change-item h3,
.terms-backup-grid h3{
  margin-top:var(--orb-space-2);
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
}

.terms-change-item p,
.terms-backup-grid p{
  margin-bottom:0;
  color:#62695e;
}

.terms-metric{
  display:grid;
  grid-template-columns:minmax(10rem,.35fr) minmax(0,1fr);
  align-items:center;
  gap:var(--orb-space-3);
  margin-bottom:var(--orb-space-4);
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#0b1207;
  color:#dfe8d8;
}

.terms-metric>div{
  min-width:0;
}

.terms-metric strong{
  display:block;
  color:#b8f05a;
  font-size:clamp(2.25rem,10cqi,3.25rem);
  font-weight:500;
  line-height:1;
  overflow-wrap:anywhere;
}

.terms-metric span{
  display:block;
  margin-top:var(--orb-space-1);
  color:#f8fbf5;
  font-size:var(--orb-fs-1);
}

.terms-metric p{
  margin-bottom:0;
  color:#b7c2af;
}

.terms-contact-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(12rem,max-content);
  align-items:center;
  gap:var(--orb-space-4);
  margin-block:var(--orb-space-4);
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.terms-contact-card>div{
  min-width:0;
}

.terms-contact-card h3{
  margin-top:var(--orb-space-2);
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
}

.terms-contact-card p{
  margin-bottom:0;
  color:#62695e;
}

.terms-contact-actions{
  display:grid;
  justify-items:stretch;
  gap:.5rem;
  min-width:0;
}

.terms-contact-actions .c-btn{
  width:100%;
  overflow-wrap:anywhere;
}

.terms-closing{
  padding:0 0 var(--orb-space-6);
  background:#ffffff;
  color:#171d14;
}

.terms-closing-card{
  padding-inline:max(var(--orb-space-4),24px);
}

.terms-closing-copy{
  min-width:0;
  max-width:44rem;
  text-align:left;
}

.terms-closing-copy .orb-kicker{
  color:#b8f05a;
}

.terms-closing-copy .orb-kicker::before{
  background:#86e000;
}

.terms-closing-copy h2{
  color:#f8fbf5;
  overflow-wrap:anywhere;
}

.terms-closing-copy p{
  margin-bottom:0;
  color:#b7c2af;
}

.terms-closing-actions{
  display:grid;
  flex:0 0 auto;
  justify-items:stretch;
  gap:.5rem;
  min-width:min(100%,13rem);
}

.terms-closing-actions .c-btn{
  width:100%;
  overflow-wrap:anywhere;
}

.terms-closing-actions .c-btn-ghost{
  border-color:rgba(248,251,245,.42);
  color:#f8fbf5;
}

@media (max-width:64rem){
  .terms-layout{
    grid-template-columns:minmax(0,14rem) minmax(0,1fr);
    gap:var(--orb-space-4);
  }

  .terms-toc ol a{
    grid-template-columns:1.75rem minmax(0,1fr);
  }

  .terms-contact-card{
    grid-template-columns:1fr;
  }

  .terms-contact-actions{
    justify-items:start;
  }

  .terms-contact-actions .c-btn{
    width:auto;
  }
}

@media (max-width:48rem){
  .terms-hero{
    padding-block:var(--orb-space-4);
  }

  .terms-layout{
    grid-template-columns:1fr;
  }

  .terms-toc{
    position:static;
  }

  .terms-copy{
    max-width:none;
  }

  .terms-record,
  .terms-metric{
    grid-template-columns:1fr;
  }

  .terms-section-heading{
    grid-template-columns:2.5rem minmax(0,1fr);
  }

  .terms-number{
    width:2.5rem;
    height:2.5rem;
  }

  .terms-contact-actions,
  .terms-contact-actions .c-btn,
  .terms-toc-action{
    width:100%;
  }

  .terms-closing-actions{
    width:100%;
  }
}

@media (max-width:24.375rem){
  .terms-meta{
    align-items:flex-start;
    flex-direction:column;
  }

  .terms-section-heading{
    grid-template-columns:1fr;
  }

  .terms-number{
    margin-bottom:var(--orb-space-1);
  }

  .terms-toc-inner,
  .terms-scope-card,
  .terms-change-item,
  .terms-backup-grid>div,
  .terms-record>div,
  .terms-metric,
  .terms-contact-card{
    padding-inline:24px;
  }
}
