@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Serif:wght@500;600;700&display=swap');

.memo-home-redesign {
  --paper: #f7f1e8;
  --paper-strong: #efe7dc;
  --stone: #eee6da;
  --stone-strong: #e2d8ca;
  --ink: #1d1a16;
  --ink-soft: #4d473f;
  --ink-muted: #7d766d;
  --line: rgba(82, 70, 56, 0.14);
  --line-strong: rgba(82, 70, 56, 0.24);
  --accent: #2c5c39;
  --accent-strong: #173822;
  --accent-soft: #dde8db;
  --accent-ink: #22442c;
  --home-moss: #203828;
  --home-moss-strong: #122117;
  --home-cream: #fbf7f1;
  --home-shadow: 0 28px 68px rgba(17, 24, 16, 0.14);
  --home-shadow-soft: 0 18px 42px rgba(17, 24, 16, 0.1);
  --body-font: 'Manrope', sans-serif;
  --display-font: 'Noto Serif', serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(220, 233, 214, 0.82) 0%, rgba(220, 233, 214, 0) 24%),
    radial-gradient(circle at 88% 18%, rgba(239, 225, 204, 0.78) 0%, rgba(239, 225, 204, 0) 28%),
    linear-gradient(180deg, #f8f2ea 0%, #f5efe6 52%, #faf6ef 100%);
}

.memo-home-redesign body,
.memo-home-redesign button,
.memo-home-redesign input,
.memo-home-redesign select,
.memo-home-redesign textarea {
  font-family: var(--body-font);
}

.memo-home-redesign::before {
  opacity: 0.16;
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

.memo-home-redesign::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 74% 26%, rgba(44, 92, 58, 0.08) 0%, rgba(44, 92, 58, 0) 22%);
  z-index: 0;
}

.memo-home-redesign .container {
  width: min(1240px, calc(100% - 2rem));
}

.memo-home-redesign .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  border-bottom: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.memo-home-redesign .site-header.is-scrolled {
  border-bottom-color: rgba(84, 72, 57, 0.1) !important;
  background: rgba(247, 241, 232, 0.9) !important;
  box-shadow: 0 8px 20px rgba(17, 24, 16, 0.045) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.memo-home-redesign .header-row {
  min-height: 82px;
}

.memo-home-redesign .site-nav {
  gap: 0.12rem;
}

.memo-home-redesign .brand {
  gap: 0;
}

.memo-home-redesign .brand-copy {
  display: block;
}

.memo-home-redesign .site-header .brand-title {
  font-family: var(--display-font);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  color: rgba(255, 255, 255, 0.98);
}

.memo-home-redesign .site-header.is-scrolled .brand-title {
  color: var(--ink);
}

.memo-home-redesign .nav-link,
.memo-home-redesign .mobile-link,
.memo-home-redesign .btn,
.memo-home-redesign p,
.memo-home-redesign li,
.memo-home-redesign figcaption {
  font-family: var(--body-font);
}

.memo-home-redesign .nav-link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.memo-home-redesign .site-header.is-scrolled .nav-link {
  color: var(--ink);
}

.memo-home-redesign .nav-link:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.memo-home-redesign .site-header.is-scrolled .nav-link:hover {
  background: rgba(223, 234, 219, 0.8);
  color: var(--accent-ink);
}

.memo-home-redesign .btn {
  padding: 0.92rem 1.34rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
}

.memo-home-redesign .language-switch {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.memo-home-redesign .language-switch__option {
  color: rgba(255, 255, 255, 0.88);
}

.memo-home-redesign .language-switch__option.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.memo-home-redesign .site-header.is-scrolled .language-switch {
  border-color: rgba(57, 49, 40, 0.14);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 8px 18px rgba(17, 24, 16, 0.045);
}

.memo-home-redesign .site-header.is-scrolled .language-switch__option {
  color: var(--ink-soft);
}

.memo-home-redesign .site-header.is-scrolled .language-switch__option.is-active {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.memo-home-redesign .btn-primary {
  background: linear-gradient(135deg, #2d613a 0%, #173822 100%);
  box-shadow: 0 16px 34px rgba(25, 71, 37, 0.24);
}

.memo-home-redesign .btn-primary:hover {
  box-shadow: 0 22px 42px rgba(25, 71, 37, 0.28);
}

.memo-home-redesign .btn-ghost {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.96);
}

.memo-home-redesign .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.memo-home-redesign .site-header.is-scrolled .btn-ghost {
  border-color: rgba(57, 49, 40, 0.16);
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink);
}

.memo-home-redesign .site-header.is-scrolled .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.72);
}

.memo-home-redesign .nav-toggle span {
  background: rgba(255, 255, 255, 0.94);
}

.memo-home-redesign .site-header.is-scrolled .nav-toggle span {
  background: var(--ink);
}

body.memo-home-redesign .mobile-panel {
  border-top-color: rgba(57, 49, 40, 0.12);
  background: rgba(247, 241, 232, 0.98);
  box-shadow: 0 18px 36px rgba(17, 24, 16, 0.12);
}

body.memo-home-redesign .mobile-link {
  color: var(--ink);
}

body.memo-home-redesign .mobile-link:hover,
body.memo-home-redesign .mobile-link.active {
  background: rgba(223, 234, 219, 0.82);
  color: var(--accent-ink);
}

.memo-home-redesign .eyebrow {
  border-color: rgba(43, 91, 56, 0.16);
  background: rgba(236, 232, 222, 0.9);
  color: var(--accent-ink);
}

.memo-home-redesign .hero-eyebrow {
  padding: 0.52rem 0.72rem;
  border-radius: 0.16rem;
  background: rgba(232, 224, 211, 0.9);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
}

.memo-home-redesign .home-main {
  overflow: clip;
}

.home-proof-grid > *,
.process-feature-grid > *,
.transform-grid > *,
.home-final-cta .final-cta-shell > * {
  min-width: 0;
}

.home-hero {
  position: relative;
  padding: 0 0 clamp(3rem, 5vw, 4.4rem);
}

.home-hero-shell {
  position: relative;
  min-height: clamp(42rem, 78vw, 55rem);
  overflow: hidden;
  border-radius: 0 0 2.8rem 2.8rem;
  background: #0f1712;
}

.home-hero-image,
.proof-dashboard-frame img,
.transform-thumb img,
.final-cta-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-image {
  position: absolute;
  inset: 0;
  object-position: 50% center;
}

.home-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 18, 14, 0.76) 0%, rgba(15, 18, 14, 0.26) 32%, rgba(15, 18, 14, 0.12) 50%, rgba(15, 18, 14, 0.38) 100%),
    linear-gradient(180deg, rgba(11, 14, 12, 0.42) 0%, rgba(11, 14, 12, 0.02) 24%, rgba(11, 14, 12, 0.16) 100%);
}

.home-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(42rem, 78vw, 55rem);
  padding: clamp(7rem, 12vw, 9.2rem) 0 clamp(2rem, 4vw, 3rem);
}

.hero-paper {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: min(28.75rem, calc(100% - 0.6rem));
  padding: clamp(1.5rem, 2.8vw, 2.4rem);
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(circle at 74% 62%, rgba(243, 233, 216, 0.52) 0%, rgba(243, 233, 216, 0) 24%),
    linear-gradient(180deg, rgba(252, 248, 241, 0.98) 0%, rgba(246, 238, 227, 0.96) 100%);
  filter: drop-shadow(0 30px 66px rgba(0, 0, 0, 0.18));
}

.hero-paper::before,
.hero-paper::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background: inherit;
  z-index: -1;
}

.hero-paper::before {
  top: -1.1rem;
  height: 1.5rem;
  clip-path: polygon(0 100%, 0 46%, 2% 28%, 4% 8%, 6% 24%, 8% 4%, 10% 22%, 12% 0, 14% 18%, 16% 6%, 18% 28%, 20% 8%, 22% 20%, 24% 2%, 26% 26%, 28% 10%, 30% 24%, 32% 4%, 34% 22%, 36% 6%, 38% 30%, 40% 10%, 42% 22%, 44% 4%, 46% 24%, 48% 8%, 50% 30%, 52% 12%, 54% 24%, 56% 6%, 58% 20%, 60% 0, 62% 22%, 64% 8%, 66% 28%, 68% 10%, 70% 24%, 72% 4%, 74% 20%, 76% 8%, 78% 26%, 80% 6%, 82% 18%, 84% 0, 86% 22%, 88% 8%, 90% 28%, 92% 10%, 94% 18%, 96% 2%, 98% 20%, 100% 8%, 100% 100%);
}

.hero-paper::after {
  bottom: -1.08rem;
  height: 1.42rem;
  clip-path: polygon(0 0, 0 58%, 2% 74%, 4% 96%, 6% 70%, 8% 100%, 10% 76%, 12% 96%, 14% 68%, 16% 92%, 18% 72%, 20% 100%, 22% 78%, 24% 94%, 26% 70%, 28% 96%, 30% 76%, 32% 100%, 34% 78%, 36% 92%, 38% 70%, 40% 96%, 42% 76%, 44% 100%, 46% 78%, 48% 92%, 50% 70%, 52% 98%, 54% 78%, 56% 100%, 58% 76%, 60% 90%, 62% 70%, 64% 96%, 66% 78%, 68% 100%, 70% 74%, 72% 96%, 74% 72%, 76% 88%, 78% 70%, 80% 96%, 82% 78%, 84% 100%, 86% 74%, 88% 92%, 90% 70%, 92% 94%, 94% 78%, 96% 100%, 98% 82%, 100% 94%, 100% 0);
}

.home-title,
.home-section-title,
.home-proof-title {
  font-family: var(--display-font);
  font-weight: 600;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.home-title {
  max-width: 8ch;
  margin-top: 1.1rem;
  font-size: clamp(4rem, 6.7vw, 6.3rem);
  line-height: 0.9;
}

.home-lead {
  max-width: 31ch;
  margin-top: 1.5rem;
  font-size: clamp(1.04rem, 1.34vw, 1.16rem);
  line-height: 1.72;
  color: var(--ink-soft);
}

.home-hero-actions {
  align-items: center;
  margin-top: 1.8rem;
}

.hero-trust-note {
  margin-top: 1rem;
  color: var(--ink-muted);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.home-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--accent-ink);
  font-weight: 800;
  text-decoration: none;
}

.home-secondary-link::after {
  content: '';
  width: 1.6rem;
  height: 1px;
  margin-left: 0.55rem;
  background: currentColor;
  opacity: 0.42;
  transition: width 220ms ease, opacity 220ms ease;
}

.home-secondary-link:hover::after {
  width: 2.2rem;
  opacity: 0.7;
}

.hero-security-card {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.72rem;
  width: fit-content;
  max-width: min(18rem, 100%);
  margin-left: 0.5rem;
  padding: 0.62rem 0.82rem;
  border-radius: 0.35rem;
  background: rgba(249, 245, 235, 0.92);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(17, 24, 16, 0.12);
  transform: rotate(-1.5deg);
}

.hero-security-icon {
  position: relative;
  width: 1.72rem;
  height: 1.72rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 91, 56, 0.26);
  background: rgba(43, 91, 56, 0.1);
  flex: 0 0 auto;
}

.hero-security-icon::before,
.hero-security-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hero-security-icon::before {
  top: 0.44rem;
  width: 0.56rem;
  height: 0.48rem;
  border: 2px solid var(--accent-ink);
  border-top-width: 0;
  border-radius: 0.12rem;
}

.hero-security-icon::after {
  top: 0.3rem;
  width: 0.34rem;
  height: 0.32rem;
  border: 2px solid var(--accent-ink);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.hero-security-card strong {
  display: block;
  color: var(--accent-ink);
  font-family: var(--mono-font);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-security-card p {
  margin-top: 0.08rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.section-intro {
  margin-bottom: 2.35rem;
}

.section-intro-centered {
  text-align: center;
}

.section-intro-centered .eyebrow {
  margin-inline: auto;
}

.home-process .section-intro-centered .eyebrow,
.home-transformation .section-intro-centered .eyebrow,
.final-eyebrow {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.home-process .section-intro-centered {
  display: grid;
  justify-items: center;
  width: min(46rem, 100%);
  margin-inline: auto;
}

.home-transformation .section-intro-centered {
  display: grid;
  justify-items: center;
  width: min(46rem, 100%);
  margin-inline: auto;
}

.home-section-title {
  margin-top: 0.9rem;
  font-size: clamp(2.85rem, 4.8vw, 4.85rem);
  line-height: 0.95;
  text-align: center;
}

.home-section-title-wide {
  max-width: 14ch;
  margin-inline: auto;
}

.home-process {
  position: relative;
}

.process-feature-grid,
.transform-grid {
  display: grid;
  gap: 1rem;
}

.process-feature-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.96fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: start;
}

.process-feature-card,
.transform-card {
  padding: 1.5rem 1.35rem 1.45rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(17, 24, 16, 0.08);
}

.process-feature-slot,
.transform-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 1.65rem;
  border-radius: 0.22rem;
  background: rgba(238, 232, 221, 0.98);
  color: var(--accent-ink);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.process-feature-card h3,
.proof-check h3,
.transform-card h3 {
  margin-top: 1rem;
  font-size: 1.02rem;
  font-family: var(--body-font);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.process-feature-card p,
.proof-check p,
.transform-card p,
.transform-card li,
.transform-card dt,
.transform-card dd {
  color: var(--ink-soft);
  line-height: 1.62;
}

.process-feature-card p,
.transform-card p {
  margin-top: 0.6rem;
  font-size: 0.94rem;
}

.transform-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 1.8rem;
  line-height: 1;
}

.home-proof-band {
  position: relative;
  color: rgba(251, 247, 241, 0.96);
  background:
    radial-gradient(circle at 16% 18%, rgba(89, 145, 102, 0.18) 0%, rgba(89, 145, 102, 0) 28%),
    linear-gradient(135deg, #183123 0%, #112217 54%, #203a29 100%);
}

.home-proof-band::before {
  content: '';
  position: absolute;
  inset: auto 10% -14% auto;
  width: min(28vw, 21rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(222, 232, 219, 0.14) 0%, rgba(222, 232, 219, 0) 72%);
  filter: blur(10px);
}

.home-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.8rem, 3.4vw, 3.6rem);
  align-items: center;
}

.home-proof-band .eyebrow {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(251, 247, 241, 0.92);
  box-shadow: none;
}

.home-proof-title {
  max-width: 12ch;
  margin-top: 1rem;
  color: rgba(251, 247, 241, 0.98);
  font-size: clamp(2.9rem, 5vw, 4.65rem);
}

.home-proof-copy {
  max-width: 38ch;
  margin-top: 1rem;
  color: rgba(245, 239, 231, 0.8);
  font-size: 1.03rem;
  line-height: 1.72;
}

.proof-checklist {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.proof-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.home-proof-band .proof-check h3 {
  color: rgba(251, 247, 241, 0.96);
}

.memo-home-redesign .home-proof-band .home-proof-title,
.memo-home-redesign .home-proof-band .proof-check h3,
.memo-home-redesign .home-proof-band strong {
  color: rgba(251, 247, 241, 0.98) !important;
}

.memo-home-redesign .home-proof-band .home-proof-copy,
.memo-home-redesign .home-proof-band .proof-check p,
.memo-home-redesign .home-proof-band li {
  color: rgba(245, 239, 231, 0.84) !important;
}

.proof-check-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(155, 197, 158, 0.36);
  background: rgba(255, 255, 255, 0.06);
}

.proof-check-icon::after {
  content: '';
  position: absolute;
  inset: 0.52rem 0.54rem 0.56rem;
  border-right: 2px solid rgba(227, 236, 229, 0.9);
  border-bottom: 2px solid rgba(227, 236, 229, 0.9);
  transform: rotate(45deg);
}

.proof-dashboard-frame {
  margin: 0;
  aspect-ratio: 1.26 / 1;
  overflow: hidden;
  border-radius: 1.9rem;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.22);
}

.proof-dashboard-frame img {
  object-position: 56% center;
}

.home-transformation {
  position: relative;
}

.transform-grid {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
}

.transform-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.transform-card-media {
  padding-bottom: 1.2rem;
}

.transform-thumb {
  margin-top: 0.9rem;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(236, 230, 219, 0.74);
}

.transform-thumb img {
  object-position: left center;
}

.transform-list {
  display: grid;
  gap: 0;
  margin: 0.8rem 0 0;
  padding: 0.72rem 0.8rem;
  border-radius: 0.75rem;
  background: rgba(246, 240, 230, 0.74);
}

.transform-ledger-label {
  margin-top: 0.48rem;
  color: var(--accent-ink);
  font-family: var(--body-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.transform-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.42rem 0;
}

.transform-list div + div {
  box-shadow: inset 0 1px 0 rgba(82, 70, 56, 0.08);
}

.transform-list dt,
.transform-list dd {
  margin: 0;
  font-size: 0.92rem;
}

.transform-list dt {
  color: var(--ink-muted);
}

.transform-list dd {
  color: var(--ink);
  font-weight: 700;
  text-align: right;
}

.mini-chart {
  position: relative;
  margin-top: 1rem;
  min-height: 7.4rem;
  overflow: hidden;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.58) 100%),
    repeating-linear-gradient(
      to top,
      rgba(82, 70, 56, 0.08) 0,
      rgba(82, 70, 56, 0.08) 1px,
      transparent 1px,
      transparent 2rem
    );
}

.mini-chart-caption {
  position: absolute;
  inset: 0.78rem auto auto 0.85rem;
  z-index: 1;
  color: var(--accent-ink);
  font-family: var(--mono-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-chart-line {
  position: absolute;
  inset: auto 0.8rem 1.05rem;
  height: 58%;
  background: linear-gradient(180deg, rgba(74, 121, 86, 0) 0%, rgba(74, 121, 86, 0.18) 100%);
  clip-path: polygon(0% 88%, 14% 82%, 30% 74%, 44% 68%, 56% 61%, 68% 48%, 80% 40%, 90% 28%, 100% 18%, 100% 100%, 0% 100%);
}

.mini-chart-line::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  clip-path: polygon(0% 88%, 14% 82%, 30% 74%, 44% 68%, 56% 61%, 68% 48%, 80% 40%, 90% 28%, 100% 18%, 100% 26%, 90% 36%, 80% 47%, 68% 56%, 56% 68%, 44% 74%, 30% 80%, 14% 87%, 0% 92%);
}

.transform-summary {
  display: grid;
  gap: 0.56rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.transform-summary li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.92rem;
}

.transform-summary li::before {
  content: '';
  position: absolute;
  inset: 0.34rem auto auto 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(43, 91, 56, 0.2);
}

.home-final-cta .final-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: 1.45rem;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92) 0%, rgba(243, 236, 226, 0.9) 100%);
  box-shadow: 0 18px 42px rgba(17, 24, 16, 0.075);
}

.final-cta-art {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

.final-cta-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.final-cta-copy .eyebrow {
  align-self: flex-start;
}

.final-cta-copy .home-section-title {
  margin-top: auto;
}

.final-cta-copy .hero-actions {
  margin-bottom: auto;
}

.home-section-copy {
  max-width: 42ch;
  margin-top: 1rem;
  font-size: 1.03rem;
  line-height: 1.72;
  color: var(--ink-soft);
}

.memo-home-redesign .site-footer {
  background: rgba(244, 238, 228, 0.72);
}

.memo-home-redesign .footer-brand p,
.memo-home-redesign .footer-bottom,
.memo-home-redesign .footer-list a {
  color: var(--ink-soft);
}

.memo-home-redesign .footer-brand .brand-title {
  color: var(--ink);
  font-size: 1.3rem;
}

.memo-home-redesign .footer-list a:hover {
  color: var(--accent-ink);
}

@media (max-width: 1160px) {
  .home-proof-grid,
  .home-final-cta .final-cta-shell {
    grid-template-columns: 1fr;
  }

  .process-feature-grid,
  .transform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transform-arrow {
    display: none;
  }

  .final-cta-art {
    aspect-ratio: 1.2 / 0.84;
  }
}

@media (max-width: 900px) {
  .home-hero-shell,
  .home-hero-content {
    min-height: 38rem;
  }

  .home-title {
    font-size: clamp(3.15rem, 10vw, 4.8rem);
  }

  .home-section-title,
  .home-proof-title {
    font-size: clamp(2.5rem, 8vw, 3.8rem);
  }
}

@media (max-width: 760px) {
  .memo-home-redesign .container {
    width: min(1240px, calc(100% - 1.2rem));
  }

  .memo-home-redesign .header-row {
    min-height: 74px;
  }

  .memo-home-redesign .brand-title {
    font-size: 1.36rem;
  }

  .home-hero {
    padding-bottom: 2.2rem;
  }

  .home-hero-shell,
  .home-hero-content {
    min-height: 34.5rem;
  }

  .home-hero-content {
    padding-top: 6.6rem;
    padding-bottom: 1.2rem;
  }

  .home-hero-scrim {
    background:
      linear-gradient(180deg, rgba(11, 14, 12, 0.4) 0%, rgba(11, 14, 12, 0.08) 20%, rgba(11, 14, 12, 0.42) 100%),
      linear-gradient(0deg, rgba(15, 18, 14, 0.48) 0%, rgba(15, 18, 14, 0.28) 100%);
  }

  .hero-paper {
    width: min(100%, 26rem);
    padding: 1.3rem 1.15rem 1.35rem;
  }

  .home-hero-image {
    object-position: 62% center;
  }

  .home-title {
    max-width: 7ch;
    font-size: clamp(2.65rem, 10vw, 3.45rem);
  }

  .home-lead,
  .home-section-copy,
  .home-proof-copy {
    font-size: 0.98rem;
  }

  .hero-security-card {
    margin-top: 1rem;
  }

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

  .process-feature-card:nth-child(2),
  .process-feature-card:nth-child(3) {
    margin-top: 0;
  }

  .proof-dashboard-frame {
    aspect-ratio: 1.04 / 1;
  }

  .final-cta-art {
    aspect-ratio: 1 / 0.88;
  }
}

@media (max-width: 560px) {
  .memo-home-redesign .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-paper .hero-actions {
    flex-direction: column;
  }

  .hero-paper .btn-ghost,
  .hero-paper .btn-primary {
    width: 100%;
  }

  .home-secondary-link {
    width: 100%;
    justify-content: center;
  }

  .home-hero-shell {
    border-radius: 0 0 2.2rem 2.2rem;
  }

  .home-hero-content {
    padding-top: 6.2rem;
  }

  .hero-paper {
    border-radius: 0.9rem;
  }

  .process-feature-card,
  .transform-card,
  .hero-security-card {
    border-radius: 1.25rem;
  }

  .home-final-cta .final-cta-shell {
    border-radius: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .memo-home-redesign .site-header {
    transition: none;
  }
}
