.memory-section{padding:110px clamp(22px,7vw,110px);background:#efe7d6}.memory-top{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:end;margin-bottom:45px}.memory-top h2{font-size:clamp(42px,5vw,72px);line-height:1;margin-top:15px}.memory-copy>p{color:#60716b;line-height:1.7;max-width:520px}.memory-meters{display:flex;gap:25px;margin-top:25px}.memory-meters span{font-size:8px;font-weight:800;letter-spacing:.12em;color:#718079}.memory-meters strong{display:block;font:800 23px Manrope;color:#0b5d46;margin-top:4px}.memory-board{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;perspective:1000px}.memory-card{aspect-ratio:.75;border:0;background:transparent;padding:0;cursor:pointer;perspective:800px}.memory-card-inner{position:relative;display:block;width:100%;height:100%;transform-style:preserve-3d;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.memory-card.flipped .memory-card-inner,.memory-card.matched .memory-card-inner{transform:rotateY(180deg)}.memory-face{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;backface-visibility:hidden;box-shadow:0 9px 25px rgba(41,50,44,.1)}.memory-back{background:#0b5d46;color:#dbea9d}.memory-back:before{content:"M";display:grid;place-items:center;width:47px;height:47px;border:1px solid rgba(255,255,255,.4);border-radius:50%;font:800 20px Manrope}.memory-back small{position:absolute;bottom:14px;font-size:7px;letter-spacing:.15em}.memory-front{background:#fffdf7;color:#08251f;transform:rotateY(180deg);padding:12px;text-align:center;border:2px solid transparent}.memory-front .memory-icon{font-size:37px;margin-bottom:8px}.memory-front strong{font:800 clamp(12px,1.25vw,17px) Manrope;line-height:1.15}.memory-front small{font-size:8px;color:#72817b;margin-top:7px;line-height:1.35}.memory-card.matched .memory-front{border-color:#168b63;background:#e9f3ec}.memory-card.matched{cursor:default}.memory-complete{margin-top:25px;background:#fffdf7;padding:20px 25px;border-radius:10px;display:flex;align-items:center;gap:17px;box-shadow:0 10px 30px rgba(40,50,43,.08)}.memory-complete[hidden]{display:none}.memory-complete>span{width:48px;height:48px;border-radius:50%;background:#f2bd55;display:grid;place-items:center;font-size:24px}.memory-complete div{flex:1}.memory-complete strong{font:800 18px Manrope}.memory-complete p{margin:4px 0 0;color:#687771;font-size:12px}@media(max-width:900px){.memory-board{grid-template-columns:repeat(4,1fr)}.memory-top{grid-template-columns:1fr}.memory-copy>p{max-width:700px}}@media(max-width:560px){.memory-section{padding-top:75px;padding-bottom:75px}.memory-board{grid-template-columns:repeat(3,1fr);gap:7px}.memory-meters{justify-content:space-between;gap:8px}.memory-complete{align-items:flex-start;flex-wrap:wrap}.memory-complete .button{width:100%;justify-content:center}}
