/* 609Painter SEO subpage styles — built on tokens.css. */

.sub-hero {
  background: var(--navy);
  color: var(--cream);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.sub-hero .wrap { position: relative; z-index: 2; }
.sub-hero-numerals {
  position: absolute;
  right: -40px;
  top: 40px;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(180px, 28vw, 380px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: rgba(246, 239, 224, 0.04);
  pointer-events: none;
  z-index: 1;
}
.crumbs {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 32px;
}
.crumbs a { text-decoration: none; color: inherit; }
.crumbs a:hover { color: var(--accent); }
.crumbs span { margin: 0 10px; opacity: 0.5; }
.sub-hero h1 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.92;
  font-size: clamp(48px, 7vw, 96px);
  text-transform: uppercase;
  margin: 0 0 28px;
  max-width: 900px;
}
.sub-hero h1 .accent { color: var(--accent); }
.sub-hero h1 .outline {
  -webkit-text-stroke: 2px var(--cream);
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sub-hero-sub {
  font-size: 19px;
  line-height: 1.55;
  max-width: 640px;
  opacity: 0.9;
  margin: 0 0 32px;
}
.sub-hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 32px;
}
.sub-hero-meta span { display: flex; align-items: center; gap: 8px; }
.sub-hero-meta i {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
}

.sub-section {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}
.sub-section .eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 16px;
}
.sub-section h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.95;
  font-size: clamp(40px, 5.5vw, 72px);
  text-transform: uppercase;
  margin: 0 0 40px;
  max-width: 800px;
}
.sub-prose { max-width: 760px; }
.sub-prose p {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 24px;
}
.sub-prose p strong { color: var(--accent); font-weight: 600; }

.specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.spec {
  border: 1px solid var(--line);
  padding: 28px 24px;
  background: var(--cream);
}
.spec-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.5;
  margin-bottom: 12px;
}
.spec h4 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.spec p { font-size: 15px; line-height: 1.55; margin: 0; opacity: 0.8; }

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.matrix-grid a {
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
  display: block;
}
.matrix-grid a:hover { background: var(--cream); }
.matrix-grid .eyebrow {
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
}
.matrix-grid h4 {
  font-family: var(--display);
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.02em;
}

.sub-cta {
  background: var(--navy);
  color: var(--cream);
  padding: 96px 0;
  text-align: center;
}
.sub-cta h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.92;
  font-size: clamp(52px, 7vw, 96px);
  text-transform: uppercase;
  margin: 0 0 32px;
}
.sub-cta h2 .outline {
  -webkit-text-stroke: 2px var(--cream);
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sub-cta .btn-primary { font-size: 18px; padding: 18px 32px; }
.sub-cta-phone {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--display); font-weight: 900;
  font-size: clamp(36px, 5vw, 56px);
  color: var(--cream); text-decoration: none;
  margin: 24px 0 0;
}
