/* ---- SNOVI blog (bp-*) ----
   Loads after pure.css and landing.css. Reuses the landing atmosphere
   (.lp-bg), the kinetic nav and the .cta / footer blocks. Adds only what a
   long-form article needs: a readable measure, prose rhythm, a post header
   and the blog index card grid. Same palette as the landing pages: pure
   black, white Cal Sans headings, muted-white body, hairline rules, no red
   except the CTA hover dot pure.css owns. */

/* ---- Post header ---- */
.bp-hero {
  padding: clamp(7rem, 16vh, 11rem) clamp(1.25rem, 4vw, 3rem) clamp(2.5rem, 6vh, 4rem);
  max-width: 52rem;
}
.bp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--ff-body);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 clamp(1.6rem, 4vh, 2.4rem);
}
.bp-breadcrumb a { color: rgba(255, 255, 255, 0.55); text-decoration: none; transition: color 0.25s; }
.bp-breadcrumb a:hover { color: #fff; }
.bp-breadcrumb span { opacity: 0.4; }
.bp-hero h1 {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 5.6vw, 4.4rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 clamp(1.2rem, 3vh, 1.8rem);
}
.bp-hero .lp-lead { max-width: 42rem; margin-bottom: clamp(1.4rem, 3.5vh, 2rem); }
.bp-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.2rem;
  font-family: var(--ff-body);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.bp-meta .bp-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.35); }

/* ---- Prose body ---- */
.bp-article { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.bp-prose {
  max-width: 44rem;
  padding: clamp(2.5rem, 7vh, 5rem) clamp(1.25rem, 4vw, 3rem);
  font-family: var(--ff-body);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.72);
}
.bp-prose > *:first-child { margin-top: 0; }
.bp-prose h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: clamp(2.6rem, 6vh, 4rem) 0 clamp(1rem, 2.5vh, 1.4rem);
  max-width: 22ch;
}
.bp-prose h3 {
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: clamp(2rem, 4vh, 2.6rem) 0 0.8rem;
}
.bp-prose p { margin: 0 0 1.35rem; }
.bp-prose strong { color: #fff; font-weight: 400; }
.bp-prose a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.25s;
}
.bp-prose a:hover { border-color: #fff; }
.bp-prose ul, .bp-prose ol { margin: 0 0 1.5rem; padding-left: 0; list-style: none; }
.bp-prose li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.8rem;
}
.bp-prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.bp-prose ol { counter-reset: bp; }
.bp-prose ol li { counter-increment: bp; }
.bp-prose ol li::before {
  content: counter(bp, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--ff-body);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.9;
}
.bp-prose blockquote {
  margin: clamp(2rem, 4vh, 2.6rem) 0;
  padding: 0.2rem 0 0.2rem 1.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}
/* Price / spec table rendered as clean rows */
.bp-table {
  margin: clamp(1.8rem, 4vh, 2.4rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.bp-table div {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bp-table dt, .bp-table span:first-child {
  color: rgba(255, 255, 255, 0.72);
}
.bp-table b, .bp-table span:last-child {
  font-family: var(--ff-display);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
.bp-prose .lp-arrow-link { margin-top: 0.6rem; }

/* ---- Blog index ---- */
.bp-index-head {
  padding: clamp(7rem, 16vh, 11rem) clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vh, 3rem);
  max-width: 52rem;
}
.bp-index-head h1 {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 clamp(1rem, 3vh, 1.6rem);
}
.bp-index-list {
  list-style: none;
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(3.5rem, 9vh, 6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bp-card { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.bp-card a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.4rem 2rem;
  padding: clamp(1.6rem, 4vh, 2.6rem) 0;
  text-decoration: none;
  transition: opacity 0.25s;
}
.bp-card a:hover { opacity: 0.72; }
.bp-card h2 {
  grid-column: 1;
  font-family: var(--ff-display);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  max-width: 26ch;
}
.bp-card p {
  grid-column: 1;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.5rem 0 0;
  max-width: 46ch;
}
.bp-card .bp-card-date {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--ff-body);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}
@media (max-width: 560px) {
  .bp-card a { grid-template-columns: 1fr; }
  .bp-card .bp-card-date { grid-column: 1; grid-row: auto; order: -1; margin-bottom: 0.3rem; }
}
