.navbar{position:fixed;top:0;left:0;right:0;z-index:900;padding:.3rem 0;background:transparent;transition:background .4s ease,box-shadow .4s ease,padding .3s ease}.navbar.scrolled{background:rgba(11,31,51,.92);box-shadow:0 1px 0 rgba(216,184,138,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:.2rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo-link{display:flex;align-items:center;flex-shrink:0}.navbar-logo{height:64px;width:auto;display:block}@media (min-width:768px){.navbar-logo{height:84px}}.navbar-burger{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:4px;transition:background .2s;-webkit-tap-highlight-color:transparent}.navbar-burger:hover{background:rgba(247,243,234,.08)}.burger-line{display:block;width:24px;height:2px;background:#F7F3EA;border-radius:2px;transition:transform .35s cubic-bezier(.77,0,.175,1),opacity .2s;transform-origin:center}.navbar-burger.is-active .burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-burger.is-active .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.navbar-burger.is-active .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(11,31,51,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1.5rem;border-bottom:1px solid rgba(216,184,138,.15);animation:menuSlideDown .25s ease forwards}.navbar-menu.is-open{display:block}@keyframes menuSlideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navbar-links{list-style:none;display:flex;flex-direction:column;gap:.25rem}.nav-link{display:block;padding:.65rem .5rem;color:#F7F3EA;text-decoration:none;font-family:'Manrope',sans-serif;font-size:1rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;transition:color .2s,background .2s}.nav-link:hover{color:#D8B88A;background:rgba(216,184,138,.06)}.nav-link--cta{position:relative;overflow:hidden;display:inline-block;margin-top:.5rem;padding:.65rem 1.4rem;background:linear-gradient(160deg,#b8844a 0%,#ddb86e 22%,#f2d48e 42%,#d4a85c 60%,#c09050 80%,#e0c070 100%);color:#0B1F33!important;border-radius:4px;font-family:'Manrope',sans-serif;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;text-align:center;transition:filter .25s,transform .2s;box-shadow:0 2px 10px rgba(216,184,138,.28),inset 0 1px 0 rgba(255,255,255,.18);white-space:nowrap}.nav-link--cta::after{content:'';position:absolute;top:0;left:0;width:100%;height:48%;background:linear-gradient(180deg,rgba(255,255,255,.22) 0%,transparent 100%);pointer-events:none;border-radius:4px 4px 0 0}.nav-link--cta:hover{filter:brightness(1.1);transform:translateY(-1px);color:#0B1F33!important}@media (min-width:768px){.navbar-burger{display:none}.navbar-menu{display:block!important;position:static;background:transparent;padding:0;border:none;backdrop-filter:none;-webkit-backdrop-filter:none;animation:none}.navbar-links{flex-direction:row;align-items:center;gap:2rem}.nav-link{font-size:.88rem;padding:.3rem .25rem}.nav-link:hover{background:transparent}.nav-link--cta{margin-top:0;padding:.6rem 1.25rem;font-size:.88rem}}.site-footer{background:#060f1c;border-top:1px solid rgba(216,184,138,.12);font-family:'Manrope',sans-serif;color:#F7F3EA}.footer-top{max-width:1200px;margin:0 auto;padding:5rem clamp(1.5rem,4vw,3rem) 4rem;display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:640px){.footer-top{grid-template-columns:1fr 1fr}}@media (min-width:960px){.footer-top{grid-template-columns:2fr 1fr 1.4fr;align-items:start;gap:4rem}}.footer-brand{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-brand>a{display:block;line-height:0}.footer-logo{display:block;height:96px;width:auto;margin-bottom:1.4rem}.footer-tagline{font-size:1rem;font-weight:400;line-height:1.65;color:rgba(247,243,234,.45);margin:0;text-align:center}.footer-nav{display:flex;flex-direction:column}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-nav-list a{color:rgba(247,243,234,.55);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:color .2s ease}.footer-nav-list a:hover{color:#D8B88A}.footer-contact{display:flex;flex-direction:column;gap:1.4rem}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.footer-contact-list a{color:rgba(247,243,234,.58);text-decoration:none;font-size:1.05rem;font-weight:400;transition:color .2s ease}.footer-contact-list a:hover{color:#F7F3EA}.footer-socials{display:flex;flex-direction:row;align-items:center;gap:.5rem}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1px solid rgba(216,184,138,.22);color:rgba(247,243,234,.6);text-decoration:none;flex-shrink:0;transition:border-color .22s ease,color .22s ease,background .22s ease}.footer-social:hover{border-color:#D8B88A;color:#D8B88A;background:rgba(216,184,138,.08)}.footer-social svg{display:block;flex-shrink:0;pointer-events:none}.footer-bottom{border-top:1px solid rgba(216,184,138,.08)}.footer-bottom-inner{max-width:1200px;margin:0 auto;padding:1.4rem clamp(1.5rem,4vw,3rem);display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}@media (min-width:600px){.footer-bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer-copy{font-size:.78rem;color:rgba(247,243,234,.32);margin:0}.footer-legal{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem}.footer-legal a{font-size:.78rem;color:rgba(247,243,234,.28);text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:rgba(247,243,234,.7)}
