/* Additions for the public launch. The approved type and colour system is retained. */
.skip-link{position:fixed;left:16px;top:-100px;padding:12px 18px;background:var(--mint);color:var(--ink);z-index:10;border-radius:4px}
.skip-link:focus{top:12px}
.launch-note{border-bottom:1px solid var(--line);color:var(--muted);font-size:11px;padding-block:9px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.launch-note a{color:var(--mint)}
.public-status{font-size:11px;color:var(--mint);border:1px solid #48645b;padding:6px 10px;border-radius:4px;white-space:nowrap}
.public-reading{padding-block:46px 70px;min-height:55vh}
.public-reading>.lead{margin-top:22px;margin-bottom:35px;max-width:660px}
.public-reading h1{max-width:800px}
.public-reading .story-content{max-width:710px}
.public-reading .story-content h2{margin-top:34px;font-size:28px}
.public-reading .story-content a:not(.button){color:var(--mint);text-decoration:underline;text-underline-offset:4px}
.public-reading .story-content p{font-size:14px}
.coming-note{border-left:2px solid var(--mint);background:var(--surface);padding:23px 26px;margin-block:28px 30px;max-width:710px}
.coming-note h2{font-size:25px;margin-bottom:10px}
.coming-note p{font-size:14px;color:var(--muted)}
.public-projects{padding-bottom:50px}
.public-projects .work-grid{padding-bottom:25px}
.public-projects .work-card{align-items:start}
.creator-identity .identity-copy{min-width:0}
.profile-tabs a:hover{color:var(--mint)}
.site-footer nav{flex-wrap:wrap}
.page-sketch .sketch-top strong{font-size:13px}
.page-sketch .sketch-caption{font-size:13px;font-family:var(--sans);font-weight:400}
.public-privacy-date{margin-top:20px}
@media(max-width:520px){.launch-note{font-size:10px;gap:5px;padding-block:8px}.launch-note span{max-width:250px}.public-status{grid-column:2;grid-row:1;font-size:9px;padding:5px 8px}.public-reading{padding-top:28px}.public-reading h1{font-size:44px}.public-reading>.lead{font-size:14px}.coming-note{padding:20px}.coming-note p{font-size:13px}.public-reading .story-content h2{font-size:26px}.creator-identity .identity-action{margin-left:0}.site-footer nav{gap:15px 23px}}
