.team-page { background: #fff; color: #004735; font-family: 'Closer Text', sans-serif; overflow: hidden; padding-top: 135px; }
.team-container { margin: 0 auto; width: var(--eco-page-shell, min(1320px, calc(100vw - 120px))); }
.team-founder { align-items: start; display: grid; gap: 80px; grid-template-columns: minmax(0, 680px) minmax(420px, 540px); margin-bottom: 72px; }
.team-founder h1 { color: #013026; font-size: 64px; font-weight: 500; line-height: 1.04; margin: 0 0 12px; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.team-founder h1 a { color: inherit; text-decoration: inherit; text-decoration-thickness: inherit; text-underline-offset: inherit; }
.team-founder__role { color: #004735; font-size: 32px; line-height: 1.3; margin: 0 0 126px; }
.team-founder blockquote { background: #f1f5f8; border-radius: 20px; margin: 0; padding: 26px; position: relative; }
.team-founder blockquote span { color: #004735; display: block; font-size: 42px; font-weight: 500; height: 26px; line-height: 1; margin-bottom: 16px; }
.team-founder blockquote p { color: #004735; font-size: 24px; font-weight: 500; line-height: 1.2; margin: 0; }
.team-founder__image { background: #f1f5f8; border-radius: 16px; margin: 0; overflow: hidden; }
.team-founder__image img { aspect-ratio: 1 / 1.02; display: block; filter: grayscale(1); height: 100%; object-fit: cover; width: 100%; }
.team-members { margin-bottom: 72px; }
.team-members h2 { color: #013026; font-size: 42px; font-weight: 500; line-height: 1.1; margin: 0 0 28px; }
.team-members__grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.team-member-card { border: 1px solid #cfe2e0; border-radius: 16px; min-height: 590px; padding: 26px; }
.team-member-card img { background: #f8f8f8; border-radius: 23px; display: block; height: 125px; margin-bottom: 18px; object-fit: cover; width: 125px; }
.team-member-card h3 { color: #004735; font-size: 32px; font-weight: 500; line-height: 1.1; margin: 0 0 10px; max-width: 300px; }
.team-member-card__role { color: rgba(0,71,53,.5); font-size: 16px; line-height: 1.3; margin: 0; }
.team-member-card__divider { background: rgba(217,217,217,.45); height: 1px; margin: 16px 0 18px; width: 100%; }
.team-member-card__specialization, .team-member-card__bio { color: #004735; font-size: 18px; line-height: 1.3; margin: 0; }
.team-member-card__specialization { font-style: italic; margin-bottom: 24px; }
@media (max-width: 1180px) { .team-container { width: calc(100vw - 40px); } .team-founder { gap: 34px; grid-template-columns: 1fr 1fr; } .team-members__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .team-page { padding-top: 104px; } .team-founder, .team-members__grid { grid-template-columns: 1fr; } .team-founder__content { display: contents; } .team-founder h1 { font-size: 42px; order: 1; } .team-founder__role { font-size: 24px; margin-bottom: 0; order: 2; } .team-founder__image { order: 3; } .team-founder blockquote { order: 4; } .team-founder blockquote p { font-size: 19px; } .team-members h2 { font-size: 34px; } .team-member-card { min-height: auto; } }
@media (max-width: 480px) { .team-container { width: calc(100vw - 32px); } .team-founder h1 { font-size: 34px; } .team-member-card h3 { font-size: 28px; } }
