@keyframes stories-pulse{0%{box-shadow:0 0 0 0 rgba(69,213,199,.7)}80%{box-shadow:0 0 0 10px rgba(69,213,199,0)}to{box-shadow:0 0 0 0 rgba(69,213,199,0)}}@keyframes stories-reelScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes stories-glow{0%{transform:scale(.97);opacity:.75}to{transform:scale(1.02);opacity:.95}}.stories-shell{--aqua:var(--sc-aqua);--aqua-soft:#c5efe9;--aqua-tint:#e6fbf8;--purple:var(--sc-purple);--purple-deep:#3c3489;--yellow:var(--sc-yellow);--yellow-soft:#fff8b3;--amber:var(--sc-amber);--ocean:var(--sc-ocean-blue);--deep:var(--sc-deep-blue);--ink:var(--sc-deep-blue);--ink-70:rgba(0,40,59,.72);--ink-55:rgba(0,40,59,.55);--ink-40:rgba(0,40,59,.4);--paper:#fafaf7;--paper-2:#f2f1ea;--rule:rgba(0,40,59,.12);--hair:rgba(0,40,59,.08);--sans:var(--sc-font-primary);--serif:var(--sc-font-primary);--gutter:32px;--max:1240px;scroll-behavior:smooth;font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.62;min-height:100vh}.stories-shell ::selection{background:var(--yellow);color:var(--ink)}.stories-shell .nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(60,23%,97%,.88);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--hair)}.stories-shell .nav-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px var(--gutter);gap:28px}.stories-shell .nav-logo img{height:34px}.stories-shell .nav-links{display:flex;align-items:center;gap:30px}.stories-shell .nav-link{font-size:13.5px;font-weight:500;color:var(--ink-70);text-decoration:none;transition:color .18s}.stories-shell .nav-link.current,.stories-shell .nav-link:hover{color:var(--ink)}.stories-shell .nav-link.current{font-weight:600}.stories-shell .nav-cta{background:var(--ink);color:var(--aqua);font-size:13.5px;font-weight:600;padding:11px 20px;border-radius:999px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:transform .15s,background .15s}.stories-shell .nav-cta:hover{transform:translateY(-1px);background:#072f44}.stories-shell .nav-cta .arrow{transition:transform .2s}.stories-shell .nav-cta:hover .arrow{transform:translateX(3px)}.stories-shell h1,.stories-shell h2,.stories-shell h3{letter-spacing:-.02em;color:var(--ink)}.stories-shell .eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11.5px;font-weight:600;color:var(--ink-55);letter-spacing:.14em;text-transform:uppercase}.stories-shell .eyebrow:before{content:"";width:22px;height:1px;background:currentColor;display:inline-block;opacity:.6}.stories-shell .eyebrow.flush:before{display:none}.stories-shell .display{font-family:var(--sans);font-weight:600;font-size:clamp(34px,4.6vw,62px);line-height:1.08;letter-spacing:-.03em}.stories-shell .display em{font-style:normal;color:var(--ocean);font-weight:600}.stories-shell .display .hl{background:linear-gradient(180deg,transparent 60%,var(--yellow) 60%);padding:0 4px;font-style:normal;font-weight:600}.stories-shell h2.section-title{font-family:var(--sans);font-weight:600;font-size:clamp(28px,3.6vw,46px);line-height:1.08;letter-spacing:-.025em;max-width:22ch}.stories-shell h2.section-title em{font-style:normal;color:var(--ocean);font-weight:600}.stories-shell .lede{font-family:var(--sans);font-weight:400;font-size:clamp(17px,1.5vw,21px);line-height:1.55;color:var(--ink-70);max-width:58ch;letter-spacing:-.005em}.stories-shell .body-text{font-size:15.5px;line-height:1.68;color:var(--ink-70)}.stories-shell .micro{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-55);font-weight:600}.stories-shell section{position:relative}.stories-shell .wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}.stories-shell .divider-rule{height:1px;background:var(--rule);max-width:var(--max);margin:0 auto}.stories-shell .section-head{display:grid;grid-template-columns:1fr minmax(0,2fr);grid-gap:48px;gap:48px;align-items:start;padding:96px 0 40px}.stories-shell .section-head .left{position:-webkit-sticky;position:sticky;top:110px;align-self:start}.stories-shell .section-head .right{padding-top:6px}.stories-shell[data-density=tight] .section-head{padding:64px 0 24px}@media (max-width:880px){.stories-shell .section-head{grid-template-columns:1fr;gap:22px;padding:64px 0 24px}.stories-shell .section-head .left{position:static}}.stories-shell .hero{background:#e6fbf8;padding:56px 0 88px;position:relative;overflow:hidden}.stories-shell .hero-top{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:40px;border-bottom:1px solid var(--rule);font-size:12px;color:var(--ink-55);letter-spacing:.08em;text-transform:uppercase;font-weight:500}.stories-shell .hero-top .edition{font-weight:600;color:var(--ink)}.stories-shell .hero-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:64px;gap:64px;align-items:end;padding-top:56px}.stories-shell .hero-copy h1{margin-bottom:28px}.stories-shell .hero-meta{display:flex;align-items:center;gap:18px;margin-top:34px;font-size:13px;color:var(--ink-55)}.stories-shell .hero-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--ink-40)}.stories-shell .hero-ctas{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.stories-shell .btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-weight:600;font-size:14.5px;padding:14px 22px;border-radius:999px;text-decoration:none;border:none;cursor:pointer;transition:transform .15s,background .15s,color .15s}.stories-shell .btn-primary{background:var(--ink);color:var(--aqua)}.stories-shell .btn-primary:hover{transform:translateY(-1px);background:#072f44}.stories-shell .btn-primary:hover .arrow{transform:translateX(3px)}.stories-shell .btn-ghost{color:var(--ink);background:transparent;border:1px solid var(--rule)}.stories-shell .btn-ghost:hover{background:var(--paper-2)}.stories-shell .arrow{transition:transform .2s;font-weight:500}.stories-shell .hero-card-wrap{position:relative;aspect-ratio:1/1;max-width:520px;justify-self:end;width:100%}.stories-shell .hero-card-wrap img{width:100%;height:100%;object-fit:contain;border-radius:22px;box-shadow:0 30px 70px -20px rgba(0,40,59,.25),0 10px 30px -10px rgba(0,40,59,.12);transform:rotate(-1.5deg);transition:transform .5s cubic-bezier(.2,.8,.2,1);background:#fff}.stories-shell .hero-card-wrap:hover img{transform:rotate(0deg) scale(1.01)}.stories-shell .hero-card-caption{position:absolute;bottom:-18px;right:-14px;background:var(--ink);color:#fff;padding:10px 16px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em;display:inline-flex;align-items:center;gap:9px;box-shadow:0 10px 30px -10px rgba(0,40,59,.35)}.stories-shell .hero-card-caption .pulse{width:8px;height:8px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 0 rgba(69,213,199,.7);animation:stories-pulse 2.2s ease-out infinite}.stories-shell .hero-card-badge{position:absolute;top:24px;right:-16px;background:var(--aqua);color:var(--ink);padding:10px 14px;border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transform:rotate(4deg);box-shadow:0 8px 22px -6px rgba(0,40,59,.25)}@media (max-width:980px){.stories-shell .hero-grid{grid-template-columns:1fr;gap:44px}.stories-shell .hero-card-wrap{justify-self:center;max-width:440px}}.stories-shell .reel{padding:72px 0 88px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper);overflow:hidden}.stories-shell .reel-head{display:flex;justify-content:space-between;align-items:flex-end;max-width:var(--max);margin:0 auto;padding:0 var(--gutter) 36px;gap:24px;flex-wrap:wrap}.stories-shell .reel-head h2{max-width:18ch}.stories-shell .reel-head .right{max-width:42ch}.stories-shell .reel-mask{position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent)}.stories-shell .reel-track{display:flex;gap:18px;width:max-content;animation:stories-reelScroll 80s linear infinite;padding:8px 0 4px}.stories-shell .reel-mask:hover .reel-track{animation-play-state:paused}.stories-shell .endo{flex:0 0 340px;background:#fff;border:1px solid var(--rule);border-radius:20px;padding:26px 26px 22px;display:flex;flex-direction:column;gap:18px;position:relative;transition:transform .25s,box-shadow .25s}.stories-shell .endo:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px rgba(0,40,59,.2)}.stories-shell .endo-accent{position:absolute;top:0;left:24px;right:24px;height:3px;border-radius:0 0 3px 3px}.stories-shell .endo.aqua .endo-accent{background:var(--aqua)}.stories-shell .endo.yellow .endo-accent{background:var(--yellow)}.stories-shell .endo.purple .endo-accent{background:var(--purple)}.stories-shell .endo.ink .endo-accent{background:var(--ink)}.stories-shell .endo-quote{font-family:var(--serif);font-size:17px;line-height:1.5;color:var(--ink);font-weight:500}.stories-shell .endo-quote:before{content:"\201C";font-size:42px;line-height:0;vertical-align:-.28em;color:var(--aqua);margin-right:4px;font-weight:500}.stories-shell .endo.yellow .endo-quote:before{color:#c7a800}.stories-shell .endo.purple .endo-quote:before{color:var(--purple-deep)}.stories-shell .endo.ink .endo-quote:before{color:var(--ink)}.stories-shell .endo-foot{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--hair);margin-top:auto}.stories-shell .endo-av{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.stories-shell .endo.aqua .endo-av{background:var(--aqua);color:var(--ink)}.stories-shell .endo.yellow .endo-av{background:var(--yellow);color:var(--ink)}.stories-shell .endo.purple .endo-av{background:var(--purple);color:var(--purple-deep)}.stories-shell .endo.ink .endo-av{background:var(--ink);color:var(--aqua)}.stories-shell .endo-who{min-width:0}.stories-shell .endo-name{font-size:14px;font-weight:700;color:var(--ink);line-height:1.25}.stories-shell .endo-role{font-size:11.5px;color:var(--ink-55);margin-top:2px;line-height:1.35}.stories-shell .endo-meta{display:flex;align-items:center;gap:6px;margin-left:auto;font-size:10.5px;font-weight:600;color:var(--ink);background:var(--paper-2);padding:4px 10px;border-radius:20px;flex-shrink:0;letter-spacing:.02em;white-space:nowrap}.stories-shell .endo-meta strong{font-weight:700}.stories-shell .showcase{padding:56px 0 96px}.stories-shell .showcase-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;margin-top:28px}.stories-shell .showcase-card{background:#fff;border:1px solid var(--rule);border-radius:24px;padding:32px 32px 28px;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}.stories-shell .showcase-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px -30px rgba(0,40,59,.25)}.stories-shell .showcase-card.aqua{background:linear-gradient(150deg,var(--aqua-tint) 0,#d8f4f0 100%)}.stories-shell .showcase-card .tag{position:absolute;top:24px;right:24px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-55);background:hsla(0,0%,100%,.8);padding:5px 11px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stories-shell .showcase-card h3{font-family:var(--serif);font-weight:500;font-size:26px;line-height:1.15;margin-bottom:6px;margin-top:32px}.stories-shell .showcase-card h3 em{font-style:italic;color:var(--ocean)}.stories-shell .showcase-card .sub{font-size:14px;color:var(--ink-55);margin-bottom:24px}.stories-shell .chart-card{background:#fff;border-radius:16px;padding:24px 22px 20px;box-shadow:0 4px 18px rgba(0,40,59,.06)}.stories-shell .chart-title{font-size:11.5px;color:var(--ink-55);margin-bottom:14px;font-weight:500;text-align:center;font-style:italic}.stories-shell .chart-legend{display:flex;justify-content:center;gap:20px;margin-top:10px;font-size:11px;color:var(--ink-70)}.stories-shell .chart-legend span{display:inline-flex;align-items:center;gap:6px}.stories-shell .chart-legend i{width:9px;height:9px;border-radius:50%;display:inline-block}.stories-shell .profile-mock{background:#fff;border-radius:16px;padding:26px 28px;box-shadow:0 4px 18px rgba(0,40,59,.06)}.stories-shell .pm-head{display:flex;align-items:center;gap:12px;margin-bottom:6px}.stories-shell .pm-icon{width:36px;height:36px;background:var(--aqua-tint);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stories-shell .pm-name{font-size:18px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.stories-shell .pm-role{font-size:12px;color:var(--ink-55);letter-spacing:.02em;margin-bottom:18px}.stories-shell .pm-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:10px;gap:10px}.stories-shell .pm-block{border-radius:12px;padding:16px 18px}.stories-shell .pm-block.endorse{background:#fffcec}.stories-shell .pm-block.strengths{background:var(--aqua-tint)}.stories-shell .pm-label{font-size:11px;font-weight:700;color:var(--ink);margin-bottom:10px;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:4px}.stories-shell .pm-text{font-size:13px;line-height:1.55;color:var(--ink-70)}.stories-shell .pm-strengths{display:flex;flex-direction:column;gap:5px}.stories-shell .pm-chip{background:#fff;font-size:10px;padding:4px 9px;border-radius:20px;display:inline-flex;align-items:center;gap:5px;color:var(--ink-70)}.stories-shell .pm-chip i{width:6px;height:6px;border-radius:50%;background:var(--aqua);flex-shrink:0}.stories-shell .showcase-foot{margin-top:20px;font-size:12.5px;color:var(--ink-55);line-height:1.55;text-align:center;max-width:340px;margin-left:auto;margin-right:auto}@media (max-width:860px){.stories-shell .showcase-grid{grid-template-columns:1fr}}.stories-shell .compare{padding:80px 0 96px;background:var(--paper)}.stories-shell .compare-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:40px;gap:40px;align-items:stretch;max-width:1100px;margin:0 auto}.stories-shell .compare-panel{background:#f3f3f3;border-radius:18px;padding:44px 36px 36px;display:flex;flex-direction:column;min-height:460px;position:relative}.stories-shell .compare-panel--dim{background:#f0f0f0}.stories-shell .compare-eyebrow{font-family:var(--serif);font-size:22px;font-weight:700;letter-spacing:-.01em;text-transform:none;text-align:center;color:var(--ink);margin-bottom:24px}.stories-shell .compare-panel--dim .compare-eyebrow{color:var(--ink-55)}.stories-shell .compare-eyebrow--accent{color:var(--ink);position:relative;display:inline-block}.stories-shell .compare-eyebrow--accent:after{content:"";display:block;width:48px;height:3px;background:var(--aqua);margin:8px auto 0;border-radius:2px}.stories-shell .compare-visual{position:relative;flex:1 1;display:flex;align-items:center;justify-content:center;margin:8px 0 24px}.stories-shell .compare-visual--single{opacity:1}.stories-shell .compare-single-node{width:128px;height:128px;border:2px solid rgba(0,40,59,.85);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);font-size:44px;font-weight:700;box-shadow:0 10px 28px -12px rgba(0,40,59,.3),0 2px 6px rgba(0,40,59,.08);position:relative}.stories-shell .compare-single-node:after{content:"";position:absolute;inset:-10px;border-radius:50%;border:1.5px dashed rgba(0,40,59,.35);pointer-events:none}.stories-shell .compare-constellation{width:100%;max-width:360px;height:auto;aspect-ratio:1/1}.stories-shell .cmp-lbl{position:absolute;font-size:12px;font-weight:500;color:var(--ink);line-height:1.2;text-align:center;white-space:normal}.stories-shell .cmp-lbl--top{top:-2px;left:50%;transform:translateX(-50%)}.stories-shell .cmp-lbl--tr{top:22%;right:0}.stories-shell .cmp-lbl--br{bottom:22%;right:0}.stories-shell .cmp-lbl--bottom{bottom:-6px;left:50%;transform:translateX(-50%)}.stories-shell .cmp-lbl--bl{bottom:22%;left:0}.stories-shell .cmp-lbl--tl{top:22%;left:0}.stories-shell .compare-caption{text-align:center;font-size:14px;line-height:1.55;color:var(--ink-55);margin-top:auto}.stories-shell .compare-panel:not(.compare-panel--dim) .compare-caption{color:var(--ink-70)}.stories-shell .compare-vs{align-self:center;font-size:13px;font-weight:500;color:var(--ink-40);font-style:italic;padding:0 4px}.stories-shell .compare-ladder{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px;margin-top:56px;padding:28px 32px;background:#fff;border:1px solid var(--rule);border-radius:18px;box-shadow:0 10px 30px -18px rgba(0,40,59,.18)}.stories-shell .cl-step{text-align:center;padding:8px 10px}.stories-shell .cl-step--final .cl-title{color:var(--ink)}.stories-shell .cl-step--final .cl-kicker{color:var(--aqua)}.stories-shell .cl-dots{display:flex;justify-content:center;align-items:center;gap:4px;margin-bottom:12px;min-height:18px}.stories-shell .cl-dot{width:12px;height:12px;border-radius:50%;background:var(--ink);display:inline-block}.stories-shell .cl-dot--self{background:var(--purple)}.stories-shell .cl-dot--ai{background:#fff;border:1.5px dashed #b6c0c6}.stories-shell .cl-dot--human{background:var(--aqua)}.stories-shell .cl-dot--more{background:var(--yellow);border:1.5px solid var(--ink)}.stories-shell .cl-kicker{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-55);margin-bottom:4px}.stories-shell .cl-title{font-family:var(--serif);font-weight:700;font-size:17px;letter-spacing:-.01em;color:var(--ink);margin-bottom:3px}.stories-shell .cl-sub{font-size:12.5px;color:var(--ink-55);line-height:1.4}.stories-shell .cl-arrow{font-size:20px;color:var(--ink-40);font-weight:300}@media (max-width:820px){.stories-shell .compare-ladder{grid-template-columns:1fr;padding:22px 18px;gap:8px}.stories-shell .cl-arrow{transform:rotate(90deg);padding:4px 0}.stories-shell .compare-grid{grid-template-columns:1fr;gap:16px}.stories-shell .compare-vs{padding:4px 0}.stories-shell .compare-panel{min-height:380px;padding:32px 20px 28px}.stories-shell .compare-constellation{max-width:300px}.stories-shell .cmp-lbl{font-size:11px}}.stories-shell .proof-warn{background:var(--paper);padding:8px 0 64px}.stories-shell .proof-warn-card{max-width:920px;margin:0 auto;background:#fff8b3;border:1px solid rgba(0,40,59,.12);border-radius:18px;padding:26px 32px;display:flex;gap:20px;align-items:flex-start;box-shadow:0 10px 30px -18px rgba(0,40,59,.25)}.stories-shell .proof-warn-lamp{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#ffeb00;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px rgba(255,235,0,.3)}.stories-shell .proof-warn-kicker{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);opacity:.6;margin-bottom:6px}.stories-shell .proof-warn-text{font-family:var(--sans);font-weight:500;font-size:18px;line-height:1.55;color:var(--ink);letter-spacing:-.005em;text-wrap:pretty}.stories-shell .proof-warn-text em{font-style:italic;font-weight:600}.stories-shell .proof-warn-text strong{font-weight:700}.stories-shell .proof-warn-pull{background:linear-gradient(180deg,transparent 62%,rgba(69,213,199,.55) 0);padding:0 3px;font-weight:700}@media (max-width:720px){.stories-shell .proof-warn-card{padding:22px 20px;gap:14px;flex-direction:row}.stories-shell .proof-warn-text{font-size:15.5px}}.stories-shell .pillars{background:var(--ink);color:#fff;padding:110px 0;position:relative;overflow:hidden}.stories-shell[data-density=tight] .pillars{padding:80px 0}.stories-shell .pillars:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(69,213,199,.09) 0,transparent 70%);pointer-events:none}.stories-shell .pillars .eyebrow{color:var(--aqua)}.stories-shell .pillars h2.section-title{color:#fff;font-family:var(--serif);max-width:20ch}.stories-shell .pillars h2.section-title em{color:var(--aqua)}.stories-shell .pillars .lede{color:hsla(0,0%,100%,.7)}.stories-shell .pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:64px;max-width:var(--max);margin-left:auto;margin-right:auto;padding:0 var(--gutter)}.stories-shell[data-density=tight] .pillars-grid{margin-top:44px}.stories-shell .pillar{border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:34px 30px;background:hsla(0,0%,100%,.02);transition:background .3s,border-color .3s}.stories-shell .pillar:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.18)}.stories-shell .pillar-num{font-family:var(--serif);font-weight:400;font-style:italic;font-size:14px;color:var(--aqua);margin-bottom:28px;display:flex;align-items:center;gap:10px}.stories-shell .pillar-num:after{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.12)}.stories-shell .pillar-svg{margin-bottom:28px;height:72px;display:flex;align-items:center}.stories-shell .pillar h3{font-family:var(--sans);font-weight:600;font-size:24px;color:#fff;margin-bottom:14px;line-height:1.2;letter-spacing:-.02em}.stories-shell .pillar h3 em{font-style:italic;color:var(--aqua)}.stories-shell .pillar p{font-size:14.5px;color:hsla(0,0%,100%,.72);line-height:1.65}@media (max-width:860px){.stories-shell .pillars-grid{grid-template-columns:1fr}}.stories-shell .voices{padding:110px 0;background:var(--paper)}.stories-shell[data-density=tight] .voices{padding:80px 0}.stories-shell .voices-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:24px}.stories-shell .voice{background:#fff;border-radius:22px;padding:34px 30px 30px;display:flex;flex-direction:column;gap:22px;border:1px solid var(--rule);position:relative;transition:transform .3s,box-shadow .3s}.stories-shell .voice:hover{transform:translateY(-4px);box-shadow:0 24px 60px -30px rgba(0,40,59,.2)}.stories-shell .voice .org{font-size:11.5px;font-weight:700;color:var(--ocean);letter-spacing:.14em;text-transform:uppercase}.stories-shell .voice blockquote{font-family:var(--sans);font-weight:500;font-size:22px;line-height:1.42;color:var(--ink);flex:1 1;letter-spacing:-.01em}.stories-shell .voice blockquote .pull{background:linear-gradient(180deg,transparent 62%,rgba(69,213,199,.35) 0);padding:0 1px}.stories-shell .voice.yellow blockquote .pull{background:linear-gradient(180deg,transparent 62%,var(--yellow) 62%)}.stories-shell .voice.purple blockquote .pull{background:linear-gradient(180deg,transparent 62%,rgba(198,199,255,.7) 0)}.stories-shell .voice-attr{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid var(--hair)}.stories-shell .voice-av{width:44px;height:44px;border-radius:50%;background:var(--aqua);color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.stories-shell .voice.yellow .voice-av{background:var(--yellow)}.stories-shell .voice.purple .voice-av{background:var(--purple);color:var(--purple-deep)}.stories-shell .voice-name{font-size:14.5px;font-weight:700;color:var(--ink);line-height:1.2}.stories-shell .voice-role{font-size:12px;color:var(--ink-55);margin-top:2px;line-height:1.35}@media (max-width:980px){.stories-shell .voices-grid{grid-template-columns:1fr}}@media (max-width:760px){.stories-shell .voice{padding:24px 22px 22px;gap:16px}.stories-shell .voice blockquote{font-size:17px;line-height:1.38}.stories-shell .voice .org{font-size:10.5px}.stories-shell .voice-av{width:40px;height:40px;font-size:13px}.stories-shell .voice-name{font-size:14px}.stories-shell .voice-role{font-size:12px}}.stories-shell .cases{padding:64px 0 110px;background:var(--paper);border-top:1px solid var(--rule)}.stories-shell[data-density=tight] .cases{padding:48px 0 80px}.stories-shell .case-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--rule)}.stories-shell .case-row{display:grid;grid-template-columns:1fr 2fr;grid-gap:56px;gap:56px;align-items:start;padding:44px 0;border-bottom:1px solid var(--rule);transition:background .25s;position:relative}.stories-shell .case-row:hover{background:rgba(69,213,199,.035)}.stories-shell .case-row .num{font-family:var(--serif);font-style:italic;font-weight:400;font-size:15px;color:var(--ocean)}.stories-shell .case-org{font-size:13px;font-weight:700;color:var(--ink);letter-spacing:.14em;text-transform:uppercase;margin-top:10px;line-height:1.4}.stories-shell .case-team{font-size:13px;color:var(--ink-55);margin-top:8px;line-height:1.5}.stories-shell .case-body{padding-top:6px}.stories-shell .case-headline{font-family:var(--sans);font-weight:600;font-size:26px;line-height:1.2;letter-spacing:-.015em;color:var(--ink);margin-bottom:16px}.stories-shell .case-headline em{font-style:italic;color:var(--ocean)}.stories-shell .case-body p{font-size:15px;line-height:1.65;color:var(--ink-70)}@media (max-width:980px){.stories-shell .case-row{grid-template-columns:1fr;gap:24px;padding:36px 0}}.stories-shell .mv-band{padding:72px 0 40px;background:var(--paper);border-top:1px solid var(--hair)}.stories-shell .mv-band-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:64px;gap:64px;align-items:center;max-width:980px;margin:0 auto}.stories-shell .mv-band-rule{width:1px;height:80px;background:rgba(0,40,59,.16)}.stories-shell .mv-band-block{text-align:left}.stories-shell .mv-band-grid .mv-band-block:last-child{text-align:right}.stories-shell .mv-band-kicker{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--aqua);margin-bottom:14px}.stories-shell .mv-band-text{font-family:var(--sans);font-weight:500;font-size:clamp(22px,2.4vw,28px);line-height:1.22;letter-spacing:-.012em;color:var(--ink);text-wrap:balance}.stories-shell .mv-band-text em{font-style:italic;font-weight:500;color:var(--ocean)}.stories-shell .mv-band-tag{display:inline-block;font-size:.6em;font-weight:500;color:rgba(0,40,59,.55);letter-spacing:0;vertical-align:.18em;margin-left:2px}@media (max-width:760px){.stories-shell .mv-band{padding:52px 0 20px}.stories-shell .mv-band-grid{grid-template-columns:1fr;gap:28px;text-align:left}.stories-shell .mv-band-grid .mv-band-block:last-child{text-align:left}.stories-shell .mv-band-rule{width:48px;height:1px}.stories-shell .mv-band-text{font-size:20px}}.stories-shell .li-proof{padding:110px 0;background:var(--paper-2);border-top:1px solid var(--hair)}.stories-shell .li-proof-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:56px;gap:56px;margin-top:36px;align-items:start}.stories-shell .li-proof-side{display:flex;flex-direction:column;gap:28px;padding-top:12px}.stories-shell .li-anno{display:grid;grid-template-columns:40px 1fr;grid-gap:14px;gap:14px;align-items:baseline;padding-bottom:20px;border-bottom:1px solid var(--hair)}.stories-shell .li-anno:last-child{border-bottom:0;padding-bottom:0}.stories-shell .li-anno-num{font-family:var(--serif);font-style:italic;font-size:28px;font-weight:500;color:var(--aqua);letter-spacing:-.02em;line-height:1}.stories-shell .li-anno p{font-size:16px;line-height:1.45;color:var(--ink-70);font-weight:500}.stories-shell .li-anno p strong{color:var(--ink);font-weight:600}.stories-shell .li-anno p em{font-style:italic;color:var(--ocean);font-weight:600}.stories-shell .li-post{background:#fff;border-radius:10px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 12px 40px -20px rgba(0,40,59,.2);overflow:hidden;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#000000e6;max-width:560px}.stories-shell .li-head{display:grid;grid-template-columns:40px 1fr auto;grid-gap:10px;gap:10px;padding:12px 16px 4px}.stories-shell .li-av{width:40px;height:40px;border-radius:50%;overflow:hidden}.stories-shell .li-av img{display:block;width:100%;height:100%;object-fit:cover}.stories-shell .li-name-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.stories-shell .li-name{font-weight:600;font-size:14px;color:#000000e6}.stories-shell .li-badge{display:inline-flex;align-items:center}.stories-shell .li-conn{font-size:12px;color:#00000099;font-weight:400}.stories-shell .li-tag{font-size:12px;color:#00000099;line-height:1.35;margin-top:1px}.stories-shell .li-meta{font-size:12px;color:#00000099;margin-top:2px}.stories-shell .li-more{background:none;border:none;cursor:pointer;color:#00000099;font-size:18px;padding:0 6px}.stories-shell .li-body{padding:8px 16px 12px;font-size:14px;line-height:1.43;color:#000000e6}.stories-shell .li-link{color:#0a66c2;font-weight:600}.stories-shell .li-more-link{color:#00000099}.stories-shell .li-card{border-top:1px solid #00000014;border-bottom:1px solid #00000014;background:#fff}.stories-shell .li-card--img{padding:0}.stories-shell .li-card--img img{display:block;width:100%;height:auto}.stories-shell .li-engage{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 8px;border-top:1px solid #00000010;font-size:12px;color:#00000099}.stories-shell .li-react{display:inline-flex;align-items:center;gap:8px}.stories-shell .li-react-icons{display:inline-flex}.stories-shell .li-react-icons .re{width:18px;height:18px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;margin-left:-4px;border:1.5px solid #fff}.stories-shell .li-react-icons .re:first-child{margin-left:0}.stories-shell .li-react-icons .re-love{background:#df704d;color:#fff}.stories-shell .li-react-icons .re-clap{background:#6dae4f}.stories-shell .li-react-icons .re-bulb{background:#f5bb54}.stories-shell .li-actions{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #00000010;padding:4px}.stories-shell .li-act{background:none;border:none;cursor:pointer;padding:12px 8px;font-size:13px;font-weight:600;color:#00000099;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;font-family:inherit}.stories-shell .li-act:hover{background:#0000000a}.stories-shell .li-act.active{color:#df704d}.stories-shell .li-act span{font-size:15px}.stories-shell .li-close{margin-top:40px;padding:18px 4px;border-top:1px solid var(--hair);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.stories-shell .li-close-cta{display:inline-flex;align-items:center;gap:10px;background:var(--ink);color:var(--yellow);padding:14px 22px;border-radius:999px;font-weight:600;font-size:15px;text-decoration:none;border:0;letter-spacing:-.005em;box-shadow:0 8px 24px -12px rgba(0,40,59,.35);transition:transform .2s ease,background .2s ease,gap .2s ease,box-shadow .2s ease;white-space:nowrap}.stories-shell .li-close-cta:hover{transform:translateY(-1px);gap:14px;background:var(--ocean);color:var(--yellow);box-shadow:0 10px 28px -12px rgba(0,40,59,.45)}@media (max-width:700px){.stories-shell .li-close{padding:16px 0;gap:14px}.stories-shell .li-close-cta{width:100%;justify-content:center}}@media (max-width:900px){.stories-shell .li-proof{padding:60px 0}.stories-shell .li-proof-grid{grid-template-columns:1fr;gap:36px}.stories-shell .li-post{max-width:100%;border-radius:0;box-shadow:none}.stories-shell .li-head{grid-template-columns:48px 1fr auto;padding:12px 16px 0;gap:8px;align-items:start}.stories-shell .li-av{width:48px;height:48px}.stories-shell .li-name{font-size:15px}.stories-shell .li-meta,.stories-shell .li-tag{font-size:13px;color:#00000080}.stories-shell .li-body{padding:10px 16px 12px;font-size:15px;line-height:1.42}.stories-shell .li-engage{padding:8px 14px 6px;font-size:11.5px}}.stories-shell .big-cta{background:#c7ede6;padding:110px 0 120px;position:relative;overflow:hidden;border-top:1px solid rgba(0,40,59,.08)}.stories-shell[data-density=tight] .big-cta{padding:80px 0}.stories-shell .big-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 20%,rgba(255,235,0,.18) 0,transparent 50%);pointer-events:none}.stories-shell .big-cta .wrap{position:relative;display:grid;grid-template-columns:1fr 1.4fr;grid-gap:72px;gap:72px;align-items:center}.stories-shell .big-cta h2{font-family:var(--sans);font-weight:600;font-size:clamp(28px,3.6vw,44px);line-height:1.08;letter-spacing:-.025em;color:var(--ink);max-width:18ch}.stories-shell .big-cta h2 em{font-style:normal;color:var(--ocean)}.stories-shell .big-cta .sub{font-family:var(--sans);font-size:18px;color:rgba(0,40,59,.7);margin-top:20px;max-width:42ch;line-height:1.55}.stories-shell .big-cta .ctas{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap;align-items:center}.stories-shell .big-cta .btn-primary{background:var(--ink);color:var(--aqua);padding:16px 26px;font-size:15px}.stories-shell .big-cta .tiny{font-size:12px;color:rgba(0,40,59,.5);font-style:italic}.stories-shell .big-cta-art{justify-self:start;width:100%;max-width:340px;aspect-ratio:1/1;position:relative}.stories-shell .big-cta-art .lamp-disk{position:absolute;inset:0;background:radial-gradient(circle,rgba(255,248,179,.55) 0,rgba(255,235,0,.18) 50%,transparent 72%);border-radius:50%;animation:stories-glow 5s ease-in-out infinite alternate}.stories-shell .big-cta-art .lamp-mark{position:absolute;inset:0;margin:auto;width:54%;height:54%;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,40,59,.15))}@media (max-width:880px){.stories-shell .big-cta .wrap{grid-template-columns:1fr;gap:32px}.stories-shell .big-cta-art{max-width:220px;justify-self:start}}.stories-shell .footer{background:var(--paper);border-top:1px solid var(--rule);padding:56px 0 44px}.stories-shell .footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;align-items:start;max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}.stories-shell .footer-brand img{height:22px;margin-bottom:14px}.stories-shell .footer-tag{font-size:13px;color:var(--ink-55);max-width:24ch;line-height:1.5}.stories-shell .footer-col .h{font-size:12px;font-weight:700;color:var(--ink);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.stories-shell .footer-col a{display:block;font-size:13px;color:var(--ink-70);text-decoration:none;padding:4px 0;transition:color .15s}.stories-shell .footer-col a:hover{color:var(--ink)}.stories-shell .footer-bottom{max-width:var(--max);margin:40px auto 0;padding:22px var(--gutter) 0;border-top:1px solid var(--rule);font-size:12px;color:var(--ink-55);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media (max-width:860px){.stories-shell .footer-inner{grid-template-columns:1fr 1fr;gap:32px 24px}.stories-shell .footer-brand{grid-column:1/-1}}@media (max-width:720px){.stories-shell{--gutter:20px}.stories-shell .nav-links{display:none}.stories-shell .nav-cta{padding:9px 16px;font-size:12.5px}.stories-shell .hero-top{flex-direction:column;gap:8px;align-items:flex-start;padding-bottom:24px}.stories-shell .hero-card-wrap{max-width:360px}.stories-shell .section-head{padding:48px 0 20px}.stories-shell .reel-head{padding-bottom:24px}.stories-shell .endo{flex:0 0 280px;padding:22px 22px 18px}.stories-shell .endo-quote{font-size:15.5px}.stories-shell .case-row{padding:28px 0}.stories-shell .case-headline{font-size:22px}.stories-shell .pm-grid{grid-template-columns:1fr;gap:10px}.stories-shell .pm-block{padding:14px 16px}.stories-shell .pm-text{font-size:12.5px}.stories-shell .pm-strengths{flex-direction:row;flex-wrap:wrap}.stories-shell .profile-mock{padding:20px}.stories-shell .pm-name{font-size:16px}.stories-shell .showcase-card{padding:24px 20px}}