.marketing-home {
  --home-ink: #171918;
  --home-muted: #666d68;
  --home-line: rgba(28, 31, 28, 0.12);
  --home-paper: rgba(255, 255, 255, 0.86);
  --home-mint: #2f8f76;
  --home-mint-deep: #216f60;
  --home-blue: #347ddb;
  --home-gold: #c79224;
  --home-coral: #c65f4d;
  color: var(--home-ink);
}

.auth-screen {
  display: block;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(244, 246, 243, 0.12), rgba(244, 246, 243, 0.96)),
    #fbfcfa;
}

.auth-panel {
  position: relative;
  top: auto;
  width: min(560px, calc(100% - 48px));
  margin: 40px auto 76px;
  z-index: 3;
  scroll-margin-top: 24px;
}

.auth-panel.is-signup {
  width: min(860px, calc(100vw - 48px));
  max-height: none;
  overflow: visible;
}

.public-home {
  display: block;
  max-width: none;
  width: 100%;
}

.home-hero,
.home-feature-section,
.home-flow-section,
.home-privacy-band,
.home-proof-strip {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 720px;
  padding: 88px 0 72px;
  overflow: visible;
  isolation: isolate;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 42px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 143, 118, 0.4), transparent);
  opacity: 0.75;
}

.home-hero::after {
  display: none;
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 620px;
  padding: 18px 0;
}

.home-hero-copy h1 {
  max-width: 9.4ch;
  margin: 0;
  overflow-wrap: normal;
  font-size: clamp(4.1rem, 5.4vw, 6rem);
  line-height: 0.93;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-lede {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--home-muted);
  font-size: 1.18rem;
  line-height: 1.58;
}

.home-actions,
.home-policy-links,
.public-home-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-actions {
  margin-top: 28px;
}

.home-primary-action,
.home-secondary-action {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid rgba(28, 31, 28, 0.16);
  font-weight: 900;
  text-decoration: none;
}

.home-primary-action {
  background: var(--home-ink);
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(28, 31, 28, 0.18);
}

.home-secondary-action {
  background: rgba(255, 255, 255, 0.72);
  color: var(--home-ink);
}

.home-primary-action:hover,
.home-secondary-action:hover {
  transform: translateY(-1px);
}

.home-product-visual {
  position: relative;
  z-index: 1;
  right: auto;
  bottom: auto;
  justify-self: stretch;
  width: min(680px, 100%);
  min-height: 520px;
  opacity: 0.9;
  pointer-events: none;
  animation: homePreviewFloat 8s ease-in-out infinite;
}

.home-product-visual::before {
  content: "";
  position: absolute;
  inset: 44px 38px 24px 20px;
  border-radius: 34px;
  background:
    linear-gradient(140deg, rgba(47, 143, 118, 0.16), rgba(52, 125, 219, 0.08) 48%, rgba(199, 146, 36, 0.12)),
    rgba(255, 255, 255, 0.58);
  filter: blur(2px);
  transform: rotate(-3deg);
}

.home-preview-window {
  position: absolute;
  border: 1px solid rgba(28, 31, 28, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 24px 80px rgba(35, 41, 36, 0.17);
  backdrop-filter: blur(14px);
}

.home-preview-main {
  inset: 0 0 auto auto;
  width: min(640px, 100%);
  min-height: 440px;
  padding: 18px;
  transform: rotate(-1.2deg);
}

.home-preview-float {
  left: 12px;
  bottom: 6px;
  width: min(360px, 55%);
  padding: 18px;
  transform: rotate(2deg);
  animation: homeCardDrift 7s ease-in-out infinite;
}

.home-preview-float p,
.home-preview-float strong {
  margin: 0;
}

.home-preview-float p {
  margin: 10px 0;
  padding: 13px 14px;
  border: 1px solid rgba(47, 143, 118, 0.18);
  border-radius: 8px;
  background: rgba(47, 143, 118, 0.07);
  font-size: 1.05rem;
  font-weight: 850;
}

.home-preview-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--home-line);
}

.home-preview-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d8dfd9;
}

.home-preview-bar span:nth-child(1) {
  background: var(--home-coral);
}

.home-preview-bar span:nth-child(2) {
  background: var(--home-gold);
}

.home-preview-bar span:nth-child(3) {
  background: var(--home-mint);
}

.home-preview-bar strong {
  margin-left: auto;
  color: var(--home-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.home-preview-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  padding-top: 16px;
}

.home-preview-panel {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(28, 31, 28, 0.1);
  border-radius: 8px;
  background: rgba(251, 252, 250, 0.88);
}

.home-preview-today {
  min-height: 214px;
}

.home-preview-calendar {
  min-height: 214px;
  transform: translateY(18px);
}

.home-preview-project {
  grid-column: 1 / -1;
  display: grid;
  gap: 9px;
}

.home-preview-label,
.home-feature-mark,
.home-flow-track span {
  color: var(--home-mint-deep);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-preview-panel strong {
  display: block;
  margin: 9px 0 14px;
  font-size: 1.45rem;
}

.home-preview-task {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(28, 31, 28, 0.1);
}

.home-preview-task span {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(47, 143, 118, 0.35);
  border-radius: 5px;
}

.home-preview-task p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-preview-task.is-hot {
  background: rgba(198, 95, 77, 0.1);
  border-color: rgba(198, 95, 77, 0.2);
}

.home-mini-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.home-mini-calendar span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 8px;
  background: #ffffff;
  color: var(--home-muted);
  font-weight: 850;
}

.home-mini-calendar .is-today {
  background: var(--home-ink);
  color: #ffffff;
}

.home-mini-calendar .has-event {
  background: rgba(199, 146, 36, 0.18);
  color: #7c5310;
}

.home-mini-calendar .has-task {
  background: rgba(52, 125, 219, 0.14);
  color: #235da5;
}

.home-progress-line {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 143, 118, 0.12);
}

.home-progress-line span {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: var(--home-mint);
}

.home-preview-project p {
  margin: 0;
  color: var(--home-muted);
  font-weight: 800;
}

.home-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 55px rgba(31, 37, 32, 0.08);
}

.home-proof-strip article {
  min-width: 0;
  padding: 14px;
  border-radius: 8px;
  background: rgba(244, 246, 243, 0.86);
}

.home-proof-strip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.home-proof-strip span,
.home-feature-card p,
.home-flow-track p,
.home-privacy-band p {
  color: var(--home-muted);
  line-height: 1.52;
}

.home-feature-section,
.home-flow-section,
.home-privacy-band {
  padding: 92px 0 0;
}

.home-section-copy {
  max-width: 760px;
  margin-bottom: 24px;
}

.home-section-copy h2,
.home-privacy-band h2 {
  margin: 0;
  font-size: 3.25rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-feature-card {
  display: grid;
  align-content: start;
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(31, 37, 32, 0.07);
}

.home-feature-card:nth-child(2) .home-feature-mark {
  color: #245f9f;
}

.home-feature-card:nth-child(3) .home-feature-mark {
  color: #8b651c;
}

.home-feature-card:nth-child(4) .home-feature-mark {
  color: #a44f40;
}

.home-feature-card h3 {
  margin: 14px 0 10px;
  font-size: 1.62rem;
  line-height: 1.08;
}

.home-feature-card p {
  margin: 0;
}

.home-flow-section {
  position: relative;
}

.home-flow-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.home-flow-track article {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid var(--home-line);
}

.home-flow-track article:last-child {
  border-right: 0;
}

.home-flow-track p {
  margin: 12px 0 0;
}

.home-functions-intro,
.home-function-stack {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.home-functions-intro {
  padding: 92px 0 20px;
}

.home-functions-intro h2 {
  max-width: 860px;
  margin: 0;
  font-size: 3.4rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.home-functions-intro p {
  max-width: 76ch;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.home-function-stack {
  display: grid;
  gap: 22px;
  padding-top: 18px;
}

.home-function-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: center;
  min-height: 430px;
  padding: 34px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 246, 243, 0.7)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 58px rgba(31, 37, 32, 0.08);
}

.home-function-reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.home-function-reverse .home-function-copy {
  grid-column: 2;
  grid-row: 1;
}

.home-function-reverse .home-function-visual {
  grid-column: 1;
  grid-row: 1;
}

.home-function-copy {
  max-width: 560px;
}

.home-function-copy h2 {
  margin: 13px 0 14px;
  font-size: 2.72rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.home-function-copy p {
  margin: 0;
  color: var(--home-muted);
  font-size: 1.04rem;
  line-height: 1.6;
}

.home-function-visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(28, 31, 28, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(244, 246, 243, 0.84)),
    #ffffff;
}

.home-function-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(47, 143, 118, 0.08), transparent 44%, rgba(52, 125, 219, 0.06));
}

.home-function-visual > * {
  position: relative;
  z-index: 1;
}

.visual-input-line,
.visual-parsed-card,
.visual-file-card,
.visual-timeline,
.playbook-visual section,
.voice-bubble,
.voice-result,
.visual-habit-card {
  border: 1px solid rgba(28, 31, 28, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(31, 37, 32, 0.08);
}

.parse-visual {
  display: grid;
  align-content: center;
  gap: 18px;
}

.visual-input-line {
  padding: 20px;
  color: var(--home-ink);
  font-size: 1.45rem;
  font-weight: 900;
}

.visual-parse-arrow {
  justify-self: center;
  width: 2px;
  height: 34px;
  border-radius: 999px;
  background: var(--home-mint);
}

.visual-parse-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 24px 0 0 -5px;
  border-right: 2px solid var(--home-mint);
  border-bottom: 2px solid var(--home-mint);
  transform: rotate(45deg);
}

.visual-parsed-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-color: rgba(47, 143, 118, 0.2);
}

.visual-parsed-card span,
.visual-file-card span,
.playbook-visual span,
.visual-habit-card span {
  color: var(--home-mint-deep);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-parsed-card strong {
  font-size: 1.7rem;
}

.visual-token-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.visual-token-row em,
.visual-timeline em,
.visual-habit-card em {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(47, 143, 118, 0.1);
  color: var(--home-mint-deep);
  font-style: normal;
  font-weight: 850;
}

.project-visual {
  display: grid;
  align-content: center;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 14px;
}

.visual-file-card {
  align-self: start;
  padding: 18px;
  transform: translateY(20px);
}

.visual-file-card strong {
  display: block;
  margin-top: 9px;
  overflow-wrap: anywhere;
  font-size: 1.25rem;
}

.visual-timeline {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.visual-timeline div {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.visual-timeline div::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 24px;
  bottom: -18px;
  width: 2px;
  background: rgba(47, 143, 118, 0.28);
}

.visual-timeline div:last-child::before {
  display: none;
}

.visual-timeline span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--home-mint);
  box-shadow: 0 0 0 8px rgba(47, 143, 118, 0.12);
}

.visual-timeline strong {
  min-width: 0;
}

.visual-timeline em {
  background: rgba(199, 146, 36, 0.14);
  color: #7c5310;
}

.playbook-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.playbook-visual section {
  min-width: 0;
  padding: 18px;
}

.playbook-visual strong {
  display: block;
  margin: 9px 0 14px;
  font-size: 1.4rem;
}

.playbook-visual p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.5;
}

.playbook-visual label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 11px;
  color: var(--home-muted);
  font-weight: 850;
}

.playbook-visual i {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(47, 143, 118, 0.42);
  border-radius: 6px;
}

.voice-visual {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
}

.voice-meter {
  display: inline-grid;
  grid-template-columns: repeat(3, 10px);
  align-items: end;
  gap: 7px;
  min-height: 66px;
  padding: 18px 20px;
  border: 1px solid rgba(47, 143, 118, 0.2);
  border-radius: 8px;
  background: rgba(47, 143, 118, 0.08);
}

.voice-meter span {
  display: block;
  width: 10px;
  border-radius: 999px;
  background: var(--home-mint);
  animation: voicePulse 1.4s ease-in-out infinite;
}

.voice-meter span:nth-child(1) {
  height: 24px;
}

.voice-meter span:nth-child(2) {
  height: 44px;
  animation-delay: 0.16s;
}

.voice-meter span:nth-child(3) {
  height: 30px;
  animation-delay: 0.32s;
}

.voice-bubble {
  max-width: 360px;
  padding: 18px;
  font-size: 1.28rem;
  font-weight: 900;
}

.voice-result {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-color: rgba(47, 143, 118, 0.22);
}

.voice-result span {
  color: var(--home-muted);
  font-weight: 800;
}

.calendar-visual {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: 16px;
}

.visual-month {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(28, 31, 28, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.visual-month span,
.visual-month strong {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 8px;
}

.visual-month span {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.visual-month strong {
  background: rgba(244, 246, 243, 0.9);
  font-size: 1.2rem;
}

.visual-month .today {
  background: var(--home-ink);
  color: #ffffff;
}

.visual-month .has-task {
  background: rgba(52, 125, 219, 0.16);
  color: #245f9f;
}

.visual-month .has-event {
  background: rgba(199, 146, 36, 0.18);
  color: #7c5310;
}

.visual-habit-card {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.visual-habit-card strong {
  font-size: 1.35rem;
}

.visual-habit-card em {
  background: rgba(47, 143, 118, 0.12);
}

@keyframes voicePulse {
  0%,
  100% {
    transform: scaleY(0.74);
    opacity: 0.72;
  }
  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

.home-privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 72px;
  padding: 42px;
  border: 1px solid rgba(47, 143, 118, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 143, 118, 0.1), rgba(52, 125, 219, 0.05)),
    rgba(255, 255, 255, 0.76);
}

.home-privacy-band h2 {
  max-width: 780px;
  font-size: 2.55rem;
}

.home-privacy-band p {
  max-width: 78ch;
  margin: 18px 0 0;
}

.home-policy-links {
  justify-content: flex-end;
  min-width: 250px;
}

.home-reveal {
  animation: homeReveal 0.8s ease both;
}

@supports (animation-timeline: view()) {
  .home-reveal,
  .home-feature-card {
    animation-name: homeScrollReveal;
    animation-duration: 1ms;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: entry 8% cover 34%;
  }

  .home-preview-calendar {
    animation: homeCalendarParallax 1ms linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }

  .home-preview-project {
    animation: homeProjectParallax 1ms linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

@keyframes homeReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeScrollReveal {
  from {
    opacity: 0;
    transform: translateY(38px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homePreviewFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes homeCardDrift {
  0%,
  100% {
    transform: rotate(2deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-10px);
  }
}

@keyframes homeCalendarParallax {
  from {
    transform: translateY(34px);
  }
  to {
    transform: translateY(2px);
  }
}

@keyframes homeProjectParallax {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(-8px);
  }
}

@media (max-width: 1180px) {
  .auth-panel {
    width: min(560px, calc(100% - 40px));
    margin: 40px auto 54px;
  }

  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
  }

  .home-product-visual {
    justify-self: start;
    width: min(720px, 100%);
    margin-top: 8px;
    opacity: 1;
  }
}

@media (max-width: 760px) {
  .home-hero,
  .home-feature-section,
  .home-flow-section,
  .home-privacy-band,
  .home-proof-strip,
  .home-functions-intro,
  .home-function-stack {
    width: min(100% - 28px, 640px);
  }

  .home-hero {
    min-height: auto;
    padding: 52px 0 34px;
  }

  .home-hero::after {
    display: none;
  }

  .home-hero-copy h1 {
    font-size: 3.2rem;
    line-height: 0.98;
  }

  .home-lede {
    font-size: 1rem;
  }

  .home-product-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 460px;
    margin-top: 28px;
    opacity: 1;
  }

  .home-preview-main {
    width: 100%;
  }

  .home-preview-grid {
    grid-template-columns: 1fr;
  }

  .home-preview-project {
    grid-column: auto;
  }

  .home-preview-calendar {
    transform: none;
  }

  .home-preview-float {
    left: 10px;
    bottom: -6px;
    width: min(320px, 82%);
  }

  .home-proof-strip,
  .home-feature-grid,
  .home-flow-track,
  .home-privacy-band,
  .home-function-section,
  .home-function-reverse,
  .project-visual,
  .playbook-visual,
  .calendar-visual {
    grid-template-columns: 1fr;
  }

  .home-function-reverse .home-function-copy,
  .home-function-reverse .home-function-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .home-functions-intro {
    padding-top: 58px;
  }

  .home-functions-intro h2,
  .home-function-copy h2 {
    font-size: 2.24rem;
  }

  .home-functions-intro p,
  .home-function-copy p {
    font-size: 1rem;
  }

  .home-function-section {
    min-height: auto;
    padding: 20px;
    gap: 20px;
  }

  .home-function-visual {
    min-height: 260px;
    padding: 16px;
  }

  .visual-input-line,
  .voice-bubble {
    font-size: 1.08rem;
  }

  .visual-file-card {
    transform: none;
  }

  .visual-timeline div {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .visual-timeline em {
    grid-column: 2;
  }

  .home-flow-track article {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-flow-track article:last-child {
    border-bottom: 0;
  }

  .home-feature-section,
  .home-flow-section,
  .home-privacy-band {
    padding-top: 58px;
  }

  .home-section-copy h2,
  .home-privacy-band h2 {
    font-size: 2.28rem;
  }

  .home-privacy-band {
    margin-bottom: 28px;
    padding: 24px;
  }

  .home-policy-links {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-reveal,
  .home-feature-card,
  .home-product-visual,
  .home-preview-float,
  .home-preview-calendar,
  .home-preview-project,
  .voice-meter span {
    animation: none;
  }
}
