/* Shared footer + mobile navigation */
.site-footer{
  width:min(1180px,92vw);
  margin:0 auto;
  padding:36px 0 48px;
  border-top:1px solid rgba(255,232,190,.14);
  color:#d9bc88;
  font-size:13px;
  line-height:1.6;
}
.site-footer-inner{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}
.site-footer-brand{
  max-width:320px;
}
.site-footer-brand strong{
  display:block;
  font-family:Georgia,serif;
  font-size:22px;
  color:#fff0ca;
  margin-bottom:6px;
}
.site-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
}
.site-footer-links a{
  color:#f0c77f;
  text-decoration:none;
  font-weight:700;
}
.site-footer-links a:hover{
  color:#fff4dd;
  text-decoration:underline;
}
.site-footer-copy{
  width:100%;
  margin-top:8px;
  padding-top:16px;
  border-top:1px solid rgba(255,232,190,.08);
  font-size:12px;
  opacity:.85;
}

.nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,232,190,.38);
  border-radius:999px;
  padding:10px 14px;
  background:rgba(255,255,255,.06);
  color:#fff1d3;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.nav-toggle[aria-expanded="true"]{
  background:rgba(255,244,221,.14);
  border-color:rgba(255,232,190,.55);
}

@media(max-width:760px){
  .topbar,.editor-header,.nav-header{
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
  }
  .nav-toggle{display:inline-flex}
  .nav-menu{
    display:none !important;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:8px !important;
    padding:10px 0 4px;
  }
  .nav-menu.is-open{display:flex !important}
  .nav-menu .nav-link,
  .nav-menu .back-link{
    width:100%;
    text-align:center;
    justify-content:center;
  }
  .nav-header .nav-menu.is-open{
    border-top:1px solid rgba(255,232,190,.12);
    padding-top:14px;
    margin-top:4px;
  }
}

.cookie-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:9998;
  max-width:560px;
  margin:0 auto;
  padding:16px 18px;
  border-radius:14px;
  border:1px solid rgba(255,232,190,.22);
  background:rgba(20,11,6,.94);
  color:#f8e5bd;
  font-size:13px;
  line-height:1.55;
  box-shadow:0 24px 60px rgba(0,0,0,.45);
  backdrop-filter:blur(10px);
}
.cookie-banner p{margin:0 0 12px}
.cookie-banner a{color:#f0c77f}
.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:8px}
.cookie-banner button{
  border:0;
  border-radius:999px;
  padding:10px 16px;
  font-weight:800;
  cursor:pointer;
}
.cookie-accept{background:linear-gradient(135deg,#e0ad68,#7c4124);color:#fff7e8}
.cookie-decline{background:rgba(255,244,221,.1);color:#fff1d3;border:1px solid rgba(255,232,190,.18) !important}

.legal-page{
  width:min(760px,92vw);
  margin:0 auto;
  padding:48px 0 64px;
  color:#f8e5bd;
  line-height:1.75;
}
.legal-page h1{
  margin:0 0 10px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(40px,6vw,56px);
  color:#fff1cf;
}
.legal-page .legal-updated{
  margin:0 0 28px;
  color:#d9bc88;
  font-size:14px;
}
.legal-page h2{
  margin:28px 0 10px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:28px;
  color:#fff0ca;
}
.legal-page p,.legal-page li{margin:0 0 14px}
.legal-page ul{padding-left:20px}
.legal-page a{color:#f0c77f}

.view-footer-link{
  position:fixed;
  left:0;
  right:0;
  bottom:12px;
  z-index:50;
  text-align:center;
  font-size:12px;
  color:rgba(255,241,207,.55);
  pointer-events:none;
}
.view-footer-link a{
  color:#f0c77f;
  pointer-events:auto;
  text-decoration:none;
  font-weight:700;
}
