/* Blog HOME (/blog_home) — owner 2026-09-14.
   Hero = the catering page's split hero (catering.css .cat-hero*), scoped .bhm-* so neither page can
   restyle the other. Cards + CTA come from blog.css (.blg). Buttons are global.css .btn-primary /
   .btn-outline; .gradient-text is global.css. Tokens only. */
.bhm{background:var(--gray-lightest)}
.bhm-hero{min-height:92vh;display:grid;grid-template-columns:1fr 1fr;padding-top:56px;background:var(--dark)}
.bhm-hero-left{background:var(--dark);display:flex;align-items:center;padding:80px 60px 80px 80px;position:relative;overflow:hidden}
.bhm-hero-left::before{content:'';position:absolute;bottom:-30%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(174,0,255,.08) 0%,transparent 70%);pointer-events:none}
.bhm-hero-in{position:relative;max-width:520px}
.bhm-hero-title{font-size:64px;font-weight:800;line-height:1.05;color:var(--white);margin:0 0 20px;letter-spacing:-1.5px}
.bhm-hero-sub{font-size:17px;color:rgba(255,255,255,.62);line-height:1.7;margin:0 0 40px;max-width:440px}
.bhm-hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.bhm-hero-right{position:relative;overflow:hidden}
.bhm-hero-right img{width:100%;height:100%;object-fit:cover;object-position:50% 60%;display:block}
/* h1 = the big word plus a descriptive second line, so the page's one heading says what the page is */
.bhm-h1-tail{display:block;font-size:22px;font-weight:700;letter-spacing:-.2px;color:var(--white);margin-top:10px;line-height:1.3}
/* eight featured cards fill 4×2 on desktop — a 3-column grid orphaned two on the last row */
@media(min-width:1025px){.blg.bhm .cards{grid-template-columns:repeat(4,1fr);gap:20px}}
/* manifesto: text beside the Squarespace home's own photo instead of alone on a white field */
.bhm-split{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.bhm-split-media img{width:100%;height:100%;min-height:380px;object-fit:cover;border-radius:20px;display:block;background:var(--gray-lightest)}
.bhm .btn-outline.dark{color:var(--dark);border-color:rgba(13,13,18,.25)}
.bhm .btn-outline.dark:hover{border-color:var(--dark)}

.bhm-sec{padding:56px 0}
.bhm-sec .wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.bhm-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:22px}
.bhm-sec h2{font-size:30px;font-weight:800;letter-spacing:-.5px;color:var(--dark);margin:0}
.bhm-more{font-size:14px;font-weight:700;color:var(--splidu-purple);text-decoration:none;white-space:nowrap}
.bhm-more:hover{text-decoration:underline}
.bhm-all{display:flex;justify-content:center;margin-top:36px}

.bhm-manifesto{background:var(--white)}
.bhm-manifesto h2{margin-bottom:22px}
.bhm-lines{max-width:760px;margin-bottom:32px}
.bhm-lines p{font-size:19px;line-height:1.55;color:var(--dark);font-weight:600;margin:0 0 14px}

.bhm-followbox{border:1.5px solid var(--gray-light);background:var(--white);border-radius:20px;padding:36px 30px;text-align:center}
.bhm-followbox h2{font-size:26px;margin-bottom:12px}
.bhm-followbox p{color:var(--text-gray);max-width:620px;margin:0 auto 22px;line-height:1.65}
.bhm-followbox .bhm-hero-actions{justify-content:center;margin-bottom:18px}
.bhm-apps{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.bhm-app-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:100px;border:1.5px solid var(--gray-light);color:var(--dark);font-size:13px;font-weight:700;text-decoration:none}
.bhm-app-link svg{width:16px;height:16px;fill:currentColor}
.bhm-app-link:hover{border-color:var(--dark)}

@media(max-width:1024px){.bhm-hero-title{font-size:52px}}
@media(max-width:768px){
  .bhm-hero{grid-template-columns:1fr;min-height:auto}
  .bhm-hero-left{padding:100px 24px 60px}
  .bhm-hero-title{font-size:44px}
  .bhm-hero-sub{font-size:15px}
  .bhm-hero-right{height:300px}
  .bhm-hero-actions{flex-direction:column;align-items:stretch}
  .bhm-hero-actions .btn-primary,.bhm-hero-actions .btn-outline{justify-content:center;text-align:center}
  .bhm-sec{padding:40px 0}
  .bhm-sec h2{font-size:24px}
  .bhm-head{flex-direction:column;align-items:flex-start;gap:6px}
  .bhm-lines p{font-size:17px}
  .bhm-h1-tail{font-size:17px}
  .bhm-split{grid-template-columns:1fr;gap:28px}
  .bhm-split-media img{min-height:0;aspect-ratio:3/2}
}
@media(max-width:480px){.bhm-hero-title{font-size:38px}.bhm-hero-left{padding:90px 20px 48px}.bhm-hero-right{height:220px}}