/* Aurora CO Handyman — Shared design system
   Direction B (Craftsman): warm cream + charcoal + sienna
*/

:root {
  --cream: #F7F2E8;
  --cream-light: #FDFAF3;
  --charcoal: #1F1B16;
  --charcoal-soft: #2F2A22;
  --sienna: #B25434;
  --sienna-dark: #8A3F26;
  --sienna-light: #F4DDD2;
  --ink-mid: #5C544A;
  --ink-soft: #847B6F;
  --border: #E5DBC8;
  --border-soft: #EFE7D5;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.6em;
  color: var(--charcoal);
}
h1 { font-size: clamp(2.6rem, 5.5vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1em; color: var(--ink-mid); }
a { color: var(--sienna); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--sienna-dark); }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 28px; }

/* Top bar */
.topbar { background: var(--charcoal); color: var(--cream); font-size: 14px; }
.topbar .container { display: flex; justify-content: space-between; padding: 11px 28px; gap: 16px; flex-wrap: wrap; align-items: center; }
.topbar a { color: var(--cream); }
.topbar a:hover { color: var(--sienna); }
.topbar .left { display: flex; align-items: center; gap: 10px; }
.topbar .left svg { width: 14px; height: 14px; color: var(--sienna); }
.topbar .right { display: flex; gap: 20px; align-items: center; }
.topbar .right .divider { opacity: 0.4; }

/* Header */
header.site { padding: 22px 0; background: var(--cream); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; }
header.site .container { display: flex; justify-content: space-between; align-items: center; }
.brand { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 22px; color: var(--charcoal); display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 80px; height: 80px; border-radius: 50%; display: block; flex-shrink: 0; object-fit: cover; }
nav.primary { display: flex; gap: 32px; align-items: center; font-weight: 500; font-size: 15px; }
nav.primary a { color: var(--charcoal); }
nav.primary a:hover { color: var(--sienna); }
nav.primary a.active { color: var(--sienna); }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--charcoal); }
.mobile-menu-btn svg { width: 24px; height: 24px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 15px; transition: all 0.2s; border: none; cursor: pointer; text-decoration: none; border-radius: 6px; }
.btn-primary { background: var(--sienna); color: var(--cream); }
.btn-primary:hover { background: var(--sienna-dark); color: var(--cream); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--charcoal); border: 2px solid var(--charcoal); }
.btn-outline:hover { background: var(--charcoal); color: var(--cream); }
.btn-ghost { background: transparent; color: var(--sienna); border: 2px solid var(--sienna); }
.btn-ghost:hover { background: var(--sienna); color: var(--cream); }
.btn-cream { background: var(--cream); color: var(--charcoal); }
.btn-cream:hover { background: var(--cream-light); transform: translateY(-1px); }

/* Hero (homepage) */
.hero { padding: 70px 0 90px; position: relative; overflow: hidden; }
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(178, 84, 52, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; background: var(--sienna); color: var(--cream); padding: 8px 18px; border-radius: 100px; font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.hero-tag .dot { width: 6px; height: 6px; background: var(--cream); border-radius: 50%; }
.hero h1 { margin-bottom: 24px; }
.hero h1 .underline { background: linear-gradient(transparent 65%, rgba(178, 84, 52, 0.25) 65%); padding: 0 4px; }
.hero-lead { font-size: 1.18rem; line-height: 1.55; max-width: 480px; margin-bottom: 32px; color: var(--ink-mid); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; color: var(--charcoal); font-size: 14px; font-weight: 500; }
.hero-trust .item { display: flex; align-items: center; gap: 8px; }
.hero-trust .check { width: 18px; height: 18px; background: var(--sienna); color: var(--cream); border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 800; flex-shrink: 0; }
.hero-image-wrap { position: relative; }
.hero-image-wrap img { width: 100%; aspect-ratio: 5 / 6; object-fit: cover; display: block; border-radius: 8px; box-shadow: 0 20px 60px rgba(31, 27, 22, 0.18); }
.hero-image-badge { position: absolute; bottom: -24px; left: -24px; background: var(--cream-light); padding: 20px 24px; border-radius: 8px; box-shadow: 0 8px 24px rgba(31, 27, 22, 0.12); display: flex; align-items: center; gap: 14px; max-width: 280px; }
.hero-image-badge .ico { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; display: block; object-fit: cover; }
.hero-image-badge .txt { font-size: 13px; line-height: 1.4; color: var(--charcoal); }
.hero-image-badge .txt strong { display: block; font-family: 'Roboto Slab', serif; font-size: 14px; margin-bottom: 2px; }

/* Page hero (interior pages, simpler) */
.page-hero { padding: 70px 0 60px; background: var(--cream-light); border-bottom: 1px solid var(--border-soft); position: relative; overflow: hidden; }
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 20%, rgba(178, 84, 52, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.page-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; position: relative; }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); margin-bottom: 20px; }
.page-hero h1 .underline { background: linear-gradient(transparent 65%, rgba(178, 84, 52, 0.25) 65%); padding: 0 4px; }
.page-hero .lead { font-size: 1.18rem; line-height: 1.55; max-width: 480px; margin-bottom: 28px; }
.page-hero-img { aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; box-shadow: 0 12px 36px rgba(31, 27, 22, 0.14); }
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.crumbs { font-size: 13px; color: var(--ink-soft); margin-bottom: 18px; font-weight: 500; }
.crumbs a { color: var(--ink-soft); }
.crumbs a:hover { color: var(--sienna); }
.crumbs span { margin: 0 8px; }

/* Section eyebrow */
.section-eyebrow { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sienna); margin-bottom: 14px; }

/* Generic section */
section.block { padding: 100px 0; }
section.block.alt { background: var(--cream-light); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }

/* Services (alternating block layout) */
.services-section { padding: 100px 0; }
.services-head { text-align: center; max-width: 720px; margin: 0 auto 80px; }
.services-head p { font-size: 1.1rem; }

.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 100px; }
.service-row.reverse .service-content { order: 2; }
.service-row.reverse .service-img { order: 1; }
.service-img-wrap { position: relative; }
.service-img-wrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; border-radius: 10px; }
.service-img-wrap::before { content: ''; position: absolute; inset: 16px -16px -16px 16px; border: 2px solid var(--sienna); border-radius: 10px; z-index: -1; }
.service-row.reverse .service-img-wrap::before { inset: 16px 16px -16px -16px; }
.service-tag { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sienna); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.service-tag .line { width: 24px; height: 2px; background: var(--sienna); }
.service-content h3 { font-size: 2.2rem; margin-bottom: 16px; }
.service-content p { font-size: 1.05rem; max-width: 460px; }
.service-list { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; max-width: 460px; }
.service-list li { font-size: 14px; color: var(--ink-mid); padding-left: 22px; position: relative; font-weight: 500; }
.service-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--sienna); font-weight: 800; }

/* Service grid (hub page) */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--cream-light); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: all 0.25s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.service-card:hover { border-color: var(--sienna); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(31, 27, 22, 0.1); color: inherit; }
.service-card .img-wrap { aspect-ratio: 4 / 3; overflow: hidden; }
.service-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.service-card:hover .img-wrap img { transform: scale(1.04); }
.service-card .body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.service-card .cat { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sienna); margin-bottom: 8px; }
.service-card h3 { font-size: 1.35rem; margin-bottom: 8px; }
.service-card p { font-size: 15px; margin-bottom: 16px; flex: 1; }
.service-card .more { color: var(--sienna); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.service-card:hover .more { gap: 10px; }

/* Process strip */
.process { background: var(--charcoal); color: var(--cream); padding: 100px 0; }
.process .head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.process h2 { color: var(--cream); margin: 0 0 16px; }
.process .lead { color: rgba(247, 242, 232, 0.7); font-size: 1.1rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.process-step { padding: 32px; background: var(--charcoal-soft); border-radius: 10px; border: 1px solid rgba(247, 242, 232, 0.08); }
.process-step .num { font-family: 'Roboto Slab', serif; font-size: 3.4rem; font-weight: 800; color: var(--sienna); line-height: 1; margin-bottom: 16px; }
.process-step h3 { color: var(--cream); font-size: 1.3rem; margin-bottom: 10px; }
.process-step p { color: rgba(247, 242, 232, 0.7); margin: 0; font-size: 15px; }

/* Why us */
.why-section { padding: 100px 0; background: var(--cream-light); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.why-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 48px; max-width: 1000px; margin: 0 auto; }
.why-item { display: flex; gap: 20px; align-items: flex-start; }
.why-icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px; background: var(--sienna-light); color: var(--sienna); display: grid; place-items: center; }
.why-icon svg { width: 24px; height: 24px; }
.why-item h3 { font-size: 1.25rem; margin-bottom: 6px; }
.why-item p { margin: 0; font-size: 15px; }

/* Service area */
.area-section { padding: 100px 0; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.area-content h2 { margin-bottom: 20px; }
.area-content p { font-size: 1.1rem; margin-bottom: 28px; }
.neighborhoods { display: flex; flex-wrap: wrap; gap: 10px; }
.neighborhood-pill { background: var(--cream-light); color: var(--charcoal); padding: 10px 18px; border-radius: 100px; font-size: 14px; font-weight: 500; border: 1px solid var(--border); transition: all 0.2s; }
.neighborhood-pill:hover { background: var(--sienna); color: var(--cream); border-color: var(--sienna); cursor: default; }
.area-map { aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; position: relative; background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-soft) 100%); display: flex; align-items: center; justify-content: center; }
.area-map-inner { text-align: center; color: var(--cream); padding: 40px; }
.area-map-inner .pin { width: 60px; height: 60px; background: var(--sienna); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px; position: relative; box-shadow: 0 8px 24px rgba(178, 84, 52, 0.35); }
.area-map-inner .pin::after { content: ''; position: absolute; inset: -8px; border: 2px solid var(--sienna); border-radius: 50%; opacity: 0.4; animation: pulse-ring 2s infinite; }
@keyframes pulse-ring { 0% { transform: scale(1); opacity: 0.4; } 100% { transform: scale(1.5); opacity: 0; } }
.area-map-inner .pin svg { width: 24px; height: 24px; color: var(--cream); }
.area-map-inner h3 { color: var(--cream); margin-bottom: 6px; }
.area-map-inner p { color: rgba(247, 242, 232, 0.7); margin: 0; font-size: 15px; }

/* FAQ */
.faq-section { padding: 100px 0; background: var(--cream-light); border-top: 1px solid var(--border-soft); }
.faq-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--cream); border: 1px solid var(--border); border-radius: 10px; margin-bottom: 14px; padding: 24px 28px; transition: all 0.2s; }
.faq-item:hover { border-color: var(--sienna); }
.faq-q { display: flex; justify-content: space-between; align-items: flex-start; cursor: pointer; gap: 24px; }
.faq-q h3 { margin: 0; font-size: 1.15rem; color: var(--charcoal); flex: 1; }
.faq-q .ico { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--sienna-light); color: var(--sienna); display: grid; place-items: center; font-weight: 800; font-family: 'Roboto Slab', serif; }
.faq-a { margin-top: 14px; color: var(--ink-mid); font-size: 15.5px; }
.faq-a p { margin: 0; }

/* What we do detailed list (service detail pages) */
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 32px 0; }
.detail-list-item { background: var(--cream-light); border: 1px solid var(--border); border-radius: 10px; padding: 24px; }
.detail-list-item .ico { width: 40px; height: 40px; background: var(--sienna); color: var(--cream); border-radius: 8px; display: grid; place-items: center; margin-bottom: 14px; }
.detail-list-item .ico svg { width: 20px; height: 20px; }
.detail-list-item h4 { font-size: 1.1rem; margin-bottom: 6px; color: var(--charcoal); }
.detail-list-item p { font-size: 14px; margin: 0; }

/* Two-column content */
.two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: start; }
.two-col-img { border-radius: 10px; overflow: hidden; aspect-ratio: 4 / 5; }
.two-col-img img { width: 100%; height: 100%; object-fit: cover; }

/* Contact form */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; padding: 60px 0 100px; }
.contact-form { background: var(--cream-light); border: 1px solid var(--border); border-radius: 12px; padding: 36px; }
.contact-form h2 { font-size: 1.5rem; margin-bottom: 8px; }
.contact-form .form-lead { font-size: 15px; margin-bottom: 28px; }
.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 13px; letter-spacing: 0.04em; margin-bottom: 6px; color: var(--charcoal); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 8px; font-family: inherit; font-size: 15px; color: var(--charcoal); background: var(--cream); transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--sienna); }
.form-group textarea { min-height: 120px; resize: vertical; font-family: inherit; }
.form-group .btn { width: 100%; justify-content: center; padding: 16px 26px; }
.contact-side h3 { font-size: 1.6rem; margin-bottom: 16px; }
.contact-info { list-style: none; padding: 0; margin: 24px 0; }
.contact-info li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.contact-info .ico { flex-shrink: 0; width: 38px; height: 38px; border-radius: 8px; background: var(--sienna-light); color: var(--sienna); display: grid; place-items: center; }
.contact-info .ico svg { width: 18px; height: 18px; }
.contact-info .label { font-family: 'Roboto Slab', serif; font-weight: 700; color: var(--charcoal); font-size: 15px; margin-bottom: 2px; display: block; }
.contact-info a, .contact-info span { color: var(--ink-mid); font-size: 15px; }
.contact-info a:hover { color: var(--sienna); }

/* CTA */
.cta { padding: 100px 0; text-align: center; background: var(--sienna); color: var(--cream); }
.cta h2 { color: var(--cream); max-width: 18ch; margin: 0 auto 16px; }
.cta p { font-size: 1.15rem; max-width: 560px; margin: 0 auto 32px; color: rgba(247, 242, 232, 0.92); }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Footer */
footer { background: var(--charcoal); color: var(--cream); padding: 64px 0 28px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { color: rgba(247, 242, 232, 0.7); margin: 16px 0; max-width: 320px; line-height: 1.6; }
.footer-logo { width: 180px; height: 180px; border-radius: 50%; display: block; margin-bottom: 12px; }
footer h4 { color: var(--cream); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; font-family: 'DM Sans', sans-serif; font-weight: 600; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 10px; }
footer ul a { color: rgba(247, 242, 232, 0.78); font-size: 14px; }
footer ul a:hover { color: var(--sienna); }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(247, 242, 232, 0.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: rgba(247, 242, 232, 0.5); font-size: 13px; }

/* Responsive */
@media (max-width: 880px) {
  nav.primary { display: none; }
  .mobile-menu-btn { display: block; }
  .brand-mark { width: 60px; height: 60px; }
  .hero { padding: 48px 0 64px; }
  .hero-grid, .service-row, .service-row.reverse, .area-grid, .page-hero-grid, .two-col, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-row { margin-bottom: 56px; }
  .service-row.reverse .service-content, .service-row.reverse .service-img { order: 0; }
  .service-img-wrap::before, .service-row.reverse .service-img-wrap::before { inset: 0; opacity: 0.4; }
  .hero-image-wrap { order: -1; }
  .hero-image-badge { left: 16px; right: 16px; }
  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .why-grid, .detail-list { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  section.block, .services-section, .process, .why-section, .area-section, .faq-section, .cta { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .service-list { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 28px; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas, .cta-actions { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn, .cta-actions .btn { width: 100%; justify-content: center; }
  .topbar .container { justify-content: center; text-align: center; }
}
