/* Shared site chrome: navbar + footer */
.navbar {
    position: fixed;
    z-index: 80;
    inset: 0 0 auto;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.5vw;
    background: linear-gradient(180deg,rgba(8,8,8,.88),transparent);
    transition: transform .35s ease
}

.navbar.hidden {
    transform: translateY(-110%)
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--display);
    font-weight: 600;
    letter-spacing: -.035em
}

.brand img {
    width: 31px;
    height: 31px;
    object-fit: contain
}

.nav {
    display: flex;
    gap: 30px;
    color: #bbb5ad;
    font-size: 12px
}

.nav a {
    position: relative;
    padding: 7px 0
}

.nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: .25s
}

.nav a:hover:after {
    width: 100%
}

.nav-cta {
    color: #111;
    background: var(--paper);
    padding: 10px 17px;
    font-size: 12px
}

/* Static / light pages: readable navbar over paper background */
body.chrome-on-light .navbar {
    background: rgba(245, 240, 231, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(21, 20, 18, 0.08);
    color: #151412
}

body.chrome-on-light .brand {
    color: #151412
}

body.chrome-on-light .nav {
    color: #5c564e
}

body.chrome-on-light .nav a:after {
    background: #ae6a13
}

body.chrome-on-light .nav-cta {
    background: #151412;
    color: #f5f0e7
}

body.chrome-on-light .page-progress:after {
    background: #f1aa32
}

/* Extra specificity so static.css / inherit never leave light nav on paper */
body.chrome-on-light .navbar .brand,
body.chrome-on-light .navbar .brand span {
    color: #151412
}

body.chrome-on-light .navbar .nav a {
    color: #3f3a34
}

body.chrome-on-light .navbar .nav-cta {
    background: #151412;
    color: #f5f0e7
}


/* Local navbar extras */
.nav-actions{display:flex;gap:10px;align-items:center}
.nav-icon{border:1px solid var(--line);padding:10px 12px;color:#ddd;font-size:12px;background:transparent;cursor:pointer}
.nav-icon.active,.nav-icon[aria-pressed="true"]{border-color:rgba(241,170,50,.55);color:var(--gold)}
.page-progress{position:fixed;z-index:95;top:0;left:0;height:3px;width:100%;background:transparent;pointer-events:none}
.page-progress:after{content:"";display:block;height:100%;width:calc(var(--scroll,0)*100%);background:var(--gold)}
body.navbar-visible .page-progress{top:78px}
@media(max-width:980px){.nav{display:none}}
@media(max-width:620px){.navbar{height:70px;padding:0 18px}.nav-actions .nav-icon{display:none}.navbar[data-variant="local"].menu-open .nav-drawer .nav-icon{display:flex!important}.page-progress{top:0}body.navbar-visible .page-progress{top:70px}}

/* FOOTER (prototype v18 + responsivo leve) */
.site-footer {
    position: relative;
    overflow: hidden;
    background: #070a0a;
    color: #d9d4ca;
    padding: 88px 7vw 30px;
    border-top: 1px solid rgba(255,255,255,.08)
}

.site-footer:before {
    content: "";
    position: absolute;
    inset: auto -10% 18%;
    height: 280px;
    background: radial-gradient(circle,rgba(76,191,158,.11),transparent 66%);
    filter: blur(40px);
    pointer-events: none
}

.site-footer-top {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: clamp(28px,5vw,70px);
    padding-bottom: 65px
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-family: var(--display);
    font-size: 22px;
    letter-spacing: -.03em
}

.footer-brand img {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    object-fit: contain
}

.footer-lead {
    max-width: 340px;
    margin: 24px 0 0;
    color: #8f9691;
    font-size: 13px;
    line-height: 1.75
}

.footer-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: #c7c0b5;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .14em
}

.footer-tagline i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6fd7a0;
    box-shadow: 0 0 14px rgba(111,215,160,.7)
}

.footer-col h4 {
    margin: 3px 0 18px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 600
}

.footer-col a {
    display: block;
    color: #858d88;
    font-size: 12px;
    padding: 6px 0;
    transition: color .2s ease,transform .2s ease
}

.footer-col a:hover {
    color: #f2eee7;
    transform: translateX(3px)
}

.footer-socials {
    display: flex;
    gap: 8px;
    margin-top: 18px
}

.footer-socials a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.03);
    color: #d9d4ca;
    font-size: 11px
}

.footer-newsletter {
    margin-top: 16px;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,.18)
}

.footer-newsletter input {
    width: 100%;
    padding: 12px 4px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #eee;
    font: inherit;
    font-size: 11px
}

.footer-newsletter button {
    border: 0;
    background: transparent;
    color: #f1aa32;
    font-size: 18px;
    cursor: pointer;
    padding: 0 4px 8px
}

.footer-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #5f6763;
    font-size: 10px;
    margin-top: auto;
    margin-bottom: 67px;
}

.footer-bottom-left {
    justify-self: start
}

.footer-bottom-center {
    justify-self: center;
    color: #9ca39e
}

.footer-bottom-right {
    justify-self: end;
    display: flex;
    gap: 18px
}

.footer-bottom-right a {
    color: #6c746f
}

.footer-bottom-right a:hover {
    color: #f0ece4
}

.footer-signature {
    font-family: var(--serif);
    font-style: italic;
    color: #aaa195;
    font-size: 18px;
    margin-top: 32px;
    transform: rotate(-3deg);
    transform-origin: left center
}

@media(max-width: 900px) {
    .site-footer-top {
        grid-template-columns:1fr 1fr;
        gap: 42px
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        justify-items: start;
        margin-bottom: auto;
    }

    .footer-bottom-right,.footer-bottom-center {
        justify-self: start
    }
}

@media(max-width: 600px) {
    .site-footer {
        padding:65px 20px 25px
    }

    .site-footer-top {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .footer-bottom {
        grid-template-columns: 1fr auto auto;
    }

    .footer-signature {
        transform: none
    }

    .footer-bottom-right {
        flex-wrap: wrap
    }
}

/* Setas tipográficas via SVG (tamanho fixo em px - evita flash 300x150 / herança de em) */
.icon-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    margin-left: .35em;
    vertical-align: -2px;
    flex-shrink: 0;
    line-height: 0;
    overflow: hidden
}

.icon-arrow svg {
    display: block;
    width: 14px !important;
    height: 14px !important;
    max-width: 14px;
    max-height: 14px;
    flex-shrink: 0
}

.symbol .icon-arrow,
.route-stat .icon-arrow,
.hunt-route-pill .icon-arrow {
    margin-left: 0
}

.route-stat .icon-arrow,
.route-stat .icon-arrow svg,
.symbol .icon-arrow,
.symbol .icon-arrow svg,
.hunt-route-pill .icon-arrow,
.hunt-route-pill .icon-arrow svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px
}

.channel-action {
    display: inline-flex;
    align-items: center
}

.footer-newsletter button .icon-arrow,
.hunt-open-map .icon-arrow {
    margin-left: .28em
}

.lightbox-close .icon-arrow {
    margin-left: 0
}

