:root {
  --c-primary:  #7c3aed;   /* nav, hero, contact bg, headings */
  --c-primary2: #a855f7;   /* hero gradient end */
  --c-accent:   #f59e0b;   /* CTA button, blockquote border */
  --c-light:    #f3e8ff;   /* testimonials bg */
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #2d1b4e; background: #fdf8ff; line-height: 1.6; }
.container { max-width: 960px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2.5rem; background: var(--c-primary); color: #fff; }
.logo { font-weight: 700; font-size: 1.25rem; }
.nav-links { display: flex; gap: 1.5rem; font-size: 0.9rem; opacity: 0.9; }
.nav-links a:hover { opacity: 1; text-decoration: underline; }
.hero { position: relative; background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary2) 100%); color: #fff; text-align: center; padding: 5.5rem 2rem; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.hero-content { position: relative; z-index: 1; }
.hero h1 { font-size: 2.8rem; font-weight: 700; margin-bottom: 1rem; }
.hero-sub { font-size: 1.2rem; opacity: 0.9; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.btn-primary { display: inline-block; background: var(--c-accent); color: #1c0f00; padding: 0.85rem 2rem; border-radius: 9999px; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(245,158,11,0.4); }
.about, .services, .testimonials, .gallery, .contact { padding: 4rem 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 1rem; }
.gallery-grid img { width: 100%; height: 220px; object-fit: cover; border-radius: 0.5rem; }
.about { background: #fff; }
.services { background: #fdf8ff; }
.testimonials { background: var(--c-light); }
.contact { background: var(--c-primary); color: #fff; }
h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--c-primary); }
.contact h2 { color: #fff; }
.contact a { color: #fde68a; }
.contact p { margin-bottom: 0.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 4px 16px rgba(124,58,237,0.08); border: 1px solid #ede9fe; }
.icon { font-size: 2rem; display: block; margin-bottom: 0.5rem; }
.service-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--c-primary); }
blockquote { background: #fff; border-left: 4px solid var(--c-accent); padding: 1.2rem 1.5rem; margin-bottom: 1.2rem; border-radius: 0 0.75rem 0.75rem 0; }
blockquote footer { margin-top: 0.5rem; font-size: 0.9rem; color: #6b7280; }
.stars { color: #f59e0b; font-size: 1.1rem; letter-spacing: 0.05em; margin-bottom: 0.4rem; }
footer { background: #2d1b4e; color: #c4b5fd; text-align: center; padding: 1.5rem; font-size: 0.9rem; }
@media (max-width: 640px) { .hero h1 { font-size: 2rem; } .nav-links { display: none; } }
.location { background: #f8fafc; }
.location h2 { color: var(--c-primary); }
.hours-grid { margin: 1.5rem 0; }
.hours-grid h3 { font-size: 1.1rem; font-weight: 600; color: var(--c-primary); margin-bottom: 0.75rem; }
.hours-grid ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 0.4rem; }
.hours-grid li { padding: 0.5rem 0.75rem; background: #fff; border-radius: 0.5rem; border: 1px solid #e6eeff; font-size: 0.9rem; color: #424751; }
.location > p { margin-top: 1rem; color: #555; }
.logo-img { height: 40px; max-width: 160px; object-fit: contain; vertical-align: middle; }

:root{--c-primary:#ba1a1a;--c-primary2:#d93030;--c-accent:#7c2d12;--c-light:#fff5f5;--c-on-dark:#ffb4ab;}
