/* Scoped design for the family-memory landing page. Shared LP pages retain their styles. */
body:has(.rk-mk--family-memory) { background: #faf9f6; }
body:has(.rk-mk--family-memory) .landing2026Header { background: #faf9f6; border-bottom: 0; }
body:has(.rk-mk--family-memory) .landing2026Header .lp-btn-primary { background: #009780; padding: 16px 26px; border-radius: 12px; }
.rk-mk.rk-mk--family-memory {
  /* Same content column and rhythm as /create/picture-book .pb-band. */
  --family-gutter: clamp(24px, 4vw, 72px);
  --family-section-pad: clamp(36px, 3.6vw, 60px);
  max-width: 1560px;
  width: min(calc(100% - 2 * var(--family-gutter)), 1560px);
  margin-inline: auto;
  padding: 0 0 64px;
  --rk-green: #009780;
}
.rk-mk--family-memory h2 { font-family: var(--rk-font-display); font-size: clamp(28px, 2.5vw, 40px); line-height: 1.12; letter-spacing: -.02em; }
.rk-mk--family-memory .rk-sb-breadcrumb { display: none; }
.rk-mk--family-memory .rk-mk-hero--split { grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: 22px; padding: 24px 0; align-items: center; }
.rk-mk--family-memory .rk-mk-hero-copy { max-width: none; align-self: center; }
.rk-mk--family-memory .rk-mk-hero--split .lp-kicker { color: #008e78; margin-bottom: 22px; font-size: 12px; letter-spacing: 1.7px; font-weight: 700; }
.rk-mk--family-memory .rk-mk-hero--split h1 { max-width: 640px; font-family: var(--rk-font-display); font-weight: 700; font-size: clamp(35px, 2.84vw, 50px); line-height: 1.08; letter-spacing: -.025em; text-wrap: initial; margin-bottom: 17px; }
.rk-mk--family-memory .rk-mk-answer { max-width: 570px; font-size: 20px; line-height: 1.4; color: #686b72; }
.rk-mk--family-memory .rk-mk-hero-actions { margin-top: 26px; }
.rk-family-benefits { display: flex; justify-content: space-between; gap: 16px; list-style: none; padding: 0; margin: 0 0 28px; }
.rk-family-benefits li { display: flex; align-items: center; gap: 9px; font-size: 13px; line-height: 1.4; color: #303338; }
.rk-family-benefits img { flex: 0 0 22px; object-fit: contain; }
.rk-family-icon { display: inline-block; width: var(--family-icon-size); height: var(--family-icon-size); flex: 0 0 var(--family-icon-size); background-color: var(--rk-emerald); -webkit-mask: var(--family-icon) center / contain no-repeat; mask: var(--family-icon) center / contain no-repeat; }
.rk-mk--family-memory .rk-mk-hero-composer { max-width: none; width: 100%; }
.rk-mk--family-memory .composer { max-width: none; width: 100%; min-height: 68px; padding: 6px; gap: 5px; border: 1px solid #f0efeb; border-radius: 18px; background: #fff; box-shadow: 0 9px 24px #302d2310; }
.rk-mk--family-memory .composer input { width: 0; flex: 1; min-width: 0; min-height: 48px; padding-inline: 45px 4px; font-size: 16px; background: url('/assets/lp/icons/material-symbols-rounded-edit-square.svg') 14px center / 20px 20px no-repeat; }
.rk-mk--family-memory .composer button { display: flex; align-items: center; justify-content: center; gap: 10px; flex-shrink: 0; min-height: 54px; padding: 0 23px; border-radius: 12px; background: #009780; color: #fff; font-size: 15px; white-space: nowrap; box-shadow: none; }
.rk-mk--family-memory .composer button svg { display: block; }
.rk-mk--family-memory .composer button:hover { background: #007b69; }
.rk-mk--family-memory :is(button,a,input):focus-visible { outline: 3px solid #006c5a; outline-offset: 4px; }
.rk-mk--family-memory .rk-mk-hero-try { display: flex; flex-direction: column; align-items: flex-start; margin-top: 17px; gap: 9px; }
.rk-mk--family-memory .rk-mk-hero-try > span { font-size: 14px; font-weight: 400; color: #555962; }
.rk-mk--family-memory .rk-mk-hero-composer .chips { display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 10px; width: 100%; }
.rk-mk--family-memory .idea-chip { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; border: 1px solid #eeede9; padding: 9px 12px; border-radius: 24px; background: #fff; color: #24282c; font-size: 11px; line-height: 1.3; box-shadow: 0 5px 18px #302d2305; white-space: nowrap; }
.rk-mk--family-memory .idea-chip-icon { display: inline-flex; flex: 0 0 auto; }
.rk-mk--family-memory .idea-chip.is-selected { background: #e8f5ef; border-color: #009780; }
.rk-mk--family-memory .rk-mk-hero-media { max-width: none; width: calc(100% + 28px); margin: 0 -14px; }
.rk-mk--family-memory .rk-mk-hero-shot { display: block; width: 100%; height: auto; max-height: 470px; object-fit: contain; background: transparent; border-radius: 0; border: 0; box-shadow: none; transform: none; }
/* Neutral white in the product asset blends into the shared warm page surface. */
.rk-mk--family-memory .rk-mk-hero-media { mix-blend-mode: multiply; }
.rk-family-proof { padding-block: var(--family-section-pad); margin-top: 0; border-top: 0; scroll-margin-top: 85px; }
.rk-family-proof-heading { text-align: center; margin: 0 auto clamp(26px, 3vw, 42px); }
.rk-mk--family-memory .rk-family-proof-heading h2 { margin: 0 0 14px; font-weight: 700; color: var(--rk-ink); text-align: center; text-wrap: balance; }
.rk-family-proof-heading p { max-width: 60ch; margin: 0 auto; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; color: var(--rk-ink-soft); text-wrap: balance; }
.rk-family-proof-heading > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; min-height: 36px; color: var(--rk-emerald); font-size: 14px; font-weight: 700; text-decoration: none; }
.rk-family-moments { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 56px; list-style: none; padding: 0; margin: 0; }
.rk-family-moment { position: relative; display: grid; grid-template-columns: 1.1fr .95fr; align-items: start; gap: 20px; min-width: 0; }
.rk-family-moment-image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 32%; border-radius: 12px; }
.rk-family-number { color: var(--rk-emerald); font: 700 24px/1.2 var(--rk-font-body); }
.rk-family-moment-copy h3 { font: 700 clamp(18px, 1.35vw, 20px)/1.3 var(--rk-font-body); margin: 6px 0 8px; color: var(--rk-ink); }
.rk-family-moment-copy p { margin: 0; color: var(--rk-ink-soft); font-size: 16px; line-height: 1.55; }
.rk-family-next { position: absolute; inset-inline-end: -42px; top: 44%; }
.rk-family-source { max-width: 100ch; margin: 28px auto 0; text-align: center; font-size: 13px; line-height: 1.6; color: var(--rk-ink-soft); }
.rk-family-definition { max-width: 820px; margin: 12px auto 26px; color: #686b72; line-height: 1.6; }
@media (max-width: 1400px) {
  .rk-mk--family-memory .rk-mk-hero--split { padding-inline: 0; gap: 18px; }
  .rk-mk--family-memory .rk-mk-answer { font-size: 18px; }
  .rk-family-benefits { gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
  .rk-family-benefits li { font-size: 12px; }
  .rk-mk--family-memory .composer button { padding-inline: 15px; font-size: 14px; }
  .rk-mk--family-memory .rk-mk-hero-composer .chips { flex-wrap: wrap; gap: 7px; }
  .rk-family-moments { gap: 36px; }
  .rk-family-moment { gap: 14px; }
  .rk-family-next { inset-inline-end: -32px; }
  .rk-family-next img { width: 22px; }
}
@media (max-width: 1000px) {
  .rk-mk--family-memory .rk-mk-hero--split { grid-template-columns: minmax(0,1fr); gap: 20px; padding-top: 30px; }
  .rk-mk--family-memory .rk-mk-hero-copy { max-width: 700px; margin-inline: auto; }
  .rk-mk--family-memory .rk-mk-hero--split h1 { font-size: 43px; }
  .rk-mk--family-memory .rk-mk-hero-media { width: 100%; max-width: 700px; margin: 0 auto; }
  .rk-family-benefits { justify-content: flex-start; gap: 16px; }
  .rk-family-moment { grid-template-columns: minmax(0,1fr); align-content: start; }
}
@media (max-width: 600px) {
  .rk-mk--family-memory .rk-mk-hero--split { padding: 24px 0; }
  .rk-mk--family-memory .rk-mk-hero--split .lp-kicker { font-size: 10px; letter-spacing: 1.2px; margin-bottom: 16px; }
  .rk-mk--family-memory .rk-mk-hero--split h1 { font-size: 34px; line-height: 1.08; }
  .rk-mk--family-memory .rk-mk-answer { font-size: 17px; }
  .rk-mk--family-memory .rk-mk-hero-actions { margin-top: 20px; }
  .rk-family-benefits { flex-direction: column; gap: 11px; }
  .rk-family-benefits li { font-size: 13px; }
  .rk-mk--family-memory .composer { flex-direction: column; align-items: stretch; padding: 7px; gap: 5px; }
  .rk-mk--family-memory .composer input { width: 100%; flex: auto; box-sizing: border-box; min-height: 47px; font-size: 15px; }
  .rk-mk--family-memory .composer button { width: 100%; min-height: 49px; }
  .rk-mk--family-memory .idea-chip { font-size: 12px; white-space: normal; text-align: left; }
  .rk-family-proof-heading { margin-bottom: 26px; }
  .rk-family-proof-heading p { font-size: 16px; }
  .rk-family-moments { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .rk-family-moment { grid-template-columns: 1fr 1fr; gap: 15px; }
  .rk-family-moment-image { aspect-ratio: 1; }
  .rk-family-moment-copy h3 { font-size: 18px; }
  .rk-family-moment-copy p { font-size: 15px; }
  .rk-family-next { display: none; }
}
