.service-page {
  --service-accent: var(--blue);
  --service-accent-ink: #fff;
  overflow: hidden;
}

.service-page-local {
  --service-accent: var(--blue);
  --service-accent-ink: #fff;
}

.service-page-start {
  --service-accent: var(--blue);
  --service-accent-ink: #fff;
}

.service-page .section-label { width: fit-content; }
.service-page .section-label em { color: var(--muted); font-style: normal; }
.service-page .section-label-light em { color: #8e9088; }
.service-hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: 9rem; padding-bottom: 2rem; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(25rem, .62fr); gap: clamp(2.5rem, 6vw, 7rem); align-items: center; }
.service-hero-copy h1 { max-width: 78rem; margin: clamp(2rem, 4vw, 4rem) 0 2rem; font-size: clamp(4.3rem, 8.7vw, 9.6rem); line-height: .79; letter-spacing: -.082em; text-wrap: balance; }
.service-hero-copy h1 em { color: var(--service-accent); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.service-hero-intro { max-width: 45rem; margin: 0 0 2.2rem; color: #41423d; font-size: clamp(1rem, 1.35vw, 1.28rem); }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; }
.service-hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 5vw, 5rem); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-hero-meta div { min-height: 7.4rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1rem; border-right: 1px solid var(--ink); }
.service-hero-meta div:last-child { border-right: 0; }
.service-hero-meta span { color: var(--muted); font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.service-hero-meta strong { max-width: 15rem; font-size: .82rem; font-weight: 500; }

.service-console { min-height: 39rem; position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 1.1rem; background: var(--ink); color: var(--paper); border-radius: var(--radius); isolation: isolate; }
.service-console::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 3rem 3rem; }
.service-console::after { content: ""; position: absolute; z-index: -1; width: 19rem; height: 19rem; right: -8rem; top: 25%; background: var(--service-accent); border-radius: 50%; filter: blur(5.2rem); opacity: .28; }
.console-head { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .9rem; border-bottom: 1px solid rgba(255,255,255,.18); color: #8d8f87; font-size: .54rem; text-transform: uppercase; letter-spacing: .08em; }
.console-live { display: inline-flex; align-items: center; gap: .4rem; color: var(--paper); }
.console-live i { width: .42rem; height: .42rem; background: var(--service-accent); border-radius: 50%; box-shadow: 0 0 .7rem var(--service-accent); }
.console-main { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 2.3rem .3rem 1.6rem; }
.console-kicker { margin: 0 0 .7rem; color: #8f9189; font-size: .54rem; text-transform: uppercase; letter-spacing: .08em; }
.console-main h2 { max-width: 28rem; margin: 0 0 2.4rem; font-size: clamp(2.8rem, 4.6vw, 5.3rem); line-height: .86; letter-spacing: -.065em; }
.console-main h2 em { color: var(--service-accent); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.console-rows { display: flex; flex-direction: column; gap: .55rem; }
.console-row { display: grid; grid-template-columns: 2rem 1fr auto; gap: .65rem; align-items: center; padding: .75rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: .55rem; }
.console-row > span { width: 1.7rem; height: 1.7rem; display: grid; place-items: center; background: var(--service-accent); color: var(--service-accent-ink); border-radius: 50%; font-size: .48rem; }
.console-row strong { font-size: .66rem; font-weight: 500; }
.console-row small { color: #9b9d95; font-size: .49rem; text-transform: uppercase; }
.console-foot { display: flex; justify-content: space-between; gap: 1rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.18); color: #8d8f87; font-size: .53rem; }

.service-proof-strip { display: grid; grid-template-columns: auto repeat(4, 1fr); align-items: stretch; background: var(--service-accent); color: var(--service-accent-ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-proof-strip > span, .service-proof-strip > strong { min-height: 5.2rem; display: flex; align-items: center; padding: 1rem var(--pad); border-right: 1px solid var(--ink); }
.service-proof-strip > span { color: inherit; font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.service-proof-strip > strong { justify-content: center; padding-left: 1rem; padding-right: 1rem; font-size: .72rem; font-weight: 500; text-align: center; }
.service-proof-strip > strong:last-child { border-right: 0; }

.service-section { padding-top: clamp(6rem, 10vw, 11rem); padding-bottom: clamp(6rem, 10vw, 11rem); }
.service-section-head { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(18rem, .6fr); gap: clamp(2rem, 7vw, 8rem); align-items: end; margin: clamp(3.5rem, 7vw, 7rem) 0 clamp(3rem, 6vw, 6rem); }
.service-section-head h2 { max-width: 78rem; margin: 0; font-size: clamp(3.7rem, 7.4vw, 8rem); line-height: .88; letter-spacing: -.074em; }
.service-section-head h2 em { color: var(--service-accent); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.service-section-head > p { max-width: 31rem; margin: 0; color: var(--muted); font-size: .92rem; }

.service-problems { background: var(--ink); color: var(--paper); }
.problem-signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.problem-signal { min-height: 18rem; display: flex; flex-direction: column; padding: 1.1rem; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.problem-signal > span { color: #797b73; font-size: .55rem; }
.problem-signal h3 { max-width: 20rem; margin: auto 0 1.2rem; font-size: clamp(1.65rem, 2.4vw, 2.5rem); line-height: .94; letter-spacing: -.05em; }
.problem-signal p { max-width: 24rem; margin: 0; color: #9ea098; font-size: .74rem; }
.problem-signal:nth-child(2), .problem-signal:nth-child(5) { background: rgba(255,255,255,.035); }
.problem-signal.is-accent { background: var(--service-accent); color: var(--service-accent-ink); }
.problem-signal.is-accent > span, .problem-signal.is-accent p { color: inherit; opacity: .7; }

.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.scope-card { min-height: 22rem; display: flex; flex-direction: column; padding: 1.2rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); }
.scope-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.scope-card-top span { width: 2rem; height: 2rem; display: grid; place-items: center; background: var(--ink); color: var(--paper); border-radius: 50%; font-size: .55rem; }
.scope-card-top i { width: .52rem; height: .52rem; background: var(--service-accent); border-radius: 50%; box-shadow: 0 0 0 .28rem color-mix(in srgb, var(--service-accent), transparent 76%); }
.scope-card h3 { margin: auto 0 1rem; font-size: clamp(1.8rem, 2.7vw, 2.8rem); line-height: .93; letter-spacing: -.055em; }
.scope-card p { margin: 0 0 1rem; color: var(--muted); font-size: .77rem; }
.scope-card ul { margin: 0; padding: 1rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.scope-card li { position: relative; padding: .35rem 0 .35rem 1rem; color: #4d4e48; font-size: .65rem; }
.scope-card li::before { content: ""; position: absolute; left: 0; top: .76rem; width: .35rem; height: .35rem; background: var(--service-accent); border-radius: 50%; }

.service-sample { background: var(--service-accent); color: var(--service-accent-ink); }
.sample-layout { display: grid; grid-template-columns: minmax(18rem, .55fr) minmax(0, 1.45fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.sample-copy { position: sticky; top: 8rem; }
.sample-copy h2 { margin: 3rem 0 1.5rem; font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .87; letter-spacing: -.07em; }
.sample-copy h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.sample-copy > p { max-width: 29rem; margin: 0 0 1.8rem; opacity: .72; }
.sample-report { overflow: hidden; background: var(--paper); color: var(--ink); border: 1px solid var(--ink); border-radius: var(--radius); box-shadow: 1rem 1rem 0 rgba(17,18,15,.14); }
.report-toolbar { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border-bottom: 1px solid var(--ink); font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.report-status { display: flex; align-items: center; gap: .45rem; }
.report-status i { width: .45rem; height: .45rem; background: #1db954; border-radius: 50%; }
.report-summary { display: grid; grid-template-columns: 1.15fr .85fr; border-bottom: 1px solid var(--ink); }
.report-summary > div { min-height: 14rem; padding: 1.1rem; border-right: 1px solid var(--ink); }
.report-summary > div:last-child { border-right: 0; }
.report-summary span, .report-finding > span { color: var(--muted); font-size: .52rem; text-transform: uppercase; letter-spacing: .08em; }
.report-summary h3 { max-width: 30rem; margin: 4rem 0 0; font-size: clamp(2rem, 3.8vw, 3.8rem); line-height: .9; letter-spacing: -.06em; }
.report-score { display: flex; align-items: flex-end; justify-content: space-between; }
.report-score strong { font-size: clamp(4rem, 7vw, 7rem); line-height: .75; letter-spacing: -.08em; }
.report-score small { max-width: 8rem; color: var(--muted); font-size: .55rem; text-align: right; }
.report-findings { padding: 0 1.1rem; }
.report-finding { display: grid; grid-template-columns: 3.5rem minmax(12rem, .8fr) minmax(16rem, 1.2fr) auto; gap: 1rem; align-items: center; min-height: 7.2rem; border-bottom: 1px solid var(--line); }
.report-finding:last-child { border-bottom: 0; }
.report-finding b { font-size: .83rem; }
.report-finding p { margin: 0; color: var(--muted); font-size: .68rem; }
.report-priority { padding: .35rem .55rem; background: var(--ink); color: var(--paper); border-radius: 2rem; font-size: .48rem; }
.report-priority.p1 { background: var(--service-accent); color: var(--service-accent-ink); }

.boundary-layout { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.boundary-column { min-height: 30rem; padding: clamp(1.2rem, 3vw, 2.2rem); }
.boundary-column + .boundary-column { background: var(--ink); color: var(--paper); }
.boundary-column > span { display: block; padding-bottom: 1rem; border-bottom: 1px solid currentColor; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.boundary-column h3 { max-width: 35rem; margin: 3rem 0 2rem; font-size: clamp(2.3rem, 4vw, 4.5rem); line-height: .9; letter-spacing: -.06em; }
.boundary-list { margin: 0; padding: 0; list-style: none; }
.boundary-list li { display: grid; grid-template-columns: 1.2rem 1fr; gap: .7rem; padding: .75rem 0; border-top: 1px solid color-mix(in srgb, currentColor, transparent 75%); color: color-mix(in srgb, currentColor, transparent 25%); font-size: .72rem; }
.boundary-list li::before { content: "↗"; color: var(--service-accent); }
.boundary-column + .boundary-column .boundary-list li::before { content: "—"; color: #8d8f87; }

.deliverable-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.deliverable-card { min-height: 19rem; display: flex; flex-direction: column; padding: 1rem; border-right: 1px solid var(--ink); }
.deliverable-card:last-child { border-right: 0; }
.deliverable-card > span { color: var(--muted); font-size: .52rem; }
.deliverable-card strong { margin: auto 0 1rem; font-size: clamp(1.3rem, 2vw, 2rem); line-height: .96; letter-spacing: -.045em; }
.deliverable-card p { margin: 0; color: var(--muted); font-size: .66rem; }
.deliverable-card.is-accent { background: var(--service-accent); color: var(--service-accent-ink); }
.deliverable-card.is-accent > span, .deliverable-card.is-accent p { color: inherit; opacity: .68; }

.service-process { background: var(--paper-2); }
.process-timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.process-phase { min-height: 25rem; position: relative; display: flex; flex-direction: column; padding: 1.1rem; border-right: 1px solid var(--ink); }
.process-phase:last-child { border-right: 0; }
.process-phase::before { content: ""; position: absolute; top: -.35rem; left: 1.1rem; width: .7rem; height: .7rem; background: var(--service-accent); border: 1px solid var(--ink); border-radius: 50%; }
.process-phase > span { color: var(--muted); font-size: .53rem; text-transform: uppercase; letter-spacing: .08em; }
.process-phase h3 { margin: auto 0 1rem; font-size: clamp(1.9rem, 3vw, 3.1rem); line-height: .92; letter-spacing: -.055em; }
.process-phase p { margin: 0; color: var(--muted); font-size: .72rem; }

.service-owner { display: grid; grid-template-columns: minmax(20rem, .65fr) minmax(0, 1.35fr); gap: clamp(2.5rem, 7vw, 8rem); background: var(--blue); color: white; }
.service-owner-media { min-height: 43rem; position: relative; overflow: hidden; border-radius: var(--radius); }
.service-owner-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.72)); }
.service-owner-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 20%; }
.service-owner-caption { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.4); font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.service-owner-copy { align-self: center; padding: 4rem 0; }
.service-owner-copy h2 { max-width: 60rem; margin: 2.5rem 0 2rem; font-size: clamp(3.7rem, 6.8vw, 7.4rem); line-height: .86; letter-spacing: -.073em; }
.service-owner-copy h2 em { color: var(--signal); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.service-owner-copy > p { max-width: 46rem; color: rgba(255,255,255,.7); }
.service-owner-copy .owner-lead { color: white; font-size: clamp(1rem, 1.35vw, 1.25rem); }
.owner-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 2.2rem 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.owner-facts div { min-height: 6.5rem; display: flex; flex-direction: column; justify-content: space-between; padding: .9rem; border-right: 1px solid rgba(255,255,255,.35); }
.owner-facts div:last-child { border-right: 0; }
.owner-facts span { color: rgba(255,255,255,.56); font-size: .52rem; text-transform: uppercase; }
.owner-facts strong { font-size: .68rem; font-weight: 500; }

.investment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: .8rem; }
.investment-card { min-height: 25rem; display: flex; flex-direction: column; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--ink); border-radius: var(--radius); }
.investment-card.is-accent { background: var(--service-accent); color: var(--service-accent-ink); }
.investment-card > span { padding-bottom: 1rem; border-bottom: 1px solid currentColor; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.investment-card h3 { margin: auto 0 1rem; font-size: clamp(3rem, 6vw, 6.5rem); line-height: .82; letter-spacing: -.075em; }
.investment-card p { max-width: 39rem; margin: 0; opacity: .72; }
.next-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: .8rem; }
.next-step-card { min-height: 13rem; display: flex; flex-direction: column; padding: 1rem; background: var(--paper-2); border-radius: var(--radius); }
.next-step-card span { color: var(--muted); font-size: .52rem; }
.next-step-card strong { margin: auto 0 .5rem; font-size: 1.35rem; letter-spacing: -.04em; }
.next-step-card p { margin: 0; color: var(--muted); font-size: .68rem; }

.service-faq { background: var(--ink); color: var(--paper); }
.faq-list { border-top: 1px solid rgba(255,255,255,.28); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.28); }
.faq-list summary { min-height: 6rem; display: grid; grid-template-columns: 3rem 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #777970; font-size: .54rem; }
.faq-list summary strong { font-size: clamp(1.15rem, 2vw, 1.8rem); font-weight: 500; letter-spacing: -.035em; }
.faq-list summary i { width: 2rem; height: 2rem; display: grid; place-items: center; background: var(--service-accent); color: var(--service-accent-ink); border-radius: 50%; font-style: normal; transition: transform .25s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-answer { max-width: 56rem; margin: 0 0 2rem 4rem; color: #a3a59d; }

.service-contact { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(5rem, 8vw, 8rem); background: var(--service-accent); color: var(--service-accent-ink); scroll-margin-top: 5rem; }
.service-contact-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .55fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: end; margin: 3rem 0 3.5rem; }
.service-contact-head h2 { max-width: 75rem; margin: 0; font-size: clamp(3.8rem, 7.7vw, 8.4rem); line-height: .86; letter-spacing: -.076em; }
.service-contact-head h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.service-contact-head p { max-width: 30rem; margin: 0; opacity: .72; }
.service-contact .contact-form-wrap { margin: 0; color: var(--ink); border: 1px solid var(--ink); border-radius: var(--radius); }
.service-contact .contact-form-head { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.service-contact .contact-form-head h3 { font-size: clamp(2.2rem, 4.2vw, 4rem); }
.service-contact .contact-form-head > span, .service-contact .contact-form-head p { color: var(--muted); }
.service-contact .lead-form label > span { color: #44453f; font-size: .62rem; font-weight: 600; }
.service-contact .lead-form-confirm span { color: #44453f; font-size: .68rem; font-weight: 400; }
.service-contact .lead-form-confirm a { color: var(--ink); }

.growth-console::after { right: -6rem; top: 13%; background: var(--blue); opacity: .38; }
.growth-console-main { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 2.2rem .3rem 1rem; }
.growth-console-main h2 { margin: 0; font-size: clamp(2.8rem, 4.4vw, 5rem); line-height: .87; letter-spacing: -.06em; }
.growth-console-main h2 em { color: #8f8fff; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.growth-chart { min-height: 13.5rem; position: relative; margin: 1.5rem 0 .9rem; overflow: hidden; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.growth-chart::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 3.2rem 3.2rem; }
.growth-chart svg { position: absolute; left: .35rem; right: .35rem; bottom: .45rem; width: calc(100% - .7rem); height: 10.8rem; overflow: visible; }
.growth-area { fill: url(#growthArea); }
.growth-line { fill: none; stroke: #7777ff; stroke-width: 3; vector-effect: non-scaling-stroke; }
.growth-chart circle { fill: var(--signal); stroke: var(--ink); stroke-width: 2; vector-effect: non-scaling-stroke; }
.growth-chart-label { position: absolute; z-index: 2; display: flex; flex-direction: column; gap: .1rem; }
.growth-chart-label span { color: #85877f; font-size: .43rem; text-transform: uppercase; letter-spacing: .07em; }
.growth-chart-label strong { font-size: .6rem; font-weight: 500; }
.growth-chart-label-a { left: .8rem; bottom: 1.65rem; }
.growth-chart-label-b { left: 57%; top: 42%; }
.growth-chart-label-c { right: .8rem; top: .9rem; text-align: right; }
.growth-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.growth-outcomes div { min-height: 5rem; display: flex; flex-direction: column; justify-content: space-between; padding: .7rem; border-right: 1px solid rgba(255,255,255,.18); }
.growth-outcomes div:last-child { border-right: 0; }
.growth-outcomes span { color: #85877f; font-size: .43rem; text-transform: uppercase; letter-spacing: .06em; }
.growth-outcomes strong { max-width: 8rem; font-size: .58rem; font-weight: 500; }

.start-decision-board::after { right: -7rem; top: 8%; background: var(--blue); opacity: .4; }
.start-board-main { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 2.3rem .3rem 1.4rem; }
.start-board-main h2 { max-width: 29rem; margin: 0; font-size: clamp(2.8rem, 4.5vw, 5.1rem); line-height: .87; letter-spacing: -.064em; }
.start-board-main h2 em { color: #9292ff; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.start-board-question { max-width: 23rem; margin: 1.25rem 0 1.5rem; color: #a2a49c; font-size: .68rem; }
.start-board-options { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.start-board-options article { min-height: 5.8rem; display: grid; grid-template-columns: 2rem 1fr; gap: .7rem; align-items: center; padding: .8rem; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.16); border-radius: .65rem; }
.start-board-options article > span { width: 1.8rem; height: 1.8rem; display: grid; place-items: center; color: #aaa; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .48rem; }
.start-board-options article div { display: flex; flex-direction: column; gap: .28rem; }
.start-board-options strong { font-size: .72rem; font-weight: 500; }
.start-board-options small { color: #85877f; font-size: .48rem; }
.start-board-options article.is-active { background: var(--blue); border-color: #7777ff; }
.start-board-options article.is-active > span { color: white; border-color: rgba(255,255,255,.55); }
.start-board-options article.is-active small { color: rgba(255,255,255,.65); }

.service-channel-choice { background: var(--paper-2); }
.channel-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.channel-choice-grid article { min-height: 28rem; display: flex; flex-direction: column; padding: clamp(1rem, 2.2vw, 1.7rem); background: var(--paper); border-right: 1px solid var(--ink); }
.channel-choice-grid article:last-child { border-right: 0; }
.channel-choice-grid span { color: var(--muted); font-size: .53rem; text-transform: uppercase; letter-spacing: .08em; }
.channel-choice-grid h3 { margin: auto 0 1.2rem; font-size: clamp(2rem, 3.4vw, 3.8rem); line-height: .9; letter-spacing: -.06em; }
.channel-choice-grid p { margin: 0; color: var(--muted); font-size: .72rem; }
.channel-choice-grid article.is-accent { background: var(--service-accent); color: var(--service-accent-ink); }
.channel-choice-grid article.is-accent span, .channel-choice-grid article.is-accent p { color: inherit; opacity: .72; }

@media (max-width: 1100px) {
  .service-hero-grid { grid-template-columns: 1fr; }
  .service-console { min-height: 34rem; }
  .service-proof-strip { grid-template-columns: 1fr 1fr; }
  .service-proof-strip > span { grid-column: 1 / -1; min-height: 3.5rem; border-bottom: 1px solid var(--ink); }
  .service-proof-strip > strong:nth-child(3) { border-right: 0; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .sample-layout { grid-template-columns: 1fr; }
  .sample-copy { position: static; }
  .deliverable-grid { grid-template-columns: repeat(3, 1fr); }
  .deliverable-card { border-bottom: 1px solid var(--ink); }
  .deliverable-card:nth-child(3) { border-right: 0; }
  .deliverable-card:nth-last-child(-n+2) { border-bottom: 0; }
  .service-owner { grid-template-columns: .8fr 1.2fr; }
  .channel-choice-grid { grid-template-columns: 1fr 1fr; }
  .channel-choice-grid article { min-height: 20rem; border-bottom: 1px solid var(--ink); }
  .channel-choice-grid article:nth-child(2) { border-right: 0; }
  .channel-choice-grid article:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 780px) {
  .service-hero { min-height: auto; padding-top: 7.5rem; }
  .service-hero-copy h1 { font-size: clamp(3.7rem, 16vw, 6rem); }
  .service-hero-meta { grid-template-columns: 1fr; }
  .service-hero-meta div { min-height: 5.5rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .service-hero-meta div:last-child { border-bottom: 0; }
  .service-console { min-height: 30rem; }
  .console-main h2 { font-size: 2.8rem; }
  .console-row { grid-template-columns: 2rem 1fr; }
  .console-row small { grid-column: 2; }
  .service-proof-strip { grid-template-columns: 1fr; }
  .service-proof-strip > span, .service-proof-strip > strong { min-height: 3.8rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .service-proof-strip > strong:last-child { border-bottom: 0; }
  .service-section-head, .service-contact-head { grid-template-columns: 1fr; }
  .service-section-head h2, .service-contact-head h2 { font-size: clamp(3.2rem, 14vw, 5.5rem); }
  .problem-signal-grid, .scope-grid { grid-template-columns: 1fr; }
  .problem-signal { min-height: 14rem; }
  .scope-card { min-height: 18rem; }
  .report-summary { grid-template-columns: 1fr; }
  .report-summary > div { min-height: 11rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .report-summary > div:last-child { border-bottom: 0; }
  .report-finding { grid-template-columns: 2.5rem 1fr auto; padding: 1rem 0; }
  .report-finding p { grid-column: 2 / -1; }
  .boundary-layout, .investment-grid { grid-template-columns: 1fr; }
  .boundary-column { min-height: 24rem; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-card, .deliverable-card:nth-child(3), .deliverable-card:nth-last-child(-n+2) { min-height: 12rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .deliverable-card:last-child { border-bottom: 0; }
  .process-timeline { grid-template-columns: 1fr; }
  .process-phase { min-height: 14rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .process-phase:last-child { border-bottom: 0; }
  .process-phase::before { top: 1.1rem; left: -.35rem; }
  .service-owner { grid-template-columns: 1fr; }
  .service-owner-media { min-height: 34rem; }
  .service-owner-copy { padding: 0 0 1rem; }
  .owner-facts { grid-template-columns: 1fr; }
  .owner-facts div { min-height: 4.6rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .owner-facts div:last-child { border-bottom: 0; }
  .next-step-grid { grid-template-columns: 1fr; }
  .next-step-card { min-height: 10rem; }
  .faq-list summary { grid-template-columns: 2.2rem 1fr auto; }
  .faq-answer { margin-left: 3.2rem; }
  .growth-console-main h2 { font-size: 2.75rem; }
  .growth-chart { min-height: 12.5rem; }
  .growth-outcomes { grid-template-columns: 1fr; }
  .growth-outcomes div { min-height: 3.8rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .growth-outcomes div:last-child { border-bottom: 0; }
  .start-board-main h2 { font-size: 2.75rem; }
  .channel-choice-grid { grid-template-columns: 1fr; }
  .channel-choice-grid article, .channel-choice-grid article:nth-child(2), .channel-choice-grid article:nth-last-child(-n+2) { min-height: 14rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .channel-choice-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 430px) {
  .service-hero-copy h1 { font-size: 15.5vw; }
  .service-hero-actions { align-items: stretch; flex-direction: column; }
  .service-hero-actions .button { width: 100%; }
  .service-console { min-height: 28rem; }
  .service-section-head h2, .service-contact-head h2 { font-size: 13.5vw; }
  .report-toolbar { align-items: flex-start; flex-direction: column; }
  .report-summary h3 { margin-top: 2rem; }
  .report-finding { grid-template-columns: 2.1rem 1fr; }
  .report-finding .report-priority { grid-column: 2; justify-self: start; }
  .growth-chart-label-b { left: 51%; }
  .start-board-options { grid-template-columns: 1fr; }
  .start-board-options article { min-height: 4.7rem; }
}
