@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/fonts/instrument-sans-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/fonts/instrument-sans-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --canvas: #1b1a1d;
  --surface: #2c2b30;
  --surface-soft: rgba(255, 255, 255, 0.07);
  --card-purple: rgba(61, 55, 105, 0.25);
  --card-purple-strong: rgba(61, 55, 105, 0.5);
  --text: #ffffff;
  --text-soft: #c8c4cf;
  --secondary: #aaaaaa;
  --iris: #a6a0fd;
  --button-iris: #a8a0e0;
  --notice: #ff6b8a;
  --success: #5dd398;
  --progress: #5e43da;
  --border: rgba(255, 255, 255, 0.1);
  --border-bright: rgba(166, 160, 253, 0.5);
  --page-width: 1240px;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  font-family: "Instrument Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 7%, rgba(94, 67, 218, 0.13), transparent 24rem),
    radial-gradient(circle at 8% 33%, rgba(166, 160, 253, 0.06), transparent 28rem),
    var(--canvas);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(166, 160, 253, 0.6) 0 1px, transparent 1.4px);
  background-position: 0 0, 31px 37px;
  background-size: 97px 113px, 151px 137px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-shell {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 11px;
}

.brand-word {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary);
  font-size: 0.83rem;
  white-space: nowrap;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 3px 12px rgba(93, 211, 152, 0.3);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(44px, 6vw, 92px);
  min-height: 760px;
  padding: 86px 0 110px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 580px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 30px;
  font-size: clamp(3.45rem, 6.25vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

h1 span {
  color: transparent;
  background: linear-gradient(100deg, #635f97, #a6a0fd 48%, #c8c4ff 72%, #635f97);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 36rem;
  margin-bottom: 17px;
  color: #e5e2ea;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  line-height: 1.48;
}

.hero-detail {
  max-width: 35rem;
  margin-bottom: 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.62;
}

.store-row {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.store-badge {
  appearance: none;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  min-width: 184px;
  padding: 10px 13px 10px 15px;
  border: 1px solid var(--border);
  border-radius: 17px;
  color: #87858b;
  background: rgba(255, 255, 255, 0.035);
  cursor: not-allowed;
  filter: saturate(0.45);
  font: inherit;
  text-align: left;
}

.store-platform {
  grid-column: 1;
  color: #77757c;
  font-size: 0.67rem;
  line-height: 1;
}

.store-badge strong {
  grid-column: 1;
  margin-top: 4px;
  font-size: 0.96rem;
  font-weight: 600;
}

.store-soon {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  padding-left: 11px;
  color: #9a979f;
  font-size: 0.68rem;
}

.hero-scene {
  position: relative;
  min-height: 610px;
  isolation: isolate;
}

.hero-scene::before {
  position: absolute;
  z-index: -2;
  width: 510px;
  height: 510px;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(94, 67, 218, 0.16), transparent 64%);
  transform: translate(-50%, -50%);
}

.hero-doodle {
  position: absolute;
  z-index: -1;
  width: 190px;
  top: 20px;
  right: 12px;
  opacity: 0.48;
  transform: rotate(5deg);
}

.hero-star {
  position: absolute;
  z-index: 2;
  opacity: 0.86;
  animation: star-drift 8s ease-in-out infinite alternate;
}

.hero-star-one {
  width: 58px;
  top: 67px;
  left: 31px;
}

.hero-star-two {
  width: 44px;
  right: 55px;
  bottom: 98px;
  animation-delay: -3s;
}

.orbit {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(166, 160, 253, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-13deg);
}

.orbit::before,
.orbit::after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--iris);
  box-shadow: 0 3px 13px rgba(166, 160, 253, 0.36);
}

.orbit-one {
  width: 560px;
  height: 418px;
}

.orbit-one::before {
  top: 83px;
  left: 15px;
}

.orbit-one::after {
  right: 34px;
  bottom: 47px;
}

.orbit-two {
  width: 446px;
  height: 548px;
  opacity: 0.66;
  transform: translate(-50%, -50%) rotate(34deg);
}

.orbit-two::before {
  top: 19px;
  right: 108px;
}

.orbit-two::after {
  left: 30px;
  bottom: 92px;
}

.commitment-panel {
  position: absolute;
  z-index: 1;
  width: min(455px, calc(100% - 90px));
  top: 138px;
  left: 50%;
  padding: 24px;
  border: 1px solid var(--border-bright);
  border-radius: 20px;
  background: rgba(44, 43, 48, 0.96);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  animation: constellation-arrive 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.panel-topline,
.proof-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-label {
  color: #f7f6fc;
  font-size: 0.8rem;
  font-weight: 600;
}

.private-label {
  color: var(--iris);
  font-size: 0.73rem;
}

.commitment-panel h2 {
  margin: 22px 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.05rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.commitment-panel > p {
  max-width: 32rem;
  margin-bottom: 22px;
  color: var(--secondary);
  line-height: 1.5;
}

.week-progress {
  padding: 14px 15px;
  border-radius: 17px;
  background: var(--surface-soft);
}

.week-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
  color: var(--secondary);
  font-size: 0.78rem;
}

.week-copy strong {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 600;
}

.progress-track {
  height: 6px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-track span {
  display: block;
  width: 67%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3c27d1, #6557c9, #513fcd, #3c27d1);
}

.people-row {
  display: flex;
  align-items: center;
  margin-top: 21px;
}

.avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: #1d1b23;
  font-size: 0.7rem;
  font-weight: 600;
}

.people-row .avatar + .avatar {
  margin-left: -7px;
}

.avatar-iris {
  background: #a6a0fd;
}

.avatar-mint {
  background: #8bdaba;
}

.avatar-rose {
  background: #f19ab0;
}

.avatar-gold {
  background: #e4c581;
}

.avatar-outline {
  color: var(--iris);
  background: #29272d;
  border-color: var(--iris);
}

.people-copy {
  margin-left: 11px;
  color: var(--secondary);
  font-size: 0.78rem;
}

.nudge-note,
.checkin-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: #302f34;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.27);
  animation: note-arrive 1s 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.nudge-note {
  width: 255px;
  right: 6px;
  top: 333px;
}

.checkin-note {
  width: 258px;
  left: 9px;
  bottom: 49px;
  animation-delay: 420ms;
}

.nudge-note .avatar {
  width: 32px;
  height: 32px;
}

.nudge-note div:nth-child(2),
.checkin-note div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.nudge-note strong,
.checkin-note strong {
  overflow: hidden;
  font-size: 0.74rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nudge-note span,
.checkin-note span {
  overflow: hidden;
  color: var(--secondary);
  font-size: 0.69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-dot {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--notice);
}

.checkmark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #18221e !important;
  background: var(--success);
  font-size: 0.86rem !important;
}

.intro {
  max-width: 850px;
  margin: 48px auto 138px;
  text-align: center;
}

.intro h2,
.privacy h2,
.closing h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.intro p {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.6;
}

.orbit-story {
  position: relative;
  padding-bottom: 96px;
}

.story-line {
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 76px;
  left: 50%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(166, 160, 253, 0.4) 8%,
    rgba(166, 160, 253, 0.18) 82%,
    transparent
  );
}

.story-node {
  position: absolute;
  width: 11px;
  height: 11px;
  left: -5px;
  border: 2px solid var(--canvas);
  border-radius: 50%;
  background: var(--iris);
  box-shadow: 0 0 0 1px rgba(166, 160, 253, 0.3);
}

.story-node-one {
  top: 16%;
}

.story-node-two {
  top: 50%;
}

.story-node-three {
  top: 84%;
}

.story-step {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(56px, 9vw, 130px);
  min-height: 570px;
  padding: 66px 0;
}

.story-copy {
  max-width: 485px;
}

.story-copy h2 {
  margin-bottom: 19px;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.story-copy p {
  margin-bottom: 0;
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.65;
}

.product-surface {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--card-purple);
}

.goal-composer {
  position: relative;
  min-height: 390px;
  padding: 28px;
  overflow: hidden;
}

.goal-composer::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -68px;
  bottom: -70px;
  content: "";
  border: 1px solid rgba(166, 160, 253, 0.2);
  border-radius: 50%;
}

.composer-prompt {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 54px;
  padding: 7px 8px 7px 16px;
  border: 1px solid var(--iris);
  border-radius: 28px;
  color: var(--secondary);
  background: rgba(255, 255, 255, 0.07);
}

.spark-glyph {
  color: var(--iris);
}

.send-glyph {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border-radius: 50%;
  color: var(--iris);
  background: rgba(168, 160, 224, 0.15);
}

.suggestion-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 42px;
}

.suggestion-stack span {
  padding: 9px 12px;
  border-radius: 11px;
  color: #bab5db;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.75rem;
}

.refined-goal {
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: 17px;
  background: rgba(44, 43, 48, 0.88);
}

.refined-goal > span {
  color: var(--iris);
  font-size: 0.72rem;
}

.refined-goal strong {
  display: block;
  margin-top: 10px;
  font-size: 1.08rem;
}

.refined-goal p {
  margin: 7px 0 0;
  color: var(--secondary);
  font-size: 0.78rem;
  line-height: 1.5;
}

.track-proof {
  padding: 26px;
}

.proof-heading {
  color: #f7f6fc;
  font-size: 0.82rem;
  font-weight: 600;
}

.proof-heading strong {
  color: var(--iris);
  font-size: 0.73rem;
  font-weight: 400;
}

.progress-weeks {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 11px;
  align-items: end;
  height: 155px;
  margin: 27px 0 26px;
}

.progress-weeks div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  height: 100%;
  flex-direction: column;
}

.bar {
  display: block;
  width: 100%;
  max-width: 26px;
  border-radius: 5px 5px 3px 3px;
}

.bar-full {
  height: 88%;
  background: var(--iris);
}

.bar-success {
  height: 100%;
  background: var(--success);
}

.bar-mid {
  height: 69%;
  background: #8d86e9;
}

.bar-current {
  height: 76%;
  border: 1px dashed var(--iris);
  background: linear-gradient(to top, #8d86e9 72%, transparent 72%);
}

.bar-future {
  height: 54%;
  background: rgba(255, 255, 255, 0.32);
}

.progress-weeks small {
  color: var(--secondary);
  font-size: 0.62rem;
}

.activity-row,
.message-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
}

.activity-row {
  padding-top: 17px;
  border-top: 1px solid var(--border);
}

.activity-row .avatar,
.message-row .avatar {
  width: 32px;
  height: 32px;
  font-size: 0.63rem;
}

.activity-row p,
.message-row p {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.activity-row strong,
.message-row strong {
  overflow: hidden;
  font-size: 0.74rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-row p span,
.message-row p span {
  overflow: hidden;
  color: var(--secondary);
  font-size: 0.69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.people-proof {
  position: relative;
  min-height: 445px;
}

.invite-surface {
  width: min(380px, calc(100% - 48px));
  padding: 24px;
}

.avatar-rail {
  display: flex;
  gap: 7px;
  margin: 22px 0 24px;
}

.invite-surface > strong {
  display: block;
  margin-bottom: 7px;
  font-size: 0.92rem;
}

.invite-surface > p {
  margin-bottom: 0;
  color: var(--secondary);
  font-size: 0.78rem;
  line-height: 1.45;
}

.message-surface {
  position: absolute;
  width: min(360px, calc(100% - 32px));
  right: 0;
  bottom: 0;
  padding: 18px 20px 13px;
  background: rgba(61, 55, 105, 0.48);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.iris-text {
  color: var(--iris);
  font-size: 0.72rem;
  font-weight: 400;
}

.message-row {
  margin-top: 14px;
}

.message-row small {
  color: var(--secondary);
  font-size: 0.68rem;
}

.reply-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-top: 15px;
  padding: 4px 4px 4px 14px;
  border: 1px solid var(--iris);
  border-radius: 16px;
  color: var(--secondary);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.74rem;
}

.reply-field span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--iris);
  background: rgba(168, 160, 224, 0.18);
}

.privacy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
  min-height: 630px;
  margin: 70px 0 145px;
  padding: 65px clamp(32px, 6vw, 78px);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    linear-gradient(118deg, rgba(61, 55, 105, 0.3), rgba(44, 43, 48, 0.7)),
    #242329;
}

.privacy::after {
  position: absolute;
  width: 410px;
  height: 410px;
  left: -115px;
  bottom: -255px;
  content: "";
  border: 1px solid rgba(166, 160, 253, 0.28);
  border-radius: 50%;
}

.privacy-visual {
  position: relative;
  z-index: 1;
}

.privacy-visual img {
  display: block;
  width: min(100%, 390px);
  margin: 0 auto;
}

.privacy-copy {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.privacy-copy p {
  margin-bottom: 25px;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.privacy-copy a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--iris);
  font-size: 0.91rem;
  font-weight: 600;
  text-decoration: none;
}

.privacy-copy a:hover,
.privacy-copy a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.closing {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 540px;
  margin-bottom: 74px;
  overflow: hidden;
  text-align: center;
}

.closing-splash {
  display: none;
  position: absolute;
  width: 520px;
  max-width: 70vw;
  top: -65px;
  left: 50%;
  opacity: 0.25;
  transform: translateX(-50%);
}

.closing-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.closing-content p {
  max-width: 39rem;
  margin: 0 auto;
  color: var(--secondary);
  font-size: 1.08rem;
  line-height: 1.6;
}

.store-row-centered {
  justify-content: center;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 42px;
  padding: 34px 0 44px;
  border-top: 1px solid var(--border);
  color: var(--secondary);
  font-size: 0.78rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-brand .brand-word {
  color: var(--text);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a,
.support-link {
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.support-link:hover,
.support-link:focus-visible {
  color: var(--iris);
}

a:focus-visible {
  outline: 2px solid var(--iris);
  outline-offset: 5px;
  border-radius: 3px;
}

@keyframes constellation-arrive {
  from {
    opacity: 0.01;
    filter: blur(10px);
    transform: translateX(-50%) translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@keyframes note-arrive {
  from {
    opacity: 0.01;
    filter: blur(6px);
    transform: translateY(13px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes star-drift {
  from {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }
  to {
    transform: translate3d(5px, -8px, 0) rotate(3deg);
  }
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: 26px;
  }

  .orbit-one {
    width: 480px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    justify-content: flex-end;
  }

  .support-link {
    grid-column: 2;
    text-align: right;
  }
}

@media (max-width: 860px) {
  .site-shell {
    width: min(100% - 36px, var(--page-width));
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 74px 0 92px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-scene {
    width: min(650px, 100%);
    min-height: 570px;
    margin: 14px auto 0;
  }

  .intro {
    margin-bottom: 92px;
  }

  .story-line {
    left: 22px;
  }

  .story-step {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: auto;
    padding: 76px 0 76px 66px;
  }

  .story-step-track .track-proof {
    order: 2;
  }

  .story-copy {
    max-width: 630px;
  }

  .goal-composer,
  .track-proof,
  .people-proof {
    width: min(100%, 560px);
  }

  .privacy {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 42px;
    padding: 48px 36px;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 28px, var(--page-width));
  }

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

  .header-status {
    font-size: 0.72rem;
  }

  .hero {
    padding: 60px 0 80px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .store-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-badge {
    min-width: 0;
    grid-template-columns: 1fr;
    padding: 11px 12px;
  }

  .store-soon {
    grid-column: 1;
    grid-row: auto;
    margin-top: 7px;
    padding-left: 0;
  }

  .hero-scene {
    min-height: 520px;
    margin-top: 12px;
    overflow: hidden;
  }

  .hero-doodle {
    width: 126px;
    right: 2px;
  }

  .hero-star-one {
    width: 44px;
    left: 6px;
  }

  .hero-star-two {
    width: 37px;
    right: 5px;
    bottom: 91px;
  }

  .orbit-one {
    width: calc(100% + 26px);
    height: 340px;
  }

  .orbit-two {
    width: 320px;
    height: 450px;
  }

  .commitment-panel {
    width: calc(100% - 24px);
    top: 118px;
    padding: 20px;
  }

  .commitment-panel h2 {
    margin-top: 18px;
  }

  .nudge-note {
    width: min(238px, 75%);
    top: 340px;
    right: -2px;
  }

  .checkin-note {
    width: min(246px, 78%);
    left: 0;
    bottom: 30px;
  }

  .intro {
    margin: 22px auto 82px;
    text-align: left;
  }

  .intro h2,
  .privacy h2,
  .closing h2 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  .story-line {
    left: 9px;
  }

  .story-step {
    padding: 62px 0 62px 36px;
  }

  .story-copy h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .goal-composer,
  .track-proof {
    padding: 19px;
  }

  .goal-composer {
    min-height: 365px;
  }

  .progress-weeks {
    gap: 6px;
    height: 135px;
  }

  .people-proof {
    min-height: 465px;
  }

  .invite-surface {
    width: calc(100% - 20px);
    padding: 20px;
  }

  .message-surface {
    width: calc(100% - 6px);
  }

  .privacy {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    margin: 58px 0 108px;
    padding: 42px 24px 48px;
    border-radius: 22px;
  }

  .privacy-visual img {
    width: min(78%, 300px);
  }

  .closing {
    min-height: 510px;
    margin-bottom: 28px;
  }

  .closing-splash {
    display: block;
    max-width: 110vw;
  }

  .closing-content {
    padding-top: 114px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .support-link {
    grid-column: 1;
    text-align: left;
  }
}

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

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