@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Normal.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Demibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Semibold.woff2") format("woff2");
  font-weight: 650;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/MiSans/woff2/MiSans-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alimama FangYuanTi VF";
  src: url("https://fun-meet-up-public.oss-cn-hangzhou.aliyuncs.com/miniapp/fonts/AlimamaFangYuanTiVF/AlimamaFangYuanTiVF-Thin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #212121;
  --ink: #1e1e1e;
  --muted: #363636;
  --green: #96fc04;
  --footer: #1f1f1f;
  --page-max: 1440px;
  --content: 1032px;
  --font: "MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f4f4f4;
  color: var(--black);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

a {
  color: inherit;
}

.site-shell {
  position: relative;
  width: min(100%, var(--page-max));
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 60px;
  left: 170px;
  right: 176px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  width: 82px;
  line-height: 0;
}

.site-nav {
  display: flex;
  gap: 58px;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 450;
  line-height: 1;
  transition: color 0.2s ease;
}

.site-nav a:first-child,
.site-nav a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 766px;
  padding: 186px 170px 260px;
  background: url("assets/bg-hero.png") center top / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 122px;
  background: #fff;
  border-radius: 0 0 0 0;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 650px;
}

.hero-eyebrow {
  margin: 0 0 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 12px;
}

.hero-title {
  display: grid;
  gap: 5px;
  margin: 0;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.hero-title mark {
  color: var(--green);
  background: transparent;
}

.hero-mascot {
  position: absolute;
  z-index: 4;
  top: 142px;
  right: 143px;
  width: 470px;
}

.experience-section {
  position: relative;
  z-index: 6;
  margin-top: -204px;
  padding: 0 155px;
}

.experience-banner {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  border: 12px solid #202020;
  border-radius: 18px;
  overflow: hidden;
  background: #202020;
}

.experience-banner img {
  width: 100%;
}

.about-section {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 84px;
  align-items: center;
  max-width: 1080px;
  margin: 78px auto 115px;
  padding: 0 24px;
}

.app-preview-wrap {
  display: flex;
  justify-content: center;
}

.app-preview {
  width: 488px;
}

.about-copy {
  max-width: 548px;
  padding-top: 12px;
}

.about-copy h2 {
  margin: 0 0 38px;
  color: var(--black);
  font-size: 32px;
  font-weight: 630;
  line-height: 1.2;
  letter-spacing: -0.64px;
}

.about-copy h2 span {
  color: var(--green);
}

.about-copy p {
  margin: 0 0 24px;
  color: var(--black);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: -0.1px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.contact-section {
  position: relative;
  background: #fff;
}

.contact-section > h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 -21px;
  color: #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 318px;
  padding: 65px 168px 40px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 112px),
    var(--footer);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  color: #fff;
  font-style: normal;
  font-size: 18px;
  font-weight: 380;
  line-height: 1.6;
  letter-spacing: -0.16px;
}

.contact-info strong,
.qr-area strong {
  margin-bottom: 38px;
  color: var(--green);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info a {
  width: fit-content;
  text-decoration-line: underline;
  text-decoration-thickness: auto;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

.qr-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.qr-list {
  display: flex;
  gap: 38px;
  align-items: flex-start;
  justify-content: center;
}

.qr-list figure {
  margin: 0;
  text-align: center;
}

.qr-list figcaption {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 380;
  line-height: 1.6;
  letter-spacing: -0.16px;
}

.qr-list img {
  width: 154px;
  border-radius: 8px;
}

@media (max-width: 1439px) {
  .site-header {
    left: 9vw;
    right: 9vw;
  }

  .hero {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-mascot {
    right: 8vw;
    width: 40vw;
    max-width: 470px;
  }

  .experience-section {
    padding: 0 9vw;
  }

  .contact-panel {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}

@media (max-width: 1199px) {
  .site-nav {
    gap: 34px;
  }

  .hero {
    min-height: 700px;
    padding-top: 170px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-mascot {
    top: 185px;
    width: 39vw;
  }

  .experience-section {
    margin-top: -168px;
  }

  .about-section {
    grid-template-columns: 44% 1fr;
    gap: 44px;
    margin-top: 72px;
  }

  .app-preview {
    width: 100%;
  }

  .about-copy p {
    font-size: 15px;
    line-height: 1.72;
  }
}

@media (max-width: 767px) {
  .site-shell {
    width: 100%;
  }

  .site-header {
    position: absolute;
    top: 24px;
    left: 22px;
    right: 22px;
  }

  .brand {
    width: 76px;
  }

  .nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
    padding: 0;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
  }

  .site-nav {
    position: absolute;
    top: 54px;
    right: 0;
    display: none;
    min-width: 136px;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(15, 24, 9, 0.92);
    backdrop-filter: blur(12px);
  }

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

  .site-nav a {
    padding: 14px 18px;
    font-size: 14px;
    color: #fff;
  }

  .hero {
    min-height: 680px;
    padding: 112px 22px 210px;
    background-position: center top;
  }

  .hero-eyebrow {
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 7px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .hero-mascot {
    top: auto;
    right: 50%;
    bottom: 58px;
    width: min(82vw, 430px);
    transform: translateX(50%);
  }

  .experience-section {
    margin-top: -120px;
    padding: 0 16px;
  }

  .experience-banner {
    border-width: 6px;
    border-radius: 12px;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 58px auto 76px;
    padding: 0 22px;
  }

  .app-preview {
    width: min(100%, 430px);
  }

  .about-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .about-copy h2 {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .about-copy p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.78;
  }

  .contact-section > h2 {
    margin-bottom: -12px;
    font-size: 38px;
    line-height: 1.35;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 46px 22px 38px;
  }

  .contact-info {
    gap: 16px;
    font-size: 15px;
  }

  .contact-info strong,
  .qr-area strong {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .qr-area {
    align-items: flex-start;
  }

  .qr-list {
    width: 100%;
    gap: 18px;
    justify-content: flex-start;
  }

  .qr-list img {
    width: min(38vw, 150px);
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 632px;
    padding-top: 106px;
  }

  .hero-title {
    font-size: 33px;
  }

  .hero-mascot {
    width: 86vw;
    bottom: 42px;
  }

  .experience-section {
    margin-top: -104px;
  }

  .about-copy h2 {
    font-size: 26px;
  }

  .about-copy p,
  .contact-info {
    font-size: 14px;
  }

  .contact-info span,
  .contact-info a {
    overflow-wrap: anywhere;
  }

  .qr-list {
    gap: 14px;
  }

  .qr-list img {
    width: min(40vw, 136px);
  }
}
