.section--guestbook{padding:5rem 0}@media (max-width:768px){.section--guestbook{padding:4rem 2rem}}.section--guestbook .section__intro{text-align:center;max-width:600px;margin:0 auto 3rem;color:#a0a0a0;font-size:1rem;line-height:1.8}.guestbook-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media (max-width:1024px){.guestbook-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.guestbook-grid{grid-template-columns:1fr;gap:1rem}}.guestbook-card{background:#2d2d2d;border:1px solid rgba(212,175,55,.15);padding:1.5rem;display:flex;flex-direction:column;position:relative;transition:all .3s ease;border-radius:10px}.guestbook-card::before{content:"";position:absolute;top:-1px;left:-1px;width:25px;height:25px;border-top:2px solid #d4af37;border-left:2px solid #d4af37;opacity:.4;transition:opacity .3s ease}.guestbook-card:hover{border-color:rgba(212,175,55,.35)}.guestbook-card:hover::before{opacity:.8}.guestbook-card--full .guestbook-card__quote p{-webkit-line-clamp:unset;display:block}.guestbook-card__quote{flex:1;margin-bottom:1rem}.guestbook-card__quote::before{content:'"';display:block;font-family:"Playfair Display",Georgia,serif;font-size:2rem;line-height:1;color:#d4af37;opacity:.4;margin-bottom:-.25rem}.guestbook-card__quote p{margin:0;font-size:.9rem;line-height:1.7;color:#a0a0a0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.guestbook-card__footer{padding-top:1rem;border-top:1px solid rgba(212,175,55,.1);display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:.5rem}.guestbook-card__meta{display:flex;flex-direction:column;gap:.2rem}.guestbook-card__author{font-family:Montserrat,sans-serif;font-style:normal;font-size:.85rem;font-weight:500;color:#f5f0e6}.guestbook-card__relation{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#d4af37}.guestbook-card__date{font-size:.7rem;color:#a0a0a0}.guestbook-more{text-align:center;margin-top:2.5rem}.guestbook-more__btn{display:inline-block;padding:1rem 2.5rem;border:1px solid rgba(212,175,55,.5);font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:#d4af37;transition:all .3s ease}.guestbook-more__btn .count{display:block;font-size:.7rem;font-weight:400;text-transform:none;letter-spacing:.03em;color:#a0a0a0;margin-top:.25rem}.guestbook-more__btn:hover{background:#d4af37;color:#1a1a1a}.guestbook-more__btn:hover .count{color:rgba(26,26,26,.7)}.guestbook-form-section{max-width:900px;margin:3.5rem auto 0;padding-top:3.5rem;border-top:1px solid rgba(212,175,55,.15)}.guestbook-form-section__title{font-family:"Playfair Display",Georgia,serif;font-size:1.3rem;font-weight:400;color:#f5f0e6;text-align:center;margin:0 0 1.5rem 0}.guestbook-form{background:#2d2d2d;border-radius:10px;border:1px solid rgba(212,175,55,.15);padding:1.5rem}@media (max-width:576px){.guestbook-form{padding:1.25rem}}.guestbook-form__honeypot{position:absolute;left:-9999px;opacity:0}.guestbook-form__row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width:768px){.guestbook-form__row{grid-template-columns:1fr 1fr}}@media (max-width:576px){.guestbook-form__row{grid-template-columns:1fr}}.guestbook-form__field--full{grid-column:1/-1}.guestbook-form__field label{display:block;font-size:.75rem;font-weight:500;color:#f5f0e6;margin-bottom:.4rem;letter-spacing:.03em}.guestbook-form__field label span{color:#d4af37}.guestbook-form__field input,.guestbook-form__field select,.guestbook-form__field textarea{width:100%;background:rgba(26,26,26,.5);border:1px solid rgba(212,175,55,.2);padding:.75rem .875rem;font-family:Montserrat,sans-serif;font-size:.85rem;color:#fafafa;transition:all .3s ease}.guestbook-form__field input::-moz-placeholder,.guestbook-form__field select::-moz-placeholder,.guestbook-form__field textarea::-moz-placeholder{color:rgba(160,160,160,.5)}.guestbook-form__field input::placeholder,.guestbook-form__field select::placeholder,.guestbook-form__field textarea::placeholder{color:rgba(160,160,160,.5)}.guestbook-form__field input:focus,.guestbook-form__field select:focus,.guestbook-form__field textarea:focus{outline:0;border-color:#d4af37}.guestbook-form__field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23d4af37' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.guestbook-form__field select option{background:#2d2d2d}.guestbook-form__field textarea{resize:vertical;min-height:80px}.guestbook-form__note{display:block;font-size:.65rem;color:#a0a0a0;margin-top:.4rem;text-align:right}.guestbook-form__submit{text-align:center;margin-top:1rem}.guestbook-form__btn{display:inline-block;min-width:200px;background:linear-gradient(135deg,#d4af37 0,#ba9828 100%);border:none;padding:.875rem 2rem;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#1a1a1a;cursor:pointer;transition:all .3s ease;position:relative}.guestbook-form__btn .btn-text{transition:opacity .3s ease}.guestbook-form__btn .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid #1a1a1a;border-top-color:transparent;border-radius:50%;opacity:0}.guestbook-form__btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(212,175,55,.3)}.guestbook-form__btn.is-loading .btn-text{opacity:0}.guestbook-form__btn.is-loading .btn-loader{opacity:1;animation:spin .8s linear infinite}.guestbook-form__response{display:none;margin-top:1rem;padding:.875rem 1rem;font-size:.8rem;text-align:center}.guestbook-form__response--success{background:rgba(39,174,96,.1);border:1px solid rgba(39,174,96,.3);color:#4bd786}.guestbook-form__response--error{background:rgba(192,57,43,.1);border:1px solid rgba(192,57,43,.3);color:#db695d}.guestbook-form__recaptcha-notice{margin:1rem 0 0;font-size:.65rem;color:#a0a0a0;text-align:center;line-height:1.5;opacity:.7}.guestbook-form__recaptcha-notice a{color:#d4af37;text-decoration:none}.guestbook-form__recaptcha-notice a:hover{text-decoration:underline}.guestbook-archive{background:#1a1a1a;min-height:100vh}.guestbook-archive__hero{background:#2d2d2d;padding:5rem 2rem;text-align:center;border-bottom:1px solid rgba(212,175,55,.15)}@media (max-width:768px){.guestbook-archive__hero{padding:4rem 1.5rem}}.guestbook-archive__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:400;color:#f5f0e6;margin:0 0 .5rem 0}@media (max-width:576px){.guestbook-archive__title{font-size:2.25rem}}.guestbook-archive__subtitle{font-size:1rem;color:#a0a0a0;margin:0 0 1rem 0;letter-spacing:.05em}.guestbook-archive__count{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#d4af37;background:rgba(212,175,55,.1);padding:.5rem 1rem}.guestbook-archive__content{padding:4rem 2rem}@media (max-width:768px){.guestbook-archive__content{padding:3rem 1.5rem}}.guestbook-archive__container{max-width:1200px;margin:0 auto}.guestbook-archive__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:1024px){.guestbook-archive__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.guestbook-archive__grid{grid-template-columns:1fr}}.guestbook-archive__pagination{margin-top:3rem;text-align:center}.guestbook-archive__pagination .page-numbers{display:inline-flex;list-style:none;padding:0;margin:0;gap:.5rem;flex-wrap:wrap;justify-content:center}.guestbook-archive__pagination .page-numbers li{margin:0}.guestbook-archive__pagination .page-numbers a,.guestbook-archive__pagination .page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;font-size:.8rem;text-decoration:none;border:1px solid rgba(212,175,55,.3);color:#a0a0a0;transition:all .3s ease}.guestbook-archive__pagination .page-numbers a:hover{background:rgba(212,175,55,.1);color:#d4af37;border-color:#d4af37}.guestbook-archive__pagination .page-numbers .current{background:#d4af37;color:#1a1a1a;border-color:#d4af37}.guestbook-archive__pagination .page-numbers .next,.guestbook-archive__pagination .page-numbers .prev{padding:0 1rem;font-weight:500;letter-spacing:.05em}.guestbook-archive__empty{text-align:center;padding:4rem 2rem;border:1px dashed rgba(212,175,55,.3)}.guestbook-archive__empty p{color:#a0a0a0;margin:0}.guestbook-archive__back{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(212,175,55,.1)}.guestbook-archive__back-link{display:inline-block;font-size:.85rem;color:#d4af37;text-decoration:none;letter-spacing:.03em;transition:opacity .3s ease}.guestbook-archive__back-link:hover{opacity:.7}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@media (prefers-reduced-motion:reduce){.guestbook-card,.guestbook-form__btn,.guestbook-more__btn{transition:none}.btn-loader{animation:none}}
/*# sourceMappingURL=guestbook.min.css.map */