/* faq — page-specific styles.
   Loaded after /static/css/site.css, which holds everything shared. */

/* ============================================================
   FAQ  page-specific
   ============================================================ */
#route-faq .phero{padding-top:calc(var(--header-h) + var(--s6));padding-bottom:var(--s6)}#route-faq .phero .lede{padding-top:var(--s4);max-width:62ch}#route-faq .faq-layout{
  display:grid;
  grid-template-columns:3fr 9fr;
  column-gap:var(--gutter);
}#route-faq .faq-nav{
  align-self:start;
  position:sticky;
  top:calc(var(--header-h) + 16px);
  /* thirteen groups is taller than most viewports, so the menu scrolls
     inside itself rather than disappearing off the top */
  max-height:calc(100vh - var(--header-h) - 32px);
  overflow-y:auto;
  overscroll-behavior:contain;
  padding-right:8px;
}
#route-faq .faq-nav a[aria-current="true"]{color:var(--ink);font-weight:700;border-left-color:var(--ink)}
#route-faq .faq-nav a[aria-current="true"] .count{color:var(--ink)}
@media (max-width:900px){
  #route-faq .faq-nav{position:static;max-height:none;overflow:visible;padding-right:0}
}#route-faq .faq-nav h2{
  font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--stone);padding-bottom:var(--s2);border-bottom:1px solid var(--sand);
}#route-faq .faq-nav li{border-bottom:1px solid var(--sand)}#route-faq .faq-nav a{
  display:block;
  padding:11px 0 11px 12px;
  border-left:2px solid transparent;
  font-size:15px;
  font-weight:500;
  text-decoration:none;
  color:var(--ink);
}#route-faq .faq-nav a:hover,
#route-faq .faq-nav a:focus-visible{color:var(--ink);border-left-color:var(--sand)}#route-faq .faq-nav a{transition:color .18s ease,border-color .18s ease}#route-faq .faq-nav .count{color:var(--stone);font-size:13px}#route-faq .faq-body{min-width:0}#route-faq .faq-group{padding-bottom:var(--s6)}#route-faq .faq-group > h2{
  font-family:var(--display);
  font-variation-settings:"wdth" 75,"wght" 700;
  font-weight:700;
  font-size:clamp(24px,2.3vw,42px);
  line-height:1.05;
  letter-spacing:-.01em;
  padding-bottom:var(--s3);
  border-bottom:2px solid var(--ink);
}#route-faq .qa{border-bottom:1px solid var(--sand)}#route-faq .qa > summary{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--s3);
  padding:20px 0;
  cursor:pointer;
  list-style:none;
  font-size:clamp(16.5px,1.2vw,20px);
  font-weight:700;
  line-height:1.35;
}#route-faq .qa > summary::-webkit-details-marker{display:none}#route-faq .qa > summary::after{
  content:"+";
  flex:0 0 auto;
  font-weight:500;
  font-size:22px;
  line-height:1.1;
  color:var(--stone);
  transition:transform .2s ease;
}#route-faq .qa[open] > summary::after{content:"\2212";color:var(--ink)}#route-faq .qa > summary:hover, #route-faq .qa > summary:focus-visible{color:var(--ink)}#route-faq .qa p{
  padding:0 0 22px;
  max-width:66ch;
  font-size:clamp(15.5px,1.1vw,18px);
  line-height:1.65;
}#route-faq .note{background:var(--blush);padding:var(--s4)}#route-faq .note h2{font-size:clamp(19px,1.4vw,24px);font-weight:700;line-height:1.25}#route-faq .note p{padding-top:12px;font-size:15px;line-height:1.6;max-width:62ch}#route-faq .note .elink{margin-top:var(--s3)}#route-faq .faq-help{margin-top:var(--s4)}

@media (max-width:1180px){#route-faq .faq-layout{grid-template-columns:4fr 8fr}
}
@media (max-width:900px){#route-faq .faq-layout{grid-template-columns:1fr;row-gap:var(--s5)}#route-faq .faq-nav{position:static}
}
