:root{--color-bg: #F7F8FB;--color-text: #343434;--color-primary: #00563F;--font-primary: "Stack Sans Headline", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--text-xs: clamp(.75rem, .9vw, .875rem);--text-sm: clamp(.875rem, 1vw, 1rem);--text-base: clamp(1rem, 1.2vw, 1.125rem);--text-lg: clamp(1.25rem, 2vw, 1.5rem);--text-xl: clamp(2rem, 4vw, 3rem);--line-height-offset: 4px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-primary);color:var(--color-text);background-color:var(--color-bg);line-height:1.6}h1{font-size:var(--text-xl);font-weight:700}h2{font-size:var(--text-lg);font-weight:600}p{font-size:var(--text-base);color:var(--color-text)}.btn{align-items:center;padding:12px 20px;border-radius:999px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;color:#fff}.btn-icon-only{width:60px;height:60px;border-radius:100%;background:var(--color-primary)}.btn-icon{display:flex;align-items:center;justify-content:center}.btn-primary{background:var(--color-primary);color:#fff}.btn-secondary{background:transparent;border:1px solid black;color:#000}.btn-ghost{background:none;color:#000;padding:8px 0}.btn:hover{opacity:.8}.draft-hero__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.draft-hero__content{max-width:720px;display:flex;flex-direction:column;gap:0}.draft-hero__category{font-size:30px;line-height:34px;font-weight:300;color:#1f1f1f;margin:0}.draft-hero__title{font-size:94px;line-height:98px;font-weight:300;color:#1f1f1f;margin:0}.draft-hero__timeframe{font-size:30px;line-height:34px;font-weight:300;color:#1f1f1f;margin:0}.draft-hero__tags{display:flex;gap:var(--space-sm);padding:0;margin:16px 0 0;list-style:none}.draft-hero__tag{padding:4px 10px;border-radius:999px;font-size:var(--text-xs);background:#f2f2f2}.draft-hero__description{max-width:60ch;font-size:20px;line-height:24px;font-weight:400;color:#1f1f1f;margin-top:56px}.draft-hero__actions{display:flex;gap:var(--space-md);margin-top:56px}.draft-hero__image{flex:1;display:flex;justify-content:flex-end}.draft-hero__image img{max-width:100%;height:auto;display:block}.draft-hero{padding:var(--space-xl) 0}.draft-hero__inner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);column-gap:48px;align-items:flex-start}.draft-hero__content{max-width:720px;display:flex;flex-direction:column}.draft-hero__inner>.draft-hero__content:nth-of-type(1),.draft-hero__inner>.draft-hero__content:nth-of-type(2),.draft-hero__inner>.draft-hero__content:nth-of-type(3){grid-column:1}.title{font-size:30px;line-height:34px;font-weight:300;color:#1f1f1f;margin:0}.description{max-width:60ch;font-size:20px;line-height:24px;font-weight:400;color:#1f1f1f;margin-top:16px}.draft-hero__content h4{margin:0}.draft-hero__content h4+p{margin-top:16px}.draft-summary__image{grid-column:2;grid-row:1 / span 3;display:flex;justify-content:flex-end}.draft-summary__image img{max-width:100%;height:auto;display:block}.draft-prolog-page{max-width:1440px;min-height:4000px;margin:0 auto;padding:0 24px;box-sizing:border-box}.draft-prolog-page__content{margin-top:24px}
