:root {
  --limerston-navy: #002d71;
  --limerston-footer: #202020;
  --limerston-black: #000000;
  --limerston-gold: #b39a63;
  --limerston-cream: #f7f4ef;
  --limerston-white: #ffffff;
}

.limerston-static-nav,
.limerston-static-nav * ,
.limerston-static-footer,
.limerston-static-footer * { box-sizing: border-box; }

.limerston-static-nav {
  position: relative;
  top: 0;
  z-index: 51;
  width: 100%;
  max-width: 100vw;
  height: 100px;
  min-height: 100px;
  padding: 0;
  background: var(--limerston-navy);
  color: var(--limerston-white);
  font-family: avenir-lt-w01_85-heavy1475544, Avenir, Arial, Helvetica, sans-serif;
  box-shadow: none;
}

.limerston-static-brand {
  position: absolute;
  left: calc(max(0px, (100vw - 1600px) / 2) + min(31.701389px, 1.981337vw));
  top: calc(50px - (min(63.211806px, 3.950738vw) / 2));
  display: block;
  width: min(439.583333px, 27.473958vw);
  height: min(63.211806px, 3.950738vw);
  color: var(--limerston-white);
  text-decoration: none;
  white-space: nowrap;
}

.limerston-static-brand img {
  display: block;
  width: min(439.583333px, 27.473958vw) !important;
  height: min(63.211806px, 3.950738vw) !important;
  max-width: none !important;
  border: 0;
}

.limerston-static-links {
  position: absolute;
  left: calc(max(0px, (100vw - 1600px) / 2) + clamp(363.25px, calc(31.184896vw - 10.96875px), 488px));
  top: 23.875px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1px;
  height: 52px;
  min-width: 0;
}

.limerston-static-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  color: var(--limerston-white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
}

.limerston-static-links a:nth-child(1) { width: clamp(78px, calc(8.333333vw - 22px), 112px); }
.limerston-static-links a:nth-child(2) { width: clamp(103px, calc(8.333333vw + 3px), 137px); }
.limerston-static-links a:nth-child(3) { width: clamp(106px, calc(8.333333vw + 6px), 140px); }
.limerston-static-links a:nth-child(4) { width: clamp(131px, calc(8.75vw + 26px), 166px); }
.limerston-static-links a:nth-child(5) { width: clamp(136px, calc(8.75vw + 31px), 171px); }
.limerston-static-links a:nth-child(6) { width: clamp(74px, calc(8.75vw - 31px), 109px); }
.limerston-static-links a:nth-child(7) { width: clamp(91px, calc(8.75vw - 14px), 125px); }
.limerston-static-links a:nth-child(8) { width: clamp(100px, calc(8.75vw - 5px), 134px); }

.limerston-static-nav a:hover,
.limerston-static-nav a:focus { color: var(--limerston-white); text-decoration: none; }

.limerston-static-menu-button {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 0;
  background: transparent;
  color: var(--limerston-white);
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
}

.limerston-static-footer {
  background: var(--limerston-footer);
  color: var(--limerston-white);
  font-family: avenir-lt-w01_85-heavy1475544, Avenir, Arial, Helvetica, sans-serif;
  overflow-x: clip;
}

.limerston-static-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: clamp(48px, 12vw, 190px);
  padding: 50px 63px 37px;
  background: var(--limerston-footer);
}

.limerston-static-footer h2,
.limerston-static-footer h3 {
  margin: 0 0 35px;
  color: var(--limerston-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.limerston-static-footer p {
  max-width: 860px;
  margin: 0 0 24px;
  color: var(--limerston-white);
  font-size: 16px;
  line-height: 1.35;
}

.limerston-static-footer-links {
  display: grid;
  gap: 13px;
}

.limerston-static-footer a {
  color: var(--limerston-white);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
}

.limerston-static-footer a:hover,
.limerston-static-footer a:focus { text-decoration: underline; text-underline-offset: 4px; }

.limerston-static-footer-badge {
  display: block;
  width: 67px;
  height: 67px;
  margin: 18px 0 0 134px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #3d78b9 0 40%, #1f4c87 41% 100%);
  color: #c8e48b;
  font-size: 9px;
  line-height: 1.05;
  text-align: center;
  padding-top: 12px;
  text-transform: uppercase;
}

.limerston-static-footer-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(4, auto);
  gap: 24px 48px;
  align-items: start;
  padding: 27px 60px 23px;
  background: var(--limerston-black);
  color: var(--limerston-white);
}

.limerston-static-footer-legal p,
.limerston-static-footer-legal a {
  margin: 0;
  color: var(--limerston-white);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.limerston-static-reveal { animation: limerstonFadeUp .65s ease both; }
@keyframes limerstonFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .limerston-static-reveal { animation: none; } }

@media (max-width: 1280px) {
}

@media (max-width: 1120px) {
}

@media (max-width: 900px) {
  .limerston-static-nav { min-height: 76px; padding: 0 22px; align-items: center; }
  .limerston-static-menu-button { display: inline-block; }
  .limerston-static-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    margin: 0;
    padding: 22px;
    background: var(--limerston-navy);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .limerston-static-nav[data-open="true"] .limerston-static-links { display: flex; }
  .limerston-static-footer-main { grid-template-columns: 1fr; padding: 42px 28px; gap: 34px; }
  .limerston-static-footer-legal { grid-template-columns: 1fr 1fr; padding: 24px 28px; }
}

@media (max-width: 560px) {
  .limerston-static-nav { padding: 0 16px; }
  .limerston-static-logo-text { font-size: 18px; white-space: normal; }
  .limerston-static-logo-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .limerston-static-brand { gap: 12px; }
  .limerston-static-footer h2,
  .limerston-static-footer h3 { font-size: 24px; margin-bottom: 20px; }
  .limerston-static-footer-legal { grid-template-columns: 1fr; gap: 14px; }
  .limerston-static-footer-badge { margin-left: 0; }
}
