.terms-page{padding-top:var(--space-10);padding-bottom:var(--space-12)}.terms-hero{padding-bottom:var(--space-6)}.terms-hero__inner{display:flex;flex-direction:column;gap:var(--space-4)}.terms-hero__header{display:flex;justify-content:space-between;gap:var(--space-8);align-items:flex-end}.terms-hero__lede{font-size:var(--text-lg);max-width:46rem}.terms-hero__cta-block{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3)}.terms-hero__secondary-link span:first-child{border-bottom:1px solid rgba(201,119,91,0.4)}.terms-hero__meta{display:flex;flex-wrap:wrap;gap:var(--space-3)}.terms-content{padding-top:var(--space-2)}.terms-content__inner{display:grid;grid-template-columns:minmax(0,2.3fr)minmax(0,1fr);gap:var(--space-8);align-items:flex-start}.terms-list{counter-reset:terms;display:flex;flex-direction:column;gap:var(--space-6)}.terms-item__title{font-size:var(--text-2xl);margin-bottom:var(--space-2)}.terms-bullets{margin-top:var(--space-2);margin-bottom:var(--space-2);display:flex;flex-direction:column;gap:0.35rem}.terms-bullets li{position:relative;padding-left:1.1rem;color:var(--color-text-muted)}.terms-bullets li::before{content:"";position:absolute;left:0.35rem;top:0.7em;width:6px;height:6px;border-radius:999px;background:var(--color-accent-champagne);opacity:0.8}.terms-item p:last-child{margin-bottom:0}.terms-aside{position:sticky;top:6.5rem}.terms-aside__links{display:flex;flex-direction:column;gap:0.75rem;margin-top:var(--space-3)}.terms-aside__links .arrow-mark span:first-child{border-bottom:1px solid rgba(201,119,91,0.4)}@media(max-width:960px){.terms-content__inner{grid-template-columns:minmax(0,1fr);gap:var(--space-6)}.terms-aside{position:static}}@media(max-width:720px){.terms-page{padding-top:var(--space-8);padding-bottom:var(--space-10)}.terms-hero__header{flex-direction:column;align-items:flex-start}.terms-hero__cta-block{flex-direction:row;flex-wrap:wrap}.terms-item__title{font-size:var(--text-xl)}}ul{list-style:none!important}.nav-toggle{flex-direction:column}.arrow-mark{color:#c9775b;display:inline-flex;align-items:center;gap:0.5rem;transition:transform 180ms ease,color 180ms ease,opacity 180ms ease}.arrow-mark:hover{color:#c2a56a;transform:translate(4px,-2px);opacity:0.9}