@media all {
  /* Public landing register. Unlayered for Safari 15.0; .ed-* stays scoped to the landing view.
     Typography and palette share brand.css; layout remains compatible with Prompt 03. */
  .editorial {
    --ed-font-display: var(--ab-font);
    --ed-font-body: var(--ab-font);
    --ed-font-ui: var(--ab-font);
    --ed-paper: var(--ab-paper);
    --ed-paper-alt: var(--ab-surface-muted);
    --ed-ink: var(--ab-ink);
    --ed-ink-medium: var(--ab-muted);
    --ed-ink-light: var(--ab-muted);
    --ed-ink-pale: var(--ab-control);
    --ed-accent: var(--ab-link);
    --ed-accent-light: var(--ab-accent-soft);
    --ed-teal: var(--ab-link);
    --ed-teal-light: var(--ab-accent-soft);
    --ed-positive: var(--ab-positive);
    --ed-positive-light: var(--ab-positive-soft);
    --ed-surface-dark: #211E1B;
    --ed-rule: var(--ab-rule);
    --ed-shadow: none;
    --ed-gutter: clamp(1.25rem, 4vw, 2.5rem);
    --ed-section-space: clamp(4rem, 8vw, 7rem);
    --ed-content-width: 1200px;
    --ed-reading-width: 42rem;
    background: var(--ab-paper);
    color: var(--ab-ink);
    font-family: var(--ab-font);
    font-size: 16px;
    line-height: 1.6;
  }
  .editorial :where(h1, h2, h3, p, figure, dl, dd) { margin: 0; }
  .editorial a { text-underline-offset: 0.2em; }

  .editorial * {
    box-sizing: border-box;
  }

  .editorial [id] {
    scroll-margin-block-start: 5rem;
  }

  /* ---- Navigation ---- */

  .ed-nav {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 100;
    border-block-end: 1px solid transparent;
    transition: background-color 400ms ease, border-color 400ms ease;
  }

  .ed-nav.is-scrolled {
    background-color: var(--ab-paper);
    border-block-end-color: var(--ed-rule);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    backdrop-filter: blur(16px) saturate(1.2);
  }

  .ed-nav__inner {
    max-inline-size: var(--ed-content-width);
    margin-inline: auto;
    padding: 1.1rem var(--ed-gutter);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .ed-nav__logo {
    font-family: var(--ed-font-ui);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ed-ink);
    text-decoration: none;
  }

  .ed-nav__links {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2.5vw, 1.5rem);
  }

  .ed-nav__link {
    font-family: var(--ed-font-ui);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--ed-ink-medium);
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: color 200ms ease;
  }

  .ed-nav__cta {
    font-family: var(--ed-font-ui);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ed-paper);
    background-color: var(--ed-ink);
    padding: 0.5em 1.1em;
    border-radius: 99rem;
    text-decoration: none;
    transition: background-color 200ms ease;
  }

  @media (any-hover: hover) {
    .ed-nav__link:hover { color: var(--ed-ink); }
    .ed-nav__cta:hover { background-color: var(--ed-ink-medium); }
  }

  /* ---- Hero ---- */

  .ed-hero {
    padding-block-start: clamp(7rem, 14vw, 10rem);
    padding-block-end: var(--ed-section-space);
    padding-inline: var(--ed-gutter);
  }

  .ed-hero__inner {
    max-inline-size: var(--ed-content-width);
    margin-inline: auto;
    display: grid;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: center;
  }

  .ed-hero__kicker {
    font-family: var(--ed-font-ui);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ed-teal);
    margin: 0;
  }

  .ed-hero__title {
    margin-block-start: 1.5rem;
    font-family: var(--ed-font-display);
    font-size: clamp(2.8rem, 6.5vw, 5rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ed-ink);
  }

  .ed-hero__title em {
    font-style: italic;
    color: var(--ed-accent);
  }

  .ed-hero__body {
    max-inline-size: 36rem;
    margin-block-start: 1.8rem;
    font-family: var(--ed-font-body);
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    color: var(--ed-ink-medium);
    line-height: 1.75;
  }

  .ed-hero__body strong {
    color: var(--ed-ink);
    font-weight: 600;
  }

  .ed-hero__actions {
    margin-block-start: 2.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  .ed-hero__note {
    margin-block-start: 1.5rem;
    padding-block-start: 1.25rem;
    border-block-start: 1px solid var(--ed-rule);
    font-family: var(--ed-font-ui);
    font-size: 0.82rem;
    color: var(--ed-ink-light);
    max-inline-size: 34rem;
  }

  .ed-hero__note strong {
    color: var(--ed-ink-medium);
    font-weight: 600;
  }

  .ed-hero__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }

  .ed-hero__figure-caption {
    font-family: var(--ed-font-ui);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ed-ink-light);
  }

  /* ---- Phone Mockup ---- */

  .ed-phone {
    inline-size: clamp(280px, 30vw, 340px);
    border: 8px solid var(--ed-ink);
    border-radius: 32px;
    overflow: hidden;
    background-color: var(--ab-surface);
    box-shadow: var(--ed-shadow), 0 2em 4em -1.2em rgba(0, 0, 0, 0.1);
  }

  .ed-phone__screen {
    padding-block-start: 0.8rem;
  }

  .ed-phone__header {
    padding: 0.85rem 0.9rem 0.65rem;
    border-block-end: 1px solid var(--ed-rule);
  }

  .ed-phone__shop-name {
    font-family: var(--ed-font-ui);
    font-size: 0.88rem;
    font-weight: 700;
  }

  .ed-phone__shop-meta {
    margin-block-start: 0.15rem;
    font-family: var(--ed-font-ui);
    font-size: 0.65rem;
    color: var(--ed-ink-medium);
  }

  .ed-phone__shop-status {
    margin-block-start: 0.15rem;
    font-family: var(--ed-font-ui);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--ed-positive);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }

  .ed-phone__shop-status::before {
    content: "";
    inline-size: 0.4rem;
    block-size: 0.4rem;
    border-radius: 99rem;
    background-color: currentColor;
  }

  .ed-phone__tabs {
    display: flex;
    gap: 0.15rem;
    padding-inline: 0.8rem;
    border-block-end: 1px solid var(--ed-rule);
    font-family: var(--ed-font-ui);
  }

  .ed-phone__tab {
    padding: 0.5rem 0.4rem;
    border-block-end: 2px solid transparent;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--ed-ink-medium);
    white-space: nowrap;
  }

  .ed-phone__tab--active {
    border-block-end-color: var(--ed-teal);
    color: var(--ed-teal);
  }

  .ed-phone__items {
    display: grid;
  }

  .ed-phone__item {
    display: flex;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-block-end: 1px solid var(--ed-rule);
  }

  .ed-phone__item:last-child {
    border-block-end: 0;
  }

  .ed-phone__item-emoji {
    inline-size: 2.4rem;
    block-size: 2.4rem;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 0.4em;
    background-color: var(--ed-paper-alt);
    font-size: 1rem;
  }

  .ed-phone__item-info {
    min-inline-size: 0;
    flex: 1;
  }

  .ed-phone__item-top {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .ed-phone__item-name {
    font-family: var(--ed-font-ui);
    font-size: 0.72rem;
    font-weight: 700;
  }

  .ed-phone__item-price {
    font-family: var(--ed-font-ui);
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .ed-phone__item-desc {
    margin-block-start: 0.15rem;
    font-family: var(--ed-font-ui);
    font-size: 0.58rem;
    color: var(--ed-ink-medium);
    line-height: 1.4;
  }

  .ed-phone__cart {
    margin: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 99rem;
    background-color: var(--ed-ink);
    color: white;
    font-family: var(--ed-font-ui);
    font-size: 0.72rem;
  }

  /* ---- Buttons ---- */

  .ed-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-family: var(--ed-font-ui);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.75em 1.4em;
    border-radius: 99rem;
    transition: background-color 250ms ease, color 250ms ease, box-shadow 250ms ease;
    cursor: pointer;
    border: none;
  }

  .ed-btn--primary {
    background-color: var(--ed-ink);
    color: var(--ed-paper);
  }

  .ed-btn--ghost {
    background-color: transparent;
    color: var(--ed-ink);
    border: 1px solid var(--ed-ink-pale);
  }

  .ed-btn--inverted {
    background-color: var(--ed-paper);
    color: var(--ed-ink);
  }

  @media (any-hover: hover) {
    .ed-btn--primary:hover {
      background-color: var(--ed-ink-medium);
    }

    .ed-btn--ghost:hover {
      background-color: var(--ed-ink);
      color: var(--ed-paper);
      border-color: var(--ed-ink);
    }

    .ed-btn--inverted:hover {
      background-color: var(--ab-surface);
      box-shadow: var(--ed-shadow);
    }
  }

  /* ---- Editorial Divider ---- */

  .ed-divider {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    max-inline-size: var(--ed-content-width);
    margin-inline: auto;
    padding-inline: var(--ed-gutter);
  }

  .ed-divider__rule {
    flex: 1;
    block-size: 1px;
    background-color: var(--ed-rule);
  }

  .ed-divider__label {
    font-family: var(--ed-font-ui);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ed-ink-light);
  }

  /* ---- Sections ---- */

  .ed-section {
    padding-block: var(--ed-section-space);
    padding-inline: var(--ed-gutter);
  }

  .ed-section--surface {
    background-color: var(--ed-paper-alt);
    border-block: 1px solid var(--ed-rule);
  }

  .ed-section__inner {
    max-inline-size: var(--ed-content-width);
    margin-inline: auto;
  }

  .ed-section__inner--narrow {
    max-inline-size: var(--ed-reading-width);
    margin-inline: auto;
    text-align: center;
  }

  .ed-section__kicker {
    font-family: var(--ed-font-ui);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ed-teal);
    margin: 0;
  }

  .ed-section__title {
    margin-block-start: 1rem;
    font-family: var(--ed-font-display);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.01em;
  }

  .ed-section__title em {
    font-style: italic;
    color: var(--ed-accent);
  }

  .ed-section__title--dramatic {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4em;
    flex-wrap: wrap;
  }

  .ed-section__subtitle {
    margin-block-start: 0.8rem;
    font-family: var(--ed-font-display);
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 500;
    color: var(--ed-positive);
    letter-spacing: -0.01em;
  }

  .ed-section__lead {
    margin-block-start: 1.2rem;
    font-family: var(--ed-font-body);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: var(--ed-ink-medium);
    line-height: 1.75;
  }

  /* ---- Pull Quote ---- */

  .ed-pullquote {
    margin-block: 2.5rem;
    padding: 0;
    border: none;
    text-align: center;
  }

  .ed-pullquote__number {
    font-family: var(--ed-font-display);
    font-size: clamp(4rem, 10vw, 7rem);
    font-weight: 300;
    color: var(--ed-accent);
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .ed-pullquote__text {
    margin-block-start: 0.8rem;
    font-family: var(--ed-font-display);
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-style: italic;
    color: var(--ed-ink-medium);
    line-height: 1.5;
    max-inline-size: 32rem;
    margin-inline: auto;
  }

  .ed-pullquote__text em {
    color: var(--ed-ink);
    font-style: italic;
  }

  /* ---- Prose ---- */

  .ed-prose {
    margin-block-start: 2rem;
    text-align: center;
  }

  .ed-prose p {
    font-family: var(--ed-font-body);
    font-size: clamp(1.05rem, 1.7vw, 1.18rem);
    color: var(--ed-ink-medium);
    line-height: 1.8;
    max-inline-size: 36rem;
    margin-inline: auto;
  }

  .ed-highlight {
    color: var(--ed-accent);
    font-weight: 600;
  }

  /* ---- Comparison ---- */

  .ed-comparison {
    margin-block-start: 3.5rem;
    display: grid;
    gap: 1.2rem;
    max-inline-size: 44rem;
    margin-inline: auto;
  }

  .ed-comparison__col {
    border-radius: 0.6em;
    padding: 1.6rem;
    transition: transform 300ms ease;
  }

  .ed-comparison__col--negative {
    background-color: var(--ed-accent-light);
    border: 1px solid var(--ab-rule);
  }

  .ed-comparison__col--positive {
    background-color: var(--ed-positive-light);
    border: 1px solid var(--ab-rule);
  }

  .ed-comparison__label {
    font-family: var(--ed-font-ui);
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
  }

  .ed-comparison__list {
    margin-block-start: 1rem;
    display: grid;
    gap: 0.65rem;
  }

  .ed-comparison__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--ed-font-body);
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--ed-ink-medium);
  }

  .ed-comparison__row dt {
    min-inline-size: 0;
  }

  .ed-comparison__row dd {
    margin: 0;
    font-weight: 600;
    text-align: end;
    color: var(--ed-ink);
    flex-shrink: 0;
  }

  .ed-comparison__value--good {
    color: var(--ed-positive);
  }

  @media (any-hover: hover) {
    .ed-comparison__col:hover {
      transform: translateY(-2px);
    }
  }

  .ed-footnote {
    margin-block-start: 1.5rem;
    font-family: var(--ed-font-ui);
    font-size: 0.75rem;
    color: var(--ed-ink-light);
    text-align: center;
  }

  /* ---- Steps ---- */

  .ed-steps {
    margin-block-start: clamp(3rem, 6vw, 4.5rem);
    display: grid;
    gap: clamp(3rem, 6vw, 5rem);
  }

  .ed-step {
    display: grid;
    gap: 2rem;
    align-items: center;
  }

  .ed-step__number {
    display: block;
    font-family: var(--ed-font-display);
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 300;
    color: var(--ed-ink-pale);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-block-end: 0.5rem;
  }

  .ed-step__title {
    font-family: var(--ed-font-display);
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0;
  }

  .ed-step__body {
    margin-block-start: 0.9rem;
    font-family: var(--ed-font-body);
    font-size: 1rem;
    color: var(--ed-ink-medium);
    line-height: 1.75;
  }

  .ed-step__card {
    border: 1px solid var(--ed-rule);
    border-radius: 0.6em;
    padding: 1.1rem;
    background-color: var(--ab-surface);
    box-shadow: var(--ed-shadow);
    display: grid;
    gap: 0.75rem;
  }

  /* Upload */

  .ed-upload {
    border: 2px dashed var(--ed-ink-pale);
    border-radius: 0.4em;
    padding: 1.4rem 1rem;
    text-align: center;
  }

  .ed-upload__status {
    font-family: var(--ed-font-ui);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ed-teal);
  }

  .ed-upload__filename {
    margin-block-start: 0.4rem;
    font-family: var(--ed-font-ui);
    font-size: 0.92rem;
    font-weight: 700;
  }

  .ed-upload__meta {
    margin-block-start: 0.3rem;
    font-family: var(--ed-font-ui);
    font-size: 0.78rem;
    color: var(--ed-ink-medium);
  }

  /* Detail list */

  .ed-detail-list {
    border: 1px solid var(--ed-rule);
    border-radius: 0.4em;
    overflow: hidden;
  }

  .ed-detail-list__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.72rem 0.85rem;
    font-family: var(--ed-font-ui);
    font-size: 0.85rem;
  }

  .ed-detail-list__row + .ed-detail-list__row {
    border-block-start: 1px solid var(--ed-rule);
  }

  /* Editor */

  .ed-editor-caption {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--ed-font-ui);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ed-ink-medium);
  }

  .ed-editor-rows {
    display: grid;
    gap: 0.5rem;
  }

  .ed-editor-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.72rem 0.85rem;
    border: 1px solid var(--ed-rule);
    border-radius: 0.3em;
    background-color: var(--ab-surface);
  }

  .ed-editor-row--active {
    border-color: var(--ed-teal);
    box-shadow: inset 0 0 0 1px var(--ab-control);
  }

  .ed-editor-row__name {
    font-family: var(--ed-font-ui);
    font-size: 0.8rem;
    font-weight: 700;
  }

  .ed-editor-row__meta {
    margin-block-start: 0.1rem;
    font-family: var(--ed-font-ui);
    font-size: 0.68rem;
    color: var(--ed-ink-medium);
  }

  .ed-editor-row__side {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
  }

  .ed-editor-row__price {
    font-family: var(--ed-font-ui);
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .ed-editor-row__action {
    font-family: var(--ed-font-ui);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ed-teal);
  }

  /* Share */

  .ed-share-url {
    border: 1px solid var(--ed-rule);
    border-radius: 0.4em;
    padding: 0.85rem;
    font-family: var(--ed-font-ui);
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
    background-color: var(--ed-teal-light);
  }

  .ed-share-list {
    border: 1px solid var(--ed-rule);
    border-radius: 0.4em;
    overflow: hidden;
  }

  .ed-share-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.85rem;
    font-family: var(--ed-font-ui);
    font-size: 0.85rem;
  }

  .ed-share-row strong {
    color: var(--ed-teal);
    font-weight: 700;
    white-space: nowrap;
  }

  .ed-share-row + .ed-share-row {
    border-block-start: 1px solid var(--ed-rule);
  }

  /* ---- Strike / Accent ---- */

  .ed-strike {
    color: var(--ed-ink-light);
    text-decoration: line-through;
    text-decoration-color: var(--ed-accent);
    text-decoration-thickness: 2px;
  }

  .ed-accent {
    color: var(--ed-positive);
  }

  /* ---- Stats ---- */

  .ed-stats {
    margin-block-start: 3rem;
    display: grid;
    gap: 1.2rem;
  }

  .ed-stat {
    padding-block-start: 1.2rem;
    border-block-start: 1px solid var(--ed-rule);
    text-align: center;
  }

  .ed-stat__value {
    font-family: var(--ed-font-display);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .ed-stat__label {
    margin-block-start: 0.4rem;
    font-family: var(--ed-font-ui);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ed-ink);
  }

  .ed-stat__note {
    margin-block-start: 0.3rem;
    font-family: var(--ed-font-body);
    font-size: 0.88rem;
    color: var(--ed-ink-light);
    font-style: italic;
  }

  /* ---- Cities ---- */

  .ed-cities {
    margin-block-start: 2.5rem;
    padding: 1.2rem;
    border-block: 1px solid var(--ed-rule);
    font-family: var(--ed-font-body);
    font-size: 1rem;
    color: var(--ed-ink-medium);
    text-align: center;
  }

  .ed-cities strong {
    color: var(--ed-ink);
    font-weight: 600;
  }

  /* ---- Final CTA ---- */

  .ed-final {
    background-color: var(--ed-surface-dark);
    color: white;
    padding-block: var(--ed-section-space);
    padding-inline: var(--ed-gutter);
  }

  .ed-final__inner {
    max-inline-size: var(--ed-reading-width);
    margin-inline: auto;
    text-align: center;
  }

  .ed-final__kicker {
    font-family: var(--ed-font-ui);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FFB877;
    margin: 0;
  }

  .ed-final__title {
    margin-block-start: 1.2rem;
    font-family: var(--ed-font-display);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }

  .ed-final__title em {
    font-style: italic;
    color: #FFB877;
  }

  .ed-final__body {
    margin-block-start: 1.2rem;
    font-family: var(--ed-font-body);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: #C1B6A8;
    line-height: 1.7;
  }

  .ed-final .ed-btn--inverted {
    margin-block-start: 2rem;
  }

  .ed-final__footnote {
    margin-block-start: 1rem;
    font-family: var(--ed-font-ui);
    font-size: 0.78rem;
    color: #C1B6A8;
  }

  /* ---- Footer ---- */

  .ed-footer {
    border-block-start: 1px solid #554B40;
    background-color: var(--ed-surface-dark);
    color: #C1B6A8;
  }

  .ed-footer__inner {
    max-inline-size: var(--ed-content-width);
    margin-inline: auto;
    padding: 1.5rem var(--ed-gutter) 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    font-family: var(--ed-font-ui);
    font-size: 0.82rem;
  }

  .ed-footer__brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
  }

  .ed-footer__logo {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ed-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.2rem;
  }

  .ed-footer__links a {
    color: #FFB877;
    text-decoration: none;
    transition: color 200ms ease;
  }

  @media (any-hover: hover) {
    .ed-footer__links a:hover {
      color: white;
    }
  }

  /* ---- Paste preview (step 01) ---- */

  .ed-paste {
    border: 2px dashed var(--ed-ink-pale);
    border-radius: 0.4em;
    padding: 1rem 1.1rem;
    background-color: var(--ed-paper);
  }

  .ed-paste__status {
    font-family: var(--ed-font-ui);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ed-teal);
  }

  .ed-paste__text {
    margin-block-start: 0.5rem;
    font-family: var(--ed-font-ui);
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--ed-ink-medium);
  }

  /* ---- Guest view (screenshot placeholder) ---- */

  .ed-guest {
    margin-block-start: clamp(2.5rem, 5vw, 3.5rem);
    display: grid;
    gap: 1.5rem;
    max-inline-size: 56rem;
    margin-inline: auto;
  }

  .ed-guest__panel {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }

  .ed-guest__frame {
    border: 1px solid var(--ed-rule);
    border-radius: 0.6em;
    background-color: var(--ab-surface);
    box-shadow: var(--ed-shadow);
    overflow: hidden;
  }

  .ed-guest__frame--chat {
    background-color: var(--ed-paper-alt);
  }

  .ed-guest__frame-label {
    padding: 0.6rem 0.85rem;
    border-block-end: 1px solid var(--ed-rule);
    font-family: var(--ed-font-ui);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ed-ink-light);
    background-color: var(--ab-surface);
  }

  .ed-guest__items .ed-phone__item {
    padding: 0.8rem 0.9rem;
  }

  .ed-guest__caption {
    font-family: var(--ed-font-ui);
    font-size: 0.8rem;
    color: var(--ed-ink-medium);
    text-align: center;
  }

  .ed-chat {
    padding: 0.9rem;
    display: grid;
    gap: 0.6rem;
  }

  .ed-chat__bubble {
    position: relative;
    max-inline-size: 88%;
    padding: 0.6rem 0.8rem 1.1rem;
    border-radius: 0.6em;
    background-color: var(--ab-surface);
    box-shadow: var(--ed-shadow);
    font-family: var(--ed-font-ui);
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--ed-ink);
  }

  .ed-chat__bubble--reply {
    justify-self: end;
    background-color: var(--ed-positive-light);
  }

  .ed-chat__line {
    margin: 0;
  }

  .ed-chat__line--strong {
    font-weight: 700;
  }

  .ed-chat__time {
    position: absolute;
    inset-block-end: 0.3rem;
    inset-inline-end: 0.6rem;
    font-size: 0.62rem;
    color: var(--ed-ink-light);
  }

  /* ---- FAQ ---- */

  .ed-faq {
    margin-block-start: clamp(2rem, 4vw, 3rem);
    max-inline-size: var(--ed-reading-width);
    margin-inline: auto;
    border-block-start: 1px solid var(--ed-rule);
  }

  .ed-faq__item {
    border-block-end: 1px solid var(--ed-rule);
  }

  .ed-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 1.1rem;
    font-family: var(--ed-font-display);
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 500;
    color: var(--ed-ink);
    cursor: pointer;
    list-style: none;
  }

  .ed-faq__question::-webkit-details-marker {
    display: none;
  }

  .ed-faq__question::after {
    content: "+";
    flex-shrink: 0;
    font-family: var(--ed-font-ui);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    color: var(--ed-ink-light);
    transition: transform 250ms ease;
  }

  .ed-faq__item[open] .ed-faq__question::after {
    transform: rotate(45deg);
  }

  .ed-faq__answer {
    padding-block-end: 1.3rem;
  }

  .ed-faq__answer p {
    font-family: var(--ed-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--ed-ink-medium);
    max-inline-size: 38rem;
  }

  .ed-faq__answer strong {
    color: var(--ed-ink);
  }

  /* ---- Lead form (inside .ed-final) ---- */

  .ed-final__inner--form {
    max-inline-size: 44rem;
  }

  .ed-final__link {
    color: #FFB877;
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }

  .ed-form {
    margin-block-start: 2.2rem;
    text-align: start;
  }

  .ed-form__errors {
    margin-block-end: 1.2rem;
    padding: 0.9rem 1.1rem;
    border-radius: 0.5em;
    border: 1px solid #FFB4A5;
    background-color: #492B26;
    font-family: var(--ed-font-ui);
    font-size: 0.88rem;
    color: white;
  }

  .ed-form__errors-title {
    font-weight: 600;
  }

  .ed-form__errors ul {
    margin-block-start: 0.3rem;
    padding-inline-start: 1.1rem;
  }

  .ed-form__trap {
    position: absolute;
    inset-inline-start: -10000px;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
  }

  .ed-form__grid {
    display: grid;
    gap: 1rem;
  }

  .ed-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .ed-form__label {
    font-family: var(--ed-font-ui);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #F8F5ED;
  }

  .ed-form__optional {
    margin-inline-start: 0.35em;
    font-weight: 400;
    color: #C1B6A8;
  }

  .ed-form__input {
    inline-size: 100%;
    padding: 0.8em 0.95em;
    border: 1px solid #9E8E7B;
    border-radius: 0.5em;
    background-color: var(--ed-paper);
    color: var(--ed-ink);
    font-family: var(--ed-font-ui);
    font-size: max(16px, 1rem);
    line-height: 1.4;
    transition: border-color 200ms ease, box-shadow 200ms ease;
  }

  .ed-form__input::placeholder {
    color: var(--ed-ink-light);
  }

  .ed-form__input:focus {
    outline: none;
    border-color: #FFB877;
    box-shadow: 0 0 0 3px rgba(255, 184, 119, 0.3);
  }

  .ed-form__actions {
    margin-block-start: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    text-align: center;
  }

  .ed-final .ed-form__actions .ed-btn--inverted {
    margin-block-start: 0;
  }

  .ed-form__hint {
    font-family: var(--ed-font-ui);
    font-size: 0.8rem;
    color: #C1B6A8;
    max-inline-size: 28rem;
  }

  /* ---- Thanks page ---- */

  .ed-hero--thanks {
    min-block-size: 70vh;
  }

  .ed-hero__content--centered {
    max-inline-size: 44rem;
    margin-inline: auto;
    text-align: center;
  }

  .ed-hero__content--centered .ed-hero__body {
    margin-inline: auto;
  }

  .ed-hero__content--centered .ed-hero__actions {
    justify-content: center;
  }

  /* ---- Animations ---- */

  .editorial .landing-stagger {
    animation: ed-reveal 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms) both;
  }

  .editorial .reveal {
    opacity: 0;
    transform: translateY(1.2rem);
    transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .editorial .reveal.revealed {
    opacity: 1;
    transform: none;
  }

  @keyframes ed-reveal {
    from {
      opacity: 0;
      transform: translateY(1.2rem);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ---- Responsive ---- */

  @media (max-width: 639px) {
    .ed-nav__link {
      display: none;
    }

    .ed-comparison__row {
      flex-direction: column;
      align-items: start;
    }

    .ed-comparison__row dd {
      text-align: start;
    }
  }

  @media (min-width: 640px) {
    .ed-comparison {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ed-guest {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ed-form__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ed-form__field--wide {
      grid-column: 1 / -1;
    }

    .ed-step {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    }

    .ed-step--reverse .ed-step__text {
      order: 2;
    }

    .ed-step--reverse .ed-step__visual {
      order: 1;
    }

    .ed-stats {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ed-footer__inner {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
  }

  @media (min-width: 1024px) {
    .ed-hero__inner {
      grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
    }

    .ed-hero--thanks .ed-hero__inner {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .editorial .landing-stagger {
      animation: none;
    }

    .editorial .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
}

/* Brand finish; keep selectors stable for the parallel landing copy work. */
.editorial .ed-hero__title, .editorial .ed-section__title, .editorial .ed-final__title { font-weight: 500; letter-spacing: -0.045em; }
.editorial .ed-hero__title em, .editorial .ed-section__title em, .editorial .ed-final__title em { font-style: normal; }
.editorial .ed-btn, .editorial .ed-nav__cta { border-radius: 12px; min-height: 48px; justify-content: center; transition: background-color 150ms ease, color 150ms ease; }
.editorial .ed-nav__cta { display: inline-flex; align-items: center; min-height: 44px; }
.editorial .ed-btn--primary, .editorial .ed-nav__cta, .editorial .ed-btn--inverted, .editorial .ed-phone__cart { background: var(--ab-accent); color: var(--ab-accent-ink); }
.editorial .ed-btn--ghost { border-color: var(--ab-control); }
.editorial .ed-phone { background: var(--ab-surface); box-shadow: none; }
.editorial .ed-step__card, .editorial .ed-editor-row { background: var(--ab-surface); box-shadow: none; }
.editorial .ed-comparison__col, .editorial .ed-step__card { border-radius: 24px; }
.editorial .ed-comparison__col--positive { background: var(--ab-surface); }
.editorial .ed-nav.is-scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
.editorial .ed-step__number { color: var(--ab-link); }
/* Keep content readable before JS, with blocked JS, and during slow 4G loading. */
.editorial .reveal, .editorial .landing-stagger { opacity: 1; transform: none; animation: none; transition: none; }
.editorial .ed-final .ed-btn--inverted { color: #24211E; }
@media (any-hover: hover) {
  .editorial .ed-btn--primary:hover, .editorial .ed-nav__cta:hover, .editorial .ed-btn--inverted:hover { background: var(--ab-accent-hover); color: var(--ab-accent-ink); box-shadow: none; }
  .editorial .ed-comparison__col:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .editorial *, .editorial *::before, .editorial *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}


/* Approved character direction: strong type, oven orange and a printed order slip. */
.editorial .ed-nav { background: var(--ab-paper); border-bottom-color: var(--ab-rule); }
.editorial .ed-nav__logo { font-size: 30px; font-weight: 800; letter-spacing: -.05em; }
.editorial .ed-hero__title { font-size: clamp(48px, 6.8vw, 88px); line-height: 1.02; font-weight: 800; letter-spacing: -.04em; }
.editorial .ed-hero__title em { display: block; margin-top: 24px; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; font-weight: 600; color: var(--ab-link); letter-spacing: -.025em; }
.editorial .ed-section__title, .editorial .ed-final__title { font-weight: 700; letter-spacing: -.035em; }
.editorial .ed-btn, .editorial .ed-nav__cta { border-radius: 4px; font-weight: 700; }
.editorial .ed-btn--primary, .editorial .ed-nav__cta { border: 1px solid var(--ab-ink); }
.editorial .ed-comparison__col, .editorial .ed-step__card { border-radius: 6px; }
.editorial .ed-phone { position: relative; width: 100%; max-width: 380px; border: 1px solid var(--ab-ink); border-radius: 3px 3px 0 0; overflow: visible; transform: rotate(3deg); }
.editorial .ed-phone::after { content: ""; position: absolute; left: -1px; right: -1px; bottom: -10px; height: 10px; background: var(--ab-surface); clip-path: polygon(0 0,100% 0,100% 100%,95% 0,90% 100%,85% 0,80% 100%,75% 0,70% 100%,65% 0,60% 100%,55% 0,50% 100%,45% 0,40% 100%,35% 0,30% 100%,25% 0,20% 100%,15% 0,10% 100%,5% 0,0 100%); }
.editorial .ed-phone__header { padding: 20px; border-bottom: 1px dashed var(--ab-control); }
.editorial .ed-phone__shop-name { font-size: 28px; line-height: 1.05; letter-spacing: -.035em; }
.editorial .ed-phone__shop-meta, .editorial .ed-phone__shop-status { font-size: 12px; }
.editorial .ed-phone__shop-status { color: var(--ab-muted); margin-top: 8px; }
.editorial .ed-phone__shop-status::before { display: none; }
.editorial .ed-phone__item { padding: 16px 20px; border-bottom-style: dashed; }
.editorial .ed-phone__item-emoji { display: none; }
.editorial .ed-phone__item-name, .editorial .ed-phone__item-price { font-size: 14px; }
.editorial .ed-phone__item-desc, .editorial .ed-phone__tab { font-size: 12px; }
.editorial .ed-phone__cart { border-radius: 3px; font-size: 12px; margin: 16px; }
.editorial .ed-final__title, .editorial .ed-final__title em { color: #F8F5ED; }
@media (max-width: 639px) { .editorial .ed-nav__inner { gap: 12px; } .editorial .ed-nav__logo { font-size: 26px; } .editorial .ed-nav__cta { font-size: 12px; } .editorial .ed-phone { max-width: calc(100% - 12px); transform: rotate(2deg); } }

/* Legal headings need room below the fixed navigation on narrow screens. */
.editorial .ed-nav + main.ed-section { padding-top: 128px; }
.editorial .txt-align-start .ed-section__title { font-size: clamp(28px, 5vw, 48px); line-height: 1.12; hyphens: auto; }
