* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1440px;
  background: #F6FBF8;
  color: #1F2933;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  overflow-x: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

input,
button {
  font: inherit;
}

.home-page {
  width: 1440px;
  margin: 0 auto;
  background: #F6FBF8;
}

.home-page a {
  color: inherit;
  display: block;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-page .line2,
.home-page .line3 {
  display: -webkit-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.topic-pill {
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  color: #6B7C86;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.pill-white {
  background: #FFFFFF;
}

.pill-green {
  background: #E6FCF5;
}

.pill-blue {
  background: #E7F5FF;
}

.pill-yellow {
  background: #FFF9DB;
}

.image-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(90deg, #D9F8EF 0%, #EAF7FF 100%);
  border: 1px solid rgba(189, 237, 224, 0.85);
  border-radius: 8px;
  color: #5F6C7B;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) and (max-width: 1439px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 480px) {
  .container {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.light-news-bar {
  height: 38px;
  background: #EAF8FF;
}

.light-news-inner {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  color: #6B7C86;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.light-news-inner time {
  flex: 0 0 auto;
  margin-right: 24px;
}

.light-news-inner strong {
  flex: 0 0 auto;
  width: 92px;
  margin-right: 24px;
}

.light-news-inner a {
  flex: 0 0 auto;
  margin-right: 24px;
}

.light-news-inner a:first-of-type {
  font-weight: 500;
}

.light-news-inner p {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-header {
  height: 96px;
  background: #FFFFFF;
}

.brand-inner {
  position: relative;
  height: 100%;
}

.brand-block {
  position: absolute;
  top: 14px;
  left: 0;
  width: 430px;
  height: 68px;
  /* border: 1px solid rgba(221, 239, 234, 0.8); */
  border-radius: 8px;
}

.brand-block h1 {
  height: 44px;
  color: #12B886;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.brand-block p {
  height: 20px;
  margin-top: 7px;
  color: #52606D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.search-area {
  position: absolute;
  top: 26px;
  left: 454px;
  width: 380px;
  height: 44px;
}

.search-area label {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 1;
  color: #8A96A3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  pointer-events: none;
}

.search-area input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  background: #F8FBFF;
  border: 1px solid #A5D8FF;
  border-radius: 12px;
  color: #17212B;
  outline: 0;
}

.search-area input:focus {
  border-color: #12B886;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
}

.header-picks {
  position: absolute;
  top: 34px;
  left: 848px;
  display: flex;
  gap: 14px;
}

.header-picks .topic-pill {
  width: 78px;
  padding: 0;
}

.header-note {
  position: absolute;
  top: 39px;
  right: 2px;
  height: 18px;
  color: #6B7C86;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.young-navigation {
  height: 4px;
  background: #12B886;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .brand-block {
    width: min(430px, 34%);
  }

  .search-area {
    left: min(454px, 38%);
    width: min(380px, 31%);
  }

  .header-picks {
    right: 140px;
    left: auto;
    gap: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .light-news-bar {
    height: auto;
  }

  .light-news-inner {
    min-height: 38px;
    padding: 7px 0;
    flex-wrap: wrap;
    gap: 6px 18px;
    white-space: normal;
  }

  .light-news-inner time,
  .light-news-inner strong,
  .light-news-inner a {
    margin-right: 0;
  }

  .light-news-inner p {
    flex: 1 1 260px;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    position: static;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(300px, 380px);
    gap: 14px 24px;
    height: auto;
    padding: 14px 0 16px;
    align-items: center;
  }

  .brand-block,
  .search-area,
  .header-picks,
  .header-note {
    position: static;
  }

  .brand-block {
    width: auto;
  }

  .search-area {
    width: 100%;
  }

  .header-picks {
    grid-column: 1 / 2;
    flex-wrap: wrap;
  }

  .header-note {
    justify-self: end;
  }
}

@media (max-width: 768px) {
  .light-news-bar {
    height: auto;
  }

  .light-news-inner {
    min-height: 38px;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 6px 14px;
    white-space: normal;
  }

  .light-news-inner time,
  .light-news-inner strong,
  .light-news-inner a {
    margin-right: 0;
  }

  .light-news-inner p {
    flex: 1 1 100%;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding: 14px 0 16px;
  }

  .brand-block,
  .search-area,
  .header-picks,
  .header-note {
    position: static;
  }

  .brand-block {
    width: auto;
    height: auto;
    min-height: 68px;
  }

  .brand-block h1 {
    height: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .brand-block p {
    height: auto;
    margin-top: 4px;
    white-space: normal;
  }

  .search-area {
    width: 100%;
  }

  .header-picks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .young-navigation {
    height: 4px;
  }
}

@media (max-width: 480px) {
  .light-news-inner {
    display: block;
  }

  .light-news-inner strong,
  .light-news-inner a,
  .light-news-inner p {
    display: inline-flex;
    margin-top: 6px;
    margin-right: 12px;
  }

  .brand-block h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .search-area label {
    right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.main-content {
  width: 1200px;
  margin: 24px auto;
  margin-top: calc(138px + 24px);
}

@media (min-width: 769px) and (max-width: 1439px) {
  .main-content {
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}

@media (max-width: 768px) {
  .main-content {
    width: auto;
    margin: 20px 16px 28px;
  }
}

@media (max-width: 480px) {
  .main-content {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.lead-story-card {
  height: 732px;
  padding: 24px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 10px 26px -10px rgba(16, 185, 129, 0.08);
}

.lead-image {
  height: 430px;
  border: 0;
}

.lead-tags {
  display: flex;
  gap: 8px;
  height: 28px;
  margin-top: 24px;
  overflow: hidden;
}

.lead-tags .topic-pill {
  flex: 0 0 88px;
  padding: 0;
}

.lead-tags .topic-pill:nth-child(2) {
  flex-basis: 76px;
}

.lead-tags .wide {
  flex-basis: 100px;
}

.lead-copy h2 {
  height: 46px;
  margin-top: 24px;
  overflow: hidden;
  color: #17212B;
  font-size: 34px;
  font-weight: 500;
  line-height: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lead-copy > p {
  height: 48px;
  margin-top: 24px;
  overflow: hidden;
  color: #52606D;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.lead-footer {
  display: flex;
  gap: 24px;
  height: 18px;
  margin-top: 33px;
  color: #6B7C86;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.lead-footer span {
  color: #12B886;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .lead-story-card {
    height: auto;
    min-height: 680px;
    overflow: visible;
  }

  .lead-image {
    height: 380px;
  }

  .lead-tags {
    height: auto;
    flex-wrap: wrap;
    overflow: visible;
  }

  .lead-copy h2 {
    height: auto;
    white-space: normal;
  }

  .lead-copy > p {
    height: auto;
  }
}

@media (max-width: 768px) {
  .lead-story-card {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .lead-image {
    height: 210px;
  }

  .lead-tags {
    height: auto;
    margin-top: 16px;
    flex-wrap: wrap;
    overflow: visible;
  }

  .lead-copy h2 {
    height: auto;
    margin-top: 16px;
    overflow: visible;
    font-size: 25px;
    line-height: 34px;
    white-space: normal;
  }

  .lead-copy > p {
    height: auto;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .lead-footer {
    height: auto;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 8px 18px;
  }
}

@media (max-width: 480px) {
  .lead-story-card {
    padding: 13px;
  }

  .lead-image {
    height: 170px;
  }

  .lead-copy h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.hot-topics-section {
  display: grid;
  grid-template-columns: 380px 760px;
  gap: 20px;
  height: 300px;
  margin-top: 34px;
  padding: 20px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 10px 26px -10px rgba(16, 185, 129, 0.08);
}

.main-topic-card {
  height: 260px;
  padding: 20px;
  overflow: hidden;
  background: #E6FCF5;
  border: 1px solid rgba(221, 239, 234, 0.8);
  border-radius: 8px;
}

.main-topic-card .topic-pill {
  width: 78px;
  padding: 0;
}

.main-topic-card h2 {
  height: 34px;
  margin-top: 14px;
  overflow: hidden;
  color: #1B3A34;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-topic-card p {
  height: 48px;
  margin-top: 14px;
  overflow: hidden;
  color: #52606D;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.topic-image {
  height: 92px;
  margin-top: 14px;
}

.topic-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  height: 260px;
  overflow: hidden;
  border-radius: 8px;
}

.topic-card {
  min-width: 0;
  height: 123px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(221, 239, 234, 0.8);
  border-radius: 8px;
}

.topic-blue {
  background: #E7F5FF;
}

.topic-yellow {
  background: #FFF9DB;
  border-color: #E6EAF0;
}

.topic-purple {
  background: #F3F0FF;
}

.topic-green {
  background: #E6FCF5;
}

.topic-card .topic-pill {
  width: 78px;
  padding: 0;
}

.topic-card h3 {
  height: 24px;
  margin-top: 10px;
  overflow: hidden;
  color: #1F2933;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.topic-card p {
  height: 16px;
  margin-top: 10px;
  overflow: hidden;
  color: #6B7C86;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .hot-topics-section {
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hot-topics-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .main-topic-card,
  .topic-card-grid {
    height: auto;
    overflow: visible;
  }

  .main-topic-card h2,
  .main-topic-card p,
  .topic-card h3,
  .topic-card p {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .hot-topics-section {
    display: block;
    height: auto;
    margin-top: 18px;
    padding: 15px;
    overflow: visible;
  }

  .main-topic-card {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .main-topic-card h2,
  .main-topic-card p {
    height: auto;
    white-space: normal;
  }

  .topic-image {
    height: 88px;
  }

  .topic-card-grid {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 14px;
    overflow: visible;
  }

  .topic-card {
    height: auto;
    min-height: 112px;
  }

  .topic-card h3,
  .topic-card p {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .hot-topics-section {
    padding: 13px;
  }

  .main-topic-card {
    padding: 13px;
  }

  .main-topic-card h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 28px;
}

.section-head h2 {
  position: relative;
  height: 28px;
  padding-left: 13px;
  color: #1B3A34;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

.section-head h2::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 22px;
  border-radius: 2px;
  background: #12B886;
}

.orange-accent h2::before {
  background: #FF922B;
}

.purple-accent h2::before {
  background: #845EF7;
}

.green-accent h2::before {
  background: #12B886;
}

.section-head a {
  margin-top: 5px;
  color: #6B7C86;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.sports-culture-section {
  height: 409px;
  margin-top: 34px;
  padding: 20px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 10px 26px -10px rgba(16, 185, 129, 0.08);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.article-grid article {
  min-width: 0;
  height: 325px;
  padding: 11px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(221, 239, 234, 0.8);
  border-radius: 8px;
  box-shadow: 0 10px 26px -10px rgba(16, 185, 129, 0.08);
}

.article-image {
  height: 203px;
}

.article-grid .topic-pill {
  width: 78px;
  margin-top: 10px;
  padding: 0;
}

.article-grid .narrow {
  width: 54px;
}

.article-grid h3 {
  height: 24px;
  margin-top: 10px;
  overflow: hidden;
  color: #1F2933;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-grid p {
  height: 16px;
  margin-top: 10px;
  overflow: hidden;
  color: #12B886;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .sports-culture-section {
    height: auto;
    overflow: visible;
  }

  .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-grid article {
    height: auto;
    min-height: 300px;
  }

  .article-image {
    height: 180px;
  }

  .article-grid h3,
  .article-grid p {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .sports-culture-section {
    height: auto;
    margin-top: 18px;
    padding: 15px;
    overflow: visible;
  }

  .section-head {
    height: auto;
    gap: 12px;
  }

  .section-head h2 {
    height: auto;
    font-size: 20px;
    line-height: 26px;
    white-space: normal;
  }

  .article-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
  }

  .article-grid article {
    height: auto;
  }

  .article-image {
    height: 176px;
  }

  .article-grid h3,
  .article-grid p {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .sports-culture-section {
    padding: 13px;
  }

  .article-grid article {
    padding: 10px;
  }

  .article-image {
    height: 152px;
  }
}

.voice-ranking-row {
  display: grid;
  grid-template-columns: 620px 556px;
  gap: 24px;
  height: 463px;
  margin-top: 34px;
  overflow: hidden;
}

.voice-section,
.ranking-section {
  min-width: 0;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(221, 239, 234, 0.8);
  border-radius: 8px;
  box-shadow: 0 10px 26px -10px rgba(16, 185, 129, 0.08);
}

.voice-section {
  height: 460px;
  padding: 19px;
}

.ranking-section {
  height: 463px;
  padding: 19px;
}

.voice-section > h3 {
  height: 31px;
  margin-top: 14px;
  overflow: hidden;
  color: #1B3A34;
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.issue-list {
  margin-top: 14px;
}

.issue-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  height: 64px;
  padding: 0 12px;
  overflow: hidden;
  background: #F8FBFF;
  border: 1px solid rgba(221, 239, 234, 0.8);
  border-radius: 8px;
}

.issue-list li + li {
  margin-top: 15px;
}

.issue-list .topic-pill {
  width: 64px;
  padding: 0;
}

.issue-list p {
  height: 21px;
  overflow: hidden;
  color: #1F2933;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.voice-image {
  height: 94px;
  margin-top: 15px;
}

.ranking-list {
  margin-top: 14px;
}

.ranking-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  height: 50px;
}

.ranking-list li + li {
  margin-top: 29px;
  padding-top: 1px;
  border-top: 1px solid #E6EAF0;
}

.ranking-list span {
  height: 22px;
  color: #12B886;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.ranking-list li:nth-child(n + 4) span {
  color: #8A96A3;
}

.ranking-list p {
  height: 20px;
  overflow: hidden;
  color: #1F2933;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .voice-ranking-row {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .voice-ranking-row {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .voice-section,
  .ranking-section {
    height: auto;
    overflow: visible;
  }

  .voice-section > h3,
  .issue-list p,
  .ranking-list p {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .voice-ranking-row {
    display: block;
    height: auto;
    margin-top: 18px;
    overflow: visible;
  }

  .voice-section,
  .ranking-section {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .ranking-section {
    margin-top: 16px;
  }

  .voice-section > h3 {
    height: auto;
    font-size: 20px;
    line-height: 28px;
    white-space: normal;
  }

  .issue-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    height: auto;
    min-height: 64px;
    padding: 10px 12px;
  }

  .issue-list p,
  .ranking-list p {
    height: auto;
    white-space: normal;
  }

  .voice-image {
    height: 86px;
  }

  .ranking-list li {
    height: auto;
    min-height: 48px;
  }

  .ranking-list li + li {
    margin-top: 14px;
    padding-top: 14px;
  }
}

@media (max-width: 480px) {
  .voice-section,
  .ranking-section {
    padding: 13px;
  }

  .issue-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .voice-image {
    height: 74px;
  }
}

.site-footer {
  height: 170px;
  overflow: hidden;
  background: #203138;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding-top: 35px;
}

.footer-brand {
  width: 420px;
}

.footer-brand h2 {
  height: 34px;
  color: #12B886;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.footer-brand p {
  height: 19px;
  margin-top: 8px;
  overflow: hidden;
  color: #6B7C86;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-footer nav {
  display: flex;
  gap: 22px;
  margin-top: 40px;
  color: #12B886;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-footer {
    height: auto;
    min-height: 170px;
  }

  .footer-inner {
    height: auto;
    padding: 32px 0;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 18px;
    margin-top: 30px;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .site-footer {
    height: auto;
    min-height: 156px;
  }

  .footer-inner {
    display: block;
    height: auto;
    padding: 28px 0;
  }

  .footer-brand {
    width: auto;
  }

  .footer-brand p {
    height: auto;
    white-space: normal;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 24px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .footer-brand h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .site-footer nav {
    gap: 8px 14px;
  }
}
