

.minimax-story-scope{
  --ink:#1b2a33;            
  --ink-2:#2a3a44;          
  --muted:#4a5a63;          
  --muted-2:#7a8993;
  --line:#5a7e92;           
  --hair:#dde5ea;           
  --line-soft:#eef2f4;
  --bg:#ffffff;
  --bg-soft:#f5f8fa;        
  --nav:#0d1b2e;            
  --bg-band:#24456a;        
  --brand:#24456a;          
  --brand-deep:#1b3450;     
  --accent:#24456a;         
  --accent-deep:#1b3450;
  --accent-soft:#EEF3F8;    
  --accent-2:#f37021;       
  --accent-2-deep:#d35c10;
  --good:#1f7a4d;
  --warn:#a34728;
  --gold:#7b5b18;
  --gold-soft:#f6efe1;
  --wrap:1240px;
  --side:24px;
}

.minimax-story-scope *{box-sizing:border-box}
.minimax-story-scope,.minimax-story-scope{margin:0;padding:0;background:var(--bg);color:var(--ink);
  font-family:'DM Sans','Lexend',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  font-weight:400;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;letter-spacing:.005em}
.minimax-story-scope img,.minimax-story-scope svg{max-width:100%;display:block}
.minimax-story-scope a{color:var(--accent);text-decoration:none}
.minimax-story-scope a:hover{text-decoration:underline;color:var(--accent-deep)}
.minimax-story-scope .wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--side)}


.minimax-story-scope h1,.minimax-story-scope h2,.minimax-story-scope h3,.minimax-story-scope h4,.minimax-story-scope h5,.minimax-story-scope .case-hero h1,.minimax-story-scope .overview h2,.minimax-story-scope .body-section h3,.minimax-story-scope .specs h4,.minimax-story-scope .timeline h4,.minimax-story-scope .results h4,.minimax-story-scope .quote .lbl,.minimax-story-scope .body-section .label,.minimax-story-scope .next-case .meta,.minimax-story-scope .sitefoot h5,.minimax-story-scope .overview .text .tag,.minimax-story-scope .case-hero .crumbs,.minimax-story-scope .case-hero .meta-strip .lbl{
  font-family:'Lexend','DM Sans',system-ui,sans-serif;
  letter-spacing:.005em;
}


.minimax-story-scope .sitebar{border-bottom:1px solid var(--hair);background:#fff;position:sticky;top:0;z-index:5}
.minimax-story-scope .sitebar .wrap{display:flex;align-items:center;justify-content:space-between;height:64px;gap:20px}
.minimax-story-scope .sitebar .brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:500;letter-spacing:.01em;font-size:16px;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .sitebar .brand .logo{width:30px;height:30px;border-radius:5px;background:var(--nav);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:600;font-family:'Lexend',sans-serif}
.minimax-story-scope .sitebar nav{display:flex;gap:24px;font-size:14px;color:var(--ink-2);font-weight:400}
.minimax-story-scope .sitebar nav a{color:var(--ink-2)}
.minimax-story-scope .sitebar nav a.active{color:var(--ink);font-weight:500}
.minimax-story-scope .sitebar .quote{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:11px 22px;border:1px solid var(--brand);border-radius:999px;background:var(--brand);color:#fff;font-weight:400;font-size:14px;font-family:'Lexend','DM Sans',sans-serif;letter-spacing:.01em}
.minimax-story-scope .sitebar .quote:hover{text-decoration:none;background:var(--brand-deep);border-color:var(--brand-deep)}


.minimax-story-scope .case-hero{background:#fff;color:var(--ink);border-bottom:1px solid var(--hair)}
.minimax-story-scope .case-hero .wrap{padding:64px var(--side) 60px;max-width:var(--wrap)}
.minimax-story-scope .case-hero .crumbs{font-size:13px;color:var(--muted);margin-bottom:18px;letter-spacing:.06em;font-weight:400}
.minimax-story-scope .case-hero .crumbs a{color:var(--brand);font-weight:400}
.minimax-story-scope .case-hero .crumbs span{margin:0 8px;opacity:.5}
.minimax-story-scope .case-hero h1{margin:0;font-size:clamp(34px,4vw,50px);line-height:1.22;color:var(--ink);font-weight:300;letter-spacing:-.01em;max-width:900px}
.minimax-story-scope .case-hero .lede{margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.62;max-width:680px;font-weight:400}
.minimax-story-scope .case-hero .meta-strip{margin-top:36px;border-top:1px solid var(--hair);padding-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.minimax-story-scope .case-hero .meta-strip .m{padding-right:18px;border-right:1px solid var(--hair)}
.minimax-story-scope .case-hero .meta-strip .m:last-child{border-right:0}
.minimax-story-scope .case-hero .meta-strip .lbl{font-size:11.5px;color:var(--brand);letter-spacing:.14em;font-weight:600;margin-bottom:8px;text-transform:uppercase}
.minimax-story-scope .case-hero .meta-strip .val{font-size:15px;color:var(--ink);font-weight:400;font-family:'Lexend','DM Sans',sans-serif}


.minimax-story-scope .hero-figure{border-bottom:1px solid var(--hair);background:var(--bg-soft)}
.minimax-story-scope .hero-figure .wrap{padding:0 var(--side)}
.minimax-story-scope .hero-figure .frame{margin-top:-1px;border:1px solid var(--hair);border-radius:6px;background:#fff;padding:18px;margin-bottom:-30px;box-shadow:0 8px 24px rgba(13,27,46,.05);position:relative;z-index:1}
.minimax-story-scope .hero-figure svg{width:100%;height:auto}


.minimax-story-scope .overview{border-bottom:1px solid var(--hair);padding-top:60px}
.minimax-story-scope .overview .wrap{display:grid;grid-template-columns:1fr;gap:24px;padding:48px var(--side)}
.minimax-story-scope .overview .text .tag{display:inline-block;font-size:11.5px;color:var(--brand);font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px;background:var(--accent-soft);padding:5px 12px;border-radius:999px;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .overview .text h2{margin:0 0 14px;font-size:clamp(26px,3vw,34px);color:var(--ink);line-height:1.28;max-width:880px;font-weight:300;letter-spacing:-.005em}
.minimax-story-scope .overview .text p{margin:0;color:var(--ink-2);font-size:17px;line-height:1.7;max-width:880px;font-weight:400}
.minimax-story-scope .overview .grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;margin-top:32px}
.minimax-story-scope .overview .photo{border:1px solid var(--hair);border-radius:6px;background:#fff;padding:18px;min-height:300px;display:flex;align-items:center;justify-content:center;position:relative}
.minimax-story-scope .overview .photo svg{width:100%;height:auto;max-height:340px}
.minimax-story-scope .overview .side{display:flex;flex-direction:column;gap:14px}
.minimax-story-scope .overview .side .photo{flex:1;min-height:200px}


.minimax-story-scope .body-section{padding:60px 0;border-bottom:1px solid var(--hair)}
.minimax-story-scope .body-section:last-of-type{border-bottom:0}
.minimax-story-scope .body-section .wrap{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}
.minimax-story-scope .body-section .label{font-size:13px;color:var(--brand);font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding-top:10px}
.minimax-story-scope .body-section .label .num{display:inline-block;margin-right:8px;color:var(--brand);font-family:'Lexend',sans-serif}
.minimax-story-scope .body-section .content h3{margin:0 0 16px;font-size:clamp(22px,2.6vw,28px);color:var(--ink);line-height:1.3;font-weight:400;letter-spacing:-.005em}
.minimax-story-scope .body-section .content p{margin:0 0 12px;color:var(--ink-2);font-size:16.5px;line-height:1.7;font-weight:400}
.minimax-story-scope .body-section .content ul{margin:14px 0 0;padding-left:20px;color:var(--ink-2);font-size:16.5px;line-height:1.7}
.minimax-story-scope .body-section .content ul li{margin-bottom:6px}
.minimax-story-scope .body-section .with-figure{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start;margin-top:20px}
.minimax-story-scope .body-section .figure{border:1px solid var(--hair);border-radius:6px;background:var(--bg-soft);padding:18px;display:flex;align-items:center;justify-content:center;flex-direction:column}
.minimax-story-scope .body-section .figure svg{width:100%;height:auto}
.minimax-story-scope .body-section .figure .cap{margin-top:10px;font-size:12.5px;color:var(--muted);line-height:1.5;text-align:center}


.minimax-story-scope .specs{padding:48px 0;border-bottom:1px solid var(--hair);background:var(--bg-soft)}
.minimax-story-scope .specs .wrap{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}
.minimax-story-scope .specs h4{margin:0 0 6px;font-size:13px;color:var(--brand);font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding-top:10px;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .specs table{width:100%;border-collapse:collapse;font-size:15px;background:#fff;border:1px solid var(--hair);border-radius:6px;overflow:hidden}
.minimax-story-scope .specs th,.minimax-story-scope .specs td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--hair)}
.minimax-story-scope .specs tr:last-child th,.minimax-story-scope .specs tr:last-child td{border-bottom:0}
.minimax-story-scope .specs th{background:#fff;color:var(--muted);font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.06em;width:30%;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .specs td{color:var(--ink);font-weight:400}
.minimax-story-scope .specs td strong{color:var(--ink);font-weight:500}


.minimax-story-scope .results{padding:48px 0;border-bottom:1px solid var(--hair)}
.minimax-story-scope .results .wrap{display:grid;grid-template-columns:220px 1fr;gap:48px}
.minimax-story-scope .results h4{margin:0;font-size:13px;color:var(--brand);font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding-top:10px;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .results .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--hair);border-radius:6px;overflow:hidden;background:#fff}
.minimax-story-scope .results .cell{padding:22px 24px;border-right:1px solid var(--hair)}
.minimax-story-scope .results .cell:last-child{border-right:0}
.minimax-story-scope .results .cell .v{font-size:34px;color:var(--ink);line-height:1.05;letter-spacing:.01em;font-family:'Lexend','DM Sans',sans-serif;font-weight:300}
.minimax-story-scope .results .cell .v small{font-size:13px;font-weight:400;color:var(--muted);margin-left:3px;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .results .cell .l{margin-top:10px;color:var(--muted);font-size:13.5px;line-height:1.5}
.minimax-story-scope .results .figure{margin-top:22px;border:1px solid var(--hair);border-radius:6px;background:var(--bg-soft);padding:18px}
.minimax-story-scope .results .figure svg{width:100%;height:auto}
.minimax-story-scope .results .figure .cap{margin-top:10px;font-size:12.5px;color:var(--muted);line-height:1.5;text-align:center}


.minimax-story-scope .timeline{padding:48px 0;border-bottom:1px solid var(--hair);background:#fff}
.minimax-story-scope .timeline .wrap{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}
.minimax-story-scope .timeline h4{margin:0;font-size:13px;color:var(--brand);font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding-top:10px;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .timeline .col{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-left:1px solid var(--hair)}
.minimax-story-scope .timeline .col .it{padding:0 0 16px 22px;border-left:0;position:relative}
.minimax-story-scope .timeline .col .it::before{content:"";position:absolute;left:-1px;top:6px;width:11px;height:11px;border-radius:50%;background:#fff;border:2px solid var(--ink);transform:translateX(-5px)}
.minimax-story-scope .timeline .col .it.bad::before{border-color:var(--warn)}
.minimax-story-scope .timeline .col .it.good::before{border-color:var(--good)}
.minimax-story-scope .timeline .col .it.gold::before{border-color:var(--accent-2)}
.minimax-story-scope .timeline .col .date{font-size:12px;font-weight:600;color:var(--ink);letter-spacing:.06em;text-transform:uppercase;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .timeline .col .txt{margin-top:6px;font-size:14px;line-height:1.55;color:var(--muted)}
.minimax-story-scope .timeline .col .txt strong{color:var(--ink-2);font-weight:500}


.minimax-story-scope .quote{padding:56px 0;background:var(--bg-band);color:#e1e7ee;border-top:1px solid #1d2a3c;border-bottom:1px solid #1d2a3c}
.minimax-story-scope .quote .wrap{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}
.minimax-story-scope .quote .lbl{font-size:13px;color:#9aa6b3;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding-top:10px}
.minimax-story-scope .quote blockquote{margin:0;font-size:23px;line-height:1.5;color:#fff;font-weight:300;letter-spacing:-.005em}
.minimax-story-scope .quote blockquote::before{content:"\201C";color:var(--accent-2);font-size:34px;line-height:0;vertical-align:-12px;margin-right:4px}
.minimax-story-scope .quote cite{margin-top:18px;display:block;font-style:normal;color:#9aa6b3;font-size:13px;letter-spacing:.04em}


.minimax-story-scope .next-case{padding:36px 0;border-bottom:1px solid var(--hair);background:var(--bg-soft)}
.minimax-story-scope .next-case .wrap{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.minimax-story-scope .next-case a{color:var(--ink);font-weight:500;font-size:15px;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .next-case .meta{font-size:13px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-weight:500}

.minimax-story-scope .sitefoot{border-top:1px solid #1d2a3c;background:var(--bg-band);color:#9aa6b3;padding:36px 0 28px;font-size:13.5px}
.minimax-story-scope .sitefoot .wrap{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}
.minimax-story-scope .sitefoot h5{margin:0 0 12px;color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;font-family:'Lexend','DM Sans',sans-serif}
.minimax-story-scope .sitefoot a{color:#9aa6b3;font-weight:400}
.minimax-story-scope .sitefoot a:hover{color:#cfd6df}
.minimax-story-scope .sitefoot .copy{margin-top:24px;border-top:1px solid #1d2a3c;padding-top:18px;color:#7a8696;font-size:12px;text-align:center;grid-column:1/-1}


@media (max-width: 880px){
  .minimax-story-scope .case-hero .meta-strip{grid-template-columns:repeat(2,1fr);gap:18px 12px}
  .minimax-story-scope .case-hero .meta-strip .m{border-right:0;padding-right:0}
  .minimax-story-scope .overview .grid{grid-template-columns:1fr}
  .minimax-story-scope .body-section .wrap,.minimax-story-scope .specs .wrap,.minimax-story-scope .results .wrap,.minimax-story-scope .timeline .wrap,.minimax-story-scope .quote .wrap{grid-template-columns:1fr;gap:14px}
  .minimax-story-scope .body-section .with-figure{grid-template-columns:1fr}
  .minimax-story-scope .overview{padding-top:36px}
  .minimax-story-scope .overview .wrap{padding:24px var(--side)}
  .minimax-story-scope .body-section{padding:36px 0}
  .minimax-story-scope .specs,.minimax-story-scope .results,.minimax-story-scope .timeline,.minimax-story-scope .quote{padding:36px 0}
  .minimax-story-scope .results .grid{grid-template-columns:1fr}
  .minimax-story-scope .results .cell{border-right:0;border-bottom:1px solid var(--hair)}
  .minimax-story-scope .results .cell:last-child{border-bottom:0}
  .minimax-story-scope .timeline .col{grid-template-columns:1fr 1fr}
  .minimax-story-scope .sitebar nav{display:none}
  .minimax-story-scope .sitefoot .wrap{grid-template-columns:1fr;gap:18px}
  .minimax-story-scope .hero-figure .frame{margin-bottom:-20px}
}
@media (max-width: 540px){
  .minimax-story-scope .case-hero .wrap{padding:40px var(--side) 36px}
  .minimax-story-scope .timeline .col{grid-template-columns:1fr}
}

  .minimax-story-scope .list-hero{background:var(--bg-band);color:#e8eef0;border-bottom:1px solid #1a3538}
  .minimax-story-scope .list-hero .wrap{padding:54px var(--side) 56px}
  .minimax-story-scope .list-hero h1{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.18;color:#fff;font-weight:700;letter-spacing:-.005em;max-width:820px}
  .minimax-story-scope .list-hero p{margin:18px 0 0;color:#c1cfd3;font-size:17px;line-height:1.6;max-width:720px}
  .minimax-story-scope .list-hero .crumbs{font-size:13px;color:#9bb1b5;margin-bottom:18px;letter-spacing:.04em}
  .minimax-story-scope .cases-list{padding:48px 0;border-bottom:1px solid var(--line)}
  .minimax-story-scope .cases-list .wrap{display:grid;grid-template-columns:1fr;gap:0}
  .minimax-story-scope .case-row{display:grid;grid-template-columns:240px 1fr 200px;gap:36px;align-items:center;padding:28px 0;border-top:1px solid var(--line)}
  .minimax-story-scope .case-row:last-child{border-bottom:1px solid var(--line)}
  .minimax-story-scope .case-row .thumb{border:1px solid var(--line);border-radius:6px;background:#fbfcfc;padding:10px;display:flex;align-items:center;justify-content:center;min-height:170px}
  .minimax-story-scope .case-row .thumb svg{width:100%;height:auto;max-height:170px}
  .minimax-story-scope .case-row .tag{display:inline-block;font-size:12px;color:var(--muted);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}
  .minimax-story-scope .case-row h2{margin:0 0 8px;font-size:22px;line-height:1.3;font-weight:700;color:var(--ink)}
  .minimax-story-scope .case-row h2 a{color:var(--ink)}
  .minimax-story-scope .case-row .summary{margin:0;color:var(--muted);font-size:15.5px;line-height:1.6;max-width:520px}
  .minimax-story-scope .case-row .meta{display:grid;grid-template-columns:1fr 1fr;gap:14px;font-size:13px;color:var(--muted)}
  .minimax-story-scope .case-row .meta strong{display:block;color:var(--ink-2);font-weight:600;font-size:14px;margin-bottom:2px}
  .minimax-story-scope .case-row .arrow{justify-self:end;color:var(--accent);font-weight:600;font-size:14px}
  .minimax-story-scope .filter{padding:22px 0;border-bottom:1px solid var(--line);background:#fbfcfc}
  .minimax-story-scope .filter .wrap{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
  .minimax-story-scope .filter .lbl{font-size:12px;color:var(--muted);font-weight:700;letter-spacing:.08em;text-transform:uppercase}
  .minimax-story-scope .filter .chip{padding:6px 12px;border:1px solid var(--line);border-radius:999px;font-size:13px;color:var(--ink-2);background:#fff;cursor:pointer}
  .minimax-story-scope .filter .chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}
  @media (max-width:880px){
    .minimax-story-scope .case-row{grid-template-columns:1fr;gap:14px}
    .minimax-story-scope .case-row .arrow{justify-self:start}
    .minimax-story-scope .case-row .thumb{min-height:140px;max-width:240px}
  }
