.Footer_footerContainer__O_seD{padding:3rem 1.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.Footer_footerContent__6fVXO{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto;padding-bottom:3rem}.Footer_brandSection__vQKXb{display:flex;flex-direction:column}.Footer_logo__S4PwH{font-size:1.75rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}.Footer_tagline__Y_UfG{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;opacity:.9;max-width:300px}.Footer_socialLinks__AJQgv{display:flex;gap:.75rem}.Footer_socialIcon__ldgz1{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;transition:transform .2s ease,background-color .2s ease}.Footer_socialIcon__ldgz1:hover{transform:translateY(-2px)}.Footer_socialIcon__ldgz1 svg{width:1.1rem;height:1.1rem}.Footer_linksSection__mxvGi{display:flex;flex-direction:column}.Footer_sectionTitle__tzSYl{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.Footer_linksList__paTo5{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.Footer_listItem__J5WqZ{margin:0}.Footer_link__ZIL7i{text-decoration:none;font-size:.95rem;transition:opacity .2s ease;opacity:.9}.Footer_link__ZIL7i:hover{-webkit-text-decoration:underline 2px rgb(210,166,134);text-decoration:underline 2px rgb(210,166,134);cursor:pointer}.Footer_contactList__yvlfv,.Footer_contactSection__ePaiq{display:flex;flex-direction:column}.Footer_contactList__yvlfv{list-style:none;padding:0;margin:0;gap:1rem}.Footer_contactItem__lfruD{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5}.Footer_contactIcon__BPmzS{width:1rem;height:1rem;flex-shrink:0;margin-top:.15rem}.Footer_footerBottom__Ch4z_{padding:1.5rem 0}.Footer_bottomContent__RT9Bo{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer_copyright__W8ZKy{font-size:.85rem;opacity:.7;margin:0}.Footer_legalLinks__KNa53{display:flex;gap:1.25rem}.Footer_legalLink__qB6H3{font-size:.85rem;text-decoration:none;transition:opacity .2s ease;opacity:.8}.Footer_legalLink__qB6H3:hover{opacity:1}@media (max-width:768px){.Footer_footerContent__6fVXO{grid-template-columns:1fr;gap:2rem}.Footer_bottomContent__RT9Bo{flex-direction:column;gap:1rem;text-align:center}.Footer_legalLinks__KNa53{justify-content:center}}@media (max-width:480px){.Footer_footerContainer__O_seD{padding:2rem 1rem 0}.Footer_legalLinks__KNa53{flex-wrap:wrap;gap:.75rem 1.25rem}}.header{position:fixed;top:0;width:100%;z-index:1000;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease;padding:15px 0}.header.scrolled{background-color:var(--background);box-shadow:0 2px 15px rgba(0,0,0,.1);padding:10px 0}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo{font-size:1.5rem;font-weight:700;color:var(--secondary);text-decoration:none;font-family:Playfair Display,serif;position:relative;display:inline-block;z-index:1002}.logo .accent{color:var(--accent)}.logo:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:var(--accent)}.nav{display:flex;gap:25px}.nav-link{color:var(--text);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s;position:relative}.nav-link:hover{color:var(--accent)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--accent);transition:width .3s}.nav-link.active:after,.nav-link:hover:after{width:100%}.header-right{display:flex;align-items:center;gap:15px}.btn-primary{display:inline-block;padding:8px 20px;background-color:var(--accent);color:white;border:none;border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary:hover{background-color:color-mix(in srgb,var(--accent) 90%,black);transform:scale(1.03)}.theme-toggle{background:none;border:none;cursor:pointer;color:var(--text);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s;z-index:1002}.theme-toggle:hover{background-color:rgba(0,0,0,.05)}.theme-toggle svg{width:18px;height:18px}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--text);width:36px;height:36px;position:relative;z-index:1002}.mobile-menu-toggle .bar{display:block;width:24px;height:2px;background-color:var(--text);margin:5px 0;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.open .bar:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.open .bar:nth-child(2){opacity:0}.mobile-menu-toggle.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.btn-login{display:inline-block;padding:8px 20px;background-color:transparent;color:var(--text);border:1px solid var(--primary);border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;margin-right:10px}.btn-login:hover{background-color:var(--primary);color:rgb(26,25,25);transform:scale(1.03)}.mobile-menu-container a[href="/login"],.mobile-menu-container div[onclick*="/login"]{border-bottom:1px solid rgba(0,0,0,.1);padding:15px 0}.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background-color:var(--background);transition:right .4s cubic-bezier(.77,.2,.05,1);box-shadow:-5px 0 15px rgba(0,0,0,.1);overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-container{display:flex;flex-direction:column;padding:100px 20px 30px;height:100%}.mobile-nav-link{color:var(--text);text-decoration:none;font-weight:500;font-size:1.1rem;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.1);transition:color .3s;position:relative}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--accent)}.mobile-nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background-color:var(--accent)}.mobile-only{display:none;margin-top:20px}.header.scrolled{border-bottom:1px solid var(--neutral);box-shadow:0 2px 10px rgba(0,0,0,.05)}.header{z-index:1002}.mobile-menu{z-index:1001;top:70px;height:calc(100vh - 70px)}.btn-primary:focus,.mobile-nav-link:focus{outline:2px solid var(--accent);outline-offset:2px}.mobile-menu{transition:transform .4s cubic-bezier(.77,.2,.05,1);transform:translateX(100%);right:0}.mobile-menu.open{transform:translateX(0)}@media (max-width:1024px){.nav{gap:15px}.nav-link{font-size:.9rem}}@media (max-width:768px){.btn-login.desktop-only,.btn-primary.desktop-only,.nav{display:none}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-only{display:inline-block;width:100%;text-align:center}.theme-toggle{color:wheat}}@media (max-width:480px){.logo{font-size:1.3rem}.theme-toggle{width:32px;height:32px}.theme-toggle svg{width:16px;height:16px}}.theme-selector{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}.theme-selector-content{background-color:var(--background);padding:25px;border-radius:12px;box-shadow:0 15px 40px rgba(0,0,0,.2);max-width:500px;width:90%;transform:translateY(20px);animation:slideUp .3s forwards}@keyframes slideUp{to{transform:translateY(0)}}.theme-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.theme-selector-title{font-size:1.4rem;font-weight:600;color:var(--text)}.theme-selector-close{background:none;border:none;cursor:pointer;color:var(--text);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.theme-selector-close:hover{background-color:rgba(0,0,0,.05)}.theme-selector-close svg{width:20px;height:20px}.theme-colors{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:20px;gap:20px}.theme-item{flex-direction:column;gap:8px}.theme-color,.theme-item{display:flex;align-items:center}.theme-color{width:80px;height:80px;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s;justify-content:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}.theme-color:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.15)}.theme-color.active{transform:scale(1.05);box-shadow:0 0 0 3px var(--accent)}.theme-color svg{width:24px;height:24px}.theme-name{font-size:.9rem;color:var(--text);text-align:center;font-weight:500}