/* Business layouts; shared typography and colors live in landing-editorial.css. */
.page-growth-operations footer { margin-left:170px; }
.page-growth-operations .close-mb-menu { color:var(--pd-on-dark); background:transparent; border:0; min-height:44px; padding:8px; }
.page-growth-operations :is(.go-advantages,.go-hk-grid,.go-modules,.go-plans,.go-roles,.go-metrics) { display:grid; gap:32px; }
.page-growth-operations :is(.go-advantages,.go-hk-grid,.go-modules) { grid-template-columns:repeat(2,minmax(0,1fr)); }
.page-growth-operations :is(.go-plans,.go-roles,.go-metrics) { grid-template-columns:repeat(3,minmax(0,1fr)); }
.page-growth-operations :is(article,.go-metric-group,.go-photo,.go-work-index) { min-width:0; }
.page-growth-operations :is(.go-advantages,.go-hk-grid,.go-modules,.go-plans,.go-roles) > :is(article,div) { border-top:1px solid var(--pd-line); padding-top:24px; }
.page-growth-operations .go-index { display:block; font-size:13px; font-weight:600; margin-bottom:12px; }
.page-growth-operations .go-photo { margin:0; }
.page-growth-operations .go-photo img { width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:16px; }
.page-growth-operations .go-editorial-split { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; margin-bottom:48px; }
.page-growth-operations .go-editorial-split .pd-intro { margin:0; }
.page-growth-operations .go-work-index { border-top:1px solid var(--pd-line); }
.page-growth-operations .go-work-index a { display:grid; grid-template-columns:1fr auto auto; gap:16px; align-items:center; padding:24px 0; border-bottom:1px solid var(--pd-line); font-size:20px; line-height:1.5; }
.page-growth-operations .go-work-range { font-size:13px; }
.page-growth-operations .go-modules { gap:0 48px; }
.page-growth-operations .go-module { padding-bottom:28px; scroll-margin-top:112px; }
.page-growth-operations .go-module-title { margin-bottom:16px; }
.page-growth-operations .go-module-title h3 { margin-bottom:8px; }
.page-growth-operations .go-module-brief { max-width:48ch; }
.page-growth-operations .go-boundary-detail { margin-top:12px; }
.page-growth-operations .go-boundary-detail summary { cursor:pointer; font-size:14px; min-height:44px; padding:12px 0; }
.page-growth-operations .go-boundary-detail[open] p { padding:12px 0 0 16px; border-left:2px solid var(--pd-line); }
.page-growth-operations :is(.go-report-note,.go-link,.go-hk-grid .go-boundary,.go-metrics .go-evidence) { font-size:13px; line-height:1.75; }
.page-growth-operations .go-report-note { margin:0 0 36px; }
.page-growth-operations .go-link { display:inline-block; text-decoration:underline; text-underline-offset:4px; padding:8px 0; }
.page-growth-operations .go-hk-grid .go-boundary { padding-top:16px; }
.page-growth-operations .go-metric-group { border-top:2px solid var(--pd-ink); }
.page-growth-operations .go-group-heading { font-size:17px; line-height:1.5; margin:20px 0 8px; }
.page-growth-operations .go-metrics article { padding:24px 0; }
.page-growth-operations .go-metrics article + article { border-top:1px solid var(--pd-line); }
.page-growth-operations .go-metrics h4 { font-size:22px; line-height:1.4; margin-bottom:12px; }
.page-growth-operations .go-metrics .go-evidence { margin-top:16px; }
.page-growth-operations .go-callout { margin:32px 0 0; padding:20px 0 20px 24px; border-left:3px solid var(--pd-accent); font-size:16px; line-height:1.75; }
.page-growth-operations .go-plans dl { margin:0; }
.page-growth-operations .go-plans dl > div { padding-top:20px; }
.page-growth-operations :is(.go-plans,.go-roles) dt { font-size:14px; font-weight:600; line-height:1.6; margin-bottom:8px; }
.page-growth-operations .go-subheading { font-size:clamp(24px,2.5vw,32px); line-height:1.4; margin:64px 0 28px; }
.page-growth-operations .go-roles { margin:0; }
.page-growth-operations .go-roles dt { font-size:18px; }
.page-growth-operations .go-stages { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; margin:0; padding:0; list-style:none; }
.page-growth-operations .go-stages li { border-top:2px solid var(--pd-line); padding-top:20px; }
.page-growth-operations .go-stages h4 { font-size:19px; line-height:1.5; margin:0 0 12px; }
@media (max-width:1100px) {
 .page-growth-operations footer { margin-left:52px; }
 .page-growth-operations :is(.go-plans,.go-metrics) { grid-template-columns:1fr; }
 .page-growth-operations .go-stages { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .page-growth-operations .go-metric-group { display:grid; grid-template-columns:1fr 1fr; gap:0 32px; }
 .page-growth-operations .go-group-heading { grid-column:1/-1; }
 .page-growth-operations .go-metrics article + article { border-top:0; }
}
@media (max-width:767px) {
 .page-growth-operations :is(.go-editorial-split,.go-modules,.go-advantages,.go-hk-grid,.go-roles,.go-stages,.go-metric-group) { grid-template-columns:1fr; gap:24px; }
 .page-growth-operations .go-editorial-split { margin-bottom:32px; }
 .page-growth-operations .go-metric-group { gap:0; }
 .page-growth-operations .go-metrics article + article { border-top:1px solid var(--pd-line); }
 .page-growth-operations .go-work-index a { font-size:18px; gap:10px; }
}
