.masthead {
  background: var(--brand-deep);
  color: var(--brand-paper);
}
.masthead .site-header {
  min-height: 88px;
  border: 0;
}
.masthead .brand-symbol {
  border-color: var(--brand-line);
}
.masthead .brand > span:last-child {
  color: var(--accent);
}
.masthead .icon-button:hover {
  background: var(--brand-line);
}
.masthead .button {
  background: var(--accent);
  color: var(--brand-deep);
}
.hero {
  padding: 42px 0 30px;
  gap: 60px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.8rem, 4.5vw, 4rem);
  max-width: 720px;
  margin-bottom: 18px;
}
.hero .intro {
  max-width: 610px;
}
.hero-note {
  max-width: 310px;
  min-width: 270px;
  padding-left: 28px;
}
.hero-note .eyebrow {
  font-size: 11px;
  margin-bottom: 16px;
}
.hero-note dl {
  margin: 0;
}
.hero-note dl div + div {
  margin-top: 20px;
}
.hero-note dt {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.hero-note dd {
  margin: 5px 0 0;
  font-size: 13px;
}
.status-bar {
  border-block: 1px solid var(--line);
  padding: 8px 0;
  margin: 4px 0 22px;
}
.currency-card {
  padding: 20px 22px;
  border-radius: 6px;
}
.currency-prices {
  margin-top: 18px;
}
.currency-prices b {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  letter-spacing: -0.035em;
}
.currency-unit {
  margin-top: 12px;
}
.currency-card:hover {
  transform: none;
  border-color: var(--ink);
}
.workspace {
  margin-top: 34px;
  gap: 32px;
}
.workspace-aside {
  min-width: 0;
  display: grid;
  gap: 22px;
}
.workspace-aside .converter {
  position: static;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.filters .search-box {
  grid-column: 1 / -1;
}
.filters > select {
  width: 100%;
}
.filters > .combobox {
  flex: none;
}
.filters .combobox > input {
  font-size: 14px;
}
.area-help {
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 20px;
}
.rates-table tbody th {
  padding-block: 18px;
}
.rates-table td {
  padding-block: 18px;
}
.office-details summary {
  min-height: 44px;
  display: list-item;
  padding-block: 10px;
}
.office-details nav a {
  min-height: 44px;
}
.office-identity {
  font-size: 15px;
}
.office-type {
  font-size: 12px;
}
.numeric strong {
  font-size: 19px;
}
.list-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 22px;
}
.list-pagination:has(#list-progress:empty) {
  display: none;
}
#list-progress {
  font-size: 13px;
  color: var(--muted);
}
.partnership-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px;
}
.partnership-card .eyebrow {
  margin-bottom: 18px;
}
.partnership-card h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 16px;
}
.partnership-card p {
  font-size: 14px;
  color: var(--muted);
}
.partnership-card small {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.install-section {
  border-radius: 6px;
}
.site-footer nav {
  font-size: 13px;
}
@media (min-width: 1101px) and (min-height: 1000px) {
  .workspace-aside {
    position: sticky;
    top: 24px;
  }
}
@media (max-width: 1100px) {
  .hero-note {
    display: none;
  }
  .workspace {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
  }
}
@media (max-width: 780px) {
  .masthead .site-header {
    min-height: 72px;
  }
  .hero {
    padding: 30px 0 22px;
  }
  .hero h1 {
    font-size: clamp(2.5rem, 8vw, 3.2rem);
  }
  .hero .eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }
  .hero .intro {
    font-size: 15px;
  }
  .status-bar {
    margin-bottom: 16px;
    padding-block: 10px;
    gap: 4px 12px;
  }
  .currency-card {
    padding: 14px 10px;
  }
  .currency-prices {
    margin-top: 14px;
    gap: 10px;
  }
  .currency-prices small {
    font-size: 10px;
    min-height: 28px;
    margin-bottom: 2px;
  }
  .currency-prices b {
    font-size: clamp(1.05rem, 4.3vw, 1.6rem);
    letter-spacing: -0.03em;
  }
  .currency-unit {
    font-size: 10px;
  }
  .currency-symbol {
    width: 25px;
    height: 25px;
  }
  .workspace {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filters > .combobox:last-child,
  .filters > select:last-child {
    grid-column: 1 / -1;
  }
  .filters .combobox > input {
    font-size: 16px;
  }
  .partnership-card h2 {
    max-width: 410px;
  }
  .site-footer nav {
    gap: 8px 20px;
  }
  .site-footer nav a {
    min-height: 44px;
  }
}
@media (max-width: 520px) {
  .rates-table tbody tr {
    padding: 16px 0;
  }
  .office-details summary {
    min-height: 44px;
  }
  .list-pagination {
    flex-wrap: wrap;
  }
  .list-pagination .button {
    flex: 1;
    font-size: 13px;
    padding-inline: 12px;
  }
  .best-note {
    font-size: 11px;
  }
  .brand {
    font-size: 1.1rem;
  }
}
.masthead :focus-visible {
  outline-color: var(--brand-paper);
}
