* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html, body { background: oklch(0.24 0.004 260); }
body { font-family: 'Geist', Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.6; color: oklch(0.96 0.01 90); overflow-x: hidden; }
a { color: oklch(0.58 0.20 25); text-decoration: none; }
a:hover { color: oklch(0.65 0.19 25); }
img { display: block; max-width: 100%; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

/* Header */
.site-header { position: sticky; top: 0; z position: sticky; top: 0; z-index: 900; background: oklch(0.24 0.004 260 / 0.92); border-bottom: 1px solid oklch(0.40 0.004 260 / 0.4); lter: blur(14px); max-width: 1280px; margin: 0 auto; padding: 16px 24px; display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 38px; height: 38px; border-radius: 8px; background: oklch(0.58 0.20 25); display: flex; align-items: center; justify-content: center; color: oklch(0.24 0.004 260); font-weight: 800; font-size: 18px; }
.brand-name { font-weight: 700; font-size: 19px; color: oklch(0.96 0.01 90); white-space: nowrap; }
.nav { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center; justify-content: center; gap: 16px; flex: 1; min-width: 0; position: relative; }
.nav-link { font-size: 15px; font-weight: 600; color: oklch(0.9 0.01 90); white-space: nowrap; padding-bottom: 4px; border-bottom: 2px solid transparent; background: none; border-left: none; border-right: none; border-top: none; cursor: pointer; }
.nav-link:hover, .nav-link[aria-current="true"] { color: oklch(0.58 0.20 25); }
body[data-page="home"] .nav-link[data-id="home"],
body[data-page="about"] .nav-link[data-id="about"],
body[data-page="services"] .nav-link[data-id="services"],
body[data-page="contact"] .nav-link[data-id="contact"],
body[data-page="drywall"] .nav-link[data-id="services"],
body[data-page="door"] .nav-link[data-id="services"],
body[data-page="paint"] .nav-link[data-id="services"],
body[data-page="furniture"] .nav-link[data-id="services"],
body[data-page="fence"] .nav-link[data-id="services"],
body[data-page="general"] .nav-link[data-id="services"] { color: oklch(0.58 0.20 25); }
.nav-dropdown { position: relative; }
.nav-dropdown-btn { display: inline-flex; align-items: center; gap: 4px; }
.chevron { font-size: 11px; }
.dropdown-menu { position: absolute; top: 32px; left: 50%; transform: translateX(-50%); background: oklch(0.30 0.004 260); border: 1px solid oklch(0.40 0.004 260); border-radius: 10px; padding: 6px; min-width: 240px; box-shadow: 0 12px 32px rgba(0,0,0,0.5); display: none; flex-direction: column; z-index: 20; }
.nav-dropdown.open .dropdown-menu, .contact-dropdown.open .dropdown-menu { display: flex; }
.dropdown-item { padding: 10px 12px; border-radius: 6px; color: oklch(0.96 0.01 90); font-size: 14.5px; }
.dropdown-item:hover { background: oklch(0.40 0.004 260); color: oklch(0.96 0.01 90); }
.dropdown-divider { height: 1px; background: oklch(0.40 0.004 260); margin: 6px 4px; }
.dropdown-item-accent { color: oklch(0.58 0.20 25); font-weight: 600; }
.header-actions { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center; gap: 4px; flex-shrink: 0; }
.contact-dropdown { position: relative; }
.contact-menu { left: 0; transform: none; min-width: 170px; }
.icon-btn { background: none; border: none; cursor: pointer; padding: 8px; border-radius: 8px; color: oklch(0.96 0.01 90); display: flex; font-size: 16px; }
.icon-btn:hover { background: oklch(0.40 0.004 260 / 0.15); }
.phone-link { font-size: 14px; font-weight: 600; color: oklch(0.96 0.01 90); white-space: nowrap; margin-right: 2px; }
.phone-link:hover { color: oklch(0.96 0.01 90); }
.btn-primary { background: oklch(0.58 0.20 25); color: oklch(0.24 0.004 260); border: none; padding: 12px 22px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; display: inline-block; transition: transform 0.25s ease; }
.btn-primary:hover { color: oklch(0.24 0.004 260); transform: translateY(-2px); }
.btn-outline { border: 1px solid oklch(0.4 0.02 90); color: oklch(0.96 0.01 90); padding: 16px 30px; border-radius: 8px; font-weight: 600; font-size: 17px; display: inline-block; }
.btn-outline:hover { border-color: oklch(0.58 0.20 25); color: oklch(0.96 0.01 90); }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; width: 44px; height: 44px; align-items: center; justify-content: center; color: oklch(0.96 0.01 90); }

/* Mobile drawer */
.mobile-drawer { position: fixed; inset: 0; z-index: 950; background: oklch(0.13 0.012 260); overflow-y: auto; display: none; }
.mobile-drawer.open { display: block; }
.mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid oklch(0.40 0.004 260); }
.mobile-drawer-title { font-weight: 700; font-size: 18px; }
.mobile-drawer-body { max-width: 440px; margin: 0 auto; padding: 32px 24px 60px; display: flex; flex-direction: column; gap: 12px; }
.mobile-link { font-size: 20px; font-weight: 700; padding: 14px 8px; color: oklch(0.96 0.01 90); border-bottom: 1px solid oklch(0.33 0.004 260); }
.mobile-cta { text-align: center; margin-top: 10px; }
.mobile-contact { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; }
.mobile-contact a { display: flex; align-items: center; gap: 12px; font-size: 16px; padding: 12px 8px; color: oklch(0.9 0.01 90); }

@media (max-width: 768px) {
  .nav > .nav-link, .nav > .nav-dropdown, .header-actions .phone-link, .header-actions .btn-primary, .header-actions .icon-btn, .header-actions .contact-dropdown { display: none; }
  .mobile-toggle { display: flex; }
}

/* Hero */
.hero { position: relative; height: 60vh; min-height: 380px; overflow: hidden; }
.hero-tall { height: 72vh; min-height: 560px; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, oklch(0.24 0.004 260 / 0.55), oklch(0.24 0.004 260 / 0.88) 85%); }
.hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.hero-content .eyebrow { margin-bottom: 12px; }
.hero-content h1 { font-size: clamp(32px, 5vw, 60px); font-weight: 800; line-height: 1.08; max-width: 700px; }
.hero-sub { font-size: 19px; color: oklch(0.85 0.02 90); margin-top: 16px; max-width: 560px; }
.eyebrow { font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: oklch(0.58 0.20 25); }
.hero-cta-row { max-width: 1280px; margin: -70px auto 0; padding: 0 24px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; position: relative; z-index: 3; }
.hero-note { max-width: 1280px; margin: 16px auto 0; padding: 0 24px; font-size: 15px; color: oklch(0.7 0.02 90); position: relative; z-index: 3; }

/* Sections */
.section { padding: 90px 24px; background: oklch(0.24 0.004 260); }
.section-alt { background: oklch(0.30 0.004 260); border-top: 1px solid oklch(0.40 0.004 260); }
.wrap { max-width: 1280px; margin: 0 auto; }
.wrap-narrow { max-width: 1000px; margin: 0 auto; }
.section-title { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; max-width: 620px; margin-bottom: 20px; }
.section-title.center { text-align: center; margin: 0 auto 40px; }

.about-teaser { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; align-items: center; }
.about-teaser .lede { font-size: 18px; line-height: 1.75; color: oklch(0.85 0.015 90); }
.text-link { font-weight: 600; font-size: 15px; color: oklch(0.58 0.20 25); }

/* Service cards (home grid) */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 48px; }
.service-card { display: flex; flex-direction: column; height: 100%; background: oklch(0.30 0.004 260); border: 1px solid oklch(0.40 0.004 260); border-radius: 14px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.4); color: inherit; }
.service-img-wrap { position: relative; height: 180px; overflow: hidden; flex-shrink: 0; background: repeating-linear-gradient(45deg, oklch(0.33 0.004 260), oklch(0.33 0.004 260) 10px, oklch(0.30 0.004 260) 10px, oklch(0.30 0.004 260) 20px); }
.service-img-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: monospace; font-size: 12px; color: oklch(0.6 0.02 90); text-align: center; padding: 8px; }
.service-img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.service-card-body h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; color: oklch(0.96 0.01 90); }
.service-card-body p { font-size: 15px; color: oklch(0.75 0.02 90); line-height: 1.55; flex: 1; }
.learn-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 14px; font-weight: 600; color: oklch(0.58 0.20 25); }

/* Why grid */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.why-item h3 { font-size: 19px; font-weight: 700; margin: 16px 0 10px; color: oklch(0.58 0.20 25); }
.why-item p { font-size: 15.5px; color: oklch(0.8 0.015 90); line-height: 1.6; }
.why-icon { width: 44px; height: 44px; border-radius: 8px; background: oklch(0.58 0.20 25 / 0.12); display: flex; align-items: center; justify-content: center; color: oklch(0.58 0.20 25); font-size: 20px; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.testimonial-card { background: oklch(0.24 0.004 260); border: 1px solid oklch(0.40 0.004 260); border-radius: 14px; padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.testimonial-name { font-weight: 700; font-size: 15.5px; }
.stars { color: oklch(0.58 0.20 25); font-size: 14px; }
.testimonial-card p { font-size: 16.5px; color: oklch(0.85 0.015 90); line-height: 1.6; }

/* CTA strip */
.cta-strip { position: relative; min-height: 440px; display: flex; align-items: center; overflow: hidden; }
.cta-strip-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-strip-overlay { position: absolute; inset: 0; background: oklch(0.24 0.004 260 / 0.6); }
.cta-strip-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 90px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; width: 100%; }
.cta-strip-content h2 { font-size: clamp(26px, 3.5vw, 36px); font-weight: 800; max-width: 520px; }

/* About page */
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; align-items: center; }
.about-text { font-size: 19px; line-height: 1.75; color: oklch(0.88 0.015 90); display: flex; flex-direction: column; gap: 20px; }
.about-text .btn-primary { align-self: flex-start; }
.about-img { position: relative; height: 420px; border-radius: 14px; overflow: hidden; }
.about-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Services rows */
.service-rows { display: flex; flex-direction: column; gap: 90px; }
.service-row { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.1fr); gap: 40px; align-items: center; }
.service-row-rev { direction: rtl; }
.service-row-rev > * { direction: ltr; }
.service-row-img { position: relative; height: 320px; border-radius: 16px; overflow: hidden; background: repeating-linear-gradient(45deg, oklch(0.33 0.004 260), oklch(0.33 0.004 260) 10px, oklch(0.30 0.004 260) 10px, oklch(0.30 0.004 260) 20px); }
.service-row-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-row-text h2 { font-size: 28px; font-weight: 800; margin-bottom: 16px; }
.service-row-text p { font-size: 17px; color: oklch(0.82 0.015 90); line-height: 1.7; margin-bottom: 20px; }
.benefits-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.benefits-list li { font-size: 15.5px; color: oklch(0.85 0.015 90); line-height: 1.5; }
.service-row-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .service-row, .service-row-rev { grid-template-columns: 1fr; direction: ltr; }
}

/* Service detail */
.back-link-wrap { max-width: 1000px; margin: 24px auto 0; padding: 0 24px; }
.service-detail-grid { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.1fr); gap: 40px; align-items: center; }
.service-detail-img { position: relative; height: 320px; border-radius: 16px; overflow: hidden; }
.service-detail-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-detail-desc { font-size: 17px; color: oklch(0.82 0.015 90); line-height: 1.7; margin-bottom: 20px; }
@media (max-width: 768px) { .service-detail-grid { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info { display: flex; flex-direction: column; height: 100%; }
.contact-methods { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.contact-method { display: flex; align-items: center; gap: 14px; font-size: 18px; font-weight: 600; color: oklch(0.96 0.01 90); }
.contact-icon { width: 40px; height: 40px; border-radius: 8px; background: oklch(0.30 0.004 260); display: flex; align-items: center; justify-content: center; color: oklch(0.58 0.20 25); flex-shrink: 0; }
.map-wrap { border-radius: 14px; overflow: hidden; border: 1px solid oklch(0.40 0.004 260); flex: 1; min-height: 260px; }
.contact-form { background: oklch(0.30 0.004 260); border: 1px solid oklch(0.40 0.004 260); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.form-group label { font-size: 14px; opacity: 0.7; display: block; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: oklch(0.33 0.004 260); border: 1px solid oklch(0.40 0.004 260); color: oklch(0.96 0.01 90); padding: 12px 14px; border-radius: 8px; font-size: 16px; }
.form-group textarea { resize: vertical; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: oklch(0.16 0.004 260); border-top: 1px solid oklch(0.40 0.004 260); padding: 60px 24px 32px; }
.footer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-desc { font-size: 14.5px; color: oklch(0.65 0.02 90); line-height: 1.6; }
.footer-heading { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: oklch(0.5 0.02 90); margin-bottom: 14px; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a, .footer-nav span { font-size: 15px; color: oklch(0.8 0.015 90); }
.footer-nav a:hover { color: oklch(0.96 0.01 90); }
.footer-bottom { max-width: 1280px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid oklch(0.33 0.004 260); font-size: 13.5px; color: oklch(0.5 0.02 90); }
