@font-face {
  font-family: Figtree;
  src: url("/assets/figtree.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
}
:root {
  --ink: #16372e;
  --muted: #68746c;
  --cream: #f7f7f2;
  --line: #dfe3da;
  --mint: #c8e7af;
  --forest: #0b211a;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
.journey-stage[data-single-stage] .journey-phone {
  opacity: 1;
  transform: translateX(-50%);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Figtree, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button {
  border: 0;
  background: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 1.02;
}
h1 {
  font-size: clamp(48px, 6.4vw, 94px);
}
h2 {
  font-size: clamp(40px, 4.7vw, 68px);
}
h1 > span,
h2 > span {
  color: #769080;
}
h3 {
  font-size: 32px;
  letter-spacing: -0.045em;
}
p {
  line-height: 1.55;
}
small {
  font-size: 12px;
  line-height: 1.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
[tabindex]:focus-visible,
summary:focus-visible {
  outline: 3px solid #91b777;
  outline-offset: 5px;
}
::selection {
  background: #c8e7af;
  color: #0b211a;
}
.icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.section {
  padding: 110px max(6vw, 24px);
  max-width: 1680px;
  margin: 0 auto;
}
.eyebrow {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.section-heading {
  margin-bottom: 60px;
}
.section-heading > p:last-child,
.gallery-heading > div > p,
.product-hero > div > p,
.page-intro > p:last-child,
.dashboard-page > div > p,
.signup-section > div > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin-top: 24px;
}
.actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--ink);
  transition:
    transform 0.35s var(--ease),
    background 0.25s,
    box-shadow 0.35s;
  white-space: normal;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px #102c2520;
  background: #244b3e;
}
.button > .icon {
  filter: invert(1);
  width: 19px;
  height: 19px;
}
.button-secondary {
  background: transparent;
  color: var(--ink);
  border-color: #a5b1a8;
}
.button-secondary > .icon {
  filter: none;
}
.button-secondary:hover {
  background: #e9eee4;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 650;
}
.text-link .icon {
  width: 19px;
  height: 19px;
  transition: transform 0.3s;
}
.text-link:hover .icon {
  transform: translate(3px, -3px);
}
.pill {
  display: inline-flex;
  border: 1px solid #b3c1b460;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
}
.sample-note {
  color: #747c74;
  font-size: 12px;
  margin-top: 25px;
  line-height: 1.6;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 21px;
  font-weight: 720;
  letter-spacing: -0.045em;
}
.brand svg {
  flex: none;
}
.site-header {
  height: 86px;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff24;
  color: #f2f6ed;
  gap: 25px;
}
.site-header nav {
  display: flex;
  gap: 25px;
  font-size: 12px;
  font-weight: 550;
}
.site-header nav > a {
  opacity: 0.8;
  transition: opacity 0.2s;
}
.site-header nav > a:hover,
.site-header nav > a[aria-current] {
  opacity: 1;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
}
.nav-actions .button {
  background: #e3f0d4;
  color: #183b2d;
  min-height: 38px;
  padding: 9px 15px;
  font-size: 12px;
  border: 0;
}
.nav-actions .button .icon {
  filter: none;
  width: 16px;
  height: 16px;
}
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.mobile-nav-cta {
  display: none;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: white;
  padding: 16px;
}
.skip:focus {
  top: 15px;
}
.motion-control {
  position: fixed;
  z-index: 50;
  bottom: 18px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f6f7f0e8;
  border: 1px solid #b9c6ba99;
  padding: 9px 12px;
  border-radius: 25px;
  box-shadow: 0 5px 25px #0b211a14;
  font-size: 11px;
  backdrop-filter: blur(16px);
}
.motion-control .icon {
  width: 14px;
  height: 14px;
}
body:not([data-page="/"]) .site-header {
  position: relative;
  color: var(--ink);
  border-color: var(--line);
  left: auto;
  right: auto;
  margin: 0 5%;
}
body:not([data-page="/"]) .nav-actions .button {
  background: var(--ink);
  color: white;
}
body:not([data-page="/"]) .nav-actions .button .icon {
  filter: invert(1);
}
/* Opening: real raster set, layered readable UI, no pedestal. */
.hero {
  position: relative;
  overflow: hidden;
  background: #0b1913;
  color: #f5f6ed;
  min-height: 980px;
  height: calc(100svh + 110px);
  max-height: 1160px;
}
.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  object-position: center;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #081810d9 0%, #0a1d1488 45%, #0b1b1320 85%),
    linear-gradient(0deg, #07160ce8 0%, transparent 50%);
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  inset: 12% 0 0;
  background: radial-gradient(ellipse at 45% 70%, #99b39125, transparent 65%);
  z-index: 1;
}
.hero-copy {
  position: relative;
  z-index: 4;
  padding: 150px 6vw 0;
  max-width: 850px;
}
.hero-copy .eyebrow {
  color: #b9cbb5;
  font-size: 11px;
}
.hero-copy h1 {
  font-size: clamp(64px, 7.1vw, 108px);
  line-height: 0.98;
  letter-spacing: -0.069em;
}
.hero-copy h1 span {
  color: #c2d5a7;
}
.hero-copy > p:not(.eyebrow) {
  color: #d0dbcf;
  font-size: 19px;
  margin-top: 25px;
}
.hero-copy .button {
  background: #d4e9b8;
  color: #193924;
  border-color: transparent;
}
.hero-copy .button .icon {
  filter: none;
}
.hero-copy .button-secondary {
  background: #e6f1dd08;
  color: #ecf3e5;
  border-color: #d4e9b84d;
  backdrop-filter: blur(10px);
}
.hero-copy .button-secondary .icon {
  filter: invert(1);
}
.hero-copy > small {
  display: block;
  margin-top: 20px;
  color: #a8bba8;
  font-size: 11px;
}
.hero-stage {
  position: absolute;
  left: 0;
  right: 0;
  height: 570px;
  bottom: 18px;
  z-index: 3;
  perspective: 1800px;
  pointer-events: none;
}
.hero-device {
  position: absolute;
  left: 14%;
  bottom: 15px;
  z-index: 4;
  transform: rotateY(13deg) rotateZ(-7deg);
  transform-style: preserve-3d;
}
.hero-device .phone {
  width: 345px;
}
.hero-dash {
  position: absolute;
  width: 700px;
  left: 36%;
  bottom: 102px;
  transform: rotateY(-12deg) rotateX(5deg) rotateZ(2deg);
  transform-origin: center left;
  box-shadow: 0 40px 90px #0007;
  border-radius: 15px;
  z-index: 2;
}
.hero-note {
  position: absolute;
  bottom: 52px;
  left: 61%;
  z-index: 5;
  display: flex;
  gap: 14px;
  align-items: center;
  transform: rotate(-5deg);
  background: #f1f0dd;
  color: var(--ink);
  padding: 22px 28px;
  box-shadow: 0 20px 45px #0004;
  border-radius: 3px;
  font-size: 15px;
}
.hero-note > .icon {
  width: 34px;
  height: 34px;
}
.hero-note b {
  font-weight: 650;
}
.hero-bottom {
  position: absolute;
  bottom: 24px;
  left: 6vw;
  right: 6vw;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  color: #d7e1d1;
  font-size: 10px;
  letter-spacing: 0.025em;
}
.hero-bottom > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-bottom .icon {
  filter: invert(1);
  width: 17px;
  height: 17px;
}
.scroll-line {
  width: 56px;
  height: 1px;
  background: #9eac8c;
  display: block;
}
.fallback-note {
  position: absolute;
  right: 20px;
  bottom: 52px;
  z-index: 8;
  color: #cdd8c1;
  font-size: 9px;
}
/* The display content is HTML inside a photographic device bezel. */
.phone {
  width: 320px;
  aspect-ratio: 511/968;
  position: relative;
  container-type: inline-size;
  filter: drop-shadow(0 20px 18px #07181130);
}
.phone-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}
.phone-screen {
  position: absolute;
  left: 11.545988%;
  top: 5.991736%;
  width: 76.908023%;
  height: 88.016529%;
  border-radius: 10.687023% / 4.929577%;
  background: #111c16;
  overflow: hidden;
  padding: 0 5.4%;
  color: #fff;
}
.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 3cqw;
  line-height: 1;
  height: 12cqw;
  padding: 4.1cqw 1.2cqw 0;
}
.phone-status > span:last-child {
  display: flex;
  gap: 0.7cqw;
}
.phone-status .icon {
  width: 3.5cqw;
  height: 3.5cqw;
  filter: invert(1);
}
.wallet-title {
  font-size: 5.2cqw;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7cqw 0 4cqw;
}
.wallet-title .icon {
  width: 4cqw;
  height: 4cqw;
  filter: invert(1);
}
.phone-foot {
  text-align: center;
  font-size: 2.8cqw;
  line-height: 1.5;
  color: #a1b09f;
  margin-top: 7cqw;
}
.member-pass {
  container-type: inline-size;
  background: #f7eddf;
  border-radius: 14px;
  overflow: hidden;
  color: #26372b;
  box-shadow: 0 8px 20px #11291b18;
}
.pass-top {
  padding: 9% 8% 8%;
  background: linear-gradient(130deg, #224b38, #133123);
  color: #f4e5b7;
}
.pass-brand {
  display: flex;
  gap: 8%;
  align-items: center;
}
.pass-brand > .icon {
  width: 18%;
  height: auto;
  filter: invert(0.83) sepia(0.35) saturate(0.9);
}
.pass-brand b {
  display: block;
  font-size: 7cqw;
  font-weight: 650;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.pass-brand small {
  display: block;
  font-size: 2.8cqw;
  letter-spacing: 0.08em;
  margin-top: 3%;
}
.pass-top > p {
  font-size: 5.1cqw;
  line-height: 1.42;
  color: #f6f6e9;
  margin-top: 15%;
}
.pass-bottom {
  padding: 9% 7% 6%;
}
.stamps {
  display: flex;
  gap: 3%;
  margin-bottom: 11%;
}
.stamp {
  width: 12%;
  aspect-ratio: 1;
  border: 1px solid #c9b8a0;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.stamp .icon {
  width: 72%;
  height: 72%;
  opacity: 0.12;
}
.stamp.earned {
  background: #fbf9ec;
  border-color: #b5a48e;
}
.stamp.earned .icon {
  opacity: 1;
  filter: sepia(1) saturate(0.9);
}
.pass-count {
  display: block;
  font-size: 6cqw;
  text-align: center;
  letter-spacing: -0.025em;
}
.pass-bottom > p {
  font-size: 4.2cqw;
  text-align: center;
  margin-top: 3%;
}
.pass-reward {
  display: flex;
  gap: 6%;
  align-items: center;
  border-top: 1px solid #bbad9438;
  padding-top: 8%;
  margin-top: 10%;
  font-size: 4cqw;
}
.pass-reward > .icon {
  width: 7cqw;
  height: 7cqw;
}
.example-tag {
  display: block;
  text-align: center;
  font-size: 3cqw;
  color: #837d70;
  margin-top: 7%;
}
.salon .pass-top {
  background: linear-gradient(120deg, #7b7187, #534a62);
  color: #ede4f4;
}
.salon .pass-brand > .icon {
  filter: invert(0.9);
}
.salon .pass-bottom {
  background: #e9e1ed;
}
.salon .stamp {
  width: 14.1%;
  border-color: #b7a9be;
}
.salon .stamp.earned {
  background: #f6f1f8;
}
.salon .stamp.earned .icon {
  filter: none;
}
.retail .pass-top {
  background: #e0d5c1;
  color: #584b36;
}
.retail .pass-top p {
  color: #584b36;
}
.retail .pass-brand > .icon {
  filter: none;
}
.points-line {
  display: flex;
  align-items: baseline;
  gap: 3%;
  font-size: 4.8cqw;
  margin-bottom: 5%;
}
.points-line > b {
  font-size: 15cqw;
  font-weight: 550;
}
.retail .pass-count {
  margin-top: 10%;
}
.progress {
  height: 5px;
  overflow: hidden;
  border-radius: 5px;
  background: #dce4d7;
}
.progress > span {
  display: block;
  height: 100%;
  background: #507b50;
  border-radius: inherit;
  transition: width 0.6s var(--ease);
}
/* Dashboard miniaturises as a visual, never the mobile page itself. */
.dashboard {
  display: flex;
  background: #fff;
  border: 1px solid #edf0e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 70px #172f2312;
  color: #253a2e;
  min-width: 0;
}
.dashboard > aside {
  width: 23%;
  padding: 25px 17px;
  border-right: 1px solid #edf0e9;
  background: #fafbf7;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dash-merchant {
  font-size: 12px;
}
.dash-workspace {
  font-size: 9px;
  color: #7f897d;
  margin: 7px 0 20px;
}
.dash-nav {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 8px;
  border-radius: 5px;
  font-size: 10px;
  text-align: left;
  white-space: nowrap;
}
.dash-nav .icon {
  width: 15px;
  height: 15px;
  opacity: 0.65;
}
.dash-nav.active {
  background: #eaf0e6;
}
.dashboard > aside > small {
  font-size: 8px;
  color: #8b9487;
  margin-top: auto;
  padding-top: 30px;
}
.dash-main {
  width: 77%;
  padding: 25px 23px;
}
.dash-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.dash-heading h3 {
  font-size: 19px;
  letter-spacing: -0.04em;
}
.sample-label {
  font-size: 8px;
  background: #f0f3eb;
  padding: 5px 7px;
  border-radius: 4px;
  color: #798471;
}
.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.dash-stats > div {
  border: 1px solid #e9eee4;
  border-radius: 7px;
  padding: 15px 10px;
}
.dash-stats span {
  font-size: 8px;
  color: #6b756b;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}
.dash-stats b {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.dash-chart {
  border: 1px solid #e9eee4;
  border-radius: 8px;
  padding: 15px;
  margin-top: 13px;
  height: 170px;
}
.dash-chart > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 9px;
}
.dash-chart > div > span {
  font-size: 8px;
  color: #7e877a;
}
.dash-chart canvas {
  width: 100% !important;
  height: 117px !important;
}
.dash-rows {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.dash-rows > div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.dash-rows .icon {
  width: 20px;
  height: 20px;
  padding: 4px;
  background: #edf2e5;
  border-radius: 50%;
}
.dash-rows span {
  font-size: 8px;
  color: #7e8879;
}
.dash-rows b {
  display: block;
  font-size: 9px;
  color: #344b37;
  margin-bottom: 3px;
}
.dash-rows small {
  display: none;
}
/* A scroll-staged product story, with a complete static layout as fallback. */
.journey {
  padding-bottom: 70px;
  background: #fafaf5;
}
.journey > .section-heading {
  text-align: center;
}
.journey-stage {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
  max-width: 1040px;
  margin: auto;
}
.journey-copy {
  position: relative;
}
.journey-step {
  display: flex;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid #dbe1d4;
  opacity: 0.58;
  transition: opacity 0.4s;
}
.journey-step.active {
  opacity: 1;
}
.journey-step > span {
  font-size: 12px;
  margin-top: 6px;
  font-weight: 650;
}
.journey-step h3 {
  font-size: 32px;
}
.journey-step p {
  font-size: 15px;
  line-height: 1.55;
  color: #778170;
  max-width: 310px;
  margin-top: 12px;
}
.journey-phones {
  height: 660px;
  position: relative;
  perspective: 1600px;
}
.journey-phone {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.journey-phone .phone {
  width: 330px;
}
.journey-phone-0 {
  transform: translateX(-70%) rotate(-8deg);
  z-index: 1;
  opacity: 0.3;
}
.journey-phone-1 {
  z-index: 3;
}
.journey-phone-2 {
  transform: translateX(-30%) rotate(8deg);
  z-index: 2;
  opacity: 0.25;
}
.stage-caption {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
  font-weight: 550;
}
.journey > .sample-note {
  text-align: center;
}
/* Linear perspective fan. No circular orbit or pedestal. */
.gallery {
  background: #e9ede3;
  overflow: hidden;
  padding-bottom: 65px;
}
.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.gallery-heading > div:last-child {
  max-width: 400px;
  padding-bottom: 3px;
}
.gallery-heading > div > p {
  margin-top: 0;
  font-size: 17px;
}
.segmented {
  display: inline-flex;
  margin-top: 25px;
  background: #f4f6ef;
  border: 1px solid #cdd5c6;
  border-radius: 8px;
  padding: 4px;
  gap: 4px;
}
.segmented button {
  min-width: 84px;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 12px;
  transition:
    background 0.3s,
    color 0.3s;
}
.segmented button[aria-pressed="true"] {
  background: #274938;
  color: #fff;
}
.gallery-fan {
  position: relative;
  height: 690px;
  max-width: 1050px;
  margin: 40px auto 0;
  perspective: 1500px;
  touch-action: pan-y;
}
.gallery-card {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 350px;
  margin-left: -175px;
  text-align: center;
  transform-style: preserve-3d;
  transition:
    transform 1s var(--ease),
    opacity 1s,
    filter 1s;
  will-change: transform;
}
.gallery-card > .phone {
  width: 350px;
}
.gallery-card[data-position="center"] {
  transform: translateX(0) translateZ(70px) rotateY(0);
  z-index: 3;
  opacity: 1;
}
.gallery-card[data-position="left"] {
  transform: translateX(-310px) translateZ(-180px) rotateY(28deg) rotateZ(-8deg);
  z-index: 1;
  opacity: 0.65;
  filter: saturate(0.65);
}
.gallery-card[data-position="right"] {
  transform: translateX(310px) translateZ(-180px) rotateY(-28deg) rotateZ(8deg);
  z-index: 1;
  opacity: 0.65;
  filter: saturate(0.65);
}
.gallery-caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  opacity: 0;
  transition: opacity 0.4s;
}
.gallery-card[data-position="center"] .gallery-caption {
  opacity: 1;
}
.gallery-caption > b {
  font-size: 20px;
  letter-spacing: -0.035em;
}
.gallery-caption > span {
  font-size: 13px;
  color: #72806b;
}
.gallery-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 15px;
}
.gallery-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #bdc9b5;
  background: #f0f4e9;
  transition:
    background 0.3s,
    transform 0.3s;
}
.gallery-controls button:hover {
  background: #d9e7cb;
  transform: scale(1.08);
}
.gallery-controls .icon {
  width: 18px;
  height: 18px;
}
.gallery-controls > span {
  font-size: 12px;
  min-width: 100px;
  text-align: center;
}
.gallery > .sample-note {
  text-align: center;
}
.products {
  padding-bottom: 70px;
}
.products > .section-heading {
  text-align: center;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  perspective: 1600px;
}
.product-card {
  padding: 42px;
  min-height: 690px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.product-card.customer {
  background: #173f30;
  color: #f7f4e6;
}
.product-card.team {
  background: #e8e4dc;
  color: #343a30;
}
.product-card h3 {
  font-size: 38px;
  line-height: 1.08;
  margin: 24px 0 18px;
}
.product-card > p {
  font-size: 15px;
  max-width: 330px;
  color: #b6cdb7;
}
.product-card.team > p {
  color: #777b70;
}
.product-card > .text-link {
  margin-top: 25px;
  font-size: 13px;
}
.customer > .text-link > .icon {
  filter: invert(1);
}
.floating-pass {
  width: 300px;
  position: absolute;
  left: 50%;
  bottom: -98px;
  transform: translateX(-50%) rotateX(12deg) rotateZ(-11deg);
  box-shadow: 0 25px 60px #0004;
  border-radius: 14px;
}
.staff-widget {
  background: #fff;
  border: 1px solid #e3e6dc;
  border-radius: 13px;
  padding: 26px;
  color: #2f4234;
  box-shadow: 0 16px 35px #1c36200d;
  max-width: 450px;
}
.product-card > .staff-widget {
  position: absolute;
  width: 86%;
  left: 14%;
  bottom: -61px;
  transform: rotate(-5deg);
  padding: 24px;
}
.widget-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.widget-top > .icon {
  width: 20px;
  height: 20px;
}
.widget-top > span {
  margin-left: auto;
  font-size: 9px;
  color: #85907a;
  background: #eff4e7;
  padding: 4px 7px;
  border-radius: 4px;
}
.staff-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
}
.staff-person > img {
  border-radius: 50%;
  object-fit: cover;
}
.staff-person > span b,
.staff-person small {
  display: block;
}
.staff-person b {
  font-size: 13px;
}
.staff-person small {
  font-size: 10px;
  color: #89927f;
  margin-top: 4px;
}
.staff-badge {
  font-size: 9px;
  margin-left: auto;
  border: 1px solid #d9e5ce;
  border-radius: 15px;
  padding: 5px 8px;
  color: #608052;
}
.staff-widget h3 {
  font-size: 26px;
  line-height: 1.1;
  margin: 26px 0 20px;
}
.staff-count {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.staff-count > b {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1;
}
.staff-count > span {
  font-size: 11px;
  color: #7e8c72;
  line-height: 1.6;
}
.staff-reward {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #edf0e8;
}
.staff-reward > .icon {
  width: 24px;
  height: 24px;
}
.staff-reward b,
.staff-reward small {
  display: block;
  font-size: 11px;
}
.staff-reward small {
  font-size: 9px;
  margin-top: 5px;
  color: #88917e;
}
.staff-widget .sample-note {
  font-size: 9px;
  margin-top: 20px;
}
.together-line {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 28px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.together-line > span {
  flex: 1;
}
.together-line > b {
  font-weight: 600;
}
.together-line > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
}
.together-line > a > .icon {
  width: 18px;
  height: 18px;
}
.earn-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #eeeee6;
  min-height: 850px;
  overflow: hidden;
}
.earn-copy {
  max-width: 500px;
}
.earn-copy > p:not(.eyebrow) {
  font-size: 17px;
  color: #747e6d;
  max-width: 420px;
  margin-top: 25px;
}
.demo-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.text-button {
  font-size: 12px;
  text-decoration: underline;
  padding: 12px;
}
.earn-copy > small {
  display: block;
  color: #7c8573;
  margin-top: 20px;
}
.demo-status {
  font-size: 13px;
  margin-top: 22px;
  min-height: 20px;
  font-weight: 600;
}
.earn-scene {
  position: relative;
  height: 640px;
  perspective: 1200px;
}
.earn-phone {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-45%) rotateY(-10deg) rotateZ(7deg);
}
.earn-phone .phone {
  width: 345px;
}
.reward-note {
  position: absolute;
  bottom: 44px;
  left: -15px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #dbeac7;
  border: 1px solid #adbea1;
  border-radius: 12px;
  padding: 23px;
  box-shadow: 0 20px 45px #223a221c;
  transform: rotate(-7deg);
  opacity: 0.4;
}
.reward-note > .icon {
  width: 33px;
  height: 33px;
}
.reward-note > span {
  font-size: 14px;
  line-height: 1.6;
}
.reward-note > small {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 8px;
  color: #7f8c70;
}
.earn-number {
  position: absolute;
  right: 5%;
  top: 7%;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.09em;
  color: #aac094;
  opacity: 0.7;
}
.calculator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.calculator > div:first-child > p:not(.eyebrow) {
  max-width: 420px;
  font-size: 17px;
  color: #77836e;
  margin-top: 25px;
  margin-bottom: 35px;
}
.calculator label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 24px;
  max-width: 440px;
  gap: 20px;
}
.calculator label > b {
  font-size: 15px;
  font-weight: 650;
}
.calculator input {
  appearance: none;
  display: block;
  width: 100%;
  max-width: 440px;
  height: 5px;
  border-radius: 5px;
  background: #dfe7d6;
  margin: 20px 0 32px;
  cursor: pointer;
  accent-color: var(--ink);
}
.calculator input::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  background: #244831;
  border: 4px solid #f7f7ef;
  box-shadow: 0 0 0 1px #a9b69e;
  border-radius: 50%;
}
.calculator-result {
  background: #e8eddf;
  border-radius: 17px;
  padding: 42px;
}
.calculator-result > .pill {
  font-size: 9px;
}
.calculator-result > p {
  font-size: 14px;
  color: #6d7e60;
  margin-top: 35px;
}
.calculator-result > strong {
  display: block;
  font-size: clamp(60px, 6.4vw, 100px);
  line-height: 1.1;
  letter-spacing: -0.075em;
  font-weight: 520;
  margin: 10px 0;
}
.calculator-result > span:not(.pill) {
  font-size: 14px;
  color: #6a7b5c;
}
.sales-bars {
  margin: 34px 0;
}
.sales-bars > div {
  margin-top: 22px;
}
.sales-bars span {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #6d7a61;
  margin-bottom: 12px;
}
.sales-bars i {
  height: 9px;
  background: #d1dcc6;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.sales-bars i:after {
  content: "";
  display: block;
  height: 100%;
  width: var(--bar);
  background: #486b3c;
  border-radius: 5px;
  transform-origin: left;
}
.calculator-result > small {
  display: block;
  font-size: 11px;
  color: #7b8672;
  line-height: 1.65;
}
.industry-section {
  padding-top: 65px;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.industry-tile {
  height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #dce1d2;
  color: #fff;
}
.industry-tile > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.industry-tile:hover > img {
  transform: scale(1.065);
}
.industry-tile:after {
  content: "";
  position: absolute;
  inset: 25% 0 0;
  background: linear-gradient(transparent, #102016d9);
}
.industry-tile > div {
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: 28px;
  z-index: 2;
}
.industry-tile span {
  font-size: 11px;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
.industry-tile h3 {
  font-size: 28px;
  line-height: 1.13;
  max-width: 240px;
  margin-top: 12px;
}
.industry-tile > div > .icon {
  filter: invert(1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.app-section {
  background: #0d261c;
  color: #f1f5e8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  min-height: 730px;
  overflow: hidden;
}
.app-copy > h2 > span {
  color: #a6be8c;
}
.app-copy > p:not(.eyebrow) {
  font-size: 17px;
  color: #b2c1a7;
  max-width: 445px;
  margin-top: 27px;
}
.app-copy .eyebrow {
  color: #a9bc99;
}
.app-copy .button {
  background: #d9eac3;
  color: #17381e;
  border-color: transparent;
}
.app-copy .button > .icon {
  filter: none;
}
.app-copy .button-secondary {
  background: transparent;
  color: #e1ead7;
  border-color: #667d5766;
}
.app-copy .button-secondary > .icon {
  filter: invert(1);
}
.app-copy > small {
  display: block;
  margin-top: 25px;
  color: #8a9e7d;
}
.app-art {
  position: relative;
  padding-top: 90px;
  perspective: 1300px;
}
.app-icon {
  position: absolute;
  z-index: 5;
  right: 8%;
  top: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(145deg, #d9e7b8, #78955e);
  display: grid;
  place-items: center;
  border-radius: 28px;
  box-shadow:
    inset 0 2px 2px #fff9,
    0 30px 40px #0005;
  transform: rotateY(-18deg) rotateZ(12deg);
  color: #1c3823;
}
.app-icon > svg {
  width: 75px;
  height: 75px;
}
.app-ui {
  border-radius: 16px;
  background: #f8faf2;
  color: #28452d;
  box-shadow: 0 30px 70px #0005;
  padding: 32px;
  transform: rotateY(-9deg) rotateZ(-5deg);
}
.app-ui .widget-top > svg {
  width: 22px;
  height: 22px;
}
.app-ui > h3 {
  font-size: 37px;
  line-height: 1.04;
  margin: 30px 0;
}
.member-row {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #e9efdf;
  padding: 17px;
  border-radius: 9px;
}
.member-row > img {
  border-radius: 50%;
}
.member-row > span {
  flex: 1;
}
.member-row b {
  font-size: 13px;
}
.member-row small {
  display: block;
  font-size: 10px;
  color: #859175;
  margin-top: 5px;
}
.member-row > strong {
  font-size: 20px;
  letter-spacing: -0.04em;
}
.member-row > strong > small {
  text-align: right;
  letter-spacing: 0;
}
.app-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.app-tiles > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #e3e9da;
  border-radius: 8px;
  min-height: 65px;
  font-size: 12px;
}
.app-tiles .icon {
  width: 19px;
  height: 19px;
}
.app-ui > p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #839273;
  margin-top: 22px;
}
.app-ui > p > .icon {
  width: 15px;
  height: 15px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 25px 0;
  font-size: 17px;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s;
}
.faq details[open] summary > .icon {
  transform: rotate(45deg);
}
.faq details > p {
  font-size: 15px;
  color: #7b8573;
  padding: 0 25px 25px 0;
  max-width: 580px;
}
.closing {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #e3ead8;
  min-height: 540px;
  display: grid;
  place-items: center;
}
.closing h2 {
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.96;
  position: relative;
}
.closing h2 > span {
  color: #789064;
}
.closing .actions {
  justify-content: center;
  margin-top: 38px;
}
.closing p:last-child {
  font-size: 13px;
  color: #839476;
  margin-top: 23px;
}
.closing-mark {
  position: absolute;
  right: -75px;
  bottom: -150px;
  color: #b8cba34d;
  transform: rotate(-20deg);
}
.closing-mark > svg {
  width: 620px;
  height: 620px;
}
footer.section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top > span {
  font-size: 14px;
  color: #87927d;
}
.footer-links {
  display: flex;
  gap: 26px;
  font-size: 12px;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
footer > small {
  font-size: 10px;
  color: #87927d;
}
/* Distinct interior page compositions. */
.product-hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 800px;
  background: linear-gradient(120deg, #f6f7f0 30%, #e2e9d8);
}
.product-hero > div > small {
  display: block;
  margin-top: 23px;
  color: #809073;
}
.product-hero-visual {
  perspective: 1200px;
  display: flex;
  justify-content: center;
}
.product-hero-visual > .phone {
  width: 340px;
  transform: rotateY(-18deg) rotateZ(7deg);
}
.product-hero-visual > .staff-widget {
  width: 100%;
  transform: rotateY(-10deg) rotateZ(-5deg);
  padding: 35px;
}
.product-hero-visual .staff-widget h3 {
  font-size: 33px;
}
.product-hero-visual .staff-count > b {
  font-size: 80px;
}
.team-goal {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 100px;
}
.goal-steps {
  margin: 35px 0;
}
.goal-steps article {
  display: flex;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.goal-steps article > span {
  font-size: 12px;
  margin-top: 5px;
}
.goal-steps h3 {
  font-size: 22px;
}
.goal-steps p {
  font-size: 14px;
  color: #7c8872;
  margin-top: 8px;
  max-width: 350px;
}
.team-goal > div:last-child > .staff-widget {
  margin: auto;
  transform: rotate(4deg);
}
.staff-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: #e8ebdf;
}
.staff-editorial > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
}
.staff-editorial > div > p:not(.eyebrow) {
  font-size: 17px;
  color: #7b876f;
  margin: 27px 0;
  max-width: 420px;
}
.page-intro {
  text-align: center;
  padding-bottom: 65px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 35px;
}
.price-card {
  padding: 36px 28px;
  background: #ecefe4;
  border: 1px solid #dde4d3;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.price-card > .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
}
.price-card h2 {
  font-size: 28px;
  letter-spacing: -0.04em;
}
.price-card > p {
  font-size: 14px;
  color: #808b74;
  margin-top: 15px;
}
.price-card ul {
  list-style: none;
  padding: 25px 0;
  margin: 20px 0 30px;
  border-top: 1px solid #ccd6bf;
  width: 100%;
  flex: 1;
}
.price-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin: 17px 0;
}
.price-card li > .icon {
  width: 16px;
  height: 16px;
}
.price-card > .button {
  width: 100%;
  font-size: 12px;
  gap: 12px;
  padding: 13px;
}
.price-card.featured {
  background: #163d2c;
  color: #e6efd9;
}
.price-card.featured > .icon,
.price-card.featured li > .icon {
  filter: invert(1);
}
.price-card.featured > p {
  color: #a9bd98;
}
.price-card.featured ul {
  border-color: #5c7650;
}
.price-card.featured > .button {
  background: #d4e6ba;
  color: #204024;
}
.price-card.featured > .button > .icon {
  filter: none;
}
.pricing-disclosure {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
}
.pricing-disclosure > b {
  font-size: 15px;
}
.pricing-disclosure > p {
  font-size: 13px;
  color: #859076;
  max-width: 590px;
  margin: 15px auto;
}
.pricing-disclosure > .text-link {
  font-size: 13px;
}
.dashboard-page {
  padding-top: 75px;
  background: #edf0e5;
}
.dashboard-page > div:first-child {
  text-align: center;
  margin-bottom: 65px;
}
.interactive-dashboard {
  max-width: 1200px;
  margin: auto;
}
.interactive-dashboard > aside {
  padding: 35px 24px;
}
.interactive-dashboard .dash-merchant {
  font-size: 18px;
}
.interactive-dashboard .dash-workspace {
  font-size: 12px;
}
.interactive-dashboard .dash-nav {
  font-size: 14px;
  padding: 14px 12px;
}
.interactive-dashboard .dash-nav > .icon {
  width: 20px;
  height: 20px;
}
.interactive-dashboard .dash-main {
  padding: 35px;
}
.interactive-dashboard .dash-heading > h3 {
  font-size: 29px;
}
.interactive-dashboard .sample-label {
  font-size: 11px;
}
.interactive-dashboard .dash-stats > div {
  padding: 23px 17px;
}
.interactive-dashboard .dash-stats span {
  font-size: 11px;
}
.interactive-dashboard .dash-stats b {
  font-size: 40px;
}
.interactive-dashboard .dash-chart {
  height: 320px;
  padding: 25px;
}
.interactive-dashboard .dash-chart > div {
  font-size: 13px;
}
.interactive-dashboard .dash-chart > div > span {
  font-size: 11px;
}
.interactive-dashboard .dash-chart canvas {
  height: 240px !important;
}
.interactive-dashboard .dash-rows {
  display: block;
}
.interactive-dashboard .dash-rows > div {
  border-bottom: 1px solid #ebefe3;
  padding: 16px 0;
}
.interactive-dashboard .dash-rows .icon {
  width: 32px;
  height: 32px;
  padding: 7px;
}
.interactive-dashboard .dash-rows span {
  font-size: 12px;
  flex: 1;
}
.interactive-dashboard .dash-rows b {
  font-size: 13px;
}
.interactive-dashboard .dash-rows small {
  display: block;
  font-size: 11px;
  color: #839176;
}
.signup-section {
  overflow: clip;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 80px;
  align-items: center;
  min-height: 900px;
  background: linear-gradient(120deg, #f7f8f2, #e9eddf);
}
.signup-section h1 {
  font-size: clamp(48px, 5vw, 76px);
}
.signup-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 440px;
  margin-top: 28px;
}
.signup-options > button {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid #dce4d2;
  border-radius: 9px;
  padding: 18px 20px;
  text-align: left;
  font-size: 14px;
}
.signup-options > button > span {
  flex: 1;
}
.signup-options > button > .icon:last-child {
  opacity: 0;
  width: 18px;
  height: 18px;
}
.signup-options > button[aria-pressed="true"] {
  border-color: #6f9260;
  background: #eff4e8;
  box-shadow: 0 0 0 1px #6f9260;
}
.signup-options > button[aria-pressed="true"] > .icon:last-child {
  opacity: 1;
}
.signup-section .choice-status {
  font-size: 12px;
  margin: 22px 0;
  color: #6e845e;
}
.signup-section > div > small {
  display: block;
  margin-top: 22px;
  font-size: 11px;
  color: #7c8d6d;
}
.signup-art {
  perspective: 1200px;
  display: flex;
  justify-content: center;
}
.signup-art > .phone {
  width: 370px;
  transform: rotateY(-18deg) rotateZ(9deg);
}
@media (min-width: 1600px) {
  .hero-copy {
    padding-left: max(6vw, calc((100vw - 1450px) / 2));
  }
  .hero-device {
    left: 20%;
  }
  .hero-dash {
    left: 39%;
  }
  .hero-note {
    left: 65%;
  }
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 15px;
  }
  .site-header nav > a {
    font-size: 11px;
  }
  .nav-login {
    display: none;
  }
  .brand {
    font-size: 18px;
  }
  .nav-actions {
    gap: 10px;
  }
  .hero {
    min-height: 1000px;
  }
  .hero-copy {
    padding-top: 145px;
  }
  .hero-stage {
    bottom: 5px;
  }
  .hero-device {
    left: 8%;
    bottom: 0;
  }
  .hero-device .phone {
    width: 320px;
  }
  .hero-dash {
    left: 33%;
    width: 650px;
    bottom: 105px;
  }
  .hero-note {
    left: 56%;
    bottom: 63px;
  }
  .section {
    padding: 90px 5vw;
  }
  .calculator {
    gap: 40px;
  }
  .product-card {
    padding: 30px;
    min-height: 680px;
  }
  .app-section {
    gap: 35px;
  }
  .app-copy .actions {
    display: grid;
  }
  .app-copy .button {
    max-width: 260px;
  }
  .app-ui {
    padding: 25px;
  }
  .gallery-card[data-position="left"] {
    transform: translateX(-245px) translateZ(-180px) rotateY(28deg)
      rotateZ(-8deg);
  }
  .gallery-card[data-position="right"] {
    transform: translateX(245px) translateZ(-180px) rotateY(-28deg)
      rotateZ(8deg);
  }
  .team-goal {
    gap: 50px;
  }
  .product-hero {
    gap: 30px;
  }
  .pricing-grid {
    gap: 12px;
  }
  .price-card {
    padding: 28px 20px;
  }
  .price-card h2 {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  html {
    scroll-padding-top: 20px;
  }
  .section {
    padding: 72px 24px;
  }
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 29px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .section-heading > p:last-child {
    font-size: 16px;
    margin-top: 20px;
  }
  .site-header {
    height: 74px;
    left: 22px;
    right: 22px;
  }
  .site-header .brand {
    font-size: 20px;
  }
  .site-header .brand svg {
    width: 27px;
    height: 27px;
  }
  .nav-actions > .button {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .menu-toggle > .icon {
    filter: invert(1);
  }
  body:not([data-page="/"]) .menu-toggle > .icon {
    filter: none;
  }
  .site-header nav {
    display: none;
    position: fixed;
    inset: 74px 0 0;
    background: #f6f8ee;
    color: var(--ink);
    padding: 35px 26px;
    flex-direction: column;
    gap: 0;
    z-index: 50;
    overflow-y: auto;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav > a {
    font-size: 24px;
    letter-spacing: -0.035em;
    padding: 20px 0;
    border-bottom: 1px solid #dce3d2;
    opacity: 1;
  }
  .site-header nav > .mobile-nav-cta {
    display: block;
    background: var(--ink);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 16px;
  }
  .motion-control {
    bottom: 12px;
    right: 12px;
    font-size: 10px;
    padding: 8px 10px;
  }
  .hero {
    height: auto;
    min-height: 1070px;
    max-height: none;
  }
  .hero-art {
    object-position: 65% center;
    opacity: 0.62;
  }
  .hero:after {
    background: linear-gradient(
      180deg,
      #0b2012ad 0%,
      #0b201166 45%,
      #07170bea 100%
    );
  }
  .hero-copy {
    text-align: center;
    padding: 116px 22px 0;
    max-width: none;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.08em;
    white-space: normal;
  }
  .hero-copy h1 {
    font-size: clamp(45px, 8.6vw, 65px);
    line-height: 1.02;
    letter-spacing: -0.066em;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
    margin-top: 22px;
    color: #d8e1d0;
  }
  .hero-copy > .actions {
    justify-content: center;
    gap: 9px;
    margin-top: 25px;
  }
  .hero-copy .button {
    font-size: 12px;
    min-height: 46px;
    padding: 13px 15px;
    gap: 10px;
  }
  .hero-copy .button .icon {
    width: 15px;
    height: 15px;
  }
  .hero-copy > small {
    font-size: 10px;
    margin-top: 18px;
    line-height: 1.55;
  }
  .hero-stage {
    bottom: 48px;
    height: 575px;
    left: 0;
    right: 0;
  }
  .hero-device {
    left: 50%;
    bottom: 0;
    transform: translateX(-63%) rotateY(10deg) rotateZ(-6deg);
    z-index: 4;
  }
  .hero-device .phone {
    width: 300px;
  }
  .hero-dash {
    left: 52%;
    bottom: 109px;
    width: 610px;
    transform: rotateY(-25deg) rotateX(6deg) rotateZ(2deg);
    opacity: 0.95;
  }
  .hero-note {
    left: 52%;
    bottom: 9px;
    white-space: nowrap;
    padding: 15px 16px;
    font-size: 11px;
    gap: 9px;
    transform: rotate(-5deg);
  }
  .hero-note > .icon {
    width: 25px;
    height: 25px;
  }
  .hero-bottom {
    left: 24px;
    right: 24px;
    bottom: 20px;
    font-size: 9px;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .fallback-note {
    font-size: 8px;
    bottom: 22px;
    right: 14px;
    max-width: 130px;
    text-align: right;
  }
  .journey > .section-heading {
    text-align: left;
  }
  .journey-stage {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .journey-copy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .journey-step {
    display: block;
    padding: 17px 0;
    opacity: 1;
  }
  .journey-step > span {
    display: block;
    font-size: 10px;
    margin-bottom: 14px;
  }
  .journey-step h3 {
    font-size: 23px;
  }
  .journey-step p {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 10px;
  }
  .journey-phones {
    height: 510px;
    margin-top: 15px;
  }
  .journey-phone {
    top: 0;
  }
  .journey-phone .phone {
    width: 260px;
  }
  .journey-phone-0 {
    transform: translateX(-73%) rotate(-9deg);
    opacity: 0.22;
  }
  .journey-phone-1 {
    transform: translateX(-50%);
  }
  .journey-phone-2 {
    transform: translateX(-27%) rotate(9deg);
    opacity: 0.22;
  }
  .stage-caption {
    font-size: 12px;
  }
  .journey > .sample-note {
    font-size: 10px;
    margin-top: 20px;
  }
  .gallery-heading {
    display: block;
  }
  .gallery-heading > div:last-child {
    margin-top: 25px;
  }
  .gallery-heading > div > p {
    font-size: 16px;
  }
  .segmented {
    display: flex;
    width: 100%;
    max-width: 370px;
    margin-top: 20px;
  }
  .segmented > button {
    min-width: 0;
    flex: 1;
    font-size: 12px;
    padding: 11px 16px;
  }
  .gallery-fan {
    height: 570px;
    margin-top: 30px;
    perspective: 1000px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .gallery-card {
    width: 290px;
    margin-left: -145px;
    top: 5px;
  }
  .gallery-card > .phone {
    width: 290px;
  }
  .gallery-card[data-position="center"] {
    transform: translateX(0) translateZ(0);
  }
  .gallery-card[data-position="left"] {
    transform: translateX(-165px) translateZ(-230px) rotateY(30deg)
      rotateZ(-9deg);
    opacity: 0.35;
  }
  .gallery-card[data-position="right"] {
    transform: translateX(165px) translateZ(-230px) rotateY(-30deg)
      rotateZ(9deg);
    opacity: 0.35;
  }
  .gallery-caption {
    margin-top: 0;
    gap: 6px;
  }
  .gallery-caption > b {
    font-size: 18px;
  }
  .gallery-caption > span {
    font-size: 11px;
  }
  .gallery-controls {
    margin-top: 12px;
    gap: 18px;
  }
  .gallery > .sample-note {
    font-size: 10px;
  }
  .products > .section-heading {
    text-align: left;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-card {
    padding: 30px;
    min-height: 660px;
    border-radius: 13px;
  }
  .product-card h3 {
    font-size: 35px;
  }
  .product-card > p {
    font-size: 15px;
    max-width: 290px;
  }
  .floating-pass {
    width: 275px;
    bottom: -77px;
  }
  .product-card > .staff-widget {
    width: 84%;
    left: 18%;
    bottom: -62px;
    max-width: 360px;
  }
  .together-line {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 15px;
    padding: 23px 0;
    font-size: 13px;
  }
  .together-line > b {
    display: block;
  }
  .together-line > a {
    grid-column: 2;
    font-size: 12px;
  }
  .earn-section {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 25px;
  }
  .earn-copy > p:not(.eyebrow) {
    font-size: 16px;
    max-width: 420px;
  }
  .demo-buttons {
    margin-top: 23px;
    gap: 10px;
  }
  .demo-buttons .button {
    font-size: 12px;
    gap: 12px;
  }
  .text-button {
    font-size: 11px;
    padding: 8px;
  }
  .earn-copy > small {
    font-size: 11px;
  }
  .earn-scene {
    height: 570px;
    max-width: 400px;
    width: 100%;
    margin: 10px auto 0;
  }
  .earn-phone {
    transform: translateX(-48%) rotateY(-8deg) rotateZ(6deg);
  }
  .earn-phone .phone {
    width: 295px;
  }
  .earn-number {
    font-size: 77px;
    right: -3%;
    top: 2%;
  }
  .reward-note {
    bottom: 4px;
    left: -8px;
    padding: 17px;
    font-size: 12px;
  }
  .reward-note > span {
    font-size: 12px;
  }
  .calculator {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .calculator > div:first-child > p:not(.eyebrow) {
    font-size: 16px;
  }
  .calculator label {
    font-size: 12px;
  }
  .calculator-result {
    padding: 28px;
    border-radius: 12px;
  }
  .calculator-result > strong {
    font-size: 76px;
  }
  .calculator-result > .pill {
    font-size: 8px;
  }
  .calculator-result > small {
    font-size: 10px;
  }
  .industry-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .industry-tile {
    height: 370px;
  }
  .industry-tile h3 {
    font-size: 32px;
    max-width: 270px;
  }
  .industry-tile > div {
    left: 26px;
    bottom: 26px;
  }
  .app-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .app-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .app-copy .actions {
    display: flex;
    gap: 10px;
  }
  .app-copy .button {
    font-size: 12px;
    gap: 12px;
    padding: 13px 16px;
  }
  .app-copy > small {
    font-size: 11px;
  }
  .app-art {
    padding-top: 75px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }
  .app-icon {
    width: 95px;
    height: 95px;
    right: 7%;
    border-radius: 23px;
  }
  .app-icon > svg {
    width: 60px;
    height: 60px;
  }
  .app-ui {
    padding: 25px 21px;
    transform: rotateY(-4deg) rotateZ(-3deg);
  }
  .app-ui > h3 {
    font-size: 34px;
  }
  .app-ui .widget-top {
    font-size: 11px;
    gap: 7px;
  }
  .member-row {
    padding: 14px 12px;
    gap: 10px;
  }
  .member-row > img {
    width: 43px;
    height: 43px;
  }
  .member-row b {
    font-size: 12px;
  }
  .member-row small {
    font-size: 9px;
  }
  .member-row > strong {
    font-size: 18px;
  }
  .app-tiles > span {
    font-size: 11px;
    gap: 7px;
  }
  .app-tiles .icon {
    width: 17px;
    height: 17px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .faq summary {
    font-size: 15px;
    padding: 23px 0;
    line-height: 1.4;
  }
  .faq details > p {
    font-size: 14px;
  }
  .closing {
    min-height: 460px;
  }
  .closing h2 {
    font-size: 60px;
  }
  .closing .actions {
    margin-top: 27px;
    gap: 10px;
  }
  .closing .button {
    font-size: 12px;
    padding: 13px 15px;
    gap: 12px;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  .closing-mark {
    right: -120px;
    bottom: -100px;
  }
  .closing-mark > svg {
    width: 390px;
    height: 390px;
  }
  .footer-top {
    display: block;
  }
  .footer-top > span {
    display: block;
    margin-top: 18px;
    font-size: 12px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 18px 25px;
    padding: 28px 0;
  }
  .footer-links > a {
    font-size: 11px;
  }
  footer > small {
    font-size: 9px;
    display: block;
    max-width: 270px;
  }
  footer.section {
    padding-bottom: 75px;
  }
  .product-hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 58px;
    min-height: 0;
    overflow: hidden;
  }
  .product-hero h1 {
    font-size: 53px;
  }
  .product-hero > div > p {
    font-size: 16px;
  }
  .product-hero .actions {
    gap: 10px;
  }
  .product-hero .button {
    font-size: 12px;
    padding: 13px 15px;
    gap: 12px;
  }
  .product-hero > div > small {
    font-size: 11px;
  }
  .product-hero-visual > .phone {
    width: 300px;
  }
  .product-hero-visual > .staff-widget {
    max-width: 370px;
    padding: 25px;
    transform: rotateY(-6deg) rotateZ(-3deg);
  }
  .team-goal {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .team-goal .button {
    font-size: 12px;
    gap: 12px;
  }
  .team-goal > div:last-child > .staff-widget {
    transform: rotate(3deg);
    max-width: 370px;
  }
  .staff-editorial {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .staff-editorial > img {
    height: 340px;
  }
  .staff-editorial > div > p:not(.eyebrow) {
    font-size: 16px;
  }
  .page-intro {
    padding-top: 55px;
    padding-bottom: 45px;
    text-align: left;
  }
  .page-intro h1 {
    font-size: 51px;
  }
  .page-intro > p:last-child {
    font-size: 16px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    padding-top: 10px;
    gap: 18px;
  }
  .price-card {
    padding: 30px;
  }
  .price-card h2 {
    font-size: 31px;
  }
  .price-card > p {
    font-size: 15px;
  }
  .price-card ul {
    padding: 10px 0;
    margin: 25px 0;
  }
  .price-card li {
    font-size: 14px;
  }
  .price-card > .button {
    font-size: 14px;
  }
  .pricing-disclosure {
    text-align: left;
    padding-top: 10px;
  }
  .pricing-disclosure > b {
    font-size: 14px;
  }
  .pricing-disclosure > p {
    font-size: 13px;
  }
  .dashboard-page {
    padding-top: 55px;
  }
  .dashboard-page > div:first-child {
    text-align: left;
    margin-bottom: 35px;
  }
  .dashboard-page h1 {
    font-size: 52px;
  }
  .dashboard-page > div > p {
    font-size: 15px;
  }
  .interactive-dashboard {
    display: block;
  }
  .interactive-dashboard > aside {
    width: 100%;
    padding: 18px 12px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    border-right: 0;
    border-bottom: 1px solid #edf0e9;
  }
  .interactive-dashboard .dash-merchant {
    font-size: 15px;
    padding: 3px 6px 12px;
    width: 100%;
  }
  .interactive-dashboard .dash-workspace,
  .interactive-dashboard > aside > small {
    display: none;
  }
  .interactive-dashboard .dash-nav {
    font-size: 10px;
    padding: 9px 8px;
    gap: 5px;
    flex: 0 1 auto;
  }
  .interactive-dashboard .dash-nav > .icon {
    width: 13px;
    height: 13px;
  }
  .interactive-dashboard .dash-main {
    width: 100%;
    padding: 22px 15px;
  }
  .interactive-dashboard .dash-heading > h3 {
    font-size: 25px;
  }
  .interactive-dashboard .sample-label {
    font-size: 8px;
  }
  .interactive-dashboard .dash-stats {
    gap: 7px;
    grid-template-columns: 1fr;
  }
  .interactive-dashboard .dash-stats > div {
    padding: 13px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .interactive-dashboard .dash-stats span {
    font-size: 11px;
    white-space: normal;
    margin: 0;
  }
  .interactive-dashboard .dash-stats b {
    font-size: 29px;
  }
  .interactive-dashboard .dash-chart {
    height: 260px;
    padding: 17px 10px;
  }
  .interactive-dashboard .dash-chart > div {
    display: block;
    font-size: 11px;
    line-height: 1.5;
  }
  .interactive-dashboard .dash-chart > div > span {
    display: block;
    font-size: 9px;
    margin-top: 3px;
  }
  .interactive-dashboard .dash-chart canvas {
    height: 180px !important;
  }
  .interactive-dashboard .dash-rows span {
    font-size: 10px;
  }
  .interactive-dashboard .dash-rows b {
    font-size: 11px;
  }
  .interactive-dashboard .dash-rows small {
    font-size: 8px;
  }
  .signup-section {
    grid-template-columns: 1fr;
    padding-top: 55px;
    gap: 40px;
    min-height: 0;
    overflow: hidden;
  }
  .signup-section h1 {
    font-size: 51px;
  }
  .signup-section > div > p {
    font-size: 16px;
  }
  .signup-section .button {
    font-size: 12px;
    gap: 15px;
  }
  .signup-options > button {
    font-size: 14px;
  }
  .signup-art > .phone {
    width: 300px;
  }
  .signup-section .choice-status {
    font-size: 11px;
  }
  .signup-section > div > small {
    font-size: 10px;
  }
}
@media (max-width: 370px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .hero-copy {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero-copy .actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-copy .button {
    min-height: 42px;
  }
  .hero {
    min-height: 1130px;
  }
  .hero-stage {
    bottom: 42px;
  }
  .hero-device .phone {
    width: 285px;
  }
  .journey-copy {
    gap: 10px;
  }
  .journey-step h3 {
    font-size: 20px;
  }
  .journey-step p {
    font-size: 11px;
  }
  .gallery-card > .phone {
    width: 270px;
  }
  .gallery-card {
    width: 270px;
    margin-left: -135px;
  }
  .gallery-fan {
    height: 535px;
  }
  .product-card {
    padding: 25px;
  }
  .product-card h3 {
    font-size: 32px;
  }
  .product-card > .staff-widget {
    left: 10%;
    width: 94%;
  }
  .app-copy .actions {
    display: grid;
  }
  .app-ui {
    padding: 22px 17px;
  }
  .member-row > img {
    width: 36px;
    height: 36px;
  }
  .closing h2 {
    font-size: 54px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .journey-phone {
    will-change: auto;
  }
  .gallery-card {
    will-change: auto;
  }
}
body.motion-paused *,
body.motion-paused *:before,
body.motion-paused *:after {
  animation-play-state: paused !important;
  transition-duration: 0s !important;
  scroll-behavior: auto !important;
}

/* Keep the complete transformed product envelope below the copy at every size. */
@media (min-width: 781px) {
  .hero {
    height: 1260px;
    min-height: 1260px;
    max-height: none;
  }
  .hero-copy {
    max-width: 1160px;
    padding-top: 130px;
  }
  .hero-copy h1 {
    font-size: 94px;
  }
  .hero-stage {
    bottom: 18px;
  }
  .hero-device {
    bottom: 15px;
  }
  .hero-art {
    object-position: 62% center;
  }
  .journey {
    overflow: clip;
  }
}
@media (min-width: 781px) and (max-width: 1100px) {
  .hero {
    height: 1210px;
    min-height: 1210px;
  }
  .hero-copy {
    max-width: 1050px;
  }
  .hero-copy h1 {
    font-size: 80px;
  }
  .hero-dash {
    width: 620px;
  }
}
@media (max-width: 780px) {
  .hero {
    min-height: 1160px;
  }
  .hero-art {
    object-position: 68% center;
  }
  .journey {
    overflow: hidden;
  }
  .journey-phones {
    overflow: visible;
  }
  .earn-section {
    overflow: hidden;
  }
  .team-goal {
    overflow: hidden;
  }
  .gallery {
    overflow: hidden;
  }
}
@media (max-width: 370px) {
  .hero {
    min-height: 1220px;
  }
}
.stamp {
  transition:
    background 0.35s,
    border-color 0.35s,
    transform 0.35s;
}
.stamp.earned {
  transform: scale(1.03);
}
.stamp > .icon {
  transition: opacity 0.35s;
}
.button:disabled {
  opacity: 0.65;
  cursor: default;
  transform: none;
  box-shadow: none;
}

/* Original generated raster bezel alignment: no CSS-drawn device. */
.phone-frame { inset: auto; left: -5.844042529323047%; top: -0.5801652892561976%; width: 111.56562005309934%; height: 101.27768595041321%; max-width: none; object-fit: fill; }
