/* =========================================================
   SECTION: 01_our_roots
   NOTE: Hugo urlize uses underscores, not hyphens
   ========================================================= */

#sec-01_our_roots {
  background: #f7f9ff;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* =========================================================
   CARD TYPOGRAPHY
   ========================================================= */

#sec-01_our_roots .card h2 {
  font-family: 'Plus Jakarta Sans', 'Inter', Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
  color: #161c22;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

#sec-01_our_roots .card p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: #424752;
  margin: 0 0 2rem 0;
  line-height: 1.6;
}

/* =========================================================
   STYLE BLOCK 2 (pin card)
   ========================================================= */

#sec-01_our_roots #style-block-2 {
  display: flex;
  align-items: center;
  gap: 1.5rem;

  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(22, 28, 34, 0.08);
  border: 1px solid #e3e9f0;

  padding: 1.5rem;
  margin-top: 2rem;
  max-width: none;
}

/* STYLE BLOCK 1 (text column) */
#sec-01_our_roots #style-block-1 {
  flex-direction: column;
  align-items: flex-start;
}

#sec-01_our_roots #style-block-1 h3,
#sec-01_our_roots #style-block-1 p {
  margin: 0;
}

#sec-01_our_roots #style-block-1 h3 {
  font-family: 'Plus Jakarta Sans', 'Inter', Arial, sans-serif;
  font-size: 1.125rem;
  color: #161c22;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

#sec-01_our_roots #style-block-1 p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  color: #727783;
}

/* =========================================================
   IMAGE
   ========================================================= */

#sec-01_our_roots #style-block-2 img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: block;
  margin: auto 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 600px) {
  #sec-01_our_roots {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #sec-01_our_roots #style-block-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
  }
}
