@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #111111;
  --panel: #202020;
  --text: #eeeDE9;
  --muted: #aaa9a5;
  --line: #373737;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial,"Microsoft YaHei",sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible {
  outline: 2px solid white;
  outline-offset: 7px;
}

.topbar,footer {
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 5%;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -4px;
}

.wordmark span {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}

nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 12px;
}

.nav-contact {
  border: 1px solid #555;
  padding: 12px 18px;
}

.nav-contact span {
  margin-left: 30px;
}

nav a:hover {
  color: #bbb;
}

.hero {
  max-width: 1440px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  background: var(--panel);
  position: relative;
}

.hero-copy {
  padding: 63px 9% 47px;
}

.eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}

.square {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #d4d4d0;
  margin-right: 10px;
  vertical-align: middle;
}

h1 {
  font-size: clamp(70px,9.2vw,144px);
  line-height: .89;
  letter-spacing: -7px;
  margin: 64px 0 34px;
  font-weight: 800;
}

h1>span {
  color: #bcbcb9;
}

h1 sup {
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
  margin: 12px 0 0 18px;
  letter-spacing: 0;
}

.intro-rule {
  width: 43px;
  height: 2px;
  background: #b7b7b4;
  margin-bottom: 24px;
}

.intro p {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.intro .sub {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 2px;
  margin-top: 16px;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 54px;
  font-size: 12px;
  margin-top: 40px;
  padding-bottom: 9px;
  border-bottom: 1px solid #777;
}

.hero-link span {
  font-size: 19px;
}

.art {
  margin: 0;
  background: #151515;
  overflow: hidden;
  padding: 0 7% 35px;
  display: flex;
  flex-direction: column;
}

.art-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 33%;
}

.semis {
  display: flex;
  flex-direction: column;
}

.semis i {
  display: block;
  background: #303030;
  flex: 1;
  border-radius: 0 0 100% 100%;
}

.triangles {
  background: linear-gradient(45deg,#292929 50%,transparent 50%);
  background-size: 50% 50%;
}

.art-middle {
  position: relative;
  flex: 1;
  min-height: 200px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.outline {
  font-size: clamp(58px,7vw,105px);
  font-weight: 900;
  letter-spacing: -5px;
  color: transparent;
  -webkit-text-stroke: 1px #5c5c5c;
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 100%;
  text-align: center;
  width: 50%;
}

.stripes {
  height: 100%;
  width: 50%;
  background: repeating-linear-gradient(45deg,#303030 0 13px,transparent 13px 29px);
}

.art-bottom {
  height: 29%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.checker {
  background: conic-gradient(from 90deg at 50% 50%,#303030 0 25%,#171717 0 50%,#303030 0 75%,#171717 0);
  background-size: 33.333% 50%;
}

.cross {
  background: #303030;
  clip-path: polygon(0 0,50% 35%,100% 0,100% 25%,65% 50%,100% 75%,100% 100%,50% 65%,0 100%,0 75%,35% 50%,0 25%);
}

.art-caption {
  font-size: 8px;
  letter-spacing: 2px;
  color: #929292;
  margin-top: 26px;
}

.hero-footer {
  grid-column: 1/-1;
  background: #303030;
  display: flex;
  justify-content: space-between;
  padding: 22px 4.5%;
  font-size: 9px;
  letter-spacing: 2px;
  color: #d0d0ce;
}

.section {
  max-width: 1440px;
  margin: auto;
  padding: 100px 5%;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 40px;
}

.section h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 15px 0 0;
}

.section h2 span {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 1px;
  margin-left: 24px;
}

.roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

.roles article {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}

.index {
  font-size: 10px;
  color: #999;
  align-self: flex-start;
  padding-top: 5px;
}

.roles article>div {
  flex: 1;
}

h3 {
  font-weight: 500;
}

.roles h3 {
  font-size: 17px;
  margin: 0 0 9px;
}

.roles p {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.role {
  font-size: 10px;
  white-space: nowrap;
  color: #c9c9c6;
}

.events {
  background: #1b1b1b;
}

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

.event-list article {
  border-top: 1px solid #666;
  border-right: 1px solid #3d3d3d;
  padding: 25px 25px 15px;
  position: relative;
}

.event-list article:first-child {
  padding-left: 0;
}

.event-list article:last-child {
  border-right: 0;
}

.year {
  font-size: 43px;
  letter-spacing: -2px;
  color: #bcbcb7;
  display: block;
  margin-bottom: 50px;
}

.event-list h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 12px 0 20px;
}

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

.event-no {
  position: absolute;
  right: 25px;
  top: 32px;
  font-size: 10px;
  color: #999;
}

.hotels {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.hotels article {
  border-top: 1px solid #555;
  padding-top: 30px;
}

.hotels article>span {
  font-family: Georgia,serif;
  font-size: 17px;
  letter-spacing: 1px;
}

.hotels h3 {
  font-size: 12px;
  margin-top: 22px;
}

.hotels p {
  font-size: 10px;
  color: var(--muted);
}

.contact {
  max-width: 1440px;
  margin: auto;
  background: #252525;
  padding: 75px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.contact h2 {
  font-size: 57px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2px;
  margin: 20px 0 0;
}

.contact h2>span:first-child {
  color: #b1b1ad;
}

.contact-arrow {
  margin-left: 50px;
  font-size: 85px;
  font-family: Arial;
}

.contact-details>p {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1px;
  margin-bottom: 26px;
}

.contact-details>a {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #565656;
  padding: 24px 0;
}

.contact-details>a:last-child {
  border-bottom: 1px solid #565656;
}

.contact-details small {
  font-size: 9px;
  color: #bdbdb9;
}

.contact-details a>span {
  font-size: clamp(17px,2vw,28px);
  letter-spacing: -.5px;
}

.contact-details b {
  font-weight: 400;
  margin-left: auto;
}

.wechat-qr-card {
  margin-top: 26px;
  border: 1px solid #565656;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.wechat-qr-card p {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1px;
  margin: 0;
  align-self: flex-start;
}

.wechat-qr-card img {
  width: 240px;
  height: 240px;
  object-fit: contain;
  display: block;
  border: 1px solid #333;
}

.wechat-qr-card small {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .5px;
}

footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

footer>span,footer>a:last-child {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1px;
}

@media(min-width:1500px) {
  .hero {
    min-height: 690px;
  }
}

@media(max-width:900px) {
  .hero {
    margin: 10px 24px 0;
  }
  .hero-copy {
    padding: 40px 8%;
  }
  h1 {
    font-size: 9vw;
    letter-spacing: -4px;
    margin-top: 55px;
  }
  .intro p {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .hero-link {
    margin-top: 22px;
  }
  .roles {
    column-gap: 30px;
  }
  .roles h3 {
    font-size: 14px;
  }
  .role {
    font-size: 9px;
  }
  .hotels {
    grid-template-columns: 1fr 1fr;
  }
  .contact {
    gap: 30px;
  }
  .contact h2 {
    font-size: 45px;
  }
  .contact-details>a {
    gap: 12px;
  }
}

@media(max-width:600px) {
  .topbar {
    padding: 22px 6%;
  }
  .wordmark {
    font-size: 27px;
  }
  .wordmark span {
    font-size: 9px;
    letter-spacing: 1px;
  }
  nav {
    gap: 0;
  }
  nav>a:not(:last-child) {
    display: none;
  }
  .nav-contact {
    font-size: 10px;
    padding: 9px 12px;
  }
  .nav-contact span {
    margin-left: 12px;
  }
  .hero {
    margin: 0 16px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 36px 8% 35px;
    position: relative;
    z-index: 1;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  h1 {
    font-size: clamp(68px,18vw,105px);
    margin: 43px 0 28px;
    letter-spacing: -4px;
  }
  .intro p {
    font-size: 11px;
  }
  .art {
    height: 150px;
    padding: 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .art-top {
    height: 150px;
  }
  .art-middle {
    min-height: 150px;
    height: 150px;
  }
  .outline {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .stripes {
    background-size: auto;
  }
  .art-bottom {
    height: 150px;
  }
  .art-caption {
    display: none;
  }
  .hero-footer {
    font-size: 7px;
    letter-spacing: 1px;
    padding: 17px 8%;
  }
  .hero-footer>span:nth-child(2) {
    display: none;
  }
  .section {
    padding: 65px 7%;
  }
  .section h2 {
    font-size: 28px;
  }
  .section h2 span {
    display: block;
    margin: 13px 0 0;
    font-size: 10px;
  }
  .roles {
    grid-template-columns: 1fr;
  }
  .roles article {
    padding: 22px 0;
  }
  .roles h3 {
    font-size: 16px;
  }
  .role {
    font-size: 10px;
  }
  .event-list {
    grid-template-columns: 1fr;
  }
  .event-list article,.event-list article:first-child {
    display: grid;
    grid-template-columns: 70px 1fr;
    padding: 25px 0;
    border-right: 0;
    gap: 15px;
  }
  .year {
    font-size: 29px;
    letter-spacing: -1px;
  }
  .event-list h3 {
    font-size: 23px;
  }
  .event-no {
    right: 0;
    top: 27px;
  }
  .hotels {
    gap: 28px 18px;
  }
  .hotels article>span {
    font-size: 13px;
  }
  .hotels h3 {
    font-size: 11px;
    line-height: 1.7;
  }
  .contact {
    padding: 55px 7%;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .contact h2 {
    font-size: 47px;
  }
  .contact-details a>span {
    font-size: 23px;
  }
  .wechat-qr-card {
    padding: 18px;
  }
  .wechat-qr-card img {
    width: 200px;
    height: 200px;
  }
  .contact-arrow {
    font-size: 65px;
  }
  footer {
    padding: 28px 7%;
  }
  footer>.wordmark span,footer>span {
    display: none;
  }
}

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

.portrait {
  width: 190px;
  height: 190px;
  margin: 30px 0 0;
  padding: 6px;
  border: 1px solid #555;
  background: #191919;
}

.portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  aspect-ratio: 1;
}

.hero-copy h1 {
  margin-top: 30px;
}

@media(max-width:600px) {
  .portrait {
    width: 150px;
    height: 150px;
    margin-top: 26px;
    padding: 5px;
  }
  .hero-copy h1 {
    margin-top: 26px;
  }
}
