@font-face {
  font-family:Inter;
  src:url('assets/Inter-Regular.ttf') format('truetype');
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:Inter;
  src:url('assets/Inter-Medium.ttf') format('truetype');
  font-weight:500 900;
  font-display:swap
}
:root {
  --black:#101010;
  --white:#fff;
  --gold:#a67c32;
  --muted:#a8a8a8;
  --line:#303030;
  --font:Inter,Arial,sans-serif;
  color-scheme:dark
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:40px
}
body {
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:var(--font);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button,input {
  font:inherit
}
button,a,input,summary {
  -webkit-tap-highlight-color:transparent
}
button,a,summary {
  touch-action:manipulation
}
:focus-visible {
  outline:2px solid #d7ad64;
  outline-offset:6px
}
button {
  cursor:pointer
}
button:disabled,input:disabled {
  cursor:default
}
img {
  display:block;
  max-width:100%
}
button,a,summary {
  transition:background .2s,color .2s,border-color .2s
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.045em
}
.wrap {
  width:min(1280px,calc(100% - 104px));
  margin:auto
}
.skip-link {
  position:absolute;
  top:-80px;
  left:12px;
  padding:12px;
  background:white;
  color:black;
  z-index:20
}
.skip-link:focus {
  top:12px
}
.header {
  height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:500;
  letter-spacing:-.04em;
  font-size:21px;
  white-space:nowrap
}
.brand img {
  object-fit:contain
}
.header nav {
  display:flex;
  gap:32px;
  font-size:14px;
  color:#b8b8b8
}
.header nav a:hover,.text-link:hover {
  color:#d8ae65
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  min-height:56px;
  padding:15px 23px;
  font-weight:500;
  font-size:15px;
  border:1px solid transparent;
  border-radius:6px;
  line-height:1.4;
  white-space:nowrap
}
.button span {
  font-size:23px;
  font-weight:400;
  line-height:1
}
.button-small {
  min-height:44px;
  padding:10px 17px;
  font-size:14px;
  gap:24px
}
.button-outline {
  border-color:#565656
}
.button-outline:hover {
  border-color:#fff;
  background:#202020
}
.button-light {
  background:#fff;
  color:#101010
}
.button-light:hover {
  background:#e4e4e4
}
.button-gold {
  background:var(--gold);
  color:#101010
}
.button-gold:disabled {
  opacity:.78
}
.hero {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  position:relative;
  align-items:center;
  min-height:640px;
  gap:20px;
  padding-bottom:35px
}
.hero-copy {
  padding:26px 0 30px;
  position:relative;
  z-index:1
}
.eyebrow {
  font-size:12px;
  font-weight:500;
  letter-spacing:.13em;
  line-height:1.5;
  color:var(--gold);
  margin-bottom:28px
}
.spark {
  font-size:16px;
  vertical-align:middle;
  margin-right:7px
}
h1 {
  font-size:clamp(60px,6.2vw,88px);
  line-height:1.04;
  letter-spacing:-.062em
}
h1 span {
  color:#bf9651
}
.hero-description {
  font-size:18px;
  line-height:1.7;
  color:#b9b9b9;
  max-width:455px;
  margin-top:30px
}
.hero-actions {
  display:flex;
  gap:28px;
  align-items:center;
  margin-top:35px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:15px;
  font-size:14px;
  font-weight:500
}
.hero-note {
  font-size:12px;
  color:#7f7f7f;
  margin-top:23px
}
.hero-visual {
  position:relative;
  min-width:0;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center
}
.hero-art {
  width:120%;
  max-width:none;
  height:auto;
  aspect-ratio:1.25;
  object-fit:contain;
  position:relative;
  margin-right:-35px
}
.hero-art.logo-fallback {
  width:80%;
  max-width:480px;
  margin:0
}
.quest-preview {
  position:absolute;
  bottom:70px;
  left:25px;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(29,29,29,.9);
  border:1px solid #3a3731;
  padding:16px 20px;
  border-radius:9px;
  box-shadow:0 16px 40px #0004;
  backdrop-filter:blur(18px)
}
.quest-icon {
  display:grid;
  place-items:center;
  border:1px solid #59503c;
  color:#dab770;
  width:41px;
  height:41px;
  border-radius:50%;
  font-size:26px
}
.micro-label {
  font-size:10px;
  letter-spacing:.12em;
  color:#a4a4a4;
  font-weight:500
}
.quest-preview p {
  font-size:14px;
  margin-top:4px
}
.quest-arrow {
  margin-left:22px;
  color:var(--gold);
  font-size:24px
}
.art-caption {
  position:absolute;
  right:0;
  bottom:29px;
  color:#6f6f6f;
  font-size:11px
}
.hobby-strip {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:26px 0;
  color:#aaa;
  font-size:14px
}
.hobby-strip i {
  font-size:13px;
  font-style:normal;
  color:var(--gold)
}
.intro {
  padding:110px 0 105px
}
.section-heading {
  position:relative
}
.section-heading h2 {
  font-size:51px
}
.section-heading>p:last-child {
  position:absolute;
  right:15px;
  bottom:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.8
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:60px;
  margin-top:63px
}
.steps article {
  border-top:1px solid #454545;
  padding-top:22px
}
.step-number {
  font-size:14px;
  color:var(--gold)
}
.steps h3 {
  font-size:23px;
  margin-top:30px;
  letter-spacing:-.035em
}
.steps p {
  margin-top:18px;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
  max-width:305px
}
.step-foot {
  display:block;
  font-size:12px;
  color:#737373;
  margin-top:28px
}
.world-section {
  background:#f6f6f4;
  color:#161616;
  padding:96px 0;
  color-scheme:light
}
.world-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.world-copy h2,.community h2,.faq-section h2 {
  font-size:52px
}
.world-copy>p:not(.eyebrow) {
  font-size:17px;
  color:#626262;
  margin-top:27px;
  max-width:445px
}
.world-copy .world-principle {
  padding-left:20px;
  border-left:2px solid var(--gold);
  margin-top:34px!important;
  font-size:16px!important;
  line-height:1.8
}
.world-principle strong {
  font-weight:500;
  color:#202020
}
.concept-note {
  display:block;
  color:#818181;
  font-size:11px;
  margin-top:37px
}
.activity-demo {
  background:#fff;
  border:1px solid #dfdfdc;
  padding:30px;
  border-radius:12px;
  box-shadow:0 20px 40px #10101006
}
.demo-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:27px
}
.demo-top .micro-label {
  font-size:11px;
  color:#797979
}
.demo-number {
  font-size:30px;
  color:var(--gold)
}
.hobby-tabs {
  display:flex;
  gap:7px;
  margin-bottom:27px
}
.hobby-tabs button {
  background:transparent;
  color:#5d5d5d;
  border:1px solid #ddd;
  padding:9px 16px;
  border-radius:30px;
  font-size:13px
}
.hobby-tabs button[aria-selected=true] {
  background:#151515;
  border-color:#151515;
  color:white
}
.hobby-tabs button:hover:not([aria-selected=true]) {
  background:#efefed
}
.quest-panel {
  background:#f5f3ee;
  border:1px solid #e4dfd5;
  padding:27px 24px 0;
  border-radius:7px;
  min-height:300px
}
.task-kind {
  font-size:10px;
  letter-spacing:.1em;
  color:#8a6b33
}
.quest-panel h3 {
  font-size:29px;
  letter-spacing:-.04em;
  line-height:1.2;
  margin-top:19px
}
.quest-panel>p {
  font-size:14px;
  line-height:1.7;
  color:#706b61;
  margin-top:18px;
  min-height:75px
}
.task-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #ded8cc;
  padding:17px 0;
  font-size:12px;
  margin-top:25px
}
.task-footer>span:first-child {
  font-weight:500
}
.task-footer>span:last-child {
  color:#8a6b33
}
.task-footer span span {
  font-size:18px;
  margin-left:10px
}
.demo-caption {
  font-size:11px;
  color:#8a8a8a;
  text-align:center;
  margin-top:18px
}
.community {
  padding:115px 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.community-preview {
  background:#1b1b1b;
  border:1px solid #363636;
  border-radius:10px;
  padding:32px
}
.post-header {
  display:flex;
  align-items:center;
  gap:12px
}
.avatar {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  background:#50432c;
  border:1px solid #746244;
  border-radius:50%;
  font-size:15px;
  color:#e3d1aa
}
.post-header strong {
  font-weight:500;
  font-size:14px;
  display:block
}
.post-header div>span {
  display:block;
  color:#858585;
  font-size:11px
}
.post-star {
  color:var(--gold);
  font-size:22px;
  margin-left:auto
}
.post-copy {
  margin-top:27px;
  font-size:19px;
  line-height:1.65;
  letter-spacing:-.02em;
  max-width:370px
}
.post-result {
  padding:18px 0;
  display:flex;
  align-items:center;
  gap:15px;
  border-bottom:1px solid #333;
  margin-top:11px
}
.post-result>span {
  font-size:28px;
  color:var(--gold)
}
.post-result strong {
  font-size:12px;
  display:block;
  font-weight:500;
  color:#d6b476
}
.post-result div span {
  font-size:11px;
  color:#777
}
.post-comment {
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:22px
}
.avatar-small {
  width:32px;
  height:32px;
  flex:0 0 32px;
  background:#343838;
  border-color:#525656;
  color:#c1c5c5;
  font-size:12px
}
.post-comment p {
  font-size:12px;
  color:#aaa;
  line-height:1.7
}
.post-comment strong {
  font-weight:400;
  color:#d0d0d0
}
.example-caption {
  display:block;
  font-size:10px;
  color:#686868;
  text-align:right;
  margin-top:26px
}
.community-copy>p:not(.eyebrow) {
  color:var(--muted);
  font-size:16px;
  margin-top:24px;
  max-width:425px;
  line-height:1.8
}
.community-copy .text-link {
  margin-top:35px
}
.faq-section {
  border-top:1px solid var(--line);
  padding:90px 0 110px;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px
}
.faq-list details {
  border-bottom:1px solid var(--line);
  padding:22px 0
}
.faq-list details:first-child {
  padding-top:0
}
.faq-list summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  list-style:none;
  cursor:pointer;
  gap:24px;
  font-size:16px;
  line-height:1.5
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  font-size:26px;
  color:#9d9d9d;
  font-weight:400
}
.faq-list details[open] summary span {
  transform:rotate(45deg)
}
.faq-list details p {
  margin-top:16px;
  color:#969696;
  font-size:14px;
  line-height:1.8;
  max-width:520px
}
.join-section {
  background:#1d1b17;
  border-top:1px solid #3c3325;
  border-bottom:1px solid #3c3325;
  padding:80px 0
}
.join-layout {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  align-items:center
}
.join-layout h2 {
  font-size:48px
}
.join-layout>div>p:not(.eyebrow) {
  font-size:15px;
  line-height:1.8;
  color:#a6a198;
  margin-top:23px
}
.join-form label {
  display:block;
  font-size:13px;
  margin-bottom:12px;
  color:#c0bbb2
}
.email-line {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.email-line input {
  width:100%;
  padding:15px 17px;
  min-height:56px;
  border:1px solid #514837;
  border-radius:5px;
  background:#181714;
  color:#fff;
  font-size:15px
}
.email-line input::placeholder {
  color:#807a70
}
.email-line .button {
  width:100%;
  justify-content:space-between
}
.join-form>p {
  font-size:11px;
  color:#8e877b;
  margin-top:13px
}
.footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:35px 0
}
.footer p {
  font-size:13px;
  color:#777
}
.footer>a:last-child {
  font-size:13px;
  color:#9e9e9e;
  display:flex;
  gap:18px;
  align-items:center
}
.footer>a:last-child span {
  font-size:20px
}
@media(min-width:1500px) {
  .hero {
    min-height:700px
  }
  .hero-art {
    width:130%
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .header nav {
    gap:20px
  }
  .hero {
    gap:0;
    min-height:590px
  }
  h1 {
    font-size:70px
  }
  .hero-description {
    font-size:16px;
    max-width:390px
  }
  .hero-actions {
    gap:20px;
    flex-wrap:wrap
  }
  .hero-art {
    width:116%;
    margin-right:0
  }
  .quest-preview {
    left:0;
    bottom:50px;
    padding:14px
  }
  .quest-preview p {
    font-size:12px
  }
  .quest-arrow {
    margin-left:5px
  }
  .quest-icon {
    width:34px;
    height:34px
  }
  .art-caption {
    bottom:13px
  }
  .steps {
    gap:30px
  }
  .section-heading>p:last-child {
    right:0;
    font-size:14px
  }
  .world-layout,.community {
    gap:60px
  }
  .world-copy h2,.community h2,.faq-section h2 {
    font-size:43px
  }
  .activity-demo {
    padding:22px
  }
  .quest-panel {
    padding:23px 20px 0
  }
  .quest-panel h3 {
    font-size:26px
  }
  .hobby-tabs button {
    padding:8px 13px
  }
  .join-layout {
    gap:40px
  }
  .join-layout h2 {
    font-size:42px
  }
  .post-copy {
    font-size:18px
  }
  .hobby-strip {
    font-size:12px;
    gap:12px
  }
}
@media(max-width:760px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .header {
    height:83px;
    gap:15px
  }
  .brand {
    font-size:17px;
    gap:8px
  }
  .brand img {
    width:31px;
    height:31px
  }
  .header nav {
    display:none
  }
  .button-small {
    font-size:12px;
    min-height:39px;
    padding:8px 12px;
    gap:12px
  }
  .button-small span {
    font-size:19px
  }
  .hero {
    display:flex;
    flex-direction:column;
    gap:0;
    padding-top:29px;
    padding-bottom:15px;
    min-height:auto
  }
  .hero-copy {
    width:100%;
    padding:0
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:.09em;
    margin-bottom:24px
  }
  h1 {
    font-size:clamp(58px,12.5vw,85px);
    letter-spacing:-.06em
  }
  .hero-description {
    font-size:16px;
    line-height:1.75;
    max-width:420px;
    margin-top:23px
  }
  .hero-actions {
    margin-top:26px;
    gap:22px
  }
  .button {
    font-size:14px;
    gap:25px;
    min-height:52px;
    padding:14px 18px
  }
  .hero-actions .text-link {
    font-size:13px
  }
  .hero-note {
    margin-top:18px;
    font-size:11px
  }
  .hero-visual {
    width:100%;
    height:380px;
    min-height:0;
    margin-top:14px
  }
  .hero-art {
    width:114%;
    max-height:410px;
    margin:0;
    object-fit:contain
  }
  .hero-art.logo-fallback {
    width:62%;
    height:290px
  }
  .quest-preview {
    left:8px;
    bottom:37px;
    padding:12px 14px;
    gap:11px
  }
  .quest-preview p {
    font-size:12px
  }
  .quest-preview .micro-label {
    font-size:8px
  }
  .quest-arrow {
    margin-left:17px
  }
  .art-caption {
    font-size:9px;
    bottom:8px;
    right:8px
  }
  .hobby-strip {
    overflow-x:auto;
    justify-content:flex-start;
    white-space:nowrap;
    gap:22px;
    padding:21px 0;
    font-size:12px;
    scrollbar-width:none
  }
  .hobby-strip::-webkit-scrollbar {
    display:none
  }
  .intro {
    padding:68px 0 65px
  }
  .section-heading h2 {
    font-size:38px
  }
  .section-heading>p:last-child {
    position:static;
    font-size:15px;
    margin-top:23px
  }
  .steps {
    grid-template-columns:1fr;
    gap:28px;
    margin-top:36px
  }
  .steps article {
    position:relative;
    padding:24px 0 0 42px
  }
  .step-number {
    position:absolute;
    top:24px;
    left:0;
    font-size:12px
  }
  .steps h3 {
    font-size:23px;
    margin:0;
    line-height:1.25
  }
  .steps p {
    font-size:15px;
    margin-top:13px;
    max-width:100%
  }
  .step-foot {
    margin-top:15px;
    font-size:11px
  }
  .world-section {
    padding:62px 0
  }
  .world-layout,.community,.faq-section,.join-layout {
    grid-template-columns:1fr;
    gap:40px
  }
  .world-copy h2,.community h2,.faq-section h2 {
    font-size:39px
  }
  .world-copy>p:not(.eyebrow) {
    font-size:16px;
    margin-top:22px
  }
  .world-copy .world-principle {
    margin-top:27px!important
  }
  .concept-note {
    font-size:10px;
    margin-top:25px
  }
  .activity-demo {
    padding:21px 18px;
    border-radius:9px
  }
  .demo-top {
    margin-bottom:20px
  }
  .demo-top .micro-label {
    font-size:10px
  }
  .hobby-tabs {
    gap:7px;
    margin-bottom:22px
  }
  .hobby-tabs button {
    font-size:12px;
    padding:9px 15px
  }
  .quest-panel {
    min-height:290px
  }
  .quest-panel h3 {
    font-size:29px
  }
  .quest-panel>p {
    font-size:14px
  }
  .demo-caption {
    font-size:10px
  }
  .community {
    padding:68px 0;
    gap:33px
  }
  .community-copy {
    grid-row:1
  }
  .community-copy>p:not(.eyebrow) {
    margin-top:22px
  }
  .community-copy .text-link {
    margin-top:26px;
    font-size:13px
  }
  .community-preview {
    padding:25px
  }
  .post-copy {
    font-size:18px
  }
  .faq-section {
    padding:63px 0;
    gap:35px
  }
  .faq-list summary {
    font-size:15px
  }
  .faq-list details p {
    font-size:14px
  }
  .join-section {
    padding:60px 0
  }
  .join-layout h2 {
    font-size:38px
  }
  .join-layout>div>p:not(.eyebrow) {
    font-size:15px
  }
  .join-layout {
    gap:30px
  }
  .join-form label {
    font-size:13px
  }
  .join-form>p {
    font-size:11px
  }
  .footer {
    flex-wrap:wrap;
    padding:25px 0;
    gap:22px
  }
  .footer .brand {
    font-size:17px
  }
  .footer p {
    font-size:11px
  }
  .footer>a:last-child {
    font-size:12px
  }
  .footer .brand img {
    width:27px;
    height:27px
  }
}
@media(max-width:380px) {
  .wrap {
    width:calc(100% - 32px)
  }
  .brand {
    font-size:16px
  }
  .brand img {
    width:27px;
    height:27px
  }
  .header .button-small {
    padding:8px 10px;
    font-size:11px
  }
  .hero h1 {
    font-size:55px
  }
  .hero-actions {
    gap:18px
  }
  .hero-actions .button {
    font-size:13px;
    gap:17px
  }
  .hero-actions .text-link {
    font-size:12px;
    gap:9px
  }
  .hero-visual {
    height:340px
  }
  .quest-panel h3 {
    font-size:25px
  }
  .hobby-tabs button {
    font-size:11px;
    padding:9px 12px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  * {
    transition:none!important
  }
}
.hero-visual {
  overflow:clip
}
.hero-art {
  mix-blend-mode:lighten
}
.quest-preview {
  max-width:calc(100% - 16px)
}
.steps p,.faq-list details p {
  font-size:16px
}
.eyebrow {
  font-size:12px
}
.micro-label,.task-kind,.concept-note,.art-caption,.demo-caption,.example-caption,.step-foot,.post-header div>span,.post-result div span,.post-result strong,.post-comment p,.join-form>p,.footer p,.hero-note,.quest-preview .micro-label {
  font-size:12px
}
.quest-preview p {
  font-size:14px
}
.quest-preview>div {
  min-width:0
}
.quest-icon {
  flex-shrink:0
}
.activity-demo .micro-label {
  font-size:12px
}
@media(max-width:760px) {
  .header .button-small {
    font-size:12px;
    min-height:40px;
    padding:9px 12px;
    gap:12px
  }
  .header .button-small span {
    font-size:19px
  }
  .hero {
    padding-top:28px
  }
  .hero-actions {
    gap:20px
  }
  .hero-actions .button {
    gap:18px;
    padding:14px 16px
  }
  .hero-actions .text-link {
    font-size:12px;
    gap:8px
  }
  .eyebrow {
    font-size:12px;
    letter-spacing:.055em
  }
  .hero-visual {
    height:350px
  }
  .quest-preview {
    bottom:39px;
    left:0;
    padding:12px;
    gap:10px
  }
  .quest-preview p {
    font-size:12px
  }
  .quest-preview .micro-label {
    font-size:10px
  }
  .art-caption {
    font-size:12px;
    right:0
  }
  .hobby-tabs button {
    font-size:14px;
    padding:8px 13px
  }
  .task-kind {
    font-size:11px
  }
  .hobby-strip {
    font-size:14px
  }
  .footer p {
    font-size:12px
  }
}
@media(max-width:380px) {
  .header .button-small {
    padding:8px 10px;
    font-size:12px;
    gap:8px
  }
  .header .brand {
    font-size:15px;
    gap:6px
  }
  .header .brand img {
    width:25px;
    height:25px
  }
  .header {
    gap:10px
  }
  .hero .eyebrow {
    font-size:11px
  }
  .hero-visual {
    height:325px
  }
  .hero-actions .button {
    font-size:12px;
    gap:12px
  }
  .hobby-tabs {
    gap:5px
  }
  .hobby-tabs button {
    font-size:13px;
    padding:8px 11px
  }
}
.join-form .contact-caption {
  font-size:13px;
  margin:0 0 12px;
  color:#c0bbb2
}
