*{box-sizing:border-box}
:root{
  --paper:#f3eee6;
  --paper2:#ebe2d5;
  --ink:#171513;
  --brown:#463d34;
  --muted:#766e66;
  --line:#d8cfc3;
  --wine:#971d2c;
  --wine2:#741722;
  --white:#fffdf8;
  --dark:#191715;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,"Microsoft YaHei","PingFang SC",sans-serif;
  color:var(--ink);
  background:var(--paper);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.wrap{width:min(1180px,calc(100% - 36px));margin:0 auto}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(243,238,230,.95);
  backdrop-filter:blur(15px);
  border-bottom:1px solid rgba(216,207,195,.9)
}
.header-inner{
  height:72px;
  display:flex;
  align-items:center;
  gap:28px
}
.brand{
  display:flex;
  align-items:center;
  gap:10px
}
.logo{
  width:38px;
  height:38px;
  object-fit:contain
}
.logo-fallback{
  display:none;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--wine);
  color:#fff;
  font-size:12px;
  font-weight:900
}
.brand-text{font-size:17px;font-weight:900}
.desktop-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:28px;
  font-size:13px;
  font-weight:700;
  color:#6d665f
}
.desktop-nav a:hover{color:var(--wine)}
.header-cta{
  padding:11px 18px;
  border:1px solid var(--ink);
  font-size:12px;
  font-weight:900
}
.header-cta:hover{
  background:var(--ink);
  color:#fff
}
.menu-btn{
  display:none;
  margin-left:auto;
  border:0;
  background:none;
  font-size:26px
}
.mobile-menu{display:none}

/* HERO */
.hero{
  padding:72px 0 88px;
  background:
    linear-gradient(90deg,rgba(151,29,44,.035) 1px,transparent 1px),
    linear-gradient(rgba(151,29,44,.035) 1px,transparent 1px),
    var(--paper);
  background-size:52px 52px
}
.hero-grid{
  display:grid;
  grid-template-columns:110px 1.15fr .85fr;
  gap:42px;
  align-items:stretch
}
.hero-index{
  border-right:1px solid var(--line);
  padding-right:22px;
  display:flex;
  flex-direction:column
}
.hero-index>span{
  color:var(--wine);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em
}
.hero-index>b{
  font-family:Georgia,"Times New Roman",serif;
  font-size:72px;
  line-height:1;
  margin-top:40px;
  color:var(--wine)
}
.hero-index>small{
  margin-top:auto;
  color:#948b82;
  font-size:8px;
  line-height:1.8;
  letter-spacing:.14em
}
.hero-copy{
  padding:25px 0 15px
}
.hero-kicker,
.band-title>span,
.poker-heading>span,
.choice-copy>span,
.tournament-head>span,
.flow-title>span,
.faq-title>span{
  color:var(--wine);
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase
}
.hero h1{
  margin:13px 0 24px;
  max-width:700px;
  font-family:"Songti SC","SimSun",Georgia,serif;
  font-size:clamp(54px,6.2vw,82px);
  line-height:.98;
  font-weight:700;
  letter-spacing:-.05em
}
.hero h1 span{
  display:block;
  color:var(--wine);
  margin-top:8px
}
.hero-copy>p{
  max-width:680px;
  color:var(--muted);
  font-size:15px;
  line-height:1.95;
  margin:0
}
.hero-actions{
  display:flex;
  gap:12px;
  margin-top:31px
}
.btn{
  display:inline-flex;
  min-height:49px;
  align-items:center;
  justify-content:center;
  padding:0 23px;
  font-size:12px;
  font-weight:900
}
.primary{
  background:var(--wine);
  color:#fff
}
.primary:hover{background:var(--wine2)}
.text-btn{
  padding-left:4px;
  padding-right:4px
}

/* HERO CARD */
.hero-card{
  min-height:530px;
  background:var(--dark);
  color:#fff;
  padding:22px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden
}
.hero-card:after{
  content:"GG";
  position:absolute;
  right:-28px;
  bottom:-43px;
  font-size:200px;
  line-height:1;
  font-weight:900;
  color:#ffffff07;
  letter-spacing:-.08em
}
.hero-card-top{
  display:flex;
  justify-content:space-between;
  color:#726c66;
  font-size:8px;
  letter-spacing:.12em
}
.hero-card-center{
  position:relative;
  z-index:2;
  margin:auto 0;
  text-align:center
}
.app-mark{
  width:92px;
  height:92px;
  margin:0 auto 22px;
  background:#fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  overflow:hidden
}
.app-mark img{
  width:100%;
  height:100%;
  object-fit:cover
}
.app-mark span{
  width:100%;
  height:100%;
  display:none;
  place-items:center;
  color:var(--ink);
  font-size:28px;
  font-weight:900
}
.hero-card-center>strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  letter-spacing:-.04em
}
.hero-card-center>small{
  display:block;
  color:#817a73;
  margin-top:6px;
  font-size:8px;
  letter-spacing:.13em
}
.hero-card-bottom{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid #34302c
}
.hero-card-bottom>div{
  padding:16px 7px 4px;
  border-right:1px solid #34302c
}
.hero-card-bottom>div:last-child{border-right:0}
.hero-card-bottom b{
  display:block;
  color:#c34b5a;
  font-size:9px
}
.hero-card-bottom span{
  display:block;
  color:#77706a;
  margin-top:5px;
  font-size:7px;
  letter-spacing:.1em
}

/* CLIENT BAND */
.client-band{
  padding:90px 0;
  background:var(--white);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.band-title{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:30px;
  align-items:end;
  margin-bottom:28px
}
.band-title h2,
.poker-heading h2,
.choice-copy h2,
.tournament-head h2,
.flow-title h2,
.faq-title h2{
  margin:7px 0 0;
  font-family:"Songti SC","SimSun",Georgia,serif;
  font-size:clamp(36px,4.5vw,54px);
  line-height:1.04;
  letter-spacing:-.04em
}
.client-table{
  border-top:1px solid var(--line)
}
.table-row{
  display:grid;
  grid-template-columns:1fr 1.2fr 1.8fr 1fr;
  gap:20px;
  padding:20px 4px;
  border-bottom:1px solid var(--line);
  align-items:center
}
.table-head{
  color:#9c9389;
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase
}
.table-row strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px
}
.table-row span{
  color:var(--muted);
  font-size:13px
}
.table-row b{
  color:var(--wine);
  font-size:11px
}

/* POKER MOSAIC */
.poker-section{
  padding:100px 0;
  background:var(--paper)
}
.poker-heading{
  max-width:820px;
  margin-bottom:36px
}
.poker-heading p,
.choice-copy>p,
.tournament-head>p{
  color:var(--muted);
  line-height:1.85;
  font-size:14px;
  max-width:760px
}
.poker-mosaic{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-areas:
    "main a b"
    "main c c";
  gap:12px
}
.poker-mosaic article{
  position:relative;
  overflow:hidden
}
.poker-main{
  grid-area:main;
  min-height:590px;
  background:var(--wine);
  color:#fff;
  padding:30px
}
.side-a{grid-area:a}
.side-b{grid-area:b}
.side-c{grid-area:c}
.poker-side{
  min-height:288px;
  background:#fff;
  border:1px solid var(--line);
  padding:25px
}
.mode-top{
  display:flex;
  justify-content:space-between;
  color:#9a9087;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em
}
.poker-main .mode-top{color:#f1b0b8}
.mode-symbol{
  font-family:Georgia,serif;
  font-size:100px;
  margin:115px 0 28px;
  color:#fff
}
.poker-main h3{
  font-family:Georgia,"Times New Roman",serif;
  margin:0 0 14px;
  font-size:38px
}
.poker-main p{
  max-width:610px;
  color:#f3cbd0;
  font-size:14px;
  line-height:1.85
}
.poker-main footer{
  position:absolute;
  left:30px;
  bottom:28px;
  display:flex;
  gap:8px
}
.poker-main footer span{
  border:1px solid #c45462;
  padding:7px 9px;
  font-size:7px;
  letter-spacing:.12em
}
.poker-side h3{
  font-family:Georgia,"Times New Roman",serif;
  margin:65px 0 10px;
  font-size:24px
}
.poker-side p{
  color:var(--muted);
  line-height:1.75;
  font-size:13px
}
.poker-side>b{
  position:absolute;
  right:19px;
  bottom:6px;
  color:#ece5dd;
  font-family:Georgia,serif;
  font-size:72px;
  line-height:1
}

/* DEVICE CHOICE */
.device-choice{
  padding:100px 0;
  background:var(--white);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.choice-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
  align-items:center
}
.choice-panels{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border:1px solid var(--line)
}
.choice-panels article{
  min-height:360px;
  padding:28px;
  background:var(--paper)
}
.choice-panels article+article{
  border-left:1px solid var(--line)
}
.choice-panels article.dark{
  background:var(--dark);
  color:#fff
}
.choice-panels>article>span{
  color:var(--wine);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em
}
.choice-panels .dark>span{color:#cf5b69}
.choice-panels h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  margin:80px 0 20px
}
.choice-panels ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:13px;
  line-height:2
}
.choice-panels .dark ul{color:#908981}

/* TOURNAMENTS */
.tournaments{
  padding:100px 0;
  background:var(--paper2)
}
.tournament-head{
  max-width:820px;
  margin-bottom:38px
}
.tournament-story{
  border-top:1px solid #cfc4b6
}
.tournament-story article{
  display:grid;
  grid-template-columns:80px 1fr;
  gap:26px;
  padding:26px 0;
  border-bottom:1px solid #cfc4b6
}
.tournament-story>b{}
.tournament-story article>b{
  color:var(--wine);
  font-size:11px
}
.tournament-story article>div>span{
  color:#9f9488;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em
}
.tournament-story h3{
  margin:5px 0 8px;
  font-size:21px
}
.tournament-story p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  font-size:13px
}

/* FLOW */
.start-flow{
  padding:82px 0;
  background:var(--dark);
  color:#fff
}
.flow-grid{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:80px
}
.flow-title>span{color:#d85b69}
.flow-steps{
  border-top:1px solid #38322e
}
.flow-steps article{
  display:grid;
  grid-template-columns:48px 180px 1fr;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid #38322e;
  align-items:start
}
.flow-steps b{
  color:#d85b69;
  font-size:11px
}
.flow-steps span{
  font-size:14px;
  font-weight:900
}
.flow-steps p{
  margin:0;
  color:#948d86;
  font-size:13px;
  line-height:1.7
}

/* FAQ */
.faq-section{
  padding:95px 0;
  background:var(--white)
}
.faq-grid{
  display:grid;
  grid-template-columns:.62fr 1.38fr;
  gap:80px
}
.faq-list{
  border-top:1px solid var(--line)
}
.faq-item{
  border-bottom:1px solid var(--line)
}
.faq-q{
  width:100%;
  padding:21px 0;
  border:0;
  background:none;
  display:flex;
  justify-content:space-between;
  cursor:pointer;
  text-align:left;
  color:var(--ink);
  font-size:16px;
  font-weight:900
}
.faq-q span{
  color:var(--wine);
  font-size:20px;
  transition:.2s
}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:.3s
}
.faq-a p{
  margin:0;
  padding:0 42px 21px 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.8
}
.faq-item.open .faq-a{max-height:220px}
.faq-item.open .faq-q span{transform:rotate(45deg)}

/* FINAL */
.final-cta{
  padding:82px 0;
  background:var(--wine);
  color:#fff
}
.final-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:60px;
  align-items:end
}
.final-grid>div:first-child>span{
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em
}
.final-grid h2{
  margin:9px 0 0;
  max-width:800px;
  font-family:"Songti SC","SimSun",Georgia,serif;
  font-size:clamp(40px,5.5vw,66px);
  line-height:.98;
  letter-spacing:-.05em
}
.final-action{
  text-align:right
}
.final-action p{
  color:#edbdc3;
  font-size:10px;
  letter-spacing:.12em
}
.final-action a{
  display:inline-flex;
  margin-top:12px;
  padding:15px 20px;
  background:#fff;
  color:var(--ink);
  font-size:12px;
  font-weight:900
}

/* FOOTER */
.footer{
  padding:58px 0 24px;
  background:#0f0e0d;
  color:#fff
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:55px
}
.footer-logo{display:flex;align-items:center;gap:8px}
.footer-main p{
  max-width:420px;
  color:#79736e;
  font-size:13px;
  line-height:1.8
}
.footer h3{
  margin:0 0 15px;
  color:#5e5955;
  font-size:9px;
  letter-spacing:.13em
}
.footer-grid>div:not(.footer-main){
  display:flex;
  flex-direction:column;
  gap:9px
}
.footer a{
  color:#99928c;
  font-size:13px
}
.footer a:hover{color:#fff}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  border-top:1px solid #262321;
  margin-top:42px;
  padding-top:20px;
  color:#4f4a46;
  font-size:10px
}

/* RESPONSIVE */
@media(max-width:980px){
  .hero-grid{
    grid-template-columns:80px 1fr;
  }
  .hero-card{
    grid-column:2;
    min-height:430px
  }
  .choice-grid,
  .flow-grid,
  .faq-grid{
    grid-template-columns:1fr;
    gap:50px
  }
  .final-grid{
    grid-template-columns:1fr;
    gap:30px
  }
  .final-action{text-align:left}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  .wrap{width:min(100% - 24px,1180px)}
  .desktop-nav,.header-cta{display:none}
  .menu-btn{display:block}
  .mobile-menu{
    position:fixed;
    top:72px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    gap:15px;
    padding:18px 20px 22px;
    background:var(--paper);
    border-bottom:1px solid var(--line)
  }
  .mobile-menu.open{display:flex}
  .mobile-menu a{font-size:14px;font-weight:700}
  .mobile-cta{
    background:var(--ink);
    color:#fff!important;
    padding:12px;
    text-align:center
  }

  .hero{padding:55px 0 72px}
  .hero-grid{grid-template-columns:1fr}
  .hero-index{
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:0 0 16px;
    flex-direction:row;
    align-items:center;
    gap:20px
  }
  .hero-index>b{font-size:38px;margin:0}
  .hero-index>small{margin:0 0 0 auto}
  .hero-copy{padding:8px 0}
  .hero h1{font-size:49px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .hero-card{
    grid-column:auto;
    min-height:400px
  }

  .band-title{
    grid-template-columns:1fr;
    gap:8px
  }
  .table-head{display:none}
  .table-row{
    grid-template-columns:1fr 1fr;
    gap:10px
  }
  .table-row strong{grid-column:1/-1}
  .table-row b{text-align:right}

  .poker-mosaic{
    grid-template-columns:1fr;
    grid-template-areas:"main" "a" "b" "c"
  }
  .poker-main{min-height:500px}
  .mode-symbol{margin-top:80px}
  .choice-panels{grid-template-columns:1fr}
  .choice-panels article+article{
    border-left:0;
    border-top:1px solid var(--line)
  }
  .flow-steps article{
    grid-template-columns:38px 1fr;
  }
  .flow-steps p{
    grid-column:2
  }
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px}
}

@media(max-width:460px){
  .brand-text{font-size:15px}
  .hero h1{font-size:43px}
  .hero-card-bottom{grid-template-columns:1fr}
  .hero-card-bottom>div{
    border-right:0;
    border-bottom:1px solid #34302c
  }
  .hero-card-bottom>div:last-child{border-bottom:0}
  .table-row{grid-template-columns:1fr}
  .table-row strong,.table-row b{grid-column:auto;text-align:left}
}
