* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #1c1b18;
  color: #f7efe4;
  font-family:
    Helvetica Neue,
    Helvetica,
    sans-serif;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid #af7856;
  outline-offset: 6px;
}
.review {
  padding: 22px 5vw;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #4a4035;
  font:
    12px ui-monospace,
    monospace;
  letter-spacing: 0.06em;
  background: #1c1b18;
  color: #f7efe4;
}
.review nav {
  display: flex;
  gap: 24px;
}
.review a {
  text-decoration: none;
}
.review a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.04em;
}
.brand img {
  width: 43px;
  height: 43px;
  border-radius: 10px;
}
.eyebrow {
  text-transform: uppercase;
  font:
    11px ui-monospace,
    monospace;
  letter-spacing: 0.16em;
}
.soon {
  display: inline-flex;
  padding: 14px 21px;
  border: 1px solid currentColor;
  border-radius: 30px;
  font-size: 13px;
  align-items: center;
  gap: 12px;
}
.soon:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 450px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}
.cover {
  min-height: calc(100svh - 61px);
  padding: 40px 6vw 27px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cover:after {
  content: "";
  position: absolute;
  inset: 0 0 0 62%;
  background: repeating-linear-gradient(
    135deg,
    transparent 0 43px,
    #f7efe411 44px 46px,
    transparent 47px 90px
  );
  z-index: -1;
}
.cover header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cover .main {
  flex: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 70px 0;
}
.cover h1 {
  font-size: clamp(62px, 7.5vw, 118px);
  line-height: 0.96;
  letter-spacing: -0.075em;
  max-width: 900px;
  margin: 25px 0 30px;
  font-weight: 750;
}
.cover .description {
  color: #c6b8a6;
}
.bigmark {
  width: 100%;
  max-width: 310px;
  border-radius: 27%;
  justify-self: center;
  transform: rotate(-7deg);
  box-shadow: 0 26px 80px #0004;
}
.cover footer {
  padding-top: 30px;
  border-top: 1px solid #4a4035;
  color: #b9aa98;
}
.paper {
  background: #efe4d2;
  color: #29261f;
  min-height: calc(100svh - 61px);
  padding: 40px 6vw 27px;
}
.paper header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #b9aa98;
}
.paper .main {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 6vw;
  padding: 70px 0;
}
.margin-note {
  font:
    12px/1.8 ui-monospace,
    monospace;
  padding-top: 12px;
  max-width: 140px;
}
.margin-note span {
  display: block;
  border-top: 1px solid #b9aa98;
  padding: 12px 0;
  margin-top: 40px;
}
.paper h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(62px, 7.6vw, 116px);
  line-height: 1.01;
  letter-spacing: -0.055em;
  margin: 0 0 30px;
  max-width: 850px;
}
.paper h1 em {
  font-weight: 400;
  color: #826344;
}
.paper .bottom {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.paper footer {
  border-top: 1px solid #b9aa98;
  padding-top: 24px;
}
.product {
  background: #f7efe4;
  color: #29261f;
  min-height: calc(100svh - 61px);
  padding: 35px 6vw 25px;
  overflow: hidden;
}
.product header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 55px 0;
}
.product h1 {
  font-size: clamp(56px, 6vw, 86px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 1.03;
  margin: 24px 0;
}
.product h1 span {
  color: #866c51;
}
.product .description {
  color: #655c50;
}
.phone-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.phone {
  width: 290px;
  background: #1c1b18;
  color: #f7efe4;
  border: 7px solid #302c26;
  box-shadow: 0 25px 55px #342d2630;
  border-radius: 46px;
  padding: 13px 17px 14px;
  transform: rotate(4deg);
  position: relative;
}
.island {
  width: 85px;
  height: 21px;
  background: #0d0c0b;
  border-radius: 20px;
  margin: 0 auto 24px;
}
.phone .nav {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #b9aa98;
}
.phone h2 {
  font:
    500 29px Georgia,
    serif;
  line-height: 1.16;
  margin: 23px 0 12px;
}
.phone .small {
  font-size: 10px;
  color: #b9aa98;
  line-height: 1.5;
}
.phone .tabs {
  display: flex;
  gap: 8px;
  background: #342d26;
  border-radius: 10px;
  padding: 4px;
  margin: 23px 0;
  font-size: 10px;
}
.phone .tabs span {
  padding: 7px;
}
.phone .tabs .active {
  background: #4b3e32;
  border-radius: 7px;
}
.phone h3 {
  font:
    10px ui-monospace,
    monospace;
  letter-spacing: 0.12em;
  color: #b9aa98;
}
.phone p {
  font-size: 12px;
  line-height: 1.6;
}
.phone blockquote {
  font:
    20px/1.3 Georgia,
    serif;
  margin: 22px 0;
  padding: 16px 0;
  border-top: 1px solid #4a4035;
  border-bottom: 1px solid #4a4035;
}
.phone .home {
  height: 4px;
  width: 85px;
  border-radius: 2px;
  background: #f7efe4;
  margin: 27px auto 0;
}
.product .caption {
  text-align: center;
  font:
    10px ui-monospace,
    monospace;
  margin-top: 25px;
  color: #70614e;
}
.product footer {
  border-top: 1px solid #d5c5af;
  padding-top: 25px;
}
.index {
  padding: 65px 6vw 50px;
  max-width: 1600px;
  margin: auto;
}
.index h1 {
  font:
    400 clamp(40px, 5vw, 70px) Georgia,
    serif;
  letter-spacing: -0.04em;
  margin: 24px 0 18px;
}
.index > p {
  color: #b9aa98;
  line-height: 1.6;
  max-width: 650px;
}
.choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px 0;
}
.choice {
  text-decoration: none;
}
.thumb {
  height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #4a4035;
}
.thumb b {
  font-size: 41px;
  letter-spacing: -0.06em;
  line-height: 1;
}
.thumb img {
  width: 44px;
  border-radius: 10px;
}
.thumb.one {
  background: repeating-linear-gradient(
    135deg,
    #1c1b18 0 35px,
    #292620 36px 38px,
    #1c1b18 39px 70px
  );
}
.thumb.two {
  background: #efe4d2;
  color: #29261f;
}
.thumb.two b {
  font:
    42px/1 Georgia,
    serif;
  letter-spacing: -0.04em;
}
.thumb.three {
  background: #f7efe4;
  color: #29261f;
}
.thumb.three b {
  font-weight: 600;
  max-width: 200px;
}
.choice h2 {
  font-size: 19px;
  font-weight: 500;
}
.choice p {
  font-size: 14px;
  color: #b9aa98;
  line-height: 1.6;
}
.choice:hover .thumb {
  outline: 1px solid #f7efe4;
  outline-offset: 5px;
}
@media (max-width: 760px) {
  .review {
    padding: 18px 6vw;
    flex-wrap: wrap;
    font-size: 10px;
  }
  .review nav {
    gap: 18px;
  }
  .cover,
  .paper,
  .product {
    padding: 28px 7vw;
  }
  .cover .main {
    grid-template-columns: 1fr;
    padding: 50px 0 35px;
    gap: 35px;
  }
  .cover h1 {
    font-size: 64px;
  }
  .bigmark {
    width: 140px;
    justify-self: end;
    margin-top: -15px;
  }
  .cover header > .eyebrow,
  .product header > .eyebrow {
    display: none;
  }
  .description {
    font-size: 16px;
  }
  .footer {
    font-size: 10px;
    flex-wrap: wrap;
  }
  .paper .main {
    display: block;
    padding: 45px 0;
  }
  .margin-note {
    max-width: none;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 28px;
  }
  .margin-note span {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .paper h1 {
    font-size: 62px;
  }
  .paper .bottom {
    display: block;
    margin-top: 15px;
  }
  .paper .soon {
    margin-top: 15px;
  }
  .product .main {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 45px 0;
  }
  .product h1 {
    font-size: 59px;
  }
  .phone {
    transform: rotate(2deg);
  }
  .choices {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .thumb {
    height: 300px;
  }
  .index {
    padding-top: 30px;
  }
  .index h1 {
    font-size: 43px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Approved Pocket cover: native screenshot and Wild Signal family signature. */
.actual-phone { padding: 0; width: min(290px, 68vw); overflow: hidden; border-radius: 44px; }
.actual-phone img { display: block; width: 100%; height: auto; }
.launch .product { min-height: 100svh; display: flex; flex-direction: column; }
.launch .main { flex: 1; padding: 38px 0; }
.product-mark { display: inline-flex; align-items: baseline; gap: 10px; white-space: nowrap; letter-spacing: normal; }
.product-mark-verb { font-size: 14px; color: #655c50; }
.product-mark-signature { font: 520 19px/1 Georgia, serif; letter-spacing: -.03em; text-decoration: none; }
.wild-signal-wave { width: 34px; height: 16px; transform: translateY(.18em); overflow: visible; }
.wild-signal-wave path { fill: none; stroke: #866c51; stroke-width: 2.8; stroke-linecap: round; }
.wave-secondary { opacity: .54; }
.domain { text-decoration: none; font-size: 12px; letter-spacing: .02em; }
.product footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 760px) {
 .launch .main { padding: 45px 0; }
 .product footer { flex-wrap: nowrap; gap: 12px; }
 .product-mark { gap: 6px; }
 .product-mark-verb { font-size: 11px; }
 .product-mark-signature { font-size: 15px; }
 .wild-signal-wave { width: 24px; height: 12px; }
 .domain { font-size: 10px; letter-spacing: 0; }
}

/* Keep the desktop hero composed instead of spreading across wide screens. */
@media (min-width: 761px) {
 .launch .main { width: 100%; max-width: 1040px; margin-inline: auto; grid-template-columns: minmax(0, 620px) 320px; justify-content: center; gap: clamp(40px, 5vw, 80px); }
 .launch .phone-wrap { justify-content: center; }
}
/* Release notification signup. */
.notify-trigger { font: inherit; cursor: pointer; background: #29251f; color: #f7efe4; gap: 20px; }
.notify-trigger::before { display: none; }
.notify-trigger:hover { background: #4b4033; }
.launch-note { font-size: 13px; color: #655c50; margin: 12px 0 0; }
#launch-dialog { position: fixed; inset: 0; width: min(480px, calc(100vw - 32px)); max-height: calc(100svh - 32px); margin: auto; padding: 36px; border: 1px solid #b9a787; border-radius: 24px; background: #f7efe4; color: #29251f; box-shadow: 0 20px 100px #0004; }
#launch-dialog::backdrop { background: #1c1b1880; backdrop-filter: blur(4px); }
#launch-dialog h2 { font-size: 34px; line-height: 1.08; letter-spacing: -.04em; margin: 20px 0 16px; }
#launch-dialog p { font-size: 16px; line-height: 1.6; }
#launch-dialog .eyebrow { display: block; font-size: 10px; margin-top: 24px; }
.dialog-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; font-size: 28px; color: inherit; cursor: pointer; }
.signup-mark { border-radius: 12px; }
#launch-form { display: grid; gap: 12px; margin: 24px 0; }
#launch-form[hidden] { display: none; }
#launch-form[hidden] + #signup-status { font-weight: 700; }
#launch-form label { font-size: 14px; }
#launch-email { width: 100%; box-sizing: border-box; border: 1px solid #a79377; padding: 14px; border-radius: 10px; background: #fffaf2; color: #29251f; font: inherit; }
.signup-submit { min-height: 50px; border: none; border-radius: 12px; background: #29251f; color: #f7efe4; font: inherit; cursor: pointer; }
.signup-submit:disabled { opacity: .65; cursor: wait; }
#launch-dialog small { display: block; font-size: 12px; line-height: 1.5; color: #655c50; }
.signup-trap { position: absolute; left: -10000px; }
:focus-visible { outline: 2px solid #866c51; outline-offset: 4px; }
@media(max-width:480px) { #launch-dialog { padding: 28px; } }
