/* ============================================================
   半岛体育 · Site Kit
   共享样式表 /assets/site.css
   主题：翻页纸感 / 数据可视化 / 编辑感体育志
   主色深蓝 #0A1628 · 强调亮橙 #FF6B35 · 电光青 #2DE1C2 · 米白纸面 #F5F0E8
   ============================================================ */

/* ---------- Reset & variables ---------- */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --c-navy: #0A1628;
  --c-cream: #F5F0E8;
  --c-orange: #FF6B35;
  --c-cyan: #2DE1C2;
  --c-ink: #1A1A1A;
  --c-slate: #3C4A5A;
  --c-white: #FFFFFF;
  --c-line: #D8D2C6;
  --c-teal: #0F2D3D;
  --ff-heading: "Oswald", "Arial Narrow", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ff-body: "Source Serif", Georgia, "Noto Serif SC", "Songti SC", serif;
  --ff-mono: "IBM Plex Mono", "SFMono-Regular", Menlo, "Courier New", monospace;
  --fs-h1: clamp(42px, 6vw, 88px);
  --fs-h2: clamp(28px, 4vw, 52px);
  --fs-h3: clamp(20px, 2.5vw, 30px);
  --fs-body: 17px;
  --space: clamp(20px, 4vw, 56px);
  --header-h: 76px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--c-cream);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  font-family: var(--ff-heading);
  font-weight: 700;
  line-height: 1.12;
  color: var(--c-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

p {
  margin: 0 0 1em;
}

a {
  color: var(--c-orange);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid var(--c-line);
}

code, kbd, samp {
  padding: 2px 6px;
  background: var(--c-navy);
  color: var(--c-cyan);
  font-family: var(--ff-mono);
  font-size: 0.9em;
}

::selection {
  background: var(--c-orange);
  color: var(--c-navy);
}

[hidden] {
  display: none !important;
}

/* ---------- Utilities ---------- */
.container {
  width: min(100%, 1280px);
  margin-inline: auto;
  padding-inline: var(--space);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.section-block {
  padding-block: clamp(48px, 8vw, 96px);
}

/* ---------- Skip link ---------- */
.skip-link {
  position: fixed;
  top: -120px;
  left: 16px;
  z-index: 300;
  background: var(--c-orange);
  color: var(--c-navy);
  font-family: var(--ff-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 20px;
  border: 2px solid var(--c-navy);
  transition: top 0.2s ease;
}

.skip-link:hover {
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-navy);
  color: var(--c-cream);
  border-bottom: 4px solid var(--c-orange);
}

.site-header::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 160px;
  height: 4px;
  background: var(--c-cyan);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  min-height: var(--header-h);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  color: var(--c-cream);
  text-decoration: none;
}

.site-brand:hover {
  color: var(--c-cream);
  text-decoration: none;
}

.site-brand__mark {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.site-brand__mark span {
  position: absolute;
  inset: 0;
  border-radius: 3px;
  background: var(--c-orange);
  transform: rotate(-8deg);
  transition: transform 0.25s ease;
}

.site-brand__mark span + span {
  background: var(--c-cyan);
  transform: rotate(10deg) translate(4px, 3px);
  opacity: 0.9;
}

.site-brand:hover .site-brand__mark span {
  transform: rotate(0deg);
}

.site-brand:hover .site-brand__mark span + span {
  transform: rotate(0deg) translate(0, 0);
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.site-brand__name {
  font-family: var(--ff-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c-cream);
}

.site-brand__tag {
  margin-top: 5px;
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-cyan);
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__link {
  position: relative;
  display: block;
  padding: 12px 10px;
  font-family: var(--ff-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-cream);
  text-decoration: none;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 2px;
  background: var(--c-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.site-nav__link:hover {
  color: var(--c-orange);
  text-decoration: none;
}

.site-nav__link:hover::after {
  transform: scaleX(1);
}

.site-nav__link[aria-current="page"] {
  color: var(--c-orange);
}

.site-nav__link[aria-current="page"]::after {
  transform: scaleX(1);
  background: var(--c-cyan);
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 18px;
  background: var(--c-orange);
  border: 2px solid var(--c-orange);
  color: var(--c-navy);
  font-family: var(--ff-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-header__cta:hover {
  background: transparent;
  border-color: var(--c-orange);
  color: var(--c-orange);
  text-decoration: none;
}

.site-header__cta-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.site-header__cta:hover .site-header__cta-arrow {
  transform: translateX(3px);
}

.site-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(245, 240, 232, 0.35);
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.site-nav-toggle:hover {
  border-color: var(--c-orange);
}

.site-nav-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-cream);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  margin-top: clamp(48px, 8vw, 96px);
  background: var(--c-navy);
  color: var(--c-cream);
  border-top: 6px solid var(--c-orange);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 180px;
  height: 6px;
  background: var(--c-cyan);
}

.site-footer__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: clamp(24px, 4vw, 56px);
  padding-block: clamp(40px, 6vw, 72px) clamp(32px, 4vw, 56px);
}

.site-footer__brand,
.site-footer__nav,
.site-footer__contact {
  min-width: 0;
}

.site-footer__logo {
  margin: 0;
  font-family: var(--ff-heading);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--c-cream);
}

.site-footer__slogan {
  margin: 8px 0 0;
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-cyan);
}

.site-footer__desc {
  margin: 20px 0 0;
  max-width: 38ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 240, 232, 0.72);
}

.site-footer__heading {
  margin: 0 0 20px;
  padding-bottom: 8px;
  font-family: var(--ff-mono);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-orange);
  border-bottom: 1px solid rgba(216, 210, 198, 0.18);
}

.site-footer__links {
  columns: 2;
  column-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.site-footer__links a {
  display: inline-block;
  font-size: 15px;
  color: var(--c-cream);
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a:hover {
  color: var(--c-orange);
  transform: translateX(4px);
  text-decoration: none;
}

.site-footer__contact {
  padding-right: 8px;
}

.site-footer__link {
  margin: 0 0 10px;
  font-family: var(--ff-mono);
  font-size: 14px;
  line-height: 1.5;
  color: var(--c-cyan);
  word-break: break-all;
}

.site-footer__meta {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.68);
}

.site-footer__bottom {
  border-top: 1px solid rgba(216, 210, 198, 0.15);
  background: rgba(10, 22, 40, 0.55);
}

.site-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  padding-block: 16px;
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(245, 240, 232, 0.5);
}

.site-footer__bottom-inner p {
  margin: 0;
}

.site-footer__trust {
  color: var(--c-cyan);
}

/* ---------- Scroll progress & chapter indicator ---------- */
.page-progress {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  z-index: 120;
  pointer-events: none;
}

.page-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--c-orange), var(--c-cyan));
}

.page-progress__chapter {
  position: absolute;
  left: 8px;
  top: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 10px 6px 10px 8px;
  background: var(--c-navy);
  border-right: 2px solid var(--c-orange);
  font-family: var(--ff-mono);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-cyan);
  white-space: nowrap;
}

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 150;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--c-navy);
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 4px 4px 0 rgba(255, 107, 53, 0.25);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top:hover {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: var(--c-navy);
  transform: translateY(-3px);
  box-shadow: 6px 6px 0 rgba(45, 225, 194, 0.35);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 2px solid var(--c-navy);
  background: transparent;
  color: var(--c-navy);
  font-family: var(--ff-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn--primary {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: var(--c-navy);
}

.btn--primary:hover {
  background: var(--c-navy);
  border-color: var(--c-navy);
  color: var(--c-orange);
}

.btn--navy {
  background: var(--c-navy);
  border-color: var(--c-navy);
  color: var(--c-cream);
}

.btn--navy:hover {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: var(--c-navy);
}

.btn--ghost {
  border-color: var(--c-cream);
  color: var(--c-cream);
}

.btn--ghost:hover {
  background: var(--c-cream);
  border-color: var(--c-cream);
  color: var(--c-navy);
}

.btn--small {
  padding: 8px 14px;
  font-size: 12px;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-slate);
}

.breadcrumb a {
  color: var(--c-navy);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--c-orange);
  border-bottom-color: var(--c-orange);
}

.breadcrumb__sep {
  color: var(--c-orange);
}

/* ---------- Page hero ---------- */
.page-hero {
  position: relative;
  margin-bottom: clamp(32px, 6vw, 64px);
  padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 48px);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-left: 6px solid var(--c-orange);
  box-shadow: 6px 6px 0 rgba(10, 22, 40, 0.06);
}

.page-hero__tag {
  display: block;
  margin-bottom: 14px;
  font-family: var(--ff-mono);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-orange);
}

.page-hero__title {
  margin: 0;
  max-width: 14ch;
  font-size: var(--fs-h1);
  line-height: 0.95;
}

.page-hero__lead {
  margin: 20px 0 0;
  max-width: 60ch;
  font-size: 18px;
  line-height: 1.75;
  color: var(--c-slate);
}

.page-hero__meta {
  position: absolute;
  right: 16px;
  bottom: 12px;
  padding: 6px 10px;
  background: var(--c-cream);
  font-family: var(--ff-mono);
  font-size: 12px;
  color: var(--c-slate);
}

/* ---------- Chapter heading ---------- */
.chapter {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 32px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-line);
}

.chapter__index {
  font-family: var(--ff-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c-orange);
}

.chapter__title {
  margin: 0;
  font-size: var(--fs-h2);
}

/* ---------- Grid ---------- */
.grid {
  display: grid;
  gap: 24px;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--12 {
  grid-template-columns: repeat(12, 1fr);
}

/* ---------- Card ---------- */
.card {
  position: relative;
  padding: 24px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  box-shadow: 4px 4px 0 rgba(10, 22, 40, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 rgba(255, 107, 53, 0.3);
}

.card__title {
  margin: 0 0 8px;
  font-size: 20px;
}

.card__body {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-slate);
}

.card__meta {
  margin: 0;
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--c-orange);
}

.card--navy {
  background: var(--c-navy);
  border-color: var(--c-navy);
}

.card--navy .card__title {
  color: var(--c-cream);
}

.card--navy .card__body {
  color: rgba(245, 240, 232, 0.72);
}

.card--navy .card__meta {
  color: var(--c-cyan);
}

/* ---------- Figure frame ---------- */
.figure-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background-color: var(--c-line);
  background-image:
    linear-gradient(45deg, rgba(255, 255, 255, 0.55) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.55) 75%),
    linear-gradient(45deg, rgba(255, 255, 255, 0.55) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.55) 75%);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
}

.figure-frame--tall {
  aspect-ratio: 4 / 5;
}

.figure-frame--wide {
  aspect-ratio: 21 / 9;
}

.figure-frame > img,
.figure-frame > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.figure-frame::after {
  content: attr(data-caption);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 14px 8px;
  background: linear-gradient(0deg, rgba(10, 22, 40, 0.92) 0%, rgba(10, 22, 40, 0.45) 70%, transparent 100%);
  color: var(--c-cream);
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* ---------- Tag ---------- */
.tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--c-line);
  color: var(--c-slate);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tag--orange {
  border-color: var(--c-orange);
  color: var(--c-orange);
}

.tag--navy {
  background: var(--c-navy);
  border-color: var(--c-navy);
  color: var(--c-cyan);
}

/* ---------- Stat ---------- */
.stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  background: var(--c-white);
  border-left: 3px solid var(--c-orange);
}

.stat__value {
  font-family: var(--ff-mono);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: var(--c-navy);
}

.stat__label {
  font-family: var(--ff-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-slate);
}

/* ---------- Scroll reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* ---------- Focus ---------- */
:focus-visible {
  outline: 3px solid var(--c-cyan);
  outline-offset: 3px;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .site-nav__link {
    padding: 12px 8px;
    font-size: 13px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-h: 68px;
  }

  .site-header__cta {
    padding: 8px 12px;
    font-size: 12px;
  }

  .site-nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px 0 16px;
    background: var(--c-navy);
    border-top: 1px solid rgba(45, 225, 194, 0.35);
    border-bottom: 4px solid var(--c-orange);
    box-shadow: 0 24px 32px -16px rgba(10, 22, 40, 0.65);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .site-nav[data-open] {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 var(--space);
  }

  .site-nav__item {
    border-bottom: 1px solid rgba(245, 240, 232, 0.08);
  }

  .site-nav__item:last-child {
    border-bottom: 0;
  }

  .site-nav__link {
    padding: 16px 8px;
    font-size: 16px;
  }

  .site-nav__link::after {
    display: none;
  }

  .site-footer__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  :root {
    --fs-h1: 38px;
    --fs-body: 16px;
    --header-h: 62px;
  }

  .site-brand__mark {
    width: 26px;
    height: 26px;
  }

  .site-brand__name {
    font-size: 19px;
  }

  .site-header__cta {
    font-size: 11px;
    padding: 7px 10px;
  }

  .site-header__cta-arrow {
    display: none;
  }

  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-progress__chapter {
    display: none;
  }

  .back-to-top {
    right: 14px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }

  .page-hero {
    padding: 24px 18px;
  }

  .page-hero__lead {
    font-size: 16px;
  }

  .grid--2,
  .grid--3,
  .grid--4,
  .grid--12 {
    grid-template-columns: 1fr;
  }

  .grid {
    gap: 16px;
  }
}

@media (max-width: 380px) {
  .site-brand__tag {
    display: none;
  }
}
