/* Article reading column */
.t-text__container {
      max-width: 720px !important;
        margin: 0 auto;
          padding: 0 20px;
          }
          
          /* First paragraph larger */
          .pb-article-opening p:first-child {
                font-size: 20px;
                  line-height: 1.75;
                  }
                  
                  /* H2 spacing */
                  .t-text h2 {
                        margin-top: 80px;
                          margin-bottom: 24px;
                            font-family: 'TT Ramillas', serif;
                              font-weight: 700;
                                font-size: 36px;
                                  color: #210821;
                                  }
                                  
                                  /* H3 in mechanism section */
                                  .t-text h3 {
                                        font-family: 'TT Ramillas', serif;
                                          font-weight: 700;
                                            font-size: 24px;
                                              color: #210821;
                                                margin-top: 40px;
                                                  margin-bottom: 12px;
                                                  }
                                                  
                                                  /* Body text */
                                                  .t-text p {
                                                        font-family: 'Roboto', sans-serif;
                                                          font-weight: 300;
                                                            font-size: 17px;
                                                              line-height: 1.7;
                                                                color: #1A1A1A;
                                                                  margin-bottom: 24px;
                                                                  }
                                                                  
                                                                  /* Mobile scaling */
                                                                  @media (max-width: 768px) {
                                                                        .t-text h2 { font-size: 28px; margin-top: 60px; }
                                                                          .t-text h3 { font-size: 22px; }
                                                                            .t-text p  { font-size: 16px; }
                                                                            }
                                                                  }
                                                  }
                                  }
                  }
          }
}

/* === EN Homepage global overrides === */

/* Hero H1 */
.t-cover h1 {
      font-family: 'TT Ramillas', serif;
        font-weight: 700;
          line-height: 1.1;
            color: #FFFFFF;
            }
            
            /* Section H2 */
            .t-text h2 {
                  font-family: 'TT Ramillas', serif;
                    font-weight: 700;
                      color: #210821;
                        margin-bottom: 32px;
                        }
                        
                        /* Body prose */
                        .t-text p {
                              font-family: 'Roboto', sans-serif;
                                font-weight: 300;
                                  font-size: 18px;
                                    line-height: 1.7;
                                      color: #1A1A1A;
                                      }
                                      
                                      /* Primary button — square corners */
                                      .t-btn {
                                            border-radius: 0 !important;
                                            }
                                            
                                            /* Nav link accent */
                                            .t-menu__link-item_active {
                                                  border-bottom: 2px solid #920124;
                                                  }
                                                  
                                                  /* Product card flagship */
                                                  .pb-flagship-card {
                                                        background: #43042C;
                                                          color: #FFFFFF;
                                                          }
                                                          
                                                          /* Mobile */
                                                          @media (max-width: 768px) {
                                                                .t-cover h1 { font-size: 36px !important; }
                                                                  .t-text h2  { font-size: 26px !important; }
                                                                    .t-text p   { font-size: 17px !important; }
                                                                      .t-btn      { width: 100% !important; }
                                                                      }
                                                          }
                                                  }
                                            }
                                      }
                        }
            }
}