/* SOURCE: mobile-conversion.css */
@font-face {
  font-family: "Code Pro Black";
  src: url("./assets/Code-Pro-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
}

@font-face {
  font-family: "League Spartan";
  src: url("./assets/LeagueSpartan-ExtraBold-800-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./assets/Playfair-Display-Italic-700-latin.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

:root {
  --pf-black: #010201;
  --pf-ink: #061008;
  --pf-deep: #031307;
  --pf-panel: #07190d;
  --pf-green: #54f15d;
  --pf-green-soft: #bfffc4;
  --pf-green-dark: #0a8d2e;
  --pf-white: #f7f8f4;
  --pf-muted: rgb(247 248 244 / 72%);
  --pf-line: rgb(84 241 93 / 30%);
  --pf-grid-size: 56px;
  --pf-page-background:
    linear-gradient(rgb(0 205 55 / 13%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(0 205 55 / 13%) 1px, transparent 1px),
    radial-gradient(circle at 88% 11%, rgb(0 117 32 / 28%), transparent 25rem),
    radial-gradient(circle at 8% 4%, rgb(255 255 255 / 4%), transparent 13rem),
    linear-gradient(112deg, #010201 0%, #020703 58%, #041409 100%);
  color-scheme: dark;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--pf-black);
}

body {
  min-width: 280px;
  margin: 0;
  overflow-x: hidden;
  color: var(--pf-white);
  background: var(--pf-black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open,
body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  color: inherit;
  font: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

.pf-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

main {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--pf-page-background);
  background-size: var(--pf-grid-size) var(--pf-grid-size), var(--pf-grid-size) var(--pf-grid-size), auto, auto, auto;
  background-attachment: fixed;
}

.mobile-header {
  position: fixed;
  z-index: 40;
  top: max(10px, env(safe-area-inset-top));
  left: 50%;
  width: min(calc(100% - 24px), 468px);
  height: 64px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  padding: 6px 7px;
  border: 1px solid rgb(247 248 244 / 28%);
  border-radius: 24px;
  background: rgb(1 5 2 / 94%);
  box-shadow: 0 18px 48px rgb(0 0 0 / 34%);
  transform: translateX(-50%);
}

.mobile-header__menu,
.mobile-header__order {
  min-width: 44px;
  height: 50px;
  border: 1px solid rgb(247 248 244 / 22%);
  border-radius: 17px;
}

.mobile-header__menu {
  display: grid;
  place-items: center;
  padding: 0;
  background: #08100a;
  cursor: pointer;
}

.mobile-header__menu svg,
.mobile-header__order svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-brand {
  min-width: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.mobile-brand__mark {
  width: 34px;
  height: 30px;
  flex: 0 0 auto;
  fill: var(--pf-white);
}

.mobile-brand__mark .pf-cloche-highlight,
.site-menu-logo .pf-cloche-highlight,
.final-conversion__mark .pf-cloche-highlight,
.site-footer__brand .pf-cloche-highlight {
  fill: none;
  stroke: var(--pf-black);
  stroke-width: 52;
  stroke-linecap: round;
}

.mobile-header__order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border-color: var(--pf-green);
  color: var(--pf-ink);
  background: var(--pf-green);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.mobile-header__order svg {
  width: 19px;
  height: 19px;
}

.mobile-hero {
  position: relative;
  width: min(100%, 500px);
  min-height: 100svh;
  margin: 0 auto;
  padding: calc(max(10px, env(safe-area-inset-top)) + 96px) 0 56px;
}

.mobile-hero__copy,
.mobile-hero__actions,
.proof-rail {
  margin-inline: 16px;
}

.mobile-hero__copy {
  text-align: center;
}

.mobile-hero__copy h1 {
  margin: 0;
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: clamp(43px, 13.3vw, 62px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 14px 40px rgb(0 0 0 / 28%);
}

.mobile-hero__copy h1 > span {
  display: block;
}

.mobile-hero__copy h1 > span + span {
  margin-top: 4px;
}

.mobile-hero__copy h1 em {
  display: inline-block;
  margin-left: 5px;
  color: var(--pf-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.83em;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: none;
  text-shadow: 0 0 22px rgb(84 241 93 / 42%);
  transform: translateY(0.03em);
}

.mobile-hero__copy p {
  width: fit-content;
  max-width: 100%;
  margin: 17px auto 0;
  padding: 8px 12px 7px;
  border: 1px solid rgb(84 241 93 / 42%);
  border-radius: 999px;
  color: var(--pf-green);
  background: rgb(5 27 11 / 76%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.mobile-hero__actions {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.button {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 8px 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.button svg,
.offer-cta svg,
.offer-arrow svg,
.mobile-sticky-cta svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button svg {
  width: 44px;
  height: 44px;
  padding: 11px;
  border-radius: 50%;
  color: var(--pf-white);
  background: var(--pf-black);
}

.button--primary {
  color: var(--pf-ink);
  background: linear-gradient(100deg, var(--pf-white) 0%, var(--pf-green-soft) 46%, var(--pf-green) 100%);
  box-shadow: 0 14px 35px rgb(84 241 93 / 18%);
}

.button--full {
  width: 100%;
}

.mobile-hero__secondary {
  min-height: 44px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: var(--pf-green);
  text-underline-offset: 5px;
}

.mobile-hero__gallery-wrap {
  position: relative;
  margin-top: 17px;
}

.mobile-hero__gallery {
  display: flex;
  gap: 12px;
  padding: 0 22px 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 22px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.mobile-hero__gallery::-webkit-scrollbar {
  display: none;
}

.hero-food-card {
  width: calc(100vw - 58px);
  max-width: 420px;
  height: clamp(252px, 74vw, 332px);
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(247 248 244 / 72%);
  border-radius: 26px;
  background: #111;
  box-shadow: 0 22px 48px rgb(0 0 0 / 32%);
  scroll-snap-align: center;
  transform: scale(0.965);
  transition: border-color 220ms ease, transform 220ms ease;
}

.hero-food-card.is-current {
  border-color: var(--pf-green);
  transform: scale(1);
}

.hero-food-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-food-card:first-child img {
  object-position: 52% 45%;
}

.hero-food-card:nth-child(2) img {
  object-position: 50% 50%;
}

.hero-food-card:nth-child(3) img {
  object-position: 50% 38%;
}

.mobile-hero__dots {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 2px;
}

.mobile-hero__dots span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgb(247 248 244 / 34%);
  transition: width 180ms ease, background 180ms ease;
}

.mobile-hero__dots span.is-current {
  width: 20px;
  background: var(--pf-green);
}

.proof-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 7px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(247 248 244 / 25%);
  border-radius: 20px;
  background: rgb(2 11 4 / 82%);
  list-style: none;
}

.proof-rail li {
  min-width: 0;
  min-height: 68px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 10px 5px;
  text-align: center;
}

.proof-rail li + li {
  border-left: 1px solid rgb(84 241 93 / 24%);
}

.proof-rail svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--pf-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-rail span {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.04;
}

.creations-section,
.shop-section,
.site-footer {
  position: relative;
  width: min(100%, 500px);
  margin-inline: auto;
}

.creations-section {
  padding: 70px 16px 66px;
  scroll-margin-top: 82px;
  background: linear-gradient(180deg, rgb(1 2 1 / 12%), rgb(1 2 1 / 86%));
}

.section-heading h2,
.shop-heading h2,
.process h2,
.final-conversion h2 {
  margin: 0;
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: clamp(44px, 13vw, 58px);
  line-height: 0.86;
}

.section-heading p {
  max-width: 350px;
  margin: 17px 0 0;
  color: var(--pf-muted);
  font-size: 16px;
  font-weight: 680;
  line-height: 1.35;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 258px 166px;
  gap: 10px;
  margin-top: 28px;
}

.portfolio-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(84 241 93 / 48%);
  border-radius: 20px;
  background: var(--pf-panel);
}

.portfolio-card--feature {
  grid-column: 1 / -1;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgb(1 2 1 / 82%));
  pointer-events: none;
}

.portfolio-card span {
  position: absolute;
  z-index: 2;
  left: 13px;
  right: 10px;
  bottom: 12px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.portfolio-card:hover img,
.portfolio-card:focus-visible img {
  transform: scale(1.035);
}

.creations-section .button {
  margin-top: 14px;
}

.project-cta {
  cursor: pointer;
}

.creations-secondary {
  min-height: 44px;
  display: grid;
  place-items: center;
  margin-top: 5px;
  color: var(--pf-white);
  font-size: 13px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: var(--pf-green);
  text-underline-offset: 5px;
}

.creations-section.is-reveal-ready.is-visible .section-heading,
.creations-section.is-reveal-ready.is-visible .portfolio-grid,
.creations-section.is-reveal-ready.is-visible .button,
.creations-section.is-reveal-ready.is-visible .creations-secondary {
  animation: creation-arrival 520ms ease both;
}

.creations-section.is-visible .portfolio-grid {
  animation-delay: 80ms;
}

.creations-section.is-visible .button {
  animation-delay: 140ms;
}

.creations-section.is-visible .creations-secondary {
  animation-delay: 180ms;
}

@keyframes creation-arrival {
  from {
    opacity: 0.82;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.shop-section {
  padding: 36px 12px 72px;
  scroll-margin-top: 82px;
  border-top: 1px solid rgb(84 241 93 / 38%);
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 100% 8%, rgb(84 241 93 / 16%), transparent 20rem),
    linear-gradient(145deg, #06180c 0%, #0b4820 57%, #0ca23a 130%);
  box-shadow: 0 -20px 60px rgb(0 0 0 / 24%);
}

.shop-heading {
  padding-inline: 6px;
}

.section-label {
  width: fit-content;
  margin: 0 0 13px;
  padding: 7px 10px 6px;
  border: 1px solid rgb(84 241 93 / 52%);
  border-radius: 999px;
  color: var(--pf-green);
  background: rgb(2 18 7 / 54%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.shop-heading h2 {
  font-size: clamp(36px, 10.8vw, 49px);
  line-height: 0.87;
}

.shop-heading > p:last-child {
  margin: 17px 0 0;
  color: rgb(247 248 244 / 78%);
  font-size: 14px;
  font-weight: 640;
  line-height: 1.4;
}

.shop-reassurance {
  display: flex;
  gap: 7px;
  margin: 22px -12px 0;
  padding: 0 18px 9px;
  overflow-x: auto;
  scroll-padding-inline: 18px;
  scrollbar-width: none;
  list-style: none;
}

.shop-reassurance::-webkit-scrollbar {
  display: none;
}

.shop-reassurance li {
  min-height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0 13px;
  border: 1px solid rgb(247 248 244 / 23%);
  border-radius: 999px;
  background: rgb(1 13 4 / 56%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(84 241 93 / 40%);
  border-radius: 22px;
  background: linear-gradient(135deg, rgb(9 37 17 / 98%), rgb(4 21 10 / 98%));
  box-shadow: 0 18px 42px rgb(0 0 0 / 22%);
}

.offer-card--featured {
  border-color: rgb(84 241 93 / 84%);
}

.offer-card__media {
  position: relative;
  height: 205px;
  overflow: hidden;
}

.offer-card__media img,
.offer-card--compact > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card__media img {
  object-position: 50% 45%;
}

.offer-badge,
.offer-level {
  width: fit-content;
  border: 1px solid rgb(84 241 93 / 42%);
  border-radius: 999px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.offer-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 9px 6px;
  color: var(--pf-ink);
  background: var(--pf-green);
}

.offer-card__body {
  min-width: 0;
  padding: 18px;
}

.offer-level {
  display: inline-block;
  padding: 6px 8px 5px;
  color: var(--pf-green);
  background: rgb(84 241 93 / 8%);
}

.offer-card h3 {
  margin: 10px 0 0;
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: clamp(28px, 8.5vw, 37px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.offer-card p {
  margin: 13px 0 0;
  color: rgb(247 248 244 / 72%);
  font-size: 13px;
  font-weight: 590;
  line-height: 1.38;
}

.offer-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
}

.offer-price strong {
  color: var(--pf-green);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 0.9;
}

.offer-price span {
  color: rgb(247 248 244 / 56%);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-cta {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
  padding: 0 16px 0 18px;
  border-radius: 999px;
  color: var(--pf-ink);
  background: linear-gradient(100deg, var(--pf-white), var(--pf-green));
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.offer-card--compact {
  min-height: 126px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
}

.offer-card--compact > img {
  min-height: 126px;
}

.offer-card--compact:nth-child(3) > img {
  object-position: 50% 38%;
}

.offer-card--compact .offer-card__body {
  position: relative;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 50px 14px 14px;
}

.offer-card--compact h3 {
  margin-top: 7px;
  font-size: clamp(19px, 5.6vw, 25px);
}

.offer-card--compact .offer-price {
  display: block;
  margin-top: 9px;
}

.offer-card--compact .offer-price strong {
  font-size: 21px;
}

.offer-card--compact .offer-price span {
  margin-left: 5px;
}

.offer-arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(247 248 244 / 30%);
  border-radius: 50%;
  background: rgb(1 7 3 / 54%);
}

.offer-arrow svg {
  width: 18px;
  height: 18px;
}

.process {
  margin-top: 24px;
  padding: 20px 16px 14px;
  border: 1px solid rgb(84 241 93 / 30%);
  border-radius: 22px;
  background: rgb(2 18 8 / 66%);
}

.process h2 {
  color: var(--pf-green);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}

.process ol {
  position: relative;
  display: grid;
  gap: 0;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.process ol::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 20px;
  width: 1px;
  background: rgb(84 241 93 / 38%);
}

.process li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
}

.process li + li {
  border-top: 1px solid rgb(247 248 244 / 10%);
}

.process li > span {
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(84 241 93 / 32%);
  border-radius: 13px;
  color: var(--pf-green);
  background: #06190c;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.process strong {
  display: block;
  padding-top: 2px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.process p {
  margin: 4px 0 0;
  color: rgb(247 248 244 / 64%);
  font-size: 11px;
  line-height: 1.32;
}

.final-conversion {
  margin-top: 14px;
  padding: 25px 16px 21px;
  border: 1px solid rgb(84 241 93 / 54%);
  border-radius: 22px;
  background: linear-gradient(135deg, #0d5123, #092c15);
  text-align: center;
}

.final-conversion__mark {
  width: 46px;
  height: 38px;
  margin: 0 auto 13px;
  fill: var(--pf-green);
}

.final-conversion h2 {
  max-width: 320px;
  margin-inline: auto;
  font-size: clamp(29px, 8.8vw, 39px);
  line-height: 0.86;
}

.final-conversion .button {
  margin-top: 18px;
}

.hero-cta {
  min-height: 44px;
  margin-top: 7px;
  padding: 0 10px;
  border: 0;
  color: var(--pf-white);
  background: transparent;
  font-size: 12px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: var(--pf-green);
  text-underline-offset: 4px;
  cursor: pointer;
}

.final-conversion > p {
  margin: 4px 0 0;
  color: rgb(247 248 244 / 72%);
  font-size: 11px;
  font-weight: 720;
}

.site-footer {
  padding: 40px 18px calc(106px + env(safe-area-inset-bottom));
  border-top: 1px solid rgb(84 241 93 / 20%);
  background: var(--pf-black);
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.site-footer__brand svg {
  width: 39px;
  height: 32px;
  fill: var(--pf-white);
}

.site-footer > p {
  max-width: 310px;
  margin: 17px 0 0;
  color: rgb(247 248 244 / 58%);
  font-size: 13px;
  line-height: 1.4;
}

.site-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 20px;
  color: var(--pf-green);
  font-size: 12px;
  font-weight: 760;
}

/* Commerce mobile synchronisé avec la nouvelle direction desktop. */
.shop-section.ready-packs {
  padding: 56px 14px 34px;
  scroll-margin-top: 82px;
  border-top: 1px solid rgb(84 241 93 / 46%);
  border-radius: 28px 28px 0 0;
  background:
    linear-gradient(rgb(84 241 93 / 10%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(84 241 93 / 10%) 1px, transparent 1px),
    radial-gradient(circle at 84% 12%, rgb(0 117 32 / 28%), transparent 22rem),
    radial-gradient(circle at 12% 74%, rgb(84 241 93 / 8%), transparent 18rem),
    #020704;
  background-size: var(--pf-grid-size) var(--pf-grid-size), var(--pf-grid-size) var(--pf-grid-size), auto, auto, auto;
  box-shadow: 0 -20px 60px rgb(0 0 0 / 28%);
}

.ready-packs__head {
  max-width: 420px;
  margin-inline: auto;
  text-align: center;
}

.ready-packs__head h2,
.purchase-process > h2 {
  margin: 0;
  color: var(--pf-white);
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.ready-packs__head h2 {
  font-size: clamp(39px, 11.3vw, 50px);
  line-height: 0.84;
}

.ready-packs__head h2 span {
  color: var(--pf-green);
}

.ready-packs__head p {
  max-width: 350px;
  margin: 19px auto 0;
  color: rgb(247 248 244 / 68%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.46;
}

.ready-packs__shelf {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px 10px;
  margin-top: 32px;
}

.digital-pack {
  min-width: 0;
}

.digital-pack--portrait {
  width: auto;
}

.digital-pack--landscape {
  grid-column: 1 / -1;
}

.digital-pack__preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(84 241 93 / 58%);
  border-radius: 23px;
  background:
    linear-gradient(rgb(84 241 93 / 9%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(84 241 93 / 9%) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgb(84 241 93 / 8%), transparent 48%),
    #07100a;
  background-size: 50% 50%, 50% 50%, auto, auto;
  box-shadow: 0 24px 58px rgb(0 0 0 / 28%);
}

.digital-pack--portrait .digital-pack__preview {
  aspect-ratio: 4 / 5;
}

.digital-pack--landscape .digital-pack__preview {
  aspect-ratio: 16 / 10;
}

.digital-pack__preview strong {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgb(247 248 244 / 18%);
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: clamp(31px, 10vw, 43px);
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.digital-pack--portrait .digital-pack__preview strong {
  font-size: clamp(20px, 5.8vw, 25px);
}

.digital-pack__preview i {
  position: absolute;
  width: 14px;
  height: 14px;
}

.digital-pack__preview i::before,
.digital-pack__preview i::after {
  content: "";
  position: absolute;
  background: rgb(84 241 93 / 68%);
}

.digital-pack__preview i::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 1px;
}

.digital-pack__preview i::after {
  top: 0;
  left: 6px;
  width: 1px;
  height: 14px;
}

.digital-pack__preview i:nth-of-type(1) { top: 20px; left: 20px; }
.digital-pack__preview i:nth-of-type(2) { top: 20px; right: 20px; }
.digital-pack__preview i:nth-of-type(3) { right: 20px; bottom: 20px; }
.digital-pack__preview i:nth-of-type(4) { bottom: 20px; left: 20px; }

.digital-pack__info {
  padding: 13px 2px 0;
  text-align: center;
}

.digital-pack__info h3 {
  margin: 0;
  color: var(--pf-white);
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: clamp(15px, 4.4vw, 19px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.digital-pack--landscape .digital-pack__info h3 {
  font-size: clamp(19px, 5.4vw, 23px);
}

.digital-pack__info span,
.digital-pack__info small {
  display: block;
  font-family: "League Spartan", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.digital-pack__info span {
  margin-top: 6px;
  color: var(--pf-green);
  font-size: 11px;
}

.digital-pack__info small {
  margin-top: 3px;
  color: rgb(247 248 244 / 44%);
  font-size: 8px;
  letter-spacing: 0.04em;
}

.ready-packs__notify {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 0 18px 0 21px;
  border: 1px solid var(--pf-green);
  border-radius: 999px;
  color: var(--pf-ink);
  background: linear-gradient(100deg, #effff2, var(--pf-green));
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgb(0 0 0 / 24%);
}

.ready-packs__notify svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.purchase-process {
  position: relative;
  width: min(calc(100% - 24px), 476px);
  margin: 0 auto 26px;
  padding: 22px 16px 24px;
  overflow: hidden;
  border: 1px solid rgb(84 241 93 / 64%);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 4%, rgb(25 114 43 / 17%), transparent 24rem),
    linear-gradient(180deg, rgb(3 14 7 / 94%), rgb(1 7 4 / 98%));
}

.process-label {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 11px;
  padding: 0 14px;
  border: 1px solid rgb(84 241 93 / 56%);
  border-radius: 999px;
  color: var(--pf-green);
  background: rgb(84 241 93 / 4%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.process-label span {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  margin-right: 7px;
  border-radius: 50%;
  color: var(--pf-ink);
  background: var(--pf-green);
  font-size: 10px;
}

.purchase-process > h2 {
  max-width: 330px;
  margin-inline: auto;
  font-size: clamp(29px, 8.3vw, 36px);
  line-height: 0.9;
  text-align: center;
}

.process-track {
  position: relative;
  display: grid;
  gap: 6px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.process-track::before {
  content: "";
  position: absolute;
  top: 31px;
  bottom: 31px;
  left: 29px;
  width: 1px;
  background: var(--pf-green);
  box-shadow: 0 0 14px rgb(84 241 93 / 35%);
}

.process-track li {
  position: relative;
  z-index: 1;
  min-height: 90px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 16px;
  padding-block: 6px;
}

.process-number {
  width: 58px;
  height: 58px;
  display: grid;
  grid-row: 1 / -1;
  place-items: center;
  border: 1px solid var(--pf-green);
  border-radius: 50%;
  color: var(--pf-green);
  background: #041008;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 0 0 6px rgb(84 241 93 / 4%), 0 0 24px rgb(84 241 93 / 12%);
}

.process-icon {
  width: 24px;
  height: 24px;
  align-self: end;
  fill: none;
  stroke: var(--pf-green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-track strong {
  align-self: start;
  max-width: 240px;
  color: var(--pf-white);
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: clamp(18px, 5.2vw, 22px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.site-footer {
  padding: 36px 18px calc(38px + env(safe-area-inset-bottom));
  border-top: 1px solid rgb(84 241 93 / 50%);
  background:
    radial-gradient(circle at 82% 0%, rgb(25 93 40 / 18%), transparent 22rem),
    linear-gradient(180deg, #061009, #010503);
  box-shadow: 0 -28px 70px rgb(0 0 0 / 34%);
}

.site-footer > .site-footer__main {
  display: grid;
  gap: 24px;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.site-footer__brand {
  display: grid;
  gap: 14px;
}

.site-footer__brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer__brand-lockup img,
.site-footer__brand-lockup svg {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.site-footer__brand-lockup .site-footer__logo-icon {
  width: 54px;
  height: 48px;
  flex: 0 0 auto;
  fill: var(--pf-white);
}

.site-footer__brand-lockup .site-footer__logo-text {
  height: 40px;
}

.site-footer__brand > span:last-child {
  margin: 0;
  color: rgb(247 248 244 / 58%);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.46;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid rgb(84 241 93 / 24%);
}

.site-footer__nav a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 9px;
  border-bottom: 1px solid rgb(247 248 244 / 9%);
  color: rgb(247 248 244 / 80%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer__nav a:nth-child(odd) {
  padding-right: 12px;
  border-right: 1px solid rgb(247 248 244 / 9%);
}

.site-footer__nav a:nth-child(even) {
  padding-left: 12px;
}

.site-footer__nav a:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.site-footer__nav a::after {
  content: "↗";
  color: var(--pf-green);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.site-footer__right,
.site-footer__contact {
  display: grid;
  gap: 13px;
}

.site-footer__contact {
  margin: 0;
  font-style: normal;
}

.site-footer__contact a,
.site-footer__socials a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(247 248 244 / 78%);
  font-size: 12px;
  font-weight: 760;
}

.site-footer__contact svg,
.site-footer__socials svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--pf-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.site-footer__socials a {
  justify-content: center;
  min-width: 0;
  padding: 0 6px;
  border: 1px solid rgb(247 248 244 / 14%);
  border-radius: 999px;
  font-size: 9px;
}

.site-footer__socials svg {
  width: 16px;
  height: 16px;
}

.site-footer > .site-footer__bottom {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgb(84 241 93 / 18%);
  color: rgb(247 248 244 / 42%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-menu-overlay {
  position: fixed;
  z-index: 90;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.site-menu-overlay.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.site-menu-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgb(0 0 0 / 76%);
}

.site-menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(88%, 360px);
  height: 100%;
  padding: max(22px, env(safe-area-inset-top)) 22px calc(30px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgb(84 241 93 / 36%);
  background: var(--pf-page-background);
  background-size: var(--pf-grid-size) var(--pf-grid-size), var(--pf-grid-size) var(--pf-grid-size), auto, auto, auto;
  box-shadow: 28px 0 70px rgb(0 0 0 / 46%);
  transform: translateX(-104%);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.site-menu-overlay.is-open .site-menu-panel {
  transform: none;
}

.site-menu-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  align-self: flex-end;
  padding: 0;
  border: 1px solid rgb(247 248 244 / 24%);
  border-radius: 15px;
  background: rgb(0 0 0 / 32%);
  cursor: pointer;
}

.site-menu-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.site-menu-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
}

.site-menu-logo svg {
  width: 52px;
  height: 44px;
  fill: var(--pf-white);
}

.site-menu-links {
  display: grid;
  gap: 4px;
  margin-top: 52px;
}

.site-menu-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(247 248 244 / 13%);
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.site-menu-links a:last-child {
  color: var(--pf-green);
}

.site-menu-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.site-menu-socials a {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0 13px;
  border: 1px solid rgb(247 248 244 / 18%);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 760;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 35;
  right: 10px;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: 10px;
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  padding: 7px 8px 7px 20px;
  border: 1px solid rgb(247 248 244 / 36%);
  border-radius: 22px;
  color: var(--pf-ink);
  background: linear-gradient(100deg, var(--pf-white), var(--pf-green));
  box-shadow: 0 18px 44px rgb(0 0 0 / 45%), 0 0 28px rgb(84 241 93 / 15%);
  font: inherit;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(100% + 24px));
  transition: opacity 220ms ease, transform 280ms ease, visibility 0s linear 280ms;
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.mobile-sticky-cta > span {
  display: grid;
  line-height: 1;
}

.mobile-sticky-cta small {
  font-size: 8px;
  font-weight: 720;
  text-transform: uppercase;
}

.mobile-sticky-cta strong {
  margin-top: 3px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.mobile-sticky-cta b {
  justify-self: start;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.mobile-sticky-cta > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  color: var(--pf-white);
  background: var(--pf-black);
}

.payment-overlay {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  align-items: end;
  padding: 12px;
  background: rgb(0 0 0 / 78%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.payment-overlay.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.payment-panel {
  width: min(100%, 480px);
  max-height: calc(100svh - 24px);
  margin-inline: auto;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid rgb(84 241 93 / 42%);
  border-radius: 26px;
  background: #06140a;
  box-shadow: 0 24px 70px rgb(0 0 0 / 48%);
}

.payment-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.payment-head p,
.payment-head span,
.payment-placeholder p {
  margin: 0;
  color: var(--pf-green);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.payment-head h2 {
  margin: 6px 0 0;
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: 30px;
  line-height: 0.88;
  text-transform: uppercase;
}

.payment-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgb(247 248 244 / 22%);
  border-radius: 14px;
  background: rgb(255 255 255 / 6%);
  cursor: pointer;
}

.payment-body {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.payment-summary,
.payment-steps,
.payment-placeholder {
  padding: 15px;
  border: 1px solid rgb(247 248 244 / 12%);
  border-radius: 17px;
  background: rgb(255 255 255 / 4%);
}

.payment-placeholder {
  color: rgb(247 248 244 / 72%);
  font-size: 12px;
  line-height: 1.42;
}

.payment-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.payment-summary > div {
  display: grid;
  gap: 4px;
}

.payment-summary strong {
  font-size: 15px;
}

.payment-summary span,
.payment-placeholder span {
  color: rgb(247 248 244 / 58%);
  font-size: 11px;
}

.payment-summary b {
  color: var(--pf-green);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 23px;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.payment-steps span {
  display: grid;
  gap: 5px;
  color: rgb(247 248 244 / 58%);
  font-size: 9px;
  text-align: center;
}

.payment-steps b {
  color: var(--pf-green);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 14px;
}

.payment-placeholder span {
  display: block;
  margin-top: 7px;
  line-height: 1.35;
}

.payment-actions {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.payment-actions a,
.payment-cancel {
  min-height: 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.payment-actions a {
  color: var(--pf-ink);
  background: var(--pf-green);
}

.payment-cancel {
  border: 1px solid rgb(247 248 244 / 18%);
  color: var(--pf-white);
  background: transparent;
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--pf-white);
  outline-offset: 3px;
}

@media (max-width: 345px) {
  .mobile-header {
    grid-template-columns: 44px minmax(0, 1fr) 46px;
  }

  .mobile-header__order {
    padding-inline: 0;
  }

  .mobile-header__order span {
    display: none;
  }

  .mobile-brand {
    font-size: 16px;
  }

  .mobile-brand__mark {
    width: 30px;
  }

  .mobile-hero__copy h1 {
    font-size: 42px;
  }

  .mobile-hero__copy h1 em {
    margin-left: 2px;
  }

  .proof-rail span {
    font-size: 10px;
  }

  .offer-card--compact {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .offer-card--compact .offer-card__body {
    padding-left: 12px;
  }
}

@media (min-width: 520px) {
  .mobile-hero,
  .creations-section,
  .shop-section,
  .site-footer {
    border-inline: 1px solid rgb(84 241 93 / 16%);
  }
}

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

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

/* SOURCE: onboarding.css */
.project-onboarding {
  --onboarding-ink: #071109;
  --onboarding-muted: #536058;
  --onboarding-green: #19dc4b;
  --onboarding-green-deep: #079b31;
  position: fixed;
  z-index: 100;
  inset: 0;
  overflow: hidden;
  color: var(--pf-white);
  background: var(--pf-page-background);
  background-size:
    var(--pf-grid-size) var(--pf-grid-size),
    var(--pf-grid-size) var(--pf-grid-size),
    auto,
    auto,
    auto;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0) scale(1.015);
  transition:
    opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.5s;
}

.project-onboarding[hidden] {
  display: none;
}

.project-onboarding.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
  animation: onboarding-background-drift 15s ease-in-out infinite alternate;
}

body.onboarding-is-open {
  overflow: hidden;
}

.onboarding__shell {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding:
    max(12px, env(safe-area-inset-top))
    clamp(16px, 5vw, 26px)
    max(14px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-rows: 48px minmax(128px, 24vh) minmax(0, 1fr);
}

.onboarding__topbar {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 12px;
}

.onboarding__close,
.onboarding__back,
.onboarding__next,
.onboarding-card,
.onboarding-upload,
.onboarding-final__cta {
  -webkit-tap-highlight-color: transparent;
}

.onboarding__close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 14px;
  color: var(--pf-white);
  background: linear-gradient(145deg, rgb(255 255 255 / 17%), rgb(2 13 5 / 52%));
  box-shadow: 0 8px 24px rgb(0 0 0 / 24%), 0 1px 0 rgb(255 255 255 / 28%) inset;
  backdrop-filter: blur(14px) saturate(140%);
  cursor: pointer;
}

.onboarding__close svg,
.onboarding__back svg,
.onboarding__next svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.onboarding__progress {
  position: relative;
  height: 16px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  padding: 3px;
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(255 255 255 / 12%), rgb(0 0 0 / 34%));
  box-shadow:
    0 7px 22px rgb(0 0 0 / 26%),
    0 1px 0 rgb(255 255 255 / 26%) inset,
    0 0 20px rgb(25 220 75 / 12%);
  backdrop-filter: blur(12px) saturate(140%);
  animation: onboarding-progress-glow 2.4s ease-in-out infinite;
}

.onboarding__progress span {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(255 255 255 / 12%);
  box-shadow: 0 1px 1px rgb(255 255 255 / 20%) inset;
}

.onboarding__progress span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #06b536, #42ed68);
  box-shadow: 0 0 12px rgb(25 220 75 / 36%);
  transform: translateX(-105%);
  transition: transform 0.62s cubic-bezier(0.16, 1.55, 0.34, 1);
}

.onboarding__progress span.is-complete::before,
.onboarding__progress span.is-current::before {
  transform: translateX(0);
}

.onboarding__progress span.is-current::before {
  animation: onboarding-progress-pulse 2.2s ease-in-out infinite;
}

.onboarding__progress span.is-current::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 5px #ffffff, 0 0 12px #54f15d, 0 0 20px #19dc4b;
  transform: translateY(-50%);
  animation: onboarding-progress-spark 1.4s ease-in-out infinite;
}

.onboarding__counter {
  color: rgb(247 248 244 / 72%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.72rem;
  text-align: right;
}

.onboarding__conversation {
  min-height: 0;
  display: grid;
  grid-template-columns: clamp(86px, 28vw, 124px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(8px, 2.5vw, 14px);
}

.onboarding__mascot-wrap {
  position: relative;
  align-self: end;
  display: grid;
  place-items: end center;
  isolation: isolate;
}

.onboarding__mascot-halo {
  position: absolute;
  z-index: -1;
  bottom: 8%;
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(84 241 93 / 56%), rgb(84 241 93 / 12%) 48%, transparent 72%);
  filter: blur(5px);
  animation: onboarding-halo 3.8s ease-in-out infinite;
}

.onboarding__mascot {
  width: auto;
  height: clamp(122px, 20vh, 154px);
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgb(0 0 0 / 38%)) drop-shadow(0 0 12px rgb(84 241 93 / 18%));
  transform-origin: 50% 90%;
  animation: onboarding-mascot-idle 4.6s ease-in-out infinite;
}

.onboarding__mascot.is-reacting {
  animation: onboarding-mascot-react 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.onboarding__bubble {
  position: relative;
  align-self: center;
  padding: 16px 17px 15px;
  border: 1px solid rgb(255 255 255 / 94%);
  border-radius: 22px 22px 22px 7px;
  background: linear-gradient(145deg, rgb(255 255 255 / 98%), rgb(255 255 255 / 73%));
  box-shadow:
    0 16px 38px rgb(30 94 45 / 11%),
    0 1px 0 rgb(255 255 255) inset;
  backdrop-filter: blur(14px) saturate(125%);
}

.onboarding__bubble::before {
  content: "";
  position: absolute;
  left: -9px;
  bottom: 14px;
  width: 18px;
  height: 18px;
  border-left: 1px solid rgb(255 255 255 / 94%);
  border-bottom: 1px solid rgb(255 255 255 / 94%);
  background: rgb(255 255 255 / 91%);
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.onboarding__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--onboarding-green-deep);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: clamp(0.62rem, 2.6vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.onboarding__bubble h2 {
  margin: 0;
  color: var(--onboarding-ink);
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: clamp(1.1rem, 5vw, 1.52rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.onboarding__bubble.is-speaking {
  animation: onboarding-bubble-speak 0.5s cubic-bezier(0.16, 1.35, 0.34, 1);
}

.onboarding__bubble p {
  margin: 7px 0 0;
  color: var(--onboarding-muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.7rem, 3vw, 0.82rem);
  line-height: 1.25;
}

.onboarding__form {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 64px;
  overflow: hidden;
}

.onboarding__answers {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 3px 16px;
  scrollbar-width: thin;
  scrollbar-color: rgb(25 220 75 / 38%) transparent;
}

.onboarding__answers.is-leaving-forward {
  animation: onboarding-leave-forward 0.18s ease both;
}

.onboarding__answers.is-leaving-back {
  animation: onboarding-leave-back 0.18s ease both;
}

.onboarding__answers.is-entering-forward {
  animation: onboarding-enter-forward 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.onboarding__answers.is-entering-back {
  animation: onboarding-enter-back 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.onboarding__answers.is-entering-forward .onboarding-card,
.onboarding__answers.is-entering-forward .onboarding-upload,
.onboarding__answers.is-entering-forward .onboarding-field {
  animation: onboarding-card-pop 0.46s cubic-bezier(0.16, 1.35, 0.34, 1) both;
}

.onboarding__answers.is-entering-forward .onboarding-card:nth-child(2) { animation-delay: 0.045s; }
.onboarding__answers.is-entering-forward .onboarding-card:nth-child(3) { animation-delay: 0.09s; }
.onboarding__answers.is-entering-forward .onboarding-card:nth-child(4) { animation-delay: 0.135s; }
.onboarding__answers.is-entering-forward .onboarding-card:nth-child(5) { animation-delay: 0.18s; }
.onboarding__answers.is-entering-forward .onboarding-card:nth-child(6) { animation-delay: 0.225s; }

.onboarding-field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.onboarding-field > span,
.onboarding-group__label {
  color: rgb(247 248 244 / 68%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.onboarding-field input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1.5px solid rgb(7 17 9 / 12%);
  border-radius: 17px;
  outline: 0;
  color: var(--onboarding-ink);
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 9px 25px rgb(29 94 46 / 8%);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.onboarding-field input[type="text"]:focus {
  border-color: rgb(25 220 75 / 72%);
  box-shadow: 0 0 0 4px rgb(25 220 75 / 12%), 0 12px 28px rgb(29 94 46 / 10%);
  transform: translateY(-1px);
}

.onboarding-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.onboarding-card-grid.is-single-column {
  grid-template-columns: 1fr;
}

.onboarding-card-grid.is-compact {
  gap: 8px;
}

.onboarding-card {
  position: relative;
  min-width: 0;
  min-height: 82px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 96%);
  border-radius: 20px;
  color: var(--onboarding-ink);
  text-align: left;
  background:
    radial-gradient(circle at 14% 0%, rgb(255 255 255 / 92%), transparent 40%),
    linear-gradient(120deg, rgb(255 255 255 / 98%) 0%, rgb(245 250 245 / 92%) 52%, rgb(84 241 93 / 33%) 100%);
  box-shadow:
    0 10px 24px rgb(30 94 45 / 10%),
    0 1px 0 rgb(255 255 255) inset,
    0 0 0 1px rgb(7 17 9 / 5%);
  backdrop-filter: blur(14px) saturate(130%);
  cursor: pointer;
  transform: translateZ(0);
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.onboarding-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 25%, rgb(255 255 255 / 56%) 47%, transparent 67%);
  opacity: 0;
  transform: translateX(-90%);
  pointer-events: none;
}

.onboarding-card:hover,
.onboarding-card:focus-visible {
  outline: 0;
  transform: translateY(-2px);
  border-color: rgb(25 220 75 / 64%);
  box-shadow: 0 14px 30px rgb(23 128 54 / 15%), 0 0 0 3px rgb(25 220 75 / 10%);
}

.onboarding-card.is-selected {
  border-color: rgb(6 166 47 / 76%);
  background:
    radial-gradient(circle at 14% 0%, rgb(255 255 255 / 96%), transparent 42%),
    linear-gradient(120deg, #ffffff 0%, #eaffeb 50%, #58ef77 100%);
  box-shadow: 0 14px 30px rgb(23 128 54 / 18%), 0 0 0 3px rgb(25 220 75 / 13%);
}

.onboarding-card.is-selected::after {
  animation: onboarding-card-sheen 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.onboarding-card.is-selected .onboarding-card__emoji {
  animation: onboarding-emoji-pop 0.44s cubic-bezier(0.16, 1.45, 0.34, 1);
}

.onboarding-card__emoji {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 84%);
  border-radius: 15px;
  background:
    radial-gradient(circle at 34% 20%, #ffffff 0 8%, transparent 9%),
    linear-gradient(145deg, #ffffff, #e8f4e9 58%, #c0eec8);
  box-shadow:
    0 8px 13px rgb(30 94 45 / 14%),
    0 -3px 6px rgb(7 17 9 / 8%) inset,
    0 2px 4px rgb(255 255 255 / 90%) inset;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  filter: saturate(1.12) drop-shadow(0 2px 2px rgb(0 0 0 / 10%));
}

.onboarding-card__copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.onboarding-card__copy strong {
  overflow-wrap: anywhere;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.05;
}

.onboarding-card__copy small {
  color: rgb(7 17 9 / 58%);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.64rem;
  line-height: 1.15;
}

.onboarding-card-grid.is-single-column .onboarding-card {
  min-height: 66px;
}

.onboarding-group {
  display: grid;
  gap: 7px;
}

.onboarding-group + .onboarding-group {
  margin-top: 12px;
}

.onboarding-group .onboarding-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.onboarding-group .onboarding-card {
  min-height: 66px;
  padding: 8px 5px;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 5px;
  text-align: center;
}

.onboarding-group .onboarding-card__emoji {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 1.25rem;
}

.onboarding-group .onboarding-card__copy strong {
  font-size: 0.68rem;
}

.onboarding-upload {
  min-height: 112px;
  padding: 16px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border: 1.5px dashed rgb(7 155 49 / 42%);
  border-radius: 22px;
  background: linear-gradient(120deg, rgb(255 255 255 / 92%), rgb(232 250 235 / 72%));
  box-shadow: 0 12px 30px rgb(30 94 45 / 9%);
  cursor: pointer;
}

.onboarding-upload.is-filled {
  border-style: solid;
  border-color: rgb(25 220 75 / 65%);
  background: linear-gradient(120deg, #ffffff, #dff9e3 68%, #8af19f);
}

.onboarding-upload__emoji {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: linear-gradient(145deg, #ffffff, #dff4e2);
  box-shadow: 0 9px 18px rgb(30 94 45 / 15%), 0 -4px 6px rgb(7 17 9 / 6%) inset;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 2rem;
}

.onboarding-upload strong,
.onboarding-upload small {
  display: block;
}

.onboarding-upload strong {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.94rem;
}

.onboarding-upload small {
  margin-top: 4px;
  color: rgb(7 17 9 / 58%);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.68rem;
  line-height: 1.25;
}

.onboarding-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.onboarding-zero {
  margin-top: 10px;
}

.onboarding__actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 10px;
  padding-top: 8px;
}

.onboarding__back,
.onboarding__next,
.onboarding-final__cta {
  height: 52px;
  border: 0;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.onboarding__back {
  min-width: 52px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgb(7 17 9 / 12%);
  border-radius: 17px;
  color: rgb(7 17 9 / 64%);
  background: rgb(255 255 255 / 68%);
}

.onboarding__back[hidden] {
  display: none;
}

.onboarding__next,
.onboarding-final__cta {
  padding: 0 17px 0 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 18px;
  color: #041007;
  background: linear-gradient(100deg, #f7f8f4 0%, #bff9ca 44%, #40eb63 100%);
  box-shadow:
    0 12px 28px rgb(15 151 51 / 20%),
    0 0 0 1px rgb(255 255 255 / 88%) inset,
    0 2px 0 rgb(7 17 9 / 10%);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.onboarding__next svg {
  width: 21px;
  height: 21px;
}

.onboarding__next:disabled {
  opacity: 0.4;
  cursor: default;
  filter: grayscale(0.45);
  box-shadow: 0 6px 16px rgb(30 94 45 / 8%);
}

.onboarding__next[hidden] {
  display: none;
}

.onboarding__next:not(:disabled):active,
.onboarding-final__cta:active {
  transform: translateY(2px) scale(0.99);
  box-shadow: 0 7px 18px rgb(15 151 51 / 16%);
}

.onboarding__next:not(:disabled) {
  animation: onboarding-cta-ready 2.8s ease-in-out infinite;
}

.onboarding-final {
  height: 100%;
  display: grid;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.onboarding-final__celebration {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.8rem;
}

.onboarding-final__celebration span {
  animation: onboarding-confetti 2.8s ease-in-out infinite;
}

.onboarding-final__celebration span:nth-child(2) { animation-delay: 0.35s; }
.onboarding-final__celebration span:nth-child(3) { animation-delay: 0.7s; }
.onboarding-final__celebration span:nth-child(4) { animation-delay: 1.05s; }

.onboarding-final__panel {
  padding: 20px 16px;
  border: 1px solid rgb(255 255 255 / 94%);
  border-radius: 24px;
  background: linear-gradient(135deg, rgb(255 255 255 / 94%), rgb(230 249 233 / 72%));
  box-shadow: 0 18px 42px rgb(30 94 45 / 12%);
  backdrop-filter: blur(16px) saturate(125%);
}

.onboarding-final__panel h3 {
  margin: 0;
  color: var(--onboarding-ink);
  font-family: "Code Pro Black", "Arial Black", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.onboarding-final__panel p {
  margin: 8px auto 0;
  max-width: 300px;
  color: var(--onboarding-muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.35;
}

.onboarding-final__cta {
  width: 100%;
  justify-content: center;
  font-size: 0.92rem;
}

.onboarding-final__trust {
  margin: -5px 0 0;
  color: rgb(247 248 244 / 82%);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.onboarding-final__status {
  min-height: 17px;
  margin: 0;
  color: var(--onboarding-green-deep);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

.onboarding__decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.onboarding__decor span {
  position: absolute;
  opacity: 0.22;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: clamp(1.5rem, 7vw, 2.5rem);
  filter: blur(0.15px) saturate(1.18) drop-shadow(0 0 10px rgb(84 241 93 / 20%));
  animation: onboarding-float 8s ease-in-out infinite;
}

.onboarding__decor span:nth-child(1) { top: 12%; left: -1%; transform: rotate(-14deg); }
.onboarding__decor span:nth-child(2) { top: 7%; right: 3%; animation-delay: -2s; }
.onboarding__decor span:nth-child(3) { top: 46%; right: -2%; animation-delay: -4s; }
.onboarding__decor span:nth-child(4) { bottom: 8%; left: 2%; animation-delay: -6s; }
.onboarding__decor span:nth-child(5) { bottom: 14%; right: 4%; animation-delay: -3s; }

@keyframes onboarding-progress-pulse {
  50% { filter: brightness(1.12); box-shadow: 0 0 16px rgb(25 220 75 / 54%); }
}

@keyframes onboarding-progress-glow {
  0%, 100% { box-shadow: 0 7px 22px rgb(0 0 0 / 26%), 0 1px 0 rgb(255 255 255 / 26%) inset, 0 0 16px rgb(25 220 75 / 10%); }
  50% { box-shadow: 0 7px 24px rgb(0 0 0 / 30%), 0 1px 0 rgb(255 255 255 / 32%) inset, 0 0 27px rgb(25 220 75 / 28%); }
}

@keyframes onboarding-progress-spark {
  0%, 100% { opacity: 0.62; transform: translateY(-50%) scale(0.75); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.25); }
}

@keyframes onboarding-background-drift {
  0% { background-position: 0 0; }
  50% { background-position: 7px -5px; }
  100% { background-position: -5px 7px; }
}

@keyframes onboarding-mascot-idle {
  0%, 100% { transform: translateY(0) rotate(-0.4deg); }
  50% { transform: translateY(-4px) rotate(0.7deg); }
}

@keyframes onboarding-mascot-react {
  0% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-9px) scale(1.035); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes onboarding-halo {
  50% { opacity: 0.7; transform: scale(1.08); }
}

@keyframes onboarding-card-sheen {
  20% { opacity: 0.8; }
  100% { opacity: 0; transform: translateX(90%); }
}

@keyframes onboarding-card-pop {
  from { opacity: 0; transform: translate3d(0, 13px, 0) scale(0.965); filter: blur(3px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

@keyframes onboarding-bubble-speak {
  0% { opacity: 0.68; transform: translate3d(-7px, 7px, 0) scale(0.975); }
  58% { transform: translate3d(1px, -1px, 0) scale(1.008); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes onboarding-emoji-pop {
  0% { transform: scale(0.82) rotate(-5deg); }
  58% { transform: scale(1.1) rotate(3deg); }
  100% { transform: scale(1) rotate(0); }
}

@keyframes onboarding-cta-ready {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.06); box-shadow: 0 13px 30px rgb(15 220 66 / 27%), 0 0 0 1px rgb(255 255 255 / 92%) inset, 0 2px 0 rgb(7 17 9 / 10%); }
}

@keyframes onboarding-leave-forward {
  to { opacity: 0; transform: translateX(-18px); }
}

@keyframes onboarding-leave-back {
  to { opacity: 0; transform: translateX(18px); }
}

@keyframes onboarding-enter-forward {
  from { opacity: 0; transform: translateX(22px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes onboarding-enter-back {
  from { opacity: 0; transform: translateX(-22px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes onboarding-confetti {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-6px) rotate(5deg); }
}

@keyframes onboarding-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (max-height: 43.75rem) {
  .onboarding__shell {
    grid-template-rows: 44px minmax(112px, 22vh) minmax(0, 1fr);
    padding-top: max(7px, env(safe-area-inset-top));
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }

  .onboarding__mascot {
    height: clamp(104px, 18vh, 126px);
  }

  .onboarding__bubble {
    padding: 13px 14px 12px;
    border-radius: 19px 19px 19px 7px;
  }

  .onboarding__bubble h2 {
    font-size: clamp(1rem, 4.8vw, 1.3rem);
  }

  .onboarding__bubble p {
    margin-top: 5px;
    font-size: 0.68rem;
  }

  .onboarding-card {
    min-height: 72px;
    padding-block: 8px;
  }

  .onboarding-card-grid.is-single-column .onboarding-card {
    min-height: 60px;
  }

  .onboarding__form {
    grid-template-rows: minmax(0, 1fr) 58px;
  }

  .onboarding__back,
  .onboarding__next,
  .onboarding-final__cta {
    height: 48px;
  }
}

@media (max-width: 21.25rem) {
  .onboarding__shell {
    padding-inline: 12px;
  }

  .onboarding__topbar {
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 8px;
  }

  .onboarding__conversation {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .onboarding__mascot {
    height: 112px;
  }

  .onboarding-card-grid {
    gap: 7px;
  }

  .onboarding-card {
    padding-inline: 8px;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 7px;
    border-radius: 17px;
  }

  .onboarding-card__emoji {
    width: 39px;
    height: 39px;
    border-radius: 13px;
    font-size: 1.35rem;
  }

  .onboarding-card__copy strong {
    font-size: 0.76rem;
  }

  .onboarding__back span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-onboarding,
  .onboarding__progress,
  .onboarding__progress span::before,
  .onboarding__progress span::after,
  .onboarding__mascot,
  .onboarding__mascot-halo,
  .onboarding__bubble,
  .onboarding-card,
  .onboarding-card::after,
  .onboarding-card__emoji,
  .onboarding-field,
  .onboarding-upload,
  .onboarding__next,
  .onboarding__answers,
  .onboarding-final__celebration span,
  .onboarding__decor span {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
