/* Shared Coco & Raj chrome; body-specific source styles live in main.css/nardi.css. */
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: #fff; color: #3a3a3a; font: 15px/1.5 Helvetica, Arial, sans-serif; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
:focus-visible { outline: 2px solid #3a3a3a; outline-offset: 4px; }
.skip-link { position: absolute; z-index: 20; top: 8px; left: 12px; padding: 12px 20px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; gap: 65px; padding: 15px 55px; position: relative; z-index: 5; background: #fff; }
.brand { flex: 0 0 250px; }
.brand img { width: 250px; height: auto; }
.site-navigation { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex: 1; gap: 10px 0; font-size: 15px; line-height: 22.5px; }
.site-navigation a { text-decoration: none; }
.site-navigation > a, .nav-group > summary { padding: 3px 10px; white-space: nowrap; }
.site-navigation a:hover, .nav-group > summary:hover, .site-navigation a[aria-current='page'] { text-decoration: underline; text-underline-offset: 5px; }
/* Anchor dropdowns below every row of the unified navigation. */
.nav-group { position: static; }
.nav-group > summary { cursor: pointer; list-style: none; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after { content: '⌄'; display: inline-block; margin-left: 7px; }
.nav-group[open] > summary::after { transform: rotate(180deg); }
.nav-dropdown { position: absolute; z-index: 6; top: 100%; left: auto; min-width: 230px; padding: 10px 0; background: white; border: 1px solid #ebebeb; }
/* The final group is always on the last row, so its panel can anchor to its own button. */
.nav-group:last-child { position: relative; }
.nav-group:last-child .nav-dropdown { right: 0; }
.nav-dropdown a { display: block; padding: 8px 15px; }
.nav-dropdown a:hover { background: #f6f6f6; }
.nav-toggle { display: none; }
.site-footer { margin-top: 55px; padding: 45px 0 35px; background: #f6f6f6; color: #333232; }
.footer-width { max-width: 1200px; padding: 0 55px; margin: auto; }
.footer-contact { text-align: center; }
.footer-contact h2 { margin: 0 0 25px; font-size: 17px; line-height: 20.4px; }
.footer-contact p { margin: 0 0 19.44444px; }
.footer-contact p:last-child { margin-bottom: 0; }
.footer-contact a { text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }
.site-footer hr { margin: 45px 0 20px; border: 0; border-top: 1px solid #ddd; }
.footer-bottom { text-align: right; }
.social-links { display: flex; gap: 18px; justify-content: flex-end; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; min-height: 32px; }
.social-links img { width: 25px; height: 25px; }
.copyright { margin: 18px 0 0; font-size: 12px; line-height: 18px; }
.copyright a { text-decoration: none; }
.not-found { max-width: 1200px; padding: 55px; margin: auto; text-align: center; }
.not-found h1 { font-size: 35px; }
@media (min-width: 1101px) { .site-navigation { display: flex !important; } }
@media (max-width: 1100px) {
  .site-header { justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 15px 22px; }
  .brand { flex-basis: 187px; }
  .brand img { width: 187px; }
  .nav-toggle { background: white; border: 0; padding: 10px 0 10px 12px; cursor: pointer; font-size: 15px; gap: 10px; align-items: center; }
  .js .nav-toggle { display: inline-flex; }
  .site-navigation { flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 0; }
  .js .site-navigation:not(.is-open) { display: none; }
  .site-navigation > a, .nav-group > summary { display: block; padding: 12px 0; border-bottom: 1px solid #ebebeb; }
  .nav-group > summary::after { float: right; margin-right: 6px; }
  .nav-dropdown { position: static; border: 0; background: #f6f6f6; }
}
@media (max-width: 749px) {
  .brand { flex-basis: min(187px, 50vw); }
  .brand img { width: min(187px, 50vw); }
  .site-footer { margin-top: 35px; padding-bottom: 55px; }
  .footer-width { padding: 0 40px; }
  .footer-contact { text-align: left; }
  .site-footer hr { margin: 55px 0 30px; }
  .footer-bottom { text-align: center; }
  .social-links { justify-content: center; }
  .social-links img { width: 23px; height: 23px; }
  .not-found { padding: 35px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
