/*
Theme Name: Stitchcraft Thread
Theme URI: https://stitchcraftthread.com/
Author: Stitchcraft Thread
Description: Custom WordPress conversion of the Stitchcraft Thread Webflow website, including native Thread Talk publishing and working WordPress forms.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: stitchcraft-thread
*/

/* WordPress-only additions. Original Webflow styling is loaded separately. */
.sc-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.admin-bar .navbar { top: 32px; }
.sc-form-notice { position: fixed; z-index: 99999; right: 24px; bottom: 24px; max-width: 420px; padding: 16px 20px; background: #fff; color: #111; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,.25); font-family: Manrope, sans-serif; }
.sc-form-notice.is-error { background: #7d1d1d; color: #fff; }
.sc-wp-main { min-height: 65vh; padding: 180px 0 100px; background: #0b0b0b; color: #fff; }
.sc-wp-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sc-wp-kicker { font-family: Manrope, sans-serif; text-transform: uppercase; letter-spacing: .14em; opacity: .68; font-size: 13px; }
.sc-wp-title { font-family: Thunder, sans-serif; font-size: clamp(64px, 11vw, 150px); line-height: .82; text-transform: uppercase; margin: 20px 0 36px; }
.sc-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.sc-post-card { color: inherit; text-decoration: none; border-top: 1px solid rgba(255,255,255,.25); padding-top: 18px; display: block; }
.sc-post-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 18px; }
.sc-post-card h2 { font-family: Thunder, sans-serif; font-size: 48px; line-height: .95; margin: 8px 0 12px; }
.sc-post-meta, .sc-post-excerpt { font-family: Manrope, sans-serif; }
.sc-post-meta { font-size: 13px; opacity: .65; text-transform: uppercase; letter-spacing: .08em; }
.sc-post-excerpt { font-size: 17px; line-height: 1.65; opacity: .85; }
.sc-article { max-width: 860px; margin: 0 auto; }
.sc-article .sc-wp-title { font-size: clamp(58px, 8vw, 112px); }
.sc-article-content { font-family: Manrope, sans-serif; font-size: 20px; line-height: 1.8; }
.sc-article-content h2, .sc-article-content h3 { font-family: Thunder, sans-serif; line-height: 1; margin-top: 1.4em; }
.sc-article-content h2 { font-size: 58px; }
.sc-article-content h3 { font-size: 42px; }
.sc-article-content img { max-width: 100%; height: auto; }
.sc-pagination { margin-top: 50px; font-family: Manrope, sans-serif; }
.sc-generic-content { font-family: Manrope, sans-serif; font-size: 19px; line-height: 1.7; max-width: 900px; }
@media (max-width: 900px) { .sc-post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .admin-bar .navbar { top: 46px; } .sc-post-grid { grid-template-columns: 1fr; } .sc-wp-main { padding-top: 130px; } }
