/* ================================================
   All The Way Home Services — unified stylesheet
   Combat Red / Tactical Black / Bone / Bronze
   ================================================ */

/* Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Barlow Condensed', 'Segoe UI', sans-serif; color: #1a1a1a; background: #FFFFFF; line-height: 1.55; font-size: 1.05rem; }
a { text-decoration: none; color: inherit; }

/* Header + nav */
.header { background: #0D0D0D; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.4); border-bottom: 3px solid #B5201A; }
.header-brand { display: flex; align-items: center; gap: 1rem; padding: 0.75rem 0; }
.header-brand img { height: 70px; width: auto; }
.header-brand h1,
.header-brand-text { color: #E8E2D0; font-family: 'Black Ops One', 'Oswald', sans-serif; font-size: 1.4rem; font-weight: 400; letter-spacing: 2px; }
.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav a { color: #E8E2D0; font-family: 'Oswald', sans-serif; font-weight: 500; padding: 0.5rem 0; transition: color 0.2s; text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem; }
.nav a:hover { color: #B5201A; }
.dropdown { position: relative; }
.dropdown-toggle { cursor: pointer; color: #E8E2D0; font-family: 'Oswald', sans-serif; font-weight: 500; background: none; border: none; font-size: 0.95rem; display: flex; align-items: center; gap: 0.3rem; text-transform: uppercase; letter-spacing: 1px; }
.dropdown-toggle:hover { color: #B5201A; }
.dropdown-menu { display: none; position: absolute; top: 100%; right: 0; background: #0D0D0D; border: 1px solid #B5201A; border-radius: 2px; min-width: 260px; box-shadow: 0 8px 24px rgba(0,0,0,0.6); padding: 0.5rem 0; max-height: 70vh; overflow-y: auto; }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 0.6rem 1.2rem; color: #E8E2D0; font-size: 0.92rem; transition: background 0.2s, color 0.2s; text-transform: none; letter-spacing: 0.5px; }
.dropdown-menu a:hover { background: #B5201A; color: #fff; }
.btn-request { background: #B5201A; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 0.6rem 1.4rem; border-radius: 2px; transition: background 0.2s; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #B5201A; }
.btn-request:hover { background: #8e180f; border-color: #8e180f; }
.mobile-menu-btn { display: none; background: none; border: none; color: #B5201A; font-size: 1.8rem; cursor: pointer; }

/* Homepage hero */
.hero { background: linear-gradient(135deg, #0D0D0D 0%, #2a0604 100%); color: #E8E2D0; text-align: center; padding: 5rem 2rem; border-bottom: 4px solid #B5201A; }
.hero h2 { font-family: 'Black Ops One', sans-serif; font-size: 3rem; color: #E8E2D0; margin-bottom: 1rem; letter-spacing: 2px; line-height: 1.1; }
.hero p { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; max-width: 720px; margin: 0 auto 2rem; color: #E8E2D0; opacity: 0.92; }
.hero .btn-hero { background: #B5201A; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 1rem 2.5rem; border-radius: 2px; font-size: 1.1rem; display: inline-block; transition: transform 0.2s, background 0.2s; text-transform: uppercase; letter-spacing: 1.5px; border: 2px solid #B5201A; }
.hero .btn-hero:hover { background: #8e180f; transform: translateY(-2px); }
.hero .veteran { display: inline-block; margin-top: 1.5rem; font-family: 'Oswald', sans-serif; font-size: 0.95rem; color: #E8E2D0; opacity: 0.95; border: 1px solid #8A6D3B; padding: 0.4rem 1.2rem; border-radius: 2px; text-transform: uppercase; letter-spacing: 1.5px; }

/* Subpage hero */
.page-hero { background: linear-gradient(135deg, #0D0D0D 0%, #2a0604 100%); color: #E8E2D0; text-align: center; padding: 4rem 2rem; border-bottom: 4px solid #B5201A; }
.page-hero h1,
.page-hero h2 { font-family: 'Black Ops One', sans-serif; font-size: 2.6rem; color: #E8E2D0; margin-bottom: 0.5rem; letter-spacing: 2px; line-height: 1.1; }
.page-hero p { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; color: #E8E2D0; opacity: 0.9; }

/* Services grid (homepage) */
.services-section { padding: 4rem 2rem; max-width: 1200px; margin: 0 auto; }
.services-section h2 { font-family: 'Black Ops One', sans-serif; text-align: center; font-size: 2.4rem; color: #0D0D0D; margin-bottom: 0.5rem; letter-spacing: 1.5px; }
.services-section .subtitle { font-family: 'Barlow Condensed', sans-serif; text-align: center; color: #666; margin-bottom: 3rem; font-size: 1.1rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card { display: block; border: 2px solid #e0ddd4; border-radius: 4px; padding: 2rem; background: #fff; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-4px); border-color: #B5201A; box-shadow: 0 8px 24px rgba(181,32,26,0.15); }
.service-card .icon { color: #B5201A; margin-bottom: 1rem; line-height: 0; }
.service-card h3 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.25rem; margin-bottom: 0.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.service-card p { color: #555; font-size: 0.98rem; margin-bottom: 1rem; }
.service-card .card-link { font-family: 'Oswald', sans-serif; color: #B5201A; font-weight: 600; display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.5px; }
.service-card:hover .card-link { color: #0D0D0D; }

/* Subpage content */
.content { max-width: 900px; margin: 0 auto; padding: 3rem 2rem; }
.content h3 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.5rem; margin: 2rem 0 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.content p { margin-bottom: 1rem; color: #333; }
.content ul { margin: 1rem 0 1.5rem 1.5rem; }
.content ul li { margin-bottom: 0.5rem; color: #333; }
.highlight-box { background: #E8E2D0; border-left: 4px solid #B5201A; padding: 1.5rem 2rem; border-radius: 0 4px 4px 0; margin: 2rem 0; }
.highlight-box h4 { font-family: 'Oswald', sans-serif; color: #0D0D0D; margin-bottom: 0.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.cta-inline { text-align: center; margin: 3rem 0; }
.cta-inline .btn { background: #0D0D0D; color: #E8E2D0; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 1rem 2.5rem; border-radius: 2px; font-size: 1.1rem; display: inline-block; transition: background 0.2s; margin: 0.25rem; text-transform: uppercase; letter-spacing: 1.5px; border: 2px solid #0D0D0D; }
.cta-inline .btn:hover { background: #2a2a2a; border-color: #2a2a2a; }
.cta-inline .btn-primary { background: #B5201A; color: #fff; border-color: #B5201A; }
.cta-inline .btn-primary:hover { background: #8e180f; border-color: #8e180f; }

/* CTA section (homepage) */
.cta-section { background: #B5201A; color: #fff; text-align: center; padding: 4rem 2rem; }
.cta-section h2 { font-family: 'Black Ops One', sans-serif; color: #E8E2D0; font-size: 2.2rem; margin-bottom: 1rem; letter-spacing: 2px; }
.cta-section p { max-width: 620px; margin: 0 auto 2rem; font-size: 1.15rem; color: #fff; opacity: 0.95; }
.cta-section .btn-cta { background: #0D0D0D; color: #E8E2D0; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 1rem 2.5rem; border-radius: 2px; font-size: 1.1rem; display: inline-block; text-transform: uppercase; letter-spacing: 1.5px; border: 2px solid #0D0D0D; transition: background 0.2s; }
.cta-section .btn-cta:hover { background: #2a2a2a; }

/* Expanded service page sections */
.why-section { background: #E8E2D0; padding: 2rem; border-radius: 4px; margin: 2rem 0; border-left: 4px solid #B5201A; }
.why-section h3 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.35rem; margin-bottom: 0.75rem !important; margin-top: 0 !important; text-transform: uppercase; letter-spacing: 0.5px; }
.why-section p { font-size: 1rem; color: #333; line-height: 1.7; margin-bottom: 0 !important; }
.faq-section { margin: 2.5rem 0; }
.faq-section h3 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.55rem; margin: 2rem 0 1.25rem !important; text-transform: uppercase; letter-spacing: 0.5px; }
.faq-item { border-bottom: 1px solid #e0ddd4; padding: 1.25rem 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item h4 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.1rem; margin-bottom: 0.5rem; font-weight: 600; }
.faq-item p { color: #555; font-size: 0.98rem; line-height: 1.65; margin-bottom: 0 !important; }
.related-services { background: #faf8f3; padding: 2rem; border-radius: 4px; margin: 3rem 0 2rem; border: 1px solid #e0ddd4; }
.related-services h3 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.4rem; margin-bottom: 1.25rem !important; margin-top: 0 !important; text-transform: uppercase; letter-spacing: 0.5px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.related-card { display: block; background: #fff; padding: 1.25rem; border-radius: 4px; border: 2px solid #e0ddd4; transition: border-color 0.2s, transform 0.2s; }
.related-card:hover { border-color: #B5201A; transform: translateY(-2px); }
.related-card h4 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1rem; margin-bottom: 0.3rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.related-card span { color: #B5201A; font-size: 0.85rem; font-weight: 600; }

/* Reviews section */
.reviews-section { background: #E8E2D0; padding: 4rem 2rem; border-top: 3px solid #B5201A; border-bottom: 3px solid #B5201A; }
.reviews-section .container { max-width: 1200px; margin: 0 auto; }
.reviews-section h2 { font-family: 'Black Ops One', sans-serif; text-align: center; font-size: 2.4rem; color: #0D0D0D; margin-bottom: 0.5rem; letter-spacing: 1.5px; }
.reviews-rating { text-align: center; margin-bottom: 2.5rem; }
.reviews-rating .stars-big { color: #B5201A; font-size: 1.6rem; letter-spacing: 3px; display: block; margin-bottom: 0.3rem; }
.reviews-rating .rating-text { color: #555; font-size: 1rem; }
.reviews-rating .rating-text a { color: #0D0D0D; font-weight: 700; border-bottom: 2px solid #B5201A; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.review-card { background: #fff; border-radius: 4px; padding: 2rem; box-shadow: 0 4px 16px rgba(13,13,13,0.12); border-top: 4px solid #B5201A; display: flex; flex-direction: column; }
.review-card .stars { color: #B5201A; font-size: 1.1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.review-card .review-text { color: #333; font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; flex: 1; }
.review-card .reviewer { display: flex; align-items: center; gap: 0.75rem; border-top: 1px solid #e0ddd4; padding-top: 1rem; }
.review-card .reviewer-avatar { width: 42px; height: 42px; border-radius: 50%; background: #B5201A; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Black Ops One', sans-serif; font-size: 1.1rem; flex-shrink: 0; }
.review-card .reviewer-name { font-family: 'Oswald', sans-serif; font-weight: 600; color: #0D0D0D; font-size: 1rem; }
.review-card .reviewer-source { font-size: 0.8rem; color: #888; }
.reviews-cta { text-align: center; margin-top: 2.5rem; }
.reviews-cta a { display: inline-block; background: #0D0D0D; color: #E8E2D0; font-family: 'Oswald', sans-serif; font-weight: 700; padding: 0.75rem 2rem; border-radius: 2px; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; transition: background 0.2s; border: 2px solid #0D0D0D; }
.reviews-cta a:hover { background: #2a2a2a; }

/* About page */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.value-card { background: #faf8f3; border: 2px solid #e0ddd4; border-radius: 4px; padding: 1.5rem; transition: border-color 0.2s, transform 0.2s; }
.value-card:hover { border-color: #B5201A; transform: translateY(-2px); }
.value-card h4 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.15rem; margin-bottom: 0.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.value-card p { color: #555; font-size: 1rem; margin-bottom: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 2.5rem 0; text-align: center; }
.stat { padding: 1.5rem 1rem; background: #E8E2D0; border-radius: 4px; border-left: 3px solid #B5201A; }
.stat .num { font-family: 'Black Ops One', sans-serif; color: #B5201A; font-size: 2.4rem; line-height: 1; display: block; margin-bottom: 0.3rem; }
.stat .label { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 0.88rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* Veteran section (new on About page) */
.veteran-section { background: #0D0D0D; color: #E8E2D0; padding: 3rem 2rem; margin: 2rem -2rem; border-top: 3px solid #B5201A; border-bottom: 3px solid #B5201A; }
.veteran-section .container { max-width: 800px; margin: 0 auto; }
.veteran-section h2 { font-family: 'Black Ops One', sans-serif; color: #B5201A; font-size: 2rem; letter-spacing: 2px; margin-bottom: 1rem; }
.veteran-section h3 { font-family: 'Oswald', sans-serif; color: #E8E2D0; font-size: 1.15rem; margin-bottom: 1.25rem; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; }
.veteran-section p { color: #E8E2D0; margin-bottom: 1rem; line-height: 1.7; font-size: 1.05rem; }
.veteran-section .motto { display: inline-block; font-family: 'Black Ops One', sans-serif; color: #B5201A; font-size: 1.2rem; letter-spacing: 3px; padding: 0.5rem 1.5rem; border: 2px solid #B5201A; margin-top: 1rem; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.contact-card { background: #E8E2D0; padding: 2rem; border-radius: 4px; border-left: 4px solid #B5201A; text-align: center; }
.contact-card .icon { width: 56px; height: 56px; border-radius: 50%; background: #B5201A; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 700; margin-bottom: 1rem; }
.contact-card h4 { font-family: 'Oswald', sans-serif; color: #0D0D0D; font-size: 1.15rem; margin-bottom: 0.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.contact-card p { color: #555; font-size: 1rem; margin-bottom: 0.3rem; }
.contact-card a { color: #0D0D0D; font-weight: 700; }
.contact-card a:hover { color: #B5201A; }
.hours-table { width: 100%; border-collapse: collapse; margin: 1rem 0 2rem; background: #faf8f3; border-radius: 4px; overflow: hidden; border: 1px solid #e0ddd4; }
.hours-table th { background: #0D0D0D; color: #E8E2D0; font-family: 'Oswald', sans-serif; text-align: left; padding: 0.75rem 1rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }
.hours-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e0ddd4; font-size: 0.98rem; }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table td:first-child { color: #0D0D0D; font-weight: 600; }
.service-area-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.5rem; margin: 1rem 0 2rem; list-style: none; padding: 0; }
.service-area-list li { background: #faf8f3; padding: 0.6rem 1rem; border-radius: 4px; color: #0D0D0D; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 0.92rem; text-align: center; border: 1px solid #e0ddd4; text-transform: uppercase; letter-spacing: 0.5px; }

/* Footer */
.footer { background: #0D0D0D; color: #999; padding: 3rem 2rem 1.5rem; border-top: 3px solid #B5201A; }
.footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; text-align: left; margin-bottom: 2rem; }
.footer-brand img { height: 50px; margin-bottom: 0.75rem; }
.footer-brand h3 { font-family: 'Black Ops One', sans-serif; color: #B5201A; font-size: 1.15rem; margin-bottom: 0.3rem; letter-spacing: 1.5px; }
.footer-brand p { font-size: 0.92rem; color: #999; margin-bottom: 0.4rem; line-height: 1.55; }
.footer-col h4 { font-family: 'Oswald', sans-serif; color: #B5201A; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1rem; font-weight: 700; }
.footer-col a { display: block; color: #bbb; font-size: 0.92rem; margin-bottom: 0.55rem; transition: color 0.2s; }
.footer-col a:hover { color: #B5201A; }
.footer-social a { display: inline-flex; align-items: center; gap: 0.6rem; color: #bbb; font-size: 0.92rem; margin-bottom: 0.55rem; transition: color 0.2s; }
.footer-social a:hover { color: #B5201A; }
.footer-social-icon { width: 34px; height: 34px; border-radius: 50%; background: #B5201A; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1rem; transition: background 0.2s; }
.footer-social a:hover .footer-social-icon { background: #8e180f; }
.footer-copyright { max-width: 1200px; margin: 0 auto; text-align: center; padding-top: 1.5rem; border-top: 1px solid #2a2a2a; font-size: 0.8rem; opacity: 0.65; }

/* Mobile */
@media (max-width: 768px) {
  .header { flex-wrap: nowrap; padding: 0 1rem; gap: 0.5rem; }
  .header-brand { gap: 0.5rem; flex: 1; min-width: 0; }
  .header-brand img { height: 52px; width: auto; }
  .header-brand h1,
  .header-brand-text { font-size: 0.95rem; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; letter-spacing: 1px; }
  .mobile-menu-btn { display: block; flex-shrink: 0; }
  .nav { display: none; width: 100%; flex-direction: column; padding: 1rem 0; order: 3; flex-basis: 100%; }
  .nav.open { display: flex; }
  .hero h2 { font-size: 2rem; }
  .page-hero h1,
  .page-hero h2 { font-size: 1.9rem; }
  .veteran-section { margin: 2rem -1rem; padding: 2.5rem 1rem; }
  .veteran-section h2 { font-size: 1.6rem; }
  .footer-content { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .footer-social a { justify-content: center; }
}
@media (max-width: 500px) {
  .header-brand img { height: 60px; width: auto; }
  .header-brand h1,
  .header-brand-text { display: none; }
}
