/* Palm Lane Services — warm counter-shop violet & coral */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,600;9..40,700&display=swap');

body.theme-services {
  --display: "DM Sans", system-ui, sans-serif;
  --bg: #f5f3ff;
  --bg-panel: #faf8ff;
  --text: #1e1b4b;
  --muted: #5b567a;
  --card: #ffffff;
  --violet: #7c3aed;
  --violet-lt: #ede9fe;
  --coral: #f43f5e;
  --coral-lt: #ffe4e6;
  --accent: #7c3aed;
  --wa: #16a34a;
  --border: rgba(30, 27, 75, 0.1);
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(244, 63, 94, 0.08), transparent),
    linear-gradient(180deg, #faf8ff 0%, var(--bg) 45%, #ede9fe 100%);
  color: var(--text);
}

body.theme-services .site-header {
  background: var(--card);
  color: var(--text);
  border-bottom: 3px solid var(--violet);
  box-shadow: 0 4px 24px rgba(124, 58, 237, 0.08);
}

body.theme-services .brand strong {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

body.theme-services .brand span {
  color: var(--violet);
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.theme-services .site-nav a { color: var(--muted); }

body.theme-services .site-nav a:hover,
body.theme-services .site-nav a.is-active {
  color: var(--violet);
  background: var(--violet-lt);
}

body.theme-services .lang-btn {
  border-color: var(--border);
  color: var(--violet);
}

body.theme-services .nav-toggle { color: var(--text); }

@media (max-width: 768px) {
  body.theme-services .site-nav {
    background: var(--card);
    border-color: var(--border);
  }
}

/* Hero */
.services-hero {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(124, 58, 237, 0.18), transparent),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(244, 63, 94, 0.12), transparent),
    linear-gradient(180deg, #ede9fe 0%, var(--bg) 100%);
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
}

.services-hero .container {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 800px) {
  .services-hero .container { grid-template-columns: 1fr 1fr; }
}

.services-hero .tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--violet), var(--coral));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.services-hero h1 {
  font-family: var(--display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
}

.services-hero .lead {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 34rem;
}

.services-hero .hours {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--violet);
  margin-bottom: 1.25rem;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.services-hero-tile {
  background: var(--card);
  border: 2px solid var(--border);
  border-radius: 1rem;
  padding: 1rem 0.85rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.06);
  transition: transform 0.2s, border-color 0.2s;
}

.services-hero-tile:hover {
  transform: translateY(-2px);
  border-color: var(--violet-lt);
}

.services-hero-tile .ico { font-size: 1.75rem; display: block; margin-bottom: 0.35rem; }
.services-hero-tile span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.services-hero-tile--wide {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: start;
  background: linear-gradient(135deg, var(--violet-lt), var(--coral-lt));
  border-color: rgba(124, 58, 237, 0.2);
}

.services-hero-tile--wide span {
  font-size: 0.82rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text);
}

body.theme-services .page-head {
  padding: clamp(2rem, 5vw, 3.5rem) 0 1.5rem;
  text-align: center;
}

body.theme-services .page-head h1 { font-family: var(--display); }
body.theme-services .page-head .eyebrow { color: var(--violet); }

body.theme-services .btn-primary {
  background: linear-gradient(135deg, var(--violet), #6d28d9);
  border-color: transparent;
  color: #fff;
}

body.theme-services .btn-primary:hover {
  background: linear-gradient(135deg, #6d28d9, var(--violet));
}

.services-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: -1rem auto 0;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .services-stats { grid-template-columns: 1fr; }
}

.services-stat {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.15rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(30, 27, 75, 0.04);
}

.services-stat .icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.services-stat strong { display: block; font-size: 0.92rem; }
.services-stat span { font-size: 0.78rem; color: var(--muted); }

.services-section { padding: 0 0 3rem; }
.services-section h2 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin: 0 0 1rem;
}

body.theme-services .eyebrow {
  color: var(--violet);
  font-family: var(--display);
  font-weight: 700;
}

body.theme-services .panel {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
}

body.theme-services .panel-highlight {
  background: linear-gradient(135deg, var(--violet-lt), #fff);
  border: 2px solid rgba(124, 58, 237, 0.25);
}

.services-links {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 500px) {
  .services-links { grid-template-columns: repeat(2, 1fr); }
}

.services-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.services-link:hover {
  border-color: var(--violet);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.1);
}

.services-link .ico {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--violet-lt);
  border-radius: 0.6rem;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.services-link strong { display: block; font-size: 0.95rem; }
.services-link small { font-size: 0.75rem; color: var(--muted); }

body.theme-services .menu-item {
  background: var(--card);
  border-color: var(--border);
}

body.theme-services .menu-item .price {
  color: var(--violet);
  font-weight: 800;
}

@media (min-width: 700px) {
  body.theme-services .price-group .menu-list { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  body.theme-services .price-group .menu-list { grid-template-columns: repeat(3, 1fr); }
}

.service-grid {
  display: grid;
  gap: 0.85rem;
  padding-bottom: 2rem;
}

@media (min-width: 600px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

body.theme-services .service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.15rem;
}

body.theme-services .service-card .emoji { font-size: 1.5rem; margin-bottom: 0.5rem; }
body.theme-services .service-card h3 {
  font-family: var(--display);
  font-size: 0.95rem;
  margin: 0 0 0.35rem;
}

body.theme-services .service-card p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
}

body.theme-services .chip {
  border-color: var(--border);
  color: var(--text);
}

body.theme-services .chip.is-selected {
  background: var(--violet-lt);
  border-color: var(--violet);
  color: var(--violet);
}

body.theme-services .timeline li { border-color: var(--border); }
body.theme-services .timeline strong { font-family: var(--display); color: var(--violet); }

body.theme-services .map-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--violet);
  font-weight: 600;
}

body.theme-services .site-footer a { color: var(--violet); }
body.theme-services .wa-fab { background: var(--wa); color: #fff; }
