/* Hypothetical campaigns: illustrative results always carry simulation labels. */
/* Original brand directions for clearly labelled fictional customer stories. */
.case-logotype { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-width: 0; background: var(--case-paper,#edf4e4); color: var(--case-ink,#204f66); border-radius: 10px; padding: 1.4rem 1.5rem; }
.case-logotype > span { display: block; font-family: var(--font-display); font-size: clamp(1.55rem,2.2vw,2.2rem); font-weight: 600; line-height: 1.2; letter-spacing: -.055em; white-space: nowrap; }
.case-logotype b { font-weight: 400; }
.case-logotype-editorial > span { font-family: Georgia,serif; font-weight: 400; letter-spacing: -.04em; }
.case-logotype-editorial b { font-style: italic; }
.case-logotype-technical > span { font-weight: 650; letter-spacing: -.065em; }
.case-logotype-technical b { font-weight: 400; }
.case-logotype > small { display: block; margin-top: .6rem; font-size: 12px; font-weight: 450; line-height: 1.6; }
.case-logotype-real { background: white; align-items: center; }
.case-logotype-real img { width: 200px; max-width: 100%; height: 60px; object-fit: contain; }
.case-named-card .case-logotype { width: 100%; box-sizing: border-box; min-height: 118px; margin-top: 1.5rem; }
.case-named-card .fiction-label { font-size: 13px; line-height: 1.45; }
.case-named-card .story-card-top { align-items: flex-start; }
.case-named-card .story-card-number { padding-top: .35rem; }
.case-named-card .story-sector { margin-top: 1.4rem; }
.case-named-layout { display: grid; grid-template-columns: 1.25fr .85fr; gap: 4rem; align-items: center; padding-top: 2rem; }
.case-named-layout > div { min-width: 0; }
.case-named-layout .case-logotype { display: inline-flex; min-width: 250px; margin-block: .5rem 1.5rem; }
.case-named-layout .case-logotype > span { font-size: clamp(1.8rem,3vw,2.8rem); }
.case-named-hero h1 { font-size: clamp(2.7rem,4.5vw,4.2rem); line-height: 1.09; }
.case-named-hero h1 > span { color: #bfd2e9; }
.case-named-hero .lead { font-size: 18px; line-height: 1.8; }
.case-launch-plan { background: var(--case-paper); color: var(--case-ink); border-radius: 16px; padding: 2rem; }
.case-launch-plan > p { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: space-between; font-size: 12px; line-height: 1.7; margin: 0; }
.case-launch-plan > p > span { border: 1px solid currentColor; border-radius: 4px; padding: 0 .4rem; }
.case-launch-plan h2 { font-family: var(--font-display); font-size: clamp(2rem,3vw,2.8rem); font-weight: 500; line-height: 1.1; letter-spacing: -.04em; margin-block: 1.8rem; }
.case-launch-plan ol { list-style: none; padding: 0; margin: 0; }
.case-launch-plan li { border-top: 1px solid color-mix(in srgb, var(--case-ink) 25%, transparent); padding-block: 1rem; }
.case-launch-plan li > span { display: block; font-size: 12px; line-height: 1.6; margin-bottom: .35rem; }
.case-launch-plan strong { display: block; font-size: 17px; font-weight: 500; line-height: 1.5; }
.case-launch-plan > a { display: inline-block; font-size: 14px; font-weight: 500; margin-top: 1rem; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.case-origin { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding-block: 60px 35px; }
.case-origin h2 { font-size: clamp(2rem,3vw,2.9rem); line-height: 1.16; font-weight: 500; letter-spacing: -.035em; margin: .8rem 0 1.3rem; }
.case-origin > div > p:not(.eyebrow) { color: #b8cce3; font-size: 18px; line-height: 1.85; }
.case-voice { margin: 0; padding: 2rem; background: var(--case-paper); color: var(--case-ink); border-radius: 12px; }
.case-voice figcaption > span { display: block; font-size: 12px; line-height: 1.7; letter-spacing: .04em; }
.case-voice figcaption > strong { display: block; font-weight: 500; font-size: 15px; line-height: 1.6; margin-top: .5rem; }
.case-voice blockquote { font-family: var(--font-display); font-size: clamp(1.35rem,2vw,1.9rem); font-weight: 450; line-height: 1.5; letter-spacing: -.025em; margin: 1.5rem 0; }
.case-voice > p { font-size: 13px; line-height: 1.8; border-top: 1px solid color-mix(in srgb, var(--case-ink) 25%, transparent); padding-top: 1rem; margin: 0; }
.case-angle > .eyebrow { border: 0; padding: 0; font-size: 12px; color: inherit; }
.case-angle > h3 { font-size: clamp(1.5rem,2.3vw,2rem); line-height: 1.3; font-weight: 500; margin: 1rem 0; letter-spacing: -.025em; }
.case-angle > .case-angle-copy { border: 0; padding: 0; font-size: 17px; line-height: 1.85; }
.case-angle > a { display: inline-block; font-size: 14px; border-bottom: 1px solid currentColor; margin-top: 1.5rem; padding-bottom: .25rem; }
.case-audience-facts { margin: 1.4rem 0 0; }
.case-audience-facts > div { padding: .8rem 0; border-top: 1px solid color-mix(in srgb, var(--case-ink) 25%, transparent); }
.case-audience-facts dt { font-size: 13px; line-height: 1.6; }
.case-audience-facts dd { margin: .3rem 0 0; font-size: 17px; line-height: 1.7; }
.story-draft blockquote { white-space: pre-line; }
@media(max-width:1050px) {
  .case-named-layout,.case-origin { gap: 2rem; }
  .case-launch-plan,.case-voice { padding: 1.5rem; }
}
@media(max-width:760px) {
  .case-named-layout,.case-origin { grid-template-columns: 1fr; }
  .case-origin { padding-block: 35px 10px; gap: 1.5rem; }
  .case-named-hero h1 { font-size: clamp(2.6rem,7vw,3.7rem); }
  .case-named-layout .case-logotype { min-width: 0; max-width: 100%; box-sizing: border-box; }
}
@media(max-width:480px) {
  .case-logotype { padding: 1.2rem; }
  .case-named-card .case-logotype > span { font-size: 1.8rem; }
  .case-named-layout .case-logotype > span { font-size: 2.1rem; }
  .case-named-hero h1 { font-size: 2.6rem; }
}
.case-stories-home { padding-block: 85px 70px; }
.case-stories-home > .button { margin-top: 2rem; }
.brand-spotlight { display: grid; grid-template-columns: 1.05fr 1fr; border: 1px solid #3f5973; background: #10263c; border-radius: 20px; overflow: hidden; }
.brand-spotlight-copy { padding: clamp(1.5rem,3.2vw,3rem); }
.brand-identity { display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 9px; min-height: 88px; background: #122b40; }
.brand-identity-light { background: #fff; }
.brand-identity img { object-fit: contain; width: 200px; height: 60px; max-width: 100%; }
.brand-spotlight-copy > .brand-identity { width: 224px; margin-bottom: 2rem; }
.brand-spotlight-copy > .eyebrow { color: #bed5e2; font-size: 12px; letter-spacing: .06em; }
.brand-spotlight-copy h3 { font-size: clamp(1.85rem,3vw,2.75rem); line-height: 1.15; letter-spacing: -.035em; font-weight: 500; margin: 1rem 0 1.3rem; }
.brand-spotlight-copy > p:not(.eyebrow) { color: #bacde0; font-size: 16px; line-height: 1.8; }
.brand-mini-path { display: flex; flex-wrap: wrap; gap: .5rem; margin-block: 1.5rem 2rem; }
.brand-mini-path span { padding: .4rem .65rem; border: 1px solid #42627e; border-radius: 5px; font-size: 12px; color: #c4d9ec; }
.brand-spotlight-copy > .brand-spotlight-disclosure { font-size: 13px!important; margin: 1rem 0 0; }
.brand-story-visual { min-width: 0; margin: 0; padding: 1.8rem; display: flex; flex-direction: column; background: #d8eacb; color: #244e3a; }
.brand-visual-top { display: flex; justify-content: space-between; gap: 1rem; font-size: 11px; letter-spacing: .055em; }
.brand-visual-top span:last-child { font-weight: 600; }
.brand-menu-scene { position: relative; min-height: 375px; flex: 1; display: flex; align-items: center; justify-content: center; padding: 2.5rem 0; isolation: isolate; }
.brand-menu-scene::before { content: ''; position: absolute; width: 280px; height: 280px; border: 1px dashed #85a67d; border-radius: 50%; z-index: -1; }
.brand-menu-sheet { width: 62%; max-width: 280px; padding: 1.5rem; background: #fafbee; border: 1px solid #bbcca8; box-shadow: 0 18px 38px #45644324; transform: rotate(-7deg) translateX(-24px); }
.brand-menu-sheet > span,.brand-menu-phone > span { display: block; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.brand-menu-sheet > strong { display: block; font-family: var(--font-display); font-size: clamp(2.1rem,3.5vw,3.4rem); font-weight: 500; letter-spacing: -.06em; line-height: 1.04; padding-block: 1.5rem; }
.brand-menu-sheet > div { padding-block: .8rem 1.2rem; border-top: 1px solid #b7cca8; }
.brand-menu-sheet b { display: block; font-size: 11px; font-weight: 500; margin-bottom: 1rem; }
.brand-menu-sheet i { display: block; height: 3px; width: 90%; background: #ceddbb; margin: .6rem 0; }
.brand-menu-sheet i:nth-of-type(2) { width: 70%; }
.brand-menu-sheet > small { display: block; font-size: 10px; line-height: 1.6; }
.brand-menu-phone { position: absolute; width: 158px; min-height: 275px; right: 8%; bottom: 11%; border: 6px solid #233e39; border-radius: 24px; background: #f8f9ef; padding: 25px 15px 15px; box-shadow: 0 14px 36px #24412f36; transform: rotate(8deg); animation: brand-phone-float 9s ease-in-out infinite; }
.brand-menu-phone > span { font-size: 7px; color: #577458; }
.brand-menu-phone > strong { display: block; font-family: var(--font-display); font-weight: 500; font-size: 25px; line-height: 1.1; letter-spacing: -.035em; margin-top: 1rem; }
.brand-food-symbol { font-size: 66px; color: #6b914a; line-height: 1.15; }
.brand-menu-phone > small { display: block; font-size: 9px; line-height: 1.6; }
.brand-scene-note { position: absolute; right: 2%; top: 8%; font-size: 12px; line-height: 1.5; background: #294c39; color: #edf6e7; padding: .8rem 1rem; border-radius: 8px; transform: rotate(3deg); }
.brand-scene-note strong { font-weight: 500; }
.brand-story-visual figcaption { font-size: 11px; color: #456342; line-height: 1.6; padding-top: 1rem; border-top: 1px solid #9cba8e; }
.story-home-secondary { grid-template-columns: repeat(2,minmax(0,1fr))!important; margin-top: 1.3rem; }
.story-card-brand { width: 100%; padding: .5rem; margin-top: 1.6rem; }
.story-card-brand + .story-sector { margin-top: 1.2rem; }
.brand-portfolio { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; padding-block: 70px 30px; }
.brand-portfolio h2 { font-size: clamp(2rem,3vw,2.9rem); font-weight: 500; line-height: 1.15; margin: .7rem 0 1rem; }
.brand-portfolio p:not(.eyebrow) { color: #b5cce3; font-size: 16px; line-height: 1.8; }
.brand-portfolio .brand-portfolio-note { font-size: 13px!important; color: #aac3dc; }
.brand-portfolio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; align-items: center; }
.brand-portfolio-item { min-width: 0; border: 1px solid #3e5a75; padding: .75rem; border-radius: 10px; background: #0c2136; }
.brand-portfolio-item .brand-identity { padding: .5rem; min-height: 98px; }
.brand-portfolio-item .brand-identity img { max-width: 100%; }
.brand-portfolio-item > span { display: flex; justify-content: space-between; gap: .5rem; color: #c3d8e9; font-size: 12px; margin: 1rem .1rem .3rem; }
.brand-portfolio-item b { color: var(--lime); }
.brand-portfolio-item:hover { border-color: var(--lime); }
.brand-optimaps { flex-direction: column; gap: 6px; }
.brand-optimaps img { width: 40px!important; height: 40px!important; }
.brand-optimaps strong { font-family: var(--font-display); color: #f3f7ff; font-weight: 500; font-size: 18px; }
.brand-detail-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 3rem; align-items: center; }
.brand-detail-layout > div { min-width: 0; }
.brand-detail-layout > .brand-story-visual { border-radius: 18px; min-height: 540px; }
.brand-detail-hero h1 { font-size: clamp(2.6rem,4vw,3.9rem); letter-spacing: -.045em; }
.brand-detail-hero h1 > span { color: var(--lime); }
.brand-detail-hero .lead { font-size: 18px; line-height: 1.8; }
.brand-detail-logo { display: inline-flex; padding: .5rem 1rem; margin-block: 2rem 1rem; gap: 1rem; color: #204835; }
.brand-detail-logo > span { font-size: 18px; }
.brand-launch-brief { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; padding: 1.5rem 0; border-top: 1px solid #37516b; }
.brand-launch-brief span { display: block; font-size: 11px; letter-spacing: .05em; color: #acc5e0; margin-bottom: .5rem; }
.brand-launch-brief strong { font-size: 16px; line-height: 1.6; font-weight: 500; }
@keyframes brand-phone-float { 0%,100% { transform: rotate(8deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-8px); } }
@media(max-width:1050px) {
  .brand-detail-layout { grid-template-columns: 1.2fr 1fr; gap: 1.8rem; }
  .brand-story-visual { padding: 1.2rem; }
  .brand-menu-phone { right: 0; }
  .brand-portfolio { grid-template-columns: 1fr; gap: 1.5rem; }
  .brand-portfolio-grid { max-width: 750px; }
}
@media(max-width:760px) {
  .brand-spotlight,.brand-detail-layout { grid-template-columns: 1fr; }
  .brand-menu-scene { min-height: 390px; }
  .brand-menu-sheet { transform: rotate(-7deg) translateX(-40px); }
  .brand-menu-phone { right: 18%; bottom: 9%; }
  .brand-scene-note { right: 10%; top: 10%; }
  .brand-detail-layout > .brand-story-visual { min-height: 0; }
  .brand-launch-brief { grid-template-columns: 1fr; gap: 1.2rem; }
  .story-home-secondary { grid-template-columns: 1fr!important; }
  .brand-portfolio { padding-block: 40px 10px; }
}
@media(max-width:480px) {
  .brand-menu-phone { right: 3%; }
  .brand-scene-note { right: 0; top: 5%; }
  .brand-menu-sheet { width: 70%; transform: rotate(-7deg) translateX(-20px); }
  .brand-portfolio-grid { grid-template-columns: 1fr; }
  .brand-portfolio-item { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1rem; align-items: center; }
  .brand-portfolio-item > span { margin: 0; font-size: 14px; }
  .brand-portfolio-item .brand-identity { min-height: 70px; }
  .brand-optimaps { flex-direction: row; }
  .brand-optimaps strong { font-size: 15px; }
}
@media(prefers-reduced-motion:reduce) { .brand-menu-phone { animation: none; } }
.story-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.story-card { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 1.8rem; background: #10233b; border: 1px solid #3a5472; border-radius: 16px; transition: border-color .2s,transform .2s; }
.story-card:hover { transform: translateY(-3px); border-color: #c1f18d; }
.story-card-top { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; }
.fiction-label { display: inline-flex; align-items: center; padding: .3rem .65rem; border: 1px solid #657764; background: #263f38; color: #dbebc9; border-radius: 6px; font-size: 13px; line-height: 1.5; font-weight: 500; }
.story-card-number { color: #a2bbd9; font-family: var(--font-display); font-size: 14px; }
.story-sector { color: #a5bfde; font-size: 13px; margin-top: 1.8rem; margin-bottom: .5rem; }
.story-card h3 { margin: .35rem 0 1rem; font-size: clamp(1.45rem,2.2vw,1.95rem); line-height: 1.19; font-weight: 500; }
.story-product { margin: 0 0 .7rem; color: #edf2ff; font-size: 16px; font-weight: 500; }
.story-card-description { color: #adc3dd; font-size: 16px; line-height: 1.8; margin: .3rem 0 1.5rem; }
.story-card-target { border-top: 1px solid #3c5774; padding-block: 1rem; width: 100%; margin-top: auto; }
.story-card-target > span { font-size: 12px; letter-spacing: .08em; color: #9fb9d8; display: block; }
.story-card-target > strong { display: block; font-weight: 450; font-size: 15px; line-height: 1.6; margin-top: .4rem; }
.story-card > .text-link { margin-top: .7rem; font-size: 14px; }
.story-card-featured:first-child { background: #e1edda; color: #162f2f; border-color: #b6c9a5; }
.story-card-featured:first-child .fiction-label { background: #cfdfc4; color: #284535; border-color: #91ad89; }
.story-card-featured:first-child .story-card-number,.story-card-featured:first-child .story-sector,.story-card-featured:first-child .story-card-description,.story-card-featured:first-child .story-card-target > span { color: #436052; }
.story-card-featured:first-child .story-product { color: #294b39; }
.story-card-featured:first-child .story-card-target { border-color: #a9c39e; }
.story-card-featured:first-child > .text-link { color: #244b35; }
.story-category-nav { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; margin-bottom: 1rem; }
.story-category-nav a { padding: .7rem 1rem; border-radius: 100px; border: 1px solid #466383; font-size: 14px; color: #c8d9ed; }
.story-category-nav a:hover { border-color: var(--lime); color: var(--lime); }
.story-category-nav a > span { margin-left: .5rem; color: var(--lime); }
.story-sector-section { padding-block: 55px 35px; }
.story-sector-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; margin-bottom: 1.8rem; }
.story-sector-heading h2 { margin: 0; font-size: clamp(2rem,3.2vw,2.8rem); font-weight: 500; }
.story-sector-heading > span { font-size: 14px; color: #abc2dd; }
.story-measure-key { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; border-top: 1px solid #35506e; margin-top: 65px; padding-block: 75px; }
.story-measure-key h2,.story-orientation > h2,.story-brief h2,.story-message h2,.story-results h2 { font-weight: 500; font-size: clamp(2rem,3.5vw,3.2rem); margin: .5rem 0 1.2rem; }
.story-measure-key p { font-size: 16px; color: #b3c9e2; line-height: 1.85; }
.story-measure-key ol { list-style: none; counter-reset: result-step; padding: 0; margin: 0; }
.story-measure-key li { counter-increment: result-step; display: grid; grid-template-columns: 34px 1fr; column-gap: 1rem; padding-block: 1.1rem; border-bottom: 1px solid #304b69; }
.story-measure-key li::before { content: counter(result-step,decimal-leading-zero); color: var(--lime); font-family: var(--font-display); grid-row: 1/3; font-size: 15px; }
.story-measure-key li > strong { font-weight: 500; font-size: 19px; }
.story-measure-key li > span { color: #abc2dd; font-size: 16px; line-height: 1.8; margin-top: .3rem; }
.story-orientation { padding-block: 35px 60px; }
.story-orientation > h2 { margin-bottom: 2.5rem; }
.story-detail-hero { padding-block: 55px 30px; }
.story-detail-kicker { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.story-detail-kicker > span:last-child { font-size: 13px; color: #a9c1de; letter-spacing: .04em; }
.story-product-name { color: var(--lime); font-family: var(--font-display); font-size: 22px; margin: 2.4rem 0 .8rem; }
.story-detail-hero h1 { font-size: clamp(2.8rem,5.4vw,5.1rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.06; max-width: 1150px; margin: .6rem 0 1.5rem; }
.story-detail-hero .lead { max-width: 940px; }
.story-fiction-note { color: #afc2d9; font-size: 14px; line-height: 1.8; max-width: 960px; }
.story-brief { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-block: 50px 70px; }
.story-brief > div > p:not(.eyebrow) { font-size: 18px; color: #b8cce3; line-height: 1.85; }
.story-brief > dl { padding: 1rem 1.8rem; margin: 0; border: 1px solid #405d7d; border-radius: 12px; background: #10283f; }
.story-brief dl > div { padding: 1rem 0; }
.story-brief dl > div + div { border-top: 1px solid #365470; }
.story-brief dt { font-size: 13px; color: #a5bedd; }
.story-brief dd { font-size: 18px; margin: .45rem 0 0; color: #e0eaf9; line-height: 1.6; }
.story-actions { padding-block: 25px 70px; }
.story-message { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; padding: 2.5rem; background: #e3ebdf; color: #153035; border-radius: 16px; align-items: center; }
.story-message .eyebrow { color: #476651; }
.story-message > div > p:not(.eyebrow) { color: #435c51; font-size: 16px; line-height: 1.85; }
.story-message h2 { font-size: clamp(1.9rem,3vw,2.7rem); }
.story-draft { background: #f7f8f0; border: 1px solid #b7cdb4; border-radius: 10px; padding: 1.6rem; }
.story-draft > div { display: flex; justify-content: space-between; gap: .8rem; font-size: 12px; color: #516d5b; border-bottom: 1px solid #c5d6c3; padding-bottom: 1rem; }
.story-draft blockquote { margin: 1.3rem 0; font-size: 17px; line-height: 1.9; font-style: normal; color: #1e3c36; }
.story-draft > p { margin: 1rem 0 0; font-size: 12px; color: #57705d; }
.story-results { padding-block: 80px 55px; }
.story-results-heading { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; }
.story-results-question { font-size: 18px; line-height: 1.8; color: #bccfe6; max-width: 1000px; margin-bottom: 2rem; }
.story-measure-table { border: 1px solid #3b5574; border-radius: 12px; overflow-x: auto; }
.story-measure-table table { border-collapse: collapse; width: 100%; min-width: 790px; font-size: 15px; }
.story-measure-table caption { text-align: left; padding: 1rem 1.4rem; background: #1d334b; color: #d0e0f3; font-size: 14px; }
.story-measure-table th,.story-measure-table td { text-align: left; padding: 1.25rem 1.4rem; vertical-align: top; border-bottom: 1px solid #344d69; line-height: 1.8; }
.story-measure-table thead th { color: #c9dcf0; background: #11263d; font-size: 14px; }
.story-measure-table th { font-weight: 500; width: 21%; }
.story-measure-table td { color: #aec5e0; }
.story-measure-table td:nth-child(2) { width: 35%; }
.story-measure-table td:nth-child(3) { font-size: 14px; }
.story-measure-table td:last-child { width: 130px; white-space: nowrap; }
.story-measure-table td > span { font-size: 13px; background: #223a51; padding: .3rem .6rem; border-radius: 5px; color: #bfd3e9; }
.story-measure-table tbody tr:last-child th,.story-measure-table tbody tr:last-child td { border-bottom: 0; }
.measurement-context { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; padding-top: 2rem; }
.measurement-context strong { font-size: 17px; font-weight: 500; color: #dfebfa; }
.measurement-context p { font-size: 15px; line-height: 1.85; color: #a8c0dc; margin-block: .6rem 0; }
.story-related { padding-block: 35px 65px; }
.story-related .story-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
@media(max-width:1050px) {
  .story-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .case-stories-home .story-card-featured:first-child { grid-column: 1/-1; }
  .story-brief,.story-measure-key { gap: 2.5rem; }
  .story-message { gap: 2rem; padding: 2rem; }
  .story-results-heading { align-items: flex-start; flex-direction: column; gap: .6rem; }
}
@media(max-width:760px) {
  .story-brief,.story-measure-key,.story-message { grid-template-columns: 1fr; }
  .story-brief { padding-block: 25px 45px; gap: 1.5rem; }
  .story-measure-key { gap: 2rem; padding-block: 50px; }
  .story-sector-heading { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .story-detail-hero h1 { font-size: clamp(2.6rem,7vw,4rem); }
  .measurement-context { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-results { padding-top: 55px; }
  .case-stories-home { padding-block: 60px; }
}
@media(max-width:550px) {
  .story-card-grid,.story-related .story-card-grid { grid-template-columns: 1fr; }
  .story-card { padding: 1.5rem; }
  .case-stories-home .story-card-featured:first-child { grid-column: auto; }
  .story-card h3 { font-size: 27px; }
  .story-detail-hero { padding-top: 35px; }
  .story-detail-hero h1 { font-size: clamp(2.5rem,9vw,3.3rem); }
  .story-product-name { font-size: 20px; margin-top: 1.8rem; }
  .story-brief > dl { padding: .7rem 1.3rem; }
  .story-message { padding: 1.5rem; }
  .story-draft { padding: 1.2rem; }
  .story-draft blockquote { font-size: 16px; }
  .story-sector-section { padding-block: 40px 20px; }
  .story-measure-table td,.story-measure-table th { padding: 1rem; }
  .story-category-nav a { padding: .55rem .8rem; }
}
@media(prefers-reduced-motion:reduce) { .story-card { transition: none; } }

/* Every numeric result stays adjacent to its simulation disclosure. */
.story-card-results { width: 100%; margin-block: .5rem 1.1rem; padding: 1rem 0; border-top: 1px solid #45647e; }
.story-card-results > p { font-size: 12px; letter-spacing: .035em; color: #c3d7e9; margin: 0 0 .8rem; }
.story-card-results dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; margin: 0; }
.story-card-results dl > div { display: flex; flex-direction: column; }
.story-card-results dt { font-size: 13px; color: #adc6df; line-height: 1.4; }
.story-card-results dd { order: -1; margin: 0 0 .4rem; font-family: var(--font-display); color: var(--lime); font-size: 30px; line-height: 1.2; }
.story-card-results small { display: block; color: #a6bfd8; font-size: 12px; line-height: 1.6; margin-top: .85rem; }
.story-card-featured:first-child .story-card-results { border-color: #a9c39e; }
.story-card-featured:first-child .story-card-results > p,.story-card-featured:first-child .story-card-results dt,.story-card-featured:first-child .story-card-results small { color: #436052; }
.story-card-featured:first-child .story-card-results dd { color: #244b35; }
.story-detail-hero > .story-card-results { max-width: 650px; padding: 1.3rem 1.5rem; margin-block: 1.8rem; background: #122b41; border: 1px solid #405e79; border-radius: 12px; }
.story-detail-hero > .story-card-results dd { font-size: 36px; }
.simulation-disclosure { background: #213932; color: #d7e7cf; border: 1px solid #587659; border-radius: 9px; padding: 1rem 1.3rem; line-height: 1.8; font-size: 15px; margin-block: 1.4rem 2.2rem; }
.simulation-batch { padding-block: 1rem 2rem; }
.simulation-batch + .simulation-batch { border-top: 1px solid #58708c; padding-top: 3rem; margin-top: 1.8rem; }
.simulation-batch-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.2rem; }
.simulation-batch-heading h3 { font-size: 26px; font-weight: 500; line-height: 1.3; margin: 0; }
.simulation-batch-heading > span { color: #b0c6df; font-size: 14px; flex-shrink: 0; }
.simulation-context { display: flex; flex-wrap: wrap; gap: .5rem 2rem; color: #b5cce3; font-size: 15px; line-height: 1.7; margin-bottom: 1.5rem; }
.simulation-context strong { color: #e1edf8; font-weight: 600; }
.simulation-highlights { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; margin: 0; }
.simulation-highlights > div { display: flex; flex-direction: column; padding: 1.5rem; background: #142d44; border: 1px solid #45627f; border-radius: 12px; }
.simulation-highlights dt { font-size: 15px; line-height: 1.5; color: #b8cee6; }
.simulation-highlights dd { order: -1; margin: 0 0 .5rem; font-size: clamp(2.5rem,4vw,3.4rem); font-family: var(--font-display); font-weight: 500; line-height: 1.1; color: var(--lime); }
.simulation-after { font-size: 18px; color: #bcd0e5; line-height: 1.9; margin-top: 1.8rem; max-width: 1080px; }
.simulation-after strong { color: #e2ecf8; font-weight: 500; }
.simulation-read-note { font-size: 15px; color: #c3d5e7; border-left: 2px solid #9bc881; padding-left: 1rem; line-height: 1.8; }
.simulation-detail { margin-top: 1.8rem; }
.simulation-detail > summary { padding: 1rem 0; cursor: pointer; font-size: 16px; color: #dce8f8; }
.simulation-detail .story-measure-table td { color: #b1c9e2; font-size: 15px; }
.simulation-detail .story-measure-table td:nth-child(2) { width: 16%; color: var(--lime); font-size: 17px; font-weight: 500; }
.simulation-detail .story-measure-table td:nth-child(3) { width: 34%; font-size: 15px; }
.simulation-detail .story-measure-table td:last-child { width: 29%; white-space: normal; font-size: 14px; }
.simulation-detail .story-measure-table th { width: 21%; }
.simulation-detail .story-measure-table:focus-visible { outline: 3px solid #b6d5ff; outline-offset: 4px; }
.simulation-takeaway { padding: 2rem 2.3rem; border-radius: 14px; background: #dfeada; color: #163329; margin-top: 1rem; }
.simulation-takeaway .eyebrow { color: #4b6756; }
.simulation-takeaway h3 { font-size: 30px; font-weight: 500; margin: .5rem 0 1rem; line-height: 1.2; }
.simulation-takeaway p:not(.eyebrow) { font-size: 17px; line-height: 1.85; color: #395847; }
.simulation-takeaway .simulation-question { border-top: 1px solid #abc49f; padding-top: 1rem; margin-bottom: 0; font-size: 15px!important; }
@media(max-width:850px) {
  .simulation-batch-heading { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .simulation-highlights { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width:550px) {
  .simulation-highlights > div { padding: 1.2rem; }
  .simulation-highlights { gap: .7rem; }
  .simulation-highlights dd { font-size: 38px; }
  .simulation-highlights dt { font-size: 14px; }
  .simulation-takeaway { padding: 1.5rem; }
  .simulation-batch-heading h3 { font-size: 23px; }
  .story-detail-hero > .story-card-results { padding: 1.1rem; }
}
