:root {
  --text: #10212b;
  --muted: #52636d;
  --brand: #176b87;
  --brand-pressed: #0f536b;
  --dark: #0d2a38;
  --platform: #eaf4f7;
  --page: #f7fafa;
  --white: #ffffff;
  --line: #c9d8dd;
  --focus: #d8a446;
  --content: 1200px;
  --side: max(32px, calc((100vw - var(--content)) / 2));
  --header-height: 72px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
h4,
p,
dl,
dd,
ol,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 8px 14px;
  color: var(--white);
  background: var(--dark);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.section-shell {
  width: 100%;
  max-width: calc(var(--content) + (var(--side) * 2));
  margin-inline: auto;
  padding-inline: var(--side);
}

.section-anchor {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(14px);
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  border-color: rgba(16, 33, 43, 0.12);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(16, 33, 43, 0.05);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(var(--content) + (var(--side) * 2));
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--side);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border: 2px solid var(--brand);
  background: linear-gradient(135deg, transparent 48%, var(--brand) 49%, var(--brand) 58%, transparent 59%);
}

.site-nav {
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  align-items: center;
}

.site-nav a {
  position: relative;
  padding-block: 6px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  background: var(--brand);
  content: "";
  transition: inset 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="true"] {
  color: var(--brand);
}

.site-nav a:hover::after,
.site-nav a[aria-current="true"]::after {
  right: 0;
  left: 0;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border: 0;
  color: var(--text);
  background: transparent;
  cursor: pointer;
}

.menu-toggle-label {
  font-size: 14px;
  font-weight: 700;
}

.menu-toggle-icon {
  display: grid;
  gap: 5px;
  width: 22px;
}

.menu-toggle-icon i {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  display: flex;
  min-height: max(640px, min(82vh, 840px));
  align-items: flex-end;
  overflow: hidden;
  background: #eaf0f1;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 46%;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 31%, rgba(255, 255, 255, 0.26) 61%, rgba(255, 255, 255, 0.04) 100%),
    linear-gradient(0deg, rgba(247, 250, 250, 0.5) 0%, transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, calc(100% - (var(--side) * 2)));
  margin: 0 var(--side) clamp(100px, 14vh, 138px);
}

.eyebrow,
.section-index,
.field-label,
.track-heading span,
.matrix-output span {
  color: var(--brand);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 20px;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(52px, 5.3vw, 72px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #2c424d;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button-outline {
  padding: 9px 20px;
  border: 1px solid var(--text);
  border-radius: 2px;
}

.button-outline:hover {
  border-color: var(--brand);
  color: var(--white);
  background: var(--brand);
}

.button-outline:active {
  background: var(--brand-pressed);
}

.text-link {
  position: relative;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
}

.text-link:hover {
  color: var(--brand);
}

.scroll-hint {
  position: absolute;
  right: var(--side);
  bottom: 34px;
  z-index: 2;
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.scroll-line {
  position: relative;
  width: 48px;
  height: 1px;
  overflow: hidden;
  background: rgba(16, 33, 43, 0.28);
}

.scroll-line::after {
  position: absolute;
  inset: 0;
  background: var(--brand);
  content: "";
  animation: scan 2.4s ease-in-out infinite;
}

@keyframes scan {
  0% { transform: translateX(-100%); }
  55%, 100% { transform: translateX(100%); }
}

.identity-band {
  padding-block: 70px 50px;
  border-block: 1px solid var(--line);
  background: var(--white);
}

.identity-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 34px;
}

.identity-heading h2,
.section-intro h2,
.preparation-heading h2,
.boundary-intro h2,
.platform-heading h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.2vw, 42px);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.section-index {
  margin-bottom: 10px;
}

.identity-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.72fr 1.6fr;
  margin-bottom: 0;
}

.identity-grid > div {
  min-height: 108px;
  padding: 8px 32px 8px 0;
}

.identity-grid > div + div {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.identity-grid dt,
.platform-details dt {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.identity-grid dd {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.identity-note {
  margin-top: 34px;
  margin-bottom: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.platform-section {
  padding-block: 112px 120px;
  background: var(--platform);
}

.platform-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  padding-top: 28px;
  padding-bottom: 48px;
  border-top: 8px solid var(--dark);
}

.platform-heading .eyebrow {
  margin-bottom: 16px;
}

.platform-heading > p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.platform-register {
  border-top: 1px solid #a9c6cf;
}

.platform-row {
  display: grid;
  grid-template-columns: 1fr 4fr 7fr;
  min-height: 230px;
  border-bottom: 1px solid #a9c6cf;
  transition: background-color 180ms ease;
}

.platform-row:hover,
.platform-row:focus-visible {
  background: rgba(255, 255, 255, 0.48);
}

.platform-number {
  padding-top: 38px;
  border-left: 3px solid transparent;
  color: var(--brand);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: border-color 180ms ease, padding-left 180ms ease;
}

.platform-row:hover .platform-number,
.platform-row:focus-visible .platform-number {
  padding-left: 14px;
  border-left-color: var(--brand);
}

.platform-name,
.platform-details {
  padding: 38px 32px;
  border-left: 1px solid #a9c6cf;
}

.platform-name h3 {
  max-width: 280px;
  margin: 18px 0 0;
  font-size: clamp(24px, 2.3vw, 28px);
  font-weight: 600;
}

.platform-details dl,
.platform-details dd {
  margin: 0;
}

.platform-details dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding-bottom: 22px;
}

.platform-details dl > div + div {
  padding-top: 22px;
  border-top: 1px solid rgba(23, 107, 135, 0.24);
}

.platform-details dd {
  font-size: 17px;
  line-height: 1.8;
}

.scenario-section,
.collaboration-section,
.preparation-section {
  padding-block: 112px;
}

.scenario-section {
  background: var(--white);
}

.split-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 58px;
}

.split-intro > p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.scenario-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.scenario-matrix article {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 40px 34px 34px;
}

.scenario-matrix article + article {
  border-left: 1px solid var(--line);
}

.matrix-index {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 52px;
  border: 1px solid var(--brand);
  place-items: center;
  color: var(--brand);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.scenario-matrix h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
}

.scenario-matrix p {
  margin-bottom: 36px;
  color: var(--muted);
}

.matrix-output {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.matrix-output span,
.matrix-output strong {
  display: block;
}

.matrix-output strong {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.collaboration-section {
  background: var(--page);
}

.tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line);
}

.track {
  padding: 44px 54px 48px 0;
}

.track + .track {
  padding-right: 0;
  padding-left: 54px;
  border-left: 1px solid var(--line);
}

.track-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 34px;
}

.track-heading h3 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.track ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.track li {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 0 0 32px;
}

.track li:not(:last-child)::before {
  position: absolute;
  top: 30px;
  bottom: 2px;
  left: 15px;
  width: 1px;
  background: var(--line);
  content: "";
}

.step-number {
  color: var(--brand);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.track h4 {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.track li p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-note {
  margin-top: 28px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.preparation-section {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.preparation-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr;
  gap: 96px;
}

.preparation-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}

.preparation-heading > p:last-child {
  max-width: 380px;
  margin: 28px 0 0;
  color: var(--muted);
}

.checklist {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 20px 52px 20px 44px;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}

.checklist li::before {
  position: absolute;
  top: 26px;
  left: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--brand);
  content: "";
}

.checklist li::after {
  position: absolute;
  top: 29px;
  left: 8px;
  width: 5px;
  height: 3px;
  border-bottom: 1px solid var(--brand);
  border-left: 1px solid var(--brand);
  content: "";
  transform: rotate(-45deg);
}

.security-notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.security-notice span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 1px solid var(--focus);
  place-items: center;
  color: #856414;
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
}

.boundary-section {
  padding-block: 112px 82px;
  color: var(--white);
  background: var(--dark);
}

.boundary-intro {
  display: grid;
  grid-template-columns: 0.55fr 0.8fr 1.4fr;
  gap: 48px;
  align-items: baseline;
  margin-bottom: 64px;
}

.boundary-intro .section-index {
  color: #8ec6d8;
}

.boundary-intro > p:last-child {
  margin-bottom: 0;
  color: #c6d8df;
  font-size: 17px;
}

.boundary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid rgba(255, 255, 255, 0.24);
}

.boundary-grid > div {
  padding: 42px 54px 46px 0;
}

.boundary-grid > div + div {
  padding-right: 0;
  padding-left: 54px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.boundary-grid h3 {
  margin-bottom: 30px;
  color: #8ec6d8;
  font-size: 22px;
  font-weight: 600;
}

.boundary-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.boundary-grid li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.boundary-grid li::before {
  position: absolute;
  top: 27px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #8ec6d8;
  content: "";
}

.boundary-closing {
  margin-top: 46px;
  margin-bottom: 0;
  color: #c6d8df;
  text-align: right;
}

.site-footer {
  color: #d8e4e8;
  background: #081f2a;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  min-height: 94px;
  font-size: 13px;
}

.footer-inner > :last-child {
  justify-self: end;
}

.footer-inner a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-inner a:hover {
  color: var(--white);
}

@media (max-width: 1020px) {
  :root {
    --side: 24px;
  }

  .site-nav {
    gap: 16px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .platform-row {
    grid-template-columns: 72px 1fr;
  }

  .platform-number {
    grid-row: 1 / 3;
  }

  .platform-name,
  .platform-details {
    border-left: 1px solid #a9c6cf;
  }

  .platform-name {
    padding-bottom: 22px;
  }

  .platform-name h3 {
    max-width: none;
  }

  .platform-details {
    padding-top: 0;
  }

  .scenario-matrix article {
    min-height: 420px;
    padding-inline: 24px;
  }

  .preparation-layout {
    gap: 56px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 66px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 24px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(201, 216, 221, 0.62);
    font-size: 15px;
  }

  .site-nav a::after {
    display: none;
  }

  .js .site-nav {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: visibility 180ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .js .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .identity-grid {
    grid-template-columns: 1fr;
  }

  .identity-grid > div {
    min-height: auto;
    padding: 22px 0;
  }

  .identity-grid > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .scenario-matrix {
    grid-template-columns: 1fr;
  }

  .scenario-matrix article {
    min-height: 0;
  }

  .scenario-matrix article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .matrix-index {
    margin-bottom: 30px;
  }

  .tracks {
    grid-template-columns: 1fr;
  }

  .track,
  .track + .track {
    padding: 40px 0;
  }

  .track + .track {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .preparation-layout {
    grid-template-columns: 1fr;
  }

  .preparation-heading {
    position: static;
  }

  .boundary-intro {
    grid-template-columns: 1fr 1fr;
  }

  .boundary-intro > p:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  :root {
    --side: 18px;
  }

  body {
    line-height: 1.7;
  }

  .hero {
    min-height: max(560px, 72vh);
  }

  .hero-image {
    object-position: 59% 46%;
  }

  .hero-wash {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 67%, rgba(255, 255, 255, 0.18) 100%),
      linear-gradient(0deg, rgba(247, 250, 250, 0.64) 0%, transparent 48%);
  }

  .hero-content {
    width: auto;
    margin-right: var(--side);
    margin-bottom: 88px;
  }

  .hero .eyebrow {
    margin-bottom: 14px;
  }

  .hero h1 {
    max-width: 590px;
    margin-bottom: 18px;
    font-size: clamp(36px, 10.5vw, 44px);
    line-height: 1.18;
  }

  .hero-lead {
    max-width: 520px;
    margin-bottom: 26px;
    font-size: 16px;
  }

  .hero-actions {
    gap: 16px;
    align-items: flex-start;
  }

  .button,
  .text-link {
    font-size: 14px;
  }

  .scroll-hint {
    right: auto;
    bottom: 24px;
    left: var(--side);
  }

  .identity-band {
    padding-block: 56px 40px;
  }

  .identity-heading {
    display: block;
    margin-bottom: 22px;
  }

  .identity-heading h2,
  .section-intro h2,
  .preparation-heading h2,
  .boundary-intro h2,
  .platform-heading h2 {
    font-size: clamp(28px, 8vw, 32px);
  }

  .identity-grid dd {
    font-size: 16px;
  }

  .platform-section,
  .scenario-section,
  .collaboration-section,
  .preparation-section,
  .boundary-section {
    padding-block: 68px;
  }

  .platform-heading,
  .split-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .platform-heading {
    padding-top: 22px;
    padding-bottom: 36px;
  }

  .platform-heading > p,
  .split-intro > p {
    font-size: 16px;
  }

  .platform-row {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 28px;
  }

  .platform-number {
    grid-row: auto;
    padding: 0 0 14px;
    border-left: 0;
  }

  .platform-row:hover .platform-number,
  .platform-row:focus-visible .platform-number {
    padding-left: 0;
    border-left-color: transparent;
  }

  .platform-name,
  .platform-details {
    padding: 0;
    border-left: 0;
  }

  .platform-name {
    padding-bottom: 24px;
  }

  .platform-name h3 {
    margin-top: 8px;
    font-size: 24px;
  }

  .platform-details dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-bottom: 18px;
  }

  .platform-details dl > div + div {
    padding-top: 18px;
  }

  .platform-details dt {
    margin-bottom: 0;
  }

  .platform-details dd {
    font-size: 16px;
  }

  .split-intro {
    margin-bottom: 36px;
  }

  .scenario-matrix article {
    padding: 30px 0;
  }

  .track-heading {
    display: block;
  }

  .track-heading span {
    display: block;
    margin-bottom: 8px;
  }

  .section-note,
  .boundary-closing {
    text-align: left;
  }

  .preparation-layout {
    gap: 40px;
  }

  .checklist li {
    padding-right: 0;
    padding-left: 38px;
    font-size: 16px;
  }

  .boundary-intro,
  .boundary-grid {
    grid-template-columns: 1fr;
  }

  .boundary-intro {
    gap: 12px;
    margin-bottom: 40px;
  }

  .boundary-intro > p:last-child {
    grid-column: auto;
    margin-top: 12px;
  }

  .boundary-grid > div,
  .boundary-grid > div + div {
    padding: 34px 0;
  }

  .boundary-grid > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .boundary-closing {
    margin-top: 34px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
    padding-block: 30px;
  }

  .footer-inner > :last-child {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    flex-direction: column;
    gap: 8px;
  }

  .text-link {
    min-height: 36px;
  }

  .scroll-hint span:first-child {
    display: none;
  }

  .scroll-line {
    width: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
