.company-memory{background:#f1f5eb;overflow:hidden}.company-memory h2{font-size:clamp(32px,4.6vw,64px)}.memory-story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:48px;border:1px solid #dce3d3;background:#fff;border-radius:28px;margin-top:48px}.memory-stage-number{font-size:11px;letter-spacing:.16em;color:#536b34}.memory-story-copy h3{font-size:34px;letter-spacing:-.04em;margin:24px 0 18px}.memory-story-copy>p{font-size:15px;line-height:1.9;color:#57624f;min-height:86px;max-width:350px}.memory-story-tabs{display:flex;gap:8px;margin-top:30px}.memory-story-tabs button{font:inherit;font-size:12px;padding:12px 15px;border:1px solid #dce3d3;border-radius:50px;background:white;cursor:pointer;transition:background .4s}.memory-story-tabs button[aria-pressed=true]{background:#ccff6b;border-color:#ccff6b}.memory-motion{font:inherit;font-size:11px;border:0;background:none;color:#526044;text-decoration:underline;text-underline-offset:4px;margin-top:22px;cursor:pointer}.memory-story-copy>.memory-story-disclaimer{font-size:10px;min-height:0;margin-top:24px;max-width:370px;line-height:1.8;color:#77816f}.memory-visual{padding:28px;background:#f7f9f3;border-radius:18px;position:relative}.memory-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.memory-source-grid span{font-size:11px;padding:12px;background:white;border:1px solid #e4e9dd;border-radius:8px;transition:background .8s,border-color .8s}.memory-story[data-stage="0"] .memory-source-grid span{border-color:#a7c97b;background:#f4ffe2}.memory-flow-track{height:48px;display:flex;justify-content:space-evenly;overflow:hidden;position:relative}.memory-flow-track:before{content:"";position:absolute;height:100%;width:1px;background:#d0dfbc}.memory-flow-track i{height:7px;width:7px;border-radius:50%;background:#8bba47;position:absolute;top:-7px;animation:memoryFlow 2.4s linear infinite}.memory-flow-track i:nth-child(2){animation-delay:.8s}.memory-flow-track i:nth-child(3){animation-delay:1.6s}.memory-company-card{display:flex;align-items:center;gap:15px;background:#202c21;color:#f9fff3;border-radius:13px;padding:25px 20px;position:relative}.memory-core-symbol{font-size:42px;color:#ccff6b;line-height:1;animation:memoryTurn 16s linear infinite}.memory-company-card small{font-size:8px;letter-spacing:.13em;color:#b3c2aa;display:block;margin-bottom:10px}.memory-company-card strong{display:block;font-size:17px;line-height:1.5;font-weight:500}.memory-company-card span{font-size:10px;display:block;margin-top:8px;color:#bbc9b4}.memory-live-dot{width:6px;height:6px;background:#ccff6b;border-radius:50%;position:absolute;right:13px;top:13px}.memory-personal-pills{display:flex;gap:8px;justify-content:center;margin:13px 0 28px}.memory-personal-pills span{font-size:9px;border:1px solid #d9e3ce;border-radius:30px;padding:7px 12px;transition:background .6s}.memory-story[data-stage="1"] .memory-personal-pills span{background:#ccff6b;border-color:#abd661}.memory-result-card{position:relative;background:white;border:1px solid #dce3d3;border-radius:12px;padding:20px;min-height:160px}.memory-result-label{font-size:8px;letter-spacing:.12em;color:#718062}.memory-result-card strong{display:block;font-size:14px;margin:12px 0 8px}.memory-result-card>span:not(.memory-result-label){font-size:10px;color:#657358}.memory-result-card small{display:block;font-size:8px;margin-top:12px;color:#7b8673}.memory-result-bars{display:flex;align-items:end;gap:6px;height:58px;margin-top:12px}.memory-result-bars i{width:15%;height:35%;background:#e2ecd5;border-radius:4px 4px 0 0;transition:height 1.2s,background 1.2s}.memory-result-bars i:nth-child(2){height:40%}.memory-result-bars i:nth-child(3){height:48%}.memory-result-bars i:nth-child(4){height:44%}.memory-result-bars i:nth-child(5){height:55%}.memory-story[data-stage="2"] .memory-result-bars i{background:#ccff6b}.memory-story[data-stage="2"] .memory-result-bars i:nth-child(2){height:50%}.memory-story[data-stage="2"] .memory-result-bars i:nth-child(3){height:60%}.memory-story[data-stage="2"] .memory-result-bars i:nth-child(4){height:72%}.memory-story[data-stage="2"] .memory-result-bars i:nth-child(5){height:92%}.memory-three{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:48px}.memory-three article{border-top:1px solid #ccd5c0;padding-top:23px}.memory-three span{font-size:9px;letter-spacing:.14em;color:#6e7a61}.memory-three h3{font-size:20px;margin:17px 0}.memory-three p{font-size:13px;line-height:1.9;color:#607054}.memory-story-footer{display:flex;align-items:center;gap:30px;margin-top:40px}.memory-story-footer p{font-size:11px;color:#718062;line-height:1.9}.memory-story.is-paused *{animation-play-state:paused!important}@keyframes memoryFlow{to{transform:translateY(55px)}}@keyframes memoryTurn{to{transform:rotate(360deg)}}@media(max-width:900px){.memory-story{padding:30px;gap:30px}.memory-visual{padding:18px}.memory-story-tabs{flex-wrap:wrap}.memory-company-card{padding:23px 15px}.memory-company-card strong{font-size:14px}.memory-core-symbol{font-size:30px}.memory-three{gap:20px}}@media(max-width:650px){.memory-story{grid-template-columns:1fr;padding:24px;gap:28px;margin-top:30px}.memory-story-copy h3{font-size:28px}.memory-story-copy>p{min-height:0}.memory-three{grid-template-columns:1fr;gap:24px}.memory-story-footer{align-items:start;flex-direction:column;gap:12px}.memory-story-tabs button{font-size:11px;padding:11px}.memory-visual{padding:17px}.memory-story-copy>.memory-story-disclaimer{font-size:10px}}@media(prefers-reduced-motion:reduce){.memory-story *{animation:none!important;transition:none!important}}
