/* Page introductions are opt-in. The map and shared site shell do not load this file. */
html .ff-content-opening,
html .editorial-main.ff-content-opening,
html .info-main.ff-content-opening { padding-top: 32px; }
html .ff-page-opening,
html .editorial-main .ff-page-opening,
html :is(#price-index, #press-room, #brand-prices, #station-prices, #geo-location) .ff-page-opening {
  display: block;
  min-width: 0;
  padding: 0;
  margin: 0 0 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
html .ff-page-opening h1,
html .ff-page-opening .ff-page-title,
html h1.ff-page-title,
html :is(#price-index, #press-room, #brand-prices, #station-prices, #geo-location, #help-page) .ff-page-title {
  max-width: 920px;
  margin: 0;
  color: var(--ff-text);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -.028em;
  text-align: left;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}
html .ff-page-opening .ff-page-lead,
html :is(#price-index, #press-room, #brand-prices, #station-prices, #geo-location) .ff-page-opening .ff-page-lead {
  max-width: 720px;
  margin: 13px 0 0;
  color: var(--ff-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
html .ff-page-opening .ff-page-meta {
  margin: 13px 0 0;
  color: var(--ff-muted);
  font-size: 13px;
  line-height: 1.6;
}
html .ff-page-opening.ff-page-opening--compact h1,
html .ff-page-opening.ff-page-opening--compact .ff-page-title { font-size: clamp(28px, 3vw, 32px); }
html .ff-page-opening :is(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--ff-accent);
  outline-offset: 4px;
}
.ff-opening-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; color: var(--ff-muted); font-size: 12px; }
.ff-opening-breadcrumb a { text-underline-offset: 4px; }
.ff-opening-actions { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 18px; }
.ff-opening-actions a { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 4px; }
html .ff-founder-image { display: block; width: 100%; height: auto; max-height: 375px; aspect-ratio: 1100 / 375; object-fit: cover; object-position: 50% 65%; border-radius: 0; margin: 0 0 30px; }
@media (max-width: 550px) {
  html .ff-content-opening, html .editorial-main.ff-content-opening, html .info-main.ff-content-opening { padding-top: 25px; }
  html .ff-page-opening, html .editorial-main .ff-page-opening,
  html :is(#price-index, #press-room, #brand-prices, #station-prices, #geo-location) .ff-page-opening { margin-bottom: 24px; }
  html .ff-page-opening h1, html .ff-page-opening .ff-page-title, html h1.ff-page-title,
  html :is(#price-index, #press-room, #brand-prices, #station-prices, #geo-location, #help-page) .ff-page-title { font-size: 29px; line-height: 1.22; }
  html .ff-page-opening .ff-page-lead,
  html :is(#price-index, #press-room, #brand-prices, #station-prices, #geo-location) .ff-page-opening .ff-page-lead { font-size: 15px; }
  html .ff-founder-image { aspect-ratio: 1.35; object-position: 62% 66%; }
}

#help-page .ff-help-search { margin: 20px 0; max-width: 670px; }
#help-page .ff-help-search label { display: block; font-size: 14px; margin-bottom: 8px; }
#help-page .ff-help-search input { width: 100%; min-height: 46px; border: 1px solid var(--ff-line-strong); border-radius: 3px; padding: 10px 12px; font-size: 16px; background: var(--ff-surface); color: var(--ff-text); }
#help-page .ff-help-search p { margin-top: 8px; color: var(--ff-muted); font-size: 13px; }
#help-page [hidden] { display: none !important; }
#help-page .ff-page-opening > .flex { display: block; }
#help-page .ff-page-opening > .flex > .flex { margin-top: 18px; }
#press-room .pr-intro { padding-top: 32px; }
#press-room .pr-intro-grid { display: block; }
#press-room .pr-snapshot { margin-top: 30px; padding: 22px 0; background: transparent; border: 0; border-block: 1px solid var(--ff-line); border-radius: 0; box-shadow: none; }
#press-room .pr-summary { margin-top: 24px; }
