.scrapbook-section{width:100%;padding:80px 0 100px;background:var(--dark-3);position:relative;overflow:hidden}.scrapbook-section-label{text-align:center;font-family:Jost,Outfit,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold, #c9a84c);margin-bottom:10px}.scrapbook-section-title{text-align:center;font-family:Cormorant Garamond,Playfair Display,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:600;color:var(--white, #fff);margin-bottom:60px;line-height:1.2}.scrapbook-section-title em{font-style:italic;color:var(--gold, #c9a84c)}.scrapbook-board{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:1400px;margin:0 auto;padding:40px 20px;perspective:1000px}.scrapbook-photo{position:relative;width:280px;height:360px;background-color:#fff;padding:12px;box-shadow:0 15px 35px #0006;z-index:10;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,z-index 0s;display:flex;flex:0 0 auto;margin:0 -15px}.scrapbook-photo:hover{transform:scale(1.08) rotate(0) translateZ(30px)!important;box-shadow:0 25px 50px #000000b3;z-index:100!important;cursor:pointer}.scrapbook-photo img{width:100%;height:100%;object-fit:cover;background-color:#333}.scrapbook-photo[data-decor=tape]:after{content:"";position:absolute;top:-10px;left:50%;width:60px;height:22px;background-color:#929982;box-shadow:0 2px 4px #0003;transform:translate(-50%) rotate(-3deg);z-index:100;opacity:.9}.scrapbook-photo[data-decor=pin]:after{content:"";position:absolute;top:6px;left:50%;width:16px;height:16px;background:radial-gradient(circle at 35% 35%,#fff,#e0e0e0 40%,#a0a0a0);border-radius:50%;transform:translate(-50%);box-shadow:2px 4px 6px #00000080;z-index:100}.scrapbook-photo:nth-child(2n){transform:rotate(3deg) translateY(10px);z-index:11}.scrapbook-photo:nth-child(odd){transform:rotate(-4deg) translateY(-5px);z-index:12}.scrapbook-photo:nth-child(3n){transform:rotate(2deg) translateY(-15px);z-index:13}.scrapbook-photo:nth-child(4n){transform:rotate(-2deg) translateY(15px);z-index:14}@media(max-width:1200px){.scrapbook-board{margin:0;padding:40px 10px;gap:15px}.scrapbook-photo{width:240px;height:320px;margin:0 -10px}}@media(max-width:768px){.scrapbook-board{flex-direction:column;gap:30px;padding:20px 10px}.scrapbook-photo{width:90%!important;max-width:400px;height:auto!important;aspect-ratio:4/5;margin:0 auto;transform:rotate(0) translateY(0)!important}.scrapbook-photo:hover{transform:scale(1.05) rotate(0)!important}}
