/* Site-native draft: shared marketing header/footer, scoped editorial layout. */
.manifesto-draft-page { color: #e9eded; font-family: 'Red Hat Display', sans-serif; }
.manifesto-draft-page * { box-sizing: border-box; }
.manifesto-draft-page a:focus-visible { outline: 2px solid #00c8c8; outline-offset: 5px; }
.draft-skip { position: absolute; left: 20px; top: -80px; padding: 12px; background: #00c8c8; color: #000; z-index: 10; }
.draft-skip:focus { top: 10px; }
.manifesto-draft-page .nav-grid { display: flex; flex-wrap: wrap; gap: 8px 23px; padding: 22px 0; list-style: none; }
.manifesto-draft-page .nav-grid li:first-child { margin-right: auto; }
.manifesto-draft-page .nav-logo-link { border: 0; height: auto; padding: 10px 0; }
.manifesto-draft-page .nav-logo { width: 124px; height: auto; }
.manifesto-draft-page .nav-link { font-size: 13px; }
.manifesto-draft { max-width: 1100px; margin: auto; padding: 0 40px; }
.manifesto-draft a { color: inherit; text-underline-offset: 5px; }
.draft-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 32px; color: #a2abab; font-size: 12px; }
.draft-breadcrumb a { text-decoration: none; }
.draft-breadcrumb a:hover { color: #00c8c8; }
.draft-hero { padding: 78px 0 70px; border-bottom: 1px solid #293333; }
.draft-kicker { color: #00c8c8; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; line-height: 1.7; }
.draft-kicker span { display: block; color: #9ba6a6; margin-top: 8px; font-weight: 400; letter-spacing: .06em; }
.draft-hero h1 { max-width: 950px; font-size: clamp(46px, 6.7vw, 82px); line-height: 1.04; font-weight: 900; letter-spacing: -.045em; margin: 28px 0 42px; color: white; }
.draft-hero h1 em { color: #00c8c8; font-style: normal; }
.draft-intro { max-width: 630px; margin-left: 27%; font-size: 20px; line-height: 1.7; color: #c2cbcb; }
.draft-intro p { margin: 0 0 18px; }
.draft-intro p:first-child { color: #fff; font-weight: 500; }
.draft-caption { margin: 32px 0 0 27%; max-width: 540px; color: #98a5a5; font-size: 12px; line-height: 1.7; }
.draft-reading { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 56px; padding-top: 65px; }
.draft-contents { position: sticky; top: 115px; align-self: start; display: flex; flex-direction: column; gap: 15px; font-size: 12px; line-height: 1.7; color: #a7b4b4; }
.draft-contents span { color: #00c8c8; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 7px; }
.draft-contents a { text-decoration: none; }
.draft-contents a:hover { color: white; }
.draft-essay { max-width: 650px; }
.draft-essay section { margin-bottom: 66px; scroll-margin-top: 115px; }
.draft-number { color: #00c8c8; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.draft-essay h2 { font-size: clamp(30px, 3.5vw, 40px); line-height: 1.15; font-weight: 700; letter-spacing: -.025em; color: white; margin: 16px 0 25px; }
.draft-essay section > p:not(.draft-number) { font-size: 18px; line-height: 1.8; color: #bdc8c8; margin: 0 0 20px; }
.draft-close { padding: 62px 0; border-top: 1px solid #293333; border-bottom: 1px solid #293333; }
.draft-close h2 { color: white; font-size: clamp(36px, 5vw, 58px); line-height: 1.12; letter-spacing: -.035em; margin: 24px 0; }
.draft-close > p:not(.draft-kicker) { max-width: 560px; font-size: 18px; line-height: 1.7; color: #bdc8c8; }
.draft-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 30px; font-size: 14px; }
.draft-actions .draft-primary { color: #000; background: #00c8c8; text-decoration: none; padding: 14px 22px; border-radius: 4px; font-weight: 700; }
.draft-actions .draft-primary:hover { background: #5ae5de; }
.draft-editorial { max-width: 690px; color: #98a5a5; font-size: 12px; line-height: 1.8; padding: 28px 0 45px; }
.manifesto-draft-page .footer { border-top: 1px solid #202828; }
@media (max-width: 991px) {
  .manifesto-draft-page .sticky-nav { position: relative; }
  .manifesto-draft-page .nav-grid { padding: 18px 20px; justify-content: flex-start; }
  .manifesto-draft-page .nav-grid li:first-child { width: 100%; text-align: left; }
  .manifesto-draft-page .nav-link { border: 0; padding: 3px 0; }
  .draft-reading { grid-template-columns: 180px minmax(0, 1fr); gap: 30px; }
  .draft-contents { top: 25px; }
  .draft-essay section { scroll-margin-top: 25px; }
}
@media (max-width: 650px) {
  .manifesto-draft { padding: 0 24px; }
  .draft-breadcrumb { padding-top: 20px; font-size: 11px; }
  .draft-hero { padding: 45px 0; }
  .draft-hero h1 { font-size: clamp(40px, 10vw, 60px); margin: 25px 0 32px; }
  .draft-intro, .draft-caption { margin-left: 0; }
  .draft-intro { font-size: 18px; }
  .draft-reading { display: block; padding-top: 30px; }
  .draft-contents { position: static; margin-bottom: 45px; padding-bottom: 30px; border-bottom: 1px solid #293333; gap: 12px; }
  .draft-essay section { margin-bottom: 45px; }
  .draft-essay section > p:not(.draft-number) { font-size: 17px; }
  .draft-close { padding: 40px 0; }
}
