.site-footer{
  background:#e0dfdc;
  color:#2b2b2b;
  padding:50px 0 60px;
}

.footer-inner{
  padding-left:70px;
  padding-right:70px;
}

.site-footer .row{
  align-items:flex-end;
  display:flex;
  gap:24px;
  justify-content:space-between;
}

.site-footer .row > *{
  min-width:0;
}

.footer-brand{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:36px;
  font-weight:800;
  margin-bottom:20px;
}

.footer-nav{
  align-items:flex-end;
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:20px;
}

.footer-nav a,
.footer-cookie-settings{
  background:transparent;
  border:0;
  color:#2b2b2b;
  cursor:pointer;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:18px;
  font-weight:700;
  padding:0;
  text-align:right;
  text-decoration:none;
}

.footer-nav a:hover,
.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible{
  text-decoration:underline;
}

.footer-divider{
  background:#8d8d8d;
  border:0;
  height:6px;
  margin:28px 0 22px;
  opacity:1;
}

.footer-copy{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:16px;
  text-align:center;
}

.cookie-consent{
  background:#fff;
  border:1px solid rgba(51,44,29,.16);
  border-radius:8px;
  bottom:18px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
  color:#2b2b2b;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  left:18px;
  max-width:620px;
  padding:20px;
  position:fixed;
  right:18px;
  z-index:2147483000;
}

.cookie-consent[hidden],
.cookie-consent__panel[hidden]{
  display:none !important;
}

.cookie-consent__title{
  font-size:1.1rem;
  font-weight:800;
  margin:0 0 8px;
}

.cookie-consent__text{
  font-size:.95rem;
  line-height:1.5;
  margin:0;
}

.cookie-consent__text a{
  color:#332c1d;
  font-weight:700;
}

.cookie-consent__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.cookie-consent__button{
  align-items:center;
  border:1px solid #332c1d;
  border-radius:999px;
  cursor:pointer;
  display:inline-flex;
  font-size:.92rem;
  font-weight:800;
  justify-content:center;
  min-height:42px;
  padding:10px 18px;
}

.cookie-consent__button--primary{
  background:#ffbd59;
  border-color:#ffbd59;
  color:#1a1a1a;
}

.cookie-consent__button--secondary{
  background:#332c1d;
  color:#fff;
}

.cookie-consent__button--ghost{
  background:#fff;
  color:#332c1d;
}

.cookie-consent__panel{
  border-top:1px solid rgba(51,44,29,.14);
  margin-top:16px;
  padding-top:14px;
}

.cookie-consent__option{
  align-items:flex-start;
  display:flex;
  gap:12px;
  margin:12px 0;
}

.cookie-consent__option input{
  flex:0 0 auto;
  margin-top:4px;
}

.cookie-consent__option strong{
  display:block;
  font-size:.96rem;
}

.cookie-consent__option span{
  color:#555;
  display:block;
  font-size:.86rem;
  line-height:1.45;
}

@media (min-width:768px){
  .cookie-consent{
    right:auto;
  }
}

@media (max-width:767.98px){
  .site-footer{
    padding:50px 0 35px;
  }

  .footer-inner{
    padding-left:22px;
    padding-right:22px;
  }

  .footer-nav{
    align-items:flex-start;
  }

  .footer-nav a,
  .footer-cookie-settings{
    font-size:16px;
    text-align:left;
  }

  .cookie-consent{
    bottom:10px;
    left:10px;
    max-height:calc(100svh - 20px);
    overflow:auto;
    padding:16px;
    right:10px;
  }

  .cookie-consent__actions{
    flex-direction:column;
  }

  .cookie-consent__button{
    width:100%;
  }
}
