/* Dead Signal section 04 — from the author. Deliberately quiet, and deliberately between the
   page's two most visual sections: one column flush to seam + 32, no cards, no media, and the
   seam runs bare through it. Master brand voice, so the type is Playfair and Inter only. */
.aut{position:relative;background:var(--bg-page);padding:108px 0 116px;box-shadow:inset 0 1px 0 rgba(15,26,46,.1)}
.aut .rt-seam{background:var(--seam-color)}
.aut-marker{position:absolute;left:0;top:108px;width:calc(var(--seam) - 32px);text-align:right;font-family:var(--font-serif);font-weight:400;font-size:24px;line-height:1;color:rgba(15,26,46,.35)}
.aut-col{margin-left:calc(var(--seam) + var(--seam-inset));margin-right:56px;max-width:64ch}
.aut-h{margin:0 0 26px;font-family:var(--font-serif);font-weight:500;font-size:clamp(1.7rem,2.6vw,2.4rem);line-height:1.14;letter-spacing:var(--tracking-tight);color:var(--color-navy)}
.aut-col p{margin:22px 0 0;font-size:17.5px;line-height:1.72;color:rgba(26,26,31,.84);text-wrap:pretty}
.aut-col p:first-of-type{margin-top:0}
/* The signature anchors the label channel at the foot of the column. The channel holds this
   and the marker, nothing else, and the seam stays bare. */
.aut-col{position:relative}
/* Scoped past .aut-col p, which would otherwise win on specificity and reset ink and size.
   The box is right-aligned inside the column's coordinate space, so its width is nominal. */
.aut-col p.aut-sign{position:absolute;left:auto;right:calc(100% + var(--seam-inset) * 2);bottom:0;width:max-content;margin:0;text-align:right;font-family:var(--font-serif);font-style:italic;font-size:17px;color:rgba(26,26,31,.6)}
@media(max-width:767px){.aut{padding:64px 0 70px}.aut-col{margin:0;padding:0 20px}.aut-col p.aut-sign{position:static;width:auto;text-align:left;margin-top:26px}.aut-marker{position:static;width:auto;text-align:left;padding:0 20px 6px}.aut-col p{font-size:16.5px}}
