.brand-page { background: #f6f6f6; }
.brand-banner { height: 400px; overflow: hidden; background: #fff; }
.brand-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.history-section { max-width: 1500px; margin: 0 auto; padding: 68px 20px 90px; }
.history-section > h1, .founders-section > h2 { margin: 0 0 20px; color: #463d36; text-align: center; font-size: 36px; line-height: 1.5; }
.timeline { display: flex; flex-direction: column-reverse; }
.timeline article { min-height: 210px; padding: 20px 0; border-bottom: 1px solid #dedede; display: flex; align-items: flex-start; gap: 30px; }
.timeline article img { width: 240px; height: 150px; flex: 0 0 240px; object-fit: cover; }
.timeline article div { padding: 0 20px; }
.timeline h2 { margin: 0 0 13px; color: #222; font-size: 24px; line-height: 1.5; }
.timeline p { margin: 0; color: #555; font-size: 16px; line-height: 1.75; text-align: justify; }
.vision-section { height: 650px; display: flex; align-items: center; justify-content: center; position: relative; background: #111 url("assets/images/40828168.jpg") center / cover no-repeat; color: #fff; text-align: center; }
.vision-section::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.vision-section > div { position: relative; z-index: 1; width: min(940px, calc(100% - 40px)); }
.vision-section p { margin: 0; font-size: 28px; line-height: 1.5; }
.vision-section h2 { margin: 0; font-size: 40px; line-height: 1.5; }
.vision-section .outline-button { margin-top: 28px; }
.founders-section { max-width: 1500px; margin: 0 auto; padding: 68px 20px 75px; }
.founder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.founder-grid article { min-height: 650px; padding: 40px 45px 20px; text-align: center; }
.founder-grid img { width: 198px; height: 198px; margin: 0 auto; border-radius: 50%; object-fit: cover; }
.identity { margin-top: 28px; }
.identity span { color: #000; font-size: 16px; line-height: 1.5; }
.identity h3 { margin: 0; color: #444; font-size: 24px; line-height: 1.5; font-weight: 400; }
.founder-grid h4 { margin: 18px 0 16px; color: #222; font-size: 18px; line-height: 1.75; font-weight: 400; }
.founder-grid article > p { margin: 0; color: #666; font-size: 14px; line-height: 1.75; text-align: justify; }

@media (max-width: 760px) {
  .brand-banner { height: 220px; }
  .history-section { padding: 42px 18px 55px; }
  .history-section > h1, .founders-section > h2 { font-size: 28px; }
  .timeline article { min-height: 0; padding: 22px 0; flex-direction: column; gap: 16px; }
  .timeline article img { width: 100%; height: auto; aspect-ratio: 1.6; flex-basis: auto; }
  .timeline article div { padding: 0; }
  .timeline h2 { font-size: 20px; }
  .timeline p { font-size: 14px; }
  .vision-section { height: 430px; }
  .vision-section p { font-size: 20px; }
  .vision-section h2 { margin-top: 8px; font-size: 25px; }
  .founders-section { padding: 42px 18px 50px; }
  .founder-grid { grid-template-columns: 1fr; gap: 15px; }
  .founder-grid article { min-height: 0; padding: 30px 15px 45px; }
}
