:root {
    /* Hybrid page aliases → site tokens (single source of truth). */
    --white: var(--paper, #FFFFFF);
    --ink-muted: var(--ink-faint, #555555);
    --olive: var(--gold-deep, #565C3E);
    --night-text: var(--night-ink, #FFFFFF);
    --night-muted: var(--night-soft, #D0D0D0);
    --ph: #E8E8E8;
    --ph-dark: #3A3A3A;
    --ph-photo: #5A534C;
    --font-sans: var(--font-body, Inter, system-ui, sans-serif);
    --gutter: var(--page-gutter, clamp(20px, 3.2vw, 40px));
    --mk-container: var(--container);
    --mk-container-wide: var(--container-wide);
    --radius: var(--radius-s, 10px);
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body.mk-hybrid-home {
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--white);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
    max-width: 100%;
  }
  .mk-package-modal {
    font-family: var(--font-sans);
    color: var(--ink);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; display: block; }
  /* Don't force link color onto buttons - that made ink/primary labels invisible. */
  body.mk-hybrid-home #mk-content a:not(.btn):not(.lx-btn) {
    color: inherit;
    text-decoration: none;
  }
  body.mk-hybrid-home #mk-content a.btn,
  body.mk-hybrid-home #mk-content a.lx-btn {
    text-decoration: none;
  }
  body.mk-hybrid-home #mk-content a.lx-btn--primary,
  body.mk-hybrid-home #mk-content a.lx-btn--ink,
  body.mk-hybrid-home #mk-content a.lx-btn--primary:hover,
  body.mk-hybrid-home #mk-content a.lx-btn--ink:hover {
    color: #FFFFFF;
  }

  .note {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    padding: 12px var(--gutter);
    text-align: center;
  }
  .note strong { color: #F0A090; }

  .nav {
    position: sticky;
    top: 0;
    z-index: 50;
    height: var(--header-h, 76px);
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
  }
  .nav-inner {
    width: var(--mk-container-wide);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .logo img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    line-height: 1.15;
  }
  .logo-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .logo-by {
    font-size: 11px;
    font-weight: 500;
    color: var(--ink-muted);
    letter-spacing: 0;
  }
  .footer .logo img { width: 32px; height: 32px; }
  .footer .logo-by { color: #A8A8A8; }
  .nav-links {
    display: flex; gap: 32px; justify-content: center;
    font-size: 14px; font-weight: 500; color: var(--ink-soft);
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-actions {
    display: flex; gap: 18px; justify-content: flex-end; align-items: center;
    font-size: 14px; font-weight: 500;
  }
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 50px; padding: 0 24px; border-radius: 10px;
    font-weight: 600; font-size: 15px;
    transition: background .15s, border-color .15s, color .15s;
  }
  .btn--primary {
    background: var(--accent-deep, #A84230);
    color: #FFFFFF;
    border: 1px solid var(--accent-deep, #A84230);
  }
  .btn--primary:hover {
    background: #8F3828;
    border-color: #8F3828;
    color: #FFFFFF;
  }
  .btn--ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--ink);
  }
  .btn--ghost:hover { background: var(--ink); color: #FFFFFF; }
  .btn--ink {
    background: var(--ink);
    color: #FFFFFF;
    border: 1px solid var(--ink);
  }
  .btn--ink:hover {
    background: #1A1A1A;
    border-color: #1A1A1A;
    color: #FFFFFF;
  }
  .btn--sm { min-height: 42px; padding: 0 18px; font-size: 14px; }
  .btn--on-dark {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #fff;
  }
  .btn--on-dark:hover { background: #fff; color: var(--ink); }
  /* Win over any parent/link color inheritance */
  body.mk-hybrid-home #mk-content a.btn--primary,
  body.mk-hybrid-home #mk-content a.btn--ink,
  body.mk-hybrid-home #mk-content a.btn--on-dark { color: #FFFFFF; }
  body.mk-hybrid-home #mk-content a.btn--ghost { color: var(--ink); }
  body.mk-hybrid-home #mk-content a.btn--ghost:hover { color: #FFFFFF; }
  body.mk-hybrid-home #mk-content a.btn--primary:hover,
  body.mk-hybrid-home #mk-content a.btn--ink:hover { color: #FFFFFF; }

  .wrap { width: var(--mk-container); margin-inline: auto; }
  .wrap--wide { width: var(--mk-container-wide); margin-inline: auto; }

  .eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: var(--olive); margin: 0 0 20px;
  }
  .h1 {
    font-family: var(--font-serif); font-weight: 400;
    font-size: clamp(3.2rem, 6.5vw, 5.25rem);
    line-height: 1; letter-spacing: -.03em; margin: 0;
  }
  .h2 {
    font-family: var(--font-serif); font-weight: 400;
    font-size: clamp(2rem, 3.2vw, 2.85rem);
    line-height: 1.12; letter-spacing: -.02em;
    margin: 0 0 28px;
    max-width: 22ch;
    text-wrap: balance;
  }
  .lead {
    font-size: clamp(1.05rem, 1.35vw, 1.2rem);
    color: var(--ink-soft); max-width: 38rem; margin: 0;
    line-height: 1.6;
  }
  .highlight {
    display: inline-block; padding: 0 .16em;
    background: var(--accent-deep, #A84230); color: #FFFFFF; border-radius: 5px;
    transform: rotate(-1deg);
  }
  .list { list-style: none; margin: 32px 0 0; padding: 0; }
  .list li {
    position: relative; padding: 10px 0 10px 28px;
    font-size: 1.05rem; color: var(--ink-soft);
  }
  .list li::before {
    content: ""; position: absolute; left: 0; top: 20px;
    width: 14px; height: 2px; background: var(--accent);
  }

  /* Image slots: fixed frame; image covers the slot (never grows it) */
  .ph {
    position: relative;
    overflow: hidden;
    background: var(--ph);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    min-height: 320px;
  }
  .ph img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .ph--ui img { object-position: left top; }
  .ph--life img { object-position: center; }
  .ph--ui { background: #E8E8E8; border-color: var(--line); }
  .ph--life { background: #B7AEA3; border-color: #9A9188; }
  .ph--dark { background: var(--ph-dark); border-color: #4A4A4A; }
  .ph--life.ph--dark { background: #3F3A36; border-color: #6A635C; }
  .ph--tall { min-height: 480px; }
  .ph--sm { min-height: 200px; }
  .ph--md { min-height: 260px; }

  /* ---- Hero ---- */
  .hero {
    padding: calc(var(--header-h, 76px) + 36px) 0 0;
    background: var(--white);
    text-align: center;
    overflow: hidden;
  }
  .hero-inner {
    width: min(880px, calc(100% - 2 * var(--gutter)));
    margin-inline: auto;
    padding-bottom: clamp(40px, 5vw, 64px);
  }
  .hero .h1 { margin-bottom: 20px; margin-inline: auto; }
  .hero .lead { margin: 0 auto; }
  .hero-line {
    display: block; margin-top: 12px;
    color: var(--ink); font-weight: 650; font-size: 1.08rem;
  }
  .hero-ctas {
    display: flex; flex-wrap: wrap; gap: 14px;
    justify-content: center; margin: 32px 0 20px;
  }
  .founder {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 15px; color: var(--ink-soft); margin: 0;
  }
  .founder .av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #6A635C;
    flex-shrink: 0;
    overflow: hidden;
  }
  .founder .av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  /* Hero product stage: flips open on scroll */
  .hero-stage {
    width: var(--mk-container-wide);
    margin: 0 auto;
    padding: 12px 0 48px;
    perspective: 2400px;
    perspective-origin: 50% 35%;
  }
  .laptop {
    --hero-tilt: 22deg;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transform: rotateX(var(--hero-tilt));
    transform-origin: center bottom;
    will-change: transform;
  }
  .laptop-screen {
    position: relative;
    background: var(--white);
    border: 1px solid #C8C8C8;
    border-radius: 14px;
    padding: 5px;
    box-shadow:
      0 0 0 1px rgb(255 255 255 / .85) inset,
      0 1px 2px rgb(0 0 0 / .05),
      0 28px 56px -32px rgb(0 0 0 / .28);
  }
  .laptop-display {
    position: relative;
    overflow: hidden;
    background: #F4F4F4;
    border-radius: 10px;
    aspect-ratio: 16 / 10;
    box-shadow: 0 0 0 1px rgb(0 0 0 / .06) inset;
  }
  .laptop-display img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    display: block;
  }
  @media (max-width: 640px) {
    .laptop { --hero-tilt: 14deg; }
    .hero { padding-top: calc(var(--header-h, 60px) + 28px); }
    .hero-inner { padding-bottom: 36px; }
    .hero-stage { padding: 8px 0 36px; }
    .h1 { font-size: clamp(2.55rem, 11vw, 3.4rem); }
  }
  @media (prefers-reduced-motion: reduce) {
    .laptop { --hero-tilt: 6deg !important; }
  }

  /* ---- Trust (centered) ---- */
  .trust {
    padding: 36px 0;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    overflow-x: clip;
    max-width: 100%;
  }
  .trust ul {
    list-style: none; margin: 0 auto; padding: 0;
    width: min(100%, var(--mk-container-wide));
    max-width: 100%;
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    gap: 0;
    text-align: center;
    white-space: nowrap;
  }
  .trust li {
    font-size: 14px; font-weight: 600; color: var(--ink-soft);
    padding: 0 22px; border-right: 1px solid var(--line-strong);
    text-align: center;
    white-space: nowrap;
  }
  .trust li:last-child { border-right: 0; }
  .trust strong {
    display: block;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .trust span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-muted);
    white-space: nowrap;
  }
  .info-marquee { width: 100%; }
  .info-marquee--night { margin: 0 0 48px; }
  .info-marquee--night .points--on-night { margin-bottom: 0; }

  /* ---- Sections ---- */
  .band { padding: clamp(100px, 12vw, 160px) 0; background: var(--white); }
  .band--alt { background: var(--white); border-top: 1px solid var(--line); }
  .band--night {
    background: var(--night);
    color: var(--night-text);
  }
  .band--night .eyebrow { color: #B8BE9A; }
  .band--night .h2 { color: #fff; }
  .band--night .lead { color: var(--night-muted); }
  .band--night .list li { color: var(--night-muted); }
  .band--night .list li::before { background: var(--accent); }

  .split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
  }
  .split--flip { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
  .split--flip .copy { order: 2; }

  .section-head {
    text-align: center;
    margin-bottom: 64px;
  }
  .section-head .h2 {
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .section-head .lead { margin-inline: auto; }

  /* Large product + complementary overlap */
  .media-stack {
    position: relative;
    padding-bottom: 36px;
    overflow: hidden;
    max-width: 100%;
  }
  .media-chip {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(44%, 300px);
    z-index: 2;
  }
  .media-chip--left {
    right: auto;
    left: 0;
  }
  .media-chip .ph {
    min-height: 210px;
    border: 3px solid var(--white);
    box-shadow: 0 22px 50px -18px rgb(0 0 0 / .45);
  }
  .band--night .media-chip .ph {
    border-color: var(--night);
    box-shadow: 0 22px 50px -18px rgb(0 0 0 / .65);
  }
  .media-caption {
    margin: 14px 4px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-muted);
    max-width: 36ch;
  }
  .band--night .media-caption { color: #A8A8A8; }

  /* Feature slider: text + media swap, controls under copy */
  .feature-slider {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
  }
  .feature-slider--flip {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
  .feature-slider--flip .feature-slider-media { order: 1; }
  .feature-slider--flip .feature-slider-copy { order: 2; }
  .feature-slider-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .feature-slider-text,
  .feature-slider-media {
    display: grid;
  }
  .feature-slide {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .feature-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .feature-slider-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    margin-top: 36px;
  }
  .feature-slider-tabs {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .feature-slider-tabs button {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink-muted);
    cursor: pointer;
  }
  .feature-slider-tabs button[aria-selected="true"] {
    color: var(--ink);
    font-weight: 650;
  }
  .feature-slider-tabs button:hover { color: var(--ink); }
  .feature-slider-tabs .sep {
    color: var(--line-strong);
    font-weight: 400;
    user-select: none;
  }
  .feature-slider-arrows {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .feature-slider-arrows button {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 20px;
    line-height: 1;
    color: var(--ink-soft);
    cursor: pointer;
  }
  .feature-slider-arrows button:hover { color: var(--accent); }
  @media (max-width: 980px) {
    .feature-slider,
    .feature-slider--flip {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .feature-slider-copy,
    .feature-slider--flip .feature-slider-copy { order: 1; }
    .feature-slider-media,
    .feature-slider--flip .feature-slider-media { order: 2; }
  }
  @media (prefers-reduced-motion: reduce) {
    .feature-slide { transition: none; }
  }

  .points {
    list-style: none; margin: 40px 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px;
  }
  .points li {
    font-size: 1.05rem; color: var(--ink-soft);
    padding-left: 16px; border-left: 2px solid var(--accent);
  }
  .points--on-night {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 28px 36px;
    margin: 0 auto 48px;
    max-width: none;
    width: fit-content;
  }
  .points--on-night li {
    color: var(--night-muted);
    white-space: nowrap;
    flex: 0 0 auto;
    font-size: 0.98rem;
  }
  .money-shot {
    width: min(920px, 100%);
    margin: 0 auto;
  }
  .money-shot .ph { min-height: clamp(320px, 42vw, 520px); }

  /* Feature preview links: flat, icon + label, no cards */
  .feature-preview {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
  }
  .feature-preview li { margin: 0; min-width: 0; }
  .feature-preview a {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    align-items: center;
    gap: 14px;
    height: 100%;
    padding: 28px 20px;
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
    transition: background .15s, color .15s;
  }
  .feature-preview li:nth-child(3n) a { border-right: 0; }
  .feature-preview a:hover {
    background: var(--ink);
    color: #fff;
  }
  /* Beat #mk-content a { color: inherit } so labels stay readable on ink hover */
  body.mk-hybrid-home #mk-content .feature-preview a:hover,
  body.mk-hybrid-home #mk-content .feature-preview a:hover .fp-label,
  body.mk-hybrid-home #mk-content .feature-preview a:hover .fp-arrow {
    color: #fff;
  }
  .feature-preview a:hover .lx-mega-icon {
    color: #fff;
  }
  .feature-preview a:hover .fp-arrow { opacity: 1; transform: translateX(0); }
  .feature-preview .lx-mega-icon {
    flex-shrink: 0;
  }
  .fp-label {
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.25;
  }
  .fp-arrow {
    font-size: 1.1rem;
    opacity: .35;
    transform: translateX(-4px);
    transition: opacity .15s, transform .15s;
  }
  .feature-preview-foot {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .feature-preview-foot a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    border-bottom: 1px solid var(--ink);
    padding-bottom: 2px;
  }
  .feature-preview-foot a:hover { color: var(--accent); border-color: var(--accent); }
  #toolkit .feature-preview {
    grid-template-columns: repeat(4, 1fr);
  }
  #toolkit .feature-preview li:nth-child(3n) a { border-right: 1px solid var(--line); }
  #toolkit .feature-preview li:nth-child(4n) a { border-right: 0; }

  .own-compare {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }
  .own-col {
    padding: 22px 20px;
    border-radius: 14px;
    background: #F5F5F5;
  }
  .own-col h3 {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .own-col--muted h3 { color: var(--ink-muted); }
  .own-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .own-col li {
    position: relative;
    padding: 7px 0 7px 18px;
    font-size: .95rem;
    color: var(--ink-soft);
    line-height: 1.4;
  }
  .own-col li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 2px;
    background: var(--accent);
  }
  .own-col--muted li { color: var(--ink-muted); }
  .own-col--muted li::before { background: var(--line-strong); }

  .pricing-top {
    text-align: center;
    margin-bottom: 40px;
  }
  .pricing-top .eyebrow {
    color: #F0A090;
  }
  .pricing-top .h2 {
    margin: 0 auto 16px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 3.4rem);
  }
  .pricing-top .lead {
    margin: 0 auto 28px;
    color: var(--night-muted);
    max-width: 42ch;
  }

  .billing-toggle {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .billing-toggle-track {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    background: #333333;
    border: 1px solid #4A4A4A;
    border-radius: 999px;
  }
  .billing-toggle-track button {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--night-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .billing-toggle-track button[aria-pressed="true"] {
    background: #fff;
    color: var(--ink);
  }
  .billing-save {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
  }
  .billing-toggle-track button[aria-pressed="true"] .billing-save {
    background: var(--accent);
    color: #fff;
  }
  .billing-toggle-track button[aria-pressed="false"] .billing-save {
    background: #565C3E;
    color: #E8EDD0;
  }

  .pricing-swipe-hint {
    display: none;
    margin: 0 0 14px;
    text-align: center;
    color: var(--night-muted, #9A9A9A);
    font-size: 0.82rem;
  }
  .pricing-plans-block .billing-toggle { margin-bottom: 8px; }
  .plans {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 18px;
    align-items: center;
    padding-block: 36px;
  }
  .mk-package-modal {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    background: #1A1A1A;
  }
  .mk-package-modal .pricing-plans-block,
  .mk-package-modal .plans {
    background: transparent;
  }
  .mk-package-modal .plans {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-block: 36px;
    align-items: center;
    grid-template-columns: 1fr 1.18fr 1fr;
  }
  .mk-package-modal .plan--featured {
    margin-block: -36px;
    z-index: 1;
    padding: 64px 30px 60px;
  }
  .mk-package-modal .billing-toggle {
    position: relative;
    z-index: 3;
    margin: 0 0 20px;
  }
  .plan {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    color: var(--ink);
    border: 0;
    border-radius: 28px;
    padding: 28px 26px 26px;
    display: flex;
    flex-direction: column;
    box-shadow:
      0 4px 10px #00000022,
      0 18px 36px #00000040,
      0 40px 72px #0000002E;
  }
  .plan--featured {
    padding: 64px 30px 60px;
    margin-block: -36px;
    box-shadow:
      0 6px 14px #00000028,
      0 24px 48px #0000004D,
      0 52px 90px #00000038;
    z-index: 1;
  }
  .plan .tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: 58%;
    margin: 0;
    padding: 12px 16px 12px 18px;
    border-radius: 0 28px 0 18px;
    background: var(--ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
    color: #fff;
    box-shadow: -6px 8px 18px #00000033;
  }
  .plan--featured .tag {
    background: var(--accent);
    box-shadow: -6px 8px 18px #C04E3840;
  }
  .plan--soft .tag {
    background: var(--olive);
    box-shadow: -6px 8px 18px #565C3E40;
  }
  .plan h3 {
    margin: 0 0 18px;
    padding-right: min(48%, 140px);
    font-family: var(--font-sans);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--ink);
    line-height: 1.2;
  }
  .price {
    margin: 0 0 6px;
    font-family: var(--font-sans);
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -.03em;
    color: var(--ink);
    line-height: 1.1;
  }
  .plan--featured .price { color: var(--accent); font-size: 2.05rem; }
  .price span {
    font-size: .92rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--ink-muted);
  }
  .price-billed {
    margin: 0 0 14px;
    font-size: .88rem;
    font-weight: 500;
    color: var(--ink-muted);
  }
  .plan-desc {
    margin: 0 0 22px;
    color: var(--ink-muted);
    font-size: .94rem;
    line-height: 1.5;
    min-height: 2.85em;
  }
  .plan ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .plan li {
    position: relative;
    font-size: .92rem;
    color: var(--ink-soft);
    padding: 0 0 0 26px;
    line-height: 1.4;
  }
  .plan li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.28em;
    width: 16px;
    height: 16px;
    background: center / 16px 16px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3 6.6-6.6' stroke='%236B8F5E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .plan .btn {
    width: 100%;
    margin-top: auto;
    border-radius: var(--radius-s, 10px);
    min-height: 48px;
  }

  .faq-stack { max-width: 720px; margin-inline: auto; }
  #faq details {
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
  }
  #faq summary {
    cursor: pointer; font-weight: 650; font-size: 1.08rem;
    list-style: none; display: flex; justify-content: space-between; gap: 16px;
  }
  #faq summary::-webkit-details-marker { display: none; }
  #faq summary::after { content: "+"; color: var(--ink-muted); font-weight: 400; }
  #faq details[open] summary::after { content: "-"; }
  #faq details p { margin: 16px 0 0; color: var(--ink-soft); max-width: 58ch; }

  /* Closing CTA lives in site.css (.lx-final) - shared site-wide.
     Keep FAQ band bottom tight; CTA bridge margin handles the overlap. */
  #faq.band {
    padding-bottom: clamp(16px, 2.5vw, 28px);
  }

  .footer {
    position: relative;
    z-index: 1;
    background: var(--night); color: var(--night-muted);
    padding: calc(var(--final-half) + 48px) 0 40px;
    font-size: 14px;
  }
  .footer-grid {
    display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px;
    margin-bottom: 48px;
  }
  .footer h4 {
    color: #fff; margin: 0 0 16px; font-size: 12px;
    letter-spacing: .08em; text-transform: uppercase;
  }
  .footer ul { list-style: none; margin: 0; padding: 0; }
  .footer li { margin: 0 0 10px; }
  .footer a:hover { color: #fff; }
  .footer-bottom {
    border-top: 1px solid var(--night-line);
    padding-top: 24px; color: #9A9A9A;
  }

  @media (max-width: 980px) {
    .nav-inner { grid-template-columns: 1fr auto; }
    .nav-links { display: none; }
    .split, .split--flip, .points, .footer-grid {
      grid-template-columns: 1fr;
    }
    .split,
    .split--flip {
      gap: 36px;
    }
    /* Copy always above media on stacked splits */
    .split .copy,
    .split--flip .copy { order: 1; }
    .split .media-stack,
    .split--flip .media-stack,
    .split > .ph,
    .split--flip > .ph { order: 2; }
    .pricing-swipe-hint { display: block; }
    .plans {
      display: flex;
      grid-template-columns: none;
      align-items: stretch;
      gap: 14px;
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding-block: 0;
      padding-inline: calc((100vw - min(86vw, 360px)) / 2);
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: calc((100vw - min(86vw, 360px)) / 2);
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      scrollbar-width: none;
    }
    .plans::-webkit-scrollbar { display: none; }
    /* Modal: no 100vw breakout (dialog is already full viewport). */
    .mk-package-modal .plans {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-block: 0;
      padding-inline: clamp(16px, 4vw, 24px);
      scroll-padding-inline: clamp(16px, 4vw, 24px);
      align-items: stretch;
      grid-template-columns: none;
      background-color: #1A1A1A;
    }
    .mk-package-modal .pricing-plans-block {
      background-color: #1A1A1A;
    }
    .mk-package-modal .plan--featured {
      margin-block: 0;
      padding: 32px 24px 28px;
    }
    .mk-package-modal .billing-toggle {
      position: relative;
      z-index: 3;
      margin-bottom: 24px;
    }
    .plan {
      flex: 0 0 min(86vw, 360px);
      width: min(86vw, 360px);
      max-width: min(86vw, 360px);
      scroll-snap-align: center;
      scroll-snap-stop: always;
      margin-block: 0;
    }
    .plan--featured {
      margin-block: 0;
      padding: 32px 24px 28px;
    }
    .plan-desc { min-height: 0; }
    .plan h3 { padding-right: 0; }
    .feature-preview,
    #toolkit .feature-preview { grid-template-columns: repeat(2, 1fr); }
    .feature-preview li:nth-child(3n) a { border-right: 1px solid var(--line); }
    .feature-preview li:nth-child(2n) a { border-right: 0; }
    #toolkit .feature-preview li:nth-child(4n) a { border-right: 1px solid var(--line); }
    #toolkit .feature-preview li:nth-child(2n) a { border-right: 0; }
    #toolkit .feature-preview > li:nth-child(n+6) { display: none; }
    .media-chip {
      position: static;
      width: min(72%, 280px);
      margin: -40px 0 0 auto;
    }
    .media-chip--left { margin: -40px auto 0 0; }
    .media-stack { padding-bottom: 0; }
    .ph--tall { min-height: 280px; }
    .h2 { max-width: none; }
    .section-head { margin-bottom: 40px; }
    .band { padding: clamp(72px, 12vw, 120px) 0; }
    .feature-slider-controls {
      margin-top: 28px;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }
    .feature-slider-tabs {
      flex-wrap: wrap;
      row-gap: 8px;
      column-gap: 12px;
    }
    .feature-slider-tabs button { font-size: 14px; }
    .billing-toggle { margin-top: 28px; }
    .billing-toggle-track {
      width: 100%;
      max-width: 360px;
    }
    .billing-toggle-track button {
      flex: 1 1 auto;
      justify-content: center;
      padding: 0 12px;
      font-size: 13px;
    }
    .pricing-top .h2 { font-size: clamp(2rem, 8vw, 2.8rem); }

    /* Mobile info marquees (trust + money points) */
    .info-marquee {
      overflow: hidden;
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    }
    .info-marquee--night { margin: 0 0 40px; }
    .info-marquee.is-marquee ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      width: max-content;
      max-width: none;
      margin: 0;
      gap: 0;
      animation: info-marquee 32s linear infinite;
    }
    .trust .info-marquee.is-marquee ul {
      width: max-content;
    }
    .info-marquee.is-marquee .trust li,
    .trust .info-marquee.is-marquee li {
      flex: 0 0 auto;
      padding: 0 28px;
      border-right: 1px solid var(--line-strong);
      white-space: nowrap;
    }
    .info-marquee.is-marquee .points--on-night {
      flex-direction: row;
      flex-wrap: nowrap;
      width: max-content;
      max-width: none;
      margin: 0;
      gap: 0;
    }
    .info-marquee.is-marquee .points--on-night li {
      flex: 0 0 auto;
      white-space: nowrap;
      margin: 0;
      padding: 0 28px;
      border-left: 0;
      border-right: 1px solid var(--night-line);
    }
  }
  @keyframes info-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  @media (max-width: 980px) and (prefers-reduced-motion: reduce) {
    .info-marquee.is-marquee ul {
      animation: none;
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .info-marquee.is-marquee ul::-webkit-scrollbar { display: none; }
  }
  @media (max-width: 980px) {
    .footer {
      padding: calc(var(--final-half) + 16px) 0 36px;
    }
  }
  @media (max-width: 640px) {
    #faq.band {
      padding-bottom: 0;
    }
    .footer {
      padding: calc(var(--final-half) + 12px) 0 32px;
    }
    .hero-ctas {
      width: 100%;
      flex-wrap: nowrap;
      gap: 10px;
    }
    .hero-ctas .btn {
      flex: 1 1 0;
      width: auto;
      min-width: 0;
      padding: 0 12px;
      font-size: 14px;
      white-space: nowrap;
    }
    .feature-preview,
    #toolkit .feature-preview { grid-template-columns: 1fr; }
    .feature-preview a,
    #toolkit .feature-preview a { border-right: 0; padding: 22px 16px; }
    .ph--tall { min-height: 220px; }
    .money-shot .ph { min-height: 220px; }
    .footer-grid { gap: 28px; margin-bottom: 32px; }
    .info-marquee.is-marquee ul { animation-duration: 28s; }
  }


/* WP chrome */
body.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .nav { top: 46px; }
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 10px 16px;
  background: #2A2A2A;
  color: #fff;
}
.skip-link:focus { left: 12px; top: 12px; }

/* --------------------------------------------------------------------------
   Hybrid homepage + theme header/footer
   -------------------------------------------------------------------------- */
body.mk-hybrid-home .hero {
  /* Theme header is in-flow sticky; don't double-count header height */
  padding-top: clamp(56px, 7vw, 88px);
}
body.mk-hybrid-home .hero-inner {
  padding-bottom: clamp(48px, 6vw, 72px);
}
body.mk-hybrid-home #mk-content {
  display: block;
  background: #fff;
  overflow-x: clip;
  max-width: 100%;
}
body.mk-hybrid-home .band,
body.mk-hybrid-home .hero,
body.mk-hybrid-home .hero-stage,
body.mk-hybrid-home .wrap,
body.mk-hybrid-home .wrap--wide {
  max-width: 100%;
}
body.mk-hybrid-home .mk-header {
  z-index: 100;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  /* Solid bar on hybrid home so menu/toggle always readable on white */
  background: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line, #D6D6D6);
}
body.mk-hybrid-home .mk-header.is-scrolled {
  background: #fff;
}
body.mk-hybrid-home .mk-sheet {
  z-index: 200;
}
/* Sheet: hybrid FAQ summary styles must never leak (already #faq-scoped).
   Keep sheet above sticky CTA and page content. */
body.mk-hybrid-home .mk-sheet .lx-sheet-features > summary::after,
body.mk-hybrid-home .mk-sheet .lx-sheet-cat > summary::after {
  content: none;
}
body.mk-hybrid-home.mk-sheet-open .mk-sticky-cta {
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 980px) {
  body.mk-hybrid-home .hero {
    padding-top: 44px;
  }
  body.mk-hybrid-home .hero-inner {
    padding-bottom: 48px;
  }
  body.mk-hybrid-home .hero-stage {
    width: 100%;
    max-width: 100%;
    padding-inline: var(--page-gutter, 20px);
    box-sizing: border-box;
  }
  body.mk-hybrid-home .wrap,
  body.mk-hybrid-home .wrap--wide {
    width: 100%;
    max-width: 100%;
    padding-inline: var(--page-gutter, 20px);
    box-sizing: border-box;
  }
  /* Side-slide reveals expand scroll width on mobile - use vertical only */
  html.hx-motion body.mk-hybrid-home [data-reveal="left"],
  html.hx-motion body.mk-hybrid-home [data-reveal="right"] {
    transform: translate3d(0, 36px, 0);
  }
}
@media (max-width: 640px) {
  body.mk-hybrid-home .hero {
    padding-top: 36px;
  }
  body.mk-hybrid-home .hero-inner {
    padding-bottom: 40px;
  }
  body.mk-hybrid-home .lx-footer .lx-footer-grid {
    gap: 32px;
  }
  body.mk-hybrid-home .lx-footer .lx-footer-nav {
    width: 100%;
    gap: clamp(18px, 5vw, 32px);
  }
  body.mk-hybrid-home .mk-sticky-cta {
    /* Keep sticky CTA above footer seam, below sheet */
    z-index: 90;
  }
}
/* ---- Scroll reveal (hybrid homepage only; no layout change) ---- */
@media (prefers-reduced-motion: no-preference) {
  html.hx-motion body.mk-hybrid-home [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
      opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--reveal-i, 0) * 90ms);
    will-change: opacity, transform;
  }
  html.hx-motion body.mk-hybrid-home [data-reveal="left"] {
    transform: translate3d(-40px, 16px, 0);
  }
  html.hx-motion body.mk-hybrid-home [data-reveal="right"] {
    transform: translate3d(40px, 16px, 0);
  }
  html.hx-motion body.mk-hybrid-home [data-reveal="scale"] {
    transform: translate3d(0, 28px, 0) scale(0.97);
  }
  html.hx-motion body.mk-hybrid-home [data-reveal].is-in {
    opacity: 1;
    transform: none;
  }
  /* Preserve footer-bridge offset on the closing CTA card */
  html.hx-motion body.mk-hybrid-home .lx-final-card[data-reveal],
  html.hx-motion body.mk-hybrid-home .lx-final-card[data-reveal].is-in {
    opacity: 1;
    transform: translateY(-50%) !important;
  }
}
