:root {
  --slate: #3b4a5a;
  --slate-deep: #262f3a;
  --brick: #a13d2c;
  --brick-light: #c2543f;
  --stone: #eceae4;
  --ink: #262f3a;
  --muted: #666f78;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Work Sans', 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--stone);
  line-height: 1.6;
}
h1, h2, h3 {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  letter-spacing: 0.03em;
  color: var(--slate-deep);
  margin: 0 0 0.4em;
  font-weight: 400;
}
p { margin: 0 0 1em; }
a { color: inherit; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* Header */
.site-header { background: var(--slate-deep); position: sticky; top: 0; z-index: 50; border-bottom: 3px solid var(--brick); }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; flex-wrap: wrap; gap: 12px; }
.brand { font-family: 'Bebas Neue', sans-serif; color: var(--white); font-size: 1.15rem; line-height: 1.2; letter-spacing: 0.04em; }
.brand span { color: var(--brick-light); font-size: 0.9rem; }
.main-nav { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.main-nav a { text-decoration: none; color: #cbd2da; font-weight: 500; font-size: 0.92rem; }
.main-nav a:hover { color: var(--brick-light); }
.nav-cta { background: var(--brick); color: var(--white) !important; padding: 8px 16px; border-radius: 3px; font-weight: 600; }
.nav-cta:hover { background: var(--brick-light) !important; }

/* Hero */
.hero {
  background: linear-gradient(150deg, var(--slate) 0%, var(--slate-deep) 100%);
  color: var(--white);
  padding: 90px 0 70px;
  text-align: left;
}
.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; color: var(--brick-light); font-weight: 600; }
.hero h1 { color: var(--white); font-size: clamp(2.4rem, 6vw, 4rem); max-width: 780px; line-height: 1.05; }
.hero-sub { color: #cbd2da; font-size: 1.15rem; max-width: 560px; font-family: 'Work Sans', sans-serif; }

.btn { display: inline-block; padding: 14px 28px; text-decoration: none; font-weight: 700; font-size: 1rem; border-radius: 3px; border: 2px solid transparent; transition: all 0.2s ease; margin-top: 10px; }
.btn-primary { background: var(--brick); color: var(--white); }
.btn-primary:hover { background: var(--brick-light); transform: translateY(-2px); }

/* About */
.about { padding: 76px 0; background: var(--white); }
.about-inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 44px; align-items: center; }
.about-text p { color: var(--muted); font-size: 1.05rem; font-family: 'Work Sans', sans-serif; }
.about-visual { aspect-ratio: 1/1; border-radius: 8px; background: radial-gradient(circle at 30% 30%, var(--slate), var(--slate-deep)); display: flex; align-items: center; justify-content: center; font-size: 3.6rem; }

/* Services strip */
.services { padding: 76px 0; }
.services h2 { text-align: center; font-size: 2.4rem; }
.service-strip { max-width: 780px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 0; }
.service-item { display: flex; gap: 22px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid #d7d3c9; }
.service-index { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--brick); line-height: 1; min-width: 40px; }
.service-item h3 { font-size: 1.3rem; margin: 0 0 4px; }
.service-item p { color: var(--muted); margin: 0; }

/* Review feature */
.review-feature { background: var(--slate-deep); color: var(--white); padding: 80px 0; text-align: center; position: relative; }
.quote-mark { font-family: Georgia, serif; font-size: 5rem; color: var(--brick-light); line-height: 1; display: block; }
.review-feature blockquote { max-width: 720px; margin: 0 auto; }
.review-feature p { font-size: 1.5rem; font-family: 'Work Sans', sans-serif; font-weight: 500; color: #eceae4; line-height: 1.5; }
.review-feature cite { font-style: normal; color: var(--brick-light); font-weight: 600; font-family: 'Work Sans', sans-serif; }
.review-stars { margin-left: 8px; color: #d8a83c; }

/* Gallery */
.gallery { padding: 76px 0; text-align: center; }
.section-sub { color: var(--muted); margin-top: -8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 18px; margin-top: 32px; }
.gallery-tile { aspect-ratio: 4/3; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.g1 { background: linear-gradient(145deg, #a13d2c, #7c2f21); }
.g2 { background: linear-gradient(145deg, #3b4a5a, #262f3a); }
.g3 { background: linear-gradient(145deg, #c2543f, #a13d2c); }

/* Bottom grid: hours + map + contact */
.hours-map-contact { background: var(--white); padding: 76px 0; }
.bottom-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 34px; align-items: start; }
.bottom-col h2 { font-size: 1.8rem; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.hours-table th, .hours-table td { text-align: left; padding: 6px 0; border-bottom: 1px solid #e2ddd2; font-family: 'Work Sans', sans-serif; font-weight: 400; font-size: 0.94rem; }
.hours-table th { color: var(--slate-deep); font-weight: 600; width: 40%; }
.address { color: var(--muted); margin-top: 10px; font-family: 'Work Sans', sans-serif; font-size: 0.92rem; }
.map-block { min-height: 280px; border-radius: 8px; overflow: hidden; }
.map-block iframe { display: block; height: 100%; min-height: 280px; }
.bottom-col p { color: var(--muted); font-family: 'Work Sans', sans-serif; }
.contact-form { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.contact-form input, .contact-form textarea { padding: 11px 14px; border-radius: 3px; border: 1px solid #d0cbc0; font-family: 'Work Sans', sans-serif; font-size: 0.95rem; }
.contact-form button { align-self: flex-start; cursor: pointer; margin-top: 4px; }

/* Footer */
.site-footer { background: var(--slate-deep); padding: 20px 0; }
.site-footer p { margin: 0; color: #b4bcc4; font-size: 0.85rem; text-align: center; font-family: 'Work Sans', sans-serif; }
.site-footer a { color: var(--brick-light); text-decoration: none; }

@media (max-width: 860px) {
  .about-inner { grid-template-columns: 1fr; }
  .about-visual { max-width: 220px; margin: 0 auto; order: -1; }
  .bottom-grid { grid-template-columns: 1fr; }
  .map-block { min-height: 260px; }
  .header-inner { flex-direction: column; align-items: flex-start; }
  .main-nav { width: 100%; overflow-x: auto; }
}

/* Scroll-reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Open/Closed status badge */
.hours-heading { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.status-badge {
  display: none; align-items: center; gap: 6px;
  font-family: 'Work Sans', sans-serif; font-size: 0.8rem; font-weight: 600;
  padding: 5px 13px; border-radius: 3px;
}
.status-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
.status-badge.status-open { background: rgba(74,155,102,0.14); color: #3f8a5e; }
.status-badge.status-open::before { background: #3f8a5e; }
.status-badge.status-closed { background: rgba(102,111,120,0.14); color: var(--muted); }
.status-badge.status-closed::before { background: var(--muted); }

/* Sticky mobile call bar */
.mobile-call-bar { display: none; }
@media (max-width: 640px) {
  body { padding-bottom: 78px; }
  .mobile-call-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
    padding: 10px 16px; background: var(--slate-deep); border-top: 3px solid var(--brick);
    box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
  }
  .mobile-call-btn {
    flex: 1; text-align: center; padding: 13px; border-radius: 3px;
    background: var(--brick); color: var(--white); font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none; font-size: 1rem;
  }
}
