:root{
  --paper:#fffaf0;
  --ink:#302319;
  --muted:#766959;
  --honey:#ffc75b;
  --line:#e7ddcb}
*{
  box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:32px}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6}
a{
  color:inherit;
  text-underline-offset:4px}
img{
  max-width:100%;
  height:auto;
  display:block}
button,a,summary{
  -webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{
  outline:3px solid #a76009;
  outline-offset:6px}
.wrap{
  max-width:1240px;
  margin:auto;
  padding-left:48px;
  padding-right:48px}
.skip{
  position:absolute;
  top:-100px;
  left:20px;
  background:var(--ink);
  color:white;
  padding:10px;
  z-index:10}
.skip:focus{
  top:10px}
header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:112px;
  gap:25px}
.brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:25px;
  letter-spacing:-1px;
  font-weight:750;
  text-decoration:none}
.brand img{
  border-radius:10px}
nav{
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px;
  font-weight:600}
nav a{
  text-decoration:none}
nav a:hover{
  text-decoration:underline}
.nav-pill{
  border:1px solid var(--line);
  padding:10px 17px;
  border-radius:30px}
.nav-pill span{
  margin-left:14px}
.hero{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  align-items:center;
  padding-top:35px;
  padding-bottom:88px}
.eyebrow{
  font-size:12px!important;
  letter-spacing:1.9px;
  font-weight:700;
  margin:0 0 25px!important}
.status-dot{
  display:inline-block;
  background:#92641c;
  width:6px;
  height:6px;
  border-radius:100%;
  margin-right:8px;
  vertical-align:2px}
h1,h2,h3,p{
  margin-top:0}
h1{
  font-size:clamp(50px,6.2vw,82px);
  line-height:1.02;
  letter-spacing:-5px;
  font-weight:750;
  margin-bottom:30px}
h1 em{
  font-family:Georgia,serif;
  font-weight:400;
  color:#9f601f;
  font-size:.78em;
  line-height:1.15;
  letter-spacing:-3px}
p.intro{
  max-width:405px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75}
.hero-actions{
  display:flex;
  gap:22px;
  align-items:center;
  margin:30px 0 22px}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  background:var(--ink);
  color:#fff8e9;
  padding:15px 22px;
  border-radius:9px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  transition:transform .2s,background .2s}
.button:hover{
  transform:translateY(-2px);
  background:#58402b}
.launch{
  font-size:12px;
  line-height:1.5;
  color:var(--muted)}
.launch strong{
  color:var(--ink);
  font-weight:600}
.fine{
  font-size:12px;
  color:var(--muted);
  line-height:1.6}
.hero-art{
  position:relative;
  max-width:420px;
  justify-self:end;
  padding:25px 65px 0;
  background:#f6e2b9;
  border-radius:180px 180px 22px 22px;
  margin-top:10px;
  box-shadow:0 24px 60px #8a5b1720}
.hero-art>img{
  border-radius:13px;
  box-shadow:0 15px 30px #58300020;
  transform:rotate(4deg);
  margin-top:40px}
.image-caption{
  position:absolute;
  top:44px;
  left:44px;
  right:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px}
.image-caption span:first-child{
  font-size:9px;
  letter-spacing:1.8px;
  width:150px;
  line-height:1.6}
.image-caption span:last-child{
  font-size:40px;
  font-weight:normal}
.photo-note{
  position:absolute;
  left:-36px;
  bottom:45px;
  padding:17px 22px;
  background:#ffcb66;
  box-shadow:0 8px 25px #6d461520;
  border-radius:4px;
  transform:rotate(-6deg);
  font-size:14px;
  line-height:1.55}
.photo-note strong{
  font-family:Georgia,serif;
  font-size:20px;
  font-weight:400}
.ticker{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:24px 0}
.ticker .wrap{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  color:#756048;
  font-size:14px}
.ticker b{
  color:#b47b24;
  font-size:26px;
  font-weight:400}
.possibilities{
  padding-top:100px;
  padding-bottom:90px}
.section-heading h2,.quiet h2,.premium h2{
  font-size:50px;
  line-height:1.1;
  letter-spacing:-2.6px;
  font-weight:650;
  margin-bottom:22px}
.section-heading>p:not(.eyebrow){
  max-width:440px;
  color:var(--muted);
  font-size:16px}
.screens{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin-top:44px}
.screens figure{
  margin:0;
  min-width:0}
.screens img{
  width:100%;
  border-radius:16px;
  border:1px solid #eedfbe}
.screens figcaption{
  padding:25px 4px 0}
.screens figcaption>span{
  font-size:12px;
  letter-spacing:1.5px;
  color:#886743;
  font-weight:700}
.screens h3{
  font-size:20px;
  line-height:1.3;
  letter-spacing:-.5px;
  margin:9px 0}
.screens p{
  font-size:14px;
  color:var(--muted)}
.quiet{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  border-top:1px solid var(--line);
  padding-top:72px;
  padding-bottom:80px}
.quiet-points article{
  display:flex;
  gap:24px;
  padding:0 0 27px}
.quiet-points article>span{
  color:#997445;
  font-size:12px;
  padding-top:4px}
.quiet h3{
  font-size:18px;
  margin-bottom:8px}
.quiet-points p{
  font-size:14px;
  color:var(--muted);
  margin-bottom:0}
.premium{
  background:#32251d;
  color:#fff5de;
  border-radius:22px;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:75px;
  padding-top:65px;
  padding-bottom:65px}
.premium .eyebrow{
  color:#e3b865}
.premium p{
  color:#cbbfae;
  font-size:16px}
.premium h2{
  font-size:46px}
.text-link{
  font-size:14px;
  display:inline-block;
  margin-top:16px}
.text-link span{
  margin-left:20px}
.premium-note{
  border-left:1px solid #5d4d3d;
  padding-left:60px}
.premium-note img{
  width:70px;
  border:1px solid #6f5033;
  border-radius:18px;
  margin-bottom:24px}
.premium-note h3{
  font-size:25px;
  line-height:1.3;
  letter-spacing:-.7px}
.premium-note p{
  font-size:14px}
.premium-note small{
  display:block;
  color:#bbac97;
  font-size:12px}
.support{
  padding-top:110px;
  padding-bottom:100px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px}
.support h2{
  font-size:48px}
.support .button{
  margin-top:12px}
.email{
  display:block;
  font-size:14px;
  margin:18px 0}
.support .fine{
  font-size:12px!important;
  max-width:350px}
.faq details{
  border-bottom:1px solid var(--line);
  padding:20px 0}
.faq summary{
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px}
.faq summary::-webkit-details-marker{
  display:none}
.faq summary:after{
  content:'+';
  font-weight:400;
  font-size:23px;
  line-height:1}
.faq details[open] summary:after{
  content:'−'}
.faq p{
  font-size:14px;
  color:var(--muted);
  padding-top:16px;
  margin-bottom:3px}
.faq a{
  color:var(--ink)}
footer{
  border-top:1px solid var(--line);
  padding-top:42px;
  padding-bottom:35px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:30px}
footer .brand{
  font-size:22px}
footer p{
  font-size:13px;
  color:var(--muted);
  margin:10px 0 0}
footer small{
  font-size:12px;
  color:var(--muted);
  width:100%;
  padding-top:12px}
.legal{
  max-width:940px;
  padding-top:40px;
  padding-bottom:90px}
.back{
  display:inline-block;
  font-size:14px;
  color:var(--muted);
  margin-bottom:52px}
.legal h1{
  font-size:64px;
  letter-spacing:-3px}
.legal-lead{
  font-size:21px;
  line-height:1.6;
  color:var(--muted);
  max-width:730px}
.updated{
  font-size:13px;
  color:var(--muted);
  padding:20px 0 35px;
  border-bottom:1px solid var(--line)}
.legal-body section{
  padding-top:26px}
.legal-body h2{
  font-size:23px;
  line-height:1.4;
  letter-spacing:-.4px;
  margin-bottom:13px}
.legal-body div{
  font-size:16px;
  line-height:1.85;
  color:#625447}
.legal-body p{
  margin:18px 0 0}
.legal-body li{
  margin-bottom:13px}
.legal-body ul{
  padding-left:22px}
.legal-body a{
  overflow-wrap:anywhere}
.legal-body strong{
  color:var(--ink)}
@media(min-width:1500px){
  .hero{
  gap:90px}
.hero-art{
  max-width:430px}
}
@media(max-width:900px){
  .wrap{
  padding-left:30px;
  padding-right:30px}
.hero{
  gap:35px}
h1{
  letter-spacing:-3px}
.hero-art{
  padding:20px 35px 0}
.image-caption{
  left:26px;
  right:26px;
  top:35px}
.photo-note{
  left:-15px}
.hero-actions{
  flex-wrap:wrap}
.quiet,.support{
  gap:40px}
.premium{
  border-radius:0;
  gap:35px}
.premium-note{
  padding-left:30px}
.screens{
  gap:18px}
footer nav{
  gap:20px}
.eyebrow{
  font-size:12px!important}
.hero-art>img{
  margin-top:54px}
}
@media(max-width:640px){
  .wrap{
  padding-left:24px;
  padding-right:24px}
header{
  min-height:86px;
  gap:15px}
header .brand{
  font-size:22px}
header .brand img{
  width:36px}
header nav{
  gap:18px;
  font-size:13px}
.nav-pill{
  display:none}
.hero{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  padding-top:30px;
  padding-bottom:58px;
  gap:28px}
.hero h1{
  font-size:62px;
  letter-spacing:-3.7px}
.hero h1 em{
  font-size:.75em;
  letter-spacing:-2px}
.intro{
  font-size:17px!important;
  max-width:none!important}
.hero-art{
  max-width:310px;
  width:85%;
  align-self:center;
  padding:26px 42px 0}
.image-caption{
  top:30px}
.image-caption span:first-child{
  font-size:8px}
.hero-art>img{
  margin-top:45px}
.photo-note{
  bottom:35px;
  left:-22px;
  font-size:12px}
.photo-note strong{
  font-size:17px}
.ticker{
  padding:16px 0}
.ticker .wrap{
  gap:13px;
  justify-content:center;
  font-size:12px;
  text-align:center}
.ticker b{
  font-size:20px}
.ticker span:last-child,.ticker b:nth-last-child(2){
  display:none}
.possibilities{
  padding-top:62px;
  padding-bottom:50px}
.section-heading h2,.quiet h2,.premium h2,.support h2{
  font-size:40px;
  letter-spacing:-2px}
.screens{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:15px;
  margin-top:32px;
  gap:18px}
.screens figure{
  flex:0 0 80%;
  scroll-snap-align:start}
.screens h3{
  font-size:21px}
.screens p{
  font-size:15px}
.quiet,.support,.premium{
  grid-template-columns:1fr;
  gap:26px}
.quiet{
  padding-top:46px;
  padding-bottom:35px}
.quiet-points article{
  gap:18px}
.premium{
  padding-top:45px;
  padding-bottom:45px}
.premium-note{
  border-left:0;
  border-top:1px solid #5d4d3d;
  padding:30px 0 0}
.premium-note img{
  float:right;
  margin-left:20px}
.support{
  padding-top:62px;
  padding-bottom:55px}
.support .fine{
  max-width:100%}
.faq details{
  padding:22px 0}
footer{
  padding-top:30px;
  gap:24px}
footer nav{
  flex-wrap:wrap;
  gap:18px;
  font-size:13px}
footer small{
  padding-top:0}
.legal{
  padding-top:20px;
  padding-bottom:60px}
.back{
  margin-bottom:35px}
.legal h1{
  font-size:43px;
  letter-spacing:-2px}
.legal-lead{
  font-size:18px}
.legal-body h2{
  font-size:22px}
}
@media(prefers-reduced-motion:reduce){
  html{
  scroll-behavior:auto}
*{
  transition:none!important}
}

.screens p,.quiet-points p,.premium-note p,.faq p{
  font-size:16px}
