:root {
  --paper: #f1efe6;
  --paper-deep: #e7e4d8;
  --ink: #1f242c;
  --muted: #656a6d;
  --green: #315f56;
  --green-deep: #174b43;
  --sage: #b9c4ad;
  --white: #fbfaf6;
  --line: rgba(31, 36, 44, 0.13);
  --shadow: 0 30px 90px rgba(29, 38, 36, 0.14), 0 3px 10px rgba(29, 38, 36, 0.08);
  --rounded: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--rounded);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 25px 0;
}

.brand img,
.footer-brand img {
  display: block;
  width: 152px;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: var(--ink);
}

.nav-download {
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 0.96fr) minmax(520px, 1.04fr);
  gap: 46px;
  align-items: center;
  width: min(1260px, calc(100% - 48px));
  min-height: 700px;
  margin: 0 auto;
  padding: 42px 0 82px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-left: 0;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 690;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero-intro {
  max-width: 590px;
  margin: 24px 0 0;
  color: #4c5155;
  font-size: 18px;
  line-height: 1.52;
}

kbd {
  display: inline-block;
  padding: 0.05em 0.42em 0.12em;
  border: 1px solid rgba(31, 36, 44, 0.2);
  border-bottom-width: 2px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.82em;
  font-weight: 700;
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 224px;
  padding: 16px 19px 17px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 720;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button-primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 8px 24px rgba(25, 31, 37, 0.15);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green-deep);
  box-shadow: 0 12px 30px rgba(23, 75, 67, 0.22);
  transform: translateY(-2px);
}

.text-link {
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.download-note {
  margin: 15px 0 0;
  color: #777b7c;
  font-size: 12px;
  line-height: 1.5;
}

.demo-wrap {
  position: relative;
  z-index: 1;
  perspective: 1300px;
}

.soft-orbit {
  position: absolute;
  top: -150px;
  right: -110px;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(2px);
}

.soft-orbit::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 20px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(49, 95, 86, 0.12);
  border-radius: 50%;
}

.wander-card {
  position: relative;
  z-index: 2;
  min-height: 588px;
  overflow: hidden;
  border: 1px solid rgba(33, 40, 44, 0.18);
  border-radius: 22px;
  background: rgba(247, 245, 237, 0.94);
  box-shadow: var(--shadow);
  transform: rotateY(-2.5deg) rotateX(1deg);
  transform-origin: center;
}

.wander-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -260px;
  right: -190px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
}

.card-topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 28px 34px 0;
}

.card-topline img {
  width: 92px;
}

.card-topline > span:nth-child(2) {
  color: var(--green);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.card-close {
  color: #777b7c;
  font-size: 24px;
  font-weight: 350;
}

.card-content {
  width: min(510px, calc(100% - 70px));
  margin: 72px auto 96px;
}

.card-content h2 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 49px);
  font-weight: 690;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.demo-hook {
  margin: 23px 0 0;
  color: #53585b;
  font-size: 17px;
  line-height: 1.55;
}

.demo-question {
  margin: 27px 0 14px;
  font-size: 18px;
  font-weight: 720;
  line-height: 1.4;
}

.choices {
  display: grid;
  gap: 10px;
}

.choice {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(31, 36, 44, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  color: #4c5052;
  font: 650 14px/1.35 var(--rounded);
  text-align: left;
  cursor: pointer;
  transition: border 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}

.choice span:last-child {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  background: rgba(31, 36, 44, 0.06);
  color: #777b7c;
  font-size: 11px;
}

.choice:hover,
.choice:focus-visible {
  border-color: rgba(49, 95, 86, 0.42);
  background: white;
  color: var(--green-deep);
  transform: translateX(3px);
}

.choice:focus-visible,
.next-question:focus-visible,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(49, 95, 86, 0.28);
  outline-offset: 3px;
}

.reveal {
  animation: reveal-in 320ms ease both;
}

.choice-recap {
  margin: 28px 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

#reveal-copy {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
}

.next-question {
  margin-top: 24px;
  padding: 11px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(49, 95, 86, 0.12);
  color: var(--green-deep);
  font: 700 13px var(--rounded);
  cursor: pointer;
}

.card-footer {
  position: absolute;
  right: 34px;
  bottom: 24px;
  left: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  color: #737778;
  font-size: 10px;
  font-weight: 650;
}

.card-footer span:nth-child(2) {
  font-variant-numeric: tabular-nums;
}

.card-footer span:last-child {
  text-align: right;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 29px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.proof-strip strong {
  margin-right: 6px;
  color: var(--ink);
  font-size: 18px;
}

.section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.55fr);
  column-gap: 70px;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.section-heading > p:last-child,
.inside-copy > p:last-child {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.26);
}

.step-number {
  display: block;
  margin-bottom: 60px;
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.steps h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.steps p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.inside {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(430px, 1.28fr);
  gap: 90px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.inside-copy > p:last-child {
  margin-top: 28px;
}

.category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-cloud span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border: 1px solid rgba(49, 95, 86, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 650;
}

.category-cloud span:nth-child(4n + 1),
.category-cloud span:nth-child(7n) {
  background: rgba(185, 196, 173, 0.34);
}

.taste {
  padding-top: 40px;
}

.taste-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  overflow: hidden;
  padding: 72px;
  border-radius: 28px;
  background: var(--green-deep);
  color: white;
}

.taste-card::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -250px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.taste-card .eyebrow {
  color: #c9d4c2;
}

.taste-card h2 {
  font-size: clamp(40px, 4.2vw, 62px);
}

.taste-card > p {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.75;
}

.taste-card > a {
  position: relative;
  z-index: 1;
  grid-column: 2;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.closing > img {
  width: 86px;
  margin-bottom: 36px;
}

.closing h2 {
  max-width: 770px;
}

.closing .button {
  margin-top: 42px;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 35px 0 45px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

footer p {
  margin: 0;
}

.footer-credit {
  line-height: 1.7;
}

.footer-credit a {
  color: var(--ink);
  font-weight: 700;
}

footer > div {
  display: flex;
  gap: 22px;
}

footer a {
  text-underline-offset: 4px;
}

.privacy-page {
  min-height: 100vh;
}

.privacy-main {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0 160px;
}

.privacy-main h1 {
  font-size: clamp(46px, 7vw, 76px);
}

.privacy-main .lede {
  margin: 28px 0 70px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.privacy-main section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.privacy-main h2 {
  margin: 0 0 14px;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.privacy-main p,
.privacy-main li {
  color: #555b5e;
  font-size: 16px;
  line-height: 1.72;
}

.privacy-main ul {
  padding-left: 20px;
}

@keyframes reveal-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1001px) and (max-height: 900px) {
  .site-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 68px;
  }

  .wander-card {
    min-height: 550px;
  }

  .card-content {
    margin-top: 56px;
    margin-bottom: 82px;
  }
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 90px;
  }

  .hero-copy {
    max-width: 760px;
    padding-left: 0;
  }

  .demo-wrap {
    width: min(720px, 100%);
    justify-self: center;
  }

  .wander-card {
    transform: none;
  }

  .section-heading,
  .inside,
  .taste-card {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child,
  .inside-copy > p:last-child {
    margin-top: 26px;
  }

  .inside,
  .taste-card {
    gap: 50px;
  }

  .taste-card > a {
    grid-column: 1;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .proof-strip,
  .section,
  footer {
    width: min(100% - 30px, 1120px);
  }

  .site-header {
    padding-top: 18px;
  }

  .brand img {
    width: 126px;
  }

  nav a:not(.nav-download) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 84px 0 90px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .hero-intro {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .wander-card {
    min-height: 630px;
    border-radius: 18px;
  }

  .card-topline {
    padding: 24px 22px 0;
  }

  .card-content {
    width: calc(100% - 44px);
    margin-top: 58px;
  }

  .card-content h2 {
    font-size: 37px;
  }

  .card-footer {
    right: 22px;
    left: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .card-footer span:first-child {
    display: none;
  }

  .proof-strip {
    gap: 12px;
  }

  .proof-strip p {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section {
    padding: 105px 0;
  }

  .section h2 {
    font-size: 43px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 220px;
  }

  .taste {
    padding-top: 20px;
  }

  .taste-card {
    padding: 45px 28px;
  }

  .category-cloud {
    gap: 8px;
  }

  .category-cloud span {
    padding: 10px 12px;
    font-size: 12px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  footer p {
    display: block;
  }

  footer > div {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
