@charset "UTF-8";
/**
 *  partner-firms.scss — page styles for partner-firms.html (the partner
 *  door, renamed from firms per Josh's ruling, Round 105).
 *  Compiled by CodeKit to build/css/partner-firms.css.
 *  Ported from the v3 prototype, Round 105.
 */
/* The arrangement — three numbered pillars — and the capabilities grid. */
body.partner-firms section.arrangement {
  padding: 80px 0;
}

body.partner-firms section.capabilities {
  padding: 20px 0 80px;
}

body.partner-firms div.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
}

body.partner-firms div.pillars.triple {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1060px;
}

body.partner-firms div.pillar {
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 30px -26px rgba(0, 43, 73, 0.3);
}

/* The HIPAA card — highlighted, full row. */
body.partner-firms div.pillar.featured {
  border-color: rgb(0, 145, 179);
  box-shadow: 0 8px 30px -22px rgba(0, 145, 179, 0.45);
}

body.partner-firms div.pillar.wide {
  grid-column: 1/-1;
}

body.partner-firms div.pillar p.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

body.partner-firms div.pillar h3 {
  display: block;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 17.5px;
  color: rgb(0, 43, 73);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

body.partner-firms div.pillar p {
  font-size: 14.5px;
  color: rgb(91, 107, 122);
}

body.partner-firms div.pillar p a {
  color: rgb(0, 124, 153);
  font-weight: 600;
  text-decoration: none;
}

/* Re-asserted at pillar-child specificity (the Round-97 lesson). */
body.partner-firms div.pillar p.eyebrow {
  font-size: 11px;
  line-height: 1.65;
}

body.partner-firms p.aside {
  text-align: center;
  font-style: italic;
  font-size: 14.5px;
  color: rgb(91, 107, 122);
  max-width: 760px;
  margin: 34px auto 0;
}

@media (max-width: 880px) {
  body.partner-firms div.pillars {
    grid-template-columns: 1fr;
  }
  body.partner-firms div.pillars.triple {
    grid-template-columns: 1fr;
  }
}
