:root {
  --paper: #f6f2e9;
  --paper-deep: #ebe5d8;
  --ink: #193631;
  --ink-soft: #48615b;
  --blue: #3156d8;
  --blue-deep: #263f9f;
  --lime: #cbe969;
  --line: rgba(25, 54, 49, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.page-noise { pointer-events: none; position: fixed; inset: 0; opacity: .28; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E"); }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { height: 91px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.wordmark { font: 700 25px/1 var(--serif); letter-spacing: -.065em; }
.wordmark span { color: var(--blue); }
.desktop-nav { display: flex; gap: 30px; margin-left: 105px; font-size: 14px; font-weight: 500; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { color: var(--blue); font-size: 14px; font-weight: 700; }
.header-cta span { margin-left: 5px; font-size: 17px; }

.hero { min-height: 665px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 38px; padding: 58px 0 87px; }
.hero-copy { max-width: 615px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 7px; height: 7px; display: inline-block; background: var(--lime); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; line-height: 1.01; }
h1 { margin: 0; max-width: 670px; font-size: clamp(50px, 5.35vw, 78px); }
.period { color: var(--blue); }
.hero-intro { max-width: 555px; margin: 29px 0 29px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.hero-intro strong, .start-copy strong { color: var(--ink); font-weight: 700; }
.button { display: inline-flex; align-items: center; gap: 21px; padding: 14px 18px 14px 21px; border-radius: 3px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 14px rgba(28, 45, 117, .19); }
.button-primary { color: white; background: var(--blue); }
.button span { font-size: 19px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(25,54,49,.55); padding-bottom: 2px; font-size: 14px; font-weight: 700; }
.text-link span { font-size: 17px; color: var(--blue); }
.trial-form { max-width: 500px; margin-top: 31px; display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 10px; row-gap: 9px; padding: 18px; border: 1px solid rgba(25, 54, 49, .18); background: rgba(255, 255, 255, .35); box-shadow: 0 12px 24px rgba(25, 54, 49, .07); }
.trial-form-heading { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 2px; }
.trial-form-heading strong { font-size: 15px; letter-spacing: -.015em; }
.trial-form-heading span { color: var(--ink-soft); font-size: 12px; }
.field-label, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.address-field { grid-column: 1 / -1; min-width: 0; display: flex; align-items: center; padding: 0 12px; border: 1px solid rgba(25, 54, 49, .3); background: #fffdf7; transition: border-color .2s, box-shadow .2s; }
.address-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49, 86, 216, .13); }
.address-field input, .email-field { min-width: 0; width: 100%; color: var(--ink); border: 0; outline: 0; background: transparent; font: 500 15px/1.2 var(--sans); }
.address-field input { padding: 13px 4px 13px 0; }
.address-field input::placeholder, .email-field::placeholder { color: #84938d; opacity: 1; }
.address-suffix { flex: 0 0 auto; color: var(--ink-soft); font: 500 13px/1.2 var(--sans); }
.address-feedback { grid-column: 1 / -1; min-height: 19px; margin: -2px 0 1px; color: var(--ink-soft); font-size: 12px; }
.address-feedback.is-warning { color: #8b5d19; }
.address-feedback.is-ready { color: #336d46; font-weight: 600; }
.address-feedback.is-ready span { color: var(--blue); }
.email-field { align-self: stretch; padding: 0 12px; border: 1px solid rgba(25, 54, 49, .3); background: #fffdf7; transition: border-color .2s, box-shadow .2s; }
.email-field:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49, 86, 216, .13); }
.trial-submit { justify-content: center; padding: 13px 17px; border: 0; cursor: pointer; white-space: nowrap; }
.trial-secondary { grid-column: 1 / -1; justify-self: start; margin-top: 3px; font-size: 13px; }

.preview-wrap { position: relative; width: 100%; min-height: 435px; display: flex; align-items: center; justify-content: flex-end; }
.browser-window { position: relative; z-index: 1; width: min(100%, 520px); overflow: hidden; border: 1px solid rgba(25, 54, 49, .25); background: #fbfaf5; box-shadow: 17px 20px 0 rgba(25,54,49,.10), 0 20px 35px rgba(25,54,49,.12); }
.browser-bar { height: 45px; display: grid; grid-template-columns: 72px 1fr 40px; align-items: center; padding: 0 13px; border-bottom: 1px solid #d5d3c9; background: #edede8; color: #66706a; font: 400 9px/1 var(--mono); }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c0c0ba; }
.browser-dots i:first-child { background: #c87768; }
.address-bar { justify-self: stretch; padding: 7px 11px; border: 1px solid #deded7; border-radius: 3px; background: #f8f8f5; text-align: center; color: #42534d; }
.lock { margin-right: 5px; color: var(--blue); }
.browser-menu { text-align: right; letter-spacing: 1px; }
.author-site { height: 335px; display: flex; flex-direction: column; padding: 18px 25px 17px; background: #f1efe6; color: #26302b; background-image: linear-gradient(90deg, transparent 49.7%, rgba(89,85,72,.05) 50%, transparent 50.3%); }
.author-site-nav, .author-site-foot { display: flex; justify-content: space-between; font: 500 7px/1.3 var(--mono); letter-spacing: .1em; }
.author-name { font-weight: 500; letter-spacing: .17em; }
.author-site-body { flex: 1; padding: 35px 0 12px 18px; background: linear-gradient(118deg, transparent 62%, rgba(67, 95, 70, .2) 62.2%, transparent 62.7%), radial-gradient(circle at 90% 61%, rgba(205,218,176,.7) 0 16%, transparent 16.2%); }
.article-kicker { margin: 0 0 13px; color: #617573; font: 500 7px/1 var(--mono); letter-spacing: .16em; }
.author-site h2 { margin: 0 0 13px; font-size: 31px; line-height: .98; letter-spacing: -.06em; font-weight: 600; }
.article-byline { margin: 0 0 15px; color: #68716c; font: 400 8px/1.45 var(--mono); }
.read-story { color: #203d36; border-bottom: 1px solid #203d36; padding-bottom: 2px; font: 500 8px/1 var(--mono); }
.read-story span { margin-left: 7px; color: var(--blue); }
.author-site-foot { border-top: 1px solid rgba(38,48,43,.22); padding-top: 12px; color: #66706a; }
.hosted-tag { position: absolute; z-index: 3; bottom: 2px; left: -18px; padding: 12px 17px 13px; background: var(--lime); box-shadow: 7px 7px 0 rgba(25,54,49,.15); transform: rotate(-2.5deg); }
.hosted-tag span { display: block; margin-bottom: 3px; font: 500 8px/1 var(--mono); letter-spacing: .1em; }
.hosted-tag strong { font: 700 16px/1 var(--serif); letter-spacing: -.055em; }
.hosted-tag em { font-style: normal; color: var(--blue-deep); }
.leaf { position: absolute; z-index: 0; border: 1px solid rgba(25,54,49,.35); border-radius: 90% 5% 90% 5%; }
.leaf-one { width: 135px; height: 220px; right: -30px; top: 9px; transform: rotate(29deg); background: #dce9a6; }
.leaf-two { width: 110px; height: 180px; left: 4px; bottom: 15px; transform: rotate(-37deg); background: #cedfda; }

.proof-strip { background: var(--ink); color: #eff1e9; }
.proof-inner { min-height: 123px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.proof-inner p { margin: 0; font: 500 21px/1.22 var(--serif); letter-spacing: -.035em; }
.proof-points { display: flex; align-items: center; gap: 13px; white-space: nowrap; color: #d3ddd6; font-size: 12px; font-weight: 500; }
.proof-points i { width: 4px; height: 4px; background: var(--lime); border-radius: 50%; }

.manifesto { padding: 143px 0 149px; }
.section-label { display: flex; align-items: center; gap: 10px; color: #5f7770; font: 500 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.section-label span { color: var(--blue); }
.section-label i { width: 31px; height: 1px; background: currentColor; opacity: .6; }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .66fr; gap: 96px; padding-top: 48px; }
.manifesto h2 { margin-bottom: 0; max-width: 690px; font-size: clamp(39px, 4.25vw, 61px); }
.manifesto-copy { padding-top: 9px; }
.manifesto-copy p { margin-bottom: 21px; color: var(--ink-soft); font-size: 17px; line-height: 1.58; }
.underlined-link { display: inline-flex; gap: 9px; margin-top: 8px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.underlined-link span { color: var(--blue); font-size: 18px; }

.start-section { padding: 94px 0; background: #dce8e3; }
.start-grid { display: grid; grid-template-columns: .93fr 1fr; align-items: center; gap: 125px; }
.address-card { min-height: 335px; padding: 26px 30px 22px; display: flex; flex-direction: column; color: #f7f5ed; background: var(--blue); box-shadow: 10px 10px 0 rgba(25,54,49,.12); transform: rotate(-1.6deg); }
.card-topline { display: flex; justify-content: space-between; color: #cbd5ff; font: 500 9px/1 var(--mono); letter-spacing: .11em; }
.address-main { margin: auto 0 12px; display: flex; flex-direction: column; font-family: var(--serif); font-size: clamp(30px, 3vw, 43px); font-weight: 600; line-height: .9; letter-spacing: -.06em; }
.address-main strong { color: var(--lime); }
.address-card p { margin: 0; color: #d8def8; font: 400 10px/1 var(--mono); letter-spacing: .04em; }
.address-line { display: flex; align-items: center; gap: 5px; margin-top: 25px; }
.address-line span { display: block; height: 2px; flex: 1; background: #e6ecff; }
.address-line i { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }
.start-copy h2 { margin: 42px 0 20px; max-width: 490px; font-size: clamp(39px, 4vw, 56px); }
.start-copy > p { max-width: 515px; margin-bottom: 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.57; }
.dark-link { color: var(--ink); }

.benefits { padding: 143px 0 137px; }
.benefit-head { display: flex; justify-content: space-between; align-items: end; gap: 70px; padding: 43px 0 61px; }
.benefit-head h2 { margin: 0; font-size: clamp(39px, 4.1vw, 58px); }
.benefit-head p { max-width: 355px; margin: 0 5px 5px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.benefit { position: relative; min-height: 315px; padding: 25px 34px 21px 0; }
.benefit:not(:last-child) { border-right: 1px solid var(--line); padding-left: 0; padding-right: 42px; }
.benefit + .benefit { padding-left: 42px; }
.number { color: var(--blue); font: 500 10px/1 var(--mono); letter-spacing: .1em; }
.benefit-icon { height: 70px; margin: 32px 0 21px; position: relative; }
.home-icon { width: 72px; border: 2px solid var(--ink); border-top: 0; margin-left: 9px; height: 47px; margin-top: 43px; }
.home-icon:before { content: ""; position: absolute; width: 48px; height: 48px; top: -26px; left: 10px; border-left: 2px solid var(--ink); border-top: 2px solid var(--ink); transform: rotate(45deg); }
.home-icon i:first-child { position: absolute; bottom: 0; left: 28px; width: 15px; height: 23px; border: 2px solid var(--ink); border-bottom: 0; }
.readers-icon i { position: absolute; border: 2px solid var(--ink); border-radius: 50%; }
.readers-icon i:nth-child(1) { width: 22px; height: 22px; left: 2px; top: 7px; }.readers-icon i:nth-child(2) { width: 22px; height: 22px; left: 34px; top: 7px; }.readers-icon i:nth-child(3) { width: 55px; height: 26px; left: 1px; top: 35px; border-radius: 50% 50% 0 0; border-bottom: 0; }
.pen-icon { width: 20px; height: 63px; margin: 25px 0 18px 27px; transform: rotate(40deg); border: 2px solid var(--ink); border-radius: 12px 12px 3px 3px; }.pen-icon:after { content:""; position:absolute; bottom:-12px; left:2px; border-left:6px solid transparent; border-right:6px solid transparent; border-top:12px solid var(--ink); }.pen-icon i { position:absolute; width:6px; height:6px; bottom:7px; left:5px; border-radius:50%; background:var(--blue); }
.benefit h3 { max-width: 255px; margin-bottom: 9px; font: 600 24px/1.08 var(--serif); letter-spacing: -.04em; }.benefit p { max-width: 285px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.54; }

.integrations { color: #f3f1e9; background: var(--ink); }.integrations-layout { min-height: 610px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 90px; padding: 106px 0; }.light-label { color: #b2c5bd; }.light-label span { color: var(--lime); }.integrations h2 { margin: 40px 0 22px; font-size: clamp(43px, 4.3vw, 62px); }.integrations-intro > p { max-width: 410px; color: #bbcbc4; font-size: 16px; line-height: 1.57; }.integrations-intro .stack-note { margin-top: 29px; color: var(--lime); font-size: 13px; font-weight: 700; }
.tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }.tool-card { min-height: 103px; display: flex; align-items: center; gap: 17px; padding: 17px; background: #27443e; transition: transform .2s, background .2s; }.tool-card:hover { transform: translateY(-3px); background: #30524b; }.tool-card:last-child { grid-column: 1 / span 2; }.tool-mark { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; color: #1e372f; background: var(--lime); border-radius: 50%; font: 700 19px/1 var(--serif); }.patreon .tool-mark { color: #f3f1e9; background: #d15139; }.book .tool-mark { color: #f5e6c7; background: #776251; }.stripe .tool-mark { color: #e9e8ff; background: #6656c6; }.zapier .tool-mark { color: #282d1e; background: #f4a955; }.tool-card strong, .tool-card small { display: block; }.tool-card strong { margin-bottom: 3px; font-size: 14px; }.tool-card small { color: #b5c4bd; font-size: 12px; }

.contrast { min-height: 505px; display: grid; grid-template-columns: .27fr 1fr; gap: 57px; padding: 122px 0 105px; }.contrast-mark { color: var(--lime); font: 700 190px/.7 var(--serif); letter-spacing: -.12em; }.contrast-content { max-width: 735px; }.contrast h2 { margin: 39px 0 21px; font-size: clamp(41px, 4.2vw, 59px); }.contrast p { max-width: 655px; color: var(--ink-soft); font-size: 18px; line-height: 1.58; }
.testimonial { display: flex; flex-direction: column; align-items: center; padding: 77px 0 108px; text-align: center; }.quote-line { width: 54px; height: 3px; margin-bottom: 37px; background: var(--blue); }.testimonial blockquote { max-width: 840px; margin: 0; font: 500 clamp(29px, 3.4vw, 47px)/1.12 var(--serif); letter-spacing: -.045em; }.quote-credit { display: flex; align-items: center; gap: 11px; margin-top: 31px; text-align: left; }.credit-dot { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font: 500 9px/1 var(--mono); }.quote-credit strong, .quote-credit small { display: block; }.quote-credit strong { font-size: 12px; }.quote-credit small { color: var(--ink-soft); font-size: 11px; }

.final-cta { overflow: hidden; position: relative; color: #f4f2ea; background: var(--blue); }.final-inner { position: relative; padding: 104px 0 105px; text-align: center; }.final-inner .eyebrow { justify-content: center; color: #cdd6ff; }.final-inner .eyebrow span { background: var(--lime); }.final-inner h2 { margin: 0 0 20px; font-size: clamp(52px, 5.5vw, 75px); }.final-inner h2 .period { color: var(--lime); }.final-inner > p:not(.eyebrow) { margin-bottom: 29px; color: #d8dffd; font-size: 18px; }.pale-button { position: relative; z-index: 1; color: var(--ink); background: var(--lime); }.root-lines { pointer-events: none; position: absolute; left: 50%; bottom: -91px; width: 830px; height: 180px; transform: translateX(-50%); opacity: .23; }.root-lines i { position: absolute; width: 2px; height: 195px; bottom: 0; background: #d7e2ff; transform-origin: bottom; }.root-lines i:nth-child(1) { left: 25%; transform: rotate(-31deg); }.root-lines i:nth-child(2) { left: 38%; transform: rotate(-15deg); }.root-lines i:nth-child(3) { left: 50%; height: 220px; }.root-lines i:nth-child(4) { right: 38%; transform: rotate(15deg); }.root-lines i:nth-child(5) { right: 25%; transform: rotate(31deg); }
.site-footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--ink-soft); font-size: 12px; }.site-footer .wordmark { color: var(--ink); }.site-footer p { margin: 0; }.site-footer > span { font: 400 10px/1 var(--mono); }

@media (max-width: 850px) { .desktop-nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 62px; }.preview-wrap { max-width: 550px; min-height: auto; margin: 14px auto 0; }.proof-inner { padding: 28px 0; align-items: start; flex-direction: column; gap: 19px; }.manifesto-grid, .start-grid, .integrations-layout { grid-template-columns: 1fr; gap: 55px; }.manifesto { padding: 98px 0; }.start-section { padding: 78px 0; }.address-card { max-width: 485px; width: calc(100% - 15px); margin: 0 auto; }.benefits { padding: 100px 0; }.benefit-head { align-items: start; flex-direction: column; gap: 22px; padding-bottom: 44px; }.benefit-grid { grid-template-columns: 1fr; }.benefit, .benefit:not(:last-child), .benefit + .benefit { min-height: unset; padding: 28px 0 35px; border-right: 0; border-bottom: 1px solid var(--line); }.benefit:last-child { border-bottom: 0; }.benefit-icon { margin: 25px 0 16px; }.home-icon { margin-top: 37px; }.pen-icon { margin-top: 20px; }.integrations-layout { padding: 86px 0; }.tool-grid { max-width: 600px; }.contrast { grid-template-columns: 1fr; gap: 15px; padding: 95px 0 82px; }.contrast-mark { font-size: 120px; }.site-footer { padding: 26px 0; flex-wrap: wrap; } }
@media (max-width: 560px) { .container { width: min(100% - 32px, 1180px); }.site-header { height: 76px; }.header-cta { font-size: 12px; }.wordmark { font-size: 23px; }.hero { min-height: auto; padding: 43px 0 68px; gap: 37px; }.eyebrow { font-size: 9px; letter-spacing: .1em; }.hero h1 { font-size: clamp(43px, 13vw, 57px); }.hero-intro { margin: 24px 0 25px; font-size: 16px; }.trial-form { grid-template-columns: 1fr; margin-top: 27px; padding: 15px; }.trial-form-heading { align-items: flex-start; flex-direction: column; gap: 2px; }.email-field { min-height: 45px; }.trial-submit { min-height: 45px; }.preview-wrap { width: calc(100% - 3px); }.browser-bar { grid-template-columns: 42px 1fr 22px; padding: 0 8px; }.browser-dots { gap: 3px; }.browser-dots i { width: 5px; height: 5px; }.address-bar { padding: 7px 4px; font-size: 7px; }.author-site { height: 290px; padding: 15px 16px; }.author-site-body { padding-left: 8px; }.author-site h2 { font-size: 27px; }.hosted-tag { left: -5px; bottom: -16px; padding: 10px 12px; }.hosted-tag strong { font-size: 13px; }.leaf-one { width: 75px; height: 130px; right: 8px; }.leaf-two { width: 66px; height: 95px; left: 4px; bottom: -8px; }.pen-icon { margin-left: 30px; }.proof-inner p { font-size: 18px; }.proof-points { gap: 8px; font-size: 10px; }.desktop-break { display: none; }.manifesto { padding: 78px 0; }.manifesto-grid { gap: 31px; padding-top: 32px; }.manifesto h2, .start-copy h2, .benefit-head h2, .integrations h2, .contrast h2 { font-size: 39px; }.manifesto-copy p, .start-copy > p { font-size: 16px; }.start-section { padding: 60px 0; }.start-grid { gap: 54px; }.address-card { min-height: 260px; padding: 21px; }.benefits { padding: 77px 0; }.tool-grid { grid-template-columns: 1fr; }.tool-card:last-child { grid-column: auto; }.integrations-layout { gap: 51px; padding: 72px 0; }.integrations h2 { margin-top: 34px; }.contrast { padding: 73px 0 62px; }.contrast p { font-size: 16px; }.testimonial { padding: 58px 0 76px; }.testimonial blockquote { font-size: 28px; }.final-inner { padding: 80px 0 87px; }.final-inner h2 { font-size: 51px; }.final-inner > p:not(.eyebrow) { font-size: 16px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 10px; }.site-footer p { order: 3; }.site-footer > span { position: absolute; right: 16px; margin-top: 8px; } }
