.section{padding:var(--space-12)var(--space-3);position:relative}.section--base{background:var(--color-bg-white);color:var(--color-text-main)}.section--alt{background:var(--color-bg-gray);color:var(--color-text-main)}.section--dark{background:var(--color-bg-dark);color:var(--color-text-inv);overflow-x:clip;overflow-y:visible}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--color-text-inv)}.section--dark p{color:var(--color-text-inv-muted)}.section--dark .eyebrow{color:var(--color-cyan)}.section__container{max-width:1440px;margin:0 auto}.section__header{margin-bottom:var(--space-8)}.section__header--center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-8)}.section__ghost{position:absolute;font-size:var(--ghost-size);font-weight:var(--ghost-weight);opacity:var(--ghost-opacity);letter-spacing:var(--ghost-tracking);line-height:1;pointer-events:none;user-select:none;z-index:var(--z-base)}.section__ghost--top-right{top:var(--space-3);right:var(--space-3)}.section__ghost--center{top:50%;right:var(--space-3);transform:translateY(-50%)}.section--dark .section__ghost{color:var(--color-bg-white);opacity:.025}@media(max-width:767px){.section{padding:var(--space-8)var(--space-2)}.section__ghost{font-size:80px}}@media(prefers-reduced-motion:reduce){.section{scroll-margin-top:0}}