
/* ---- the hero kicker comes off, and the copy moves up with it -----------
   Two things were holding the block down: the kicker itself and the 26px top
   margin the headline carries to clear it. Both go, so the padding is the only
   thing placing the copy and the space below it is a single number to tune.
   132px leaves about 63px between the bar and the cap height, and roughly
   300px of open field under the office strip. */
.at-hero .at-kicker{display:none}
.at-hero .at-h1{margin-top:0}
.at-hero{padding:132px 0 120px}

/* ---- the CTAs again, and properly this time -----------------------------
   15px was still reading as small print next to 72px headlines. 18px is the
   size at which the label stops being furniture and starts being a control,
   and the box grows with it: a bigger label in the old padding reads cramped
   rather than confident. */
.at-btn{font-size:18px;padding:16px 30px}
#moderator .at-btn{font-size:17px}
#services .stk-cta{font-size:17px}
.lf-btn{padding:18px 26px}
