.lp-crz-route-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;max-width:900px;margin:0 auto}.lp-crz-route-card{text-align:center;padding:1.5rem 1rem;border-radius:var(--radius);transition:transform .2s ease,box-shadow .2s ease}.lp-crz-route-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.lp-crz-route-icon{font-size:2rem;margin-bottom:.5rem}.lp-crz-route-card h4{font-size:.95rem;margin-bottom:.35rem;color:var(--text-primary)}.lp-crz-route-card p{font-size:.82rem;color:var(--text-muted);line-height:1.4}.lp-crz-postcards-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:2rem auto 0}.lp-crz-postcard{perspective:1000px;cursor:pointer;background:none;border:none;padding:0;text-align:left;aspect-ratio:3/2;position:relative;outline:none}.lp-crz-postcard:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--radius)}.lp-crz-postcard-inner{position:relative;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.lp-crz-postcard.flipped .lp-crz-postcard-inner{transform:rotateY(180deg)}.lp-crz-postcard-back,.lp-crz-postcard-front{position:absolute;inset:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:var(--radius);overflow:hidden}.lp-crz-postcard-front{background:var(--glass-bg);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center}.lp-crz-postcard-photo{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.lp-crz-postcard-stamp{position:absolute;top:.75rem;right:.75rem;width:3rem;height:3.5rem;background:radial-gradient(circle,transparent 3px,rgba(180,40,40,.85) 0,rgba(180,40,40,.85) 5px,transparent 0) 0 0 /10px 10px;display:flex;align-items:center;justify-content:center;border-radius:2px}.lp-crz-postcard-stamp-text{font-size:.55rem;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase;background:rgba(180,40,40,.9);padding:.15rem .3rem;border-radius:1px}.lp-crz-postcard-postmark{position:absolute;top:.5rem;right:4.5rem;width:3.5rem;height:3.5rem;border:1.5px solid rgba(180,40,40,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:rotate(-15deg);opacity:.5}.lp-crz-postcard-postmark span{font-size:.4rem;color:rgba(180,40,40,.7);text-transform:uppercase;font-weight:600;letter-spacing:.05em;text-align:center;line-height:1.2}.lp-crz-postcard-from{position:absolute;bottom:.75rem;left:.75rem;font-size:.8rem;color:var(--text-secondary);font-family:var(--font-serif);font-style:italic}.lp-crz-postcard-hint{position:absolute;bottom:.75rem;right:.75rem;display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--text-muted);animation:lp-crz-hint-pulse 2s ease-in-out infinite}@keyframes lp-crz-hint-pulse{0%,to{opacity:.5}50%{opacity:1}}.lp-crz-postcard-back{transform:rotateY(180deg);background:linear-gradient(135deg,#fdf6e3,#f5eedc 50%,#ede4cc);border:1px solid hsla(40,29%,59%,.3);color:#3a3226;padding:1.25rem}.lp-crz-postcard-back-content{display:flex;height:100%;gap:1rem}.lp-crz-postcard-message-area{flex:1.2 1;position:relative;display:flex;align-items:center;padding-right:1rem;border-right:1px solid hsla(40,29%,59%,.3)}.lp-crz-postcard-lines{position:absolute;inset:0;background:repeating-linear-gradient(transparent,transparent 1.6rem,hsla(36,20%,49%,.15) 0,hsla(36,20%,49%,.15) calc(1.6rem + 1px));pointer-events:none}.lp-crz-postcard-message{font-family:var(--font-serif);font-style:italic;font-size:.8rem;line-height:1.6rem;color:#3a3226;position:relative;z-index:1}.lp-crz-postcard-address-area{flex:0.8 1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-left:.5rem}.lp-crz-postcard-stamp-back{width:2.5rem;height:3rem;background:radial-gradient(circle,transparent 2.5px,rgba(40,80,160,.85) 0,rgba(40,80,160,.85) 4px,transparent 0) 0 0 /8px 8px;display:flex;align-items:center;justify-content:center;border-radius:2px}.lp-crz-postcard-stamp-back .lp-crz-postcard-stamp-text{background:rgba(40,80,160,.9)}.lp-crz-postcard-postmark-back{width:3rem;height:3rem;border:1.5px solid rgba(40,80,160,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:rotate(12deg);opacity:.5;margin-top:-.5rem}.lp-crz-postcard-postmark-back span{font-size:.35rem;color:rgba(40,80,160,.6);text-transform:uppercase;font-weight:600;letter-spacing:.05em;text-align:center;line-height:1.2}.lp-crz-postcard-sender{text-align:right;display:flex;flex-direction:column;gap:.15rem}.lp-crz-postcard-sender strong{font-size:.8rem;color:#3a3226}.lp-crz-postcard-sender span{font-size:.7rem;color:#6b5e4e}.lp-crz-postcard-date{font-size:.65rem!important;color:#8b7e6e!important;font-style:italic}.lp-crz-postcard-stars{position:absolute;bottom:.5rem;left:1.25rem;color:#c9a636;font-size:.85rem;letter-spacing:.1em}@media (max-width:1024px){.lp-crz-route-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width:768px){.lp-crz-route-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.lp-crz-postcards-grid{grid-template-columns:1fr;gap:1.25rem}.lp-crz-postcard{aspect-ratio:5/3}.lp-crz-postcard-message{font-size:.75rem}}@media (max-width:480px){.lp-crz-route-grid{grid-template-columns:repeat(2,1fr)}.lp-crz-postcard{aspect-ratio:4/3}.lp-crz-postcard-back-content{flex-direction:column;gap:.5rem}.lp-crz-postcard-message-area{border-right:none;border-bottom:1px solid hsla(40,29%,59%,.3);padding-right:0;padding-bottom:.5rem}.lp-crz-postcard-address-area{flex-direction:row;justify-content:space-between;align-items:flex-end;padding-left:0}}