/* brick — industrial: orange strip + dark hero + card masonry */
:root {
  --text: #292524;
  --muted: #78716c;
  --accent: #c2410c;
  --bg: #fffbeb;
  --border: #fed7aa;
  --topbar-bg: #c2410c;
  --topbar-text: #fff;
  --card-bg: #fff;
}

body.theme-brick {
  background: var(--bg);
}

.theme-brick .top-bar--brick {
  background: var(--topbar-bg);
  color: var(--topbar-text);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.theme-brick .brick-header {
  background: #fef3c7;
  border-bottom: 5px solid #ea580c;
}

.theme-brick .brick-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.theme-brick .logo {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  color: #9a3412;
  text-decoration: none;
}

.theme-brick .hero--brick {
  background: #1c1917;
  color: #fef3c7;
  padding: 2.5rem 0;
}

.theme-brick .hero--brick .hero__title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.03em;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
}

.theme-brick .brick-cards-wrap {
  background: #fff;
  border-bottom: 4px solid #ea580c;
  padding: 1.5rem 0;
}

.theme-brick .brick-cards-wrap__label {
  margin: 0 0 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #9a3412;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.theme-brick .card-tile {
  border-width: 3px;
  border-color: #fed7aa;
  border-radius: 0;
}

.theme-brick .card-tile:hover {
  border-color: #c2410c;
  background: #fff7ed;
}

.theme-brick .brick-main {
  padding: 2rem 0 3rem;
}

.theme-brick .brick-main__panel {
  background: #fff;
  border: 3px solid #292524;
  padding: 1.5rem;
}

.theme-brick .brick-crumb-bar {
  background: #292524;
  color: #fef3c7;
  padding: 0.5rem 0;
}

.theme-brick .brick-crumb-bar .breadcrumbs a,
.theme-brick .brick-crumb-bar .breadcrumbs {
  color: #fed7aa;
}

.theme-brick .svc-nav--pills {
  background: #fef3c7;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #ea580c;
}

.theme-brick .cta {
  background: #292524;
  color: #fef3c7;
  padding: 1.5rem;
  border-radius: 0;
}

.theme-brick .cta h2,
.theme-brick .cta p,
.theme-brick .cta label {
  color: #fef3c7;
}

.theme-brick.page-home .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
