.otto-article h1 { max-width: 22ch; font-size: clamp(2.6rem, 6vw, 4.25rem); line-height: 1.05; }
.otto-byline { color: var(--muted); font-size: .9rem; line-height: 1.6; max-width: 36rem; }
.otto-walkthrough { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .75fr); gap: 1.75rem; margin: 2rem 0; align-items: center; }
.otto-progress { display: grid; gap: 2rem; }
.otto-walkthrough figure { margin: 0; min-width: 0; }
.otto-walkthrough figcaption { color: var(--muted); font-size: .85rem; line-height: 1.5; margin-bottom: .65rem; }
.otto-walkthrough figcaption strong { display: block; color: var(--ink); margin-bottom: .2rem; }
.otto-walkthrough img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: .45rem; }
.otto-walkthrough a { display: block; }
.otto-walkthrough a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.otto-services { width: 100%; border-collapse: collapse; margin: 1.25rem 0 1.5rem; font-size: .9rem; line-height: 1.55; }
.otto-services th, .otto-services td { padding: .7rem .65rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.otto-services thead th { color: var(--gold); }
.otto-services tbody th { width: 38%; font-weight: 600; }
.otto-services td { color: var(--muted); }
.otto-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 36rem) {
  .otto-walkthrough { grid-template-columns: 1fr; gap: 2rem; }
  .otto-walkthrough > figure { max-width: 21rem; width: 100%; margin-inline: auto; }
  .otto-services th, .otto-services td { padding-inline: .4rem; }
}

