/* Shared site chrome: one header and footer for every route. */
@font-face {
  font-family: "Handlee";
  src: url("/assets/fonts/Handlee-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body {
  font-family: "Handlee", cursive !important;
}

h1,
h2,
h3,
h4,
button,
input,
select,
textarea {
  font-family: "Handlee", cursive !important;
}

.announcement { padding: .5rem 1rem; color: #dbe6df; background: #17241d; text-align: center; font-size: .72rem; letter-spacing: .05em; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid #d6ded8; box-shadow: 0 3px 15px rgba(35,48,42,.05); backdrop-filter: blur(14px); }
.site-header > .nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 1180px; min-height: 5rem; margin: 0 auto; padding: .55rem 1.25rem; }
.site-header .brand { display: flex; align-items: center; min-width: max-content; text-decoration: none; }
.site-header .brand img { display: block; width: auto; height: 5rem; }
.menu-toggle { display: none; padding: .6rem .75rem; color: #17241d; background: #fff; border: 1px solid #d6ded8; border-radius: .75rem; font: inherit; font-size: .85rem; font-weight: 800; cursor: pointer; }
.site-header .navlinks { position: absolute; left: 50%; display: flex; align-items: center; gap: 1.5rem; transform: translateX(-50%); color: #405149; font-size: .82rem; font-weight: 800; }
.site-header .navlinks a { color: inherit; text-decoration: none; }
.site-header .navlinks a:hover { color: #46745e; }
.site-header .button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .72rem 1.1rem; color: #fff !important; background: #46745e; border-radius: 999px; box-shadow: 0 8px 18px rgba(45,91,67,.25); font-weight: 800; }
.header-socials { display: inline-flex; align-items: center; gap: .45rem; margin-left: .15rem; }
.header-socials a { display: grid !important; place-items: center; width: 1.8rem; height: 1.8rem; color: #46745e !important; border: 1px solid #c7d9ce; border-radius: 50%; }
.header-socials a:hover { color: #fff !important; background: #46745e; }
.header-socials svg { width: .9rem; height: .9rem; fill: currentColor; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem max(1.25rem, calc((100% - 1180px) / 2)); color: #d8e3db; background: #263b33; font-size: .8rem; }
footer a { color: #d8e3db; }
.social-links, .footer-legal { display: inline-flex; align-items: center; gap: .75rem; }
.social-links a { display: grid; place-items: center; width: 2rem; height: 2rem; color: #d8e3db; border: 1px solid rgba(216,227,219,.5); border-radius: 50%; }
.social-links a:hover { color: #263b33; background: #d8e3db; }
.social-links svg { width: 1rem; height: 1rem; fill: currentColor; }
@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  .site-header .navlinks { position: absolute; top: 100%; right: 1rem; left: auto; display: none; flex-direction: column; align-items: stretch; min-width: 220px; gap: .35rem; padding: .75rem; background: #fff; border: 1px solid #d6ded8; border-radius: 1rem; box-shadow: 0 16px 32px rgba(35,48,42,.14); transform: none; }
  .site-header .navlinks.is-open { display: flex; }
  .site-header .navlinks a:not(.button) { display: block; padding: .55rem .65rem; }
  .site-header .navlinks .button { margin-top: .25rem; text-align: center; }
}
@media (max-width: 620px) {
  .site-header > .nav { min-height: 4.2rem; padding: .35rem 1rem; }
  .site-header .brand img { height: 3.5rem; }
  footer { align-items: flex-start; flex-direction: column; }
}
