.gas {
  --gas-wash: color-mix(in srgb, var(--accent) 7%, var(--glass));
  padding: clamp(16px, 2.2vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  color: var(--ink);
}
.gas :where(h1, h2, h3, p) { margin: 0; }
.gas :where(section, article, header, footer, div, label) { min-width: 0; }
.gas :where(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.gas__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
}
.gas__eyebrow {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  color: var(--accent-light);
}
.gas__title {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.16;
  font-weight: 720;
  letter-spacing: -0.055em;
  margin-top: 8px !important;
}
.gas__ne { color: var(--accent-light); font-size: 16px; margin-top: 5px !important; }
.gas__lede { color: var(--ink-dim); margin-top: 10px !important; font-size: 15px; }
.gas__stamp {
  display: grid;
  gap: 3px;
  padding: 15px 19px;
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--accent);
  background: var(--gas-wash);
  color: var(--ink-dim);
  font-size: 11px;
  flex-shrink: 0;
}
.gas__stamp > span:first-child { font-size: 9px; letter-spacing: 0.12em; font-weight: 750; }
.gas__stamp strong { font-size: 18px; color: var(--ink); font-weight: 650; margin-bottom: 7px; }
.gas__stamp time { font-size: 13px; color: var(--ink); font-variant-numeric: tabular-nums; }
.gas__caution {
  padding: 13px 16px;
  border-left: 3px solid var(--accent);
  background: var(--gas-wash);
  color: var(--ink-dim);
  font-size: 13px;
  line-height: 1.7;
}
.gas__caution strong { color: var(--ink); }
.gas__filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 24px;
}
.gas__field { display: grid; gap: 7px; color: var(--ink-dim); font-size: 11px; font-weight: 650; }
.gas__field :is(input, select) {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 450;
}
.gas__field input::placeholder { color: var(--ink-dim); opacity: 1; }
.gas__reset {
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 9px 13px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.gas__reset:hover { background: var(--gas-wash); }
.gas__count { color: var(--ink-dim); font-size: 11px; margin: 13px 0 23px !important; }
.gas__body { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, 1fr); gap: 30px; }
.gas__directories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gas__brand {
  display: flex;
  flex-direction: column;
  padding: 18px;
  background: var(--gas-wash);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.gas__brand h2 { font-size: 19px; letter-spacing: -0.025em; margin-top: 8px; }
.gas__brand-note { color: var(--ink-dim); font-size: 12px; line-height: 1.7; padding: 8px 0 16px; }
.gas__directory-link { font-size: 12px; font-weight: 700; color: var(--accent-light); margin-top: auto; text-underline-offset: 4px; }
.gas__section-head { margin-bottom: 17px; }
.gas__section-head h2 { font-size: 23px; font-weight: 650; letter-spacing: -0.035em; margin-top: 5px; }
.gas__shops { margin-top: 27px; }
.gas__dealer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.gas__dealer-brand { font-size: 10px; color: var(--accent-light); font-weight: 650; }
.gas__dealer h3 { font-size: 16px; font-weight: 650; letter-spacing: -0.02em; margin: 5px 0; overflow-wrap: anywhere; }
.gas__address { font-size: 12px; color: var(--ink-dim); }
.gas__unknown { font-size: 11px; color: var(--ink-dim); margin-top: 9px !important; }
.gas__unknown::before { content: ""; display: inline-block; width: 6px; height: 6px; border: 1px solid var(--ink-dim); border-radius: 50%; margin-right: 6px; }
.gas__dealer-actions { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 10px; }
.gas__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--glass-2);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
}
.gas__phone:hover { border-color: var(--accent); background: var(--gas-wash); }
.gas__source { color: var(--accent-light); font-size: 11px; text-underline-offset: 3px; }
.gas__reviewed { grid-column: 1 / -1; color: var(--ink-dim); font-size: 10px; }
.gas__bulletin { border-left: 1px solid var(--line); padding-left: 27px; align-self: start; position: sticky; top: 24px; }
.gas__empty { padding: 18px; border: 1px dashed var(--line-strong); border-radius: 10px; }
.gas__empty strong { display: block; font-size: 15px; line-height: 1.5; font-weight: 600; }
.gas__empty p { margin-top: 8px; font-size: 12px; line-height: 1.7; color: var(--ink-dim); }
.gas__directories > .gas__empty { grid-column: 1 / -1; }
.gas__archive { margin: 18px 0 24px; padding: 12px 0; border-block: 1px solid var(--line); }
.gas__archive summary { cursor: pointer; min-height: 30px; padding-block: 5px; color: var(--ink-dim); font-size: 12px; font-weight: 650; }
.gas__context-title { font-size: 13px; font-weight: 700; letter-spacing: 0.01em; margin-top: 24px !important; }
.gas__notice { padding-block: 17px; border-bottom: 1px solid var(--line); }
.gas__notice-type { font-size: 10px; font-weight: 650; color: var(--accent-light); }
.gas__notice h3 { font-size: 16px; line-height: 1.45; font-weight: 600; letter-spacing: -0.025em; margin: 7px 0; }
.gas__notice-date { font-size: 11px; color: var(--ink-dim); }
.gas__notice-summary { font-size: 12px; line-height: 1.75; color: var(--ink-dim); margin: 10px 0 !important; }
.gas__scope { color: var(--ink-dim); font-size: 10px; margin-bottom: 10px !important; }
.gas__muted { color: var(--ink-dim); font-size: 12px; margin-top: 12px !important; }
.gas__foot { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-dim); font-size: 11px; line-height: 1.8; }
.gas__foot p + p { margin-top: 8px; }
.gas__loading, .gas__error { padding: 20px; color: var(--ink); background: var(--glass); border-radius: var(--radius-sm); }
.gas__error { border: 1px solid var(--neg); }
.gas__error p { margin: 0 0 12px; }
@media (max-width: 1250px) {
  .gas__body { grid-template-columns: minmax(0, 1fr); }
  .gas__bulletin { border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; position: static; }
}
@media (max-width: 640px) {
  .gas { padding: 17px 14px; }
  .gas__hero { align-items: flex-start; flex-wrap: wrap; gap: 15px; padding-bottom: 18px; }
  .gas__stamp { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 10px; padding: 10px 12px; width: 100%; }
  .gas__stamp > span:first-child { display: none; }
  .gas__stamp strong { font-size: 12px; margin: 0; }
  .gas__stamp span, .gas__stamp time { font-size: 10px; }
  .gas__caution { font-size: 12px; padding: 11px 12px; }
  .gas__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 10px; margin-top: 20px; }
  .gas__field:nth-child(3) { grid-column: 1 / -1; }
  .gas__reset { grid-column: 2; min-height: 36px; padding: 6px 12px; justify-self: end; }
  .gas__count { font-size: 10px; margin-top: 8px !important; }
  .gas__directories { grid-template-columns: 1fr; }
  .gas__brand { padding: 15px; }
  .gas__dealer { grid-template-columns: minmax(0, 1fr); gap: 10px; padding-block: 19px; }
  .gas__dealer-actions { flex-direction: row; justify-content: flex-start; align-items: center; gap: 17px; }
  .gas__dealer h3 { font-size: 17px; }
  .gas__reviewed { font-size: 11px; }
  .gas__source { font-size: 12px; }
}
