:root{
  --moss:#3F4B3B;
  --bone:#F3EEE3;
  --ink:#1d211b;
  --muted:#6d7169;
  --glass:rgba(248,245,237,.68);
  --lime:#d9e55a;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bone);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

.hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  background:var(--bone);
}

.hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
}

.veil{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,
      rgba(243,238,227,.93) 0%,
      rgba(243,238,227,.86) 31%,
      rgba(243,238,227,.22) 51%,
      rgba(243,238,227,0) 67%);
}

.topbar{
  position:relative;
  z-index:6;
  height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 3.6vw;
}

.brand img{
  display:block;
  width:218px;
  height:auto;
}

.nav{
  display:flex;
  align-items:center;
  gap:42px;
  font-size:17px;
}

.nav a{
  color:#171a16;
  text-decoration:none;
  white-space:nowrap;
}

.nav-button{
  color:var(--bone)!important;
  background:#26351f;
  border-radius:13px;
  padding:17px 25px;
  font-weight:600;
}

.copy{
  position:relative;
  z-index:5;
  width:44vw;
  max-width:700px;
  margin-left:5.6vw;
  padding-top:52px;
}

.hero-logo{
  width:min(610px,100%);
  height:auto;
  display:block;
  margin:0 0 7px;
}

.tagline{
  margin:0;
  color:var(--moss);
  font-size:34px;
  line-height:1.2;
  font-weight:400;
}

.rule{
  width:136px;
  height:1px;
  margin:34px 0 25px;
  background:rgba(63,75,59,.14);
}

.steps{
  display:grid;
  gap:15px;
}

.step{
  display:flex;
  align-items:center;
  gap:19px;
  color:var(--moss);
  font-size:31px;
  line-height:1.15;
}

.step-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.step-icon svg{
  width:35px;
  height:35px;
  fill:none;
  stroke:var(--moss);
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.intro{
  margin:36px 0 34px;
  max-width:500px;
  font-size:18px;
  line-height:1.55;
}

.waitlist{
  display:flex;
  width:476px;
  max-width:100%;
  min-height:64px;
  border-radius:13px;
  overflow:hidden;
  background:rgba(250,247,239,.94);
  box-shadow:0 8px 24px rgba(49,58,45,.05);
}

.waitlist input{
  flex:1;
  min-width:0;
  border:0;
  background:transparent;
  padding:0 24px;
  font:inherit;
  font-size:16px;
  color:var(--ink);
  outline:none;
}

.waitlist input::placeholder{color:#92958f}

.waitlist button{
  border:0;
  min-width:190px;
  padding:0 23px;
  background:#2e401f;
  color:#fff;
  font:600 16px inherit;
  cursor:pointer;
  transition:filter .18s ease,transform .18s ease;
}

.waitlist button:hover{filter:brightness(.95)}
.waitlist button:active{transform:translateY(1px)}
.waitlist button[disabled]{cursor:wait;opacity:.72}

.form-status{
  min-height:21px;
  margin:15px 0 0;
  color:#666c64;
  font-size:14px;
}

.prototype{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:28px;
  padding:11px 16px;
  border-radius:8px;
  color:#3e4d39;
  background:rgba(227,221,204,.58);
  font-size:14px;
}

.spark{font-size:16px}

.recognition{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}

.label{
  position:absolute;
  min-width:142px;
  padding:15px 18px;
  border-radius:12px;
  background:var(--glass);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 10px 24px rgba(56,54,44,.035);
  backdrop-filter:blur(7px);
  color:#1b1e1a;
}

.label b{
  display:block;
  margin-bottom:9px;
  font-size:17px;
  font-weight:650;
}

.label span{
  display:block;
  color:#2f342f;
  font-size:16px;
  white-space:nowrap;
}

.lamp{left:53.5%;top:20.5%}
.jacket{left:74%;top:24.5%}
.box{right:5.8%;top:36.5%}
.fan{left:42%;top:56.5%}
.appliance{right:1%;top:60.8%}
.books{left:48.5%;bottom:8.8%}
.cable{right:9.2%;bottom:5.8%}

.scan-dot{
  position:absolute;
  width:11px;
  height:11px;
  border-radius:50%;
  background:rgba(217,229,90,.95);
  box-shadow:0 0 0 7px rgba(217,229,90,.10),0 0 18px rgba(217,229,90,.75);
}
.dot-1{left:65%;top:34%}
.dot-2{left:84%;top:46%}
.dot-3{left:66%;bottom:17%}
.dot-4{right:13%;bottom:10%}

.faq-anchor{position:absolute;right:0;bottom:0}

.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media(max-width:1050px){
  .nav a:not(.nav-button){display:none}
  .copy{width:56vw}
  .hero-logo{width:510px}
  .tagline{font-size:29px}
  .step{font-size:27px}
  .lamp{left:54%}
  .fan{display:none}
  .books{left:54%}
}

@media(max-width:760px){
  .hero{
    min-height:100svh;
    padding-bottom:40px;
  }

  .hero-photo{
    object-position:67% center;
    filter:saturate(.93);
  }

  .veil{
    background:
      linear-gradient(180deg,
        rgba(243,238,227,.98) 0%,
        rgba(243,238,227,.97) 51%,
        rgba(243,238,227,.64) 72%,
        rgba(243,238,227,.20) 100%);
  }

  .topbar{
    height:82px;
    padding:0 20px;
  }

  .brand img{width:160px}
  .nav-button{padding:12px 15px;font-size:12px}

  .copy{
    width:auto;
    max-width:none;
    margin:0 20px;
    padding-top:40px;
  }

  .hero-logo{width:min(390px,86vw)}
  .tagline{font-size:27px}
  .rule{margin:27px 0 21px}
  .steps{gap:12px}
  .step{font-size:23px;gap:14px}
  .step-icon,.step-icon svg{width:30px;height:30px}
  .intro{font-size:15px;margin:28px 0 24px}
  .intro br{display:none}

  .waitlist{
    width:100%;
    flex-direction:column;
    background:transparent;
    box-shadow:none;
    gap:8px;
    overflow:visible;
  }

  .waitlist input,
  .waitlist button{
    width:100%;
    min-height:54px;
    border-radius:11px;
  }

  .waitlist input{background:rgba(250,247,239,.96)}
  .prototype{font-size:12px;margin-top:18px}

  .recognition{display:none}
}

@media(max-height:830px) and (min-width:761px){
  .topbar{height:90px}
  .copy{padding-top:20px}
  .hero-logo{width:500px}
  .tagline{font-size:28px}
  .rule{margin:24px 0 18px}
  .steps{gap:10px}
  .step{font-size:25px}
  .intro{margin:25px 0 22px;font-size:16px}
  .waitlist{min-height:56px}
  .prototype{margin-top:18px}
}


/* Final header icon */
.header-icon{
  width:52px!important;
  height:52px!important;
  display:block;
}
@media(max-width:760px){
  .header-icon{
    width:42px!important;
    height:42px!important;
  }
}

/* Formspree feedback */
.form-feedback{
  width:476px;
  max-width:100%;
}
.form-success,
.form-error,
.field-error{
  display:none;
  margin:0 0 10px;
  font-size:14px;
  line-height:1.4;
}
.form-success{color:#31452b}
.form-error,
.field-error{color:#8b3a32}
.form-success:not(:empty),
.form-error:not(:empty),
.field-error:not(:empty){
  display:block;
}
.waitlist input[aria-invalid="true"]{
  outline:1px solid rgba(139,58,50,.58);
  outline-offset:-1px;
}
.waitlist button:disabled{
  opacity:.68;
  cursor:wait;
}
