
/*
Theme Name: Nick of Time Handyman
Theme URI: https://nickoftimehome.com/
Author: OpenAI for Nick of Time Handyman Services LLC
Description: Custom lightweight WordPress theme for Nick of Time Handyman Services LLC.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: nick-of-time
*/
:root{
  --navy:#0F172A;--charcoal:#374151;--steel:#9CA3AF;--orange:#F59E0B;
  --amber:#FBBF24;--white:#F8FAFC;--muted:#64748B;--soft:#F1F5F9;--border:#E2E8F0;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--navy);background:#fff;line-height:1.6}
a{color:inherit}img{max-width:100%;height:auto}.container{width:min(1120px,92%);margin:auto}
.site-header{background:#080D16;color:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #1F2937}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px}
.brand img{width:min(355px,55vw);display:block}.menu{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.menu a{text-decoration:none;font-weight:700;font-size:.93rem}
.btn{display:inline-block;text-decoration:none;border-radius:8px;padding:12px 18px;font-weight:800;border:2px solid transparent}
.btn-primary{background:var(--orange);color:#111827}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border-color:#CBD5E1;background:#fff}
.hero{background:linear-gradient(125deg,#080D16 0%,#111827 58%,#1F2937 100%);color:#fff;padding:82px 0}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:45px;align-items:center}.eyebrow{color:var(--amber);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.82rem}
.hero h1{font-size:clamp(2.6rem,6vw,5rem);line-height:.98;margin:10px 0 22px}.hero h1 span{color:var(--orange)}.hero p{font-size:1.15rem;color:#D7DEE8;max-width:720px}
.hero-card{border:1px solid #374151;border-radius:18px;padding:30px;background:#0B1220}.hero-card img{filter:drop-shadow(0 10px 30px #000)}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px;color:#CBD5E1;font-weight:700;font-size:.9rem}
.section{padding:70px 0}.section.soft{background:var(--soft)}.section.dark{background:#0B1220;color:#fff}.section-title{max-width:780px;margin-bottom:34px}.section h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;margin:6px 0 14px}.section-title p{color:var(--muted);font-size:1.07rem}.dark .section-title p{color:#CBD5E1}
.grid{display:grid;gap:18px}.services{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--border);border-radius:14px;padding:22px;background:#fff;box-shadow:0 3px 14px rgba(15,23,42,.04)}.card h3{margin:8px 0}.icon{font-size:1.7rem;color:var(--orange)}
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:22px}.price-card{border-radius:16px;border:1px solid var(--border);padding:25px;background:#fff}.price-card.featured{border:2px solid var(--orange)}.rate{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #E5E7EB}.rate span:last-child{font-weight:900;white-space:nowrap}
.notice{background:#FFF7E6;border:1px solid #FDE3A7;border-radius:12px;padding:16px;color:#765000;font-size:.92rem}.pm{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pm-box{background:#111827;border:1px solid #374151;border-radius:14px;padding:24px}.pm-rate{display:flex;justify-content:space-between;border-bottom:1px solid #374151;padding:10px 0}.pm-rate strong{color:var(--amber)}
.nte-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.nte{border:1px solid #374151;padding:18px;border-radius:12px;text-align:center}.nte strong{display:block;font-size:1.6rem;color:var(--orange)}
.area{display:flex;flex-wrap:wrap;gap:10px}.pill{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:800}
.faq details{border:1px solid var(--border);padding:16px 18px;border-radius:10px;margin:10px 0;background:#fff}.faq summary{font-weight:900;cursor:pointer}
.content-page{padding:60px 0}.content-page h1{font-size:3rem}.content-page h2{margin-top:36px}.lead{font-size:1.16rem;color:var(--muted)}
.site-footer{background:#070B11;color:#B8C0CB;padding:36px 0}.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.site-footer strong{color:#fff}.fine{font-size:.82rem;color:#94A3B8;margin-top:18px}
@media(max-width:900px){.hero-grid,.services,.pricing,.pm{grid-template-columns:1fr}.menu a:not(.btn){display:none}.hero{padding:58px 0}.footer-grid{display:block}}
@media(max-width:520px){.brand img{width:245px}.nav{min-height:66px}.hero h1{font-size:2.7rem}.nte-grid{grid-template-columns:1fr}}
