/*----------------------------------------*/
/*  Manifesto page — scoped styles
/*  Reuses base tokens/classes from arc-chronicles.css (.arc-hero, .arc-btn, .arc-eyebrow)
/*  Only loaded on /manifesto, does not affect any other page.
/*----------------------------------------*/

.manifesto-hero {
   height: 480px;
}
.manifesto-hero__title {
   font-family: 'Oswald', sans-serif;
   font-size: 64px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 1.05;
   color: #fff;
   margin-bottom: 14px;
}
.manifesto-hero__tagline {
   display: block;
   color: #ff5a1f;
   font-size: 16px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.04em;
   margin-bottom: 20px;
}

/* ---------- Quote banner ---------- */
.manifesto-banner-quote {
   background: #171412;
   border-top: 1px solid rgba(255, 255, 255, 0.06);
   border-bottom: 1px solid rgba(255, 255, 255, 0.06);
   padding: 50px 0;
}
.manifesto-banner-quote i {
   color: #ff5a1f;
   font-size: 22px;
   margin-right: 10px;
}
.manifesto-banner-quote h3 {
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-size: 26px;
   text-transform: uppercase;
   max-width: 780px;
   margin: 0 auto 14px;
   line-height: 1.4;
}
.manifesto-banner-quote span {
   color: #ff5a1f;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.06em;
}

/* ---------- Generic section ---------- */
.manifesto-section {
   padding: 80px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.manifesto-section--tight {
   padding: 60px 0;
}
.manifesto-section__label {
   color: #fff;
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   margin-bottom: 14px;
}
.manifesto-section__title {
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 1.3;
   color: #fff;
   margin-bottom: 18px;
}
.manifesto-section__title span {
   color: #ff5a1f;
}
.manifesto-section__title--accent {
   color: #ff5a1f;
}
.manifesto-section p {
   font-size: 15px;
   line-height: 1.8;
   color: #a8a29e;
}

/* ---------- Our Why cards ---------- */
.manifesto-why__card {
   text-align: center;
}
.manifesto-why__icon {
   width: 68px;
   height: 68px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 20px;
   border-radius: 50%;
   background: rgba(255, 90, 31, 0.1);
   border: 1px solid rgba(255, 90, 31, 0.3);
   color: #ff5a1f;
   font-size: 24px;
}
.manifesto-why__card h5 {
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-size: 16px;
   text-transform: uppercase;
   margin-bottom: 10px;
}
.manifesto-why__card p {
   font-size: 13px;
   line-height: 1.6;
}

/* ---------- Core beliefs ---------- */
.manifesto-belief__card {
   background: #171412;
   border: 1px solid rgba(255, 255, 255, 0.06);
   border-radius: 10px;
   padding: 26px 22px;
   height: 100%;
}
.manifesto-belief__num {
   display: block;
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   font-weight: 700;
   color: rgba(255, 255, 255, 0.15);
   margin-bottom: 14px;
}
.manifesto-belief__card h5 {
   font-family: 'Oswald', sans-serif;
   color: #ff5a1f;
   font-size: 15px;
   text-transform: uppercase;
   line-height: 1.4;
   margin-bottom: 12px;
}
.manifesto-belief__card p {
   font-size: 13px;
   line-height: 1.6;
   margin-bottom: 16px;
}
.manifesto-belief__card::after {
   content: '';
   display: block;
   width: 28px;
   height: 2px;
   background: #ff5a1f;
}

/* ---------- The Standard cards ---------- */
.manifesto-standard__card {
   background: #171412;
   border: 1px solid rgba(255, 255, 255, 0.06);
   border-radius: 10px;
   padding: 30px 20px;
   text-align: center;
   height: 100%;
}
.manifesto-standard__icon {
   width: 54px;
   height: 54px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 18px;
   border-radius: 50%;
   background: rgba(255, 90, 31, 0.1);
   color: #ff5a1f;
   font-size: 20px;
}
.manifesto-standard__card h5 {
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-size: 14px;
   text-transform: uppercase;
   margin-bottom: 10px;
}
.manifesto-standard__card p {
   font-size: 13px;
   line-height: 1.6;
}

/* ---------- Promise ---------- */
.manifesto-promise .manifesto-section__title {
   color: #fff;
}
.manifesto-signature {
   font-family: 'Dancing Script', cursive;
   font-size: 34px;
   color: #fff;
   margin: 24px 0 8px;
}
.manifesto-signature__caption {
   display: block;
   font-size: 13px;
   color: #8a847e;
   line-height: 1.5;
}
.manifesto-promise__quote {
   background: linear-gradient(135deg, #2a140a 0%, #171412 80%);
   border: 1px solid rgba(255, 90, 31, 0.25);
   border-radius: 10px;
   padding: 40px;
}
.manifesto-promise__quote i {
   color: #ff5a1f;
   font-size: 22px;
   margin-bottom: 16px;
   display: inline-block;
}
.manifesto-promise__quote h3 {
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-size: 24px;
   text-transform: uppercase;
   line-height: 1.4;
   margin-bottom: 14px;
}
.manifesto-promise__quote span {
   color: #ff5a1f;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
   .manifesto-hero {
      height: auto;
      padding-bottom: 30px;
   }
   .manifesto-hero__title {
      font-size: 42px;
   }
   .manifesto-section {
      padding: 50px 0;
   }
}
@media (max-width: 575px) {
   .manifesto-hero__title {
      font-size: 34px;
   }
   .manifesto-banner-quote h3 {
      font-size: 20px;
   }
}
