.growth-band{padding:70px max(6vw,24px);display:grid;grid-template-columns:1fr 1fr;gap:48px;background:var(--cream);border-top:1px solid var(--line)}.growth-band h2{font-size:clamp(2rem,3.5vw,3rem);margin:16px 0;letter-spacing:-.035em}.growth-links{display:flex;flex-direction:column;gap:0}.growth-links a{padding:18px 0;border-bottom:1px solid var(--line);font-weight:700;color:var(--wine)}.growth-links a:hover{text-decoration:underline}.editorial{max-width:1180px;margin:auto;padding:45px 24px 80px}.breadcrumbs{font-size:.9rem;color:var(--muted);margin-bottom:36px}.breadcrumbs a{text-decoration:underline}.editorial-hero{max-width:900px;padding:24px 0 45px}.editorial h1{font-size:clamp(2.25rem,5vw,4.2rem);letter-spacing:-.045em;overflow-wrap:anywhere}.editorial .intro{font-size:1.2rem;color:var(--muted);max-width:760px}.editorial-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(230px,1fr);gap:60px}.editorial-copy{min-width:0}.editorial-copy h2{font-size:1.8rem;margin:40px 0 16px;line-height:1.25}.editorial-copy h3{line-height:1.4}.editorial-copy p,.editorial-copy li{line-height:1.85}.editorial-copy a:not(.btn){color:var(--wine);text-decoration:underline}.editorial-copy ul,.editorial-copy ol{padding-left:24px}.editorial-aside{align-self:start;background:var(--cream);border-top:4px solid var(--wine);padding:28px;position:sticky;top:108px}.editorial-aside h2{font-size:1.4rem;line-height:1.3}.editorial-aside .btn{font-size:1rem;padding:14px}.article-meta{font-size:.9rem;color:var(--muted)}.content-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.content-card{border:1px solid var(--line);padding:28px;display:flex;flex-direction:column;align-items:start}.content-card h2{font-size:1.4rem;line-height:1.35}.content-card p{color:var(--muted);flex:1}.content-card a{font-weight:700;color:var(--wine);text-decoration:underline}.content-card:hover{border-color:var(--wine)}.source-note{font-size:.9rem;background:var(--cream);padding:20px;margin-top:35px}.source-note a{overflow-wrap:anywhere}.editorial details{border-bottom:1px solid var(--line);padding:18px 0}.editorial summary{cursor:pointer;font-weight:700}.editorial .eyebrow,.growth-band .eyebrow{font-size:.875rem}.header nav{gap:20px}.header nav a,.btn,footer a{overflow-wrap:anywhere}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--rose);outline-offset:4px}.skip-link{position:absolute;left:12px;top:-100px;z-index:100;background:white;padding:12px}.skip-link:focus{top:12px}@media(max-width:920px){.editorial-grid,.growth-band{grid-template-columns:1fr;gap:30px}.editorial-aside{position:static}.content-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.content-cards{grid-template-columns:1fr}.editorial{padding:28px 22px 55px}.editorial-hero{padding-top:0}.growth-band{padding:50px 22px}}
/* Switch to the existing menu before the logo and links become crowded. */
@media (min-width: 921px) and (max-width: 1100px) {
  .header nav { display:none; position:absolute; top:84px; left:0; right:0; background:#fff; padding:22px; flex-direction:column; align-items:stretch; }
  .header nav.open { display:flex; }
  .menu-btn { display:block; background:none; border:1px solid var(--line); padding:9px 14px; border-radius:5px; }
}
