@charset "UTF-8";
:root{
  --blue:#123ceb;
  --ink:#152747;
  --paper:#f7f9fc;
  --line:#d2dbe8;
  --muted:#50617c;
  --gutter:clamp(22px,4vw,72px)
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased
}
button,a{
  -webkit-tap-highlight-color:transparent
}
button{
  font:inherit;
  cursor:pointer
}
a{
  color:inherit;
  text-decoration:none
}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:6px
}
button:disabled{
  cursor:default
}
::selection{
  background:var(--blue);
  color:#fff
}
h1,h2,h3,p{
  margin:0
}
button{
  color:inherit
}
img{
  display:block;
  max-width:100%
}
[hidden]{
  display:none!important
}
.skip-link{
  position:fixed;
  left:15px;
  top:-100px;
  z-index:10;
  background:#fff;
  padding:15px
}
.skip-link:focus{
  top:15px
}
.site-header{
  height:102px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 var(--gutter);
  border-bottom:1px solid var(--line)
}
.small-logo{
  font-weight:900;
  font-size:28px;
  letter-spacing:-1.8px;
  color:var(--blue);
  display:inline-flex;
  align-items:center;
  gap:3px
}
.small-logo span{
  font-size:36px;
  line-height:1
}
.site-header nav{
  display:flex;
  gap:35px;
  font-size:14px
}
.site-header nav a{
  padding:12px 0
}
.site-header nav a:hover{
  text-decoration:underline;
  text-underline-offset:6px
}
.header-note{
  font-size:12px;
  line-height:1.5
}
.hero{
  padding:0 var(--gutter)
}
.hero h1{
  color:var(--blue);
  font-family:"Arial Black",Arial,sans-serif;
  font-weight:950;
  font-size:clamp(64px,15.25vw,260px);
  letter-spacing:-.087em;
  line-height:1.04;
  margin:12px 0 0 -.065em;
  transform:scaleX(1.018);
  transform-origin:left
}
.hero-stage{
  position:relative;
  min-height:500px;
  height:39vw;
  max-height:670px;
  isolation:isolate
}
.hero-object{
  border:0;
  background:transparent;
  position:absolute;
  width:72%;
  left:17%;
  top:-8%;
  padding:0;
  z-index:-1;
  touch-action:manipulation;
  transform:perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  transition:transform .45s ease
}
.hero-object img{
  width:100%;
  mix-blend-mode:multiply;
  user-select:none
}
.hero-object:hover{
  cursor:grab
}
.hero-object:active{
  cursor:grabbing
}
.hero-intro{
  position:relative;
  top:16%;
  width:250px;
  pointer-events:none
}
.hero-intro p{
  font-size:15px;
  line-height:1.55
}
.hero-intro .hero-tagline{
  font-weight:600;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.7px;
  margin-bottom:25px
}
.primary-link{
  margin-top:30px;
  background:var(--blue);
  color:white;
  display:inline-flex;
  align-items:center;
  gap:25px;
  padding:17px 20px;
  border-radius:6px;
  font-size:14px;
  pointer-events:auto;
  transition:background .2s
}
.primary-link:hover{
  background:#0b2db9
}
.primary-link span{
  font-size:21px
}
.price-stamp{
  position:absolute;
  right:1%;
  top:19%;
  width:132px;
  height:132px;
  border:1px solid var(--blue);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  color:var(--blue);
  transform:rotate(12deg);
  background:var(--paper)
}
.price-stamp span{
  font-size:12px
}
.price-stamp strong{
  font-size:56px;
  letter-spacing:-4px;
  line-height:1.05
}
.toy-caption{
  position:absolute;
  bottom:7%;
  left:40%;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  color:var(--muted)
}
.tiny-cross{
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  width:24px;
  height:24px;
  font-size:18px
}
.hero-footnote{
  position:absolute;
  right:0;
  bottom:9%;
  font-size:12px;
  line-height:1.6
}
.hero-bottom{
  min-height:74px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  font-size:11px
}
.hero-bottom a{
  display:flex;
  gap:35px;
  align-items:center
}
.hero-bottom a span{
  font-size:22px
}
.section-space{
  padding:110px var(--gutter)
}
.section-heading{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:10%;
  margin-bottom:55px
}
.section-kicker{
  font-size:13px;
  margin-bottom:24px;
  color:var(--muted)
}
h2{
  font-size:clamp(48px,6.8vw,112px);
  font-weight:800;
  line-height:.97;
  letter-spacing:-.065em
}
.section-heading>p{
  max-width:355px;
  justify-self:end;
  font-size:17px;
  line-height:1.55;
  padding-bottom:4px
}
.exhibit{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:7%;
  align-items:stretch
}
.exhibit-stage{
  min-height:555px;
  background:#e9edf4;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center
}
.exhibit-mark{
  position:absolute;
  top:25px;
  left:26px;
  font-size:12px;
  z-index:2
}
.sample-label{
  position:absolute;
  bottom:26px;
  left:26px;
  color:var(--muted);
  font-size:11px
}
.exhibit-play{
  position:absolute;
  right:22px;
  bottom:19px;
  border:1px solid #b5c1d3;
  border-radius:30px;
  background:transparent;
  padding:12px 17px;
  font-size:12px;
  display:flex;
  gap:18px;
  align-items:center
}
.exhibit-play:hover{
  background:white
}
.rock-art{
  width:260px;
  height:230px;
  overflow:hidden;
  position:relative;
  mix-blend-mode:multiply;
  transform:rotate(-12deg)
}
.rock-art img{
  position:absolute;
  max-width:none;
  width:1350px;
  height:900px;
  right:-100px;
  bottom:-119px
}
.exhibit-info{
  padding:5px 0 2px;
  display:flex;
  flex-direction:column
}
.idea-tabs{
  display:flex;
  border-bottom:1px solid var(--line);
  gap:24px;
  margin-bottom:42px
}
.idea-tabs button{
  background:none;
  border:0;
  border-bottom:2px solid transparent;
  padding:12px 0 16px;
  font-size:13px;
  color:var(--muted);
  white-space:nowrap
}
.idea-tabs button[aria-selected=true]{
  border-color:var(--blue);
  color:var(--blue)
}
.concept-tag{
  font-size:12px;
  color:var(--muted);
  margin-bottom:18px
}
.exhibit h3{
  font-size:clamp(50px,5.8vw,88px);
  line-height:.95;
  letter-spacing:-.055em;
  color:var(--blue);
  margin-bottom:25px
}
.idea-description{
  font-size:22px;
  letter-spacing:-.4px;
  line-height:1.3;
  margin-bottom:20px
}
.idea-detail{
  font-size:14px;
  line-height:1.6;
  max-width:335px;
  color:var(--muted)
}
.idea-price{
  display:flex;
  gap:20px;
  align-items:center;
  margin-top:25px;
  font-size:12px
}
.idea-price strong{
  font-weight:500
}
.idea-price span{
  color:var(--muted)
}
.idea-reaction{
  font-size:12px;
  color:var(--blue);
  margin-top:20px;
  min-height:30px
}
.selection-note{
  font-size:11px;
  line-height:1.6;
  color:var(--muted);
  padding-top:25px;
  margin-top:auto
}
.queue-art{
  display:flex;
  gap:18px;
  transform:rotate(-20deg);
  width:90%;
  flex-wrap:wrap;
  justify-content:center
}
.queue-art span{
  font-size:80px;
  line-height:1;
  color:var(--blue)
}
.certificate-art{
  width:70%;
  background:#fff;
  padding:30px 24px;
  text-align:center;
  border:8px double #a8b9d6;
  transform:rotate(-8deg);
  box-shadow:12px 25px 30px #162c5520
}
.certificate-art>span:first-child{
  font-size:10px;
  font-weight:bold;
  letter-spacing:2px
}
.certificate-art p{
  font-family:Georgia,serif;
  font-size:32px;
  line-height:1.1;
  margin:35px 0 20px
}
.certificate-art div{
  font-size:12px;
  line-height:1.6
}
.certificate-art .seal{
  font-size:65px;
  color:var(--blue);
  display:block;
  margin:20px 0
}
.certificate-art small{
  font-size:9px
}
.manifesto{
  background:var(--blue);
  color:white;
  padding-top:55px;
  padding-bottom:65px
}
.manifesto-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:35px
}
.manifesto-top p{
  font-size:14px
}
.manifesto-top span{
  font-size:66px;
  line-height:1
}
.manifesto h2{
  font-size:clamp(56px,8.9vw,145px);
  line-height:.99;
  font-weight:700;
  letter-spacing:-.065em
}
.manifesto-bottom{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12%;
  margin-top:60px
}
.manifesto-bottom>p{
  font-size:26px;
  line-height:1.2;
  letter-spacing:-.6px
}
.manifesto-bottom>div{
  max-width:425px
}
.manifesto-bottom>div p{
  font-size:15px;
  line-height:1.65;
  margin-bottom:16px
}
.how{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%;
  padding-top:120px;
  padding-bottom:120px
}
.how h2{
  font-size:clamp(42px,5.3vw,80px)
}
.how-heading>p:last-child{
  font-size:15px;
  line-height:1.6;
  margin-top:30px
}
.steps{
  list-style:none;
  margin:0;
  padding:0
}
.steps li{
  display:flex;
  gap:30px;
  padding:28px 0;
  border-top:1px solid var(--line)
}
.steps li:first-child{
  padding-top:0;
  border:0
}
.steps li>span{
  font-size:12px;
  padding-top:5px;
  color:var(--blue)
}
.steps h3{
  font-size:22px;
  letter-spacing:-.6px;
  margin-bottom:12px
}
.steps p{
  font-size:14px;
  line-height:1.65;
  max-width:365px;
  color:var(--muted)
}
.closing{
  text-align:center;
  background:#e6ecf5;
  padding:65px var(--gutter) 45px
}
.closing>p:first-child{
  font-size:15px
}
.closing h2{
  font-family:"Arial Black",Arial,sans-serif;
  color:var(--blue);
  font-size:clamp(68px,14.5vw,230px);
  letter-spacing:-.085em;
  margin:20px 0 30px;
  line-height:1
}
.share-button{
  background:var(--blue);
  border:0;
  color:#fff;
  padding:18px 24px;
  display:inline-flex;
  gap:35px;
  border-radius:5px;
  font-size:14px
}
.share-button:hover{
  background:#0b2db9
}
#share-status{
  font-size:12px;
  margin-top:18px;
  min-height:20px
}
footer{
  padding:35px var(--gutter);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
footer p,footer>a:not(.small-logo),footer>span{
  font-size:11px
}
footer>a:not(.small-logo):hover{
  text-decoration:underline
}
.noscript-note{
  padding:25px;
  text-align:center;
  font-size:14px
}
img{
  height:auto
}
.hero-stage{
  overflow:clip
}
.hero-object{
  mix-blend-mode:multiply
}
.rock-art{
  width:360px;
  height:280px;
  mask-image:radial-gradient(ellipse 49% 48% at 49% 57%,#000 65%,transparent 99%)
}
.rock-art img{
  right:-65px;
  bottom:-95px;
  height:900px
}
@media(min-width:1700px){
  .hero-stage{
    height:660px
  }
  .hero-object{
    max-width:1100px;
    left:calc(50% - 500px)
  }
  .hero h1{
    font-size:15.1vw
  }
}
@media(max-width:1000px){
  .site-header{
    height:82px
  }
  .header-note{
    display:none
  }
  .hero-stage{
    min-height:420px
  }
  .hero-intro{
    top:10%;
    width:195px
  }
  .hero-intro .hero-tagline{
    font-size:19px
  }
  .hero-intro p{
    font-size:13px
  }
  .hero-object{
    width:83%;
    left:12%;
    top:6%
  }
  .price-stamp{
    width:100px;
    height:100px;
    top:9%;
    right:0
  }
  .price-stamp strong{
    font-size:43px
  }
  .price-stamp span{
    font-size:10px
  }
  .primary-link{
    font-size:12px;
    padding:14px;
    gap:13px
  }
  .hero-footnote{
    display:none
  }
  .toy-caption{
    left:36%;
    bottom:4%
  }
  .section-space{
    padding:80px var(--gutter)
  }
  .exhibit{
    gap:5%;
    grid-template-columns:1fr 1fr
  }
  .exhibit-stage{
    min-height:535px
  }
  .idea-tabs{
    gap:16px
  }
  .idea-tabs button{
    font-size:12px
  }
  .idea-description{
    font-size:20px
  }
  .certificate-art{
    width:83%;
    padding:20px 10px
  }
  .how{
    gap:8%
  }
  .steps li{
    gap:17px
  }
  .steps h3{
    font-size:20px
  }
}
@media(max-width:650px){
  :root{
    --gutter:22px
  }
  .site-header{
    height:73px
  }
  .small-logo{
    font-size:25px
  }
  .small-logo span{
    font-size:31px
  }
  .site-header nav{
    gap:21px;
    font-size:11px
  }
  .hero h1{
    font-size:14.65vw;
    margin-top:20px;
    letter-spacing:-.087em
  }
  .hero-stage{
    height:580px;
    min-height:0;
    max-height:none;
    display:flex;
    flex-direction:column
  }
  .hero-intro{
    top:0;
    width:100%;
    padding-top:25px;
    pointer-events:none
  }
  .hero-intro .hero-tagline{
    font-size:23px;
    margin-bottom:12px
  }
  .hero-intro p:not(.hero-tagline){
    font-size:13px
  }
  .primary-link{
    margin-top:19px;
    padding:13px 16px
  }
  .hero-object{
    width:120%;
    max-width:none;
    left:-10%;
    top:225px;
    z-index:-1
  }
  .price-stamp{
    top:33px;
    right:2px;
    width:88px;
    height:88px;
    transform:rotate(12deg)
  }
  .price-stamp strong{
    font-size:38px
  }
  .price-stamp span{
    font-size:9px
  }
  .toy-caption{
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap;
    font-size:11px
  }
  .hero-bottom{
    min-height:65px;
    font-size:10px;
    gap:18px
  }
  .hero-bottom>span:last-child{
    display:none
  }
  .hero-bottom a{
    gap:13px
  }
  .hero-bottom>span:first-child{
    max-width:100px;
    line-height:1.5
  }
  .section-space{
    padding:64px var(--gutter)
  }
  .section-heading{
    display:block;
    margin-bottom:30px
  }
  .section-heading h2{
    font-size:64px
  }
  .section-kicker{
    font-size:11px;
    margin-bottom:18px
  }
  .section-heading>p{
    font-size:14px;
    max-width:100%;
    margin-top:25px
  }
  .section-heading>p br+br{
    display:none
  }
  .exhibit{
    display:flex;
    flex-direction:column;
    gap:28px
  }
  .exhibit-stage{
    min-height:410px
  }
  .exhibit-info{
    padding:0
  }
  .idea-tabs{
    margin-bottom:30px;
    justify-content:space-between;
    gap:10px
  }
  .idea-tabs button{
    font-size:13px
  }
  .exhibit h3{
    font-size:60px
  }
  .idea-detail{
    max-width:100%
  }
  .idea-description{
    font-size:23px
  }
  .idea-price{
    margin-top:21px
  }
  .selection-note{
    padding-top:15px
  }
  .exhibit-mark{
    top:22px;
    left:20px
  }
  .sample-label{
    left:20px;
    bottom:26px;
    font-size:10px
  }
  .exhibit-play{
    right:15px;
    font-size:11px;
    gap:10px
  }
  .rock-art{
    transform:scale(.95) rotate(-12deg)
  }
  .certificate-art{
    width:68%;
    padding:20px 10px
  }
  .certificate-art p{
    font-size:28px;
    margin:20px 0 15px
  }
  .certificate-art .seal{
    margin:10px 0
  }
  .queue-art span{
    font-size:63px
  }
  .manifesto{
    padding-top:35px;
    padding-bottom:35px
  }
  .manifesto-top{
    margin-bottom:30px
  }
  .manifesto-top p{
    font-size:12px
  }
  .manifesto-top span{
    font-size:45px
  }
  .manifesto h2{
    font-size:12.5vw
  }
  .manifesto-bottom{
    grid-template-columns:1fr;
    gap:27px;
    margin-top:32px
  }
  .manifesto-bottom>p{
    font-size:23px
  }
  .manifesto-bottom>div p{
    font-size:14px
  }
  .how{
    display:block
  }
  .how h2{
    font-size:56px
  }
  .how-heading>p:last-child{
    font-size:14px;
    margin-top:23px
  }
  .steps{
    margin-top:38px
  }
  .steps li:first-child{
    padding-top:24px;
    border-top:1px solid var(--line)
  }
  .steps li{
    gap:20px;
    padding:24px 0
  }
  .steps h3{
    font-size:21px
  }
  .steps p{
    font-size:14px
  }
  .closing{
    padding-top:40px;
    padding-bottom:25px
  }
  .closing>p:first-child{
    font-size:12px
  }
  .closing h2{
    font-size:15.5vw;
    margin:26px 0
  }
  .share-button{
    font-size:13px;
    padding:16px 20px
  }
  footer{
    display:grid;
    grid-template-columns:1fr 1fr;
    padding-top:28px;
    padding-bottom:28px;
    row-gap:22px
  }
  footer>p,footer>span{
    text-align:right
  }
  footer>a:not(.small-logo){
    font-size:10px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*::before,*::after{
    animation:none!important;
    transition:none!important
  }
  .hero-object{
    transform:none!important
  }
}
@media(max-width:360px){
  .section-heading h2{
    font-size:58px
  }
  .site-header nav{
    gap:12px
  }
  .hero-intro .hero-tagline{
    font-size:20px
  }
  .price-stamp{
    width:75px;
    height:75px
  }
  .price-stamp strong{
    font-size:32px
  }
}
