/* The contact panel uses the existing forest-green and warm-gold identity. */
footer.company-footer {
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 4.5%;
  border-top: 1px solid #335547;
  background: #173d32;
  color: #f6f3e9;
}
.company-footer::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -154px;
  right: -100px;
  width: 380px;
  height: 380px;
  border: 1px solid #d7c79615;
  border-radius: 50%;
  box-shadow: 0 0 0 44px #d7c79605, 0 0 0 88px #d7c79604;
  pointer-events: none;
}
.company-footer-shell { max-width: 1320px; margin: auto; }
.company-footer-main {
  display: grid;
  grid-template-columns: minmax(200px, .95fr) minmax(280px, 1.25fr) minmax(230px, .9fr);
  gap: clamp(30px, 5vw, 84px);
  padding: 58px 0 48px;
}
.company-footer-brand, .company-footer-details, .company-footer-nav { min-width: 0; }
footer.company-footer .brand { margin: 0; border-radius: 5px; }
footer.company-footer .brand-logo { width: 225px; height: 65px; max-width: 100%; }
footer.company-footer .company-footer-tagline {
  margin: 21px 0 25px;
  max-width: 230px;
  color: #d1dcd4;
  font-size: 14px;
  line-height: 1.8;
  min-width: 0;
}
.company-footer-country {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d9c99e;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 500;
}
.company-footer-country > span { width: 5px; height: 5px; background: #d9c99e; border-radius: 50%; }
footer.company-footer .company-footer-eyebrow {
  margin: 0 0 12px;
  color: #d9c99e;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  min-width: 0;
}
.company-footer-details h2 { margin: 0 0 25px; font-size: 19px; font-weight: 600; letter-spacing: 1.2px; line-height: 1.4; }
.company-footer-demo { display: inline-block; margin: -10px 0 22px; padding: 4px 9px; border: 1px solid #d9c99e55; border-radius: 4px; color: #eadbb5; font-size: 9px; line-height: 1.6; letter-spacing: 1px; }
.company-footer-demo[hidden] { display: none; }
footer.company-footer .company-footer-demo-note { margin: 18px 0 0; min-width: 0; max-width: 360px; color: #bdcdc2; font-size: 11px; line-height: 1.8; }
.company-footer-details address { font-style: normal; }
.company-footer-contact { margin: 0; }
.company-footer-contact > div + div { margin-top: 20px; }
.company-footer-contact dt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 7px;
  color: #c4d3c9;
  font-size: 12px;
  line-height: 1.6;
}
.company-footer-contact dt svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: #d9c99e;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.company-footer-contact dd { margin: 0 0 0 25px; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; white-space: pre-line; }
.company-footer-contact #footerLegalName { margin-left: 0; }
.company-footer-contact dd.contact-pending { color: #d6dfd9; }
.company-footer-contact dd a { border-bottom: 1px solid #d9c99e66; padding-bottom: 2px; }
.company-footer-nav { display: block; }
.company-footer-nav h2 { margin: 0 0 18px; font-size: 15px; line-height: 1.8; font-weight: 500; }
footer.company-footer .company-footer-nav > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #c5d4c825;
  border-radius: 0;
  color: #e4eae4;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
}
.company-footer-nav > button > span:last-child { color: #d9c99e; font-size: 17px; }
footer.company-footer button:hover, footer.company-footer a:hover { color: #eadbb5; }
footer.company-footer .company-footer-policy #policy {
  margin-top: 18px;
  padding: 0;
  max-width: 100%;
  color: #c4d3c9;
  font-size: 11px;
  line-height: 1.8;
  text-align: left;
  text-decoration-color: #c4d3c960;
  text-underline-offset: 4px;
}
.company-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 21px 0 23px;
  border-top: 1px solid #c5d4c825;
  color: #b6c9bd;
  font-size: 10px;
  line-height: 1.8;
}
footer.company-footer .company-footer-notice p { margin: 0; min-width: 0; }
.company-footer-copyright { flex: 0 0 auto; }
footer.company-footer a:focus-visible, footer.company-footer button:focus-visible { outline: 2px solid #eadbb5; outline-offset: 5px; }
@media (max-width: 1000px) {
  .company-footer-main { grid-template-columns: minmax(180px, .85fr) minmax(240px, 1.2fr); gap: 38px 45px; }
  .company-footer-nav { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 25px; }
  .company-footer-nav h2, .company-footer-policy { grid-column: 1 / -1; }
  .company-footer-nav h2 { margin-bottom: 4px; }
}
@media (max-width: 600px) {
  footer.company-footer { padding: 0 6%; }
  .company-footer-main { grid-template-columns: 1fr; padding: 38px 0 33px; gap: 32px; }
  footer.company-footer .brand-logo { width: 205px; height: 59px; }
  footer.company-footer .company-footer-tagline { max-width: none; margin: 15px 0 16px; font-size: 13px; }
  .company-footer-details { padding-top: 29px; border-top: 1px solid #c5d4c825; }
  .company-footer-details h2 { margin-bottom: 22px; font-size: 18px; }
  .company-footer-nav { display: block; }
  .company-footer-nav h2 { margin-bottom: 9px; }
  .company-footer-bottom { display: block; padding: 19px 0 24px; }
  .company-footer-copyright { margin-top: 8px; }
}
