/* Roger's Maintenance & Repairs - Concept Website */
:root {
    --navy: #071827;
    --navy-soft: #102b42;
    --yellow: #f3b516;
    --yellow-dark: #c98c00;
    --steel: #4f6170;
    --light: #f4f6f8;
    --white: #ffffff;
    --dark: #151515;
    --muted: #66717b;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.concept-bar { background: #050b10; color: #d9e6f2; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 10px 32px; font-size: 0.85rem; letter-spacing: .04em; text-transform: uppercase; }
.concept-bar a { color: var(--yellow); font-weight: 700; }
.site-header { background: var(--navy); color: var(--white); position: sticky; top: 0; z-index: 10; box-shadow: 0 4px 20px rgba(0,0,0,.25); }
.header-inner { max-width: 1240px; margin: 0 auto; padding: 18px 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.logo-mark { display: inline-flex; flex-direction: column; line-height: 1; }
.logo-main { font-size: 1.8rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--white); }
.logo-sub { font-size: .78rem; color: var(--yellow); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-top: 5px; }
.main-nav { display: flex; gap: 24px; align-items: center; font-size: .85rem; font-weight: 800; text-transform: uppercase; }
.main-nav a { color: #dce5ec; border-bottom: 3px solid transparent; padding: 8px 0; }
.main-nav a:hover, .main-nav a.active { color: var(--yellow); border-bottom-color: var(--yellow); }
.quote-btn, .btn-primary { background: var(--yellow); color: #101010; padding: 12px 22px; border-radius: 4px; display: inline-block; font-weight: 900; text-transform: uppercase; border: 0; cursor: pointer; }
.quote-btn:hover, .btn-primary:hover { background: var(--yellow-dark); }
.btn-dark { background: var(--navy); color: var(--white); padding: 12px 22px; border-radius: 4px; display: inline-block; font-weight: 900; text-transform: uppercase; }
.hero { min-height: 600px; background: linear-gradient(90deg, rgba(7,24,39,.96), rgba(7,24,39,.82) 42%, rgba(7,24,39,.2)), url('../gfx/hero_roger.png') center/cover no-repeat; color: var(--white); display: flex; align-items: center; }
.hero-content { max-width: 1240px; width: 100%; margin: 0 auto; padding: 80px 28px; }
.hero-kicker { color: var(--yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 12px; }
.hero h1 { font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: .95; text-transform: uppercase; max-width: 660px; letter-spacing: -.04em; }
.hero h1 span { color: var(--yellow); display: block; }
.hero p { max-width: 560px; margin: 24px 0 32px; font-size: 1.15rem; color: #e8eef3; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-strip { background: var(--yellow); color: #111; }
.trust-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.trust-item { padding: 22px 28px; font-weight: 900; text-align: center; text-transform: uppercase; }
.section { max-width: 1240px; margin: 0 auto; padding: 70px 28px; }
.section-header { margin-bottom: 34px; max-width: 760px; }
.section-label { color: var(--yellow-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.section h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; text-transform: uppercase; color: var(--navy); }
.section-header p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--white); border: 1px solid #d9e0e6; box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.service-card-content { padding: 24px; }
.service-card h3 { color: var(--navy); text-transform: uppercase; margin-bottom: 8px; }
.service-card p { color: var(--muted); }
.dark-section { background: var(--navy); color: var(--white); }
.dark-inner { max-width: 1240px; margin: 0 auto; padding: 80px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.dark-inner img { border: 8px solid rgba(255,255,255,.08); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.dark-inner h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; color: var(--white); text-transform: uppercase; }
.dark-inner p { color: #d7e2ea; margin: 18px 0; }
.check-list { list-style: none; margin: 26px 0; }
.check-list li { margin-bottom: 10px; font-weight: 800; }
.check-list li::before { content: '✓'; color: var(--yellow); margin-right: 10px; }
.project-grid, .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { position: relative; overflow: hidden; min-height: 260px; background: #000; }
.project-card img { width: 100%; height: 100%; object-fit: cover; opacity: .75; transition: .25s; }
.project-card:hover img { transform: scale(1.04); opacity: .55; }
.project-card span { position: absolute; left: 20px; bottom: 18px; color: var(--white); font-weight: 900; text-transform: uppercase; font-size: 1.1rem; }
.testimonials { background: var(--light); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: var(--white); border-left: 6px solid var(--yellow); padding: 26px; box-shadow: 0 8px 22px rgba(0,0,0,.06); }
.quote p { color: var(--muted); margin-bottom: 16px; }
.quote strong { color: var(--navy); }
.contact-cta { background: linear-gradient(90deg, rgba(7,24,39,.96), rgba(16,43,66,.92)), url('../gfx/gallery/tools_wall.jpg') center/cover no-repeat; color: var(--white); text-align: center; padding: 80px 28px; }
.contact-cta h2 { font-size: clamp(2rem, 4vw, 3.2rem); text-transform: uppercase; }
.contact-cta p { margin: 16px auto 30px; max-width: 640px; color: #dce8f1; }
.page-title { background: var(--navy); color: var(--white); padding: 70px 28px; }
.page-title-inner { max-width: 1240px; margin: 0 auto; }
.page-title h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); text-transform: uppercase; line-height: 1; }
.page-title p { color: #dce8f1; margin-top: 12px; max-width: 720px; }
.form-box { max-width: 760px; background: var(--light); padding: 30px; border: 1px solid #d9e0e6; }
.form-box label { display: block; font-weight: 800; margin: 14px 0 6px; }
.form-box input, .form-box textarea, .form-box select { width: 100%; padding: 12px; border: 1px solid #ccd5dd; font: inherit; }
.form-box button[disabled] { opacity: .55; cursor: not-allowed; }
.demo-note { background: #fff7df; border-left: 6px solid var(--yellow); padding: 18px; margin-bottom: 24px; }
.site-footer { background: #07111b; color: #dbe4eb; padding: 54px 28px 22px; }
.footer-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; }
.footer-grid h3, .footer-grid h4 { color: var(--white); text-transform: uppercase; margin-bottom: 10px; }
.footer-grid p { color: #b7c4cf; }
.footer-bottom { max-width: 1240px; margin: 35px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; color: #8796a3; font-size: .9rem; }
@media (max-width: 900px) { .header-inner, .main-nav, .concept-bar, .footer-bottom { flex-direction: column; text-align: center; } .trust-inner, .services-grid, .project-grid, .gallery-grid, .testimonial-grid, .footer-grid, .dark-inner { grid-template-columns: 1fr; } .hero { min-height: auto; } .hero-content { padding: 70px 24px; } }
