/* Longform Pro — reading experience */
[data-theme="longform-pro"] { --lpacc: #b85c38; --lptext: #1f1816; --lpbg: #fbf8f2; }
[data-theme="longform-pro"] body { background: var(--lpbg); color: var(--lptext); font-family: "Source Serif Pro", Georgia, serif; }
[data-theme="longform-pro"] .site-header { background: var(--lpbg); border-bottom: 1px solid #e7dfd1; box-shadow: none; }
[data-theme="longform-pro"] .nav-links a, [data-theme="longform-pro"] .nav-logo-text { color: var(--lptext); font-family: "Source Serif Pro", serif; font-style: italic; font-size: 1rem; }

.lp-hero { max-width: 760px; margin: 60px auto 40px; padding: 0 24px; text-align: center; }
.lp-hero h1 { font-family: "Source Serif Pro", serif; font-size: 3.4rem; font-weight: 600; line-height: 1.1; color: var(--lptext); margin: 0 0 18px; letter-spacing: -0.01em; }
.lp-hero p { font-size: 1.2rem; font-style: italic; color: #6c5b48; }
.lp-divider { text-align: center; color: var(--lpacc); font-size: 1.4rem; letter-spacing: 0.5em; margin: 32px 0; }

.lp-list { max-width: 720px; margin: 0 auto 60px; padding: 0 24px; }
.lp-list article { padding: 36px 0; border-bottom: 1px solid #e7dfd1; }
.lp-list article:last-child { border-bottom: 0; }
.lp-list .lp-meta { font-size: 0.85rem; color: #a08c75; letter-spacing: 0.05em; text-transform: uppercase; font-family: "Helvetica Neue", Arial, sans-serif; margin-bottom: 10px; }
.lp-list h2 { font-family: "Source Serif Pro", serif; font-size: 2rem; line-height: 1.18; font-weight: 600; margin: 0 0 12px; }
.lp-list h2 a { color: var(--lptext); text-decoration: none; }
.lp-list h2 a:hover { color: var(--lpacc); }
.lp-list p { font-size: 1.05rem; line-height: 1.7; color: #4c3d33; }

[data-theme="longform-pro"] .article-layout { max-width: 680px; }
[data-theme="longform-pro"] .article-body { font-size: 1.18rem; line-height: 2; }
[data-theme="longform-pro"] .article-body p:first-of-type::first-letter { float: left; font-size: 5rem; line-height: 0.85; margin: 8px 12px 0 0; color: var(--lpacc); font-weight: 600; }
[data-theme="longform-pro"] .article-header h1 { font-family: "Source Serif Pro", serif; font-weight: 600; font-size: 2.8rem; line-height: 1.15; }
[data-theme="longform-pro"] .badge { background: transparent; border: 1px solid var(--lpacc); color: var(--lpacc); border-radius: 1px; font-style: italic; }
[data-theme="longform-pro"] .article-body h2 { font-family: "Source Serif Pro", serif; font-size: 1.7rem; margin-top: 48px; }
[data-theme="longform-pro"] .site-footer { background: var(--lpbg); color: var(--lptext); border-top: 1px solid #e7dfd1; }
