.Header_dashboardLink__byUIl,.Header_loginLink__VKn2c{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s;font-size:1rem;display:flex;align-items:center;gap:.5rem}.Header_registerLink__CMs8g{background:#fff;color:#8b6f47;padding:.5rem 1rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;align-items:center;gap:.5rem}.Header_registerLink__CMs8g:hover{background:#f5f5f5;transform:translateY(-1px)}.Header_signOutButton__GERiB{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid #fff;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem;font-size:1rem;font-family:Inter,sans-serif}.Header_signOutButton__GERiB:hover{background:hsla(0,0%,100%,.3);transform:translateY(-1px)}.Header_header__072v2{background:linear-gradient(135deg,#8b6f47,#6d5639);padding:1.5rem 2rem;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Header_headerContent__z8t4c{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.Header_logoLink__FYRA_{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:opacity .3s}.Header_logoLink__FYRA_:hover{opacity:.9}.Header_logo__0dir7{width:150px;height:150px;border-radius:50%;object-fit:contain}.Header_siteTitle__GR8g6{font-family:Playfair Display,serif;color:#fff;font-size:1.5rem;font-weight:700}.Header_nav__evgr5{display:flex;gap:2rem;align-items:center}.Header_nav__evgr5 a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s;font-size:1rem}.Header_nav__evgr5 a:hover{opacity:.8}@media (max-width:768px){.Header_headerContent__z8t4c{flex-direction:column;gap:1rem}.Header_nav__evgr5{flex-wrap:wrap;justify-content:center;gap:1rem}.Header_nav__evgr5 a{font-size:.9rem}.Header_siteTitle__GR8g6{font-size:1.3rem}}.Footer_footer__yl3k1{background:#2c2c2c;color:#d4d4d4;padding:3rem 2rem 2rem;margin-top:4rem}.Footer_footerContent__B4teV{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.Footer_footerSection__lxdDh{display:flex;flex-direction:column}.Footer_footerSection__lxdDh h4{font-family:Playfair Display,serif;color:#8b6f47;margin-bottom:1rem;font-size:1.2rem}.Footer_footerSection__lxdDh p{color:#a0a0a0;line-height:1.6}.Footer_footerSection__lxdDh ul{list-style:none;padding:0;margin:0}.Footer_footerSection__lxdDh ul li{margin-bottom:.75rem}.Footer_footerSection__lxdDh a{color:#d4d4d4;text-decoration:none;transition:color .3s;display:inline-flex;align-items:center;gap:.5rem}.Footer_footerSection__lxdDh a:hover{color:#8b6f47}.Footer_footerLogo__TUmzQ{width:180px;height:180px;border-radius:50%;margin-bottom:1rem;background:#fff;padding:10px;box-shadow:0 4px 12px rgba(139,111,71,.3)}.Footer_footerBottom__5n19l{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #4a4a4a;text-align:center;color:#a0a0a0}@media (max-width:768px){.Footer_footerContent__B4teV{grid-template-columns:1fr;gap:2rem}.Footer_footer__yl3k1{padding:2rem 1.5rem 1.5rem}.Footer_footerLogo__TUmzQ{width:120px;height:120px}}.Contact_page__38faj{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#faf9f7,#f5f3ef)}.Contact_container__FDqBP{max-width:1200px;margin:0 auto;padding:60px 20px;flex:1 1}.Contact_container__FDqBP h1{font-family:Playfair Display,serif;font-size:3rem;color:#2c2c2c;text-align:center;margin-bottom:10px}.Contact_subtitle__rpF9p{text-align:center;color:#666;font-size:1.1rem;margin-bottom:60px}.Contact_contactMethods__X0RMP{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px;margin-bottom:60px}.Contact_contactCard__grUWT{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 4px 20px rgba(139,111,71,.1);transition:transform .3s ease,box-shadow .3s ease}.Contact_contactCard__grUWT:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(139,111,71,.15)}.Contact_contactCard__grUWT i{font-size:3rem;color:#8b6f47;margin-bottom:20px}.Contact_contactCard__grUWT h3{font-family:Playfair Display,serif;font-size:1.5rem;color:#2c2c2c;margin-bottom:10px}.Contact_contactCard__grUWT p{color:#666;margin-bottom:15px}.Contact_contactCard__grUWT a{color:#8b6f47;text-decoration:none;font-weight:600;transition:color .3s ease}.Contact_contactCard__grUWT a:hover{color:#6d5639}.Contact_responseTime__NK7SE{display:inline-block;background:linear-gradient(135deg,#8b6f47,#6d5639);color:#fff;padding:8px 20px;border-radius:20px;font-weight:600;font-size:.95rem}.Contact_formContainer__BUEMd{background:#fff;padding:50px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);margin-bottom:40px}.Contact_formContainer__BUEMd h2{font-family:Playfair Display,serif;font-size:2rem;color:#2c2c2c;margin-bottom:30px;text-align:center}.Contact_errorMessage__Mrk1V,.Contact_successMessage__ES__3{padding:20px 30px;border-radius:8px;margin-bottom:30px;display:flex;align-items:center;gap:15px;animation:Contact_slideDown__qISoG .4s ease}.Contact_successMessage__ES__3{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.Contact_errorMessage__Mrk1V{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.Contact_errorMessage__Mrk1V i,.Contact_successMessage__ES__3 i{font-size:1.5rem}.Contact_errorMessage__Mrk1V strong,.Contact_successMessage__ES__3 strong{display:block;font-size:1.1rem;margin-bottom:5px}.Contact_errorMessage__Mrk1V p,.Contact_successMessage__ES__3 p{margin:0}@keyframes Contact_slideDown__qISoG{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Contact_formContainer__BUEMd form{display:flex;flex-direction:column;gap:25px}.Contact_formGroup__dLJIN{display:flex;flex-direction:column}.Contact_formGroup__dLJIN label{font-weight:600;color:#2c2c2c;margin-bottom:8px;font-size:.95rem}.Contact_formGroup__dLJIN input,.Contact_formGroup__dLJIN select,.Contact_formGroup__dLJIN textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.Contact_formGroup__dLJIN input:focus,.Contact_formGroup__dLJIN select:focus,.Contact_formGroup__dLJIN textarea:focus{outline:none;border-color:#8b6f47;box-shadow:0 0 0 3px rgba(139,111,71,.1)}.Contact_formGroup__dLJIN input:disabled,.Contact_formGroup__dLJIN select:disabled,.Contact_formGroup__dLJIN textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.Contact_formGroup__dLJIN textarea{resize:vertical;min-height:150px}.Contact_charCount__NQAFL{font-size:.85rem;color:#666;margin-top:5px;text-align:right}.Contact_submitButton__Yaghy{background:linear-gradient(135deg,#8b6f47,#6d5639);color:#fff;padding:15px 40px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;align-self:center;min-width:200px}.Contact_submitButton__Yaghy:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(139,111,71,.3)}.Contact_submitButton__Yaghy:active:not(:disabled){transform:translateY(0)}.Contact_submitButton__Yaghy:disabled{background:#ccc;cursor:not-allowed;transform:none}.Contact_submitButton__Yaghy i{font-size:1rem}.Contact_additionalInfo__uXxjg{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.Contact_additionalInfo__uXxjg h3{font-family:Playfair Display,serif;font-size:1.5rem;color:#2c2c2c;margin-bottom:20px}.Contact_additionalInfo__uXxjg p{color:#666;margin-bottom:10px;line-height:1.6}.Contact_additionalInfo__uXxjg strong{color:#2c2c2c}@media (max-width:768px){.Contact_container__FDqBP{padding:40px 20px}.Contact_container__FDqBP h1{font-size:2rem}.Contact_formContainer__BUEMd{padding:30px 20px}.Contact_contactMethods__X0RMP{grid-template-columns:1fr}.Contact_submitButton__Yaghy{width:100%}}@media (max-width:480px){.Contact_container__FDqBP h1{font-size:1.75rem}.Contact_contactCard__grUWT{padding:30px 20px}.Contact_formContainer__BUEMd h2{font-size:1.5rem}}