* { box-sizing: border-box; }
:root { font-family: Arial, Helvetica, sans-serif; color: #152320; background: #faf9f3; font-synthesis: none; }
body { margin: 0; }
main { max-width: 680px; margin: 0 auto; padding: 26px; }
p { margin: 0; }
.client-header { display: flex; align-items: center; gap: 11px; margin-bottom: 27px; }
.client-header img { width: 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; object-fit: cover; background: #fff; }
.eyebrow { font: 9px/1.4 monospace; letter-spacing: 1.15px; color: #0049d1; margin-bottom: 4px; }
.client-name { font-size: 14px; font-weight: 700; line-height: 1.3; }
.category { display: inline-block; font: 10px/1.3 monospace; color: #4f5b50; border-bottom: 1px solid #91a48b; padding-bottom: 4px; margin-bottom: 12px; }
h1 { font-size: clamp(27px, 7vw, 38px); line-height: 1.05; letter-spacing: -1.1px; margin: 0 0 16px; text-wrap: balance; }
.context { color: #59615a; font-size: 13px; line-height: 1.65; }
h2 { font: bold 10px/1.4 monospace; letter-spacing: .9px; text-transform: uppercase; margin: 0 0 12px; }
.strategic-shift { background: #0049d1; color: white; padding: 20px; margin-top: 22px; border-top: 3px solid #9bd543; }
.strategic-shift h2 { color: #dcf5b6; }
.strategic-shift p { font-size: 14px; line-height: 1.6; }
.strategy-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 25px; padding: 0; list-style: none; background: #edf0e5; border: 1px solid #dbe0d0; border-top: 0; }
.strategy-flow li { min-width: 0; padding: 13px 10px; position: relative; font-size: 11px; line-height: 1.4; }
.strategy-flow li + li { border-left: 1px solid #d0d8c5; }
.strategy-flow li + li::before { content: '→'; position: absolute; top: 12px; left: -5px; color: #55763a; background: #edf0e5; font-size: 10px; }
.step-number { display: block; font: 9px/1.3 monospace; color: #55763a; margin-bottom: 5px; }
.execution ol { list-style: none; padding: 0; margin: 0; }
.execution li { margin-bottom: 17px; padding-left: 14px; border-left: 2px solid #cbd9ba; }
.execution h3 { font-size: 13px; line-height: 1.45; margin: 0 0 4px; }
.execution p, .more-context > p { color: #59615a; font-size: 12px; line-height: 1.6; }
.result { display: flex; align-items: center; gap: 16px; border-top: 1px solid #cdd4c5; border-bottom: 1px solid #cdd4c5; margin-top: 23px; padding: 18px 0; }
.result strong { color: #0049d1; font-size: 29px; letter-spacing: -1px; line-height: 1.1; white-space: nowrap; }
.result p { font-size: 11px; font-weight: 700; line-height: 1.4; }
.result small { display: block; color: #65705f; font-size: 9px; line-height: 1.5; margin-top: 5px; }
.our-role { font-size: 10px; color: #59615a; line-height: 1.5; margin-top: 17px; }
.our-role span { display: block; font: bold 9px/1.4 monospace; letter-spacing: .7px; text-transform: uppercase; margin-bottom: 4px; }
.more-context { border-bottom: 1px solid #cdd4c5; padding: 18px 0; font-size: 12px; }
summary { cursor: pointer; font-weight: 700; }
.more-context > p { margin: 14px 0; }
figure { margin: 18px 0; }
figure img { display: block; width: 100%; height: auto; border: 1px solid #d2d8c9; }
figcaption { font-size: 10px; line-height: 1.5; margin-top: 7px; color: #65705f; }
a { color: #0049d1; text-underline-offset: 3px; }
a:focus-visible, summary:focus-visible { outline: 2px solid #0049d1; outline-offset: 4px; }
footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; font-size: 11px; }
footer a { font-weight: 700; }
.story-index { display: grid; gap: 10px; margin-top: 25px; }
.story-index a { padding: 15px; border: 1px solid #d2d8c9; display: flex; justify-content: space-between; }
@media (max-width: 360px) {
    main { padding: 21px 18px; }
    .strategy-flow li { font-size: 10px; padding: 12px 8px; }
    .result { gap: 12px; }
    .result strong { font-size: 25px; }
}
@media (min-width: 600px) {
    main { padding: 36px; }
    .strategy-flow li { padding: 16px; font-size: 12px; }
    .execution p, .more-context > p { font-size: 13px; }
}
