/* Selected dark launch direction. Real phone bezel + editable pass UI. */
:root {
  --ink: #153c36;
  --muted: #5c716b;
  --cream: #f5faf8;
  --forest: #081b1e;
  --mint: #98f4d0;
  --ice: #eef8fa;
}
body {
  background: #f7faf8;
}
h1,
h2 {
  font-weight: 570;
  letter-spacing: -0.054em;
}
h2 span {
  color: #4d8777;
}
.button {
  border-radius: 8px;
  font-weight: 650;
}
.section {
  padding-top: 108px;
  padding-bottom: 108px;
}
.eyebrow {
  letter-spacing: 0.15em;
  font-size: 10px;
  font-weight: 700;
}
.site-header {
  max-width: 1280px;
  margin: auto;
  border-bottom-color: #d8fff315;
}
.site-header nav {
  gap: 28px;
}
.nav-actions .button {
  background: #a2f5d6;
}
.brand {
  letter-spacing: -0.04em;
}
.motion-control {
  background: #f6fffc;
  color: #163c34;
  border-color: #b1cfc3;
}
.pass-logo {
  display: grid;
  place-items: center;
  width: 18%;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.pass-logo > .icon {
  width: 100%;
  height: 100%;
  filter: invert(0.85) sepia(0.15);
}
.pass-logo.has-upload > .icon {
  display: none;
}
.pass-logo > [data-uploaded-logo] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.member-pass .pass-top {
  background: var(--custom-pass-color, var(--pass-color, #174f46));
}
.member-pass.salon {
  --pass-color: #655577;
}
.member-pass.retail {
  --pass-color: #5a4a39;
}
.member-pass.retail .pass-top,
.member-pass.retail .pass-top p {
  color: #fff6e5;
}
.member-pass.bakery {
  --pass-color: #833f2e;
  background: #fff1dd;
}
.member-pass.fitness {
  --pass-color: #363d42;
  background: #e7f1c5;
}
.member-pass.barber {
  --pass-color: #253b55;
  background: #edf0ee;
}
.member-pass .pass-brand b {
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.12;
}
.pass-brand > span:last-child {
  min-width: 0;
}
.launch-hero {
  min-height: 900px;
  height: 960px;
  max-height: 1080px;
  background: #07181c;
}
.launch-hero .hero-art {
  opacity: 1;
  object-position: center 68%;
}
.launch-hero:after {
  background: linear-gradient(180deg, #05171b18 35%, #04151a00 72%, #04151a80);
}
.launch-hero .hero-copy {
  max-width: none;
  padding: 142px 24px 0;
  text-align: center;
}
.launch-hero .hero-copy .eyebrow {
  color: #9cbdb6;
  margin-bottom: 17px;
}
.launch-hero .hero-copy h1 {
  font-size: clamp(44px, 4.3vw, 67px);
  line-height: 1.08;
  letter-spacing: -0.053em;
  color: #f4fffc;
}
.launch-hero .hero-copy h1 span {
  display: inline-block;
  color: #a7f5d9;
}
.dimensional-text {
  transform-origin: center bottom;
  text-shadow:
    0 1px #7bb8a3,
    0 2px #4b8777,
    0 3px #275246,
    0 12px 26px #0007;
}
.launch-hero .hero-copy > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.55;
  margin-top: 18px;
  color: #bdcfc9;
}
.launch-hero .actions {
  justify-content: center;
  margin-top: 24px;
}
.launch-hero .button {
  background: #a2f5d6;
  color: #123f34;
  min-height: 48px;
  padding: 14px 20px;
  font-size: 13px;
}
.launch-hero .button-secondary {
  background: #ffffff04;
  border: 1px solid #82b4a47d;
  color: #d8f8ed;
}
.launch-hero .hero-stage {
  height: 540px;
  bottom: 44px;
  max-width: 1080px;
  margin: auto;
  perspective: 1400px;
}
.launch-hero .hero-device {
  left: 14%;
  bottom: -70px;
  transform: rotateY(27deg) rotateZ(-17deg) rotateX(8deg);
}
.launch-hero .hero-device .phone {
  width: 345px;
  filter: drop-shadow(-10px 8px 1px #7caba184) drop-shadow(0 30px 25px #0006);
}
.launch-hero .hero-dash {
  left: 35%;
  bottom: 78px;
  width: 300px;
  transform: rotateY(-15deg) rotateX(15deg) rotateZ(-9deg);
  z-index: 5;
  border-radius: 18px;
}
.launch-hero .hero-note {
  left: auto;
  right: 5%;
  bottom: 180px;
  width: 272px;
  display: block;
  padding: 0;
  background: none;
  transform: rotateY(-16deg) rotateZ(6deg);
  border-radius: 16px;
  z-index: 4;
}
.hero-floating-pass .member-pass,
.hero-salon-pass .member-pass {
  box-shadow:
    0 4px 0 #7fc3b773,
    0 30px 50px #0005;
}
.hero-floating-pass .member-pass {
  background: #29665a;
  color: #e0fff3;
}
.hero-floating-pass .pass-top {
  background: #225e52;
  padding: 8% 8% 0;
}
.hero-floating-pass .pass-top > p,
.hero-salon-pass .pass-top > p {
  display: none;
}
.hero-floating-pass .pass-bottom,
.hero-salon-pass .pass-bottom {
  padding: 8%;
}
.hero-floating-pass .pass-brand small,
.hero-salon-pass .pass-brand small {
  display: none;
}
.hero-floating-pass .pass-brand .pass-logo,
.hero-salon-pass .pass-brand .pass-logo {
  width: 12%;
}
.hero-floating-pass .pass-brand b,
.hero-salon-pass .pass-brand b {
  font-size: 6.5cqw;
}
.hero-floating-pass .pass-bottom > p {
  color: #c4e3d8;
}
.hero-floating-pass .stamp {
  border-color: #92b9ac;
}
.hero-floating-pass .stamp.earned {
  background: #edd3ae;
}
.hero-floating-pass .pass-reward,
.hero-floating-pass .example-tag,
.hero-salon-pass .pass-reward,
.hero-salon-pass .example-tag {
  display: none;
}
.hero-salon-pass .member-pass {
  background: #d3bfea;
  color: #302c43;
}
.hero-salon-pass .pass-top {
  padding: 8% 8% 0;
  background: #d3bfea;
  color: #352b47;
}
.hero-salon-pass .pass-logo > .icon {
  filter: none;
}
.hero-salon-pass .stamp.earned {
  background: #b7a0d2;
}
.hero-scene-label {
  position: absolute;
  right: 11%;
  bottom: 65px;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #abcfc1;
}
.launch-hero .hero-bottom {
  background: #071b1ed9;
  border-top: 1px solid #96ddc027;
  min-height: 48px;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 6%;
  font-size: 11px;
}
.hero-bottom i {
  color: #5d8579;
  font-style: normal;
}
.hero-bottom a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.problem-story {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8%;
  background: #f8fbfa;
}
.problem-intro h2 {
  font-size: clamp(42px, 4vw, 63px);
}
.problem-intro > p:last-child {
  max-width: 430px;
  font-size: 17px;
  margin-top: 25px;
}
.problem-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.problem-cards article {
  display: grid;
  grid-template-columns: 40px 1fr;
  position: relative;
  padding: 27px 25px;
  border-top: 1px solid #d4e4df;
  column-gap: 18px;
}
.problem-cards article:last-child {
  border-bottom: 1px solid #d4e4df;
}
.problem-cards article > .icon {
  grid-column: 1;
  grid-row: 1;
  width: 30px;
  height: 30px;
}
.problem-cards h3 {
  grid-column: 2;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.problem-cards p {
  grid-column: 2;
  margin-top: 10px;
  max-width: 390px;
  font-size: 14px;
  line-height: 1.6;
}
.problem-number {
  position: absolute;
  right: 5px;
  top: 24px;
  font-size: 10px;
  color: #718b80;
}
.journey {
  background: #eef8fa;
  border-top: 1px solid #d9e8e5;
}
.journey > .section-heading {
  text-align: center;
}
.journey > .section-heading p {
  margin-left: auto;
  margin-right: auto;
}
.journey-stage {
  max-width: 1040px;
  margin: 50px auto 0;
}
.journey-phones {
  perspective: 1100px;
}
.reward-object {
  height: auto;
  object-fit: contain;
  position: absolute;
  width: 310px;
  left: -145px;
  bottom: 15%;
  pointer-events: none;
  filter: drop-shadow(0 24px 12px #537b7121);
  z-index: 8;
}
.brand-studio {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 65px;
}
.brand-studio .gallery-heading {
  padding: 0 6vw;
  max-width: 1400px;
  margin: auto;
}
.brand-studio h2 {
  font-size: clamp(44px, 4.5vw, 68px);
}
.brand-studio .industry-selector {
  display: flex;
  width: max-content;
  max-width: calc(100% - 36px);
  margin: 34px auto 0;
  overflow: auto;
  border-radius: 99px;
  background: #f2f7f4;
  padding: 5px;
  scrollbar-width: none;
}
.brand-studio .industry-selector button {
  border-radius: 30px;
  padding: 11px 22px;
  min-width: 78px;
  flex: none;
  font-size: 12px;
}
.brand-studio .industry-selector button[aria-pressed="true"] {
  background: #163f35;
}
.brand-studio .template-rail {
  height: 675px;
  max-width: none;
  margin: 45px 0 0;
  perspective: 1800px;
}
.brand-studio .gallery-card {
  top: 0;
  width: 300px;
  margin-left: -150px;
  padding: 20px 10px 21px;
  background: #d5e7de;
  border: 1px solid #fff8;
  border-radius: 28px;
  transform: translateX(calc(var(--offset) * 324px))
    rotateY(calc(var(--offset) * -5deg)) rotateZ(calc(var(--offset) * 1.2deg));
  opacity: 1;
  filter: none;
  box-shadow: 0 20px 35px #153a2910;
  transition:
    transform 1s cubic-bezier(0.2, 0.7, 0.1, 1),
    box-shadow 0.5s;
}
.brand-studio .gallery-card[data-position="center"] {
  transform: translateX(0) translateY(-8px);
  box-shadow: 0 30px 50px #153a2920;
}
.brand-studio .gallery-card > .phone {
  width: 280px;
}
.brand-studio .template-salon {
  background: #e8daef;
}
.brand-studio .template-retail {
  background: #e8e0d5;
}
.brand-studio .template-bakery {
  background: #f6cdc1;
}
.brand-studio .template-fitness {
  background: #e1eab7;
}
.brand-studio .template-barber {
  background: #c8d8e6;
}
.template-category {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 6px 0 5px;
}
.brand-studio .gallery-caption {
  opacity: 1;
  margin: 0;
  gap: 4px;
}
.brand-studio .gallery-caption > b {
  font-size: 19px;
}
.brand-studio .gallery-caption > span {
  color: #4b645a;
  font-size: 11px;
}
.brand-studio .gallery-controls {
  margin-top: 0;
}
.brand-studio .gallery-controls [data-gallery-autoplay] {
  width: auto;
  padding: 0 16px;
  font-size: 11px;
  border-radius: 24px;
}
.brand-studio .gallery-controls [data-gallery-autoplay]:disabled {
  opacity: 0.5;
  cursor: default;
}
.brand-editor {
  max-width: 1190px;
  margin: 40px auto 0;
  padding: 23px;
  border: 1px solid #d8e4df;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 22px;
  background: #f7faf8;
}
.brand-editor > div:first-child {
  flex: 1;
}
.brand-editor b {
  font-size: 16px;
  letter-spacing: -0.03em;
}
.brand-editor p {
  font-size: 12px;
  margin-top: 5px;
}
.brand-name-label {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 6px;
  color: #52685e;
}
.brand-name-label input {
  border: 1px solid #c7d7d0;
  background: white;
  width: 205px;
  height: 43px;
  border-radius: 7px;
  color: #163f35;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
}
.logo-upload {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 12px;
  border: 1px dashed #a4bbae;
  border-radius: 8px;
}
.logo-upload > .icon {
  width: 17px;
  height: 17px;
}
.logo-upload > span {
  grid-column: 1 / -1;
  font-weight: 400;
  font-size: 9px;
  color: #657b70;
}
.logo-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
.logo-upload:focus-within {
  outline: 3px solid #438b70;
  outline-offset: 3px;
}
.brand-colors {
  display: flex;
  gap: 8px;
}
.brand-colors button {
  width: 30px;
  height: 30px;
  background: var(--swatch);
  border: 4px solid #f7faf8;
  outline: 1px solid #c7d7d0;
  border-radius: 50%;
}
.brand-colors button[aria-pressed="true"] {
  outline: 2px solid #1b6750;
}
.brand-editor .text-button {
  font-size: 12px;
}
.tier-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7%;
  min-height: 760px;
  background: #071b20 url("/assets/launch-backdrop.webp") center/cover;
  color: #f2fff9;
  overflow: hidden;
}
.tier-section .eyebrow {
  color: #a5cbbc;
}
.tier-copy h2 span {
  color: #a1f3d4;
}
.tier-copy > p {
  color: #aec6bb;
  margin-top: 24px;
  font-size: 16px;
  max-width: 420px;
}
.tier-copy > small {
  display: block;
  color: #93b3a5;
  max-width: 420px;
  margin-top: 24px;
  font-size: 11px;
  line-height: 1.5;
}
.tier-options {
  display: flex;
  gap: 9px;
  margin-top: 30px;
}
.tier-options button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #95b5a642;
  border-radius: 8px;
  font-size: 12px;
  min-height: 45px;
}
.tier-options button[aria-pressed="true"] {
  background: #f3fff1;
  color: #153b30;
}
.tier-options button > .icon {
  width: 15px;
  height: 15px;
  filter: invert(1);
}
.tier-options button[aria-pressed="true"] > .icon {
  filter: none;
}
.tier-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b27b53;
}
.tier-dot.silver {
  background: #abbcc4;
}
.tier-dot.gold {
  background: #d6b561;
}
.tier-stage {
  min-width: 0;
  perspective: 1300px;
  padding: 60px 0;
}
.tier-card {
  position: relative;
  background: linear-gradient(125deg, #674a35, #bd9f72 48%, #75573c);
  color: #fcf5e5;
  border: 1px solid #d7b987;
  border-radius: 24px;
  padding: 32px;
  box-shadow:
    0 4px 0 #927252,
    0 30px 70px #0006;
  transform: rotateX(12deg) rotateY(-10deg) rotateZ(-5deg);
  transition:
    background 0.6s,
    color 0.5s;
  overflow: hidden;
}
.tier-card:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 10%,
    #ffffff25 35%,
    transparent 65%
  );
}
.tier-card[data-tier-card="silver"] {
  background: linear-gradient(125deg, #566970, #c6d5d7 48%, #869a9f);
  color: #102d32;
  border-color: #d4e4e8;
}
.tier-card[data-tier-card="gold"] {
  background: linear-gradient(125deg, #8c6c34, #efe0ad 48%, #b19659);
  color: #3b2c16;
  border-color: #e9cd84;
}
.tier-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.tier-card-top > .icon {
  margin-left: auto;
  filter: invert(0.9);
}
.tier-card > p {
  color: inherit;
  opacity: 0.9;
  font-size: 12px;
  margin-top: 30px;
}
.tier-card h3 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 550;
  letter-spacing: -0.06em;
  margin: 10px 0 28px;
}
.tier-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 15px;
}
.tier-card-bottom > span {
  font-size: 10px;
}
.tier-card-bottom strong {
  display: block;
  font-size: 24px;
  margin-top: 6px;
}
.tier-card .tier-chip {
  font-size: 8px;
  letter-spacing: 0.11em;
  border: 1px solid currentColor;
  border-radius: 5px;
  padding: 8px;
}
.tier-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 55px 25px 20px;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #acd8c5;
}
.tier-base i {
  flex: 1;
  height: 1px;
  background: #668d7d66;
}
.tier-stage > p {
  font-size: 13px;
  text-align: center;
  color: #b8d2c5;
  min-height: 40px;
}
.products {
  background: #f7faf8;
}
.product-card.customer {
  background: #e3f0eb;
}
.product-card.team {
  background: #e8e8ef;
}
.together-line {
  border-color: #ccdcd4;
}
.earn-section {
  background: #eef8fa;
}
.calculator {
  background: #0b2526;
  color: #ecfff5;
}
.calculator h2 span {
  color: #9feecb;
}
.calculator p {
  color: #afcbbf;
}
.calculator label {
  color: #cae6d7;
}
.calculator .calculator-result {
  background: #dff5e9;
  color: #153c30;
  border-color: #a5ceba;
}
.calculator-result p {
  color: #536d60;
}
.industry-section {
  background: #f7faf8;
}
.app-section {
  background: #071a1e;
  color: #effef8;
  min-height: 790px;
  overflow: hidden;
}
.app-copy h2 span {
  color: #a2e7c8;
}
.app-copy > p {
  color: #afc8bc;
  font-size: 17px;
}
.app-copy .button {
  background: #a2f5d6;
  color: #163c30;
  border-color: #a2f5d6;
}
.app-copy .button .icon {
  filter: none;
}
.app-copy .button-secondary {
  background: transparent;
  color: #d7f8e9;
  border-color: #7db29970;
}
.app-copy .button-secondary .icon {
  filter: invert(1);
}
.app-product-note {
  display: flex;
  gap: 14px;
  font-size: 12px;
  line-height: 1.6;
  color: #a6c6b8;
  margin-top: 28px;
}
.app-product-note b {
  color: #d7f9e9;
}
.app-product-note .icon {
  filter: invert(0.8);
  width: 25px;
  height: 25px;
}
.app-art {
  min-height: 590px;
  perspective: 1400px;
}
.app-device {
  position: absolute;
  left: 0;
  top: -15px;
  width: 310px;
  transform: rotateY(-13deg) rotateZ(-7deg);
  z-index: 3;
}
.app-device .phone-screen {
  background: #0d282a;
}
.staff-screen {
  padding: 8cqw 1cqw 0;
}
.staff-app-brand {
  display: flex;
  align-items: center;
  gap: 2cqw;
  font-size: 4cqw;
  letter-spacing: -0.05em;
}
.staff-app-brand > svg {
  width: 6cqw;
  height: 6cqw;
  color: #9ce3c8;
}
.staff-store {
  display: block;
  color: #9dbdb0;
  font-size: 2cqw;
  letter-spacing: 0.12em;
  margin-top: 7cqw;
}
.staff-screen h3 {
  font-size: 8cqw;
  line-height: 1.07;
  letter-spacing: -0.04em;
  margin: 3cqw 0 6cqw;
}
.staff-search {
  border: 1px solid #5f887b55;
  border-radius: 2cqw;
  font-size: 3cqw;
  color: #aac9bc;
  padding: 3cqw;
  display: flex;
  gap: 2cqw;
  align-items: center;
}
.staff-search > .icon {
  width: 3cqw;
  height: 3cqw;
  filter: invert(0.8);
}
.staff-member-card {
  background: #f0faf5;
  border-radius: 3cqw;
  color: #173f33;
  padding: 5cqw;
  margin-top: 5cqw;
}
.member-initial {
  display: grid;
  place-items: center;
  margin-bottom: 3cqw;
  width: 9cqw;
  height: 9cqw;
  background: #cce6d8;
  border-radius: 50%;
  font-size: 4cqw;
}
.staff-member-card > b {
  font-size: 5cqw;
  display: block;
}
.staff-member-card > small {
  display: block;
  font-size: 2.5cqw;
  color: #647e70;
  margin-top: 1cqw;
}
.staff-member-card > div:not(.progress) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.8cqw;
  margin: 6cqw 0 3cqw;
}
.staff-member-card strong {
  font-size: 5cqw;
}
.staff-screen-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4cqw 2cqw;
  background: #a3f0d2;
  border-radius: 2cqw;
  color: #153e31;
  gap: 2cqw;
  font-size: 3cqw;
  font-weight: 650;
  margin-top: 5cqw;
}
.staff-screen-action > .icon {
  width: 3cqw;
  height: 3cqw;
}
.staff-screen > small {
  display: block;
  text-align: center;
  color: #9ab9aa;
  font-size: 2cqw;
  line-height: 1.4;
  margin-top: 5cqw;
}
.app-art .app-ui {
  position: absolute;
  top: 150px;
  left: 210px;
  width: 285px;
  padding: 0;
  border: none;
  background: none;
  transform: rotateY(-15deg) rotateZ(6deg);
  z-index: 4;
}
.app-ui .staff-widget {
  width: 100%;
  margin: 0;
  box-shadow: 0 20px 60px #0008;
  background: #e8f3ed;
  color: #1a4035;
}
.app-ui .staff-widget h3 {
  font-size: 29px;
}
.app-ui .staff-widget .staff-count b {
  font-size: 58px;
}
.faq {
  background: #f5faf7;
}
.closing {
  background: #0c2926;
  color: #f0fff8;
}
.closing h2 span {
  color: #a2f5d6;
}
.closing .eyebrow,
.closing p {
  color: #a4c7b5;
}
.closing .button {
  background: #a2f5d6;
  color: #183f31;
}
.closing .button .icon {
  filter: none;
}
.closing .button-secondary {
  background: transparent;
  border-color: #719d88;
  color: #e7fff1;
}
.closing .button-secondary .icon {
  filter: invert(1);
}
.closing-mark {
  color: #588775;
  opacity: 0.35;
}
footer {
  background: #f5faf8;
}
.product-hero {
  background: #eef8f4;
}
.price-card.featured {
  background: #113d32;
}
.dashboard-page {
  background: #eaf4ef;
}
.interactive-dashboard {
  border-color: #b9cec2;
  box-shadow: 0 35px 90px #18472e15;
}
@media (min-width: 1600px) {
  .launch-hero {
    height: 1050px;
  }
  .launch-hero .hero-stage {
    bottom: 30px;
    height: 590px;
  }
  .launch-hero .hero-device .phone {
    width: 380px;
  }
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 16px;
  }
  .nav-login {
    display: none;
  }
  .launch-hero .hero-device {
    left: 10%;
  }
  .launch-hero .hero-dash {
    left: 34%;
    width: 280px;
  }
  .launch-hero .hero-note {
    right: 4%;
    width: 250px;
  }
  .brand-editor {
    margin-left: 30px;
    margin-right: 30px;
    flex-wrap: wrap;
  }
  .brand-editor > div:first-child {
    flex-basis: 100%;
  }
  .tier-section {
    gap: 5%;
  }
  .tier-card {
    padding: 26px;
  }
  .tier-card h3 {
    font-size: 62px;
  }
  .app-device {
    width: 275px;
    left: 0;
  }
  .app-art .app-ui {
    width: 245px;
    left: 140px;
    top: 220px;
  }
}
@media (max-width: 780px) {
  .section {
    padding: 75px 22px;
  }
  h2 {
    font-size: 42px;
    line-height: 1.07;
  }
  .site-header {
    height: 72px;
    left: 22px;
    right: 22px;
  }
  .site-header .brand {
    font-size: 19px;
  }
  .site-header .brand > svg {
    width: 25px;
    height: 25px;
  }
  .site-header nav {
    color: #143c31;
  }
  .launch-hero {
    height: 890px;
    min-height: 890px;
    max-height: none;
  }
  .launch-hero .hero-art {
    object-position: 45% bottom;
  }
  .launch-hero .hero-copy {
    padding: 115px 18px 0;
  }
  .launch-hero .hero-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 19px;
    letter-spacing: 0.12em;
  }
  .launch-hero .hero-copy h1 {
    font-size: clamp(32px, 8.1vw, 48px);
    line-height: 1.12;
    letter-spacing: -0.055em;
  }
  .launch-hero .hero-copy h1 br {
    display: none;
  }
  .launch-hero .hero-copy h1 span {
    display: block;
  }
  .launch-hero .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .launch-hero .actions {
    flex-wrap: nowrap;
    gap: 9px;
    margin-top: 22px;
  }
  .launch-hero .button {
    padding: 12px 13px;
    font-size: 11px;
    min-height: 44px;
  }
  .launch-hero .button .icon {
    display: none;
  }
  .launch-hero .hero-stage {
    height: 500px;
    bottom: 51px;
    width: 100%;
    max-width: 560px;
  }
  .launch-hero .hero-device {
    left: 7%;
    bottom: -31px;
    transform: rotateY(24deg) rotateZ(-14deg) rotateX(7deg);
  }
  .launch-hero .hero-device .phone {
    width: 270px;
  }
  .launch-hero .hero-dash {
    left: 31%;
    bottom: 81px;
    width: 210px;
    transform: rotateY(-10deg) rotateZ(-9deg);
  }
  .launch-hero .hero-note {
    right: 3%;
    bottom: 278px;
    width: 174px;
    transform: rotateY(-8deg) rotateZ(6deg);
  }
  .hero-scene-label {
    display: none;
  }
  .launch-hero .hero-bottom {
    height: 51px;
    padding: 8px 24px;
    justify-content: center;
    text-align: center;
    font-size: 9px;
    line-height: 1.6;
  }
  .launch-hero .hero-bottom > span {
    display: block;
    max-width: 290px;
  }
  .launch-hero .hero-bottom i {
    margin: 0 4px;
  }
  .hero-bottom > a {
    display: none;
  }
  .problem-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .problem-intro h2 {
    font-size: 43px;
  }
  .problem-intro > p:last-child {
    font-size: 15px;
    margin-top: 22px;
  }
  .problem-cards article {
    padding: 23px 10px 23px 0;
    grid-template-columns: 32px 1fr;
    gap: 0 12px;
  }
  .problem-cards h3 {
    font-size: 24px;
  }
  .problem-cards p {
    font-size: 13px;
  }
  .problem-cards h3 br {
    display: none;
  }
  .journey > .section-heading {
    text-align: left;
  }
  .journey > .section-heading p {
    font-size: 15px;
  }
  .journey-stage {
    margin-top: 35px;
    max-width: 560px;
    grid-template-columns: minmax(0, 1fr) clamp(145px, 42vw, 220px);
    gap: 30px 22px;
  }
  .journey-copy,
  .journey-phones {
    display: contents;
  }
  .journey-step {
    grid-column: 1;
    align-self: center;
    border-top: 0;
    padding: 20px 0;
    opacity: 1;
  }
  .journey-step[data-step="0"],
  .journey-phone-0 {
    grid-row: 1;
  }
  .journey-step[data-step="1"],
  .journey-phone-1 {
    grid-row: 2;
  }
  .journey-step[data-step="2"],
  .journey-phone-2 {
    grid-row: 3;
  }
  .journey-step > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    margin: 0 0 16px;
    border-radius: 50%;
    color: #effff7;
    background: #174f46;
    font-size: 11px;
  }
  .journey-step h3 {
    font-size: 28px;
  }
  .journey-step p {
    font-size: 14px;
    color: #496159;
    margin-top: 12px;
  }
  .journey-phone {
    grid-column: 2;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    opacity: 1;
    transform: none;
  }
  .journey-phone .phone {
    width: 100%;
  }
  .journey .stage-caption {
    display: none;
  }
  .reward-object {
    width: clamp(100px, 28vw, 150px);
    left: auto;
    right: -15px;
    bottom: 6%;
  }
  .journey > .sample-note {
    margin-top: 30px;
  }
  .brand-studio {
    padding-left: 0;
    padding-right: 0;
  }
  .brand-studio .gallery-heading {
    padding: 0 22px;
  }
  .brand-studio h2 {
    font-size: 44px;
  }
  .brand-studio .gallery-heading > div:last-child {
    margin-top: 20px;
  }
  .brand-studio .gallery-heading p {
    font-size: 15px;
  }
  .brand-studio .industry-selector {
    margin: 25px 18px 0;
    width: calc(100% - 36px);
    justify-content: flex-start;
  }
  .brand-studio .industry-selector button {
    padding: 10px 16px;
    font-size: 11px;
  }
  .brand-studio .template-rail {
    height: 593px;
    margin: 33px 0 0;
  }
  .brand-studio .gallery-card {
    width: 264px;
    margin-left: -132px;
    padding: 15px 8px 20px;
    border-radius: 22px;
    transform: translateX(calc(var(--offset) * 286px))
      rotateY(calc(var(--offset) * -4deg));
  }
  .brand-studio .gallery-card[data-position="center"] {
    transform: translateY(-3px);
  }
  .brand-studio .gallery-card > .phone {
    width: 248px;
  }
  .brand-studio .gallery-caption > b {
    font-size: 17px;
  }
  .brand-studio .gallery-caption > span {
    font-size: 10px;
  }
  .brand-editor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px 13px;
    padding: 20px;
    margin: 28px 18px 0;
  }
  .brand-editor > div:first-child {
    grid-column: 1 / -1;
  }
  .brand-name-label {
    grid-column: 1 / -1;
  }
  .brand-name-label input {
    width: 100%;
    height: 46px;
    font-size: 16px;
  }
  .brand-colors {
    justify-content: center;
  }
  .brand-editor > .text-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .brand-studio > .sample-note {
    padding: 0 25px;
    font-size: 11px;
    line-height: 1.5;
  }
  .tier-section {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 25px;
  }
  .tier-copy h2 {
    font-size: 40px;
  }
  .tier-copy > p {
    font-size: 15px;
  }
  .tier-copy > small {
    font-size: 10px;
  }
  .tier-options {
    gap: 6px;
  }
  .tier-options button {
    padding: 12px;
    font-size: 11px;
    gap: 7px;
  }
  .tier-stage {
    padding: 22px 7px 0;
  }
  .tier-card {
    padding: 20px;
    border-radius: 19px;
  }
  .tier-card > p {
    margin-top: 16px;
    font-size: 10px;
    line-height: 1.4;
  }
  .tier-card h3 {
    font-size: 56px;
    margin: 7px 0 18px;
  }
  .tier-card-top {
    font-size: 8px;
    gap: 8px;
  }
  .tier-card-top > svg {
    width: 24px;
    height: 24px;
  }
  .tier-card-bottom > span {
    font-size: 8px;
  }
  .tier-card-bottom strong {
    font-size: 21px;
    margin-top: 4px;
  }
  .tier-card .tier-chip {
    font-size: 6px;
  }
  .tier-base {
    margin: 39px 10px 17px;
  }
  .tier-stage > p {
    font-size: 12px;
  }
  .app-section {
    min-height: 0;
    padding-bottom: 70px;
  }
  .app-copy h2 {
    font-size: 40px;
  }
  .app-copy > p {
    font-size: 15px;
  }
  .app-copy .actions {
    gap: 10px;
  }
  .app-copy .button {
    font-size: 11px;
    padding: 13px;
    min-height: 44px;
  }
  .app-copy .button .icon {
    display: none;
  }
  .app-product-note {
    font-size: 11px;
  }
  .app-art {
    height: 605px;
    min-height: 605px;
    margin: 55px -12px 0;
  }
  .app-device {
    width: 270px;
    left: 0;
    top: 0;
  }
  .app-art .app-ui {
    width: 210px;
    left: auto;
    right: -5px;
    top: 245px;
  }
  .app-ui .staff-widget {
    padding: 21px;
  }
  .app-ui .staff-widget h3 {
    font-size: 23px;
  }
  .app-ui .staff-widget .staff-count b {
    font-size: 47px;
  }
  .app-ui .staff-widget .widget-top,
  .app-ui .staff-widget .sample-note {
    font-size: 8px;
  }
  .app-ui .staff-widget .staff-person {
    gap: 8px;
  }
  .app-ui .staff-widget .staff-person img {
    width: 32px;
    height: 32px;
  }
  .app-ui .staff-widget .staff-person b {
    font-size: 11px;
  }
  .app-ui .staff-widget .staff-person small {
    font-size: 8px;
  }
  .app-ui .staff-badge {
    display: none;
  }
  .app-ui .staff-reward b {
    font-size: 10px;
  }
  .app-ui .staff-reward small {
    font-size: 8px;
  }
  .closing {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .motion-control {
    right: 12px;
    bottom: 12px;
    font-size: 9px;
    padding: 8px 10px;
  }
}
@media (max-width: 370px) {
  .launch-hero .hero-device {
    left: 1%;
  }
  .launch-hero .hero-dash {
    left: 28%;
    width: 192px;
  }
  .launch-hero .hero-note {
    right: 2%;
    width: 158px;
  }
  .tier-options button {
    padding: 10px;
  }
  .app-art .app-ui {
    right: -15px;
  }
}
.sample-stories {
  background: #f7f8f2;
}
.sample-stories .section-heading p {
  max-width: 610px;
  margin: 24px auto 0;
  color: #536660;
}
.sample-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 55px;
}
.sample-story {
  display: flex;
  flex-direction: column;
  padding: 32px;
  min-width: 0;
  border-radius: 22px;
  border: 1px solid #d9e1d8;
  background: linear-gradient(145deg, #fff, #edf5ed);
  box-shadow: 0 15px 30px -28px #12352c70;
}
.sample-story:nth-child(2) {
  background: linear-gradient(145deg, #fff, #eee8f4);
}
.sample-story:nth-child(3) {
  background: linear-gradient(145deg, #fff, #f8efdf);
}
.sample-story-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  font-size: 12px;
  font-weight: 600;
}
.sample-story-top .icon {
  width: 30px;
  height: 30px;
}
.sample-disclaimer {
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid #778b7f;
  border-radius: 6px;
  background: #fffdf4;
  color: #30483e;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: 0.01em;
}
.sample-story blockquote {
  margin: 28px 0 38px;
  font-size: clamp(24px, 2.4vw, 35px);
  line-height: 1.16;
  letter-spacing: -0.035em;
  color: #13372c;
}
.sample-story-person {
  display: grid;
  gap: 5px;
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
}
.sample-story-person small {
  color: #536660;
  font-weight: 400;
  line-height: 1.5;
}
.sample-capacity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 50%, #d1efea, transparent 60%), #edf5f1;
}
.capacity-preview {
  width: min(100%, 420px);
  position: relative;
  justify-self: center;
  padding: 32px;
  border: 1px solid #ffffff;
  border-radius: 24px;
  background: linear-gradient(130deg, #ffffff, #f4fbf8);
  box-shadow:
    7px 8px 0 #c4d5ce,
    0 30px 55px -30px #143b3555;
  transform-style: preserve-3d;
}
.capacity-preview-top {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #245748;
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 650;
}
.capacity-preview-top svg {
  width: 25px;
  height: 25px;
}
.capacity-preview > strong {
  display: block;
  margin-top: 25px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.08em;
  color: #154638;
  text-shadow: 0 2px 0 #9fc8b7;
}
.capacity-preview-label {
  font-size: 14px;
  color: #435e52;
}
.capacity-preview-rows {
  display: grid;
  gap: 10px;
  margin: 28px 0 20px;
}
.capacity-preview-rows > span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid #d7e4da;
  background: #f3f7ef;
  border-radius: 9px;
  font-size: 13px;
}
.capacity-preview-rows > span:nth-child(2) {
  background: #f4edf7;
}
.capacity-preview-rows > span:nth-child(3) {
  background: #faf2e7;
}
.capacity-preview-rows .icon {
  width: 20px;
  height: 20px;
}
.capacity-preview-rows b {
  margin-left: auto;
  font-size: 11px;
  color: #60786a;
}
.capacity-preview > small {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  color: #52685e;
}
.capacity-copy p {
  max-width: 450px;
  color: #486058;
}
.capacity-copy h2 {
  margin: 28px 0 22px;
}
@media (max-width: 800px) {
  .sample-story-grid {
    grid-template-columns: 1fr;
  }
  .sample-story {
    padding: 26px;
  }
  .sample-story blockquote {
    font-size: 30px;
    margin: 24px 0 30px;
  }
  .sample-story-top {
    margin-bottom: 22px;
  }
  .sample-capacity {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .capacity-preview {
    width: min(100%, 320px);
    padding: 24px;
  }
  .capacity-copy {
    text-align: center;
  }
  .capacity-copy .sample-disclaimer {
    margin: auto;
  }
  .capacity-copy .actions {
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-studio .gallery-card,
  .tier-card {
    transition: none;
  }
}
.motion-paused .brand-studio .gallery-card,
.motion-paused .tier-card {
  transition: none;
}
html:has(body.motion-paused) {
  scroll-behavior: auto;
}

.calculator > div:first-child > p:not(.eyebrow) { color: #afcbbf; }
