* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: #141414;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.topbar {
  position: fixed;
  z-index: 10;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 14px clamp(16px, 4vw, 52px);
  color: #fff;
  background: rgba(10, 12, 18, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { font-weight: 900; letter-spacing: 0; }
nav { display: flex; gap: clamp(14px, 3vw, 30px); color: rgba(255,255,255,.82); font-size: .94rem; }
.call-small { justify-self: end; border: 1px solid rgba(255,255,255,.36); padding: 10px 16px; font-weight: 900; min-height: 42px; display: inline-flex; align-items: center; }
.hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}
.hero img, .hero-vignette { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero img { object-fit: cover; object-position: center; opacity: .96; transform: scale(1.04); }
.hero-vignette {
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.48) 28%, rgba(0,0,0,0) 58%),
    linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0) 44%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 32px));
  padding: 0 clamp(16px, 4vw, 52px) clamp(48px, 7vh, 82px);
  color: #fff;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 950;
  border: 1px solid transparent;
}
.button.primary { background: var(--accent); color: #fff; }
.button.secondary { color: #fff; border-color: rgba(255,255,255,.44); background: rgba(255,255,255,.08); }
.button.tertiary { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(0,0,0,.22); }
.info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.info-strip div { min-height: 96px; padding: 22px clamp(16px, 4vw, 52px); border-right: 1px solid rgba(0,0,0,.1); }
.info-strip div:last-child { border-right: 0; }
.info-strip span { display: block; color: var(--accent); font-size: .8rem; font-weight: 950; text-transform: uppercase; }
.info-strip strong { display: block; margin-top: 4px; }
.section { padding: clamp(50px, 7vw, 86px) clamp(16px, 4vw, 52px); }
.section-title { max-width: 760px; margin-bottom: 34px; }
.section-title.compact { max-width: 680px; margin-bottom: 24px; }
.section-title.compact p:not(.eyebrow) { color: #6b7280; margin-bottom: 0; font-size: .94rem; }
.section-title h2, .proof h2, .contact h2 {
  font-size: clamp(1.85rem, 3.2vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}
.source-photos { background: #fff; }
.source-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.source-gallery a {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 260px;
  background: #f8fafc;
  border: 1px solid rgba(0,0,0,.1);
  overflow: hidden;
}
.source-gallery img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}
.source-gallery span {
  display: block;
  padding: 12px 14px;
  font-size: .88rem;
  font-weight: 850;
}
.source-empty {
  padding: clamp(22px, 4vw, 38px);
  background: #fff;
  border: 1px dashed rgba(0,0,0,.24);
}
.source-empty strong { display: block; color: var(--accent); margin-bottom: 8px; }
.source-empty p { max-width: 720px; margin-bottom: 0; color: #5d6470; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-grid article {
  min-height: 190px;
  background: #fff;
  border-top: 5px solid var(--accent);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 18px 42px rgba(20,20,20,.07);
}
.service-grid h3 { color: var(--ink); font-size: 1.24rem; margin-bottom: 12px; }
.service-grid p, .contact p { color: #5d6470; }
.reviews { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card {
  display: block;
  min-height: 196px;
  padding: clamp(20px, 3vw, 30px);
  color: #111827;
  background: #f8fafc;
  border-left: 5px solid var(--accent);
}
.review-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
}
.review-card p { margin-bottom: 0; color: #424955; }
.proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: #111827;
  color: #fff;
}
.proof ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.proof li {
  padding: 14px 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 850;
}
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}
.preview-note {
  padding: 18px clamp(16px, 4vw, 52px);
  color: #6b7280;
  background: #f8fafc;
  border-top: 1px solid rgba(0,0,0,.08);
  font-size: .86rem;
}
.theme-contractor .topbar {
  background: rgba(8, 16, 28, .88);
  border-bottom-color: rgba(164, 210, 49, .28);
}
.theme-contractor .info-strip {
  background: #101827;
  color: #fff;
}
.theme-contractor .info-strip span { color: #a4d231; }
.theme-contractor .info-strip div { border-color: rgba(255,255,255,.12); }
.theme-contractor .source-gallery a {
  background: #0f172a;
  color: #fff;
  border-color: rgba(164,210,49,.3);
}
.theme-contractor .source-photos {
  background: #111827;
  color: #fff;
}
.theme-contractor .source-gallery {
  grid-template-columns: minmax(0, 520px);
}
.theme-contractor .source-gallery a {
  min-height: 360px;
}
.theme-contractor .service-grid article {
  border-top-color: #a4d231;
}
.theme-contractor .hero-vignette {
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.54) 36%, rgba(0,0,0,.08) 72%),
    linear-gradient(0deg, rgba(0,0,0,.74), rgba(0,0,0,0) 46%);
}
.theme-contractor .hero img { object-position: 58% center; }
.theme-barber {
  --ink: #151112;
  --accent: #0f4fa8;
  --gold: #c8b58b;
  --paper: #f5f3ef;
}
.theme-barber .hero { background: #151112; }
.theme-barber .hero-vignette {
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.42) 40%, rgba(0,0,0,0) 72%),
    linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,0) 46%);
}
.theme-barber .info-strip { background: #151112; color: #fff; }
.theme-barber .info-strip span { color: #d7c6a4; }
.theme-barber .review-card { background: #f4f2ec; border-left-color: #0f4fa8; }
.theme-barber .hero img { object-position: 58% center; }
.theme-barber .actions { max-width: 520px; }
.theme-landscape .hero img { object-position: center 45%; }
.theme-landscape .hero-vignette {
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.52) 34%, rgba(0,0,0,.08) 70%),
    linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,0) 48%);
}
.theme-landscape .service-grid article { border-top-width: 8px; }
.theme-landscape .info-strip { background: #16321f; color: #fff; }
.theme-landscape .info-strip span { color: #d6a534; }
.theme-landscape .source-photos { background: #edf5e6; }
.theme-landscape .proof { background: #173820; }
.theme-soft-service {
  --ink: #17342a;
  --accent: #0f766e;
  --gold: #b7791f;
  --paper: #f8f4ed;
}
.theme-soft-service .hero { min-height: 78vh; }
.theme-soft-service .hero-vignette {
  background:
    linear-gradient(90deg, rgba(12,49,40,.82), rgba(12,49,40,.36) 38%, rgba(0,0,0,0) 70%),
    linear-gradient(0deg, rgba(12,49,40,.66), rgba(0,0,0,0) 44%);
}
.theme-soft-service .info-strip {
  background: #fffaf0;
}
.theme-soft-service .button.secondary {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.72);
}
.theme-soft-service .source-empty {
  display: grid;
  grid-template-columns: minmax(0, .45fr) minmax(0, 1fr);
  gap: 20px;
  border-style: solid;
  background: #fffaf0;
}
.theme-soft-service .service-grid article,
.theme-soft-service .review-card { border-radius: 6px; }
.theme-contractor {
  --ink: #101827;
  --accent: #b43d13;
  --gold: #d8901f;
  --paper: #f4f1ea;
}
@media (max-width: 820px) {
  .topbar { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: 84vh; }
  .hero img { transform: none; }
  .hero-vignette {
    background:
      linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,.64) 28%, rgba(0,0,0,0) 58%),
      linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,.42));
  }
  .hero-copy { padding: 0 14px 42px; width: 100%; }
  h1 { font-size: 1.82rem; line-height: 1.06; max-width: 360px; }
  .hero-copy > p:not(.eyebrow) { font-size: .98rem; }
  .section { padding-top: 42px; padding-bottom: 42px; }
  .section-title { margin-bottom: 22px; }
  .section-title h2, .proof h2, .contact h2 { font-size: 1.62rem; line-height: 1.06; }
  .service-grid article { min-height: 166px; }
  .info-strip, .service-grid, .proof, .contact, .source-gallery, .review-grid { grid-template-columns: 1fr; }
  .info-strip div { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.1); }
  .source-gallery a { min-height: 230px; }
  .source-gallery img { min-height: 190px; }
  .review-card { min-height: 0; }
  .review-card, .service-grid article { padding: 20px; }
  .theme-contractor .source-gallery { grid-template-columns: 1fr; }
  .theme-contractor .source-gallery a { min-height: 250px; }
  .theme-soft-service .source-empty { grid-template-columns: 1fr; }
  .theme-landscape .hero img { object-position: 36% center; }
  .theme-contractor .hero img { object-position: 68% center; }
  .theme-barber .hero img { object-position: 52% center; }
  .button { width: 100%; }
}
