/* Base resets — applied to every public marketing page + the drips
   layout. Brand tokens come from brand.css (linked before this).

   Page-specific CSS may override `body` line-height or narrow text blocks
   inside the shared container, but public pages keep the same outer width.
*/

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:0;color:inherit}

.wrap{max-width:var(--page-max,1440px);margin:0 auto;padding:0 var(--page-gutter,56px)}
@media (max-width:900px){.wrap{padding-left:var(--page-gutter-mobile,24px);padding-right:var(--page-gutter-mobile,24px)}}
