.contact-main{min-height:100vh}.contact-header{background-color:#d4b6a8;padding:3rem 1.5rem;text-align:center}.contact-title{margin:0;font-size:2.5rem;color:#fff;font-family:Playfair Display,serif}.contact-container{max-width:800px;margin:3rem auto;padding:0 1.5rem}.contact-intro{text-align:center;margin-bottom:3rem}.contact-subtitle{font-size:2rem;color:#8b5e3c;margin-bottom:1rem}.contact-description{font-size:1.125rem;color:#4a3e36;line-height:1.6}.contact-form{background-color:#f0eee175;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:3rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#5e4633}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d9c5b2;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#8b5e3c;box-shadow:0 0 0 2px rgba(139,94,60,.1)}.form-textarea{min-height:150px;resize:vertical}.submit-button{width:100%;background-color:#8b4513;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{background-color:var(--background-dark);transform:translateY(-1px)}.submit-button:active{animation:submitPulse .3s ease}.contact-details{background-color:#f3e6df;padding:2rem;border-radius:12px}.details-title{font-size:1.5rem;color:#8b5e3c;margin-bottom:1.5rem;text-align:center;font-family:Playfair Display,serif}.details-item{margin-bottom:1rem;color:#4a3e36}.details-link{color:#a86c52;text-decoration:none;margin-left:.5rem;transition:color .3s ease}.details-link:hover{color:#8b5e3c}.contact-footer{background-color:#d4b6a8;text-align:center;padding:1.5rem;margin-top:3rem}.copyright-text{color:#fff;font-size:.875rem}@keyframes submitPulse{0%{transform:scale(1)}50%{transform:scale(.98)}to{transform:scale(1)}}@media (max-width:768px){.contact-container{padding:0 1rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1.75rem}.contact-form{padding:1.5rem}}