:root {
  --ink: #172026;
  --muted: #5b6872;
  --line: #d8dee3;
  --paper: #fbfaf7;
  --white: #ffffff;
  --accent: #0f766e;
  --accent-dark: #0b4f4a;
  --gold: #b7791f;
  --red: #a33b2d;
  --blue: #2f6f9f;
  --steel: #49515a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(23, 32, 38, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  font-size: 0.95rem;
}

nav a {
  color: var(--muted);
  text-decoration: none;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(52px, 8vw, 96px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background-color: #22303a;
  background-image: linear-gradient(120deg, rgba(13, 20, 25, 0.9), rgba(13, 20, 25, 0.42)), var(--hero-bg);
  background-size: cover;
  background-position: center;
}

.hero-home {
  --hero-bg: radial-gradient(circle at 78% 30%, rgba(15, 118, 110, 0.45), transparent 28%), linear-gradient(135deg, #172026, #2b3a42 55%, #0f766e);
}

.hero-barber {
  --hero-bg: linear-gradient(135deg, #121212, #463429 56%, #8a5a2b);
}

.hero-restaurant {
  --hero-bg: linear-gradient(135deg, #3a1f17, #8f3d2b 52%, #b7791f);
}

.hero-construction {
  --hero-bg: linear-gradient(135deg, #1f252b, #59616b 58%, #b7791f);
}

.hero-dental {
  --hero-bg: linear-gradient(135deg, #edf7f8, #2f6f9f 55%, #0f766e);
  color: #102028;
}

.hero-dental .lead,
.hero-dental .eyebrow {
  color: #20343d;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5.8vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 880px;
}

h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--accent);
  color: white;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.hero-dental .button.secondary {
  border-color: rgba(16, 32, 40, 0.25);
  color: #102028;
  background: rgba(255, 255, 255, 0.52);
}

.hero-panel,
.hero-metric,
.menu-note,
.site-board,
.care-card {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-panel,
.site-board {
  display: grid;
  gap: 12px;
}

.hero-panel span,
.site-board span {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
}

.hero-panel span:last-child,
.site-board span:last-child {
  border-bottom: 0;
}

.hero-metric strong,
.menu-note strong,
.care-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.care-card {
  border-color: rgba(16, 32, 40, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.care-card p {
  margin-bottom: 0;
}

.section {
  padding: clamp(52px, 7vw, 88px) clamp(18px, 4vw, 56px);
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 28px;
}

.showcase-grid,
.service-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-grid,
.menu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-card,
.service-grid article,
.menu-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(23, 32, 38, 0.06);
}

.demo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.demo-card a {
  margin-top: 22px;
  font-weight: 800;
  color: var(--accent-dark);
}

.card-label,
.menu-grid span {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.barber-card {
  border-top: 5px solid #8a5a2b;
}

.restaurant-card {
  border-top: 5px solid var(--red);
}

.construction-card {
  border-top: 5px solid var(--steel);
}

.dental-card {
  border-top: 5px solid var(--blue);
}

.split-section,
.offer-section,
.contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: start;
  background: #eef3f2;
}

.warm {
  background: #fff2e5;
}

.clinical {
  background: #eaf6f7;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.72);
}

.offer-section {
  background: #172026;
  color: white;
}

.offer-section p {
  color: rgba(255, 255, 255, 0.75);
}

.price-list {
  display: grid;
  gap: 10px;
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.proof-band {
  background: white;
  text-align: center;
}

blockquote {
  max-width: 880px;
  margin: 0 auto 14px;
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  line-height: 1.18;
  font-weight: 800;
}

.proof-band p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
}

.restaurant-proof {
  background: #fff7ed;
}

.dental-proof {
  background: #f1fbfc;
}

.timeline ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline span {
  margin-top: 8px;
  color: var(--muted);
}

.faq {
  background: #f6f8f8;
}

.faq h2 {
  margin-bottom: 24px;
}

details {
  max-width: 920px;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  color: var(--muted);
}

.contact-cta {
  align-items: center;
  background: #0f766e;
  color: white;
}

.contact-cta .eyebrow,
.contact-cta p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-cta .button {
  justify-self: end;
  background: white;
  color: #0f4f4a;
}

.barber .button.primary {
  background: #8a5a2b;
}

.restaurant .button.primary {
  background: var(--red);
}

.construction .button.primary {
  background: #5b6168;
}

.dental .button.primary {
  background: var(--blue);
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero,
  .split-section,
  .offer-section,
  .contact-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .showcase-grid,
  .service-grid,
  .menu-grid,
  .timeline ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-cta .button {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .site-header,
  .section,
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .showcase-grid,
  .service-grid,
  .menu-grid,
  .timeline ol {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .price-list div {
    flex-direction: column;
    gap: 4px;
  }
}
