/* chrome.css — cabeçalho fixo (transparente→opaco) e rodapé, em todas as páginas */
:root{
  --sh-gold:#d8af3f; --sh-gold-br:#ecca74; --sh-bg:#0a0906;
}

/* fundo base idêntico em todas as páginas — evita flash na troca */
html{background:#070707}
body{background:#070707;
  background-image:
    radial-gradient(ellipse 80% 40% at 50% 90%, rgba(124,59,42,.16), transparent 62%),
    radial-gradient(ellipse 90% 35% at 50% 4%, rgba(216,175,63,.08), transparent 60%),
    linear-gradient(180deg, #070707 0%, #070707 55%, #0a0906 80%, #060504 100%);
  background-attachment:fixed}

/* largura de container UNIFICADA em todo o site (referência: home) */
:root{ --container: 1760px; --container-w: 96%; }

/* ===== CABEÇALHO ===== */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;
  transition:background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease, height .35s ease;
  background:transparent;height:72px}
.site-header.is-solid{
  background:rgba(10,9,6,.82);
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  box-shadow:0 1px 0 rgba(216,175,63,.16), 0 8px 30px rgba(0,0,0,.45);
  height:60px}
.sh-inner{max-width:1400px;margin:0 auto;height:100%;padding:0 clamp(18px,4vw,48px);
  display:flex;align-items:center;justify-content:space-between;gap:24px}

.sh-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.sh-logo__sigilo{width:26px;height:auto;display:block;filter:brightness(0) saturate(100%) invert(78%) sepia(38%) saturate(560%) hue-rotate(2deg) brightness(92%);transition:transform .4s,filter .3s;opacity:.95}
.site-header.is-solid .sh-logo__sigilo{transform:scale(.9)}
.sh-logo__txt{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:16px;
  letter-spacing:.06em;color:#f4f1ea;white-space:nowrap}

.sh-nav{display:flex;align-items:center;gap:30px}
.sh-nav__links{display:flex;align-items:center;gap:30px}
.sh-link{font-family:'Jost',system-ui,sans-serif;font-size:13px;font-weight:500;letter-spacing:.08em;
  text-transform:uppercase;color:#d9d5c8;text-decoration:none;position:relative;transition:color .25s}
.sh-link::after{content:'';position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--sh-gold);transition:right .3s}
.sh-link:hover{color:#fff}
.sh-link:hover::after,.sh-link.is-active::after{right:0}
.sh-link.is-active{color:var(--sh-gold-br)}

.sh-entrar{display:inline-flex;align-items:center;gap:7px;font-family:'Jost',sans-serif;font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--sh-gold);border:1px solid rgba(216,175,63,.5);border-radius:40px;padding:9px 20px;text-decoration:none;
  transition:background .3s,color .3s}
.sh-entrar__ic{flex:0 0 auto}
.sh-entrar:hover{background:var(--sh-gold);color:#0a0a0a}

.sh-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.sh-burger span{display:block;width:24px;height:2px;background:var(--sh-gold);transition:.3s}

/* mobile */
/* redes no menu: escondidas no desktop, aparecem só na gaveta mobile */
.sh-social{display:none}

/* véu escuro atrás da gaveta (escondido por padrão) */
.sh-veu{display:none}
/* no DESKTOP: o topo da gaveta (logo+X) fica escondido; os links e o Entrar aparecem em linha */
.sh-nav__topo,.sh-nav__x{display:none}
.sh-nav__links{display:flex;align-items:center;gap:30px}
.sh-nav__rodape{display:flex;align-items:center}
.sh-nav__rodape .sh-social{display:none}

@media (max-width:860px){
  .sh-burger{display:flex;z-index:1002}
  /* véu */
  .sh-veu{display:block;position:fixed;inset:0;background:rgba(4,3,2,.6);opacity:0;visibility:hidden;
    transition:opacity .35s,visibility .35s;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
  .nav-open .sh-veu{opacity:1;visibility:visible}
  /* GAVETA lateral estreita (não fullscreen) */
  .sh-nav{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:min(82vw,320px);
    transform:translateX(100%);transition:transform .4s cubic-bezier(.22,.8,.2,1);z-index:1001;
    background:linear-gradient(180deg,#141009,#0b0805);border-left:1px solid rgba(216,175,63,.16);
    display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:20px 24px 20px}
  .nav-open .sh-nav{transform:translateX(0)}
  /* topo: logo + X */
  .sh-nav__topo{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid rgba(216,175,63,.12)}
  .sh-nav__logo{display:flex;align-items:center;gap:9px;font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;color:var(--sh-gold-br);letter-spacing:.01em}
  .sh-nav__logo img{filter:brightness(0) saturate(100%) invert(78%) sepia(38%) saturate(560%) hue-rotate(2deg) brightness(92%);opacity:.9}
  .sh-nav__x{display:inline-flex;background:none;border:0;color:#b8b2a4;cursor:pointer;padding:4px;transition:color .25s}
  .sh-nav__x:hover{color:var(--sh-gold-br)}
  /* links em coluna, alinhados à esquerda, finos */
  .sh-nav__links{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .sh-link{font-family:'Cormorant Garamond',serif !important;font-size:21px !important;font-weight:500 !important;
    letter-spacing:.03em !important;text-transform:none !important;text-align:left;padding:14px 0;color:#ded9cc;
    border-bottom:1px solid rgba(216,175,63,.08)}
  .sh-link.is-active{color:var(--sh-gold-br)}
  .sh-link::after{display:none}
  /* rodapé colado embaixo */
  .sh-nav__rodape{margin-top:0;padding-top:0;padding-bottom:0;display:flex;flex-direction:column;gap:0;align-items:stretch}
  .sh-nav__rodape .sh-social{margin-top:34px;padding-left:2px}
  .sh-entrar{display:flex !important;align-items:center;gap:9px;font-family:'Cormorant Garamond',serif !important;font-size:19px !important;font-weight:500 !important;
    letter-spacing:.04em !important;text-transform:none !important;color:#e6e1d4 !important;
    min-height:52px;padding:12px 2px !important;border:0 !important;border-bottom:1px solid rgba(216,175,63,.08) !important;border-radius:0 !important}
  .sh-entrar:hover{background:none !important;color:var(--sh-gold-br) !important}
  .sh-entrar__ic{width:17px;height:17px}
  .sh-social{display:flex;gap:22px;align-items:center;justify-content:flex-start}
  .sh-social a{color:var(--sh-gold);opacity:.75;transition:opacity .25s,transform .25s;display:inline-flex}
  .sh-social a svg{width:19px;height:19px}
  .sh-social a:hover{opacity:1;transform:translateY(-2px)}
  /* X do hambúrguer vira X mesmo */
  .sh-burger span{width:22px;height:1.5px}
  .nav-open .sh-burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
  .nav-open .sh-burger span:nth-child(2){opacity:0}
  .nav-open .sh-burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
}

/* ===== RODAPÉ ===== */
.site-footer{background:var(--sh-bg);border-top:1px solid rgba(216,175,63,.14);padding:38px 0 44px;margin-top:0}
.sf-inner{max-width:1400px;margin:0 auto;padding:0 clamp(18px,4vw,48px);text-align:center;display:flex;flex-direction:column;align-items:center}
.sf-social{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:18px}
.sf-social a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;
  border-radius:50%;border:1px solid rgba(216,175,63,.34);color:var(--sh-gold);transition:background .3s,color .3s,border-color .3s}
.sf-social a:hover{background:var(--sh-gold);color:#0a0a0a;border-color:var(--sh-gold)}
.sf-social svg{fill:currentColor}
.sf-copy{font-family:'Jost',sans-serif;font-size:12.5px;color:#6a6555;letter-spacing:.02em;text-align:center}
