@font-face {
  font-family: Inter;
  src: url("/assets/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f6f5ef;
  --ink: #202c28;
  --muted: #606a62;
  --green: #255c43;
  --lime: #c4d89e;
  --line: #dcded5;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 34px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
input,
select,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #75a064;
  outline-offset: 5px;
}
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
button {
  cursor: pointer;
}
svg {
  display: block;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.08;
}
em {
  font-weight: 400;
  color: var(--green);
}
h3 {
  font-weight: 550;
  letter-spacing: -0.035em;
}
p {
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 10px 18px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1.6;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73a16d;
  flex-shrink: 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  border-radius: 4px;
  padding: 15px 23px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  min-height: 52px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #194832;
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(0);
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-small {
  font-size: 12px;
  padding: 10px 16px;
  gap: 20px;
  min-height: 42px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--green);
  text-underline-offset: 5px;
  font-size: 12px;
  font-weight: 550;
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 25px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.045em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-period {
  color: var(--green);
}
.brand img {
  object-fit: contain;
}
.edition {
  font-size: 9px;
  letter-spacing: 0.12em;
  border-left: 1px solid var(--line);
  padding-left: 25px;
  color: var(--muted);
}
nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-link {
  font-size: 12px;
  text-decoration: none;
  padding-block: 10px;
}
.nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 68px;
  padding-top: 68px;
  padding-bottom: 58px;
  align-items: center;
}
.hero-copy {
  padding-top: 3px;
}
.hero h1 {
  font-size: clamp(50px, 5.65vw, 78px);
  margin-top: 23px;
  line-height: 1.065;
  white-space: nowrap;
}
.hero h1 em {
  letter-spacing: -0.06em;
}
.hero-description {
  font-size: 15px;
  line-height: 1.8;
  max-width: 400px;
  margin-top: 26px;
}
.hero-cta {
  margin-top: 29px;
  gap: 35px;
}
.microcopy {
  font-size: 10px;
  margin-top: 12px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
}
.hero-note p {
  font-size: 10px;
  line-height: 1.65;
}
.note-line {
  height: 30px;
  width: 1px;
  background: #9eafa0;
}
.hero-visual {
  position: relative;
  margin: 0;
  padding-bottom: 76px;
  min-width: 0;
}
.photo-stage {
  height: 480px;
  background: #0a0d0a;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.watch-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 69%;
  opacity: 0.9;
}
.photo-stage:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 13, 10, 0.42),
    transparent 25%,
    transparent 80%,
    rgba(10, 13, 10, 0.65)
  );
  pointer-events: none;
}
.photo-top {
  position: absolute;
  z-index: 1;
  top: 23px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d3d8ce;
}
.photo-top > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 8px;
  letter-spacing: 0.14em;
}
.photo-top .icon {
  width: 18px;
}
.viewfinder {
  position: absolute;
  inset: 96px 43px 100px 43px;
  opacity: 0.45;
}
.viewfinder span {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #e4e7dc;
}
.viewfinder span:nth-child(1) {
  left: 0;
  top: 0;
  border-right: 0;
  border-bottom: 0;
}
.viewfinder span:nth-child(2) {
  right: 0;
  top: 0;
  border-left: 0;
  border-bottom: 0;
}
.viewfinder span:nth-child(3) {
  left: 0;
  bottom: 0;
  border-right: 0;
  border-top: 0;
}
.viewfinder span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-left: 0;
  border-top: 0;
}
.photo-index {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  color: #d3d8ce;
  writing-mode: vertical-rl;
  font-size: 7px;
  letter-spacing: 0.18em;
}
.proof-card {
  position: absolute;
  bottom: 34px;
  left: -32px;
  background: #fffef9;
  border: 1px solid #e4e7db;
  border-radius: 6px;
  width: 340px;
  box-shadow: 0 14px 35px #1b30221a;
  padding: 19px 22px 0;
  z-index: 2;
}
.proof-heading {
  display: flex;
  align-items: center;
  gap: 11px;
}
.proof-icon {
  display: grid;
  place-items: center;
  background: #e7eddf;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: var(--green);
  flex-shrink: 0;
}
.proof-icon .icon {
  width: 21px;
  height: 21px;
}
.proof-heading strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: -0.01em;
}
.proof-heading div > span {
  display: block;
  font-size: 7px;
  letter-spacing: 0.14em;
  margin-top: 2px;
  color: var(--muted);
}
.sample-label {
  margin-left: auto;
  align-self: flex-start;
  margin-top: 5px;
  font-size: 6px;
  letter-spacing: 0.08em;
  color: #646b61;
  border: 1px solid #dce0d4;
  padding: 1px 4px;
  border-radius: 2px;
}
.proof-details {
  font-size: 9px;
  margin: 17px 0 12px;
}
.proof-details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.proof-details dt {
  color: var(--muted);
}
.proof-details dd {
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.01em;
}
.tiny-check {
  color: var(--green);
  margin-right: 4px;
}
.proof-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 10px 0;
  font-size: 9px;
  color: var(--green);
  text-decoration: none;
}
.proof-link:hover {
  text-decoration: underline;
}
.proof-link .icon {
  width: 14px;
  height: 14px;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 9px;
  left: -32px;
  color: var(--muted);
  font-size: 8px;
}
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 24px;
  gap: 20px;
}
.trust-strip > span {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: var(--muted);
}
.trust-strip p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--ink);
}
.trust-strip .icon {
  width: 18px;
  height: 18px;
  color: var(--green);
}
.problem {
  padding-block: 87px 90px;
}
.section-marker {
  color: var(--muted);
  font-size: 9px;
}
.problem-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 65px;
  margin-top: 22px;
}
.problem h2 {
  font-size: 43px;
  line-height: 1.2;
}
.problem-copy {
  padding-top: 2px;
}
.problem-copy p {
  font-size: 12px;
  line-height: 1.85;
}
.problem-copy p + p {
  margin-top: 14px;
}
.comparison {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 35px 1fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.comparison-before,
.comparison-after {
  padding: 29px 32px;
}
.comparison-after {
  background: #ecefe5;
}
.comparison-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 8px;
  letter-spacing: 0.11em;
  color: var(--muted);
}
.comparison p {
  font-family: var(--serif);
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -0.03em;
  margin: 9px 0 4px;
}
.comparison > div > span:last-child {
  font-size: 10px;
  color: var(--muted);
}
.comparison-arrow {
  display: grid;
  place-items: center;
  color: #6a7b65;
  height: 100%;
  background: linear-gradient(90deg, var(--paper) 50%, #ecefe5 50%);
}
.comparison-arrow .icon {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 7px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.how-section {
  background: #eceee5;
  padding-block: 73px 76px;
  border-top: 1px solid #e5e7dd;
  border-bottom: 1px solid #e1e3d8;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.section-heading h2 {
  font-size: 43px;
  margin-top: 19px;
}
.section-heading > p {
  font-size: 11px;
  line-height: 1.9;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
}
.step {
  padding: 0 38px;
  border-right: 1px solid #d4d9cc;
}
.step:first-child {
  padding-left: 0;
}
.step:last-child {
  border: 0;
  padding-right: 0;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  color: var(--green);
}
.step-top > .icon {
  width: 27px;
  height: 27px;
}
.step-top > span {
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  color: #6b7865;
}
.step h3 {
  font-size: 19px;
  margin-bottom: 12px;
}
.step p {
  font-size: 12px;
  line-height: 1.85;
  max-width: 280px;
}
.step-footnote {
  display: block;
  font-size: 7px;
  letter-spacing: 0.13em;
  margin-top: 29px;
  color: #697661;
}
.proof-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 89px 96px;
}
.proof-intro h2 {
  font-size: 45px;
  margin-top: 22px;
  line-height: 1.15;
}
.proof-intro > p:not(.eyebrow) {
  font-size: 12px;
  max-width: 330px;
  margin-top: 23px;
  line-height: 1.9;
}
.proof-intro .text-link {
  margin-top: 25px;
}
.proof-explainer article {
  display: flex;
  gap: 19px;
  margin-bottom: 25px;
}
.explainer-icon {
  display: grid;
  place-items: center;
  color: var(--green);
  width: 35px;
  height: 35px;
  border: 1px solid var(--line);
  border-radius: 50%;
  flex-shrink: 0;
}
.explainer-icon .icon {
  width: 18px;
  height: 18px;
}
.proof-explainer h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.proof-explainer article p {
  font-size: 11px;
  line-height: 1.85;
}
.proof-boundary {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  font-size: 10px;
  line-height: 1.85;
}
.waitlist-section {
  background: #203d31;
  padding-block: 76px;
  position: relative;
  overflow: hidden;
}
.waitlist-section:before {
  content: "";
  width: 540px;
  height: 540px;
  border: 1px solid #ffffff08;
  border-radius: 50%;
  position: absolute;
  left: -320px;
  bottom: -210px;
  box-shadow:
    0 0 0 65px #ffffff03,
    0 0 0 130px #ffffff02;
  pointer-events: none;
}
.waitlist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.waitlist-copy .eyebrow {
  color: #d1dbc7;
  font-size: 9px;
}
.waitlist-copy .status-dot {
  background: var(--lime);
}
.waitlist-copy h2 {
  color: var(--paper);
  font-size: 67px;
  line-height: 1.09;
  margin-top: 25px;
}
.waitlist-copy h2 em {
  color: var(--lime);
}
.waitlist-copy > p:not(.eyebrow) {
  color: #c5d0c6;
  font-size: 13px;
  line-height: 1.85;
  max-width: 330px;
  margin-top: 23px;
}
.early-access-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  border-top: 1px solid #ffffff20;
  padding-top: 24px;
  max-width: 330px;
  color: #bcccb9;
}
.early-access-note .icon {
  width: 23px;
  height: 29px;
}
.early-access-note p {
  font-size: 11px;
  color: #d6decf;
  line-height: 1.9;
}
.early-access-note span {
  color: #a8bdac;
  font-size: 10px;
}
.signup-panel {
  position: relative;
  background: var(--paper);
  padding: 32px 35px 24px;
  border-radius: 6px;
  min-height: 525px;
}
.signup-panel h3 {
  font-size: 21px;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.form-intro {
  font-size: 11px;
  margin-top: 7px;
  margin-bottom: 25px;
}
form > label,
legend {
  display: block;
  font-size: 11px;
  font-weight: 550;
  margin-bottom: 7px;
}
input[type="email"],
select {
  width: 100%;
  height: 44px;
  border: 1px solid #ccd2c6;
  background: #fffef9;
  color: var(--ink);
  border-radius: 3px;
  padding: 0 12px;
  font-size: 12px;
}
input::placeholder {
  color: #767e73;
}
fieldset {
  border: 0;
  margin: 19px 0 16px;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
.platform-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.platform-options label {
  position: relative;
  cursor: pointer;
}
.platform-options input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
}
.platform-options label > span {
  height: 43px;
  border: 1px solid #ccd2c6;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  font-size: 11px;
  background: #fffef9;
}
.platform-options .icon {
  width: 16px;
  height: 18px;
}
.radio-indicator {
  margin-left: auto;
  border: 1px solid #bcc6b6;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.platform-options input:checked + span {
  border-color: var(--green);
  background: #e9efe2;
  color: var(--green);
}
.platform-options input:checked + span .radio-indicator {
  border: 4px solid var(--green);
}
.platform-options input:focus-visible + span {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.optional {
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
}
select {
  appearance: auto;
}
.honey-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 18px;
  margin-bottom: 18px;
}
.consent input {
  flex-shrink: 0;
  accent-color: var(--green);
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
}
.consent a {
  text-underline-offset: 3px;
}
.form-submit {
  width: 100%;
  justify-content: space-between;
  font-size: 12px;
  min-height: 45px;
  padding: 11px 16px;
}
.form-submit:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}
.form-footer {
  font-size: 9px;
  text-align: center;
  margin-top: 12px;
}
.form-error {
  font-size: 11px;
  color: #9d332b;
  margin-top: 12px;
}
.signup-success {
  padding-top: 19px;
  outline: 0;
}
.success-icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #e2ead9;
  color: var(--green);
  margin-bottom: 26px;
}
.success-icon .icon {
  width: 30px;
  height: 30px;
}
.signup-success .eyebrow {
  color: var(--green);
  font-size: 9px;
}
.signup-success h3 {
  font-family: var(--serif);
  font-size: 43px;
  line-height: 1.1;
  font-weight: 400;
  margin: 17px 0;
}
.signup-success > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.85;
}
.signup-success .success-note {
  margin-top: 16px;
}
#removal-details {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 15px;
}
#removal-details p {
  font-size: 10px;
}
#removal-details .text-link {
  font-size: 10px;
  margin-top: 9px;
}
.copy-button {
  display: block;
  background: transparent;
  border: 1px solid #c6cebd;
  color: var(--green);
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 3px;
  margin-top: 13px;
}
#copy-status {
  font-size: 10px;
  color: var(--green);
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 85px;
  padding-block: 86px 91px;
}
.faq-section h2 {
  font-size: 44px;
  line-height: 1.16;
  margin-top: 20px;
}
.faqs {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 21px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary .icon {
  width: 16px;
  height: 16px;
  color: var(--green);
  transition: transform 0.2s;
}
details[open] summary .icon {
  transform: rotate(45deg);
}
details p {
  padding: 0 30px 21px 0;
  font-size: 11px;
  line-height: 1.9;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer .brand {
  font-size: 17px;
}
.site-footer > p {
  font-size: 10px;
}
.site-footer > div {
  margin-left: auto;
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 9px;
}
.site-footer a:not(.brand) {
  text-decoration: none;
}
.site-footer a:not(.brand):hover {
  text-decoration: underline;
}
.site-footer > div > span {
  color: var(--muted);
}
.utility-main {
  max-width: 720px;
  padding-block: 65px 90px;
  min-height: 75vh;
}
.utility-main h1 {
  font-size: 54px;
  margin-bottom: 25px;
}
.utility-main h2 {
  font-family: var(--sans);
  font-size: 19px;
  letter-spacing: -0.02em;
  margin: 28px 0 10px;
  font-weight: 550;
}
.utility-main > p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.85;
}
.utility-main .eyebrow {
  margin-bottom: 18px;
}
.utility-main .button {
  margin-top: 20px;
}
.utility-main a {
  text-underline-offset: 4px;
}
.utility-main #remove-status {
  margin-top: 24px;
}
.utility-main .error {
  color: #9d332b;
}
@media (min-width: 1450px) {
  .hero {
    gap: 85px;
  }
  .hero h1 {
    font-size: 80px;
  }
  .photo-stage {
    height: 510px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .edition {
    display: none;
  }
  .hero {
    gap: 42px;
    padding-top: 55px;
  }
  .hero h1 {
    font-size: clamp(47px, 5.65vw, 65px);
  }
  .hero-description {
    font-size: 13px;
  }
  .photo-stage {
    height: 450px;
  }
  .proof-card {
    left: -20px;
    width: 310px;
    padding-inline: 18px;
  }
  .hero-visual figcaption {
    left: -20px;
    font-size: 7px;
  }
  .problem-grid {
    gap: 35px;
  }
  .problem h2 {
    font-size: 37px;
  }
  .comparison p {
    font-size: 21px;
  }
  .comparison-before,
  .comparison-after {
    padding: 25px;
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .proof-section,
  .waitlist-grid {
    gap: 60px;
  }
  .proof-intro h2 {
    font-size: 39px;
  }
  .signup-panel {
    padding-inline: 25px;
  }
  .waitlist-copy h2 {
    font-size: 59px;
  }
  .faq-section {
    gap: 50px;
  }
  .site-footer {
    gap: 16px;
  }
  .site-footer > div {
    gap: 17px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 82px;
  }
  .brand {
    font-size: 19px;
  }
  .brand img {
    width: 29px;
    height: 26px;
  }
  nav {
    gap: 19px;
  }
  .nav-link {
    font-size: 11px;
  }
  .button-small {
    font-size: 10px;
    padding: 9px 12px;
    gap: 14px;
  }
  .hero {
    gap: 28px;
    padding-top: 43px;
    padding-bottom: 35px;
  }
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: 0.11em;
    gap: 6px;
  }
  .hero h1 {
    font-size: 45px;
    white-space: normal;
  }
  .hero-description {
    font-size: 12px;
    margin-top: 20px;
  }
  .hero-cta {
    font-size: 11px;
    padding: 12px 16px;
    gap: 20px;
    min-height: 46px;
    margin-top: 22px;
  }
  .microcopy {
    font-size: 8px;
  }
  .hero-note {
    margin-top: 24px;
  }
  .hero-note p {
    font-size: 8px;
  }
  .photo-stage {
    height: 390px;
  }
  .photo-top {
    top: 17px;
    left: 18px;
    right: 18px;
  }
  .photo-top > span {
    font-size: 6px;
  }
  .proof-card {
    width: 275px;
    left: -15px;
    bottom: 37px;
    padding: 15px 16px 0;
  }
  .proof-heading strong {
    font-size: 10px;
  }
  .proof-heading div > span {
    font-size: 6px;
  }
  .proof-icon {
    width: 31px;
    height: 31px;
  }
  .proof-heading {
    gap: 8px;
  }
  .proof-details,
  .proof-details dd {
    font-size: 8px;
  }
  .proof-link {
    font-size: 8px;
  }
  .hero-visual figcaption {
    left: -15px;
    bottom: 15px;
    font-size: 6px;
  }
  .trust-strip {
    gap: 12px;
    padding-block: 20px;
  }
  .trust-strip > span {
    font-size: 7px;
    max-width: 100px;
  }
  .trust-strip p {
    font-size: 9px;
    gap: 7px;
  }
  .trust-strip .icon {
    width: 15px;
    height: 15px;
  }
  .problem {
    padding-block: 60px;
  }
  .problem h2 {
    font-size: 33px;
  }
  .problem-grid {
    gap: 28px;
  }
  .problem-copy p {
    font-size: 11px;
  }
  .comparison-before,
  .comparison-after {
    padding: 21px 18px;
  }
  .comparison p {
    font-size: 18px;
  }
  .comparison > div > span:last-child {
    font-size: 8px;
  }
  .comparison-label {
    font-size: 7px;
  }
  .how-section {
    padding-block: 55px;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .section-heading > p {
    font-size: 9px;
  }
  .step {
    padding-inline: 24px;
  }
  .step h3 {
    font-size: 16px;
  }
  .step p {
    font-size: 11px;
  }
  .step-footnote {
    font-size: 6px;
    letter-spacing: 0.07em;
  }
  .proof-section {
    padding-block: 60px;
    gap: 35px;
  }
  .proof-intro h2 {
    font-size: 34px;
  }
  .proof-intro > p:not(.eyebrow) {
    font-size: 11px;
  }
  .proof-intro .text-link {
    font-size: 10px;
  }
  .proof-explainer article {
    gap: 12px;
  }
  .proof-explainer h3 {
    font-size: 13px;
  }
  .proof-explainer article p {
    font-size: 10px;
  }
  .waitlist-section {
    padding-block: 55px;
  }
  .waitlist-grid {
    gap: 33px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .waitlist-copy h2 {
    font-size: 51px;
  }
  .waitlist-copy .eyebrow {
    font-size: 7px;
    letter-spacing: 0.1em;
  }
  .waitlist-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .signup-panel {
    padding: 27px 22px 24px;
  }
  .signup-panel h3 {
    font-size: 19px;
  }
  .faq-section {
    gap: 40px;
    padding-block: 60px;
  }
  .faq-section h2 {
    font-size: 37px;
  }
  .section-marker {
    font-size: 7px;
  }
  .site-footer > p {
    display: none;
  }
  .site-footer > div {
    font-size: 8px;
  }
}
@media (max-width: 620px) {
  html {
    scroll-padding-top: 20px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 76px;
  }
  .brand {
    font-size: 19px;
    gap: 7px;
  }
  nav {
    gap: 0;
  }
  .nav-link {
    display: none;
  }
  .button-small {
    min-height: 39px;
    font-size: 10px;
    padding: 9px 12px;
    gap: 14px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 33px;
    padding-top: 36px;
    padding-bottom: 26px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .hero h1 {
    font-size: clamp(44px, 10.8vw, 64px);
    margin-top: 19px;
    line-height: 1.08;
  }
  .hero-description {
    font-size: 13px;
    max-width: 355px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .hero-cta {
    font-size: 12px;
    min-height: 49px;
    padding: 13px 20px;
    gap: 35px;
    margin-top: 24px;
  }
  .microcopy {
    font-size: 9px;
  }
  .hero-note {
    display: none;
  }
  .hero-visual {
    padding-bottom: 86px;
    margin-left: 10px;
  }
  .photo-stage {
    height: 380px;
  }
  .photo-top {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .photo-top > span {
    font-size: 7px;
  }
  .watch-photo {
    object-position: 50% 69%;
  }
  .proof-card {
    left: -10px;
    bottom: 32px;
    width: min(320px, calc(100% - 18px));
    padding: 18px 19px 0;
  }
  .proof-heading strong {
    font-size: 11px;
  }
  .proof-heading div > span {
    font-size: 7px;
  }
  .proof-details {
    margin-top: 14px;
  }
  .proof-details,
  .proof-details dd {
    font-size: 9px;
  }
  .proof-link {
    font-size: 9px;
  }
  .hero-visual figcaption {
    font-size: 7px;
    left: -10px;
    bottom: 9px;
  }
  .trust-strip {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 7px;
    padding-block: 19px;
  }
  .trust-strip > span {
    max-width: none;
    flex-basis: 100%;
    font-size: 8px;
  }
  .trust-strip p {
    font-size: 9px;
    gap: 6px;
  }
  .trust-strip .icon {
    width: 15px;
  }
  .problem {
    padding-block: 52px;
  }
  .section-marker {
    font-size: 8px;
  }
  .problem-grid {
    display: block;
    margin-top: 19px;
  }
  .problem h2 {
    font-size: 35px;
    line-height: 1.16;
  }
  .problem h2 br {
    display: none;
  }
  .problem-copy {
    margin-top: 24px;
  }
  .problem-copy p {
    font-size: 12px;
  }
  .comparison {
    grid-template-columns: 1fr;
    margin-top: 28px;
    position: relative;
  }
  .comparison-before,
  .comparison-after {
    padding: 24px;
  }
  .comparison-arrow {
    position: absolute;
    top: calc(50% - 17px);
    right: 20px;
    height: auto;
    background: none;
    transform: rotate(90deg);
  }
  .comparison p {
    font-size: 22px;
    margin-top: 9px;
  }
  .comparison-label {
    font-size: 8px;
  }
  .comparison > div > span:last-child {
    font-size: 10px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 36px;
    max-width: 330px;
    margin-top: 20px;
    line-height: 1.15;
  }
  .section-heading > p {
    font-size: 11px;
    margin-top: 17px;
  }
  .section-heading > p br {
    display: none;
  }
  .steps {
    display: block;
    margin-top: 30px;
  }
  .step,
  .step:first-child,
  .step:last-child {
    border: 0;
    border-top: 1px solid #d4d9cc;
    padding: 25px 0 24px;
  }
  .step:last-child {
    padding-bottom: 0;
  }
  .step-top {
    margin-bottom: 13px;
  }
  .step-top > span {
    font-size: 25px;
  }
  .step-top > .icon {
    width: 25px;
    height: 25px;
  }
  .step h3 {
    font-size: 21px;
    margin-bottom: 9px;
  }
  .step p {
    font-size: 12px;
    max-width: 100%;
  }
  .step-footnote {
    font-size: 7px;
    letter-spacing: 0.12em;
    margin-top: 17px;
  }
  .proof-section {
    display: block;
    padding-block: 52px;
  }
  .proof-intro h2 {
    font-size: 40px;
  }
  .proof-intro > p:not(.eyebrow) {
    font-size: 12px;
    margin-top: 19px;
  }
  .proof-intro .text-link {
    font-size: 11px;
    margin-top: 18px;
  }
  .proof-explainer {
    margin-top: 37px;
  }
  .proof-explainer article {
    gap: 15px;
    margin-bottom: 23px;
  }
  .proof-explainer h3 {
    font-size: 15px;
  }
  .proof-explainer article p {
    font-size: 12px;
  }
  .proof-boundary {
    font-size: 10px;
  }
  .waitlist-grid {
    display: block;
  }
  .waitlist-copy .eyebrow {
    font-size: 8px;
  }
  .waitlist-copy h2 {
    font-size: 57px;
    margin-top: 22px;
  }
  .waitlist-copy > p:not(.eyebrow) {
    font-size: 13px;
    max-width: 100%;
  }
  .early-access-note {
    margin-top: 23px;
    padding-top: 19px;
    max-width: 100%;
  }
  .signup-panel {
    margin-top: 32px;
    padding: 28px 23px 24px;
    min-height: 510px;
  }
  .signup-panel h3 {
    font-size: 21px;
  }
  .form-intro {
    font-size: 12px;
  }
  .consent {
    font-size: 10px;
  }
  form > label,
  legend {
    font-size: 12px;
  }
  input[type="email"],
  select {
    height: 47px;
    font-size: 16px;
  }
  .platform-options label > span {
    height: 47px;
    font-size: 12px;
  }
  .form-submit {
    min-height: 48px;
  }
  .form-footer {
    font-size: 10px;
  }
  .signup-success h3 {
    font-size: 45px;
  }
  .faq-section {
    display: block;
    padding-block: 52px;
  }
  .faq-section h2 {
    font-size: 39px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faqs {
    margin-top: 29px;
  }
  summary {
    font-size: 12px;
    padding-block: 20px;
  }
  details p {
    font-size: 12px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-block: 25px 30px;
    row-gap: 20px;
  }
  .site-footer .brand {
    font-size: 18px;
  }
  .site-footer > p {
    display: block;
    font-size: 9px;
    margin-left: auto;
  }
  .site-footer > div {
    width: 100%;
    margin: 0;
    gap: 20px;
    font-size: 10px;
  }
  .site-footer > div > span {
    margin-left: auto;
    font-size: 9px;
  }
  .utility-main {
    padding-block: 40px 60px;
  }
  .utility-main h1 {
    font-size: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
