/*
Theme Name: Satisfactory Asphalt Theme
Theme URI: https://example.com/
Author: Packadz Starter Build
Description: Clean black, yellow, gray, and white WordPress theme for Satisfactory Sealing and Asphalt LLC.
Version: 0.1.0
License: GPLv2 or later
Text Domain: satisfactory-asphalt
*/
:root{--black:#101010;--yellow:#f5c400;--gray:#f5f5f5;--white:#fff;--muted:#666;--max:1180px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--black);background:#fff;line-height:1.55}a{color:inherit}.site-header{background:#111;color:#fff;border-bottom:5px solid var(--yellow);position:sticky;top:0;z-index:20}.header-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px}.site-branding a{text-decoration:none;font-weight:900;font-size:20px;letter-spacing:.02em}.site-branding span{display:block;color:var(--yellow);font-size:12px;text-transform:uppercase;letter-spacing:.18em}.main-nav ul{display:flex;gap:20px;align-items:center;list-style:none;margin:0;padding:0}.main-nav a{text-decoration:none;font-weight:700}.main-nav a:hover{color:var(--yellow)}.quote-link{background:var(--yellow);color:#111!important;padding:10px 14px;border-radius:5px}.site-main{max-width:var(--max);margin:0 auto;padding:36px 22px}.content-card{background:#fff}.entry-title{font-size:clamp(34px,5vw,56px);line-height:1.05;margin:0 0 20px}.entry-content{font-size:18px}.site-footer{margin-top:60px;background:#111;color:#fff}.footer-inner{max-width:var(--max);margin:0 auto;padding:34px 22px;display:flex;justify-content:space-between;gap:22px;border-top:5px solid var(--yellow)}.footer-inner p{margin:0;color:#ddd}.button,button,input[type=submit]{background:#111;color:#fff;border:0;border-radius:5px;padding:12px 18px;font-weight:800}.wp-block-button__link{background:#111;color:#fff;border-radius:5px}.wp-block-group.has-background{border-radius:12px}@media(max-width:820px){.header-inner,.footer-inner{display:block}.main-nav ul{margin-top:16px;display:block}.main-nav li{margin:10px 0}.site-header{position:static}}
