@import url('/styles.css');
.growth-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.2rem max(1rem,calc((100vw - 1160px)/2));background:var(--wine-dark);color:white;flex-wrap:wrap}.growth-header a{color:inherit;text-decoration:none}.growth-header strong{font:500 1.4rem var(--serif)}.growth-header nav{display:flex;gap:1rem;flex-wrap:wrap;font-size:1rem}.growth-shell{width:min(1100px,calc(100% - 2rem));margin:auto;padding:clamp(2rem,6vw,5rem) 0}.growth-shell h1{font:500 clamp(2.5rem,5vw,4.8rem)/1.12 var(--serif);max-width:1000px;color:var(--wine);margin:1rem 0 1.5rem}.growth-shell h2{font:500 clamp(1.8rem,3vw,2.8rem)/1.2 var(--serif);color:var(--wine)}.growth-shell h3{font:500 1.4rem/1.3 var(--serif);color:var(--wine)}.growth-shell p,.growth-shell li{font-size:1.0625rem;line-height:1.8}.growth-shell .eyebrow{font-size:.9rem}.growth-lead{max-width:760px;font-size:1.25rem!important}.growth-art{width:100%;height:clamp(240px,35vw,420px);object-fit:cover;margin:2rem 0;border-radius:4px}.growth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.2rem;margin:2rem 0}.growth-card{display:block;padding:1.6rem;border:1px solid var(--line);background:white;color:var(--ink);text-decoration:none}.growth-card:hover{border-color:var(--wine);box-shadow:0 8px 24px #4e172015}.growth-card h3{margin-top:.3rem}.growth-card span{font-size:.9rem;color:var(--muted)}.growth-article{max-width:790px}.growth-article section{margin:2.4rem 0}.growth-footer{padding:2rem 1rem;border-top:1px solid var(--line);display:flex;gap:1.4rem;flex-wrap:wrap;justify-content:center}.growth-footer a{color:var(--wine)}.growth-note{padding:1.5rem;border-left:4px solid var(--wine);background:var(--blush);margin:2rem 0}.growth-actions{display:flex;gap:1rem;flex-wrap:wrap}.growth-actions a,.growth-shell button{display:inline-flex;align-items:center;min-height:48px;padding:.75rem 1.1rem;background:var(--wine);color:white;text-decoration:none;border:0;font:500 1rem var(--sans);cursor:pointer}.growth-shell a:focus-visible,.growth-header a:focus-visible{outline:3px solid var(--wine);outline-offset:5px}.growth-shell ol{padding-left:1.5rem}.growth-shell details{padding:1rem 0;border-bottom:1px solid var(--line)}.growth-shell summary{cursor:pointer;font-size:1.05rem;font-weight:600}.growth-shell textarea{width:100%;min-height:130px;font:1rem/1.7 var(--sans);padding:1rem;border:1px solid var(--line)}@media(max-width:600px){.growth-header{align-items:flex-start}.growth-header nav{width:100%}.growth-shell{padding-top:2rem}.growth-shell h1{font-size:2.5rem}.growth-actions{display:grid}.growth-actions a{text-align:center;justify-content:center}}@media print{.growth-header,.growth-footer,.growth-actions{display:none}.growth-shell{width:100%;padding:0}.growth-art{height:170px}.growth-card{break-inside:avoid}}
