:root {
  color-scheme: light dark;
  --page: #faf7f2;
  --page-soft: #f5f0ea;
  --surface: #fefdfb;
  --surface-strong: #efebe5;
  --text: #2d2a26;
  --text-soft: #6f6961;
  --text-faint: #8b837a;
  --sage: #6b8f71;
  --sage-deep: #3f5743;
  --sage-soft: #e2ebe1;
  --coral: #e8917a;
  --coral-deep: #74311f;
  --amber: #d4a054;
  --divider: #ded7cf;
  --shadow: 27 28 25;
  --card-radius: 28px;
  --button-radius: 14px;
  --tag-radius: 8px;
  --page-gutter: clamp(20px, 4vw, 64px);
  --section-space: clamp(88px, 11vw, 168px);
  --nav-height: 72px;
  --layer-header: 20;
  --layer-menu: 18;
  --layer-skip: 30;
}

@media (prefers-color-scheme: dark) {
  :root {
    --page: #1c1a17;
    --page-soft: #282520;
    --surface: #33302b;
    --surface-strong: #3b3731;
    --text: #f0ede8;
    --text-soft: #c0b9b0;
    --text-faint: #a09a92;
    --sage: #8fb896;
    --sage-deep: #b9d3bd;
    --sage-soft: #2b3b2e;
    --coral: #f0a999;
    --coral-deep: #ffd1c6;
    --amber: #e0b86e;
    --divider: #4a443d;
    --shadow: 7 7 6;
  }
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 20px);
}

body.home-page {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--page);
  color: var(--text);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

.home-page img {
  display: block;
  max-width: 100%;
}

.home-page a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.home-page p,
.home-page h1,
.home-page h2,
.home-page h3,
.home-page figure,
.home-page ol {
  margin: 0;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  color: var(--text);
  text-wrap: balance;
}

.home-page h1 {
  max-width: 10.5ch;
  font-size: clamp(3.5rem, 6.3vw, 6.7rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.home-page h1 em {
  display: inline-block;
  padding-bottom: 0.08em;
  color: var(--sage-deep);
  font-family: inherit;
  font-style: italic;
  line-height: 1.1;
}

.home-page h1.hero-headline-long {
  max-width: 18ch;
  font-size: clamp(2.7rem, 3.45vw, 4rem);
}

.home-page h1.hero-headline-long em {
  line-height: inherit;
}

.home-page h2 {
  max-width: 14ch;
  font-size: clamp(2.55rem, 5vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.home-page h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.section-shell {
  width: min(100% - (var(--page-gutter) * 2), 1280px);
  margin-inline: auto;
}

.home-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: var(--layer-skip);
  transform: translateY(-140%);
  border-radius: var(--button-radius);
  background: var(--text);
  color: var(--page);
  padding: 12px 16px;
  font-weight: 700;
}

.home-page .skip-link:focus {
  transform: translateY(0);
}

.home-page .site-header {
  position: sticky;
  top: 0;
  z-index: var(--layer-header);
  width: 100%;
  max-width: none;
  height: var(--nav-height);
  margin: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--divider) 72%, transparent);
  border-radius: 0;
  background: color-mix(in srgb, var(--page) 90%, transparent);
  padding: 0;
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.home-page .nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - (var(--page-gutter) * 2), 1280px);
  height: 100%;
  margin-inline: auto;
}

.home-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.home-page .brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.home-page .site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  white-space: nowrap;
}

.home-page .site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.home-page .site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  border-radius: 2px;
  background: var(--sage);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-page .site-nav a:hover::after,
.home-page .site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.home-page .menu-toggle {
  display: none;
  min-width: 64px;
  min-height: 44px;
  border: 1px solid var(--divider);
  border-radius: var(--button-radius);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
}

.home-page .hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  min-height: calc(100dvh - var(--nav-height));
  padding-block: clamp(48px, 7vh, 84px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 22px !important;
  color: var(--sage-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-body {
  max-width: 31rem;
  margin-top: 28px !important;
  color: var(--text-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.release-status {
  max-width: 31rem;
  margin-top: 20px !important;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.release-status strong {
  color: var(--text);
}

.home-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  padding: 0 22px;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 180ms ease, background 180ms ease;
}

.home-page .button:hover {
  transform: translateY(-2px);
}

.home-page .button:active {
  transform: translateY(1px) scale(0.985);
}

.home-page .button-primary {
  background: var(--coral);
  color: #2d2a26;
  box-shadow: 0 12px 28px rgb(var(--shadow) / 0.12);
}

.home-page .button-primary:hover {
  background: color-mix(in srgb, var(--coral) 88%, var(--surface));
  box-shadow: 0 16px 34px rgb(var(--shadow) / 0.17);
}

.home-page .button-secondary {
  border-color: var(--divider);
  background: var(--surface);
  color: var(--text);
}

.home-page .button:disabled,
.home-page .field-input:disabled,
.home-page input:disabled {
  cursor: wait;
  opacity: 0.62;
}

.home-page :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sage) 70%, var(--surface));
  outline-offset: 3px;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: min(77vh, 760px);
  place-items: center;
  isolation: isolate;
}

.hero-wash {
  position: absolute;
  inset: 7% 0 4% 8%;
  z-index: -2;
  border-radius: 48% 52% 43% 57% / 52% 38% 62% 48%;
  background:
    radial-gradient(circle at 34% 28%, color-mix(in srgb, var(--coral) 38%, transparent), transparent 38%),
    radial-gradient(circle at 66% 66%, color-mix(in srgb, var(--sage) 42%, transparent), transparent 46%),
    var(--page-soft);
  transform: rotate(-4deg);
}

.device-frame {
  position: relative;
  overflow: hidden;
  border: 9px solid color-mix(in srgb, var(--text) 88%, var(--page));
  border-radius: 54px;
  background: var(--surface);
  box-shadow: 0 34px 82px rgb(var(--shadow) / 0.22), 0 4px 14px rgb(var(--shadow) / 0.12);
}

.device-frame img {
  width: 100%;
  height: auto;
}

.device-frame-hero {
  width: min(58%, 390px);
  transform: rotate(3.25deg);
}

.visual-note {
  position: absolute;
  max-width: 190px;
  border: 1px solid color-mix(in srgb, var(--divider) 65%, transparent);
  border-radius: var(--tag-radius);
  background: color-mix(in srgb, var(--surface) 93%, transparent);
  box-shadow: 0 12px 28px rgb(var(--shadow) / 0.1);
  padding: 10px 13px;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.visual-note-top {
  top: 19%;
  left: 2%;
  transform: rotate(-5deg);
}

.visual-note-bottom {
  right: 1%;
  bottom: 20%;
  transform: rotate(4deg);
}

.recognition-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - (var(--page-gutter) * 2), 1280px);
  margin-inline: auto;
  border-block: 1px solid var(--divider);
}

.recognition-band p {
  padding: 23px clamp(10px, 2vw, 28px);
  color: var(--text-soft);
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  font-weight: 700;
  text-align: center;
}

.recognition-band p + p {
  border-left: 1px solid var(--divider);
}

.burden-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(64px, 9vw, 140px);
  padding-block: var(--section-space);
}

.burden-copy p:not(.quiet-proof),
.journey-heading p,
.feature-heading p,
.partner-copy > p,
.trust-intro > p:last-child {
  max-width: 34rem;
  margin-top: 27px !important;
  color: var(--text-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.quiet-proof {
  width: fit-content;
  margin-top: 32px !important;
  border-bottom: 2px solid var(--sage);
  padding-bottom: 4px;
  color: var(--sage-deep);
  font-weight: 750;
}

.capture-composition {
  position: relative;
  min-height: 700px;
}

.device-frame-capture {
  position: absolute;
  top: 0;
  right: 4%;
  width: min(58%, 360px);
  transform: rotate(4deg);
}

.capture-thoughts {
  position: absolute;
  top: 20%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  width: 48%;
}

.capture-thoughts span {
  display: block;
  border: 1px solid var(--divider);
  border-radius: var(--tag-radius);
  background: var(--surface);
  box-shadow: 0 10px 24px rgb(var(--shadow) / 0.08);
  padding: 11px 14px;
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 650;
}

.capture-thoughts span:nth-child(2) {
  margin-left: 22%;
}

.capture-thoughts span:nth-child(3) {
  margin-left: 6%;
}

.capture-thoughts span:nth-child(4) {
  margin-left: 28%;
}

.journey-section {
  padding-bottom: var(--section-space);
}

.journey-heading,
.feature-heading {
  margin-bottom: clamp(56px, 7vw, 96px);
}

.journey-heading h2,
.feature-heading h2 {
  max-width: 15ch;
}

.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(64px, 9vw, 140px);
}

.journey-steps {
  position: relative;
  display: grid;
  align-content: center;
  gap: 0;
  padding: 0;
  list-style: none;
}

.journey-steps::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 10px;
  width: 1px;
  background: var(--divider);
}

.journey-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 22px;
  padding-block: 31px;
}

.step-marker {
  z-index: 1;
  width: 21px;
  height: 21px;
  margin-top: 2px;
  border: 5px solid var(--page);
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 1px var(--sage);
}

.journey-steps p {
  max-width: 29rem;
  margin-top: 9px !important;
  color: var(--text-soft);
}

.journey-visual {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  border-radius: var(--card-radius);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--sage-soft) 76%, var(--surface)), var(--page-soft));
}

.device-frame-routine {
  width: min(58%, 360px);
  transform: rotate(-2.5deg);
}

.image-caption {
  position: absolute;
  right: 6%;
  bottom: 5%;
  max-width: 18rem;
  border-radius: var(--tag-radius);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  padding: 11px 14px;
  color: var(--text-soft);
  font-size: 0.84rem;
  font-weight: 650;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.feature-section {
  padding-bottom: var(--section-space);
}

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

.feature-cell {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--divider) 78%, transparent);
  border-radius: var(--card-radius);
  padding: clamp(26px, 3.5vw, 44px);
}

.feature-cell p {
  max-width: 29rem;
  margin-top: 12px !important;
  color: var(--text-soft);
}

.feature-cell-tasks {
  grid-column: span 7;
  background: var(--surface);
}

.feature-cell-tasks > div {
  position: relative;
  z-index: 1;
  max-width: 46%;
}

.feature-cell-responsibilities {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  background: color-mix(in srgb, var(--coral) 23%, var(--surface));
}

.feature-cell-routines {
  grid-column: span 4;
  background: color-mix(in srgb, var(--amber) 18%, var(--surface));
}

.feature-cell-calendar {
  grid-column: span 8;
  background: color-mix(in srgb, var(--sage) 17%, var(--surface));
}

.feature-example {
  margin-top: auto !important;
  color: var(--coral-deep) !important;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1;
}

.feature-crop {
  position: absolute;
  overflow: hidden;
  border: 7px solid color-mix(in srgb, var(--text) 86%, var(--page));
  border-radius: 44px;
  background: var(--surface);
  box-shadow: 0 24px 54px rgb(var(--shadow) / 0.18);
}

.feature-crop img {
  width: 100%;
}

.feature-crop-today {
  top: 38px;
  right: 5%;
  bottom: auto;
  width: 43%;
  transform: rotate(3deg);
}

.feature-crop-today img {
  transform: translateY(-18%);
}

.feature-crop-calendar {
  top: 38px;
  right: 6%;
  bottom: auto;
  width: 37%;
  transform: rotate(-2deg);
}

.feature-crop-calendar img {
  transform: translateY(-27%);
}

.feature-cell-calendar > div {
  position: relative;
  z-index: 1;
  max-width: 45%;
}

.routine-lines {
  display: grid;
  gap: 11px;
  margin-top: 44px;
}

.routine-lines span {
  position: relative;
  display: block;
  border-radius: var(--tag-radius);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  padding: 12px 12px 12px 25px;
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 650;
}

.routine-lines span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 4px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 3px;
  background: var(--sage);
}

.partner-section {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(64px, 9vw, 140px);
  padding-bottom: var(--section-space);
}

.partner-visual {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
}

.partner-halo {
  position: absolute;
  inset: 8% 2% 6% 0;
  border-radius: var(--card-radius);
  background:
    radial-gradient(circle at 70% 28%, color-mix(in srgb, var(--coral) 26%, transparent), transparent 36%),
    color-mix(in srgb, var(--sage) 18%, var(--surface));
}

.device-frame-partner {
  width: min(55%, 350px);
  transform: rotate(2.6deg);
}

.partner-copy h2 {
  max-width: 11ch;
}

.partner-outcome {
  color: var(--sage-deep) !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(64px, 9vw, 140px);
  padding-bottom: var(--section-space);
}

.trust-intro {
  align-self: start;
  position: sticky;
  top: calc(var(--nav-height) + 48px);
}

.trust-list {
  display: grid;
}

.trust-list article {
  border-top: 1px solid var(--divider);
  padding-block: clamp(32px, 5vw, 58px);
}

.trust-list p {
  max-width: 34rem;
  margin-top: 13px !important;
  color: var(--text-soft);
}

.closing-section {
  padding-bottom: var(--section-space);
}

.closing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  border: 1px solid color-mix(in srgb, var(--sage) 38%, transparent);
  border-radius: var(--card-radius);
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--coral) 19%, transparent), transparent 31%),
    color-mix(in srgb, var(--sage) 16%, var(--surface));
  padding: clamp(36px, 7vw, 92px);
}

.closing-card h2 {
  grid-column: 1;
  max-width: 13ch;
}

.closing-card p {
  grid-column: 1;
  max-width: 37rem;
  margin-top: -20px !important;
  color: var(--text-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.closing-card .button {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.home-page .site-footer {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  border-top: 1px solid var(--divider);
  padding-block: 40px 52px;
}

.footer-brand {
  white-space: nowrap;
}

.site-footer > p {
  max-width: 38rem;
  color: var(--text-soft);
  font-size: 0.85rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

.site-footer nav a {
  min-height: 44px;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 44px;
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal-section {
      animation: settle-in both cubic-bezier(0.16, 1, 0.3, 1);
      animation-range: entry 8% cover 34%;
      animation-timeline: view();
    }

    @keyframes settle-in {
      from {
        transform: translateY(28px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  .device-frame-hero {
    animation: hero-settle 900ms 120ms both cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hero-copy > * {
    animation: copy-settle 700ms both cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hero-copy > :nth-child(2) { animation-delay: 70ms; }
  .hero-copy > :nth-child(3) { animation-delay: 130ms; }
  .hero-copy > :nth-child(4) { animation-delay: 190ms; }

  @keyframes hero-settle {
    from { transform: translateY(28px) rotate(1deg); opacity: 0; }
    to { transform: translateY(0) rotate(3.25deg); opacity: 1; }
  }

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

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

  .home-page *,
  .home-page *::before,
  .home-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .home-page .site-header,
  .visual-note,
  .image-caption {
    background: var(--surface);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 960px) {
  .home-page h1 {
    font-size: clamp(3.3rem, 7vw, 5rem);
  }

  .home-page .hero,
  .burden-section,
  .journey-layout,
  .partner-section,
  .trust-section {
    gap: 54px;
  }

  .home-page .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  }

  .visual-note {
    display: none;
  }

  .device-frame-hero,
  .device-frame-capture,
  .device-frame-routine,
  .device-frame-partner {
    width: min(68%, 350px);
  }
}

@media (max-width: 767px) {
  :root {
    --page-gutter: 20px;
    --section-space: 94px;
    --nav-height: 68px;
  }

  .home-page h1 {
    max-width: 9ch;
    font-size: clamp(3.05rem, 14.8vw, 4.5rem);
  }

  .home-page h1.hero-headline-long {
    max-width: 12ch;
    font-size: clamp(2.75rem, 12vw, 3.5rem);
  }

  .home-page h2 {
    font-size: clamp(2.45rem, 11.7vw, 3.75rem);
  }

  .home-page .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-page .site-nav {
    position: fixed;
    top: calc(var(--nav-height) + 10px);
    right: var(--page-gutter);
    left: var(--page-gutter);
    z-index: var(--layer-menu);
    display: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--divider);
    border-radius: var(--card-radius);
    background: var(--surface);
    box-shadow: 0 24px 60px rgb(var(--shadow) / 0.2);
  }

  .home-page .site-nav.is-open {
    display: grid;
  }

  .home-page .site-nav a {
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
    padding-inline: 20px;
  }

  .home-page .site-nav a + a {
    border-top: 1px solid var(--divider);
  }

  .home-page .site-nav a::after {
    display: none;
  }

  .home-page .hero,
  .burden-section,
  .journey-layout,
  .partner-section,
  .trust-section,
  .closing-card {
    grid-template-columns: 1fr;
  }

  .home-page .hero {
    gap: 52px;
    min-height: calc(100dvh - var(--nav-height));
    padding-block: 58px 72px;
  }

  .hero-body {
    max-width: 22rem;
    margin-top: 22px !important;
    font-size: 1.06rem;
  }

  .hero-actions {
    margin-top: 27px;
  }

  .hero-actions .button {
    flex: 1 1 160px;
  }

  .hero-visual {
    min-height: 550px;
  }

  .hero-wash {
    inset: 4% 0 5%;
  }

  .device-frame-hero {
    width: min(70%, 315px);
  }

  .recognition-band {
    grid-template-columns: 1fr 1fr;
  }

  .recognition-band p:nth-child(3) {
    border-top: 1px solid var(--divider);
    border-left: 0;
  }

  .recognition-band p:nth-child(4) {
    border-top: 1px solid var(--divider);
  }

  .burden-section {
    gap: 56px;
  }

  .capture-composition {
    min-height: 610px;
  }

  .device-frame-capture {
    right: 2%;
    width: min(67%, 310px);
  }

  .capture-thoughts {
    top: 22%;
    width: 54%;
  }

  .capture-thoughts span {
    font-size: 0.76rem;
  }

  .journey-heading,
  .feature-heading {
    margin-bottom: 50px;
  }

  .journey-layout {
    gap: 54px;
  }

  .journey-visual,
  .partner-visual {
    min-height: 600px;
  }

  .device-frame-routine,
  .device-frame-partner {
    width: min(66%, 310px);
  }

  .image-caption {
    right: 5%;
    left: 5%;
    max-width: none;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-cell,
  .feature-cell-tasks,
  .feature-cell-responsibilities,
  .feature-cell-routines,
  .feature-cell-calendar {
    grid-column: 1;
    min-height: 360px;
  }

  .feature-cell-calendar > div {
    max-width: 55%;
  }

  .feature-crop-today {
    right: 2%;
    width: 52%;
  }

  .feature-crop-calendar {
    right: 2%;
    width: 46%;
  }

  .partner-section {
    gap: 48px;
  }

  .partner-visual {
    order: 2;
  }

  .partner-copy {
    order: 1;
  }

  .trust-intro {
    position: static;
  }

  .closing-card {
    gap: 28px;
    padding: 38px 24px;
  }

  .closing-card h2,
  .closing-card p,
  .closing-card .button {
    grid-column: 1;
    grid-row: auto;
  }

  .closing-card p {
    margin-top: 0 !important;
  }

  .closing-card .button {
    justify-self: start;
  }

  .home-page .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .home-page .brand span {
    font-size: 0.92rem;
  }

  .home-page .brand img {
    width: 34px;
    height: 34px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .recognition-band p {
    font-size: 0.82rem;
  }

  .capture-thoughts span:nth-child(2),
  .capture-thoughts span:nth-child(3),
  .capture-thoughts span:nth-child(4) {
    margin-left: 0;
  }
}
