:root {
  --bg: #f4f6f9;
  --surface: #ffffff;
  --surface-soft: #e9eef5;
  --ink: #2c353f;
  --muted: #607080;
  --line: #d7dee8;
  --red: #c62828;
  --blue: #c62828;
  --blue-dark: #5d1e24;
  --shadow: 0 18px 48px rgba(44, 53, 63, 0.14);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

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

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

p {
  margin: 0 0 16px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.22;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(36px, 5.6vw, 66px);
  font-weight: 900;
  text-shadow: 0 0 28px rgba(198, 40, 40, 0.36);
}

h2 {
  color: var(--red);
  font-size: clamp(24px, 3.3vw, 38px);
  font-weight: 850;
}

.section-dark h2 {
  color: #fff;
}

h3 {
  font-size: 20px;
  font-weight: 800;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -44px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 6px;
  transition: top 0.2s ease;
}

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(244, 246, 249, 0.92);
  border-bottom: 1px solid rgba(215, 222, 232, 0.85);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(198, 40, 40, 0.16);
}

.brand span {
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #344250;
  font-size: 14px;
  font-weight: 700;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 999px;
}

.primary-nav a::before,
.button::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.primary-nav a::before {
  width: 10px;
  height: 10px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 22 12 12 22 2 12z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 22 12 12 22 2 12z'/%3E%3C/svg%3E");
}

.primary-nav .nav-cta::before,
.button-primary::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h12.2l-5.6-5.6L13 5l8 8-8 8-1.4-1.4 5.6-5.6H5z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h12.2l-5.6-5.6L13 5l8 8-8 8-1.4-1.4 5.6-5.6H5z'/%3E%3C/svg%3E");
}

.button-secondary::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.5A2.5 2.5 0 0 1 6.5 3H20v16H6.5A2.5 2.5 0 0 0 4 21.5zm2 0v12.1c.17-.04.33-.06.5-.06H18V5H6.5a.5.5 0 0 0-.5.5Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.5A2.5 2.5 0 0 1 6.5 3H20v16H6.5A2.5 2.5 0 0 0 4 21.5zm2 0v12.1c.17-.04.33-.06.5-.06H18V5H6.5a.5.5 0 0 0-.5.5Z'/%3E%3C/svg%3E");
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--blue);
  background: rgba(198, 40, 40, 0.08);
  outline: none;
}

.primary-nav .nav-cta {
  margin-left: 6px;
  color: #fff;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(198, 40, 40, 0.22);
}

.primary-nav .nav-cta:hover,
.primary-nav .nav-cta:focus-visible {
  color: #fff;
  background: #a82020;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: auto;
  padding: min(13vh, 152px) 0 36px;
  overflow: hidden;
}

.section-dark {
  color: #fff;
  background: #18212b;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 17, 25, 0.92) 0%, rgba(18, 31, 45, 0.78) 47%, rgba(18, 31, 45, 0.45) 100%),
    linear-gradient(0deg, rgba(10, 17, 25, 0.82), rgba(10, 17, 25, 0.15));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 42px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before,
.section-label::before {
  content: "";
  width: 22px;
  height: 2px;
  margin-right: 10px;
  background: currentColor;
}

.hero-lead {
  max-width: 740px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}

.hero-actions,
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: #fff;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 16px 34px rgba(198, 40, 40, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #a82020;
}

.button-secondary {
  color: #fff;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.hero-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(244, 246, 249, 0.1);
  backdrop-filter: blur(18px);
}

.stat {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.stat:last-child {
  border-bottom: 0;
}

.stat span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.stat strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.summary-strip {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

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

.summary-grid > div {
  padding: 22px 28px;
  border-left: 1px solid var(--line);
}

.summary-grid > div:first-child {
  border-left: 0;
}

.summary-kicker {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.summary-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.section {
  padding: 92px 0;
}

.section-muted {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 36px;
}

.section-heading p:last-child,
.section-copy p:last-child {
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: 48px;
}

.split.reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

.section-copy > p:not(.section-label),
.section-heading > p:not(.section-label) {
  color: var(--muted);
  font-size: 17px;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.info-list span {
  padding: 7px 12px;
  color: var(--blue-dark);
  border: 1px solid rgba(198, 40, 40, 0.18);
  border-radius: 999px;
  background: rgba(198, 40, 40, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.media-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-frame.tall img {
  aspect-ratio: 4 / 3;
}

figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card,
.guide-card,
.timeline article,
.faq-list details,
.gallery figure {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(44, 53, 63, 0.08);
}

.feature-card {
  overflow: hidden;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.feature-card h3,
.feature-card p {
  padding: 0 18px;
}

.feature-card h3 {
  margin-top: 18px;
}

.feature-card p {
  color: var(--muted);
  padding-bottom: 20px;
}

.steps {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  padding: 14px 16px;
  border-left: 4px solid var(--blue);
  border-radius: 6px;
  background: #fff;
}

.guide-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.guide-card {
  padding: 22px;
}

.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 18px;
  color: #fff;
  border-radius: 6px;
  background: var(--blue);
  font-weight: 900;
}

.guide-card p {
  color: var(--muted);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.feature-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-list p {
  color: var(--muted);
  font-size: 15px;
}

.timeline {
  display: grid;
  width: 100%;
  gap: 16px;
}

.timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px 26px;
  border-left: 5px solid var(--red);
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-width: 72px;
  padding: 6px 10px;
  color: #fff;
  border-radius: 999px;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.timeline article h3,
.timeline article p {
  grid-column: 2;
}

.timeline article h3 {
  margin-top: 1px;
}

.timeline p {
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.gallery figure {
  min-width: 220px;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
}

.gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--blue);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta {
  padding: 72px 0;
}

.friend-links {
  position: relative;
  overflow: hidden;
  padding: 74px 0 78px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(115deg, #211827 0%, #5d1e36 45%, var(--red) 100%);
}

.friend-links::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58%);
  pointer-events: none;
}

.friend-links-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.friend-links .section-label {
  color: rgba(255, 255, 255, 0.86);
}

.friend-links h2 {
  color: #fff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.friend-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.friend-link-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 26px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 34px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.friend-link-list a::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.58);
}

.friend-link-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.28) 48%, transparent 72%);
  transform: translateX(-125%);
  transition: transform 0.42s ease;
  pointer-events: none;
}

.friend-link-list a:hover,
.friend-link-list a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 20px 42px rgba(0, 0, 0, 0.22);
  outline: none;
}

.friend-link-list a:hover::after,
.friend-link-list a:focus-visible::after {
  transform: translateX(125%);
}

.cta-inner {
  justify-content: space-between;
}

.cta-inner > div {
  max-width: 760px;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer {
  padding: 28px 0;
  color: #657484;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--blue);
  font-weight: 800;
}

.site-header,
.brand img,
.primary-nav a,
.hero-panel,
.stat,
.summary-grid > div,
.media-frame,
.media-frame img,
.feature-card,
.feature-card img,
.guide-card,
.feature-list div,
.timeline article,
.gallery figure,
.gallery img,
.faq-list details {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    filter 0.24s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(44, 53, 63, 0.12);
}

.brand:hover img,
.brand:focus-visible img {
  transform: rotate(-3deg) scale(1.06);
  box-shadow: 0 12px 28px rgba(198, 40, 40, 0.22);
}

.primary-nav a {
  position: relative;
  overflow: hidden;
}

.primary-nav a::after,
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 46%, transparent 70%);
  transform: translateX(-125%);
  transition: transform 0.42s ease;
  pointer-events: none;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.button:hover::after,
.button:focus-visible::after {
  transform: translateX(125%);
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(198, 40, 40, 0.13);
}

.primary-nav .nav-cta:hover,
.primary-nav .nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 18px 40px rgba(198, 40, 40, 0.34);
}

.button {
  position: relative;
  overflow: hidden;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 32px rgba(255, 255, 255, 0.1);
}

.hero-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.stat:hover {
  padding-left: 10px;
  border-bottom-color: rgba(198, 40, 40, 0.36);
}

.summary-grid > div:hover {
  background: linear-gradient(180deg, #fff 0%, #fff4f4 100%);
  box-shadow: inset 0 -3px 0 rgba(198, 40, 40, 0.34);
}

.media-frame:hover,
.feature-card:hover,
.guide-card:hover,
.feature-list div:hover,
.timeline article:hover,
.gallery figure:hover,
.faq-list details:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 40, 40, 0.34);
  box-shadow: 0 22px 52px rgba(44, 53, 63, 0.16);
}

.media-frame:hover img,
.feature-card:hover img,
.gallery figure:hover img {
  transform: scale(1.045);
  filter: contrast(1.05) saturate(1.08);
}

.guide-card:hover .card-number,
.timeline article:hover span {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 22px rgba(198, 40, 40, 0.2);
}

.card-number,
.timeline span {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.faq-list details[open] {
  border-color: rgba(198, 40, 40, 0.38);
  box-shadow: 0 18px 46px rgba(44, 53, 63, 0.13);
}

.faq-list summary:hover {
  color: var(--red);
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1024px) {
  .primary-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid,
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 96px;
  }

  .hero-panel {
    max-width: 520px;
  }

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

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    width: calc(100% - 24px);
    min-height: 64px;
  }

  .brand span {
    max-width: 210px;
    font-size: 16px;
  }

  .primary-nav {
    top: 68px;
  }

  .hero {
    padding: 74px 0 56px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .summary-grid,
  .content-grid,
  .guide-layout,
  .feature-list,
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 20px;
  }

  .timeline article h3,
  .timeline article p {
    grid-column: 1;
  }

  .timeline span {
    justify-self: start;
    margin-bottom: 4px;
  }

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

  .summary-grid > div:first-child {
    border-top: 0;
  }

  .section {
    padding: 64px 0;
  }

  .gallery {
    grid-template-columns: repeat(4, 78vw);
  }

  .footer-inner,
  .friend-link-list,
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .friend-links {
    padding: 58px 0 62px;
  }

  .friend-links-inner {
    justify-items: stretch;
    text-align: left;
  }

  .friend-link-list {
    width: 100%;
  }

  .friend-link-list a {
    width: 100%;
  }
}

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